@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700&display=swap');
@import url('message.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;
	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;
	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: #000;
	-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{
	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: #E10080;
	text-decoration: none;
}

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

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

a:active {
	color: #edb4c5;
	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: #E10080;
}
a.arrow::after{
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #E10080;
	border-right: 1px solid #E10080;
	-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;
}

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


#container{
	width:100%;
	margin: 0 auto;
}

main{
	width:100%;
	margin: 0 auto 100px auto;
}

.area_main{
	overflow: hidden;
	width:900px;
	margin: 50px auto 50px auto;
	text-align: center;
}

/* ----- header ----- */
header{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
	margin: 0 auto 50px auto;
	background: url(../img/title_bg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
}

header h1 {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 385px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	background: url(../img/title.png) center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

header h1 a {
	display: block;
}

.ttl_works {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	background: rgba(255,255,255,0.85);
	letter-spacing: 0.25rem;
}


.headline {
	width:900px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.headline h2 {
	position: relative;
	display: inline;
	color: #E10080;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
}

.headline h2:before, .headline h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 54px;
	height: 2px;
	background-color: #E10080;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.headline h2:before {
	left: -50px;
}
.headline h2:after {
	right: -50px;
}

.headline p {
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}


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


/* ----- title: contents ----- */
h2.ttl_contents {
	position: relative;
	display: inline;
	color: #E10080;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.0;
	text-align: center;
}

h2.ttl_contents:before, h2.ttl_contents:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 54px;
	height: 1px;
	background-color: #E10080;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
h2.ttl_contents:before {
	left: -50px;
}
h2.ttl_contents:after {
	right: -50px;
}

/********** navigator_area **********/
.navigator_area{
	overflow: hidden;
	width: 250px;
	margin: 50px auto 20px auto;
}

.navigator_area figure.navigator_item{
	overflow: hidden;
	text-align: center;
	margin: 0 0 40px 0;
}

.navigator_area figure.navigator_item img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.navigator_area figure.navigator_item img.img_report {
	width: 70%;
	height: auto;
	margin: 0 0 10px 0;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.navigator_area figcaption{
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;

}

.navigator_area figcaption p.navigator_position{
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0 0 5px 0;
}

.navigator_area figcaption p.navigator_position:before {
	position: absolute;
	bottom: -2px;
	left: calc(50% - 40px);
	width: 80px;
	height: 1px;
	content: '';
	background: #E10080;
}

/********** banner univ **********/
.bnr_area_univ{
	margin: 0 0 50px 0;
}

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


/********** top message_area 1 **********/
.top_message_area{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
	background: url(../img/msg_bg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.top_message_area_inner{
	overflow: hidden;
	width: 900px;
	margin: 50px auto;
	padding: 50px 30px;
	background: rgba(255,255,255,0.95);
	text-align: center;
}

p.label_msg_theme {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0.5rem 3rem calc(0.5rem + 10px);
	background: #E10080;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.5rem;
}

p.label_msg_theme:before {
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	content: '';
	border: 1px solid #000;
}

h2.kakko{
	position: relative;
	margin: 30px 0;
	padding: 10px 0;
	font-size: 3.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.75rem;
}

h2.kakko::before, h2.kakko::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
h2.kakko::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	left: 22%;
}
h2.kakko::after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom: 0;
	right: 22%;
}

.top_message_area h3{
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
}

.top_message_area h3 span{
	display: block;
	font-size: 1.4rem;
	line-height: 1.0;
}

.top_message_area h3:before {
	position: absolute;
	bottom: -2px;
	left: calc(50% - 40px);
	width: 80px;
	height: 1px;
	content: '';
	background: #E10080;
}

.top_message_area_inner p{
	text-align: center;
}

.top_message_area_inner p.img_qr{
	text-align: center;
}

.top_message_area_inner p.img_qr img{
	width: 30%;
	height: auto;
}

.top_message_area_present{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 0 20px;
	overflow: hidden;
	width: 100%;
	margin: 30px 0 60px 0;
}

figure.present_item {
	overflow: hidden;
	flex-basis: 45%;
}

figure.present_item img{
	width:100%;
	height: auto;
}
figure.present_item figcaption{
	padding: 0.5rem 0 0 0;
}

.top_message_area_inner ol {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.top_message_area_inner ol li {
	font-size: 1.6rem;
}

.top_message_area_inner ol p {
	text-align: left;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

/* ----- button ----- */
.btn_msg a{
	display: block;
	overflow: hidden;
	position: relative;
	width: 50%;
	min-width: 400px;
	margin:  60px auto 40px auto;
	padding: 10px;
	background: #E10080;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 500;
}

.btn_msg a:hover{
	background: #f973bf;
}

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

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

.bnr_area_station ul li:first-child{
	margin: 0 40px 0 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%);
}


/* ----- guest ----- */
.guest_area h3 {
	margin: 50px 0 80px 0;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

.guest_area_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 30px 30px;
	overflow: hidden;
	width: 800px;
	margin: 50px auto 20px auto;
}

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

.guest_area_list figure.guest_item img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

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

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

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

.guest_area_list figcaption li.guest_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;
}

.guest_area_list figcaption li.guest_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;
}

/* ----- sns ----- */
.sns_area {
	padding: 50px 0;
	border-top: 8px solid #E10080;
}

h3.ttl_sns {
	position: relative;
	margin: 30px 0;
	padding: 10px 0;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.25rem;
}

h3.ttl_sns::before, h3.ttl_sns::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
h3.ttl_sns::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	left: 15%;
}
h3.ttl_sns::after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom: 0;
	right: 15%;
}

.sns_post {
	overflow: hidden;
	margin: 80px auto 0 auto;
}

.sns_present_area {
	margin: 40px 0 20px 0;
}

ul.sns_present_container {
	width: 100%;
	margin: 0 auto;
}

li.sns_present_item.poster {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 310px;
}

li.sns_present_item.poster img {
	width: auto;
	height: 100%;
}

li.sns_present_item.banana {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 400px;
	height: auto;
}

li.sns_present_item.banana img {
	width: 100%;
	height: 100%;
	margin: 50px 0 0 0;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

li.sns_present_item.banana span {
	display: inline-block;
	padding: 0.25rem 1.5rem;
	margin: 0 auto 1.0rem auto;
	border: 1px solid #999;
	text-align: center;
	font-size: 1.4rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

li.sns_present_item.banana p {
	text-align: center;
	font-size: 1.4rem;
}

/* ----- art_area ----- */
.art_area {
	padding: 10px 0 2px 0;
	background: #E10080;
}

.art_area_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 30px 30px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

h2.ttl_art_area {
	position: relative;
	margin: 0 0 20px 0;
	color: #E10080;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.0;
	text-align: center;
}

h2.ttl_art_area:before, h2.ttl_art_area:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 54px;
	height: 1px;
	background-color: #E10080;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

h2.ttl_art_area:before {
	left: 10px;
}

h2.ttl_art_area:after {
	right: 10px;
}

.art_area_inner figure.art_area_item{
	overflow: hidden;
	flex-basis: 45%;
	margin: 0 0 20px 0;
	padding: 15px;
	text-align: left;
	background: #fff;
}

.art_area_inner figure.art_area_item img{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

/* ----- professor_area ----- */
.professor_area {
	padding: 50px 0;
	border-top: 8px solid #E10080;
	border-bottom: 8px solid #E10080;
}



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

.footer_bottom {
	display: flex;
	width: 1000px;
	margin: 0 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);
}

.area_main{
	overflow: hidden;
	width: 90%;
	margin: 40px auto 40px auto;
}

/* ----- header ----- */
header{
	height: 500px;
}

header h1 {
	width: 400px;
	height: 385px;
}

.headline {
	width: 95%;
	margin: 0 auto 30px auto;
}

.headline h2 {
	font-size: 2.2rem;
}

.headline h2:before, .headline h2:after {
	width: 40px;
	height: 2px;
}
.headline h2:before {
	left: -40px;
}
.headline h2:after {
	right: -40px;
}

.headline p {
	font-size: 1.6rem;
}

/* ----- title: contents ----- */
h2.ttl_contents {
	font-size: 2.2rem;
}

h2.ttl_contents:before, h2.ttl_contents:after {
	width: 40px;
}
h2.ttl_contents:before {
	left: -40px;
}
h2.ttl_contents:after {
	right: -40px;
}

/********** navigator_area **********/
.navigator_area{
	overflow: hidden;
	width: 250px;
	margin: 50px auto 20px auto;
}


/********** top message_area 1 **********/
.top_message_area_inner{
	width: 90%;
}

h2.kakko{
	margin: 20px 0;
	font-size: 2.8rem;
	letter-spacing: 0.5rem;
}

h2.kakko::before, h2.kakko::after {
	width: 20px;
	height: 20px;
}
h2.kakko::before {
	left: 20%;
}
h2.kakko::after {
	right: 20%;
}

.top_message_area h3{
	font-size: 2.2rem;
	margin: 0 0 20px 0;
}

.top_message_area h3:before {
	left: calc(50% - 30px);
	width: 60px;
}

.top_message_area_inner p{
	text-align: left;
}

.top_message_area_inner p.img_qr img{
	width: 40%;
}

.top_message_area_inner ol {
	width: 100%;
}

/* ----- button ----- */
.btn_msg a{
	width: 60%;
	min-width: 350px;
	margin:  40px auto 20px auto;
	font-size: 1.8rem;
}

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

/* ----- guest ----- */
.guest_area_list{
	width: 100%;
	margin: 40px auto 10px auto;
}

/* ----- sns ----- */
.sns_area {
	padding: 10px 0;
}

h3.ttl_sns {
	font-size: 1.8rem;
}

h3.ttl_sns::before, h3.ttl_sns::after {
	width: 20px;
	height: 20px;
}
h3.ttl_sns::before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	left: 15%;
}
h3.ttl_sns::after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom: 0;
	right: 15%;
}

ul.sns_present_container {
	width: 80%;
	margin: 0 auto;
}

li.sns_present_item.poster {
	float: left;
	width: auto;
	height: auto;
}

li.sns_present_item.poster img {
	width: 100%;
	height: 100%;
}

li.sns_present_item.poster:nth-child(1){
	margin: 0 0 20px 0;
}

li.sns_present_item.poster:nth-child(2),li.sns_present_item.poster:nth-child(3) {
	width: 49%;
	height: auto;
}

li.sns_present_item.poster:nth-child(2) {
	margin: 0 2% 0 0;
}

li.sns_present_item.banana {
	width: 100%;
	line-height: 1.4;
}

li.sns_present_item.banana img {
	width: 70%;
	height: 70%;
	margin: 40px 0 0 0;
}

li.sns_present_item.banana span {
	display: block;
	margin: 0 auto 1.0rem auto;
}

li.sns_present_item.banana p {
	text-align: center;
}


/* ----- art_area ----- */
.art_area_inner figure.art_area_item{
	font-size: 1.4rem;
}

h2.ttl_art_area {
	font-size: 1.6rem;
}

h2.ttl_art_area:before, h2.ttl_art_area:after {
	width: 40px;
}

h2.ttl_art_area:before {
	left: 0;
}

h2.ttl_art_area:after {
	right: 0;
}

/* ----- professor_area ----- */
.professor_area {
	padding: 10px 0;
}


/********** 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;
}

main{
	margin: 0 auto 100px auto;
}

/* ----- header ----- */
header{
	height: 80vh;
}
header h1 {
	width: 300px;
	height: 289px;
}

.headline {
	width: 90%;
	margin: 0 auto;
}

.headline h2 {
	display: block;
	text-align: left !important;
	line-height: 1.6;
}

.headline h2:before, .headline h2:after {
	display: none;
}

.headline p {
	padding: 0;
	text-align: justify;
}

/* ----- title: contents ----- */
h2.ttl_contents {
	font-size: 1.8rem;
}

/********** top message_area 1 **********/
p.label_msg_theme {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0.25rem 2rem calc(0.25rem + 5px);
	background: #E10080;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.25rem;
}

p.label_msg_theme:before {
	top: -2px;
	left: -2px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}

h2.kakko{
	margin: 10px 0;
	font-size: 2.2rem;
}

h2.kakko::before, h2.kakko::after {
	display: none;
}
.top_message_area h3 {
	font-size: 2.2rem;
}

.top_message_area_present{
	flex-wrap: wrap;
	gap: 20px 0;
	overflow: hidden;
	width: 100%;
	margin: 20px 0 40px 0;
}

.top_message_area_inner p.img_qr img{
	width: 70%;
	height: auto;
}

figure.present_item {
	flex-basis: 100%;
}

figure.present_item figcaption{
	font-size: 1.2rem !important;
}

.top_message_area_inner ol {
	width: 100%;
	padding: 0 0 0 1.0rem;
	line-height: 1.4;
}

.top_message_area_inner ol li {
	font-size: 1.4rem;
}

.top_message_area_inner ol p {
	font-size: 1.2rem;
}

/* ----- button ----- */
.btn_msg a{
	width: 50%;
	min-width: 200px;
	max-width: 300px;
	margin:  40px auto 30px auto;
	padding: 5px;
	font-size:1.6rem;
}

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

.bnr_area_station ul li{
	width: 100%;
	margin: 0 0 30px 0;
}

.bnr_area_station ul li:first-child{
	margin: 0 0 30px 0;
}

.bnr_area_station li img{
	position: static;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	transform: none;
	-webkit- transform: none;
}

/* ----- guest ----- */
.guest_area h3 {
	margin: 20px 0 30px 0;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.6;
}

.guest_area_list{
	gap: 5px 30px;
	overflow: hidden;
	width: 100%;
	margin: 30px auto 10px auto;
}

.guest_area_list figure.guest_item{
	overflow: hidden;
	flex-basis: 45%;
	text-align: center;
	margin: 0 0 20px 0;
}

.guest_area_list figcaption {
	margin: 5px 0 0 0;
}

.guest_area_list figcaption li.guest_name {
	padding: 0;
}

.guest_area_list figcaption li.guest_member{
	font-size: 1.0rem;
	letter-spacing: 0;
}


/* ----- sns ----- */
.sns_area {
	padding: 0;
}

h3.ttl_sns {
	position: static;
	margin: 30px 0;
	padding: 10px 0;
	font-size: 1.8rem;
	text-align: left;
}

h3.ttl_sns::before, h3.ttl_sns::after {
	display: none;
}

ul.sns_present_container {
	width: 100%;
}

li.sns_present_item.banana {
	width: 100%;
}

li.sns_present_item.banana {
	width: 100%;
	line-height: 1.4;
}

li.sns_present_item.banana img {
	width: 80%;
	height: 80%;
	margin: 30px 0 0 0;
}

li.sns_present_item.banana p {
	text-align: left;
}


/* ----- art_area ----- */
.art_area {
	padding: 5px 0 2px 0;
}

.art_area_inner figure.art_area_item{
	flex-basis: 100%;
	margin: 0 0 10px 0;
}

/* ----- professor_area ----- */
.professor_area {
	padding: 10px 0;
}

.professor_area p {
	font-size:  1.4rem;
}

/********** footer **********/
.footer_bottom {
	display: block;
	margin: 0 auto 70px auto;
}

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

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

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

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

}
