
#wrap {
background: url(../images/bg.jpg);
background-size:  cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
min-height: 100vh;
}

#header {
	width: 100%;
	height: auto;
	margin: 0px;
	position: relative;
	text-align: center;
	margin-top: 2em;
}

#header .pc {
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

#header img {
width: 100%;
height: auto;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

#header .b_box {
	width: 257px;
	height: auto;
	position: absolute;
	top: 29%;
	left: 5%;
}

#header .b_box:hover {
	transition: 0.3s;
	opacity: 0.7;
}

#header .a_box{
	width: 425px;
	    height: auto;
	    position: absolute;
	    top: 57%;
	    right: 3%;
}

#header .a_box:hover {
transition: 0.3s;
opacity: 0.7;
}

#header .header_bottom {
margin-top: -11%;
}

#page-top {
	position: fixed;
	bottom: 35px;
	right: 95px;
	z-index: 1000;
}

#page-top img {
	width: 130px;
	height: auto;
}

#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
	margin-right: 0.5em;
}

 .clearfix {
   display: block;
   padding: 0;
 }

 .clearfix::after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }

.joint_main{
 width: 100%;
 height: auto;
max-width: 1000px;
margin-top: -15px;
}

.sp_day {
font-size: 20px;
background: #fff;
padding: 1em;
margin-top: -5px;
}

.sp_day .sp_span::before{
content: "日時：";
display: inline-block;
padding-left: 10px;
}

.sp_day .sp_span::after {
content: "公開生放送";
display: inline-block;
background: yellow;
padding: 0.5em;
width: 30px;
height: 30px;
}

 .sp {
 display: none;
 }

 .pc {
 display: block;
 }

.radiko_bg {
background: #fff;

}

 .radiko {
	 font-size: 12px;
	 width: 550px;
	 margin: 0;
	 padding: 0px;
	 font-weight: bold;
	 background-image: url(/images/radiko_icon.gif);
	 background-repeat: no-repeat;
	 padding-left: 90px;
	 background-position: left;
	 line-height: 2;
	 text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top: 5px;
	 padding-bottom: 5px;
 }

 .radiko_sp {
 display: none;
 }

#main {
width: 100%;
height: auto;
position: relative;
max-width: 1000px;
margin: 0 auto;
}

.top_name {
background: #f39800;
text-align: center;
padding: 5px 0;
}

#main h2{
	font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
	font-style: normal;
font-weight: bold;
	margin-top: 1.5em;
	margin: 0 auto;
}


.guest h2 {
	background: url(../images/title_bg.png);
	width: 350px;
	height: 54px;
	font-size: 30px;
	color: #fff;
	padding-left: 13%;
	padding-top: 1%;
}

.place h2 {
	background: url(../images/title_bg.png);
	width: 350px;
	height: 54px;
	font-size: 30px;
	color: #fff;
	padding-left: 10%;
	padding-top: 1%;
}

.application h2 {
	background: url(../images/title_bg.png);
	width: 350px;
	height: 54px;
	font-size: 30px;
	color: #fff;
	padding-left: 15%;
	padding-top: 1%;
}

.application h3{
	font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
font-style: normal;
	font-weight: bold;
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #dc2123;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	color: #dc2123;
	width: 170px;
}

/*  */

.guest {
	width: 100%;
	height: auto;
	max-width: 1000px;
	position: relative;
	margin: 3em 0;
}

#main .guest ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

#main .guest li {
	font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
font-style: normal;
	width: 240px;
	height: auto;
	padding: 2em 0 1em 0;
	margin: 0.2em;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

#main .guest img {
width: 240px;
height: auto;
border-radius: 8%;
}

#main .guest .kirin::after {
	content: "笑い飯";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 1em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 130px;
	height: 10px;
	bottom: 21px;
	left: 1.5%;
	border-radius: 0 10px 0 10px;
}

#main .guest .gin::after {
	content: "銀シャリ";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 1em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 130px;
	height: 10px;
	bottom: 21px;
	left: 1.5%;
	border-radius: 0 10px 0 10px;
}

#main .guest .akina::after {
	content: "アキナ";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 1em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 130px;
	height: 10px;
	bottom: 21px;
	left: 1.5%;
	border-radius: 0 10px 0 10px;
}

#main .guest .amako::after {
	content: "尼神インター";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 1em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 130px;
	height: 10px;
	bottom: 21px;
	left: 1.5%;
	border-radius: 0 10px 0 10px;
}


/*  */

.place {
	width: 100%;
	height: auto;
	max-width: 1000px;
	position: relative;
	margin: 3em 0;
}

.place_back {
	background: #ffffffd1;
	border-radius: 10px;
    padding: 2em 1em 3em 1em;
	margin: 1em 1em 1em 0em;
	padding-bottom: 3em;
	margin-left: 1em;
    border: solid #dc2123 4px;
}

.place h4 {
font-weight: bold;
font-size: 25px;
margin-bottom: 0.2em;
font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
font-style: normal;
font-weight: bold;
margin-bottom: 1em;
}

.place h4::before {
	content: "■";
}

.place p{
margin-left: 1.5em;
font-size: 16px;
letter-spacing: 0.1em;
line-height: 1.5;
font-weight: bold;
}

.place .float_day {
	float: left;
	width: 48%;
	height: auto;
	border-right: 3px solid #dc2123;
	padding-bottom: 2em;
}

.place .float_place {
	float: right;
	width: 50%;
	height: auto;
}

.application {
width: 100%;
height: auto;
max-width: 1000px;
position: relative;
}

.application .box_left {
	float: left;
	    width: 46.5%;
    padding: 2em 2em 6.6em 2em;
	    box-sizing: border-box;
	    background: #ffffffd1;
	    margin: 1em;
	    border-radius: 10px;
	    border: solid #dc2123 4px;
}

.application .box_right{
	float: right;
	width: 46.5%;
	padding: 2em 2em 5em 2em;
	box-sizing: border-box;
	background: #ffffffd1;
	margin: 1em;
	border-radius: 10px;
	border: solid #dc2123 4px;
}

.application p{
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-size: 16px;
}
.read_contents {
display: none;
}

.application .box_wrap {
width: 100%;
height: auto;
margin: 0 auto;
}

.box_bottom{
	float: left;
	width: 97%;
	padding: 2em;
	box-sizing: border-box;
	background: #ffffffd1;
	margin: 1em 1em 5em 1em;
	border-radius: 10px;
	border: solid #dc2123 4px;
}

.box_bottom ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.box_bottom li {
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	    width: 13%;
	    height: auto;
	    margin: 0.2em;
	    box-sizing: border-box;
	    position: relative;
	    text-align: left;
}

.box_bottom img {
	width: auto;
	height: auto;
	border-radius: 16px;
}

.box_bottom p{
font-weight: bold;
}

.box_left p{
font-weight: bold;
}

.box_right p {
font-weight: bold;
}

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

_:-ms-lang(x)::-ms-backdrop, .guest h2 {
	padding-top: 2%;
}

_:-ms-lang(x)::-ms-backdrop, .place h2 {
	padding-top: 2%;
}

_:-ms-lang(x)::-ms-backdrop, .application h2 {
	padding-top: 2%;
}

_:-ms-lang(x)::-ms-backdrop, .place_back {
	background: #fff;
	opacity: 0.8;
}

_:-ms-lang(x)::-ms-backdrop, .application .box_left {
	background: #fff;
	opacity: 0.8;
}

_:-ms-lang(x)::-ms-backdrop, .application .box_right {
	background: #fff;
	opacity: 0.8;
}

_:-ms-lang(x)::-ms-backdrop, .application .box_bottom {
	background: #fff;
	opacity: 0.8;
}

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

.bold {
font-weight: bold;
}

.red {
color: red;
}

.small {
	font-size: 13px;
	text-align: right;
	margin-right: 1.8em;
}

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

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
    margin-top: -22px;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*  ============================= */

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

  .sp {
  display: block;
  }

  .pc {
  display: none;
  }

	#wrap {
		background: #ffd200;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-bottom: 3em;
	}

	.radiko{
	display: none;
	}

	.radiko_sp {
		display: block;
    width: 100%;
    position: relative;
    margin-bottom: -3px;
	}

	.radiko_sp a img {
	  position: relative;
	      width: 100%;
	      height: auto;
	}



/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#header {
	margin-top: 0em;
}

#header .a_box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 28%;
    right: 0%;
}

#header .a_box a {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 30%;
    left: 0%;
}

#header .b_box {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 0%;
}

#header .b_box a {
	width: 30%;
	height: 150px;
	position: absolute;
	top: 0%;
	left: 0%;
}

#page-top {
    position: fixed;
    bottom: 35px;
    right: 25px;
    z-index: 1000;
}

.top_name img {
	width: 70%;
	    height: auto;
	    padding: 0px;
	    box-sizing: border-box;
}

#main .guest ul{
margin-top: 2em;
}

#main .guest li{
	font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
font-style: normal;
	    font-weight: 400;
	    font-style: normal;
	    width: 160px;
	    height: auto;
	    padding: 0em 0 1em 0;
	    margin: 0.2em;
	    box-sizing: border-box;
	    position: relative;
	    margin: 0 auto;
}

#main .guest .kirin::after {
    bottom: 20px;
}

#main .guest .gin::after {
    bottom: 20px;
}

#main .guest .akina::after {
    bottom: 20px;
}

#main .guest .amako::after {
    bottom: 20px;
}

#main .guest li {
width: 170px;
}

#main .guest img{
	width: 170px;
	    height: auto;
}

#main{
width: 100%;
height: auto;
position: relative;
max-width: 1000px;
margin: 0 auto;
margin-top: 5em;
}

#main h2 {
	font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
	font-style: normal;
font-weight: bold;
    margin-top: -3.8em;
}

.guest h2{
	padding-left: 35%;
	padding-top: 2.5%;
	position: absolute;
	left: -25%;
	top: 15%;
}

.place {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin-top: 8em;
}


.place .float_day {
	float: none;
	width: 98%;
	height: auto;
	border-right: 0px solid #fff;
	margin-bottom: 1em;
}

.place .float_place {
	float: none;
	width: 98%;
	height: auto;
}


.place h2{
	padding-left: 35%;
	padding-top: 2.5%;
	position: absolute;
	left: -25%;
	top: 13.5%;
}

.place h4 {
    margin-bottom: 0.5em;
}

.place_back {
margin-top: -3em;
background: #fff;
}

.application h2{
	background: url(../images/title_bg.png);
	width: 350px;
	height: 54px;
	font-size: 30px;
	color: #fff;
	padding-left: 35%;
	padding-top: 2.5%;
	position: absolute;
	left: -25%;
	top: 6%;
}

.application .box_left{
float: none;
width: 90%;
padding: 2em 2em 2em 2em;
box-sizing: border-box;
background: #fff;
margin: -2px 1em 1em 1em;
border-radius: 10px;
border: solid #dc2123 4px;
}


.application .box_right{
	float: none;
	width: 90%;
	padding: 2em 2em 2em 2em;
	box-sizing: border-box;
	background: #fff;
	margin: -2px 1em 1em 1em;
	border-radius: 10px;
	border: solid #dc2123 4px;
}

.application .box_bottom{
	float: none;
	width: 90%;
	padding: 2em 2em 0.1em 2em;
	box-sizing: border-box;
	background: #fff;
    margin: -2px 1em 0.8em 1em;
	border-radius: 10px;
	border: solid #dc2123 4px;
}

/*  */

.box_bottom li {
	width: 41%;
	text-align: center;
	margin-top: 0em;
}


#panel1 h3 {
    margin-bottom: 0.7em;
}

 #panel2 p {
    margin-bottom: 1.7em;
}

#panel2 h3 {
	 margin-bottom: 0.5em;
}


/* ▼切り替えタブ▼ */

.read_contents {
display: block;
}


.tab_wrap{
	width: 100%;
	margin: 0 auto;
	margin-top: 5em;
}

input[type="radio"]{display:none;}

.tab_area{
	font-size: 20px;
	width: 85%;
	font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
	font-style: normal;
	font-weight: bold;
	padding-bottom: -3%;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

.tab_area label{
		width: 31%;
	    display: inline-block;
	    text-align: center;
	    cursor: pointer;
	    transition: ease 0.2s opacity;
	    box-sizing: border-box;
	    background: #dc2123;
	    padding: 0.5em 1em;
}

.tab_area label:hover{opacity:0.5;}
.tab_panel{width:100%;  display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px;}

#tab1:checked ~ .panel_area #panel1
{display:flex;}

#tab2:checked ~ .panel_area #panel2
{display:flex;}

#tab3:checked ~ .panel_area #panel3
{display:flex;}

.fadeInDown {
    margin-top: 0px;
}

/* -------------------------------- */

.small {
	margin-right: 0em;
}

}

/*  ============================= */

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

	#main .guest li {
	    font-family: vdl-v7marugothic, sans-serif;
font-weight: 300;
font-style: normal;
	    font-weight: 400;
	    font-style: normal;
	    width: 160px;
	    height: auto;
	    padding: 0em 0 1em 0.25em;
	    margin: 0.2em;
	    box-sizing: border-box;
	    position: relative;
	    margin: 0 auto;
	}

	#main .guest li {
	    width: 150px;
}

	#main .guest img {
	    width: 140px;
	    height: auto;
}

.place h2 {
    padding-left: 35%;
    padding-top: 3.2%;
    position: absolute;
    left: -25%;
    top: 14.5%;
}

		.box_bottom li {
		    width: 47%;
		    text-align: center;
		    margin-top: 1.5em;
}

#main .guest .kirin::after {
	content: "笑い飯";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 0.7em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 80%;
	height: 10px;
	bottom: 18px;
	left: 2.5%;
	border-radius: 0 10px 0 10px;
}

#main .guest .gin::after {
	content: "銀シャリ";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 0.7em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 80%;
	height: 10px;
	bottom: 18px;
	left: 2.5%;
	border-radius: 0 10px 0 10px;
}

#main .guest .akina::after {
	content: "アキナ";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 0.7em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 80%;
	height: 10px;
	bottom: 18px;
	left: 2.5%;
	border-radius: 0 10px 0 10px;
}

#main .guest .amako::after {
	content: "尼神インター";
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.4em 0em 0.7em 0.5em;
	position: absolute;
	background: #e83929ba;
	width: 80%;
	height: 10px;
	bottom: 18px;
	left: 2.5%;
	border-radius: 0 10px 0 10px;
}

/*  */

}
