@charset "utf-8";
/*
	Site Name: PC top.css
	Version: 
	Author: 
*/
/*
===== CONTENTS ===========================================

	1: header area
		: ts-header
	2: next travel salada & backnumber
		:ts-youtube-area
		: ts-menu-box
		: next-travel
		: ts-backnumber
	3: record of travel & cast staff
		: ts-record
		: ts-cast
		: ts-girls
	4: sns &presen
	5: footer area

	8: Miwonderful Make UP

==========================================================
*/
#wrap {
	position: relative;
}
.ts-header-wrap, #ts-footer {
	position: relative;
}
#ts-header, .ts-sec, #ts-footer {
	width: 1180px;
	margin: 0 auto;
}
.tit_style {
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}
.tit_style span {
	display: block;
	width: 1180px;
	margin: 0 auto;
}
.tit_style img {
	position: relative;
	margin-top: -29px;
	z-index: 1;
}
.sec-main {
	position: relative;
	height: 280px;
	overflow: hidden;
}
.sec-main img {
	position: absolute;
	top: -100%;
	bottom: -100%;
	width: 100%;
	margin: auto;
}
/*
===== 1: header area ====================================
*/
.main-slider ul {
	line-height: 1%;
}
.main-slider li img {
	width: 100%;
}
.bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	box-shadow: none;
}
/* ts-header
-------------------------------------------------------*/
.ts-header-wrap {
	background: url(../img/bg_header.png) repeat-x;
	padding-top: 5px;
	margin-top: -5px;
	z-index: 1000;
}
#ts-header {
	height: 80px;
}
#ts-header h1 {
	display: inline-block;
	background: url(../img/bg_header-inner.png) no-repeat;
	float: left;
	padding: 12px 0 0 12px;
	margin-top: -50px;
}
#ts-header h1 img {
	margin-right: -20px;
}
#ts-header p, #ts-header ul {
	float: left;
}
#ts-header ul {
	margin-top: 12px;
	overflow: hidden;
}
.ts-sns {
	width: 108px;
	height: 53px;
	padding-top: 12px;
	margin: 0 16px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}
.ts-sns li {
	display: inline-block;
	margin: 0 7px;
}
.ts-i-link li {
	float: left;
	padding-left: 8px;
}
.ts-i-link li:first-child {
	padding-left: 0;
}
.ts-header-wrap.follow {
	position: fixed;
	top: 40px;
	width: 100%;
	background: url(../img/bg_header_under.png) repeat-x 0 -10px;
	padding: 0;
	margin-top: 0;
	animation-duration: 0.2s;
	animation-name: headerWrapdrop;
}
@keyframes headerWrapdrop {
	from {
		top: -20px;
	}
	to {
		0px;
	}
}
.follow #ts-header h1 {
	background: url(../img/bg_header-inner_under.png) no-repeat 0 100%;
	padding: 6px 0 14px 12px;
	margin: 0;
	animation-duration: 0.5s;
	animation-name: h1drop;
}
@keyframes h1drop {
	from {
		margin-top: -50px;
	}
	to {
		margin-top: 0px;
	}
}
/*
===== 2: next travel salada & backnumber ====================================
*/
.ts-menu-area {
	background: #ddd;
	padding: 40px 0;
	overflow: hidden;
}
.ts-menu-area .ts-sec {
	display: table;
}
.ts-youtube-area, .ts-menu-box {
	display: table-cell;
	vertical-align: top;
}
/* ts-youtube-area
-------------------------------------------------------*/
.ts-youtube-area {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 450px;
	background: #fff;
	border: 5px solid #fff;
}
.change .ts-youtube-area {
	background: none;
	border: none;
}
.ts-youtube-area iframe, .ts-youtube-area object, .ts-youtube-area embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
	height: 248px;
}
.change .ts-youtube-area iframe {
	border: 5px solid #fff;
}
/* ts-menu-box
-------------------------------------------------------*/
.ts-menu-box dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	font-size: 14px;
	padding: 9px 0 0 10px;
}
.ts-menu-box .next-travel {
	width: calc(50% - 10px);
	padding: 9px 0 0 0;
	margin-left: 10px;
}
.change .ts-menu-box .next-travel {
	width: calc(100% - 10px);
}
.ts-menu-box .next-travel, .ts-menu-box .menu-live {
	padding-top: 0;
}
.change .ts-menu-box .menu-live {
	padding-top: 9px;
}
.ts-menu-box dt, .ts-menu-box dd {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	padding: 0 15px;
}
.ts-menu-box dt:before, .ts-menu-box dd:before {
	position: absolute;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	pointer-events: none;
	margin-top: -6px;
}
.ts-menu-box dt:before {
	left: 0;
	border-left-color: #ddd;
}
.ts-menu-box dd:before {
	right: 0;
	border-right-color: #ddd;
}
.ts-menu-box dt {
	font-weight: bold;
}
.ts-menu-box dt img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.ts-menu-box dd {
	overflow: hidden;
}
/* next-travel
-------------------------------------------------------*/
.next-travel {
	border-bottom: 1px solid #fff;
}
.next-travel dt {
	background: none;
}
.next-travel dt, .next-travel dd {
	padding: 0;
}
.next-travel dt:before, .next-travel dd:before {
	display: none;
}
.next-travel dt {
	border-bottom: 1px solid #fff;
}
.next-travel dd {
	height: 29px;
	position: relative;
	line-height: 30px;
	background: url(../img/bg_liner.png);
	padding-left: 20px;
	margin: 5px 0;
}
/* 甲子園 */
.change .next-travel {
	width: 100%;
}
.change .next-travel dd {
	height: auto;
	line-height: 1.5;
	padding: 5px 5px 5px 20px;
}
.change .next-travel dd span {
	color: #C00;
}
.ts-menu-box.change .menu-live {
	padding-top: 9px;
}
.next-travel dd:before {
	right: auto;
	left: 8px;
	display: block;
	border-right-color: transparent;
	border-left-color: #333;
	border-width: 5px;
	margin-top: -5px;
}
.change .next-travel dd:before {
	margin-top: 0;
	top: 10px;
}
/* ts-backnumber
-------------------------------------------------------*/
.ts-backnumber-area {
	background: url(../img/bg_backnum.png);
	padding-bottom: 60px;
}
.ts-backnumber-box ul {
	padding: 60px 0 30px;
	margin: 0 -25px;
	overflow: hidden;
}
.ts-backnumber-box li {
	float: left;
	padding: 15px 25px 12px;
	background: url(../img/bg_backnum-photo.png) no-repeat 50% 100%;
}
.ts-backnumber-box li a {
	position: relative;
	display: block;
	width: 358px;
	height: 201px;
	background-color: #333;
	border: 1px solid #fff;
	overflow: hidden;
}
.ts-backnumber-box li img {
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	width: 100%;
	margin: auto;
}
.ts-backnumber-box a .backnumber-name {
	display: none;
}
.ts-backnumber-box .backnumber-name {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99000000, EndColorStr=#99000000);
	color: #fff;
	padding: 4px 0 4px 40px;
}
.ts-backnumber-box .backnumber-name:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/bg_arw1.png) no-repeat 10px 50%;
	margin: auto;
}
.ts-backnumber-box .backnumber-name span {
	display: block;
}
.ts-backnumber-box .backnumber-name span:first-child {
	border-bottom: 1px solid #fff;
	margin-bottom: 2px;
}
/*
===== 3: record of travel & cast staff ====================================
*/
/* ts-record
-------------------------------------------------------*/
.ts-record-area {
	padding-bottom: 50px;
}
.record-world, .record-japan {
	width: 507px;
	height: 358px;
	padding: 42px 0 0 25px;
}
.record-world {
	float: left;
	background: url(../img/bg_record-world.png) no-repeat 0 50%;
	margin-left: 10px;
}
.record-japan {
	float: right;
	background: url(../img/bg_record-japan.png) no-repeat 0 50%;
	margin-right: 10px;
}
.backnumber-link {
	text-align: right;
	padding-top: 40px;
	clear: both;
}
.past-link {
	background: url(../img/common/arow4.png) 0 2px no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	float: right;
}
.past-link a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.tab-list {
	position: absolute;
	top: 391px;
	left: 50%;
	width: 464px;
	height: 310px;
	background: rgba(0, 0, 0, 0.8);
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#aa000000, EndColorStr=#aa000000);
	padding: 10px 10px 0;
	overflow: hidden;
}
.tab-list.world {
	margin-left: -556px;
}
.tab-list.japan {
	margin-left: 72px;
}
.tab-list dt {
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 2px 0 8px;
	margin-bottom: 10px;
}
.tab-list ul {
	height: 260px;
	overflow: auto;
}
.tab-list li {
	width: 50%;
	float: left;
}
.tab-list a {
	display: block;
	background: url(../img/common/arow2.png) no-repeat 10px 50%;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 10px 10px 28px;
}
.tab-list a:hover {
	background-color: #000;
}
.tab-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.tab-close img {
	width: 20px;
	cursor: pointer;
}
/* ts-cast
-------------------------------------------------------*/
.ts-cast-area .cast-img {
	margin: 0 -6px;
}
.ts-cast-area .cast-img li {
	position: relative;
	float: left;
	padding: 0 6px;
}
.ts-cast-area .cast-img img {
	border: 1px solid #ccc;
}
.ts-cast-area .cast-img li span {
	position: absolute;
	right: 6px;
	bottom: -12px;
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	border: 1px solid #ccc;
	padding: 8px 6px 6px;
	z-index: 1;
}
/* ts-girls
-------------------------------------------------------*/
.ts-girls-area {
	padding: 60px 0;
	clear: both;
	overflow: hidden;
}
.ts-girls-area h3 {
	position: relative;
	float: left;
	z-index: 1;
}
.girls-instagram-wrap {
	position: relative;
	border: 1px solid #ccc;
	padding: 11px 0;
	margin: 76px 0 0 280px;
}
.girls-instagram-wrap:before {
	position: absolute;
	top: -48px;
	left: 68px;
	content: "";
	display: block;
	width: 211px;
	height: 48px;
	background: url(../img/bg_insta_tit.png) no-repeat;
	z-index: 1;
}
.girls-instagram {
	overflow: hidden;
}
.girls-instagram .ts-photo {
	float: left;
	padding-left: 16px;
}
.girls-instagram img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 120px;
	max-height: 120px;
	width: expression(document.body.clientWidth < 120? "120px": document.body.clientWidth> 120? "120px": "auto");
	border: 4px solid #000;
}
.girls-instagram a:hover img {
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ts-girls-area ul{
	display: flex;
    width: 900px;
    margin: 0 auto;
}
.ts-girls-area li{
	text-align: center;
}
.ts-girls-area li img{
	width: 90%;
}
/*
===== 4: sns &present ====================================
*/
.ts-others-area .ts-sec {
	padding: 10px 0 60px;
	margin-top: 50px;
	overflow: hidden;
}
.ts-facebook-area {
	width: 300px;
	float: left;
}
.facebook-box {
	height: 500px;
	border: 4px solid #3b5998;
	border-top: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.ts-present-area {
	width: 824px;
	float: right;
	padding: 0 20px;
	margin: 0 0 60px;
}
.ts-present-area h2 {
	margin: 0 -20px 20px;
}
.ts-present-area h3 {
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 20px;
}
.present-wrap {
	display: table;
	width: 100%;
	border-spacing: 20px;
}
.present-box {
	display: table-cell;
	width: 50%;
	height: 200px;
	border: 1px solid #ccc;
	padding: 20px;
}
.present-box h4 {
	color: #c00;
	text-align: center;
	padding: 0 0 10px;
}
.present-box h4 span {
	display: block;
	text-align: left;
}
.present-box h4 .tit {
	display: inline-block;
	height: 26px;
	background: #c00;
	color: #fff;
	line-height: 28px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.present-chance {
	border: 1px solid #c00;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 20px;
}
.present-chance dt {
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #c00;
	padding: 10px;
}
.present-chance dd {
	padding: 10px;
}
.present-chance dd ul {
	padding-left: 1.4em;
}
.present-chance dd li {
	list-style: disc;
	list-style-image: url(../img/common/ico_list-red.png);
}
/*
===== 5: footer area ====================================
*/
#ts-footer {
	position: relative;
	padding: 54px 0 30px;
	clear: both;
}
#ts-footer .pagetop {
	position: absolute;
	bottom: 30px;
	right: 0;
}
#ts-footer .pagetop a {
	display: inline-block;
	animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes vertical {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes vertical {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes horizontal {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateX(0);
	}
}
@-webkit-keyframes horizontal {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
#ts-footer .pagetop a:hover {
	animation: none;
}
#ts-footer p, #copyright {
	text-align: center;
}
/*
===== 6: Theme Song ADD 20170522 ====================================
*/
.main-slider {
	position: relative;
}
.ts-song-link {
	position: absolute;
	bottom: 10px;
	right: 50%;
	margin-right: -590px;
	z-index: 20;
}
.ts-song-area {
	background: url(../img/bg_song2.png) no-repeat center top, url(../img/bg_song.png);
	border-top: 1px solid #CCC;
}
.ts-song-area .ts-sec {
	width: 1090px;
}
.ts-song-area h2 {
	/*padding: 70px 0 40px;*/
	padding: 70px 0 20px;
	text-align: center;
}
.song-box {
	padding-bottom: 80px;
}
.song-box:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.song-text {
	float: left;
	width: 720px;
}
.song-text p {
	font-size: 14px;
	line-height: 1.8;
	padding: 5px 0 5px 4px;
}
.song-text p strong {
	font-size: 1.2rem;
	line-height: 1.4;
	color: #009758;
}
.song-text dl {
	background-color: #f4f4f4;
	padding: 20px 24px;
	margin-top: 15px;
}
.song-text dt {
	color: #00117f;
	font-weight: bold;
	background: url(../img/line_song.png) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.song-photo {
	float: right;
	width: 355px;
	text-align: center;
}
.song-photo img {
	margin-bottom: 10px;
	/*margin-bottom: 20px;*/
}
/*
===== 7: LINE Banner ADD 20170522 ====================================
*/
.ts-linebnr-area {
	background-color: #eeeeee;
	padding: 55px 0 40px;
	text-align: center;
}
/*
===== 8: Miwonderful Make UP ====================================
*/
.ts-makeup {
	background: #fff url(../img/bg_makeup.gif);
	color: #31425d;
}
.ts-makeup .tit_box {
	background: #fff;
	padding-top: 30px;
}
.ts-makeup .tit_box .tit_belt {
	background: #ff0062;
	height: 172px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	z-index: 1 !important;
}
.ts-makeup .tit_box h2 {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.ts-makeup .tit_box h2 .tit {
	position: absolute;
	top: -30px;
	z-index: 1 !important;
}
.ts-makeup .tit_box h2 .btn_makeup_fb {
	position: absolute;
	top: -44px;
	right: -15px;
}
.ts-makeup #makeup_fb {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 30px;
}
.ts-makeup #makeup_fb dl {
	display: inline-block;
	width: 500px;
	margin: 0 0 30px 40px;
}
.ts-makeup #makeup_fb dt {
	float: left;
	position: relative;
	margin-top: 20px;
}
.ts-makeup #makeup_fb dt .fb_photo {}
.ts-makeup #makeup_fb dt .fb_photo img {
	width: 180px;
	height: 240px;
	object-fit: cover;
}
.ts-makeup #makeup_fb dt .btn_photo {
	position: absolute;
	top: -15px;
	left: -28px;
}
.ts-makeup #makeup_fb dd {
	float: right;
	width: 280px;
}
.ts-makeup #makeup_fb dd p {
	line-height: 1.8;
	word-break: break-all;
}
.ts-makeup #makeup_fb dd p a {
	text-decoration: none;
	display: block;
	color: #ff007b;
	border: 1px solid #ff007b;
	margin-top: 5px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-radius: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.ts-makeup #makeup_fb dd p a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff007b;
	border: 1px solid #ff007b;
}
.ts-makeup #makeup_fb dd span {
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 1.4rem;
}
.ts-makeup .makeup_foot {
	position: relative;
	background: #ff0062;
	height: 17px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	z-index: 0;
}
.ts-makeup .makeup_foot .makeup_catch {
	position: relative;
	width: 860px;
	margin: 0 auto;
}
.ts-makeup .makeup_foot .makeup_catch:before {
	content: url(../img/deco_makeup-left.png);
	position: absolute;
	top: -24px;
	left: -150px;
	z-index: 90;
}
.ts-makeup .makeup_foot .makeup_catch:after {
	content: url(../img/deco_makeup-right.png);
	position: absolute;
	top: -24px;
	right: -150px;
	z-index: 100;
}
.ts-makeup .makeup_foot p {
	position: absolute;
	top: -11px;
	left: 20px;
	width: 880px;
	padding: 7px 0;
	background: #31425d;
	color: #fff;
	text-align: center;
	font-size: 0.95rem;
}
.ts-makeup .makeup_foot p strong {
	color: #ff0062;
	font-weight: normal;
}
/*
===== 9: TVer ADD 20170522 ====================================
*/
.ts-tver-link {
	position: absolute;
	bottom: 14px;
	right: 50%;
	margin-right: -230px;
	z-index: 20;
}
/*
===== 10: Info Area ADD 20180308 ====================================
*/
.ts-info-area {
	width: 824px;
	float: right;
	/*padding: 0 20px;
	margin-top: 60px;*/
	padding: 500px 20px 0;
	margin-top: -500px;
}
.ts-info-area img {
	width: 100%;
}
.ts-info-area h2 {
	margin: 0 -20px 20px;
	width: 860px;
}
.info-wrap {
	display: table;
	width: 100%;
	border-spacing: 20px;
}
.info-box {
	display: table-cell;
	width: 50%;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 15px;
}
.ts-info-area .info-box h3 {
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 14px;
	width: 100%;
	text-align: center;
}
.ts-info-area .info-box:nth-of-type(2) h3 {
	text-align: left;
	background: url("../img/book/logo_walker.png") no-repeat right 40% /139px auto;
}
.ts-info-area .info-box:nth-of-type(1) h3 img {
	width: 334px;
}
.ts-info-area .info-box:nth-of-type(2) h3 img {
	width: 207px;
}
.ts-info-area .info-box h3:after {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/book/book_line.png") repeat-x top left / auto 5px;
}
.ts-info-area .info-box .txt {
	padding-left: 150px;
	min-height: 200px;
}
.ts-info-area .info-box:nth-of-type(1) .txt {
	background: url("../img/book/book_huro.jpg") no-repeat left top /141px auto;
}
.ts-info-area .info-box:nth-of-type(2) .txt {
	background: url("../img/book/book_walker.jpg") no-repeat left top /141px auto;
	box-sizing: border-box;
	min-height: 232px;
}
.ts-info-area .info_btn a {
	display: inline-block;
	width: 100%;
	background-color: #ee7200;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 14px 0;
	text-align: center;
	color: #FFF;
	margin-top: 14px;
	text-decoration: none;
	position: relative;
}
.ts-info-area .info_btn a:hover {
	background-color: #fe8d26;
}
.ts-info-area .info_btn a:after {
	content: "＞";
	display: block;
	width: 98%;
	text-align: right;
	position: absolute;
	top: 30%;
	left: 0;
}
/*
===== 11: bnr ADD 201830330 ====================================
*/
.bnr-link {
	position: absolute;
	bottom: 14px;
	right: 50%;
	margin-right: -410px;
	z-index: 20;
}
.bnr-link2 {
	position: absolute;
	bottom: 14px;
	right: 50%;
	margin-right: -225px;
	z-index: 20;
}
/*
===== 12: TVer embed ADD 20180514 ====================================
*/
.tver-area {
	border: 10px solid #2EC4E3;
	background-color: #2EC4E3;
	margin-bottom: 60px;
}
.tver-area p.about_tver {
	padding: 10px;
	background-color: #ffffff;
	font-size: 1.15rem;
	font-weight: bold;
	text-align: center;
}
.tver-area p.about_tver a {
	text-decoration: none;
	color: #359FDB;
}
.tver-area p.about_tver a:hover {
	text-decoration: underline;
}
.tver-area #tver_embed {
	background-color: #BCBCBC;
	height: 450px;
	width: 1160px;
	text-align: center;
	margin: auto;
}
.tver-area #tver_embed iframe {
	width: 800px;
	height: 100%;
}
.tver-area ul {
	margin: 0px auto;
	width: 960px;
}
.tver-area ul li {
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #ffffff;
	margin: 10px;
}
.tver-area ul li a {
	text-decoration: none;
	color: #333;
}
.tver-area ul li a:hover {
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tver-area ul li dl dt {
	width: 200px;
	padding-bottom: 5px;
}
.tver-area ul li dl dt img {
	width: 100%;
}
/*
===== 6: Theme Song ADD 2020.3.11 ====================================
*/
.pv-video {
	width: 695px;
	height: 391px;
	margin: 0 auto 20px;
}
.pv-video iframe {
	width: 695px;
	height: 391px;
}
.album-info {
	border: 2px solid #009758;
	padding: 20px;
	margin-top: 20px;
	background: #fff;
}
.album-info:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.album-info dl {
	float: left;
	padding: 0;
	background: #fff;
	margin-top: 0;
}
.album-info dt {
	color: #009758;
	background: url(../img/line_song2020.png) repeat-x bottom left;
}
.album-info img {
	float: right;
	width: 165px;
}
/*写真下に置く場合のCSS*/
.album-info2 {
	border: 2px solid #009758;
	padding: 15px;
	margin-top: 20px;
	background: #fff;
}
.album-info2:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.album-info2 dl {
	padding: 0;
	background: #fff;
	margin-bottom: 10px;
}
.album-info2 dt {
	color: #009758;
	background: url(../img/line_song2020.png) repeat-x bottom left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.album-info2 img {
	float: right;
	width: 150px;
	margin-bottom: 0;
}
.album-info2 .album_txt p {
	float: left;
}
#themesong h3 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 30px;
	color: #eb0808;
}
#themesong h3 span {
	font-weight: bold;
}
.irregular {
	width: 800px;
	text-align: center;
	margin: 30px auto 0;
	border: 1px solid #009857;
	padding: 10px;
	background: #f1f1f1;
	font-weight: bold;
	color: #009857;
	font-size: 14px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}