<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(reset.css);
@import url(remodal.css);
@import url(remodal-default-theme.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;amp;display=swap");

/* common
------------------------------------------------------------*/

body{
	-webkit-text-size-adjust: 100%;
    background: url(../../img/bg.jpg) repeat 0 0;
}
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix {
	display:inline-block;
	min-height:1%;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 101;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 21px;
  cursor: pointer;
}
@media(max-width: 768px) {
  .menu-trigger {
    width: 21px;
    height: 16px;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
@media(max-width: 768px) {
  .menu-trigger span {
    height: 1px;
    border-radius: 2px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
@media(max-width: 768px) {
  .menu-trigger span:nth-of-type(1) {
    top: -2px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg);
  top: -9px;
}
@media(max-width: 768px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-315deg);
    transform: translateY(20px) rotate(-315deg);
    top: -14px;
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg);
  transform: translateY(-20px) rotate(315deg);
  top: 29px;
}
@media(max-width: 768px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(315deg);
    transform: translateY(-20px) rotate(315deg);
    top: 26px;
  }
}

/* bnr
---------------------------------------------------- */
.top_bnr{
	width: 600px;
	margin: 0 auto 20px;
}
.top_bnr li{
	margin: 0 auto 20px;
}
.top_bnr img{
	width: 600px;
	height: auto;
	border: 1px solid #333;
}
@media screen and (max-width: 480px) {
	.top_bnr{
		margin: 0 auto 15px;
		width: 100%;
		text-align: center;
	}
	.top_bnr{
		margin: 0 auto;
	}
	.top_bnr img{
		width: 95%;
		border: 1px solid #333;
		margin-bottom:15px;
	}
}
.top_bnr_b{
	width: 600px;
	margin: 0 auto 20px;
}
.top_bnr_b li{
	margin-bottom:10px;
}
.top_bnr_b img{
	width: 600px;
	height: auto;
}
.top_bnr_s{
	width: 600px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	text-align: center;
}
.top_bnr_s img{
	width: 295px;
	height: auto;
}
@media screen and (max-width: 480px) {
	.top_bnr_b,
	.top_bnr_s{
		margin: 0 auto 15px;
		width: 98%;
		text-align: center;
	}
	.top_bnr_b img{
		width: 95%;
	}
	.top_bnr_s img{
		width: 95%;	
	}
}

/* twitter
---------------------------------------------------- */
#twitter-widget-1{
	margin:0 auto;
	max-width:750px;
	height:100%;
}
.tw{
	margin: 20px 0;
}
.twitter-timeline{
	margin: 0 auto!important;
}
.twitter-widget{
	margin:0 auto!important;
}
.EmbeddedTweet-tweetContainer .EmbeddedTweet{
	width:800px!important;	
}
.slide_ttl twitter-widget {
	display:none!important;
}

/* =========================================================
	PC
========================================================= */

@media screen and (min-width:481px) {

body.menuOpen #overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100% !important;
    opacity: 0.5 !important;
    background-color:#333 !important;
    visibility: visible !important;
    z-index: 2 !important;
    transition: all 0.5s !important;
}
body.menuOpen #menu {
    display:block;
    -webkit-animation-name: fadeIn;
			animation-name: fadeIn;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
			animation-delay: 0;
			animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

#menu {
  margin-left:80px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../img/bg_houserule.jpg) repeat 0 0;
  box-sizing: border-box;
  height: 100%;
  transition: .2s;
  display:none;
  text-align:center;
  padding:15px;
  font-size:90%;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu {
  margin:20px auto 0 auto;
  vertical-align:top;
  padding:0 10px;
}
.menu_sub{
	margin:20px 0;
	font-size:90%;	
}
body,html{
	min-width:1360px;
}
.sp {
	display:none!important;
}
#page{
	overflow:hidden;
}
.inner,
.inner_f{
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.inner2{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

/* nav
------------------------------------------------------------*/

.globalMenuSp ul {
	text-align:left;
	margin-bottom:20px;
}
.globalMenuSp .navLogo img{
	width:100%;
	max-width:100px;
	position:absolute;
	top:8px;
	left:8px;
	display:none;
}
.globalMenuSp ul li a{
    font-size: 1.1em;
    list-style-type: none;
    width: 100%;
	position:relative;
}
.globalMenuSp ul li a:hover{
	animation-name: animation01;
	animation-duration: 0.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes animation01 {
	0% {
		color:#000;
}
	100% {
		color:#3599b4;
}
}
.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.globalMenuSp ul li.day{
    font-weight:normal;
    text-decoration:none;
    display:block;
    text-align:center;
	margin:0 auto 15px;
    padding:10px 0;
    color:#333;
	font-size:90%;
	background-color:#ffe440;
	width:90%;
}
.globalMenuSp ul li a {
	font-weight:normal;
    display: block;
	color:#333;
    padding: 10px 15px;
	text-decoration:none!important;
}
.arrow-right {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.arrow-right:before {
  content: '';
  position: absolute;
  left: 1px;
  bottom: -5px;
  width: 16px;
  height: 1px;
  border-top: solid 1px currentColor;
}
.globalMenuSp h2{
	text-align:center;
	margin:2% 0 0.5%;
}
.globalMenuSp h2 img{
	max-width:200px;
}
/* jQueryで付与・削除 */
.globalMenuSp.active {
    transform: translateY(0%);
}
.grid{
    position: fixed;
    z-index: 999;
	top:0;
    left: 0;
	height:100%;
	width:80px;
	background: rgba(255,255,255,1.0);
	border-right:1px solid #CCC;
}
.grid .sgn{
	bottom:10px;
    left: 12px;
    position: absolute;
}
.grid .name{
	transform: rotate(0deg);
    top: 30px;
	left: 30px; 
    position: absolute;
}
.grid .sgn img{
	width:55px;
	height:100%;
}
.navToggle {
    display: block;
    position:absolute;
    top: 50%;
	left:16px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
	vertical-align:middle;
	width:40px;
	height:60px;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border: solid 2px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	border-radius:15px;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#page{
	overflow:hidden;
	margin:0 auto;
	width:100%;
}
.scroll {
	text-align:center;
	margin-bottom:10px;
}
.scroll img{
	width:10%;
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -25px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
#footerFloatingMenu img {
    max-width: 99%;
}
.cregit{
	margin: 0 auto 50px;
	max-width: 1010px;
	text-align: right;
}
.cregit em{
	font-weight: bold;
	display: block;
}
/* header
------------------------------------------------------------*/

#head{
	height: 760px;
}
#nolead{
	height: 460px;	
}
#head_body,
#head_nolead{
	position:relative;
	margin:0 auto;
	width:1000px;
}
#head_body h1,
#head_nolead h1{
	position:absolute;
	top:50px;
}
#head_body span{
	position:absolute;
	top:430px;
	left:-20px;
}
#head_nolead span{
	position:absolute;
	top:100px;
	right:40px;
}
#head_body .lead{
	position:absolute;
	top:100px;
	right:0;
}
.sp_pro{
	position:absolute;
	top:30px;
	right:0;
	display: flex;
	justify-content: space-between;
	width: 370px;
}
.sp_pro .tfm img{
	width: 100px;
	height: 31px;
}
.sp_pro .jfn img{
	width: 37px;
	height: auto;
}
.sp_pro .dnp img{
	width: 60px;
	height: auto;
}
.sp_pro .salesforce img{
	width: 70px;
	height: 50px;
	margin-top: -10px;
}
.sp_pro .yakult img{
	width: 102px;
	height: auto;
	margin-top: 5px;	
}
.sns{
	position: absolute;
	right: 5px;
	top: 624px;
	z-index:1;
}
.sns li{
	float:left;
	margin-left:6px;
}
.sns li img{
	width:38px;
	height:auto;
}
.sns2{
	position: absolute;
	right: 5px;
	top: 650px;
	z-index:1;
}
.sns2 li{
	float:left;
	margin-left:6px;
}
.sns2 li img{
	width:38px;
	height:auto;
}
/*  main 
------------------------------------------------------------*/
.top_message,
.top_message_2{
	text-align: center;
	padding: 80px 0 50px;
}
.top_message h2,
.top_message_2 h2{
	margin-bottom: 20px;
}
.top_message ul{
	margin: 0 auto;
	max-width: 1050px;
	display: flex;
	text-align: left;
}
.top_message_2 ul{
	margin: 0 auto;
	max-width: 800px;
	display: flex;
	text-align: left;
}
.top_message ul li{
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.top_message_2 ul li{
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2.0;
}
.top_message ul li:nth-child(2) img{
	width: 420px;
}
.top_message_2 ul li:nth-child(2) img{
	width: 320px;
}
.bnArea{
	text-align:center;
	margin-bottom:10px;
}
.bnArea01{
	padding:15px 0 0;
}
.bnArea01 ul{
	display:inline-block;
	vertical-align:bottom;
}
.bnArea01 .req{
	margin:0 auto;
	width:1000px;
	height:185px;
    background: url(../../img/bnr_req_close.png) no-repeat 0 0;
	text-indent:-1000em;
	position:relative;
}
.bnArea01 .form a{
	width:435px;
	height:75px;
	position:absolute;
	bottom:75px;
	right:30px;
	display:block;
}
.ev_box{
	margin:0 auto 25px;
	text-align: center;
	position: relative;
}
.ev_box h2{
	font-size:32px;
	font-weight:bold;
}
.ev_box span{
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.ev_box p a{
	position: absolute;
	top:20px;
	left: 38px;
	width: 160px;
	height: 250px;
	/*background-color:#1674b0;*/
}
.ev_box ul li{
	text-align: center;
	font-size: 120%;
	line-height: 1.8em;
	font-weight:bold;
	color: #000;
}
.jam ul li{
	padding:15px 0;
}
.ev_box_name{
	background-color: rgb(255,240,217, 0.6);
	border:2px dashed #000;
	margin:0 auto 35px;
	width:950px;
	display:flex;
	justify-content: space-around;
	padding:20px;
}
.ev_box{
	width: 1000px;
	margin: 0 auto 20px;
}
.ev_box .ev_2nd li{
	display:inline-block;
	position:relative;
	margin: 0 5px;
}
.ev_box .ev_2nd{
	width:495px;
	display:inline-block;
	vertical-align: top;
}
.ev_box .ev_2nd li{
	position:relative;
	margin: 0 2px;
}
.ev_box .ev_2nd .cfs{
	margin-top:-19px ;
}
.ev_box .post{
	padding:30px 0 60px;
}
.ev_box .post li:nth-of-type(2) {
	padding-top:5px;
}
.ev_box .ev_2nd .fds{
	margin-top:-130px;
}
.ev_box .ev_2nd .timefree{
	position: absolute;
	top:-110px;
	width: 440px;
	height: 70px;
	left: 30px;
}
.ev_box .ev_2nd .timefree img{
	max-width:350px;
}
.ev_box .ev_2nd .timefree_3{
	position: absolute;
	/*top:375px;*/
	top:780px;
	width: 490px;
	height: 70px;
}
.ev_box .ev_2nd .timefree_3 img{
	max-width:350px;
}
.ev_box .rdk{
	position:relative;
}
.ev_box .rdk li{
	margin:0!important;	
}
.ev_box .rdk .timefree{
	position: absolute;
	top: 190px;
	width: 440px;
	height: 70px;
	left: 25px;
}
.ev_box .rdk .timefree img{
	max-width:350px;
}
.ev_box .form a{
	width:360px;
	height:75px;
	position:absolute;
	bottom:23px;
	right:72px;
	display:block;
}
.ev_box .ev_2nd .rule{
	width: 85%;
	position:absolute;
	top:965px;
	left:32px;
	font-size: 75%;
	text-align: center;
	line-height: 1.7em;
}
.ev_box .ev_2nd .rule img{
	width: 90%;
	position:absolute;
	bottom:-80px;
	left:30px;
	font-size: 75%;
	text-align: left;;
}
.ev_name{
	text-align:left;
	padding:15px 2px;
	font-size:100%;
	max-width:320px;
}
.ev_name img{
	max-width: 220px;
	height: auto;
	border: 1px dotted #d9be96;
}
.ev_name li{
	padding-bottom:5px;
}
.ev_2nd_txt{
	line-height:1.8em;
	margin:15px 0 0;
}
.ev_2nd_txt span{
	font-size:140%;
	padding:20px 0;
	display:block;
	font-weight:bold;
}
.ev_2nd_send{
	max-width: 220px;	
}
.ev_2nd_send span{
	font-weight:bold;
	background: linear-gradient(transparent 20%, #ffe440 48%);
}
.timer{
	width:100px;
	top:55px;
	left:15px;
	position:absolute;
	z-index:99;
	font-size:47px;
	font-weight:bold;
}
.bnArea02{
	width:100%;
	padding:20px 0 10px;
}
.bnArea02 ul li{
	float:left;
	vertical-align:bottom;
}
.bnArea03{
	padding:10px 0;
    /*background: url(../../img/bg.jpg) repeat 0 0;*/
}
.bnArea03 ul{
	padding:15px 0;	
}
.bnArea03 ul .cls{
	font-weight:bold;
	padding:15px 0;
	font-size:20px;
}
.bnArea03 a img{
	max-width:1000px;
}
.bnArea04{
    background: url(../../img/bg_pre.jpg) repeat 0 0;	
}
.bnArea04 ul{
	padding-bottom:10px;
	vertical-align:bottom;
}
.bnArea04 ul li{
	padding-top:10px;
}
.entry img{
	max-width:500px;	
}
.close{
	font-weight:bold;
	font-size:18px;
	position: absolute;
	top: 90px;
	width: 440px;
	height: 70px;
	right: -20px;
}
.bnArea05{
	padding:20px 0 50px 0;
    background: url(../../img/bg_pre.jpg) repeat 0 0;
}
.bnArea05 h2{
	margin:0 auto 20px;
	width:960px;
	padding-bottom:10px;
}
.bnArea05 ul{
	width:440px;
	display:inline-block;
	vertical-align:bottom;
}
.bnArea05 ul li{
	font-size:14px;
	margin:0 15px;
}
.bnArea06{
	padding-top:30px;
    background: url(../../img/bg.jpg) repeat 0 0;	
}
.bnArea06 ul{
	padding:15px 0;	
}
.bnArea06 ul .cls{
	font-weight:bold;
	padding:15px 0;
	font-size:20px;
}
.bnArea06 ul .cls{
	font-weight:bold;
	padding:15px 0;
	font-size:20px;
}
.bnArea06 a img{
	max-width:1000px;
}
.title_box {
	position: relative;
	border-bottom: 3px solid #000;
	margin-bottom:30px;
	color:#000;
}
.title_box:after,
.title_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.title_box:after {
	border-top-color: #f9e67f;
	border-width: 5px;
	margin-left: -5px;
}
.title_box:before {
	border-top-color: #000;
	border-width: 8px;
	margin-left: -8px;
}
.ts_one img{
	max-width:270px;
	height:auto;	
}
.ts_oa{
	margin-bottom:10px;
}
.ts_oa li{
	display:inline-block;
	vertical-align:bottom;	
}
.pre_free{
	margin-bottom:20px;	
}
.pre_free img{
	max-width:420px;
	height:auto;
}
.bnArea{
	text-align: center;
}
.s_bnArea{
	text-align: center;
	padding:30px 0;
}
.s_bnArea li{
	margin-bottom: 20px;
	font-weight: bold;
}
.f_bnArea{
	padding-bottom:60px;
    background: url(../../img/line.png) repeat-x center bottom;	
}
.f_bnArea ul{
	display:flex;
	width:600px;
	margin:0 auto;
}
.f_bnArea ul li{
	max-width:300px;
	width:100%;
	margin:0 20px 0 10px;
}
.f_bnArea ul .scs{
	padding-top:12px;
}
.f_bnArea2 {
    margin:20px 0 60px 0;
    padding-bottom: 40px;
}
.f_bnArea2 ul{
	display:flex;
	justify-content: space-between;
	width: 500px;
	margin:0 auto;
}
.f_bnArea2 ul .tfm img{
	width:130px;
	height:40px;
}
.f_bnArea2 ul .jfn img{
	width:50px;
	height: auto;
}
.f_bnArea2 ul .dnp img{
	width:80px;
	height: auto;
}
.f_bnArea2 ul .salesforce img{
	width: 100px;
	height: auto;
	margin-top: -14px;
}
.f_bnArea2 ul .yakult img{
	width:120px;
	height: auto;
	margin-top:8px;
}
.f_bnArea3{
	margin:0 auto;
	width:1000px;
	position:relative;
}
.f_bnArea3 .message{
	width:240px;
	text-align:left;
	float:left;
	margin-right:20px;
	font-size:90%;
}
.f_bnArea3 .message a{
	display:block;
}
.f_bnArea3 .name{
	width:400px;
	margin:0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom:50px;
}
.f_bnArea3 .copy{
	width:400px;
	margin:0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-40px;
}
.img_m2{
	width:500px;
	height:auto;
	display:block;
	margin:20px auto!important;
}

/* wrapper
------------------------------------------------------------*/

.comment{
	margin:70px 0 50px 0;	
}
.wrapper{
	padding-bottom:30px;
	clear:both;
}
.wrapper h2{
	margin:0 auto;
	width:1000px;
	height:257px;
    background: url(../../img/ttl_select.png) no-repeat 0 0;
	text-indent:-1000em;
	display:inline-block;
	margin-bottom:15px;
}
.wrapper .ttl{
	width:1000px;
	margin:15px auto;
}
.contents{
	width:1000px;
	margin:0 auto 70px;
	/*display:flex;*/
	position:relative;
}
.contents:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.contents {display:inline-block;}
.contents {display:block;}

.report{
	width:23%;
	margin:0 10px 30px 10px;
	float:left;
}
.report a{
	opacity: 1.0;
}
.report:nth-child(3){
	display:block;
}

.illust_01{
	width:233px;
	height:277px;
	position:absolute;
	top:100px;
	right:-80px;
    background: url(../../img/illust_01.png) no-repeat 0 0;
}
.illust_02{
	width:241px;
	height:235px;
	position:absolute;
	top:600px;
	left:-80px;
    background: url(../../img/illust_02.png) no-repeat 0 0;
}
.illust_03{
	width:252px;
	height:229px;
	position:absolute;
	top:1150px;
	right:-30px;
    background: url(../../img/illust_03.png) no-repeat 0 0;
}
.illust_04{
	width:330px;
	height:170px;
	position:absolute;
	bottom:0;
	right:-100px;
    background: url(../../img/illust_04.png) no-repeat 0 0;
}
.thumb dt{
	position:relative;
	max-width:211px;
	width:100%;
	height:auto;
}
.thumb dt img{
	max-width:640px;
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.thumb dd{
	line-height:1.4em;
}
.report dd a{
	text-decoration:none!important;	
}
.report h3{
	font-weight:bold;
	font-size:130%;
	text-align:left;
	padding:5px 0;
	margin-top:1px;
}
.report span{
	text-align:center;
	padding:2px 14px 0;
	background-color:#ffe440;
	font-size:80%;
	border:1px solid #000;
}
.report .date{
	font-size:80%;
	text-align:left;
	padding:5px 0;
}
.report .more{
	border:1px solid #000;
	width:210px;
	padding:10px 0 9px;
	background-color:#FFF;
	text-align:center;
	font-size:90%;
}
.report .more a{
	display:block;
}
.contents4{
	width:1000px;
	margin:0 auto;
	display:flex;
	position:relative;
}
.contents5{
	width:1000px;
	margin:0 auto 15px;
	display:flex;
	position:relative;
}
.report_sub{
	width:50%;
	margin:0 30px 0 10px;
}
.report_sub dt{
	font-size:120%;
	margin-botttom:15px;
	font-weight:bold;
}
.report_sub dd{
	margin-botttom:10px;
}
.profile{
	width:1000px;
	margin:0 auto 60px;
	line-height:1.4em;
}
.profile p{
	line-height:2.0em;
}

/*  track
------------------------------------------------------------*/

.songArea{
	/*display:flex;*/
}
.jamArea{
	padding-bottom:50px;	
}
.staffArea{
	margin:0 auto;
	max-width:1000px;
	width:100%;
	text-align:center;
}
.murakamiArea{
	margin:30px auto;
	max-width:1000px;
	width:100%;
	text-align:center;
}
.murakami li{
	padding:0 15px;
	line-height:1.4em;
}
.murakami li span{
	float: right;
}
.song{
	clear:both;
	margin:0 auto;
	max-width:1000px;
	width:100%;
	margin-bottom:20px;
}
.staff{
	max-width:1000px;
	width:100%;
	margin-bottom:20px;
}
.staff ul{
	width:480px;
	margin:5px;
	display:inline-block;
	vertical-align:top;
}
.staff ul li{
	padding:0 15px;
	line-height:1.4em;
}
.staff ul li em{
	color:#3599b4;
}
.track{
	margin-bottom:5px;
}
.disc dl{
	width:440px;
	float:left;
	margin: 0 20px 20px 0;
}
.track .jt{
	width:180px;
	float:left;
	text-align:left;
	margin-right:17px;
	margin-bottom: 15px;
}
.track .jt img{
	width:180px;
	height:auto;
}
.track .jt_cs{
	width:180px;
	height:300px;
	float:left;
	text-align:left;
	margin-right:17px;
}
.track .jt_cs img{
	width:180px;
	height:auto;
}
.track .jt_ms{
	width:180px;
	height:360px;
	float:left;
	text-align:left;
	margin-right:17px;
}
.track .jt_ms img{
	width:180px;
	height:auto;
}
.track .icn{
	width:79px;
	float:left;
	margin-right:17px;
	min-height:100px;
}
.track .icn_jam{
	width:79px;
	float:left;
}
.track .icn img{
	width:79px;
	height:auto;
}
.track .icn_jam img{
	width:60px;
	height:auto;
}
.track .pic_jam{
	text-align:center;
	display:flex;
}
.track .pic_jam img{
	width:49.5%;
	max-width:600px;
	margin:0 auto;
	padding:2px;	
}
.track .icn_height{
	width:79px;
	float:left;
	margin-right:17px;
	min-height:auto;
}
.track .icn_height img{
	width:79px;
	height:auto;
}
.track dd{
	text-align:left;
}

.sng{
	color:#3599b4;
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.3em;
}
.boxheight{
	padding-top:15px;
	clear:both;
}
.detail{
	text-align:left;
	margin-bottom:10px;
}
.detail_en{
	text-align:left;
	padding:10px 0;
	border-top: 1px dashed #333;
}
.detail_sng{
	margin-bottom: 50px;
	color: #3599b4;
	font-weight: bold;
	line-height: 1.3em;
} 
.detail ul{
	padding-left:20px;
}
.detail b{
	color:#3599b4;
	font-weight:bold;
}
.detail span{
	font-size:12px;
	line-height:1.5em;
}
.detail em{
	font-weight:bold;
	font-style:normal;
	padding-right:15px;	
}
.detail i{
	font-size: 18px;
	font-weight: bold;
}
.detail strong{
	font-weight:bold;
	font-style:normal;
}
.detail blockquote{
	height: auto;
	border-left:7px solid #DEDEDE;
	padding-left: 30px;
	margin: 35px 0 35px 30px;
}
.detail small{
	background-color: #f1ede4;
	padding: 20px;
	border-radius: 8px;
	line-height: 1.6;
}
.track dd em{
	font-weight:bold;
	font-style:normal;
	padding-right:15px;	
}

.track dd .italic{
	font-style: oblique;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	display: inline;
	font-feature-settings: "palt";
}

.note {
  position: relative;
  border: 3px solid #152a40;
  border-radius: 8px;
  padding: 1.2em;
  background-color:#FFF;
  text-align:left;
}
.note .rec{
	position:absolute;
	top:10px;
	right:10px;
}
.note:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.note {display:inline-block;}
.note {display:block;}

.note .book{
	position:absolute;
	top:10px;
	right:10px;
}
.note .book img{
	width: 75px;
	height: auto;
}
.note strong{
	font-weight: bold;
}
.memo{
	text-align: left;
	font-size:13px;
	line-height:1.5em;
	padding: 0 15px;
}
.coms {
	margin-top:20px;
  position: relative;
  border: 3px solid #152a40;
  border-radius: 8px;
  padding: 1.2em;
  background-color:#f1ede4;
  text-align:left;
}
.coms:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.coms {display:inline-block;}
.coms {display:block;}

.talk_ttl {
	text-align: center;
	padding: 60px 0 10px;
}

/*  footer
------------------------------------------------------------*/

#footer {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	height: 60px;
	text-align:center;
	position:relative;
}
#footer2 {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}
#footer2 ul li{
	padding-bottom: 15px;
}
/* pagetop
------------------------------------------------------------*/

.go-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
	background:url(../../img/up.png) no-repeat 0 top;
	background-size:50px 50px;
	display: none;
	width:50px;
	height:50px;
	z-index:1;
}
/*
.go-top:hover{
	background:url(../../img/up.png) no-repeat 0 top;
}
*/
/* houserule
------------------------------------------------------------*/

body#houserule{
    background: url(../../img/bg_houserule.jpg) repeat 0 0;
}
#house{
	height:330px;
    background: url(../../img/line_houserule.png) repeat-x center bottom;
	margin-bottom:50px;
}
#house h1{
	padding-top:30px;
	float:left;
}
#house h1 img{
	width:310px;
}
.h_body{
	width:800px;
	margin:0 auto;
}
.h_body p{
	padding-top:30px;
	float:right;
}
.h_body dt{
	float:left;
	width:240px;
	font-weight:bold;
	font-size:120%;
	color:#1674b0;
}
.h_body dd{
	float:right;
	width:540px;
	margin-bottom:30px;
	font-size:95%;
}
.red{
	color:#d70029;
}
.h_contents{
	padding-bottom:40px;
   background: url(../../img/line_houserule.png) repeat-x center bottom;
}
.h_contents:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.h_contents {display:inline-block;}
.h_contents {display:block;}

.h_footer{
	padding:30px 0 20px 0;
}
.h_footer ul{
	width:800px;
	margin:0 auto;
	text-align:center;
}
.h_footer ul li{
	margin-bottom:10px;
}
.right{
	text-align:right;
	margin:30px 0;
	font-size:130%;
}
.right span{
	font-size:130%!important;
	margin-bottom:10px;
	display:block;
}
.close_entry{
	width:1000px;
	border-bottom:1px solid #000;
	margin:0 auto 80px;
	text-align:center;
	padding:20px 0 40px;
}
.close_entry dt{
	margin:0 auto 30px;
	width:400px;
	color:#C30;
	font-size:140%;
	font-weight:bold;
}
.close_entry dt img{
	display:block;
	margin:0 auto 10px;
	max-width:280px;
}
.close_entry dd{
	font-size:120%;
	padding-bottom:10px;
}
.close_txt{
	margin:20px 0;
}

/*年越し*/
.toshikoshi{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
}
.toshikoshi_message{
	width: 45%;
	margin: 30px auto;
	line-height: 2.0;
	font-size: 16px;
}
.toshikoshi_message h2{
	text-align: center;
	margin-bottom: 15px;
}
.toshikoshi_txt{
	text-align: center;
	font-size: 17px;
	line-height: 2.0;
	margin-bottom: 15px;
}
.toshikoshi_txt span{
	font-weight: bold;
}
.toshikoshi_form{
	margin-bottom: 150px;
}

/*2022年日本民間放送連盟賞 準グランプリ作品*/

.modal{
	position: relative;
}
.modal span a{
	position: absolute;
	top:0;
	left: 0;
	width: 490px;
	height: 250px;
	/*background-color: #1674b0;*/
	display: block;
}
.schedule{
	max-width: 800px;
}
.schedule_name{
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}

.schedule_wrap{
	margin-right: 15px;
	margin-bottom: 30px;
	border: 6px double #000;
	background-color: #FFF;
}
.schedule_txt{
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted #000;
}
.schedule_txt:nth-child(2n){
	background-color: #EEE;
}
.schedule_txt:last-child{
	border-bottom: 0px dotted #000;
}

.schedule_txt li{
	padding: 10px;
	font-size: 14px;
}

.schedule_txt li:nth-child(1){
	width: 30%;
	border-right:1px solid #000 ;
}
.schedule_txt li:nth-child(2){
	text-align: left;
}
.schedule_att{
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 30px;
}

}

/* =========================================================
	SP
========================================================= */

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

body.menuOpen {
  margin-right: 0;
}
body.menuOpen #menu {
    display:block;
    -webkit-animation-name: fadeIn;
			animation-name: fadeIn;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0;
			animation-delay: 0;
			animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

#menu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../img/bg_houserule.jpg) repeat 0 0;
  box-sizing: border-box;
  width:100%;
  height: 100%;
  transition: .2s;
  display:none;
  text-align:center;
  padding:15px;
  font-size:90%;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu {
  margin:20px auto 0 auto;
  text-align: center;
  max-width:400px;
  width:80%;
  vertical-align:top;
  padding:0 10px;
}
.pc {
	display:none;
}
img {
	max-width : 100% ;
	height : auto ;
	vertical-align: bottom;
}
#page{
	overflow:hidden;
	margin:0 auto;
	width:100%;
}
.scroll {
	text-align:center;
	margin-bottom:10px;
}
.scroll img{
	width:10%;
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -25px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
#footerFloatingMenu img {
    max-width: 99%;
}

/* nav
------------------------------------------------------------*/

/* jQueryで付与・削除(fadein) */
.globalMenuSp.active {
	display:block;
	opacity: 1;
}
.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	margin-top:25px;
	font-family: 'Viga', sans-serif;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.globalMenuSp .navLogo img{
	width:100%;
	max-width:100px;
	position:absolute;
	top:8px;
	left:8px;
	display:none;
}
.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
	font-size:90%;
}
/* 最後はラインを描かない */
.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.globalMenuSp ul li.day{
    font-weight:normal;
    text-decoration:none;
    display:block;
    text-align:center;
	width:60%;
	margin:0 auto 10px;
    padding:10px;
    color:#333;
    /*border-radius:25px;*/
	/*border:3px solid #333;*/
	font-size:90%;
	background-color:#ffe440;
}
.globalMenuSp ul li a {
	font-weight:normal;
    display: block;
	color:#333;
    padding: 2% 0;
	text-decoration:none!important;
}
.globalMenuSp h2{
	text-align:center;
	margin:2% 0 0.5%;
	display:none;
}
.navToggle {
    display: block;
    position:fixed;
    /*position:absolute;*/
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
	background-color:#FFF;
	width:40px;
	height:40px;
	border:1px solid #333;
	border-radius:5px;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 20px;
    border: solid 2px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	border-radius:10px;
    left: 8px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#page{
	overflow:hidden;
	margin:0 auto;
	width:100%;
}
.scroll {
	text-align:center;
	margin-bottom:10px;
}
.scroll img{
	width:10%;
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -25px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
#footerFloatingMenu img {
    max-width: 99%;
}

/* header
------------------------------------------------------------*/

#head_body,
#head_nolead{
	margin:0 auto;
	width:100%;
	padding-top: 45px;
}
#head_body h1{
	text-align:center;
}
#head_body p{
	padding:8px;
}
#head_body .arrow{
	text-align:center;	
}
#head_body .arrow img{
	width:50%;
}
.sp_pro{
	position:absolute;
	padding-top: 5px;
	top:8px;
	left:0;
	display: flex;
}
.sp_pro li{
	padding-left: 10px;
}
.sp_pro .tfm img{
	width: 60px;
	height: 19px;
}
.sp_pro .jfn img{
	width: 22px;
}
.sp_pro .dnp img{
	width: 36px;
}
.sp_pro .salesforce img{
	width: 45px;
	margin-top: -4px;
}
.sp_pro .yakult img{
	width: 60px;
	margin-bottom: 3px;
}
#head_body .sns{
	position: absolute;
	right: 12px;
	z-index:2;
}
#head_body .sns li{
	float:left;
	margin-left:6px;
}
#head_body .sns li img{
	width:30px;
	height:auto;
}
/*  main 
------------------------------------------------------------*/

.top_message,
.top_message_2{
	padding: 0 15px;
	font-size: 85%;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.top_message ul li,
.top_message_2 ul li{
	margin-bottom: 20px;
}
.top_message ul li:nth-child(2),
.top_message_2 ul li:nth-child(2)  {
	margin: 0 auto;
	max-width: 450px;
	text-align: center;
}
.top_message ul li:nth-child(2) img,
.top_message_2 ul li:nth-child(2) img{
	width: 80%;
}
.top_message h2,
.top_message_2 h2{
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.top_message p,
.top_message_2 p{
	margin-bottom: 10px;
}
.top_message h2 img,
.top_message_2 h2 img{
	max-width: 250px;
}
.timer{
	text-align:center;
	top:35%;
	left:6%;
	position:absolute;
	z-index:99;
	font-size:150%;
	font-weight:bold;
	object-fit: contain;
	max-height: 100%;
}
.comment{
	clear:both;
	padding: 5px 10px 10px 10px;
	margin:20px 0 15px;	
}
.bnArea{
	text-align:center;
}
.ev_box{
	padding:5px;
	text-align:center;
	position:relative;
}
.ev_box h2{
	font-size:90%;
	font-weight:bold;
	padding:0 2px;
	text-align:center;
	line-height:1.3em;
}
.ev_box span{
	font-size:80%;
	text-align:center;
	display:block;
	margin-bottom:5px;
	padding:0 2px;
}
.ev_box p a{
	position: absolute;
	top:60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	height: 250px;
	/*background-color:#1674b0;*/
}
.ev_box .book{
	width: 97%;
}
.ev_box ul li{
	text-align: left;
	font-size: 85%;
	line-height: 1.5em;
	color: #333;
	padding: 0 5px;
	margin-bottom: 5px;
}
.jam ul li br{
	display:none;
}
.ev_box .ev_2nd li{
	position:relative;	
}
.ev_box .ev_2nd li .timefree{
	text-align:center;
}
.ev_box .ev_2nd .pdg{
	padding-bottom: 8px;
}
.ev_box .ev_2nd  li .timefree img{
	max-width:80%;
}
.ev_box .ev_2nd li .timefree_3{
	position: absolute;
	text-align:center;
	bottom: 25px;
	left: 0;
	right: 0;
	font-weight: bold;
	font-size: 15px;
}
.ev_box .ev_2nd li .timefree_3 img{
	max-width:70%;
}
.ev_box .rdk li{
	padding-bottom:5px!important;	
	margin:0!important;	
}
.ev_box_name{
	background-color:#fff0d9;
	border:2px dashed #000;
	margin:10px;
	padding:20px;
}
.ev_box .ev_2nd{
	position:relative;
	text-align:center;
	width:100%;
}
.ev_name{
	text-align:left;
	font-size:80%;
}
.ev_name li{
	padding-bottom:4px;
}
.ev_name img{
	max-width: 180px;
	height: auto;
	margin:20px auto;
	display: block;
}
.ev_2nd_txt{
	line-height:1.6em;
	margin:15px 0;
	padding:0 10px;
	font-size:80%;
	text-align:left;
}
.ev_2nd_txt span{
	font-size:120%;
	padding:10px 0;
	line-height:1.3em;
	display:block;
	font-weight:bold;
}
.ev_box .ev_2nd .rule{
	width: 90%;
	position:absolute;
	bottom:11%;
	left:0;
	right: 0;
	margin: auto;
	font-size: 90%;
	text-align: center;
	line-height: 1.7em;
}
.ev_box .ev_2nd .rule img{
	width: 90%;
	position:absolute;
	bottom:-70px;
	left:0;
	right: 0;
	margin: auto;
	font-size: 75%;
	text-align: center;
}
/*
.ev_box span{
	font-size:75%;
}
*/
.ev_2nd_txt br{
	display:none;
}
.ev_2nd_send{
	width:100%;	
}
.ev_2nd_send span{
	font-weight:bold;
	background-color:#ffe440;
}
.ev_box h2{
	width:100%;
	margin:5px auto;
}
.ev_box .form img{
	width:80%;
	text-align:center;
}
.bnArea01{
	padding:3px 0 3px 0;
    background: url(../../img/line2.png) repeat-x center top;
	background-size:261px 3px;
	text-align:center;
}
.inner{
	padding:15px 3px 0 3px;
    /*background: url(../../img/sp_bg_req.jpg) repeat center bottom;*/
	/*background-size:60px 60px;*/
}
.inner_f{
	padding:30px 3px 0 3px;
}
.bnArea01 .req{
	padding:7px;
	margin:0 auto;
    background: url(../../img/line2.png) repeat-x center bottom;
	background-size:261px 3px;
}
.bnArea01 h2{
	width:100%;
	margin:5px auto 0;
}
.bnArea01 span{
	font-size:80%;
}
.rule{
	padding: 0 50px;
	font-size:100%;

}
.rule .close{
	font-size:130%;
}
.rule a{
	font-weight:bold;
	color:#000;
}
.form img{
	width:80%;
	text-align:center;
}
.bnArea02{
	padding:3px 0 0 0;
	margin:0 auto;
	width:100%;
    background: url(../../img/line2.png) repeat-x center top;
	background-size:261px 3px;
	position:relative;
}
.bnArea02 ul li{
	width:80%;
	margin:0 auto;
}
.bnArea03{
    /*background: url(../../img/bg_pre2.jpg) repeat 0 0;
	background-size:21px 30px;*/
	text-align:center;
	/*margin-bottom:30px;*/
}
.bnArea03 ul .cls{
	font-weight:bold;
	padding:15px 0;
}
.bnArea03 ul a{
	width:94%;
	margin:0 auto 20px auto;
}
.bnArea03 a img{
	max-width:100%;	
}
.bnArea03 p{
	font-size:80%;	
}
.entry{
	padding:15px 0;
	text-align:center;
}
.entry img{
	width:90%;
	padding:0 10px;
}
.close{
	font-weight:bold;
	font-size:130%!important;
	padding:25px 0;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}
.inner2{
    background: url(../../img/bg_pre2.jpg) repeat 0 0;
	/*background-size:21px 30px;*/
}
.inner3{
	padding:5px 3px 0 3px;
    background: url(../../img/bg_pre.jpg) repeat 0 0;
	/*background-size:21px 30px;*/
}
.s_bnArea{
	text-align: center;
	padding:30px 0;
}
.s_bnArea img{
	width:82%;
	max-width: 354px;
}
.s_bnArea li{
	margin-bottom: 20px;
	font-weight: bold;
}
.f_bnArea{
	/*margin-bottom:20px;*/
	padding-bottom:20px;
    background: url(../../img/line.png) repeat-x center bottom;	
}
.f_bnArea img{
	width:60%;
}
.f_bnArea ul{
	text-align:center;
}
.f_bnArea ul li{
	width:100%;
	margin-bottom:30px;
}
.f_bnArea ul .scs img{
	max-width:200px;
}
.f_bnArea2{
	margin:30px 0 10px;
	padding: 0 50px;
}
.f_bnArea2 ul{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
	display: flex;
	flex-wrap:wrap;
}
.f_bnArea2 ul li:nth-of-type(1),
.f_bnArea2 ul li:nth-of-type(2){
	text-align:center;
	width: 50%;
	margin: 15px auto;
}
.f_bnArea2 ul li:nth-of-type(3),
.f_bnArea2 ul li:nth-of-type(4){
	text-align:center;
	width: 50%;
	margin: 15px auto;
}
.f_bnArea2 ul .tfm img{
	width:105px;
	height: 32px;
}
.f_bnArea2 ul .jfn img{
	width:40px;
}
.f_bnArea2 ul .dnp img{
	width:60px;
	margin-top:0px;
}
.f_bnArea2 ul .salesforce img{
	width:90px;
	margin-bottom:8px;
}
.f_bnArea2 ul .yakult img{
	width:90px;
}
.f_bnArea3{
	margin:0 auto;
	width:100%;
	position:relative;
	text-align:center;
}
.f_bnArea3 .message{
	font-size:80%;
	margin-bottom:10px;
}
.f_bnArea3 .illust_04{
	width:70%;
	margin:10px auto;
}
.f_bnArea3 .message a{
	display:block;
}
.f_bnArea3 .name img{
	width:70%;
	margin:10px auto;
}
.f_bnArea3 .copy img{
	width:80%;
	margin:10px auto;
}
.pre_free{
	padding-bottom:15px;
	text-align:center;
}
.pre_free img{
	width:90%;
	padding:0 10px;
}
.bnArea05{
	padding:0 0 15px;
    background: url(../../img/bg_pre.jpg) repeat 0 0;
}
.bnArea05 h2{
	margin:0 auto 15px;
	padding:10px;
	text-align:center;
}
.bnArea05 h2 img{
	width:60%;
}
.bnArea05 ul{
	width:100%;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
}
.bnArea05 ul li{
	font-size:90%;
	margin:0 10px;
}
.bnArea06{
	padding-top:30px;
}
.title_box {
	position: relative;
	border-bottom: 2px solid #000;
	margin-bottom:30px;
	color:#000;
	width:85%;	
}
.title_box:after,
.title_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.title_box:after {
	border-top-color: #f9e67f;
	border-width: 5px;
	margin-left: -5px;
}
.title_box:before {
	border-top-color: #000;
	border-width: 8px;
	margin-left: -8px;
}
.app a{
	/*
	color:#FFF;
	border-radius: 5px;
	text-decoration:none;
	padding:4px 40px;
	background-color:#000;
	font-size:80%;
	*/
}
.ts_one{
	text-align:center;	
}
.ts_one img{
	max-width:55%;
	height:auto;	
}
.ts_oa{
	font-size:110%;
	margin-bottom:10px;
}
.ts_oa li{
	display:inline-block;
	vertical-align:bottom;	
}
.img_m2{
	padding:15px 0;
}
/* wrapper
------------------------------------------------------------*/

.wrapper{
	clear:both;
}
.wrapper .ttl{
	width:100%;
	margin:15px auto;
}
.wrapper .ttl p{
	margin-bottom:10px;
}
.contents,
.contents2,
.contents3{
	width:100%;
	margin:0 auto;
}
.report{
	width:50%;
	float:left;
	/*border:1px solid #ddd;
	box-sizing :border-box;*/
	/*overflow: hidden;*/
	margin-bottom:20px;
}
.thumb{
	width:80%;
	margin:0 auto;
}
.thumb dt{
	height:auto;
	text-align:center;
}
.thumb dt img{
	max-width: 100%;
	height:auto;
	margin-bottom:10px;
}
.thumb dd{
	line-height:1.4em;
}
.report dd a{
	text-decoration:none!important;	
}
.report h3{
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:5px 0;
}
.report span{
	text-align:left;
	padding:2px 14px 0;
	background-color:#ffe440;
	font-size:80%;
	border:1px solid #000;
}
.report .date{
	font-size:80%;
	text-align:left;
	padding:5px 0;
}
.report .more{
	border:1px solid #000;
	padding:7px 0 6px;
	background-color:#FFF;
	text-align:center;
	font-size:85%;
}
.report .more a{
	display:block;
}
.contents3{
	margin-bottom:50px;
}
.contents4{
	width:100%;
	margin:0 auto 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	position:relative;
}
.contents5{
	width:100%;
	margin:0 auto 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	position:relative;
}
.report_sub{
	width:50%;
	margin:0 10px;
}
.report_sub dt{
	font-size:100%;
	margin-botttom:15px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
}
.report_sub dd{
	margin-botttom:10px;
	font-size:80%;
}
.profile{
	margin:0 auto 30px;
	line-height:1.6em;
	padding:0 10px;
}
.profile h3{
	margin:10px 0;
	width:90%;
}
.profile p{
	font-size:80%;
	line-height:1.6em;
}

/*  track
------------------------------------------------------------*/

.songArea,
.staffArea{
	/*display:flex;*/
	padding-bottom:5px;
}
.staffArea h2{
	margin-bottom:20px;
}
.song{
	margin:10px;
	padding:0 10px;
}
.staff{
	font-size:85%;
}
.staff ul {
	margin:0 10px 10px 10px;	
}
.staff ul li{
	padding:3px;
	line-height:1.4em;
}
.staff ul li em{
	color:#3599b4;
}
.murakamiArea{
	margin:10px;
}
.murakami li{
	font-size:85%;
}
.murakami li span{
	float: right;
}
.track{
	margin-bottom:5px;	
}
.disc dl{
	width:100%;
	float:left;
}
.track .jt,
.track .jt_ms{
	width:150px;
	float:left;
	text-align:left;
	margin-right:17px;
	margin-bottom: 15px;
}
.track .jt img,
.track .jt_ms img{
	width:150px;
	height:auto;
}
.track .icn{
	width:65px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	min-height:65px;
}
.track .icn_jam{
	width:65px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.track .icn_height{
	width:65px;
	float:left;
	margin-right:10px;
}
.track .icn img,
.track .icn_jam img,
.track .icn_height img{
	width:65px;
	height:auto;
}
.track .pic_jam{
	text-align:center;
}
.track .pic_jam img{
	margin:0 auto;
	padding-bottom:5px;	
}
.track dd{
	text-align:left;
	line-height:1.4em;
}
.track dd .italic{
	font-style: oblique;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
.sng{
	color:#3599b4;
	margin-bottom:15px;
	line-height:1.3em;
	font-size:90%;
}
.boxheight{
	padding-top:15px;
	clear:both;
}
.detail{
	text-align:left;
	font-size:85%;
	min-height:50px;
	margin-bottom:10px;
}
.detail_en{
	text-align:left;
	padding:10px 0;
	border-top: 1px dashed #333;
}
.detail i{
	font-size: 16px;
	font-weight: bold;
}
.detail_sng{
	margin-bottom: 20px;
	color: #3599b4;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 100%;
} 
.detail ul{
	padding-left:15px;
	margin-bottom:20px;
	margin-right:20px;
}
.detail b{
	color:#3599b4;
	font-weight:bold;
}
.detail span{
	font-size:80%;
	line-height:1.4em;
}
.detail blockquote{
	height: auto;
	border-left:7px solid #DEDEDE;
	padding-left: 10px;
	margin: 20px 0 20px 10px;
}
.detail em{
	font-weight:bold;
	font-style:normal;
	padding-right:15px;	
}
.detail strong{
	font-weight:bold;
	font-style:normal;
}
.detail small{
	background-color: #f1ede4;
	padding: 20px;
	border-radius: 8px;
	line-height: 1.6;
}
.detail small dl dd{
	font-size: 100%!important;
}
.note {
  position: relative;
  border: 3px solid #152a40;
  border-radius: 8px;
  padding: 1.2em;
  background-color:#FFF;
  text-align:left;
}
.note .rec{
	display:none;
}
.note .book{
	display:none;
}
.note:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.note {display:inline-block;}
.note {display:block;}

.note strong{
	font-weight: bold;
}
.memo{
	text-align: left;
	font-size:12px;
	line-height:1.5em;
	padding: 0 15px;
}

.coms {
  position: relative;
  border: 3px solid #152a40;
  border-radius: 8px;
  padding: 1.2em;
  background-color:#f1ede4;
  text-align:left;
}
#subcontents{
	position:relative;
	padding-bottom:50px;
}
#subcontents .lead{
	padding:0 10px;
	margin-bottom:15px;
}
#subcontents .sns{
	position: absolute;
	right: 12px;
	z-index:1;
}
#subcontents .sns li{
	float:left;
	margin-left:6px;
}
#subcontents .sns li img{
	width:30px;
	height:auto;
}


/*  footer
------------------------------------------------------------*/

#footer {
	max-width:750px;
	width:100%;
	position:relative;
	text-align:center;
}
#footer2 {
	max-width: 750px;
	width: 100%;
	position:relative;
	text-align: center;
}
#footer2 ul li.name{
	padding: 15px 55px 25px 55px;
}
#footer2 ul li.copy{
	padding: 0 35px 15px 35px;
}
/* pagetop
 ------------------------------------------------------------*/

.pagetop{
	padding-top: 8px;
	padding-bottom: 35px;
}
.go-top{
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	margin:15px auto 0;
	background:url(../../img/up.png) no-repeat 0 top;
	background-size:35px 35px;
	width:35px;
	height:35px;
	cursor:pointer;
}

/* houserule
------------------------------------------------------------*/

body#houserule{
    background: url(../../img/bg_houserule.jpg) repeat 0 0;
}
#house{
    background: url(../../img/line_houserule.png) repeat-x center bottom;
	margin-bottom:50px;
	background-size:236px 9px;
}
#house h1{
	padding-top:15px;
}
#house h1 img{
	width:50%;
	float:left;
}
.h_body{
	width:90%;
	margin:0 auto;
	padding-bottom:20px;
}
.h_body:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.h_body {display:inline-block;}
.h_body {display:block;}

.h_body p{
	width:50%;
	padding-top:20px;
	float:left;
}
.h_body dt{
	padding:0 5px;
	font-weight:bold;
	font-size:120%;
	color:#1674b0;
	margin-bottom:30px;
}
.h_body dd{
	padding:0 5px;
	margin-bottom:30px;
	font-size:95%;
}
.red{
	color:#d70029;
}
.h_contents{
	padding-bottom:40px;
	background: url(../../img/line_houserule.png) repeat-x center bottom;
	background-size:236px 9px;
}
.h_contents:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.h_contents {display:inline-block;}
.h_contents {display:block;}

.h_footer{
	padding:5px 0;
}
.h_footer ul{
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}
.h_footer ul li{
	padding-bottom:10px;
}
.h_footer ul li img{
	width:80%;
}
.right{
	text-align:right;
	margin:60px 0 30px;
}
.right span{
	font-size:120%!important;
	margin-bottom:5px;
	display:block;
}
.right small{
	font-size:75%!important;
}
.close_entry{
	border-bottom:1px solid #000;
	margin:20px 0 30px;
	text-align:center;
	padding:10px 10px 30px 10px;
}
.close_entry dt{
	margin:0 auto 30px;
	width:80%;
	color:#C30;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
.close_entry dt img{
	display:block;
	max-width:70%;
	margin:10px auto;
}

.close_entry dd{
	font-size:90%;
	text-align:left;
}
.cregit{
	margin-right:20px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 80%;
}
.cregit em{
	font-weight: bold;
	display: block;
}


/*年越し*/
.toshikoshi{
	margin: 0 auto;
	width: 100%;
	display: block;
}
.toshikoshi_message{
	padding: 0 15px;
	line-height: 2.0;
	font-size: 12px;
	margin: 30px 0 10px;
}
.toshikoshi_message h2{
	margin: 0 auto;
	width: 250px;
	text-align: center;
	margin-bottom: 15px;
}
.toshikoshi_txt{
	text-align: center;
	font-size: 12px;
	line-height: 2.0;
	margin-bottom: 15px;
	padding: 0 15px;
}
.toshikoshi_txt span{
	font-weight: bold;
}
.toshikoshi_form{
	margin-bottom: 150px;
}


/*2022年日本民間放送連盟賞 準グランプリ作品*/

.modal{
	position: relative;
}
.modal span a{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 30%;
	/*background-color: #1674b0;*/
	display: block;
}
.schedule{
	max-width: 900px;
}
.schedule_name{
	padding-bottom: 15px;
	font-weight: bold;
}
.schedule_wrap{
	margin-bottom: 30px;
	border: 6px double #000;
	background-color: #FFF;
}
.schedule_txt{
	width: 100%;
	text-align: left;
	border-bottom: 1px dotted #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.schedule_txt:nth-child(2n){
	background-color: #EEE;
}
.schedule_txt:last-child{
	border-bottom: 0px dotted #000;
	padding-bottom: 10px;
}

.schedule_txt li{
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
}

.schedule_att{
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 1.8;
	text-align: left;
}

}</pre></body></html>