/* =================================
	TBS Reset CSS
================================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.embed-tbsplayer {
background-color:#000;
position:relative;
height:0;
padding-top:56.25%;
}
div.embed-tbsplayer .tbs-player {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.embed-tbsplayer-audio {
background-color:#fff;
}
div.embed-tbsplayer-audio .tbs-player {
height:46px;
}
div.lbx-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}

/*	Recta
============================== */
div.right div.recta {
	width: 300px;
	height: 250px;
	margin: 0 auto 20px;
	box-shadow:0px 2px 6px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 2px 6px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 6px 3px rgba(0,0,0,0.1);
	cursor: pointer;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #e23d35;
}
a:hover {
}
.lazy {
    display:block;
    position:relative;
    background-color:#b27b4e;
    margin:0 auto;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}

.nolink a {
	cursor: default!important;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/*	ren
============================== */
.ren {
   font-family:'ren';
	font-size: 95%;
}
@font-face {
  font-family: 'ren';
  src:  url('../fonts/ren.eot?ov91gs');
  src:  url('../fonts/ren.eot?ov91gs#iefix') format('embedded-opentype'),
    url('../fonts/ren.ttf?ov91gs') format('truetype'),
    url('../fonts/ren.woff?ov91gs') format('woff'),
    url('../fonts/ren.svg?ov91gs#ren') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ren' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ren-01-01:before {
  content: "\6f23";
}
/* button */
.button,.button2{
   display:block;
   text-align:center;
}
.button a{
   display:block;
   margin:0 auto;
}
.button2 a{
   display:block;
   margin:0 auto;
}
.button a {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding: 30px;
  color: #fff;
  font-size:160%;
  text-align: center;
  text-decoration: none;
  background-color: #e26868;
  border-radius: 10px;
  box-shadow: 0 6px 0 #c45353, 0 12px 0 rgba(0,0,0,0.1);
  -webkit-transition: color 0.3s,
  background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.button a:hover {
   background-color: #e26868;
   box-shadow: 0 3px 0 #c45353, 0 6px 0px rgba(0,0,0,0.1);
   -webkit-transform: translateY(3px);transform: translateY(3px);
}
.button a:active {
   color: #ddd;
   background-color: #e26868;
   box-shadow: 0 0 0 #000, 0 0 0px rgba(0,0,0,0.1);
   -webkit-transform: translateY(6px);
   transform: translateY(6px);transition-duration: 0.1s;
}

.button2 a {
   display: block;
   cursor: pointer;
   margin: 0 auto;
   padding: 30px; color: #fff;
   font-size:160%;
   text-align: center;
   text-decoration: none;
   background-color: #e26868;
   border-radius: 10px;
   box-shadow: 0 6px 0 #c45353, 0 12px 0 rgba(0,0,0,0.1);
   -webkit-transition: color 0.3s,
   background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.button2 a:hover {
   background-color: #e26868;
   box-shadow: 0 3px 0 #c45353, 0 6px 0px rgba(0,0,0,0.1);
   -webkit-transform: translateY(3px);
   transform: translateY(3px);
}
.button2 a:active {
   color: #ddd;
   background-color: #e26868;
   box-shadow: 0 0 0 #c45353, 0 0 0px rgba(0,0,0,0.1);
   -webkit-transform: translateY(6px);
   transform: translateY(6px);transition-duration: 0.1s;
}


@media all and (min-width: 768px) {
.button a{
   display:block;
   width: 250px;
   padding: 12px 0;
   font-size: 110%;
   line-height:100%;
   margin: 25px auto 40px;
}
.button2 a{
   display:block;
   width:600px;
   padding: 15px 0;
   font-size: 130%;
   letter-spacing: 0.13em;
   line-height:100%;
   margin:30px auto 0;
}
}
@media all and (max-width: 767px) {
.button a{
   display:block;
   padding: 0em 0;
   padding: 0.7em 0;
   font-size: 90%;
   line-height:100%;
   margin: 1.5em auto 2em;
   font-weight:bold;
   width:  80%;
}
.button2 a{
   display:block;
   width:90%;
   padding:1em;
   font-size:100%;
   line-height:100%;
   margin:1.5em auto 0;
   font-weight:bold;
}
}



/*	text align
============================== */
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.small { font-size: 87.5%; }
.bold { font-weight: bold;}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:rgba(17, 190, 209, 0.2); /* Safari */
}
::-moz-selection {
	background:rgba(17, 190, 209, 0.2); /* Firefox */
}

/*	margin bottom
============================== */
.mgb05em { margin-bottom: 0.5em;}
.mgb1em { margin-bottom: 1em;}
.mgb2em { margin-bottom: 2em;}

/*	font color
============================== */
.blue { color: #11bed1;}
.red { color: #d71820;}

/*	border_bottom
============================== */
p.border_bottom {
   color: #53301a;
   font-weight: bold;
   border-bottom: 4px solid #DD6868;
}
p.border_bottom span.red {
   color: #bd1634;
}
p.border_bottom span.blue {
   color: #1d2088;
}
@media all and (min-width: 768px) {
   p.border_bottom {
      font-size: 16px;
      line-height: 41px;
      padding: 0.1em 1.5em;
      margin-bottom: 20px;
   }
   p.border_bottom span.big {
      font-size: 22px;
   }
}
@media all and (max-width: 767px) {
   p.border_bottom {
      line-height: 200%;
      margin-bottom: 10px;
      padding: 0.1em .5em;
   }
   p.border_bottom span.big {
      font-size: 120%;
   }
}

/*	background
============================== */
div#con-body {
	background-color:#d5ddd9;
	background-image: url(../img/bg_snw.png);
}
.cover {
	background-image: url(../img/bg_snw.png);
	background-position: center top;
}
@media all and (min-width: 768px) {
	#page-top {
		padding:0 0 15px;
	}
	.cover {
		padding: 30px;
	}
}
@media all and (max-width: 767px) {
	.cover {
		padding: 15px;
	}
	div#con-body,
	.cover {
		background-size: 50%;
	}
}
body {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
div#page-top {
	-ms-text-size-adjust: 100%;
	font-kerning: normal;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: justify;
	text-justify:inter-cluster;
}
@media all and (min-width: 768px) {
	div#con-body {
		font-size: 15px;
	}
}
@media all and (max-width: 767px) {
	div#con-body {
		font-size: 13px;
	}
}
/*	copyright
============================== */
p.copyright {
	text-align:center;
	color:#a30c1f;
}
p.copyright a {	color:#a30c1f; text-decoration: none; }
@media all and (min-width: 768px) {
p.copyright {
	line-height:8;
	font-size:75%;
}
p.copyright a:hover {
	text-decoration:none;
}
}
@media all and (max-width: 767px) {
p.copyright {
	margin-top: -170px;
	font-size:67.5%;
	line-height:1.5;
	padding: 190px 20px 20px;
}
}

/*	div pagetop
============================== */

div#page-top {
	background-image: url(../img/bg_cloud.png);
	background-repeat: repeat-x;
	background-position: center -80px;
	color: #53301a;
   letter-spacing: 0.1em;
}

/*	contents
============================== */
@media all and (min-width: 768px) {
div.contents {
	width: 960px;
	margin: 0 auto;
}
}
/*	header
============================== */
/*	poster */
header div.poster {
	background-image: url(../img/poster.jpg);
	position: relative;
}
@media all and (min-width: 768px) {
	header div.poster, header div.poster div.poster_inner {
		text-indent:100%; white-space:nowrap; overflow:hidden;
		width: 960px;
		height: 679px;
	}
}
@media all and (max-width: 767px) {
header div.poster {
	display: block;
	background-size:cover;
	height:0;
	/* 縦÷横 */
	padding-top:70.7291666666667%;
}
header div.poster div.poster_inner {
	display: block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
}

/*	catch */
header div.poster p.catch span,
header div.poster p.catch2 span {
	background-repeat: no-repeat;
}
header div.poster p.catch span {
	background-image: url(../img/catch.png?2);
}
header div.poster p.catch2 span {
	background-image: url(../img/catch2.png?2);
}
header div.poster p.catch span b,
header div.poster p.catch2 span b {
	text-indent:100%; white-space:nowrap; overflow:hidden;
}
@media all and (min-width: 768px) {
	header div.poster p.catch span, header div.poster p.catch span b {
		display: block;
		width: 282px;
		height: 45px;
	}
	header div.poster p.catch span {
		top: 110px;
		left: 50%;
		margin-left: -199px;
		position: absolute;
	}
	header div.poster p.catch2 span, header div.poster p.catch2 span b {
		display: block;
		width: 398px;
		height: 45px;
	}
	header div.poster p.catch2 span {
		top: 143px;
		left: 50%;
		margin-left: -199px;
		position: absolute;
	}
}
@media all and (max-width: 767px) {
	header div.poster p.catch {
		width: 29.375%;
		height: 6.6273932253314%;
		position: absolute;
		left: 50%;
		top: 16.20029455081%;
		margin-left: -20.72916666666665%;
	}
	header div.poster p.catch span {
		display: block;
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top:15.9574468085106%;
	}
	header div.poster p.catch span b {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
	}

	header div.poster p.catch2 {
		width: 41.4583333333333%;
		height: 11.4874815905744%;
		position: absolute;
		left: 50%;
		top: 21.200295%;
		margin-left: -20.72916666666665%;
	}
	header div.poster p.catch2 span {
		display: block;
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top:11.3065326633166%;
	}
	header div.poster p.catch2 span b {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
	}
}

/*	oa_date */
header div.poster p.oa_date span {
	background-image: url(../img/oa_date.png?0321);
	display: block;
}
header div.poster p.oa_date span b {
	text-indent:100%; white-space:nowrap; overflow:hidden;
}
@media all and (min-width: 768px) {
	header div.poster p.oa_date span, header div.poster p.oa_date span b {
		width: 800px;
		height: 84px;
		text-indent:100%; white-space:nowrap; overflow:hidden;
	}
	header div.poster p.oa_date span {
		bottom: 30px;
		left: 50%;
		margin-left: -400px;
		position: absolute;
	}
}
@media all and (max-width: 767px) {
	header div.poster p.oa_date {
		position: absolute;
		width: 83.3333333333333%;
		height: 12.3711340206186%;
		left: 50%;
		bottom: 6.518409%;
		margin-left: -41.66666666666665%;
	}
	header div.poster p.oa_date span {
		display: block;
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top:10.5%;
	}
	header div.poster p.oa_date span b {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
	}
}

/*	oa_countdown */
header div.poster p.oa_countdown span {
	background-image: url(../img/oa_countdown.png?28);
	display: block;
}
header div.poster p.oa_countdown span b {
	text-indent:100%; white-space:nowrap; overflow:hidden;
}
@media all and (min-width: 768px) {
	header div.poster p.oa_countdown span, header div.poster p.oa_countdown span b {
		width: 677px;
		height: 52px;
		text-indent:100%; white-space:nowrap; overflow:hidden;
	}
	header div.poster p.oa_countdown span {
		bottom: 18px;
		left: 50%;
		margin-left: -338.5px;
		position: absolute;
	}
}
@media all and (max-width: 767px) {
	header div.poster p.oa_countdown {
		position: absolute;
		width: 83.3333333333333%;
		height: 12.3711340206186%;
		left: 50%;
		bottom: 0%;
		margin-left: -41.66666666666665%;

	}
	header div.poster p.oa_countdown span {
		display: block;
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top:7.6809453471196%;
	}
	header div.poster p.oa_countdown span b {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
	}
}
.item {
  opacity: 0;
}
header > div.item {
	-webkit-animation: example 1s ease 1s 1 forwards;
   animation: example 1s ease 1s 1 forwards;
}
div.poster_inner > .item:nth-child(1) {
  -webkit-animation: example 2s ease 4s 1 forwards;
  animation: example 1.5s ease 2s 1 forwards;
}
div.poster_inner > .item:nth-child(2) {
	-webkit-animation: example 2s ease 4s 1 forwards;
   animation: example 1.5s ease 3.5s 1 forwards;
}
div.poster_inner > .item:nth-child(3) {
  -webkit-animation: example 1s ease 1s 1 forwards;
  animation: example 1s ease 1s 1 forwards;
}
div.poster_inner > .item:nth-child(4) {
  -webkit-animation: example 1s ease 1s 1 forwards;
  animation: example 1s ease 1s 1 forwards;
}
div.poster_inner > .item:nth-child(5) {
  -webkit-animation: example 1s ease 1s 1 forwards;
  animation: example 1s ease 1s 1 forwards;
}
@-webkit-keyframes example {
 100% {
   opacity: 1;
 }
}
@keyframes example {
 100% {
   opacity: 1;
 }
}
/*	header bansen
============================== */
div.bansen {
	background-image: url(../img/bg_dot_bl.jpg);
	box-sizing: border-box;
}
div.bansen p.bgyellow {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 20px;
	box-sizing: border-box;
	padding: 2px;
	border-radius: 10px;
	background-color: #fff100;
	vertical-align: top;
	margin-top: 3px;
}
@media all and (min-width: 768px) {
	div.bansen {
		width: 960px;
		padding: 9px;
		border-radius:0px 0px 10px 10px;
		border:2px solid #000000;
	}
	div.bansen p.bgyellow {
		margin-bottom: 3px;
	}
	div.bansen p.bansen_txt {
		text-align: left;
	}
}
@media all and (max-width: 767px) {
	div.bansen {
		padding: 5px;
		border:2px solid #000000;
	}
	div.bansen p.bgyellow {
		margin-bottom: 5px;
	}
	div.bansen p.bansen_txt a {
		text-align: center;
	}
}
div.bansen p.bansen_txt {
	display: inline-block;
	padding-left: 15px;
	line-height: 1.8;
}
div.bansen p.bansen_txt a {
	color: #fff100;
}
div.bansen div.bansen_inner {
	text-align: center;
}
/*	main
============================== */
div.main {
	background-color: #a30c1f;
	box-shadow:0px 0px 42px -9px #000000 inset;
}

/*	Whats new
============================== */
section.whats-new {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #d5ddd9;
	padding: 2px 0;
}
section.whats-new p.wnew_btn a {
	display: block;
	background-image: url(../img/wnew_btn.jpg);
	background-repeat: no-repeat;
	overflow: hidden; text-indent: 110%; white-space: nowrap;
}
@media all and (min-width: 768px) {
	section.whats-new p.wnew_btn a {
		width: 214px;
		height: 40px;
		border-radius:5px 0px 0px 5px ;
		border:2px solid #9e0013;
		margin-right: 2px;
	}
	section.whats-new {
		margin: 15px 0;
	}
}
@media all and (max-width: 767px) {
}
section.whats-new {
	overflow:hidden;
	position: relative;
}
section.whats-new p {
	position: absolute;
	left: 0;
	top: 2px;
}
section.whats-new div#listScroll {
	overflow:hidden;
	background-color: #fff;
}
div#listScroll ul, div#listScroll ul li, div#listScroll ul li a,
div#listScroll dl, div#listScroll dl dt, div#listScroll dl dd {
	display:inline;
	white-space:nowrap;
}
div#listScroll ul li {
	padding-right:2em;
}
div#listScroll ul li a {
	text-decoration:none;
	color: #bd1634;
}
div#listScroll ul li a dl dt {
	padding-right:1em;
}
@media all and (min-width: 768px) {
section.whats-new {
	width:960px;
	overflow:hidden;
}
section.whats-new div#listScroll {
	height:44px;
	border-radius:0px 5px 5px 0px ;
}
div#listScroll ul, div#listScroll ul li a dl dt, div#listScroll ul li a dl dd {
	font-size:100%;
	line-height:44px;
}
}
@media all and (max-width: 767px) {
	section.whats-new p.wnew_btn a {
		background-size: 150px 28px;
		width: 150px;
		height: 28px;
		border:2px solid #9e0013;
		overflow: hidden; text-indent: 110%; white-space: nowrap;
	}
	section.whats-new {
		height:32px;
	}
	section.whats-new div#listScroll {
		height:32px;
	}
	div#listScroll ul, div#listScroll ul li a dl dt, div#listScroll ul li a dl dd {
		font-size:87.5%;
		line-height:32px;
	}
}





/*	ticker
============================== */

div.ticker {
	border:1px solid #fff;
	background-color: #fff;
	padding:0.5em;
}
div.ticker div.tck-outer {
	width:100%;
	overflow:hidden;
	position:relative;
	height:1.25em;
}
div.ticker div.tck-outer ul.tck-inner, div.ticker ul.tck-inner li, div.ticker ul.tck-inner li a {
	display:inline;
	white-space:nowrap;
}
div.ticker div.tck-outer ul.tck-inner {
	position:absolute;
	line-height:1.25;
}
div.ticker div.tck-outer ul.tck-inner li {
	position:relative;
	padding-right:2em;
}
div.ticker div.tck-outer ul.tck-inner li:before {
	content:"";
	display:inline-block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:absolute;
	top:50%;
	margin-top:-10px;
	background-color:#fff;
}
div.ticker ul.tck-inner li a {
	color:#bd1634;
	text-decoration:none;
}
div.ticker ul.tck-inner li a dl, div.ticker ul.tck-inner li a dl dt, div.ticker ul.tck-inner li a dl dd {
	display:inline-block;
	white-space:nowrap;
}
div.ticker ul.tck-inner li a dl dt {
	padding-right:1em;
}
@media all and (min-width: 768px) {
div.ticker{
	margin: 0 0 0;
	width: 86.799999%;
	float: right;
	padding:0.5em 0;
}
div.ticker div.tck-outer {
	height: 27px;
}
div.ticker div.tck-outer ul.tck-inner {
	line-height: 27px;
}
div.ticker ul.tck-inner li a {
	padding-left:26px;
}
div.ticker ul.tck-inner li a:hover {
	text-decoration:underline;
}
div.ticker div.tck-outer ul.tck-inner li:before {
	width:20px;
	height:20px;
	background-image: url(../img/top_ticker_icon.jpg);
}
}
@media all and (max-width: 767px) {
div.ticker {
	border-left: none;
	border-right: none;
	width: 86.799999%;
	float: right;
	margin: 0 -12px 12px;
}
div.ticker ul.tck-inner li a {
	font-size:83%;
	padding-left: 20px;
}
div.ticker div.tck-outer ul.tck-inner li:before {
	background-image: url(../img/top_ticker_icon.jpg);
	width:15px;
	height:15px;
	background-size: 15px 15px;
	padding-top: 5px;
}
}





/*	Trailer
============================== */
div.trailer {
	box-sizing: border-box;
}
/*div.trailer p {
	background-image: url(../img/youtube_none.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
}
*/
@media all and (min-width: 768px) {
	div.trailer {
		background-image: url(../img/trailer_bg.jpg);
		width: 472px;
		height: 323px;
		padding: 59px 13px 10px;
		border-radius: 10px;
		border: 2px solid #fff;
		box-shadow:0px 0px 7px 3px rgba(#53301a, 0.35);
		float: left;
	}
	div.trailer iframe {
		width: 442px;
		height: 248px;
	}
	div.trailer h2 a,
	div.trailer h2 span {
		display: none;
	}
}
@media all and (max-width: 767px) {
	div.trailer {
		background-image: url(../img/bg_ptn01.jpg);
		border-radius: 5px;
		padding: 10px;
		margin-bottom: 15px;
	}
	div.trailer h2 a,
	div.trailer h2 span {
		display: block;
		background-image: url(../img/smp_trailer_h2.png);
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top: 10.7456140350877%;
		position: relative;
	}
	div.trailer h2 a b,
	div.trailer h2 span b {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height: 100%;
		overflow: hidden; text-indent: 110%; white-space: nowrap;
	}
	div.trailer p.youtube {
		display: block;
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	div.trailer p.youtube iframe {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height: 100%;
		margin: 10px 0 0;
	}
}



/*	twitter
============================== */
div.twitter {
	background-image: url(../img/bg_ptn02.jpg);
	box-sizing: border-box;
}
@media all and (min-width: 768px) {
	div.twitter h2 a {
		display: block;
		box-sizing: border-box;
		background-image: url(../img/bg_dot_bl.jpg);
	}
	div.twitter h2 a span {
		display: block;
		background-image: url(../img/twitter.png?0323);
		overflow: hidden; text-indent: 110%; white-space: nowrap;
		background-repeat: no-repeat;
	}
	div.twitter {
		width: 532px;
		height: 323px;
		border-radius: 10px;
		float: right;
		padding: 15px;
		box-shadow:0px 0px 7px 3px rgba(#53301a, 0.35);
		border: 2px solid #fff;
	}
	div.twitter h2 a {
		width: 532px;
		height: 45px;
		margin: -17px 0 15px -17px;
		border-radius: 10px 10px 0 0;
		border: 2px solid #000;
	}
	div.twitter h2 a span {
		width: 532px;
		height: 45px;
		margin: -2px 0 0 -2px;
	}
}
@media all and (max-width: 767px) {
	div.twitter {
		padding: 10px 10px 5px;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	div.twitter h2 a,
	div.twitter h2 > span {
		display: block;
		background-image: url(../img/smp_twitter_h2.jpg);
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top: 10.7456140350877%;
		position: relative;
		margin: -10px -10px 10px;
		border-radius: 5px 5px 0 0;
	}
	div.twitter h2 a span,
	div.twitter h2 > span > span {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height: 100%;
		overflow: hidden; text-indent: 110%; white-space: nowrap;
	}
	div.twitter .inner iframe {
		display: block!important;
		width: 280px!important;
		margin: 0 auto!important;
	}
}
/*	instagram
============================== */
div.instagram {
	background-image: url(../img/bg_ptn02.jpg);
	box-sizing: border-box;
}
div.instagram div.inner ul:after {content:"";clear:both;display:block;}
div.instagram div.inner ul li {
	float:left;
	background-color:#000;
}
div.instagram div.inner ul li a,
div.instagram div.inner ul li img {
	display:block;
}
div.instagram div.inner ul li a {
	background-size:cover;
}
div.instagram div.inner p.noimages {
	background-color:#fff;
	text-align:center;
	line-height:1.5;
	font-size:83%;
	padding:2em 0;
}
@media all and (min-width: 768px) {
	div.instagram h2 a {
		display: block;
		box-sizing: border-box;
		background-image: url(../img/bg_dot_bl.jpg);
	}
	div.instagram h2 a > span {
		display: block;
		background-image: url(../img/instagram.png?180323);
		overflow: hidden; text-indent: 110%; white-space: nowrap;
	}
	div.instagram {
		width: 412px;
		height: 323px;
		border-radius: 10px;
		padding: 14px;
		box-shadow:0px 0px 7px 3px rgba(#53301a, 0.35);
		border: 2px solid #fff;
		float: left;
	}
	div.instagram h2 a {
		width: 412px;
		height: 45px;
		margin: -16px 0 14px -16px;
		border-radius: 10px 10px 0 0;
		border: 2px solid #000;
	}
	div.instagram h2 a span {
		width: 412px;
		height: 45px;
		margin: -2px 0 0 -2px;
	}
	div.instagram div.inner ul li {
		margin-bottom:10px;
	}
	div.instagram div.inner p.noimages {
		margin-bottom:8px;
	}
	div.instagram p.link a {
		margin: 0 0 0 -20px;
	}
	div.instagram div.inner ul li img {
		width:120px;
		height:120px;
	}
	div.instagram div.inner ul li:not(:nth-child(3n)) {
		margin-right:10px;
	}
}
@media all and (max-width: 767px) {
	div.instagram {
		padding: 10px;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	div.instagram div.inner {
		margin: 0 auto;
	}
	div.instagram h2 a,
	div.instagram h2 > span {
		display: block;
		background-image: url(../img/smp_instagram_h2.jpg);
		background-size:cover;
		height:0;
		/* 縦÷横 */
		padding-top: 10.7456140350877%;
		position: relative;
		margin: -10px -10px 10px;
		border-radius: 5px 5px 0 0;
	}
	div.instagram h2 a > span,
	div.instagram h2 > span > span {
		display: block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height: 100%;
		overflow: hidden; text-indent: 110%; white-space: nowrap;
	}
	div.instagram div.inner ul li {
		width:31.666666666666667%;
		height:31.666666666666667%;
	}
	div.instagram div.inner ul li:nth-child(1),
	div.instagram div.inner ul li:nth-child(2),
	div.instagram div.inner ul li:nth-child(3) {
		margin-bottom:2.5%;
	}
	div.instagram div.inner ul li:not(:nth-child(3n)) {
		margin-right: 2.5%;

	}
	div.instagram div.inner ul li img {
		width:100%;
		height:100%;
	}
}
/*	LINE
============================== */
div.LINE a {
	display: block;
	box-sizing: border-box;
	background-image: url(../img/bg_dot_bl.jpg);
	height: 88px;
}
div.LINE a span {
	display: block;
	margin: 0 auto;
	background-image: url(../img/LINE.png);
	overflow: hidden; text-indent: 110%; white-space: nowrap;
	width: 153px;
	height: 50px;
}
@media all and (min-width: 768px) {
	div.LINE a {
		width: 241px;
		border-radius: 10px;
		border-radius: 10px;
		border: 2px solid #000;
		padding-top: 17px;
		margin-bottom: 16px;
	}
	div.line_snsbtns {
		float: right;
	}
}
@media all and (max-width: 767px) {
	div.LINE a {
		width: 100%;
		border-radius: 5px;
		border-radius: 5px;
		border: 2px solid #000;
		padding-top: 17px;
		margin-bottom: 15px;
	}
}

/*	sns like btn
============================== */
div.sns-btns div.tw {
	float:left;
}
div.sns-btns div.fb {
	float:right;
}

@media all and (min-width: 768px) {
	div.sns-btns div.tw {
		padding-left:20px;
	}
	div.sns-btns div.fb {
		margin-right:3px;
	}
	div.sns-btns {
		width:241px;
		padding-top:22px;
		margin: 0 auto;
	}
}
@media all and (max-width: 767px) {
	/* buttons */
	div.sns-btns {
		width: 100%;
		margin: 0 auto;
		height:48px;
		padding-top:12px;
		padding-bottom: 15px;
		border-radius: 5px;
	}
	div.sns-btns div.tw {
		padding-left:18%;
	}
	div.sns-btns div.fb {
		margin-right:15%;
	}
}
/*	recta
============================== */
div.recta {
	width: 300px;
	margin: 0 auto;
}



/*	pagetop
============================== */
p.pgt {
	z-index:20;
}
p.pgt a, p.pgt span {
	display:block;
}
@media all and (min-width: 768px) {
p.pgt {
	position:fixed;
	right:40px;
	bottom:40px;
}
p.pgt a {
	background-image:url(../img/cmn_pgt.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:142px;
	height:160px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
}
@media all and (max-width: 767px) {
p.pgt {
	width:100%;
	min-width:320px;
	bottom:0;
}
p.pgt a {
	position:relative;
	text-decoration:none;
	color:#fff;
	text-shadow:0 2px 2px #51619c;
	background-color:hsla(227, 31%, 46%, 0.8);
	height:36px;
}
p.pgt a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.7em;
	margin-left:-5em;
	font-size:87.5%;
	font-weight:bold;

	-ms-text-size-adjust: 100%;
	text-justify: inter-ideograph;
	line-height: 1.5;
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.08em;
}
/*p.pgt a span:before {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-7em;
	display:block;
	content:"";
	background-image:url(../img/cmn_arrow.svg);
	background-repeat:no-repeat;
	background-position:left top;
	width:16px;
	height:16px;
}*/
}
