@import url("../font/HeadlineGothicATF.css");
@import url("../font/FieldGothicCondensed.css");

/*	Youtube Player
============================== */
/*img cover*/
.cover {width:100%; height:100%;}
/*link*/
a{text-decoration:none; color:#44c5da}
a:hover{ text-decoration:none; color:#666;}

/*///////////////// style ////////////////*/
body{
	-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
html, body, div#con-body {
	background:#fff;
}

div#con-body{
	color:#000;
	background-attachment:fixed;
	z-index:0;
	font-style: normal;
	font-weight: 400;
}


.blue{color:#0a0c59;font-weight: 800;}
.s-txt{font-size:80%;}
.poster2{
background:url(../img/pos2.jpg?new) center center no-repeat;
background-size: contain;
aspect-ratio: 144/15;
width:96%;
margin:1em auto;
}

#top.container{
	border-top:solid 1px #eee;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 7px 0px;

}

/*///////////////// web font ////////////////*/
.red{
	color: #E10013;
}
.grn{
	color:#178A4B;
}
.gold{
	color:#C99B20;
}

/*font*/
.tCenter { text-align:center !important}
.tRight { text-align:right !important}
.tLeft { text-align:left !important}
.f160 { font-size:160%;}
.f140 { font-size:140%;}
.f120 { font-size:120%;}
.f110 { font-size:110%;}
.f90 { font-size:90%;}
.f85 { line-height:normal; font-size:85% !important}
.f65 { line-height:normal; font-size:65% !important}

/*///////////////// font ////////////////*/
.container p,
.container li,
.container table
{
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  text-align: justify;
  word-break: break-all;
}

/*	menu
============================== */

div.menu {
	width:100%;
	margin:10px 0;
	background-color: #d35584;

	}

div.menu ul li a {
	text-decoration:none;

}
div.menu ul li.nolink a {
	opacity:0.3;
	cursor:default;
}
@media all and (min-width: 768px) {
div.menu ul {
	display:table;
	width:980px;
	margin:0px auto;
	border-left:1px solid hsla(44,41%,75%,0.1);
	border-right:1px solid hsla(44,41%,75%,0.25);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.menu ul li {
	display:table-cell;
	text-align:;
	vertical-align:middle;
	border-left:1px solid hsla(44,41%,75%,0.1);
	border-right:1px solid hsla(44,41%,75%,0.25);
	text-align:center;
}
div.menu ul li a, div.menu ul li a > span {
	display:block;
}
div.menu ul li a {
	font-size:100%;
	color:#fff;
	font-weight:bold;
	padding:1em 0;
	line-height:1.25;
	position:relative;
	
	text-shadow:1px 1px 1px hsla(0,0%,0%,0.3);
}
div.menu ul li:not(.nolink) a:after {
	content:"";
	width:100%;
	height:0px;
	background-color:#d35584;
	display:block;
	position:absolute;
	bottom:0;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration: 200ms;
	transition-timing-function:ease-in-out;
	-webkit-transform: height;
	transform:  height;
}
div.menu ul li:not(.nolink) a:hover:after {
	height:5px;
}
div.menu ul li a > span {
	padding:0 0.5em;
}
}


@media all and (max-width: 767px) {
div.menu {
width:98%;
margin:0 auto;
	padding:6px;
}
div.menu nav {
	text-align:left;
	background-color:#d35584;
	border-radius:10px;
	overflow:hidden;
}
div.menu nav > div {
	overflow:hidden;
}
div.menu nav h2 > span,
div.menu nav ul li a, div.menu nav ul li a > span, div.menu nav ul li a > span:after {
	display:block;
}
div.menu nav > div.m-off > ul, div.menu nav > div.m-off > div {
	display:none;
}
div.menu nav ul:after {
	content:"";clear:both;display:block;
}
div.menu nav ul li {
	width:50%;
	float:left;
}
div.menu nav h2 span, div.menu nav ul li a {
	-webkit-tap-highlight-color: hsla(0,0%,100%,0);
	background-image:url(../img/pulldown.svg);
	background-repeat:no-repeat;
	color:#fff;
	text-shadow:1px 1px 3px hsla(0,0%,0%,0.5);
	font-size:87.5%;
	font-weight:bold;
	text-decoration:none;
	line-height:44px;
	height:44px;
	padding:0 10px;
}
div.menu nav h2:after, div.menu nav ul li:after {
	content:"";
	display:block;
	margin:0 10px;
}
div.menu nav > div.m-on > h2:after {
	border-bottom:3px solid #5d1f66;
}
div.menu nav > div.m-off > h2:after {
	border-bottom:3px solid transparent;
}
div.menu nav ul li:after {
	border-bottom:2px dotted #5d1f66;
}
div.menu nav ul li:last-child:after,
div.menu nav ul li:nth-last-child(2):after {
	border-bottom:3px dotted transparent;
}
/*
div.menu nav ul li:not(:last-child, :nth-last-child(2)):after {
	border-bottom:2px dotted #c59a1a;
}
*/
div.menu nav > div.m-on > h2 span {
	background-position:right bottom;
}
div.menu nav > div.m-off > h2 span {
	background-position:right top;
}
div.menu nav ul li a {
	background-position:right ;
}
}

/*///////////////// column ////////////////*/
.columnBox{
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
@media all and (max-width: 767px) {
.columnBox{
	width:92%;
	margin: auto;
}
}
/*///////////////// h2 h3 ////////////////*/
.second .columnBox h2
{
width: 100%;
max-width: 1080px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.second .columnBox h2 span
{
color:#fff;
font-family: "headline-gothic-atf", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
}


.second .columnBox h2 span small
{display: block;
	font-size: 30%;
	line-height: 1;
	text-align: center;
}

.second .columnBox h3{
font-family: "nitalago-ruika", sans-serif;
font-weight: 400;
font-style: normal;
margin:1em auto;
}

@media all and (min-width: 861px) {
.second .columnBox h2
{
height: 72px;
}

.columnBox h2 span{
font-size:300%;
line-height: 1;
}
}


@media all and (max-width: 860px) {
	.second .columnBox h2
	{
	height: 72px;
	}
	.columnBox h2 span{
	font-size:240%;
	line-height: 1;
	}
	}
	

@media all and (max-width: 767px) {
.second .columnBox h2
{
	aspect-ratio: 356/50;
	display:flex;
	align-items: center;
	justify-content: center
}
.second .columnBox h2 span{
font-size:180%;
line-height:1;
}
}
.android,
.win {
@media all and (min-width: 768px) {
.second .columnBox h2 span{
		padding-top:.254em;
}
.second .columnBox h2 span small{
	line-height: 0.8;
}
}
@media all and (max-width: 767px) {
.second .columnBox h2 span{
		padding-top:.3em;
		}
}
}



/*///////////////// aside ////////////////*/
aside,
#footer-common{
background: linear-gradient(to right, #c85a83 0%, #ca386e 100%);
}

#footer-common{
	width: 100%;
	padding:2em 0 5em!important;
}
.second #footer-common{
	padding:5em 0!important;
}


#banner-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 740px;
	max-width:800px;
	margin: auto;
	}
	#banner-list li{
	 width:30% ;
	 margin:0 .5em 1em;
	}
	#banner-list li a:hover{
		opacity:0.5 ;
	}


#footer-common a {display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

@media all and (max-width: 767px)  {
	#footer-common{
		padding:2em 0!important;
	}
	.second #footer-common{
		padding:5em 0 2em!important;
	}
	
	#banner-list{
		width: 90%;
		}
	#banner-list li{
		width:48% ;
		margin:0 1% 2%;
	}
}

/* f-share
-------------------------------- */
#f-share,
#f-share-btn { display:flex; justify-content:center; align-items:center; }
#f-share {
	width:11.0em;
	margin:2em auto 0;
	border:#fff 1px solid;
	border-radius:2.0em;
	padding:0.7em;
	font-size:130%;
}


#f-share-ttl {
		font-family: "field-gothic-condensed", sans-serif;
		font-weight: 800;
		font-style: normal;
		line-height: 1;
	color:#fff;font-weight:400; letter-spacing:0.02em;}
#f-share-ttl::after { content:""; display:inline-block; vertical-align:bottom; width:0.5em; height:0.5em; margin:auto 0.2em 0.1em 0.3em; background:url(../img/common/f_btn_share_arrow.png) center center no-repeat; background-size:auto 100%; }
#f-share-btn li { width:1.8em; height:1.8em; margin-left:0.4em; }
#f-share-btn li a { display:block; width:100%; height:100%; border-radius:50%; background-position:center center; background-repeat:no-repeat; background-size:cover; text-indent:-9999px; /* hover fade */ transition: opacity 0.2s ease-out; }
@media (hover: hover) { #f-share-btn li a:hover { opacity:0.5; } }
#f-share-btn-tw a {  background:url(../img/common/f_btn_share_x.png); }
#f-share-btn-fb a {  background:url(../img/common/f_btn_share_fb.png); }
#f-share-btn-line a {  background:url(../img/common/f_btn_share_line.png); }
@media all and (max-width: 767px)  {
	#f-share { 
		width:80%;
		max-width:11.0em;
	}
}

/* -streaming_banner - */
#streaming_banner{
	width: 100%;
	margin: auto;
}
#streaming_banner ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin:1em auto;
}

#streaming_banner li{
	width: 48%;
}

#streaming_banner li a{
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	transition: all .5s ease-in-out;
}
#streaming_banner li a:hover{
opacity: .5;
}


#streaming_banner li:nth-child(1) a{
	background: url(../img/common/bn_unext.png);
	background-size: contain;
	aspect-ratio: 21/5;	
	border: solid 3px #fff;
}
#streaming_banner li:nth-child(2) a{
	background: url(../img/common/bn_tver.png);
	background-size: contain;
	aspect-ratio: 21/5;	
	border: solid 3px #00E9F4;
}

@media all and (min-width: 768px) {
	#streaming_banner{
		max-width: 700px;
	}
}

@media all and (max-width: 767px) {
	#streaming_banner ul{
		flex-wrap: wrap;
	}
	#streaming_banner li{
		width: 90%;
		margin: auto;
	}
	#streaming_banner li:first-of-type{
		margin-bottom: 1em;
	}
}


/*///////////////// footer ////////////////*/

footer {
	display:block;
	overflow:hidden;
	height:90px;
}
footer .bottom{text-align:center;line-height:90px;color:#000;}
footer .bottom a{ text-decoration:none;color:#333;}
footer .bottom small{font-size:80%;}
footer .bottom{margin:0 auto;}
footer .bottom small{ line-height: 90px; !important}


@media all and (max-width: 767px)  {
footer{
padding-bottom:80px !important;
background:#FFFFFF;
}

footer .bottom{
	width: 300px;
	height:30px;
	line-height:15px;margin:30px auto 0;
color:#333;}
footer .bottom a{color:#333;}
footer .bottom small{ line-height:1; !important}
footer small span{
display: block;
padding-top:.5em;
}
}




/*///////////////// mov ////////////////*/
/*	YouTube
============================== */
div.mov-outer {
	margin:4em auto 0;
	max-width:880px;
}
div.mov-inner .lazy {
    display: block;
    aspect-ratio: 16/9;
}
div.mov-inner .lazy img{
	width: 100%;
}

.cap2{
	max-width:860px;
	background: #C99B20;
	color: #fff;
	text-align: center !important;
	font-size: 100%;
	line-height: 1.2;
	margin:0 auto;
	padding:10px;
}

@media all and (max-width: 767px) {

div.mov-outer {
	margin:1em auto 0;
}
.cap2{
	text-align: left !important;
	font-size: 80%;
	margin:0 0 1em;
	padding:2%;
	width: 96%;
	line-height: 1.2 !important;
}
}


/*///////////////// lazy ////////////////*/
.lazy {
  position:relative;
  display:block;
  background:center top no-repeat;
  background-size:cover;
  margin:0 auto;
}
.lazy img{
  position:absolute;
  top:0;
  left:0;
}
