@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: 0;
overflow: hidden;
color: 040000;
font-family: "Zen Kaku Gothic New", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.733333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: -0.01em;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 12px;
	}
}
@media (min-width:1000px){
	.allwrapper {
	font-size: 12.5px;
	}
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #040000;
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 button: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.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.666666vw; }
.fs11 { font-size: 2.933333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.466666vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs13 { font-size: 13px; }
	.fs15 { font-size: 15px; }
}

/* 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:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.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
-----------------------------------------------*/
.sp-menu,
.pc-menu {
position: relative;
z-index: 2;
background: #fff;
}

.ff_bodoni {
font-family: "Bodoni Moda", serif;
font-optical-sizing: auto;
font-weight: 700;
}
.fc_red {
color: #e24732;
}

.mv {
width: 100%;
min-height: 150vw;
background: #fff;
z-index: 2;
}
.mv_title {
top: 106.4vw;
left: 17.6%;
width: 65.06666666%;
animation-delay: 1.5s;
}
.mv_intro {
width: calc(91.73333333333% + 2px);
margin-left: auto;
padding-top: 6.66vw;
border-left: 1px solid #427fa5;
border-right: 1px solid #427fa5;
}
.mv_intro p {
margin-left: 7.46vw;
}
@media (min-width:768px){
	.mv {
	min-height: 63vw;
	border-top: 1px solid #427fa5;
	}
	.mv_title {
	top: 18.6vw;
	left: 4%;
	width: 31.25%;
	}
	.mv_intro {
	position: absolute;
	top: 38vw;
	left: 4%;
	width: auto;
	margin: 0;
	padding: 0;
	border: 1px none;
	}
	.mv_intro p {
	margin-left: 0;
	animation-delay: 2s;
	}
}
@media (min-width:1410px){
	.mv {
	min-height: 727px;
	}
	.mv_title {
	top: 190px;
	left: calc(50% - 510px);
	width: 320px;
	}
	.mv_img_wrapper {
	width: 1151px;
	margin: 0 auto 0 calc(50% - 469px);
	border-left: 1px solid #427fa5;
	}
	.mv_intro {
	top: 380px;
	left: calc(50% - 510px);
	}
	.mv_intro p {
	font-size: 16px;	
	}
	.mv_decotext {
	top: 80px;
	left: calc(50% - 640px);
	display: block;
	width: 13px;
	}
}

.lineup {
width: calc(92% + 1px);
margin-left: auto;
padding-top: 10vw;
border-left: 1px solid #427fa5;
border-right: 1px solid #427fa5;
background: #fff;
z-index: 2;
}
.lineup_title {
font-size: 6vw;
}
.lineup_list {
margin-top: 5.33vw;
margin-right: -1px;
border-bottom: 1px solid #427fa5;
}
.lineup_list li {
width: 33.33333333%;
border-top: 1px solid #427fa5;
border-right: 1px solid #427fa5;
}
.lineup_list li:nth-child(3n - 1) picture {
animation-delay: 0.15s;
}
.lineup_list li:nth-child(3n) picture {
animation-delay: 0.3s;
}
@media (min-width:768px){
	.lineup {
	width: 100%;
	margin: 0;
	padding-top: 0;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #427fa5;
	}
	.lineup_title_wrapper {
	width: 100%;
	border-bottom: 1px solid #427fa5;
	}
	.lineup_title {
	width: 697px;
	padding: 65px 0 20px;
	border-left: 1px solid #427fa5;
	border-right: 1px solid #427fa5;
	font-size: 22.5px;
	}
	.lineup_list {
	width: 697px;
	margin: 0 auto;
	border-bottom: none;
	border-left: 1px solid #427fa5;
	border-right: 1px solid #427fa5;
	}
	.lineup_list li {
	width: 116px;
	border-top: none;
	}
	.lineup_list li:last-child {
	width: 115px;
	border-right: none;
	}
	.lineup_list li:nth-child(2) picture {
	animation-delay: 0.1s;
	}
	.lineup_list li:nth-child(3) picture {
	animation-delay: 0.2s;
	}
	.lineup_list li:nth-child(4) picture {
	animation-delay: 0.3s;
	}
	.lineup_list li:nth-child(5) picture {
	animation-delay: 0.4s;
	}
	.lineup_list li:nth-child(6) picture {
	animation-delay: 0.5s;
	}
}
@media (min-width:1000px){
	.lineup_title {
	width: 937px;
	padding: 85px 0 25px;
	}
	.lineup_list {
	width: 937px;
	}
	.lineup_list li {
	width: 156px;
	}
	.lineup_list li:last-child {
	width: 155px;
	}
}


.secbox {
width: calc(91.73333333333% + 2px);
margin-right: 0;
margin-left: auto;
border-bottom: 1px solid #427fa5;
}
.secbox_inner {
padding: 6.666666vw 0 10.666666vw;
border-left: 1px solid #427fa5;
border-right: 1px solid #427fa5;
}
.secnum {
margin-left: 6.666666vw;
font-size: 13.333333vw;
line-height: 100%;
letter-spacing: 0.04em;
}
.sectitle {
margin: 6.13vw 0 0 6.666666vw;
font-size: 10.66666666vw;
}
#item02 .sectitle {
font-size: 8vw;
}
#item04 .sectitle {
font-size: 9.33333333vw;
}
#item06 .sectitle {
font-size: 9.33333333vw;
}
.sectitle span {
margin-top: 6vw;
font-size: 3.33333333vw;
font-family: "Zen Kaku Gothic New", sans-serif;
font-style: normal;
font-weight: 400;
color: #040000;
letter-spacing: 0.01em;
}
.sec_itemimg {
width: 100%;
margin-top: 8.8vw;
margin-bottom: 0 !important;
}
.slick-dots {
bottom: -8px;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0 7px;
}
.slick-dots li button {
width: 8px;
height: 8px;
padding: 0;
border-radius: 50%;
background: #fff;
border: 1px solid #3d82ab;
}
.slick-dots li.slick-active button {
background: #3d82ab;
}
.sec_detail {
width: 70.66666666vw;
margin-top: 6.66vw;
}
.sec_spec {
align-items: center;
border-bottom: 1px solid #427fa5;
}
.sec_spec dt {
width: 26.4%;
font-family: "Questrial", sans-serif;
line-height: 13.33333333vw;
}
#item04 .sec_spec:nth-child(2) dt {
line-height: 20vw;
}
#item05 .sec_spec:nth-child(3) dt {
line-height: 19.2vw;
}
#item06 .sec_spec:nth-child(3) dt {
line-height: 19.2vw;
}
.sec_spec dd {
width: 73.6%;
}
img.colortip {
width: auto;
height: 4.8vw;
margin: 0;
}
.sec_spec_style {
justify-content: flex-start;
}
.sec_spec_style li {
padding: 0 7px;
font-size: 12.5px;
line-height: 20px;
border-radius: 20px;
border: 1px solid #427fa5;
}
.sec_spec_style li + li {
margin-left: 10px;
}
#item04 .sec_spec_style li:last-child {
margin: 1.6vw 0 0 0;
}
.sec_spec_material {
font-family: "Questrial", sans-serif;
font-size: 3.6vw;
letter-spacing: 0.02em;
}
.sec_detail_text {
margin-top: 5.33vw;
}
.sec_itemname {
margin-top: 8vw;
font-size: 3.333333vw;
}
.sec_price_wrapper {
align-items: center;
margin-top: 6.93vw;
}
.sec_buy {
width: 42.13333333vw;
}
@media (min-width:768px){
	.secbox {
	width: 100%;
	margin: 0;
	}
	.secbox_inner {
	width: 697px;
	padding: 30px 0 45px;
	}
	.secnum {
	font-size: 60px;
	}
	.imgright .secnum {
	margin-left: 40px;	
	}
	.imgleft .secnum {
	margin: 0 30px 0 auto;
	text-align: right;	
	}
	.sectitle {
	font-size: 34px;
	}
	.imgright .sectitle {
	margin: 37px 0 0 40px;	
	}
	.imgleft .sectitle {
	margin: 37px 0 0 423px;	
	}
	#item02 .sectitle {
	font-size: 25px;
	}
	#item04 .sectitle {
	font-size: 29px;
	}
	#item06 .sectitle {
	font-size: 29px;
	}
	.sectitle span {
	margin-top: 15px;
	font-size: 11px;
	}
	.sec_itemimg {
	position: absolute;
	top: 100px;
	width: 365px;
	margin: 0;
	}
	.imgright .sec_itemimg {
	right: 40px;
	}
	.imgleft .sec_itemimg {
	left: 40px;
	}
	.sec_detail {
	width: 230px;
	}
	.imgright .sec_detail {
	margin: 5px auto 0 40px;
	}
	.imgleft .sec_detail {
	margin: 5px 40px 0 auto;
	}
	.sec_spec {
	align-items: center;
	border-bottom: 1px solid #427fa5;
	}
	.sec_spec dt {
	width: 30%;
	line-height: 44px;
	font-size: 10px;
	}
	#item04 .sec_spec:nth-child(2) dt {
	line-height: 65px;
	}
	#item05 .sec_spec:nth-child(3) dt {
	line-height: 66px;
	}
	#item06 .sec_spec:nth-child(3) dt {
	line-height: 66px;
	}
	.sec_spec dd {
	width: 70%;
	}
	img.colortip {
	height: 16px;
	}
	.sec_spec_style li {
	padding: 0 7px;
	font-size: 10.5px;
	line-height: 16px;
	border-radius: 16px;
	}
	.sec_spec_style li + li {
	margin-left: 5px;
	}
	#item04 .sec_spec_style li:last-child {
	margin: 5px 0 0 0;
	}
	.sec_spec_material {
	font-size: 12px;
	}
	.sec_detail_text {
	margin-top: 15px;
	font-size: 12px;
	line-height: 176%;
	}
	.sec_itemname {
	margin-top: 20px;
	font-size: 11px;
	}
	.sec_price_wrapper {
	margin-top: 17px;
	}
	.sec_price {
	font-size: 14px;
	}
	.sec_price span {
	font-size: 10px;
	}
	.sec_buy {
	width: 135px;
	margin-right: -13px;
	}
}
@media (min-width:1000px){
	.secbox_inner {
	width: 937px;
	height: 735px;
	padding: 50px 0 0;
	}
	.secnum {
	font-size: 83px;
	}
	.imgright .secnum {
	margin-left: 50px;	
	}
	.imgleft .secnum {
	margin-right: 45px;
	}
	.sectitle {
	font-size: 40px;
	}
	.imgright .sectitle {
	margin: 50px 0 0 100px;	
	}
	.imgleft .sectitle {
	margin: 37px 0 0 560px;	
	}
	#item02 .sectitle {
	font-size: 27.5px;
	}
	#item04 .sectitle {
	font-size: 32.5px;
	}
	#item06 .sectitle {
	font-size: 35px;
	}
	.sectitle span {
	margin-top: 25px;
	}
	.sec_itemimg {
	top: 130px;
	width: 485px;
	}
	.imgright .sec_itemimg {
	right: 40px;
	}
	.imgleft .sec_itemimg {
	left: 40px;
	}
	.sec_detail {
	width: 265px;
	}
	.imgright .sec_detail {
	margin: 7px auto 0 100px;
	}
	.imgleft .sec_detail {
	margin: 7px auto 0 560px;
	}
	.sec_spec dt {
	width: 70px;
	line-height: 50px;
	}
	#item04 .sec_spec:nth-child(2) dt {
	line-height: 75px;
	}
	#item05 .sec_spec:nth-child(3) dt {
	line-height: 60px;
	}
	#item06 .sec_spec:nth-child(3) dt {
	line-height: 75px;
	}
	.sec_spec dd {
	width: 195px;
	}
	img.colortip {
	height: 18px;
	}
	.sec_spec_style li {
	padding: 0 8px;
	font-size: 12.5px;
	line-height: 20px;
	border-radius: 20px;
	}
	.sec_spec_style li + li {
	margin-left: 10px;
	}
	#item04 .sec_spec_style li:last-child {
	margin: 5px 0 0 0;
	}
	.sec_spec_material {
	font-size: 11.5px;
	}
	#item05 .sec_spec_material {
	width: 215px;
	margin-right: -20px;
	}
	#item06 .sec_spec_material {
	line-height: 150%;
	}
	.sec_detail_text {
	margin-top: 22px;
	font-size: 12px;
	line-height: 176%;
	letter-spacing: 0.01em;
	}
	.sec_itemname {
	margin-top: 25px;
	}
	.sec_price_wrapper {
	margin-top: 25px;
	}
	.sec_price {
	font-size: 16px;
	}
	.sec_buy {
	width: 158px;
	margin-right: -15px;
	}
}

.bottomarea {
position: relative;
background: #fff;
z-index: 2;
}
.bottomarea_inner {
width: calc(91.73333333333% + 2px);
margin: 0 0 0 auto;
padding-top: 16.53vw;
border-left: 1px solid #427fa5;
border-right: 1px solid #427fa5;	
}
.bottombanner {
width: 72vw;
color: #e24732 !important;
}
.bottombanner img {
margin-bottom: 13px;
}
.bottomlink {
width: 80vw;
margin-top: 10.6vw;
}
.bottomcredit {
margin-top: 10.6vw;
padding-bottom: 17.33vw;
font-family: "Questrial", sans-serif;
font-size: 11.5px;
}
@media (min-width:768px){
	.bottomarea_inner {	
	width: 697px;
	margin: 0 auto;
	padding-top: 90px;
	}
	.bottombanner {
	width: 300px;
	font-size: 16px;
	}
	.bottombanner img {
	margin-top: 12px;
	}
	.bottomlink {
	width: 366px;
	margin-top: 65px;
	font-size: 11.5px;
	}
	.bottomcredit {
	margin-top: 60px;
	padding-bottom: 70px;
	}
}
@media (min-width:1000px){
	.bottomarea_inner {	
	width: 937px;
	}
}

.sidenav {
bottom: 80px;
right: calc(45.7vw - 123px);
display: flex;
border-right: 1px solid #427fa5;
}
.sidenav li {
width: 41px;
height: 42px;
border: 1px solid #427fa5;
border-right: none;
}
@media (min-width:768px){
	.sidenav {
	top: calc(50% - 208px);
	bottom: auto;
	right: 10px;
	display: block;
	border-right: none;
	}
	.sidenav li {
	width: 42px;
	border: 1px solid #427fa5;
	}
	.sidenav li + li {
	margin-top: 10px;
	}
}
@media (min-width:1000px){
	.sidenav {
	top: calc(50% - 208px);
	right: 40px;
	width: 61px;
	}
	.sidenav li {
	width: 61px;
	height: 61px;
	}
}
