@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: #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;
}

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

.txt_white{
	color: #fff;
}

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

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

.area_100{
	overflow: hidden;
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

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

.area_main p{
	width: 80%;
	margin: 2.0rem auto;
	text-align: center;
}

.bg_orange{
	background: #e83728;
}



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

header h1 {
	position: relative;
	float: left;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 680px;
	height: 262px;
	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;
}

header .navigator{
	position: absolute;
    float: left;
    top: 58%;
    left: calc(50% - 145px);
	width: 250px;
	height: 132px;
}

header .navigator img{
	display: block;
	width: 250px;
	height: 132px;
}

header h1 a {
	display: block;
}

.headline {

	width:100%;
	margin: 0 auto 50px auto;
	padding: 30px;
	text-align: center;
	background: url(../img/bg_headline.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.headline h2 {
	color: #fff;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	text-shadow: 2px 2px 5px #532d00 ,
	-2px 2px 5px #532d00 ,
	2px -2px 5px #532d00 ,
	-2px -2px 5px #532d00;
}



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


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

h2.balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 5px 35px;
	color: #fff;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 2.0;
	background: #e83728;
	letter-spacing: 0.5rem;
}

.twitter_area h2.balloon {
	margin: 0 0 35px 0;
	background: #1D9CF0;
}


h2.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 15px solid #e83728;
	}

.twitter_area h2.balloon:before {
	border-top: 10px solid #1D9CF0;
	}


h2.naname {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.0rem;
	text-align: center;
}

h2.naname::before,
h2.naname::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fff;
}

h2.naname::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
h2.naname::after {
	margin-left: 30px;
	transform: rotate(35deg)
}


/* ----- photo_chris ----- */
img.photo_chris {
	width: 400px;
	height: auto;
	margin: 0 auto;
	-moz-border-radius:	50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/* ----- gyakuden ----- */
.area_gyakuden h2.ttl_contents {
	position: relative;
	display: inline;
	color: #faeb03;
	font-size: 3.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 2.0;
	text-align: center;
	letter-spacing: 0.5rem;
}

.area_gyakuden h2.naname {
	color: #faeb03;
	font-weight: bold;
}

.area_gyakuden h2.naname::before,
.area_gyakuden h2.naname::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #faeb03;
}

.area_gyakuden p {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.0;
	text-align: justify;
	letter-spacing: 0.5rem;
}

.area_gyakuden p.gyakuden_number {
	display: block;
	padding: 15px;
	color: #e83728;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.5rem;
	text-align: center;
	background-color: #faeb03;
}

.area_gyakuden p.gyakuden_number span {
	display: inline-block;
	margin: 0 2.0rem 0 0;
	padding: 0.5rem 1.0rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0;
	background-color: #e83728;
}


/* ----- button ----- */
.btn_msg a{
	display: block;
	overflow: hidden;
	position: relative;
	width: 50%;
	min-width: 400px;
	margin:  20px auto 40px auto;
	padding: 10px;
	border: 4px solid #e83728;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #e83728;
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

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



/********** banner **********/
.bnr_area{
	margin: 0 0 80px 0;
}

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

/* ----- 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;
	font-family: 'Noto Sans JP', sans-serif;
}

.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;;
	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;
}

/* ----- chart ----- */
table.chart_list {
	table-layout: fixed;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.2;
}

table.chart_list th {
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background: #614903;
}

table.chart_list th.chart_ranking_title {
	width: 12%;
}

table.chart_list tr {
	border-bottom: 1px solid #ccc;
}

table.chart_list tr:first-child {
	border-bottom: none;
}

table.chart_list tr:nth-child(odd){
	background-color: #f3f1f1;
  }

table.chart_list td {
	padding: 0.75rem;
	text-align: left;
}

table.chart_list tr.top20 td {
	font-size: 2.0rem;
}

table.chart_list tr.top10 td {
	font-size: 2.4rem;
	font-weight: 500;
}

table.chart_list tr.top3 td {
	color: #9A6229;
	font-size: 3.0rem;
	font-weight: 700;
}

table.chart_list tr.top2 td {
	color: #606263;
	font-size: 3.6rem;
	font-weight: 700;
}

table.chart_list tr.top1 td {
	color: #A79137;
	font-size: 7.0rem;
	font-weight: 700;
}

table.chart_list tr > td:first-child {
	text-align: center;
	font-weight: bold;
}

/* ----- twitter ----- */
.area_main.twitter_area .twitter_area_inner{
	overflow-y: scroll !important;
	width: 80% !important;
	height: 500px !important;
	margin: 0 auto;
}



/********** 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: 20px auto 40px auto;
}

/* ----- header ----- */
header h1 {
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 193px;
}


.headline {
	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;
}

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


/* ----- guest ----- */
.guest_area_list{
	width: 100%;
	margin: 40px auto 10px 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;
}

main{
	margin: 0 auto 100px auto;
}

.area_main p{
	width: 100%;
	margin: 2.0rem auto;
	font-size: 1.4rem;
	text-align: left;
}

/* ----- header ----- */
header h1 {
	top: 30%;
	left: 50%;
	width: 350px;
	height: 135px;
}


.headline {
	margin: 0 auto 30px auto;
}

.headline h2 {
	display: block;
	font-size: 1.8rem;
	text-align: justify !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;
}

h2.balloon {
	margin: 0 0 10px 0;
	padding: 5px 25px;
	font-size: 2.2rem;
	letter-spacing: 0.25rem;
}

h2.balloon:before {
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 10px solid #e83728;
	}

.twitter_area h2.balloon {
	margin: 0 0 20px 0;
}



/* ----- photo_chris ----- */
img.photo_chris {
	width: 70%;
}



/* ----- gyakuden ----- */
.area_gyakuden h2.naname {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
}

.area_gyakuden h2.naname::before,
.area_gyakuden h2.naname::after {
	content: '';
	width: 2px;
	height: 60px;
}

.area_gyakuden h2.naname::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.area_gyakuden h2.naname::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.area_gyakuden p {
	margin: 2rem auto 0 auto;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.25rem;
}

.area_gyakuden p.gyakuden_number {
	padding: 10px 10px 15px;
	font-size: 2.8rem;
	letter-spacing: 0.25rem;
}

.area_gyakuden p.gyakuden_number span {
	display: inline-block;
	margin: 0 0 1.0rem 0;
	padding: 0.5rem 1.0rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.5rem;
	background-color: #e83728;
}


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

.guest_area_list{
	gap: 30px 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 10px 0;
}

/* ----- chart ----- */
table.chart_list {
	font-size: 1.2rem;
}

table.chart_list tr.top20 td {
	font-size: 1.6rem;
}

table.chart_list tr.top10 td {
	font-size: 1.8rem;
}

table.chart_list tr.top3 td {
	font-size: 2.0rem;
}

table.chart_list tr.top2 td {
	font-size: 2.4rem;
}

table.chart_list tr.top1 td {
	font-size: 3.4rem;
}

/* ----- twitter ----- */
.area_main.twitter_area .twitter_area_inner{
	width: 95% !important;
	height: 450px !important;
}


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

}

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