@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul { list-style:none; }
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


/* ========== base style ========== */
* { box-sizing: border-box; }

html { height: 100%; }

body {
height: 100%;
min-height: 100%;
background: #fff;
color: #000;
font-size: 2.66666666vw;
font-family: aktiv-grotesk, sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 0.025em;
}
@media (min-width:375px){
	body {
	font-size: 10px;
	}
}
@media (min-width:555px){
	body {
	font-size: 11px;
	}
}

a:link,
a:visited {
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;
}

a:hover,
a:hover img,
button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}

div,p,h1,h2,h3,h4,h5,h6,li,dt,dd,th,td {
line-height: 100%;
font-family: aktiv-grotesk, sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 0.025em;
}

div, article { box-sizing: border-box; }

ol, ul { list-style:none; }

img, picture, video {
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.66666666vw; }
.fs11 { font-size: 2.93333333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.46666666vw; }
.fs14 { font-size: 3.73333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.26666666vw; }
.fs17 { font-size: 4.53333333vw; }
.fs18 { font-size: 4.8vw; }
.fs20 { font-size: 5.33333333vw; }
@media (min-width:375px){
	.fs8 { font-size: 8px; }
	.fs9 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs20 { font-size: 20px; }
}

/* 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; }
.fw800 { font-weight: 800 !important; }
.fw900 { font-weight: 900 !important; }

/* line height */
.lh100 { line-height: 100%; }
.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%; }
.lh225 { line-height: 225%; }

/* 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; }

.deco_line { text-decoration: underline !important; }


/* ========== 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-lineup: 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; }
@media (min-width:768px){.sp_none{display: block;} .tab_none { display: none; }}
.sp_only{ display: block; }
@media (min-width:768px){.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
-----------------------------------------------*/
.allwrapper { /* Xscroll bar hidden */
position: relative;
width: 100%;
margin-bottom: -100vw;
background: #eee;
animation-delay: 0.75s;
overflow: hidden;
}
.ff_cezanne {
font-family: fot-cezanne-pron, sans-serif;
}

.mainarea {
width: 100%;
max-width: 550px;
background: #fff;
padding-bottom: 20vw;
}
.mv_title {
top: 39%;
left: 11.46666666666%;
width: 76.8%;
animation-delay: 1.5s;
}
.intro_text {
padding: 12.53vw 0 4vw;
}
.intro_text p + p {
margin-top: 2em;
}
@media (min-width:550px){
    .mainarea {
	padding-bottom: 180px;
	}
	.intro_text {
	padding: 50px 0 15px;
	}
	.intro_text p {
	font-size: 11px;
	}
}
@media (min-width:1100px){
	.mainarea {
	max-width: 38%;
	margin-right: 0;
	}
	.mv {
	padding-top: 105px;
	}
	.mv_title {
	position: static !important;
	width: 60%;
	margin-left: 20%;
	animation-delay: 0s;
	}
	.intro_text {
	padding: 40px 20% 0;
	animation-delay: 0s;
	}
	.intro_text p {
	text-align: left;
	}
}

@media (min-width:1100px){
	.pc_side {
	top: 0;
	left: 0;
	width: 62%;
	height: 100vh;
	background: url("../images/mv-img_pc.jpg") center center / cover;
	}
	.pc_side_title {
	top: 30%;
	left: 14.60674157%;
	width: 69.6629213483%;
	animation-delay: 1.5s;
	}
}

.secbox {
margin-top: 9.3333333333vw;
}
@media (min-width:550px){
	.secbox {
	margin-top: 50px;
	}
}
.slick-slide {
padding: 0 1.0666666666vw;
}
.slick-arrow {
bottom: -45px;
width: 13px;
z-index: 2;
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;
}
.slick-arrow:hover {
opacity: 0.50;
}
.slick-arrow.prev {
left: 6.1333333333vw;
}
.slick-arrow.next {
right: 6.1333333333vw;
}
@media (min-width:550px){
	.slick-slide {
	padding: 0 6px;
	}
	.slick-arrow {
	bottom: -65px;
	width: 20px;
	}
	.slick-arrow.prev {
	left: 33px;
	}
	.slick-arrow.next {
	right: 33px;
	}
}

.pricewrapper {
width: 65.8666666666%;
margin-top: 12px;
}
.pricewrapper02 {
width: 88%;
margin-top: 12px;
}
.price {
text-align: right;
line-height: 200%;
}
.pricewrapper.al_center .price {
text-align: center;
}
@media (min-width:550px){
	.pricewrapper {
	margin-top: 25px;
	}
	.price .check {
	font-size: 11px;
	}
}

.itemcut {
width: 88%;
margin-top: 10vw;
}
.itemcut picture {
width: 33.33333333333%;
}
@media (min-width:550px){
	.itemcut {
	margin-top: 50px;
	}
}

.staffcredits_img {
width: 58.9333333333%;
margin-top: 25.33vw;
}
.staffcredits {
left: 10.5vw;
top: 37.33vw;
color: #fff;
}
@media (min-width:550px){
	.staffcredits_img {
	margin-top: 115px;
	}
	.staffcredits {
	left: 75px;
	top: 210px;
	font-size: 11px;
	}
}

.lineup_logo { width: 24%; margin-top: 28vw; }
.lineup { width: 78.66666666666%; margin-top: 5.33vw; }
.lineup_box { width: 47.4576271186%; margin-top: 5.33vw; }
.lineup_price { margin-top: 10px; text-align: center; }
@media (min-width:550px){
	.lineup_logo { margin-top: 150px; }
	.lineup { margin-top: 34px; }
	.lineup_box { margin-top: 20px; }
	.lineup_price { margin-top: 15px; }
}


.footer {
    background-color: #fff;
}
.footer a {
    color: #5a5a5a !important;
}
.help-area {
    color: #5a5a5a;
    padding-top: 8vw;
    padding-bottom: 12vw;
    margin-bottom: 4vw;
	background-color: #f6f6f6;
}
.help-area__title {
    text-align: center;
    font-size: 5.8666666667vw;
    margin-bottom: 5vw
}
.help-area__text {
    text-align: center;
    font-size: 3.4666666667vw;
    margin-bottom: 8vw
}
.help-area__list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}
.help-area__list-item:nth-of-type(1) {
    margin-left: 1.0666666667vw;
    margin-right: .5333333333vw
}
.help-area__list-item:nth-of-type(2) {
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw
}
.help-area__list-item p {
    line-height: 1.5;
}
.help-area__link {
    font-size: 2.9333333333vw
}
.help-area__link img {
    width: 16vw;
    margin-bottom: 1.3333333333vw
}

.sns-area {
    padding-top: 9vw;
    padding-bottom: 10.5vw;
    color: #5a5a5a;
    margin-bottom: 4vw;
	background-color: #f6f6f6;
}

.sns-area__title {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 8vw;
	letter-spacing: 0;
}

.sns-area__list {
    display: flex;
    justify-content: center
}

.sns-area__list-item {
    width: 8.9552238806%
}

.sns-area__list-item:nth-of-type(n + 2) {
    margin-left: 5.9701492537%
}

.sns-area__link {
    display: block
}

.footer-group {
    padding-top: 9vw;
    padding-bottom: 10.5vw;
    color: #5a5a5a;
    margin-bottom: 4vw;
	background-color: #f6f6f6;
}

.footer-group__title{
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 8vw;
	letter-spacing: 0;
}

.footer-group__list {
    text-align: center
}

.footer-group__list-item {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
	letter-spacing: 0;
}

.footer-nav {
    margin-bottom: 10.1333333333vw
}

.footer-nav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2.6666666667vw
}

.footer-nav__list-item {
    letter-spacing: 0;
}
.footer-nav__list-item:last-child .footer-nav__link:before {
    display: none
}

.footer-nav__link {
    position: relative;
    padding: 0 2.9333333333vw;
    line-height: 2;
    color: #5a5a5a;
}

.footer-nav__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: .2666666667vw;
    height: 2.1333333333vw;
    background-color: #5a5a5a;
    transform: translateY(-50%)
}

.footer-logo {
    display: block;
    overflow: hidden;
    padding-top: 4vw;
    width: 42.9333333333vw;
    height: 0;
    background: url(https://www.junonline.jp/common/sp/img/title_yac.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-right: auto;
    margin-left: auto
}

.footer-copyright {
    text-align: center;
    padding-top: 3.4666666667vw;
    padding-bottom: 8vw
}

.footer-copyright__text {
    display: block;
    color: #5a5a5a;
    font-size: 2.6666666667vw;
	letter-spacing: 0;
}
@media (min-width:768px){
	.footer_row01 {
	background-color: #ececec;
	padding: 55px 0 60px;
	}
	.help-area {
	width: 600px;
	margin-inline: auto;
	background: none;
	position: relative;
	margin-bottom: 0;
    padding: 35px 0 25px 0;
	}
	.help-area-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px
	}
	.help-area__title {
	font-size: 28px;
	margin-bottom: 0;
	}
	.help-area__text {
	margin-left: 27px;
	margin-bottom: 0;
	font-size: 14px;
	}
	.help-area__list {
	justify-content: flex-start;
	}
	.help-area__list-item {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    text-align: center;
    }
	.help-area__link {
	font-size: 12px;
	}
	.help-area__link img {
    width: 43px;
    height: auto;
    margin-bottom: 5px;
    }
	.sns-area {
	width: 600px;
	margin-inline: auto;
	background: none;
	position: relative;
	margin-bottom: 0;
    padding: 35px 0 25px 0;
	}
    .sns-area {
    display: flex;
    align-items: center;
    }
	.sns-area__title {
	width: 160px;
	margin-bottom: 0;
	font-size: 15px;
	text-align: left;
	}
	.sns-area__list {
	width: calc(100% - 160px);
	justify-content: flex-start;
	}
	.sns-area__list-item {
	width: 50px;
	}
	.footer-group {
	margin-bottom: 50px;
    padding: 35px 0 40px;
    background-color: #ececec;
    border-top: 1px solid #ddd;
	}
	.footer-group .container {
	width: 600px;
	margin-inline: auto;
	}
	.footer-group__title {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	}
	.footer-group__list-item {
	display: inline-block;
    position: relative;
    margin-right: 15px;
	margin-bottom: 15px;
    padding-right: 15px;
	font-size: 12px;
	}
	.footer-group__list-item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 12px;
    background-color: #4d4d4d;
    z-index: 1;
    transform: translateY(-50%);
    }
	.footer-nav {
	margin-bottom: 55px;
	}
	.footer-nav__list-item {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
	font-size: 12px;
    }
	.footer-nav__list {
	width: 600px;
	margin-inline: auto;
	}
	.footer-nav__list-item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 12px;
    background-color: #4d4d4d;
    z-index: 1;
    transform: translateY(-50%);
    }
	.footer-nav__link {
	padding: 0;
	}
	.footer-nav__link:before {
	content: none;
	}
	.footer-logo {
    padding-top: 20px;
    width: 219px;
    margin-bottom: 20px;
    }
    .footer-copyright {
    padding-bottom: 50px;
    padding-top: 20px;
    }
	.footer-copyright__text {
	font-size: 12px;
	color: #000;
	}
}
@media (min-width:1200px){
	.footer_row01 {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	}
	.help-area {
	border-left: 1px solid #c9c9c9;
	margin-inline: 0;
	padding-left: 80px;
	}
	.sns-area {
	margin-inline: 0;
	padding-left: 80px;
	}
	.footer-group {
	padding-bottom: 25px;
	}
	.footer-group .container {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.footer-group__title {
	width: 250px;
	margin-bottom: 15px;
	}
	.footer-group__list {
	width: 920px;
	text-align: left;
	margin-left: 50px;
	}
	.footer-nav__list {
	width: 100%;
	}
	.footer-nav__list-item {
	line-height: 1;
	}
}
