@charset 'UTF-8';
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section,
a,
span{
	    box-sizing: border-box;

	-ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td{
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var{
	font-weight: normal;
	font-style: normal;
}

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

q:before,
q:after{
	content: '';
}

object,
embed{
	vertical-align: top;
}

hr,
legend{
	display: none;
	border: none;
}

abbr,
acronym,
fieldset{
	border: 0;
}

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

ol,
ul{
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

img{
	border: 0;
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
}

html{
	overflow-y: scroll;
	font-size: 62.5%;
}

html,
body{
	background: #ffffff;
}

body{
	min-width: 1100px;
	background-color: #f2f2f2;
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック', 'MS P Gothic',Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 750px){
	body{
		min-width: 320px;
	}
}

body.noScroll{
	position: fixed;
	width: 100%;
	height: 100%;
}

input,
textarea{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック', 'MS P Gothic',Verdana,Arial, Helvetica, sans-serif;
}

strong{
	font-weight: bold;
}

a:focus{
	outline: none;
}

a{
	opacity: 1;
	text-decoration: none;
	transition: opacity 0.4s;
}

a.tel{
	font-weight: bold;
	text-decoration: none !important;
	pointer-events: none;
}

@media only screen and (max-width: 750px){
	a.tel{
		font-size: 16px;
		font-size: 1.6rem;
		pointer-events: painted;
	}
}

a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

@media only screen and (max-width: 750px){
	a:hover{
		opacity: 1;
	}
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0{
	padding-top: 0 !important;
}

.padT1{
	padding-top: 0.5em !important;
}

.padT2{
	padding-top: 1em !important;
}

.padT3{
	padding-top: 1.5em !important;
}

.padT4{
	padding-top: 2em !important;
}

.padT5{
	padding-top: 2.5em !important;
}

.padL0{
	padding-left: 0 !important;
}

.padL1{
	padding-left: 0.5em !important;
}

.padL2{
	padding-left: 1em !important;
}

.padL3{
	padding-left: 1.5em !important;
}

.padL4{
	padding-left: 2em !important;
}

.padL5{
	padding-left: 2.5em !important;
}

.padR0{
	padding-right: 0 !important;
}

.padR1{
	padding-right: 0.5em !important;
}

.padR2{
	padding-right: 1em !important;
}

.padR3{
	padding-right: 1.5em !important;
}

.padR4{
	padding-right: 2em !important;
}

.padR5{
	padding-right: 2.5em !important;
}

.padB0{
	padding-bottom: 0 !important;
}

.padB1{
	padding-bottom: 0.5em !important;
}

.padB2{
	padding-bottom: 1em !important;
}

.padB3{
	padding-bottom: 1.5em !important;
}

.padB4{
	padding-bottom: 2em !important;
}

.padB5{
	padding-bottom: 2.5em !important;
}

.marT0{
	margin-top: 0 !important;
}

.marT1{
	margin-top: 0.5em !important;
}

.marT2{
	margin-top: 1em !important;
}

.marT3{
	margin-top: 1.5em !important;
}

.marT4{
	margin-top: 2em !important;
}

.marT5{
	margin-top: 2.5em !important;
}

.marL0{
	margin-left: 0 !important;
}

.marL1{
	margin-left: 0.5em !important;
}

.marL2{
	margin-left: 1em !important;
}

.marL3{
	margin-left: 1.5em !important;
}

.marL4{
	margin-left: 2em !important;
}

.marL5{
	margin-left: 2.5em !important;
}

.marR0{
	margin-right: 0 !important;
}

.marR1{
	margin-right: 0.5em !important;
}

.marR2{
	margin-right: 1em !important;
}

.marR3{
	margin-right: 1.5em !important;
}

.marR4{
	margin-right: 2em !important;
}

.marR5{
	margin-right: 2.5em !important;
}

.marB0{
	margin-bottom: 0 !important;
}

.marB1{
	margin-bottom: 0.5em !important;
}

.marB2{
	margin-bottom: 1em !important;
}

.marB3{
	margin-bottom: 1.5em !important;
}

.marB4{
	margin-bottom: 2em !important;
}

.marB5{
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px){
	.only-sp{
		display: none;
	}
}

@media screen and (max-width: 750px){
	.only-pc{
		display: none;
	}
}

.align-c{
	text-align: center !important;
}

.align-l{
	text-align: left !important;
}

.align-r{
	text-align: right !important;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap{
	clear: both;
	width: auto;
	margin: 0 auto;
}

/* search-box
-----------------------------*/
.search-box{
	width: 360px;
	margin-left: 20px;
	/* search ui styles */
}

.search-box .gsc-search-box{
	width: 360px;
	height: 50px;
	border-radius: 25px;
	background-color: #eaeaea;
}

.search-box .gsc-input-box{
	border: none;
	background: none;
}

.search-box .gsc-input-box .gsib_a{
	padding: 5px 9px 4px 23px;
}

.search-box .gsc-input-box input.gsc-input{
	background-color: rgba(255, 255, 255, 0) !important;
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: top;
	line-height: 1;
}

.search-box .gsc-search-button-v2{
	margin-right: 10px;
	padding: 15px 15px;
	border: none;
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_search.png) center center no-repeat;
	outline: none;
	cursor: pointer;
}

.search-box .gsc-search-button-v2:focus{
	border: none;
	outline: none;
	box-shadow: none;
}

.search-box .gsc-search-button-v2:hover{
	border-color: transparent;
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_search.png) center center no-repeat;
}

.search-box .gsc-search-button-v2 svg{
	display: none;
}

/* #tpl-header
-----------------------------*/
#tpl-header{
	width: 100%;
	height: 146px;
	background: #ffffff;
}

@media only screen and (max-width: 750px){
	#tpl-header{
		height: 180px;
	}
}

#tpl-header #header-contents{
	top: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background-color: #ffffff;
}

@media only screen and (max-width: 750px){
	#tpl-header #header-contents{
		z-index: 1000;
	}
}

@media only screen and (max-width: 750px){
	#tpl-header #header-contents{
		height: 100%;
		padding-top: 50px;
	}
}

#tpl-header .tpl-inner-wrap{
	background: none;
}

@media only screen and (max-width: 750px){
	#tpl-header .tpl-inner-wrap{
		z-index: 1000;
	}
}

#header{
	/* flex */
	display: flex;
	flex-direction: row;
	width: 1100px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;

	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (max-width: 750px){
	#header{
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #ffffff;
	}
}

@media screen and (max-width: 750px){
	#header .logo{
		padding-left: 2vw;
	}
}

#header .logo img{
	width: 274px;
	height: auto;
}

#header .logo img _::content,
#header .logo img _:future,
#header .logo img:not(*:root){
	image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 750px){
	#header .logo img{
		width: 43.46667vw;
	}
}

#header .header-links{
	/* flex */
	display: flex;
	flex-direction: row;

	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width: 750px){
	#header .header-links{
		display: none;
	}
}

#header .header-links .link-list{
	/* flex */
	display: flex;
	flex-direction: row;

	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

#header .header-links .link-list li{
	margin-left: 5px;
}

@media screen and (max-width: 750px){
	#header-contents >.tpl-inner-wrap{
		position: relative;
	}
}

/* pc gnav */
#gnav-wrap{
	height: 56px;
	background-color: #333333;
}

@media screen and (max-width: 750px){
	#gnav-wrap{
		overflow-x: scroll;
		overflow-y: hidden;
		height: 50px;
	}
}

#gnav-wrap .sp-left-button,
#gnav-wrap .sp-right-button{
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 0;
	padding: 50px 0 0 0;
	background: red;
	background: linear-gradient(to right, #333333 0%, rgba(51, 51, 51, 0) 100%);
}

#gnav-wrap .sp-left-button.active,
#gnav-wrap .active.sp-right-button{
	display: block;
}

#gnav-wrap .sp-left-button:before,
#gnav-wrap .sp-right-button:before{
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 10px;
	width: 11px;
	height: 11px;
	margin: auto;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #ffffff;
	content: '';
	transform: rotate(-135deg);
}

#gnav-wrap .sp-right-button{
	right: 0;
	left: auto;
	background: linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) 100%);
}

#gnav-wrap .sp-right-button:before{
	right: 10px;
	left: auto;
	transform: rotate(45deg);
}

@media screen and (min-width: 751px){
	#gnav-wrap .sp-left-button,
	#gnav-wrap .sp-right-button,
	#gnav-wrap .sp-right-button{
		display: none;
	}
}

#gnav-wrap nav{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 750px){
	#gnav-wrap nav{
		width: auto;
	}
}

#gnav-wrap nav #gnav{
	/* flex */
	display: flex;
	flex-direction: row;
	height: 56px;

	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (max-width: 750px){
	#gnav-wrap nav #gnav{
		height: 50px;
	}
}

#gnav-wrap nav #gnav li{
	/* flex */
	display: flex;

	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px){
	#gnav-wrap nav #gnav li{
		position: relative;
	}
	#gnav-wrap nav #gnav li .stat{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 2em;
		height: 2em;
		margin: auto;
		background: rgba(255, 255, 255, 0.8);
		color: #ff0000;
		font-weight: bold;
		text-align: center;
		line-height: 2em;
	}
}

#gnav-wrap nav #gnav li a{
	display: block;
	    box-sizing: border-box;
	padding: 5px 13px;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
	letter-spacing: -0.06em;

	-ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
}

@media screen and (max-width: 750px){
	#gnav-wrap nav #gnav li a{
		padding: 5px 3.5vw;
		font-size: 24px;
		font-size: 3.2vw;
		white-space: nowrap;
	}
}

#gnav-wrap nav #gnav li:before{
	display: block;
	width: 2px;
	height: 26px;
	background-color: #4b4b4b;
	content: '';
}

@media screen and (max-width: 750px){
	#gnav-wrap nav #gnav li:before{
		width: 1px;
		height: 30px;
	}
}

@media screen and (max-width: 750px){
	#gnav-wrap nav #gnav li:first-child:before{
		display: none;
	}
}

#gnav-wrap nav #gnav li:last-child::after{
	display: block;
	width: 2px;
	height: 26px;
	background-color: #4b4b4b;
	content: '';
}

@media screen and (max-width: 750px){
	#gnav-wrap nav #gnav li:last-child::after{
		display: none;
	}
}

/* sp gnav */
#sp-genre-wrap{
	display: none;
}

@media screen and (max-width: 750px){
	#sp-genre-wrap{
		position: fixed;
		z-index: 100;
		top: 50px;
		width: 100%;
		height: 100vh;
		height: calc(100vh - 50px);
		border-top: 1px solid #939393;
		background: rgba(0, 0, 0, 0.4);
	}
	#sp-genre-wrap #sp-genre{
		overflow-y: auto;
		position: absolute;
		top: 0;
		right: -73%;
		width: 72%;
		height: 100%;
		padding-bottom: 15px;
		background-color: #f2f2f2;
		transition: right 0.4s;
	}
	#sp-genre-wrap #sp-genre.opened{
		right: 0;
	}
	#sp-genre-wrap #sp-genre dt{
		padding-top: 15px;
		padding-bottom: 18px;
		color: #7d7d7d;
		font-size: 26px;
		font-size: 3.46667vw;
		font-weight: bold;
		text-align: center;
	}
	#sp-genre-wrap #sp-genre dd{
		width: 92.59%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 70px;
	}
	#sp-genre-wrap #sp-genre dd ul:not(.link-list) li +li{
		margin-top: 5px;
	}
	#sp-genre-wrap #sp-genre dd ul:not(.link-list) li a{
		display: block;
		position: relative;
		padding: 15px 0;
		padding-left: 18px;
		border-radius: 10px;
		background-color: #ffffff;
		color: #000000;
		font-size: 26px;
		font-size: 3.46667vw;
		font-weight: bold;
		text-decoration: none;
	}
	#sp-genre-wrap #sp-genre dd ul:not(.link-list) li a::after{
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #999999;
		border-right: 2px solid #999999;
		content: '';
		transform: translateY(-50%) rotate(45deg);
	}
	#sp-genre-wrap #sp-genre dd .link-list{
		/* flex */
		display: flex;
		flex-direction: row;
		margin-top: 20px;

		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sp-genre-wrap #sp-genre dd .link-list li img{
		width: 100%;
		height: auto;
	}
	#sp-genre-wrap #sp-genre dd .link-list li:not(:last-child){
		width: 49%;
	}
	#sp-genre-wrap #sp-genre dd .link-list li:last-child{
		margin-top: 10px;
	}
	#sp-genre-wrap #sp-genre dd .search-box{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	#sp-genre-wrap #sp-genre dd .search-box .gsc-search-box{
		width: 100%;
		background-color: #ffffff;
	}
	#sp-genre-wrap #sp-genre dd .search-box .gsc-search-box .gsc-input{
		padding-right: 0;
	}
	#sp-genre-wrap #sp-genre dd .search-box .gsc-search-box .gsib_a{
		font-size: 10px;
		font-size: 1rem;
	}
}

.sp-header-link{
	display: none;
}

@media screen and (max-width: 750px){
	.sp-header-link{
		/* flex */
		display: flex;
		flex-direction: row;

		align-items: center;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 769px){
	.sp-search{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.sp-search{
		display: flex;
		height: 80px;
		padding: 0 10px;

		align-items: center;
	}
	.sp-search >div{
		width: 100%;
		/* search ui styles */
	}
	.sp-search >div .gsc-search-box{
		height: 50px;
		margin: 0;
		border-radius: 25px;
		background-color: #eaeaea;
	}
	.sp-search >div .gsc-input-box{
		border: none;
		background: none;
	}
	.sp-search >div .gsc-input-box .gsib_a{
		padding: 5px 9px 4px 23px;
	}
	.sp-search >div .gsc-input-box input.gsc-input{
		background-color: rgba(255, 255, 255, 0) !important;
		font-size: 13px;
		font-size: 1.3rem;
		vertical-align: top;
		line-height: 1;
	}
	.sp-search >div .gsc-search-button-v2{
		margin-right: 10px;
		padding: 15px 15px;
		border: none;
		background: url(/wp-content/themes/Twellv/assets/common/img/icon_search.png) center center no-repeat;
		outline: none;
		cursor: pointer;
	}
	.sp-search >div .gsc-search-button-v2:focus{
		border: none;
		outline: none;
		box-shadow: none;
	}
	.sp-search >div .gsc-search-button-v2:hover{
		border-color: transparent;
		background: url(/wp-content/themes/Twellv/assets/common/img/icon_search.png) center center no-repeat;
	}
	.sp-search >div .gsc-search-button-v2 svg{
		display: none;
	}
}

/* life enta */
@media screen and (max-width: 750px){
	.life-enta{
		width: 16.8vw;
		height: 9.6vw;
		border-radius: 0.66667vw;
		background-color: #5a98dd;
		box-shadow: 0 0.26667vw 1.06667vw 0 rgba(0, 0, 0, 0.3);
	}
	.life-enta a{
		display: flex;
		width: 16.8vw;
		height: 9.6vw;
		color: #ffffff;
		font-size: 2.93333vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		white-space: nowrap;

		align-items: center;
		justify-content: center;
	}
}

/* program guide */
@media screen and (max-width: 750px){
	.program-guide{
		width: 14.53333vw;
		height: 9.6vw;
		margin-right: 2.66667vw;
		border-radius: 0.66667vw;
		background-color: #f2a551;
		box-shadow: 0 0.26667vw 1.06667vw 0 rgba(0, 0, 0, 0.3);
	}
	.program-guide a{
		display: flex;
		width: 14.53333vw;
		height: 9.6vw;
		color: #ffffff;
		font-size: 2.93333vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		white-space: nowrap;

		align-items: center;
		justify-content: center;
	}
}

/* humbergar
-----------------------------*/
#humMenuWrap{
	display: none;
}

@media only screen and (max-width: 750px){
	#humMenuWrap{
		display: block;
		width: 14.53333vw;
		height: 12.13333vw;
		/* humberger menu animation */
	}
	#humMenuWrap #humMenu,
	#humMenuWrap #humMenu span{
		display: inline-block;
		transition: all 0.4s;
	}
	#humMenuWrap #humMenu{
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: top;
	}
	#humMenuWrap #humMenu::after{
		display: block;
		position: absolute;
		bottom: 2.4vw;
		left: 50%;
		width: 7.06667vw;
		height: 2vw;
		background: url(/wp-content/themes/Twellv/assets/common/img/menu.png) left top no-repeat;
		background-size: 7.06667vw auto;
		content: '';
		transform: translateX(-50%);
	}
	#humMenuWrap #humMenu::after _::content,
	#humMenuWrap #humMenu::after _:future,
	#humMenuWrap #humMenu::after:not(*:root){
		image-rendering: -webkit-optimize-contrast;
	}
	#humMenuWrap #humMenu .barwrap{
		display: inline-block;
		position: absolute;
		top: 12px;
		width: 4.8vw;
		height: 2.93333vw;
		transform: translateX(-50%);
	}
	#humMenuWrap #humMenu.active::after{
		display: block;
		position: absolute;
		bottom: 2.4vw;
		left: 50%;
		width: 8.26667vw;
		height: 2.13333vw;
		background: url(/wp-content/themes/Twellv/assets/common/img/close.png) left top no-repeat;
		background-size: 8.26667vw auto;
		content: '';
		transform: translateX(-50%);
	}
	#humMenuWrap #humMenu.active::after _::content,
	#humMenuWrap #humMenu.active::after _:future,
	#humMenuWrap #humMenu.active::after:not(*:root){
		image-rendering: -webkit-optimize-contrast;
	}
	#humMenuWrap #humMenu span.bar{
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.48vw;
		background-color: #333333;
	}
	#humMenuWrap #humMenu span.bar:nth-of-type(1){
		top: 0;
	}
	#humMenuWrap #humMenu span.bar:nth-of-type(2){
		top: 1.2vw;
	}
	#humMenuWrap #humMenu span.bar:nth-of-type(3){
		bottom: 0;
	}
	#humMenuWrap #humMenu span.bar:nth-of-type(1){
		animation: menu-bar01 0.75s forwards;
	}
	@keyframes menu-bar01{
		0%{
			transform: translateY(1.2vw) rotate(30deg);
		}
		50%{
			transform: translateY(1.2vw) rotate(0);
		}
		100%{
			transform: translateY(0) rotate(0);
		}
	}
	#humMenuWrap #humMenu span.bar:nth-of-type(2){
		opacity: 1;
		transition: all 0.25s 0.25s;
	}
	#humMenuWrap #humMenu span.bar:nth-of-type(3){
		animation: menu-bar02 0.75s forwards;
	}
	@keyframes menu-bar02{
		0%{
			transform: translateY(-1.2vw) rotate(-30deg);
		}
		50%{
			transform: translateY(-1.2vw) rotate(0);
		}
		100%{
			transform: translateY(0) rotate(0);
		}
	}
	#humMenuWrap #humMenu.active span.bar:nth-of-type(1){
		animation: active-menu-bar01 0.75s forwards;
	}
	@keyframes active-menu-bar01{
		0%{
			transform: translateY(0) rotate(0);
		}
		50%{
			transform: translateY(1.2vw) rotate(0);
		}
		100%{
			transform: translateY(1.2vw) rotate(30deg);
		}
	}
	#humMenuWrap #humMenu.active span.bar:nth-of-type(2){
		opacity: 0;
	}
	#humMenuWrap #humMenu.active span.bar:nth-of-type(3){
		animation: active-menu-bar03 0.75s forwards;
	}
	@keyframes active-menu-bar03{
		0%{
			transform: translateY(0) rotate(0);
		}
		50%{
			transform: translateY(-1.2vw) rotate(0);
		}
		100%{
			transform: translateY(-1.2vw) rotate(-30deg);
		}
	}
}

/* #tpl-topicpath
-----------------------------*/
#tpl-topicpath{
	width: 100%;
	background-color: #ffffff;
}

@media screen and (max-width: 750px){
	#tpl-topicpath{
		overflow-x: auto;
	}
}

#tpl-topicpath .tpl-inner-wrap{
	/* flex */
	display: flex;
	width: 1100px;
	min-height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;

	align-items: center;
	justify-content: flex-start;
}

@media screen and (max-width: 750px){
	#tpl-topicpath .tpl-inner-wrap{
		width: auto;
		min-height: 35px;
		height: auto;
		padding: 0;
	}
}

#tpl-topicpath ul{
	/* flex */
	display: flex;
	overflow: hidden;
	flex-direction: row;

	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media screen and (max-width: 750px){
	#tpl-topicpath ul{
		overflow: visible;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;

		flex-wrap: nowrap;
	}
}

#tpl-topicpath li{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media screen and (max-width: 750px){
	#tpl-topicpath li{
		font-size: 20px;
		font-size: 2.66667vw;
		white-space: nowrap;
	}
}

#tpl-topicpath li +li::before{
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	content: '>';
}

#tpl-topicpath li a{
	color: #333333;
}

/* #tpl-contents
-----------------------------*/
#tpl-contents{
	position: relative;
	padding-bottom: 60px;
}

@media screen and (max-width: 750px){
	#tpl-contents{
		padding-bottom: 30px;
	}
}

.tpl-inner-bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	padding: 47.14286% 0 0 0;
}

.tpl-inner-bg.type-a{
	background-repeat: no-repeat;
	background-size: cover;
}

.tpl-inner-bg.type-a:after{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
	content: '';
}

.tpl-inner-bg.type-b{
	padding-top: 700px;
}

@media screen and (max-width: 750px){
	.tpl-inner-bg{
		display: none;
	}
}

.tpl-inner-wrap{
	position: relative;
	z-index: 1;
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop{
	width: 100%;
	height: 50px;
	background-color: #333333;
}

@media screen and (max-width: 750px){
	#tpl-pagetop{
		height: 45px;
	}
}

#tpl-pagetop a{
	display: block;
	/* flex */
	display: flex;
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;

	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px){
	#tpl-pagetop a{
		height: 45px;
		font-size: 15px;
		font-size: 1.5rem;
	}
}

#tpl-pagetop a span{
	letter-spacing: 0.08em;
}

#tpl-pagetop a span::before{
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	margin-right: 15px;
	margin-bottom: -2px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	opacity: 1;
	content: '';
	transform: rotate(-45deg);
}

@media screen and (max-width: 750px){
	#tpl-pagetop a span::before{
		border-width: 2px;
	}
}

/* #tpl-footer
-----------------------------*/
#tpl-footer{
	clear: both;
	background-color: #4a4a4a;
	color: #ffffff;
	/* search-box */
	/* footer-links */
}

#tpl-footer .tpl-inner-wrap{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	background: none;
}

@media screen and (max-width: 750px){
	#tpl-footer .tpl-inner-wrap{
		width: 92%;
		padding-top: 30px;
	}
}

#tpl-footer .search-box{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 750px){
	#tpl-footer .search-box{
		width: 91.3%;
	}
}

#tpl-footer .search-box .gsc-search-box{
	width: 400px;
	background-color: #cfcfcf;
}

@media screen and (max-width: 750px){
	#tpl-footer .search-box .gsc-search-box{
		width: 100%;
	}
}

#tpl-footer .footer-links{
	padding-top: 50px;
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links{
		padding-top: 30px;
	}
}

#tpl-footer .footer-links a{
	color: #ffffff;
}

#tpl-footer .footer-links .footer-links-blocks{
	/* flex */
	display: flex;
	flex-direction: row;

	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks{
		flex-direction: column;
		border-bottom: 1px solid #6c6c6c;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item:nth-child(1){
	width: 180px;
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item:nth-child(2){
	width: 180px;
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item:nth-child(3){
	width: 280px;
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item:nth-child(4){
	width: 350px;
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item{
		width: 100% !important;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl{
	letter-spacing: 0.04em;
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dt{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #6c6c6c;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dt{
		/* flex */
		display: flex;
		position: relative;
		margin: 0;
		padding: 0;
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 15px;
		border-top: 1px solid #6c6c6c;
		border-bottom: none;
		font-size: 26px;
		font-size: 3.46667vw;
		letter-spacing: -0.02em;

		align-items: center;
		justify-content: flex-start;
	}
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dt::after{
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url(/wp-content/themes/Twellv/assets/common/img/icon_footer_plus.png) left top no-repeat;
		background-size: 20px auto;
		content: '';
	}
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl.opened dt::after{
		background: url(/wp-content/themes/Twellv/assets/common/img/icon_footer_minus.png) left top no-repeat;
		background-size: 20px auto;
	}
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd{
		/* acordion style */
		display: none;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li{
	margin-bottom: 3px;
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li{
		margin-bottom: 0;
		border-top: 1px solid #6c6c6c;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li a{
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (min-width: 751px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li a{
		padding-left: 1em;
	}
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li a{
		/* flex */
		display: flex;
		position: relative;
		padding-top: 13px;
		padding-right: 35px;
		padding-bottom: 13px;
		padding-left: 25px;
		font-size: 26px;
		font-size: 3.46667vw;
		text-decoration: none;

		align-items: center;
		justify-content: flex-start;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li a::before{
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	margin-right: 10px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	vertical-align: middle;
	content: '';
	transform: rotate(45deg);
}

@media screen and (min-width: 751px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li a::before{
		position: absolute;
		top: 14px;
		left: 0;
	}
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li a::before{
		position: absolute;
		right: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li.press{
	margin-top: 30px;
}

@media screen and (max-width: 750px){
	#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li.press{
		margin-top: 0;
	}
}

#tpl-footer .footer-links .footer-links-blocks .footer-links-item dl dd li >ul{
	padding-left: 1em;
}

#tpl-footer .sns-links{
	/* flex */
	display: flex;
	flex-direction: row;
	margin-top: 40px;

	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

#tpl-footer .sns-links li{
	margin: 0 5px;
}

#tpl-footer .sns-links li a img{
	width: 50px;
	height: auto;
}

#tpl-footer .copyright{
	width: 100%;
	padding: 30px 0 25px;
	color: #919191;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 750px){
	#tpl-footer .copyright{
		padding: 30px 0;
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

#tpl-footer .copyright span{
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: sub;
}

/* ===================================
white base wrap
=================================== */
.white-base-wrap{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 50px 60px;
	background-color: #ffffff;
}

@media screen and (max-width: 750px){
	.white-base-wrap{
		width: 100%;
		margin-top: 0;
		padding: 0 0 30px 0;
	}
}

.white-base-wrap a{
	color: #004898;
	text-decoration: underline;
}

.white-base-wrap a:hover{
	text-decoration: none;
}

/* ===================================
section title
=================================== */
.section-ttl{
	margin-bottom: 25px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 750px){
	.section-ttl{
		font-size: 22px;
		font-size: 2.2rem;
		font-size: 44px;
		font-size: 5.86667vw;
	}
}

/* ===================================
hero
=================================== */
#hero{
	overflow: hidden;
	width: 100%;
	background-color: #000000;
}

#hero .hero-slider .item{
	width: 510px;
}

@media only screen and (max-width: 750px){
	#hero .hero-slider .item{
		width: 84vw;
	}
}

#hero .hero-slider a{
	display: block;
	position: relative;
	color: #ffffff;
}

@media only screen and (max-width: 750px){
	#hero .hero-slider a{
		color: #000000;
		text-decoration: none;
	}
}

#hero .hero-slider a img{
	width: 100%;
	height: auto;
}

#hero .hero-slider a .notes{
	position: absolute;
	bottom: -20px;
	width: 100%;
	min-height: 170px;
	height: auto;
	padding: 50px 20px 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 42%, rgba(0, 0, 0, 0.55) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 );
}

@media only screen and (min-width: 751px){
	#hero .hero-slider a .notes{
		opacity: 0;
		transition: all 0.4s;
	}
}

@media only screen and (max-width: 750px){
	#hero .hero-slider a .notes{
		position: static;
		bottom: auto;
		min-height: 0;
		padding: 15px;
		background: none;
		background-color: #ffffff;
	}
}

#hero .hero-slider a .notes .program-title{
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 28px;
}

@media only screen and (max-width: 750px){
	#hero .hero-slider a .notes .program-title{
		text-shadow: none;
		font-size: 30px;
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.5;
	}
}

#hero .hero-slider a .notes .onair-date{
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	font-size: 22px;
	font-size: 2.2rem;
}

@media only screen and (max-width: 750px){
	#hero .hero-slider a .notes .onair-date{
		margin-top: 5px;
		text-shadow: none;
		font-size: 30px;
		font-size: 4vw;
	}
}

#hero .hero-slider a:hover{
	opacity: 1;
}

@media only screen and (min-width: 751px){
	#hero .hero-slider a:hover .notes{
		bottom: 0;
		opacity: 1;
	}
}

#hero .hero-slider.slick-slider{
	position: relative;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 !important;
}

@media only screen and (max-width: 750px){
	#hero .hero-slider.slick-slider{
		width: 100%;
	}
}

#hero .hero-slider .slick-list{
	overflow: visible;
}

#hero .hero-slider .slick-slide{
	opacity: 0.5;
	transition: opacity 0.4s;
}

#hero .hero-slider .slick-center{
	background-color: #ffffff;
}

#hero .hero-slider .slick-active{
	opacity: 1;
}

#hero .hero-slider .slick-arrow{
	z-index: 100;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	opacity: 1;
}

#hero .hero-slider .slick-arrow::before{
	content: '';
}

#hero .hero-slider .slick-arrow.slick-prev{
	left: -35px;
	transform: rotate(225deg);
}

#hero .hero-slider .slick-arrow.slick-next{
	right: -35px;
	transform: rotate(45deg);
}

/* ===================================
onair
=================================== */
#onair{
	overflow: hidden;
	padding: 30px 0;
	background: url(/wp-content/themes/Twellv/assets/common/img/bg_onair.gif) center center repeat;
}

#onair h2{
	/* flex */
	display: flex;
	flex-direction: row;
	width: 620px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color: #004898;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;

	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

@media only screen and (max-width: 750px){
	#onair h2{
		width: 100%;
		font-size: 38px;
		font-size: 5.06667vw;

		justify-content: center;
	}
}

#onair h2::before{
	display: block;
	width: 18px;
	height: 28px;
	margin-right: 10px;
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_onair.png) center center no-repeat;
	background-size: 18px auto;
	content: '';
}

#onair .onair-slider{
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 750px){
	#onair .onair-slider{
		width: 100%;
	}
}

#onair .onair-slider .item{
	width: 620px;
	height: 180px;
	margin: 0 10px;
	background-color: #ffffff;
	outline: none;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item{
		width: 66.66666666666667vw;
		height: auto;
	}
}

#onair .onair-slider .item a{
	text-decoration: none;
}

#onair .onair-slider .item figure{
	/* flex */
	display: flex;
	flex-direction: row;

	align-items: stretch;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item figure{
		display: block;
	}
}

#onair .onair-slider .item figure .img{
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 180px;
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item figure .img{
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
}

#onair .onair-slider .item figure .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: auto;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item figure .img img{
		width: 100%;
	}
}

#onair .onair-slider .item figure .text-block{
	box-sizing: border-box;
	width: calc(620px - 320px);
	padding: 15px;
	/* flex */
	color: #000000;
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item figure .text-block{
		width: 100%;
	}
}

#onair .onair-slider .item figure .text-block .heading{
	width: 100%;
}

#onair .onair-slider .item figure .text-block .heading .time-wrap{
	/* flex */
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;

	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#onair .onair-slider .item figure .text-block .heading .time-wrap .time{
	padding: 5px 7px;
	border-radius: 3px;
	background-color: #004898;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}

#onair .onair-slider .item figure .text-block .heading .time-wrap .now{
	margin-left: 10px;
}

#onair .onair-slider .item figure .text-block .heading .time-wrap .now img{
	width: 77px;
	height: auto;
}

#onair .onair-slider .item figure .text-block .heading .time-wrap .now img _::content,
#onair .onair-slider .item figure .text-block .heading .time-wrap .now img _:future,
#onair .onair-slider .item figure .text-block .heading .time-wrap .now img:not(*:root){
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item figure .text-block .heading .time-wrap .now img{
		width: 60px;
	}
}

#onair .onair-slider .item figure .text-block .heading .program-title{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 22px;
}

#onair .onair-slider .item figure .text-block .heading .onair-date{
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

#onair .onair-slider .item figure .text-block .description{
	width: 100%;
	min-height: 57px;
	color: #999999;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

@media only screen and (max-width: 750px){
	#onair .onair-slider .item figure .text-block .description{
		min-height: 51px;
		font-size: 11px;
		font-size: 1.1rem;
	}
}

#onair .onair-slider .slick-list{
	overflow: visible;
}

#onair .onair-slider .slick-slide{
	opacity: 0.4;
	transition: opacity 0.4s;
}

#onair .onair-slider .slick-active{
	opacity: 1;
}

#onair .onair-slider .slick-active:hover{
	opacity: 0.7;
}

#onair .onair-slider .slick-arrow{
	z-index: 100;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background-color: #ffffff;
	opacity: 1;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

#onair .onair-slider .slick-arrow:hover{
	background: #ffffff !important;
}

#onair .onair-slider .slick-arrow::before{
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-top: 2.5px solid #004898;
	border-right: 2.5px solid #004898;
	opacity: 1;
	font-size: 0;
}

#onair .onair-slider .slick-arrow.slick-prev{
	left: -74px;
}

#onair .onair-slider .slick-arrow.slick-prev::before{
	top: 27px;
	left: 27px;
	transform: rotate(225deg);
}

#onair .onair-slider .slick-arrow.slick-next{
	right: -74px;
}

#onair .onair-slider .slick-arrow.slick-next::before{
	top: 26px;
	left: 24px;
	transform: rotate(45deg);
}

#onair .btn-wrap{
	padding-bottom: 0;
}

.backToList{
	display: flex;
	padding: 6px 0;
	background: #5a5a5a;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;

	align-items: center;
	justify-content: center;
}

.backToList:hover{
	opacity: 1;
	color: #dddddd;
	text-decoration: none;
}
