@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Golos+Text&family=Noto+Sans+JP:wght@100;300;500;700&display=swap');
@import url('message.css');
@import url('photo.css');

/********** 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 !important;
	margin: 0;
	padding: 0;
}


/* =========================================================
	basic style
========================================================= */
*,
*:before,
*:after {
	box-sizing: inherit;
}

html{
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #000;
	font-family: kinto-sans, sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: center;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s 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{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	}

p	{
	margin: 1.4em 0 1.4em 0;
	text-align: justify;
	font-weight: 400;
}

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: #fe3615;
	text-decoration: none;
}

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

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

a:active {
	color: #fe8e15;
	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;
}

a.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
a.arrow::before,
a.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a.arrow::before{
	left: 3px;
	width: 7px;
	height: 1px;
	background: #fe3615;
}
a.arrow::after{
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fe3615;
	border-right: 1px solid #fe3615;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pc{
	display:	block;
}

.pc_tablet{
	display:	block;
}

.tablet_sp	{
	display:	none;
}

.tablet	{
	display:	none;
}

.sp	{
	display:	none;
}

.space_1{
	margin: 0 0.5rem 0 0;
}

.space_2{
	margin: 0 1.0rem 0 0;
}

.space_3{
	margin: 0 2.0rem 0 0;
}

.txt12{
	font-size: 1.2rem;
}

.txt14{
	font-size: 1.4rem;
}

.txt16{
	font-size: 1.6rem;
}

.txt18{
	font-size: 1.8rem;
}

.txt_s{
	font-size: 1.2rem;
}

.txt_m{
	font-size: 1.8rem;
}

.txt_l{
	font-size: 2.6rem;
}

.txt_right{
	text-align: right !important;
}

.txt_center{
	text-align: center !important;
}

.txt_left{
	text-align: left !important;
}

.txt_white{
	color: #fff;
}

/* ----- margin top----- */
.mgn_t15 {
	margin: 15px 0 0 0;
}

.mgn_t25 {
	margin: 25px 0 0 0;
}

.mgn_t50 {
	margin: 50px 0 0 0;
}

.mgn_t100 {
	margin: 100px 0 0 0;
}

.mgn_t150 {
	margin: 150px 0 0 0;
}

/* ----- margin bottom----- */
.mgn_b15 {
	margin: 0 0 15px 0;
}

.mgn_b25 {
	margin: 0 0 25px 0;
}

.mgn_b50 {
	margin: 0 0 50px 0;
}

.mgn_b100 {
	margin: 0 0 100px 0;
}

.mgn_b150 {
	margin: 0 0 150px 0;
}

/* ----- header ----- */
header{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: url(../img/bg_header.svg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: skewY(-3deg);
	transform-origin: top left;
	z-index: 1;
}

header h1 {
	position: absolute;
	display: block;
	float: left;
	top: 280px;
	left: 50%;
	width: 580px;
	height: 300px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	background: url(../img/title.svg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: skewY(3deg) translate(-50%, -50%);
	z-index: 2;
}


/* ----- main structure ----- */
.container{
	position: relative;
	overflow: hidden;
	width:100%;
	margin: 0 auto;
	padding: 0;
}

.container::before, .container::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	background-image: url(../img/bg_line.svg);
	background-repeat: repeat-y;
	z-index: -1;
}

.container::before {
	background-position: left;
	left: 0;
}
.container::after {
	background-position: right;
	right: 0;
}

main{
	width: calc(100% - 90px*2);
	margin: 480px auto 0 auto;
}

.area_contents {
	overflow: hidden;
	width: 900px;
	margin: 30px auto 70px auto;
	text-align: center;
}

.area_contents.deg {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 40px 0;
	text-align: center;
	transform: skewY(-3deg);
	background: #01309c;
}

.area_contents_inner {
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
	overflow: hidden;
	transform: skewY(3deg);
	color: #fff;
}

.area_contents p {
	text-align: center;
}

/* ----- Gigya ----- */
#jme {
	padding: 30px 0;
}

/* ----- banner ----- */
.bnr_area{
	margin: 100px auto 100px auto;
}

.bnr_area.bnr_s img{
	width: 80%;
	max-width: 200px;
	height: auto;
}

.bnr_area.bnr_m img{
	width: 100%;
	max-width: 800px;
	height: auto;
}

/* ----- title ----- */
.headline h2{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto -30px auto;
}

h3.ttl_contents {
	display: inline-block;
	margin: 15px auto 30px auto;
	padding: 10px 54px 10px 60px;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 6px;
	background: url(../img/bg_header.svg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: skewY(-3deg);
}

.txt_explain {
	color: #01309c;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
}

/* ----- cast ----- */
.cast_area_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 30px 30px;
	overflow: hidden;
	margin: 20px auto 20px auto;
}

.cast_area_list figure.cast_item{
	overflow: hidden;
	flex-basis: 30%;
	text-align: center;
	margin: 0 0 20px 0;
}

.cast_area_list figure.cast_item img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
}

.cast_area_list figcaption{
	margin: 10px 0 0 0;
	padding: 0.2rem 0.8rem;
	line-height:1.6;
	letter-spacing: 3px;
	text-align:center;
}

.cast_area_list figcaption li.cast_time{
	display: block;
	margin: 0;
	padding: 1.0rem 1.0rem;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 1px;
	line-height: 1.4;
}

.cast_area_list figcaption li.cast_time span{
	padding: 0.25rem 1.5rem;
	border: 1px solid #999;
	-moz-border-radius: 4px;
}

.cast_area_list figcaption li.cast_name{
	display: block;
	margin: 0;
	padding: 0.4rem 1.0rem;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.25rem;
	line-height: 1.4;
}

.cast_area_list figcaption li.cast_name.text_m{
	font-size: 1.7rem;
}

.cast_area_list figcaption li.cast_member{
	display: block;
	margin: 0;
	padding: 0.25rem 1.0rem;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 0.25rem;
	line-height: 1.4;
}

/* ----- present ----- */
h3.ttl_present {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 8px 10px;
	text-align: center;
	font-size: 3.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 6px;
	background: url(../img/bg_header.svg) center center;
	background-size: cover;
	background-repeat: no-repeat;
}

h4.ttl_present_theme {
	display: inline-block;
	margin: -10px auto 20px auto;
	padding: 4px 12px;
	text-align: center;
	font-size: 3.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.img_present img {
	width: 350px;
	height: auto;
	margin: 20px auto;
}

.img_present_2 img {
	width:100%;
	xmax-width: 600px;
	height: auto;
}

.area_list_present li{
	text-align: center;
}

/* ----- button ----- */
.btn_msg a {
	display: block;
	overflow: hidden;
	width: 85%;
	max-width: 600px;
	margin:  30px auto 60px auto;
	padding: 20px 40px;
	background: #fff;
	color: #01309c;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	xborder: 4px solid #fff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.btn_msg a:hover {
	background: #4388C9;
	color: #fff;
}

.btn_frixion a {
	display: block;
	overflow: hidden;
	width: 80%;
	max-width: 500px;
	padding: 20px 30px;
	margin:  0 auto 120px auto;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	border: 2px solid #fff;
}

.btn_frixion a:hover {
	background: #4388C9;
	color: #fff;
}

/* ----- twitter ----- */
.twitter_area_inner {
	overflow-y: scroll !important;
	width: 100% !important;
	height: 800px !important;
	margin: 0 auto 50px auto;
	padding: 20px;
	border: 1px solid #ccc;
}

/* ----- banner: station ----- */
.bnr_area_station{
	margin: 60px auto;
}

.bnr_area_station ul li{
	position: relative;
	display: inline-block;
	width: 15%;
	margin: 0 40px 0 0;
}

.bnr_area_station ul li:last-child{
	margin: 0;
}

.bnr_area_station li img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.bnr_area_station li img.logo_j-wave {
	width: 160px;
	height: auto;
}


/********** footer **********/
footer {
	overflow: hidden;
	padding: 0;
}

.footer_bottom {
	display: flex;
	width: 1000px;
	max-width: calc(100% - 100px*2);
	margin: 100px auto 150px auto;
}

.footer_bottom .gotohome{
	width: 100px;
}

.footer_bottom .gotohome img{
	width: 100%;
	height: auto;
}

.footer_bottom .j-wave_credit{
	width: calc(100% - 100px);
	text-align: right;
}

.footer_bottom .j-wave_credit img{
	width: 200px;
	height: auto;
}

.footer_bottom .j-wave_credit span{
	display: block;
	font-size:10px;
}


/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width: 1024px){
.pc {
	display: none;
}

.pc_tablet {
	display: block;
}

.tablet_sp {
	display: block;
}

.tablet {
	display: block;
}

.sp {
	display: none;
}

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

/* ----- main structure ----- */
.container::before, .container::after {
	width: 50px;
}

main{
	width: 95%;
	max-width: calc(100% - 70px*2);
	margin: 480px auto 0 auto;
}

.area_contents {
	width: 100%;
	margin: 30px auto 60px auto;
}

.area_contents .txt_explain p {
	text-align: left;
	font-size: 1.4rem;
}

.area_contents.deg {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 0 1.2rem;
}

/* ----- banner ----- */
.bnr_area{
	margin: 0 auto 100px auto;
}

.bnr_area img{
	width: 150px;
	height: auto;
}

/* ----- title ----- */
.headline h2{
	width: 100%;
	height: auto;
	margin: 0 auto -10px auto;
}

/* ----- cast ----- */
.cast_area_list {
	margin: 15px auto 0 auto;
}

.cast_area_list figcaption li.cast_name{
	font-size: 1.4rem;
}

/* ----- present ----- */
h3.ttl_present {
	width: 100%;
	font-size: 1.8rem;
}

.txt_present_theme p {
	text-align: left;
}

.area_contents p.img_present {
	text-align: center;
}

/* ----- button ----- */
.btn_msg a{
	padding: 8px;
	font-size: 1.8rem;
}

/* ----- banner: station ----- */
.bnr_area_station{
	width: 70%;
	margin: 30px auto;
}

.bnr_area_station ul li{
	position: relative;
	display: inline-block;
	width: 40%;
	margin: 0 5% 80px 0;
	padding: 0 0 20px 0;
}

.bnr_area_station li img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.bnr_area_station li img.logo_j-wave {
	width: 100%;
	height: auto;
}



/********** footer **********/
.footer_bottom {
	width: 90%;
}
}


/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 599px){
.pc {
	display: none;
}

.pc_tablet {
	display: none;
}

.tablet_sp {
	display: block;
}

.tablet	 {
	display: none;
}

.sp {
	display: block;
}

/* ----- header ----- */
header{
	height: 50vh;
}

header h1 {
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 186px;
}


/* ----- main structure ----- */
.container::before, .container::after {
	width: 20px;
}

main{
	width: 95%;
	max-width: calc(100% - 30px*2);
	margin: 53vh auto 0 auto;
}

.area_contents {
	width: 100%;
	margin: 10px auto 20px auto;
}

.area_contents p {
	text-align: left;
	font-size: 1.4rem;
}

.area_contents p.txt_msg_theme {
	text-align: center;
}

.area_contents_inner {
	margin: 30px auto;
}

/* ----- Gigya ----- */
#jme {
	padding: 10px 0 20px 0;
}

/* ----- banner ----- */
.bnr_area{
	margin: 0 auto 60px auto;
}

.bnr_area.bnr_s img{
	width: 50%;
	max-width: 200px;
}

/* ----- title ----- */
.headline h2{
	width: 100%;
	height: auto;
}

h3.ttl_contents {
	margin: 15px auto 30px auto;
	padding: 8px 44px 8px 50px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 3px;
}

.txt_explain {
	font-size: 1.4rem;
	letter-spacing: 2px;
}

/* ----- cast ----- */
.cast_area_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
	overflow: hidden;
	margin: 20px auto 20px auto;
}

.cast_area_list figure.cast_item{
	flex-basis: 42%;
	margin: 0 0 10px 0;
}

.cast_area_list figcaption li.cast_name{
	padding: 0 0.4rem;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0px;
}

.cast_area_list figcaption li.cast_name.text_m{
	font-size: 1.5rem;
}

/* ----- present ----- */
h3.ttl_present {
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 4px 8px;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 2px;
}

h4.ttl_present_theme {
	margin: 0 auto 20px auto;
	padding: 2px 0;
	text-align: left;
	font-size: 1.8rem;
}

.img_present img{
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.area_list_present li {
	text-align: left;
}

/* ----- button ----- */
.btn_msg a{
	width: 100%;
	min-width: 250px;
	margin:  20px auto 30px auto;
	padding: 5px;
}

.btn_frixion a {
	width: 100%;
	max-width: 500px;
	padding: 10px 20px;
	margin:  0 auto 60px auto;
	font-size: 1.4rem;
	line-height: 1.4;
}

/* ----- twitter ----- */
.twitter_area_inner {
	height: 500px !important;
}


/* ----- banner: station ----- */
.bnr_area_station{
	width: 100%;
	margin: 30px auto;
}

.bnr_area_station ul{
	width: 100%;
}

.bnr_area_station ul li{
	width: 42%;
	margin: 0 15px 40px 0;
}

.bnr_area_station ul li:nth-child(even){
	width: 42%;
	margin: 0 0 40px 0;
}

/********** footer **********/
.footer_bottom {
	display: block;
	width: 100%;
	margin: 0 auto 50px auto;
}

.footer_bottom .gotohome{
	width: 100%;
	margin: 0 0 35px 0;
	text-align: center;
}

.footer_bottom .gotohome img{
	width: 60%;
	max-width: 200px;
}

.footer_bottom .j-wave_credit{
	width: 100%;
	text-align: center;
}

.footer_bottom .j-wave_credit img{
	width: 100%;
	max-width: 400px;
}

}
