@charset "UTF-8";
@import url('photo.css');
@import url('msg.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Shippori+Mincho:wght@600&display=swap');



/********** browser default initialization **********/

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
	margin:0;
	padding:0;
}


/* =========================================================
	basic style
========================================================= */
html{
	height:	100%;
	font-size:	62.5%;
	overflow-x:	hidden;
	}

body{
	margin:	0;
	padding:	0;
	height:	100%;
	background:	#fff;
	font-size:	16px;
	font-size:	1.6rem;
	line-height:	1.6;
	letter-spacing:	1px;
	font-family: "ＭＳ 明朝",'Hiragino Mincho ProN','Hiragino Mincho Pro',HGS明朝E,メイリオ,Meiryo,serif
	font-family: 'Bebas Neue', cursive;
	font-family: 'Shippori Mincho', serif;
	text-align:	center;
	color:#454b51;
	-webkit-text-size-adjust:	100%;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


	.pc{
	display:	block;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	none;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	none;
	}

ul{
	margin:	0;
	padding:	0;
	}

p	{
		margin:	1.2em 0 1.2em 0;
		line-height:	1.5;

}

a	{
	overflow: hidden;
	outline: none;
	border:	none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus	{
	outline:none;
}

a:link	{
		color:#41a619;
		text-decoration: none;
	}

a:visited	{
		color:#41a619;
		text-decoration: none;
		}

a:hover	{
		color:#99cc33;
		text-decoration: none;
		}

a:active	{
		color:#99cc33;
		text-decoration: none;
		}

img	{
		margin:	0;
		border:	0;
		}

a img	{
		margin:	0;
		border:	0;
		}

a:hover img{
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


header{
	width:100%;
	height:575px;
	margin:0 0 50px; 0;
	background-image:	url(../img/header_bg.jpg);
	background-size:	cover;
	background-position: bottom;
}

header h1 img{
	width:500px;
	height:auto;
	margin:20px auto;
}

header h1 a:hover img{
	opacity:	1.0;
	-moz-opacity:	1.0;
	filter: alpha(opacity=100);
}


.second header{
	width:100%;
	height:330px;
	margin:0 0 50px; 0;
}

.second header h1 img{
	width:250px;
	height:auto;
	margin:20px auto;
}




main{
	margin:20px auto;
}


.desc{
	width:1000px;
	margin: 0 auto 70px auto;
	text-align: center;
}


h2{
	margin:0 0 70px 0;
	font-size:2.6rem;
	color:#e63104;
	line-height:	1.8;
}

h3{
	width:800px;
	margin:20px auto;
	text-align: left;
	font-size:1.6rem;
	line-height:	1.8;
	text-align: justify;
}

p	{
	text-align:left;
	margin:0 0 4.0rem 0;
}

section{
	overflow: hidden;
	width:100%;
	padding:50px 0;
}

section .inner{
	width:800px;
	margin: 0 auto;
}

section .inner h2{
	width:100%;
	margin: 0 auto 3.0rem auto;
	font-size:2.6rem;
	text-align: center;
	border-bottom:1px solid;
	line-height: 1.4;
	color:#454b51;
}


/* ----- SPECIAL TALK GUEST ----- */

section.sptalk_area{
	color:#fff;
	background: rgb(252,50,79);
	background: linear-gradient(0deg, rgba(252,50,79,1) 0%, rgba(223,116,61,1) 100%);
}

section.sptalk_area .inner h2{
	color:#fff;
	border-bottom:1px solid #fff;
}

section.sptalk_area a{
	color:#fff;
}

section.sptalk_area .inner img{
	width:450px;
	height:auto;
	margin:0 auto 20px auto;
	-moz-border-radius:	1%;
	-webkit-border-radius:	1%;
	border-radius:	1%;
}

section.sptalk_area .inner figcaption{
	font-size:2.0rem;
	line-height:1.6;
	letter-spacing: 3px;
}


/* ----- message_top ----- */

img.msg_icon_letter{
	width:100px;
	height:auto;
	margin:0 0 5px 0;
}


section.msg_area_top .inner h2{
	color:#454b51;
}

section.msg_area_top .inner p{
	text-align:center;
}

a.btn_msg_area_top{
	width:180px;
	display: inline-block;
	margin: 2.0rem auto;
	background: transparent;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #454b51;
	padding: 22px 80px 22px 120px;
	position: relative;
	border:1px solid #454b51;
}

a.btn_msg_area_top span.inner{
    display: flex;
    align-items: center;
}
a.btn_msg_area_top img{
    margin-left: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

a.btn_msg_area_top img.allow_black {
    max-width: 16px;
}

a.btn_msg_area_top img.allow_white {
    max-width: 16px;
}

a.btn_msg_area_top img.allow_white{
    display: none;
    right: 10px;
}
a.btn_msg_area_top:after{
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
a.btn_msg_area_top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fa8a12;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .2s;
}
a.btn_msg_area_top:hover {
    color: #fff;
    background: transparent;
	line-height: 1.6rem;
	xborder:1px solid #fa8a12;
}
a.btn_msg_area_top:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
a.btn_msg_area_top:hover > span.inner img.allow_black{
    display: none;
}
a.btn_msg_area_top:hover > span.inner img.allow_white{
    display: block;
}



/* ----- guest area ----- */

section.guest_area{
	color:#454b51;
	background: rgb(255,223,2);
	background: linear-gradient(0deg, rgba(255,223,2,1) 0%, rgba(255,237,26,1) 100%);
}

section.guest_area .inner h2{
	color:#454b51;
	border-bottom:1px solid #454b51;
}

.inner_guest{
	margin:20px 0 60px 0;
}

span.guest_area_time{
	display:inline-block;
	margin:10px 0 5px 0;
	padding:10px 35px;
	background:#fff;
	font-size:2.0rem;
	-moz-border-radius:    30px;
	-webkit-border-radius:    30px;
	border-radius:    30px;
}

.inner_guest p{
	width:80%;
	margin:20px auto 40px auto;
}



/* ----- cast ----- */

.cast_list{
	display:	flex;
	flex-wrap:	wrap;
	justify-content: center;
	align-content:	flex-start;
	gap:	3.0rem 3.0rem;
	overflow:	hidden;
	width:	100%;
	margin:	0 auto 50px auto;
	padding:	0 0 10px 0;
}

.cast_list figure.cast_item {
	overflow:	hidden;
	flex-basis:	30%;
	text-align:	center;
}

.cast_list figure.cast_item img {
	box-sizing:	border-box;
	width:	100%;
	height:	auto;
	margin:	0 0 10px 0;
	-moz-border-radius:	2%;
	-webkit-border-radius:	2%;
	border-radius:	2%;
}

.cast_list figcaption{
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing: 3px;
}

.cast_list figcaption span{
	display:block;
	font-size:1.2rem;
	letter-spacing: 1px;
}



.cast_list a:link	{
		color:#454b51;
		text-decoration: none;
	}

.cast_list a:visited	{
		color:#454b51;
		text-decoration: none;
		}

.cast_list a:hover	{
		color:#737b83;
		text-decoration: none;
		}

.cast_list a:active	{
		color:#d99400;
		text-decoration: none;
		}



.border_gray img{
	border:1px solid #d0d2d4;
}


.cast_list2 {
	margin:	0 auto 80px auto;
}

.cast_list2 ul{
	display:	flex;
	flex-wrap:	wrap;
	justify-content: center;
	align-content:	flex-start;
	gap:	1.0rem 2.0rem;
}

.cast_list2 li{
	overflow:	hidden;
	flex-basis:	50%;
}

.cast_list2 li span{
	font-size:1.2rem;
	letter-spacing: 1px;
	margin: 0 0 0 1.0rem;
}



/* ----- profile ----- */

section.profile_area .inner h2{
	color:#454b51;
	margin:0 0 80px 0;
}

.profile_list figure.anchor{
		display: block;
		padding-top: 50px;
		margin-top: -50px;
}

section.profile_area .profile_list figure.profile_item{
	overflow:hidden;
	width:100%;
	margin:0 0 80px 0;
	text-align:left;
}

section.profile_area .profile_list figure.profile_item img{
	float: left;
	width:250px;
	height:auto;;
	-moz-border-radius:	2%;
	-webkit-border-radius:	2%;
	border-radius:	2%;
}

section.profile_area .profile_list figcaption{
	overflow:hidden;
	padding-left: 35px;
	font-size:1.4rem;
}

section.profile_area .profile_list figcaption h3{
	display:block;
	margin:0 0 2.0rem 0;
	font-size:2.0rem;
}

section.profile_area .profile_list figcaption p{
	margin:0 0 1.6rem 0;
	line-height: 1.6;
}

/* ----- gototop ----- */

.gototop{
	width:100%;
	text-align: center;
	margin: 30px 0;
}

.gototop img{
	width:200px;;
	height:auto;
}



/* footer
--------------------------------------------------------- */
footer	{
	overflow:	hidden;
	width:	100%;
	margin:	100px 0 0 0;
	padding:	0 0 150px 0;
	color:	#000;
}

footer ul	{
	overflow:	hidden;
	width:	1025px;
	margin:	0 auto;
}

footer li	{
	text-align:left;
}

footer  #footer_home	{
	float:	left;
	height:	60px;
	margin:	0;
}

footer  #footer_home a img	{
	width:50%;
	height:auto;
	margin:	0;
	border:	0;
}

footer dl {
	float:	right;
}

footer #footer_j-wave_logo {
	text-align: right;
}

footer #footer_j-wave_logo img	{
	width:	auto !important;
	height:	20px !important;
}

footer dd#footer_copyright	{
	margin:5px 0 0 0;
	text-align:	right;
	font-size:	10px;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	}





/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width : 1024px){

	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	block;
	}

	.phone	{
	display:	none;
	}


.desc{
	width:90%;
	margin: 0 auto 70px auto;
	text-align: center;
	}

h2{
	margin:0 0 50px 0;
	font-size:2.2rem;
	text-align: left;
	line-height:	1.6;
	}

h3{
	width:100%;
	}

p	{
	text-align:left;
	margin:0 0 3.0rem 0;
	}

section{
	padding:30px 0;
	}

section .inner{
	width:95%;
	}

section .inner h2{
	margin: 0 auto 2.0rem auto;
	font-size:2.2rem;
	line-height: 1.4;
	}

#jme	{
	padding:15px 0 20px 0;
	}


/* ----- SPECIAL TALK GUEST ----- */

section.sptalk_area .inner img{
	width:70%;
}

section.sptalk_area .inner figcaption{
	font-size:1.8rem;
	line-height:1.4;
	letter-spacing: 2px;
}


/* ----- guest area ----- */

.inner_guest{
	margin:15px 0 40px 0;
}

span.guest_area_time{
	display:inline-block;
	margin:10px 0 5px 0;
	padding:10px 35px;
	background:#fff;
	font-size:1.6rem;
	-moz-border-radius:    25px;
	-webkit-border-radius:    25px;
	border-radius:    30px;
}

.inner_guest p{
	width:100%;
	margin:20px auto 25px auto;
	font-size:1.6rem;
}


/* ----- cast ----- */

.cast_list{
	display:	flex;
	flex-wrap:	wrap;
	justify-content: center;
	align-content:	flex-start;
	gap:	2.0rem 2.0rem;
	overflow:	hidden;
	width:	100%;
	margin:	0 auto 35px auto;
	padding:	0 0 10px 0;
}


/* ----- profile ----- */

section.profile_area .profile_list figure.profile_item{
	margin:0 0 80px 0;
}

section.profile_area .profile_list figure.profile_item img{
	width:200px;
}

section.profile_area .profile_list figcaption{
	padding-left: 25px;
}

section.profile_area .profile_list figcaption h3{
	font-size:1.8rem;
}


/* footer
--------------------------------------------------------- */
footer	{
margin:	70px auto 0 auto;
padding:	0 0 100px 0;
}

footer ul	{
width:	90%;
}

#footer_home	{
float:	left;
height:	60px;
margin:	0;
}

footer dl {
float:	right;
}

footer dt#footer_j-wave {
text-align: right;
}

footer dt#footer_j-wave img	{
width:	auto;
height:	20px;
background:	#fff;
}

footer dd#footer_copyright	{
text-align:	right;
font-size:	10px;
}

}




/* =========================================================
	media queries for smartphone 1
========================================================= */
@media only screen and (max-width : 599px){


	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	none;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	block;
	}

a:hover img{
	opacity:	1.0;
	-moz-opacity:	1.0;
	filter: alpha(opacity=100);
}

#jme	{
	padding:20px 0 20px 0;
}

header{
	height:60vh;
	margin:0 0 20px; 0;
}

header h1 img{
	width:80%;
	height:auto;
	margin:20px auto;
}

h2{
	margin:0 0 30px 0;
	font-size:2.0rem;
	line-height:	1.4;
	}

h3{
	font-size:1.6rem;
	line-height:	1.6;
	}

section .inner{
	width:90%;
}

section .inner h2{
	font-size:2.0rem;
}


/* ----- SPECIAL TALK GUEST ----- */

section.sptalk_area .inner img{
	width:80%;
}

section.sptalk_area .inner figcaption{
	font-size:1.6rem;
	line-height:1.2;
	letter-spacing: 1px;
}


/* ----- message_top ----- */

a.btn_msg_area_top{
	width:180px;
	display: inline-block;
	margin: 1.0rem auto;
	background: transparent;
	font-size: 1.6rem;
	line-height: 1.4rem;
	color: #454b51;
	padding: 15px 20px 15px 30px;
}



/* ----- guest area ----- */

.inner_guest{
	margin:10px 0 20px 0;
}


.inner_guest p{
	margin:15px auto 20px auto;
	font-size:1.4rem;
}

span.guest_area_time{
	margin:10px 0 5px 0;
	padding:8px 25px;
	font-size:1.4rem;
	-moz-border-radius:    25px;
	-webkit-border-radius:    25px;
	border-radius:    30px;
}


/* ----- cast ----- */

.cast_list{
	gap:	2.0rem 1.6rem;
	margin:	0 auto 35px auto;
	padding:	0 0 10px 0;
}

.cast_list figure.cast_item {
	flex-basis:	45%;
}

.cast_list figure.cast_item img {
	margin:	0 0 5px 0;
}

.cast_list2 {
	margin:	0 auto 50px auto;
}

.cast_list2 ul{
	margin:0 auto 30px auto;
}

.cast_list2 li{
	font-size:1.4rem;
	flex-basis:	100%;
}



/* ----- profile ----- */

section.profile_area .inner h2{
	margin:0;
}

section.profile_area .profile_list figure.profile_item{
	margin:0 0 30px 0;
	text-align: center;
}

section.profile_area .profile_list figure.profile_item img{
	float: none;
	width:60%;
	margin:0 auto 20px auto;
}

section.profile_area .profile_list figcaption{
	overflow:visible;
	clear:both;
	padding-left: 0;
	font-size:1.2rem;
	text-align: left;
}

section.profile_area .profile_list figcaption h3{
	font-size:1.6rem;
	text-align: center;
	letter-spacing: 2px;
	border-bottom:1px solid #d8d7d7;
}



/* ----- gototop ----- */

.gototop{
	margin: 20px 0;
}

.gototop img{
	width:50%;;
	height:auto;
}




/* footer
--------------------------------------------------------- */
footer ul	{
clear:both;
width:	100%;
margin:0 auto;
}

footer li	{
	overflow:hidden;
	width:	100%;
	padding:0 0 40px 0;
	text-align:center;
}

footer  #footer_home	{
	clear:both;
	height:	auto;
}

footer  #footer_home a img	{
	width:30%;
}

footer dl {
	clear:both;
	width:	100%;
}

footer #footer_j-wave_logo {
	clear:both;
	text-align:center;
}

footer #footer_j-wave_logo img	{
	width:	50% !important;
	height:	auto !important;
}

footer dd#footer_copyright	{
	margin:5px 0 0 0;
	line-height:1.2;
	text-align:center;
	letter-spacing: 0;
	}

}


/* =========================================================
	media queries for smartphone 2
========================================================= */
@media (orientation: landscape) and (max-width: 1024px){

}



/* =========================================================
	media queries for smartphone 3
========================================================= */
@media only screen and (max-width : 339px){

}
