
/**************************************************
 responsive
**************************************************/
@media screen and (max-width: 767px){
	html{
		font-size: 62.5%;
		font-size: 10px;
	}

body{}

/**************************************************
 common
**************************************************/
	p,ol,table,ol,dl{
		padding: 1.6rem 0 0 0;
		font-size: 1.6rem;
		font-weight: normal;
	}
	
	.pc{display: none;}
	.smp{display: block;}

	.mainInner,
	.infoInner,
	.contentInner{width: 100%;}

	h1{
		font-size: 1.2rem;}
	
	h1 img{
		width: 17rem;
		margin-inline-end: 0.8rem;
	}

	.re{flex-direction: column-reverse;}


	.wrapper{position: relative;}

	.wrapper::before{
		content: '';
		width: 0.1rem;
		height: 100%;
		position: fixed;
		right: 1.6rem;
		top: 0;
		background-color: #fff;
		z-index: 99;
	}



/**************************************************
 header
**************************************************/



/**************************************************
 globalNavi
**************************************************/

	#globalNavi{
		display: block;
		position: fixed;
		top: 0;
		height: 100%;
		width: 80%;
		right: 0;
		background-color: #FFF;
		background-size: cover;
		z-index: 9990;
		opacity: 0;
		right: -100%;
		visibility: hidden;
		transition: .3s ease-in-out;
		margin-block-start: 0;
	}


	#globalNavi.active{
		opacity: 1;
		visibility: visible;
		right: 0;
		transition-delay: 0s;
	}

	#globalNavi.show{transition-delay: 0s;}

	#globalNavi ul{
		padding-block-start: 0;
		height: 100%;
		padding-inline: 0 4rem;
		border-radius: 40px 0 0 40px;
		align-content: center;
		background-color: #fff;
	}

	#globalNavi ul::before{
		background: var(--main-color);
		right: 1.5rem;
	}
	
	#globalNavi > ul > li{
		margin-inline-end: 0rem;
		margin-block-end: 2.4rem;
		text-align: end;
		width: 100%;
	}
	
	#globalNavi > ul > li:last-of-type{margin-block-end: 0;}
	
	#globalNavi > ul > li > a
	{
		display: inline-block;
		font-size: 2.4rem;
	}
	#globalNavi ul li a:hover,#globalNavi ul li.show a{
	background-color: #fff;
	color: var(--main-color);
}
	

/**************************************************
 menu
**************************************************/
	#menu{
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		right: 0;
		width: 5.6rem;
		height: 5.6rem;
		text-align: center;
		z-index: 9998;
		background-color: #fff;
		transition: .3s;
		opacity: 1;
		visibility: visible;
		cursor: pointer;
		pointer-events: auto;
	}

	#menu.active{background-color: var(--main-color);}

	#menu.close{
		opacity: 0;
		visibility: hidden;
		transition: .4s ease-in-out;
		pointer-events: none;
	}

.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .8s;
	box-sizing: border-box;
}

	.menu-btn {
		position: relative;
		width: 2rem;
		height: 1.2rem;
		background: none;
		border: none;
		appearance: none;
		cursor: pointer;
	}

	.menu-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.2rem;
		background-color: var(--main-color);
		border-radius: 4px;
		transition: .3s;
	}

	#menu.active .menu-btn span{background-color:#fff}

	.menu-btn span:nth-of-type(1) {top: 0;}

	.menu-btn span:nth-of-type(2) {top: 0.8rem;}

	.menu-btn.active span:nth-of-type(1) {transform: translateY(0.4rem) rotate(-45deg);}

	.menu-btn.active span:nth-of-type(2) {transform: translateY(-0.4rem) rotate(45deg);}

	.smp_bottom_menu{display: none;}


/**************************************************
 bg01
**************************************************/
.bg01{
	background: url(../img/bg/bg1.webp)no-repeat bottom center;
	background-size:cover;
}

/**************************************************
 bg02
**************************************************/
.bg02{
	background: url(../img/bg/bg2.webp)no-repeat bottom center;
	background-size:cover;
}

/**************************************************
 bg03
**************************************************/
.bg03{
	background: url(../img/bg/bg3.webp)no-repeat bottom center;
	background-size:cover;
	position: relative;
	margin-block-end: -40rem;
}


/**************************************************
 bg04
**************************************************/
.bg04{
	background: url(../img/bg/bg4.webp)no-repeat 70% -150px;
	background-size:cover;
	position: relative;
	margin-block-end: -80rem;
	z-index: 3;
}

/**************************************************
 copyright
**************************************************/
.copyRight{
	writing-mode: vertical-rl;
	transform: scaleX(-1) scaleY(-1);
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	right: 2.4rem;
	top: 9.6rem;
}



/**************************************************
 linkHanger
**************************************************/
	.linkHanger{
		padding-block-start: 42rem;
		width: calc(100% - 6.4rem);
		margin-inline: 2.4rem 0;
	}

	.linkHanger ul{margin-block-end: 4rem;flex-direction: column-reverse;}

	.linkHanger ul li{
		width: 100%;
	}

	.linkHanger ul li:last-of-type{margin-block-end: 2.4rem;}

	.linkHanger ul li a .link_sns{
		padding-block: 2.4rem 2.1rem;
		height: auto;
}


	.linkHanger ul li a .link_sns p{
		padding-inline-start: 1.6rem;
		font-size: 1.8rem;
		font-weight: 600;
	}

	.linkHanger ul li a .link_txt{
		padding-block: 1.4rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}



/**************************************************
 aboutHanger
**************************************************/

	.aboutHanger{
		width: calc(100% - 6.4rem);
		margin-inline: 2.4rem 0;
	}

	.aboutHanger h2{
		font-size: 3.7rem;
		top: 0rem;
	}

	.about_cont{
		padding-inline: 1.6rem;
		padding-block-start: 0;
	}

	.about_cont .about_image{width: 100%;margin-block-end: 0.8rem;}

	.about_cont .about_txt{width: 100%;}

	.about_cont .about_txt p{
		padding-block-start: 0.8rem;
		font-size: 1.4rem;
		padding-inline-end: 0rem;
	}

	.about_cont .about_txt ul{margin-block-start: 2.4rem;}

	.about_cont .about_txt ul li{width: 100%;}

	.about_cont .about_txt ul li:last-of-type{
		margin-inline-start: 0rem;
		margin-block-start: 1.6rem;
	}

	.about_cont .about_txt ul li a{
		font-size: 1.6rem;
		padding-block: 1.8rem;
		justify-content: start;
		padding-inline: 2.4rem;
		position: relative;
	}

	.about_cont .about_txt ul li a svg{
		margin-inline-start: 0rem;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		right: 2.4rem;
	}

/**************************************************
 campaignHanger
**************************************************/
.campaignHanger{padding-block-start: 90rem;}

	.campaignHanger .contentInner{width: calc(100% - 6.4rem);margin-inline: 2.4rem 0;}

	.campaignHanger .contentInner .campaign_item:first-of-type{margin-block-end: 15rem;}

	.campaign_item{
		display: flex;
		flex-direction: column-reverse;
		border-bottom: none;
		border-top: 0.1rem solid #fff;
		padding-block: 4rem 0;
		margin-block-end: 0rem;
	}

.campaignHanger .contentInner .campaign_item:first-of-type{
	margin-block-end: 6rem;
}


	.campaign_item h2{
		position: relative;
		top: 2.6rem;
		order: 1;
	}

	.campaign_item h2 img{
		width: 75%;
		margin-inline: auto;
	}

	.campaign_item h2::before{width: 5%;}

	.campaign_item h2::after{width: 5%;}

	.campaign_item h3{
		font-size: 2.4rem;
		line-height: 1.2;
		order: 4;
	}

	.campaign_item p{
		font-size: 1.4rem;
		padding-inline: 1.6rem;
		order: 3;
	}

	.campaign_item p:last-of-type{order: 2;line-height: 1.8;}

	.campaign_item ul{
		order: 5;
		margin-block-end: 3.2rem;
		padding-inline: 1.6rem;
		flex-direction: column-reverse;
		margin-block-start: 0;
	}

	.campaign_item ul li{
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-block-start: 4rem;
	}

	.campaign_item ul li:last-of-type{margin-block-start: 0;}

	.campaign_item ul li img{display: block;margin-inline: auto;margin-block-end: 0.8rem;}

	.campaign_item ul li::before{
		top: 0rem;
		right: 43%;
		transform: translate(0%, -50%)rotate(-90deg);
	}

	.campaignHanger .contentInner .campaign_item:first-of-type ul li::before{right: 43%;}

	.campaign_item a{
		order: 5;
		display: block;
		width: calc(100% - 3.2rem);
		margin-block-start: 0rem;
		margin-block-end: 4rem;
		padding-block: 1.6rem;
	}

	.campaign_item ul li a{
	width: initial;
    color: var(--btn-color);
    margin-block-end: 0;
    padding-block: 0;
    display: inline-block;
}

.campaign_item ul li a:hover{opacity:1;}


	.pre_pc_cont{display: none;}

	.pre_smp_cont{
		display: block;
	}

	.pre_smp_cont h2{
		position: relative;
		top: 2.6rem;
	}

	.pre_smp_cont h2 img{
		width: 75%;
		margin-inline: auto;
	}

	.pre_smp_cont h2::before{width: 5%;}

	.pre_smp_cont h2::after{width: 5%;}

	.pre_smp_cont h3{
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.2;
		color: #FFF;
	}

	.pre_smp_cont h3 small{
		display: block;
    font-size: 1.4rem;
    padding-block-start: 1.4rem;
    font-weight: 500;
}

	.pre_smp_cont p{
		text-align: center;
		font-size: 1.4rem;
		padding-inline: 1.6rem;
		color: #fff;
	}

	.pre_smp_cont p a{
		font-size: 1.4rem;
		text-decoration: underline;
		color: #fff;
		padding-block-start: 0.8rem;
		display: inline-flex;
	}

	


/**************************************************
 presentHanger
**************************************************/

	.presentHanger .contentInner{
		padding-inline: 1.6rem;
		border-bottom: none;
		position: relative;
	}

	.presentHanger .contentInner::before{
		content: '';
		width: 5%;
		height: 0.1rem;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.presentHanger .contentInner::after{
		content: '';
			width: 5%;
			height: 0.1rem;
			background: #fff;
			position: absolute;
			bottom: 0;
			right: 0;
		}
	
	.presentHanger::before{
		background-size: 100%;
		width: 78.4rem;
		height: 13.2rem;
		bottom: 5rem;
	}

	.presentHanger::after{
		width: 72rem;
		height: 12.8rem;
		left: 60%;
		bottom: 54rem;
	}

	.presentHanger .contentInner{
		width: calc(100% - 6.4rem);
		margin-inline: 2.4rem 0;}

	.presentHanger ul li{
		width: 100%;
		font-size: 1.6rem;
	}

	.presentHanger ul li:first-of-type{
		width: calc(100% - 6.4rem);
		margin-inline: auto 0;
		margin-block-end: 4rem;
		order: 1;
		top: 0;
	}

	.presentHanger ul li:nth-of-type(2){
		width: calc(100% - 6.4rem);
		margin-inline: 0 auto;
		margin-block-end: 4rem;
		order:  2;
	}

	.presentHanger ul li:nth-of-type(3){
		width: calc(100% - 6.4rem);
		top: 0rem;
		margin-inline-start: 0%;
		margin-inline: auto 0;
		order: 3;
	}

	.presentHanger ul li:last-of-type{
		margin-block-start: 4rem;
		order: 4;
	}

	.presentHanger ul li span{
		margin-block: 1.6rem;
		font-size: 2rem;
	}

	.presentHanger ul li p{font-size: 1.4rem;}

	.presentHanger .contentInner picture img{
		width: 100%;
		margin-block-start: 4rem;
	}

	

/**************************************************
 startHanger
**************************************************/

	.startHanger{padding-block-start: 50rem;}

	.startHanger .contentInner{
		width: calc(100% - 6.4rem);
		margin-inline: 2.4rem 0;
		position: relative;
		z-index: 3;
	}

	.startHanger h2{
		font-size: 4.8rem;
		margin-block-end: 0rem;
		writing-mode: vertical-rl;
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		align-items: end;
	}

	.startHanger h2 span{
		font-size: 2rem;
		display: inline-block;
		margin-block-start: 0rem;
		margin-inline-start: 1.6rem;
		text-orientation: sideways;
		padding-block-end: 0.8rem;
	}

	.startHanger .contentInner > p{
		margin-block-end: 0rem;
		position: absolute;
		bottom: 0;
		left: -1.6rem;
		width: calc(100% - 7rem);
		font-size: 1.4rem;
	}


	.startHanger .contentInner > ul{
		width: calc(100% - 7rem);
		flex-direction: column-reverse;
		padding-block-end: 10rem;
	}

	.startHanger .contentInner > ul > li{
		width: 100%;
		padding-block: 2.4rem 2.4rem;
		padding-inline: 1.6rem;
	}

	.startHanger .contentInner > ul > li:first-of-type{
		margin-block-start: 2.4rem;
		top: 0rem;
	}

	.startHanger .contentInner > ul > li h3{
		font-size: 3.2rem;
	}

	.startHanger .contentInner > ul > li img{
		width: 85%;
		margin-inline: auto;
	}

	.startHanger .contentInner > ul > li p{font-size: 1.4rem;}

	.startHanger .contentInner > ul > li > a{
		width: 100%;
		padding-block: 1.2rem;
		margin-block-start: 2.4rem;
	}

	.startHanger .contentInner > ul > li > a:hover{
		background-color: var(--btn-color);
		color: #fff;
	}

	.startHanger .contentInner > ul > li:last-of-type p{padding-block-end: 2.4rem;}

	.startHanger .contentInner > ul > li:last-of-type p::before{top: 2.8rem;}

	.startHanger .contentInner > ul > li:last-of-type p:nth-of-type(2)::before{top: 5rem;}

	.startHanger .contentInner > ul > li:last-of-type p:last-of-type::before{content: none;}

	.startHanger .contentInner > ul > li > ul > li{width: 43%;}

	.startHanger .contentInner > ul > li > ul li img{width: 100%;}

	.startHanger .contentInner > ul > li > ul > li:last-of-type{width: 51%;margin-inline-start: 0.8rem;}

/**************************************************
 howtoHanger
**************************************************/
	.howtoHanger{padding-block: 8rem;}

	.howtoHanger::before{
		width: 85.2rem;
		height: 13.4rem;
		left: -5%;
		top: -17rem;
	}

	.howtoHanger::after{
		width: 100%;
		height: 95rem;
		bottom: 0rem;
		left: 0;
		z-index: 0;
	}

	.howtoHanger .contentInner{
		width: calc(100% - 6.4rem);
		margin-inline: 2.4rem 0;
		
	}

	.howtoHanger h2{
		font-size: 4.8rem;
		margin-block-end: 0rem;
		writing-mode: vertical-rl;
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		align-items: end;
	}

	.howtoHanger h2 span{
		font-size: 2rem;
		display: inline-block;
		margin-block-start: 0rem;
		margin-inline-start: 1.6rem;
		text-orientation: sideways;
		padding-block-end: 0.8rem;
	}

	.howtoHanger ul{width: calc(100% - 7rem);flex-direction: column-reverse;}

	.howtoHanger ul li{width: 100%;margin-block-end: 4.8rem;}

	.howtoHanger ul li:nth-of-type(2){top: 0;}

	.howtoHanger ul li:nth-of-type(3){top: 0rem;}

	.howtoHanger ul li:first-of-type{margin-block-end: 0;}

	.howtoHanger ul li h3{
		font-size: 1.8rem;
		margin-block-start: 1.2rem;
	}

	.howtoHanger ul li p{font-size: 1.4rem;padding-block-start: 0.8rem;}

/**************************************************
 storyHanger
**************************************************/
.storyHanger{position: relative;overflow-x: clip;}

	.storyHanger .contentInner{
		width: calc(100% - 6.4rem);
		margin-inline: 2.4rem 0;
	}

	.storyHanger::before{
		content: '';
		width: 45.5rem;
        height: 12.8rem;
		bottom: 20rem;
}

	.storyHanger .contentInner picture > img{
		width: 100%;
		margin-inline: auto;
		padding-block-end: 15rem;
	}

	.story_bg_item > img:first-of-type{
		width: 100%;
        bottom: -20rem;
        rotate: -60deg;
        left: -16rem;
        opacity: 0.8;
	}

	.story_bg_item > img:nth-of-type(2){
		width: 50%;
        bottom: -56rem;
        right: -7rem;
        rotate: -35deg;
        opacity: 0.8;
	}

	.story_bg_item > img:nth-of-type(3){
		width: 32%;
        bottom: 121rem;
        left: -1rem;
        rotate: 0deg;
        opacity: 0.7;
	}

	.story_bg_item > img:nth-of-type(4){
		width: 28%;
        bottom: -64rem;
        right: 6rem;
        rotate: -60deg;
        opacity: 0.7;
	}

	.story_bg_item > img:nth-of-type(5){
		width: 75%;
        bottom: 3rem;
        right: -10rem;
        rotate: -48deg;
        opacity: 0.7;
	}

	.story_bg_item > img:nth-of-type(6){
		width: 51%;
        top: 92rem;
        right: -6rem;
        rotate: -37deg;
        opacity: 0.5;
	}


.copy_item{
	margin-block-end: 16rem;
}
	.copy_item p{
		margin-inline: auto;
		font-size: 1.6rem;
		padding-block-start: 10rem;
		line-height: 2;
	}


	.copy_item p:nth-child(2){padding-block-start: 12rem;}
	.copy_item p:first-of-type{padding-block-start: 13.5rem;}



/**************************************************
 movieHanger
**************************************************/
	.movieHanger{
		width: 100%;
		height: 56rem;
	}

	.movieHanger .movie_box video{object-fit: none;}

.movieHanger .movie_cont{
	position: relative;
	z-index: 2;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
	align-items: center;
}

	.movieHanger .movie_cont h2{font-size: 6.4rem;}

	.movieHanger .movie_cont p{font-size: 1.6rem;}

	.movieHanger .movie_cont img{
		width: 8rem;
		height: 8rem;
		margin-inline: auto;
	}


	.movie_cont button{margin-block-start: 4rem;}

	.movie_cont button svg{width: 8rem;margin-inline: auto;height: 8rem;}

.movie_cont button svg g{
	transition: .3s;
}

.movie_cont button svg g #mov_daen{
	transition: fill 0.2s ease;
	fill: rgba(255,255,255,0);
}

.movie_cont button:hover svg g #mov_daen{fill:#fff;}

.movie_cont button svg path{transition: .2s;}

.movie_cont button:hover svg path{stroke: var(--main-color);}

.gift_pop_modal{
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0059A6B3;
	transition: .3s;
	animation: modalopen .5s;
}

@keyframes modalopen {
	from {opacity: 0}
	to {opacity: 1}
}

.gift_pop_modal .pop_modalInner{
	max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    /* margin: 120px auto; */
    padding: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gift_pop_modal .pop_modalInner iframe{width: 100%;height: 18rem;}

.gift_pop_modal span{
	display: block;
	position: relative;
	cursor: pointer;
}

.gift_pop_modal span::before{
	content: '';
	background: url(../img/close.svg)no-repeat center center;
	background-size: 100%;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: -22rem;
	right:0rem;
}


/**************************************************
 mainVisual
**************************************************/
	.mainVisual{
		height: 100vh;
		overflow-x: clip;
		overflow-y: clip;
	}

	.bg_item img{position: absolute;}

	.mainVisual h2 img{width: 100%;margin-inline: auto;}

	.mainVisual .bg_item > img:first-of-type{
		width: 100%;
        left: -17rem;
        opacity: 0.8;
        bottom: 15rem;
        max-width: none;
        transform: rotate(10deg);
	}

	.mainVisual .bg_item > img:nth-of-type(2){
		width: 100%;
        right: -16rem;
        top: auto;
        rotate: 45deg;
        bottom: -5rem;
        opacity: 0.8;
        max-width: none;
        z-index: 1;
	}

	.scroll_up{
		top:18rem;
		left: 50%;
		transform: translate(-50%,0);
	}

	.scroll_up a{
		left: 50%;
		transform: translate(-50%,0);
		font-size: 1.4rem;
		width: 2.4rem;
		height: 2.4rem;
	}

	.text {
		font-size: 1.4rem;
		left: 15%;
		transform: translate(-35%,0);
	}

	.arrow {
		width: 2.8rem;
		height: 0.5rem;
		opacity: 0;
	}

.arrow:first-child {animation: move 3s ease-out 1s infinite;}

.arrow:nth-child(2) {animation: move 3s ease-out 2s infinite;}

.arrow:before,
.arrow:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}

.arrow:before {
	left: 0;
	transform: skew(0deg, 40deg);
}

.arrow:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -40deg);
}

@keyframes move {
	25% { opacity: 1; }
	33% { opacity: 1; transform: translateY(-30px) rotate(180deg) scale3d(0.8,0.8,0.8); }
	67% { opacity: 1; transform: translateY(-40px) rotate(180deg) scale3d(0.8,0.8,0.8); }
	100% { opacity: 0; transform: translateY(-55px) rotate(180deg) scale3d(0.8,0.8,0.8); }
}


	.mainVisual .contentInner{
		width: calc(100% - 6.4rem);
		left: 2.4rem;
		transform: translate(0,0);
	}

	.mainVisual h2{padding-block: 8.5rem 16rem;}

	.main_information{padding-block-end: 2.4rem;}

	.main_information h3{
		font-size: 2.4rem;
		margin-block-end: 0.8rem;

	}

	.main_information h3::before{
		width: 50%;
		height: 0.2rem;
	}

	.main_information dl{
		font-size: 1.4rem;
		padding-block: 1.6rem 2.4rem;
		padding-inline: 1.6rem 5.6rems;
	}

	.main_information dl dt{
		width: 100%;
		padding-block-end: 0.8rem;
	}

	.main_information dl dd{width: 100%;}



.playHanger {
	position: fixed;
	bottom: 0;
	right: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    display: block;
    width: 14.8rem;
    height: 14.8rem;
    background-color: var(--btn-color);
    text-align: center;
	z-index: 9999;
}

.playHanger a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	font-size: 1rem;
	color: #fff;
	position: relative;
}

.playHanger a span{
	position: absolute;
	top: 56%;
	transform: translate(-50%,0);
	left: 67%;
	width: 100%;
}

.playHanger a span strong{
	font-family: var(--barl);
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 2px;
	padding-block-end: 0.4rem;
}

/**************************************************
 pagetop
**************************************************/
.pagetop{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
	cursor: pointer;
	transition: .3s;
	width: 14.4rem;
}

.pagetop svg{width: 100%;height: 100%;}


/**************************************************
 fade
**************************************************/

.copy_item p,.centerHanger ul li{
	opacity: 0;
	visibility: hidden;
	transition: 2s;
}

.copy_item p.appear,.centerHanger ul li.appear{
	opacity: 1;
	visibility: visible;
}

}