@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
	min-width: 1200px;
	font-size: 10px;
	scrollbar-gutter: stable;
}
@media screen and (max-width: 767px) {
	html {
		min-width: inherit;
		font-size: 1.5625vw;
	}
}
body {
	padding-bottom: 100px !important;
	background-color: #101018;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 1.6rem !important;
	letter-spacing: 0;
	line-height: 1.5;
}
/* はみ出し耐性を強化 */
html, body { overflow-x: hidden; }
.slick-list { overflow: hidden; }
.slick-track { margin-left: 0; margin-right: 0; }
@media screen and (max-width: 767px) {
	body {
		min-width: 0;
		padding-bottom: 74px !important;
		font-size: 2.4rem !important;
	}
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
	vertical-align: top;
}
address, caption, cite, code, dfn, em, strong, small, th, var {
	font-style: inherit;
	font-weight: inherit;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
br {
	letter-spacing: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {}
a {
	text-decoration: none;
}
a:focus, #colorbox:focus {
	outline: none;
}
h2 img {
	margin: auto;
	padding-top: 40px;
}
.movZone h2 img {
	margin: auto;
	padding-top: 40px;
}
hr {
	border: none;
}
img {
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
svg {
	vertical-align: top;
}
em {
	font-style: normal;
}
#colorbox, #cbox2Overlay, #cbox2Wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#cbox2Overlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cbox2MiddleLeft, #cbox2BottomLeft {
	clear: left;
}
#cbox2Content {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cbox2LoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cbox2Title {
	margin: 0;
}
#cbox2LoadingOverlay, #cbox2LoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cbox2Previous, #cbox2Next, #cbox2Close, #cbox2Slideshow {
	cursor: pointer;
}
#cbox2Overlay {
	background: black;
}
#cbox2TopLeft {
	width: 21px;
	height: 21px;
	background: none -100px 0 no-repeat;
}
#cbox2TopRight {
	width: 21px;
	height: 21px;
	background: none -129px 0 no-repeat;
}
#cbox2BottomLeft {
	width: 21px;
	height: 21px;
	background: none -100px -29px no-repeat;
}
#cbox2BottomRight {
	width: 21px;
	height: 21px;
	background: none -129px -29px no-repeat;
}
#cbox2MiddleLeft {
	width: 21px;
	background: none left top repeat-y;
}
#cbox2MiddleRight {
	width: 21px;
	background: none right top repeat-y;
}
#cbox2TopCenter {
	height: 21px;
	background: none 0 0 repeat-x;
}
#cbox2BottomCenter {
	height: 21px;
	background: none 0 -29px repeat-x;
}
#cbox2LoadedContent {
	padding: 0;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .2);
}
#cbox2Title {
	position: absolute;
	top: 636px;
	left: 60px;
	text-align: left;
	width: 860px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}
#cbox2Current {
	position: absolute;
	top: 10px;
	left: 60px;
	color: #fff;
	opacity: 0;
}
#cbox2Slideshow {
	position: absolute;
	bottom: 3px;
	right: 30px;
	color: #fff;
}
#cbox2Previous {
	left: 10px;
}
#cbox2Next {
	right: 10px;
}
#cbox2LoadingOverlay {
	background: url("//deagostini.jp/site/common/loading_background.png") center center no-repeat;
}
#cbox2LoadingGraphic {
	background: url("//deagostini.jp/site/common/loading.gif") center center no-repeat;
}
#cbox2Close {
	position: fixed;
	top: 0;
	right: 0;
	background: url("../images/colorbox_close.svg") center center no-repeat;
	background-size: 85% auto;
	background-color: #000;
	width: 5em;
	height: 2.5em;
	text-indent: -9999px;
	border: none;
	padding: 0;
	font-size: 2rem;
	display: none !important;
}
:where(#cbox2LoadedContent:has(.btnPageMdlCls)) ~ #cbox2Close {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	#cbox2Close {
		opacity: 1;
		top: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 584px) {
	#cbox2Overlay {
		opacity: 1 !important;
	}
	#colorbox, #cbox2Wrapper, #cbox2Content, #cbox2LoadedContent {
		width: 100% !important;
		height: 100vh !important;
		left: 0 !important;
		background: #000;
	}
	#cbox2Title, #cbox2Current {
		width: 100%;
	}
	#cbox2TopLeft, #cbox2TopCenter, #cbox2TopRight, #cbox2MiddleLeft, #cbox2MiddleRight, #cbox2BottomLeft, #cbox2BottomCenter, #cbox2BottomRight {
		display: none !important;
	}
	#colorbox {
		max-width: none;
		position: fixed !important;
		top: 0 !important;
	}
	#cbox2Content {
		width: auto;
		padding-bottom: 0;
	}
	#cbox2LoadedContent {
		margin-bottom: 0;
		padding: 0;
		display: flex;
	}
	#cbox2Previous, #cbox2Next {
		width: 5vw;
		height: 5vw;
		border-width: 1vw 1vw 0 0;
	}
}
@media screen and (max-width: 584px) and (max-width: 584px) {
	#cbox2Previous, #cbox2Next {
		border-color: #000 #000 transparent transparent;
	}
}
@media screen and (max-width: 584px) {
	#cbox2Previous {
		left: 2.34375vw;
	}
	#cbox2Next {
		right: 2.34375vw;
	}
	#cbox2Current {
		font-size: 1.2rem;
		line-height: 1;
		text-shadow: 0 0 3px #324289, 0 0 3px #324289, 0 0 3px #324289;
		top: 2.34375vw;
		left: 1.5625vw;
	}
	#cbox2Close {
		width: 23vw;
		height: 8vw;
		top: .78125vw;
		right: 0;
		bottom: auto;
	}
	.cbox2Photo {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	img.cbox2Photo {
		width: 100%;
		height: auto;
	}
}
#cbox2Previous, #cbox2Next {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	width: 80px;
	height: 82px;
	text-indent: -9999px;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 10000;
	border: none;
}
#cbox2Previous {
	left: -19px;
	background: url("../images/arrow_left.webp") no-repeat;
}
#cbox2Next {
	right: -19px;
	background: url("../images/arrow_right.webp") no-repeat;
}
@media screen and (max-width: 767px) {
	#cbox2Previous, #cbox2Next {
		width: 30px;
		height: 60px;
		background-size: 43%;
		background-position: center;
		top: calc(50% - 60px);
	}
	#cbox2Previous {
		left: 0;
		background: url("../images/arrow_left_sp.webp") center no-repeat;
	}
	#cbox2Next {
		right: 0;
		background: url("../images/arrow_right_sp.webp") center no-repeat;
	}
}
#cbox2Previous:hover, #cbox2Next:hover {
	opacity: .7;
}
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}
@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top: -10px \9;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "";
}
[dir="rtl"] .slick-prev:before {
	content: "";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "";
}
[dir="rtl"] .slick-next:before {
	content: "";
}
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 3px !important;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
@-webkit-keyframes ttl-slideIn {
	0% {
		color: transparent;
	}
	100% {
		color: #fff;
	}
}
@keyframes ttl-slideIn {
	0% {
		color: transparent;
	}
	100% {
		color: #fff;
	}
}
@-webkit-keyframes ttl-slideIn2 {
	0% {
		color: transparent;
	}
	100% {
		color: #000;
	}
}
@keyframes ttl-slideIn2 {
	0% {
		color: transparent;
	}
	100% {
		color: #000;
	}
}
@-webkit-keyframes ttl-slideIn3 {
	0% {
		color: transparent;
	}
	100% {
		color: #bf0004;
	}
}
@keyframes ttl-slideIn3 {
	0% {
		color: transparent;
	}
	100% {
		color: #bf0004;
	}
}
@-webkit-keyframes ttl-slideIn-before {
	0% {
		transform: skewX(-45deg) translateX(-120%);
	}
	100% {
		transform: skewX(-45deg) translateX(120%);
	}
}
@-webkit-keyframes ttl-slideIn2-before {
	0% {
		transform: skewX(-45deg) translateX(-120%);
	}
	100% {
		transform: skewX(-45deg) translateX(120%);
	}
}
@-webkit-keyframes ttl-slideIn3-before {
	0% {
		transform: skewX(-45deg) translateX(-120%);
	}
	100% {
		transform: skewX(-45deg) translateX(120%);
	}
}
@keyframes ttl-slideIn-before {
	0% {
		transform: skewX(-45deg) translateX(-120%);
	}
	100% {
		transform: skewX(-45deg) translateX(120%);
	}
}
@keyframes ttl-slideIn2-before {
	0% {
		transform: skewX(-45deg) translateX(-120%);
	}
	100% {
		transform: skewX(-45deg) translateX(120%);
	}
}
@keyframes ttl-slideIn3-before {
	0% {
		transform: skewX(-45deg) translateX(-120%);
	}
	100% {
		transform: skewX(-45deg) translateX(120%);
	}
}
.ttl-slideIn3 {
	color: #bf0004;
}
.ttl-slideIn, .ttl-slideIn2, .ttl-slideIn3 {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	color: transparent;
	overflow: hidden;
}
.ttl-slideIn.--center {
	margin-right: auto;
	margin-left: auto;
}
.ttl-slideIn2.--center {
	margin-right: auto;
	margin-left: auto;
}
.ttl-slideIn3.--center {
	margin-right: auto;
	margin-left: auto;
}
.ttl-slideIn.--left {
	margin-right: auto;
}
.ttl-slideIn2.--left {
	margin-right: auto;
}
.ttl-slideIn3.--left {
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.ttl-slideIn.--pc-center {
		margin-right: auto;
		margin-left: auto;
	}
	.ttl-slideIn2.--pc-center {
		margin-right: auto;
		margin-left: auto;
	}
	.ttl-slideIn3.--pc-center {
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767.98px) {
	.ttl-slideIn.--sp-left {
		margin-right: auto;
	}
	.ttl-slideIn2.--sp-left {
		margin-right: auto;
	}
	.ttl-slideIn3.--sp-left {
		margin-right: auto;
	}
}
.ttl-slideIn::before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skewX(-45deg) translateX(-120%);
}
.ttl-slideIn2::before {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skewX(-45deg) translateX(-120%);
}
.ttl-slideIn3::before {
	content: "";
	display: block;
	background-color: #bf0004;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skewX(-45deg) translateX(-120%);
}
.ttl-slideIn.--active {
	-webkit-animation: ttl-slideIn 0s both .25s;
	animation: ttl-slideIn 0s both .25s;
}
.ttl-slideIn2.--active {
	-webkit-animation: ttl-slideIn2 0s both .25s;
	animation: ttl-slideIn2 0s both .25s;
}
.ttl-slideIn3.--active {
	-webkit-animation: ttl-slideIn3 0s both .25s;
	animation: ttl-slideIn3 0s both .25s;
}
.ttl-slideIn.--active::before {
	-webkit-animation: ttl-slideIn-before .8s both;
	animation: ttl-slideIn-before .8s both;
}
.ttl-slideIn2.--active::before {
	-webkit-animation: ttl-slideIn2-before .8s both;
	animation: ttl-slideIn2-before .8s both;
}
.ttl-slideIn3.--active::before {
	-webkit-animation: ttl-slideIn3-before .8s both;
	animation: ttl-slideIn3-before .8s both;
}
.ttl-slideIn + .ttl-slideIn {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.ttl-slideIn2 + .ttl-slideIn2 {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.ttl-slideIn3 + .ttl-slideIn3 {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.ttl-slideIn + .ttl-slideIn::before {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.ttl-slideIn2 + .ttl-slideIn2::before {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.ttl-slideIn3 + .ttl-slideIn3::before {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.ttl-slideIn + .ttl-slideIn + .ttl-slideIn {
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}
.ttl-slideIn2 + .ttl-slideIn2 + .ttl-slideIn2 {
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}
.ttl-slideIn3 + .ttl-slideIn3 + .ttl-slideIn3 {
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}
.ttl-slideIn + .ttl-slideIn + .ttl-slideIn::before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.ttl-slideIn2 + .ttl-slideIn2 + .ttl-slideIn2::before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.ttl-slideIn3 + .ttl-slideIn3 + .ttl-slideIn3::before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
a[name^="scrl"] {
	position: relative;
}
.slick-slider {
	margin-bottom: 0;
}
.slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	z-index: 1;
	transform: translate(0, 0);
	transition: .3s;
	top: 40%;
}
@media screen and (max-width: 767px) {
	.slick-arrow {
		width: 7.8125vw;
		height: 7.8125vw;
	}
}
.slick-arrow:before {
	content: "";
	width: 34.48276%;
	height: 34.48276%;
}
@media screen and (max-width: 767px) {
	.slick-arrow:before {
		border-width: 0 0 .3125vw .3125vw;
	}
}
.slick-arrow:hover {
	opacity: .5;
}
.slick-prev {
	left: 80px;
}
.slick-prev:before {
	transform: translate(5px, 0) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.slick-prev:before {
		transform: translate(.78125vw, 0) rotate(45deg);
	}
}
.slick-next {
	top: 90px;
	right: 80px;
}
.slick-next:before {
	transform: translate(-5px, 0) rotate(225deg);
}
@media screen and (max-width: 767px) {
	.slick-next:before {
		transform: translate(-.78125vw, 0) rotate(225deg);
	}
}
.slick-dots {
	bottom: 0px;
}
.slick-dots li {
	background-color: #505050;
	width: 28px;
	height: 4px;
}
.slick-dots li.slick-active {
	background-color: #bf0004;
}
.slick-dots li button {
	display: none;
}
@media screen and (max-width: 767px) {
	.slick-dots {
		position: static;
	}
	.slick-dots li {
		width: 12px;
		height: 4px;
	}
}
.naviArea {
	background-color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #5f5f53;
	position: fixed;
	top: 63px;
	right: -550px;
	border-radius: 5px;
	z-index: 9999;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.naviArea {
		top: 0;
	}
}
.naviArea li {
	font-size: 1.4rem;
}
.naviArea li + li {
	border-top: 1px solid #5f5f53;
}
@media screen and (max-width: 767px) {
	.naviArea li {
		font-size: 2.4rem;
	}
}
.naviArea li a {
	display: block;
	padding: .71429em 3em .71429em 1.64286em;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: color .3s;
}
.naviArea li a:hover {
	color: #f00;
}
.naviArea li a:before {
	content: "";
	display: block;
	width: .42857em;
	height: .42857em;
	margin: auto;
	border-bottom: .14286em solid #f00;
	border-right: .14286em solid #f00;
	position: absolute;
	top: -2px;
	bottom: 0;
	left: .71429em;
	transform: translate(-.14286em, .07143em) rotate(-45deg);
}
a.icon_blank:after {
	margin: inherit;
	font-family: inherit;
	content: "";
	font-weight: inherit;
}
a.icon_blank:after {
	margin: 0 0 0 3px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("./../images/icon_blank.webp");
	background-size: contain;
	position: absolute;
	right: 5%;
	top: 30%;
}
.clsNav {
	background: #66729f;
	color: #fff;
	height: 30px;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	padding: 8px;
	cursor: pointer;
	transition: opacity .3s;
}
.clsNav:hover {
	opacity: .8;
}
@media screen and (max-width: 767px) {
	.clsNav {
		height: auto;
		padding: .9375em;
		font-size: 2.4rem;
		text-align: left;
	}
}
.clsNav > * {
	display: inline-block;
	padding-top: 5px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.clsNav > * {
		padding-top: 0;
	}
}
.clsNav b {
	padding-right: 5px;
	font-size: 1.28571em;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.clsNav b {
		padding-right: .78125vw;
	}
}
.naviArea2 {
	position: fixed;
	top: 63px;
	right: 0;
	z-index: 9998;
}
@media screen and (max-width: 767px) {
	.naviArea2 {
		top: 0;
		right: 0;
	}
}
.naviArea2 .menuShow {
	display: block;
	filter: drop-shadow(0 0 7px rgba(0, 0, 0, .4));
	transition: opacity .3s;
}
.naviArea2 .menuShow:hover {
	opacity: .5;
}
@media screen and (max-width: 767px) {
	.naviArea2 .menuShow {
		filter: drop-shadow(0 0 4px rgba(0, 0, 0, .4));
	}
	.naviArea2 .menuShow img {
		width: 12vw;
		height: 12vw;
	}
}
@media screen and (max-width: 767px) {
	.navi3Wrap {
		display: none;
	}
}
.naviArea3 {
	background-color: #24a4b5;
	text-align: center;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	margin: 0;
	padding: 0;
}
.naviArea3.fix {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.naviInner3 {
	margin: 0;
	padding: 15px 0 10px 0;
}
.naviInner3 a {
	background-image: url("../images/nav_arw1.webp");
	background-repeat: no-repeat;
	background-position: 19px 7px;
	margin: 0 0 0 0;
	padding: 0 22px 0 40px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	background-size: 20px;
	border-left: 1px solid #fff;
}
.naviInner3 a.bar {
	border-right: 1px solid #fff;
}
.naviInner3 a:hover {
	background-image: url("../images/nav_arw1_on.webp");
	color: #dae535;
}
.naviAreaSp {
	display: none;
}
#contents {
	font-family: "Noto Sans JP", sans-serif !important;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 767px) {
	.inner:not(.spPd0) {
		width: calc(351 / 375 * 100vw);
		margin: 0 auto;
	}
}
.mainContents {
	display: block;
}
.btnClose {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#wrapper {
		overflow: hidden;
	}
}
#contents {
	width: auto !important;
	color: #000;
	font-family: "Noto Sans Japanese";
}
#contents a:hover {
	text-decoration: none;
}
#header {
	margin-bottom: 0px !important;
	height: 80px !important;
}
.hdSnsBtn {
	width: 62px;
	height: 62px;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}
.hdSnsBtn:hover {
	opacity: .7;
}
@media screen and (max-width:767px) {
	.hdSnsBtn {
		width: 12vw;
		height: 12vw;
		right: 12vw;
	}
	.hdSnsBtn img {
		width: 100%;
		height: 100%;
	}
}
.hdSns {
	position: fixed;
	right: 0;
	top: 0px;
	z-index: 10005;
}
.hdSns .btnClose {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	color: #666;
	border-radius: 50px;
	position: absolute;
	right: 0em;
	top: .1em;
	font-size: 2rem;
}
@media screen and (max-width:767px) {
	.hdSns .btnClose {
		line-height: 1;
		width: 1em;
		right: .3em;
		top: .3em;
		font-size: 5.3rem;
	}
}
.hdSns .hdSnsList {
	position: absolute;
	background: #fff;
	padding: 13px 20px 13px 13px;
	right: -100vw;
	border-radius: 5px 0 0 5px;
	transition: .3s;
	display: flex;
}
.hdSns .hdSnsList img {
	width: auto;
	height: auto;
}
@media screen and (max-width:767px) {
	.hdSns .hdSnsList {
		padding: 3vw 13vw 3vw 3vw;
	}
	.hdSns .hdSnsList img {
		width: 10vw;
		max-width: none;
		height: auto;
	}
}
.hdSns .hdSnsList.show {
	right: 0;
}
.hdSns .hdSnsList li + li {
	margin-left: 10px;
}
.btnSprt {
	position: fixed;
	left: 0;
	top: 127px;
	z-index: 1000;
}
.btnSprt a {
	display: block;
	box-sizing: border-box;
	width: 66px;
	height: 240px;
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	background: #ffeb40;
	transition: .3s;
}
.btnSprt a:hover {
	opacity: .7;
	transition: .3s;
}
.btnSprt a span {
	writing-mode: vertical-rl;
}
.btnSprt a span img {
	margin-bottom: 5px;
}
.btnSprt a:nth-child(2) {
	width: 66px;
	height: 240px;
	padding-top: 0;
	margin-top: 5px;
	color: #000;
	background: none;
}
@media screen and (max-width: 767px) {
	.btnSprt {
		position: static;
		top: 0;
		left: 0;
		margin: 20px auto 0;
	}
	.btnSprt a {
		width: 100%;
		height: 50px;
		padding-top: 14px;
		font-size: 18px;
	}
	.btnSprt a span {
		writing-mode: horizontal-tb;
	}
	.btnSprt a span img {
		margin: 0 5px 0 0;
		vertical-align: -2px;
	}
	.btnSprt a:nth-child(2) {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
}
.toTop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	transition: opacity .3s;
}
.toTop:hover {
	opacity: .5;
}
@media screen and (max-width: 767px) {
	.toTop {
		display: none !important;
	}
}
#footer {
	background-color: #fff;
}
.footerlink {
	font-size: 12px;
}
.footerlink li {
	font-size: inherit;
}
@media screen and (max-width: 767px) {
	.footerCopyright {
		padding: 15px 0;
	}
	.footerCopyright .footerCopyrightInner {
		padding-bottom: 0;
	}
	.footerCopyright .footerCopyrightInner a img {
		width: 56px;
	}
	.footerCopyright .footerCopyrightInner > img {
		width: 305px;
	}
}
.pcFix {
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	position: relative;
	inset-inline: 0;
	bottom: 0;
	z-index: 1001;
}
.pcFix.bottom.is-fixed {
	position: fixed;
	bottom: 0;
}
.pcFix_left {
	display: flex;
	align-items: center;
	gap: 27px;
	border-bottom: 1px solid #505050;
}
.pcFix_right {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1560px) {
	.pcFix_right {
		right: 20px;
		left: auto;
		transform: translateY(-50%);
	}
}
.txt10 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
	position: relative;
	line-height: 1.4;
}
.txt10:before {
	display: block;
	content: "";
	position: absolute;
	top: -7px;
	left: -10px;
	width: 3px;
	height: 48px;
	background: #ff001b;
}
.btn2 a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 555px;
	height: 70px;
	border-radius: 4px;
	padding-inline: 60px 40px;
	background-color: #ff001b;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .5);
}
.btn2 a:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	margin: auto;
}
.btn2 a:hover {
	filter: brightness(110%);
	transition: .3s;
}
.btn2 a span {
	color: #222a51;
	font-size: 22px;
	font-weight: normal;
	font-weight: 600;
	padding: 4px 8px;
	background: #fff;
	border-radius: 4px;
	text-indent: 0em;
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 767px) {
	.pcFix.top {
		display: block;
		display: none;
		padding: 12px;
	}
	.pcFix.bottom {
		display: block;
		display: block !important;
		padding: 12px;
	}
	.pcFix_left {
		display: none;
	}
	.pcFix_right {
		display: contents;
	}
	.btn2 a {
		justify-content: center;
		gap: 0px;
		width: 100%;
		height: 50px;
		margin-right: 0;
		border-width: 1px;
		border-radius: 4px;
		padding-inline: 5px;
		font-size: 20px;
		text-indent: -1.1em;
	}
	.btn2 a:after {
		width: 8px;
		height: 8px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		right: 6%;
	}
	.btn2 a span {
		font-size: 16px;
		left: -1.6em;
	}
}
.block_main {
	background-color: #000;
	position: relative;
	color: #fff;
	overflow: hidden;
	background: url("../images/main/main.webp") no-repeat center;
	background-size: cover;
}
.block_main .inner {
	position: relative;
	box-sizing: border-box;
	max-width: 1080px;
	height: 730px;
	padding-block: 62px 28px;
	z-index: 2;
}
.block_main .main {
	width: 100%;
	position: absolute;
	top: 0;
	left: 160px;
	z-index: -1;
}
.block_main .main img {
	display: none;
}
.copy1 {
	margin-bottom: 18px;
	line-height: calc(42 / 32);
	font-size: 30px;
	font-weight: bold;
	font-feature-settings: "palt";
	position: absolute;
	right: 0;
	color: #fff !important;
	top: 284px;
}
.logo_y {
	margin-bottom: 20px;
	position: absolute;
	right: 0;
}
.block_main .date {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
}
.block_main .date span {
	font-size: 20px;
}
.logo_supergt {
	margin-bottom: 6px;
}
.scale {
	position: absolute;
	top: 204px;
	right: 100px;
}
.driver {
	position: absolute;
	bottom: 18px;
	left: 0;
}
.driver img {
	width: 100%;
	height: auto;
}
.col1 {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 151px;
	right: 0;
	background: rgba(62, 64, 103, .3);
	padding: 4px 36px 4px 40px;
}
.col1_1 {
	border: 1px solid #fff;
	padding: 8px;
}
.col1_2 {
	padding: 8px 25px 8px 4px;
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0px 6px;
	font-weight: 600;
}
.date1 {
	color: #fff;
	font-weight: bold;
	line-height: 1.27;
	font-size: 34px;
	font-style: italic;
	letter-spacing: .015em;
}
.date1 span:nth-child(1) {
	font-size: 38px;
}
.date1 span:nth-child(n + 2) {
	font-size: 64px;
	vertical-align: -.05em;
}
.btn1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: fit-content;
	height: 58px;
	border: 2px solid #fff;
	border-radius: 10px;
	padding-inline: 17px;
	background-image: linear-gradient(to bottom, #0fd735, #08990f);
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
}
.btn1 a:after {
	content: "";
	display: block;
	width: 12px;
	height: 14px;
	margin-left: 20px;
	background-color: #fff840;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.btn1 a:hover {
	filter: brightness(110%);
	transition: .3s;
}
.btn1 a span {
	color: #fff840;
	font-size: 20px;
}
.txt1 {
	color: #ffe55e;
	font-weight: bold;
	line-height: 1.2;
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: anchor-center;
}
.txt1-1 {
	font-size: 28px;
	color: #fff;
}
.price1 {
	font-weight: 600;
}
.price1_1 {
	display: inline-block;
	margin-right: -.015em;
	color: #ffe55e;
	line-height: .8;
	font-size: 80px;
	filter: drop-shadow(0 2.43px 2.43px rgba(0, 0, 0, .25));
	font-family: arial;
}
.price1_1 span {
	font-size: 32px;
	vertical-align: .05em;
}
.price1_2 {
	display: inline-block;
	color: #fff;
	line-height: calc(15 / 14);
	font-size: 14px;
	font-weight: 600;
	vertical-align: -.05em;
	position: absolute;
	top: 42px;
	right: 46px;
}
.price2 {
	display: flex;
	gap: 2px;
	padding: 7px 8px 4px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.price2_1 {
	font-size: 16px;
}
.price2_2 {
	font-size: 16px;
}
.price2_2 span {
	font-size: .75em;
	vertical-align: .05em;
}
.price2_3 {
	font-size: 13px;
	display: flex;
	align-items: flex-end;
	padding-left: 1px;
}
.price2-2 {
	display: flex;
	gap: 2px;
	padding: 0px 8px 4px 16px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.block_main .btn2 {
	position: absolute;
	bottom: 90px;
	right: 0;
}
.block_main .btn2 a {
	width: 480px;
	padding-inline: 30px 0;
}
.block_main .btn2 a:after {
	right: 30px;
}
@media screen and (max-width: 767px) {
	.block_main {}
	.block_main .inner {
		width: calc(375 / 375 * 100vw);
		height: auto;
		padding-block: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw);
		position: relative;
		box-sizing: border-box;
		z-index: 2;
	}
	.block_main .main {
		width: 100vw;
		top: 0;
		left: calc(50% - 50vw);
		position: relative;
		background-color: #000;
	}
	.block_main .main img {
		display: block;
		width: 100%;
		padding-top: 10px;
                background-color: #0e0d12;
	}
	.copy1 {
		margin-bottom: calc(0 / 375 * 100vw);
		line-height: calc(22 / 16);
		font-size: calc(16 / 375 * 100vw);
		top: calc(416 / 375 * 100vw);
		right: calc(18 / 375 * 100vw);
		text-align: center;
	}
	.logo_y {
		position: absolute;
		top: calc(50 / 375 * 100vw);
		left: calc(82 / 375 * 100vw);
		margin-bottom: 0;
	}
	.logo_y img {
		width: calc(225 / 375 * 100vw);
	}
	.block_main .date {
		font-size: calc(15 / 375 * 100vw);
		font-weight: bold;
		background: #b6b9c7;
		display: flex;
		justify-content: center;
		align-items: baseline;
		width: 100%;
		position: absolute;
		top: calc(456 / 375 * 100vw);
		box-sizing: border-box;
		padding: 2px 10px;
	}
	.block_main .date span {
		font-size: calc(13 / 375 * 100vw);
	}
	.logo_supergt {
		width: calc(112 / 375 * 100vw);
		margin-bottom: 0;
		position: absolute;
		top: calc(58 / 375 * 100vw);
		right: -2px;
	}
	.scale {
		top: calc(119 / 375 * 100vw);
		right: auto;
		left: calc(250 / 375 * 100vw);
		width: calc(110 / 375 * 100vw);
	}
	.scale img {
		width: calc(110 / 375 * 100vw);
	}
	.col1 {
		bottom: 0;
		padding: 0;
		width: 100%;
		justify-content: center;
	}
	.driver {
		top: calc(273 / 375 * 96vw);
		left: calc(68 / 375 * 45vw);
		width: auto;
		bottom: auto;
	}
	.driver img {
		width: calc(243 / 375 * 120vw);
	}
	.col1_2 {
		margin-bottom: calc(4 / 375 * 100vw);
		margin-top: calc(8 / 375 * 100vw);
		top: calc(341 / 375 * 100vw);
		width: calc(234 / 375 * 100vw);
		padding: calc(1 / 375 * 100vw) calc(2 / 375 * 100vw);
		bottom: calc(47 / 375 * 100vw);
	}
	.date1 {
		line-height: 1.1;
		font-size: calc(17 / 375 * 100vw);
		letter-spacing: -.01em;
	}
	.date1 span:nth-child(1) {
		font-size: calc(18 / 375 * 100vw);
	}
	.date1 span:nth-child(n + 2) {
		font-size: calc(30 / 375 * 100vw);
	}
	.btn1 {
		display: none;
	}
	.txt1 {
		font-size: calc(13 / 375 * 100vw);
		color: #fff;
	}
	.txt1 br {}
	.txt1-1 {
		font-size: calc(16 / 375 * 100vw);
	}
	.price1 {}
	.price1_1 {
		line-height: .7;
		font-size: calc(46 / 375 * 100vw);
	}
	.price1_1 span {
		font-size: calc(18 / 375 * 100vw);
		vertical-align: .1em;
	}
	.price1_2 {
		line-height: calc(9 / 8);
		font-size: calc(10 / 375 * 100vw);
		top: calc(19 / 375 * 100vw);
		right: calc(56 / 375 * 100vw);
	}
	.price2 {
		gap: calc(2 / 375 * 100vw);
		padding: calc(1.5 / 375 * 100vw);
		padding: calc(.5 / 375 * 100vw) calc(1.5 / 375 * 100vw) calc(1 / 375 * 100vw) calc(2 / 375 * 100vw);
		padding-left: calc(2 / 375 * 100vw);
		margin: 5px 0 2px;
	}
	.price2_1 {
		line-height: calc(10 / 9);
		font-size: calc(12 / 375 * 100vw);
	}
	.price2_2 {
		margin-bottom: 0;
		font-size: calc(12 / 375 * 100vw);
		display: inline;
	}
	.price2_2 span {
		font-weight: 900;
		font-size: calc(14 * .75 / 375 * 100vw);
	}
	.price2_3 {
		line-height: calc(10 / 9);
		font-size: calc(10 / 375 * 100vw);
		display: inline;
	}
	.block_main .btn2 {
		display: none;
	}
}
.block_content {
	padding-top: 80px;
}
.block_slider {
	padding: 0 0 10px;
	background: #000;
}
.block_slider .inner {
	max-width: none;
}
@media screen and (max-width: 767px) {
	.block_slider .inner {
		width: 100%;
	}
}
.block_slider .detail_list {
	display: block;
}
.block_product .inner {
	max-width: 800px;
}
.block_product .h2 {
	margin-left: 0;
}
.video {}
.video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560/315;
}
.box1 {
	background-color: #101018;
	position: relative;
	overflow: hidden;
}
.box1:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "";
	width: 320px;
	height: 340px;
	background: url("../images/bg_box1.webp") no-repeat;
	z-index: 1;
}
.box1:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 270px;
	height: 370px;
	background: url("../images/bg_box2.webp") no-repeat;
	z-index: 1;
}
.block_option .box1::before, .block_option .box1::after {
	content: none;
}
.box1_outer {
	position: relative;
	z-index: 3;
}
.box1_inner {
	padding: 40px 80px 80px;
	text-align: center;
}
.h2 {
	position: relative;
	text-align: center;
}
.copy3 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
}
.copy4 {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: bold;
}
.txt6 {
	margin-bottom: 15px;
	font-size: 24px;
	text-align: left;
	letter-spacing: .04em;
	font-feature-settings: "palt";
	line-height: 1.6;
}
.red1 {
	color: #bf0004;
}
.block_view.block_content {
	padding-top: 80px;
	color: #fff;
}
.block_view .fl-size {
	margin-bottom: 30px;
	padding: 1px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.block_view .fl-size li {
	display: none;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.block_view .fl-size li.show-car {
	display: block;
	transition: .5s;
}
@media screen and (max-width: 767px) {
	.block_view .fl-size li.show-car {
		margin-right: calc(50% - 47vw);
		margin-left: calc(50% - 47vw);
	}
}
.scale8 {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.scale8 img {
		width: calc(110 / 375 * 100vw);
	}
}
.size1 {
	display: flex;
	gap: .6em;
	align-items: center;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	letter-spacing: .025em;
}
.block_view .fl-size li:nth-of-type(1) .size1 {
	width: 85%;
	margin: -6px auto 0;
}
.block_view .fl-size li:nth-of-type(2) .size1 {
	margin-top: 16px;
}
.block_view .fl-size li:nth-of-type(3) .size1 {
	flex-direction: column;
	gap: 0;
	margin-top: 14px;
	margin-bottom: 21px;
	margin-left: -26px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	white-space: nowrap;
}
.size1:before, .size1:after {
	content: "";
	flex-grow: 1;
	display: block;
	height: 4px;
	margin-top: .2em;
	background: #000;
}
.block_view .fl-size li:nth-of-type(3) .size1::before, .block_view .fl-size li:nth-of-type(3) .size1::after {
	width: 4px;
	height: auto;
	margin-top: 0;
}
.size1 span {
	display: block;
}
.txt7 {
	font-size: 18px;
	padding: 24px 0;
}
.block_view .tab {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.block_view .tab li {
	box-sizing: border-box;
	width: 150px;
	height: 56px;
	line-height: 56px;
	font-size: 26px;
	font-weight: 600;
	color: #000;
	background: #ebebeb;
	cursor: pointer;
	transition: .5s;
	position: relative;
}
.block_view .tab li.show_tab:before {
	content: "";
	display: block;
	width: 22px;
	aspect-ratio: 1/cos(49deg);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #ffeb46;
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.block_view .tab li:hover {
	opacity: .8;
	transition: .3s;
}
.block_view .tab li.show_tab {
	color: #ff3137;
	background-color: #ffeb46;
	display: block;
}
.profile {
	border: 1px solid #fff;
	position: relative;
	height: 248px;
	color: #fff;
}
.profile1 {
	height: 434px;
	background-color: #fff;
	position: relative;
	left: auto;
	margin-bottom: 40px;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.profile1 {
		height: auto;
		background-color: #101018;
		border: none;
		color: #fff;
	}
}
.block_option-item {
	padding-bottom: 80px;
}
.block_option-item .profile1 picture img {
	margin-top: 40px;
	margin-right: 40px;
}
@media screen and (max-width: 767px) {
	.block_option-item .profile1 picture img {
		margin: 0;
		width: 100%;
	}
}
.profile1 .profile-bio {
	font-size: 20px;
	width: calc(100% - 437px);
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.profile1 .profile-bio {
		font-size: 15px;
		letter-spacing: normal;
		width: 100%;
		margin-top: 23px;
	}
}
.profile-link {
	font-size: 20px;
	width: calc(100% - 437px);
	margin-top: 80px;
}
.profile-link a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.profile-link {
		width: auto;
		margin-top: 24px;
	}
}
.assembly-guide-button {
	display: inline-block;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: .3rem;
}
@media screen and (max-width: 767px) {
	.assembly-guide-button {
		font-size: 16px;
		width: 75%;
		color: #000 !important;
		background-color: #fff;
	}
}
.assembly-guide-button:hover {
	opacity: .8;
	transition: .3s;
}
.profile-name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .2rem;
	width: calc(100% - 276px);
	text-align: left;
	margin-top: 24px;
	padding: 0 70px 0 48px;
	box-sizing: border-box;
}
.profile-name em {
	font-size: 24px;
	color: #ff001b;
}
.profile-name .ruby {
	font-size: 13px;
}
.profile-bio {
	font-size: 16px;
	letter-spacing: .04rem;
	width: calc(100% - 276px);
	text-align: left;
	margin-top: 24px;
	padding: 0 70px 0 48px;
	box-sizing: border-box;
}
.profile-bio b {
	font-size: 110%;
}
.profile-bio2 {
	font-size: 20px;
	letter-spacing: .5rem;
	width: calc(100% - 276px);
	text-align: left;
	margin-top: 69px;
	padding: 0 21px 0 48px;
	box-sizing: border-box;
	position: absolute;
	right: 70px;
}
@media screen and (max-width: 767px) {
	.profile-bio2 {
		position: static;
		width: 100%;
		font-size: 15px;
		padding: 0;
		letter-spacing: normal;
		margin-top: 24px;
	}
}
.profile-bio2 b {
	font-size: 110%;
}
.profile picture {
	position: absolute;
	top: 0;
	left: 0;
}
.profile1 picture {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
@media screen and (max-width: 767px) {
	.profile1 picture {
		position: static;
	}
}
@media screen and (max-width: 767px) {
	.profile {
		height: auto;
		padding: 0;
		border: none;
		border-top: 1px solid #fff;
	}
	.profile-name {
		font-size: 16px;
		width: auto;
		margin-top: 0;
		padding: 0;
	}
	.profile-name em {
		font-size: 20px;
	}
	.profile-name .ruby {
		font-size: 11px;
	}
	.profile-bio {
		font-size: 14px;
		width: auto;
		margin-top: 10px;
		padding: 0;
	}
	.profile picture {
		position: static;
	}
	.profile picture img {
		margin-top: 10px;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.block_content {
		padding-top: 24px !important;
	}
	.block_content:not(.block_product, .block_view) {}
	.block_slider {
		padding: 0px 0 20px !important;
	}
	.box1 {}
	.box1:before {}
	.box1:after {}
	.box1_outer {}
	.box1_inner {
		padding: 12px 16px 32px;
	}
	.h2 {}
	.h2 img {
		width: 30%;
		height: auto;
		padding-top: 16px;
	}
	.box1_outer  .h2 img {
		width: 33%;
	}
	.box1_outer--01 .h2 img {
		width: 37%;
	}
	.movZone  .h2 img {
		width: 70%;
		padding-top: 16px;
	}
	.block_kinkan .h2 img {
		width: 50%;
	}
	.block_option-item .h2 img {
		padding-top: 10px;
	}
	.copy3 {
		margin-bottom: 6px;
		line-height: calc(28 / 22);
		font-size: 22px;
		margin: 16px 0 18px;
	}
	.copy4 {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.txt6 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.block_interior .txt6 {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.block_view .fl-size {
		width: 100%;
		margin-inline: auto;
		margin-bottom: 10px;
	}
	.size1 {
		gap: .5em;
		line-height: 1;
		font-size: 12px;
	}
	.block_view .fl-size li:nth-of-type(1) .size1 {
		width: 83%;
		margin-top: -2px;
	}
	.block_view .fl-size li:nth-of-type(2) .size1 {
		margin-top: 13px;
	}
	.block_view .fl-size li:nth-of-type(3) .size1 {
		gap: .5em;
		margin-top: 5px;
		margin-bottom: 4px;
		margin-left: -11px;
	}
	.size1:before, .size1:after {
		height: 2px;
		margin-top: 0;
	}
	.block_view .fl-size li:nth-of-type(3) .size1::before, .block_view .fl-size li:nth-of-type(3) .size1::after {
		width: 2%;
	}
	.txt7 {
		line-height: calc(18 / 12);
		font-size: 12px;
	}
	.block_view .tab {
		width: 100%;
		gap: 9px;
		margin-top: 13px;
		margin-inline: auto;
		flex-wrap: wrap;
	}
	.block_view .tab li {
		box-sizing: border-box;
		width: 30%;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.block_view .tab li.show_tab:before {
		width: 11px;
		top: -7px;
	}
}
.block_detail .copy3 {
	margin-bottom: 30px;
}
.detail_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.detail_list .slick-list {
	overflow: hidden;
}
.detail_list .slick-list .slick-slide {
	width: 320px;
}
.block_slider .detail_list .slick-arrow {
	background: url("../images/arrow_left.webp") no-repeat;
	width: 80px;
	height: 82px;
	top: calc(50% - 40px);
}
.block_slider .detail_list .slick-prev {
	background: url("../images/arrow_left01.webp") no-repeat;
	left: 32px;
}
.block_slider .detail_list .slick-next {
	background: url("../images/arrow_right01.webp") no-repeat;
	right: 32px;
}
.detail_list .slick-arrow::before {
	border-color: rgba(255, 255, 255, 1);
}
.detail_list .slick-prev::before {
	transform: translateX(25%) rotate(45deg);
}
.detail_list .slick-next::before {
	transform: translateX(-25%) rotate(225deg);
}
.detail_list li {
	margin-inline: 6px;
}
.detail_list li a {
	display: block;
	position: relative;
}
.detail_list li a:before {
	content: "";
	display: block;
	width: 29px;
	aspect-ratio: 1/1;
	background: url("../images/icon_popup.webp") no-repeat center center/contain;
	position: absolute;
	top: 2px;
	left: 0px;
}
.detail_list li a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
:where(.block_detail) .detail_list .slick-list {}
:where(.block_detail) .detail_list .slick-arrow {
	background-color: #074497 !important;
}
:where(.block_detail) .detail_list .slick-arrow::before {
	border-color: #fff;
}
:where(.block_detail) .detail_list li {
	margin-inline: 13px;
}
.detail_wrap {
	display: none;
}
.detail_content {
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 80px 70px;
	color: #222a51;
	background: #fff;
	height: 100%;
	overflow: auto;
}
.detail_img {
	margin-bottom: 0;
}
.detail_t1_sub {
	font-size: 20px;
	margin-top: 28px;
}
.detail_t1 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
}
.detail_t1--01 {
	margin-top: 28px;
}
.detail_t2 {
	font-size: 20px;
	line-height: 1.8;
}
.flex_column-reverse {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.detail_img1 {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 22px;
	position: relative;
	z-index: 0;
}
.copy5 {
	margin-right: -.025em;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 40px;
	font-style: italic;
	font-feature-settings: "palt";
	letter-spacing: .025em;
}
.copy6 {
	margin-right: -.025em;
	margin-bottom: 23px;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
}
.txt8 {
	margin-right: -.025em;
	margin-bottom: 22px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
}
.block_interior {
	color: #fff;
}
.block_interior .txt7 {
	text-align: left;
}
.block_interior .txt8 {
	display: inline-block;
	margin-bottom: 22px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .025em;
	background: url("../images/detail/scale.webp") center left no-repeat;
	background-size: 37px;
	padding: 10px 0 10px 4rem;
}
.detail_circles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.detail_circles li {
	position: absolute;
}
.detail_circles li:nth-child(1) {
	top: 47%;
	left: 16%;
}
.detail_circles li:nth-child(2) {
	top: 28%;
	left: 73%;
}
.detail_circles li:nth-child(3) {
	top: 39%;
	left: 48%;
}
.detail_circles li:nth-child(4) {
	top: 32%;
	left: 58%;
}
.detail_circles li:nth-child(5) {
	top: 61%;
	left: 37%;
}
.detail_circles li:nth-child(6) {
	top: 43%;
	left: 76%;
}
@media screen and (max-width: 767px) {
	.detail_circles li:nth-child(1) {
		top: 59%;
		left: 3%;
	}
	.detail_circles li:nth-child(2) {
		top: 39%;
		left: 80%;
	}
	.detail_circles li:nth-child(3) {
		top: 43%;
		left: 48%;
	}
	.detail_circles li:nth-child(4) {
		top: 35%;
		left: 58%;
	}
	.detail_circles li:nth-child(5) {
		top: 65%;
		left: 30%;
	}
	.detail_circles li:nth-child(6) {
		top: 48%;
		left: 86%;
	}
}
.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes syukusyo {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}
.detail_circles a {
	display: block;
	background: url("../images/detail/scale.webp");
	width: 60px;
	height: 60px;
	pointer-events: auto;
}
.btnPageMdlCls {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	border: none;
	padding: 10px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnPageMdlCls span {
	vertical-align: -2px;
}
@media screen and (max-width: 767px) {
	.block_detail .copy3 {
		margin-bottom: 20px;
	}
	.detail_list {
		width: 100%;
		margin: 0 auto;
	}
	.detail_list .slick-list {}
	.detail_list .slick-arrow {
		width: calc(20 / 375 * 100vw);
		height: calc(20 / 375 * 100vw);
	}
	.detail_list .slick-arrow::before {
		border-width: 0 0 calc(2 / 375 * 100vw) calc(2 / 375 * 100vw);
	}
	.detail_list li {
		margin-inline: calc(4.5 / 375 * 100vw);
	}
	.detail_list li a:before {
		width: calc(18 / 375 * 100vw);
		top: calc(1 / 375 * 100vw);
	}
	:where(.block_detail) .detail_list {
		width: calc(319 / 335 * 100%);
		margin-inline: auto;
	}
	:where(.block_detail) .detail_list .slick-list {
		filter: drop-shadow(3px 3px 1px rgba(47, 47, 47, .6));
	}
	.detail_list .slick-list .slick-slide {
		width: 160px;
	}
	.detail_content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
		width: 90%;
		max-width: 750px;
		height: auto;
		height: 540px;
		margin: auto;
		padding: 70px 25px 20px;
		color: #fff;
		background: #000;
		position: relative;
	}
	.detail_content_in {
		width: 100%;
		overflow: scroll;
		height: 100%;
		scrollbar-width: none;
	}
	.detail_t1_sub {
		font-size: 13px;
		margin-top: 16px;
	}
	.detail_t1 {
		font-size: 22px;
	}
	.detail_t2 {
		font-size: 15px;
	}
	.detail_img1 {
		width: 100%;
		margin-bottom: 14px;
	}
	.copy5 {
		margin-bottom: 4px;
		font-size: 22px;
	}
	.copy6 {
		margin-bottom: 8px;
		line-height: calc(20 / 14);
		font-size: 14px;
	}
	.txt8 {
		margin-bottom: 14px;
		margin-right: -.025em;
		font-size: 15px;
		letter-spacing: .025em;
		font-feature-settings: "palt";
	}
	.block_interior .txt8 {
		margin-bottom: 22px;
		font-size: 14px;
		text-align: left;
		background: url("../images/detail/scale.webp") center left no-repeat;
		background-size: 24px;
		padding: 0px 0 0px 4rem;
		display: inline-block;
		margin: 0 auto;
	}
	.block_interior .flex_column-reverse {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		margin-right: calc(50% - 47vw);
		margin-left: calc(50% - 47vw);
	}
	.detail_circles a {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}
	.detail_content .btnPageMdlCls {
		bottom: 0;
		right: 27px;
	}
	.btnPageMdlCls {
		width: 32px;
		height: 32px;
		right: 5px;
		padding: 8px;
		font-size: 15px;
		background: #808080;
		bottom: 12px;
	}
	.btnPageMdlCls span {
		vertical-align: -4px;
	}
	.btnPageMdlCls span img {
		width: 20px;
	}
}
.block_option-item picture img {
	margin-top: 30px;
	margin-left: 24px;
}
.block_option-item .profile picture img {
	width: 180px;
}
@media screen and (max-width: 767px) {
	.block_option-item picture img {
		margin-top: 24px;
		margin-left: 0;
		width: 60%;
	}
}
.block_kinkan .inner, .block_magazine .inner {
	max-width: none;
}
.block_kinkan .box1, .block_magazine .box1 {
	border: none;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
.block_kinkan .box1_inner, .block_magazine .box1_inner {
	padding: 24px 80px 20px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.block_kinkan .inner, .block_magazine .inner {
		width: 100%;
	}
	.block_kinkan .box1_inner, .block_magazine .box1_inner {
		padding: 12px 16px 12px;
	}
}
.block_kinkan .detail_list {
	margin-bottom: 16px;
	gap: 16px;
}
.block_kinkan .detail_list a span {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	background: url("../images/icon-lupe.webp") left center no-repeat;
	padding: 0 0 0 3.5rem;
	margin-top: 8px;
	display: inline-block;
}
.block_kinkan .note {
	font-size: 16px;
	text-align: left;
	margin-top: 2px;
}
.detail_list .slick-list .slick-slide {
	width: 275px;
	margin: 22px 12px;
}
@media screen and (max-width: 767px) {
	.detail_list .slick-list .slick-slide {
		width: 200px;
		margin: 22px 6px;
	}
}
.block_kinkan .detail_list .slick-slide {
	width: 300px;
	margin: auto;
	margin-inline: 32px;
}
.block_kinkan .slick-slide a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-decoration: none;
}
.block_kinkan .txt8 {
	text-align: center;
}
.kinkan_content {
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 80px 100px;
	color: #222a51;
	background: #fff;
	height: 100%;
	overflow: auto;
}
.kinkan_content h3.ttl {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #000;
	text-align: center;
}
.kinkan_content .ttl span {
	font-size: 40px;
}
.kinkan_content .date {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}
.kinkan_content dl {
	margin-top: 24px;
}
.kinkan_content dt {
	border-bottom: 1px solid #bbb;
	padding-bottom: 16px;
}
.kinkan_content dd {
	border-top: 1px dashed #ddd;
	padding: 24px 0;
}
.kinkan_content dd:first-of-type {
	border-top: none;
}
.kinkan_content dd h3 {
	font-size: 22px;
	font-weight: bold;
}
.kinkan_content dd p {
	font-size: 18px;
}
.kinkan_content .caption {
	font-size: 18px;
	margin: 5px 0;
}
.kinkan_content .note {
	font-size: 85%;
	margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
	.block_kinkan .detail_list a {
		font-size: 18px;
		width: 200px;
	}
	.block_kinkan .note {
		font-size: 14px;
	}
	.block_kinkan .detail_img1 {
		/*width: fit-content;*/
		margin-bottom: 14px;
	}
	.block_kinkan .detail_list {
		margin: 0 0 16px;
		max-width: 100%;
		overflow-x: scroll;
		justify-content: flex-start;
                padding-bottom: 8px;
	}
	.block_kinkan .detail_list a span {
		font-size: 18px;
		background-size: 22px;
		padding: 0 0 0 4.5rem;
	}
	.block_kinkan .detail_list .slick-list .slick-slide {
		width: 210px;
		max-width: 100vw;
		margin: 0 12px;
	}
	.kinkan_content {
		width: 80%;
		padding: 8%;
		height: 480px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		overflow: hidden;
	}
	.kinkan_content h3.ttl {
		font-size: 16px;
		color: #fff;
		background: #100f0f;
		padding: 5px 0;
	}
	.kinkan_content .ttl span {
		font-size: 25px;
	}
	.kinkan_content .date {
		font-size: 15px;
	}
	.kinkan_content .caption {
		font-size: 16px;
		margin: 5px 0;
	}
	.kinkan_content .detail_img {
		margin-bottom: 5px;
	}
	.kinkan_content dl {
		margin-top: 15px;
	}
	.kinkan_content dt {
		padding-bottom: 10px;
	}
	.kinkan_content dt p {
		font-size: 15px;
		font-weight: 600;
		font-style: italic;
	}
	.kinkan_content dd {
		padding: 13px 0;
	}
	.kinkan_content dd:first-of-type {
		border-top: none;
	}
	.kinkan_content dd h3 {
		font-size: 16px;
	}
	.kinkan_content dd p {
		font-size: 13px;
	}
	.kinkan_content .note {
		font-size: 80%;
		margin: 5px 0 0 0;
	}
}
.block_magazine .inner {
	padding-bottom: 80px;
}
.block_magazine .slick-list {
	margin: 0 -77px;
}
.block_magazine .detail_list li.slick-slide {
	max-width: 736px !important;
	width: 736px !important;
	height: auto;
	background: #eee;
	padding: 8px 24px 24px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 77px !important;
	margin: auto;
}
.block_magazine .detail_list li a {
	display: flex;
	flex-direction: column;
	color: #000;
	text-align: left;
}
.block_magazine .detail_list li a > img {
	width: auto;
	height: 400px;
	object-fit: contain;
	display: block;
}
.block_magazine .icon-lupe {
	display: inline-block;
	text-align: center;
	padding: 8px 0 12px;
}
.block_magazine .magazin-txt h3 {
	color: #000;
	text-align: left;
}
.block_magazine .magazin-txt img {
	display: block;
	width: 100px;
	margin-top: 24px;
}
.block_magazine .magazin-txt--01 img {
	width: 120px;
}
.block_magazine .magazin-txt h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 4px;
}
.block_magazine .magazin-txt p {
	font-size: 18px;
	margin-top: 12px;
}
.block_magazine .slick-arrow {
	width: 71px;
	height: 80px;
}
.block_magazine .slick-prev {
	top: 40%;
	left: 50%;
	transform: translateX(-485px);
	background: transparent url("../images/arrow_left02.webp") no-repeat;
}
.block_magazine .slick-next {
	top: 40%;
	right: 50%;
	transform: translateX(485px);
	background: transparent url("../images/arrow_right02.webp") no-repeat;
}
.block_magazine .note {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 32px;
}
.magazine_content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 100%;
	overflow: auto;
}
@media screen and (max-width: 767px) {
	.block_magazine .icon-lupe {
		padding: 4px 0 8px;
	}
	.block_magazine .detail_list li a {
		padding: 0 16px 16px;
	}
	.block_magazine .detail_list li a > img {
		height: 200px;
	}
	.block_magazine .inner {
		padding-bottom: 32px;
	}
	.block_magazine .magazin-txt img {
		display: block;
		width: 70px;
		margin-top: 18px;
	}
	.block_magazine .magazin-txt--01 img {
		width: 90px;
	}
	.block_magazine .magazin-txt h3 {
		font-size: 16px;
		margin-top: 2px;
	}
	.block_magazine .magazin-txt p {
		font-size: 15px;
		margin-top: 10px;
	}
	.block_magazine .note {
		font-size: 14px;
		font-weight: normal;
		margin-top: 16px;
	}
	.block_magazine .slick-list {
		margin: 0;
	}
	.block_magazine .detail_list li.slick-slide {
		margin: 0 10px !important;
		padding: 4px 16px 0;
		width: 100% !important;
		max-width: 100vw !important;
	}
	.block_magazine .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.block_magazine .slick-prev {
		top: 40%;
		left: 0;
		transform: translateX(-0);
		background: url("../images/arrow_left.webp") no-repeat;
		background-size: 40px;
	}
	.block_magazine .slick-next {
		top: 40%;
		right: 0;
		transform: translateX(0);
		background: url("../images/arrow_right.webp") no-repeat;
		background-size: 40px;
	}
	.magazine_content {
		padding: 0 32px;
	}
}
.bnr_content {
	display: flex;
	padding: 0;
	height: 100%;
	overflow-x: clip;
}
.block_banner {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}
.block_banner .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px 0;
}
@media screen and (max-width: 767px) {
	.block_banner {
		margin-top: 30px;
	}
	.block_banner .inner {
		gap: 10px 0;
	}
	.bnr_content {
		padding: 0 32px;
		justify-content: center;
		align-items: center;
	}
}
.precautions {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.precautions {
		margin-top: 24px;
	}
}
.precautions__top {
	padding: 10px 0;
	background-color: #434350;
	text-align: center;
}
.precautions__top p {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}
.precautions__bottom {
	padding: 40px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
	.precautions__bottom {
		padding: 12px 16px 24px;
	}
}
.precautions__bottom p {
	color: #000;
}
.precautions__bottom p+p {
	margin-top: .7em;
}
.copy7 {
	line-height: 1.25;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}
.copy8 {
	margin-bottom: 18px;
	padding-right: 4px;
	line-height: 1.25;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}
.txt3 {
	margin-bottom: 47px;
	font-weight: 700;
	line-height: 1.5;
	font-size: 30px;
}
.item3 {
	margin-bottom: 40px;
	position: relative;
}
.item3 li:first-child {
	position: relative;
}
.item3 li:nth-child(n + 2) {
	height: fit-content;
	margin-block: auto;
	position: absolute;
	inset-block: 5% 0;
	inset-inline: 1px 0;
}
.item3 li {
	opacity: 0;
	z-index: 0;
}
.item3 img {
	display: block;
}
.item3 li:nth-child(2) img {}
.item3:has(~ .tab3 li:nth-child(1) input:checked) li:nth-child(1), .item3:has(~ .tab3 li:nth-child(2) input:checked) li:nth-child(2) {
	opacity: 1;
	z-index: 1;
}
.tab3 {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	gap: 16px;
}
.tab3 li {}
.tab3 label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 165px;
	height: 81px;
	padding-left: .025em;
	background-color: #cbcbcb;
	color: #074497;
	font-weight: 900;
	font-size: 20.88px;
	letter-spacing: .025em;
	text-align: center;
	cursor: pointer;
}
.tab3 label:has(input:checked) {
	background-color: #074497;
	color: #fff;
}
.tab3 input {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.block_controller .box1_inner {
		display: flex;
		flex-direction: column;
	}
	.copy7 {
		line-height: calc(28 / 22);
		font-size: 22px;
	}
	.copy8 {
		margin-bottom: 7px;
		line-height: calc(28 / 22);
		font-size: 22px;
	}
	.txt3 {
		margin-bottom: 18px;
		line-height: calc(20 / 14);
		font-size: 14px;
	}
	.item3 {
		order: 10;
		margin-bottom: 0;
	}
	.item3 li:nth-child(n + 2) {
		inset-block: 7.8% 0;
		inset-inline: 0;
	}
	.item3 img {
		width: calc(302 / 375 * 100vw);
		margin-inline: auto;
	}
	.tab3 {
		gap: 10px;
		margin-bottom: 27px;
	}
	.tab3 label {
		width: 90px;
		height: 45px;
		font-size: 14px;
	}
}
.banner1 {
	display: block;
	width: fit-content;
	margin-inline: auto;
}
.banner1:hover {
	opacity: .8;
}
.banner1.GA-imgZoom.mdlImgSingle.img.mb {
	display: none;
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	.banner1.GA-imgZoom.mdlImgSingle.img.pc {
		display: none;
		visibility: hidden;
	}
	.banner1.GA-imgZoom.mdlImgSingle.img.mb {
		display: block;
		visibility: visible;
	}
}
.box2 {
	position: relative;
	overflow: hidden;
}
.box2_outer {
	position: relative;
	color: #fff;
	background-color: #192e50;
	border-radius: 30px;
	z-index: 3;
}
.box2_inner {
	padding: 30px 32px 58px;
	text-align: center;
}
.h3_1 {
	margin-right: -.025em;
	margin-bottom: 29px;
	border-bottom: 4px solid #fff;
	padding-bottom: 19px;
	position: relative;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
}
.h3_1:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
}
.txt4 {
	margin-bottom: 27px;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	font-feature-settings: "palt";
	text-align: center;
}
.ul1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 18px;
}
.ul1 .slick-arrow {
	flex-shrink: 0;
	width: 40px;
	height: auto;
	aspect-ratio: 1/1;
	margin-top: 52px;
	background-color: #fff !important;
	position: revert;
}
.ul1 .slick-arrow::before {
	border-color: #074497;
}
.ul1 .slick-list {
	margin-inline: -7px;
}
.ul1 .slick-track {
	display: flex;
}
.ul1 .slick-slide {
	margin-inline: 7px;
	float: none;
	height: auto;
}
.ul1 li a {
	color: inherit;
	text-decoration: none;
}
.ul1_tit {
	margin-bottom: 10px;
	padding: 3.21px 6px;
	background: #fff;
	font-weight: 900;
	font-size: 24px;
	color: #192e50;
	letter-spacing: .025em;
	font-feature-settings: "palt";
}
.ul1_tit.current {
	color: #f00;
	background: #ffeb40;
}
.number_wrap {
	display: none;
}
.number_content {
	height: 100%;
	padding: 10% calc(72 / 600 * 100%);
	background: #fff;
	color: #000;
	overflow: auto;
	box-sizing: border-box;
}
.number_content .infoMain {
	text-align: center;
}
.number_content .infoMain h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.7em;
	padding: .55em;
	background-image: linear-gradient(15deg, #1e3c72, #2a5298);
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
}
.number_content#number1 .infoMain h4 {
	background-image: none;
	background-color: #ffeb40;
	color: #f00;
}
.number_content .infoMain .hyosi {
	margin-bottom: calc(20 / 427 * 100%);
}
.number_content .infoMain .hyosi img {
	width: 80%;
}
.number_content .infoMain .date {
	display: block;
	margin-bottom: 1.1em;
	color: #e60013;
	font-weight: 700;
	font-size: 3rem;
}
.number_content .infoDetail h5 {
	padding: .67em;
	background-color: #074497;
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
}
.number_content .infoDetail p {
	margin-top: .9em;
	font-weight: 900;
	font-size: 2.2rem;
}
.number_content .infoDetail p:first-of-type {
	text-align: center;
}
.number_content .infoDetail h5:nth-of-type(n + 2) {
	margin-top: 1.7em;
}
.number_content .infoDetail .img {
	margin-top: 6.5189%;
	text-align: center;
}
.number_content .infoDetail .img img {
	width: 100%;
}
.note1 {
	margin-inline: 62px;
	color: #fff;
	font-weight: 500;
	line-height: 1.75;
	font-size: 16px;
	text-align: left;
	font-feature-settings: "palt";
}
.note1 li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.box2_outer {
		border-radius: 15px;
	}
	.box2_inner {
		padding: 10px 8px 29px;
	}
	.h3_1 {
		margin-bottom: 10px;
		border-bottom: none;
		padding-bottom: 0;
		font-size: 22px;
	}
	.h3_1:after {
		content: none;
	}
	.txt4 {
		margin-bottom: 13px;
		font-size: 12px;
	}
	.ul1 {
		gap: 9px;
		margin-inline: -8px;
		margin-bottom: 12px;
	}
	.ul1 .slick-arrow {
		width: 20px;
		margin-top: 36px;
	}
	.ul1 .slick-list {
		margin-inline: -29px;
		padding-left: 29px;
		z-index: 0;
	}
	.ul1 .slick-list::before, .ul1 .slick-list::after {
		content: "";
		display: block;
		width: 35px;
		position: absolute;
		inset-block: 0;
		z-index: 1;
	}
	.ul1 .slick-list::before {
		background: linear-gradient(to left, rgba(25, 46, 80, 0), rgba(25, 46, 80, 0) 20%, rgba(25, 46, 80, 1) 55%, #192e50);
		left: 0;
	}
	.ul1 .slick-list::after {
		background: linear-gradient(to right, rgba(25, 46, 80, 0), rgba(25, 46, 80, 0) 20%, rgba(25, 46, 80, 1) 55%, #192e50);
		right: 0;
	}
	.ul1 .slick-slide {
		width: 118px;
		margin-inline: 6px;
	}
	.ul1_tit {
		margin-bottom: 10px;
		padding: 3px;
		font-size: 15px;
	}
	.number_content {
		padding: 10% 10% 10%;
	}
	.number_content .infoDetail p {
		font-size: 2.4rem;
	}
	.note1 {
		margin-inline: 29px;
		line-height: calc(18 / 12);
		font-size: 12px;
		text-align: center;
	}
}
.banner2 {
	display: block;
	width: fit-content;
	margin-inline: auto;
}
.banner2:hover {
	opacity: .8;
}
.box1_inner2 {
	padding: 60px 96px 78px;
	text-align: center;
}
.copy14 {
	margin-bottom: 26px;
	padding-right: 4px;
	line-height: 1.25;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}
.copy10 {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 27px;
	position: relative;
	font-weight: 700;
	font-style: italic;
	line-height: calc(58 / 48);
	font-size: 48px;
	font-feature-settings: "palt";
}
.copy10 img {
	margin-block: 0;
	margin-left: 37px;
	position: absolute;
	inset-block: 0;
	left: 100%;
}
.option_img {
	max-width: calc(100% + 96px * 2);
	margin-bottom: 28px;
	margin-inline: -96px;
}
.txt5 {
	margin-bottom: 5px;
	font-weight: 500;
	color: #221815;
	line-height: 1.75;
	font-size: 14px;
	font-feature-settings: "palt";
	text-align: left;
}
.txt9 {
	margin-bottom: 22px;
	margin-right: -.025em;
	font-weight: 500;
	color: #221815;
	line-height: 1.75;
	font-size: 14px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
	text-align: left;
}
.txt9 li {
	display: inline-block;
}
.price3 {
	display: flex;
	justify-content: space-around;
	gap: 4%;
	margin-bottom: 35px;
	border: 2px solid #bf0004;
	padding: 21px 29px 16px;
}
.price3_1 {
	margin-right: -.025em;
	color: #221815;
	font-weight: 700;
	line-height: calc(27 / 18);
	font-size: 18px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
	text-align: left;
}
.price3_1 span {
	color: #bf0004;
}
.price3_2 {
	margin-top: 4px;
}
.ul2 {
	margin-bottom: 32px;
	color: #221815;
	font-weight: 500;
	line-height: calc(21 / 14);
	font-size: 14px;
	font-feature-settings: "palt";
	text-align: left;
}
.ul2 li {
	display: inline;
}
.ul3 {
	font-weight: 500;
	color: #221815;
	line-height: calc(21 / 14);
	font-size: 14px;
	font-feature-settings: "palt";
	text-align: left;
}
.ul3 li {}
@media screen and (max-width: 767px) {
	.box1_inner2 {
		padding: 30px 16.5px 29px;
	}
	.copy14 {
		margin-bottom: 10px;
		line-height: calc(28 / 22);
		font-size: 22px;
	}
	.copy10 {
		margin-bottom: 14px;
		font-size: 20px;
	}
	.copy10 img {
		display: none;
	}
	.option_img {
		max-width: calc(100% + 16.5px * 2);
		margin-bottom: 12px;
		margin-inline: -16.5px;
	}
	.txt5 {
		margin-bottom: 9px;
		line-height: calc(18 / 12);
		font-size: 12px;
	}
	.txt9 {
		margin-bottom: 13px;
		line-height: calc(18 / 12);
		font-size: 12px;
	}
	.price3 {
		flex-direction: column;
		gap: 9px;
		margin-bottom: 12px;
		border-width: 1px;
		padding: 5px 10px 10px;
	}
	.price3_1 {
		line-height: calc(18 / 12);
		font-size: 12px;
	}
	.price3_2 {
		margin-top: 0;
	}
	.ul2 {
		margin-bottom: 9px;
		line-height: calc(18 / 12);
		font-size: 12px;
	}
	.ul3 {
		line-height: calc(18 / 12);
		font-size: 12px;
	}
}
.copy13 {
	margin-right: -.025em;
	line-height: calc(58 / 40);
	font-weight: 700;
	font-size: 40px;
	letter-spacing: .025em;
	font-style: italic;
	font-feature-settings: "palt";
}
.copy11 {
	margin-bottom: 21px;
	margin-right: -.025em;
	line-height: calc(58 / 40);
	font-weight: 700;
	font-size: 40px;
	letter-spacing: .025em;
	font-style: italic;
	font-feature-settings: "palt";
}
.copy12 {
	margin-bottom: 48px;
	margin-right: -.025em;
	font-weight: 700;
	font-size: 18px;
	font-feature-settings: "palt";
	letter-spacing: .025em;
}
.tab4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 868px;
	margin-bottom: 48px;
	margin-inline: auto;
}
.tab4 li {
	display: block;
}
.tab4 label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	padding-left: .025em;
	background-color: #cbcbcb;
	position: relative;
	color: #074497;
	font-weight: 700;
	line-height: calc(26 / 20);
	font-size: 20px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
	cursor: pointer;
}
.tab4 label:has(input:checked) {
	background-color: #074497;
	color: #fff;
}
.tab4 label::after {
	content: "";
	display: block;
	width: 11px;
	height: 13px;
	background-color: currentColor;
	margin-block: auto;
	position: absolute;
	inset-block: 0;
	right: calc(28 / 424 * 100%);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.tab4 input {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}
.block_magazine .acrdWrap {
	position: relative;
	z-index: 0;
}
.block_magazine .acrdBox {
	max-width: 868px;
	margin-inline: auto;
	text-align: left;
	opacity: 0;
	z-index: 0;
	transition: opacity .3s;
}
.block_magazine .acrdBox:nth-of-type(1) {
	position: relative;
}
.block_magazine .acrdBox:nth-of-type(n + 2) {
	position: absolute;
	inset: 0;
}
.block_magazine
  .tab4:has(li:nth-child(1) input:checked)
  ~ .acrdWrap
  .acrdBox:nth-of-type(1), .block_magazine
  .tab4:has(li:nth-child(2) input:checked)
  ~ .acrdWrap
  .acrdBox:nth-of-type(2), .block_magazine
  .tab4:has(li:nth-child(3) input:checked)
  ~ .acrdWrap
  .acrdBox:nth-of-type(3), .block_magazine
  .tab4:has(li:nth-child(4) input:checked)
  ~ .acrdWrap
  .acrdBox:nth-of-type(4) {
	opacity: 1;
	z-index: 1;
}
.block_magazine .acrdBox .box {
	display: flex;
	justify-content: center;
	gap: 13px;
	margin-bottom: 33px;
}
.block_magazine .acrdBox .GA-imgZoom {
	display: block;
	position: relative;
}
.block_magazine .acrdBox .GA-imgZoom::after {
	content: "";
	display: block;
	width: 29px;
	aspect-ratio: 1/1;
	background: url("../images/icon_popup.webp") no-repeat center center/contain;
	position: absolute;
	top: 2px;
	left: 0px;
}
.block_magazine .acrdBox .acrdBtn {
	display: flex;
	align-items: center;
	height: 77px;
	border: 1px solid #000;
	border-bottom: none;
	padding-inline: max(40px, calc(60 / ( 868 - 2 ) * 100%)) 40px;
	background: linear-gradient(#fff, #dbdbdb);
	position: relative;
	color: #074497;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .025em;
	font-feature-settings: "palt";
	box-sizing: border-box;
}
.block_magazine .acrdBox .acrdCont {
	padding-block: 48px 45px;
	padding-inline: 34px;
	background-color: #fff;
	border: 1px solid #000;
}
.block_magazine .acrdBox .acrdCont .lead {
	font-size: 18px;
	text-align: center;
}
.acrd_img1 {}
@media screen and (max-width: 767px) {
	.copy13 {
		line-height: calc(28 / 22);
		font-size: 22px;
	}
	.copy11 {
		margin-bottom: 15px;
		line-height: calc(28 / 22);
		font-size: 22px;
	}
	.copy12 {
		margin-bottom: 18px;
		font-size: 12px;
	}
	.tab4 {
		gap: 7px;
		margin-bottom: 20px;
	}
	.tab4 label {
		height: 52px;
		line-height: calc(18 / 14);
		font-size: 14px;
	}
	.tab4 label::after {
		content: none;
	}
	.block_magazine .acrdBox {
		width: 100%;
	}
	.block_magazine .acrdBox .acrdBtn {
		justify-content: center;
		height: 38px;
		padding-inline: 0;
		font-size: 15.3px;
		text-align: center;
	}
	.block_magazine .acrdBox .acrdCont {
		padding: 18px 8px 9px;
	}
	.block_magazine .acrdBox .acrdCont .lead {
		font-size: 14px;
	}
	.block_magazine .acrdBox .GA-imgZoom::after {
		content: "拡大する";
		width: 19vw;
		height: 5vw;
		padding: 1px 0 0 7px;
		background: url("../images/btn_popup.webp") no-repeat;
		background-size: 100%;
		top: auto;
		left: auto;
		right: 3%;
		bottom: 3%;
		color: #fff;
		font-size: 11px;
		text-shadow: 0 0 3px rgba(0, 0, 0, .4);
	}
	.block_magazine .acrdBox .box {
		gap: 5px;
		margin-bottom: 12px;
	}
	.block_magazine .acrdBox .box .img img {
		max-height: 450px;
	}
	.block_magazine .acrdBox.no1 .box img {}
	.block_magazine .acrdBox.no2 .box img {
		width: 183.5px;
	}
	.block_magazine .acrdBox.no3 .box img {
		width: 181.5px;
	}
	.block_magazine .acrdBox.no4 .box img {
		width: 111.3px;
	}
	.block_magazine .acrdBox .img {
		text-align: center;
	}
	.block_magazine .acrdBox .img img {
		max-height: 550px;
		display: block;
		margin: 0 auto;
	}
	.acrd_img1 {
		margin-bottom: 8px;
	}
}
.block_teiki {
	padding-block: 48px 54px;
}
.teiki1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 48px;
	color: #fff;
	font-weight: 500;
}
.teiki2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	margin-bottom: 18px;
}
.teiki1 a, .teiki2 a {
	display: block;
}
.teiki1 a:hover, .teiki2 a:hover {
	opacity: .8;
}
.teiki1 img {
	margin-bottom: 8px;
}
.teiki1 img, .teiki2 img {}
.teiki1 .teiki1Txt {
	font-size: 1.4rem;
	margin-top: 4px;
}
.ul4 {
	margin-bottom: 47px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	font-size: 16px;
	font-feature-settings: "palt";
}
.ul4 li {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.teiki3 {
	display: block;
	width: fit-content;
	margin-inline: auto;
}
.teiki3:hover {
	opacity: .8;
}
@media screen and (max-width: 767px) {
	.block_teiki {
		padding-block: 20px 30px;
	}
	.teiki1 {
		margin-bottom: 10px;
	}
	.teiki2 {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 5px;
	}
	.teiki1 .teiki1Txt {
		font-size: 2rem;
	}
	.ul4 {
		margin-bottom: 18px;
		line-height: calc(18 / 12);
		font-size: 12px;
		letter-spacing: -.01em;
	}
	.teiki3 {
		margin-bottom: 20px;
	}
	.teiki3:hover {
		opacity: .8;
	}
}
.nationalFoot {
	padding: 35px 0;
	border-top: 1px solid #ccc;
}
.nationalFoot > .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 948px;
}
.bnBtns {
	display: block;
	text-align: center;
}
.btnNotice {
	padding: 0px 0 13px;
	line-height: 1;
}
.btnNotice a {
	display: inline-block;
	background-color: #fff;
	padding: 0 30px;
	color: #797979 !important;
	font-size: 14px !important;
	text-decoration: none;
	border: 2px solid #ccc;
	border-radius: 50px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.btnNotice a:hover {
	opacity: .5;
}
.btnNotice a span {
	display: inline-block;
	background-image: url("../images/icn_oshirase.webp");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 17px;
	padding: 15px 0 15px 36px;
}
.ftSns {
	position: relative;
	height: 35px;
	text-align: center;
	margin: 0 auto;
}
.ftSns li {
	display: inline-block;
	vertical-align: middle;
}
.ftSns li + li {
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	.nationalFoot {
		padding: 14px 15px 6px;
	}
	.nationalFoot > .inner {
		flex-direction: column;
	}
	.ftSns {
		height: auto;
		padding-bottom: 5%;
	}
	.ftSns li {
		width: 24vw;
	}
	.ftSns li + li {
		margin-left: 3vw;
	}
}
.img100 img {
	width: 100%;
	height: auto;
}
.img_res img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
#pageFaq .inner {
	max-width: 915px;
	margin: 0 auto;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
	#pageFaq .inner {
		padding-top: 45px;
	}
}
#pageFaq .faqList {
	margin-top: .5em;
}
#pageFaq .faqList li {
	list-style: disc;
	margin-left: 1.5em;
}
#pageFaq .logo {
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
	padding: 30px;
}
@media screen and (max-width: 767px) {
	#pageFaq .logo {
		width: 70%;
		margin: 0 auto 10vw;
		padding: 5vw;
	}
}
#pageFaq .logo a {
	display: inline-block;
}
#pageFaq h1 {
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #333;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	#pageFaq h1 {
		margin-bottom: 30px;
		padding: 10px 15px;
	}
}
#pageFaq .faqBox h2 {
	background: #d5e0de;
	height: auto;
	text-align: left;
	font-weight: bold;
	padding: 5px !important;
	border-top: 2px solid #033;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
}
@media screen and (max-width: 767px) {
	#pageFaq .faqBox h2 {
		margin-top: 30px;
		margin-bottom: 15px;
		padding: 10px !important;
	}
}
#pageFaq .faqBox h2 + p {
	background: url("dummy");
}
#pageFaq .faqBox .redtxt {
	font-size: 11px;
	color: #900;
	padding-top: 5px;
}
#pageFaq .faqBox .back {
	text-align: center;
	padding: 10px;
}
#pageFaq .faqBox h3 {
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#pageFaq .faqBox h4 {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #900;
}
#pageFaq .faqBox .jutyuTxt, #pageFaq .faqBox .supportTxt {
	margin-top: 1em;
}
.pageTopics {
	background: url("./images/product/bg_wrap1.jpg") no-repeat top;
	background-attachment: fixed;
	background-size: cover;
}
.pageTopics .contents {
	max-width: 980px;
	margin: 0 auto;
	width: 94%;
	padding-bottom: 40px;
	min-height: 70vh;
}
.pageTopics h2 {
	font-size: 4rem;
	padding: 30px 0;
}
.pageTopics .newsInner {
	background: rgba(255, 255, 255, .1);
	padding: 20px;
	max-width: 800px;
	width: 94%;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
	border-radius: 8px;
}
.pageTopics .newsInner h3 {
	background: rgba(15, 78, 149, .5);
	padding: 5px 10px;
	border-radius: 8px;
	font-size: 1.7rem;
	margin: 0 0 20px 0;
}
.pageTopics .newsInner p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 40px;
}
.pageTopics .newsInner p a {
	color: #f8ff00;
}
.pageTopics dl {
	font-size: 1.6rem;
	border-bottom: 1px dotted #fff;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}
.pageTopics dl:last-child {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.movPagetop {
	text-align: right;
	position: fixed;
	right: 0;
	bottom: 0;
}
.supportPage {
	background-color: #000;
}
.supportPage #deagoLogo2022 {
	display: none;
}
@media screen and (max-width: 767px) {
	.supportPage #deagoLogo2022 {
		top: 2vw;
		left: 2vw;
	}
}
.supportPage .ttlArea {
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.supportPage .ttlArea {
		padding: 3vw 0 0;
	}
}
.supportPage .ttlArea h1 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.supportPage .ttlArea h1 img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.supportPage .ttlArea h1 img {
		width: 90%;
	}
}
.supportPage .contArea {
	background: url("../images/movie/bg_wrap.webp") center top no-repeat #000;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 3%;
}
@media screen and (max-width: 767px) {
	.supportPage .contArea {
		padding-top: 5vw;
	}
}
.supportPage .contArea .listBox {
	margin: auto;
	background-color: #fff;
	max-width: 900px;
	width: 90%;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.supportPage .contArea .listBox {
		border-radius: 1.5625vw;
	}
}
.supportPage .contArea section {
	padding: 1em 1.5em 1em 1.5em;
	border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
	.supportPage .contArea section {
		padding: 3vw 4vw;
	}
}
.supportPage .contArea section:last-of-type {
	border-bottom: 0px;
}
.supportPage .contArea section a {
	color: #000;
	font-size: 1.8rem;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.supportPage .contArea section a {
		font-size: 2.2rem;
	}
}
.supportPage .contArea section a span {
	display: inline-block;
	padding: .2em .5em;
	background-color: #e70013;
	color: #fff;
	margin-right: .8em;
	border-radius: 8px;
}
@media screen and (max-width: 767px) {
	.supportPage .contArea section a span {
		text-align: center;
		width: 13vw;
	}
}
.supportPage .paging {
	text-align: left;
	margin: 4% 0;
}
.supportPage .paging li {
	display: inline-block;
	margin: 0 5px;
	border-left: 1px solid #333;
	padding-left: 10px;
}
.supportPage .paging li:last-child {
	border-right: 1px solid #333;
	padding-right: 10px;
}
.supportPage .paging li a {
	color: #333;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.supportPage .paging li a {
		font-size: 3rem;
	}
}
.supportPage .paging li a:hover {
	text-decoration: none;
}
.supportPage .paging li a.on {
	color: #e70013;
}
.supportPage .tabs {
	display: flex;
	font-size: 2.2rem;
	text-align: center;
	border-left: 1px solid #e70013;
	border-right: 1px solid #e70013;
	position: relative;
}
@media screen and (max-width: 767px) {
	.supportPage .tabs {
		font-size: 3rem;
		border: none;
	}
}
.supportPage .tabs:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	border-left: 1px solid #e70013;
	position: absolute;
	top: 0;
	left: 50%;
}
.supportPage .tabs li {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.supportPage .tabs li {
		border-right: none;
	}
}
.supportPage .tabs li a {
	display: block;
	padding: 2% 0;
	color: #e70013;
	text-decoration: none;
	transition: .3s;
}
.supportPage .tabs li a:hover {
	opacity: .7;
}
.supportPage .tabs li a:before {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	border-bottom: .2em solid #e70013;
	border-left: .2em solid #e70013;
	transform: translate(0, -.2em) rotate(-45deg);
}
.supportPage section h3 {
	background: #e70013;
	padding: 1.5%;
	text-align: left;
	line-height: 1.5;
	color: #fff;
	font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
	.supportPage section h3 {
		font-size: 3.6rem;
	}
}
.supportPage section dl {
	padding: 2%;
	text-align: center;
	letter-spacing: -.4em;
}
.supportPage section dl dt, .supportPage section dl dd {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.supportPage section dl dt {
	width: 27%;
	margin-right: 2%;
}
@media screen and (max-width: 767px) {
	.supportPage section dl dt {
		display: none;
	}
}
.supportPage section dl dt img {
	max-width: 235px;
	width: 100%;
	height: auto;
}
.supportPage section dl dd {
	width: 71%;
}
@media screen and (max-width: 767px) {
	.supportPage section dl dd {
		width: 100%;
	}
}
.supportPage section dl dd .box + .box {
	margin-top: 5%;
}
.supportPage section dl dd h4 {
	margin-bottom: 3%;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.supportPage section dl dd h4 {
		font-size: 3rem;
	}
}
.supportPage section dl dd iframe {
	width: 100%;
	height: 40vh;
}
.supportPage .btnBack {
	max-width: 280px;
	width: 100%;
	color: #fff !important;
	text-align: center;
	display: block;
	margin: 3% auto;
	background: #333;
	border-radius: 8px;
	border-radius: 50px;
	box-shadow: 0px 3px #111;
}
.supportPage .btnBack a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.supportPage .btnBack a {
		font-size: 3rem;
	}
}
.FwB {
	font-weight: bold !important;
}
.FwN {
	font-weight: normal !important;
}
.DisI {
	display: inline !important;
}
.DisB {
	display: block !important;
}
.DisIB {
	display: inline-block !important;
}
.DisT {
	display: table !important;
}
.DisTC {
	display: table-cell !important;
}
.DisN {
	display: none !important;
}
.DisF {
	display: flex !important;
}
.JcFS {
	justify-content: flex-start !important;
}
.JcFE {
	justify-content: flex-end !important;
}
.JcC {
	justify-content: center !important;
}
.JcSB {
	justify-content: space-between !important;
}
.JcSA {
	justify-content: space-around !important;
}
.AiFS {
	align-items: flex-start;
}
.AiFE {
	align-items: flex-end !important;
}
.AiC {
	align-items: center !important;
}
.AiS {
	align-items: stretch !important;
}
.AiB {
	align-items: baseline !important;
}
.TaL {
	text-align: left !important;
}
.TaR {
	text-align: right !important;
}
.TaC {
	text-align: center !important;
}
.VaT {
	vertical-align: top !important;
}
.VaM {
	vertical-align: middle !important;
}
.VaB {
	vertical-align: bottom !important;
}
.VaTB {
	vertical-align: text-bottom !important;
}
.FltL {
	float: left !important;
}
.FltR {
	float: right !important;
}
.FltN {
	float: none !important;
}
.PosS {
	position: static !important;
}
.PosR {
	position: relative !important;
}
.PosA {
	position: absolute !important;
}
.PosF {
	position: fixed !important;
}
.brWord {
	word-wrap: break-word;
}
.waNw {
	white-space: nowrap;
}
.printDown {
	display: none;
}
.printBreak {
	display: none;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.pcWAuto {
		width: auto !important;
	}
	.pc {}
	.pcFwB {
		font-weight: bold !important;
	}
	.pcFwN {
		font-weight: normal !important;
	}
	.pcDisI {
		display: inline !important;
	}
	.pcDisB {
		display: block !important;
	}
	.pcDisIB {
		display: inline-block !important;
	}
	.pcDisT {
		display: table !important;
	}
	.pcDisTC {
		display: table-cell !important;
	}
	.pcDisN {
		display: none !important;
	}
	.pcDisF {
		display: flex !important;
	}
	.pcJcFS {
		justify-content: flex-start !important;
	}
	.pcJcFE {
		justify-content: flex-end !important;
	}
	.pcJcC {
		justify-content: center !important;
	}
	.pcJcSB {
		justify-content: space-between !important;
	}
	.pcJcSA {
		justify-content: space-around !important;
	}
	.pcAiFS {
		align-items: flex-start;
	}
	.pcAiFE {
		align-items: flex-end !important;
	}
	.pcAiC {
		align-items: center !important;
	}
	.pcAiS {
		align-items: stretch !important;
	}
	.pcAiB {
		align-items: baseline !important;
	}
	.pcTaL {
		text-align: left !important;
	}
	.pcTaR {
		text-align: right !important;
	}
	.pcTaC {
		text-align: center !important;
	}
	.pcVaT {
		vertical-align: top !important;
	}
	.pcVaM {
		vertical-align: middle !important;
	}
	.pcVaB {
		vertical-align: bottom !important;
	}
	.pcVaTB {
		vertical-align: text-bottom !important;
	}
	.pcFltL {
		float: left !important;
	}
	.pcFltR {
		float: right !important;
	}
	.pcFltN {
		float: none !important;
	}
	.pcPosS {
		position: static !important;
	}
	.pcPosR {
		position: relative !important;
	}
	.pcPosA {
		position: absolute !important;
	}
	.pcPosF {
		position: fixed !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.spWAuto {
		width: auto !important;
	}
	.sp {}
	.spFwB {
		font-weight: bold !important;
	}
	.spFwN {
		font-weight: normal !important;
	}
	.spDisI {
		display: inline !important;
	}
	.spDisB {
		display: block !important;
	}
	.spDisIB {
		display: inline-block !important;
	}
	.spDisT {
		display: table !important;
	}
	.spDisTC {
		display: table-cell !important;
	}
	.spDisN {
		display: none !important;
	}
	.spDisF {
		display: flex !important;
	}
	.spJcFS {
		justify-content: flex-start !important;
	}
	.spJcFE {
		justify-content: flex-end !important;
	}
	.spJcC {
		justify-content: center !important;
	}
	.spJcSB {
		justify-content: space-between !important;
	}
	.spJcSA {
		justify-content: space-around !important;
	}
	.spAiFS {
		align-items: flex-start;
	}
	.spAiFE {
		align-items: flex-end !important;
	}
	.spAiC {
		align-items: center !important;
	}
	.spAiS {
		align-items: stretch !important;
	}
	.spAiB {
		align-items: baseline !important;
	}
	.spTaL {
		text-align: left !important;
	}
	.spTaR {
		text-align: right !important;
	}
	.spTaC {
		text-align: center !important;
	}
	.spVaT {
		vertical-align: top !important;
	}
	.spVaM {
		vertical-align: middle !important;
	}
	.spVaB {
		vertical-align: bottom !important;
	}
	.spVaTB {
		vertical-align: text-bottom !important;
	}
	.spFltL {
		float: left !important;
	}
	.spFltR {
		float: right !important;
	}
	.spFltN {
		float: none !important;
	}
	.spPosS {
		position: static !important;
	}
	.spPosR {
		position: relative !important;
	}
	.spPosA {
		position: absolute !important;
	}
	.spPosF {
		position: fixed !important;
	}
}
.preBox a {
	display: block;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#deagoLogo2022 {
		left: 4vw;
		width: 15vw;
		top: 3vw;
	}
}
.set-anime {
	position: relative;
	top: 30px;
	transition: .3s;
}
.set-anime.show-anime {
	top: 0;
}
.topicsZone {
	background-color: #333;
	width: 100%;
	left: 0;
	z-index: 1;
	position: relative;
}
.topicsZone p {
	text-align: center;
	padding: 15px 0px;
}
@media screen and (max-width: 767px) {
	.topicsZone p {
		text-align: left;
		padding: 3vw 0;
	}
}
.topicsZone p a {
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
.topicsZone p a:hover {
	text-decoration: underline;
}
.topicsZone p .topics {
	font-weight: bold;
}
.magNum {
	background: url("../images/mag/bg.webp") 0 0 no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 75px 0 0 0;
}
@media screen and (max-width: 767px) {
	.magNum {
		padding: 10vw 0 0 0;
	}
}
.magNum::before {
	content: "";
	width: 100%;
	height: 80px;
	background: url("../images/list/line-bf.webp");
	background-size: contain;
	background-repeat: no-repeat;
	top: -30px;
	left: 0;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.magNum::before {
		top: -1vw;
	}
}
#cbox2LoadedContent img {
	max-width: 80vw;
}
@media screen and (max-width: 767px) {
	#cbox2LoadedContent img {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.btnSprt {}
	.btnSprt a {}
}
.kumitateService {
	max-width: 850px;
	margin: 70px auto 0 auto;
	margin-top: 70px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.kumitateService {
		max-width: calc(351 / 375 * 100vw);
		margin-top: 5vw;
	}
}
.kumitateService a {
	display: block;
	background: url("../images/bg_slant.webp") 0 0 repeat;
	padding: 3px 4px;
	color: #2ea8a3;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 100px;
	transition: opacity .3s;
}
@media screen and (max-width: 767px) {
	.kumitateService a {
		background-size: 6.93333vw auto;
		padding: .8vw 1vw;
		font-size: 2rem;
	}
}
.kumitateService a span {
	display: block;
	background-color: #fff;
	padding: 1.25em 4em 1.25em 9.9em;
	border-radius: 100px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.kumitateService a span {
		padding: 3vw 3vw 3vw 17vw;
	}
}
.kumitateService a span em {
	display: inline-block;
	background: linear-gradient(to bottom, transparent 60%, #fff20c 60%);
}
.kumitateService a span::before {
	content: "";
	background: url("../images/kumitate_service_img.webp") 0 0 repeat;
	display: block;
	position: absolute;
	width: 122px;
	height: 135px;
	bottom: 0;
	left: 54px;
}
@media screen and (max-width: 767px) {
	.kumitateService a span::before {
		background-size: contain;
		width: 13.33333vw;
		height: 16vw;
		left: 3vw;
	}
}
.kumitateService a span::after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin: auto;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #2ea8a3 #2ea8a3 transparent;
	top: 0;
	bottom: 0;
	right: 45px;
	transform: translate(0, 0) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.kumitateService a span::after {
		width: 4vw;
		height: 4vw;
		right: 6vw;
		border-width: 1vw;
	}
}
.kumitateService a:hover {
	filter: brightness(110%);
}
@media screen and (max-width: 767px) {
	.btnFaq {
		text-align: center;
	}
}
.btnFaq a {
	display: block;
	background-color: #fff;
	padding: 0 1.3em;
	color: #333;
	font-size: 1.4rem;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 100px;
	transition: opacity .3s;
}
.btnFaq a:hover {
	opacity: .5;
}
@media screen and (max-width: 767px) {
	.btnFaq a {
		display: inline-block;
		font-size: 2rem;
	}
}
.btnFaq a span {
	display: inline-block;
	padding: .4em 0 .5em 1.4em;
	position: relative;
}
.btnFaq a span:before {
	content: "";
	display: block;
	width: .5em;
	height: .5em;
	margin: auto;
	border-bottom: 2px solid #9d9d9d;
	border-right: 2px solid #9d9d9d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translate(0, .05em) rotate(-45deg);
}
.faq.box {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
	justify-content: center;
	align-items: center;
}
.faq .ftTxt {
	font-size: 1.8rem;
	font-weight: bold;
}
.faq .ftTxt2 {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.faq.box {
		display: block;
	}
	.faq .ftTxt {
		margin-bottom: 3.125vw;
		font-size: 2.4rem;
		text-align: center;
	}
	.faq .ftTxt2 {
		font-size: 1.5rem;
		text-align: center;
		margin-top: 18px;
	}
}
.bg {
	background-color: #465e9a;
	background-image: url("../images/main/bg_pc.webp");
	background-attachment: fixed;
	background-size: 100%;
	background-position: top;
}
@media screen and (max-width: 767px) {
	.bg {
		background-image: url("../images/main/bg_sp.webp");
	}
}
.block_intro {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.block_intro {
		position: relative;
		padding-top: 24px;
	}
}
.movZone {
	background-color: #000;
}
.block_intro .movBox {
	padding: 24px 80px 80px 80px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.block_intro .movBox {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.block_intro .movBox {
		padding: 12px 16px 32px;
	}
}
.block_intro .movZone h2.h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #ffeb46;
}
.block_intro .movBox .movIn {
	padding-top: 56%;
	position: relative;
}
.block_intro .movBox .movIn iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block_intro .bg .bg2 {
	margin-top: 30px;
	padding: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 {
		margin-top: 5vw;
		padding: 2vw 0 0 0;
	}
}
.block_intro .bg .bg2 .in {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in {
		padding: 0 4.6875vw;
	}
}
.block_intro .bg .bg2 .in .txt {
	padding-bottom: 80px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in .txt {
		padding-bottom: 60vw;
	}
}
.block_intro .bg .bg2 .in .txt::after {
	content: "";
	display: block;
	background: url("../images/intro/bg-intro.webp") 0 0 no-repeat;
	background-size: contain;
	width: 790px;
	height: 614px;
	position: absolute;
	top: 10px;
	right: -145px;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in .txt::after {
		width: 122vw;
		height: 77vw;
		top: 55vw;
		right: -14vw;
	}
}
.block_intro .bg .bg2 .in .txt .ct {
	margin-bottom: 60px;
	font-size: 2rem;
	line-height: 1.9;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in .txt .ct {
		font-size: 2.4rem;
		line-height: 1.6;
		margin-bottom: 5vw;
		text-align: left;
	}
	.block_intro .bg .bg2 .in .txt .ct br {
		display: none;
	}
}
.block_intro .bg .bg2 .in .txt .next {
	font-size: 3rem;
	font-weight: 900;
	font-style: italic;
	color: #680000;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in .txt .next {
		line-height: 1.5;
		width: 82%;
		margin: 0 auto;
	}
}
.block_intro .bg .bg2 .in .txt .next li {
	display: flex;
	align-items: center;
	font-weight: 900;
}
.block_intro .bg .bg2 .in .txt .next li::before {
	content: "";
	display: inline-block;
	background: url("../images/intro/ct.webp") 0 0 no-repeat;
	background-size: contain;
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	margin-right: 15px;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in .txt .next li::before {
		width: 8.4375vw;
		height: 8.4375vw;
		margin-right: 2vw;
		background-size: contain;
	}
}
.block_intro .bg .bg2 .in .txt .next li + li {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.block_intro .bg .bg2 .in .txt .next li + li {
		margin-top: 2vw;
	}
}
a[name^="scrl"] {
	position: relative;
}
.movZone .tabs {
	display: flex;
	margin: 0 -1px;
}
.movZone .tabs > li {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #666;
	width: 25%;
	margin: 0 1px;
	padding: .8em .5em .6em;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
	transition: .3s;
}
@media screen and (max-width: 767px) {
	.movZone .tabs > li {
		font-size: 2.4rem;
	}
	.movZone .tabs > li.spMulti {
		font-size: 2rem;
	}
}
.movZone .tabs > li:not(.show) {
	cursor: pointer;
}
.movZone .tabs > li:not(.show):hover {
	background-color: #999;
}
.movZone .tabs > li.show {
	background-color: #000;
}
.movZone .movBox > li {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: filter .3s;
}
.movZone .movBox > li:hover {
	filter: brightness(150%);
}
.movZone .movBox > li:before {
	content: "";
	display: block;
	background: url("../images/mov_btn.svg") 0 0 no-repeat;
	width: 120px;
	height: 70px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.movZone .movBox > li:before {
		width: 18.75vw;
		height: 10.9375vw;
	}
}
.movZone .movBox > li.show {
	display: block;
}
.movZone .movBox .mov {
	text-align: center;
}
.movZone .movBox img {
	width: 580px;
	border: 1px solid #6f6c6c;
}
@media screen and (max-width: 767px) {
	.movZone .movBox img {
		width: 100%;
	}
}
.cmBox {
	display: none;
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
}
.cmBox .close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1em;
	height: 1em;
	color: #fff;
	font-size: 5rem;
	line-height: 1;
	position: fixed;
	right: 1%;
	top: 1%;
	cursor: pointer;
	transition: opacity .3s;
}
.cmBox .close:hover {
	opacity: .5;
}
.cmBox iframe {
	width: 100%;
	border: 0px;
	max-width: 800px;
	height: 650px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.cmBox iframe {
		height: 80vw;
	}
}
.cmInner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}
.center {
	background: #ccc;
	margin: 200px 0;
}
.center h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}
.center .slick-list {
	margin: 0 -77px;
}
.center .slick-slide {
	margin: 0 77px;
	width: 700px !important;
}
.bnKumitate {
	position: fixed;
	left: 0;
	bottom: 140px;
	z-index: 9999;
}
@media screen and (max-width: 767px) {
	.bnKumitate {
		display: block;
		position: static;
		padding: 5vw 3vw 0 3vw;
	}
	@media screen and (max-width: 767px) {
		.pc-only {
			display: none !important;
		}
	}
	.sp-only {
		display: none !important;
	}
	@media screen and (max-width: 767px) {
		.sp-only {
			display: block !important;
		}
	}
}
@media screen and (max-width: 767px) {
	.btnPageMdlCls_sp {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.btnPageMdlCls_sp .btnPageMdlCls {
		right: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	#gimmick_01, #gimmick_02, #gimmick_03, #gimmick_04, #gimmick_05, #gimmick_06 {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.of_img{
	position: relative;
}
.of_img_txt1{
  color: #fff;
  position: absolute;
  bottom: 27px;
  left: 40px;
  font-size: 20px;
  width: 527px;
}
@media screen and (max-width: 767px) {
    .of_img_txt1 {
      bottom: 122px;
      left: 15px;
      font-size: 15px;
      width: 330px;
      font-weight: bold;
      line-height: 1.5;
   }
}
.of_img_txt2{
  position: absolute;
  bottom: 181px;
  left: 38px;
  font-size: 20px;
  width: 1130px;
}
@media screen and (max-width: 767px) {
    .of_img_txt2 {
      bottom: 212px;
      left: 20px;
      font-size: 15px;
      width: 330px;
      line-height: 1.5;
   }
}
.of_img_txt2-2{
	position: absolute;
  bottom: 30px;
  left: 38px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
	.of_img_txt2-2 {
  bottom: 22px;
  font-size: 11px;
  width: 320px;
  left: 14px;
	}
}
.of_img_title{
	position: absolute;
  top: 16px;
  left: 39px;
}
@media screen and (max-width: 767px) {
	.of_img_title {
  top: 29px;
  left: 18px;
	}
}
