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

/* =========================================================
	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;
	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;
	color: #343434;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s ease 0s 1 normal;
}

.pc{
	display: block;
}
	@media only screen and (max-width: 960px){
		.pc {
			display: none;
		}
	}
	@media only screen and (max-width : 599px){
		.pc {
			display: none;
		}
	}


.pc_tablet{
	display: block;
}
	@media only screen and (max-width: 960px){
		.pc_tablet {
			display: block;
		}
	}
	@media only screen and (max-width : 599px){
		.pc_tablet {
			display: none;
		}
	}

.tablet_sp	{
	display: none;
}
	@media only screen and (max-width: 960px){
		.tablet_sp {
			display: block;
		}
	}
	@media only screen and (max-width : 599px){
		.tablet_sp {
			display: block;
		}
	}

.tablet	{
	display: none;
}
	@media only screen and (max-width: 960px){
		.tablet {
			display: block;
		}
	}
	@media only screen and (max-width : 599px){
		.tablet {
			display: none;
		}
	}

.sp	{
	display: none;
}
	@media only screen and (max-width: 960px){
		.sp {
			display: none;
		}
	}
	@media only screen and (max-width : 599px){
		.sp {
			display: block;
		}
	}

ul{
	margin: 0;
	padding: 0;
	}

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

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

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

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

.margin-right-1{
	margin: 0 0.5rem 0 0;
}

.margin-right-2{
	margin: 0 1.0rem 0 0;
}

.margin-right-3{
	margin: 0 2.0rem 0 0;
}

.margin-bottom-1{
	margin: 0 0 1.0rem 0;
}

.margin-bottom-2{
	margin: 0 0 2.0rem 0;
}

.margin-bottom-3{
	margin: 0 0 3.0rem 0;
}

.text12{
	font-size: 1.2rem;
}

.text14{
	font-size: 1.4rem;
}

.text16{
	font-size: 1.6rem;
}

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

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

.text-white {
	color: #fff;
}

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

.text-contents{
	max-width: 700px;
	margin: 1.4em auto 1.4em;
	font-size: 1.8rem;
	text-align: justify;
	text-align: justify;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
@media only screen and (max-width : 599px){
	.text-contents{
		width: 100%;
		font-size: 1.4rem;
	}
}

.relative {
	position: relative;
}


/********** header **********/
header {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 0 30px;
}
	@media only screen and (max-width : 599px){
		header {
			position: normal;
			height: auto;
		}
	}

header.page_message__header {
	height: 350px;
	margin: 0 0 30px;
}
	@media only screen and (max-width : 599px){
		header.page_message__header {
			height: 200px;
			margin: 0 0 30px;
		}
	}

h1 {
	position: absolute;
	top: 50px;
	left: calc(50% - 550px / 2);
	display:	block;
	overflow: hidden;
	width: 550px;
	height: auto;
	aspect-ratio: 550 / 310;
	background-image: url("../img/header_title.svg");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 599px){
		h1 {
			position: static;
			width: 90%;
			height: auto;
			margin: 30px auto 0;
			aspect-ratio: 550 / 310;
		}
	}

h1.page_message__title {
	position: absolute;
	top: 20px;
	left: calc(50% - 400px / 2);
	display:	block;
	overflow: hidden;
	width: 400px;
	height: auto;
	aspect-ratio: 550 / 310;
	background-image: url("../img/header_title.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 599px){
		h1.page_message__title {
			position: static;
			width: 300px;
			height: auto;
			margin: 30px auto 0;
			aspect-ratio: 550 / 310;
		}
	}

h2.header-inner__headline {
	position: absolute;
	top: 680px;
	left: calc(50% - 570px / 2);
	display:	block;
	overflow: hidden;
	width: 570px;
	height: 135px;
	background-image: url("../img/headline.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 599px){
		h2.header-inner__headline {
			top: 68vh;
			left: calc(50% - 90vw / 2);
			width: 90vw;
			height: auto;
			aspect-ratio: 570 / 135;
		}
	}


.header-inner__navigator-image {
	position: absolute;
	top: 480px;
	left: calc(50% - 150px / 2);
	display:	block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	text-indent:	100%;
	white-space:	nowrap;
	border-radius: 100%;
}
	@media only screen and (max-width : 689px){
		.header-inner__navigator-image {
			position: absolute;
			top: 40vh;
			left: calc(50% - 150px / 2);
			display:	block;
			overflow: hidden;
			width: 150px;
			height: 150px;
			border-radius: 100%;
		}
	}

/********** container **********/
#container {
	width:100%;
	margin: 0 auto;
}
	@media only screen and (max-width : 599px){
		#container {
			overflow: hidden;
		}
	}

main {
	/* overflow: hidden; */
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
	text-align: center;
}
	@media only screen and (max-width : 599px){
		.page_message main {
			margin: 30px auto 0;
			padding: 0 0 100px;
		}
	}

.page_message main {
	padding: 0;
}
@media only screen and (max-width : 599px){
	.page_message main {
		padding: 0;
	}
}


/* ----- contents ----- */
.area-contents {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto 120px;
    z-index: 1;
}
	@media only screen and (max-width: 599px){
		.area-contents {
			padding: 5px;
			margin: 0 auto 10px;
		}
	}

.page_message .area-contents {
	padding: 10px 0;
	margin: 0 auto;
}
	@media only screen and (max-width: 599px){
		.page_message .area-contents {
			padding: 5px;
			margin: 0 auto;
		}
	}




.area-contents__inner {
	overflow: hidden;
	width: calc(100% - 10px * 2);
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}
@media only screen and (max-width: 599px){
	.area-contents__inner {
		padding: 10px 0;
	}
}



/* ----- Gigya ----- */
#jme {
	width: 350px;
	margin: 50px auto;
	background: #fff;
}
	@media only screen and (max-width: 599px){
		#jme {
			width: 90%;
			margin: 30px auto 60px;
		}
	}


/* ----- artwork ----- */
.artwork-area {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url("../img/artwork_daija.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 2000 / 1036;
}

.artwork-area__title {
	position: absolute;
	bottom: -5.0rem;
	right: 1.4rem;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width : 599px){
	.artwork-area__title {
		bottom: -4.0rem;
		right: 1.0rem;
		font-size: 1.0rem;
		letter-spacing: 1px;
	}
}


/* ----- headline ----- */
.area-summary__headline {
	width: 90%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto 20px;
}
@media only screen and (max-width : 599px){
	.area-summary__headline {
		width: 95%;
		margin: 60px auto 0;
	}
}

.area-summary__explain {
	text-align: left;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}
	@media only screen and (max-width : 599px){
		.area-summary__explain {
			font-size: 1.6rem;
			font-weight: 500;
		}
	}

.area-summary__cast {
	position: relative;
	width: 100%;
	height: auto;
}

.area-summary__cast-image {
	/* position: absolute; */
	/* top: 50px;
	left: calc((10% - 300px / 2) - 2%); */
	width: 90%;
	max-width: 400px;
	height: auto;
	margin: 50px 0 0 9% ;
}

/********** banner-station **********/
.area-banner-station {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 150px;
}
	@media only screen and (max-width : 599px){
		.area-banner-station {
			margin: 0 auto 80px;
		}
	}

.area-banner-station__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 0;
}
	@media only screen and (max-width : 599px){
		.area-banner-station__list {
			gap: 40px 0;
		}
	}

.area-banner-station__item {
	overflow: hidden;
	flex-basis: 30%;
	text-align: center;
}
	@media only screen and (max-width : 599px){
		.area-banner-station__item {
			overflow: hidden;
			flex-basis: 100%;
			text-align: center;
		}
	}

.area-banner__image--j-wave {
	width: auto;
	height: 25px;
	vertical-align: middle;
}

.area-banner__image--fmcocolo {
	width: auto;
	height: 30px;
	vertical-align: middle;
}

.area-banner__image--kyotouniversityofthearts {
	width: auto;
	height: 50px;
	vertical-align: middle;
}

/* ----- title-undeline ----- */
.area-contents__title-absolute {
	position: absolute;
	display: block;
	height: 50px;
	top: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
}
	@media only screen and (max-width : 799px){
		.area-contents__title-absolute {
			height: 40px;
			top: 0;
		}
	}

.area-contents__title-undeline {
	position: relative;
	width: auto;
	height: 50px;
	margin: 0 auto 170px;
}
@media only screen and (max-width : 599px){
	.area-contents__title-undeline {
		position: relative;
		width: auto;
		height: 30px;
		margin: 0 auto 100px;
	}
}
.area-contents__title-undeline:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #343434;
	}
	@media only screen and (max-width : 599px){
		.area-contents__title-undeline:before {
			bottom: -15px;
			}
	}

	
.area-live .area-contents__title-undeline:before {
	background-color: #c8b169;
	}

.area-contents__title-image {
	width: auto;
	height: 50px;
}
  @media only screen and (max-width : 599px){
	.area-contents__title-image {
		width: auto;
		height: 35px;
	  }
	  .area-college .area-contents__title-image {
		width: auto;
		height: 25px;
	  }
	.area-workshop .area-contents__title-image {
		width: auto;
		height: 23px;
	  }
  }


/********** message top **********/
.area-message {
	margin: 0 auto 75px;
	background: #F3F1E9;
}

h4.area-message__theme {
	display: block;
	padding: 50px 0 20px;
	text-align: center;
	font-size: 3.2rem;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
	@media only screen and (max-width : 599px){
		h4.area-message__theme {
			display: block;
			padding: 40px 0 0;
			text-align: center;
			font-size: 2.0rem;
		}
	}

.area-message__text {
	text-align: center;
}
	@media only screen and (max-width : 599px){
		.area-message__text {
			text-align: left;
		}
	}


/* ----- present list ----- */
h5.area-message__title-present {
	display: inline-block;
	margin: 20px auto;
	padding: 0 1.6rem;
	background: #E4CC83;
	text-align: center;
	font-size: 2.0rem;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
}
@media only screen and (max-width : 599px){
	h5.area-message__title-present {
		display: block;
		margin: 20px auto 10px;
		padding: 0 1.6rem;
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
}

.present__list {
	margin: 0 auto;
}

.present__list-item {
	padding: 1.0rem 0;
	font-size: 1.6rem;
}
	@media only screen and (max-width : 599px){
		.present__list-item {
			padding: 0.8rem 0;
			text-align: left;
			font-size: 1.4rem;
		}
	}

.present__list-name {
	display: block;
	color: #826e31;
	font-size: 2.8rem;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: bold;
}
	@media only screen and (max-width : 599px){
		.present__list-name {
			font-size: 1.8rem;
		}
	}


/* ----- button ----- */
.area-message__button {
	position: relative;
	width: 80%;
	min-width: 300px;
	margin: 50px auto;
}
	@media only screen and (max-width: 599px){
		.area-message__button {
			margin: 20px auto;
		}	
	}

a.area-message__button-link {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 15px 20px 15px 15px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 1px solid #343434;
	border-radius: 50px;
	color: #343434;
	text-align:center;
	font-size: 2.2rem;;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
}
@media only screen and (max-width : 599px){
	a.area-message__button-link {
		margin: 20px auto 30px auto;
		padding: 10px 10px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}

.area-message__button .arrow-top {
	position: absolute;
	width: 44px;
	height: auto;
	top: 48%;
	right: 30px;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
	@media only screen and (max-width : 599px){
		.area-message__button .arrow-top {
			display: none;
		}
	}


a.area-message__button-link:hover {
	background: #E4CC83;
}


/********** guest **********/
.area-guest {
	background: #E4CC83;
}

.guest {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 5px 20px;
	overflow: hidden;
	margin: 50px auto 0;
}
@media only screen and (max-width : 599px){
	.area-guest {
		gap: 20px 20px;
		margin: 30px auto 0;
	}
}

.guest__card {
	overflow: hidden;
	flex-basis: 48%;
	text-align: center;
	margin: 0 0 20px 0;
}
@media only screen and (max-width : 599px){
	.guest__card {
		flex-basis: 45%;
		margin: 0;
	}
}

.guest__image {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
	@media only screen and (max-width : 599px){
		.area-guest__image {
			margin: 0;
		}
	}

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

.guest__item--time{
	display: block;
	margin: 1.0rem;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 1px;
	line-height: 1.0;
	-moz-border-radius:	10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.guest__item--time span{
	margin: 0 0 20px 0;
	padding: 0 1.0rem 0.5rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	/* -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; */
}
@media only screen and (max-width : 599px){
	.guest__item--time span{
		padding: 0 1.0rem 0.25rem;
	}
}

.guest__item--name {
	display: block;
	margin: 0;
	padding: 0.5rem;
	font-size: 2.2rem;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 1px;
}
	@media only screen and (max-width : 599px){
		.guest__item--name {
			padding: 0.25rem 0.5rem;
			font-size: 1.4rem;
			font-weight: 500;
			letter-spacing: 0;
		}
	}

.guest__item--member{
	display: block;
	margin: 0;
	padding: 1.0rem 0;
	font-size: 1.2rem;
	font-weight: 300;;
	letter-spacing: 1px;
}
	@media only screen and (max-width : 599px){
		.guest__item--member{
			padding: 0.5rem 0 1.2rem;
			font-size: 1.0rem;
			line-height: 1.2;
			letter-spacing: 0;
		}
	}

.guest__tag--white {
	margin: 0;
	padding: 5px 8px;
	background-color: #fff;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
	@media only screen and (max-width : 599px){
		.guest__tag--white {
			padding: 4px 6px;
			font-size: 1.0rem;
		}
	}


/********** live **********/
.area-live {
	margin: 120px 0 0;
}
	@media only screen and (max-width : 599px){
		.area-live {
			margin: 80px 0 0;
		}
	}

.area-live__cast-image {
	width: 60%;
	max-width: 640px;
	height: auto;
	margin: 50px 0 30px 15% ;
}
	@media only screen and (max-width : 599px){
		.area-live__cast-image {
			width: 80%;
			margin: 3cap 0 20px 15% ;
		}
	}

/********** present **********/

.area-present {
	overflow: hidden;
	margin: 10px auto 30px;
	text-align: center;
}

.area-present__img {
	width: 180px;
	height: auto;
	border-radius: 50%;
}
	@media only screen and (max-width : 599px){
		.area-present__img {
			width: 50%;
		}
	}

.area-present-middle {
	overflow: hidden;
	margin: 50px auto 20px;
	text-align: center;
}

.area-present__img-middle {
	width: 250px;
	height: auto;
	border-radius: 50%;
}
	@media only screen and (max-width : 599px){
		.area-present__img-middle {
			width: 50%;
		}
	}



/********** college **********/
.area-college {
	margin: 100px auto 125px;
	background: #F3F1E9;
}
	@media only screen and (max-width : 599px){
		.area-college {
			margin: 40px auto 80px;
		}
	}

.photo__college {
	width: 100%;
	height: auto;
	margin: 40px 0 0;
}


/********** Workshop **********/
.area-workshop {
	margin: 100px auto 50px;
}
	@media only screen and (max-width : 599px){
		.area-workshop {
			margin: 80px auto 40px;
		}
	}

h4.area-workshop__title-sub {
	display: inline-block;
	margin: 40px auto 10px;
	padding: 1.0rem 1.6rem;
	background: #E4CC83;
	text-align: center;
	font-size: 2.0rem;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
}
	@media only screen and (max-width : 599px){
		h4.area-workshop__title-sub {
			display: block;
			margin: 20px auto 10px;
			padding: 1.0rem 1.6rem;
			font-size: 1.8rem;
			letter-spacing: 2px;
		}
	}

/********** Instagram **********/
.logo__instagram {
	width: 70px;
	height: auto;
	margin: 0 auto 50px;
	z-index: 10;
}
	@media only screen and (max-width : 599px){
		.logo__instagram {
			width: 50px;
			height: auto;
			margin: -10px auto 80px;
		}
	}


/********** footer **********/
footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.footer_bottom {
	display: flex;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 180px auto;
}
	@media only screen and (max-width: 1024px){
		.footer_bottom {
			width: 90%;
			margin: 0 auto 60px auto;
		}
	}

	@media only screen and (max-width : 599px){
		.footer_bottom {
			display: block;
			margin: 0 auto 70px auto;
		}
		
	}

.footer_bottom .gotohome{
	width: 100px;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .gotohome{
			width: 100%;
			margin: 0 0 35px 0;
			text-align: center;
		}
	}

.footer_bottom .gotohome img{
	width: 100%;
	height: auto;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .gotohome img{
			width: 30%;
			max-width: 200px;
		}
	}

.footer_bottom .j-wave_credit{
	width: calc(100% - 100px);
	text-align: right;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .j-wave_credit{
			width: 100%;
			text-align: center;
		}
		
	}


.footer_bottom .j-wave_credit img{
	width: 200px;
	height: auto;
	margin: 0 0 10px;
}
	@media only screen and (max-width : 599px){
		.footer_bottom .j-wave_credit img{
			width: 60%;
			max-width: 400px;
		}
	}

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

@media (min-width: 600px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}