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

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


/* =================================
	keyframes
================================= */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	from, 11.1%, to {
		transform: none;
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}





@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}





/*	Web Fonts
============================== */
/* Thin */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Thin.ttf') format("truetype");
	font-weight:100;
	font-style:normal;
}
/* Thin Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-ThinItalic.ttf') format("truetype");
	font-weight: 100;
	font-style:italic;
}
/* Extra Light */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-ExtraLight.ttf') format("truetype");
	font-weight:200;
	font-style:normal;
}
/* Extra Light Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-ExtraLightItalic.ttf') format("truetype");
	font-weight:200;
	font-style:italic;
}
/* Light */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Light.ttf') format("truetype");
	font-weight:300;
	font-style:normal;
}
/* Light Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-LightItalic.ttf') format("truetype");
	font-weight:300;
	font-style:italic;
}
/* Regular */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Regular.ttf') format("truetype");
	font-weight:400;
	font-style:normal;
}
/* Regular Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Italic.ttf') format("truetype");
	font-weight:400;
	font-style:italic;
}
/* medium */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Medium.ttf') format("truetype");
	font-weight:500;
	font-style:normal;
}
/* medium Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-MediumItalic.ttf') format("truetype");
	font-weight:500;
	font-style:italic;
}
/* Semi Bold */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-SemiBold.ttf') format("truetype");
	font-weight:600;
	font-style:normal;
}
/* Semi Bold Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-SemiBoldItalic.ttf') format("truetype");
	font-weight:600;
	font-style:italic;
}
/* Bold */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Bold.ttf') format("truetype");
	font-weight:700;
	font-style:normal;
}
/* Bold Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-BoldItalic.ttf') format("truetype");
	font-weight:700;
	font-style:italic;
}
/* Extra Bold */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-ExtraBold.ttf') format("truetype");
	font-weight:800;
	font-style:normal;
}
/* Extra Bold Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-ExtraBoldItalic.ttf') format("truetype");
	font-weight:800;
	font-style:italic;
}
/* Black */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-Black.ttf') format("truetype");
	font-weight:900;
	font-style:normal;
}
/* Black Italic */
@font-face {
	font-family: 'Raleway';
	src: url('/um/library/fonts/Raleway/Raleway-BlackItalic.ttf') format("truetype");
	font-weight:900;
	font-style:italic;
}


.sticky {
	opacity: 0;
}
main .sticky-done {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


/* =================================
	CSS
================================= */

* {
/*	scroll-behavior: smooth; */
}
*:focus {
	outline: none;
}

/* link */
a:link {
	text-decoration:underline;
	color:#333;
}
a:visited {
	text-decoration:none;
	color:#333;
}
a:active {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#333;
}

/* text-color */
.gray {color:#808080;}
.black {color:#171717;}
.purple {color:#a757a8;}
.ultramarine {color:#465daa;}
.blue {color:#0067c0;}
.lightblue {color:#afdfe4;}
.deepgreen {color:#060;}
.green {color:#008000;}
.yellowgreen {color:#b9c42f;}
.yellow {color:#ffb74c;}
.orange {color:#ff7b00;}
.pink {color:#f58f98;}
.vermilion {color:#ef454a;}
.red {color:#ed1a3d;}
.carmine {color:#c22047;}
.magenta {color:#ec008c;}
.brown {color:#994c00;}
.reddishbrown {color:#800000;}
.yellowocher {color:#c39143;}
.gold {color:#ffd700;}
.silver {color:#c0c0c0;}

.big {
	font-size:125%;
}
.s {
	font-size:87.5%;
}
@media all and (max-width: 374px) {
.s {
	font-size:75%;
}
}
@media all and (min-width: 768px) {
.br-smp {
	display:none;
}
}
.ff {
	font-family:serif;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}
a .wbr { text-decoration: underline;}

.txta-cen {
	text-align:center;
}


/*	background
============================== */
html, body, div#con-body {
	background-color:transparent;
}
body {
	color:#000;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:"游ゴシック Medium","Yu Gothic Medium","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
div.tbs-fix-bg {
	background-image:url(../img/bg_l.png?1), url(../img/bg_r.png?1);
	background-size:24px 100%, 24px 100%;
	background-position:center left, center right;
	background-repeat: no-repeat, no-repeat;
	width:100%;
	height:100%;
	position:fixed;
	z-index:-1;
}
div.cover {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	border-top: solid 1px #ddd;
}
h2, h3 {
	font-family: m-plus-rounded-1m, sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media all and (min-width: 768px) {
div.cover {
	padding-top:0px;
}
}
@media all and (max-width: 767px) {
		div.tbs-fix-bg {
	background-size:8px 100%, 8px 100%;
}
}


/*	copyright
============================== */
p.copyright {
	line-height:1.25;
	text-align:center;
}
p.copyright > small {
	display:block;
}
@media all and (min-width: 768px) {
	p.copyright {
		font-size:75%;
	}
	p.copyright > small {
		padding:25px 0;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		font-size:62.5%;
	}
	p.copyright > small {
		padding:1.5em 1em;
	}
}


/*	back to top
============================== */
p.backtotop {
	z-index:20;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
}
p.backtotop a, p.backtotop span {
	display:block;
}
p.btot-on, p.btot-off {
	position:fixed;
}
@media all and (min-width: 768px) {
p.backtotop {
	transition-property:bottom;
}
p.btot-on {
	right:0;
	bottom:0;
}
p.btot-off {
	right:0;
	bottom:-100px;
}
p.backtotop a {
	background-image:url(../img/cmn_bktotop.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:74px;
	height:74px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	background-color:#42bdd2;
	background-size:cover;
}
}
@media all and (max-width: 767px) {
p.backtotop {
	min-width:320px;
	transition-property:bottom;
}
p.btot-on, p.btot-off {
	width:100%;
}
p.btot-on {
	bottom:0;
}
p.btot-off {
	bottom:-40px;
}
p.backtotop a {
	position:relative;
	text-decoration:none;
	/* text-shadow:0 2px 2px hsla(0, 0%, 0%, .1); */
	background-color:hsla(189,69%,82%,0.9);
	height:40px;
}
p.backtotop a span {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5em;
	margin-left:-5em;
	font-size:83%;
	font-weight:bold;
}
p.backtotop a span:before {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left:-7em;
	display:block;
	content:"";
	background-image:url(../img/arrow16.svg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:16px 100px;
	width:16px;
	height:16px;
	background-color:#fff;
	border-radius:8px;
}
}

/*--sns-share--*/
div.sns-share {
	text-align:center; 
}
div.sns-share section { padding: 10px; display:table;}


div.sns-share section h2{ text-align: center;}
div.sns-share section h2, div.sns-share section h3, div.sns-share section div.sns-rig { padding: 5px 0 8px; letter-spacing: 0em; color: #000;
}

div.sns-share section ul { letter-spacing: -.4em;}
div.sns-share section ul li {
	/*float:left;*/display:inline-block; vertical-align: middle; letter-spacing: 0em;
}
div.sns-share section ul li a {
	display:block;
}
@media all and (min-width: 768px) {
div.sns-share { padding:0px 0; width: 100%; margin: 0 auto; }
div.sns-share section {width:40%; margin: 0 auto;}	

div.sns-share section ul li {
	width:50px;
}
div.sns-share section ul li:not(:last-child) {
	margin-right:10px;
}
div.sns-share section ul li a {
	height:50px;
}
div.sns-share section ul li a img { width: 50px; height:50px; }
}
@media all and (max-width: 767px) {
div.sns-share section {width:100%; padding: 10px 0px; margin: 0 auto;}
div.sns-share section h2, div.sns-share section h3 {
	font-size:75%;
	padding-right:0px!important;
}
div.sns-share section ul li {
	width:40px;
}
div.sns-share section ul li:not(:last-child) {
	margin-right:6px;
}
div.sns-share section ul li a {
	height:40px;
}
div.sns-share section ul li a img { width: 40px; height:40px; }
}
@media all and (max-width: 374px) {
div.sns-share section h3 {
	font-size:62.5%;
}
div.sns-share section ul li:not(:last-child) {
	margin-right:3px;
}
div.sns-share section h2 {
	width:55%;
}
div.sns-share section div.sns-rig {
	width:45%;
}

div.sns-share section h2, div.sns-share section h3, div.sns-share section div.sns-rig {
	display:block; width:100%; text-align: center;
}
}

/*	.header
============================== */
header.header {
	text-align:left;
}
header.header h1 span,
header.header p a {
	display:block;
}
header.header h1 > span,
header.header p a {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	padding-top:61.224%;
}
header.header h1 > span.lazy-done,
header.header p a.lazy-done {
	-webkit-animation: fadeIn 1200ms;
	animation: fadeIn 1200ms;
}
header.header h1 span span,
header.header p a span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}

@media all and (min-width: 768px) {
header.header {
	width:980px;
	margin:0 auto 2em;
}
	header.header h1, header.header p { margin-bottom: 1em;}
}
@media all and (max-width: 767px) {
header.header {
	width:95%;
	margin:0 auto 1em;
}
	header.header h1, header.header p { margin-bottom: 0.5em;}
}


/*	main
============================== */
main {
	text-align:left;
}
@media all and (min-width: 768px) {
main {
	width:980px;
	margin:0 auto 40px;
}
}
@media all and (max-width: 767px) {
main {
	margin:0 auto 20px; width: 92%;
}
}


/*	YouTube
============================== */
div.yt-playlist {
}
div.mov-outer {
}
div.mov-inner {
	position:relative;
	height:0;
	padding-top:56.25%;
	background-color:#000;
}
div.mov-inner iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.mov-outer:not(:last-child) {
	margin-bottom:30px;
}
}
@media all and (max-width: 767px) {
div.mov-outer:not(:last-child) {
	margin-bottom:15px;
}
}




.pic-large {
}
.pic-large span,
.pic-large span img {
	display:block;
}
.pic-large > span.lazy-done {
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
}
.pic-large span {
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	height:0;
	padding-top:56.1224489795918%;
}
.pic-large span img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
.pic-large:not(:last-child) {
	margin-bottom:40px;
}
}
@media all and (max-width: 767px) {
.pic-large:not(:last-child) {
	margin-bottom:20px;
}

}



/*	figure (sub)
============================== */
div.cmn-pic-sub{ text-align: center; letter-spacing: -.4em;}
div.cmn-pic-sub figure {
	width:50%;
}
div.cmn-pic-sub figure.subpic-lef {
	display: inline-block;
}
div.cmn-pic-sub figure.subpic-rig {
	display: inline-block;
}
div.cmn-pic-sub figure span,
div.cmn-pic-sub figure span img {
	display:block;
}
div.cmn-pic-sub figure > span {
	/* border:1px solid #fff;
	background-color:#fff;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d9eafc), color-stop(0.5, #fff), to(#d9eafc));
	background-image: linear-gradient(#d9eafc, #fff 50%, #d9eafc); */
}
div.cmn-pic-sub figure > span span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:56.25%;
}
div.cmn-pic-sub figure > span span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.cmn-pic-sub figure > span span.lazy-done {
	-webkit-animation: fadeIn 1000ms;
	animation: fadeIn 1000ms;
}
@media all and (min-width: 768px) {
div.cmn-pic-sub figure.subpic-lef > span {margin-right:12px}
div.cmn-pic-sub figure.subpic-rig > span {margin-left:12px}
div.cmn-pic-sub {
	margin-bottom:30px;
}
div.cmn-pic-sub figure > span span.lazy-done {
	-webkit-box-shadow:8px 8px 0 0 hsla(0,0%,100%,0.3);
	box-shadow:8px 8px 0 0 hsla(0,0%,100%,0.3);
}
}
@media all and (max-width: 767px) {
/*div.cmn-pic-sub figure.subpic-lef > span {margin-right:6px}
div.cmn-pic-sub figure.subpic-rig > span {margin-left:6px}*/
	div.cmn-pic-sub figure {
	width:80%;
}
	div.cmn-pic-sub figure span{ margin-bottom: 6px;}
div.cmn-pic-sub {
	margin-bottom:20px;
}
div.cmn-pic-sub figure > span span.lazy-done {
	-webkit-box-shadow:5px 5px 0 0 hsla(0,0%,100%,0.3);
	box-shadow:5px 5px 0 0 hsla(0,0%,100%,0.3);
}
}




/*	.aside
============================== */
.footer {
	text-align:center;
}

/*	rectangle
============================== */
div.recta div {
	width:300px;
	height:250px;
	overflow:hidden;
background-color:#ccc;
	margin: 0 auto;
}
@media all and (min-width: 768px) {
	div.recta {
		padding-bottom:30px;
	}
}
@media all and (max-width: 767px) {
	div.recta {
		padding-bottom:15px;
	}
	div.recta div {
		margin:0 auto;
	}
}

/*	.btn
====================================== */
div.btn {
}
div.btn a {
	display:block;
	position:relative;
	background-color:#82ddc3;
	text-decoration:none;
	color:#000;
	border:2px solid #fff;
}
div.btn a > span {
	display:block;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
}
div.btn a:before {
	content:"";
	display:inline-block;
	position:absolute;
	left:20px;
	top:50%;
	background-image:url(../img/arrow_blk.svg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	margin-top:-12px;
	background-position:right top;
	background-size:48px 48px;
	background-color:#fff;
	border-radius:12px 12px;
}
@media all and (min-width: 768px) {
div.btn {
	margin-left:140px;
	margin-right:140px;
}
div.btn:not(:last-child) {
	margin-bottom:30px;
}
div.btn a {
	font-size:125%;
}
div.btn a > span {
	padding:12px 36px;
}
}
@media all and (max-width: 767px) {
div.btn {
	margin-left:5px;
	margin-right:5px;
}
div.btn:not(:last-child) {
	margin-bottom:15px;
}
div.btn a {
	font-size:100%; text-align: center;
}
div.btn a > span {
	padding:6px 18px 6px 25px;
}
div.btn a:before {
	left:15px;
}
}


/*	nav
============================== */
.header nav {
}
.header nav ul {
	width:100%; letter-spacing: -.4em; text-align: center;
}
.header nav ul li {
	 display: inline-block; vertical-align: top; letter-spacing: 0em;
	font-family: m-plus-rounded-1m, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2em;
	display: inline-block;
	transition:0.5s;
}



.header nav ul li a { text-decoration: none; border-bottom: solid 3px rgba(34,24,22,1.00); padding:20px 0; display: block;
background-image:url(../img/arrow.png);
	background-size: 15px 55px;
	background-repeat:no-repeat;
	background-position:left center;
	transition:0.5s;}
.header nav ul li:hover{background-color: #a8e7f1;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;}
.header nav ul li a:hover{border-bottom: solid 3px rgba(34,24,22,0);} 
.idx .header nav ul li.navHome,
.about .header nav ul li.navAbout,
.tag .header nav ul li.navTag,
.video .header nav ul li.navVideo,
.onair .header nav ul li.navOnair {
	background-color: #ff797e;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
	
}
.idx .header nav ul li.navHome a,
.about .header nav ul li.navAbout a,
.tag .header nav ul li.navTag a,
.video .header nav ul li.navVideo a,
.onair .header nav ul li.navOnair a { 
	background-image:none; border-bottom: solid 3px rgba(34,24,22,0);color: #fff;
}

@media all and (min-width: 768px) {
	.header nav ul li { display: inline-block; vertical-align: top; margin-right: 10px;}
	.header nav ul li:last-child { margin-right: 0px;}
	.header nav ul li a { width:237px;}
}
@media all and (max-width: 767px) {
	.header nav { width:100%; margin: 0 auto;}
	.header nav ul li {
	 display: inline-block; vertical-align: top; margin: 0 1% 1.2%; width:48%; font-size: 0.95em;
	}
	.header nav ul li a { border-bottom: solid 2px rgba(34,24,22,1.00); padding:15px 15px 15px 15px;background-size: 10px 37px;}
	.header nav ul li a span { width:100%;}
	.header nav ul li:hover,
	.idx .header nav ul li.navHome,
.about .header nav ul li.navAbout,
.tag .header nav ul li.navTag,
.video .header nav ul li.navVideo,
.onair .header nav ul li.navOnair{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;}
}

/*	ph_cut
============================== */
.ph_cut{}

.ph_cut span {
  display: block;
  position: relative;
}

.ph_cut span {
  background-size: 100%;
}

@media all and (min-width: 768px) {
  .ph_cut,
  .ph_cut span {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .ph_cut {
    margin: 1em auto;
  }
	.sakamoto, .sakamoto span {
    width: 300px;
    height: 375px;
}
	.ph_onair01, .ph_onair01 span {
    width: 878px;
    height: 456px;
}
	.tit_onair01, .tit_onair01 span {
    width: 600px;
    height: 338px;
}
	.ph_onair02, .ph_onair02 span {
    width: 350px;
    height: 475px;
}
	
}

@media all and (max-width: 767px) {
  .ph_cut span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
	.ph_cut {
    width: 100%;
    margin: 0.5em 0;
    box-sizing: border-box;
  }
	.ph_cut.ph_onair02 {
    width: 65%;
    margin: 0.5em auto;
    box-sizing: border-box;
  }
	.ph_cut span {
    height: 0;
    position: relative;
	}
	.ph_cut.sakamoto {
    width: 80%;
    margin: 0.5em auto;
  }
		
	.sakamoto span {
    height: 0;
    padding: 125% 0 0;
    position: relative;
	}
	
	.ph_onair01 span, .tit_onair01 span {
    height: 0;
    padding: 51.936% 0 0;
    position: relative;
	}
	.ph_onair02 span {
    height: 0;
    padding: 135.746% 0 0;
    position: relative;
	}

}
