@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
padding-bottom: 13vw;
overflow: hidden;
color: #000;
font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper button,
.allwrapper .acordion_btn {
cursor: pointer;
color: #fff;
font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	padding-bottom: 50px;
	font-size: 14px;
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs18 { font-size: 18px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:1099px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1100px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.fc_white {
color: #fff !important;
}
.ff_garamond {
font-family: eb-garamond, serif;
}
.ff_yugo {
font-family: yu-gothic-pr6n, sans-serif;
}
.fs_itarlic {
font-style: italic;
}
.deco_line {
text-decoration: underline !important;
}
.bg_gray {
background: #f4f4f4;
}

.logoarea {
padding: 6.6vw 0;
}
.headlogo {
width: 40vw;
}
.mv {
width: 100%;
min-height: 200vw;
}
.mv_title {
top: 86.6vw;
left: 0;
width: 100%;
font-size: 6.4vw;
line-height: 208%;
}
@media (min-width:768px){
	.logoarea {
	padding: 30px 0;
	}
	.headlogo {
	width: 190px;
	}
	.mv {
	min-height: 26vw;
	}
	.mv_pc {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	}
	.mv_pc div {
	width: 50%;
	}
	.mv_title {
	top: 20vw;
	font-size: 3.7vw;
	line-height: 208%;
	}
}
@media (min-width:1250px){
	.mv {
	width: 1200px;
	min-height: 675px;
	}
	.mv_title {
	top: 290px;
	font-size: 27px;
	}
}

.intro {
padding: 8vw 3.46vw 18vw;
}
.intro_title {
width: 68vw;
}
.intro_nav {
margin: 19.33vw 0 -4vw;
}
.intro_nav li {
width: 30vw;
margin-bottom: 4vw;
font-size: 2.93vw;
line-height: 154%;
text-align: center;
}
.intro_nav li img {
margin-bottom: 2.66vw;
}
@media (min-width:768px){
	.intro {
	padding: 27px 0 90px;
	}
	.intro_title {
	width: 305px;
	}
	.intro_nav {
	width: 490px;
	margin: 90px auto -30px;
	}
	.intro_nav li {
	width: 150px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 175%;
	}
	.intro_nav li img {
	margin-bottom: 15px;
	}
}
@media (min-width:1100px){
	.intro_nav {
	width: 1000px;
	}
}

.sec01 {
padding: 13vw 0;
}
.sec01_title {
font-size: 7.2vw;
}
.sec01_inrto {
margin-top: 8vw;
line-height: 254%;
}
.sec01_nav {
margin-top: 11vw;
}
.sec01_nav li {
width: 25%;
border-right: 1px solid #dcdcdc;
}
.sec01_nav li:last-child {
border: none;
}
.sec01_nav li img {
width: auto;
height: 8vw;
}
.sec01 .acordion_btn {
width: 100%;
height: 10vw;
margin-left: auto;
margin-right: 0;
background: url("../images/ico-plus.svg") 93vw 3vw / 4vw auto no-repeat rgb(0, 0, 0, 0.4);
line-height: 10vw;
font-size: 4.2vw;
}
.sec01 .acordion_btn img {
top: 2.8vw;
left: 3.2vw;
width: auto;
height: 5vw;
}
.sec01 .slideimg {
padding-bottom: 8vw;
margin-top: 9.33vw;
}
.sec01 .detail_wrapper {
bottom: 0;
right: 0;
width: 100%;
}
.sec01 .acordion_btn.open {
background: url("../images/ico-minus.svg") 93vw 4.8vw / 4vw auto no-repeat rgb(0, 0, 0, 0.4);
}
.sec01 .detail {
width: 100%;
padding: 5.3vw 8vw 6vw;
background: rgb(0, 0, 0, 0.4);
}
.sec01 .price_wrapper {
margin-top: 2vw;
}
.price_wrapper li {
margin-top: 3.33vw;
}
.sec01 .price_wrapper li {
width: 47%;
margin-top: 3.33vw;
}
.price_wrapper li a {
color: #bfaa8e !important;
}
.price_wrapper li .itemname {
width: calc(100% - 8em);
letter-spacing: 0.05em;
}
.price_wrapper li .price {
width: 4em;
letter-spacing: 0.05em;
}
.price_wrapper li .buy {
width: 2.5em;
}
.notice {
margin-top: 5.5vw;
}

.sec01 .slideimg .slick-arrow {
position: absolute;
top: 70vw;
width: 4vw !important;
z-index: 2;
cursor: pointer;
}
.sec01 .slideimg .slick-arrow.prev {
left: 3vw;
}
.sec01 .slideimg .slick-arrow.next {
right: 3vw;
}

@media (min-width:768px){
	.sec01 {
	padding: 70px 0 0;
	}
	.sec01_title {
	font-size: 36px;
	}
	.sec01_inrto {
	margin-top: 40px;
	}
	.sec01_nav {
	width: 500px;
	margin-top: 60px;
	}
	.sec01_nav li img {
	height: 38px;
	}
	.sec01_nav li:first-child {
	border-left: 1px solid #dcdcdc;
	}
	.sec01_nav li:last-child {
	border-right: 1px solid #dcdcdc;
	}
	.sec01 .acordion_btn {
	height: 50px;
	background: url("../images/ico-plus.svg") calc(90% + 15px) 15px / 20px auto no-repeat rgb(0, 0, 0, 0.4);
	font-size: 16px;
	line-height: 50px;
	}
	.sec01 .acordion_btn img {
	top: 17px;
	left: 15px;
	height: 18px;
	}
	.sec01 .slideimg {
	padding-bottom: 50px;
	margin-top: 45px;
	}
	.sec01 .slideimg .slick-slide {
	margin: 0 2px;
	}
	.sec01 .detail_wrapper {
	bottom: 0;
	right: 0;
	width: 100%;
	}
	.sec01 .slideimg .slick-arrow {
	top: 26vw;
	width: 17px !important;
	}
	.sec01 .acordion_btn.open {
	background: url("../images/ico-minus.svg") calc(90% + 15px) 25px / 20px auto no-repeat rgb(0, 0, 0, 0.4);
	}
	.sec01 .detail {
	width: 100%;
	padding: 0 15px 20px;
	background: rgb(0, 0, 0, 0.4);
	}
	.sec01 .detail p {
	font-size: 12px;
	}
	.sec01 .price_wrapper {
	margin-top: 10px;
	}
	.price_wrapper li {
	margin-top: 13px;
	}
	.sec01 .price_wrapper li {
	width: 180px;
	margin-top: 13px;
	}
	.price_wrapper li .itemname {
	width: calc(100% - 6.5em);
	}
	.notice {
	margin-top: 13px;
	}
}
@media (min-width:1100px){
	.sec01_nav {
	width: 840px;
	}
	.sec01_nav li img {
	height: 58px;
	}
	.sec01 .slideimg {
	margin-top: 75px;
	}
	.sec01 .detail {
	padding: 20px 28px 20px;
	}
	.sec01 .detail p {
	font-size: 13px;
	}
	.sec01 .acordion_btn {
	font-size: 20px;
	letter-spacing: 0.2em;
	}
	.sec01 .acordion_btn img {
	top: 15px;
	left: 20px;
	height: 22px;
	}
	.sec01 .price_wrapper li {
	width: 47%;
	}
	.sec01 .detail p {
	line-height: 215%;
	}
	.sec01 .slideimg .slick-arrow {
	top: 350px;
	width: 27px !important;
	}
	.sec01 .slideimg .slick-arrow.next {
	right: 25px;
	}
	.sec01 .slideimg .slick-arrow.prev {
	left: 25px;
	}
}
@media (min-width:1250px){
	.sec01 .slideimg {
	width: 1250px;
	}
}

.sec02 {
padding: 13.3vw 0 19.33vw;
}
.sec02_title {
font-size: 5.34vw;
}
.sec02_inrto {
margin-top: 6.66vw;
line-height: 254%;
}
.sec02_itemwrapper {
margin-top: 18vw;
}
.sec02_itembox {
width: 84vw;
padding-bottom: 8.64vw;
border: 1px solid #000;
}
.sec02_itembox .sec02_itemname {
margin-top: -1.4vw;
font-size: 5.86vw;
}
.sec02_itembox .sec02_itemname span {
padding: 0 4vw;
background: #fff;
}
.sec02_itembox p {
width: 72vw;
}
.sec02_itembox .price_wrapper,
.sec02_itembox .notice {
width: 72vw;
margin-top: 2.33vw;
}
.sec02_itembox .price_wrapper li {
width: 38vw;
}
.sec02_item01 .sec02_itemname { margin-bottom: 16vw; }
.sec02_item01 .sec02_itembox img { width: 62.6vw; }
.sec02_item01 .sec02_itembox p { margin-top: 14.6vw; }
.sec02_item02 .sec02_itemname { margin-bottom: 16.6vw; }
.sec02_item02 .sec02_itembox img { width: 64.66vw; }
.sec02_item02 .sec02_itembox p { margin-top: 13.3vw; }
.sec02_stylewrapper {
margin-top: 8.66vw;
}
.sec02_stylebox {
width: 50%;
}
.sec02_stylebox.left .price_wrapper {
margin-left: 7vw;
}
.sec02_stylebox.right .price_wrapper {
margin-left: 4vw;
}
.sec02_stylebox .price_wrapper li {
width: 38vw;
}
.sec02_stylebox .price_wrapper li .itemname {
width: calc(100% - 6.5em);
}
@media (min-width:768px){
	.sec02 {
	padding: 85px 0 100px;
	}
	.sec02_title {
	font-size: 27px;
	}
	.sec02_inrto {
	margin-top: 40px;
	line-height: 254%;
	}
	.sec02_itemwrapper {
	margin-top: 100px;
	}
	.sec02_itembox {
	width: 460px;
	height: 750px;
	padding-bottom: 0;
	}
	.sec02_item01 .sec02_itembox {
	height: 800px;
	}
	.sec02_itembox .sec02_itemname {
	margin-top: -5px;
	font-size: 29px;
	}
	.sec02_itembox .sec02_itemname span {
	padding: 0 15px;
	}
	.sec02_itembox p {
	width: 365px;
	font-size: 13px;
	line-height: 215%;
	letter-spacing: 0.08em;
	}
	.sec02_itembox .price_wrapper {
	width: 165px;
	margin: 10px auto 0 50px;
	}
	.sec02_itembox .notice {
	width: 360px;
	margin: 5px auto 0 50px;	
	}
	.sec02_itembox .price_wrapper li {
	width: 165px;
	}
	.sec02_item01 .sec02_itemname { margin-bottom: 87px; }
	.sec02_item01 .sec02_itembox img { width: 334px; margin-left: 75px; }
	.sec02_item01 .sec02_itembox p { margin-top: 80px; }
	.sec02_item02 .sec02_itemname { margin-bottom: 90px; }
	.sec02_item02 .sec02_itembox img { width: 342px; margin-left: 45px; }
	.sec02_item02 .sec02_itembox p { margin-top: 75px; }
	.sec02_stylewrapper {
	width: 570px;
	margin: 20px auto 0;
	}
	.sec02_stylebox .price_wrapper {
	width: 165px;
	}
	.sec02_stylebox.left .price_wrapper {
	margin-left: 80px;
	}
	.sec02_stylebox.right .price_wrapper {
	margin-left: 65px;
	}
	.sec02_item02 .price_wrapper li .itemname {
	width: calc(100% - 7.5em);
	}
}
@media (min-width:1100px){
	.sec02 {
	padding-bottom: 160px;
	}
	.sec02_item02.sec02_itemwrapper {
	margin-top: 155px;
	}
	.sec02_item01 .sec02_itembox {
	margin-left: calc(50% - 525px);
	}
	.sec02_item01 .sec02_stylewrapper {
	margin: -750px auto 0 calc(50% - 20px);
	}
	.sec02_item02 .sec02_itembox {
	margin-right: calc(50% - 525px);
	}
	.sec02_item02 .sec02_stylewrapper {
	margin: -750px calc(50% - 20px) 0 auto;
	}
}

.sec03 {
padding: 13.3vw 0;
}
.sec03_inrto {
margin-top: 6.66vw;
line-height: 254%;
}
.sec03_stylebox {
width: 92vw;
margin-top: 13.3vw;
}
.sec03_stylebox .slideexp {
margin-top: 10vw;
margin-bottom: 0;
}
.type {
width: 20vw;
margin-bottom: 7vw;
padding: 1vw 0 3.73vw;
border-bottom: 1px solid #cdcdcd;
}
.sec03_stylebox .slideexp .slick-slide {
padding: 0 10vw;
}
.sec03_stylebox .slideexp .slick-dots {
bottom: auto;
top: 0;
z-index: 5;
}
.sec03_stylebox .slideexp .slick-dots li {
width: auto;
height: auto;
margin: 0 4vw;
}
.sec03_stylebox .slideexp .slick-dots li button {
width: 10.6vw;
height: 10.26vw;
padding: 0;
}
.sec03_style01 .slideexp .slick-dots li:first-child button { background: url("../images/sec02-nav-girl.svg") center top / 8.66vw auto no-repeat; }
.sec03_style01 .slideexp .slick-dots li:first-child.slick-active button { background: url("../images/sec02-nav-girl_on.svg") center top / 100% auto no-repeat; }
.sec03_style01 .slideexp .slick-dots li:nth-child(2) button { background: url("../images/sec02-nav-boy.svg") center top / 8.53vw auto no-repeat; }
.sec03_style01 .slideexp .slick-dots li:nth-child(2).slick-active button { background: url("../images/sec02-nav-boy_on.svg") center top / 100% auto no-repeat; }
.sec03_style01 .price_wrapper {
width: 52vw;
padding-top: 3vw;
}
.slideexp .slick-arrow {
position: absolute;
width: 3vw !important;
z-index: 2;
cursor: pointer;
}
.sec03 .slideexp .slick-arrow {
top: 30vw;
}
.sec03 .slideexp .slick-arrow.prev {
left: 0;
}
.sec03 .slideexp .slick-arrow.next {
right: 0;
}
@media (min-width:768px){
	.sec03 {
	padding: 70px 0;
	}
	.sec03_inrto {
	margin-top: 6.66vw;
	line-height: 254%;
	}
	.sec03_stylebox {
	margin-top: 70px;
	}
	.sec03_stylebox picture {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	}
	.sec03_stylebox .slideexp {
	margin-top: 50px;
	padding-top: 0;
	}
	.sec03_stylebox .slideexp .slick-slide {
	float: none;
	padding: 0 0;
	width: 100% !important;
	}
	.sec03_stylebox .slideexp .slick-slide.price02 {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #e8e8e6;
	}
	.sec03_stylebox .slick-track {
	width: 450px !important;
	}
	.sec03_stylebox .price_wrapper {
	width: 220px;
	padding-top: 10px;
	}
	.sec03_stylebox p {
	margin-top: 20px;
	font-size: 13px;
	line-height: 215%;
	}
	.sec03_stylebox .price_wrapper.price_boy {
	position: relative;
	}
	.sec03_stylebox .price_wrapper.price_boy li {
	width: 170px;
	}
	.sec03_stylebox .price_wrapper.price_boy li:nth-child(4) {
	position: absolute;
	top: 11px;
	left: 220px;
	width: 220px;
	}
	.sec03_stylebox .price_wrapper.price_boy li:nth-child(5) {
	position: absolute;
	top: 38px;
	left: 220px;
	width: 220px;
	}
	.type {
	width: 120px;
	margin-bottom: 25px;
	padding: 2px 0 17px;
	}
}
@media (min-width:1100px){
	.sec02_inrto {
	margin-top: 50px;
	}
	.sec03_stylebox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1010px;
	}
	.sec03_stylebox.sec03_style01 {
	margin-top: 100px;
	}
	.sec03_stylebox.sec03_style02 {
	margin-top: 10px;
	}
	.sec03_stylebox picture {
	width: 500px;
	margin: 0;
	}
	.sec03_stylebox .slideexp {
	margin: 0;
	}
}

.sec04 {
padding: 16vw 0;
}
.sec04_title .sec02_title {
margin-top: 4vw;
}
.sec04_slideimg {
margin-top: 7.33vw;
}
.sec04_slideimg .slick-slide {
padding-top: 12vw;
}
.sec04_slideimg .detail {
height: 83vw;
padding: 4vw 7.33vw 0;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.sec04_slideimg .price_wrapper {
width: 50vw;
padding-top: 3vw;
}
.sec04_slideimg .slick-slide {
padding: 0 1.33333vw;
}
.sec04_slideimg .slick-arrow {
position: absolute;
width: 5vw !important;
z-index: 2;
cursor: pointer;
}
.sec04_slideimg .slick-arrow {
top: 70vw;
}
.sec04_slideimg .slick-arrow.prev {
left: 4vw;
}
.sec04_slideimg .slick-arrow.next {
right: 4vw;
}
@media (min-width:768px){
	.sec04 {
	padding: 100px 0;
	}
	.sec04_title .sec02_title {
	margin-top: 25px;
	}
	.sec04 .shoulder {
	font-size: 18px;
	}
	.sec04_slideimg {
	margin-top: 35px;
	padding-bottom: 0;
	}
	.sec04_slideimg .detail {
	height: 48vw;
	padding: 25px 20px 30px;
	}
	.sec04_slideimg .detail p {
	font-size: 13px;
	line-height: 215%;
	}
	.sec04_slideimg .price_wrapper {
	width: 220px;
	padding-top: 15px;
	}
	.sec04_slideimg .slick-arrow {
	top: 40vw;
	width: 20px !important;
	}
	.sec04_slideimg .slick-arrow.next {
	right: 5vw;
	}
	.sec04_slideimg .slick-arrow.prev {
	left: 5vw;
	}
}
@media (min-width:1250px){
	.sec04_slideimg {
	width: 1250px;
	}
	.sec04_slideimg .detail {
	height: 320px;
	padding: 25px 40px 30px;
	}
	.sec04_slideimg .slick-slide {
	padding: 0 10px;
	}
	.sec04_slideimg .slick-arrow {
	top: 350px;
	width: 27px !important;
	}
	.sec04_slideimg .slick-arrow.next {
	right: 85px;
	}
	.sec04_slideimg .slick-arrow.prev {
	left: 85px;
	}
}

.sec05 {
padding: 12.6vw 0;
}
.sec05_stylewrapper {
margin-top: 13.3vw;;
}
.sec05_styletitle {
margin-top: 10vw;
font-size: 5.86666vw;
}
.sec05_stylewrapper p {
width: 84vw;
margin-top: 5.33vw;
}
.sec05 .slideexp {
margin-top: 7vw;
}
.sec05 .slideexp .slick-arrow {
top: calc(50% + 7vw);
}
.sec05 .slideexp .slick-arrow.prev {
left: 5.33vw;
}
.sec05 .slideexp .slick-arrow.next {
right: 5.33vw;
}
.sec05 .price_wrapper {
width: 50vw;
}
.sec05 .notice {
width: 50vw;
}
@media (min-width:768px){
	.sec05 {
	padding: 95px 0 90px;
	}
	.sec05_styletitle {
	margin-top: 50px;
	font-size: 29px;
	}
	.sec05_stylewrapper {
	margin-top: 100px;
	}
	.sec05_stylewrapper p {
	width: 512px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 215%;
	}
	.sec05 .price_wrapper {
	width: 85%;
	margin: 0;
	}
	.sec05 .slideexp {
	width: 512px !important;
	margin: 40px auto 0;
	padding: 0;
	}
	.sec05 .slideexp .slick-track {
	width: 512px !important;
	}
	.sec05 .slick-slide {
	width: 256px !important;
	}
	.sec05 .slideexp .type {
	font-size: 13px;
	letter-spacing: 0.025em;
	}
	.sec05 .price01 .type {
	margin-left: 50px;
	}
	.sec05 .price02 .type {
	margin-left: 90px;
	}
	.sec05 .price02 .price_wrapper,
	.sec05 .price02 .notice { width: 85%; margin-left: auto; margin-right: 0; }
	.sec05_img01_01,
	.sec05_img02_01 { width: 350px; margin: 0 auto 0 calc(50% - 350px); }
	.sec05_img01_02,
	.sec05_img02_02 { width: 330px; margin: -450px calc(50% - 350px) 0 auto; }
	.sec05_img01_03,
	.sec05_img02_03 { width: 330px; margin: 12px calc(50% - 350px) 0 auto; }
}
@media (min-width:1100px){
	.sec05 .titlebox {
	position: absolute;
	top: 30px;
	}
	.sec05_style01 .titlebox {
	left: calc(50% + 55px);
	}
	.sec05_style02 .titlebox {
	right: calc(50% + 55px);
	}
	.sec05_styletitle {
	margin-top: 0;
	}
	.sec05_style01 .sec05_styletitle {
	text-align: left;
	}
	.sec05_style02 .sec05_styletitle {
	text-align: right;
	}
	.sec05_stylewrapper p {
	width: 445px;
	}
	.sec05_img01_01 { width: 500px; margin: 0 auto 0 calc(50% - 500px); }
	.sec05_img01_02 { width: 375px; margin: -510px calc(50% - 430px) 0 auto; }
	.sec05_img01_03 { width: 375px; margin: 12px calc(50% - 430px) 0 auto; }
	.sec05_img02_01 { width: 500px; margin: 0  calc(50% - 500px) 0 auto; }
	.sec05_img02_02 { width: 375px; margin: -510px auto 0 calc(50% - 430px); }
	.sec05_img02_03 { width: 375px; margin: 12px auto 0 calc(50% - 430px); }
	.sec05 .sec05_style01 .slideexp {
	margin-left: calc(50% - 500px);
	}
	.sec05 .sec05_style02 .slideexp {
	margin-left: 50%;
	}
	.type {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	border: none;
	text-align: left;
	}
	.sec05 .price01 .type {
	margin-left: 0;
	}
	.sec05 .price02 .type {
	margin-left: 23px;
	}
	.sec05 .price02 .price_wrapper,
	.sec05 .price02 .notice {
	margin-right: 15px;
	}
}

.sec06 {
padding-top: 16vw;
}
.sec06_itemwrapper {
width: 66.6vw;
margin-top: 10vw;
}
.sec06 .itemhead {
margin-top: 6.66vw;
}
.sec06 .morewrapper {
margin-top: 6vw;
border-top: 1px solid #8c8b89;
border-bottom: 1px solid #8c8b89;
}
.sec06 .acordion_btn {
padding: 3.33vw 0 3.33vw;
color: #8c8b89;
background: url("../images/ico-plus_gray.svg") 57.8vw 3.2vw / 3.2vw auto no-repeat;
}
.sec06 .acordion_btn.open {
background: url("../images/ico-minus_gray.svg") 57.8vw 4.5vw / 3.2vw auto no-repeat;
}
.sec06 .acordion_inner {
padding: 4vw 5vw 6vw;
}
.sec06 .acordion_inner ul {
padding-top: 3vw;
}

@media (min-width:768px){
	.sec06 {
	padding-top: 100px;
	}
	.sec06 .shoulder {
	font-size: 18px;
	}
	.sec06_itemlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 550px;
	}
	.sec06_itemwrapper {
	width: 250px;
	margin: 70px 0 0;
	}
	.sec06 .itemhead {
	margin-top: 20px;
	font-size: 16px;
	}
	.sec06 .morewrapper {
	width: 100%;
	margin-top: 13px;
	border: none;
	}
	.sec06 .acordion_btn {
	display: none;
	}
	.sec06 .acordion_inner {
	display: block;
	padding: 0;
	}
	.sec06 .acordion_inner p {
	font-size: 12px;
	}
	.sec06 .acordion_inner ul {
	padding-top: 10px;
	}
	.sec06 .item03 .acordion_inner ul {
	padding-top: 35px;
	}
}
@media (min-width:1100px){
	.sec06_itemlist {
	width: 1080px;
	}
	.sec06 .item01 .acordion_inner ul,
	.sec06 .item02 .acordion_inner ul {
	padding-top: 35px;
	}
}

.credit {
margin-top: 25.33vw;
}
.outro_logo {
width: 26.6vw;
margin-top: 18.6vw;
}
@media (min-width:768px){
	.credit {
	font-size: 12px;
	margin-top: 125px;
	line-height: 266%;
	}
	.outro_logo {
	width: 125px;
	margin-top: 90px;
	padding-bottom: 50px;
	}
}
