@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: #000;
font-family: indivisible, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.46666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.025em;
animation-delay: 0.75s;
background: #e3e7ec;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 12px;
	}
}
@media (min-width:1000px){
	.allwrapper {
	width: 100%;
	font-size: 12.5px;
	}
}
.allwrapper *,
.modal * {
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
-----------------------------------------------*/
.allwrapper {
overflow: hidden;
}
@media (min-width:768px){
	.allwrapper {
	margin-top: -105px;
	z-index: 2;
	}
}
.sp-menu,
.pc-menu {
position: relative;
z-index: 2;
background: #fff;
}

.mv {
width: 100%;
height: 160vw;
background: url("../images/mv-img_sp.jpg") repeat-x;
background-size: auto 156.26666666vw;
animation: mv_bgiLoop_sp 18s linear infinite;
background-color: #f0f2f7;
}
.mv_title {
top: 48.86vw;
left: 22.666666vw;
width: 50.66666666vw;
animation-delay: 1.5s;
}
.intro {
padding: 17.333333vw 0 16vw;
}
.intro_title {
width: 84.8%;
}
.intro_text {
margin-top: 7.2vw;
font-family: sawarabi-gothic, sans-serif;
font-weight: 500;
line-height: 195%;
letter-spacing: -0.01em;
}
@media (min-width:768px){
	.mv {
	height: 60.40983606vw;
	background: url("../images/mv-img_pc.jpg") repeat-x;
	background-size: auto 60.40983606vw;
	animation: mv_bgiLoop_pc 30s linear infinite;
	}
	.mv_title {
	top: 19.09836065vw;
	left: 39.75409836vw;
	width: 19.4672131vw;
	}
	.intro {
	padding: 65px 0 60px;
	}
	.intro_title {
	width: 340px;
	}
	.intro_text {
	margin-top: 30px;
	line-height: 207%;
	font-size: 12px;
	}
}
@media (min-width:1200px){
	.intro {
	padding: 75px 0 70px;
	}
	.intro_title {
	width: 400px;
	}
	.intro_text {
	margin-top: 35px;
	line-height: 207%;
	font-size: 14px;
	}
}
@keyframes mv_bgiLoop_sp {
	0% { background-position: 0 0;}
	100% { background-position: -337.33333333vw 0;}
}
@keyframes mv_bgiLoop_pc {
	0% { background-position: 0 0;}
	100% { background-position: -129.91803278vw 0;}
}

.thumb_box { 
width: 50%;
}
.thumb_title {
top: 5.33333333vw;
margin: 0;
}
.thumb_title.size01 { width: 7.73333333vw; right: 5.33333333vw; }
.thumb_title.size02 { width: 9.33333333vw; right: 4.53333333vw; }
.thumb_title.size03 { width: 9.46666666vw; right: 4.66666666vw; }
.thumb_title.size04 { width: 9.73333333vw; right: 4.26666666vw; }
.thumb_title.size05 { width: 8vw; right: 5.06666666vw; }
.thumb_title.size06 { width: 7.46666666vw; right: 5.33333333vw; }
.thumb_title.size07 { width: 8.26666666vw; right: 5.06666666vw; }
.thumb_title.size08 { width: 8.4vw; right: 5.06666666vw; }
.thumb_title.size09 { width: 9.2vw; right: 4.4vw; }

.modalBtn,
.modal_closebtn {
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.modalBtn:hover,
.modal_closebtn:hover {
opacity: 0.65;
filter: alpha(opacity=65);
}
@media (min-width:768px){
	.thumb_boxwrapper {
	width: 736px;
	}
	.thumb_box { 
	width: 25%;
	}
	.thumb_title {
	top: 20px;
	}
	.thumb_title.size01 { width: 29px; right: 20px; }
	.thumb_title.size02 { width: 34px; right: 17px; }
	.thumb_title.size03 { width: 35px; right: 16px; }
	.thumb_title.size04 { width: 36px; right: 15px; }
	.thumb_title.size05 { width: 30px; right: 19px; }
	.thumb_title.size06 { width: 28px; right: 20px; }
	.thumb_title.size07 { width: 31px; right: 19px; }
	.thumb_title.size08 { width: 32px; right: 19px; }
	.thumb_title.size09 { width: 35px; right: 17px; }
}
@media (min-width:1200px){
	.thumb_boxwrapper {
	width: 1120px;
	}
	.thumb_title {
	top: 30px;
	}
	.thumb_title.size01 { width: 43px; right: 30px; }
	.thumb_title.size02 { width: 51.5px; right: 27px; }
	.thumb_title.size03 { width: 52.5px; right: 25px; }
	.thumb_title.size04 { width: 54.5px; right: 24px; }
	.thumb_title.size05 { width: 44px; right: 31px; }
	.thumb_title.size06 { width: 41.5px; right: 30px; }
	.thumb_title.size07 { width: 45.5px; right: 30px; }
	.thumb_title.size08 { width: 46px; right: 30px; }
	.thumb_title.size09 { width: 51.5px; right: 26px; }
}

.bottomlink {
padding-top: 17.3333vw;
}
.bottomlink_title {
width: 50.66666666vw;
}
.slideimg {
margin-top: 9.33vw;
}
.slideimg .slick-slide {
padding: 1.5vw;
}
.bottomlink_btn {
width: 220px;
margin-top: 13.33vw;
}
img.bottomlink_enjoy {
width: 70.13333333%;
margin-top: 25.33vw;
}
@media (min-width:768px){
	.bottomlink {
	padding-top: 100px;
	}
	.bottomlink_title {
	width: 238px;
	}
	.bottomlink_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 700px;
	padding-top: 30px;
	}
	.bottomlink_img {
	width: 220px;
	margin-top: 20px;
	margin-right: 20px;
	}
	.bottomlink_img:nth-child(3),
	.bottomlink_img:nth-child(5) {
	margin-right: 0;
	}
	.bottomlink_btn {
	margin-top: 60px;
	}
	img.bottomlink_enjoy {
	width: 310px;
	margin-top: 75px;
	}
}
@media (min-width:1200px){
	.bottomlink {
	padding-top: 150px;
	}
	.bottomlink_list {
	width: 880px;
	padding-top: 20px;
	}
	.bottomlink_img {
	width: 275px;
	margin-top: 25px;
	margin-right: 25px;
	}
	.bottomlink_btn {
	margin-top: 90px;
	}
	img.bottomlink_enjoy {
	width: 327px;
	margin-top: 110px;
	}
}

.staffcredit {
margin-top: 20vw;
font-family: begum, sans-serif;
font-style: normal;
font-weight: 600;
}
.footer_logo {
width: 110px;
margin-top: 20vw;
}
.footer_copyright {
margin-top: 10vw;
padding-bottom: 17.33vw;
font-family: begum, sans-serif;
font-style: normal;
font-weight: 600;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 115px;
	}
	.footer_logo {
	width: 110px;
	margin-top: 115px;
	}
	.footer_copyright {
	margin-top: 40px;
	padding-bottom: 55px;
	}
}


/* ========== modal ========== */
.modal_lock.is-locked {
position: fixed;
width: 100%;
z-index: 10000;
}

.modal {
visibility: hidden;
overflow-y: scroll;
opacity: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s, visibility 0s 0.3s;
background: #e3e7ec;
}
.modal.is-active {
visibility: visible;
opacity: 1;
transition: opacity 0.3s, visibility 0s 0s;
z-index: 10000;
}
.modal * {
color: #000000;
font-family: indivisible, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.46666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.025em;
}

.modal_container {
display: flex;
min-height: 100%;
justify-content: center;
align-items: center;
}
@media all and (-ms-high-contrast: none){
	.modal_container {
		display: block;
		padding-top: 11vh
	}
}
.modal_inner {
margin: auto;
width: 94.66666666%;
position:  relative;
}
.modal_content {
width: 100%;
max-height: 95vh;
overflow-y: auto;
margin: auto;
padding: 12vw 0;
background: #fff;
border-radius: 15px;
}
.modal_closebtn {
top: 15px;
right: 15px;
width: 15px;
cursor: pointer;
}
.modal_content.is-active {
display: block;
}
.modal_img {
width: 74.66666666vw;
}
.modal_detail {
width: 66.66666666vw;
margin-top: 4.53vw;
padding-bottom: 3.6vw;
border-bottom: 1px solid #000;
}
.modal_profile {
border-top: 1px solid #000;
}
.modal_profile div {
padding-left: 2.66666666vw;
padding-right: 2.66666666vw;
line-height: 7.46666666vw;
border-bottom: 1px solid #000;
}
.modal_profile div.disp_flex {
padding: 0;
border-bottom: none;
}
.modal_profile .disp_flex div:nth-child(2) {
border-left: 1px solid #000;
}
div.modal_name {
padding: 3.2vw 2.66666666vw 2.4vw;
font-size: 6.4vw;
font-family: begum, sans-serif;
font-style: normal;
font-weight: 600;
}
.modal_profile_half {
width: 50%;
}
.detail_sns {
justify-content: flex-start;
width: 63.46666666vw;
margin-top: 4.8vw;
}
.detail_sns li:nth-child(2) {
margin-left: 18px;
}
.detail_sns li img {
width: auto;
height: 21px;
}
.modal_price {
width: 63.46666666vw;
margin-top: 6.66vw;
}
.modal_price li {
line-height: 170%;
}
.modal_price li span {
color: #12557e;
text-decoration: underline;
font-size: 3.2vw;
}
.modal_myrule {
margin-top: 5.33vw;
padding: 1.86666666vw 0 1.2vw;
background: #282828;
font-size: 3.73333333vw;
color: #fff;
font-family: begum, sans-serif;
font-style: normal;
font-weight: 600;
}
.modal_text {
margin-top: 3.6vw;
width: 63.46666666vw;
font-family: sawarabi-gothic, sans-serif !important;
font-weight: 500 !important;
line-height: 195%;
font-size: 3.2vw;
letter-spacing: 0.01em;
}
@media (min-width:768px){
	.modal * {
	font-size: 15px;
	}
	.modal_inner {
	width: 500px;
	}
	.modal_content {
	padding: 50px;
	}
	.modal_closebtn {
	top: 25px;
	right: 25px;
	width: 30px;
	}
	.modal_img {
	width: 400px;
	}
	.modal_detail {
	width: 350px;
	margin-top: 30px;
	padding-bottom: 17px;
	}
	.modal_profile div {
	padding-left: 14px;
	padding-right: 14px;
	line-height: 37px;
	}
	div.modal_name {
	padding: 14px 14px 10px;
	font-size: 30px;
	}
	.detail_sns {
	width: 330px;
	margin-top: 15px;
	}
	.modal_price {
	width: 330px;
	margin-top: 24px;
	}
	.modal_price li span {
	font-size: 14px;
	}
	.modal_myrule {
	margin-top: 20px;
	padding: 9px 0 6px;
	font-size: 17.5px;
	}
	.modal_text {
	margin-top: 20px;
	width: 330px;
	line-height: 170%;
	font-size: 14px;
	}
}
@media (min-width:1200px){
	.modal_inner {
	width: 900px;
	}
	.modal_pcflex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	}
	.modal_img {
	margin: 0;
	}
	.modal_detail {
	margin: 0;
	}
}

