@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-family: 'Bodoni Moda', serif;
font-family: 'Archivo', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/

html {
	font-size: 62.5%;
	height: 100%;
	overflow-y:scroll;
}
body {
	position: relative;
	background-color: #625239;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	width: 100%;
	height: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fff;
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
img.fix {
	width: 100%;
	height: auto;
}
figure img {
	display: block;
}

.content-wrap .content-wrap-inner {
	padding: 0 5% 2.5rem;
	position: relative;
}
@media only screen and (min-width: 480px) {
	.content-wrap .content-wrap-inner {
		padding: 0 2.5% 2.5rem;
	}
}
@media only screen and (min-width: 820px) {
	.content-wrap .content-wrap-inner {
		padding: 0 15px 5rem;
		max-width: 1200px;
		margin: 0 auto;
	}
}

/*--------------------------*/
/* Youtube埋め込み*/
/*--------------------------*/
 .youtube-area {
	margin-top: 2rem;
	padding-top: 2rem;
}
.youtube-area .youtube-area-inner span {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-area .youtube-area-inner span iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (min-width: 1025px) {

}

/*--------------------------*/
/* ヘッダー */
/*--------------------------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 12.5vw;
	z-index: 900;
	background-color: rgba(0, 0, 0, 0.9);
}
.header-inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.header-inner .logo,
.header-inner .logo h1 {
	width: 32.5vw;
	height: auto;
	margin-left: 2.5vw;
}
.header-inner .sns-link ul {
	display: flex;
	margin-right: 3.5vw;
}
.header-inner .sns-link ul li {
	margin-left: 1.25rem;
}
.header-inner .sns-link ul li a i {
	display: block;
	font-size: 1.75rem;
	color: #fff;
}
.header-inner .sns-link ul li span {
	display: none;
}
@media only screen and (min-width: 480px) {
	.header {
		height: 8.5vw;
		height: 8.5dvw;
	}
	.header-inner .logo,
	.header-inner .logo h1 {
		width: 22.5vw;
		margin-left: 1.5vw;
	}
	.header-inner .sns-link ul {
		margin-right: 2.5vw;
	}
	.header-inner .sns-link ul li a i {
		font-size: 2.2rem;
	}
}
@media only screen and (min-width: 820px) {
	.header {
		height: 70px;
	}
	.header-inner {
		max-width: 1200px;
		margin: 0 auto;
	}
	.header-inner .logo,
	.header-inner .logo h1 {
		width: 180px;
		margin-left: 1.5rem;
	}
	.header-inner .sns-link ul {
		margin-right: 1.5rem;
	}
	.header-inner .sns-link ul li {
		width: 26px;
		margin-left: 1rem;
	}
}

/*--------------------------*/
/* ページTOPボタン */
/*--------------------------*/
#page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 900;
}
#page-top a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#page-top a::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-30%) translateX(-50%) rotate(-45deg);
	transform: translateY(-30%) translateX(-50%) rotate(-45deg);
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
@media only screen and (min-width: 480px) {
	#page-top a {
		width: 58px;
		height: 58px;
	}
	#page-top a::before{
		width: 16px;
		height: 16px;
	}
}
@media only screen and (min-width: 1025px) {

}

/*--------------------------*/
/* フッター */
/*--------------------------*/
#footer {
	background-color: #fff;
	padding: 1.5rem 0 2.5rem;
}
#footer .share-title {
	text-align: center;
	margin-bottom: 1.5rem;
}
#footer .share-title em {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	color: #eb6e8e;
	padding: 0 1.5rem;
}
#footer .share-title em::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 20px;
	border-left: 2px solid #eb6e8e;
	transform: rotate(-25deg);
}
#footer .share-title em::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 0;
	height: 20px;
	border-left: 2px solid #eb6e8e;
	transform: rotate(25deg);
}
#footer .footer-sns-nav {
	display: flex;
	justify-content: center;
}
#footer .footer-sns-nav > li {
	width: 3.6rem;
	margin: 0 1rem;
}
#footer h2 {
	width: 35vw;
	max-width: 200px;
	margin: 0 auto 1rem;
}
#footer .copy {
	text-align: center;
	font-size: 1.1rem;
}
@media only screen and (min-width: 480px) {
	#footer {
		padding: 2.5rem 0 4rem;
	}
	#footer .share-title {
		margin-bottom: 2rem;
	}
	#footer .share-title em {
		font-size: 1.5rem;
		padding: 0 2rem;
	}
	#footer .copy {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 1025px) {
	#footer .share-title {
		margin-bottom: 2.5rem;
	}
	#footer .footer-sns-nav > li {
		width: 4.5rem;
		margin: 0 1.5rem;
	}
}
