@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: rgb(105,0,13);
	background: linear-gradient(90deg, rgba(105,0,13,1) 0%, rgba(179,3,25,1) 15%, rgba(179,3,25,1) 50%, rgba(179,3,25,1) 85%, rgba(105,0,13,1) 100%);
	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: 1024px){
		.pc {
			display: none;
		}
	}
	@media only screen and (max-width : 599px){
		.pc {
			display: none;
		}
	}


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

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

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

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


.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-white {
	color: #fff;
}

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

.text-contents{
	width: 85%;
	margin: 1.4em auto 1.4em;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: justify;
}
@media only screen and (max-width : 599px){
	.text-contents{
		width: 100%;
		font-size: 1.4rem;
	}
}


/********** header **********/
header {
	width: 100%;
	height: 600px;
	background-image: url("../img/header_bg_kinpaku.jpg");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
}
	@media only screen and (max-width : 689px){
		header {
			height: 800px;
		}
	}

.header-inner {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background-image: url("../img/header_bg_sun.png");
	background-repeat: no-repeat;
	background-position: 0 20px;
	background-size: cover;
}
	@media only screen and (max-width: 1024px){
		.header-inner {
			position: relative;
			width: 100%;
			height: 100%;
			margin: 0 auto;
			background-position: center 40px;
			background-size: cover;
		}
	}
	@media only screen and (max-width : 689px){
		.header-inner {
			width: 100%;
			height: 100%;
			margin: 0 auto;
			background-image: url("../img/header_bg_sun.png");
			background-repeat: no-repeat;
			background-position: center 70px;
			xbackground-size: contain;
		}
	}

h1 {
	position: absolute;
	top: 75px;
	left: calc(50% - 680px / 2);
	display:	block;
	overflow: hidden;
	width: 680px;
	height: 252px;
    background-image: url("../img/header_title_pc.svg");
	background-repeat: no-repeat;
	background-size: contain;
    text-indent:	100%;
    white-space:	nowrap;
}
	@media only screen and (max-width : 689px){
		h1 {
			position: absolute;
			top: 15px;
			left: calc(50% - 350px / 2);
			display:	block;
			overflow: hidden;
			width: 350px;
			height: 467px;
			background-image: url("../img/header_title_sp.svg");
		}
	}

.header-inner__navigator {
	position: absolute;
	top: 350px;
	left: calc(50% - 280px);
	width: 246px;
	height: 134px;
}
@media only screen and (max-width : 689px){
	.header-inner__navigator {
		position: absolute;
		top: 500px;
		left: calc(50% - 280px);
		width: 246px;
		height: 134px;
	}
}

.header-inner__navigator-image {
	position: absolute;
	width: 246px;
	height: 134px;
}

.header-inner__headline {
	position: absolute;
	width: 100%;
	top: 505px;
	position: absolute;
	color: #fff;
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 2px;
}

@media only screen and (max-width : 689px){
	.header-inner__headline {
		width: 100%;
		top: 670px;
		padding: 0 10px;
		font-size: 1.8rem;
		letter-spacing: 1px;
		text-align: justify;
	}
}


/********** header - message **********/
.page-message header {
	width: 100%;
	height: 380px;
}
	@media only screen and (max-width : 689px){
		.page-message header {
			height: 160px;
		}
	}

@media only screen and (max-width : 689px){
	.page-message .header-inner {
		background-position: center 10px;
	}
}


.page-message h1 {
	top: 75px;
}
@media only screen and (max-width : 689px){
	.page-message h1 {
		position: absolute;
		top: 28px;
		left: calc(50% - 300px / 2);
		width: 300px;
		height: 111px;
		background-image: url("../img/header_title_pc.svg") !important;
	}
}

/********** container **********/
#container {
	width:100%;
	margin: 0 auto;
	border-top: 30px solid #fff;
}
	@media only screen and (max-width : 689px){
		#container {
			overflow: hidden;
			border-top: 10px solid #fff;
		}
	}


main {
	/* overflow: hidden; */
	width: calc(100% - 10px * 2);
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 100px;
	text-align: center;
}

/* ----- Gigya ----- */
#jme {
	width: 350px;
	margin: 50px auto;
	padding: 15px;
	background: #fff;
	border-radius: 40px;
}
	@media only screen and (max-width: 599px){
		#jme {
			width: 90%;
			margin: 50px auto;
			padding: 20px;
			border-radius: 40px;
		}
	}


/* ----- banner ----- */
.area-banner {
	margin: 70px auto;
	width: 250px;
	height: auto;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	box-sizing: content-box;
}

.area-banner__image {
	width: 250px;
	height: auto;
}

/* ----- contents ----- */
.area-contents {
	width: calc(100% - 10px * 2);
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 10px;
	background: #fff;
	border-radius: 15px;
    z-index: 1;
}
@media only screen and (max-width: 599px){
	.area-contents {
		padding: 5px;
		margin: 0 auto 50px;
	}
}

.area-contents__inner {
    position: relative;
	width: 100%;
	margin: 0;
	padding: 30px;
	border: 2px solid #cc0000;
	border-radius: 12px;
}
@media only screen and (max-width: 599px){
	.area-contents__inner {
		padding: 10px;
	}
}


/* ----- cloud ----- */
.area-contents__inner.cloud-right{
	padding: 30px 30px 80px;
}
	@media only screen and (max-width: 599px){
		.area-contents__inner.cloud-right{
			padding: 10px 10px 50px;
		}
	}

.area-contents__inner.cloud-left::before,
.area-contents__inner.cloud-right::before {
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 450px;
    height: 96px;
    background-image: url(../img/cloud.png);
}
@media only screen and (max-width: 599px){
	.area-contents__inner.cloud-left::before,
	.area-contents__inner.cloud-right::before {
		width: 250px;
		height: 53px;
	}
}

.area-contents__inner.cloud-left::before {
    top: 30px;
    left: -300px;
}
	@media only screen and (max-width: 599px){
		.area-contents__inner.cloud-left::before {
			top: -30px;
			left: calc(10% - 200px / 2);
		}
	}

.area-contents__inner.cloud-right::before {
    bottom: 20px;
    right: -300px;
}
@media only screen and (max-width: 599px){
	.area-contents__inner.cloud-right::before {
		bottom: 15px;
		right: -100px;
	}	
}

/* ----- contents title ----- */
.area-contents__title {
	margin: 10px auto 30px;
	text-align: center;
}
@media only screen and (max-width: 599px){
	.area-contents__title {
		margin: 20px auto;
	}
}

.area-contents__title-image-1 {
	width: 50%;
	min-width: 280px;
	height: auto;
}

.area-contents__title-image-2 {
	width: 90%;
	min-width: 280px;
	height: auto;
}

.area-contents__title-image-3 {
	width: 70%;
	min-width: 280px;
	height: auto;
}

.area-contents__title-image-4 {
	width: 70%;
	min-width: 280px;
	height: auto;
}

.area-contents__title-image-5 {
	width: 70%;
	min-width: 280px;
	height: auto;
}


/* ----- button ----- */
.area-message__button {
    width: 80%;
    min-width: 280px;
    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;
    background: #b69526;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
	letter-spacing: 1px;
}
@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;
	}
}

a.area-message__button-link:after {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 120px;
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 5;
}
	@media only screen and (max-width : 599px){
		a.area-message__button-link:after {
			display: none;
		}
	}

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


/* ----- guest ----- */
.guest-area__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 20px 20px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 599px){
	.guest-area__list{
		gap: 10px 20px;
	}
}

.guest-area__item{
	overflow: hidden;
	flex-basis: 30%;
	text-align: center;
	margin: 0 0 10px 0;
}
	@media only screen and (max-width: 599px){
		.guest-area__item{
			flex-basis: 46%;
		}
	}

.guest-area__image {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.guest-area__figcaption{
	margin: 10px 0 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 3px;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
}
	@media only screen and (max-width: 599px){
		.guest-area__figcaption{
			margin: 5px 0 0;
			line-height: 1.4;
		}
	}

.guest-area__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;
}
	@media only screen and (max-width: 599px){
		.guest-area__name {
			padding: 0.4rem 0;
			font-size: 1.4rem;
			letter-spacing: 0;
		}
	}


/* ----- event ----- */
.area-event {
	margin: 0;
}

.area-event__image {
	width: 85%;
	height: auto;
	border-radius: 10px;
}
@media only screen and (max-width: 599px){
	.area-event__image {
		width: 100%;
	}
}


/* ----- gyakuden ----- */
.gyakuden-number {
	padding: 15px;
	color: #fff;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.5rem;
	text-align: center;
	background-color: #b69526;;
	vertical-align: middle;
	border-radius: 20px;
}
@media only screen and (max-width: 599px){
	.gyakuden-number {
		padding: 10px 10px 15px;
		font-size: 2.8rem;
		letter-spacing: 0.25rem;
	}
}

.gyakuden-number a { 
	color: #fff;
}

.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: #614e02;
}
@media only screen and (max-width: 599px){
	.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;
	}
}


/* ----- chart ----- */
.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;
}
	@media only screen and (max-width : 599px){
		.chart-list {
			font-size: 1.2rem;
			margin: 20px 0 10px;
		}
	}

.chart-list th {
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background: #780a02;
}
	@media only screen and (max-width : 599px){
		.chart-list th {
			font-size: 1.2rem;
		}
	}

.chart-list__ranking {
	width: 10%;
}
@media only screen and (max-width : 599px){
	.chart-list__ranking {
		width: 12%;
	}
}

.chart-list__song {
	width: 35%;
}

/* .chart-list__artis{
	width: 12%;
} */

.chart-list tr {
	border-bottom: 1px solid #ccc;
}

.chart-list tr:first-child {
	border-bottom: none;
}

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

.chart-list td {
	padding: 0.75rem;
	text-align: left;
	vertical-align:middle
}

.top20 {
	font-size: 2.0rem;
}
	@media only screen and (max-width : 599px){
		.top20 {
			font-size: 1.6rem;
		}
	}

.top10 {
	font-size: 2.2rem;
	font-weight: 500;
}
	@media only screen and (max-width : 599px){
		.top10 {
			font-size: 1.6rem;
		}
	}

.top3 {
	color: #9A6229;
	font-size: 2.8rem;
	font-weight: 700;
}
	@media only screen and (max-width : 599px){
		.top3 {
			font-size: 1.6rem;
		}
	}

.top2 {
	color: #606263;
	font-size: 3.4rem;
	font-weight: 700;
}
	@media only screen and (max-width : 599px){
		.top2 {
			font-size: 1.6rem;
		}
	}

.top1 {
	color: #A79137;
	font-size: 5.0rem;
	font-weight: 700;
}
	@media only screen and (max-width : 899px){
		.top1 {
			font-size: 4.2rem;
		}
	}
	@media only screen and (max-width : 599px){
		.top1 {
			font-size: 1.6rem;
		}
	}

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

.chart-list__medal-red {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #cc0000;
	line-height: 23px;
	font-size: 16px;
	font-weight: 700;
    text-align: center;
    border-radius: 50%;
}

.chart-list__medal3 {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
	background: rgb(167,96,28);
	background: linear-gradient(-45deg, rgba(167,96,28,1) 24%, rgba(201,114,30,1) 43%, rgba(238,140,44,1) 53%, rgba(222,129,39,1) 68%);
	line-height: 32px;
	font-size: 24px;
	font-weight: 700;
    text-align: center;
    border-radius: 50%;
}
@media only screen and (max-width : 599px){
	.chart-list__medal3 {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 16px;
	}
}

.chart-list__medal2 {
    display: inline-block;
    width: 42px;
    height: 42px;
    color: #fff;
	background: rgb(77,77,77);
	background: linear-gradient(-45deg, rgba(77,77,77,1) 24%, rgba(128,128,128,1) 43%, rgba(195,195,195,1) 53%, rgba(166,166,166,1) 68%);
	line-height: 38px;
	font-size: 30px;
	font-weight: 700;
    text-align: center;
    border-radius: 50%;
}
@media only screen and (max-width : 599px){
	.chart-list__medal2 {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 16px;
	}
}

.chart-list__medal1 {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
	background: rgb(167,145,55);
	background: linear-gradient(-45deg, rgba(167,145,55,1) 24%, rgba(191,166,63,1) 43%, rgba(240,208,80,1) 53%, rgba(231,200,74,1) 68%);
	line-height: 48px;
	font-size: 42px;
	font-weight: 700;
    text-align: center;
    border-radius: 50%;
}
@media only screen and (max-width : 599px){
	.chart-list__medal1 {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 16px;
	}
}


/********** 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: #fff;
	font-size: 10px;
}

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