@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

@charset "utf-8";

/*=====================================================
a3
======================================================*/
/* loading */

/*body.canvas_end #loading{
	opacity:0;
	transition:1s all ease-in-out 0s;
	pointer-events: none;
}*/

.loading {
    position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*display: flex;*/
	align-items:center;
	color: #FFFFFF;
	z-index: 100000;
	background: #fff;
}
.loading img{
	width: 300px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*#animation_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

canvas#canvas {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}*/

/*
#loading .loadlogo {
    margin-bottom: 20px;
}
#loading .loadlogo svg {
	width: 180px;
	height: 180px;
}
#loading #percent {
    margin-bottom: 5px;
    text-align: center;
	font-size:0;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-family: 'Hind', sans-serif;
}
#loading #gauge {
    width: 0px;
    height: 0px;
	border-bottom: solid 1px #27110a;
	z-index: 1;
}

.loaded #loading {
	transition: all 1s ease-in-out 0.5s;
	opacity: 0;
	pointer-events: none;
}

.loaded2 .mainlogo {
	transition: all 1.5s ease-in-out 0s;
	opacity: 0;
}
*/


/*
.top_bg{
	position:fixed;
    right: 0;
	top:0;
	z-index:-200000;
	width: 140px;
    height: 141px;
}
*/

.top_bg a{
	display: block;
	pointer-events: none;
}


.top h2{
	position: fixed;
	right:10px;
	top:20px;
	z-index:99999;
}

.top h2:before{
	content: "";
    position: absolute;
    right: -20px;
    left: 20px;
    top: -53px;
    width: 180px;
    height: 180px;
    transform: rotate(45deg);
    transform-origin: center;
    background: #f5b91b;
    z-index: -5;
}



@media screen and (max-width: 640px){
	.top h2{
		top:10px;
	}
	
	.top h2:before{
		top: -75px;
	}
	
}

/*=====================================================
visual
======================================================*/
._visual{
	position: relative;
}
._visual img{
}
._visual ._logo-set{
	position:  absolute;
	width: 100%;
	z-index: 1;
}
._visual ._catch{
	width: 70%;
	margin: 5px auto 0;
}
._visual ._logo{
	width: 15%;
	margin: 2% auto 3%;
}
._visual ._copy{
	width: 22%;
	margin: 0 auto;
}
._visual ._sns{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 1;
}
._visual ._sns a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
._visual ._sns a:before{
	content: "";
	border: solid 1px #fff;
	transform: rotate(-45deg);
	position: absolute;
	display: block;
	width: 75%;
	height: 75%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
._visual ._sns a img{
}
._visual ._sns a:hover:before{
	background: rgba(255,255,255,.5);
}
@media screen and (max-width: 640px){
	._visual ._catch{
		width: 95%;
	}
	._visual ._logo{
		width: 30%;
	}
  ._visual ._copy{
		width: 49%;
	  margin-top: 60%;
  }
	._visual ._sns{
		width: 55px;
		height: 55px;
	}
}

/*	左右の背景	*/

.main_bg{
	position: relative;	
	padding:90px 0 195px;
}

.main_bg .slide_l{
	width:13.11%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	transition: all 1s ease-in-out;
	z-index:-1;
}

.main_bg .slide_r{
	width:15.23%;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	transition: all 1s ease-in-out;
	z-index:-1;
}

.main_bg .slide_l div {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url(../img/left_bg.svg) left top;
	background-size: 100% auto;
}
.main_bg .slide_r div {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url(../img/right_bg.svg) right top;
	background-size: 100% auto;
}


@media screen and (max-width: 768px){

	.main_bg{
		padding:90px 0 150px;
	}
	
}


@media screen and (max-width: 640px){

	.main_bg{
		position: relative;	
		padding:90px 0 0;
	}
	
	.main_bg .slide_l{
		width:45.87%;
	}
	.main_bg .slide_r{
		width:17.07%;
	}
	
	.main_bg .slide_l div{
		background-position:left top!important;
		background: url(../img/left_bg_sp.svg) left top / 100% auto repeat-y;
	}
	.main_bg .slide_r div{
		background-position:right top!important;
		background: url(../img/right_bg_sp.svg) right top / 100% auto repeat-y;
	}

	.top_bg{
		width:60px;
	}
	
}

._menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
._menu li{
	max-width: 350px;
	width: 50%;
	margin: 0 10px;
}
._menu li a{
	color: #fff;
	background:linear-gradient(70deg, #F29F6C, #7EC1F9);
	text-align: center;
	line-height: 70px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	transition: all .5s;
}
._menu li a:hover{
	background:linear-gradient(-70deg, #7EC1F9, #FFA773);
}

@media screen and (max-width: 640px){
	._menu li{
		max-width:inherit;
		width: 80%;
		margin: 0 auto 10px;
	}
}
._bnr-area{
	width: 90%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
._bnr-area li{
	max-width: 500px;
	width: calc((100% / 4) - 20px);
	margin: 0 10px 20px;
}
._bnr-area li a img{
	transition: all .5s;
}
._bnr-area li a img:hover{
	opacity: .8;
}
@media screen and (max-width: 640px){
	._bnr-area{
		flex-wrap: wrap;
		width: 80%;
	}
	._bnr-area li{
		max-width:inherit;
		width: 100%;
		margin: 0 auto 20px;
	}
}


/*	左右の背景	*/

/*	メイン	*/

.main_wrap{
	margin-bottom:160px;
}

.m_ttl{
	margin-bottom:20px;
	text-align: center;
	overflow: hidden;
}

.m_ttl img{
	/*transition:0.6s all ease-in-out 0s;
	transform:translateY(100%);*/
}

/*body.canvas_end .m_ttl img{
	transform:translateY(0);
}*/


.m_ttl02{
	margin-bottom:70px;
	text-align: center;
	overflow: hidden;
}

/*.m_ttl02 img{
	transition:0.6s all ease-in-out 0.2s;
	transform:translateY(100%);
}

body.canvas_end .m_ttl02 img{
	transform:translateY(0);
}*/

.main_wrap .roadshow{
	margin:200px auto 0;
	justify-content: space-between;
}
.main_wrap .roadshow li{
	text-align: center;
	transition:1s all ease-in-out 0s;
	display: flex;
	margin: 100px 0;
	justify-content: center;
	align-items: center;
}
.main_wrap .roadshow li div > a{
	transition: all .5s;
}
.main_wrap .roadshow li div > a:hover{
	opacity: .7;
}
.main_wrap .roadshow li ._bnr-visual,
.main_wrap .roadshow li ._bnr-txt{
	width: 50%;
}
.main_wrap .roadshow li ._bnr-txt img{
	margin-bottom: 5%;
}
.main_wrap .roadshow li ._bnr-txt{
	padding: 0 5%;
}

.main_wrap .roadshow li ul.link {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
	justify-content: center;
}
.main_wrap .roadshow li ul.link li{
	width: calc(50% - 10px);
	margin: 5px;
}
.main_wrap .roadshow li ul.link li.about{
	width: 100%;
}
.main_wrap .roadshow li ul.link li a{
	display: block;
	background: #FFA0AA;
	color: #666;
	font-size: 18px;
	margin: 0 auto;
	border-radius: 5px;
	width: 100%;
	padding: 0.5em 1em;
	transition: all .5s;
}
.main_wrap .roadshow li ul.link li a:hover{
	color: #fff;
}
.main_wrap .roadshow li .ss ul.link li a{
	background: #FFA0AA;
}
.main_wrap .roadshow li .aw ul.link li a{
	background: #FFBB91;
}
.main_wrap .roadshow li ul.link li a.theater{
	background: #FFA0AA;
}
.main_wrap .roadshow li .ss ul.link li.about a{
	background: #FFF050;
}
.main_wrap .roadshow li .aw ul.link li.about a{
	background: #A2D5FF;
}
.main_wrap .roadshow li ._theater{
	overflow: hidden;
	margin: 30px auto;
}
.main_wrap .roadshow li ._theater a{
	display: block;
	background: #FFA0AA;
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	border-radius: 5px;
	max-width: 270px;
	width: 100%;
	transform:translateY(100%);	
	transition:1s all ease-in-out 0.9s;
}

/*body.canvas_end .main_wrap .roadshow li a{
	transform:translateY(0);	
}*/

@media screen and (max-width: 768px){

	.main_wrap{
		margin-bottom:120px;
	}
	
	/*.main_wrap .roadshow{
		max-width:600px;
	}
	
	.main_wrap .roadshow li{
		width:47.834%;
	}*/
	.main_wrap .roadshow{
		margin: 100px auto;
	}
	
	
}


@media screen and (max-width: 640px){

	
	.main_wrap .roadshow{
		/*max-width:287px;*/
		flex-wrap:wrap;
	}
	
	.main_wrap .roadshow li{
		width:100%;
		flex-wrap: wrap;
	}
	
	.main_wrap .roadshow li:nth-child(1){
		margin-bottom:80px;
	}
	
	.main_wrap .roadshow li .r01{
		margin-left:12px;
	}
	.main_wrap .roadshow li ul.link{
		width: 100%;
		flex-wrap: wrap;
	}
	.main_wrap .roadshow li ul.link li{
		width: 100%;
		margin-bottom: 10px;
	}
	.main_wrap .roadshow li ._bnr-visual{
		order: 2;
		width: 100%;
	}
	.main_wrap .roadshow li ._bnr-txt{
		order: 1;
		width: 80%;
		padding: 0;
	}

	
	
}


/*	メインここまで	*/




/*	動画エリア	*/

.movie_wrap{
	margin-bottom:220px;
	text-align: center;
}

.movie_wrap .movie_bnr{
	/*max-width:540px;*/
	margin:0 auto 150px;
}
.movie_wrap .movie_bnr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.movie_wrap .movie_bnr ul li{
	max-width: 455px;
	width: calc(50% - 90px);
	margin: 0 45px;
}
.movie_wrap .movie_bnr ul li a{
	display: block;
	background:#FFDCDC;
	padding:20px;
	transition:0.6s all ease-in-out 0s;
}
.movie_wrap .movie_bnr ul li:last-child a{
	background:#CCF5FF;
}


.movie_wrap .movie_bnr a .play_name{
	text-align: center;
	margin-top:-40px;
	margin-bottom:5px;
}


.movie_wrap .movie_bnr a .movie_box{
	position: relative;
}

.movie_wrap .movie_bnr a .movie_box .thumnail{
	position: relative;
	background:#FFF;
}

/*
.movie_wrap .movie_bnr a .movie_box .thumnail:before{
	content:"";
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	transition:0.6s all ease-in-out 0s;
}

body:not(mobile) .movie_wrap .movie_bnr a:hover .movie_box .thumnail:before{
	background:rgba(0,0,0,0);
}
*/


.movie_wrap .movie_bnr a .movie_box span{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items:center;
}

.movie_wrap .copy01{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){

	.movie_wrap{
		margin-bottom:0;
		padding: 0 20px;
	}
	
	.movie_wrap .movie_bnr{
		margin:0 auto 80px
	}
	
	.movie_wrap .movie_bnr ul li{
		width: 100%;
		margin: 0 auto 90px;
	}

	.movie_wrap .copy01{
		padding-bottom:120px;
	}
	
}




/*	動画エリアここまで	*/







/*	キャストエリア	*/


.cast_wrap{
	max-width:1000px;
	margin:0 auto;
}

.cast_wrap .cast li{
	margin-bottom:130px;
	opacity:1;
	transition:1s ease-in-out 0s;
	transform:translateX(-100%);
	overflow: hidden;
}

.cast_wrap .cast li.p-view{
	transform:translateX(0);
}

.cast_wrap .cast li .cast_in{
	transition:1s ease-in-out 0s;
	transform:translateX(100%);
}

.cast_wrap .cast li.p-view .cast_in{
	transform:translateX(0);
}

.cast_wrap .cast  li:last-child{
	margin-bottom:0;
}

.cast_wrap .cast  li:nth-child(1){color:#E9518E;}
.cast_wrap .cast li:nth-child(2){color:#FFB400;}
.cast_wrap .cast li:nth-child(3){color:#EF834A;}
.cast_wrap .cast li:nth-child(4){color:#1DADE5;}


.cast_wrap li .read{
	font-size:14px;
	line-height: 2.3;
}


@media screen and (max-width: 768px){
	
	.cast_wrap li{
		margin-bottom:100px;
	}
	
}

@media screen and (max-width: 640px){
	
	.cast_wrap{
		margin: 0 -20px;
		padding:60px 20px 170px;
		background:rgba(255,255,255,0.7);
	}

	
	.cast_wrap li{
		margin-bottom:150px;
	}
	
	
	
	
}



/*	キャストエリアここまで	*/







/*	コメントエリア	*/

.comment{
	background:#FFD2D7;
	padding:90px 40px 100px;
	position: relative;
	overflow: hidden;
}

.deco{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	pointer-events: none;
}

.deco li{
	position: absolute;
}

.deco li p img{
	position: relative;
	animation: kaiten 2s infinite ;
}



.deco li:nth-child(odd) p img{
	animation: fuwafuwa 50s infinite linear both;
}

.deco li:nth-child(even) p img{
	animation: fuwafuwa02 50s infinite linear both;
}

@keyframes fuwafuwa {
    0% {top:0;transform:rotate(0deg);}
	50% {top:30px;transform:rotate(360deg);}
    100% {top:0;}
}

@keyframes fuwafuwa02 {
    0% {bottom:0;transform:rotate(0deg)}
	50% {bottom:30px;transform:rotate(360deg);}
    100% {bottom:0;}
}

.deco li:nth-child(1){
	left:-5%;
	top:5%;
}
.deco li:nth-child(2){
	left:3.36%;
	top:36.52%;
}
.deco li:nth-child(3){
	left:-5%;
	bottom:22.58%;
}
.deco li:nth-child(4){
	right:-2.19%;
	top:-3%;
}
.deco li:nth-child(5){
	right:6.59%;
	top:25%;
}
.deco li:nth-child(6){
	right:-1%;
	bottom:30%;
}
.deco li:nth-child(7){
	right:10%;
	bottom:6%;
}

.deco li:nth-child(8){
	right:35%;
	top:35%;
}

.deco li:nth-child(9){
	right:38%;
	top:38%;
}


.comment .c_in{
	position: relative;
}

.comment .c_in{
	position: relative;
	max-width:1140px;
	margin:0 auto;
}

.comment .c_in h3{
	font-size:34px;
	text-align: center;
	margin-bottom:70px;
}

.comment .c_in .read{
	font-size:18px;
	text-align: center;
	margin-bottom:80px;
}

.comment .tw{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.comment .tw li{
	width:21.67%;
	opacity:1;
	position: relative;
	overflow: hidden;
	transition:0.6s all ease-in-out 0s;
	transform:translateX(-100%);
}

.comment .tw li.p-view{
	transform:translateX(0);
}


.comment .tw li:before{
	content:"";
	display: block;
	padding-bottom:156.28%;
	background:#FFF;
	transition:0.6s all ease-in-out 0s;
	transform:translateX(100%);
}

.comment .tw li.p-view:before{
	transform:translateX(0);
}

.comment .tw li:nth-child(-n+4){
	margin-bottom:80px;
}


.comment .cap_wrap{
	max-width:1000px;
	margin:0 auto;
}


.comment .cap_wrap .ttl{
	font-size:16px;
}

.comment .cap_wrap .cap{
	font-size:14px;
	text-indent:-1em;
	padding-left:1em;
}





@media screen and (max-width: 768px){

	.comment{
		padding:80px 40px;
	}
	
	.comment .c_in h3{
		font-size:30px;
		margin-bottom:40px;
	}
	
	.comment .c_in .read{
		margin-bottom:50px;	
	}
	
	.comment .tw li:nth-child(-n+4){
		margin-bottom:40px;
	}
	
	.deco li:nth-child(1){width:19.141625%;}
	.deco li:nth-child(2){width:18.6198%;}
	.deco li:nth-child(3){width:48.828125%;}
	.deco li:nth-child(4){width:47.265625%;}
	.deco li:nth-child(5){width:15.495%;}
	.deco li:nth-child(6){width:18.881%;}
	.deco li:nth-child(7){width:39.0625%;}
	.deco li:nth-child(8){width:9.115%;}
	.deco li:nth-child(9){width:8.464%;}
	
}


@media screen and (max-width: 640px){

	.comment{
		padding:80px 20px;
	}
	
	.comment .c_in h3{
		font-size:28px;
	}
	
	.comment .c_in .read{
		font-size:16px;
		margin-bottom:50px;	
	}
	
	
	
	.comment .tw li{
		width:47%;
		margin-bottom:40px;
	}
	
	
	
}


@media screen and (max-width: 360px){

	.comment .c_in h3{
		font-size:25px;
	}
}

/*	コメントエリアここまで	*/





/*	フッター・バナーエリア	*/

.foot_area{
	padding:100px 20px 70px;
}

.foot_area .foot_cast{
	max-width:1080px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	opacity:1;
	overflow: hidden;
	transform:translateY(0);
}

.foot_area .foot_cast li{
	overflow: hidden;
	transition: all 0.6s ease-in-out 0s;
}

.foot_area .foot_cast li p{
	transition:0.6s all ease-in-out 0s;
	transform:translateY(100%);
}

.foot_area .foot_cast.p-up.p-view li p{
	transform:translateY(0);
}

.foot_area .foot_cast li:nth-child(1){
	width:45.65%;
}
.foot_area .foot_cast li:nth-child(2){
	width:45.65%;
	text-align: right;
}
.foot_area .foot_cast li:nth-child(3){
	width:54.63%;
	margin:60px auto 0;
}

.foot_area ._bnr{
	display: flex;
	/*flex-wrap: wrap;*/
	max-width: 800px;
	width: 90%;
	margin: 75px auto;
}
.foot_area ._bnr li{
	width: auto;
	height: 75px;
	margin: 0 15px;
}
.foot_area ._bnr li{
	width: auto;
	height: 100%;
}


/*
.foot_area .guidance{
	text-align: center;
}

.foot_area .guidance .g01{
	font-size:44px;
	margin-bottom:45px;
}

.foot_area .guidance .g01 span{
	font-size:120%;
}

.foot_area .guidance .g02{
	font-size:16;
	margin-bottom:15px;
}

.foot_area .guidance .g03{
	font-size:12px;
}
*/
/*	フッター・バナーエリアここまで	*/
@media screen and (max-width: 768px){

	.foot_area{
		padding:0 10px 20px;
	}
	
	.foot_area .foot_cast li{
		margin-bottom:50px;
	}
	.foot_area .foot_cast li:nth-child(1),
	.foot_area .foot_cast li:nth-child(2),
	.foot_area .foot_cast li:nth-child(3){
		width:100%;
		text-align: center;
	}
	.foot_area .foot_cast li:nth-child(3){
		margin-top:0;
		margin-bottom:0;
	}
	/*
	.foot_area .guidance .g01{
		margin-bottom:30px;
	}
	*/
}
@media screen and (max-width: 640px){
	.foot_area ._bnr{
		flex-wrap: wrap;
		width: 70%;
	}
	.foot_area ._bnr li{
		width: 100%;
		height: auto;
		margin: 0 auto 25px;
	}
	.foot_area ._bnr li img{
		width: 100%;
		height: auto;
	}
	/*
	.foot_area .guidance .g01{
		font-size:25px;
	}
	*/
}


/* youtube MODAL */
.modal{
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
}
.loaded .modal{
	transition: all 0.6s ease-in-out 0s;
}
.modal.opened{
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}

.modal_bg{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	display: flex;
	/*position: relative;*/
}

.modal_bg li{
	width:25%;
	height:100%;
	transition:0.6s transform ease-in-out 0s;
}

.modal_bg li:nth-child(odd){
	transform:translateY(100%);
}
.modal.opened .modal_bg li:nth-child(odd){
	transform:translateY(0);
}


.modal_bg li:nth-child(even){
	transform:translateY(-100%);
}

.modal.opened .modal_bg li:nth-child(even){
	transform:translateY(0);
}

.modal_bg li:nth-child(1){background:#FFA0AA;}
.modal_bg li:nth-child(2){background:#FFDC0A;}
.modal_bg li:nth-child(3){background:#FFBE00;}
.modal_bg li:nth-child(4){background:#64DCF0;}

.modal_in {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1000px;
	margin: auto;
	width: calc(100% - 40px);
	max-width: calc((100vh - 300px)/0.5625);
	height: calc((100vw - 40px) * 0.5625);
	max-height: calc(100vh - 300px);
	transform: scale(0.95);
	opacity: 0;
	transition:transform 0.6s ease-in-out 1s,opacity 0.6s ease-in-out 1s;
}

.modal.opened .modal_in{
	transition:transform 0.6s ease-in-out 0.6s,opacity 0.6s ease-in-out 0.6s;
	transform: scale(1);
	opacity: 1;
}
.video{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
body:not(.mobile) .modal_close:hover{
	opacity: 0.7;
}

.modal_close{
	width: 44px;
	height: 44px;
	display: block;
	cursor: pointer;
	top: 20px;
	right: 20px;
	position: fixed;
	transition: all 0.6s ease-in-out 0s;
}

body:not(.mobile) .modal_close:hover{
	transform:rotate(360deg);
}
.__btns {
	list-style: none;
	/*display: flex;
	justify-content: center;*/
	margin-top: 0;
	margin-bottom: 10;
	/*letter-spacing: -0.4em;*/
	text-align: center;
	/*justify-content: center;*/
	margin-left: 0;
	padding-left: 0;
	opacity: 0;
	transform: scale(0.95);
	opacity: 0;
	transition:transform 0.6s ease-in-out 1s,opacity 0.6s ease-in-out 1s;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 80px);
	margin: 20px auto 20px 20px;
	border: solid 1px #ff6478;
	background: #FFA0AA;
}
.modal.opened .__btns{
	transition:transform 0.6s ease-in-out 0.6s,opacity 0.6s ease-in-out 0.6s;
	transform: scale(1);
	opacity: 1;
}
.__btns li {
	/*display: inline-block;
	vertical-align: middle;*/
	line-height: 1.2;
	font-size: 15px;
	font-weight: 500;
	/*letter-spacing: -0.045em;*/
	width: calc(100% / 7);
	text-align: center;
}
.__btns li a {
	width: 100%;
	display: flex;
	padding: 10px;
	color: #FFA0AA;
	text-decoration: none;
	transition: 0.2s all;
	background: #FFDCDC;
	border-bottom: solid 1px #ff6478;
	border-right: solid 1px #ff6478;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.__btns li:nth-of-type(7n) a {
	border-right: none;
}
.__btns li a span {
	/*display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;*/
	font-size: 80%;
	display: block;
}
.__btns li a:hover {
	color: rgba(255,255,255,1.0);
	background: rgba(255,100,120,0.75);
}
.__btns li.__ply a {
	color: rgba(255,255,255,1.0);
	background: rgba(255,100,120,1);
}
@media screen and (max-width: 640px){
	.modal_in {
		height: auto;
		position: relative;
	}
	.__btns {
		width: 90%;
		margin: 50px auto 20px;
	}
	.__btns li {
		width: 50%;
		font-size: 10px;
	}
	.__btns li a {
		border-bottom: solid 1px #ff6478;
		border-right: solid 1px #ff6478;
    padding: 5px;
	}
	.__btns li:nth-child(2n) a {
		border-right: none;
	}
	.__btns li:nth-of-type(7n) a{
		border-right: solid 1px #ff6478;
	}
	/*.__btns li:nth-last-of-type(odd) a {
		border-right: none;
	}*/
}
