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

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

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

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fafafa;
	font-size: 16px;
	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;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body.page-message {
	background-size: 100%;
}

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


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

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

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

.sp	{
	display: none;
}
	@media only screen and (max-width: 959px){
		.sp {
			display: none;
		}
	}
	@media only screen and (max-width : 499px){
		.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: #e01e1f;
	text-decoration: none;
}

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

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

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

img {
	width: 100%;
	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-left__sp {
	text-align: center !important;
}
	@media only screen and (max-width : 959px) {
		.text-left__sp {
			text-align: center !important;
		}
	}
	@media only screen and (max-width : 499px) {
		.text-left__sp {
			text-align: left !important;
		}
	}

.text-white {
	color: #fff !important;
}

p	{
	margin: 1.4em 0 1.4em 0;
}

.relative {
	position: relative;
}

/* ----- animation----- */
.fadein {
	opacity: 0;
	transform: translate(0,0);
	transition: all 1.5s;
}

.fadein-up {
		transform: translate(0,60px);
}

.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.fadein_title {
	animation: fadein_title 1.5s forwards ease-in-out;
  }
   
  @keyframes fadein_title {
	0% {
	transform: translateY(180px);
	opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }


/********** container **********/
.container {
	overflow: hidden;
	width:100%;
	margin: 0 auto;
	padding: 0;
}

/********** header **********/
header {
	position: relative;
	width: 100%;
	height: 750px;
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
	background-image: url(../img/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-attachment: -webkit-fixed;
}
	@media only screen and (max-width : 959px) {
		header {
			height: 650px;
			background-image: url(../img/header_bg.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 235%;
			background-attachment: fixed;
			background-attachment: -webkit-fixed;
		}
	}
	@media only screen and (max-width : 757px) {
		header {
			height: 650px;
			background-image: url(../img/header_bg_sp.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 100%;
			background-attachment: fixed;
			background-attachment: -webkit-fixed;
		}
	}
	@media only screen and (max-width : 499px) {
		header {
			height: 85vh;
			background-image: url(../img/header_bg_sp.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 120%;
			background-attachment: fixed;
			background-attachment: -webkit-fixed;
		}
	}

header::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 750px;
	background-image: url(../img/header_bg_dot.png);
	background-size: 5px 5px;
	background-attachment: fixed;
	z-index: 2;
}
	@media only screen and (max-width : 959px) {
		header::before {
			height: 650px;
		}
	}
	@media only screen and (max-width : 499px) {
		header::before {
			height: 85vh;
		}
	}

.page-message header::before {
	height: 300px;
}
	@media only screen and (max-width : 499px){
		.page-message header::before {
			height: 250px;
		}
	}

.header_inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1280px;
	height: 750px;
	margin: 0 auto;
	z-index: 100;
}
	@media only screen and (max-width : 499px){
	.header_inner {
		height: 85vh;
	}
	}

h1 {
	position: absolute;
	display: inline-block;
	overflow: hidden; 
	top: 80px;
	left: 12%;
	width: 45%;
	max-width: 500px;
	height: auto;
	aspect-ratio: 500 / 471;
	margin: 0 auto;
	background-image: url("../img/header_title.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-indent: 100%;
	mix-blend-mode: normal;
	white-space: nowrap;
	z-index: 20;
}
	@media only screen and (max-width : 959px) {
			h1 {
				top: 20%;
				max-width: 350px;
			}
	}
	@media only screen and (max-width : 499px) {
		h1 {
			top: 30px;
			right: 0;
			left: 0;
			width: 80%;
			max-width: 300px;
		}
	}

h2.title__page-top {
	position: absolute;
	display: inline-block;
	overflow: hidden; 
	top: 80px;
	bottom: 0;
	right: 12%;
	width: 40%;
	max-width: 180px;
	height: auto;
	aspect-ratio: 200 / 441;
	margin: 0 auto;
	background-image: url("../img/header_headline.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-indent: 100%;
	mix-blend-mode: normal;
	white-space: nowrap;
	z-index: 100;
}
	@media only screen and (max-width : 959px) {
		h2.title__page-top {
			top: 20%;
			width: 28%;
			max-width: 120px;
		}
	}
	@media only screen and (max-width : 499px) {
		h2.title__page-top {
			top: 57%;
			right: 0;
			left: 0;
			margin: auto;
			width: 22%;
			max-width: 240px;
		}
	}

/* ----- page-message ----- */
header.page-message {
	height: 300px;
	background-image: url(../img/header_bg_message.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 120%;
	background-attachment: fixed;
	background-attachment: -webkit-fixed;
}
	@media only screen and (max-width : 959px) {
		header.page-message {
			height: 250px;
			background-image: url(../img/header_bg_message_tablet.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 120%;
			background-attachment: fixed;
			background-attachment: -webkit-fixed;
		}
	}
	@media only screen and (max-width : 499px){
		header.page-message {
			height: 150px;
			background-image: url(../img/header_bg_message_sp.jpg);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 120%;
			background-attachment: fixed;
			background-attachment: -webkit-fixed;
		}
	}

header.page-message::before {
	height: 300px;
}
	@media only screen and (max-width : 959px) {
		header.page-message::before {
			height: 250px;
		}
	}
	@media only screen and (max-width : 499px) {
		header.page-message::before {
			height: 150px;
		}
	}

.header_inner.page-message {
	height: 300px;
}
	@media only screen and (max-width : 959px) {
		.header_inner.page-message {
			height: 250px;
		}
	}
	@media only screen and (max-width : 499px){
		.header_inner.page-message {
			height: 150px;
		}
	}

h1.page-message {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 250px;
	aspect-ratio: auto;
	margin: auto;
}
	@media only screen and (max-width : 959px) {
			h1.page-message {
				width: 200px;
				height: 200px;
			}
	}
	@media only screen and (max-width : 499px) {
		h1.page-message {
				width: 120px;
				height: 120px;
		}
	}




/********** contents **********/
main {
	margin: 0 auto;
}

.area-contents {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.area-contents__inner {
	overflow: hidden;
	width: calc(100% - 15px * 2);
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
	@media only screen and (max-width : 959px) {
		.area-contents__inner {
			width: calc(100% - 25px * 2);
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__inner {
			width: calc(100% - 5px * 2);
			padding: 10px 0;
		}
		.area-contents__inner > p {
			text-align: left;
		}
	}

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

.area-contents__summary {
	width: calc(100% - 20px * 2);
	margin: 0 auto;
}
	@media only screen and (max-width : 959px) {

	}
	@media only screen and (max-width : 499px) {
	.area-contents__summary {
		width: calc(100% - 10px * 2);
		margin: 0 auto;
	}
	}

h3.area-contents__summary--text {
	margin: 0 auto 2.0rem;
	padding: 0;
	font-size: clamp(16px, 1.6vw, 20px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 2.0;
	letter-spacing: 6px;
}
	@media only screen and (max-width : 959px) {
		h3.area-contents__summary--text {
			text-align: left;
		}
	}
	@media only screen and (max-width : 499px) {
		h3.area-contents__summary--text {
			line-height: 1.8;
			letter-spacing: 1px;
		}
	}


/* ----- Gigya ----- */
.jme {
    margin: 20px auto 70px;
}
    @media only screen and (max-width : 499px) {
        .jme {
            margin: 30px auto 30px;
        }
    }

body.page-message .jme {
    margin: 20px auto 60px;
}


/* ----- navigator ----- */
.area-navigator {
	max-width: 500px;
	margin: 80px auto 100px;
}
	@media only screen and (max-width : 499px) {
		.area-navigator {
			margin: 60px auto 50px;
		}
	}

.area-navigator__title {
	width: 100%;
	margin: 0 auto 30px;
}
	@media only screen and (max-width : 499px) {
		.area-navigator__title {
			margin: 0 auto 20px;
		}
	}

.area-navigator__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 20px;
}
	@media only screen and (max-width : 499px) {
		.area-navigator__list {
			gap: 0 10px;
		}
	}


/* ----- banner ----- */
.area-banner {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}


/* ----- HEY! COMMIT!! ----- */
.area-heycommit {
	margin: 50px 0 0;
	padding: 10px;
	background: url(../img/bg_01_city.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: clamp(14px, 1.4vw, 16px);
}

.area-heycommit__inner {
	width: calc(100% - 10px * 2);
	max-width: 900px;
	margin: 30px auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.7);
	border: solid 1px #9f88b9;
}
	@media only screen and (max-width : 959px) {
		.area-heycommit__inner {
			padding: 10px;
			text-align: left;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-heycommit__inner {
			width: calc(100% - 5px * 2);
			padding: 5px 5px;
		}
	}

.area-heycommit__inner-line {
	padding: 20px;
	border: solid 1px #9f88b9;
}

.area-heycommit__title {
	text-align: center;
	color: #e01e1f;
	font-family: "Bungee", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(30px, 4.0vw, 50px);
	line-height: 1.0;
}

.area-heycommit__title::before {
	content: "";
	display: block;
	aspect-ratio: 120 / 45;
	width: 150px;
	margin: 30px auto 10px;
	background-image: url(../img/car.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
	@media only screen and (max-width : 499px) {
		.area-heycommit__title::before {
			width: 100px;
			margin: 20px auto 5px;
		}
	}


.area-heycommit__image {
	width: 70%;
	margin: 20px auto;
	text-align: center;
}
	@media only screen and (max-width : 959px) {
		.area-heycommit__image {
			width: 85%;
			margin: 10px auto;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-heycommit__image {
			width: 100%;
			margin: 10px auto;
		}
	}


/********** button-message **********/
.button__message {
	margin: 40px 0;
	text-align: center;
}
	@media only screen and (max-width : 499px) {
		.button__message {
			margin: 20px 0 0;
		}
	}

a.button__message-link {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 100px 15px 120px;
	background-color: #e01e1f;
	color: #fff;
	font-size: 2.6rem;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
	@media only screen and (max-width : 959px) {
		a.button__message-link {
			width: 90%;
			padding: 10px 20px 10px 20px;
			font-size: 2.2rem;
		}
	}
	@media only screen and (max-width : 499px) {
		a.button__message-link {
			width: 100%;
			font-size: 1.8rem;
		}
	}


a:hover.button__message-link {
	background-color: #ed6e6e;
	color: #fff;
}

a.button__message-link::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 75px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 8px solid transparent;
	border-right: 0 solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 8px solid transparent;
	box-sizing: border-box;
}
	@media only screen and (max-width : 959px) {
		a.button__message-link::after {
			left: 20px;
		}
	}
	@media only screen and (max-width : 499px) {
		a.button__message-link::after {
			left: 20px;
			width: 0;
			border-top: 4px solid transparent;
			border-left: 8px solid #fff;
			border-bottom: 4px solid transparent;
		}
	}

a:hover.button__message-link::after {
	border-left: 12px solid #fff;
}


/********** contents background **********/
.area-contents__background {
	margin: 0 auto;
	padding: 200px 0 0;
	background-color: #e0721e;
	z-index: 1;
}
	@media only screen and (max-width : 1279px) {
		.area-contents__background {
			padding: 160px 0 50px;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__background {
			padding: 120px 0 30px;
		}
	}

.area-contents__background.background__report {
	background: url(../img/bg_02_road_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
	@media only screen and (max-width : 1279px) {
		.area-contents__background.background__report {
			background: url(../img/bg_02_road_tablet.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__background.background__report {
			background: url(../img/bg_02_road_sp.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
		}
	}

.area-contents__background.background__live {
	background: url(../img/bg_03_live_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
	@media only screen and (max-width : 1279px) {
		.area-contents__background.background__live {
			background: url(../img/bg_03_live_tablet.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__background.background__live {
			background: url(../img/bg_03_live_sp.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
		}
	}

.area-contents__background.background__guest {
	background: url(../img/bg_04_tokyo_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
	@media only screen and (max-width : 1279px) {
		.area-contents__background.background__guest {
			background: url(../img/bg_04_tokyo_tablet.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__background.background__guest {
			background: url(../img/bg_04_tokyo_sp.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
		}
	}

.area-contents__inner-radius {
	/* position: absolute; */
	overflow: hidden;
	margin: 0;
	padding: 0 0 30px;
	left: 0;
	width: 100%;
	background-color: #fafafa;
	border-top-left-radius: 120px;
	z-index: 100;
}
	@media only screen and (max-width : 959px) {
		.area-contents__inner-radius {
			padding: 0 20px;
			top: 150px;
			border-top-left-radius: 90px;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__inner-radius {
			padding: 0 calc(10px * 2);
			top: 80px;
			border-top-left-radius: 40px;
		}
	}
	
.area-contents__background::before {
  /* position:absolute; */
  top:0;
  left:0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#232946 80%, #fff 0);
  background-size: 4px 4px;
  opacity:.20; /* 透明度 */
  z-index: 2;
}
	@media only screen and (max-width : 959px) {
		.area-contents__background::before {
			height: 350px;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__background::before {
			height: 50px;
		}
	}


/* ----- area-report ----- */
.area-report__flex {
	display: flex;
	overflow: hidden;
	padding: 50px 0 0;
}
	@media only screen and (max-width : 959px) {
		.area-report__flex {
			display: inline;
			padding: 40px 0 0;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-report__flex {
			display: inline;
		}
	}

.area-report__description {
	width: calc(100% - 400px);
	padding: 0 60px 0 0;
	text-align: left;
	font-size: clamp(14px, 1.4vw, 16px);
}
	@media only screen and (max-width :959px) {
		.area-report__description {
			width: 100%;
			margin: 30px 0 40px;
			padding: 0;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-report__description {
			margin: 30px 0 40px;
		}
	}

.area-report__title {
	margin: 0 0 40px;
	color: #e01e1f;
	font-size: 6.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	line-height: 1.0;
}
	@media only screen and (max-width : 959px) {
		.area-report__title {
			font-size: 4.0rem;
			text-align: center;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-report__title {
			margin: 0 0 20px;
			font-size: 3.2rem;
		}
	}

.area-report__title:after {
	content: "";
	display: block;
	aspect-ratio: 120 / 45;
	width: 150px;
	margin: 30px 0 0;
	background-image: url(../img/car.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}
	@media only screen and (max-width : 959px) {
		.area-report__title:after {
			width: 100px;
			margin: 20px auto 20px;
		}
	}


/* ----- area-report image ----- */
.area-report__image {
	width: 400px;
	margin: 0 auto;
}
	@media only screen and (max-width : 959px) {
		.area-report__image {
			width: 300px;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-report__image {
			width: 100%;
		}
	}

.area-report__item {
	margin: 0 0 20px;
}


/* ----- contents ----- */
.area-contents__title {
	position: relative;
	display: inline-block;
	margin: 30px 0 60px;
	color: #e01e1f;
	font-size: 6.0rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	line-height: 1.0;
}
	@media only screen and (max-width : 959px) {
		.area-contents__title {
			margin: 20px 0 40px;
			font-size: 4rem;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__title {
			margin: 20px 0 20px;
			font-size: 3.2rem;
		}
	}

.area-contents__title:after {
	content: "";
	display: inline-block;
 	position: absolute;
	bottom: -25px;
	display: block;
	width: 100px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e01e1f;
}
	@media only screen and (max-width : 959px) {
		.area-contents__title:after {
			bottom: -20px;
		}
	}
	@media only screen and (max-width : 499px) {
		.area-contents__title:after {
			bottom: -15px;
		}
	}

/* ----- cast----- */
.cast__name {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.0;
}

.cast__title {
	display: block;
	font-size: 1.2rem;
	line-height: 1.0;
}

.area-cast__item {
	margin: 0 0 20px;
}

/* ----- cast live----- */
.area-cast__live {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 20px;
	width: 100%;
	margin: 40px auto 20px;
}


/* ----- guest ----- */
.area-guest__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
	/* overflow: hidden; */
    width: calc(100% - 10px * 2);
	max-width: 1280px;
	margin: 50px auto 0;
    padding: 0;
}
    @media only screen and (max-width : 959px) {
        .area-guest__list{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: flex-start;
            gap: 0 10px;
            /* overflow: hidden; */
            margin: 0 auto 40px;
            padding: 0;
        }
    }
    @media only screen and (max-width : 499px) {
        .area-guest__list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: flex-start;
            gap: 0 10px;
            /* overflow: hidden; */
            width: 100%;
            margin: 0 auto;
        }
        .area-guest__list.stories {
            margin: 40px auto 0;
        }
    }

.area-guest__item {
	/* flex-basis: 31%; */
	flex-basis: 48%;
	text-align: center;
	margin: 0 0 20px 0;
}
    @media only screen and (max-width : 499px) {
        .area-guest__item {
            flex-basis: 48%;
            margin: 0 0 25px;
        }
    }

.area-guest__image {
    width: 100%;
    height: auto;
    margin: 0;
}
    @media only screen and (max-width : 499px) {
        .area-guest__image {
            width: 100%;
        }
    }

.area-guest__list figcaption{
    margin: 10px 0 0 0;
    padding: 0.2rem 0;
    text-align:center;
    z-index: 300;
}
    @media only screen and (max-width : 499px) {
        .area-guest__list figcaption{
            margin: 5px 0 0 0;
            padding: 0;
        }
    }

.area-guest__information--time {
    display: inline-block;
    margin: 0 auto 1.0rem;
    padding: 0.25rem 1.0rem;
    font-size: 1.2rem;
    font-weight: 300;;
    letter-spacing: 2px;
    line-height: 1.0;
    border: 1px solid #5c5c5c;
}
    @media only screen and (max-width : 499px) {
        .area-guest__information--time {
    		margin: 1.0rem auto;
            padding: 5px;
            letter-spacing: 0;
        }
    }

.area-guest__information--name {
    margin: 0 0 1.0rem;
    padding: 0.4rem 0;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
}
    @media only screen and (max-width : 499px) {
        .area-guest__information--name {
            font-size: 1.6rem;
            margin: 0;
        }
        .area-guest__item-talk .area-guest__information--name {
            font-size: 2.6rem;
            margin: 0;
        }
    }

.area-guest__information--.text_m {
	font-size: 1.7rem;
}

.area-guest__information--member {
    display: block;
    margin: 1.0rem 0 2.0rem;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.2;
}
    @media only screen and (max-width : 499px) {
        .area-guest__information--member {
            margin: 0.5rem 0 0;
            padding: 0.4rem 0;
            text-align: center;
            font-size: 1.2rem;
            letter-spacing: 0;
            line-height: 1.6;
        }
    }


/********** footer **********/
footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 0;
}
	@media only screen and (max-width : 499px) {
		footer {
			padding: 50px 0 0;
		}
	}


.footer_bottom {
	display: flex;
	width: calc(100% - 20px * 2);
	max-width: 1280px;
	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 : 499px){
		.footer_bottom {
			display: block;
			margin: 0 auto 70px auto;
		}
		
	}

.footer_bottom .gotohome{
	width: 100px;
}
	@media only screen and (max-width : 499px){
		.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 : 499px){
		.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 : 499px){
		.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 : 499px){
		.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;
	}
}