@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: 450px;
	margin: 0;
	background-image: url("../img/header_bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
	@media only screen and (max-width : 799px){
		header {
			height: 250px;
		}
	}
	@media only screen and (max-width : 599px){
		header {
			height: 200px;
		}
	}

h1 {
	position: absolute;
	display:	block;
	overflow:	hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: auto;
	aspect-ratio: 600 / 450;
	background-image: url("../img/header_title.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent:	100%;
	white-space:	nowrap;
}
	@media only screen and (max-width : 799px){
		h1 {
			width: 90%;
			max-width: 400px;
			height: auto;
		}
	}
	@media only screen and (max-width : 599px){
		h1 {
			width: 80%;
			max-width: 320px;
			height: auto;
		}
	}

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

/********** artwork **********/
.area-contents.area-artwork {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	background-image: url("../img/artwork.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 2000 / 1421;
	border-top: 20px solid #be8c4a;
	border-bottom: 20px solid #be8c4a;
}

.area-artwork__title {
	position: absolute;
	bottom: 0;
	right: 1.2rem;
	font-size: 1.2rem;
	letter-spacing: 2px;
	line-height: 1.0;
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width : 599px){
	.area-artwork__title {
		bottom: 0;
		right: 0.4rem;
		font-size: 1.0rem;
		letter-spacing: 1px;
	}
}


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

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


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

/* ----- headline ----- */
.area-contents__headline {
	margin-top: 0;
	padding: 60px 0 40px;
	background: #470000;
	background: linear-gradient(180deg,rgba(71, 0, 0, 1) 0%, rgba(138, 4, 4, 1) 50%);
	border-bottom: 20px solid #be8c4a;
}
	@media only screen and (max-width: 599px){
		.area-contents__headline {
			padding: 40px 0 20px;
		}
	}

.area-contents__title-headline {
	width: 95%;
	max-width: 500px;
}
	@media only screen and (max-width: 599px){
		.area-contents__title-headline {
			width: 70%;
			max-width: 300px;
		}
	}

.area-contents__explain {
	margin: 0 0 2.6rem;
	color: #fff;
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
}
	@media only screen and (max-width: 599px){
		.area-contents__explain {
			margin: 0 0 2.0rem;
			font-size: 1.6rem;
			letter-spacing: 0;
		}
	}


/********** title **********/
h2.area-contents__title {
	display: flex;
    justify-content: center;
	margin: 0 auto 30px;
}

h2.area-contents__title-border {
    position: relative;
	width: calc(100% - 20px * 2);
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 0 0 30px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #be8c4a;
}
	@media only screen and (max-width : 599px){
		h2.area-contents__title-border {
			margin: 50px auto 0;
			padding: 0 0 20px;
		}
	}

h2.area-contents__title-border::after {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    z-index: 1;
    content: '';
    width: 16px;
    height: 16px;
	border-radius: 100%;
    background: #be8c4a;
}
	@media only screen and (max-width : 599px){
		h2.area-contents__title-border::after {
			bottom: -6px;
			left: calc(50% - 6px);
			width: 12px;
			height: 12px;
		}
	}

.area-contents__title-main {
	width: auto;
	height: 60px;
}
	@media only screen and (max-width : 599px){
		.area-contents__title-main {
			width: 80%;
			height: auto;
		}
	}

/********** navigator **********/
.navigator {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: 5px 20px;
	overflow: hidden;
	width: 90%;
	max-width: 300px;
	margin: 50px auto 0;
}
@media only screen and (max-width : 599px){
	.navigator {
		gap: 20px 20px;
		margin: 30px auto 0;
		max-width: 250px;
	}
}

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

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

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

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

.navigator__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){
		.navigator__item--time span{
			padding: 0 1.0rem 0.25rem;
		}
	}

.navigator__item--position {
	display: block;
	margin: 1.4rem 0;
	color: #fff;
	font-size: 2.0rem;
	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){
		.navigator__item--position {
			padding: 0.25rem 0.5rem;
			font-size: 1.4rem;
			font-weight: 500;
			letter-spacing: 0;
		}
	}

.navigator__item--name {
	display: block;
	margin: 0;
	padding: 0.5rem 0 0;
	color: #fff;
	font-size: 4.0rem;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 2px;
}
	@media only screen and (max-width : 599px){
		.navigator__item--name {
			padding: 0;
			font-size: 3.0rem;
			font-weight: 500;
			letter-spacing: 0;
		}
	}

.navigator__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){
		.navigator__item--member{
			padding: 0.5rem 0 1.2rem;
			font-size: 1.0rem;
			line-height: 1.2;
			letter-spacing: 0;
		}
	}

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



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

.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: 33%;
	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--jwave {
	width: auto;
	height: 25px;
	vertical-align: middle;
}
	@media only screen and (max-width : 599px){
		.area-banner__image--jwave {
			width: 60%;
			height: auto;
		}
	}

.area-banner__image--fmcocolo {
	width: auto;
	height: 50px;
	vertical-align: middle;
}
	@media only screen and (max-width : 599px){
		.area-banner__image--fmcocolo {
			width: auto;
			height: 80px;
			vertical-align: middle;
		}
	}

.area-banner__image--kyotouniversityofthearts {
	width: auto;
	height: 50px;
	vertical-align: middle;
}
	@media only screen and (max-width : 599px){
		.area-banner__image--kyotouniversityofthearts {
			width: auto;
			height: 70px;
			vertical-align: middle;
		}
	}


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


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

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

.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%;
	border: 1px solid #be8c4a;
}
	@media only screen and (max-width : 599px){
		.guest__image {
			margin: 0 0 10px;
		}
	}

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


/********** song **********/
.area-contents.area-song {
	padding: 80px 0 0;
	margin: 0 auto;
	background: #f2f2f2;
	border-top: 20px solid #be8c4a;
	border-bottom: 20px solid #be8c4a;
}
	@media only screen and (max-width : 599px){
		.area-contents.area-song {
			padding: 0;
		}
	}

.area-contents__title-song-pc {
	width: auto;
	height: 50px;
}
	@media only screen and (max-width : 945px){
		.area-contents__title-song-pc {
			display: none;
		}
	}


.area-contents__title-song-sp {
	display: none;
}
	@media only screen and (max-width : 945px){
		.area-contents__title-song-sp {
			display: block;
			width: 100%;
			height: auto;
		}
	}

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

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

.guest-song__image {
	box-sizing: border-box;
	width: 80%;
	height: auto;
	margin: 0 0 10px;
	-moz-border-radius:	100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 6px solid #be8c4a;
}
	@media only screen and (max-width : 599px){
		.guest-song__image {
			width: 100%;
			margin: 0 0 20px;
		}
	}

.guest-song__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-song__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-song__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-song__item--time span{
			padding: 0 1.0rem 0.25rem;
		}
	}

.guest-song__item--position {
	display: block;
	margin: 1.4rem 0;
	color: #fff;
	font-size: 2.0rem;
	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-song__item--position {
			padding: 0.25rem 0.5rem;
			font-size: 1.4rem;
			font-weight: 500;
			letter-spacing: 0;
		}
	}

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

.guest-song__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-song__item--member{
			padding: 0.5rem 0 1.2rem;
			font-size: 1.0rem;
			line-height: 1.2;
			letter-spacing: 0;
		}
	}

.guest-song__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-song__tag--white {
			padding: 4px 6px;
			font-size: 1.0rem;
		}
	}

.area-song__explain {
	padding: 2.0rem 0 0;
	text-align: left;
	font-size: 1.8rem;
	}
	@media only screen and (max-width : 599px){
	.area-song__explain {
		padding: 1.8rem 0 0;
		font-size: 1.4rem;
		}
	}


/********** button **********/
.button {
	position: relative;
	width: 100%;
	min-width: 300px;
	margin: 50px auto;
	background-color: #fff;
}
	@media only screen and (max-width: 599px){
		.button {
			margin: 20px auto;
		}	
	}

a.button-link {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 15px 20px 15px 15px;
	border: 1px solid #343434;
	color: #343434;
	text-align:center;
	font-size: 3.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){
	a.button-link {
		margin: 20px auto 30px auto;
		padding: 10px 10px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}

.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){
		.button .arrow-top {
			display: none;
		}
	}


a.button-link:hover {
	background: #ffe69c;
}


/********** 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 .j-wave_credit{
	width: 100%;
}
	@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;
	}
}