@charset "utf-8";
html,
body {
	height: auto;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #333333;
	/* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
	-webkit-text-size-adjust: 100%;
}

/*
.wrap {
    background: url(../img/bg.png) repeat-y;
}
*/

.wrap {
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.mt {
	margin-top: 20px;
}

.mtx4 {
	margin-top: 80px;
}

.pt {
	padding-top: 20px;
}

.ptx2 {
	padding-top: 40px;
}

.pb {
	padding-bottom: 20px;
}

.pbx2 {
	padding-bottom: 40px;
}

.mb02 {
	margin-bottom: 20px;
}

.mb {
	margin-bottom: 40px;
}

.mbi {
	margin-bottom: 40px !important;
}

.mbx2 {
	margin-bottom: 40px;
}

.mbx3 {
	margin-bottom: 60px;
}

.mbx4 {
	margin-bottom: 80px;
}

.mr {
	margin-right: 10px;
}

.cen {
	text-align: center;
}

.rel {
	position: relative;
}

.pcpt {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.pw {
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}

.ph100 {
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.right {
	text-align: right;
}

/**Page Section*/

header {
	background-color: #000000;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 0px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header a {
	margin: 0 3%;
}
h1 {
	font-size: 12px;
	margin: 0 0;
	color: #ffffff;
	padding: 0;
}
pre {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_big {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner02 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner03 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h2 {
	width: 100%;
	color: #826020;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.2em;
	display: inline-block;
}

h2 .sub {
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 0px;
	color: #977e4f;
	display: inline-block;
}

.fontw {
	color: #ffffff;
}

.fonts {
	font-size: 80%;
}

.ttl {
	display: flex;
	justify-content: center;
}

.ttl img {
	margin: 2px 5px;
}

.nav {
	display: flex;
	justify-content: space-between;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 99;
}

.nav li {
	width: 19%;
}

.nav li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	padding-bottom: 5px;
	border-bottom: 5px solid #ff0000;
	line-height: 1em;
	height: 30px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.nav li:nth-child(1) > a {
	border-color: #fff600;
}

.nav li:nth-child(2) > a {
	border-color: #e8314f;
}

.nav li:nth-child(3) > a {
	border-color: #31c8e8;
}

.nav li:nth-child(4) > a {
	border-color: #2abd16;
}

.nav li:nth-child(5) > a {
	border-color: #a41ee2;
}

.footer-bnr {
	padding: 2% 0;
}

.footer-bnr ul {
	display: flex;
	justify-content: center;
}

.footer-bnr ul li {
	width: 38%;
	text-align: center;
}

footer {
	border-top: 0px solid #006cba;
	padding: 10px 0;
	background-color: #000000;
	font-family: 'Noto Serif JP', serif;
}

.copy {
	color: #ffffff;
}

.flexb {
	display: flex;
	justify-content: space-between;
}

.flexc {
	display: flex;
	justify-content: center;
}

.flexa {
	display: flex;
	justify-content: space-around;
}

.aligncenter {
	align-items: center;
}

.flexc.gap20 {
	gap: 20px;
}

.flexc.col03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.flexc.col03 a {
	display: block;
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col04 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexc.col04 li {
	width: 22%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col04 li.x2 {
	width: 44%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col05 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexc.col05 li {
	width: 18%;
	text-align: center;
	margin-bottom: 20px;
}
.flexc.col06 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.flexc.col06 a {
	display: block;
	width: 15%;
	text-align: center;
	margin-bottom: 20px;
}
#top_btn {
	position: fixed;
	right: 10%;
	bottom: 10%;
	width: 4%;
	transform: translateY(350px);
	transition: transform 0.4s ease-in-out;
}

#top_btn.show {
	transform: translateY(0);
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}
.w60 {
	width: 55%;
}

.w50 {
	width: 48%;
}

.w40 {
	width: 38%;
}
.w30 {
	width: 28%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 0.25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.twitter-tweet {
	border: 2px solid #c9151e;
	border-radius: 14px;
	box-shadow: 5px 5px 4px #33333355;
}

.color02 .twitter-tweet {
	border: 2px solid #826020;
	border-radius: 14px;
	box-shadow: 5px 5px 4px #33333355;
}

.twitter-tweet .r-y54riw {
	border: 0px;
}

/*contents*/

#main {
	width: 100%;
	overflow: hidden;
}

#key_anime,
#key_anime_sp {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#key_anime img,
#key_anime_sp img {
	width: 100%;
	height: auto;
	display: block;
}

#key_anime .slick-slider,
#key_anime_sp .slick-slider {
	position: relative;
	display: block;
}

#key_anime .slick-list,
#key_anime_sp .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#key_anime .slick-track,
#key_anime_sp .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#key_anime .slick-slide,
#key_anime_sp .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

#key_anime .slick-slide.slick-active,
#key_anime_sp .slick-slide.slick-active {
	display: block;
}

#key_anime.slick-initialized .slick-slide,
#key_anime_sp.slick-initialized .slick-slide {
	display: block;
}

.fadein {
	animation-name: fadein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bg01 {
	background: url(../img/bg01.jpg) no-repeat center top;
	background-size: cover;
}
.bg02 {
	background: url(../img/bg02.jpg) no-repeat center top;
	background-size: cover;
}
.bodybg01 {
	background: url(../img/bg_body01.jpg) no-repeat center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
.bodybg02 {
	background: url(../img/bg_body02.jpg) no-repeat center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
nav.global_nav {
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	background: #000000d0;
	position: sticky;
	top: 0;
	z-index: 100;
}

nav.global_nav ul {
	display: flex;
	align-items: center;
	padding: 4px 0;
}

nav.global_nav ul li {
	margin: 0;
}

nav.global_nav ul li.logo {
	margin-right: auto;
}

nav.global_nav ul li:nth-child(2) {
	margin-left: auto;
}

nav.global_nav ul li:last-child {
	margin-right: auto;
}

#sec01 {
	color: #ffffff;
	background: url(../img/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.section_border {
	min-height: 25px;
	width: 100%;
	background: url(../img/border_bg01.png) repeat;
}

.box01 {
	border-width: 14px;
	border-color: rgb(253, 220, 105);
	border-style: solid;
	border-radius: 50px;
	background-color: rgb(255, 255, 255);
	z-index: 300;
}
.bodybg02 .box01 {
	border-color: #006eb6;
}
.box01_inner {
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

.box02 {
	border: 10px solid #313131;
	border-radius: 30px;
	background: #fffaed;
	color: #333333;
}

.box02_inner {
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

.box02 .comment {
	color: #000000;
}

.r {
	color: #c9151e;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
}

.b {
	color: #000000;
}

.span01 {
	color: #c9151e;
}

.span02 {
	color: #000000;
}

.span03 {
	color: #826020;
}

.span04 {
	color: #000000;
}

.comment {
	font-size: 16px;
	line-height: 2.2em;
	color: #000000;
}
/* 各行を span で包む想定 */
.comment span {
	display: block;
	position: relative;
	padding-bottom: 2px;
	min-height: 2.2em; /* 空行の高さ確保 */
}

/* テキストがある行のみに下線 */
.comment span:not(:empty)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.5px;
	background-color: #006eb6;
}

.comment02 {
	font-size: 15px;
	line-height: 1.8em;
	color: #ffffff;
}

.comment03 {
	width: 70%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.8em;
	color: #333333;
}

.comment03 span {
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 1.8em;
	color: #333333;
}

.comment03 span.spbr {
	display: inline !important;
}

.comment03 span.title {
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	color: #826020;
}

.title02 {
	text-align: center;
	display: block;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.8em;
	color: #333333;
}

.title03 {
	text-align: left;
	display: block;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.6em;
	color: #333333;
}

.subtitle03 {
	text-align: left;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6em;
	color: #c9151e;
}

.title04 {
	text-align: center;
	display: block;
	font-size: 27px;
	font-weight: 800;
	line-height: normal;
	color: #000000;
}

.title05 {
	text-align: left;
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.6em;
	color: #000000;
}

.title06 {
	text-align: center;
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.6em;
	color: #000000;
}

.title07 {
	text-align: center;
	display: block;
	font-size: 33px;
	font-weight: 800;
	line-height: 1.4em;
	color: #000000;
}

.acc01 {
	border-radius: 50px;
	background: #aa3a3c;
	color: #ffffff;
	display: inline-block;
	padding: 2px 30px;
}

.box03 {
	display: inline-block;
	width: 820px;
	height: 120px;
	background: url(../img/box01.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 30px;
	box-sizing: border-box;
}

.box03 .title {
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.box03 .sub {
	display: block;
	color: #826020;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.2em;
}

.custom-list {
	list-style-type: none;
	padding-left: 0;
}

.custom-list li {
	position: relative;
	padding-left: 1.5em;
	text-indent: -1em;
}

.slider01 {
	margin: 0 auto;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-prev {
	left: 25px;
	z-index: 5;
}

.slick-next {
	right: 52px;
}

.slick-next:before {
	content: '▶';
	color: #7f5f26;
}

.slick-prev:before {
	content: '◀';
	color: #7f5f26;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 47px;
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**Hover*/

a:hover,
a:hover img,
.nav li:hover,
.nav2 li:hover,
.nav3 li:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

a:hover {
	opacity: 1;
	-webkit-animation: none 1.5s;
	animation: none 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

/**Scroll Anime*/

.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1;
}

/* ハンバーガーメニュー用スタイル */
#menu-toggle {
	display: none;
}

#overlay-button {
	display: none; /* モバイルでのみ表示 */
}

.fixed-menu {
	display: none; /* デスクトップでは非表示 */
}

.font-serif {
	font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1200px) {
	.pconly {
	}
	.sponly {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) {
	body {
		background-attachment: fixed;
		font-size: 10px;
		background: #000000;
	}
	.inner {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		z-index: 2;
	}
	.inner_big {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 0%;
		box-sizing: border-box;
		z-index: 2;
	}
	.inner02 {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		z-index: 4;
	}
	.inner03 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		z-index: 4;
	}
	.mb02 {
		margin-bottom: 10px;
	}
	.box01 {
		padding: 0px;
	}
	.box01_inner {
		padding: 10px 4px;
	}
	.box03 {
		width: 96%;
		margin: 0 auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		height: auto;
	}
	.box03 .title {
		display: block;
		color: #333333;
		font-size: 10px;
		font-weight: 800;
		line-height: 1.2em;
		padding-bottom: 0px;
		padding-top: 10px;
	}
	.box03 .sub {
		display: block;
		font-size: 14px;
		font-weight: 800;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	.comment {
		font-size: 11px;
		line-height: 1.6em;
		color: #000000;
		letter-spacing: -1px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.comment span {
		display: block;
		position: relative;
		padding-bottom: 2px;
		min-height: 1.4em;
	}
	.comment span.sponly {
		display: block;
		position: relative;
		padding-bottom: 2px;
		min-height: 0em;
	}
	.comment span.sponly::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.5px;
		background-color: #006eb6;
	}
	.comment02 {
		padding-top: 0px;
		padding-left: 6px;
		padding-right: 10px;
		font-size: 10px;
		line-height: 1.8em;
		color: #ffffff;
	}
	#sec04 .comment02 {
		color: #000000;
	}
	.comment03 {
		width: 94%;
		font-size: 10px;
	}
	.spb {
		display: block;
	}
	.spbr {
		display: block;
	}
	.sppw {
		padding: 0 10px;
	}
	.spflex {
		flex-direction: column;
	}
	.spflex .w30,
	.spflex .w40,
	.spflex .w50,
	.spflex .w60 {
		width: 100%;
		margin-bottom: 20px;
	}
	/* SPボタン縦並び */
	#sec03 .flexb.spflex {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	#sec03 .flexb.spflex .w50 {
		width: 80%;
		max-width: 300px;
		margin-bottom: 0;
	}
	/* SPで色紙画像を横並びに */
	#sec03 .box01 .flexb.spflex:first-child {
		flex-direction: row;
		gap: 10px;
		justify-content: center;
	}
	#sec03 .box01 .flexb.spflex:first-child .w50 {
		width: 48%;
		margin-bottom: 0;
	}
	.spw90 {
		width: 90%;
	}
	.sph50 {
		height: 50px;
		padding: 10px 0;
	}
	.w90 {
		width: 90%;
		margin: 0 auto;
	}
	.w70 {
		width: 90%;
		margin: 0 auto;
	}
	.spmb0 {
		margin-bottom: 0px !important;
	}
	.fonts {
		font-size: 70%;
	}
	.spf15 {
		font-size: 15px;
	}
	.flexc.col03 {
		flex-wrap: wrap;
	}
	.flexc.col03 a {
		width: 30%;
		margin-bottom: 10px;
	}
	.flexc.col04 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 92%;
		margin: 0 auto;
	}
	.flexc.col04 li {
		width: 24%;
		text-align: center;
		margin: 10px 0.5%;
	}
	.flexc.col06 {
		flex-wrap: wrap;
	}
	.flexc.col06 a {
		width: 30%;
		margin-bottom: 10px;
	}
	.flexc.gap20 {
		gap: 10px;
	}
	.flexc.aw20 {
		flex-wrap: wrap;
	}
	.flexc.aw20 a {
		width: 22%;
		margin-bottom: 10px;
	}
	.flext {
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.pcpt {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-top: -10px;
	}
	.sppt {
		padding-top: 20px;
	}
	.pconly {
		display: none !important;
	}
	.sponly {
	}
	.pt {
		padding-top: 10px;
	}
	.pb {
		padding-bottom: 10px;
	}
	.pbx2 {
		padding-bottom: 20px;
	}
	.ttl {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	header {
		background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}
	header a {
		margin: 0 2%;
		width: 49%;
	}
	h1 {
		font-size: 7px;
		margin: 0 0;
		color: #ffffff;
		padding: 0;
	}
	.nav {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.nav li {
		width: 45%;
		margin: 10px 5px;
	}
	.nav li a {
		font-size: 16px;
	}
	#menusp ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#menusp ul li {
		margin-bottom: 10px;
	}
	.mfp-bg {
		background: none;
		opacity: 1;
	}
	.mfp-auto-cursor .mfp-content {
		cursor: auto;
		padding: 40px 0;
		background-color: #000000a0;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	.mfp-close-btn-in .mfp-close {
		color: #fff;
		font-size: 60px;
	}
	.footer-bnr ul {
		display: flex;
		justify-content: space-around;
	}
	.footer-bnr ul.link {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.footer-bnr ul.link li {
		width: 90%;
		text-align: center;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-bnr ul.bnr {
		width: 90% !important;
	}
	#top_btn {
		position: fixed;
		right: 0%;
		bottom: 5%;
		width: 15%;
		opacity: 1;
		z-index: 9;
		transform: translateY(150px);
		transition: transform 0.4s ease-in-out;
	}

	#top_btn.show {
		transform: translateY(0);
	}
	.section_border {
		min-height: 10px;
	}

	/* ハンバーガーメニュー */
	.container {
		display: block;
	}

	.fixed-menu {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9;
		padding: 0 4%;
		box-sizing: border-box;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
		display: block;
		text-align: center;
	}

	.fixed-menu .navitem {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0;
	}

	.menu-item {
		margin: 20px 0;
		font-size: 2.2em;
		color: #fff;
		text-decoration: none;
	}

	.links {
		margin-top: 40px;
		padding-bottom: 0px;
		display: flex;
		gap: 60px;
		justify-content: center;
		align-items: center;
	}

	.fixed-menu img.logo {
		width: 80%;
		margin-top: 80px;
		margin-bottom: 20px;
	}

	#overlay-button {
		position: fixed;
		right: 0em;
		top: 0em;
		padding: 26px 11px;
		z-index: 15;
		cursor: pointer;
		user-select: none;
		background: #006eb6;
		display: block;
	}

	#overlay-button span {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		position: relative;
		display: block;
		transition: all 0.2s ease-in-out;
	}

	#overlay-button span:before,
	#overlay-button span:after {
		content: '';
		position: absolute;
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		transition: all 0.2s ease-in-out;
	}

	#overlay-button span:before {
		top: -10px;
	}

	#overlay-button span:after {
		top: 10px;
	}

	/* チェックボックスがオンのときのハンバーガーボタンの変化 */
	input[type='checkbox']:checked ~ #overlay-button span {
		background: transparent;
	}

	input[type='checkbox']:checked ~ #overlay-button span:before {
		transform: rotate(45deg) translate(7px, 7px);
	}

	input[type='checkbox']:checked ~ #overlay-button span:after {
		transform: rotate(-45deg) translate(7px, -7px);
	}

	/* チェックボックスがオンのときにオーバーレイを表示 */
	input[type='checkbox']:checked ~ .fixed-menu {
		visibility: visible;
		opacity: 1;
	}

	.content {
		flex-grow: 1;
		padding: 0 0%;
		width: 100%;
		box-sizing: border-box;
	}

	/*contents*/
	nav.global_nav ul {
		padding: 8px 0;
		flex-wrap: wrap;
		align-items: baseline;
	}
	nav.global_nav ul li {
		margin: 0 4px;
		width: 30%;
	}
	nav.global_nav ul li:first-child {
		margin-bottom: 4px;
	}
	h2 {
		font-size: 26px;
	}
	h2 .sub {
		font-size: 18px;
	}
	.title03 {
		text-align: left;
		display: block;
		font-size: 15px;
		font-weight: 800;
		line-height: 1.6em;
		color: #333333;
	}
	.title04 {
		text-align: center;
		display: block;
		font-size: 12px;
		font-weight: 800;
		line-height: 1.6em;
		color: #000000;
		padding-left: 6px;
		padding-right: 6px;
	}
	.subtitle03 {
		text-align: left;
		display: block;
		font-size: 10px;
		font-weight: 800;
		line-height: 1.6em;
		color: #c9151e;
	}
	.title05 {
		text-align: left;
		display: block;
		font-size: 17px;
		font-weight: 800;
		line-height: 1.4em;
		color: #000000;
	}
	.r {
		color: #c9151e;
		font-size: 16px;
		font-weight: bold;
		line-height: 1em;
	}
	.b {
		color: #000000;
		font-size: 30px;
	}
	.slider01 {
		margin: 0 auto;
		width: 85%;
	}
	.slider02 {
		margin: 0 auto;
		width: 85%;
	}
	.slick-next {
		right: -20px;
	}
	.slick-prev {
		left: -20px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-family: 'slick';
		font-size: 20px;
		line-height: 1;
		opacity: 0.75;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.acc01 {
		border-radius: 50px;
		background: #aa3a3c;
		color: #ffffff;
		display: inline-block;
		padding: 2px 15px;
		letter-spacing: -1px;
	}

	.spwimg {
		width: 80%;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.spwimg02 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.spwimg03 {
		width: 100%;
		max-width: 168px;
		margin-left: auto;
		margin-right: auto;
	}
	.sphimg img {
		height: 20px;
	}
	.sppbn {
		padding-bottom: 0px;
	}
	.sppt {
		padding-top: 20px;
	}
	.sppb {
		padding-bottom: 20px;
	}
	section {
		font-size: 16px;
		line-height: 1.2em;
	}
	#sec01 {
		color: #ffffff;
		background: url(../img/bg_sp.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#sec01_box .flexb {
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}
	#sec01_box .flexb .w40,
	#sec01_box .flexb .w60 {
		width: 98%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.box01 {
		border-width: 6px;
	}
	#sec04 {
		background: #ffffff;
	}
	.comment03.pb {
		padding-bottom: 20px;
	}
	#sec04 .spflex .w50 {
		width: 100%;
		margin-bottom: 0px;
	}
}
