@charset "UTF-8";
/* --------------------------------------------------
 * base styles
 * ----------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.pull_left {
  float: left !important;
}

.pull_right {
  float: right !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

ul.list li {
  margin-bottom: 6px;
  margin-left: 26px;
  list-style-type: disc !important;
}

ol.list li {
  margin-bottom: 6px;
  margin-left: 26px;
  list-style-type: decimal !important;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

/* --------------------------------------------------
 * contents styles
 * ----------------------------------------------- */
.btn-more {
  display: block;
  height: 42px;
  line-height: 42px;
  width: 100%;
  text-align: center;
  background-color: #C6C3C2;
  position: relative;
  transition: background-color 0.2s;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-more:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.btn-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 122px;
  height: 40px;
  background: url("../images/btn-more-txt.png") no-repeat center 10px;
  background-size: 100% auto;
}
.btn-more.btn-txt {
  color: #B0B0B0;
}
.btn-more.btn-txt:before {
  background: url("../images/btn-more-txt2.png") no-repeat center;
  background-size: 100% auto;
  width: 123px;
}
.btn-more.btn-bg:before {
  display: none !important;
}

.slider {
  position: absolute;
  width: 100%;
  height: 376px;
  max-width: 320px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.slider .abs-txt {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 10px;
  color: #333;
}
.slider .slider-list {
  white-space: nowrap;
  font-size: 0;
}
.slider .slider-list > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.slider .slider-list img {
  width: 100%;
}

.bx-wrapper {
  border: none;
  background: none;
  animation-direction: normal;
  padding: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls .bx-prev, .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  height: auto;
  width: auto;
  text-indent: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 16px;
  color: #000;
}
.bx-wrapper .bx-controls .bx-prev:hover, .bx-wrapper .bx-controls .bx-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.bx-wrapper .bx-controls .bx-prev {
  text-align: left;
  left: 5px;
}
.bx-wrapper .bx-controls .bx-prev:after {
  content: "＜";
}
.bx-wrapper .bx-controls .bx-next {
  text-align: right;
  right: 5px;
}
.bx-wrapper .bx-controls .bx-next:after {
  content: "＞";
}

.txt-r {
  vertical-align: 0.15em;
}

/*
 #main
----------------------------*/
#main {
  overflow: hidden;
  color: #343434;
}
#main a {
  outline: none;
}
#main * {
  box-sizing: border-box;
}

/*
 .container
----------------------------*/
#main .container {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px;
  position: relative;
}

/*
 .section
----------------------------*/
.section + .section {
  margin-top: 70px;
}

/*
 .key-visual
----------------------------*/
.key-visual {
  height: 0;
  padding-top: 28.5714%;
  background: url("../images/kv.png") center;
  background-size: cover;
  min-height: 480px;
  box-sizing: border-box;
}
.key-visual > h1 {
  font-size: 0;
}

.section-header {
  padding-bottom: 35px;
  text-align: center;
}
.section-header h2 {
  margin-left: -100%;
  margin-right: -100%;
}

.decorate-style:after {
  content: '';
  display: block;
  position: absolute;
  background: center no-repeat;
  background-size: 100% auto;
}

.accessory-block {
  font-size: 0;
}

.accessory-list {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.accessory-list > li {
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
}
.accessory-list + .accessory-list {
  margin-top: 10px;
}
.accessory-list.first.decorate-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 85px;
  height: 360px;
  background: url("../images/deacoration-11.png");
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -130px;
  bottom: -60px;
}
.accessory-list.first.decorate-style:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 60px;
  background: url("../images/deacoration-05.png");
  background-size: 100%;
  z-index: -1;
  right: -86px;
  bottom: 222px;
}
.accessory-list.second.decorate-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 49px;
  height: 139px;
  background: url("../images/deacoration-06.png");
  background-size: 100%;
  z-index: -1;
  left: -138px;
  bottom: 26px;
}
.accessory-list.second.decorate-style:after {
  content: '';
  display: block;
  position: absolute;
  width: 243px;
  height: 135px;
  background: url("../images/deacoration-07.png");
  background-size: 100%;
  z-index: -1;
  right: 24px;
  bottom: 28px;
}

.accessory-item {
  position: relative;
  padding: 36px 25px 28px;
}
.accessory-item.bg-gray {
  background-color: #F1F1F1;
}
.accessory-item.bg-blue {
  background-color: #F3F7FF;
}
.accessory-item.bg-purple {
  background-color: #fdf0f5;
}

.accessory-detail {
  padding-top: 331px;
}
.accessory-detail > dt {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 12px;
  position: relative;
}
.accessory-detail > dt.row-1 {
  height: 50px;
  line-height: 50px;
}
.accessory-detail > dt .icn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.accessory-detail > dd {
  border-top: 1px solid #343434;
  padding-top: 12px;
  min-height: 94px;
}

.adapter small {
  margin-top: 4px;
}

.accessory-desc {
  min-height: 82px;
}
.accessory-desc > p {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .accessory-desc > p {
    font-size: 14px;
  }
}
.accessory-desc > small {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: -0.4px;
  display: block;
}

.pickup-accessory-list {
  font-size: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.pickup-accessory-list > li {
  display: table-cell;
  width: 25%;
  position: relative;
}
.pickup-accessory-list > li:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.pickup-accessory-list > li:last-child:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.pickup-accessory-list > li:nth-of-type(1) .decorate-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 180px;
  height: 93px;
  background: url("../images/deacoration-01.png");
  background-size: 100%;
  z-index: -1;
  left: 9%;
  bottom: 6.5%;
}
.pickup-accessory-list > li:nth-of-type(2) .decorate-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 191px;
  height: 170px;
  background: url("../images/deacoration-02.png");
  background-size: 100%;
  z-index: -1;
  left: 9%;
  bottom: 12%;
}
.pickup-accessory-list > li:nth-of-type(3) .decorate-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 214px;
  height: 130px;
  background: url("../images/deacoration-03.png");
  background-size: 100%;
  z-index: -1;
  left: 5%;
  bottom: 5%;
}
.pickup-accessory-list > li:nth-of-type(4) .decorate-style:before {
  content: '';
  display: block;
  position: absolute;
  width: 214px;
  height: 150px;
  background: url("../images/deacoration-04.png");
  background-size: 100%;
  z-index: -1;
  left: 5%;
  bottom: 6%;
}

.pickup-accessory-item-wrap {
  padding: 5px 8px 8px;
}

.pickup-accessory-item {
  text-align: center;
}
.pickup-accessory-item > dt {
  display: block;
  text-align: center;
}
.pickup-accessory-item > dt > img {
  width: 140px;
}
.pickup-accessory-item > dd {
  padding-top: 20px;
}

.pickup-accessory-image {
  max-width: 162px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.pickup-accessory-image > img {
  width: 100%;
}

.to-top-block {
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: #F7F7F7;
  text-align: center;
}

.to-top {
  display: inline-block;
  width: 84px;
  height: 46px;
  background: url("../images/to-top.png") no-repeat;
  background-size: 100% auto;
  transition: 0.2s;
}
.to-top:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
 * SmartPhone
 * ----------------------------------------------- */
#wrap_menu {
  z-index: 100;
}

.sp_only {
  display: none;
}

#main.sp {
  padding-bottom: 0;
}
#main.sp img {
  max-width: 100%;
}
#main.sp .pc_only {
  display: none;
}
#main.sp .sp_only {
  display: block;
}
#main.sp img.sp_only {
  display: inline;
}
#main.sp .sp_none {
  display: none;
}
#main.sp .sp_mt0 {
  margin-top: 0 !important;
}
#main.sp .sp_mb0 {
  margin-bottom: 0 !important;
}
#main.sp .container {
  width: 100%;
  padding: 25px 15px 30px;
  background-color: #FFFFFF;
}
#main.sp .section + .section {
  margin-top: 20px;
}
#main.sp .section-header h2 {
  margin-left: 0;
  margin-right: 0;
}
#main.sp .key-visual {
  height: 0;
  padding-top: 452px;
  background: url("../images/kv-sp.png") center;
  background-size: cover;
  box-sizing: border-box;
  min-height: 0;
}
#main.sp .key-visual > h1 {
  font-size: 0;
}
#main.sp .decorate-style:before {
  content: none !important;
}
#main.sp .decorate-style:after {
  content: none !important;
}
#main.sp .accessory-list {
  margin-left: 0;
  margin-right: 0;
}
#main.sp .accessory-list > li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#main.sp .accessory-list > li + li {
  padding-top: 13px;
}
#main.sp .accessory-list + .accessory-list {
  margin-top: 13px;
}
#main.sp .accessory-item {
  padding-left: 21px;
  padding-right: 21px;
}
#main.sp .accessory-detail {
  padding-top: 320px;
}
#main.sp .accessory-detail:before {
  height: 340px;
}
#main.sp .accessory-detail > dt.row-1 {
  height: auto;
  line-height: 1.44;
}
#main.sp .accessory-desc {
  min-height: 0;
  padding-bottom: 20px;
}
#main.sp .pickup-accessory-section {
  padding-left: 20px;
  padding-right: 20px;
}
#main.sp .pickup-accessory-list {
  display: block;
  margin-top: -20px;
}
#main.sp .pickup-accessory-list > li {
  display: inline-block;
  width: 50%;
  padding-top: 20px;
}
#main.sp .pickup-accessory-list > li:before, #main.sp .pickup-accessory-list > li:after {
  content: none;
}
#main.sp .pickup-accessory-list > li .pickup-accessory-item-wrap:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
#main.sp .pickup-accessory-list > li:nth-of-type(even) .pickup-accessory-item-wrap:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
#main.sp .pickup-accessory-item-wrap {
  padding: 8px;
  position: relative;
}
#main.sp .pickup-accessory-item > dt > img {
  width: 77px;
}
#main.sp .pickup-accessory-item > dd {
  display: none;
}
#main.sp .adapter small {
  margin-top: 0;
  padding-bottom: 0;
}
#main.sp .to-top-block {
  padding-top: 15px;
  padding-bottom: 18px;
}
#main.sp .to-top {
  width: 75px;
  height: 42px;
}
#main.sp .sp_pt0 {
  padding-top: 0 !important;
}

.btn-more02 {
	display: block;
	width: 60%;
	height:auto;
	padding:20px;
	line-height:1.6;
	text-align: center;
	background-color: #C6C3C2;
	color:#fff;
	margin:30px auto 0;
	font-size:1.2em;
}
.btn-more02:hover{
	color:#fff !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
}