@charset "UTF-8";

/*====== reset ======*/
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, hr {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?37k579');
  src:  url('fonts/icomoon.eot?37k579#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?37k579') format('truetype'),
    url('fonts/icomoon.woff?37k579') format('woff'),
    url('fonts/icomoon.svg?37k579#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	line-height:1;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}

q, blockquote {
	quotes:none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
	content:none;
}

a img {
	border:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}

hr {
	border: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/*====== html.body ======*/
html {
	font-size:62.5%;
	overflow-y:scroll;
}

body {
	-webkit-text-size-adjust:100%; /* ios用フォントサイズ自動調整解除 */
	width:100%;
	font-size: 16px;
	line-height: 1.75;
	color:#1e1e1e;
	font-family:'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}

/*====== cmn ======*/
h1,h2,h3,h4,h5,h6,p,b,strong,span,li,th,td,a {
	font-family:'Noto Sans Japanese';
}
b,
strong {
	font-weight: 700;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
	color: #1e1e1e;
}
.col-red {
	color: rgb(233, 12, 48);
}

/*====== wrapper ======*/
#wrapper {
	width:100%;
	background-color: #000;
	overflow: hidden;
}
#wrapper.urgentNewsOn {
	position: relative;
}

/*====== header ======*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 96px;
	border-bottom: 1px solid #313131;
	background-color: rgba(0,0,0,0.9);
	z-index: 9999;
}

/*-- head --*/
#head {
	display: flex;
	align-items: center;
	width:100%;
	height: 96px;
	margin:0 auto;
	padding:18px 30px 17px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.6s ease;
}
#hdLogo {
	width: 52px;
	margin-right: 50px;
	line-height: 1;
	transition: all 0.5s ease;
}
#hdLogo a:hover {
	opacity: 0.8;
}
#hdLogo a img {
	width: 100%;
}
nav ul {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
}
nav ul li {
	margin-right: 40px;
	color: #FFF;
}
nav ul li a {
	font-size: 16px;
	font-family:'Noto Sans Japanese';
	font-weight: 500;
	color: #FFF;
}
nav ul li.btnProgramguide a {
	margin-left: 10px;
}
nav ul li.btnProgramguide a:first-child {
	margin-left: 0;
	margin-right: 10px;
}
nav ul li a:hover {
	color: #d5d5d5;
}
nav ul li.nav-business {
	display: none;
}
#hdBtns {
	display: flex;
	align-items: center;
}
#hdBtns .link-business {
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid 1px #707070;
}
#hdBtns .link-business a {
	font-size: 14px;
	font-family:'Noto Sans Japanese';
	font-weight: 500;
	color: #FFF;
}
#hdBtns .link-business a:hover {
	opacity: 0.8;
}
#hdBtns ul {
	display: flex;
	align-items: center;
}
#hdBtns ul li {
	margin-left: 20px;
	line-height: 0;
	overflow: hidden;
}
#hdBtns ul li a:before,
#hdBtns ul li span:before {
	transition: all 0.3s ease;
}
#hdBtns ul li a.yt:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 22px;
	background: url(../img/sns_yt.svg) no-repeat center;
	background-size: contain;
}
#hdBtns ul li a.tw:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/sns_x.svg) no-repeat center;
	background-size: contain;
}
#hdBtns ul li a.fb:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/sns_fb.svg) no-repeat center;
	background-size: contain;
}
#hdBtns ul li.sc span:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/icon_sc.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
}
#hdBtns ul li a:hover:before,
#hdBtns ul li span:hover:before {
	opacity: 0.8;
}
#hdBtns ul li.sc {
	padding-top: 7px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0);
	transition: all 0.4s ease;
}
#hdBtns ul li.sc .searchBox {
	display: inline-block;
	width: 0;
	margin-left: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}
#hdBtns ul li.sc .searchBox input.searchField {
	width: 230px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	vertical-align: bottom;
	background: none;
	border: none;
	outline: none;
}
#hdBtns ul li.sc .searchBox input.searchField:placeholder-shown {
	color: #b7b7b7;
	transition: all 0.3s ease;
}
#hdBtns ul li.sc .searchBox input.searchField::-webkit-input-placeholder {
	color: #b7b7b7;
	transition: all 0.3s ease;
}
#hdBtns ul li.sc .searchBox input.searchField:-moz-placeholder {
	color: #b7b7b7;
	transition: all 0.3s ease;
}
#hdBtns ul li.sc .searchBox input.searchField::-moz-placeholder {
	color: #b7b7b7;
	transition: all 0.3s ease;
}
#hdBtns ul li.sc .searchBox input.searchField:-ms-input-placeholder {
	color: #b7b7b7;
	transition: all 0.3s ease;
}
#hdBtns ul li.sc .searchBox input.searchField:focus:placeholder-shown {
	color: transparent;
}
#hdBtns ul li.sc .searchBox input.searchField:focus::-webkit-input-placeholder {
	color: transparent;
}
#hdBtns ul li.sc .searchBox input.searchField:focus:-moz-placeholder {
	color: transparent;
}
#hdBtns ul li.sc .searchBox input.searchField:focus::-moz-placeholder {
	color: transparent;
}
#hdBtns ul li.sc .searchBox input.searchField:focus:-ms-input-placeholder {
	color: transparent;
}
#navBtn {
	display: none;
}
#ftMenu {
	display: none;
}

/*====== contentArea ======*/
#contentArea {
	width:100%;
	padding-top: 97px;
	background-color: #FFF;
	overflow:hidden;
}
body[data-page="home"] #contentArea,
body[data-page="rec"] #contentArea,
body[data-page="pgm"] #contentArea,
body[data-page="lp"] #contentArea,
body[data-page="janet"] #contentArea {
	padding-top: 0;
}
section#subNav + #contentArea {
	padding-top: 159px;
}

/*-- section --*/
section {
	overflow:hidden;
}

/*=== top ===*/
/*-- urgent_news --*/
#urgent_news {
	padding: 10px 20px;
	background-color: #000;
}
#urgent_news p {
	max-width: 1040px;
	margin: 0 auto;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
#urgent_news p a {
	color: #FFF;
	text-decoration: underline;
}
#urgent_news p a:hover {
	color: #d5d5d5;
	text-decoration: none;
}
#urgent_news.item h2,
#urgent_news.item p {
	opacity: 0;
	transition: all 1s;
}
#urgent_news.itemOn h2,
#urgent_news.itemOn p {
	opacity: 1;
}
#urgent_news #header-bnr {
	display: flex;
	justify-content: center;
}
#urgent_news.item #header-bnr {
	opacity: 0;
	transition: all 1s;
}
#urgent_news.itemOn #header-bnr {
	opacity: 1;
}
#urgent_news #header-bnr li {
	padding: 10px 0;
}

/*-- program --*/
section#program {
	background-color: #000;
	padding-bottom: 100px;
}
section#program .item-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	padding: 0 10px;
	margin: 0 auto;
}
section#program .rec-item {
	width: calc(50% - 20px);
	margin: 17px 10px 0;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.5s;
}
section#program .itemOn {
	transform: translateY(0);
	opacity: 1;
}
section#program .rec-item a {
	position: relative;
	display: block;
	height: 100%;
	background-color: #17191d;
	overflow: hidden;
}
section#program .rec-item a:hover {
	opacity: 0.8;
}
section#program .rec-item a .img-box {
	display: flex;
	align-items: center;
	width: 100%;
}
section#program .rec-item a .img-box .itemImg {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-position: center;
	background-size: cover;
}
section#program .rec-item a .item-excerpt {
	display: block;
	padding: 33px 30px 30px;
	z-index: 4;
}
section#program .rec-item a .item-excerpt span.cat {
	padding: 5px 20px 6px;
	font-size: 14px;
	color: #FFF;
	vertical-align: top;
	border-radius: 2px;
	background-color: #eb0028;
}
section#program .rec-item a .item-excerpt h2 {
	margin-top: 15px;
	font-size: 28px;
	color: #FFF;
	font-weight: 500;
	line-height: 1.6;
}
section#program .rec-item a .item-excerpt p {
	margin-top: 10px;
	font-size: 16px;
	color: #c0c0c0;
	line-height: 1.6;
}
section#program .rec-item a .item-excerpt p.copyR {
	font-size: 13px;
}
section#program .rec-item a .item-excerpt span.play {
	display: inline-block;
	margin-top: 15px;
	font-size: 16px;
	color: #FFF;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.3s ease;
}
section#program .rec-item a .item-excerpt span.play::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: -7px;
	margin-right: 10px;
	background: url(../img/icon_play.png) no-repeat center;
	background-size: contain;
}
section#program .rec-item a .item-excerpt span.play:hover {
	opacity: 0.8;
}

section#program .top-main_slide {
	width: 100% !important;
	padding: 97px 0 0;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.5s;
}
section#program .top-main_slide.slide-view {
	transform: translateY(0);
	opacity: 1;
}
section#program .top-main_slide a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	height: 100%;
	background-color: #17191d;
}
section#program .top-main_slide a .item-excerpt {
	display: flex;
	align-items: center;
	width: 32%;
	min-width: 300px;
	height: 100%;
	padding: 40px;
	background-color: #17191d;
	box-sizing: border-box;
	z-index: 4;
}
section#program .top-main_slide a .item-excerpt span.cat {
	padding: 5px 20px 6px;
	font-size: 14px;
	color: #FFF;
	vertical-align: top;
	border-radius: 2px;
	background-color: #eb0028;
}
section#program .top-main_slide a .item-excerpt h2 {
	margin-top: 30px;
	font-size: 28px;
	color: #FFF;
	font-weight: 500;
	line-height: 1.6;
}
section#program .top-main_slide a .item-excerpt p {
	margin-top: 15px;
	font-size: 16px;
	color: #c0c0c0;
	line-height: 1.6;
}
section#program .top-main_slide a .item-excerpt p.copyR {
	font-size: 13px;
}
section#program .top-main_slide a .item-excerpt span.play {
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	color: #FFF;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.3s ease;
}
section#program .top-main_slide a .item-excerpt span.play::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: -7px;
	margin-right: 10px;
	background: url(../img/icon_play.png) no-repeat center;
	background-size: contain;
}
section#program .top-main_slide a .item-excerpt span.play:hover {
	opacity: 0.8;
}
section#program .top-main_slide a .item-img-wrapper {
	position: relative;
	display: block;
	width: 68%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
section#program .top-main_slide a .item-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 8s ease-out;
	z-index: 1;
}
section#program .top-main_slide a:hover .item-img {
    transform: scale(1.1);
}
section#program .top-main_slide a .bnr-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
section#program .top-main_slide a .bnr-img .img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 8s ease-out;
	z-index: 1;
}
section#program .top-main_slide a:hover .bnr-img .img {
    transform: scale(1.1);
}
section#program .top-main_slide .mainSlider {
	margin-bottom: 0;
}
section#program .top-main_slide .mainSliderItem {
	width: 100%;
	height: 100%;
	min-height: 540px;
	padding: 0;
}
section#program .top-main_slide .mainSliderItem.mainBnr a::before,
section#program .top-main_slide .mainSliderItem.mainBnr a::after {
	display: none;
}
section#program .top-main_slide .mainSliderItem.mainBnr a .itemImg {
	text-indent: -9999px;
}

section#program .top-main_slide .slick-list {
	height: 100%;
}
section#program .top-main_slide .slick-track {
	display: flex;
	height: 100%;
}
section#program .top-main_slide .slick-slide {
	height: auto !important;
}
section#program .top-main_slide .slick-slide > div {
	height: 100%;
}
/*-- mainSliderItem dots --*/
section#program .top-main_slide .slick-dots {
	position: relative;
	bottom: 0;
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
	line-height: 0;
}
section#program .top-main_slide .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 10px;
}
section#program .top-main_slide .slick-dots li button {
	width: 12px;
	height: 12px;
	color: #FFF;
	border-radius: 6px;
	background-color: #FFF;
}
section#program .top-main_slide .slick-dots li button::before,
section#program .top-main_slide .slick-dots li button::after {
	display: none;
}
section#program .top-main_slide .slick-dots li.slick-active button {
	background-color: #eb0028;
}

/* information */
section#program .information-item {
	height: auto;
	padding: 80px 15px 80px;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.5s;
}
section#program .information-item.itemOn {
	transform: translateY(0);
	opacity: 1;
}
section#program .information-item h2 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	margin-bottom: 57px;
}
section#program .information-item ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	margin: auto;
	box-sizing: border-box;
}
section#program .information-item ul li {
	width: calc(25% - 26px);
	max-width: 300px;
	margin: 0 13px;
}
section#program .information-item ul li a:after {
	content: none;
}
section#program .information-item ul li a:hover {
	opacity: 0.8;
}
section#program .information-item ul li .img img {
	display: block;
	width: 100%;
	border: 1px solid #313131;
}
section#program .information-item ul li .txt {
	position: relative;
	font-size: 14px;
	color: #f6f6f6;
	margin-top: 12px;
	z-index: 3;
}

#infobox {
	display: none;
}
[id^="infomodal"] {
	color: #fff;
	border: 5px solid #fff;
}
[id^="infomodal"] img {
	display: block;
	width: 100%;
}
[id^="infomodal"] .ttl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 20px;
}
[id^="infomodal"] .ttl .logo {
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 80px;
	margin: 0 10px 0 0;
}
[id^="infomodal"] .ttl .txt {
	font-size: 14px;
	line-height: 1.3;
}
[id^="infomodal"] .in {
	padding: 20px 20px 30px;
	background: #2a2c2f;
}
[id^="infomodal"] .in .img {
	margin: 0 0 15px;
}
[id^="infomodal"] .in .txt {
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 20px;
}
[id^="infomodal"] .in .hd {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin: 0 0 15px;
}
[id^="infomodal"] .in .list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 25px;
}
[id^="infomodal"] .in .list li {
	width: 150px;
}
[id^="infomodal"] .in .list li:nth-child(1) {
	margin: 0 10px 10px 0;
}

/*item4*/
[id^="infomodal"] .in .list.item4:after {
	content: none;
}
[id^="infomodal"] .in .list.item4 li:nth-child(3) {
	margin: 0 10px 10px 0;
}
[id^="infomodal"] .in .close {
	width: 30px;
	height: 30px;
	margin: auto;
}

@media (min-width:769px){
	
	section#program .rec-item:nth-child(3n) {
		width: calc(100% - 20px);
		min-height: 420px;
	}
	section#program .rec-item:nth-child(3n) a {
		display: flex;
		flex-direction: row-reverse;
	}
	section#program .rec-item:nth-child(3n) .item-excerpt {
		display: flex;
		align-items: center;
		width: 32%;
		min-width: 300px;
		height: 100%;
		background-color: #17191d;
		box-sizing: border-box;
		z-index: 4;
	}
	section#program .rec-item:nth-child(3n) .img-box {
		width: 78%;
	}
	section#program .rec-item:nth-child(3n) .img-box .itemImg {
		height: 100%;
		padding-top: 0;
	}


	[id^="infomodal"] {
		border: 10px solid #fff;
	}
	[id^="infomodal"] .ttl {
		padding: 40px 30px;
	}
	[id^="infomodal"] .ttl .logo {
		-webkit-flex: 0 0 160px;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
		width: 160px;
		margin: 0 15px 0 0;
	}
	[id^="infomodal"] .ttl .txt {
		font-size: 20px;
		line-height: 1.5;
	}
	[id^="infomodal"] .in {
		padding: 30px 30px 35px;
	}
	[id^="infomodal"] .in .img {
		margin: 0 0 30px;
	}
	[id^="infomodal"] .in .txt {
		font-size: 16px;
		line-height: 1.6;
		margin: 0 0 30px;
	}
	[id^="infomodal"] .in .hd {
		font-size: 20px;
		margin: 0 0 30px;
	}
	[id^="infomodal"] .in .list {
		margin: 0 0 40px;
	}
	[id^="infomodal"] .in .list li {
		width: 160px;
		height: 40px;
		margin: 0;
	}
	[id^="infomodal"] .in .list li:not(:last-child) {
		margin: 0 20px 0 0;
	}

	/*item4*/
	[id^="infomodal"] .in .list.item4:after{
		content:"";
		display: block;
		width:66.6666%;
	}
	[id^="infomodal"] .in .list.item4 li:not(:last-child) {
		margin: 0 20px 20px 0;
	}
	[id^="infomodal"] .in .list.item4 li:nth-child(3) {
		margin: 0;
	}
	[id^="infomodal"] .in .close {
		width: 30px;
		height: 30px;
		margin: auto;
	}
}


@media (min-width:641px) and (max-width:768px) {
}

@media (max-width:374px) {
	[id^="infomodal"] .in .list li {
		width: 38.5vw;
	}
	[id^="infomodal"] .in .list li:nth-child(1) {
		margin: 0 2.66667vw 3.66667vw 0;
	}
}

/*-- modal player --*/
#playerbox {
	display: none;
}
#playermodal {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#playermodal iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*-- campaign --*/
section#campaign {
	padding: 90px 20px;
}
section#campaign .cpBnr {
	width: 100%;
	max-width: 1246px;
	margin: 0 auto;
	overflow: hidden;
}
section#campaign .cpBnr .cpSlider {
	width: 100%;
}
section#campaign .cpBnr .cpSlider li a:hover {
	opacity: 0.8;
}
section#campaign .cpBnr .cpSlider img {
	width: 100%;
}

.bx-pager {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
.bx-pager-item a {
	display: block;
	width: 16px;
	height: 16px;
	color: #a4a4a4;
	text-align: left;
	text-indent: -9999px;
	border-radius: 8px;
	background-color: #a4a4a4;
	overflow: hidden;
}
.bx-pager-item a.active {
	background-color: #565656;
}

/*-- mainSliderItem pager --*/
section#program .top-main_slide .bx-pager {
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
	line-height: 0;
}
section#program .top-main_slide .bx-pager-item {
	margin: 0 10px;
}
section#program .top-main_slide .bx-pager-item a {
	width: 12px;
	height: 12px;
	color: #FFF;
	border-radius: 6px;
	background-color: #FFF;
}
section#program .top-main_slide .bx-pager-item a::before,
section#program .top-main_slide .bx-pager-item a::after {
	display: none;
}
section#program .top-main_slide .bx-pager-item a.active {
	background-color: #eb0028;
}

/*-- bnr --*/
section#bnr {
	padding: 77px 0;
	background-color: #e6e6e6;
}
section#bnr .bnrs {
	width: 100%;
	max-width: 728px;
	margin: 0 auto 15px;
	overflow: hidden;
}
section#bnr .bnrs .bnrSlider {
	width: 100%;
}
section#bnr .bnrs .bnrSlider li a:hover {
	opacity: 0.8;
}
section#bnr .bnrs2 {
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
	overflow: hidden;
}
section#bnr .bnrs2 ul {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
section#bnr .bnrs2 ul li a.only_pc {
	display: block;
}
section#bnr .bnrs2 ul li a.only_sp {
	display: none;
}
section#bnr .bnrs2 ul li a:hover {
	opacity: 0.8;
}

/*=== rec ===*/
/*-- mvArea --*/
section#mvArea {
	width: 100%;
	padding: 97px 0 0;
	background-color: #17191d;
}
section#mvArea .item-excerpt {
	max-width: 1040px;
    margin: 0 auto;
    padding: 50px 30px;
}
section#mvArea .item-excerpt .cat-presents {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
section#mvArea .item-excerpt span.cat {
	margin-right: 20px;
	padding: 5px 20px 6px;
	font-size: 14px;
	color: #FFF;
	vertical-align: top;
	border-radius: 2px;
	background-color: #eb0028;
}
section#mvArea .item-excerpt p.ttlPresentsTxt {
	font-size: 16px;
	color: #c0c0c0;
}
section#mvArea .item-excerpt p.ttlPresentsTxt a {
	color: #c0c0c0;
}
section#mvArea .item-excerpt p.ttlPresentsTxt a:hover {
	opacity: 0.8;
}
section#mvArea .item-excerpt h1 {
	margin-top: 20px;
	font-size: 32px;
	color: #FFF;
	font-weight: 500;
	line-height: 1.6;
}
section#mvArea .item-excerpt h1.mgt-0 {
	margin-top: 0;
}
section#mvArea .item-excerpt p.ttlSupportedTxt {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #c0c0c0;
	line-height: 1.6;
}
section#mvArea .item-excerpt p.ttlSupportedTxt a {
	color: #c0c0c0;
}
section#mvArea .item-excerpt p.ttlSupportedTxt a:hover {
	opacity: 0.8;
}
section#mvArea .item-excerpt p.lead {
	margin-top: 10px;
	font-size: 16px;
	color: #c0c0c0;
	line-height: 1.6;
}
section#mvArea .item-excerpt p.copyR {
	margin-top: 30px;
	font-size: 13px;
	color: #c0c0c0;
}
section#mvArea .item-excerpt span.play {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	color: #FFF;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.3s ease;
}
section#mvArea .item-excerpt span.play::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: -7px;
	margin-right: 10px;
	background: url(../img/icon_play.png) no-repeat center;
	background-size: contain;
}
section#mvArea .item-excerpt span.play:hover {
	opacity: 0.8;
}
section#mvArea .item-excerpt p.iconLang {
	margin-top: 18px;
}
section#mvArea .item-excerpt p.iconLang span {
	display: inline-block;
	padding: 1px 30px 2px;
	color: #FFF;
	font-size: 16px;
	border: 1px solid #FFF;
}
section#mvArea .item-img {
	position: relative;
	display: block;
	width: 100%;
	height: 597px;
	background-position: center;
	background-size: cover;
}

/*=== page ===*/
/*-- content --*/
section#content {
	padding-bottom: 136px;
}

/*=== rec ===*/
/* supportedBnr */
section#content .supportedBnr {
	max-width: 1040px;
	margin: 100px auto 0;
	padding: 0 30px;
	overflow: hidden;
}
section#content .supportedBnr ul {
	text-align: center;
}
section#content .supportedBnr ul li {
	display: inline-block;
}
section#content .supportedBnr ul li a:hover {
	opacity: 0.8;
}
/* programs */
section#content .programs {
	max-width: 1040px;
	margin: 100px auto 0;
	padding: 0 30px;
	overflow: hidden;
}
section#content .programs.typePgm {
	margin-top: 25px;
	padding: 20px 20px 20px 40px;
	background-color: #f0f0f0;
}
section#content .programs .programImg {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
section#content .programs .programImg a.programLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	background-color: #FFF;
	opacity: 0;
	z-index: 50;
}
section#content .programs .programImg a.programLink:hover {
	opacity: 0.2;
}
section#content .programs .programImg ul li {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	margin-bottom: 40px;
	background-position: center;
	background-size: cover;
}
section#content .programs .programInfo {
	overflow: hidden;
}
section#content .programs .programInfo h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 32px;
	font-weight: 500;
	border-bottom: 2px solid #d2d2d2;
}
section#content .programs.typePgm .programInfo h3 {
	margin-bottom: 15px;
	padding-bottom: 0;
	font-size: 28px;
	line-height: 1.3;
	border-bottom: none;
}
section#content .programs .programSche {
	float: right;
	margin-left: 40px;
}
section#content .programs .programSche .programScheInner {
	min-width: 120px;
	padding: 25px 30px;
	border: 2px solid #d2d2d2;
}
section#content .programs .programSche .programScheInner h3 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #494949;
}
section#content .programs .programSche .programScheInner ul li {
	font-size: 14px;
	padding: 4px 0 3px;
	border-bottom: 1px solid #565656;
}
section#content .programs .programSche .programScheLink {
	display: block;
	width: 100%;
	margin-top: 20px;
}
section#content .programs .programSche .programScheLink a {
	display: block;
	width: 100%;
	padding: 10px 0 13px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-color: #eb0028;
}
section#content .programs .programSche .programScheLink a:before {
	content: "\e908";
	font-family: 'icomoon';
	margin-right: 8px;
}
section#content .programs .programSche .programScheLink a:hover {
	color: #1e1e1e;
	background-color: #bfbfbf;
}
/* programHuluLink */
section#content .programs .programSche .programHuluLink {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}
section#content .programs .programSche .programHuluLink p {
	font-size: 12px;
}
section#content .programs .programSche .programHuluLink a {
	display: block;
	width: 100%;
	padding: 11px 20px;
	text-align: center;
	background-color: #99cc33;
	box-sizing: border-box;
}
section#content .programs .programSche .programHuluLink a:hover {
	opacity: 0.8;
}
section#content .programs .programSche .programHuluLink a img {
	vertical-align: bottom;
}
/* programSkyperfectvLink */
section#content .programs .programSche .programSkyperfectvLink {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}
section#content .programs .programSche .programSkyperfectvLink p {
	font-size: 12px;
}
section#content .programs .programSche .programSkyperfectvLink a {
	display: block;
	width: 100%;
	padding: 11px 20px;
	text-align: center;
	background-color: #059aff;
	box-sizing: border-box;
}
section#content .programs .programSche .programSkyperfectvLink a:hover {
	opacity: 0.8;
}
section#content .programs .programSche .programSkyperfectvLink a img {
	vertical-align: bottom;
}
/* programYoutubeLink */
section#content .programs .programSche .programYoutubeLink {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}
section#content .programs .programSche .programYoutubeLink p {
	font-size: 12px;
}
section#content .programs .programSche .programYoutubeLink a {
	display: block;
	width: 100%;
	padding: 9px 20px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
}
section#content .programs .programSche .programYoutubeLink a:hover {
	opacity: 0.8;
}
section#content .programs .programSche .programYoutubeLink a img {
	vertical-align: bottom;
}
/* programFreeLink */
section#content .programs .programSche .programFreeLink {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}
section#content .programs .programSche .programFreeLink p {
	font-size: 12px;
}
section#content .programs .programSche .programFreeLink a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
section#content .programs .programSche .programFreeLink a:hover {
	opacity: 0.8;
}
section#content .programs .programSche .programFreeLink a img {
	vertical-align: bottom;
}

/*=== cp ===*/
/* campaign */
section#content .campaign {
	width: 100%;
	max-width: 1040px;
	margin: 80px auto 0;
	padding: 50px 40px 60px;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content .campaign h2 {
	font-size: 32px;
	font-weight: 500;
}
section#content .campaign h2.text-c {
	text-align: center;
}
section#content .campaign h3 {
	margin-top: 60px;
	font-size: 32px;
	font-weight: 500;
    text-align: center;
}
section#content .campaign .lead {
	margin-top: 20px;
}
section#content .campaign table {
	width: 100%;
	margin-top: 30px;
}
section#content .campaign table tr th {
	width: 200px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
}
section#content .campaign table tr td {
	padding: 15px 20px;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
}
section#content .campaign table tr:first-child th,
section#content .campaign table tr:first-child td  {
	border-top: 1px solid #dadada;
}
section#content .campaign table tr td .col-red {
	color: #eb0028;
}
section#content .campaign table tr td a {
	color: #eb0028;
	border-bottom: solid 1px #eb0028;
	transition: all 0.3s ease;
}
section#content .campaign table tr td a:hover {
	border-bottom-color: #FFF;
}
section#content .campaign .policy-lead {
	margin-top: 60px;
}
section#content .campaign #policy {
	margin-top: 20px;
	border: 1px solid #dadada;
}
section#content .campaign #policy h3 {
	position: relative;
	margin-top: 0;
	padding: 20px 30px;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
}
section#content .campaign #policy h3:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 23px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon_policy.png) no-repeat;
	transition: all 0.3s ease;
}
section#content .campaign #policy h3:hover {
	background-color: #eeeeee;
}
section#content .campaign #policy h3.open:after {
	transform: rotate(-90deg);
}
section#content .campaign #policy #policyInner {
	display: none;
	padding: 0 30px 20px;
	overflow: hidden;
}
section#content .campaign #policy #policyInner p {
	margin-top: 20px;
}
section#content .campaign #policy #policyInner p a {
	border-bottom: solid 1px #1e1e1e;
	transition: all 0.3s ease;
}
section#content .campaign #policy #policyInner p a:hover {
	border-bottom-color: #FFF;
}
section#content .campaign .note-black {
	width: 100%;
	margin-top: 30px;
	background-color: #000;
}
section#content .campaign .note-black {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #000;
	box-sizing: border-box;
}
section#content .campaign .note-black h3 {
	padding-bottom: 15px;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	border-bottom: 3px solid #eb0028;
}
section#content .campaign .note-black p {
	margin-top: 30px;
	color: #fff;
}
section#content .campaign .note-black table tr th,
section#content .campaign .note-black table tr td {
	color: #fff;
	border-bottom: 1px solid #222;
}
section#content .campaign .note-black table tr:first-child th,
section#content .campaign .note-black table tr:first-child td {
	border-top: 1px solid #222;
}

/* campaignBtn */
section#content .campaignBtn {
	margin-top: 60px;
}
section#content .campaignBtn ul {
	display: flex;
	justify-content: center;
}
section#content .campaignBtn ul li {
	margin: 0 20px;
	text-align: center;
}
section#content .campaignBtn ul li a {
	display: block;
	width: 360px;
	padding: 20px;
	font-size: 26px;
	color: #FFF;
}
section#content .campaignBtn ul li a.disagree {
	background-color: #979797;
}
section#content .campaignBtn ul li a.agree {
	background-color: #eb0028;
}
section#content .campaignBtn ul li a:hover {
	opacity: 0.8;
}
section#content .campaignBtn ul li span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
section#content .campaignBtn ul li span.head {
	margin-top: 5px;
}

/*=== company ===*/
/* company */
section#content .company {
	width: 100%;
	max-width: 1120px;
	margin: 80px auto 0;
	padding: 0 40px;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content .company h1 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
section#content .company p.logoAplusE {
	margin: 55px 0;
	text-align: center;
}
section#content .company h2.brandsTtl {
	margin-top: 50px;
	font-size: 28px;
	text-align: center;
}
section#content .company ul.brandsList {
	margin-top: 45px;
	text-align: center;
}
section#content .company ul.brandsList li {
	display: inline-block;
	margin: 0 25px 40px;
}
section#content .company ul.brandsList li img {
	width: 90px;
}
section#content .company ul.brandsList + p {
	margin-top: 50px;
}
section#content .company table {
	width: 100%;
	margin-top: 30px;
}
section#content .company table tr th {
	width: 200px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	border-bottom: 1px solid #eb0028;
}
section#content .company table tr td {
	padding: 15px 20px;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
}
section#content .company table tr:first-child th {
	border-top: 1px solid #eb0028;
}
section#content .company table tr:first-child td {
	border-top: 1px solid #dadada;
}
section#content .company table tr td span.adInquiry:before {
	content: "\e906";
	font-family: 'icomoon';
	vertical-align: middle;
}
section#content .company table tr td a {
	color: rgb(233, 12, 48);
	text-decoration: underline;
}
section#content .company table tr td a.link-bg {
    display: inline-block;
    padding: 1px 10px 3px;
	color: #fff;
	text-decoration: none;
    background-color: #000;
}
section#content .company table tr td a.link-bg::after {
	content: "";
	display: inline-block;
	width: 12px;
    height: 12px;
	margin-left: 5px;
	background: url(../img/icon_target_blank_w.png) no-repeat center;
	background-size: contain;
}
section#content .company table tr td a:hover {
	opacity: 0.8;
}
section#content .company p {
	margin-top: 30px;
	font-size: 16px;
}
section#content .company p a:hover {
	opacity: 0.8;
}

/*=== howto ===*/
/* howto */
section#content .howto {
	width: 100%;
	max-width: 1120px;
	margin: 80px auto 0;
	padding: 0 40px;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content .howto h1 {
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
}
section#content .howto p {
	font-size: 18px;
	text-align: center;
}
section#content .howto .howtoInnre {
	margin-top: 50px;
	padding: 40px 10px 0;
	background-color: #f0f0f0;
	overflow: hidden;
}
section#content .howto .howtoInnre h2 {
	font-size: 28px;
	text-align: center;
}
section#content .howto .howtoInnre p {
	margin: 0 20px;
}
section#content .howto .howtoInnre p.comments {
	margin-bottom: 30px;
	font-size: 14px;
}
section#content .howto .howtoInnre p span.txtL {
	display: inline-block;
	text-align: left;
}
section#content .howto .howtoInnre ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	text-align: center;
}
section#content .howto .howtoInnre ul li {
	display: block;
	width: 33.3%;
	padding: 0 10px 30px;
	box-sizing: border-box;
}
section#content .howto .howtoInnre ul li a {
	display: inline-block;
	height: 100%;
	background-color: #fff;
}
section#content .howto .howtoInnre ul li a img {
	max-width: 100%;
	vertical-align: bottom;
}
section#content .howto .howtoInnre ul li a:hover {
	opacity: 0.7;
}

/* howtoBnr */
section#content .howtoBnr {
	margin-top: 80px;
}
section#content .howtoBnr h2 {
	margin-top: 80px;
	font-size: 28px;
	text-align: center;
}
section#content .howtoBnr ul {
	margin-top: 40px;
	text-align: center;
}
section#content .howtoBnr ul li {
	display: inline-block;
	margin: 0 10px;
}
section#content .howtoBnr ul li a img {
	vertical-align: bottom;
}
section#content .howtoBnr ul li a:hover {
	opacity: 0.7;
}

/* howto page */
section#content .howto h2.subTtl {
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
}
section#content .howto p.grayCaution {
	margin-top: 30px;
	margin-bottom: 75px;
	font-size: 16px;
	color: #7a7a7a;
	text-align: left;
}
section#content .howto .howtoInnerWidth {
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}
section#content .howto .selectRegion {
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}
section#content .howto .selectRegion select {
	display: inline-block;
	width: 100%;
	max-width: 560px;
    padding: 8px 46px 8px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #1e1e1e;
    border: 1px solid #c4c4c4;
    background: url(../img/btn_contact_arrow.png) no-repeat right center #FFF;
    border-radius: 0;
    outline: none;
}
section#content .howto .regionArea {
	padding: 0 50px;
}
section#content .howto .regionArea table tr {
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
section#content .howto .regionArea table tr:first-child {
	border-top:  1px solid #b5b5b5;
}
section#content .howto .regionArea table tr th,
section#content .howto .regionArea table tr td {
	border-right: 1px solid #b5b5b5;
	box-sizing: border-box;
}
section#content .howto .regionArea table tr th {
	padding: 15px 10px;
	font-size: 16px;
	text-align: center;
	background-color: #dcdcdc;
}
section#content .howto .regionArea table tr td {
	padding: 15px 10px;
	font-size: 14px;
	background-color: #FFF;
}
section#content .howto .regionArea table tr .name {
	width: 25%;
}
section#content .howto .regionArea table tr .name .iconHd {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #FFF;
	background-color: #cf9f1d;
}
section#content .howto .regionArea table tr .area {
	width: 50%;
}
section#content .howto .regionArea table tr .appBtn {
	width: 25%;
}
section#content .howto .regionArea table tr td.appBtn {
	text-align: center;
}
section#content .howto .regionArea table tr .appBtn a {
	display: inline-block;
	padding: 15px 10px;
	font-size: 16px;
	color: #FFF;
	background-color: #eb0028;
}
section#content .howto .regionArea table tr .appBtn a:hover {
	opacity: 0.8;
}
section#content .howto .anchorLinkBnr li {
	display: inline-block;
	width: 48.5%;
	margin: 0 0 3%;
}
section#content .howto .anchorLinkBnr li.mrgLon {
	margin: 0 0 3% 3%;
}
section#content .howto .anchorLinkBnr li.widthBig {
	width: 100%;
	margin: 0 0 1.5%;
}
section#content .howto .anchorLinkBnr li a:hover {
	opacity: 0.8;
}
section#content .howto .anchorLinkBnr li a img {
	width: auto;
	max-width: 100%;
}
section#content .howto .howtoInnre2 {
	margin-top: 120px;
	border: 4px solid #0099ff;
}
section#content .howto .howtoInnre2.bgColorYellow {
	border: 4px solid #ffed1b;
}
section#content .howto .howtoInnre2.bgColorGray {
	border: 4px solid #6f6f6f;
}
section#content .howto .howtoInnre2 h2 {
	padding: 38px 0;
	text-align: center;
	background-color: #0099ff;
}
section#content .howto .howtoInnre2.bgColorYellow h2 {
	background-color: #ffed1b;
}
section#content .howto .howtoInnre2.bgColorGray h2 {
	background-color: #6f6f6f;
}
section#content .howto .howtoInnre2 .innerCont {
	padding: 0 46px;
}
section#content .howto .howtoInnre2 p {
	text-align: left;
}
section#content .howto .pointList {
	margin: 30px 0 25px;
	text-align: center;
}
section#content .howto .pointList ul {
	display: inline-block;
}
section#content .howto .pointList ul li {
	text-align: left;
	color: #0099ff;
	font-size: 24px;
	line-height: 1.5;
}
section#content .howto .pointList.colorGray ul li {
	color: #6f6f6f;
}
section#content .howto table {
	width: 100%;
	margin: 30px 0 10px;
	text-align: center;
	border: 1px solid #1e1e1e;
}
section#content .howto table tr {
	border-bottom: 1px solid #1e1e1e;
}
section#content .howto table th {
	width: 30%;
	max-width: 280px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #1e1e1e;
}
section#content .howto table td {
	padding-left: 39px;
	font-size: 18px;
	vertical-align: middle;
}
section#content .howto table td.price {
	width: 170px;
	padding-right: 39px;
	font-size: 28px;
	text-align: right;
}
section#content .howto table td.price .txtS {
	font-size: 16px;
}
section#content .howto .cautionTxt {
	font-size: 16px;
}
section#content .howto .kanyuBtn {
	margin: 80px auto;
	text-align: center;
}
section#content .howto .kanyuBtn li {
	display: inline-block;
	width: 48%;
}
section#content .howto .kanyuBtn li:first-child {
	margin-right: 4%;
}
section#content .howto .kanyuBtn li a {
	position: relative;
	display: block;
	padding: 20px 0 ;
	text-align: center;
	font-size: 26px;
	color: #FFF;
}
section#content .howto .kanyuBtn li a::before {
	position: absolute;
	content: "\e914";
	font-family: 'icomoon';
	vertical-align: middle;
	font-size: 20px;
	top: 50%;
	left: 30px;
	margin-top: -17px;
}
section#content .howto .kanyuBtn li a.btnColorRed {
	background-color: #eb0028;
}
section#content .howto .kanyuBtn li a.btnColorBlue {
	background-color: #0099ff;
}
section#content .howto .kanyuBtn li a .txtS {
	display: block;
	text-align: center;
	font-size: 18px;
}
section#content .howto .kanyuBtn li a:hover {
	opacity: 0.8;
}
section#content .howto .bnrBlank {
	margin-bottom: 50px;
	text-align: center;
}
section#content .howto .bnrBlank a:hover {
	opacity: 0.8;
}
section#content .howto .bnrBlank a img {
	width: auto;
	max-width: 100%;
}
section#content .howto .madogutiArea {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border: 1px solid #1e1e1e;
}
section#content .howto .madogutiArea h3 {
	margin-bottom: 30px;
	padding: 25px 0;
	font-size: 20px;
	text-align: center;
	background-color: #e5e5e5;
}
section#content .howto .madogutiArea p {
	font-size: 24px;
	text-align: center;
}
section#content .howto .madogutiArea p.txtS {
	margin-top: 15px;
	font-size: 16px;
}

/*=== contact ===*/
/* contact */
section#content .contact {
	width: 100%;
	max-width: 1120px;
	margin: 80px auto 0;
	padding: 0 40px;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content .contact h1 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
section#content .contact .leadTxt {
	max-width: 800px;
	margin: 30px auto 0;
}
section#content .contact .leadTxt p {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}
section#content .contact .leadTxt p a {
	text-decoration: underline;
}
section#content .contact .leadTxt p a:hover {
	text-decoration: none;
}
section#content .contact .leadTxt p a.icon-blank::after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
	margin-right: 5px;
    background: url(../img/icon_target_blank_b.png) no-repeat center;
    background-size: contain;
}
section#content .contact .customer {
	max-width: 440px;
	margin: 30px auto 0;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #000;
}
section#content .contact .customer p {
	font-size: 16px;
	text-align: center;
}
section#content .contact .customer p span.txtB {
	font-size: 24px;
}
section#content .contact .customer p i {
	font-size: 18px;
}
section#content .contact .note {
	position: relative;
	max-width: 564px;
	margin: 50px auto 0;
	z-index: 1;
}
section#content .contact .note + div {
	margin-top: 30px;
}
section#content .contact .note p {
	font-size: 14px;
}
section#content .contact .note p span.colorRed {
	color: #ff3366;
}
section#content .contact .contactInnre dl {
	width: 680px;
	margin: 60px auto 0;
	border-top: 1px solid #dadada;
}
section#content .contact .contactInnre dl dt {
	margin-top: 30px;
	font-size: 16px;
	color: #7a7a7a;
}
section#content .contact .contactInnre dl dt span {
	padding: 1px 8px;
	font-size: 12px;
	color: #FFF;
	background-color: #eb0028;
}
section#content .contact .contactInnre dl dd {
	margin-top: 15px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dadada;
}
section#content .contact .contactInnre dl dd select {
	width: 324px;
	padding: 8px 46px 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #1e1e1e;
	border: 1px solid #c4c4c4;
	background: url(../img/btn_contact_arrow.png) no-repeat right center #FFF;
	border-radius: 0;
	outline: none;
}
section#content .contact .contactInnre dl dd select[readonly] {
	width: 324px;
	padding: 0;
	border: none;
	background: none;
	background-color: #FFF;
}
section#content .contact .contactInnre dl dd input {
	width: 100%;
	padding: 8px 15px;
	font-size: 16px;
	color: #1e1e1e;
	border: 1px solid #c4c4c4;
	background-color: #FFF;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
}
section#content .contact .contactInnre dl dd input[readonly] {
	padding: 0;
	border: none;
	background-color: #FFF;
}
section#content .contact .contactInnre dl dd textarea {
	width: 100%;
	height: 180px;
	padding: 8px 15px;
	font-size: 16px;
	color: #1e1e1e;
	border: 1px solid #c4c4c4;
	background-color: #FFF;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
}
section#content .contact .contactInnre dl dd textarea[readonly] {
	padding: 0;
	border: none;
	background-color: #FFF;
}
section#content .contact .contactInnre .privacy {
	width: 680px;
	margin: 40px auto 30px;
	padding: 10px 15px;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
}
section#content .contact .contactInnre .privacy p {
	font-size: 14px;
	color: #1e1e1e;
}
section#content .contact .contactInnre .privacy p a {
	color: #eb0028;
	border-bottom: 1px solid #eb0028;
}
section#content .contact .contactInnre .privacy p a:hover {
	opacity: 0.7;
}
section#content .btns {
	width: 680px;
	margin: 0 auto;
	text-align: center;
}
section#content .contact .contactInnre .btns input {
	width: 320px;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-weight: 100;
	background-color: #eb0028;
	border-radius: 0;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
section#content .contact .contactInnre .btns input.wpcf7-back {
	margin-right: 40px;
	background-color: #979797;
}
section#content .contact .contactInnre .btns input.wpcf7-confirm {
	width: 360px;
}
section#content .contact .contactInnre .btns input:hover {
	opacity: 0.8;
}
section#content .contact .wpcf7-response-output {
	max-width: 680px;
	margin: 30px auto 0;
	border-color: #eb0028;
	padding: 8px 14px 10px;
	font-size: 16px;
	box-sizing: border-box;
}
section#content .contact .topBtn {
	margin-top: 60px;
	text-align: center;
}
section#content .contact .topBtn a {
	display: inline-block;
	width: 320px;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	font-weight: 100;
	background-color: #979797;
}
section#content .contact .topBtn a:hover {
	opacity: 0.8;
}
/* contact-ad */
section#content .contact .contact-ad {
	width: 100%;
	height: 1200px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
/* contact-video */
section#content .contact .contact-video {
	width: 100%;
	height: 3320px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
/* contact-unauthorized_up */
section#content .contact .contact-unauthorized_up {
	width: 100%;
	height: 600px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
/* entry-preview */
section#content .contact .entry-preview {
	width: 100%;
	height: 3000px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
section#content .contact .entry-preview iframe {
	margin-top: -60px;
}

/*=== programguide ===*/
/* programguide */
section#content .programguide {
	width: 100%;
	max-width: 1120px;
	margin: 80px auto 0;
	padding: 0 40px;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content .programguide h1 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
section#content .programguide .dlBlock {
	margin-top: 80px;
}
section#content .programguide .dlBlock#english {
	margin-top: -40px;
	padding-top: 120px;
}
section#content .programguide .dlBlock h2 {
	padding: 25px 0 30px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #d2d2d2;
}
section#content .programguide .dlBlock ul {
	overflow: hidden;
}
section#content .programguide .dlBlock ul li {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
section#content .programguide .dlBlock ul li:nth-child(2) {
	width: 50%;
	border-left: 1px solid #FFF;
}
section#content .programguide .dlBlock ul li:nth-last-child(2) {
	width: 50%;
}
section#content .programguide .dlBlock ul li a {
	display: block;
	padding: 25px 0 30px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background-color: #eb0028;
}
section#content .programguide .dlBlock ul li a:hover {
	opacity: 0.8;
}
section#content .programguide .dlBlock ul li a span {
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
section#content .programguide .dlBlock ul li a:after {
	content: "\e909";
	margin-left: 30px;
	font-size: 22px;
	font-family: 'icomoon';
	vertical-align: top;
}
section#content .programguide p {
	margin-top: 80px;
	font-size: 16px;
}
section#content .programguide .adobeReader {
	display: block;
	margin-top: 25px;
}
section#content .programguide .adobeReader a:hover {
	opacity: 0.8;
}

/*=== search ===*/
/* countTxt */
section#content.search .countTxt {
	font-size: 26px;
	text-align: center;
}
/* noArticle */
section#content.search .noArticle {
	text-align: center;
}
section#content.search .noArticle + p {
	margin-top: 25px;
	text-align: center;
}
/* searchArea */
section#content.search .searchArea {
	display: block;
	width: 222px;
	margin: 45px auto 0;
	border-bottom: 1px solid #000;
}
section#content.search .searchArea span:before {
	content: "\e912";
	font-size: 22px;
	font-family: 'icomoon';
	color: #000;
}
section#content.search .searchArea .searchBox {
	display: inline-block;
	width: 190px;
	margin-left: 10px;
	overflow: hidden;
	transition: all 0.6s ease;
}
section#content.search .searchArea .searchBox input.searchField {
	width: 190px;
	font-size: 16px;
	color: #000;
	vertical-align: bottom;
	background: none;
	border: none;
	outline: none;
}
section#content.search .searchArea .searchBox input.searchField:placeholder-shown {
	color: #000;
	transition: all 0.3s ease;
}
section#content.search .searchArea .searchBox input.searchField::-webkit-input-placeholder {
	color: #000;
	transition: all 0.3s ease;
}
section#content.search .searchArea .searchBox input.searchField:-moz-placeholder {
	color: #000;
	transition: all 0.3s ease;
}
section#content.search .searchArea .searchBox input.searchField::-moz-placeholder {
	color: #000;
	transition: all 0.3s ease;
}
section#content.search .searchArea .searchBox input.searchField:-ms-input-placeholder {
	color: #000;
	transition: all 0.3s ease;
}
section#content.search .searchArea .searchBox input.searchField:focus:placeholder-shown {
	color: transparent;
}
section#content.search .searchArea .searchBox input.searchField:focus::-webkit-input-placeholder {
	color: transparent;
}
section#content.search .searchArea .searchBox input.searchField:focus:-moz-placeholder {
	color: transparent;
}
section#content.search .searchArea .searchBox input.searchField:focus::-moz-placeholder {
	color: transparent;
}
section#content.search .searchArea .searchBox input.searchField:focus:-ms-input-placeholder {
	color: transparent;
}
/*-- itemList --*/
section#content.search #itemList {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

/*=== timetable ===*/
/* timetable_bnr */
section#content.timetable .timetable_bnr {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
section#content.timetable .timetable_bnr li {
	list-style: none;
}
section#content.timetable .timetable_bnr img {
	display: block;
}
section#content.timetable .timetable_bnr.scrollOn {
	z-index: 9997;
}
/* dayDisplay */
section#content.timetable .dayDisplay {
	height: 60px;
	margin-top: 35px;
}
/* dayArea */
section#content.timetable .dayScroll {
	background-color: rgba(255,255,255,0);
	transition: background-color 0.3s ease;
}
section#content.timetable .scrollOn {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 205px 40px 0;
	margin: 0;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
	z-index: 9996;
}
section#content.timetable .timetable_bnr_on.scrollOn {
	padding: 320px 40px 0;
}
section#content.timetable .scrollOn .dayArea {
	max-width: 1040px;
}
section#content.timetable .dayArea {
	display: flex;
	align-items: center;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #a0a0a0;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content.timetable .dayArea .prevDay {
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
section#content.timetable .dayArea .prevDay::after {
	content: "\e910";
	font-size: 28px;
	font-family: 'icomoon';
	color: #eb0028;
	transition: all 0.3s ease;
}
section#content.timetable .dayArea .nextDay {
	flex-grow: 0;
	flex-shrink: 0;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
section#content.timetable .dayArea .nextDay::before {
	content: "\e911";
	font-size: 28px;
	font-family: 'icomoon';
	color: #eb0028;
	transition: all 0.3s ease;
}
section#content.timetable .dayArea .prevDay:hover::after {
	margin-right: 10px;
}
section#content.timetable .dayArea .nextDay:hover::before {
	margin-left: 10px;
}
section#content.timetable .dayArea .prevOff,
section#content.timetable .dayArea .nextOff {
	cursor: default;
}
section#content.timetable .dayArea .prevOff::after,
section#content.timetable .dayArea .nextOff::before {
	color: #a0a0a0;
}
section#content.timetable .dayArea .prevOff:hover::after,
section#content.timetable .dayArea .nextOff:hover::before {
	margin: 0;
}
section#content.timetable .dayArea .days {
	width: 100%;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
section#content.timetable .dayArea .days table {
	margin: -1px 0 0 0;
	flex-grow: 0;
    flex-shrink: 0;
	/*! table-layout: fixed; */
	box-sizing: border-box;
	transition: all 0.3s ease;
}
section#content.timetable .dayArea .days table tr th {
	height: 59px;
	padding: 0;
	padding-left: 10px;
	border: none;
	border: 1px solid #a0a0a0;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: middle;
	box-sizing: border-box;
	width: 14.2857143%;
}
section#content.timetable .dayArea .pageTimetable.days table tr th {
	cursor: pointer;
	transition: all 0.3s ease;
}
section#content.timetable .dayArea .pageTimetable.days table tr th:hover {
	background-color: #f5f5f5;
}
section#content.timetable .dayArea .days table tr th :last-child {
	border-right: 0;
}
section#content.timetable .dayArea .days table tr th  span.month {
	font-size: 24px;
    margin-top: -5px;
    margin-right: 5px;
}
section#content.timetable .dayArea .days table tr th  span.week {
	font-size: 12px;
	color: #818181;
    margin-bottom: -15px;
    justify-items: center;
}
section#content.timetable .dayArea .days table tr th.theDay {
	background-color: #3c3c3c;
	color: #FFF;
}
section#content.timetable .dayArea .days table tr th.theDay:hover {
	background-color: #3c3c3c;
}
section#content.timetable .dayArea .days table tr th.theDay span.week {
	color: #FFF;
}
/* footNavDay */
section#content.timetable .footNavDay {
	display: none;
}
/* timetableArea */
section#content.timetable .timetableArea {
	display: flex;
	margin: 30px auto 0;
}
section#content.timetable .scOn + .timetableArea {
	margin-top: 15px;
}
section#content.timetable .scOn + .timetableArea.timetable_bnr_on {
	margin-top: 155px;
}
section#content.timetable .timetableArea .times {
	flex-grow: 0;
	flex-shrink: 0;
	width: 41px;
	margin: 0;
}
section#content.timetable .timetableArea .times li {
	height: 360px;
	padding-top: 20px;
	list-style: none;
	background-color: #898989;
	border-top: 1px solid #FFF;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
section#content.timetable .timetableArea .times li:first-child {
	border-top: none;
}
section#content.timetable .timetableArea .times li span {
	display: block;
	width: 70px;
	margin-top: 20px;
	margin-left: -14px;
	transform: rotate(90deg);
	color: #FFF;
	font-size: 18px;
}
section#content.timetable .timetableArea .timetableInner {
	width: 100%;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
section#content.timetable .timetableArea .timetableInner table {
	margin: 0;
	flex-grow: 0;
	flex-shrink: 0;
	transition: all 0.3s ease;
	box-sizing: border-box;
	/*! table-layout: fixed; */
}
section#content.timetable .timetableArea .timetableInner table:last-child {
	border-right: none;
}
section#content.timetable .timetableArea .timetableInner table tbody tr th {
	width: 0;
	height: 90px;
	padding: 0;
	border: none;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item {
	padding: 0;
	border: none;
	border: 1px solid #898989;
	background-color: #f0f0f0;
	line-height: 1.2;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: top;
	opacity: 0;
	transition: all 0.3s ease;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.weektoday {
	background-color: #d9d9d9;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item.itemOn {
	opacity: 1;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.theDay {
	background-color: #d9d9d9;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item:first-child {
	border-top: none;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item a,
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemNoLink {
	display: block;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item.itemOn a {
	transition: all 0.3s ease;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item.itemOn a:hover {
	opacity: 0.7;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemTime {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 2px 6px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	background-color: #898989;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td#nowonair .itemTime::after {
	content: "";
	display: block;
	width: 56px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	background: url(../img/icon_now-on-air.svg) no-repeat;
	background-size: cover;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemImg {
	display: block;
	width: 100%;
	height: 68px;
	background-position: center;
	background-size: cover;
	transition: all 8s ease-out;
	list-style: none;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item span.itemCate {
	display: block;
	margin: 10px 0 0;
	text-align: left;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item span.itemLang::before {
	content: "二ヶ国語";
	display: inline-block;
	padding: 0 6px;
	color: #003567;
	font-size: 12px;
	border: 1px solid #003567;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item span.itemSubtitles::before {
	content: "字幕";
	display: inline-block;
	padding: 0 6px;
	color: #440062;
	font-size: 12px;
	border: 1px solid #440062;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemInner h2 {
	margin-top: 8px;
	font-size: 14px;
	color: #1e1e1e;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemInner p {
	margin-top: 5px;
	font-size: 13px;
	color: #474545;
}
/*-- itemList --*/
section#content.timetable #itemList {
	margin: 50px 0 0;
}
/* timetableDayList */
section#content.timetable .timetableDayList {
	margin: 30px auto 0;
}
section#content.timetable .scOn + .timetableDayList {
	margin-top: 15px;
}
section#content.timetable .scOn + .timetableDayList.timetable_bnr_on {
	margin-top: 155px;
}
section#content.timetable .timetableDayList ul {
	margin: 0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}
section#content.timetable .timetableDayList ul li {
	list-style: none;
	border-bottom: 1px solid #a0a0a0;
	background-color: #f0f0f0;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.3s ease;
}
section#content.timetable .timetableDayList ul li.itemOn {
	opacity: 1;
}
section#content.timetable .timetableDayList ul li > a {
	position: relative;
	display: block;
	padding: 30px 140px 25px 170px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
section#content.timetable .timetableDayList ul li > span.itemNoLink {
	position: relative;
	display: block;
	padding: 30px 140px 25px 170px;
	box-sizing: border-box;
}
section#content.timetable .timetableDayList ul li#nowonair {
	background-color: #d9d9d9 !important;
}
section#content.timetable .timetableDayList ul li:first-child {
	border-top: 1px solid #a0a0a0;
}
section#content.timetable .timetableDayList ul li > a::after {
	content: "\e911";
	font-size: 28px;
	font-family: 'icomoon';
	color: #1e1e1e;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -25px;
	transition: all 0.3s ease;
}
section#content.timetable .timetableDayList ul li > a:hover::after {
	right: 30px;
}
section#content.timetable .timetableDayList ul li h2 {
	margin: 0;
	font-size: 20px;
	color: #1e1e1e;
}
section#content.timetable .timetableDayList ul li p {
	margin: 0;
	font-size: 14px;
	color: #1e1e1e;
}
section#content.timetable .timetableDayList .itemInner {
	margin-bottom: 15px;
	overflow: hidden;
}
section#content.timetable .timetableDayList ul li span.itemImg {
	float: left;
	width: 160px;
	height: 90px;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
}
section#content.timetable .timetableDayList ul li .itemTime {
	position: absolute;
	top: 50%;
	left: 0;
	width: 130px;
	margin-top: -15px;
	text-align: center;
}
section#content.timetable .timetableDayList ul li .itemTime span {
	position: relative;
	font-size: 20px;
	color: #1e1e1e;
}
section#content.timetable .timetableDayList ul li#nowonair .itemTime span::after {
	content: "";
	display: block;
	width: 84px;
	height: 27px;
	position: absolute;
	top: -30px;
	right: 50%;
	margin-right: -42px;
	background: url(../img/icon_now-on-air.svg) no-repeat;
	background-size: cover;
}
section#content.timetable .timetableDayList ul li span.itemCate {
	display: inline-block;
	margin-top: 25px;
}
section#content.timetable .timetableDayList ul li span.itemLang::before {
	content: "二ヶ国語";
	display: inline-block;
	padding: 0 6px;
	color: #003567;
	font-size: 14px;
	border: 1px solid #003567;
}
section#content.timetable .timetableDayList ul li span.itemSubtitles::before {
	content: "字幕";
	display: inline-block;
	padding: 0 6px;
	color: #440062;
	font-size: 14px;
	border: 1px solid #440062;
}
section#content.timetable .timetableDayList ul li span.itemDubbed::before {
	content: "吹き替え";
	display: inline-block;
	padding: 0 6px;
	color: #7d0000;
	font-size: 14px;
	border: 1px solid #7d0000;
}

/*=== search ===*/
/* search */
section#content.search .item {
	width: calc(33.33% - 16px);
	height: auto;
	margin-left: 16px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
}
section#content.search .item:nth-child(3n+1) {
	margin-left: 0;
}
section#content.search .itemOn {
	margin-top: 0;
	opacity: 1;
}
section#content.search .item a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s;
}
section#content.search .item a:hover {
	opacity: 0.9;
}
section#content.search .item a .itemImg {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.54%;
	background-position: center;
	background-size: cover;
	transition: all 8s ease-out;
	z-index: 1;
}
section#content.search .item a .itemInner {
	display: block;
	padding: 14px 0;
}
section#content.search .item a .itemInner h2 {
	margin-top: 0;
	font-size: 16px;
	color: #1e1e1e;
	font-weight: normal;
	line-height: 1.6;
}

/*=== season ===*/
/* season */
section#content.season h2 {
	margin: 70px 0 30px;
	font-size: 32px;
	text-align: center;
	color: #1e1e1e;
}
/*-- pgmList --*/
section#content.season #pgmList {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
section#content.season .pgmBtn {
	width: calc( 33.33% - 16px);
	height: auto;
	margin-left: 16px;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
section#content.season .pgmBtn:nth-child(3n+1) {
	margin-left: 0;
}
section#content.season .pgmBtn a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s;
}
section#content.season .pgmBtn a:hover {
	opacity: 0.9;
}
section#content.season .pgmBtn a .pgmImg {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.54%;
	background-position: center;
	background-size: cover;
	transition: all 8s ease-out;
	z-index: 1;
}
section#content.season .pgmBtn a .pgmInner {
	display: block;
	padding: 14px 0;
}
section#content.season .pgmBtn a .pgmInner h3 {
	margin-top: 0;
	font-size: 16px;
	color: #1e1e1e;
	font-weight: normal;
	line-height: 1.6;
}
/*-- imgGallery --*/
section#content.season #imgGallery {
	max-width: 1040px;
	margin: 0 auto 0;
	overflow: hidden;
}
section#content.season #gallerySlider {
	width: 560px;
	margin: 25px auto 0;
	overflow: hidden;
}
section#content.season #gallerySlider ul li {
	width: 560px;
	height: 315px;
	margin-right: 10px;
	background-position: center;
	background-size: cover;
	opacity: 1;
}
section#content.season #gallerySlider ul li[aria-hidden="false"] {
	opacity: 1;
}
section#content.season #gallerySlider ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
section#content.season #gallerySlider .bx-wrapper {
   overflow: visible;
   width: 100%;
   height: 400px;
}
section#content.season #gallerySlider .bx-viewport {
  overflow:visible !important;
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}

/*=== page ===*/
/* pageCont */
section#content .pageCont {
	width: 100%;
	max-width: 1120px;
	margin: 30px auto 0;
	padding: 0 40px;
	box-sizing: border-box;
}
section#content .pageCont h1 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
section#content .pageCont h2 {
	margin-top: 50px;
	font-size: 22px;
	font-weight: 500;
}
section#content .pageCont h2 span.ttlCap {
	display: inline-block;
	font-size: 16px;
	font-family:'Noto Sans Japanese';
}
section#content .pageCont h3 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
}
section#content .pageCont p {
	margin-top: 20px;
}
section#content .pageCont p.caption {
	margin-top: 50px;
	font-size: 18px;
	text-align: center;
}
section#content .pageCont ul {
	margin-top: 20px;
	margin-left: 30px;
}
section#content .pageCont ul li {
	list-style-type: disc;
}
section#content .pageCont ul.listNoStyle {
	margin-left: 10px;
}
section#content .pageCont ul.listNoStyle li {
	list-style-type: none;
}
section#content .pageCont ol {
	margin-top: 20px;
	margin-left: 30px;
}
section#content .pageCont ol li {
	list-style-type: decimal;
}
section#content .pageCont table {
	width: 100%;
	margin-top: 30px;
}
section#content .pageCont table tr th {
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #eb0028;
	box-sizing: border-box;
}
section#content .pageCont table tr td {
	padding: 15px 20px;
	font-size: 16px;
	vertical-align: middle;
	border-right: 1px solid #dadada;
	border-top: 1px dashed #dadada;
	box-sizing: border-box;
	width: 14.2857143%;
}
section#content .pageCont table tr th:first-child  {
	border-left: 1px solid #eb0028;
}
section#content .pageCont table tr td:first-child  {
	border-left: 1px solid #dadada;
}
section#content .pageCont .faq {
	margin-top: 45px;
}
section#content .pageCont .faq dt {
	display: flex;
}
section#content .pageCont .faq dt::before {
	content: "Q";
	display: block;
	width: 60px;
	padding: 10px;
	font-size: 22px;
    font-weight: 700;
    text-align: center;
	border-bottom: 1px solid #eb0028;
	box-sizing: border-box;
}
section#content .pageCont .faq dt button {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 42px 10px 20px;
	font-size: 22px;
    font-weight: 700;
    text-align: left;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #dadada;
	outline: 0px;
	background: none;
	box-sizing: border-box;
}
section#content .pageCont .faq dt button::after {
	content: "\e911";
    font-size: 17px;
    font-family: 'icomoon';
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    right: 0;
	transform: rotate(90deg) translate(-5px,3px);
    transition: all 0.3s ease;
}
section#content .pageCont .faq.open dt button::after {
	transform: rotate(270deg) translate(5px,-3px);
}
section#content .pageCont .faq dd {
	position: relative;
	display: none;
	padding: 15px 42px 10px 80px;
}
section#content .pageCont .faq dd p {
	margin-top: 1em;
	word-break: break-all;
}
section#content .pageCont .faq dd p:first-child {
	margin-top: 0;
}
section#content .pageCont .faq dd::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	padding: 10px;
	font-size: 22px;
    font-weight: 700;
    text-align: center;
	box-sizing: border-box;
}
section#content .pageCont .faq dd p a {
	color: #e90c30;
}
section#content .pageCont .faq dd p a[target="_blank"]::after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
	margin-bottom: -1px;
    background: url(../img/icon_target_blank_r.png) no-repeat center;
    background-size: contain;
}
section#content .pageCont .faq dd .customer {
	max-width: 440px;
	margin: 1em auto 0;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #000;
}
section#content .pageCont .faq dd .customer p {
	font-size: 16px;
	text-align: center;
}
section#content .pageCont .faq dd .customer p span.txtB {
	font-size: 24px;
}
section#content .pageCont .faq dd .customer p i {
	font-size: 18px;
}
section#content .pageCont p span.adInfo:before {
	content: "\e905";
	font-family: 'icomoon';
	vertical-align: middle;
}
section#content .pageCont p span.adSoudan:before {
	content: "\e903";
	font-family: 'icomoon';
	vertical-align: middle;
}
section#content .pageCont p span.adPersonal:before {
	content: "\e904";
	font-family: 'icomoon';
	vertical-align: middle;
}
section#content .pageCont p span.adInquiry:before {
	content: "\e906";
	font-family: 'icomoon';
	vertical-align: middle;
}
section#content .pageCont p a {
	text-decoration: underline;
}
section#content .pageCont p a:hover {
	opacity: 0.8;
}

/*=== news ===*/
/* newsArea */
section#newsArea {
	width: 100%;
    max-width: 1120px;
    margin: 80px auto;
    padding: 0 40px;
    box-sizing: border-box;
}
section#newsArea h2 {
	font-size: 32px;
	text-align: center;
}
section#newsArea .newsListBtn {
	margin-top: 40px;
	text-align: center;
}
section#newsArea .newsListBtn a {
	display: inline-block;
	width: 200px;
	padding: 4px 0;
	text-align: center;
	font-size: 18px;
	border:  1px solid #7d7d7d;
}

/*=== news single ===*/
section#content .ttl {
	padding-bottom: 16px;
	border-bottom: 1px solid #7d7d7d;
}
section#content .ttl .dayCate span {
	display: inline-block;
	width: 100px;
	font-size: 16px;
	color: #858585;
	vertical-align: middle;
}
section#content .ttl .dayCate em {
	display: inline-block;
	margin-right: 10px;
	padding: 0 13px;
	font-size: 12px;
	color: #1e1e1e;
	background-color: #d9d9d9;
}
section#content .ttl .dayCate em.iconPdf {
	color: #1e1e1e;
	background-color: #e7b5bd;
}
section#content .ttl h1 {
	margin-top: 10px;
	font-size: 28px;
	text-align: left;
}
section#content .singleCont {
	margin-top: 50px;
	margin-bottom: 70px;
}
section#content .singleCont p {
	margin-bottom: 30px;
}
section#content .singleCont img,
section#content .singleCont .wp-caption {
	width: auto;
	max-width: 100%;
	height: auto;
}
section#content .newsListBtn {
	text-align: center;
}
section#content .newsListBtn a {
	display: inline-block;
	width: 280px;
	padding: 8px 0;
	text-align: center;
	font-size: 24px;
	border:  1px solid #7d7d7d;
}

/*=== news ===*/
/* news */
.newsList {
	margin-top: 55px;
}
.newsList ul {
	margin: 0 !important;
}
.newsList ul li {
	list-style: none !important;
	border-bottom: 1px solid #b5b5b5;
}
.newsList ul li:first-child {
	border-top: 1px solid #b5b5b5;
}
.newsList ul li a {
	position: relative;
	display: block;
	padding: 18px 0;
}
.newsList ul li a::after {
	content: "\e911";
    font-size: 17px;
    font-family: 'icomoon';
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    transition: all 0.3s ease;
}
.newsList ul li a .dayCate span {
	display: inline-block;
	width: 100px;
	font-size: 16px;
	color: #858585;
	vertical-align: middle;
}
.newsList ul li a .dayCate em {
	display: inline-block;
	margin-right: 10px;
	padding: 0 13px;
	font-size: 12px;
	color: #1e1e1e;
	background-color: #d9d9d9;
}
.newsList ul li a .dayCate em.iconPdf {
	color: #1e1e1e;
	background-color: #e7b5bd;
}
.newsList ul li a p {
	margin-top: 10px;
}
.newsList ul li a:hover p {
	text-decoration: underline;
}
/*-- pagerArea --*/
.pagerArea {
	margin-top: 60px;
	text-align: center;
}
.page-numbers {
	display:inline-block;
	min-width:60px;
	height:60px;
	margin:0 5px;
	padding:12px 5px 0;
	border:1px solid #7d7d7d;
	font-size:18px;
	text-align:center;
	text-decoration: none !important;
	box-sizing:border-box;
}
.next {
	border: none;
}
.next:after {
	content:">>";
}
.prev,
.archive {
	border: none;
}
.prev:before {
	content:"<<";
}
.current {
	background-color:#dcdcdc;
}

/*=== works ===*/
/*-- mvAreaWorks --*/
section#mvAreaWorks {
	margin-top: 60px;
	width: 70%;
	max-width: 1245px;
	margin: 60px auto 0;
}
section#mvAreaWorks ul {
	width: 100%;
	max-width: 1245px;
	margin: 0 auto;
}
section#mvAreaWorks ul li {
	display: block;
	width: 100%;
	max-width: 1245px;
	height: 0;
	padding-top: 56.2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section#mvAreaWorks ul li.video {
	position: relative;
}
section#mvAreaWorks ul li.video iframe {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
section#mvAreaWorks .bx-pager {
	margin-top: 40px;
}
section#mvAreaWorks .bx-pager-item {
	margin: 0 5px;
}
section#mvAreaWorks .bx-pager-item a {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #dcdcdc;
}
section#mvAreaWorks .bx-pager-item a:hover,
section#mvAreaWorks .bx-pager-item a.active {
	background-color: #e80024;
}
/* worksMv */
section#worksMv {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	background: url(../img/works_mv.jpg) no-repeat center;
	background-size: cover;
}
section#worksMv::after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#worksMv #workx_ttl {
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 52px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	transform: translateY(-70px);
}
section#worksMv #video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
section#worksMv #scrollMore {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
    text-align: center;
}
section#worksMv #scrollMore a {
	display: inline-block;
	position: relative;
	padding-bottom: 66px;
	font-size: 14px;
	color: #fff;
}
section#worksMv #scrollMore a::after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	width: 1px;
	height: 60px;
	background-color: #fff;
	animation: scroll_more 3s infinite;
}
@keyframes scroll_more {
	from {
		height: 0;
		top: 30px;
	}
	50% {
		height: 60px;
		top: 30px;
	}
	to {
		height: 0;
		top: 100%;
	}
}
section#worksMv #loader {
	position: absolute;
	width: 100%;
	height: 100%;
}
section#worksMv #loader #loaderIcon {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
}
section#worksMv #loader #loaderIcon::before {
	position: absolute;
	content: "";
	display: block;
	bottom: 50%;
	left: 50%;
	margin-left: -40px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 8px;
	border-top: 0.5em solid rgba(255, 255, 255, 0.2);
	border-right: 0.5em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
	border-left: 0.5em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* works */
section#content #works {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 80px 40px 0;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content #works.worksBody {
	padding: 40px 40px 0;
}
section#content #works #companyNmae {
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
section#content #works #companyLogo {
	margin-bottom: 15px;
	text-align: center;
}
section#content #works #companyLogo img {
	width: auto;
	max-width: 200px;
}
section#content #works h1 {
	font-size: 52px;
	font-weight: normal;
	text-align: center;
}
section#content #works h1#companyTtl {
	font-size: 32px;
}
section#content #works .worksNote {
	max-width: 800px;
	margin: 0 auto 0;
	padding: 60px 0 55px;
	border-bottom: 1px solid #dcdcdc;
}
section#content #works .worksNote.overview {
	margin-top: 45px;
	border-top: 1px solid #dcdcdc;
}
section#content #works .worksNote .worksMemo {
	display: flex;
	align-items: center;
}
section#content #works .worksNote .worksMemo ul {
	display: flex;
	margin-right: 14px;
}
section#content #works .worksNote .worksMemo ul li {
	margin-right: 10px;
	padding: 6px 15px 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid #1e1e1e;
}
section#content #works .worksNote .workItem {
	font-size: 14px;
	color: #757575;
	line-height: 1.2;
}
section#content #works .worksNote .worksText {
	margin-top: 20px;
	font-size: 16px;
	color: #1e1e1e;
}
section#content #works .worksNote h2 {
	font-size: 18px;
	color: #1e1e1e;
	line-height: 1.1;
}
section#content .worksBnr {
	margin-top: 100px;
}
section#content .worksBnr ul {
	display: flex;
	justify-content: center;
}
section#content .worksBnr ul li a img {
	width: 100%;
	max-width: 800px;
}
section#content .worksBnr ul li a:hover {
	opacity: 0.7;
}
section#content #works .caption {
	margin-top: 10px;
	text-align: center;
}
section#content #works #itemList {
	margin-top: 70px;
}
section#content #works #itemList .item {
	display: inline-block;
	width: calc( 33.33% - 16px);
	height: auto;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
}
section#content #works #itemList .itemOn {
	margin-top: 0;
	opacity: 1;
}
section#content #works #itemList .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.54%;
	overflow: hidden;
	transition: all 0.3s;
}
section#content #works #itemList .item a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 2;
}
section#content #works #itemList .item a:hover {
	opacity: 0.9;
}
section#content #works #itemList .item a .itemImg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 8s ease-out;
	z-index: 1;
}
section#content #works #itemList .item a .cate {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 5px 3px;
	line-height: 1.2;
	display: inline-block;
	background-color: rgba(151,151,151,0.7);
	z-index: 3;
}
section#content #works #itemList .item a .cate li {
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
section#content #works #itemList .item a .cate li::before {
	content: "/";
	padding: 0 3px;
}
section#content #works #itemList .item a .cate li:first-child::before {
	display: none;
}
section#content #works #itemList .item a .itemInner {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 10px;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	z-index: 4;
}
section#content #works #itemList .item a .itemInner::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}
section#content #works #itemList .item a .itemInner .collaboCompany {
	width: 100%;
	margin-bottom: 12px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}
section#content #works #itemList .item a .itemInner .collaboCompany span {
	display: inline-block;
	padding: 0 5px 5px;
	border-bottom: 2px solid #fff;
}
section#content #works #itemList .item a .itemInner h2 {
	width: 100%;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

/*=== business ===*/
/* businessMv */
section#businessMv {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
	background: url(../img/business/business_mv.jpg) no-repeat center;
	background-size: cover;
}
section#businessMv #business_ttl {
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 52px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	transform: translateY(-50%);
}
section#businessMv #business_ttl span {
	display: block;
	font-size: 30px;
}
/* business */
section#content #business {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 40px 60px;
	border-bottom: solid 1px #dadada;
	box-sizing: border-box;
}
section#content #business h2 {
	text-align: center;
}
section#content #business h2 img {
	max-width: 272px;
}
section#content #business h3 {
	margin-top: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
section#content #business p {
	max-width: 880px;
	margin: 25px auto 0;
}
section#content #business .worksList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 25px auto 0;
}
section#content #business .worksList li {
	margin: 5px;
	padding: 1px 10px 3px;
	border: solid 1px #000;
}
section#content #business .aeLinks {
	display: flex;
	justify-content: center;
	margin: 60px auto 0;
}
section#content #business .aeLinks li {
	width: 220px;
	margin: 0 20px;
}
section#content #business .aeLinks li a {
	display: block;
	padding: 9px 10px 11px;
	text-align: center;
	color: #fff;
	background-color: #000;
}
section#content #business .aeLinks li a::after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/icon_target_blank_w.png) no-repeat center;
    background-size: contain;
}
section#content #business .aeLinks li a:hover {
	opacity: 0.8;
}
/* policyLinks */
section#content #policyLinks {
	display: flex;
    align-items: center;
    flex-direction: column;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 80px 0;
	box-sizing: border-box;
}
section#content #policyLinks ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 14px;
}
section#content #policyLinks ul li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #000;
}
section#content #policyLinks ul li a {
	position: relative;
	display: inline-block;
	border-bottom: solid 1px #000;
}
section#content #policyLinks ul li a[target="_blank"]::after {
	content: "";
	position: absolute;
	top: 9px;
	right: -17px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
    background: url(../img/icon_target_blank_b.png) no-repeat center;
    background-size: contain;
}
section#content #policyLinks ul li a:hover {
	opacity: 0.8;
	border-bottom: solid 1px transparent;
}

/*=== 404 ===*/
/* page404 */
section#content .page404 h1 {
	padding-bottom: 40px;
	font-size: 42px;
	border-bottom: 1px solid #eb0028;
}
section#content .page404 h2 {
	text-align: center;
}

/*=== privacy ===*/
/* privacyMark */
section#content .privacyMark {
	float: right;
}

/*=== lp ===*/
body[data-page="lp"] {
	position: relative;
}
body[data-page="lp"] #wrapper {
	min-width: 1200px;
}
#lp_head {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	margin:0 auto;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.6s ease;
}
#lp_hdLogo {
	float: left;
	width: 58px;
	height: 61px;
}
#lp_hdLogo img {
	width: 100%;
	height: auto;
}
#lp_hdBtn {
	float: right;
	width: 260px;
	height: 60px;
}
body[data-page="lp"] section#mvArea #mvInner {
	position: relative;
	display: block;
	width: 100%;
	height: 800px;
	background-position: center;
	background-size: cover;
	border-bottom: 5px solid #eb0028;
	box-sizing: border-box;
}
body[data-page="lp"] section#mvArea #mvInner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
}
body[data-page="lp"] section#mvArea #mvInner:after {
	content: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/item_grade.png) repeat-x bottom;
	z-index: 2;
}
#lp_mvTtl {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 4;
}
#lp_mvTtl h1 {
	font-size: 70px;
	line-height: 1.5;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
section#content .lp {
	color: #fff;
}
section#content .lp a {
	color: #eb0028;
}
/* leed */
section#content .lp #leed {
	border-bottom: 1px solid #616161;
	background: #000;
}
section#content .lp #leed .inner {
	width: 1100px;
	padding: 120px 0;
	margin: auto;
	box-sizing: border-box;
}
section#content .lp #leed .lp_ttl {
	font-size: 56px;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 70px;
}
section#content .lp #leed .lp_txt {
	font-size: 24px;
	line-height: 2;
}

/* sec01 */
section#content .lp [id^="sec01"] {
	border-bottom: 1px solid #616161;
	background: #000;
}
section#content .lp [id^="sec01"] .inner {
	width: 1100px;
	padding: 120px 0;
	margin: auto;
	box-sizing: border-box;
}
section#content .lp [id^="sec01"] .lp_ttl {
	position: relative;
	font-size: 40px;
	text-align: center;
	line-height: 1.25;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
section#content .lp [id^="sec01"] .lp_ttl:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	margin: auto;
	background: #eb0028;
}
section#content .lp [id^="sec01"] .lp_txt {
	font-size: 20px;
	line-height: 2;
}

/* sec02 */
section#content .lp [id^="sec02"] .lp_list .lp_block {
	border-bottom: 1px solid #616161;
}
section#content .lp [id^="sec02"] .lp_list .lp_block:nth-child(odd) {
	background: #242424;
}
section#content .lp [id^="sec02"] .lp_list .lp_block:nth-child(even) {
	background: #393939;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1100px;
	padding: 120px 0;
	margin: auto;
	box-sizing: border-box;
}
section#content .lp [id^="sec02"] .lp_list .lp_block:nth-child(even) .inner {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_img {
	width: 640px;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_img img {
	width: 100%;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_video {
	width: 640px;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_video video {
	width: 100%;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_box {
	width: 400px;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_hd {
	font-size: 40px;
	line-height: 1.25;
	border-left: 4px solid #eb0028;
	box-sizing: border-box;
	height: 100px;
	padding-left: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
section#content .lp [id^="sec02"] .lp_list .lp_block .lp_txt {
	font-size: 20px;
	line-height: 2;
}

/* sec03 */
section#content .lp [id^="sec03"] {
	border-bottom: 1px solid #616161;
	background: #000;
}
section#content .lp [id^="sec03"] .inner {
	width: 1100px;
	padding: 120px 0;
	margin: auto;
	box-sizing: border-box;
}
section#content .lp [id^="sec03"] .lp_ttl {
	position: relative;
	font-size: 40px;
	text-align: center;
	line-height: 1.25;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
section#content .lp [id^="sec03"] .bx-wrapper {
	max-width: 1100px !important;
}
section#content .lp [id^="sec03"] .lp_ttl:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	margin: auto;
	background: #eb0028;
}
section#content .lp [id^="sec03"] .lp_list .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
section#content .lp [id^="sec03"] .lp_list .slick-slide {
	float: none !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin: 0 20px;
	border: 1px solid #616161;
	box-sizing: border-box;
	background: #393939;
}
section#content .lp [id^="sec03"] .lp_list .slick-slide > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
section#content .lp [id^="sec03"] .lp_list .slick-slide .item {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
section#content .lp [id^="sec03"] .lp_list .item .lp_img img {
	display: block;
	width: 100%;
}
section#content .lp [id^="sec03"] .lp_list .item .lp_hd {
	font-size: 24px;
	line-height: 1.4;
	border-bottom: 1px solid #616161;
	padding: 20px 0 10px;
	margin: 0 20px 15px;
}
section#content .lp [id^="sec03"] .lp_list .item .lp_txt {
	font-size: 16px;
	line-height: 2;
	padding: 0 20px;
	margin-bottom: 15px;
}
section#content .lp [id^="sec03"] .lp_list .item .lp_btn {
	padding: 0 20px 20px;
	margin-top: auto;
}
section#content .lp [id^="sec03"] .lp_list .item .lp_btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	border-radius: 60px;
	border: 1px solid #616161;
	width: 260px;
	padding: 5px 0 7px;
	margin: auto;
	background: #000;
	box-sizing: border-box;
}
section#content .lp [id^="sec03"] .lp_list .item .lp_btn a:hover {
	background: #eb0028;
}
section#content .lp [id^="sec03"] .slick-dots {
	position: static;
	margin-top: 20px;
}
section#content .lp [id^="sec03"] .slick-dots li button {
	padding: 0;
}
section#content .lp [id^="sec03"] .slick-dots li button:before {
    color: #797979;
    font-size: 16px;
    opacity: 1;
}
section#content .lp [id^="sec03"] .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #eb0028;
}

/* sec04 */
section#content .lp [id^="sec04"] {
	border-bottom: 1px solid #616161;
	background: #000;
}
section#content .lp [id^="sec04"] .inner {
	width: 1100px;
	padding: 120px 0;
	margin: auto;
	box-sizing: border-box;
}
section#content .lp [id^="sec04"] .lp_ttl {
	position: relative;
	font-size: 40px;
	text-align: center;
	line-height: 1.25;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
section#content .lp [id^="sec04"] .lp_ttl:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	margin: auto;
	background: #eb0028;
}
section#content .lp [id^="sec04"] .lp_youtube {
	width: 800px;
	margin: auto;
}
section#content .lp [id^="sec04"] .lp_youtube .iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
section#content .lp [id^="sec04"] .lp_youtube .iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* sec04 */
section#content .lp .lp_temple {
	color: #000;
}
section#content .lp .lp_temple .inner {
	width: 1100px;
	padding: 120px 0 25px;
	margin: auto;
	box-sizing: border-box;
}
section#content .lp .lp_temple .lp_ttl {
	position: relative;
	font-size: 40px;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
section#content .lp .lp_temple .lp_ttl:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	margin: auto;
	background: #eb0028;
}
section#content .lp .lp_temple .tv {
	position: relative;
	width: 797px;
	margin: 0 auto 120px;
}
section#content .lp .lp_temple .tv img {
	width: 100%;
}
section#content .lp .lp_temple .tv .icon {
	position: absolute;
	top: -40px;
	right: -70px;
	width: 200px;
}
section#content .lp .lp_temple .tv .btn {
	position: absolute;
	top: 325px;
	right: 0;
	left: 0;
	width: 420px;
	margin: auto;
	-webkit-animation: poyopoyo 2s ease-out infinite;
	-o-animation: poyopoyo 2s ease-out infinite;
	animation: poyopoyo 2s ease-out infinite;
}
@-webkit-keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	50%, 70% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}
@-o-keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	50%, 70% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}
@-moz-keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	50%, 70% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}
@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	50%, 70% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
}
section#content .lp .lp_temple .list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 40px;
}
section#content .lp .lp_temple .list .item {
	position: relative;
	width: 268px;
}
section#content .lp .lp_temple .list .item img {
	display: block;
	width: 100%;
}
section#content .lp .lp_temple .list .item:nth-child(1) .btn {
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	width: 170px;
	margin: auto;
}
section#content .lp .lp_temple .list .item:nth-child(2) .btn {
	position: absolute;
	top: 185px;
	left: 10px;
	width: 120px;
}
section#content .lp .lp_temple .list .item:nth-child(2) .tell {
	position: absolute;
	top: 185px;
	left: 135px;
	width: 120px;
}
section#content .lp .lp_temple .price {
	width: 500px;
	margin: 0 auto 40px;
}
section#content .lp .lp_temple .tell {
	width: 500px;
	margin: 0 auto 120px;
}
section#content .lp .lp_temple .lp_faq {
	width: 800px;
	margin: 0 auto 1px;
}
section#content .lp .lp_temple .lp_faq dt {
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
	padding: 20px 70px 20px 30px;
	background: #555;
}
section#content .lp .lp_temple .lp_faq dt:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 20px;
	width: 28px;
	height: 16px;
	background: url(../img/lp/faq_arrow_pc.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
section#content .lp .lp_temple .lp_faq dt.open:after {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
section#content .lp .lp_temple .lp_faq dd {
	display: none;
	color: #000;
	font-size: 20px;
	line-height: 1.6;
	padding: 30px;
	background: #f5f5f5;
}
section#content .lp .lp_temple .lp_faq dd a {
	text-decoration: underline;
}
section#content .lp .lp_temple .lp_faq dd a:hover {
	text-decoration: none;
}
section#content .lp .pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 91px;
	z-index: 9999;
}
section#content .lp .pagetop img {
	width: 100%;
}
#lp_foot {
	padding: 40px 0;
	background-color: #000;
}
#lp_copy {
	clear: both;
}
#lp_copy p {
	font-size: 14px;
	color:#fff;
	text-align: center;
}

/*=== janet ===*/
body[data-page="janet"] {
	position: relative;
}
body[data-page="janet"] #wrapper {
	position: relative;
	min-width: 1200px;
}
body[data-page="janet"] #contentArea * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#janet_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background: #fff;
	-webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
#janet_head.hide {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}
#janet_hdLogo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 54px;
	z-index: 1;
}
#janet_hdLogo img {
	width: 100%;
	height: auto;
}

#janet_navArea {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}
#janet_navArea nav ul li.subNavSp ul {
	display: none !important;
}
#janet_navArea nav ul li.subNavSp a span.iconSubnav {
	display: none !important;
}
#janet_navArea nav {
	margin-top: 0;
}
#janet_navArea nav ul {
	position: relative;
	line-height: 1;
}
#janet_navArea nav ul li {
	display: inline-block;
	margin-right: 50px;
	color: #FFF;
border: none;}
#janet_navArea nav ul li a {
	display: block;
	position: relative;
	font-size: 18px;
	font-family:'Noto Sans Japanese';
	color: #1b1b1b;
	padding: 0 0 10px;
}
#janet_navArea nav ul li a:before {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1b1b1b;
}
#janet_navArea nav ul li a:hover:before {
	display: block;
}
#janet_navArea nav ul li.nav-business {
	position: absolute;
	top: -6px;
	right: 0;
	margin-right: 0;
}
#janet_navArea nav ul li.nav-business a {
	display: block;
	padding: 5px 9px 7px;
	font-size: 14px;
	border: solid 1px #fff;
}

#janet_hdBtns ul li.sc .searchBox .pcEase {
	display: none;
}
#janet_hdBtns ul li.snsBtnPc {
	transition: all 0.4s ease;
}
#janet_hdBtns ul li.snsBtnPc.yt {
	width: 32px;
}
#janet_hdBtns ul li.snsBtnPc.tw {
	width: 27px;
}
#janet_hdBtns ul li.snsBtnPc.fb {
	width: 22px;
}
#janet_hdBtns ul.scOpen li.sc {
	display: inline-block;
	border-bottom-color: rgba(255,255,255,1);
}
#janet_hdBtns ul.scOpen li.sc .searchBox {
	width: 230px;
	margin-left: 10px;
}
#janet_hdBtns ul.scOpen li.sc .searchBox .pcEase {
	display: block;
}
#janet_hdBtns ul.scOpen li.snsBtnPc {
	width: 0;
	margin-left: 0;
}

/*-----
 cts
-----*/
body[data-page="janet"] .ttl span {
	display: block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	text-align: center;
	margin-top: 25px;
}

body[data-page="janet"] .ttl img {
	display: block;
	width: 100%;
}

body[data-page="janet"] section#mvArea {
	position: relative;
}
body[data-page="janet"] section#mvArea img {
	display: block;
	width: 100%;
}
body[data-page="janet"] section#mvArea .btn {
	position: absolute;
	/* top: 560px; */
	top: 74.75%;
	/* right: 90px; */
	right: 7%;
	/* width: 380px; */
	width: 29.688%;
	/* height: 60px; */
	height: 8.335%;
	background: url(../img/janet/mv_btn_on.png) no-repeat center / 100% auto;
}
body[data-page="janet"] section#mvArea .btn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/janet/mv_btn_off.png) no-repeat center / 100% auto;
}
body[data-page="janet"] section#mvArea .btn a:hover {
	opacity: 0;
}
body[data-page="janet"] section#mvArea .btn2 {
	position: absolute;
	/* top: 640px; */
	top: 85.25%;
	/* right: 90px; */
	right: 7%;
	/* width: 380px; */
	width: 29.688%;
	/* height: 60px; */
	height: 8.335%;
	background: url(../img/janet/mv_btn2_on.png) no-repeat center / 100% auto;
}
body[data-page="janet"] section#mvArea .btn2 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/janet/mv_btn2_off.png) no-repeat center / 100% auto;
}
body[data-page="janet"] section#mvArea .btn2 a:hover {
	opacity: 0;
}

/*-----
 img
-----*/
body[data-page="janet"] img {
	display: block;
	width: 100%;
}

/*-----
 movie
-----*/
body[data-page="janet"] section#movie {
	color: #1b1b1b;
	background: url(../img/janet/movie_bg.png) repeat-y top left / 413px auto #ecded6;
}
body[data-page="janet"] section#movie .inner {
	width: 960px;
	padding: 140px 0;
	margin: auto;
}
body[data-page="janet"] section#movie .ttl {
	width: 348px;
	margin: 0 auto 80px;
}

/*タブ実装*/
body[data-page="janet"] section#movie .tab_box .btn_area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
body[data-page="janet"] section#movie .tab_box .tab_btn {
	width: 192px;
	padding: 8px 0;
	color: #1b1b1b;
	text-align: center;
	border: 1px solid #1b1b1b;
	border-right: 0;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
body[data-page="janet"] section#movie .tab_box .btn_area:after {
	content: '';
    width: 100%;
}
body[data-page="janet"] section#movie .tab_box .tab_btn:nth-child(n+4) {
	-webkit-order: 1;
	 -ms-flex-order: 1;
	order: 1;
}
body[data-page="janet"] section#movie .tab_box .tab_btn:nth-child(3),
body[data-page="janet"] section#movie .tab_box .tab_btn:last-child {
	border-right: 1px solid #1b1b1b;
}
body[data-page="janet"] section#movie .tab_box .tab_btn:nth-child(4),
body[data-page="janet"] section#movie .tab_box .tab_btn:nth-child(5),
body[data-page="janet"] section#movie .tab_box .tab_btn:last-child {
	border-top: none;
}
body[data-page="janet"] section#movie .tab_box .tab_btn:hover,
body[data-page="janet"] section#movie .tab_box .tab_btn.active {
    color:#fff;
	background: #1b1b1b;
}
body[data-page="janet"] section#movie .tab_box .panel_area {
    padding: 20px 0 0;
}
body[data-page="janet"] section#movie .tab_box .tab_panel {
    display:none;
}
body[data-page="janet"] section#movie .tab_box .tab_panel.active {
    display:block;
}

/*-----
 introduction
-----*/
body[data-page="janet"] section#introduction {
	color: #fff;
	background: url(../img/janet/introduction_bg.png) no-repeat center /  cover #44362e;
	background-attachment: fixed;
}
body[data-page="janet"] section#introduction .clip {
	display: none;
}
body[data-page="janet"] section#introduction .inner {
	width: 920px;
	padding: 140px 0;
	margin: auto;
}
body[data-page="janet"] section#introduction .ttl {
	width: 849px;
	margin: 0 auto 80px;
}
body[data-page="janet"] section#introduction .ttl span {
	color: #e7c19b;
}
body[data-page="janet"] section#introduction .hd {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	margin-bottom: 20px;
}
body[data-page="janet"] section#introduction .txt {
	font-size: 18px;
	line-height: 2.1;
}
body[data-page="janet"] section#introduction .txt + .hd {
	margin-top: 60px;
}

/*-----
 episode
-----*/
body[data-page="janet"] section#episode {
	color: #1b1b1b;
	background:#ecded6;
}
body[data-page="janet"] section#episode .inner {
	width: 1280px;
	padding: 140px 0 0;
	margin: auto;
}
body[data-page="janet"] section#episode .ttl {
	width: 449px;
	margin: 0 auto 80px;
}

body[data-page="janet"] section#episode [class^="block"] {
	position: relative;
	height: 500px;
	padding: 0 0 0 100px;
	margin: 0 0 100px;
}
body[data-page="janet"] section#episode [class^="block"]:nth-child(odd) {
	padding: 0 100px 0 0;
}
body[data-page="janet"] section#episode [class^="block"]:before {
	content: "";
	position: absolute;
	right: 180px;
	bottom: 0;
	width: 100vw;
	height: 430px;
	background: #fff;
}
body[data-page="janet"] section#episode [class^="block"]:nth-child(odd):before {
	left: 180px;
}
body[data-page="janet"] section#episode [class^="block"] [class^="img"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 540px;
}
body[data-page="janet"] section#episode [class^="block"]:nth-child(odd) [class^="img"] {
	left: 0;
}
body[data-page="janet"] section#episode [class^="block"] [class^="img"] img {
	width: 100%;
}
body[data-page="janet"] section#episode [class^="block"] [class^="box"] {
	position: relative;
	width: 560px;
	padding: 40px 0 0;
}
body[data-page="janet"] section#episode [class^="block"]:nth-child(odd) [class^="box"] {
	margin-left: auto;
}
body[data-page="janet"] section#episode [class^="block"] [class^="hd"] {
	margin: 0 0 20px;
}
body[data-page="janet"] section#episode [class^="block"] [class^="hd"] img {
	width: 100%;
}
body[data-page="janet"] section#episode [class^="block"] .hd01 {
	width: 543px;
}
body[data-page="janet"] section#episode [class^="block"] .hd02 {
	width: 347px;
}
body[data-page="janet"] section#episode [class^="block"] .hd03 {
	width: 246px;
}
body[data-page="janet"] section#episode [class^="block"] .hd04 {
	width: 366px;
}
body[data-page="janet"] section#episode [class^="block"] [class^="hd"] span {
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin: 20px 0 0;
}
body[data-page="janet"] section#episode [class^="block"] .txt {
	font-size: 18px;
	line-height: 2;
	
}

/*-----
 cast
-----*/
body[data-page="janet"] section#cast {
	color: #1b1b1b;
	background: url(../img/janet/cast_bg_pc.png) repeat-y top left / 413px auto #fff;
}
body[data-page="janet"] section#cast .inner {
	width: 920px;
	padding: 140px 0;
	margin: auto;
}
body[data-page="janet"] section#cast .ttl {
	width: 270px;
	margin: 0 auto 80px;
}
body[data-page="janet"] section#cast .ttl span {
	color: #1b1b1b;
}
body[data-page="janet"] section#cast .img {
	width: 720px;
	margin: 0 auto 40px;
}
body[data-page="janet"] section#cast .iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0 auto 40px;
}
body[data-page="janet"] section#cast .iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body[data-page="janet"] section#cast .post {
	font-size: 18px;
	text-align: center;
	line-height: 1;
	margin: 0 0 20px;
}
body[data-page="janet"] section#cast .name {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 0 50px;
}
body[data-page="janet"] section#cast .name .en {
	display: block;
	color: #ad846c;
	font-size: 16px;
	margin: 15px 0 0;
}
body[data-page="janet"] section#cast .txt {
	font-size: 18px;
	line-height: 2.1;
	margin: 0 0 60px;
}
body[data-page="janet"] section#cast .more {
	font-size: 30px;
	line-height: 1;
	text-align: center;
}
body[data-page="janet"] section#cast .cast_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
body[data-page="janet"] section#cast .cast_box {
	width: 31%;
}
body[data-page="janet"] section#cast .cast_box:not(:nth-child(2)):not(:nth-child(5)) {
	margin-right: 2%;
}
body[data-page="janet"] section#cast .cast_wrap:after {
	content: '';
    width: 100%;
}
body[data-page="janet"] section#cast .cast_box:nth-child(n+3) {
	-webkit-order: 1;
	 -ms-flex-order: 1;
	order: 1;
}
body[data-page="janet"] section#cast .cast_box .post {
	font-size: 14px;
}
body[data-page="janet"] section#cast .cast_box .name {
	font-size: 22px;
}
body[data-page="janet"] section#cast .cast_box .name .en {
	font-size: 12px;
}

/*-----
 interview
-----*/
body[data-page="janet"] section#interview {
	color: #fff;
	background: url(../img/janet/interview_bg.png) no-repeat center /  cover #524640;
	background-attachment: fixed;
}
body[data-page="janet"] section#interview .clip {
	display: none;
}
body[data-page="janet"] section#interview .inner {
	width: 920px;
	padding: 140px 0;
	margin: auto;
}
body[data-page="janet"] section#interview .ttl {
	width: 849px;
	margin: 0 auto 80px;
}
body[data-page="janet"] section#interview .ttl span {
	color: #e7c19b;
}
body[data-page="janet"] section#interview .hd {
	font-size: 32px;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
body[data-page="janet"] section#interview dl {
	font-size: 18px;
	margin: 0 0 50px;
}
body[data-page="janet"] section#interview dl dt {
	color: #feccaa;
	font-weight: 700;
	margin: 0 0 25px;
}

/*-----
 howtowatch
-----*/
body[data-page="janet"] section#howtowatch {
	color: #1b1b1b;
	background: #ecded6;
}
body[data-page="janet"] section#howtowatch .inner {
	width: 1080px;
	padding: 140px 0;
	margin: auto;
}
body[data-page="janet"] section#howtowatch .ttl {
	width: 875px;
	margin: 0 auto 80px;
}
body[data-page="janet"] section#howtowatch .hd {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
body[data-page="janet"] section#howtowatch .img {
	width: 539px;
	margin: 0 auto 35px;
}
body[data-page="janet"] section#howtowatch .img a {
	display: block;
}
body[data-page="janet"] section#howtowatch .img a:hover {
	opacity: 0.5;
}
body[data-page="janet"] section#howtowatch .txt {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}
body[data-page="janet"] section#howtowatch .txt a {
	color: #005b95;
	text-decoration: underline;
}
body[data-page="janet"] section#howtowatch .txt a:hover {
	text-decoration: none;
}
body[data-page="janet"] section#howtowatch .bnr {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -30px 30px 0;
}
/* width: 100%;で残りスペースを埋める */
body[data-page="janet"] section#howtowatch .bnr .spacer {
	width: 100%;
}
body[data-page="janet"] section#howtowatch .bnr .item {
	width: 340px;
	margin: 0 30px 30px 0;
}
body[data-page="janet"] section#howtowatch .bnr a {
	display: block;
}
body[data-page="janet"] section#howtowatch .bnr a:hover {
	opacity: 0.5;
}
body[data-page="janet"] section#howtowatch [class^="btn"] {
	width: 460px;
	height: 70px;
	margin: auto;
}
body[data-page="janet"] section#howtowatch [class^="btn"]  a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	text-align: center;
	border: 1px solid;
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
}
body[data-page="janet"] section#howtowatch [class^="btn"]  a:hover {
	color: #fff;
	background: #1b1b1b;
}
body[data-page="janet"] section#howtowatch [class^="btn"] a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	border-top: solid 2px #1b1b1b;
	border-right: solid 2px #1b1b1b;
	width: 8px;
	height: 8px;
	margin: auto;transform: rotate(45deg);
}
body[data-page="janet"] section#howtowatch [class^="btn"] a:hover:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
body[data-page="janet"] section#howtowatch .btn01 {
	margin: 0 auto 30px;
}

/*-----
 howtowatch
-----*/
body[data-page="janet"] .totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 80px;
	height: 80px;
	background: url(../img/janet/totop_off.png) no-repeat center / 100% auto;
	cursor: pointer;
}
body[data-page="janet"] .totop:hover {
	background: url(../img/janet/totop_on.png) no-repeat center / 100% auto;
}

#janet_foot {
	padding: 40px 0;
	background-color: #111;
}
#janet_copy {
	clear: both;
}
#janet_copy p {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

/*====== layout ======*/
.txtR {
	text-align: right;
}
.bgGr {
	background-color: #f0f0f0 !important;
}

/*====== footer ======*/
footer {
	padding: 30px 0 40px;
	background-color: #f5f5f5;
}

/*-- spSnsBtns --*/
#spSnsBtns {
	display: none;
}

/*-- foot --*/
#foot {
	width:100%;
	max-width: 1290px;
	margin:0 auto;
	padding: 0 20px;
	overflow:hidden;
	box-sizing: border-box;
}
#footInfo {
	padding-bottom: 40px;
	overflow: hidden;
}
#footL {
	float: left;
}
#footL #ftLogo {
	text-align: left;
	margin-bottom: 30px;
}
#footL #footMenu {
	text-align: left;
}
#footL #footMenu li {
	display: inline-block;
	margin-right: 30px;
}
#footL #footMenu li a {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
}
#footL #footMenu li a:hover {
	opacity: 0.8;
}
#footL #footMenu-contact {
	text-align: left;
}
#footL #footMenu-contact li {
	display: inline-block;
	margin-right: 30px;
}
#footL #footMenu-contact li a {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
}
#footL #footMenu-contact li a[target="_blank"]::after {
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
	margin-bottom: -1px;
    background: url(../img/icon_target_blank_g.png) no-repeat center;
    background-size: contain;
}
#footL #footMenu-contact li a:hover {
	opacity: 0.8;
}
#footR {
	float: right;
	max-width: 400px;
	padding-top: 0;
}
#footR p {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
}
#footR p span.tel {
	font-size: 26px;
	font-weight: 700;
}
#footR p span.tel a {
	color: #666666;
}
#footR p i {
	font-size: 18px;
}
#copy {
	clear: both;
	padding-top: 40px;
	border-top: 1px solid #666666;
}
#copy p {
	font-size: 14px;
	color:#666666;
	text-align: center;
}

@media (min-width:901px){

	/*====== header ======*/
	/*-- head --*/
	#head {
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,1);
	}
	#wrapper.urgentNewsOn #head {
		position: absolute;
	}
	body[data-page="home"] #head,
	body[data-page="rec"] #head,
	body[data-page="pgm"] #head {
		background-color: rgba(0,0,0,0);
	}
	#head.scrollOn {
		background-color: rgba(0,0,0,0.8) !important;
	}
	#wrapper.urgentNewsOn #head.scrollOn {
		position: fixed;
	}
	#navArea {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	nav ul li.subNavSp ul {
		display: none !important;
	}
	nav ul li.subNavSp a span.iconSubnav {
		display: none !important;
	}
	#hdBtns ul li.sc .searchBox .pcEase {
		display: none;
	}
	#hdBtns ul li.snsBtnPc {
		transition: all 0.4s ease;
	}
	#hdBtns ul li.snsBtnPc.yt {
		width: 32px;
	}
	#hdBtns ul li.snsBtnPc.tw {
		width: 20px;
	}
	#hdBtns ul li.snsBtnPc.fb {
		width: 20px;
	}
	#hdBtns ul.scOpen li.sc {
		display: inline-block;
		border-bottom-color: rgba(255,255,255,1);
	}
	#hdBtns ul.scOpen li.sc .searchBox {
		width: 230px;
		margin-left: 10px;
	}
	#hdBtns ul.scOpen li.sc .searchBox .pcEase {
		display: block;
	}
	#hdBtns ul.scOpen li.snsBtnPc {
		width: 0;
		margin-left: 0;
	}
	
	/*=== page ===*/
	/*-- subNav --*/
	section#subNav {
		position: fixed;
		top: 96px;
		width: 100%;
		z-index: 9998;
	}
	section#subNav.noScroll {
		position: absolute;
		top: 96px;
	}
	section#subNav #subNavInner {
		width: 100%;
		background-color: rgba(60,60,60,1);
		transition: all 0.6s ease;
	}
	section#subNav.scrollOn #subNavInner {
		background-color: rgba(60,60,60,0.8);
	}
	section#subNav #subNavInner ul {
		width: 100%;
		max-width: 1040px;
		margin: 0 auto;
		padding: 15px 0 1px;
	}
	section#subNav #subNavInner ul li {
		display: inline-block;
		margin: 0 15px;
		color: #FFF;
	}
	section#subNav #subNavInner ul li a {
		display: block;
		padding-bottom: 15px;
		font-size: 16px;
		color: #FFF;
		font-family:'Noto Sans Japanese';
		border-bottom: 3px solid rgba(60,60,60,0);
	}
	section#subNav #subNavInner ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 5px;
		margin-bottom: -1px;
		background: url(../img/icon_target_blank_w.png) no-repeat center;
		background-size: contain;
	}
	section#subNav #subNavInner ul li a.act,
	section#subNav #subNavInner ul li a:hover{
		border-bottom: 3px solid #eb0028;
	}

	/*=== devise ===*/
	/*-- navDeviseSp --*/
	.navDeviseSp {
		display: none !important;
	}

}

@media (max-width:900px){

	/*====== header ======*/
	header {
		height: 75px;
	}
	/*-- head --*/
	#head {
		position: relative;
		display: block;
		height: 75px;
		padding: 0;
		overflow: visible;
	}
	#hdLogo {
		position: absolute;
		display: block;
		top: 15px;
		left: 15px;
		width: 39px;
		height: auto;
	}
	.logoNo {
		display: none !important;
	}
	#navArea {
		display: none;
		background-color: #000;
		overflow: hidden;
	}
	nav {
		margin-top: 85px;
	}
	nav ul {
		display: block;
		line-height: 1.75;
	}
	nav ul li {
		display: block;
		margin-right: 0;
		color: #FFF;
		border-bottom: 1px solid #2b2b2f;
	}
	nav ul li:first-child {
		border-top: 1px solid #2b2b2f;
	}
	nav ul li a {
		display: block;
		padding: 20px 25px;
		font-size: 16px;
		font-weight: normal;
		color: #FFF;
	}
	nav ul li.btnProgramguide a {
		display: inline-block;
		margin-left: 0;
		padding-left: 15px;
	}
	nav ul li.btnProgramguide a:first-child {
		margin-right: 0;
		padding-left: 25px;
		padding-right: 15px;
	}
	nav ul li.subNavSp a {
		position: relative;
	}
	nav ul li.subNavSp a span.iconSubnav {
		position: absolute;
		top: 50%;
		right: 25px;
		display: block;
		margin-top: -6px;
		transition: all 0.5s ease;
	}
	nav ul li.subNavSp a span.iconSubnav span {
		position: relative;
		display: block;
		width: 12px;
		height: 12px;
	}
	nav ul li.subNavSp a span.iconSubnav span::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		display: block;
		width: 12px;
		height: 2px;
		background-color: #FFF;
		transition: all 0.5s ease;
	}
	nav ul li.subNavSp a span.iconSubnav span::after {
		content: "";
		position: absolute;
		top: 0;
		left: 5px;
		display: block;
		width: 2px;
		height: 12px;
		background-color: #FFF;
		transition: all 0.5s ease;
	}
	nav ul li.subNavSp a.subNavOpen span.iconSubnav {
		margin-top: -18px;
		-webkit-transform: translateY(10px) rotate(-180deg);
		transform: translateY(10px) rotate(-180deg);
	}
	nav ul li.subNavSp a.subNavOpen span.iconSubnav span::after {
		top: 6px;
		height: 0;
	}
	nav ul li.subNavSp ul {
		display: none;
		padding-bottom: 17px;
	}
	nav ul li.subNavSp ul li {
		border: none !important;
	}
	nav ul li.subNavSp ul li a {
		padding: 12px 25px 12px 42px;
	}
	nav ul li.nav-business {
		display: block;
	}
	nav ul li.nav-business a {
		padding: 20px 25px;
		font-size: 16px;
		border: none;
	}
	#hdBtns {
		position: static;
		display: block;
		text-align: center;
	}
	#hdBtns .link-business {
		display: none;
	}
	#hdBtns ul {
		display: block;
	}
	#hdBtns ul li {
		display: inline-block;
		width: 33.333%;
		margin-left: 0;
		border-left: 1px solid #2b2b2f;
		box-sizing: border-box;
	}
	#hdBtns ul li.sc {
		display: block;
		width: 100%;
		padding: 12px 0;
		border-left: none;
		border-bottom: 1px solid #2b2b2f;
	}
	#hdBtns ul li.sc .searchBox {
		width: 64%;
		margin-left: 15px !important;
		vertical-align: text-bottom;
	}
	#hdBtns ul li.sc .searchBox input.searchField {
		width: 100%;
		height: 30px;
		padding: 0 15px;
		border-radius: 15px;
		background-color: #707070;
		box-sizing: border-box;
	}
	#hdBtns ul li:nth-child(2) {
		border-left: none;
	}
	#hdBtns ul li a {
		display: block;
		padding: 12px 0;
	}
	#hdBtns ul li a:before {
		font-size: 22px;
	}
	#ftMenu {
		display: block;
		padding: 14px 0;
		border-top: 1px solid #2b2b2f;
		background-color: #3c3c3c;
	}
	#ftMenu ul li a {
		display: block;
		padding: 14px 25px;
		font-size: 14px;
		color: #cecece;
	}
	#ftMenu ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 5px;
		margin-bottom: -1px;
		background: url(../img/icon_target_blank_w.png) no-repeat center;
		background-size: contain;
	}
	#navBtn {
		position: absolute;
		top: 26px;
		right: 15px;
		display: block;
		width: 30px;
		height: 30px;
	}
	#navBtn a {
		position: relative;
		display: block;
		width: 30px;
		height: 24px;
	}
	#navBtn a span {
		position: absolute;
		display: block;
		width: 30px;
		height: 4px;
		background-color: #eb0028;
		border-radius: 4px;
		transition: all 0.5s ease;
	}
	#navBtn a.open span {
		background-color: #FFF;
	}
	#navBtn a span:nth-child(1) {
		top: 0;
	}
	#navBtn a span:nth-child(2) {
		top: 10px;
	}
	#navBtn a span:nth-child(3) {
		bottom: 0;
	}
	#navBtn a.open span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	#navBtn a.open span:nth-child(2) {
		opacity: 0;
	}
	#navBtn a.open span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	
	/*=== top ===*/
	/*-- program --*/
	section#program .top-main_slide {
		width: 100% !important;
		padding: 76px 0 0;
	}
	
	section#program .rec-item:nth-child(3n) {
		width: calc(100% - 20px);
		min-height: 350px;
	}
	section#program .rec-item:nth-child(3n) a {
		display: block;
	}
	section#program .rec-item:nth-child(3n) .item-excerpt {
		display: block;
		width: auto;
		min-width: auto;
		height: auto;
	}
	section#program .rec-item:nth-child(3n) .img-box {
		width: 100%;
	}
	section#program .rec-item:nth-child(3n) .img-box .itemImg {
		height: 0;
		padding-top: 50%;
	}

	/*=== page ===*/
	/*-- subNav --*/
	section#subNav {
		display: none;
	}

	/*=== timetable ===*/
	section#content.timetable .timetable_bnr_on.scrollOn {
		padding: 160px 40px 0;
	}
	/* dayArea */
	section#content.timetable .scrollOn {
		padding: 50px 40px 0;
	}

	/*====== contentArea ======*/
	#contentArea,
	section#subNav + #contentArea {
		margin-top: 76px;
		padding-top: 0;
	}
	body[data-page="home"] #contentArea,
	body[data-page="rec"] #contentArea,
	body[data-page="pgm"] #contentArea,
	body[data-page="lp"] #contentArea,
	body[data-page="janet"] #contentArea {
		margin-top: 0;
		padding-top: 0;
	}

	/*=== works ===*/
	/*-- mvAreaWorks --*/
	section#mvAreaWorks {
		width: 100%;
		margin: 0 auto;
	}

	/*=== devise ===*/
	/*-- navDevisePc --*/
	.navDevisePc {
		display: none !important;
	}
	
	/*-- bnr --*/
	section#bnr .bnrs2 ul li.only_pc {
		display: none;
	}
	section#bnr .bnrs2 ul li.only_sp {
		display: block;
	}
	section#bnr .bnrs2 ul li a img {
		width: 300px;
	}

}

@media (min-width:769px) and (max-width:970px){

	/*=== timetable ===*/
	/* dayArea */
	section#content.timetable .dayArea .days table tr th {
		flex-wrap:wrap;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 26px;
	}
	section#content.timetable .dayArea .days table tr th span.month {
		font-size: 20px;
	}
	section#content.timetable .dayArea .days table tr th span.week {
		width: 100%;
		display: block;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	/* timetableDayList */
	section#content.timetable .timetableDayList ul li > a {
		padding: 30px 100px 25px 130px;
	}
	section#content.timetable .timetableDayList ul li > span.itemNoLink {
		padding: 30px 100px 25px 130px;
	}

	/*=== search ===*/
	/*-- itemList --*/
	section#content.search .item {
		width: calc( 50% - 16px);
	}
	section#content.search .item:nth-child(3n+1) {
		margin-left: 16px;
	}
	section#content.search .item:nth-child(2n+1) {
		margin-left: 0;
	}

	/*=== season ===*/
	/*-- pgmList --*/
	section#content.season .pgmBtn {
		width: calc( 50% - 16px);
	}
	section#content.season .pgmBtn:nth-child(3n+1) {
		margin-left: 16px;
	}
	section#content.season .pgmBtn:nth-child(2n+1) {
		margin-left: 0;
	}

	/*=== works ===*/
	/* works */
	section#content #works #itemList .item {
		width: calc( 50% - 16px);
	}

}

@media (min-width:769px){

	/*=== howto ===*/
	/* howto page */
	section#content .howto .howtoInnerWidth {
		padding: 0 30px;
	}
	section#content .howto .regionArea {
		padding: 0 30px;
	}
	section#content .howto .howtoInnre2 {
		margin-top: 100px;
	}
	section#content .howto .kanyuBtn li a {
		font-size: 18px;
	}
	section#content .howto .kanyuBtn li a::before {
		left: 15px;
	}
	section#content .howto .kanyuBtn li a .txtS {
		font-size: 12px;
	}

	/*=== works ===*/
	/* works */
	section#content #works #cateSelect #cateNavSelected {
		display: none;
	}
	section#content #works #cateSelect #cateNav {
		margin-top: 90px;
		display: flex !important;
		justify-content: center;
	}
	section#content #works #cateSelect #cateNav li {
		padding: 0 20px;
		line-height: 1.2;
		border-left: 1px solid #b5b5b5;
	}
	section#content #works #cateSelect #cateNav li:first-child {
		border-left: none;
	}
	section#content #works #cateSelect #cateNav li a {
		padding-bottom: 3px;
		font-size: 19px;
		border-bottom: 2px solid rgba(232,0,36,0);
	}
	section#content #works #cateSelect #cateNav li a.active,
	section#content #works #cateSelect #cateNav li a.firstView,
	section#content #works #cateSelect #cateNav li a:hover {
		border-bottom: 2px solid rgba(232,0,36,1);
	}

	/*====== device ======*/
	.deviceSp {
		display: none !important;
	}

}

@media (max-width:864px){

	/*====== footer ======*/
	/*-- foot --*/
	#footL {
		max-width: 470px;
	}

}

@media (max-width:768px){

	/*====== cmn ======*/
	p {
		font-size: 13px;
	}
	img {
		width: auto;
		max-width: 100%;
	}

	/*-- section --*/
	
	/*=== top ===*/
	/*-- urgent_news --*/
	#urgent_news {
		padding: 10px 15px;
	}
	#urgent_news p {
		margin: 0 auto;
		font-size: 12px;
	}

	/* information */
	section#program .information-item {
		padding: 35px 7px 15px;
	}
	section#program .information-item h2 {
		font-size: 21px;
		margin-bottom: 25px;
	}
	section#program .information-item ul {
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		margin: auto;
		box-sizing: border-box;
	}
	section#program .information-item ul li {
		width: calc(50% - 16px);
		max-width: 360px;
		margin: 0 8px 20px;
	}
	section#program .information-item ul li .txt {
		font-size: 11px;
		margin-top: 5px;
	}

	/*-- program --*/
	section#program {
		padding-bottom: 60px;
	}
	section#program .item-list {
		display: block;
		padding: 0;
	}
	section#program .rec-item {
		width: calc(100% - 30px);
		margin: 30px 15px 0;
	}
	section#program .rec-item a .item-excerpt {
		padding: 23px 20px 35px;
	}
	section#program .rec-item a .item-excerpt span.cat {
		padding: 2px 10px 3px;
		font-size: 11px;
	}
	section#program .rec-item a .item-excerpt h2 {
		margin-top: 5px;
		font-size: 18px;
	}
	section#program .rec-item a .item-excerpt p {
		margin-top: 5px;
		font-size: 13px;
	}
	section#program .rec-item a .item-excerpt span.play {
		margin-top: 10px;
		font-size: 12px;
	}
	section#program .rec-item a .item-excerpt span.play::before {
		width: 17px;
		height: 17px;
		margin-bottom: -5px;
		margin-right: 6px;
	}
	
	section#program .rec-item:nth-child(3n) {
		width: calc(100% - 30px);
		min-height: auto;
	}
	section#program .rec-item:nth-child(3n) a {
		display: block;
	}
	section#program .rec-item:nth-child(3n) .item-excerpt {
		display: block;
		width: auto;
		min-width: auto;
	}

	section#program .top-main_slide a {
		display: block;
		height: 100%;
	}
	section#program .top-main_slide a .item-excerpt {
		width: 100%;
		min-width: 100%;
		height: auto;
		padding: 23px 20px 35px;
	}
	section#program .top-main_slide a .item-excerpt span.cat {
		padding: 2px 10px 3px;
		font-size: 11px;
	}
	section#program .top-main_slide a .item-excerpt h2 {
		margin-top: 5px;
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	section#program .top-main_slide a .item-excerpt p {
		margin-top: 5px;
		font-size: 13px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	section#program .top-main_slide a .item-excerpt span.play {
		margin-top: 10px;
		font-size: 12px;
	}
	section#program .top-main_slide a .item-excerpt span.play::before {
		width: 17px;
		height: 17px;
		margin-bottom: -5px;
		margin-right: 6px;
	}
	section#program .top-main_slide a .item-img-wrapper {
		width: 100%;
		height: auto;
	}
	section#program .top-main_slide a .item-img {
		height: 0;
		padding-top: 50%;
		transition: none;
	}
	section#program .top-main_slide a:hover .item-img {
		transform: scale(1);
	}
	section#program .top-main_slide a:hover .bnr-img .img {
		transform: scale(1);
	}
	section#program .top-main_slide .mainSliderItem {
		min-height: auto;
	}
	/*-- mainSliderItem dots --*/
	section#program .top-main_slide .slick-dots {
		margin: 15px 0 0;
	}
	section#program .top-main_slide .slick-dots li {
		margin: 0 7px;
	}
	section#program .top-main_slide .slick-dots li button {
		width: 9px;
		height: 9px;
		border-radius: 5px;
	}

	/*-- campaign --*/
	section#campaign {
		padding: 40px 15px 30px;
	}
	section#campaign .cpBnr {
		width: 100%;
	}

	.bx-pager {
		margin-top: 15px;
	}
	.bx-pager-item {
		display: inline-block;
		margin: 0 5px;
	}
	.bx-pager-item a {
		width: 9px;
		height: 9px;
		border-radius: 9px;
	}

	/*-- mainSliderItem pager --*/
	section#program .top-main_slide .bx-pager {
		margin: 15px 0 0;
	}
	section#program .top-main_slide .bx-pager-item {
		margin: 0 7px;
	}
	section#program .top-main_slide .bx-pager-item a {
		width: 9px;
		height: 9px;
		border-radius: 5px;
	}

	/*-- bnr --*/
	section#bnr {
		padding: 20px 15px 15px;
	}
	section#bnr .bnrs {
		width: 100%;
	}
	section#bnr .bnrs .bnrSlider {
		width: 100%;
	}
	section#bnr .bnrs2 ul {
		flex-flow: column;
		align-items: center;
	}
	section#bnr .bnrs2 ul li:first-child{
		margin-bottom: 15px
	}
	section#bnr .bnrs2 ul li a.only_pc {	
		display: none;	
	}	
	section#bnr .bnrs2 ul li a.only_sp {	
		display: block;	
	}
	
	/*=== rec ===*/
	/*-- mvArea --*/

	section#mvArea {
		padding: 76px 0 0;
	}
	section#mvArea .item-excerpt {
		padding: 23px 35px 35px;
	}
	section#mvArea .item-excerpt span.cat {
		margin-right: 15px;
		padding: 2px 10px 3px;
		font-size: 11px;
	}
	section#mvArea .item-excerpt p.ttlPresentsTxt {
		font-size: 13px;
	}
	section#mvArea .item-excerpt h1 {
		margin-top: 5px;
		font-size: 18px;
	}
	section#mvArea .item-excerpt h1.mgt-0 {
		margin-top: 0;
	}
	section#mvArea .item-excerpt p.ttlSupportedTxt {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 13px;
	}
	section#mvArea .item-excerpt p.lead {
		margin-top: 5px;
		font-size: 13px;
	}
	section#mvArea .item-excerpt p.copyR {
		margin-top: 20px;
		font-size: 11px;
	}
	section#mvArea .item-excerpt span.play {
		margin-top: 10px;
		font-size: 12px;
	}
	section#mvArea .item-excerpt span.play::before {
		width: 17px;
		height: 17px;
		margin-bottom: -5px;
		margin-right: 6px;
	}
	section#mvArea .item-excerpt p.iconLang {
		margin-top: 13px;
	}
	section#mvArea .item-excerpt p.iconLang span {
		padding: 2px 25px;
		font-size: 13px;
	}
	section#mvArea .item-img {
		height: 187px;
	}

	/*=== page ===*/
	/*-- content --*/
	section#content {
		padding: 0 15px 50px;
	}

	/*=== rec ===*/
	/* supportedBnr */
	section#content .supportedBnr {
			margin: 45px auto 0;
			padding: 0;
	}
	/* programs */
	section#content .programs {
		margin: 45px auto 0;
		padding: 0;
	}
	section#content .programs.typePgm {
		margin-top: 18px;
		padding: 16px;
	}
	section#content .programs .programImg {
		margin-bottom: 15px;
	}
	section#content .programs .programInfo h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	section#content .programs.typePgm .programInfo h3 {
		margin-bottom: 13px;
		font-size: 16px;
	}
	section#content .programs .programSche {
		float: none;
		display: table;
		margin: 25px auto 0;
	}
	section#content .programs .programSche .programScheInner {
		padding: 13px 18px 15px;
	}
	section#content .programs .programSche .programScheInner h3 {
		margin-bottom: 0;
		font-size: 15px;
	}
	section#content .programs .programSche .programScheInner ul li {
		font-size: 12px;
	}
	section#content .programs .programSche .programScheLink {
		margin-top: 15px;
	}
	section#content .programs .programSche .programScheLink a {
		font-size: 13px;
	}
	section#content .programs .programSche .programHuluLink p {
		font-size: 10px;
	}
	/* programHuluLink */
	section#content .programs .programSche .programHuluLink {
		margin-top: 15px;
	}
	section#content .programs .programSche .programHuluLink a {
		line-height: 1;
	}
	section#content .programs .programSche .programHuluLink a img {
		height: 20px;
	}
	/* programSkyperfectvLink */
	section#content .programs .programSche .programSkyperfectvLink p {
		font-size: 10px;
	}
	section#content .programs .programSche .programSkyperfectvLink {
		margin-top: 15px;
	}
	section#content .programs .programSche .programSkyperfectvLink a {
		line-height: 1;
	}
	section#content .programs .programSche .programSkyperfectvLink a img {
		height: 20px;
	}
	/* programYoutubeLink */
	section#content .programs .programSche .programYoutubeLink p {
		font-size: 10px;
	}
	section#content .programs .programSche .programYoutubeLink {
		margin-top: 15px;
	}
	section#content .programs .programSche .programYoutubeLink a {
		line-height: 1;
	}
	section#content .programs .programSche .programYoutubeLink a img {
		height: 20px;
	}
	/* programFreeLink */
	section#content .programs .programSche .programFreeLink {
		margin-top: 15px;
	}
	section#content .programs .programSche .programFreeLink p {
		font-size: 10px;
	}
	section#content .programs .programSche .programFreeLink a {
		line-height: 1;
	}

	/*=== cp ===*/
	/* campaign */
	section#content .campaign {
		margin: 30px auto 0;
		padding: 10px 14px 30px;
	}
	section#content .campaign h2 {
		font-size: 18px;
	}
	section#content .campaign h3 {
		margin-top: 30px;
		font-size: 16px;
	}
	section#content .campaign .lead {
		margin-top: 10px;
	}
	section#content .campaign table {
		margin-top: 15px;
	}
	section#content .campaign table tr th {
		width: 28%;
		max-width: 200px;
		padding: 16px 0;
		font-size: 12px;
		text-align: left;
	}
	section#content .campaign table tr td {
		padding: 16px 0 16px 15px;
		font-size: 12px;
	}
	section#content .campaign .policy-lead {
		margin-top: 30px;
	}
	section#content .campaign #policy {
		margin-top: 10px;
	}
	section#content .campaign #policy h3 {
		position: relative;
		padding: 15px;
		font-size: 16px;
	}
	section#content .campaign #policy h3:after {
		left: 15px;
		top: 15px;
		width: 28px;
		height: 28px;
		background-size: cover;
	}
	section#content .campaign #policy #policyInner {
		display: none;
		padding: 0 15px 15px;
		overflow: hidden;
	}
	section#content .campaign #policy #policyInner p {
		margin-top: 10px;
	}
	section#content .campaign .note-black {
		margin-top: 15px;
	}
	section#content .campaign .note-black {
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 15px;
	}
	section#content .campaign .note-black h3 {
		padding-bottom: 10px;
		font-size: 16px;
	}
	section#content .campaign .note-black p {
		margin-top: 15px;
	}

	/* campaignBtn */
	section#content .campaignBtn {
		margin-top: 40px;
	}
	section#content .campaignBtn ul {
		display: block;
	}
	section#content .campaignBtn ul li {
		display: block;
		margin: 20px 0 0;
		text-align: center;
	}
	section#content .campaignBtn ul li:first-child {
		margin: 0;
	}
	section#content .campaignBtn ul li a {
		display: inline-block;
		width: 100%;
		max-width: 500px;
		padding: 20px 0;
		font-size: 16px;
		color: #FFF;
	}
	section#content .campaignBtn ul li a.disagree {
		background-color: #979797;
	}
	section#content .campaignBtn ul li a.agree {
		background-color: #eb0028;
	}
	section#content .campaignBtn ul li span {
		font-size: 10px;
	}
	section#content .campaignBtn ul li span.head {
		margin-top: 0;
	}

	/*=== company ===*/
	/* company */
	section#content .company {
		margin: 15px auto 0;
		padding: 0;
	}
	section#content .company h1 {
		font-size: 18px;
	}
	section#content .company p.logoAplusE {
		margin: 30px 0 15px;
	}
	section#content .company p.logoAplusE img {
		width: 108px;
	}
	section#content .company h2.brandsTtl {
		margin-top: 20px;
		font-size: 18px;
	}
	section#content .company ul.brandsList {
		margin-top: 25px;
	}
	section#content .company ul.brandsList li {
		margin: 0 10px 20px;
	}
	section#content .company ul.brandsList li img {
		max-width: 60px;
	}
	section#content .company ul.brandsList + p {
		margin-top: 30px;
	}
	section#content .company table {
		width: 100%;
		margin-top: 25px;
	}
	section#content .company table tr {
		display: block;
		margin-top: 20px;
	}
	section#content .company table tr:first-child {
		margin-top: 0;
	}
	section#content .company table tr th {
		display: block;
		width: 100%;
		padding: 8px 0 8px 15px;
		font-size: 13px;
		border-left: 2px solid #eb0028;
		border-bottom: none;
		box-sizing: border-box;
	}
	section#content .company table tr td {
		display: block;
		width: 100%;
		padding: 8px 0 8px 15px;
		font-size: 13px;
		border-left: 2px solid #dadada;
		border-bottom: none;
		box-sizing: border-box;
	}
	section#content .company table tr td a.link-bg {
		padding: 1px 10px 2px;
	}
	section#content .company table tr td a.link-bg::after {
		width: 10px;
		height: 10px;
	}
	section#content .company table tr:first-child th {
		border-top: none;
	}
	section#content .company table tr:first-child td {
		border-top: none;
	}

	/*=== howto ===*/
	/* howto */
	section#content .howto {
		margin: 15px auto 0;
		padding: 0;
	}
	section#content .howto h1 {
		margin-bottom: 25px;
		font-size: 18px;
	}
	section#content .howto p {
		font-size: 13px;
		text-align: left;
	}
	section#content .howto .howtoInnre {
		margin-top: 30px;
		padding: 25px 0 10px;
	}
	section#content .howto .howtoInnre h2 {
		font-size: 16px;
		text-align: center;
	}
	section#content .howto .howtoInnre p {
		margin: 0 10px;
		text-align: center;
	}
	section#content .howto .howtoInnre p.comments {
		margin: 5px 15px;
		font-size: 11px;
	}
	section#content .howto .howtoInnre ul {
		margin: 16px 10px 0;
	}
	section#content .howto .howtoInnre ul li {
		padding: 0 5px 10px;
		width: 50%;
	}

	/* howtoBnr */
	section#content .howtoBnr {
		margin-top: 40px;
	}
	section#content .howtoBnr h2 {
		margin-top: 0;
		font-size: 16px;
	}
	section#content .howtoBnr ul {
		width: 80%;
		max-width: 480px;
		margin: 16px auto 0;
		text-align: left;
	}
	section#content .howtoBnr ul li {
		display: inline-block;
		width: 50%;
		margin: 0;
		padding: 0 10px 10px;
		box-sizing: border-box;
	}
	section#content .howtoBnr ul li img {
		width: auto;
		max-width: 100%;
	}
	section#content .howtoBnr ul.bnrBig {
		text-align: center;
	}
	section#content .howtoBnr ul.bnrBig li {
		width: 100%;
	}

	/* howto page */
	section#content .howto h1 img.catvTtl {
		width: 70px;
		vertical-align: bottom;
	}
	section#content .howto h1 img.broadTtl {
		width: 170px;
		vertical-align: bottom;
	}
	section#content .howto h2.subTtl {
		margin-bottom: 25px;
		font-size: 18px;
	}
	section#content .howto p.grayCaution {
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 12px;
	}
	section#content .howto .howtoInnerWidth {
		padding: 0 15px;
	}
	section#content .howto .selectRegion {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	section#content .howto .selectRegion select {
		max-width: 360px;
		font-size: 14px;
	}
	section#content .howto .regionArea {
		padding: 0 15px;
	}
	section#content .howto .regionArea table tr th {
		padding: 3px;
		font-size: 11px;
		line-height: 1.2;
	}
	section#content .howto .regionArea table tr td {
		padding: 3px;
		font-size: 10px;
	}
	section#content .howto .regionArea table tr .appBtn a {
		padding: 5px 3px;
		font-size: 11px;
	}
	section#content .howto .regionArea table tr .name .iconHd {
		padding: 0 10px 2px;
		font-size: 10px;
	}

	section#content .howto .anchorLinkBnr li {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	section#content .howto .anchorLinkBnr li.mrgLon {
		margin: 0 0 10px;
	}
	section#content .howto .anchorLinkBnr li.widthBig {
		margin: 0 0 10px;
	}
	section#content .howto .howtoInnre2 {
		margin-top: 40px;
		border: 2px solid #0099ff;
	}
	section#content .howto .howtoInnre2.bgColorYellow {
		border: 2px solid #ffed1b;
	}
	section#content .howto .howtoInnre2 h2 {
		padding: 20px 0;
	}
	section#content .howto .howtoInnre2 .innerCont {
		padding: 0 16px;
	}
	section#content .howto .howtoInnre2 p {
		text-align: left;
	}
	section#content .howto .pointList {
		margin: 17px 0 15px;
	}
	section#content .howto .pointList ul li {
		font-size: 15px;
	}
	section#content .howto table {
		width: 100%;
		margin: 20px 0 10px;
	}
	section#content .howto table th {
		width: 25%;
	}
	section#content .howto table td {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 7px;
		font-size: 12px;
		line-height: 1.3;
	}
	section#content .howto table td.price {
		width: 58px;
		padding-right: 7px;
		font-size: 16px;
		line-height: 1.3;
	}
	section#content .howto table td.price .txtS {
		font-size: 12px;
	}
	section#content .howto .cautionTxt {
		font-size: 10px;
	}
	section#content .howto .kanyuBtn {
		margin: 30px auto;
		text-align: center;
	}
	section#content .howto .kanyuBtn li {
		display: block;
		width: 100%;
	}
	section#content .howto .kanyuBtn li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	section#content .howto .kanyuBtn li a {
		padding: 15px 0 ;
		font-size: 16px;
	}
	section#content .howto .kanyuBtn li a::before {
		font-size: 14px;
		margin-top: -12px;
		left: 15px;
	}
	section#content .howto .kanyuBtn li a .txtS {
		font-size: 10px;
	}
	section#content .howto .bnrBlank {
		margin-bottom: 30px;
	}
	section#content .howto .bnrBlank a img {
		width: auto;
		max-width: 100%;
	}
	section#content .howto .madogutiArea {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	section#content .howto .madogutiArea h3 {
		margin-bottom: 15px;
		padding: 6px 0;
		font-size: 13px;
	}
	section#content .howto .madogutiArea p {
		font-size: 14px;
		text-align: center;
	}
	section#content .howto .madogutiArea p.txtS {
		margin-top: 10px;
		font-size: 12px;
	}

	/*=== contact ===*/
	/* contact */
	section#content .contact {
		margin: 15px auto 0;
		padding: 0;
	}
	section#content .contact h1 {
		font-size: 18px;
	}
	section#content .contact .leadTxt p {
		margin-top: 15px;
		font-size: 13px;
	}
	section#content .contact .leadTxt p a.icon-blank::after {
		width: 10px;
		height: 10px;
		margin-left: 3px;
		margin-right: 3px;
	}
	section#content .contact .customer {
		padding: 5px 10px;
	}
	section#content .contact .customer p {
		font-size: 12px;
	}
	section#content .contact .customer p span.txtB {
		font-size: 18px;
	}
	section#content .contact .customer p i {
		font-size: 13px;
	}
	section#content .contact .note {
		margin: 30px auto 0;
	}
	section#content .contact .note p {
		font-size: 11px;
	}
	section#content .contact .note + div {
		margin-top: 15px;
	}
	section#content .contact .contactInnre dl {
		width: 100%;
		margin: 30px auto 0;
	}
	section#content .contact .contactInnre dl dt {
		margin-top: 18px;
		font-size: 13px;
	}
	section#content .contact .contactInnre dl dt span {
		padding: 1px 6px;
		font-size: 10px;
	}
	section#content .contact .contactInnre dl dd {
		margin-top: 10px;
		padding-bottom: 20px;
	}
	section#content .contact .contactInnre dl dd select {
		width: 100%;
		padding: 8px 16% 8px 10px;
		font-size: 13px;
		background-size: contain;
	}
	section#content .contact .contactInnre dl dd select[readonly] {
		width: 100%;
		padding: 0;
		border: none;
		background: none;
		background-color: #FFF;
	}
	section#content .contact .contactInnre dl dd input {
		padding: 8px 10px;
		font-size: 13px;
	}
	section#content .contact .contactInnre dl dd input[readonly] {
		padding: 0;
		border: none;
		background-color: #FFF;
	}
	section#content .contact .contactInnre dl dd textarea {
		width: 100%;
		height: 140px;
		padding: 8px 10px;
		font-size: 13px;
	}
	section#content .contact .contactInnre dl dd textarea[readonly] {
		padding: 0;
		border: none;
		background-color: #FFF;
	}
	section#content .contact .contactInnre dl dd span.wpcf7-not-valid-tip {
		font-size: 13px;
	}
	section#content .contact .contactInnre .privacy {
		width: 100%;
		margin: 20px auto 30px;
		padding: 8px 10px;
	}
	section#content .contact .contactInnre .privacy p {
		font-size: 13px;
	}
	section#content .contact .contactInnre .privacy p a {
		color: #eb0028;
		border-bottom: 1px solid #eb0028;
	}
	section#content .btns {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	section#content .contact .contactInnre .btns input {
		width: 48%;
		padding: 10px 0;
		text-align: center;
		color: #FFF;
		font-size: 18px;
		box-sizing: border-box;
	}
	section#content .contact .contactInnre .btns input.wpcf7-back {
		margin-right: 4%;
		background-color: #979797;
	}
	section#content .contact .contactInnre .btns input.wpcf7-confirm {
		width: 100%;
	}
	section#content .contact .wpcf7-response-output {
		width: 100%;
		margin: 0 auto 0;
		padding: 8px 10px;
		font-size: 13px;
	}
	section#content .contact .topBtn {
		margin-top: 30px;
		text-align: center;
	}
	section#content .contact .topBtn a {
		display: inline-block;
		width: 100%;
		padding: 10px 0;
		font-size: 18px;
	}
	/* entry-preview */
	section#content .contact .entry-preview {
		height: 2900px;
	}
	section#content .contact .entry-preview iframe {
		margin-top: -60px;
	}

	/*=== programguide ===*/
	/* programguide */
	section#content .programguide {
		margin: 15px auto 0;
		padding: 0;
	}
	section#content .programguide h1 {
		font-size: 18px;
	}
	section#content .programguide .dlBlock {
		margin-top: 30px;
	}
	section#content .programguide .dlBlock h2 {
		padding: 18px 0 18px;
		font-size: 13px;
	}
	section#content .programguide .dlBlock ul {
		overflow: hidden;
	}
	section#content .programguide .dlBlock ul li {
		display: block;
		float: none;
		border-bottom: 1px solid #FFF;
	}
	section#content .programguide .dlBlock ul li:nth-child(2) {
		width: 100%;
		border-left: none;
	}
	section#content .programguide .dlBlock ul li:nth-last-child(2) {
		width: 100%;
	}
	section#content .programguide .dlBlock ul li a {
		padding: 15px 0 20px;
		font-size: 13px;
	}
	section#content .programguide .dlBlock ul li a span {
		padding-bottom: 3px;
	}
	section#content .programguide .dlBlock ul li a:after {
		margin-left: 15px;
		font-size: 18px;
	}
	section#content .programguide p {
		margin-top: 35px;
		font-size: 13px;
	}
	section#content .programguide .adobeReader {
		margin-top: 15px;
	}

	/*=== search ===*/
	/* countTxt */
	section#content.search .countTxt {
		font-size: 16px;
	}
	section#content.search .noArticle + p {
		margin-top: 15px;
	}
	/* searchArea */
	section#content.search .searchArea {
		margin: 15px auto 0;
	}
	/*-- itemList --*/
	section#content.search #itemList {
		margin: 25px 0 0;
	}
	section#content.search .item {
		width: calc( 50% - 14px);
		margin-bottom: 20px;
	}
	section#content.search .item:nth-child(3n+1) {
		margin-left: 14px;
	}
	section#content.search .item:nth-child(2n+1) {
		margin-left: 0;
	}
	section#content.search .item a .itemInner {
		display: block;
		padding: 14px 0;
	}
	section#content.search .item a .itemInner h2 {
		margin-top: 0;
		font-size: 15px;
	}

	/*=== season ===*/
	/* season */
	section#content.season h2 {
		margin: 35px 0 15px;
		font-size: 18px;
	}
	/*-- pgmList --*/
	section#content.season #pgmList {
		margin: 25px auto 0;
	}
	section#content.season .pgmBtn {
		width: calc( 50% - 16px);
	}
	section#content.season .pgmBtn:nth-child(3n+1) {
		margin-left: 16px;
	}
	section#content.season .pgmBtn:nth-child(2n+1) {
		margin-left: 0;
	}
	section#content.season .pgmBtn a .pgmInner h3 {
		margin-top: 0;
		font-size: 15px;
	}
	/*-- imgGallery --*/
	section#content.season #gallerySlider {
		width: 80%;
	}
	section#content.season #gallerySlider ul li {
		height: 200px;
		margin-right: 3px;
	}

/*=== timetable ===*/
section#content.timetable .pageCont h1 {
	margin-bottom: 15px;
}
section#content.timetable .pageCont h1.timetable_bnr_on {
	margin-bottom: 0;
}
section#content.timetable {
	padding-left: 0;
	padding-right: 0;
}
section#content.timetable .spScrollArea {
	overflow-x: scroll;
	left: 0 !important;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
section#content.timetable .spScrollArea::-webkit-scrollbar {
	display: none;
}
section#content.timetable .spScrollArea .scrollNo {
	left: 0 !important;
	width: 100%;
}
section#content.timetable .spScrollArea .scrollNo .dayScrollInner {
	width: 100%;
	overflow-x: scroll;
}
/* timetable_bnr */
section#content.timetable .timetable_bnr {
	padding: 4vw 4vw;
	margin: 0;
}
section#content.timetable .timetable_bnr.scrollOn {
	padding: 4vw 4vw;
	z-index: 9996;
}
/* dayDisplay */
section#content.timetable .dayDisplay {
	height: 40px;
	margin-top: 0;
}
section#content.timetable .dayDisplay.scrollOn {
	height: 0;
}
section#content.timetable .timetable_bnr_on.scrollOn {
	top: 29.712vw;
	padding: 0 0;
}
/* dayArea */
section#content.timetable .dayArea {
	width: 810px !important;
	height: 40px;
	margin-top: 0;
}
section#content.timetable .spScrollArea.spTimeDay .dayArea {
	border-left: none;
	border-right: none;
}
section#content.timetable .scrollOn,
section#content.timetable .scrollOn > .dayArea {
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	overflow-x: scroll;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
section#content.timetable .scrollOn::-webkit-scrollbar,
section#content.timetable .scrollOn > .dayArea::-webkit-scrollbar {
	display: none;
}
section#content.timetable .scrollOn.overflowNo,
section#content.timetable .scrollOn.overflowNo > .dayArea {
	overflow-x: visible;
}
section#content.timetable .dayArea .prevDay {
	width: 22px;
}
section#content.timetable .dayArea .prevDay::after {
	font-size: 15px;
}
section#content.timetable .dayArea .nextDay {
	width: 22px;
}
section#content.timetable .dayArea .nextDay::before {
	font-size: 15px;
}
section#content.timetable .dayArea .days {
	overflow: hidden;
}
section#content.timetable .dayArea .days table tr th {
	height: 39px;
	font-size: 19px;
}
section#content.timetable .dayArea .days table tr th span.month {
	font-size: 13px;
}
section#content.timetable .dayArea .days table tr th span.week {
	margin-bottom: -7px;
	font-size: 10px;
}
/* footNavDay */
section#content.timetable .footNavDay {
	position: static !important;
	display: block;
	width: 100%;
	height: 39px;
	margin-top: 20px;
}
section#content.timetable .footNavDay .footNavDayInner {
	display: flex;
	width: 100%;
	height: 39px;
	align-items: center;
	border: 1px solid #a0a0a0;
	background-color: #FFF;
	box-sizing: border-box;
}
section#content.timetable .footNavDay.scrollOn .footNavDayInner {
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
}
section#content.timetable .footNavDay .footNavDayInner .prevDay {
	flex-grow: 0;
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	padding-top: 4px;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #a0a0a0;
	box-sizing: border-box;
}
section#content.timetable .footNavDay .footNavDayInner .prevDay::before {
	display: inline-block;
	content: "\e910";
	width: 50px;
	font-size: 16px;
	font-family: 'icomoon';
	color: #3c3c3c;
}
section#content.timetable .footNavDay .footNavDayInner .prevDay::after {
	display: inline-block;
	content: "";
	width: 50px;
}
section#content.timetable .footNavDay .footNavDayInner .nextDay {
	flex-grow: 0;
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	padding-top: 4px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
section#content.timetable .footNavDay .footNavDayInner .nextDay::after {
	display: inline-block;
	content: "\e911";
	width: 50px;
	font-size: 16px;
	font-family: 'icomoon';
	color: #3c3c3c;
}
section#content.timetable .footNavDay .footNavDayInner .nextDay::before {
	display: inline-block;
	content: "";
	width: 50px;
}
section#content.timetable .footNavDay .footNavDayInner .prevDay.prevOff,
section#content.timetable .footNavDay .footNavDayInner .prevDay.prevOff::before,
section#content.timetable .footNavDay .footNavDayInner .nextDay.nextOff,
section#content.timetable .footNavDay .footNavDayInner .nextDay.nextOff::after {
	color: #a0a0a0;
}
/* timetableArea */
section#content.timetable .timetableArea {
	width: 810px;
	margin-top: 20px;
}
section#content.timetable .timetableArea.timetable_bnr_on {
	margin-top: 5.33333vw;
}
section#content.timetable .scOn + .timetableArea.timetable_bnr_on {
	margin-top: 35vw !important;
}
section#content.timetable .scOn + .timetableArea {
	margin-top: 25px;
}
section#content.timetable .timetableArea .times {
	width: 23px;
}
section#content.timetable .timetableArea .times li {
	padding-top: 10px;
}
section#content.timetable .timetableArea .times li span {
	width: 50px;
	margin-top: 10px;
	font-size: 12px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item a {
	padding: 8px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemTime {
	margin: 0 0 6px;
	padding: 2px 4px;
	font-size: 10px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td#nowonair .itemTime::after {
	width: 50px;
	height: 16px;
	top: -6px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemImg {
	height: 60px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item span.itemLang {
	margin-top: 5px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item span.itemLang::before {
	font-size: 10px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item span.itemSubtitles::before {
	font-size: 10px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item h2 {
	margin-top: 5px;
	font-size: 12px;
}
section#content.timetable .timetableArea .timetableInner table tbody tr td.item .itemInner p {
	font-size: 11px;
}
/*-- itemList --*/
section#content.timetable #itemList {
	margin: 50px 0 0;
}
/* timetableDayList */
section#content.timetable .timetableDayList {
	margin: 20px 15px 0;
}
section#content.timetable .scOn + .timetableDayList {
	margin-top: 25px;
}
section#content.timetable .timetableDayList.timetable_bnr_on {
	margin-top: 5.33333vw;
}
section#content.timetable .scOn + .timetableDayList.timetable_bnr_on {
	margin-top: 35vw !important;
}

section#content.timetable .timetableDayList ul li > a {
	padding: 15px;
}
section#content.timetable .timetableDayList ul li > span.itemNoLink {
	padding: 15px;
}
section#content.timetable .timetableDayList ul li > a::after {
	display: none;
}
section#content.timetable .timetableDayList ul li h2 {
	font-size: 14px;
}
section#content.timetable .timetableDayList ul li p {
	font-size: 10px;
}
section#content.timetable .timetableDayList .itemInner {
	position: relative;
	margin-bottom: 10px;
}
section#content.timetable .timetableDayList .itemInner::after {
	content: "\e911";
	font-size: 15px;
	font-family: 'icomoon';
	color: #1e1e1e;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}
section#content.timetable .timetableDayList ul li span.itemImg {
	float: left;
	width: 40%;
	height: 0;
	padding-bottom: 24%;
	margin-right: 10px;
}
section#content.timetable .timetableDayList ul li .itemTime {
	position: relative;
	width: auto;
	margin-top: 20px;
	text-align: left;
}
section#content.timetable .timetableDayList ul li .itemTime span {
	font-size: 16px;
}
section#content.timetable .timetableDayList ul li#nowonair .itemTime span::after {
	width: 62px;
	height: 20px;
	top: -20px;
	right: 50%;
	margin-right: -35px;
}
section#content.timetable .timetableDayList ul li span.itemCate {
	margin-top: 0;
}
section#content.timetable .timetableDayList ul li span.itemLang::before {
	font-size: 9px;
}
section#content.timetable .timetableDayList ul li span.itemSubtitles::before {
	font-size: 9px;
}

	/*=== page ===*/
	/* pageCont */
	section#content .pageCont {
		margin: 15px auto 0;
		padding: 0;
	}
	section#content .pageCont h1 {
		font-size: 18px;
	}
	section#content .pageCont h2 {
		margin-top: 25px;
		font-size: 16px;
	}
	section#content .pageCont h2 span.ttlCap {
		font-size: 13px;
	}
	section#content .pageCont h3 {
		margin-top: 15px;
		font-size: 14px;
		font-weight: 700;
	}
	section#content .pageCont p {
		margin-top: 15px;
	}
	section#content .pageCont p.caption {
		margin-top: 25px;
		font-size: 14px;
		text-align: left;
	}
	section#content .pageCont ul {
		margin-top: 15px;
		margin-left: 20px;
	}
	section#content .pageCont ul li {
		font-size: 13px;
	}
	section#content .pageCont ul.listNoStyle {
		margin-left: 5px;
	}
	section#content .pageCont ol {
		margin-top: 15px;
		margin-left: 20px;
	}
	section#content .pageCont ol li {
		font-size: 13px;
	}
	section#content .pageCont table {
		margin-top: 20px;
	}
	section#content .pageCont table tr th {
		padding: 8px 10px;
		font-size: 13px;
	}
	section#content .pageCont table tr td {
		padding: 8px 10px;
		font-size: 13px;
	}
	section#content .pageCont .faq {
		margin-top: 25px;
	}
	section#content .pageCont .faq dt::before {
		content: "Q";
		display: block;
		width: 40px;
		padding: 8px;
		font-size: 13px;
	}
	section#content .pageCont .faq dt button {
		padding: 8px 32px 8px 15px;
		font-size: 13px;
	}
	section#content .pageCont .faq dt button::after {
		font-size: 13px;
	}
	section#content .pageCont .faq dd {
		padding: 10px 32px 8px 55px;
	}
	section#content .pageCont .faq dd::before {
		width: 40px;
		padding: 8px;
		font-size: 13px;
	}
	section#content .pageCont .faq dd p a[target="_blank"]::after {
		width: 10px;
		height: 10px;
	}
	section#content .pageCont .faq dd .customer {
		padding: 5px 10px;
	}
	section#content .pageCont .faq dd .customer p {
		font-size: 12px;
	}
	section#content .pageCont .faq dd .customer p span.txtB {
		font-size: 18px;
	}
	section#content .pageCont .faq dd .customer p i {
		font-size: 13px;
	}

	/*=== news ===*/
	/* newsArea */
	section#newsArea {
		margin: 40px auto;
		padding: 0 15px;
	}
	section#newsArea h2 {
		font-size: 18px;
	}
	section#newsArea .newsListBtn {
		margin-top: 20px;
	}
	section#newsArea .newsListBtn a {
		width: 160px;
		padding: 4px 0;
		font-size: 13px;
	}

	/*=== news single ===*/
	section#content .ttl {
		padding-bottom: 10px;
	}
	section#content .ttl .dayCate span {
		width: 70px;
		font-size: 12px;
	}
	section#content .ttl .dayCate em {
		margin-right: 5px;
		padding: 0 6px;
		font-size: 8px;
	}
	section#content .ttl h1 {
		margin-top: 5px;
		font-size: 16px;
		text-align: left;
	}
	section#content .singleCont {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	section#content .singleCont p {
		margin-bottom: 20px;
	}
	section#content .newsListBtn a {
		width: 190px;
		padding: 5px 0;
		font-size: 16px;
	}

	/*=== news ===*/
	/* news */
	.newsList {
		margin-top: 30px;
	}
	.newsList ul {
		margin: 0;
	}
	.newsList ul li a {
		padding: 14px 0;
	}
	.newsList ul li a::after {
		display: none;
	}
	.newsList ul li a .dayCate span {
		width: 70px;
		font-size: 12px;
	}
	.newsList ul li a .dayCate em {
		margin-right: 5px;
		padding: 0 6px;
		font-size: 8px;
	}
	.newsList ul li a p {
		margin-top: 8px;
	}
	/*-- pagerArea --*/
	.pagerArea {
		margin-top: 30px;
	}
	.page-numbers {
		min-width:45px;
		height:45px;
		margin:0 5px;
		padding:9px 5px 0;
		font-size:14px;
	}
	.next {
		min-width: auto;
		border: none;
		padding: 9px 0 0;
	}
	.next:after {
		content:">>";
	}
	.prev,
	.archive {
		min-width: auto;
		border: none;
		padding: 9px 0 0;
	}
	.prev:before {
		content:"<<";
	}
	.current {
		background-color:#dcdcdc;
	}

	/*=== works ===*/
	/*-- mvAreaWorks --*/
	section#mvAreaWorks .bx-pager {
		margin-top: 20px;
	}
	/* worksMv */
	section#worksMv {
		height: 0;
		padding-bottom: 50%;
	}
	section#worksMv #workx_ttl {
		font-size: 26px;
		transform: translateY(-40px);
	}
	section#worksMv #scrollMore a {
		padding-bottom: 46px;
	}
	section#worksMv #scrollMore a::after {
		height: 40px;
	}
	/* works */
	section#content #works {
		padding: 30px 0 0;
	}
	section#content #works.worksBody {
		padding: 15px 0 0;
	}
	section#content #works #companyNmae {
		margin-bottom: 8px;
		font-size: 13px;
	}
	section#content #works #companyLogo {
		margin-bottom: 8px;
	}
	section#content #works h1 {
		font-size: 26px;
	}
	section#content #works h1#companyTtl {
		font-size: 18px;
	}
	section#content #works .worksNote {
		padding: 40px 0 35px;
	}
	section#content #works .worksNote.overview {
		margin-top: 35px;
	}
	section#content #works .worksNote .worksMemo {
		display: block;
	}
	section#content #works .worksNote .worksMemo ul {
		display: flex;
		margin-right: 0;
	}
	section#content #works .worksNote .worksMemo ul li {
		margin-right: 8px;
		padding: 4px 10px 3px;
		font-size: 10px;
	}
	section#content #works .worksNote .workItem {
		margin-top: 12px;
		font-size: 13px;
	}
	section#content #works .worksNote .worksText {
		margin-top: 12px;
		font-size: 13px;
	}
	section#content #works .worksNote h2 {
		font-size: 16px;
	}
	section#content #worksBnr {
		margin-top: 50px;
	}
	section#content .worksBnr ul li a img {
		width: auto;
		max-width: 100%;
	}
	section#content #works .caption {
		margin-top: 20px;
	}
	section#content #works #cateSelect {
		position: relative;
		width: 100%;
	}
	section#content #works #cateSelect #cateNavSelected {
		display: block;
		margin-top: 30px;
		box-sizing: border-box;
		border: 1px solid #c9c9c9;
		font-size: 18px;
		line-height: 1.5;
		padding: 4px 40px;
		text-align: center;
	}
	section#content #works #cateSelect #cateNavSelected::after {
		content: "";
		position: absolute;
		top: 10px;
		right: 15px;
		display: inline-block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #1e1e1e;
		border-right: 2px solid #1e1e1e;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	section#content #works #cateSelect #cateNavSelected.open::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 15px;
	}
	section#content #works #cateSelect #cateNav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		margin-top: -1px;
		border: 1px solid #c9c9c9;
		box-sizing: border-box;
		z-index: 5;
	}
	section#content #works #cateSelect #cateNav.active {
		display: block;
	}
	section#content #works #cateSelect #cateNav li {
		border-top: 1px solid #c9c9c9;
		border-left: none;
		box-sizing: border-box;
		padding: 0;
	}
	section#content #works #cateSelect #cateNav li:first-child {
		border-top: none;
	}
	section#content #works #cateSelect #cateNav li a {
		display: block;
		padding: 4px 40px;
		font-size: 18px;
		line-height: 1.5;
		border-bottom: none;
		text-align: center;
		background-color: #fff;
	}
	section#content #works #cateSelect #cateNav li a.active,
	section#content #works #cateSelect #cateNav li a:hover {
		border-bottom: none;
		background-color: #e8e8e8;
	}
	section#content #works #itemList {
		margin-top: 30px;
	}
	section#content #works #itemList .item {
		width: calc( 50% - 16px);
	}
	section#content #works #itemList .item a .cate {
		padding: 0 5px 5px;
		line-height: 1;
	}
	section#content #works #itemList .item a .cate li {
		font-size: 10px;
	}
	section#content #works #itemList .item a .itemInner {
		padding: 5px;
	}
	section#content #works #itemList .item a .itemInner .collaboCompany {
		font-size: 11px;
	}
	section#content #works #itemList .item a .itemInner .collaboCompany span {
		border-bottom: 1px solid #fff;
	}
	section#content #works #itemList .item a .itemInner h2 {
		font-size: 17px;
	}

	/*=== business ===*/
	/* businessMv */
	section#businessMv {
		height: 187px;
		background: url(../img/business/business_mv_sp.jpg) no-repeat center;
		background-size: cover;
	}
	section#businessMv #business_ttl {
		font-size: 26px;
	}
	section#businessMv #business_ttl span {
		font-size: 15px;
	}
	/* business */
	section#content #business {
		padding: 40px 0;
	}
	section#content #business h2 img {
		width: 50%;
		max-width: 136px;
	}
	section#content #business h3 {
		margin-top: 30px;
		font-size: 14px;
	}
	section#content #business p {
		margin: 20px auto 0;
	}
	section#content #business .worksList {
		margin: 20px auto 0;
	}
	section#content #business .worksList li {
		font-size: 13px;
	}
	section#content #business .aeLinks {
		margin: 35px auto 0;
	}
	section#content #business .aeLinks li {
		width: 150px;
		margin: 0 10px;
	}
	section#content #business .aeLinks li a {
		padding: 8px 10px 10px;
		font-size: 13px;
	}
	section#content #business .aeLinks li a::after {
		width: 11px;
		height: 11px;
		margin-bottom: -1px;
	}
	/* policyLinks */
	section#content #policyLinks {
		padding: 40px 0 0;
	}
	section#content #policyLinks ul li {
		margin-bottom: 5px;
		padding-left: 12px;
	}
	section#content #policyLinks ul li::before {
		top: 14px;
		width: 5px;
		height: 5px;
		border-radius: 5px;
	}
	section#content #policyLinks ul li a {
		font-size: 13px;
	}
	section#content #policyLinks ul li a[target="_blank"]::after {
		top: 6px;
		width: 11px;
		height: 11px;
	}

	/*=== 404 ===*/
	/* page404 */
	section#content .page404 h1 {
		padding-bottom: 20px;
		font-size: 24px;
		border-bottom: 1px solid #eb0028;
	}
	section#content .page404 h2 {
		text-align: left;
	}

	/*=== privacy ===*/
	/* privacyMark */
	section#content .privacyMark img {
		max-width: 80px;
	}
	
	/*=== lp ===*/
	body[data-page="lp"] #wrapper {
		min-width: auto;
	}
	#lp_head {
		position: absolute;
		padding: 10px;
	}
	#lp_hdLogo {
		float: left;
		width: 38px;
		height: 40px;
	}
	#lp_hdBtn {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		float: none;
		width: 100%;
		height: auto;
		margin: auto;
		text-align: center;
		box-sizing: border-box;
	}
	#lp_hdBtn a {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px;
		box-shadow: 0 0 0 3px #eb0028 inset, 0 0 0 4px #fff inset;
		box-sizing: border-box;
		background: #eb0028;
	}
	#lp_hdBtn a:after {
		content: "";
		position: absolute;
		right: 6px;
		bottom: 6px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 10px 10px;
		border-color: transparent transparent #ffffff transparent;
	}
	#lp_hdBtn .white {
		color: #fff;
		font-size: 16px;
		line-height: 1;
		margin: 0 0 10px;
	}
	#lp_hdBtn .yellow {
		color: #e8dc1b;
		font-size: 12px;
		line-height: 1;
	}
	body[data-page="lp"] #contentArea {
		margin-top: 0;
	}
	body[data-page="lp"] section#mvArea #mvInner {
		height: 530px;
		border-bottom: 4px solid #eb0028;
	}
	#lp_mvTtl h1 {
		font-size: 30px;
	}
	body[data-page="lp"] section#content {
		padding: 0;
	}
	
	/* leed */
	section#content .lp #leed {
		background: #000;
	}
	section#content .lp #leed .inner {
		width: 100%;
		padding: 60px 15px;
	}
	section#content .lp #leed .lp_ttl {
		font-size: 28px;
		margin-bottom: 30px;
	}
	section#content .lp #leed .lp_txt {
		font-size: 15px;
	}

	/* sec01 */
	section#content .lp [id^="sec01"] {
		background: #000;
	}
	section#content .lp [id^="sec01"] .inner {
		width: 100%;
		padding: 60px 15px;
		margin: auto;
	}
	section#content .lp [id^="sec01"] .lp_ttl {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	section#content .lp [id^="sec01"] .lp_ttl:after {
		width: 20px;
		height: 2px;
	}
	section#content .lp [id^="sec01"] .lp_txt {
		font-size: 15px;
	}

	/* sec02 */
	section#content .lp [id^="sec02"] .lp_list .lp_block .inner {
		display: block;
		width: 100%;
		padding: 60px 15px;
		margin: auto;
	}
	section#content .lp [id^="sec02"] .lp_list .lp_block .lp_img {
		width: 100%;
	}
	section#content .lp [id^="sec02"] .lp_list .lp_block .lp_video {
		width: 100%;
	}
	section#content .lp [id^="sec02"] .lp_list .lp_block .lp_box {
		width: 100%;
	}
	section#content .lp [id^="sec02"] .lp_list .lp_block .lp_hd {
		font-size: 20px;
		border-left: 2px solid #eb0028;
		height: auto;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	section#content .lp [id^="sec02"] .lp_list .lp_block .lp_txt {
		font-size: 15px;
	}

	/* sec03 */
	section#content .lp [id^="sec03"] .inner {
		width: 100%;
		/* padding: 60px 15px; */
		padding: 60px 4vw;
		margin: auto;
	}
	section#content .lp [id^="sec03"] .lp_ttl {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	section#content .lp [id^="sec03"] .bx-wrapper {
		max-width: 100% !important;
	}
	section#content .lp [id^="sec03"] .lp_ttl:after {
		width: 20px;
		height: 2px;
	}
	section#content .lp [id^="sec03"] .lp_list {
		/* margin: 0 -5px; */
		margin: 0 -0.66667vw;
	}
	section#content .lp [id^="sec03"] .lp_list .slick-slide {
		/* width: 170px !important; */
		width: 46.33333vw !important;
		height: auto;
		/* margin: 0 2.5px; */
		margin: 0 0.66667vw;
	}
	section#content .lp [id^="sec03"] .lp_list .item .in {
		padding: 15px 10px;
	}
	section#content .lp [id^="sec03"] .lp_list .item .lp_hd {
		font-size: 16px;
		line-height: 1.6;
		padding: 10px 0;
		margin: 0 10px 10px;
	}
	section#content .lp [id^="sec03"] .lp_list .item .lp_txt {
		font-size: 12px;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	section#content .lp [id^="sec03"] .lp_list .item .lp_btn {
		padding: 0 10px 10px;
	}
	section#content .lp [id^="sec03"] .lp_list .item .lp_btn a {
		font-size: 12px;
		width: 100%;
		padding: 4px 0 5px;
	}
	section#content .lp [id^="sec03"] .slick-dots {
		margin-top: 10px;
	}

	/* sec04 */
	section#content .lp [id^="sec04"] .inner {
		width: 100%;
		padding: 60px 15px;
	}
	section#content .lp [id^="sec04"] .lp_ttl {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	section#content .lp [id^="sec04"] .lp_ttl:after {
		width: 20px;
		height: 2px;
	}
	section#content .lp [id^="sec04"] .lp_youtube {
		width: 100%;
	}

	/* sec04 */
	section#content .lp .lp_temple .inner {
		width: 100%;
		padding: 60px 15px 100px;
	}
	section#content .lp .lp_temple .lp_ttl {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	section#content .lp .lp_temple .lp_ttl:after {
		width: 20px;
		height: 2px;
	}
	section#content .lp .lp_temple .tv {
		width: 100%;
		margin: 0 auto 50px;
	}
	section#content .lp .lp_temple .tv .icon {
		top: -15px;
		right: -15px;
		width: 90px;
	}
	section#content .lp .lp_temple .tv .btn {
		/* top: 140px; */
		top: 37.33333vw;
		/* width: 185px; */
		width: 49.33333vw;
	}
	section#content .lp .lp_temple .list {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}
	section#content .lp .lp_temple .list .item {
		width: 100%;
		margin-bottom: 10px;
	}
	section#content .lp .lp_temple .list .item:nth-child(1) .btn {
		/* top: 85px; */
		top: 22.66667vw;
		right: auto;
		/* left: 135px; */
		left: 36vw;
		/* width: 125px; */
		width: 33.33333vw;
	}
	section#content .lp .lp_temple .list .item:nth-child(2) .btn {
		/* top: 110px; */
		top: 29.33333vw;
		/* left: 50px; */
		left: 13.33333vw;
		width: 115px;
		width: 30.66667vw;
	}
	section#content .lp .lp_temple .list .item:nth-child(2) .tell {
		/* top: 103px; */
		top: 27.46667vw;
		/* left: 183px; */
		left: 48.8vw;
		width: 115px;
		width: 30.66667vw;
	}
	section#content .lp .lp_temple .price {
		width: 90%;
		margin: 0 auto 20px;
		text-align: center;
	}
	section#content .lp .lp_temple .tell {
		width: 90%;
		margin: 0 auto 60px;
		text-align: center;
	}
	section#content .lp .lp_temple .lp_faq {
		width: 100%;
	}
	section#content .lp .lp_temple .lp_faq dt {
		font-size: 17px;
		line-height: 1.8;
		padding: 10px 35px 10px 10px;
		background: #555;
	}
	section#content .lp .lp_temple .lp_faq dt:after {
		top: 20px;
		right: 10px;
		width: 14px;
		height: 8px;
		background: url(../img/lp/faq_arrow_sp.png) no-repeat;
		background-size: 100%;
	}
	section#content .lp .lp_temple .lp_faq dd {
		font-size: 13px;
		line-height: 1.8;
		padding: 15px 10px;
	}
	section#content .lp .pagetop {
		right: 5px;
		bottom: 5px;
		width: 40px;
	}
	#lp_foot {
		padding: 15px 0 80px;
		background-color: #000;
	}
	#lp_copy {
		clear: both;
	}
	#lp_copy p {
		font-size: 10px;
	}
	
	/*=== janet ===*/
	body[data-page="janet"] {
		background: none;
	}
	body[data-page="janet"] #wrapper {
		min-width: auto;
		background: none;
	}
	body[data-page="janet"] #contentArea {
		background: none;
	}
	#janet_head {
		width: 100%;
		min-width: auto;
		height: 90px;
		background: none;
	}
	#janet_head.hide {
		-webkit-transform: translateY(-90px);
		-ms-transform: translateY(-90px);
		-o-transform: translateY(-90px);
		transform: translateY(-90px);
	}
	.nav_open #janet_head {
		background: #fff;
	}
	#janet_hdLogo {
		top: 20px;
		left: 20px;
		width: 45px;
	}
	#janet_navBtn {
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 35px;
		height: 27px;
		z-index: 1;
	}
	#janet_navBtn a {
		position: relative;
		display: block;
		width: 35px;
		height: 27px;
	}
	#janet_navBtn a span {
		position: absolute;
		display: block;
		width: 35px;
		height: 3px;
		background: #000;
		
		transition: all 0.5s ease;
	}
	#janet_navBtn a.open span {
		background-color: #0d0d0d;
	}
	#janet_navBtn a span:nth-child(1) {
		top: 0;
	}
	#janet_navBtn a span:nth-child(2) {
		top: 12px;
	}
	#janet_navBtn a span:nth-child(3) {
		bottom: 0;
	}
	#janet_navBtn a.open span:nth-child(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	#janet_navBtn a.open span:nth-child(2) {
		opacity: 0;
	}
	#janet_navBtn a.open span:nth-child(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	
	#janet_navArea {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		padding-top: 95px;
		background: #fff;
	}
	#janet_navArea nav {
		margin-top: 0;
	}
	#janet_navArea nav ul {
		position: relative;
		line-height: 1;
	}
	#janet_navArea nav ul li {
		display: block;
		margin-right: 0;
		text-align: center;
		border: 0;
	}
	#janet_navArea nav ul li a {
		font-size: 18px;
		padding: 25px 0;
	}
	#janet_navArea nav ul li a:before {
		content: none;
	}
	#janet_navArea nav ul li a:hover:before {
		display: block;
	}
	#janet_navArea nav ul li.nav-business {
		position: absolute;
		top: -6px;
		right: 0;
		margin-right: 0;
	}
	#janet_navArea nav ul li.nav-business a {
		display: block;
		padding: 5px 9px 7px;
		font-size: 14px;
		border: solid 1px #fff;
	}
	
	#janet_hdBtns ul li.sc .searchBox .pcEase {
		display: none;
	}
	#janet_hdBtns ul li.snsBtnPc {
		transition: all 0.4s ease;
	}
	#janet_hdBtns ul li.snsBtnPc.yt {
		width: 32px;
	}
	#janet_hdBtns ul li.snsBtnPc.tw {
		width: 27px;
	}
	#janet_hdBtns ul li.snsBtnPc.fb {
		width: 22px;
	}
	#janet_hdBtns ul.scOpen li.sc {
		display: inline-block;
		border-bottom-color: rgba(255,255,255,1);
	}
	#janet_hdBtns ul.scOpen li.sc .searchBox {
		width: 230px;
		margin-left: 10px;
	}
	#janet_hdBtns ul.scOpen li.sc .searchBox .pcEase {
		display: block;
	}
	#janet_hdBtns ul.scOpen li.snsBtnPc {
		width: 0;
		margin-left: 0;
	}
	
	/*-----
	 cts
	-----*/
	body[data-page="janet"] .ttl span {
		font-size: 20px;
		margin-top: 10px;
	}
	body[data-page="janet"] section#mvArea .btn {
		position: absolute;
		top: 150vw;
		right: 0;
		left: 0;
		width: 65.86667vw;
		height: 10.4vw;
		margin: auto;
		background: url(../img/janet/mv_btn_on.png) no-repeat center / 100% auto;
	}
	body[data-page="janet"] section#mvArea .btn2 {
		position: absolute;
		top: 165vw;
		right: 0;
		left: 0;
		width: 65.86667vw;
		height: 10.4vw;
		margin: auto;
		background: url(../img/janet/mv_btn2_on.png) no-repeat center / 100% auto;
	}
	
	/*-----
	 movie
	-----*/
	body[data-page="janet"] section#movie {
		background: url(../img/janet/movie_bg.png) repeat-y top left / 232px auto #ecded6;
	}
	body[data-page="janet"] section#movie .inner {
		width: 100%;
		padding: 70px 27.5px;
		margin: auto;
	}
	body[data-page="janet"] section#movie .ttl {
		width: 138.5px;
		margin: 0 auto 40px;
	}
	
	/*タブ実装*/
	body[data-page="janet"] section#movie .tab_box .btn_area {
		
	}
	body[data-page="janet"] section#movie .tab_box .tab_btn {
		/* width: 106px; */
		width: 33.3333%;
		padding: 12px 0;
		font-size: 11px;
	}
	body[data-page="janet"] section#movie .tab_box .tab_btn:nth-child(3),
	body[data-page="janet"] section#movie .tab_box .tab_btn:last-child {
		border-right: 1px solid #1b1b1b;
	}
	body[data-page="janet"] section#movie .tab_box .tab_btn:nth-child(4),
	body[data-page="janet"] section#movie .tab_box .tab_btn:last-child {
		border-top: none;
	}
	body[data-page="janet"] section#movie .tab_box .panel_area {
	    padding: 25px 0 0;
	}
	body[data-page="janet"] section#movie .tab_box .panel_area .iframe {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	body[data-page="janet"] section#movie .tab_box .panel_area .iframe iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	/*-----
	 introduction
	-----*/
	body[data-page="janet"] section#introduction {
		background: none;
	}
	body[data-page="janet"] section#introduction:before {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		content:"";
		width: 100%;
		height: 100vh;
		background: url(../img/janet/introduction_bg_sp.png) no-repeat center /  cover #44362e;
		z-index: -1;
	}
	body[data-page="janet"] section#introduction .attachment {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		z-index: -1;
		height: 100%;
		width: 100%;
	}
	body[data-page="janet"] section#introduction .clip {
		position: relative;
	    overflow: hidden;
	    clip-path: inset(0 0 0 0);
	    height: 100%;
	}
	body[data-page="janet"] section#introduction .clip img {
	    position: fixed;
	    width: 100%;
	    min-height: 100vh;
	    height: auto;
	    left: 0;
	    top: 0;
	    z-index: -1;
	    pointer-events: none;
	}
	body[data-page="janet"] section#introduction .inner {
		width: 100%;
		padding: 70px 27.5px;
		margin: auto;
	}
	body[data-page="janet"] section#introduction .ttl {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 40px;
	}
	body[data-page="janet"] section#introduction .ttl span {
		color: #e7c19b;
	}
	body[data-page="janet"] section#introduction .hd {
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 25px;
	}
	body[data-page="janet"] section#introduction .txt {
		font-size: 14px;
		line-height: 1.8;
	}
	body[data-page="janet"] section#introduction .txt + .hd {
		margin-top: 30px;
	}
	
	/*-----
	 episode
	-----*/
	body[data-page="janet"] section#episode .inner {
		width: 100%;
		padding: 70px 27.5px 0;
	}
	body[data-page="janet"] section#episode .ttl {
		width: 179px;
		margin: 0 auto 40px;
	}
	
	body[data-page="janet"] section#episode [class^="block"] {
		position: relative;
		height: auto;
		padding: 0;
		margin: 0 0 40px;
	}
	body[data-page="janet"] section#episode [class^="block"]:nth-child(odd) {
		padding: 0;
	}
	body[data-page="janet"] section#episode [class^="block"]:before {
		right: -27.5px;
		width: 100vw;
	}
	body[data-page="janet"] section#episode .block01:before {
		height: 310px;
	}
	body[data-page="janet"] section#episode .block02:before {
		height: 360px;
	}
	body[data-page="janet"] section#episode .block03:before {
		height: 360px;
	}
	body[data-page="janet"] section#episode .block04:before {
		height: 360px;
	}
	body[data-page="janet"] section#episode [class^="block"]:nth-child(odd):before {
		left: -27.5px;
	}
	body[data-page="janet"] section#episode [class^="block"] [class^="img"] {
		position: relative;
		width: 100%;
	}
	body[data-page="janet"] section#episode [class^="block"]:nth-child(odd) [class^="img"] {
		left: 0;
	}
	body[data-page="janet"] section#episode [class^="block"] [class^="box"] {
		position: relative;
		width: 100%;
		padding: 0 0 40px;
		margin: 0;
	}
	body[data-page="janet"] section#episode [class^="block"]:nth-child(odd) [class^="box"] {
		margin-left: auto;
	}
	body[data-page="janet"] section#episode [class^="block"] [class^="hd"] {
		margin: -10px 0 25px;
	}
	body[data-page="janet"] section#episode [class^="block"] [class^="hd"] img {
		width: 100%;
	}
	body[data-page="janet"] section#episode [class^="block"] .hd01 {
		width: 100%;max-width: 310px;
	}
	body[data-page="janet"] section#episode [class^="block"] .hd02 {
		width: 210px;
	}
	body[data-page="janet"] section#episode [class^="block"] .hd03 {
		width: 145px;
	}
	body[data-page="janet"] section#episode [class^="block"] .hd04 {
		width: 220px;
	}
	body[data-page="janet"] section#episode [class^="block"] [class^="hd"] span {
		font-size: 20px;
		margin: 25px 0 0;
	}
	body[data-page="janet"] section#episode [class^="block"] .txt {
		font-size: 14px;
		line-height: 1.8;
	}
	
	/*-----
	 cast
	-----*/
	body[data-page="janet"] section#cast {
		color: #1b1b1b;
		background: url(../img/janet/cast_bg_pc.png) repeat-y top left / 232px auto #fff;
	}
	body[data-page="janet"] section#cast .inner {
		width: 100%;
		padding: 70px 27.5px;
	}
	body[data-page="janet"] section#cast .ttl {
		width: 110px;
		margin: 0 auto 40px;
	}
	body[data-page="janet"] section#cast .ttl span {
		color: #1b1b1b;
	}
	body[data-page="janet"] section#cast .img {
		width: 100%;
		margin: 0 auto 35px;
	}
	body[data-page="janet"] section#cast .iframe {
		width: 100%;
		margin: 0 auto 35px;
	}
	body[data-page="janet"] section#cast .post {
		font-size: 11px;
		margin: 0 0 15px;
	}
	body[data-page="janet"] section#cast .name {
		font-size: 19px;
		margin: 0 0 20px;
	}
	body[data-page="janet"] section#cast .name .en {
		display: block;
		color: #ad846c;
		font-size: 16px;
		margin: 15px 0 0;
	}
	body[data-page="janet"] section#cast .txt {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 50px;
	}
	body[data-page="janet"] section#cast .more {
		font-size: 20px;
		text-align: center;
	}
	body[data-page="janet"] section#cast .cast_wrap {
		display: block;
		-webkit-flex-wrap: wrap;
	}
	body[data-page="janet"] section#cast .cast_box {
		width: 100%;
	}
	body[data-page="janet"] section#cast .cast_box:not(:last-child) {
		margin: 0 0 50px;
	}
	body[data-page="janet"] section#cast .cast_box .post {
		font-size: 11px;
	}
	body[data-page="janet"] section#cast .cast_box .name {
		font-size: 19px;
	}
	body[data-page="janet"] section#cast .cast_box .name .en {
		font-size: 16px;
	}
	
	/*-----
	 interview
	-----*/
	body[data-page="janet"] section#interview {
		background: none;
	}
	body[data-page="janet"] section#interview.scroll_on:before {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		content:"";
		width: 100%;
		height: 100vh;
		background: url(../img/janet/interview_bg_sp.png) no-repeat center /  cover #44362e;
		z-index: -1;
	}
	body[data-page="janet"] section#interview .inner {
		width: 100%;
		padding: 70px 27.5px;
		margin: auto;
	}
	body[data-page="janet"] section#interview .ttl {
		width: 255px;
		margin: 0 auto 40px;
	}
	body[data-page="janet"] section#interview .hd {
		font-size: 18px;
		line-height: 2;
		argin-bottom: 70px;
	}
	body[data-page="janet"] section#interview dl {
		font-size: 14px;
		margin: 0 0 30px;
	}
	body[data-page="janet"] section#interview dl dt {
		position: relative;
		padding: 5px 40px 0 0;
		margin: 0 0 20px;
	}
	body[data-page="janet"] section#interview dl dt:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30px;
		height: 30px;
		margin: auto;
		background: url(../img/janet/interview_btn_off.png) no-repeat center / 100% auto;
	}
	body[data-page="janet"] section#interview dl dt.active:before {
		background: url(../img/janet/interview_btn_on.png) no-repeat center / 100% auto;
	}
	body[data-page="janet"] section#interview dl dd {
		display: none;
	}
	
	/*-----
	 howtowatch
	-----*/
	body[data-page="janet"] section#howtowatch .inner {
		width: 100%;
		padding: 70px 27.5px;
	}
	body[data-page="janet"] section#howtowatch .ttl {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 40px;
	}
	body[data-page="janet"] section#howtowatch .hd {
		font-size: 18px;
		margin-bottom: 25px;
	}
	body[data-page="janet"] section#howtowatch .img {
		width: 100%;
		max-width: 320px;margin: 0 auto 20px;
	}
	body[data-page="janet"] section#howtowatch .txt {
		font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
		font-size: 11px;
		text-align: left;
		margin-bottom: 30px;
	}
	body[data-page="janet"] section#howtowatch .bnr {
		display: block;
		margin: 0 0 30px;
	}
	body[data-page="janet"] section#howtowatch .bnr .item {
		width: 100%;
		margin: 0 0 15px;
	}
	body[data-page="janet"] section#howtowatch [class^="btn"] {
		width: 100%;
		max-width: 280px;
		height: 45px;
	}
	body[data-page="janet"] section#howtowatch [class^="btn"]  a {
		font-size: 13px;
	}
	body[data-page="janet"] section#howtowatch [class^="btn"] a:after {
		right: 20px;
		border-top: solid 1px #1b1b1b;
		border-right: solid 1px #1b1b1b;
		width: 5px;
		height: 5px;
		margin: auto;
		transform: rotate(45deg);
	}
	body[data-page="janet"] section#howtowatch [class^="btn"] a:hover:after {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	body[data-page="janet"] section#howtowatch .btn01 {
		margin: 0 auto 15px;
	}
	
	/*-----
	 howtowatch
	-----*/
	body[data-page="janet"] .totop {
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
	}

	#janet_foot {
		padding: 24px 0;
	}
	#janet_copy p {
		font-size: 11px;
	}
	
	/*====== footer ======*/
	footer {
		padding: 0 0 40px;
	}
	
	/*-- spSnsBtns --*/
	#spSnsBtns {
		display: block;
		padding: 15px 0;
		background-color: #000;
	}
	#spSnsBtns ul {
		text-align: center;
	}
	#spSnsBtns ul li {
		display: inline-block;
		margin: 0 20px;
	}
	#spSnsBtns ul li a:before {
		font-size: 26px;
		font-family: 'icomoon';
		color: #FFF;
	}
	#spSnsBtns ul li a.yt:before {
		content: "\e902";
	}
	#spSnsBtns ul li a.tw:before {
		content: "";
		display: inline-block;
		width: 26px;
		height: 26px;
		margin-bottom: -2px;
		background: url(../img/sns_x.svg) no-repeat center;
		background-size: contain;
	}
	#spSnsBtns ul li a.fb:before {
		content: "\e900";
		padding-right: 11.27px;
	}
	
	/*-- foot --*/
	#foot {
		padding: 0;
	}
	#footInfo {
		padding-bottom: 25px;
	}
	#footL {
		max-width: 100%;
		float: none;
	}
	#footL #ftLogo {
		text-align: center;
		margin-top: 35px;
		margin-bottom: 15px;
	}
	#footL #ftLogo img {
		width: 42px;
	}
	#footL #footMenu {
		text-align: center;
	}
	#footL #footMenu li {
		display: inline-block;
		margin-right: 0;
		padding-bottom: 4px;
		border-left: 1px solid #a8a8a8;
		line-height: 1.1;
	}
	#footL #footMenu li:first-child {
		border-left: none;
	}
	#footL #footMenu li a {
		padding: 0 10px;
		font-size: 12px;
		font-family:'Noto Sans Japanese';
	}
	#footL #footMenu-contact {
		text-align: center;
	}
	#footL #footMenu-contact li {
		display: inline-block;
		margin-right: 0;
		padding-bottom: 4px;
		border-left: 1px solid #a8a8a8;
		line-height: 1.1;
	}
	#footL #footMenu-contact li:first-child {
		border-left: none;
	}
	#footL #footMenu-contact li a {
		padding: 0 10px;
		font-size: 12px;
		font-family:'Noto Sans Japanese';
	}
	#footL #footMenu-contact li a[target="_blank"]::after {
		width: 10px;
		height: 10px;
	}
	#footR {
		float: none;
		max-width: 100%;
		padding-top: 23px;
	}
	#footR p {
		font-size: 11px;
		text-align: center;
	}
	#footR p span.tel {
		font-size: 19px;
	}
	#footR p i {
		font-size: 13px;
	}
	#copy {
		clear: both;
		margin: 0 15px;
		padding-top: 25px;
		border-top: 1px solid #dbdbdb;
	}
	#copy p {
		font-size: 9px;
	}

	/*====== device ======*/
	.devicePc {
		display: none !important;
	}
}

@media (max-width:629px){

	/*=== contact ===*/
	/* contact-ad */
	section#content .contact .contact-ad {
		height: 1400px;
	}

	/* entry-preview */
	section#content .contact .entry-preview {
		height: 3200px;
	}
	section#content .contact .entry-preview iframe {
		margin-top: -130px;
	}
	
}

@media (max-width:567px){

	/*=== search ===*/
	/*-- itemList --*/
	section#content.search .item {
		display: block;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	section#content.search .item:nth-child(3n+1) {
		margin-left: auto;
	}
	section#content.search .item:nth-child(2n+1) {
		margin-left: auto;
	}

	/*=== season ===*/
	/*-- pgmList --*/
	section#content.season .pgmBtn {
		display: block;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	section#content.season .pgmBtn:nth-child(3n+1) {
		margin-left: auto;
	}
	section#content.season .pgmBtn:nth-child(2n+1) {
		margin-left: auto;
	}

	/*=== works ===*/
	/* works */
	section#content #works #itemList .item {
		display: block;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	/*=== contact ===*/
	/* contact-video */
	section#content .contact .contact-video {
		height: 3600px;
	}
	
}

@media (max-width:480px){
	
	/*-- bnr --*/
	section#bnr .bnrs {
		margin: 0 auto 22.5px;
	}
	
}

@media (max-width:374px){
	/* janet episode */
	body[data-page="janet"] section#episode .block01:before {
		height: 360px;
	}
	body[data-page="janet"] section#episode .block02:before {
		height: 360px;
	}
	body[data-page="janet"] section#episode .block03:before {
		height: 360px;
	}
	body[data-page="janet"] section#episode .block04:before {
		height: 360px;
	}
}
