@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 ========== */
body {
min-width: 100% !important;
}
.allwrapper {
width: 100%;
min-height: 100vh;
color: #000;
font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 3.3333333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
background: #e3d1d1;
animation-delay: 0.75s;
overflow: hidden;
}
.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 picture {
display: block;
}
.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;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 3.3333333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
}
@media (min-width:768px){
	.allwrapper {
	font-size: 13px;
	}
}
@media (min-width:1050px){
	.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.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; }

/* 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:1049px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1050px){.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-pt {
font-family: futura-pt, sans-serif;
font-weight: 500;
}
.fc_pink {
color: #ee87b4;
}

.allwrapper {
background: #fff;
padding-bottom: 17.33vw;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.mainheader {
padding: 4vw 0;
background: #ee87b4;
}
img.mainheader_title {
width: 80vw;
}
.mv {
min-height: 13vw;
animation-delay: 1.5s
}
.mv_title {
bottom: 9vw;
left: 4.4vw;
width: 91.2vw;
animation-delay: 2.25s
}
@media (min-width:768px){
	.mainheader {
	padding: 14px 0;
	}
	img.mainheader_title {
	width: 312px;
	}
	.mv {
	width: 730px;
	min-height: 440px;
	}
	.mv_title {
	bottom: 26px;
	left: 192px;
	width: 346px;
	}
}
@media (min-width:1050px){
	.mainheader {
	padding: 20px 0;
	}
	img.mainheader_title {
	width: 426px;
	}
	.mv {
	width: 1000px;
	min-height: 440px;
	}
	.mv_title {
	bottom: 35px;
	left: 267px;
	width: 470px;
	}
}

.intro {
padding: 10.6vw 0 0;
}
.intro_text {
width: 86.66vw;
margin-top: 4.5vw;
padding-bottom: 1px;
font-size: 3.066666vw;
line-height: 252%;
letter-spacing: 0.13em;
background-image: linear-gradient(180deg, #000 1px, transparent 1px);
background-size: 100% 2.52em;
}
@media (min-width:768px){
	.intro {
	padding: 50px 0 0;
	}
	.intro_title {
	font-size: 22px;
	}
	.intro_text {
	width: 730px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 247%;
	background-size: 100% 2.47em;
	}
}
@media (min-width:1050px){
	.intro {
	padding: 60px 0 0;
	}
	.intro_title {
	font-size: 30px;
	}
	.intro_text {
	width: 1000px;
	margin-top: 35px;
	font-size: 17px;
	}
}

.lineup {
width: 61.33333333vw;
margin-top: 10.66vw;
}
.lineup dt {
width: 21.33vw;
margin-bottom: 6.66vw;
}
.lineup dd + dd {
margin-top: 4vw;
}
@media (min-width:768px){
	.lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 520px;
	margin-top: 100px;
	}
	.lineup dt {
	width: 100%;
	margin-bottom: 27px;
	}
	.lineup dt img {
	width: 100px;	
	}
	.lineup dd {
	width: 110px;
	}
	.lineup dd:nth-child(3) {
	animation-delay: 0.2s;
	}
	.lineup dd:nth-child(4) {
	animation-delay: 0.4s;
	}
	.lineup dd:nth-child(5) {
	animation-delay: 0.6s;
	}
	.lineup dd + dd {
	margin-top: 0;
	}
}
@media (min-width:1050px){
	.lineup {
	width: 707px;
	margin-top: 140px;
	}
	.lineup dt {
	margin-bottom: 35px;
	}
	.lineup dt img {
	width: 140px;	
	}
	.lineup dd {
	width: 150px;
	}
}

.secbox {
margin-top: 20vw;
padding-top: 14.6vw;
}
.sec_mainimg {
height: 133.3333333vw;
overflow: hidden;
}
.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);
	}
}
.publish {
left: 2.66vw;
bottom: 2.66vw;
width: 42vw;
}
.sec01 { z-index: 5; }
.sec02 { z-index: 4; }
.sec03 { z-index: 3; }
.sec04 { z-index: 2; }
.sec_details {
margin-top: 16vw;
}
.sec_details_box.box2 {
margin-top: 20vw;
}
.sec_details_title img {
width: auto;
height: 8.8vw;
margin: -2vw 4vw 0 0;
vertical-align: middle;
}
.sec_details_text {
margin-top: 4vw;
}
.point {
align-items: stretch;
width: 81.33vw;
margin-top: 4vw;
}
.point_point {
align-items: center;
width: 13.6vw;
background: #ee87b4;
}
.point_point div {
width: 100%;
color: #fff;
}
.point_text {
width: calc(100% - 13.6vw);
padding: 2vw 0 1.86vw;
background: #fce7f0;
}
.acordion_btn {
cursor: pointer;
}
.credit_open {
width: 81.33vw;
margin-top: 4.5vw;
padding: 3.2vw 0;
border-bottom: 1px solid #000;
z-index: 3;
}
.credit_open::after {
content: "＋";
position: absolute;
top: 2.4vw;
right: 2.2vw;
font-size: 4vw;
}
.credit_open.open::after {
content: "－";
}
.credit {
left: 9.335vw;
width: 81.33vw;
padding: 6.66vw 8.53vw;
background: #ee87b4;
z-index: 3;
}
.credit_box {
padding: 2.8vw 5.33vw 2.4vw;
border-bottom: 1px solid #fff;
}
.credit li:last-child .credit_box {
border-bottom: none;
}
.credit_box * {
color: #fff;
}
.credit_itemname {
width: calc(100% - 4em);
}
.credit_price {
width: 4em;
}
.btn_items {
width: 66.66vw;
margin-top: 10.33vw;
}
@media (min-width:768px){
	.secbox {
	width: 720px;
	margin-top: 10px;
	padding-top: 100px;
	}
	.secinner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	.secinner.imgright {
	flex-direction: row-reverse;	
	}
	.secinner.imgleft .sec_mainimg {
	margin-left: 12px !important;
	}
	.secinner.imgright .sec_mainimg {
	margin-right: 12px !important;
	}
	.sec_mainimg {
	width: 340px !important;
	height: 485px;
	margin: 0 !important;
	}
	.publish {
	left: 10px;
	bottom: 10px;
	width: 155px;
	}
	.sec_details {
	width: 340px;
	margin-top: 12px;
	}
	.sec_details_box.box2 {
	margin-top: 45px;
	}
	.sec_details_title {
	font-size: 16px;
	}
	.sec_details_title img {
	height: 32px;
	margin: -7px 10px 0 0;
	}
	.sec_details_text {
	margin-top: 12px;
	font-size: 11.5px;
	line-height: 166%;
	}
	.point {
	width: 290px;
	margin-top: 15px;
	}
	.point_point {
	width: 50px;
	font-size: 12px;
	}
	.point_text {
	width: calc(100% - 50px);
	padding: 7px 0 5px;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 135%;
	}
	.credit_open {
	width: 290px;
	margin-top: 20px;
	padding: 10px 0;
	}
	.credit_open::after {
	top: 9px;
	right: 10px;
	font-size: 15px;
	}
	.credit {
	left: 25px;
	width: 290px;
	padding: 20px 20px;
	}
	.credit_box {
	padding: 12px 30px 10px;
	}
	.credit_itemname {
	width: calc(100% - 4em);
	}
	.credit_price {
	width: 4em;
	}
	.btn_items {
	width: 270px;
	margin-top: 50px;
	}
}
@media (min-width:1050px){
	.secbox {
	width: 1000px;
	margin-top: 25px;
	padding-top: 100px;
	}
	.sec_mainimg {
	width: 450px !important;
	height: 643px;
	}
	.secinner.imgleft .sec_mainimg {
	margin-left: 40px !important;
	}
	.secinner.imgright .sec_mainimg {
	margin-right: 40px !important;
	}
	.publish {
	left: 13px;
	bottom: 13px;
	width: 205px;
	}
	.sec_details {
	width: 500px;
	margin-top: 17px;
	}
	.sec_details_box.box2 {
	margin-top: 65px;
	}
	.sec_details_title {
	font-size: 20px;
	}
	.sec_details_title img {
	height: 41px;
	margin: -8px 20px 0 0;
	}
	.sec_details_text {
	margin-top: 20px;
	font-size: 15px;
	}
	.point {
	width: 375px;
	margin-top: 20px;
	}
	.point_point {
	width: 75px;
	font-size: 14px;
	}
	.point_text {
	width: calc(100% - 75px);
	padding: 9px 0 7px;
	font-size: 13.5px;
	letter-spacing: 0.1em;
	}
	.credit_open {
	width: 375px;
	margin-top: 25px;
	padding: 13px 0;
	font-size: 15px;
	}
	.credit_open::after {
	top: 11px;
	right: 15px;
	font-size: 18px;
	}
	.credit {
	left: 62px;
	width: 375px;
	padding: 25px 35px;
	}
	.credit_box {
	padding: 10px 50px 8px;
	}
	.credit_itemname {
	width: calc(100% - 4em);
	}
	.credit_price {
	width: 4em;
	}
	.btn_items {
	width: 300px;
	margin-top: 70px;
	}
}

.sec01.secbox {
margin-top: 26.6vw;
}
.sec01 .sec_mainimg {
width: 93.3333333vw;
margin: 0 0 0 auto;
border-radius: 33.3333vw 0 0 0;
box-shadow: 3.2vw 2.4vw 0px 0px #000000;
}
.sec01_itemname01 {
top: 42.4vw;
left: 66.93vw;
width: 20.06vw;
}
.sec01_itemname02 {
top: 69.33vw;
left: 4vw;
width: 33.33vw;
}
@media (min-width:768px){
	.sec01.secbox {
	margin-top: 45px;
	}
	.sec01 .sec_mainimg {
	border-radius: 80px 0 0 0;
	box-shadow: 10px 8px 0px 0px #000000;
	}
	.sec01_itemname01 {
	top: 42px;
	left: 245px;
	width: 70px;
	}
	.sec01_itemname02 {
	top: 220px;
	left: 15px;
	width: 95px;
	}
}
@media (min-width:1050px){
	.sec01.secbox {
	margin-top: 75px;
	}
	.sec01 .sec_mainimg {
	border-radius: 120px 0 0 0;
	box-shadow: 12px 10px 0px 0px #000000;
	}
	.sec01_itemname01 {
	top: 60px;
	left: 335px;
	width: 95px;
	}
	.sec01_itemname02 {
	top: 300px;
	left: 17px;
	width: 130px;
	}
}

.sec02 .secinner::after {
content: "";
position: absolute;
top: -2.66vw;
left: 0;
display: block;
width: 56.26vw;
height: 2.66vw;
background: #000;
}
.sec02 .sec_mainimg {
width: 93.3333333vw;
margin: 0 auto 0 0;
border-radius: 0 33.3333vw 0 0;
box-shadow: -3.2vw 2.4vw 0px 0px #000000;
}
.sec02_itemname01 {
top: 83.2vw;
left: 66.66vw;
width: 21.33vw;
}
@media (min-width:768px){
	.sec02 .secinner::after {
	content: none;
	}
	.sec02 .sec_mainimg {
	border-radius: 0 80px 0 0;
	box-shadow: -10px 8px 0px 0px #000000;
	}
	.sec02_itemname01 {
	top: 282px;
	left: 17px;
	width: 70px;
	}
}
@media (min-width:1050px){
	.sec02 .sec_mainimg {
	border-radius: 0 120px 0 0;
	box-shadow: -12px 10px 0px 0px #000000;
	}
	.sec02_itemname01 {
	top: 385px;
	left: 25px;
	width: 95px;
	}
}

.sec03 .secinner::after {
content: "";
position: absolute;
top: -2.66vw;
left: 8vw;
display: block;
width: 92vw;
height: 2.66vw;
background: #000;
}
.sec03 .sec_mainimg {
width: 100vw;
margin: 0;
border-radius: 0;
box-shadow: -8vw 2.93vw 0px 0px #000000;
}
.sec03_itemname01 {
top: 7.73vw;
left: 6.13vw;
width: 38.93vw;
}
@media (min-width:768px){
	.sec03 .secinner::after {
	content: none;
	}
	.sec03 .sec_mainimg {
	box-shadow: -8px 8px 0px 0px #000000;
	}
	.sec03_itemname01 {
	top: 18px;
	left: 18px;
	width: 120px;
	}
}
@media (min-width:1050px){
	.sec03 .sec_mainimg {
	box-shadow: -12px 12px 0px 0px #000000;
	}
	.sec03_itemname01 {
	top: 25px;
	left: 25px;
	width: 165px;
	}
}

.sec04 .secinner::after {
content: "";
position: absolute;
top: -2.66vw;
left: 0;
display: block;
width: 100vw;
height: 138.2vw;
background: #000;
}
.sec04 .sec_mainimg {
width: 92vw;
margin: 0 auto 0;
border-radius: 0 13.3333vw 0 13.3333vw;
z-index: 3;
}
.sec04_itemname01 {
top: 8.26vw;
left: 66.6vw;
width: 21.33vw;
}
.sec04_itemname02 {
top: 100.53vw;
left: 3.2vw;
width: 23.6vw;
}
.sec04 .publish {
left: auto;
right: 2.66vw;
}
.sec04 .box2 .point_text {
padding: 3.6vw 0;
}
@media (min-width:768px){
	.sec04 .secinner::after {
	top: calc(50% - 251px);
	left: auto;
	right: 4px;
	width: 356px;
	height: 502px;
	}
	.sec04 .sec_mainimg {
	border-radius: 0 80px 0 80px;
	}
	.sec04_itemname01 {
	top: 46px;
	left: 237px;
	width: 80px;
	}
	.sec04_itemname02 {
	top: 235px;
	left: 10px;
	width: 82px;
	}
	.sec04 .publish {
	left: auto;
	right: 10px;
	}
	.sec04 .box2 .point_text {
	padding: 10px 0;
	}
}
@media (min-width:1050px){
	.sec04 .secinner::after {
	top: calc(50% - 334px);
	right: 30px;
	width: 472px;
	height: 670px;
	}
	.sec04 .sec_mainimg {
	border-radius: 0 120px 0 120px;
	}
	.sec04_itemname01 {
	top: 63px;
	left: 325px;
	width: 108px;
	}
	.sec04_itemname02 {
	top: 323px;
	left: 12px;
	width: 112px;
	}
	.sec04 .publish {
	left: auto;
	right: 10px;
	}
	.sec04 .box2 .point_text {
	padding: 10px 0;
	}
}


.staffcredit {
margin-top: 16vw;
}
.brandlogo {
margin-top: 12vw;
}
.brandlogo * {
color: #aaa !important;
}
.brandlogo img {
width: 45px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 100px;
	}
	.brandlogo {
	margin-top: 50px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 135px;
	}
}


