@charset "utf-8";
body {
	line-height: 135%;
	font-family: "游ゴシック体", "游ゴシック", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-weight: 500;
	font-style: normal;
	word-wrap: break-word;
	/*background-color: #FFF;*/
	/*color: #000;*/
	/* プロポーショナルメトリクスを有効にする指定 */
	font-feature-settings: "palt" 1;
	background-position: center top;
	background-attachment: fixed;
}
:root {
	/* CSSでのスムーズスクロールを切る場合はここをコメントアウト */
	/*scroll-behavior: auto !important;*/
}

/* support iOS */
html {
	height: -webkit-fill-available;
}
body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

footer {
	min-height: 100px;
}
header h1 {
	margin: 0px;
}

.max-img {
	width: 100%;
	height: auto;
	display: block;
}

.go_page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	text-decoration: none;
}

h1 {
    /*font-size: clamp(最小値, 推奨値, 最大値);*/
    font-size: 1rem;
    line-height: 120%;
}
h2 {
    font-size: clamp(2.2rem, 2.8vw, 3.2rem);
    line-height: 120%;
}
h3 {
    font-size: clamp(2.0rem, 2.4vw, 2.8rem);
    line-height: 120%;
}
h4 {
    font-size: clamp(1.8rem, 2.0vw, 2.4rem);
    line-height: 120%;
}
h5 {
    font-size: clamp(1.6rem, 1.8vw, 2.0rem);
    line-height: 120%;
}
h6 {
	font-size: 1.4rem;
    line-height: 120%;
}

/*グリッドシステムのガター調整*/
/*.row {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 > div {
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
}
.row-10 {
	margin-left: 10px;
	margin-right: 10px;
}
.row-10 > div{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:10px;
}
.row-20 {
	margin-left: 5px;
	margin-right: 5px;
}
.row-20 > div{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.row-30 > div{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
@media (min-width: 1200px) {
	.row-10 {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row-20 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row-30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}*/

/*---------------------------------------------*/
/* webfont load                                */
/*---------------------------------------------*/
@font-face {
	font-family: 'fontawesome';
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontawesome-s';
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSerifJP-M';
	src: url("../fonts/NotoSerifJP-Medium.eot");
	src: url("../fonts/NotoSerifJP-Medium.eot") format("embedded-opentype"), url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../fonts/NotoSerifJP-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*上に戻るボタン*/
.go_page-top {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 50px;
	padding: 10px;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	transition: transform 0.4s ease;
	transform: translateX(100%);
	z-index: 99;
	cursor: pointer;
}
.go_page-top::after {
	content: "\f062";
	font-family: 'fontawesome-s';
	line-height: 100%;
	color: #FFF;
}
.active .go_page-top {
	transform: translateX(0%);
}

/*LP-template_sp-main.dwt用スタイル*/
.sp-main header > .container-xl,
.sp-main main > .container-xl,
.sp-main footer > .container-xl {
	background-color: rgba(255,255,255,0.5);
}
#pc-nav ul {
	list-style: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-left: -5px;
	margin-right: -5px;
}
#pc-nav ul li {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	width: 50%;
}
#pc-nav ul li a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 10px;
	color: #000;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50px;
	border: 1px solid #CCC;
	box-shadow: 3px 3px 3px rgba(6,6,6,0.5);
}
#pc-nav ul li a:hover {
	border: 1px solid #000;
}
@media (max-width: 1300px) {
	#pc-nav ul li {
		width: 100%;
	}
}

/*モーダルウインドウ呼び出し用クラス*/
.a-gallery,
.a-video-open,
.a-iframe-open {}
@media (max-width: 991px) {
	.modaal-video-wrap {
		margin: auto auto!important;
	}
}