@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: #000;
font-family: zen-kaku-gothic-new, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.06666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: -0.06em;
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;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 11px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	font-size: 15px;	
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.666666vw; }
.fs11 { font-size: 2.933333vw; }
.fs11_5 { font-size: 3.066666vw; }
.fs12 { font-size: 3.2vw; }
.fs12_5 { font-size: 3.33333333vw; }
.fs13 { font-size: 3.466666vw; }
.fs13_5 { font-size: 3.6vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.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 */
.lh110 { line-height: 110%; }
.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_futura {
font-family: futura-pt, sans-serif;
font-weight: 400;
}

.mv {
width: 100%;
height: 140.8vw;
overflow: hidden;
}
img.mv_logo {
top: 3.2vw;
left: 7.2%;
width: 8.2666666%;
margin: 0;
z-index: 2;
animation-delay: 2s;
}
.mv_title {
right: 0;
top: 0;
width: 100%;
z-index: 2;
animation-delay: 1.5s;
}
.intro {
padding-top: 8.8vw;
color: #545454;
}
@media (min-width:768px){
	.mv {
	width: 720px;
	height: 426.95px;
	}
	img.mv_logo {
	top: 18px;
	left: 20px;
	width: 47px;
	}
	.mv_title {
	right: 33px;
	top: 150px;
	width: 268px;
	}
	.intro {
	padding-top: 37.5px;
	font-size: 14px;
	animation-delay: 2.25s;
	}
}
@media (min-width:1100px){
	.mv {
	width: 1000px;
	height: 593px;
	}
	img.mv_logo {
	top: 24px;
	left: 28px;
	width: 63px;
	}
	.mv_title {
	right: 46px;
	top: 208px;
	width: 370px;
	}
	.intro {
	font-size: 15px;
	}
}

.lineup {
margin-top: 17.33vw;
}
.lineup_title {
font-size: 6.666666vw;
color: #545454;
letter-spacing: -0.01em;
}
.lineup_boxwrapper {
width: 84.53333333%;
margin-top: 10.93vw;
}
.lineup_boxwrapper li + li {
margin-top: 4.26vw;
}
@media (min-width:768px){
	.lineup {
	width: 720px;
	margin-top: 50px;
	}
	.lineup_title {
	font-size: 26px;
	}
	.lineup_boxwrapper {
	width: 100%;
	margin-top: 45px;
	}
	.lineup_boxwrapper li {
	width: 235px;
	}
	.lineup_boxwrapper li + li {
	margin-top: 0;
	}
	.lineup_boxwrapper li:nth-child(2) {
	margin-left: -12px;
	animation-delay: 0.2s;
	}
	.lineup_boxwrapper li:nth-child(3) {
	animation-delay: 0.4s;	
	}
}
@media (min-width:1100px){
	.lineup {
	width: 1000px;
	margin-top: 70px;
	}
	.lineup_title {
	font-size: 30px;
	}
	.lineup_boxwrapper {
	margin-top: 63px;
	}
	.lineup_boxwrapper li {
	width: 330px;
	}
	.lineup_boxwrapper li:nth-child(2) {
	margin-left: -18px;
	}
}

.bgarea01 {
padding-top: 32vw;
background: url("../images/bgarea01-bg_sp.jpg") 0 0 / 100% auto no-repeat;
}
video.movie {
display: block;
width: 66.666666%;
height: 118.66vw;
margin: 0 auto;
background: #ccc;
box-sizing: content-box;
border: 12px solid #fff4fa;
}
.secbox {
padding: 9.5vw 0;
}
img.secname {
width: auto;
height: 13.2vw;
margin-right: auto;
mix-blend-mode: multiply;
z-index: 3;
}
.styletext {
line-height: 186%;
}
.items {
width: 88%;
margin-top: 16vw;
}
.items_title span {
padding: 0 5px;
line-height: 120%;
text-decoration: underline;
}
.items_box {
width: 43.2vw;
margin-top: 8vw;
}
.items_image {
width: 14.66666666vw;
}
.items_detail {
width: 27.2vw;
}
.items_itemname {
font-size: 2.8vw;
height: 14vw;
}
.items_pricebox {
align-items: center;
}
.items_buy {
width: 8.8vw;
line-height: 4vw;
}
@media (min-width:768px){
	.bgarea01 {
	padding-top: 105px;
	background: url("../images/bgarea01-bg_pc.jpg") center 0 / 1250px auto repeat-x;
	}
	video.movie {
	width: 180px;
	height: 320px;
	margin: 0 auto 0 calc(50% - 276px);
	border: 10px solid #fff4fa;
	}
	.secbox {
	padding: 40px 0 0;
	}
	img.secname {
	height: 51px;
	}
	.styletext {
	line-height: 166%;
	}
	.items {
	width: 100%;
	margin-top: 45px;
	}
	.items_title span {
	padding: 0 7px;
	font-size: 16px;
	}
	.items_boxwrapper {
	justify-content: center;
	margin-top: 25px;
	}
	.items_box {
	width: 150px;
	margin-top: 0;
	}
	.items_boxinner {
	display: block;
	}
	picture.items_image {
	width: 65px;
	margin: 0 auto;
	}
	.items_detail {
	width: 100%;
	}
	.items_itemname {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	height: 50px;
	}
	.items_pricebox {
	justify-content: center;
	}
	.items_price {
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
	}
	.items_price span {
	font-size: 9px;
	}
	.items_buy {
	width: 30px;
	line-height: 14px;
	font-size: 12px;
	}
}
@media (min-width:1100px){
	.bgarea01 {
	padding-top: 145px;
	}
	video.movie {
	width: 250px;
	height: 445px;
	margin-left: calc(50% - 385px);
	border: 12px solid #fff4fa;
	}
	.secbox {
	padding-top: 100px;
	}
	img.secname {
	height: 71px;
	}
	.items {
	margin-top: 75px;
	}
	.items_title span {
	padding: 0 10px;
	font-size: 20px;
	}
	.items_boxwrapper {
	margin-top: 35px;
	}
	.items_box {
	width: 215px;
	}
	picture.items_image {
	width: 90px;
	}
	.items_itemname {
	font-size: 13px;
	margin-top: 7px;
	height: 60px;
	}
	.items_price {
	margin-right: 10px;
	font-size: 16px;
	}
	.items_price span {
	font-size: 10px;
	}
	.items_buy {
	width: 40px;
	line-height: 18px;
	font-size: 15px;
	}
}

.style01 img.secname { margin-left: 60.8%; }
.style01_img01 { width: 94.66666666%; margin: -6.93vw auto 0 0; }
.style01 .styletitle { width: 43.2%; margin: 17.06vw auto 0 0; }
.style01 .styletext { width: 46.133%; margin: -35.2vw auto 0 46.66vw; color: #7b2f3f; }
.style01_decoline01 { top: 139vw; left: 0; width: 100%; z-index: 1; }
.style01_img02 { width: 93.8666666%; margin: 25.33vw auto 0; }
.style01_img03 { width: 100%; margin: -16vw auto 0; }
.style01_img04_01 { width: 46.4%; margin: -34.13vw auto 0 42.13%; }
.style01_img04_02 { width: 38.93333333%; margin: -47.46vw auto 0 0; }
.style01_img05 { width: 100%; margin: 20vw auto 0 ;}
.style01_decoline02 { top: 386vw; left: 0; width: 100%; z-index: 1; }
.style01 .items_title span,
.style01 .items_buy { color: #7b2f3f; background: #fff8fc; }
@media (min-width:768px){
	.style01 { margin-top: -200px; }
	.style01 img.secname { margin-left: calc(50% - 35px); }
	.style01_img01 { width: 332px; margin: -24px auto 0 calc(50% - 25px); position: relative; z-index: 2; }
	.style01 .styletitle { width: 205px; margin:106px auto 0 calc(50% - 85px); }
	.style01 .styletext { width: 217px; margin: -115px auto 0 calc(50% + 145px); }
	.style01_decoline01 { top: 300px; left: calc(50% + 160px); width: 320px; }
	.style01_img02 { width: 282px; margin: -176px auto 0 calc(50% - 334px); }
	.style01_img03 { width: 347px; margin: -141px auto 0 calc(50% - 35px); }
	.style01_img04_01 { width: 154px; margin: -141px auto 0 calc(50% + 207px); }
	.style01_img04_02 { width: 154px; margin: -158px auto 0 calc(50% + 44px); }
	.style01_img05 { width: 276px; margin: -77px auto 0 calc(50% - 276px); }
	.style01_decoline02 { top: 926px; left: 50%; width: 487px; }
}
@media (min-width:1100px){
	.style01 { margin-top: -310px; }
	.style01 img.secname { margin-left: calc(50% - 50px); }
	.style01_img01 { width: 462px; margin: -33px auto 0 calc(50% - 35px); }
	.style01 .styletitle { width: 277px; margin: 147px auto 0 calc(50% - 108px); }
	.style01 .styletext { width: 300px; margin: -160px auto 0 calc(50% + 200px); }
	.style01_decoline01 { top: 460px; left: calc(50% + 225px); width: 413px; }
	.style01_img02 { width: 392px; margin: -245px auto 0 calc(50% - 462px); }
	.style01_img03 { width: 482px; margin: -195px auto 0 calc(50% - 48px); }
	.style01_img04_01 { width: 213px; margin: -197px auto 0 calc(50% + 288px); }
	.style01_img04_02 { width: 213px; margin: -218px auto 0 calc(50% + 60px); }
	.style01_img05 { width: 384px; margin: -106px auto 0 calc(50% - 383px); }
	.style01_decoline02 { top: 1326px; width: 635px; }
}

.style02 img.secname { margin-left: 5.86%; }
.style02_imgbox01 { width: 100%; margin-top: -5.33vw; }
.style02_imgbox01 picture { width: 50%; }
.style02 .styletitle { width: 75.733333333%; margin: 11.73333vw auto 0; }
.style02 .styletext { margin: 6.4vw auto 0; color: #173c71; }
.style02_img03 { width: 85.33333333%; margin: 13.33vw auto 0; }
.style02_decoline01 { top: 184vw; left: 0; width: 100%; z-index: 1; }
.style02_img04 { width: 100%; margin: 13.33vw auto 0; }
.style02 .items_title span,
.style02 .items_buy { color: #173c71; background: #e1e9f6; }
@media (min-width:768px){
	.style02 { margin-top: 60px; }
	.style02 img.secname { margin-left: calc(50% - 335px); }
	.style02_imgbox01 { width: 555px; margin: -22px auto 0 calc(50% - 297px); }
	.style02 .styletitle { width: 270px; margin: 78px auto 0 calc(50% - 275px); }
	.style02 .styletext { width: 225px; margin: 22px auto 0 calc(50% - 268px); }
	.style02_img03 { width: 310px; margin: -190px auto 0 calc(50% + 14px); }
	.style02_decoline01 { top: 650px; left: 50%; width: 480px; }
	.style02_img04 { width: 282px; margin: 54px auto 0 calc(50% - 270px); }
}
@media (min-width:1100px){
	.style02 { margin-top: 55px; }
	.style02 img.secname { margin-left: calc(50% - 466px); }
	.style02_imgbox01 { width: 614px; margin: -31px auto 0 calc(50% - 413px); }
	.style02 .styletitle { width: 376px; margin: 78px auto 0 calc(50% - 386px); }
	.style02 .styletext { width: 300px; margin: 30px auto 0 calc(50% - 382px); }
	.style02_img03 { width: 429px; margin: -262px auto 0 calc(50% + 19px); }
	.style02_decoline01 { top: 813px; width: 625px; }
	.style02_img04 { width: 390px; margin: 73px auto 0 calc(50% - 375px); }
}

.style03 img.secname { margin-left: 61.06%; }
.style03_img01 { width: 85.33333333%; margin: -6.13vw auto 0 2.666%; }
.style03_decoline01 { top: 54vw; left: 0; width: 100%; z-index: 1; }
.style03 .styletitle { width: 41.33333333%; margin: 35.2vw auto 0 0; }
.style03 .styletext { width: 46.133vw; margin: -32.53vw auto 0 46.66vw; color: #106372; }
.style03_img02 { width: 50%; margin: 18.66vw auto 0 0; }
.style03_img03 { width: 50%; margin: -71.7333vw 0 0 auto; }
.style03_img04 { width: 100%; margin: 19.2vw auto 0; }
.style03 .items_title span,
.style03 .items_buy { color: #106372; background: #d1e4ff; }
@media (min-width:768px){
	.style03 { margin-top: 90px; }
	.style03 img.secname { margin-left: calc(50% + 95px); }
	.style03_img01 { width: 357px; margin: -24px auto 0 calc(50% - 178px); }
	.style03_decoline01 { top: 670px; left: calc(50% - 43px); width: 505px; }
	.style03 .styletitle { width: 180px; margin: 140px auto 0 calc(50% - 243px); }
	.style03 .styletext { width: 310px; margin: 22px auto 0 calc(50% - 320px); text-align: center; }
	.style03_img02 { width: 178px; margin: 89px auto 0 calc(50% - 320px); }
	.style03_img03 { width: 178px; margin: -266px auto 0 calc(50% - 142px); position: relative; z-index: 2; }
	.style03_img04 { width: 294px; margin: -543px auto 0 calc(50% + 13px); }
	.style03 .items { margin-top: 235px; }
}
@media (min-width:1100px){
	.style03 { margin-top: 55px; }
	.style03 img.secname { margin-left: calc(50% + 133px); }
	.style03_img01 { width: 495px; margin: -34px auto 0 calc(50% - 248px); }
	.style03_decoline01 { top: 980px; left: calc(50% - 32px); width: 658px; }
	.style03 .styletitle { width: 251px; margin: 195px auto 0 calc(50% - 338px); }
	.style03 .styletext { width: 413px; margin: 28px auto 0 calc(50% - 430px); }
	.style03_img02 { width: 248px; margin: 125px auto 0 calc(50% - 445px); }
	.style03_img03 { width: 248px; margin: -370px auto 0 calc(50% - 197px); }
	.style03_img04 { width: 406px; margin: -755px auto 0 calc(50% + 18px); }
	.style03 .items { margin-top: 327px; }
}

.allitems {
margin-top: 16vw;
padding-bottom: 27.466vw;
}
.allitems a {
width: 255px;
line-height: 45px;
font-size: 15px;
color: #fff !important;
background: #6a8fd1;
z-index: 2;
}
.allitems_decoline01 {
bottom: 6.4vw;
right: 0;
width: 100%;
z-index: 1;
}
.brandlogo {
margin-top: 12vw;
padding-bottom: 15vw;
font-size: 9px;
}
.brandlogo a {
width: 80px;
}
.brandlogo img {
width: 60px;
margin-bottom: 13px;
}
@media (min-width:768px){
	.allitems {
	margin-top: 100px;
	padding-bottom: 130px;
	}
	.allitems_decoline01 {
	bottom: 42px;
	left: calc(50% + 45px);
	right: auto;
	width: 445px;
	}
	.brandlogo {
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:1100px){
	.allitems {	
	margin-top: 150px;
	padding-bottom: 160px;
	}
	.allitems_decoline01 {
	bottom: 45px;
	left: calc(50% + 28px);
	width: 582px;
	}
	.brandlogo {
	padding-bottom: 60px;
	}
	.brandlogo img {
	margin-top: 65px;
	}
}

