@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;
color: #856a53;
font-family: rubik, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.0666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #856a53;
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;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 11.5px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	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; }
	.fs12 { font-size: 12px; }
	.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
-----------------------------------------------*/
.ff_zenkakugonew {
font-family: zen-kaku-gothic-new, sans-serif;
}
.allwrapper {
background: #fff;
padding-bottom: 17.33vw;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.fvarea {
width: 100%;
min-height: 189vw;
background: #ffecfa;
}
.mv_title {
top: 68vw;
left: 7.333335vw;
width: 85.33333vw;
animation-delay: 1.5s;
}
.intro {
padding: 8.6vw 0 5.5vw;
animation-delay: 2.25s;
}
.intro_title {
font-size: 4.4vw;
}
.intro_txt {
margin-top: 5vw;
font-size: 3.333333vw;
}
@media (min-width:768px){
	.fvarea {
	min-height: 580px;
	}
	.contentheader_title {
	width: 750px;
	}
	.mv {
	width: 480px;
	margin-left: calc(50% - 360px);
	}
	.mv_title {
	width: 180px;
	top: 200px;
	left: calc(50% + 170px);
	}
	.intro {
	padding: 40px 0 30px;
	}
	.intro_title {
	font-size: 20px;
	letter-spacing: 0.125em;
	}
	.intro_txt {
	margin-top: 15px;
	font-size: 13px;
	line-height: 176%;
	}
}
@media (min-width:1100px){
	.fvarea {
	min-height: 760px;
	}
	.contentheader_title {
	width: 1000px;
	}
	.mv {
	width: 633px;
	margin-left: calc(50% - 500px);
	}
	.mv_title {
	width: 232px;
	top: 260px;
	left: calc(50% + 220px);
	}
	.intro {
	padding: 45px 0 35px;
	}
	.intro_title {
	font-size: 30px;
	}
	.intro_txt {
	margin-top: 25px;
	font-size: 17px;
	}
}

.lineup {
padding: 12.5vw 0 0;
}
.lineup_title {
width: 38.4vw;
}
.lineup_list {
width: 80vw;
margin: 9.86vw auto -11.2vw;
}
.lineup_list li {
width: 38.666666vw;
margin-bottom: 11.2vw;
}
.lineup_list li:nth-child(even) {
animation-delay: 0.1s;
}
@media (min-width:768px){
	.lineup {
	padding: 55px 0 0;
	}
	.lineup_title {
	width: 140px;
	}
	.lineup_list {
	width: 460px;
	margin: 0 auto;
	}
	.lineup_list li {
	width: 145px;
	margin-bottom: 0;
	margin-top: 32px;
	}
	.lineup_list li:nth-child(3n - 2) {
	animation-delay: 0;
	}
	.lineup_list li:nth-child(3n - 1) {
	animation-delay: 0.1s;
	}
	.lineup_list li:nth-child(3n) {
	animation-delay: 0.2s;
	}
}
@media (min-width:1100px){
	.lineup {
	padding-top: 75px;
	}
	.lineup_title {
	width: 185px;
	}
	.lineup_list {
	width: 595px;
	}
	.lineup_list li {
	width: 188px;
	margin-top: 45px;
	}
}

.secbox {
padding-top: 15vw;
padding-bottom: 8vw;
}
.sec_title {
z-index: 2;
}
.sec_title img {
width: auto;
height: 9.6vw;
}
.sec_mainimg {
width: 96vw;
height: 128vw;
margin-top: -2.5vw;
overflow: hidden;
background: #fff;
border-radius: 50vw 50vw 0 0;
}
.zoomout_img {
animation: anime-zoomout 0.7s ease-in-out;
animation-fill-mode: forwards;
}
@keyframes anime-zoomout {
	0% {
	transform: scale(1.1);
	}
	100% {
	transform: scale(1.0);
	}
}
img.sec_mainimg_txt {
margin: 0;
width: 13.3vw;
}
#sec01 img.sec_mainimg_txt { top: 7.73vw; left: 78.6vw; }
#sec02 img.sec_mainimg_txt { top: 11.73vw; left: 6.13vw; }
#sec03 img.sec_mainimg_txt { top: 10.6vw; left: 76.8vw; }
#sec04 img.sec_mainimg_txt { top: 10.4vw; left: 8vw; }
#sec05 img.sec_mainimg_txt { top: 8.53vw; left: 70.93vw; width: 20.66vw; }
#sec06 img.sec_mainimg_txt { top: 6.66vw; left: 4.53vw; }
.publish {
bottom: 3vw;
left: 0;
width: 100%;
padding: 0 3vw;
}
#sec01 .publish,
#sec05 .publish { color: #fff; }
.sec_details_wrapper {
margin-top: 3vw;
}
.sec_text {
width: 96vw;
padding: 3.33vw 0;
line-height: 230%;
background: #ffecfa;
}
.imgright .sec_text {
background: #e9decf;
}
.sec_text span {
display: inline-block;
margin: 0 3px;
padding: 2px 3px;
background: #856a53;
line-height: 100%;
color: #ffecfa;
}
.imgright .sec_text span {
color: #e9decf;
}
.price_wrapper {
width: 56vw;
margin-top: 10vw;
}
.price_box {
line-height: 240%;
}
.btn_items {
width: 74.666vw;
max-width: 280px;
margin-top: 10vw;
font-size: 3.333333vw;
line-height: 12vw;
color: #ffecfa !important;
background: #856a53;
}
.imgright .btn_items {
color: #e9decf !important;
}
@media (min-width:768px){
	.secbox {
	width: 710px;
	margin-top: 0;
	padding: 45px 0;
	}
	.sec_title {
	position: absolute;
	top: 50px;
	width: 330px;
	}
	#sec05 .sec_title { top: 45px; }
	.imgleft .sec_title {
	left: 388px;
	}
	.imgright .sec_title {
	left: 0;
	}
	.sec_title img {
	height: 30px;
	}
	.secinner {
	display: flex;
	justify-content: space-between;
	width: 710px;
	}
	.imgright .secinner {
	flex-direction: row-reverse;
	}
	.sec_mainimg_wrapper {
	width: 345px;
	}
	.sec_mainimg {
	width: 345px;
	height: 495px;
	margin-top: 0;
	}
	.publish {
	bottom: 13px;
	padding: 0 13px;
	}
	img.sec_mainimg_txt {
	width: 42px;
	}
	#sec01 img.sec_mainimg_txt { top: 27px; left: 22px; }
	#sec02 img.sec_mainimg_txt { top: 20px; left: 292px; }
	#sec03 img.sec_mainimg_txt { top: 42px; left: 20px; }
	#sec04 img.sec_mainimg_txt { top: 20px; left: 290px; }
	#sec05 img.sec_mainimg_txt { top: 16px; left: 15px; width: 65px; }
	#sec06 img.sec_mainimg_txt { top: 30px; left: 290px; }
	.sec_details_wrapper {
	width: 330px;
	margin: 85px 0 0;
	}
	#sec05 .sec_details_wrapper { margin-top: 75px; }
	.sec_text {
	width: 100%;
	padding: 11px 0;
	font-size: 11.5px;
	line-height: 216%;
	}
	#sec03 .sec_text {
	font-size: 11px;
	letter-spacing: -0.05em;
	}
	.price_wrapper {
	width: 195px;
	margin-top: 35px;
	}
	#sec05 .price_wrapper { margin-top: 30px; }
	.btn_items {
	width: 230px;
	font-size: 12px;
	line-height: 40px;
	margin-top: 40px;
	}
	#sec05 .btn_items { margin-top: 35px; }
}
@media (min-width:1100px){
	.secbox {
	width: 920px;
	padding: 70px 0;
	}
	.imgleft.secbox {
	margin-left: calc(50% - 450px);
	}
	.imgright.secbox {
	margin-left: calc(50% - 500px);
	}
	.sec_title {
	top: 60px;
	width: 415px;
	}
	#sec05 .sec_title { top: 55px; }
	.imgleft .sec_title {
	left: 505px;
	}
	.sec_title img {
	height: 38px;
	}
	.secinner {
	width: 920px;
	}
	.sec_mainimg_wrapper {
	width: 450px;
	}
	.sec_mainimg {
	width: 450px;
	height: 643px;
	}
	.publish {
	bottom: 10px;
	padding: 0 15px;
	font-size: 16px;
	}
	img.sec_mainimg_txt {
	width: 55px;
	}
	#sec01 img.sec_mainimg_txt { top: 27px; left: 22px; }
	#sec02 img.sec_mainimg_txt { top: 25px; left: 380px; }
	#sec03 img.sec_mainimg_txt { top: 55px; left: 25px; }
	#sec04 img.sec_mainimg_txt { top: 25px; left: 380px; }
	#sec05 img.sec_mainimg_txt { top: 20px; left: 20px; width: 84px; }
	#sec06 img.sec_mainimg_txt { top: 40px; left: 380px; }
	.sec_details_wrapper {
	width: 415px;
	margin-top: 115px;
	}
	#sec05 .sec_details_wrapper { margin-top: 105px; }
	.sec_text {
	padding: 15px 0;
	font-size: 15px;
	letter-spacing: 0;
	}
	#sec03 .sec_text {
	font-size: 14px;
	}
	.price_wrapper {
	width: 250px;
	margin-top: 52px;
	}
	#sec05 .price_wrapper { margin-top: 45px; }
	.btn_items {
	width: 300px;
	font-size: 15px;
	line-height: 50px;
	margin-top: 65px;
	}
	#sec05 .btn_items { margin-top: 50px; }
}

.btn_bottom {
margin-top: 30vw;
}
.staffcredit {
margin-top: 22.66vw;
}
.brandlogo {
margin-top: 10.6vw;
}
.brandlogo * {
color: #aaa !important;
}
.brandlogo img {
width: 45px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.btn_bottom {
	margin-top: 60px;
	}
	.staffcredit {
	width: 310px;
	margin-top: 50px;
	padding: 15px 0;
	font-size: 13px;
	}
	.brandlogo {
	margin-top: 40px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:1100px){
	.btn_bottom {
	margin-top: 110px;
	}
	.staffcredit {
	font-size: 15px;
	}
}