@charset "UTF-8";
:root {
	--font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	--font-komu-a: YakuHanJP, "komu-a";
	--font-size: 62.5%;
	--font-weight: 400;
	--letter-spacing: 0;
	--line-height: 1.8;
	--transiton-timing-function: cubic-bezier(0.46, 0.03, 0.23, 0.98);
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
@media only screen and (max-width: 834px) {
	.nosp {
		display: none !important;
	}
}
.nopc {
	display: none;
}
@media only screen and (max-width: 834px) {
	.nopc {
		display: block;
	}
}
.translation-nav {
	position: fixed;
	top: 22px;
	right: 100px;
	z-index: 99;
	width: 100px;
	height: 24px;
	animation: active_trigger 0.25s ease-in-out 0s;
}
.translation-nav__list {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.translation-nav__list-item {
	width: 50%;
	height: 100%;
}
.translation-nav__list-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	opacity: 1;
	transition: background-color 0.3s ease-in-out;
}
.translation-nav__list-item a[aria-current="true"] {
	background-color: #d32d26;
}
.translation-nav__list-item a:hover {
	opacity: 1;
	background-color: #d32d26;
}
.sns-fix-nav {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	height: -moz-fit-content;
	height: fit-content;
	height: 42.8472222222vw;
	display: flex;
}
@media only screen and (max-width: 834px) {
	.sns-fix-nav {
		height: 100%;
	}
}
.sns-fix-nav__menu {
	display: grid;
	list-style: none;
	padding: 0;
	margin: auto 0;
	background-color: #fff;
	row-gap: 16px;
	row-gap: 1.1111111111vw;
	padding-block: calc(100vw / (1440 / 32));
	padding-inline: calc(100vw / (1440 / 16));
}
@media only screen and (max-width: 834px) {
	.sns-fix-nav__menu {
		padding-block: calc(100vw / (375 / 12));
	}
}
@media only screen and (max-width: 834px) {
	.sns-fix-nav__menu {
		padding-inline: calc(100vw / (375 / 6));
	}
}
@media only screen and (max-width: 834px) {
	.sns-fix-nav__menu {
		row-gap: 12px;
		row-gap: 3.2vw;
	}
}
.sns-fix-nav__menu-item {
	width: 28px;
	width: 1.9444444444vw;
	max-width: 36px;
	min-width: 28px;
}
@media only screen and (max-width: 834px) {
	.sns-fix-nav__menu-item {
		width: 24px;
		width: 6.4vw;
		max-width: inherit;
		min-width: inherit;
	}
}
.sns-fix-nav__menu-item a {
	display: block;
	transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.sns-fix-nav__menu-item a:hover {
		opacity: 0.7;
	}
}
.sns-fix-nav__menu-item a img {
	width: 100%;
	height: auto;
	max-height: 28px;
}
@media only screen and (max-width: 834px) {
	.sns-fix-nav__menu-item a img {
		max-height: 24px;
	}
}
.mv-bnr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
}
@media only screen and (max-width: 834px) {
	.mv-bnr {
		display: none;
	}
}
.mv-bnr a {
	position: absolute;
	right: 32px;
	bottom: 32px;
	width: 20.8333333333vw;
	pointer-events: all;
}
.mv-bnr a img {
	width: 100%;
	height: auto;
}
.con-bnr {
	width: 100%;
	display: none;
	padding: 32px 0;
}
@media only screen and (max-width: 834px) {
	.con-bnr {
		display: block;
	}
}
.con-bnr a {
	display: block;
	margin: 0 auto;
	width: 80vw;
	max-width: 450px;
}
.con-bnr img {
	width: 100%;
	height: auto;
}
.sns-nav__menu {
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: repeat(4, auto);
	-moz-column-gap: 16px;
	column-gap: 16px;
	-moz-column-gap: 1.1111111111vw;
	column-gap: 1.1111111111vw;
	padding: 0;
	list-style: none;
	width: -moz-fit-content;
	width: fit-content;
	padding-top: 2rem;
}
@media only screen and (max-width: 834px) {
	.sns-nav__menu {
		padding-top: 2rem;
	}
}
@media only screen and (min-width: 1440px) {
	.sns-nav__menu {
		-moz-column-gap: 1.6rem;
		column-gap: 1.6rem;
	}
}
@media only screen and (max-width: 834px) {
	.sns-nav__menu {
		-moz-column-gap: 16px;
		column-gap: 16px;
		-moz-column-gap: 4.2666666667vw;
		column-gap: 4vw;
		margin: 0 auto;
	}
}
.sns-nav__menu-item a {
	display: block;
	width: 32px;
	width: 2.2222222222vw;
	max-width: 32px;
}
@media only screen and (max-width: 834px) {
	.sns-nav__menu-item a {
		width: 32px;
		width: 8.5333333333vw;
	}
}
.sns-nav__menu-item a img {
	width: 100%;
	height: auto;
	max-height: 28px;
}
@media only screen and (max-width: 834px) {
	.sns-nav__menu-item a img {
		max-height: 24px;
	}
}
footer img {
	height: auto;
}
footer #ft_bnrs ul {
	align-items: center;
}
