@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: 21vw;
overflow: hidden;
color: #fff;
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.066666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	padding-bottom: 75px;
	font-size: 12px;
	}
}
.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 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.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; }
	.fs11 { font-size: 11px; }
	.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:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.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
-----------------------------------------------*/
.pc-menu,
.sp-menu {
position: relative;
z-index: 3;
background: #fff;
}
#particles-js {
position:fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color:#0a0e19;
}
.allwrapper {
z-index: 2;
}
.fvarea {
padding-bottom: 17.33vw;
background: #f5f2e9;
}
.mv {
height: 162.6667vw;
}
picture.mvimg02 {
right: 1.6vw;
bottom: 8.533vw;
width: 46.666666vw;
margin: 0;
animation-delay: 1.5s;
}
.mv_box {
left: 0;
width: 50.13vw;
height: 63.46vw;
background: #c20a15;
animation-delay: 2.25s;
}
.mvimg03 {
top: 0;
right: 1.6vw;
width: 25.6vw;
}
.mvimg04 {
top: 12.53vw;
left: 1.33vw;
width: 25.6vw;
animation-delay: 2.45s;
}
.mvimg05 {
top: 25.6vw;
right: 1.33vw;
width: 25.6vw;
animation-delay: 2.65s;
}
.mvimg06 {
top: 38.133vw;
left: 1.33vw;
width: 25.6vw;
animation-delay: 2.85s;
}
.mv_title {
top: 3.73vw;
left: 10vw;
width: 80vw;
animation-delay: 3.35s;
}
.intro {
padding: 5vw 0 9.33vw;
background: url("../images/intro-bg_sp.gif") 0 0 / 100% auto repeat-y;
}
.intro_txt {
line-height: 220%;
color: #070d39;
font-size: 3.333333vw;
}
.nav_title {
width: 23.46vw;
margin-top: 10.66vw;
}
.lnav {
justify-content: center;
}
.lnav li {
width: 30.93vw;
}
img.fv_img01 {
width: 23.46vw;
left: 69.86vw;
bottom: 100vw;
}
img.fv_img02 {
width: 14.66vw;
left: 2.93vw;
bottom: 0;
}
@media (min-width:768px){
	.fvarea {
	background: url("../images/intro-bg_pc.gif") center 52.6vw / 100% auto no-repeat #f5f2e9;
	}
	.mv {
	height: 52vw;
	}
	picture.mvimg01 {
	width: 49.866666666%;
	margin: 0 0 0 auto;
	}
	picture.mvimg02 {
	right: 50.666666%;
	bottom: 4.266666vw;
	width: 23.3333333%;
	}
	.mv_box {
	left: 0;
	bottom: 3.3333vw;
	width: 25.13333%;
	height: 31.8vw;
	z-index: 2;
	}
	.mvimg03 {
	top: 0;
	right: 2.51989%;
	width: 50.66312997%;
	}
	.mvimg04 {
	top: 6.4vw;
	left: 2.51989%;
	width: 50.66312997%;
	}
	.mvimg05 {
	top: 12.8vw;
	right: 2.51989%;
	width: 50.66312997%;
	}
	.mvimg06 {
	top: 19.13vw;
	left: 2.51989%;
	width: 50.66312997%;
	}
	.mv_title {
	top: 0;
	left: 0;
	width: 50.1333333%;
	padding: 5.08vw 4.785% 5.08vw;
	background: #0a0d16;
	}
	.intro {
	padding: 60px 0 0;
	background: none;
	}
	.fvarea {
	padding-bottom: 60px;
	}
	.intro_txt {
	font-size: 12px;
	line-height: 230%;
	}
	.nav_title {
	width: 102px;
	margin-top: 70px;
	}
	.lnav {
	width: 393px;
	}
	.lnav li {
	left: calc(50% - 302px);
	width: 131px;
	}
	img.fv_img01 {
	width: 130px;
	left: calc(50% + 200px);
	bottom: 400px;
	}
	img.fv_img02 {
	width: 80px;
	left: calc(50% - 300px);
	}
}
@media (min-width:1100px){
	.fvarea {
	background: url("../images/intro-bg_pc.gif") center 52.6vw / 1000px auto no-repeat #f5f2e9;
	}
	.lnav {
	width: 655px;
	}
	img.fv_img01 {
	left: calc(50% + 270px);
	bottom: 270px;
	}
	img.fv_img02 {
	left: calc(50% - 400px);
	}
}

.secbox {
padding: 19.45vw 0 15vw;
}
.sectitle img {
width: auto;
height: 29.866666vw;
}
.secmainimg {
width: 82.666666vw;
margin-top: 5vw;
}
.secmaintext {
width: 82.666666vw;
margin-top: 2.5vw;
line-height: 195%;
}
.secimg_sub01 {
width: 44vw;
}
.secimg_sub01.imgleft {
margin-left: 13.3vw;
}
.secimg_sub01.imgright {
margin-left: 44.53vw;
}
.secimg_sub02 {
width: 30.666666vw;
}
.secbox_itembox {
width: 68vw;
margin-top: 21.33vw;
}
.secbox_itembox_title {
z-index: 2;
}
.crossfade_item.slick-dotted.slick-slider {
margin-bottom: 0;
padding-bottom: 30px;
}
.crossfade_item .slick-dots {
bottom: 0;
}
.crossfade_item .slick-dots li {
width: auto;
height: auto;
margin: 0 5px;
}
.crossfade_item .slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
border-radius: 50%;
background: #fff;
}
.crossfade_item .slick-dots li.slick-active button {
background: #666;
}
.checkmore {
margin-top: 9.33vw;
}
.anime-fuwafuwa {
animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (min-width:768px){
	.secbox {
	padding: 100px 0;
	}
	.sectitle img {
	height: 102px;
	}
	.secmainimg {
	width: 615px;
	margin-top: 30px;
	}
	.secmaintext {
	width: 465px;
	margin-top: 15px;
	}
	.secimg_sub01 {
	width: 247px;
	}
	.secimg_sub01.imgleft {
	margin-left: calc(50% - 230px);
	}
	.secimg_sub01.imgright {
	margin-left: calc(50% - 15px);
	}
	.secimg_sub02 {
	width: 172px;
	}
	.secbox_itembox {
	width: 225px;
	margin-top: 90px;
	}
	.checkmore {
	margin-top: 40px;
	}
	.crossfade_item.slick-dotted.slick-slider {
	padding-bottom: 35px;
	}
	.crossfade_item .slick-dots li {
	margin: 0 7px;
	}
}
@media (min-width:1100px){
	.secbox {
	padding: 130px 0;
	}
	.sectitle img {
	height: 135px;
	}
	.secmainimg {
	width: 804px;
	margin-top: 40px;
	}
	.secmaintext {
	width: 604px;
	}
	.secimg_sub01 {
	width: 322px;
	}
	.secimg_sub01.imgleft {
	margin-left: calc(50% - 300px);
	}
	.secimg_sub01.imgright {
	margin-left: calc(50% - 20px);
	}
	.secimg_sub02 {
	width: 225px;
	}
	.secbox_itembox {
	width: 293px;
	margin-top: 145px;
	}
	.checkmore {
	margin-top: 48px;
	}
}

.sec01 .secimg_accessories { top: 148.8vw; left: 50.4vw; width: 43.2vw; }
.sec01 .secbox_style { margin-top: 37.37vw; }
.sec01 .styling_credit { top: 4vw; left: 60.26vw; width: 18.933333vw; }
.sec01 .secimg_sub02 { margin: -28vw auto 0 53vw; transform: rotate( -8.5deg ); }
.sec01 .secbox_itembox_title { top: -7.46vw; left: -6.13vw; width: 31.73vw; }

.sec02 .secimg_accessories { top: 159vw; left: 4.26vw; width: 33.86vw; }
.sec02 .secbox_style { margin-top: 24.8vw; }
.sec02 .styling_credit { top: 5.06vw; left: 23.73vw; width: 17.6vw; }
.sec02 .secimg_sub02 { margin: -28vw auto 0 16vw; transform: rotate( 9.8deg ); }
.sec02 .secbox_itembox_title { top: -12vw; left: 35.46vw; width: 38.4vw; }

.sec03 .secimg_accessories { top: 157vw; left: 54.93vw; width: 39.46vw; }
.sec03 .secbox_style { margin-top: 25.6vw; }
.sec03 .styling_credit { top: 4.53vw; left: 60vw; width: 26.93vw; }
.sec03 .secimg_sub02 { margin: -28vw auto 0 53vw; transform: rotate( -10.2deg ); }
.sec03 .secbox_itembox_title { top: -11.2vw; left: -0.53vw; width: 30.93vw; }

.sec04 .secimg_accessories { top: 155vw; left: 4.8vw; width: 40vw; }
.sec04 .secbox_style { margin-top: 27.73vw; }
.sec04 .styling_credit { width: 21.066vw; top: 4vw; left: 19.46vw; }
.sec04 .secimg_sub02 { margin: -28vw auto 0 16vw; transform: rotate( 10.2deg ); }
.sec04_attention { top: 60.53vw; left: 51.2vw; width: 36.26vw !important; }
.sec04 .secbox_itembox_title { top: -9.33vw; left: -6.93vw; width: 69.33vw; }

.sec05 .secimg_accessories { top: 158vw; left: 63.73vw; width: 33.33vw; }
.sec05 .secbox_style { margin-top: 25.3vw; }
.sec05 .styling_credit { width: 23.13vw; top: 4.53vw; left: 61vw; }
.sec05 .secimg_sub02 { margin: -28vw auto 0 53vw; transform: rotate( -8.48deg ); }
.sec05 .secbox_itembox_title { top: -8.8vw; left: -4.8vw; width: 38.66vw; }

@media (min-width:768px){
	.sec01 .secimg_accessories { top: 886px; left: calc(50% + 40px); width: 240px; }
	.sec01 .secbox_style { margin-top: 140px; }
	.sec01 .styling_credit { top: 23px; left: calc(50% + 37px); width: 74px; }
	.sec01 .secimg_sub02 { margin: -180px auto 0 50%; }
	.sec01 .secbox_itembox_title { top: -21px; left: -55px; width: 114px; }

	.sec02 .secimg_accessories { top: 990px; left: calc(50% - 267px); width: 220px; }
	.sec02 .secbox_style { margin-top: 130px; }
	.sec02 .styling_credit { top: 25px; left: calc(50% - 105px); width: 69px; }
	.sec02 .secimg_sub02 { margin: -195px auto 0 calc(50% - 170px); }
	.sec02 .secbox_itembox_title { top: -35px; left: 132px; width: 138px; }

	.sec03 .secimg_accessories { top: 1017px; left: calc(50% + 25px); width: 250px; }
	.sec03 .secbox_style { margin-top: 155px; }
	.sec03 .styling_credit { top: 24px; left: calc(50% + 36px); width: 106px; }
	.sec03 .secimg_sub02 { margin: -210px auto 0 50%; }
	.sec03 .secbox_itembox_title { top: -37px; left: -26px; width: 114px; }

	.sec04 .secimg_accessories { top: 970px; left: calc(50% - 250px); width: 212px; }
	.sec04 .secbox_style { margin-top: 140px; }
	.sec04 .styling_credit { top: 23px; left: calc(50% - 120px); width: 83px; }
	.sec04 .secimg_sub02 { margin: -190px auto 0 calc(50% - 175px); }
	.sec04_attention { top: 95px; left: calc(50% - 178px); width: 140px !important; }
	.sec04 .secbox_itembox_title { top: -38px; left: -65px; width: 250px; }

	.sec05 .secimg_accessories { top: 985px; left: calc(50% + 80px); width: 205px; }
	.sec05 .secbox_style { margin-top: 130px; }
	.sec05 .styling_credit { width: 92px; top: 22px; left: calc(50% + 38px); }
	.sec05 .secimg_sub02 { margin: -200px auto 0 calc(50% - 5px); }
	.sec05 .secbox_itembox_title { top: -32px; left: -48px; width: 142px; }
}
@media (min-width:1100px){
	.sec01 .secimg_accessories { top: 1155px; left: calc(50% + 52px); width: 327px; }
	.sec01 .secbox_style { margin-top: 185px; }
	.sec01 .styling_credit { top: 30px; left: calc(50% + 48px) }
	.sec01 .secimg_sub02 { margin-top: -235px; }
	.sec01 .secbox_itembox_title { top: -28px; left: -72px; width: 148px; }

	.sec02 .secimg_accessories { top: 1282px; left: calc(50% - 347px); width: 287px; }
	.sec02 .secbox_style { margin-top: 170px; }
	.sec02 .styling_credit { top: 30px; left: calc(50% - 115px); }
	.sec02 .secimg_sub02 { margin: -250px auto 0 calc(50% - 220px); }
	.sec02 .secbox_itembox_title { top: -45px; left: 175px; width: 184px; }

	.sec03 .secimg_accessories { top: 1325px; left: calc(50% + 33px); width: 325px; }
	.sec03 .secbox_style { margin-top: 215px; }
	.sec03 .styling_credit { top: 30px; left: calc(50% + 46px); width: 106px; }
	.sec03 .secimg_sub02 { margin-top: -265px; }
	.sec03 .secbox_itembox_title { top: -48px; left: -32px; width: 148px; }

	.sec04 .secimg_accessories { top: 1248px; left: calc(50% - 325px); width: 277px; }
	.sec04 .secbox_style { margin-top: 190px; }
	.sec04 .styling_credit { top: 30px; left: calc(50% - 127px); }
	.sec04 .secimg_sub02 { margin: -253px auto 0 calc(50% - 230px); }
	.sec04_attention { top: 108px; left: calc(50% - 185px); width: 140px !important; }
	.sec04 .secbox_itembox_title { top: -50px; left: -83px; width: 325px; }

	.sec05 .secimg_accessories { top: 1284px; left: calc(50% + 104px); width: 267px; }
	.sec05 .secbox_style { margin-top: 190px; }
	.sec05 .styling_credit { width: 92px; top: 30px; left: calc(50% + 38px); }
	.sec05 .secimg_sub02 { margin: -265px auto 0 calc(50% - 10px); }
	.sec05 .secbox_itembox_title { top: -42px; left: -48px; width: 185px; }
}

.banner_text {
margin-top: 17vw;
}
.banner {
width: 74.66vw;
margin-top: 3.3vw;
}
.banner2 {
width: 74.66vw;
margin-top: 16.3vw;
}
.staffcredit {
margin-top: 18.13vw;
}
.staffcredit dt {
width: 12vw;
}
.staffcredit dd {
width: 85.86vw;
margin-top: 6.13vw;
}
@media (min-width:768px){
	.banner_text {
	margin-top: 55px;
	}
	.banner {
	width: 460px;
	margin-top: 15px;
	}
    .banner2 {
	width: 460px;
	margin-top: 65px;
	}
	.staffcredit {
	margin-top: 90px;
	}
	.staffcredit dt {
	width: 45px;
	}
	.staffcredit dd {
	width: 310px;
	margin-top: 22px;
	}
}
@media (min-width:1100px){
	.banner_text {
	margin-top: 100px;
	font-size: 18px;
	}
	.banner {
	width: 599px;
	margin-top: 22px;
	}
    .banner2 {
	width: 599px;
	margin-top: 122px;
	}
	.staffcredit {
	margin-top: 115px;
	}
	.staffcredit dt {
	width: 60px;
	}
	.staffcredit dd {
	width: 370px;
	margin-top: 30px;
	}
}


