@charset "UTF-8";

/* Tomoccory Show */

/* import */
@import url("/myhp/common/css/style.php?id=mtn_spc");
@import url("https://use.fontawesome.com/releases/v5.13.1/css/all.css"); /* Font Awesome CDN */

/* All default */

html { 
	word-break: auto-phrase;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .8px;
	//font-size: 62.5%;
	font-size: 15.5px;
}

b, strong, .bold {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

audio {
	width: 100%;
}

p {
	margin-bottom: 0.5em;
}

ul {
	list-style: none;
}

div:after,
ul:after {
	content: '';
	display: block;
	clear: both;
}

hr.size01_white {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: white;
	height: 1px;
}

/* All */
/** contents **/
.about {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	background-color: #e99c86;
}

.about,.onair h2,h3 {
	padding-top: 30px;
	text-align: center;
	line-height: 1.4;
}

.about,.onair,.sns span {
	display: block;
}

.onair {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	background-color: #3cb37a;
}

.sns {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	background-color: #845e6e;
}

.sns h2,h3 {
	padding-top: 30px;
	text-align: center;
	line-height: 1.4;
}

.entry {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	background-color: #33A6B8;
}

.entry h2,h3 {
	padding-top: 30px;
	text-align: center;
	line-height: 1.4;
}

.onair-theme {
	font-size: 20.5px;
	text-align: center;
	font-weight: bold;
}

/** Text White **/
.t-white {
	color: #fff;
}

.t-white a:link {
	color: #fff;
}

.t-white a:visited {
	color: #fff;
}

.t-white a:hover {
	color: #fff;
}

.t-white a:active {
	color: #fff;
}

/* About Content */
.no-webp .tomoko-photo {
	background-image:url(/radio/tmcc/common/img/tomoko_202211_1.jpg);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-position: center;
	background-size:cover;
	margin:0px auto 20px auto;
}

.webp .tomoko-photo {
	background-image:url(/radio/tmcc/common/img/tomoko_202211_1.jpg.webp);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-position: center;
	background-size:cover;
	margin:0px auto 20px auto;
}

.about ul.snsbtn {
	width: 300px;
	font-size: 25px;
	margin: 0px auto 20px auto;
}
.about .snsbtn li {
	float: left;
	padding-left: 30px;
}

/* Onair Content */
.onair .linkbt1 a{
	font-size:22px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	width: 200px;
	padding: 10px;
	text-align: center;
	margin:0px auto 0px auto;
	border: solid 2px #ffffff;
}
.onair .linkbt1 a:hover {
	color: #3cb37a;
	background-color: #ffffff;
}

/* Sns Content */
.no-webp .line-qr {
	background-image:url(/radio/tmcc/common/img/tmcc-line-qr.jpg);
	width: 360vmax;
	height: 360vmax;
	background-position: center;
	background-size:cover;
	margin:0px auto 20px auto;
}

.webp .line-qr {
	background-image:url(/radio/tmcc/common/img/tmcc-line-qr.jpg.webp);
	width: 360vmax;
	height: 360vmax;
	background-position: center;
	background-size:cover;
	margin:0px auto 20px auto;
}

/** etc **/
.link-round {
	border-radius: 50%;
	width: 200vmax;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* mtn header(Smartphone) */

.head_mtn_title { width: 100%; height: 45px; padding: 0px; background: #fff; color: #000; z-index: 999; }
.head_mtn_title h2 { padding: 3px 3px 3px; font-weight: bold; font-size: 1.2em; }
.head_mtn_title h2 a { text-decoration: none; }
.head_mtn_title a:link { color: #000000; }
.head_mtn_title a:visited { color: #000000; }
.head_mtn_title a:hover { color: #000000; }
.head_mtn_title a:active { color: #000000; }

/*ヘッダーまわりはご自由に*/
#nav-drawer {
  right: 10px;
  top: 12px;
  position: absolute;
  //position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 30px;
height: 22px;
vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 3px;/*線の太さ*/
width: 25px;/*長さ*/
border-radius: 3px;
background: #555;
display: block;
content: '';
cursor: pointer;
}
#nav-open span:before {
bottom: -8px;
}
#nav-open span:after {
bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
display: none;/*はじめは隠しておく*/
position: fixed;
z-index: 99;
top: 0;/*全体に広がるように*/
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
overflow: auto;
position: fixed;
top: 0;
right: 0;
z-index: 9999;/*最前面に*/
padding:5px;
width: 90%;/*右側に隙間を作る*/
max-width: 330px;/*最大幅*/
height: 100%;
background: #fff;/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(105%);
transform: translateX(105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
display: block;/*カバーを表示*/
opacity: .5;
}

#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.nav-link {
	text-align: center;
	font-weight: bold;
}
.nav-link li {
	border-top: 2px solid #f2f2f2;
}
.nav-link .navend {
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}
.nav-link a{
	display: block;
	float: top;
	padding: 20px;
	margin-left: 0;
}

/** Icon **/
.angle-double-right:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f101';
	font-weight: 900;
	margin-right: 3px;
}


/* Smartphone */

@media screen and (max-width: 959px) {

/*ナビのスタイル*/
nav.NavMenu{
position: fixed;
z-index: 12;
top: 0;
left: 0;
background: #006600;
text-align: center;
width: 100%;
height: 100%;
display: none;
}

nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
font-size: 24px;
list-style-type: none;
width: 100%;
padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
}

nav.NavMenu ul li a{
display: block;
color: #fff;
padding: 15px 0;
font-weight: bold;
font-size: 18px;
}

/*ボタンのスタイル*/
.Toggle {
position: absolute;
right:18px;
top: 50px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 4px #ffffff;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.Toggle span:nth-child(1) {
top: 9px;
}

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #ffffff;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #ffffff;
}

.is-fixed {
position: fixed;
right:18px;
top: 5px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
}

header {
	width: 100%;
	z-index: 999;
}

header h1 {
	padding: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.4;
}

.no-webp .tpct_sp {
	width: 100%;
	height1: 100vmax;
	height:calc(100vh - 45px);
	background-image: url(/radio/tmcc/common/img/044sukagamino17103.jpg);
	background-repeat: no-repeat;
}
.webp .tpct_sp {
	width: 100%;
	height1: 100vmax;
	height:calc(100vh - 45px);
	background-image: url(/radio/tmcc/common/img/044sukagamino17103.jpg.webp);
	background-repeat: no-repeat;
}

.no-webp .cbtpct_sp {
	width: 100%;
	height: 190px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url(/radio/tmcc/common/img/044sukagamino17103.jpg);
	background-repeat: no-repeat;
}
.webp .cbtpct_sp {
	width: 100%;
	height: 190px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url(/radio/tmcc/common/img/044sukagamino17103.jpg.webp);
	background-repeat: no-repeat;
}

.cbtptxt_sp {
	font-size: 48.5px;
	text-align: center;
	margin: 0px auto;
	z-index: 999;
	/* position:relative;
	top: 30px;*/
	padding-top: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	/* transform: skewX(-15deg); */
	line-height: 1.09;
}

.head-banner-left {
	position: absolute;
	top: 120px;
	right: 0;
	width: 150px;
	height: 150px;
	padding: 10px;
}

.no-webp .tmcc-suzuri {
	background-image:url(/radio/tmcc/common/img/tmcc-suzuri.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 120px;
	right: 10px;
}

.webp .tmcc-suzuri {
	width: 150px;
	height: 150px;
	background-image:url(/radio/tmcc/common/img/tmcc-suzuri.png.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	position: absolute;
	top: 120px;
	right: 10px;
}

/* content */
main {
	width: 100%;
	height: 100%;
	text-align: left;
	clear: both;
}

section .toptext {
	line-height: 1.4;
	padding: 30px 10px 0;
	/* position:relative;
	top: 30px; */
}

section .cnt-toptext {
	line-height: 1.4;
	padding: 20px 10px 0;
	/* position:relative;
	top: 20px; */
}

.title {
	font-size: 38.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	/* transform: skewX(-15deg); */
	line-height: 1.09;
}

.cnt-title {
	font-size: 24.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	/* transform: skewX(-15deg); */
	line-height: 1.09;
}

iframe {
	width: 100%;
}

.youtubemovie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

ul {
	margin-bottom: 1em;
}

#gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}
}

/* PersonalComputer&Tablet */

@media screen and (min-width:960px) {
/* Header */
header {
	width: 100%;
	height: 50px;
	z-index: 998;
	padding-top: 0px;
	position: fixed;
	top: 40px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	background: linear-gradient(white, rgba(255, 255, 255, 0.6));
}
header .inner {
	width: auto;
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	clear: both;
}

h1.logo {
	width: 280px;
	padding: 7px;
	font-weight: bold;
	color: #000;
	font-size: 2em;
	line-height: 1.2;
}
.logo a {
	color: #000;
	line-height: 1.2;
	text-decoration: none;
}

.header_nav {
	position: absolute;
	top: 10px;
	left: 280px;
	opacity: 1;
	margin-left: 0.5em;
	transition: all 0.1s cubic-bezier(.55,0,.1,1);
}
.header_nav li {
	display: block;
	float: left;
	padding-top: 5px;
	margin-left: 0;
}
.header_nav li a {
	display: block;
	line-height: 20px;
	font-size: 15px;
	color: #4D4D4D;
	margin-left: 0;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	padding: 0px 16px;
	font-weight: bold;
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
	border: 1px solid transparent;
	position: relative;
	box-shadow: 0px 4px 0px transparent;
}
.header_nav li a:hover {
	text-decoration: none;
	color: #000000;
	/*box-shadow: 0px 4px 0px #000000;*/
}

.no-webp .tpct {
	width: 100%;
	height: 100vmin;
	max-height:1080px;
	background-image: url(/radio/tmcc/common/img/044sukagamino17103.jpg);
	background-repeat: no-repeat;
}
.webp .tpct {
	width: 100%;
	height: 100vmin;
	max-height:1080px;
	background-image: url(/radio/tmcc/common/img/044sukagamino17103.jpg.webp);
	background-repeat: no-repeat;
}

.no-webp .cbtpct {
	width: 100%;
	height: 350px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url(/radio/tmcc/common/img/044sukagamino17103.jpg);
	background-repeat: no-repeat;
}

.webp .cbtpct {
	width: 100%;
	height: 350px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url(/radio/tmcc/common/img/044sukagamino17103.jpg.webp);
	background-repeat: no-repeat;
}

.cbtptxt {
	font-size: 70.5px;
	text-align: center;
	margin: 0px auto;
	z-index: 999;
	/* position:relative;
	top: 180px;*/
	padding-top: 180px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	/* transform: skewX(-15deg); */
	line-height: 1.09;
}

.head-banner-left {
	margin-top: 60px;
	margin-left: 700px;
}

.no-webp .tmcc-suzuri {
	width: 200px;
	height: 200px;
	max-width: 200px;
	max-height: 200px;
	background-image:url(/radio/tmcc/common/img/tmcc-suzuri.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin-top: 60px;
	margin-left: 700px;
	display:inline-block;
}

.webp .tmcc-suzuri {
	width: 200px;
	height: 200px;
	max-width: 200px;
	max-height: 200px;
	background-image:url(/radio/tmcc/common/img/tmcc-suzuri.png.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin-top: 60px;
	margin-left: 700px;
	display:inline-block;
}


/* content */
main {
	width: auto;
	height: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding-top: 50px;
	text-align: left;
	clear: both;
}

section .toptext {
	width: 800px;
	margin: 0px auto;
	padding: 30px 0 0 0;
	/* position:relative;
	top: 30px; */
}

section .cnt-toptext {
	width: 800px;
	margin: 0px auto;
	padding: 20px 0 0 0;
	/* position:relative;
	top: 20px; */
}

.title {
	font-size: 48.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	/* transform: skewX(-15deg); */
	line-height: 1.09;
}

.cnt-title {
	font-size: 28.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	/* transform: skewX(-15deg); */
	line-height: 1.09;
}

#contents {
	width: 600px;
	height: 100%;
	float: right;
	margin: 0;
	margin-right: 20px;
	padding: 0px;
}

#sidebar {
	width: 270px;
	height: 100%;
	float: left;
	margin: 0px;
	padding-bottom: 20px;
}
}
