@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%;
padding-bottom: 0;
font-family: fot-cezanne-pron, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 2.9333333333vw;
line-height: 100%;
letter-spacing: 0.02em;
background: #ebf3f5;
color: #3E4343;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
@media (min-width:768px){
	.allwrapper {
		font-size: 12.75px;
	}
}
@media (min-width:1100px){
	.allwrapper {
		font-size: 15.5px;
	}
}
.allwrapper a:link {
color: #3E4343;
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 {
opacity: 0.65;
filter: alpha(opacity=65);
}
.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;
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.1333333333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.6666666666vw; }
.fs11 { font-size: 2.9333333333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.4666666666vw; }
.fs14 { font-size: 3.7333333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.2666666666vw; }
.fs17 { font-size: 4.5333333333vw; }
.fs18 { font-size: 4.8vw; }

/* 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; }

/* decotarion */
.deco_line { text-decoration: underline; }


/* ========== 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
-----------------------------------------------*/
@media (max-width:767px){
	.allwrapper { padding-top: 0 !important; }
}
@media (min-width:768px){
	body.static .wrapper { margin-top: 0; }
	.sp-menu { display: none; }
	.allwrapper { width: 100vw; }
}
@media (min-width:1100px){
	.allwrapper { width: 100%; padding-bottom: 140px; }
}
.sp-menu,
.pc-menu {
position: relative;
background: #fff;
z-index: 100;
}
.ff_classico {
font-family: classico-urw, sans-serif;
font-weight: 400;
letter-spacing: 0.03em;
}

.mv {
width: 100%;
min-height: 146vw;
}
.mv_title {
top: 42%;
left: 10%;
width: 80%;
animation-delay: 1.5s;
}
img.mv_brandlogo {
left: 72%;
top: 5%;
width: 24%;
margin: 0;
}
@media (min-width:768px){
	.mv {
	min-height: 66vw;
	}
	.mv_title {
	left: 27.4305555556%;
	width: 45.1388888888%;
	}
	img.mv_brandlogo {
	left: 88.1944444444%;
	top: 3%;
	width: 9.4444444444%;
	}
}

.intro {
padding-top: 16vw;
}
.intro_text p {
letter-spacing: 0.06em;
line-height: 2.18;
}
.intro_text p + p {
margin-top: 2.18em;
}
.intro_main {
width: 85.3333333333%;
margin-top: 24vw;
padding: 10.33vw 10.1333333333vw 9.6vw;
background: #fff;
}
.intro_main_title {
top: -6.2vw;
left: 0;
width: 100%;
font-size: 10.1333333333vw;
line-height: 1;
}
.intro_main picture {
margin-top: 5.33vw;
}
.intro_main p {
margin-top: 5.33vw;
line-height: 2.18;
}
@media (min-width:768px){
	.intro {
	padding-top: 70px;
	}
	.intro_text p {
	line-height: 2.14;
	}
	.intro_text p + p {
	margin-top: 2.14em;
	}
	.intro_main {
	width: 614px;
	margin-top: 110px;
	padding: 55px 110px 45px;
	}
	.intro_main_title {
	top: -37px;
	font-size: 60px;
	}
	.intro_main picture {
	margin-top: 35px;
	}
	.intro_main div {
	font-size: 18px;
	}
	.intro_main p {
	margin-top: 20px;
	line-height: 2.25;
	}
}
@media (min-width:1100px){
	.intro {
	padding-top: 90px;
	}
	.intro_main {
	width: 750px;
	margin-top: 135px;
	padding: 70px 135px 57px;
	}
	.intro_main_title {
	top: -48px;
	font-size: 76px;
	}
	.intro_main picture {
	margin-top: 45px;
	}
	.intro_main div {
	font-size: 22px;
	}
	.intro_main p {
	margin-top: 20px;
	line-height: 2.25;
	}
}

.lineup {
width: 93.8666666666%;
margin-top: 18.6666666666vw;
}
.lineup_title {
font-size: 7.2vw;
}
.lineup_list_wrapper {
margin-top: 8vw;
}
.lineup_list {
width: 30.9333333333vw;
background: #fff;
}
.lineup_list .disp_flex {
height: 20.2666666666vw;
align-items: center;
}
.lineup_list .disp_flex div {
width: 100%;
}
@media (min-width:768px){
	.lineup {
	width: 584px;
	margin-top: 115px;
	}
	.lineup_title {
	font-size: 42px;
	}
	.lineup_list_wrapper {
	margin-top: 50px;
	}
	.lineup_list {
	width: 190px;
	}
	.lineup_list .disp_flex {
	height: 95px;
	}
	.lineup_list .fs10 {
	font-size: 13px;
	}
}
@media (min-width:1100px){
	.lineup {
	width: 712px;
	margin-top: 115px;
	}
	.lineup_title {
	font-size: 42px;
	}
	.lineup_list_wrapper {
	margin-top: 60px;
	}
	.lineup_list {
	width: 232px;
	}
	.lineup_list .disp_flex {
	height: 114px;
	}
	.lineup_list .fs10 {
	font-size: 16px;
	}
}

.secbox {
margin-top: 18.6666666666vw;
padding-top: 56vw;
}
.secbox_main {
padding-top: 66.6666666666vw;
padding-bottom: 9.6vw;
background: #fff;
}
.secbox_mainimg {
top: -56vw;
left: 7.7333333335%;
width: 84.5333333333%;
}
.secbox_title,
.secbox_point_title,
.secbox_voice_title {
font-size: 7.2vw;
line-height: 1;
}
.secbox_title_jp {
margin-top: 3.2vw;
line-height: 2.08;
}
img.secbox_color {
width: auto;
height: 4vw;
margin-top: 4.8vw;
}
.btn_buy {
width: 48%;
margin-top: 6.9333333333vw;
}
.secbox_maintext {
width: 84.5333333333%;
margin-top: 6.9333333333vw;
line-height: 2.18;
}
.secbox_point {
padding-top: 13.3333333333vw;
}
.secbox_pointbox {
align-items: center;
width: 90.1333333333%;
}
.secbox_pointbox.imgleft {
margin-top: 8.8vw;
margin-left: 3.2%;
}
.secbox_pointbox.imgright {
flex-direction: row-reverse;
margin-left: 6.9333333333%;
}
.secbox_pointbox picture {
width: 41.6vw;
}
.secbox_pointbox_text {
width: 44.8vw;
}
.secbox_pointbox_text p {
margin-top: 3.2vw;
}
.secbox_voice {
width: 85.3333333333%;
margin-top: 13.3333333333vw;
padding: 7.4666666666vw 0 3.2vw;
background: #fff;
}
.secbox_voice_title_jp {
margin-top: 2.6666666666vw;
}
.secbox_voice_box {
width: 66.6666666666vw;
padding: 3.2vw 4.8vw;
background: #ebf3f5;
}
.secbox_voice_box.box01 {
margin: 6.9333333333vw auto 0 7.4666666666vw;
}
.secbox_voice_box.box02 {
margin: 4.2666666666vw auto 0 10.6666666666vw;
}
.secbox_voice_box.box01::after {
content: "";
position: absolute;
top: 50%;
right: 0;
border-style: solid;
border-width: 6px 0 6px 16px;
border-color: transparent transparent transparent #ebf3f5;
translate: 100% -50%;
}
.secbox_voice_box.box02::after {
content: "";
position: absolute;
top: 50%;
left: 0;
border-style: solid;
border-width: 6px 16px 6px 0;
border-color: transparent #ebf3f5 transparent transparent;
translate: -100% -50%;
}
.secbox_voice_notice {
margin-top: 8vw;
font-size: 1.8666666666vw;
}
@media (min-width:768px){
	.secbox {
	margin-top: 115px;
	padding-top: 310px;
	}
	.secbox_main {
	padding-top: 510px;
	padding-bottom: 57px;
	}
	.secbox_mainimg {
	top: -310px;
	left: calc(50% - 292px);
	width: 584px;
	}
	.secbox_title,
	.secbox_point_title,
	.secbox_voice_title {
	font-size: 44px;
	}
	.secbox_title_jp {
	margin-top: 25px;
	font-size: 14.5px;
	}
	img.secbox_color {
	height: 25px;
	margin-top: 15px;
	}
	.btn_buy {
	width: 220px;
	margin-top: 33px;
	}
	.secbox_maintext {
	width: 514px;
	margin-top: 30px;
	line-height: 2.25;
	}
	.secbox_point {
	padding-top: 80px;
	}
	.secbox_pointbox {
	width: 530px;
	}
	.secbox_pointbox.imgleft {
	margin-top: 50px;
	margin-left: calc(50% - 290px);
	}
	.secbox_pointbox.imgright {
	margin-left: calc(50% - 240px);
	}
	.secbox_pointbox picture {
	width: 254px;
	}
	.secbox_pointbox_text {
	width: 230px;
	}
	.secbox_pointbox_text .fs15 {
	font-size: 20px;
	}
	.secbox_pointbox_text p {
	margin-top: 20px;
	line-height: 2.25;
	}
	.secbox_voice {
	width: 576px;
	margin-top: 80px;
	padding: 50px 0 20px;
	}
	.secbox_voice_title_jp {
	margin-top: 22px;
	}
	.secbox_voice_box {
	width: 408px;
	padding: 3.2vw 4.8vw;
	}
	.secbox_voice_box.box01 {
	margin: 35px auto 0 76px;
	}
	.secbox_voice_box.box02 {
	margin: 27px auto 0 96px;
	}
	.secbox_voice_box.box01::after {
	border-width: 12px 0 12px 20px;
	}
	.secbox_voice_box.box02::after {
	border-width: 12px 20px 12px 0;
	}
	.secbox_voice_box p {
	line-height: 2.25;
	}
	.secbox_voice_notice {
	margin-top: 37px;
	font-size: 9px;
	}
}
@media (min-width:1100px){
	.secbox {
	margin-top: 140px;
	padding-top: 350px;
	}
	.secbox_main {
	width: 940px;
	margin-inline: auto;
	padding-top: 640px;
	padding-bottom: 70px;
	}
	.secbox_mainimg {
	top: -350px;
	left: calc(50% - 355px);
	width: 710px;
	}
	.secbox_title,
	.secbox_point_title,
	.secbox_voice_title {
	font-size: 54px;
	}
	.secbox_title_jp {
	margin-top: 35px;
	font-size: 18px;
	}
	img.secbox_color {
	height: 30px;
	margin-top: 20px;
	}
	.btn_buy {
	width: 271px;
	margin-top: 40px;
	}
	.secbox_maintext {
	width: 626px;
	margin-top: 40px;
	}
	.secbox_point {
	padding-top: 100px;
	}
	.secbox_pointbox {
	width: 650px;
	}
	.secbox_pointbox.imgleft {
	margin-top: 60px;
	margin-left: calc(50% - 350px);
	}
	.secbox_pointbox.imgright {
	margin-left: calc(50% - 300px);
	}
	.secbox_pointbox picture {
	width: 310px;
	}
	.secbox_pointbox_text {
	width: 280px;
	}
	.secbox_pointbox_text .fs15 {
	font-size: 24px;
	}
	.secbox_pointbox_text p {
	margin-top: 20px;
	}
	.secbox_voice {
	width: 704px;
	margin-top: 100px;
	padding: 60px 0 25px;
	}
	.secbox_voice_title_jp {
	margin-top: 22px;
	}
	.secbox_voice_box {
	width: 500px;
	padding: 20px 40px;
	}
	.secbox_voice_box.box01 {
	margin: 40px auto 0 90px;
	}
	.secbox_voice_box.box02 {
	margin: 35px auto 0 115px;
	}
	.secbox_voice_box.box01::after {
	border-width: 14px 0 14px 24px;
	}
	.secbox_voice_box.box02::after {
	border-width: 14px 24px 14px 0;
	}
	.secbox_voice_notice {
	margin-top: 45px;
	font-size: 11px;
	}
}

.lineup_bottom {
width: 100%;
background: #fff;
padding: 8vw 0 10vw;
}
.lineup_bottom .lineup_title {
font-size: 5.3333333333vw;
}
.lineup_bottom .lineup_list_wrapper {
width: 93.8666666666%;
}
.lineup_bottom .lineup_list .disp_flex {
align-items: flex-start;
}
.lineup_bottom .lineup_list .disp_flex div {
height: auto;
margin-top: 2.13vw;
}
@media (min-width:768px){
	.lineup_bottom {
	width: 700px;
	padding: 55px 0 75px;
	}
	.lineup_bottom .lineup_title {
	font-size: 32px;
	}
	.lineup_bottom .lineup_title .fs16 {
	font-size: 26px;
	}
	.lineup_bottom .lineup_list_wrapper {
	width: 578px;
	}
	.lineup_bottom .lineup_list .disp_flex div {
	margin-top: 23px;
	line-height: 1.7;
	}
}
@media (min-width:1100px){
	.lineup_bottom {
	width: 850px;
	margin-top: 140px;
	padding: 65px 0 95px;
	}
	.lineup_bottom .lineup_title {
	font-size: 40px;
	}
	.lineup_bottom .lineup_title .fs16 {
	font-size: 32px;
	}
	.lineup_bottom .lineup_list_wrapper {
	width: 704px;
	}
	.lineup_bottom .lineup_list .disp_flex div {
	margin-top: 30px;
	}
}

.banner {
width: 85.3333333333%;
margin-top: 18.666666666vw;
}
.btn_brandtop {
width: 57.0666666666%;
margin-top: 18.666666666vw;
}
.staffcredit {
margin-top: 18.666666666vw;
}
.staffcredit_text {
bottom: 5%;
right: 8.533333333%;
color: #fff;
}
@media (min-width:768px){
	.banner {
	width: 520px;
	margin-top: 115px;
	}
	.btn_brandtop {
	width: 240px;
	margin-top: 115px;
	}
	.staffcredit {
	width: 615px;
	margin-top: 115px;
	}
	.staffcredit_text {
	font-size: 13px;
	line-height: 2.25;
	}
}
@media (min-width:1100px){
	.banner {
	width: 600px;
	margin-top: 140px;
	}
	.btn_brandtop {
	width: 290px;
	margin-top: 140px;
	}
	.staffcredit {
	width: 750px;
	margin-top: 140px;
	}
	.staffcredit_text {
	font-size: 16px;
	}
}
