@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	-webkit-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
	-webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	-webkit-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
	-webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	-webkit-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
	-webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

body {
	font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	color: #2c2c2c;
	font-size: 0.94rem;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}

@media (max-width: 500px) {
	body {
		font-size: 0.81rem;
	}
}

body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body address {
	font-style: normal;
}

body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	image-rendering: -webkit-optimize-contrast;
}

body img.pix {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-pixelated;
	image-rendering: pixelated;
}

body svg {
	overflow: auto;
}

body .cen {
	text-align: center;
}

body .cen img {
	margin: auto;
}

body .pc {
	display: block;
}

@media (min-width: 501px) and (max-width: 834px) {
	body .pc {
		display: none;
	}
}

@media (max-width: 500px) {
	body .pc {
		display: none;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	body .pc.tab {
		display: block;
	}
}

body .tab {
	display: none;
}

@media (min-width: 501px) and (max-width: 834px) {
	body .tab {
		display: block;
	}
}

@media (min-width: 835px) {
	body .tab.pc {
		display: block;
	}
}

body .sp {
	display: none;
}

@media (max-width: 500px) {
	body .sp {
		display: block;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	body .sp.tab {
		display: block;
	}
}

@media (max-width: 500px) {
	body br.sp {
		line-height: 1px !important;
		height: 1px !important;
	}
}

body ul {
	list-style: none;
}

body em {
	font-style: normal;
}

body a {
	color: #2c2c2c;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
}

body a:active,
body a:focus,
body a:hover {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

body a:active,
body a:focus {
	opacity: 1;
}

body a:hover {
	opacity: 0.65;
}

@media (min-width: 835px) {
	body .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	body .row__tab {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 835px) {
	body .row__sp-tab {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 500px) {
	body .row__sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 835px) {
	body .row__jc-sb {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

body .row__half>* {
	width: 50%;
}

@media (max-width: 500px) {
	body .row__half>* {
		width: 100%;
	}
}

body .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 500px) {
	body span.sp_br::before {
		content: "\A";
		white-space: pre;
	}

	body br.sp_br {
		display: none;
	}
}

.fitting {
	position: relative;
	overflow: hidden;
}

.fitting:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.fitting>* {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit:cover";
}

.fitting img {
	min-width: 101%;
	min-height: 101%;
}

.mt--5 {
	margin-top: 5px;
}

.mr--5 {
	margin-right: 5px;
}

.mb--5 {
	margin-bottom: 5px;
}

.ml--5 {
	margin-left: 5px;
}

@media (max-width: 500px) {
	.mts--5 {
		margin-top: 5px !important;
	}

	.mrs--5 {
		margin-right: 5px !important;
	}

	.mbs--5 {
		margin-bottom: 5px !important;
	}

	.mls--5 {
		margin-left: 5px !important;
	}
}

.mt--10 {
	margin-top: 10px;
}

.mr--10 {
	margin-right: 10px;
}

.mb--10 {
	margin-bottom: 10px;
}

.ml--10 {
	margin-left: 10px;
}

@media (max-width: 500px) {
	.mts--10 {
		margin-top: 10px !important;
	}

	.mrs--10 {
		margin-right: 10px !important;
	}

	.mbs--10 {
		margin-bottom: 10px !important;
	}

	.mls--10 {
		margin-left: 10px !important;
	}
}

.mt--15 {
	margin-top: 15px;
}

.mr--15 {
	margin-right: 15px;
}

.mb--15 {
	margin-bottom: 15px;
}

.ml--15 {
	margin-left: 15px;
}

@media (max-width: 500px) {
	.mts--15 {
		margin-top: 15px !important;
	}

	.mrs--15 {
		margin-right: 15px !important;
	}

	.mbs--15 {
		margin-bottom: 15px !important;
	}

	.mls--15 {
		margin-left: 15px !important;
	}
}

.mt--20 {
	margin-top: 20px;
}

.mr--20 {
	margin-right: 20px;
}

.mb--20 {
	margin-bottom: 20px;
}

.ml--20 {
	margin-left: 20px;
}

@media (max-width: 500px) {
	.mts--20 {
		margin-top: 20px !important;
	}

	.mrs--20 {
		margin-right: 20px !important;
	}

	.mbs--20 {
		margin-bottom: 20px !important;
	}

	.mls--20 {
		margin-left: 20px !important;
	}
}

.mt--25 {
	margin-top: 25px;
}

.mr--25 {
	margin-right: 25px;
}

.mb--25 {
	margin-bottom: 25px;
}

.ml--25 {
	margin-left: 25px;
}

@media (max-width: 500px) {
	.mts--25 {
		margin-top: 25px !important;
	}

	.mrs--25 {
		margin-right: 25px !important;
	}

	.mbs--25 {
		margin-bottom: 25px !important;
	}

	.mls--25 {
		margin-left: 25px !important;
	}
}

.mt--30 {
	margin-top: 30px;
}

.mr--30 {
	margin-right: 30px;
}

.mb--30 {
	margin-bottom: 30px;
}

.ml--30 {
	margin-left: 30px;
}

@media (max-width: 500px) {
	.mts--30 {
		margin-top: 30px !important;
	}

	.mrs--30 {
		margin-right: 30px !important;
	}

	.mbs--30 {
		margin-bottom: 30px !important;
	}

	.mls--30 {
		margin-left: 30px !important;
	}
}

.mt--35 {
	margin-top: 35px;
}

.mr--35 {
	margin-right: 35px;
}

.mb--35 {
	margin-bottom: 35px;
}

.ml--35 {
	margin-left: 35px;
}

@media (max-width: 500px) {
	.mts--35 {
		margin-top: 35px !important;
	}

	.mrs--35 {
		margin-right: 35px !important;
	}

	.mbs--35 {
		margin-bottom: 35px !important;
	}

	.mls--35 {
		margin-left: 35px !important;
	}
}

.mt--40 {
	margin-top: 40px;
}

.mr--40 {
	margin-right: 40px;
}

.mb--40 {
	margin-bottom: 40px;
}

.ml--40 {
	margin-left: 40px;
}

@media (max-width: 500px) {
	.mts--40 {
		margin-top: 40px !important;
	}

	.mrs--40 {
		margin-right: 40px !important;
	}

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

	.mls--40 {
		margin-left: 40px !important;
	}
}

.mt--45 {
	margin-top: 45px;
}

.mr--45 {
	margin-right: 45px;
}

.mb--45 {
	margin-bottom: 45px;
}

.ml--45 {
	margin-left: 45px;
}

@media (max-width: 500px) {
	.mts--45 {
		margin-top: 45px !important;
	}

	.mrs--45 {
		margin-right: 45px !important;
	}

	.mbs--45 {
		margin-bottom: 45px !important;
	}

	.mls--45 {
		margin-left: 45px !important;
	}
}

.mt--50 {
	margin-top: 50px;
}

.mr--50 {
	margin-right: 50px;
}

.mb--50 {
	margin-bottom: 50px;
}

.ml--50 {
	margin-left: 50px;
}

@media (max-width: 500px) {
	.mts--50 {
		margin-top: 50px !important;
	}

	.mrs--50 {
		margin-right: 50px !important;
	}

	.mbs--50 {
		margin-bottom: 50px !important;
	}

	.mls--50 {
		margin-left: 50px !important;
	}
}

.mt--55 {
	margin-top: 55px;
}

.mr--55 {
	margin-right: 55px;
}

.mb--55 {
	margin-bottom: 55px;
}

.ml--55 {
	margin-left: 55px;
}

@media (max-width: 500px) {
	.mts--55 {
		margin-top: 55px !important;
	}

	.mrs--55 {
		margin-right: 55px !important;
	}

	.mbs--55 {
		margin-bottom: 55px !important;
	}

	.mls--55 {
		margin-left: 55px !important;
	}
}

.mt--60 {
	margin-top: 60px;
}

.mr--60 {
	margin-right: 60px;
}

.mb--60 {
	margin-bottom: 60px;
}

.ml--60 {
	margin-left: 60px;
}

@media (max-width: 500px) {
	.mts--60 {
		margin-top: 60px !important;
	}

	.mrs--60 {
		margin-right: 60px !important;
	}

	.mbs--60 {
		margin-bottom: 60px !important;
	}

	.mls--60 {
		margin-left: 60px !important;
	}
}

.mt--65 {
	margin-top: 65px;
}

.mr--65 {
	margin-right: 65px;
}

.mb--65 {
	margin-bottom: 65px;
}

.ml--65 {
	margin-left: 65px;
}

@media (max-width: 500px) {
	.mts--65 {
		margin-top: 65px !important;
	}

	.mrs--65 {
		margin-right: 65px !important;
	}

	.mbs--65 {
		margin-bottom: 65px !important;
	}

	.mls--65 {
		margin-left: 65px !important;
	}
}

.mt--70 {
	margin-top: 70px;
}

.mr--70 {
	margin-right: 70px;
}

.mb--70 {
	margin-bottom: 70px;
}

.ml--70 {
	margin-left: 70px;
}

@media (max-width: 500px) {
	.mts--70 {
		margin-top: 70px !important;
	}

	.mrs--70 {
		margin-right: 70px !important;
	}

	.mbs--70 {
		margin-bottom: 70px !important;
	}

	.mls--70 {
		margin-left: 70px !important;
	}
}

.mt--75 {
	margin-top: 75px;
}

.mr--75 {
	margin-right: 75px;
}

.mb--75 {
	margin-bottom: 75px;
}

.ml--75 {
	margin-left: 75px;
}

@media (max-width: 500px) {
	.mts--75 {
		margin-top: 75px !important;
	}

	.mrs--75 {
		margin-right: 75px !important;
	}

	.mbs--75 {
		margin-bottom: 75px !important;
	}

	.mls--75 {
		margin-left: 75px !important;
	}
}

.mt--80 {
	margin-top: 80px;
}

.mr--80 {
	margin-right: 80px;
}

.mb--80 {
	margin-bottom: 80px;
}

.ml--80 {
	margin-left: 80px;
}

@media (max-width: 500px) {
	.mts--80 {
		margin-top: 80px !important;
	}

	.mrs--80 {
		margin-right: 80px !important;
	}

	.mbs--80 {
		margin-bottom: 80px !important;
	}

	.mls--80 {
		margin-left: 80px !important;
	}
}

.mt--85 {
	margin-top: 85px;
}

.mr--85 {
	margin-right: 85px;
}

.mb--85 {
	margin-bottom: 85px;
}

.ml--85 {
	margin-left: 85px;
}

@media (max-width: 500px) {
	.mts--85 {
		margin-top: 85px !important;
	}

	.mrs--85 {
		margin-right: 85px !important;
	}

	.mbs--85 {
		margin-bottom: 85px !important;
	}

	.mls--85 {
		margin-left: 85px !important;
	}
}

.mt--90 {
	margin-top: 90px;
}

.mr--90 {
	margin-right: 90px;
}

.mb--90 {
	margin-bottom: 90px;
}

.ml--90 {
	margin-left: 90px;
}

@media (max-width: 500px) {
	.mts--90 {
		margin-top: 90px !important;
	}

	.mrs--90 {
		margin-right: 90px !important;
	}

	.mbs--90 {
		margin-bottom: 90px !important;
	}

	.mls--90 {
		margin-left: 90px !important;
	}
}

.mt--95 {
	margin-top: 95px;
}

.mr--95 {
	margin-right: 95px;
}

.mb--95 {
	margin-bottom: 95px;
}

.ml--95 {
	margin-left: 95px;
}

@media (max-width: 500px) {
	.mts--95 {
		margin-top: 95px !important;
	}

	.mrs--95 {
		margin-right: 95px !important;
	}

	.mbs--95 {
		margin-bottom: 95px !important;
	}

	.mls--95 {
		margin-left: 95px !important;
	}
}

.mt--100 {
	margin-top: 100px;
}

.mr--100 {
	margin-right: 100px;
}

.mb--100 {
	margin-bottom: 100px;
}

.ml--100 {
	margin-left: 100px;
}

@media (max-width: 500px) {
	.mts--100 {
		margin-top: 100px !important;
	}

	.mrs--100 {
		margin-right: 100px !important;
	}

	.mbs--100 {
		margin-bottom: 100px !important;
	}

	.mls--100 {
		margin-left: 100px !important;
	}
}

@media (max-width: 500px) {
	.mts--0 {
		margin-top: 0 !important;
	}

	.mls--0 {
		margin-left: 0 !important;
	}

	.mrs--0 {
		margin-right: 0 !important;
	}

	.mbs--0 {
		margin-bottom: 0 !important;
	}
}

.header.pc {
	display: none;
}

@media (min-width: 835px) {
	.header.pc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: solid 1px #dfdfdf;
		min-width: 1160px;
		z-index: 1000015;
		position: relative;
		background: #fff;
	}

	.header.pc>.left_column {
		-ms-flex-negative: 2;
		flex-shrink: 2;
		width: 17.6%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.pc>.left_column .logo {
		max-width: 85%;
	}

	.header.pc>.left_column .logo svg {
		width: 100%;
		fill: #a72c29;
		color: #a72c29;
	}

	.header.pc>.left_column .logo img {
		width: auto;
		height: 50px;
	}

	.header.pc>.center_column {
		-ms-flex-negative: 2;
		flex-shrink: 2;
		width: 64.8%;
		border-left: solid 1px #dfdfdf;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header.pc>.center_column>.top {
		padding: 18px 2.9%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.pc>.center_column>.top .site_name {
		width: 55%;
		font-weight: 500;
		font-size: 0.81rem;
		line-height: 1.4em;
		color: #a0a0a0;
	}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.center_column>.top .site_name span {
		display: block;
	}
}

@media (min-width: 835px) {
	.header.pc>.center_column>.top>.row {
		width: 45%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.pc>.center_column>.top>.row .sns_links {
		margin-right: 1.5em;
		min-width: 54px;
	}

	.header.pc>.center_column>.top>.row> :last-child {
		width: calc(100% - 54px);
	}

	.header.pc>.center_column>.top .gsc-control-cse {
		padding: 0;
	}

	.header.pc>.center_column>.top .gsc-search-button {
		border-radius: 5px;
		border-color: #ccc;
		background-color: #ccc;
	}

	.header.pc>.center_column>.top .gsc-search-button:hover {
		cursor: pointer;
	}

	.header.pc>.center_column>.bottom {
		padding: 0 2.9%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header.pc>.center_column>.bottom nav {
		width: 100%;
		max-width: 850px;
		min-height: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header.pc>.center_column>.bottom nav .nav--01 {
		width: 100%;
	}

	.header.pc>.center_column>.bottom nav .nav--01>ul {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header.pc>.center_column>.bottom nav .nav--01>ul>li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1.3em;
		font-size: 0.94rem;
	}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.center_column>.bottom nav .nav--01>ul>li {
		font-size: 0.81rem;
	}
}

@media (min-width: 835px) {
	.header.pc>.center_column>.bottom nav .nav--01>ul>li>a {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.center_column>.bottom nav .nav--01>ul>li>a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.center_column>.bottom nav .nav--01>ul>li>a>span {
		display: block;
	}
}

@media (min-width: 835px) {
	.header.pc>.center_column>.bottom .lang {
		width: 15%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.pc>.center_column>.bottom .lang>a+a {
		margin-left: 0.3em;
	}

	.header.pc>.center_column>.bottom .lang .active {
		color: #c8373c;
		font-weight: 600;
		position: relative;
	}

	.header.pc>.center_column>.bottom .lang .active::after {
		content: "";
		display: block;
		width: 99%;
		height: 3px;
		background: #c8373c;
		position: absolute;
		bottom: -8px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header.pc>.right_column {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		min-width: 17.6%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-left: solid 1px #dfdfdf;
	}

	.header.pc>.right_column .icon_tel {
		color: #c8373c;
		font-size: 1.31rem;
		font-weight: 600;
		text-align: center;
		word-break: break-all;
		white-space: nowrap;
	}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.right_column .icon_tel {
		font-size: 1rem;
	}
}

@media (min-width: 835px) {
	.header.pc>.right_column .icon_tel a {
		color: #c8373c;
	}

	.header.pc>.right_column .icon_tel svg {
		width: 16px;
		height: 16px;
		margin-right: 0.2em;
		color: #c8373c;
		fill: #c8373c;
	}

	.header.pc>.right_column .btn--01 {}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.right_column .btn--01 {}
}

@media (min-width: 835px) {
	.header.pc>.right_column .btn--01 a {
		word-break: keep-all;
		white-space: nowrap;
		letter-spacing: 0;
	}
}

@media (min-width: 835px) and (max-width: 1200px) {
	.header.pc>.right_column .btn--01 a {
		white-space: inherit;
		font-size: 0.75rem;
	}
}

.header.pc .hover_menu {
	margin-top: 80px;
	position: absolute;
	color: #fff;
	z-index: 52;
	opacity: 0;
	height: 0;
	pointer-events: none;
	-webkit-transition: heigiht 0.2s ease-out;
	transition: heigiht 0.2s ease-out;
}

.header.pc .hover_menu::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	background: #c8373c;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: height 0.3s ease-out, opacity 0.5s ease-out;
	transition: height 0.3s ease-out, opacity 0.5s ease-out;
}

.header.pc .hover_menu.full {
	width: 100%;
	right: 0;
}

.header.pc .hover_menu .inner {
	opacity: 0;
	width: 85%;
	min-width: 1160px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 51;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

@media (max-width: 1200px) {
	.header.pc .hover_menu .inner {
		padding: 0 7.5%;
	}
}

.header.pc .hover_menu .inner .left_column {
	opacity: 0;
	width: 46.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.header.pc .hover_menu .inner .left_column .img {
	max-width: 250px;
	max-height: 120px;
	-o-object-fit: contain;
	object-fit: contain;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.header.pc .hover_menu .inner .left_column .img {
		max-width: 200px;
	}
}

.header.pc .hover_menu .inner .left_column .img>img {
	width: 100%;
	height: 100%;
}

.header.pc .hover_menu .inner .left_column .cat_ttl {
	padding-left: 30px;
	font-size: 1.44rem;
	letter-spacing: 0.1em;
}

.header.pc .hover_menu .inner .left_column .cat_ttl span {
	font-size: 0.81rem;
	display: block;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.header.pc .hover_menu .inner .right_column {
	opacity: 0;
	width: 53.4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header.pc .hover_menu .inner .right_column>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.header.pc .hover_menu .inner .right_column>ul>li {
	width: calc(50% - 12px);
}

.header.pc .hover_menu .inner .right_column>ul>li:nth-child(n + 3) {
	margin-top: 20px;
}

.header.pc .hover_menu .inner .right_column>ul>li+li {
	margin-left: 24px;
}

.header.pc .hover_menu .inner .right_column>ul>li+li:nth-child(2n + 1) {
	margin-left: 0;
}

.header.pc .hover_menu .inner .right_column>ul>li a {
	display: block;
	width: 100%;
	padding: 0.8em 1em;
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	position: relative;
}

.header.pc .hover_menu .inner .right_column>ul>li a:active,
.header.pc .hover_menu .inner .right_column>ul>li a:focus {
	color: #fff;
}

.header.pc .hover_menu .inner .right_column>ul>li a .icon_arrow1 {
	color: #fff;
	fill: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header.pc .hover_menu .inner .right_column>ul>li a:hover {
	opacity: 1;
	color: #c8373c;
	background: #fff;
}

.header.pc .hover_menu .inner .right_column>ul>li a:hover .icon_arrow1 {
	color: #c8373c;
	fill: #c8373c;
}

.header.pc .hover_menu .inner .right_column>ul.col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header.pc .hover_menu .inner .right_column>ul.col>li+li {
	margin-left: 0;
	margin-top: 20px;
}

.header.pc .hover_menu.open {
	opacity: 1;
	visibility: visible;
	line-height: 1.6em;
	min-height: 240px;
	pointer-events: all;
	-webkit-transition: height 0.5s ease-out;
	transition: height 0.5s ease-out;
}

@media (max-width: 1200px) {
	.header.pc .hover_menu.open {
		min-height: 200px;
	}
}

.header.pc .hover_menu.open::before {
	height: 100%;
	opacity: 1;
}

.header.pc .hover_menu.open .inner {
	opacity: 1;
}

.header.pc .hover_menu.open .inner .left_column,
.header.pc .hover_menu.open .inner .right_column {
	opacity: 1;
}

.header.tab {
	display: none;
}

@media (min-width: 501px) and (max-width: 834px) {
	.header.tab {
		width: 100%;
		height: 70px;
		display: block;
		z-index: 1000015;
		position: relative;
	}

	.header.tab .ham_btn {
		position: fixed;
		z-index: 1000050;
		top: 0;
		right: 0;
		width: 70px;
		height: 69px;
		border-left: solid 1px #dfdfdf;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #fff;
	}

	.header.tab .ham_btn>div {
		position: relative;
		width: 20px;
		height: 17px;
	}

	.header.tab .ham_btn>p {
		color: #c8373c;
		font-size: 0.56rem;
		font-weight: 600;
		letter-spacing: 0;
		margin-top: 0.5em;
	}

	.header.tab .ham_btn span {
		display: block;
		width: 20px;
		height: 3px;
		background: #c8373c;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header.tab .ham_btn span:nth-child(1) {
		top: 0;
	}

	.header.tab .ham_btn span:nth-child(2) {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.header.tab .ham_btn span:nth-child(3) {
		bottom: 0;
	}

	.header.tab .ham_btn.open {
		border-left: 0;
		background: 0 0;
	}

	.header.tab .ham_btn.open>p {
		color: #fff;
	}

	.header.tab .ham_btn.open span {
		width: 25px;
		background: #fff;
		z-index: 1000051;
	}

	.header.tab .ham_btn.open span:nth-child(1) {
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.header.tab .ham_btn.open span:nth-child(2) {
		width: 0;
	}

	.header.tab .ham_btn.open span:nth-child(3) {
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.header.tab .ham_menu {
		display: none;
		background: #c8373c;
		width: 65vw;
		height: 100vh;
		overflow-y: auto;
		pointer-events: none;
		font-size: 0.88rem;
	}

	.header.tab .ham_menu_inner {
		width: 80%;
		padding: 9%;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li {
		margin-bottom: 2em;
		padding-top: 1.5em;
		border-top: solid 1px rgba(255, 255, 255, 0.35);
	}

	.header.tab .ham_menu_inner .nav--01>ul>li>a {
		color: #fff;
		font-size: 0.88rem;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li>a::before {
		content: "";
		display: inline-block;
		margin-right: 0.6em;
		width: 10px;
		height: 10px;
		border-radius: 4px 0 4px 0;
		background: rgba(255, 255, 255, 0.75);
	}

	.header.tab .ham_menu_inner .nav--01>ul>li.hover_menu_switch {
		margin-bottom: 1em;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner {
		padding: 1em;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner .img {
		display: none;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner .cat_ttl {
		color: #fff;
		margin-bottom: 1.5em;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner .cat_ttl span {
		font-size: 0.63rem;
		font-weight: 300;
		display: block;
		letter-spacing: 0.05em;
		margin-bottom: 0.5em;
		opacity: 0.65;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner ul>li {
		margin-bottom: 1em;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner ul>li .icon_arrow1 {
		display: none;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner ul>li>a {
		color: #fff;
		font-size: 0.88rem;
		padding-left: 1em;
	}

	.header.tab .ham_menu_inner .nav--01>ul>li .inner ul>li>a::before {
		content: "";
		display: inline-block;
		margin-right: 0.7em;
		width: 0.5em;
		height: 0.5em;
		border-radius: 100%;
		background: rgba(255, 255, 255, 0.45);
	}

	.header.tab .ham_menu.open {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000049;
		pointer-events: all;
	}

	.header.tab .header_inner {
		width: 100%;
		padding-right: 90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 70px;
		background: #fff;
		border-bottom: solid 1px #dfdfdf;
		position: fixed;
		z-index: 1000015;
		top: 0;
		left: 0;
	}

	.header.tab .header_inner .logo {
		padding: 0 2.6%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.tab .header_inner .logo svg {
		color: #a72c29;
		fill: #a72c29;
		width: 90px;
		height: 35px;
		vertical-align: bottom;
	}

	.header.tab .header_inner .logo img {
		width: auto;
		height: 31px;
		vertical-align: bottom;
	}

	.header.tab .header_inner .info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.tab .header_inner .info>*+* {
		margin-left: 20px;
	}

	.header.tab .header_inner .info .icon_tel {
		color: #c8373c;
		font-size: 1rem;
		font-weight: 600;
		text-align: center;
		word-break: break-all;
		white-space: nowrap;
	}

	.header.tab .header_inner .info .icon_tel a {
		color: #c8373c;
	}

	.header.tab .header_inner .info .icon_tel svg {
		width: 14px;
		height: 14px;
		margin-right: 0.2em;
		color: #c8373c;
		fill: #c8373c;
	}
}

@media (min-width: 501px) and (max-width: 834px) and (max-width: 600px) {
	.header.tab .header_inner .info .btn--01 {
		visibility: hidden;
		overflow: hidden;
		width: 0;
		height: 0;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.header.tab .header_inner .info .btn--01 a {
		font-size: 0.75rem;
		min-height: 30px;
		white-space: nowrap;
	}

	.header.tab .header_inner .lang {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 0.88rem;
	}

	.header.tab .header_inner .lang>a+a {
		margin-left: 0.3em;
	}

	.header.tab .header_inner .lang .active {
		color: #c8373c;
		font-weight: 600;
		position: relative;
	}

	.header.tab .header_inner .lang .active::after {
		content: "";
		display: block;
		width: 99%;
		height: 3px;
		background: #c8373c;
		position: absolute;
		bottom: -8px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.header.sp {
	display: none;
}

@media (max-width: 500px) {
	.header.sp {
		width: 100%;
		height: 60px;
		display: block;
		z-index: 1000015;
		position: relative;
	}

	.header.sp .ham_btn {
		position: fixed;
		z-index: 1000050;
		top: 0;
		right: 0;
		width: 70px;
		height: 60px;
		border-left: solid 1px #dfdfdf;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header.sp .ham_btn>div {
		position: relative;
		width: 20px;
		height: 17px;
	}

	.header.sp .ham_btn>p {
		color: #c8373c;
		font-size: 0.56rem;
		font-weight: 600;
		letter-spacing: 0;
		margin-top: 0.5em;
	}

	.header.sp .ham_btn span {
		display: block;
		width: 20px;
		height: 3px;
		background: #c8373c;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header.sp .ham_btn span:nth-child(1) {
		top: 0;
	}

	.header.sp .ham_btn span:nth-child(2) {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.header.sp .ham_btn span:nth-child(3) {
		bottom: 0;
	}

	.header.sp .ham_btn.open {
		border-left: 0;
	}

	.header.sp .ham_btn.open span {
		width: 25px;
		background: #fff;
		z-index: 1000051;
	}

	.header.sp .ham_btn.open span:nth-child(1) {
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.header.sp .ham_btn.open span:nth-child(2) {
		width: 0;
	}

	.header.sp .ham_btn.open span:nth-child(3) {
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.header.sp .ham_menu {
		display: none;
		background: #c8373c;
		width: 100vw;
		height: 100vh;
		overflow-y: auto;
		pointer-events: none;
		font-size: 0.88rem;
	}

	.header.sp .ham_menu_inner {
		width: calc(100% - 70px);
		padding: 9% 5% 80px 9%;
	}

	.header.sp .ham_menu_inner .logo {
		padding-bottom: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.sp .ham_menu_inner .logo svg {
		color: #fff;
		fill: #fff;
		width: 110px;
		height: 43px;
		vertical-align: bottom;
	}

	.header.sp .ham_menu.open {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000049;
		pointer-events: all;
	}

	.header.sp .header_inner {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		background: #fff;
		border-bottom: solid 1px #dfdfdf;
		position: fixed;
		z-index: 1000015;
		top: 0;
		left: 0;
	}

	.header.sp .header_inner .logo {
		padding: 0 5.4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header.sp .header_inner .logo svg {
		color: #a72c29;
		fill: #a72c29;
		width: 80px;
		height: 31px;
		vertical-align: bottom;
	}

	.header.sp .header_inner .logo img {
		width: auto;
		height: 31px;
		vertical-align: bottom;
	}
}

.header.sp .nav--01>ul {
	margin-top: 10px;
	margin-left: 1em;
}

.header.sp .nav--01>ul>li {
	margin-bottom: 1.2em;
	padding-top: 1em;
	border-top: solid 1px rgba(255, 255, 255, 0.35);
}

.header.sp .nav--01>ul>li>a {
	color: #fff;
	font-size: 0.81rem;
}

.header.sp .nav--01>ul>li>a::before {
	content: "";
	display: inline-block;
	margin-right: 0.6em;
	width: 10px;
	height: 10px;
	border-radius: 4px 0 4px 0;
	background: rgba(255, 255, 255, 0.75);
}

.header.sp .nav--01>ul>li.hover_menu_switch {
	margin-bottom: 1em;
}

.header.sp .nav--01>ul>li .hover_menu_posi {
	margin-top: 20px;
}

.header.sp .nav--01>ul>li .inner {
	padding: 1em 0 0.5em 1em;
}

.header.sp .nav--01>ul>li .inner .img {
	display: none;
}

.header.sp .nav--01>ul>li .inner .cat_ttl {
	display: none;
}

.header.sp .nav--01>ul>li .inner .icon_arrow1 {
	display: none;
}

.header.sp .nav--01>ul>li .inner ul {
	margin-top: 0.3em;
}

.header.sp .nav--01>ul>li .inner ul>li {
	margin-bottom: 0.9em;
}

.header.sp .nav--01>ul>li .inner ul>li>a {
	color: #fff;
	font-size: 0.81rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header.sp .nav--01>ul>li .inner ul>li>a::before {
	content: "";
	display: inline-block;
	margin-top: 0.3em;
	margin-right: 0.7em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.45);
}

.header.sp .nav--02 {
	margin-top: 60px;
}

.header.sp .nav--02>ul {
	margin-top: 10px;
	margin-left: 1em;
	border-top: solid 1px rgba(255, 255, 255, 0.35);
}

.header.sp .nav--02>ul>li+li {
	border-top: solid 1px rgba(255, 255, 255, 0.35);
}

.header.sp .nav--02>ul>li>a {
	color: #fff;
	font-size: 0.81rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em 0;
}

.header.sp .nav--02>ul>li>a>span {
	width: 35px;
	margin-right: 1.5em;
	display: inline-block;
	text-align: center;
}

.header.sp .nav--02>ul>li>a .d,
.header.sp .nav--02>ul>li>a img,
.header.sp .nav--02>ul>li>a svg {
	color: #fff;
	fill: #fff;
	max-width: 34px;
	max-height: 27px;
}

.side_nav {
	border-radius: 10px 0 0 10px;
	color: #fff;
	background: #c8373c;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

@media (max-width: 500px) {
	.side_nav {
		display: none;
	}
}

.side_nav>ul>li+li {
	border-top: solid 1px #fff;
}

.side_nav>ul>li a {
	color: #fff;
	font-size: 0.94rem;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.8em 1.2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.side_nav>ul>li a>span {
	width: 50px;
	display: inline-block;
}

@media (min-width: 501px) and (max-width: 834px) {
	.side_nav>ul>li a>span {
		width: 30px;
		text-align: center;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.side_nav>ul>li a>p {
		display: none;
	}
}

.side_nav>ul>li a .d,
.side_nav>ul>li a img,
.side_nav>ul>li a svg {
	color: #fff;
	fill: #fff;
	max-width: 35px;
	max-height: 27px;
}

.footer {
	padding-top: 140px;
	min-width: 1160px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer {
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.footer {
		padding-top: 60px;
		min-width: 0;
	}
}

.footer_information {
	color: #fff;
	font-size: 1.38rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_information {
		font-size: 1.13rem;
	}
}

@media (max-width: 750px) {
	.footer_information {
		font-size: 0.88rem;
		line-height: 1.4em;
	}
}

.footer_information .inner {
	max-width: 680px;
	padding: 50px 0;
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_information .inner {
		padding: 40px 0;
	}
}

@media (max-width: 500px) {
	.footer_information .inner {
		padding: 30px 0;
	}
}

.footer_information .inner span.pc {
	display: inline-block;
}

@media (max-width: 500px) {
	.footer_information .inner span.pc {
		display: none;
	}
}

.footer_information .btn--02 {
	margin-top: 1em;
}

.footer_information .left_column {
	width: 50%;
	background: #a72c29;
}

.footer_information .left_column .inner {
	margin-left: auto;
	margin-right: 0;
}

.footer_information .right_column {
	width: 50%;
	background: #c8373c;
}

.footer_information .right_column .inner {
	margin-left: 0;
	margin-right: auto;
}

.footer_menu .top_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 750px) {
	.footer_menu .top_column {
		display: block;
	}
}

.footer_menu .top_column .left_column {
	width: 50%;
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column {
		width: 100%;
	}
}

.footer_menu .top_column .left_column .inner {
	padding: 100px 10.4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1200px) {
	.footer_menu .top_column .left_column .inner {
		padding: 60px 5.2%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .left_column .inner {
		padding: 40px 20px 60px 9%;
	}
}

@media (max-width: 500px) {
	.footer_menu .top_column .left_column .inner {
		padding: 30px 5.4%;
		text-align: center;
		display: block;
	}
}

.footer_menu .top_column .left_column .logo_ebm_pro {
	width: 180px;
}

@media (max-width: 1200px) {
	.footer_menu .top_column .left_column .logo_ebm_pro {
		width: 140px;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .left_column .logo_ebm_pro {
		width: 130px;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column .logo_ebm_pro {
		width: 67.6%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.footer_menu .top_column .left_column .logo_ebm_pro img {
	width: 135px;
	height: auto;
	margin-left: 0;
}

@media (max-width: 1200px) {
	.footer_menu .top_column .left_column .logo_ebm_pro img {
		width: 100px;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .left_column .logo_ebm_pro img {
		width: 90px;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column .logo_ebm_pro img {
		width: 120px;
		margin: 0 20px;
	}
}

@media (max-width: 500px) {
	.footer_menu .top_column .left_column .logo_ebm_pro img {
		width: 100px;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column .logo_ebm_pro .logo svg {
		width: 120px;
		height: 47px;
		margin-left: 5px;
		fill: #2c2c2c;
		color: #2c2c2c;
	}
}

.footer_menu .top_column .left_column .info {
	width: calc(100% - 180px);
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .left_column .info {
		width: calc(100% - 130px);
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column .info {
		width: 100%;
		margin-top: 30px;
	}
}

.footer_menu .top_column .left_column .info p {
	font-size: 0.81rem;
	line-height: 1.6em;
}

@media (max-width: 500px) {
	.footer_menu .top_column .left_column .info p {
		font-size: 0.75rem;
	}
}

.footer_menu .top_column .left_column .info .logo {
	margin: 17px auto 1.6em;
}

@media (max-width: 500px) {
	.footer_menu .top_column .left_column .info .logo {
		font-size: 0.94rem;
	}
}

@media (max-width: 835px) {
	.footer_menu .top_column .left_column .info .logo svg {
		width: 130px;
		height: 51px;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column .info .logo svg {
		width: 120px;
		height: 47px;
	}
}

.footer_menu .top_column .left_column .info .company_name {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

@media (max-width: 750px) {
	.footer_menu .top_column .left_column .info span.sp {
		display: inline-block;
		margin: 0 0.5em;
	}
}

.footer_menu .top_column .right_column {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 750px) {
	.footer_menu .top_column .right_column {
		width: 100%;
		border-top: solid 1px #dfdfdf;
	}
}

.footer_menu .top_column .right_column>.inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_menu .top_column .right_column>.inner>ul {
	padding: 90px 10.4%;
	width: 50%;
	border-left: solid 1px #dfdfdf;
}

@media (max-width: 1200px) {
	.footer_menu .top_column .right_column>.inner>ul {
		padding: 60px 5.2%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .right_column>.inner>ul {
		padding: 40px 5.2%;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .right_column>.inner>ul {
		padding: 25px 2.7% 25px 5.4%;
	}
}

.footer_menu .top_column .right_column>.inner>ul>li {
	font-size: 0.94rem;
	line-height: 1.6em;
	word-break: keep-all;
}

@media (max-width: 1200px) {
	.footer_menu .top_column .right_column>.inner>ul>li {
		font-size: 0.81rem;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .right_column>.inner>ul>li {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .right_column>.inner>ul>li {
		font-size: 0.75rem;
		line-height: 1.4em;
		display: block;
	}
}

.footer_menu .top_column .right_column>.inner>ul>li+li {
	margin-top: 2em;
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .right_column>.inner>ul>li+li {
		margin-top: 1.3em;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .right_column>.inner>ul>li+li {
		margin-top: 1.4em;
	}
}

.footer_menu .top_column .sub_menu {
	font-size: 0.88rem;
}

@media (min-width: 835px) {
	.footer_menu .top_column .sub_menu {
		margin: 1.5em 0 3.5em 1.2em;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.footer_menu .top_column .sub_menu {
		font-size: 0.75rem;
		margin: 1.5em 0 3.5em 1.2em;
	}
}

@media (max-width: 750px) {
	.footer_menu .top_column .sub_menu {
		margin: 0.8em 1em 1.5em;
		font-size: 0.69rem;
	}
}

.footer_menu .top_column .sub_menu>ul>li+li {
	margin-top: 0.7em;
}

.footer_menu .bottom_column {
	color: #959595;
	border-top: solid 1px #dfdfdf;
	font-size: 0.69rem;
}

.footer_menu .bottom_column .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 0;
	max-width: 1160px;
}

@media (max-width: 1160px) {
	.footer_menu .bottom_column .inner {
		padding: 2em 7.3%;
	}
}

@media (max-width: 750px) {
	.footer_menu .bottom_column .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.footer_menu .bottom_column .inner>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 750px) {
	.footer_menu .bottom_column .inner>ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.footer_menu .bottom_column .inner>ul>li {
	font-size: 0.75rem;
	word-break: keep-all;
	margin-left: 2em;
}

@media (max-width: 750px) {
	.footer_menu .bottom_column .inner>ul>li {
		margin-left: 1em;
		letter-spacing: 0;
	}

	.footer_menu .bottom_column .inner>ul>li:first-child {
		margin-left: 0;
	}
}

.footer_menu .bottom_column .inner>ul>li a {
	color: #959595;
}

@media (max-width: 750px) {
	.footer_menu .bottom_column .copy {
		margin-top: 1.5em;
		line-height: 1.4em;
		font-size: 0.63rem;
		text-align: center;
	}
}

.btn .icon_arrow1 br {
	display: none;
}

.btn--01 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.5em;
	color: #fff;
	background: #c8373c;
	border-radius: 40px;
	min-height: 40px;
	line-height: 1.2em;
	font-size: 0.88rem;
}

@-webkit-keyframes skewanime {
	100% {
		left: -10%;
	}
}

@keyframes skewanime {
	100% {
		left: -10%;
	}
}

@-webkit-keyframes skewanime_back {
	0% {
		left: -10%;
	}

	100% {
		left: -180%;
	}
}

@keyframes skewanime_back {
	0% {
		left: -10%;
	}

	100% {
		left: -180%;
	}
}

.btn--02 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.btn--02>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4em 2.5em;
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-radius: 40px;
	min-height: 60px;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

@media (max-width: 750px) {
	.btn--02>a {
		padding: 1em 1.5em;
		min-height: 0;
	}
}

@media (max-width: 500px) {
	.btn--02>a {
		padding: 0;
		min-height: 0;
		width: 42px;
		height: 42px;
		border-radius: 40px;
	}
}

.btn--02>a>span {
	position: relative;
	z-index: 3;
}

.btn--02>a svg {
	color: #fff;
	fill: #fff;
	vertical-align: middle;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

@media (max-width: 500px) {
	.btn--02>a svg {
		vertical-align: inherit;
	}
}

.btn--02>a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -130%;
	background: #fff;
	width: 120%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: skewanime_back 0.3s forwards;
	animation: skewanime_back 0.3s forwards;
}

.btn--02>a:active,
.btn--02>a:focus,
.btn--02>a:hover {
	opacity: 1;
	color: #a72c29;
}

.btn--02>a:active svg,
.btn--02>a:focus svg,
.btn--02>a:hover svg {
	color: #a72c29;
	fill: #a72c29;
}

.btn--02>a:active::before,
.btn--02>a:focus::before,
.btn--02>a:hover::before {
	-webkit-animation: skewanime 0.5s forwards;
	animation: skewanime 0.5s forwards;
}

.btn--02>a.icon_tel {
	font-size: 1.56rem;
	font-weight: 600;
}

@media (max-width: 750px) {
	.btn--02>a.icon_tel {
		font-size: 0.88rem;
		line-height: 1.4em;
	}
}

.btn--02>a.icon_tel svg {
	margin-right: 0.3em;
}

@media (max-width: 500px) {
	.btn--02>a.icon_tel svg {
		margin-right: 0;
	}
}

.btn--02>a.icon_contact {
	font-size: 1.13rem;
	font-weight: 500;
}

@media (max-width: 750px) {
	.btn--02>a.icon_contact {
		font-size: 0.88rem;
		line-height: 1.4em;
	}
}

.btn--02>a.icon_contact svg {
	margin-right: 0.6em;
}

@media (max-width: 500px) {
	.btn--02>a.icon_contact svg {
		margin-right: 0;
		width: 19px;
		height: 20px;
	}
}

.btn--02>a.icon_contact:active,
.btn--02>a.icon_contact:focus,
.btn--02>a.icon_contact:hover {
	color: #c8373c;
}

.btn--02>a.icon_contact:active svg,
.btn--02>a.icon_contact:focus svg,
.btn--02>a.icon_contact:hover svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--03 {
	margin-top: 50px;
	position: relative;
	display: inline-block;
}

@media (max-width: 500px) {
	.btn--03 {
		margin-top: 40px;
	}
}

.btn--03 input[type="submit"],
.btn--03>a {
	color: #fff;
	min-width: 500px;
	min-height: 60px;
	padding: 8px 30px 8px 10px;
	border: solid 1px #c8373c;
	background: #c8373c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media (max-width: 500px) {

	.btn--03 input[type="submit"],
	.btn--03>a {
		width: 85%;
		min-width: 280px;
		min-height: 50px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.btn--03 input[type="submit"]:active,
.btn--03 input[type="submit"]:focus,
.btn--03 input[type="submit"]:hover,
.btn--03>a:active,
.btn--03>a:focus,
.btn--03>a:hover {
	opacity: 1;
	color: #c8373c;
	border: solid 1px #c8373c;
	background: #fff;
}

.btn--03 input[type="submit"]:active .icon_arrow1 svg,
.btn--03 input[type="submit"]:focus .icon_arrow1 svg,
.btn--03 input[type="submit"]:hover .icon_arrow1 svg,
.btn--03>a:active .icon_arrow1 svg,
.btn--03>a:focus .icon_arrow1 svg,
.btn--03>a:hover .icon_arrow1 svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--03 input[type="submit"]:active .icon_dl svg,
.btn--03 input[type="submit"]:focus .icon_dl svg,
.btn--03 input[type="submit"]:hover .icon_dl svg,
.btn--03>a:active .icon_dl svg,
.btn--03>a:focus .icon_dl svg,
.btn--03>a:hover .icon_dl svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--03 .icon_arrow1 {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--03 .icon_arrow1 svg {
	color: #fff;
	fill: #fff;
}

.btn--03 .icon_arrow1__to {
	left: 18px;
	right: auto;
	-webkit-transform: translateY(-50%) scale(-1, -1);
	transform: translateY(-50%) scale(-1, -1);
}

.btn--03 .icon_dl {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--03 .icon_dl svg {
	color: #fff;
	fill: #fff;
}

.btn--03:active span+.icon_arrow1 svg,
.btn--03:focus span+.icon_arrow1 svg,
.btn--03:hover span+.icon_arrow1 svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--03:active span+.icon_dl svg,
.btn--03:focus span+.icon_dl svg,
.btn--03:hover span+.icon_dl svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--03+.btn--03 {
	margin-left: 10px;
}

.btn--04 {
	margin-top: 1.5em;
}

@media (max-width: 500px) {
	.btn--04 {
		padding-bottom: 1.5em;
	}
}

.btn--04>a {
	color: #c8373c;
	min-height: 50px;
	padding: 0 50px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	position: relative;
	border: solid 1px #c8373c;
}

@media (max-width: 500px) {
	.btn--04>a {
		margin-left: auto;
		margin-right: auto;
		min-height: 50px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.btn--04>a .icon_arrow1 {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--04>a .icon_arrow1 svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--04>a:active,
.btn--04>a:focus,
.btn--04>a:hover {
	opacity: 1;
	color: #fff;
	border: solid 1px #c8373c;
	background: #c8373c;
}

.btn--04>a:active .icon_arrow1 svg,
.btn--04>a:focus .icon_arrow1 svg,
.btn--04>a:hover .icon_arrow1 svg {
	color: #fff;
	fill: #fff;
}

.btn--05 {
	margin-top: 1.5em;
}

@media (max-width: 500px) {
	.btn--05 {
		padding-bottom: 1.5em;
	}
}

.btn--05>a {
	color: #c8373c;
	font-size: 1.56rem;
	font-weight: 600;
	min-height: 60px;
	padding: 0.5em 2em;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	position: relative;
	border: solid 1px rgba(200, 55, 60, 0.3);
}

@media (max-width: 500px) {
	.btn--05>a {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		min-height: 50px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.btn--05>a .icon_tel {
	margin-right: 0.2em;
}

.btn--05>a .icon_tel svg {
	margin-top: 0.2em;
	color: #c8373c;
	fill: #c8373c;
}

.btn--05>a:active,
.btn--05>a:focus,
.btn--05>a:hover {
	opacity: 1;
	color: #fff;
	border: solid 1px #c8373c;
	background: #c8373c;
}

.btn--05>a:active .icon_tel svg,
.btn--05>a:focus .icon_tel svg,
.btn--05>a:hover .icon_tel svg {
	color: #fff;
	fill: #fff;
}

.btn--06 {
	margin-top: 50px;
	position: relative;
	display: inline-block;
}

@media (max-width: 500px) {
	.btn--06 {
		margin-top: 40px;
	}
}

.btn--06 input[type="submit"],
.btn--06>a {
	color: #fff;
	min-width: 500px;
	min-height: 60px;
	border: solid 1px #565656;
	background: #565656;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media (max-width: 500px) {

	.btn--06 input[type="submit"],
	.btn--06>a {
		width: 85%;
		min-width: 280px;
		min-height: 50px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.btn--06 input[type="submit"]:active,
.btn--06 input[type="submit"]:focus,
.btn--06 input[type="submit"]:hover,
.btn--06>a:active,
.btn--06>a:focus,
.btn--06>a:hover {
	opacity: 1;
	color: #565656;
	border: solid 1px #565656;
	background: #fff;
}

.btn--06 input[type="submit"]:active .icon_arrow1 svg,
.btn--06 input[type="submit"]:focus .icon_arrow1 svg,
.btn--06 input[type="submit"]:hover .icon_arrow1 svg,
.btn--06>a:active .icon_arrow1 svg,
.btn--06>a:focus .icon_arrow1 svg,
.btn--06>a:hover .icon_arrow1 svg {
	color: #565656;
	fill: #565656;
}

.btn--06 input[type="submit"]:active .icon_dl svg,
.btn--06 input[type="submit"]:focus .icon_dl svg,
.btn--06 input[type="submit"]:hover .icon_dl svg,
.btn--06>a:active .icon_dl svg,
.btn--06>a:focus .icon_dl svg,
.btn--06>a:hover .icon_dl svg {
	color: #565656;
	fill: #565656;
}

.btn--06 .icon_arrow1 {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--06 .icon_arrow1 svg {
	color: #fff;
	fill: #fff;
}

.btn--06 .icon_arrow1__to {
	left: 18px;
	right: auto;
	-webkit-transform: translateY(-50%) scale(-1, -1);
	transform: translateY(-50%) scale(-1, -1);
}

.btn--06 .icon_dl {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--06 .icon_dl svg {
	color: #fff;
	fill: #fff;
}

.btn--06:active span+.icon_arrow1 svg,
.btn--06:focus span+.icon_arrow1 svg,
.btn--06:hover span+.icon_arrow1 svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn--06:active span+.icon_dl svg,
.btn--06:focus span+.icon_dl svg,
.btn--06:hover span+.icon_dl svg {
	color: #c8373c;
	fill: #c8373c;
}

.btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn_wrap .btn.confirm-show,
.btn_wrap .btn.confirm-show+.btn {
	margin-right: 10px;
	margin-left: 10px;
	width: 35%;
}

@media (max-width: 500px) {

	.btn_wrap .btn.confirm-show,
	.btn_wrap .btn.confirm-show+.btn {
		width: 45%;
	}
}

.btn_wrap .btn.confirm-show a,
.btn_wrap .btn.confirm-show input[type="submit"],
.btn_wrap .btn.confirm-show span:not(.icon_arrow1),
.btn_wrap .btn.confirm-show+.btn a,
.btn_wrap .btn.confirm-show+.btn input[type="submit"],
.btn_wrap .btn.confirm-show+.btn span:not(.icon_arrow1) {
	display: block;
	width: 100%;
	min-width: 0 !important;
}

.btn_wrap .btn.confirm-show .icon_arrow1 {
	-webkit-transform: scale(-1, 1) translateY(-50%);
	transform: scale(-1, 1) translateY(-50%);
	right: auto;
	left: 18px;
}

.btn_wrap+.btn_wrap .btn--03 {
	margin-top: 25px;
}

.bg--01 {
	padding-top: 100px;
	position: relative;
}

@media (max-width: 500px) {
	.bg--01 {
		padding-top: 50px;
	}
}

.bg--01::before {
	display: block;
	content: "";
	width: 100%;
	min-width: 1160px;
	height: 100%;
	background: #f0f0eb;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 501px) and (max-width: 834px) {
	.bg--01::before {
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.bg--01::before {
		min-width: 0;
	}
}

.bg--01>* {
	position: relative;
	z-index: 2;
}

.bg--02 {
	min-width: 1160px;
	margin-top: 150px;
	padding: 50px 0 150px;
	background: #f0f0eb;
}

@media (min-width: 501px) and (max-width: 834px) {
	.bg--02 {
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.bg--02 {
		min-width: 0;
		margin-top: 50px;
		padding: 50px 0 100px;
	}
}

.bg--03 {
	min-width: 1160px;
	margin-top: 150px;
	padding: 95px 0 150px;
	background: #f0f0eb;
}

@media (min-width: 501px) and (max-width: 834px) {
	.bg--03 {
		min-width: 0;
		margin-top: 70px;
		padding: 70px 0 100px;
	}
}

@media (max-width: 500px) {
	.bg--03 {
		min-width: 0;
		margin-top: 50px;
		padding: 50px 0 100px;
	}
}

.bg--04 {
	background: #f4f4f4;
}

.column__main {
	width: 85%;
	min-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 7.5%;
}

@media (max-width: 1160px) {
	.column__main {
		padding: 0 7.5%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.column__main {
		width: 82%;
		min-width: 0;
		padding: 0;
	}
}

@media (max-width: 500px) {
	.column__main {
		width: 89%;
		min-width: 0;
		padding: 0;
	}
}

.no_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	min-height: 200px;
}

@media (max-width: 500px) {
	.no_contents {
		font-size: 0.69rem;
		min-height: 150px;
	}
}

.page_mv {
	width: 100%;
	min-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 501px) and (max-width: 834px) {
	.page_mv {
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.page_mv {
		min-width: 0;
	}
}

.page_mv img {
	width: 100%;
	height: auto;
}

.page_mv .page_name {
	position: absolute;
	bottom: -10px;
	right: 0;
	background: #fff;
	color: #2c2c2c;
	font-size: 1.88rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	min-width: 450px;
	min-height: 65px;
	padding: 0 2em 0 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	vertical-align: bottom;
}

@media (min-width: 501px) and (max-width: 834px) {
	.page_mv .page_name {
		min-width: 400px;
		min-height: 55px;
		font-size: 1.44rem;
	}
}

@media (max-width: 500px) {
	.page_mv .page_name {
		margin-left: auto;
		margin-right: auto;
		min-width: 0;
		min-height: 0;
		font-size: 1rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		line-height: 1.2em;
		padding: 0.8em 1.5em;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.page_mv .page_name span {
	color: #c8373c;
	font-size: 0.94rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.page_mv .page_name span::before {
	content: "-";
	display: inline-block;
	margin: auto 0.5em;
}

@media (max-width: 500px) {
	.page_mv .page_name span {
		font-size: 0.56rem;
		line-height: 1.3em;
	}
}

.bread_list {
	padding: 1.5em 0 calc(90px - 0.5em);
}

@media (min-width: 501px) and (max-width: 834px) {
	.bread_list {
		padding: 1.5em 0 calc(60px - 0.5em);
	}
}

@media (max-width: 500px) {
	.bread_list {
		padding: 2em 0 60px;
	}
}

.bread_list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	word-break: break-all;
}

.bread_list>ul>li {
	color: #959595;
	font-size: 0.75rem;
	margin-bottom: 0.5em;
	padding-right: 1em;
}

@media (max-width: 500px) {
	.bread_list>ul>li {
		font-size: 0.63rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		margin-bottom: 0.8em;
		padding-right: 0.8em;
	}
}

.bread_list>ul>li+li {
	position: relative;
}

.bread_list>ul>li .icon_arrow1 {
	margin-right: 1em;
}

@media (max-width: 500px) {
	.bread_list>ul>li .icon_arrow1 {
		margin-right: 0.8em;
	}
}

.bread_list>ul>li .icon_arrow1 svg {
	color: #c8373c;
	fill: #c8373c;
}

.bread_list>ul>li a {
	color: #c8373c;
}

.sns_links>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sns_links>ul>li+li {
	margin-left: 0.8em;
}

.contents_link_box .contents_img .d,
.contents_link_box .contents_img svg {
	color: #2c2c2c;
	fill: #2c2c2c;
}

@media (max-width: 835px) {
	.contents_link_box .contents_img {
		width: 100%;
		height: 100%;
		border: solid 1px #d5d5d5;
		border-radius: 10px;
		position: relative;
	}

	.contents_link_box .contents_img:before {
		content: "";
		display: block;
		padding-top: 80%;
	}

	.contents_link_box .contents_img>img,
	.contents_link_box .contents_img>svg {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 500px) {

	.contents_link_box .contents_img>img,
	.contents_link_box .contents_img>svg {
		max-width: 90px;
		max-height: 70px;
	}
}

.contents_link_box .contents_info {
	margin-top: 20px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 500px) {
	.contents_link_box .contents_info {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.contents_link_box .contents_info a {
	color: #565656;
}

.contents_link_box .arrow-btn {
	position: absolute;
	z-index: 3;
	bottom: -1px;
	right: -1px;
	width: 45px;
	height: 45px;
	border-radius: 10px 0 10px 0;
	background: #c8373c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (max-width: 500px) {
	.contents_link_box .arrow-btn {
		width: 30px;
		height: 30px;
	}
}

.contents_link_box .arrow-btn svg {
	color: #fff;
	fill: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.contents_link_box>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 835px) {
	.contents_link_box>ul>li {
		border: solid 1px #d5d5d5;
		border-radius: 10px;
		position: relative;
		width: 22.75%;
	}

	.contents_link_box>ul>li:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	.contents_link_box>ul>li>* {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit:cover";
	}

	.contents_link_box>ul>li img {
		min-width: 101%;
		min-height: 101%;
	}

	.contents_link_box>ul>li+li {
		margin-left: 3%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.contents_link_box>ul>li {
		width: 46%;
	}

	.contents_link_box>ul>li+li {
		margin-left: 8%;
	}

	.contents_link_box>ul>li+li:nth-child(2n + 1) {
		margin-left: 0;
	}

	.contents_link_box>ul>li+li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	.contents_link_box>ul>li {
		width: 48%;
	}

	.contents_link_box>ul>li+li {
		margin-left: 4%;
	}

	.contents_link_box>ul>li+li:nth-child(2n + 1) {
		margin-left: 0;
	}

	.contents_link_box>ul>li+li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

.contents_link_box>ul>li::before {
	padding-top: 94%;
}

.contents_link_box>ul>li a {
	width: 100%;
	height: 100%;
	color: #565656;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.contents_link_box>ul>li a:hover {
	opacity: 1;
}

.contents_link_box>ul>li a:hover .arrow-btn {
	border: solid 1px #c8373c;
	background: #fff;
}

.contents_link_box>ul>li a:hover .arrow-btn svg {
	color: #c8373c;
	fill: #c8373c;
}

.slide_archive_box {
	margin-top: 22.5px;
	padding-top: 27.5px;
	padding-bottom: 45px;
	width: 100%;
	min-width: 1160px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 835px) {
	.slide_archive_box {
		min-width: 0;
	}
}

.slide_archive_box_slide {
	opacity: 0;
	overflow: inherit;
}

.slide_archive_box_slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

.slide_archive_box_slide>a .slide_inner {
	border-radius: 3%;
	overflow: hidden;
	position: relative;
}

.slide_archive_box_slide>a .slide_inner::after {
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(rgba(255, 255, 255, 0)),
			color-stop(60%, rgba(44, 44, 44, 0.95)),
			to(#2c2c2c));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(44, 44, 44, 0.95) 60%, #2c2c2c 100%);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.slide_archive_box_slide>a:hover {
	opacity: 1;
}

.slide_archive_box_slide>a.status_new {
	position: relative;
}

.slide_archive_box_slide>a.status_new::before {
	content: "NEW";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	font-size: 11.04px;
	font-size: 0.69rem;
	color: #fff;
	background: #c8373c;
	position: absolute;
	z-index: 3;
	top: -27.5px;
	left: 27.5px;
}

@media (max-width: 500px) {
	.slide_archive_box_slide>a.status_new::before {
		width: 45px;
		height: 45px;
		left: 10px;
		font-size: 8.96px;
		font-size: 0.56rem;
	}
}

.slide_archive_box .thum {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.slide_archive_box .thum::before {
	padding-top: 96.7%;
}

.slide_archive_box .thum img {
	display: block;
	height: 100%;
	max-width: none;
	height: 100%;
}

.slide_archive_box a:hover .thum {
	opacity: 0.65;
}

.slide_archive_box .cat {
	font-size: 0.75rem;
	letter-spacing: 0;
	line-height: 1.4em;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	padding: 0.7em 1.1em;
	background: #fff;
	border-radius: 10px;
}

.slide_archive_box .info {
	position: absolute;
	z-index: 2;
	width: 84%;
	color: #fff;
	bottom: 1.5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slide_archive_box .info .ttl {
	font-size: 1.25rem;
	line-height: 1.4em;
}

@media (max-width: 500px) {
	.slide_archive_box .info .ttl {
		font-size: 0.94rem;
	}
}

.slide_archive_box .info .ttl+.text_line {
	margin-top: 0.8em;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.4em;
}

@media (max-width: 500px) {
	.slide_archive_box .info .ttl+.text_line {
		font-size: 0.75rem;
	}
}

.menu_tab_box>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu_tab_box>ul>li {
	margin: 0 30px;
}

@media (max-width: 500px) {
	.menu_tab_box>ul>li {
		margin: 0 10px;
	}
}

.menu_tab_box>ul>li a {
	font-size: 0.94rem;
	font-weight: 400;
}

@media (max-width: 500px) {
	.menu_tab_box>ul>li a {
		font-size: 0.88rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.menu_tab_box .current a {
	color: #c8373c;
	position: relative;
}

.menu_tab_box .current a::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: calc(-0.5em - 4px);
	background: #c8373c;
}

@media (max-width: 500px) {
	.menu_tab_box .current a::after {
		bottom: calc(-0.4em - 4px);
	}
}

.tab_box_wrap {
	margin-top: 45px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.tab_box_wrap {
		margin-top: 50px;
	}
}

@media (max-width: 500px) {
	.tab_box_wrap {
		margin-top: 55px;
	}
}

.tab_box_wrap>.btn_wrap {
	margin-top: 40px;
}

.tab_box {
	opacity: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.tab_box.open {
	opacity: 1;
	height: auto;
	visibility: visible;
	overflow: inherit;
	pointer-events: all;
	-webkit-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
}

.page_menu_tab_box {
	min-width: 1160px;
	border-bottom: solid 1px #dfdfdf;
}

@media (max-width: 835px) {
	.page_menu_tab_box {
		width: 100%;
		min-width: 0;
	}
}

.page_menu_tab_box>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 85%;
	min-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 7.5%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.page_menu_tab_box>ul {
		width: 100%;
		min-width: 0;
		padding: 0 9%;
	}
}

@media (max-width: 500px) {
	.page_menu_tab_box>ul {
		width: 100%;
		min-width: 0;
		padding: 0 5.5%;
	}
}

.page_menu_tab_box>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page_menu_tab_box>ul>li>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page_menu_tab_box>ul>li+li {
	margin-left: 30px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.page_menu_tab_box>ul>li+li {
		margin-left: 10px;
	}
}

@media (max-width: 500px) {
	.page_menu_tab_box>ul>li+li {
		margin-left: 2.5px;
	}
}

.page_menu_tab_box>ul>li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.56rem;
	font-weight: 300;
	line-height: 1.3em;
	padding-bottom: 15px;
	width: 100%;
	height: 100%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.page_menu_tab_box>ul>li a {
		font-size: 1.13rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

@media (max-width: 500px) {
	.page_menu_tab_box>ul>li a {
		padding-bottom: 10px;
		font-size: 0.88rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		font-weight: 400;
		text-align: center;
	}
}

.page_menu_tab_box .menu_tab {
	width: 100%;
}

.page_menu_tab_box.tab-03>ul>li {
	width: 33.33333%;
}

.page_menu_tab_box.tab-04>ul>li {
	width: 25%;
}

.page_menu_tab_box .current a {
	color: #c8373c;
	position: relative;
}

.page_menu_tab_box .current a::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #c8373c;
}

.page_menu_tab_box+.item_cat_bar {
	margin-top: 80px;
}

.page_menu_tab_box+.column {
	margin-top: 120px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.page_menu_tab_box+.column {
		margin-top: 90px;
	}
}

@media (max-width: 500px) {
	.page_menu_tab_box+.column {
		margin-top: 45px;
	}
}

.item_cat_bar {
	position: relative;
	overflow: hidden;
}

.item_cat_bar::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #2c2c2c), to(rgba(44, 44, 44, 0)));
	background: linear-gradient(90deg, #2c2c2c 20%, rgba(44, 44, 44, 0) 100%);
	opacity: 0.9;
	position: absolute;
	z-index: 2;
}

.item_cat_bar::before:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.item_cat_bar .cat_name {
	color: #fff;
	font-size: 1.88rem;
	font-weight: 400;
	line-height: 1.4em;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em 0;
}

@media (max-width: 500px) {
	.item_cat_bar .cat_name {
		font-size: 1.56rem;
	}
}

.item_cat_bar .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.item_cat_bar .bg img {
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.item_cat_bar .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	margin: auto 30px;
	width: 90px;
	height: 90px;
	vertical-align: middle;
}

@media (max-width: 500px) {
	.item_cat_bar .icon {
		margin: 15px;
		width: 60px;
		height: 60px;
	}
}

.item_cat_bar .icon img {
	width: 100%;
	max-width: none;
	height: 100%;
}

.page_tab_box_wrap {
	padding-bottom: 150px;
	border-bottom: solid 1px #dfdfdf;
}

@media (max-width: 500px) {
	.page_tab_box_wrap {
		padding-bottom: 100px;
	}
}

.page_tab_box_wrap+.btn_wrap {
	margin-top: -80px;
}

@media (max-width: 500px) {
	.page_tab_box_wrap+.btn_wrap {
		margin-top: -65px;
	}
}

.page_tab_box {
	opacity: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.page_tab_box.open {
	opacity: 1;
	height: auto;
	visibility: visible;
	overflow: inherit;
	pointer-events: all;
	-webkit-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
}

.desc_img {
	position: relative;
	margin-bottom: 120px;
}

@media (max-width: 500px) {
	.desc_img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 60px;
	}
}

.desc_img>.inner {
	width: 300px;
	padding: 0 2em 1.5em;
	background: #fff;
	position: absolute;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 0;
	right: 5.2%;
}

@media (max-width: 835px) {
	.desc_img>.inner {
		width: 100%;
		margin-top: 20px;
		padding: 0 0.5em 1.5em;
		position: inherit;
		right: auto;
	}
}

.desc_img .sub_ttl {
	color: #c8373c;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 2.81rem;
	vertical-align: middle;
}

@media (max-width: 500px) {
	.desc_img .sub_ttl {
		font-size: 1.25rem;
	}
}

.desc_img .sub_ttl strong {
	display: block;
	font-weight: 800;
}

@media (min-width: 501px) and (max-width: 834px) {
	.desc_img .sub_ttl strong {
		display: inline-block;
	}
}

.desc_img .sub_ttl span {
	display: block;
	font-size: 0.81rem;
	margin-top: 0.5em;
	font-weight: 400;
}

.desc_img .text_line {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-top: 1.5em;
	line-height: 2em;
	text-align: justify;
	word-break: break-all;
}

.desc_img_bg img {
	width: 100%;
	max-width: none;
	height: auto;
}

.circle_red_badge_wrap {
	position: relative;
}

.circle_red_badge {
	font-size: 1.38rem;
	text-align: center;
	line-height: 1.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 180px;
	height: 180px;
	background: #c8373c;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	top: -5.2%;
	left: 5.2%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.circle_red_badge {
		width: 120px;
		height: 120px;
		font-size: 1rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		top: -2.6%;
		left: 2.6%;
	}
}

@media (max-width: 500px) {
	.circle_red_badge {
		width: 90px;
		height: 90px;
		font-size: 0.69rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		top: -2.6%;
		left: 2.6%;
	}
}

.link_list {
	margin-top: 40px;
	padding-left: 1em;
}

@media (max-width: 500px) {
	.link_list {
		margin-top: 25px;
		padding-left: 0.5em;
	}
}

.link_list_cat-ttl {
	font-weight: 700;
	font-size: 1.06rem;
}

@media (max-width: 500px) {
	.link_list_cat-ttl {
		font-size: 0.94rem;
	}
}

.link_list_cat-ttl>svg {
	max-width: 25px;
	max-height: 25px;
	margin-left: 0.5em;
}

.link_list_cat-ttl .icon_catalog2 svg {
	margin-left: 0.5em;
	margin-bottom: -2px;
}

.link_list_cat-ttl+ul {
	margin-top: 20px;
}

.link_list>ul {
	margin-bottom: 40px;
}

.link_list>ul li+li {
	margin-top: 1em;
}

.link_list>ul li a {
	position: relative;
	display: inline-block;
	line-height: 1.4em;
	padding-left: calc(10px + 0.6em);
}

.link_list>ul li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 4px 0 4px 0;
	background: rgba(200, 55, 60, 0.45);
	position: absolute;
	left: 0;
	top: 0.5em;
}

.link_list>ul li .font_s {
	color: rgba(200, 55, 60, 0.65);
	font-size: 0.75rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin: auto 0.5em;
}

.icon_item_list {
	margin-top: 60px;
}

@media (max-width: 500px) {
	.icon_item_list {
		margin-top: 30px;
	}
}

.icon_item_list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon_item_list>ul>li {
	font-size: 0.94rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: center;
}

@media (min-width: 835px) {
	.icon_item_list>ul>li {
		width: calc(20% - 48px);
	}

	.icon_item_list>ul>li:nth-child(n + 6) {
		margin-top: 20px;
	}

	.icon_item_list>ul>li+li {
		margin-left: 60px;
	}

	.icon_item_list>ul>li+li:nth-child(5n + 1) {
		margin-left: 0;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.icon_item_list>ul>li {
		width: calc(33.33333% - 40px);
	}

	.icon_item_list>ul>li:nth-child(n + 4) {
		margin-top: 20px;
	}

	.icon_item_list>ul>li+li {
		margin-left: 60px;
	}

	.icon_item_list>ul>li+li:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	.icon_item_list>ul>li {
		width: calc(50% - 5px);
	}

	.icon_item_list>ul>li:nth-child(n + 3) {
		margin-top: 20px;
	}

	.icon_item_list>ul>li+li {
		margin-left: 10px;
	}

	.icon_item_list>ul>li+li:nth-child(2n + 1) {
		margin-left: 0;
	}
}

.icon_item_list .icon_item {
	padding: 1em 0;
}

@media (max-width: 500px) {
	.icon_item_list .icon_item {
		padding: 0.5em 0;
	}

	.icon_item_list .icon_item img {
		width: 75%;
		height: auto;
	}
}

.icon_item_list .item_name {
	padding: 0.3em 0;
	line-height: 1.4em;
}

@media (max-width: 500px) {
	.icon_item_list .item_name {
		padding: 0.1em 0;
		width: 65%;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.88rem;
	}
}

.item_thum_list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_thum_list>ul>li {
	margin-bottom: 40px;
}

@media (max-width: 500px) {
	.item_thum_list>ul>li {
		margin-bottom: 20px;
	}
}

.item_thum_list .thum {
	border: solid 1px #d5d5d5;
	border-radius: 10px;
}

.item_thum_list--01 li {
	width: calc(25% - 22.5px);
	margin-left: 30px;
}

@media (max-width: 500px) {
	.item_thum_list--01 li {
		width: calc(50% - 7.5px);
		margin-left: 15px;
	}
}

@media (min-width: 501px) {
	.item_thum_list--01 li:nth-child(4n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	.item_thum_list--01 li:nth-child(2n + 1) {
		margin-left: 0;
	}
}

.item_thum_list--01 .info {
	margin-top: 1em;
	font-weight: 600;
	font-size: 0.94rem;
	line-height: 1.4em;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media (max-width: 500px) {
	.item_thum_list--01 .info {
		font-size: 0.75rem;
		line-height: 1.5em;
	}
}

.number_list--01>ul {
	border-top: solid 1px #dfdfdf;
	counter-reset: number_list--01 0;
}

.number_list--01>ul>li {
	border-bottom: solid 1px #dfdfdf;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 835px) {
	.number_list--01>ul>li {
		display: block;
		margin-top: 30px;
		padding-bottom: 30px;
	}
}

.number_list--01 .info_box {
	width: 50%;
	padding-left: 160px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.number_list--01 .info_box {
		width: 100%;
		padding-left: 100px;
	}
}

@media (max-width: 500px) {
	.number_list--01 .info_box {
		width: 100%;
		padding-left: 0;
	}
}

.number_list--01 .info_box .ttl {
	font-size: 1.31rem;
	line-height: 1.6em;
	position: relative;
}

@media (max-width: 500px) {
	.number_list--01 .info_box .ttl {
		font-size: 1.13rem;
		line-height: 1.4em;
		padding-left: 65px;
		min-height: 38px;
	}
}

.number_list--01 .info_box .ttl::before {
	counter-increment: number_list--01 1;
	content: counter(number_list--01, decimal-leading-zero);
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	border-bottom: solid 3px #fff;
	padding-bottom: 0.2em;
	position: absolute;
	z-index: 2;
	left: -83px;
	top: 30px;
	-webkit-transform: translate(-30px, -30px);
	transform: translate(-30px, -30px);
}

@media (min-width: 501px) and (max-width: 834px) {
	.number_list--01 .info_box .ttl::before {
		left: calc(-50px + 0.3em);
	}
}

@media (max-width: 500px) {
	.number_list--01 .info_box .ttl::before {
		left: 42px;
		top: 25px;
		letter-spacing: 0.05em;
		padding-bottom: 0;
		border-width: 2px;
	}
}

.number_list--01 .info_box .ttl::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	background: #c8373c;
	position: absolute;
	top: -35px;
	left: -160px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.number_list--01 .info_box .ttl::after {
		width: 80px;
		height: 80px;
		border-radius: 80px;
		left: -100px;
		top: -12px;
	}
}

@media (max-width: 500px) {
	.number_list--01 .info_box .ttl::after {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		left: 0;
		top: -12px;
	}
}

.number_list--01 .info_box .ttl+.text_line {
	margin-top: 1.5em;
}

.number_list--01 .info_box .text_line {
	line-height: 1.8em;
}

@media (min-width: 835px) {
	.number_list--01 .info_box .btn--04 {
		width: 100%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.number_list--01 .info_box .btn--04 {
		margin-bottom: 1em;
	}
}

.number_list--01 .img_box {
	width: 50%;
	padding-left: 12%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.number_list--01 .img_box {
		width: 100%;
		padding-left: 100px;
		margin-top: 2em;
	}

	.number_list--01 .img_box img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 500px) {
	.number_list--01 .img_box {
		width: 100%;
		padding-left: 0;
		margin-top: 1.5em;
	}
}

.number_list--02 {
	margin-top: 2em;
	line-height: 1.8em;
	font-weight: 300;
}

.number_list--02 ul {
	counter-reset: number_list--02 0;
}

.number_list--02 ul li {
	position: relative;
	margin-bottom: 0.2em;
	padding-left: 2.5em;
}

.number_list--02 ul li::before {
	display: block;
	counter-increment: number_list--02 1;
	content: counter(number_list--02) ".";
	padding-right: 1.5em;
	position: absolute;
	width: 2em;
	text-align: right;
	left: 0;
}

.ttl_list {
	margin-top: 60px;
}

.ttl_list .subttl {
	color: #c8373c;
	font-size: 1.13rem;
	font-weight: 400;
	line-height: 1.6em;
}

@media (max-width: 500px) {
	.ttl_list .subttl {
		font-size: 0.94rem;
	}
}

.ttl_list .subttl+.text_line {
	margin-top: 1em;
}

.ttl_list .text_line {
	word-break: break-all;
	line-height: 1.8em;
	font-weight: 300;
}

.ttl_list>ul {
	border-top: solid 1px #d5d5d5;
}

.ttl_list>ul>li {
	padding: 30px 0;
	border-bottom: solid 1px #d5d5d5;
}

.thum_list--01>ul {
	border-top: solid 1px #dfdfdf;
}

.thum_list--01>ul>li {
	border-bottom: solid 1px #dfdfdf;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 500px) {
	.thum_list--01>ul>li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 30px;
		padding-bottom: 30px;
	}
}

.thum_list--01 .info_box {
	width: 50%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_list--01 .info_box {
		width: 60%;
	}
}

@media (max-width: 500px) {
	.thum_list--01 .info_box {
		width: 100%;
	}
}

.thum_list--01 .info_box .ttl {
	font-size: 1.31rem;
	line-height: 1.6em;
}

@media (max-width: 500px) {
	.thum_list--01 .info_box .ttl {
		margin-top: 1.5em;
		font-size: 1.13rem;
		line-height: 1.4em;
	}
}

.thum_list--01 .info_box .ttl+.text_line {
	margin-top: 1.5em;
}

@media (max-width: 500px) {
	.thum_list--01 .info_box .ttl+.text_line {
		margin-top: 0.8em;
	}
}

.thum_list--01 .info_box .text_line {
	line-height: 1.8em;
}

.thum_list--01 .info_box .btn--03,
.thum_list--01 .info_box .btn--04 {
	width: 100%;
}

@media (max-width: 500px) {

	.thum_list--01 .info_box .btn--03,
	.thum_list--01 .info_box .btn--04 {
		margin-top: 20px;
	}
}

@media (min-width: 501px) and (max-width: 834px) {

	.thum_list--01 .info_box .btn--03,
	.thum_list--01 .info_box .btn--04 {
		margin-bottom: 1em;
	}
}

.thum_list--01 .info_box .btn--03 a,
.thum_list--01 .info_box .btn--04 a {
	min-width: 0;
	width: 100%;
}

.thum_list--01 .img_box {
	width: 50%;
	padding-left: 12%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_list--01 .img_box {
		width: 40%;
		padding-left: 8%;
		margin-top: 2em;
	}
}

@media (max-width: 500px) {
	.thum_list--01 .img_box {
		width: 100%;
		padding-left: 0;
		margin-top: 1.5em;
	}
}

.thum_list--01 .img_box>* {
	border: solid 1px #d5d5d5;
	border-radius: 10px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_list--01 .img_box>* {
		width: 100%;
		height: auto;
	}
}

.history_list>dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history_list>dl>div>dd,
.history_list>dl>div>dt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	line-height: 1.6em;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history_list>dl>div>dt {
	width: 30%;
	padding-right: 30px;
	font-weight: 700;
}

@media (max-width: 500px) {
	.history_list>dl>div>dt {
		padding-right: 15px;
		text-align: center;
	}
}

.history_list>dl>div>dd {
	width: 70%;
	padding-left: 30px;
	position: relative;
}

.history_list>dl>div>dd::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #dfdfdf;
	position: absolute;
	top: 0;
	left: 0;
}

.history_list>dl>div>dd::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #c8373c;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -4px;
	border-radius: 8px;
}

.history_list>dl>div:first-child>dd::before,
.history_list>dl>div:last-child>dd::before {
	height: 50%;
}

.history_list>dl>div:first-child>dd::before {
	top: 50%;
}

.movie_list>ul {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 500px) {
	.movie_list>ul {
		margin-top: 22px;
	}
}

.movie_list>ul>li {
	width: calc(33.33333% - 23.33333px);
	margin-bottom: 60px;
}

@media (max-width: 835px) {
	.movie_list>ul>li {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.movie_list>ul>li {
		margin-bottom: 30px;
	}
}

@media (min-width: 835px) {
	.movie_list>ul>li+li {
		margin-left: 35px;
	}

	.movie_list>ul>li+li:nth-child(3n + 1) {
		margin-left: 0;
	}
}

.notice_list>ul>li {
	color: #c8373c;
	line-height: 1.6em;
	padding-left: 1.2em;
	margin-bottom: 0.25em;
	position: relative;
}

@media (min-width: 501px) and (max-width: 834px) {
	.notice_list>ul>li {
		font-size: 0.81rem;
	}
}

@media (max-width: 500px) {
	.notice_list>ul>li {
		font-size: 0.75rem;
	}
}

.notice_list>ul>li::before {
	content: "※";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.thum_archive_list .info {
	width: calc(100% - 283px);
}

@media (max-width: 500px) {
	.thum_archive_list .info {
		width: 100%;
	}
}

.thum_archive_list .info .date {
	color: grey;
	font-size: 0.88rem;
}

@media (max-width: 500px) {
	.thum_archive_list .info .date {
		font-size: 0.75rem;
	}
}

.thum_archive_list .info .date+.ttl {
	margin-top: 1em;
}

@media (max-width: 500px) {
	.thum_archive_list .info .date+.ttl {
		margin-top: 0.5em;
	}
}

.thum_archive_list .info .ttl {
	font-size: 1.75rem;
	line-height: 1.4em;
	position: relative;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_archive_list .info .ttl {
		font-size: 1.44rem;
	}
}

@media (max-width: 500px) {
	.thum_archive_list .info .ttl {
		font-size: 1.13rem;
	}
}

.thum_archive_list .info .ttl::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjIyNSIgaGVpZ2h0PSI5LjU2MiIgdmlld0JveD0iMCAwIDcuMjI1IDkuNTYyIj48cGF0aCBkPSJNMjAuNjI1LDI3LjUzMWwtMS4yNDktMS41NjJMMjMuNCwyMi43NWwtNC4wMjQtMy4yMTksMS4yNDktMS41NjJMMjYuNiwyMi43NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOS4zNzYgLTE3Ljk2OSkiIC8+PC9zdmc+) no-repeat 60% 50%;
	background-size: 35%;
	position: absolute;
	left: -44px;
	top: 6px;
	border: solid 1px #000;
	border-radius: 100%;
	padding: 10px;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.15 0.85" /><feFuncG type="table" tableValues="0.15 0.85" /><feFuncB type="table" tableValues="0.15 0.85" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.42335000000000006 0.73055 0.17955 0 0 0.33154999999999996 0.7017000000000001 0.1596 0 0 0.2584 0.5073 0.17445000000000005 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="54.76784 -48.84879999999999 -4.919039999999999 0 0 -14.552159999999999 21.164399999999997 -4.919039999999999 0 0 -14.552159999999999 -48.84879999999999 64.40096 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="358" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.65" /><feFuncG type="linear" slope="0.65" /><feFuncB type="linear" slope="0.65" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.12" intercept="-0.06000000000000005" /><feFuncG type="linear" slope="1.12" intercept="-0.06000000000000005" /><feFuncB type="linear" slope="1.12" intercept="-0.06000000000000005" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(65%) contrast(112%);
	filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(65%) contrast(112%);
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_archive_list .info .ttl::before {
		width: 5px;
		height: 5px;
		top: 3px;
	}
}

@media (max-width: 500px) {
	.thum_archive_list .info .ttl::before {
		width: 2px;
		height: 2px;
		top: 2px;
		left: -35px;
	}
}

.thum_archive_list .info .list_ttl {
	font-size: 1.38rem;
	line-height: 1.4em;
}

@media (max-width: 500px) {
	.thum_archive_list .info .list_ttl {
		font-size: 1.13rem;
	}
}

.thum_archive_list .info .list_ttl .notice {
	font-size: 1.06rem;
	padding-left: 0.5em;
}

@media (max-width: 500px) {
	.thum_archive_list .info .list_ttl .notice {
		font-size: 0.88rem;
	}
}

.thum_archive_list .info .read {
	color: #565656;
	margin-top: 1em;
	font-size: 1.13rem;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1.6em;
}

@media (max-width: 835px) {
	.thum_archive_list .info .read {
		font-size: 0.88rem;
		font-weight: 400;
	}
}

.thum_archive_list .thum {
	width: 273px;
	border-radius: 10px;
}

@media (max-width: 500px) {
	.thum_archive_list .thum {
		width: 100%;
	}
}

.thum_archive_list .thum::before {
	padding-top: 56.25%;
}

.thum_archive_list .thum.border {
	border: solid 1px #d5d5d5;
}

.thum_archive_list>ul {
	border-top: solid 1px #dfdfdf;
}

.thum_archive_list>ul>li>a,
.thum_archive_list>ul>li>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #dfdfdf;
	padding: 40px 0;
}

@media (max-width: 500px) {

	.thum_archive_list>ul>li>a,
	.thum_archive_list>ul>li>span {
		display: block;
		padding: 20px 0;
	}
}

.thum_archive_list>ul>li a .info {
	padding: 0 0 0 45px;
}

@media (max-width: 500px) {
	.thum_archive_list>ul>li a .info {
		padding: 0 0 30px 35px;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_archive_list>ul>li span {
		display: block;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_archive_list>ul>li span .info {
		width: 100%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_archive_list>ul>li span .thum {
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 500px) {
	.thum_archive_list>ul>li span .thum {
		width: 100%;
	}
}

.thum_archive_list--02 .info {
	width: 50%;
}

@media (max-width: 500px) {
	.thum_archive_list--02 .info {
		width: 100%;
	}
}

.thum_archive_list--02 .info .ttl {
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.thum_archive_list--02 .thum {
	width: 46.3%;
	margin-left: 3.7%;
}

@media (max-width: 500px) {
	.thum_archive_list--02 .thum {
		width: 100%;
		margin-left: 0;
	}
}

.thum_archive_box>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.thum_archive_box>ul>li {
	width: 22.75%;
}

@media (max-width: 835px) {
	.thum_archive_box>ul>li {
		width: 48%;
	}
}

@media (min-width: 835px) {
	.thum_archive_box>ul>li+li {
		margin-left: 3%;
	}

	.thum_archive_box>ul>li+li:nth-child(4n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 835px) {
	.thum_archive_box>ul>li+li {
		margin-left: 4%;
		margin-bottom: 3em;
	}

	.thum_archive_box>ul>li+li:nth-child(2n + 1) {
		margin-left: 0;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_archive_box>ul>li+li {
		margin-bottom: 4em;
	}
}

.thum_archive_box>ul>li.status_new {
	position: relative;
}

.thum_archive_box>ul>li.status_new::before {
	content: "NEW";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	font-size: 11.04px;
	font-size: 0.69rem;
	color: #fff;
	background: #c8373c;
	position: absolute;
	z-index: 3;
	top: -27.5px;
	left: 15px;
	pointer-events: none;
}

@media (max-width: 500px) {
	.thum_archive_box>ul>li.status_new::before {
		width: 45px;
		height: 45px;
		left: 5px;
		font-size: 8.96px;
		font-size: 0.56rem;
	}
}

.thum_archive_box .thum {
	border: solid 1px #d5d5d5;
	border-radius: 10px;
}

.thum_archive_box .thum::before {
	padding-top: 75%;
}

.thum_archive_box .info {
	margin-top: 20px;
}

.thum_archive_box .info .date {
	color: #959595;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media (max-width: 500px) {
	.thum_archive_box .info .date {
		font-size: 0.63rem;
	}
}

.thum_archive_box .info .ttl {
	margin-top: 0.6em;
	color: #565656;
	line-height: 1.4em;
	letter-spacing: 0;
	word-break: break-all;
}

@media (max-width: 500px) {
	.thum_archive_box .info .ttl {
		font-size: 0.69rem;
	}
}

.thum_archive_box .tags {
	margin-top: 30px;
}

@media (max-width: 500px) {
	.thum_archive_box .tags {
		margin-top: 17px;
	}
}

.thum_archive_box .tags>a {
	color: #a72c29;
	font-size: 0.81rem;
	font-weight: 300;
	letter-spacing: 0;
	background: #f9ebeb;
	border-radius: 10px;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	padding: 0.8em 7%;
	display: inline-block;
}

@media (max-width: 500px) {
	.thum_archive_box .tags>a {
		font-size: 0.63rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		padding: 0.4em 1em;
	}
}

.slide_thum_archive_box {
	width: 99%;
	overflow: hidden;
	position: relative;
	opacity: 0;
}

@media (min-width: 501px) and (max-width: 834px) {
	.slide_thum_archive_box {
		min-width: 0;
		width: 99%;
	}
}

@media (max-width: 500px) {
	.slide_thum_archive_box {
		min-width: 0;
		padding-bottom: 45px;
	}
}

.slide_thum_archive_box .thum {
	border: solid 1px #d5d5d5;
	border-radius: 10px;
}

.slide_thum_archive_box .thum::before {
	padding-top: 55%;
}

.slide_thum_archive_box .info {
	margin-top: 20px;
}

@media (max-width: 500px) {
	.slide_thum_archive_box .info {
		font-size: 0.94rem;
	}
}

.slide_thum_archive_box .info .date {
	color: #959595;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.slide_thum_archive_box .info .ttl {
	margin-top: 0.6em;
	color: #565656;
	line-height: 1.4em;
	letter-spacing: 0;
	word-break: break-all;
}

.slide_thum_archive_box .info .tags {
	margin-top: 30px;
}

.slide_thum_archive_box .info .tags>a {
	color: #a72c29;
	font-size: 0.81rem;
	letter-spacing: 0;
	background: #f9ebeb;
	border-radius: 10px;
	margin-right: 0.3em;
	padding: 0.6em 1.8em;
}

.slide_thum_archive_box .swiper_nav {
	display: none;
}

@media (max-width: 500px) {
	.slide_thum_archive_box .swiper_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.thum_icon_list {
	width: 100%;
}

@media (max-width: 835px) {
	.thum_icon_list {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_icon_list {
		padding-bottom: 60px;
	}
}

.thum_icon_list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.thum_icon_list>ul>li:nth-child(n + 4) {
	border-top: solid 1px #dfdfdf;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_icon_list>ul>li:nth-child(n + 4) {
		border: 0;
	}
}

@media (max-width: 500px) {
	.thum_icon_list>ul>li:nth-child(n + 4) {
		border: 0;
	}
}

@media (min-width: 835px) {
	.thum_icon_list>ul>li {
		width: calc(33% - 35px);
		margin-right: 35px;
		padding-bottom: 20px;
	}

	.thum_icon_list>ul>li:nth-child(n + 4) {
		padding-top: 20px;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_icon_list>ul>li {
		width: 20.05%;
		padding-bottom: 15px;
	}

	.thum_icon_list>ul>li+li {
		margin-left: 6.6%;
	}

	.thum_icon_list>ul>li+li:nth-child(4n + 1) {
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	.thum_icon_list>ul>li {
		width: 28.93333%;
		padding-bottom: 15px;
	}

	.thum_icon_list>ul>li+li {
		margin-left: 6.6%;
	}

	.thum_icon_list>ul>li+li:nth-child(3n + 1) {
		margin-left: 0;
	}
}

.thum_icon_list>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 835px) {
	.thum_icon_list>ul>li>a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

.thum_icon_list .thum_icon {
	margin-right: 25px;
	overflow: hidden;
}

@media (max-width: 835px) {
	.thum_icon_list .thum_icon {
		margin: auto;
	}
}

.thum_icon_list .thum_icon img {
	width: 80px;
	height: auto;
	max-height: 80px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_icon_list .thum_icon img {
		width: 120px;
		max-height: 120px;
	}
}

@media (max-width: 500px) {
	.thum_icon_list .thum_icon img {
		width: 95px;
		max-height: 95px;
	}
}

.thum_icon_list .ttl {
	color: #565656;
	font-weight: 600;
	line-height: 1.4em;
	vertical-align: bottom;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 501px) and (max-width: 834px) {
	.thum_icon_list .ttl {
		margin-top: 0.8em;
		font-size: 0.94rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		line-height: 1.2em;
		display: block;
	}
}

@media (max-width: 500px) {
	.thum_icon_list .ttl {
		margin-top: 0.8em;
		line-height: 1.2em;
		display: block;
	}
}

.thum_icon_list .ttl .icon_youtube2 {
	margin-right: 0.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 835px) {
	.thum_icon_list .ttl .icon_youtube2 {
		margin-right: auto;
		margin-bottom: 0.3em;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.sdgs_block .top_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 500px) {
	.sdgs_block .top_column {
		display: block;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.sdgs_block .top_column .text_line {
		width: 50%;
	}
}

.sdgs_block .text_line {
	text-align: justify;
	line-height: 1.8em;
}

@media (max-width: 500px) {
	.sdgs_block .text_line {
		text-align: inherit;
	}
}

.sdgs_block .ttl {
	font-size: 2.5rem;
	white-space: nowrap;
	margin-right: 4em;
}

@media (min-width: 501px) and (max-width: 834px) {
	.sdgs_block .ttl {
		font-size: 1.81rem;
		line-height: 1.4em;
		width: calc(50% - 4em);
	}
}

@media (max-width: 500px) {
	.sdgs_block .ttl {
		font-size: 1.25rem;
		white-space: normal;
		margin-right: 0;
	}

	.sdgs_block .ttl+.text_line {
		margin-top: 1em;
	}
}

@media (max-width: 835px) {
	.sdgs_block_icon {
		width: 120px;
		height: 120px;
	}
}

.sdgs_block .bottom_column .row img+img {
	margin-left: 20px;
}

.sdgs_block>ul.bottom_column {
	margin-top: 60px;
	border-top: solid 1px #d5d5d5;
}

@media (max-width: 500px) {
	.sdgs_block>ul.bottom_column {
		margin-top: 30px;
	}
}

.sdgs_block>ul.bottom_column>li {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #d5d5d5;
}

@media (max-width: 500px) {
	.sdgs_block>ul.bottom_column>li {
		display: block;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.sdgs_block>ul.bottom_column>li>div {
		width: 50%;
	}
}

.sdgs_block>ul.bottom_column>li>*+* {
	padding-left: 30px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.sdgs_block>ul.bottom_column>li>*+* img {
		margin-right: 0;
	}
}

@media (max-width: 500px) {
	.sdgs_block>ul.bottom_column>li>*+* {
		padding-left: 0;
		margin-top: 30px;
	}
}

.sdgs_block .subttl {
	color: #c8373c;
	font-size: 1.13rem;
	line-height: 1.6em;
}

.sdgs_block .subttl+.text_line {
	margin-top: 1em;
}

.fb-page {
	width: 364px;
}

@media (max-width: 500px) {
	.fb-page {
		width: 100%;
	}
}

.fb-page>* {
	width: 100%;
}

.gmap {
	margin-bottom: 25px;
}

.gmap iframe {
	width: 100%;
	height: 400px;
}

@media (max-width: 500px) {
	.gmap iframe {
		height: 300px;
	}
}

.notes--01 {
	background: #e6e6e1;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 500px) {
	.notes--01 {
		padding: 30px 20px;
		display: block;
	}
}

.notes--01 .ttl {
	width: 22%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}

@media (max-width: 500px) {
	.notes--01 .ttl {
		width: 100%;
	}
}

.notes--01>ul {
	width: 78%;
}

@media (max-width: 500px) {
	.notes--01>ul {
		width: 100%;
		margin-top: 20px;
	}
}

.notes--01>ul>li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.notes--01>ul>li+li {
	margin-top: 0.6em;
}

.notes--01>ul>li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #2c2c2c;
	border-radius: 100%;
	position: absolute;
	top: calc(0.8em - 2.5px);
	left: 0;
}

.movie_wrap {
	display: block;
	position: relative;
	margin: 20px auto 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movie_wrap iframe,
.movie_wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper_nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 85%;
}

@media (max-width: 500px) {
	.swiper_nav {
		width: 89%;
	}
}

.swiper-button-next,
.swiper-button-prev {
	position: relative;
	top: 50%;
	width: auto;
	height: auto;
	margin: auto 55px;
	z-index: 2;
	cursor: pointer;
	background: 0 0;
}

@media (max-width: 500px) {

	.swiper-button-next,
	.swiper-button-prev {
		margin: auto 30px;
	}
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 55px;
	height: 10px;
}

@media (max-width: 500px) {
	.swiper-button-prev {
		margin-left: 0;
	}
}

.swiper-button-next {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

@media (max-width: 500px) {
	.swiper-button-next {
		margin-right: 0;
	}
}

.swiper-pagination {
	position: relative;
}

.swiper-pagination-bullet {
	margin: 0 5px !important;
	background: #cacaca;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: #c8373c;
}

.table--01>dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 1px #dfdfdf;
}

@media (max-width: 500px) {
	.table--01>dl>div.sp_row_clear {
		display: block;
	}
}

.table--01>dl>div>dd,
.table--01>dl>div>dt {
	padding: 2em 1em;
	line-height: 1.8em;
}

@media (max-width: 500px) {

	.table--01>dl>div>dd,
	.table--01>dl>div>dt {
		padding: 1em 0.5em;
	}
}

.table--01>dl>div>dt {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.table--01>dl>div>dd {
	padding-right: 0;
}

.table--01__w2-8>dl>div>dt {
	width: 20%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.table--01__w2-8>dl>div>dt {
		width: 25%;
	}
}

@media (max-width: 500px) {
	.table--01__w2-8>dl>div>dt {
		width: 35%;
	}
}

.table--01__w2-8>dl>div>dd {
	width: 80%;
}

@media (min-width: 501px) and (max-width: 834px) {
	.table--01__w2-8>dl>div>dd {
		width: 75%;
	}
}

@media (max-width: 500px) {
	.table--01__w2-8>dl>div>dd {
		width: 65%;
	}
}

@media (max-width: 500px) {

	.table--01__w2-8 .sp_row_clear>dd,
	.table--01__w2-8 .sp_row_clear>dt {
		width: 100%;
	}
}

.table--02>dl>div {
	padding: 2em 0;
	border-top: solid 1px #dfdfdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 500px) {
	.table--02>dl>div {
		display: block;
	}
}

.table--02>dl>div:first-child {
	border-top: 0;
}

.table--02>dl>div>dd,
.table--02>dl>div>dt {
	line-height: 2em;
}

.table--02>dl>div>dt {
	width: 22%;
	color: #c8373c;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 500px) {
	.table--02>dl>div>dt {
		width: 100%;
		padding-bottom: 1em;
		font-size: 0.94rem;
	}
}

.table--02>dl>div>dd {
	width: 78%;
}

@media (max-width: 500px) {
	.table--02>dl>div>dd {
		width: 100%;
		text-align: center;
	}
}

.table--02 .time_table>dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5em;
}

.table--02 .time_table>dl>div>dd,
.table--02 .time_table>dl>div>dt {
	white-space: nowrap;
}

.table--02 .time_table>dl>div>dt {
	letter-spacing: 0.2em;
	border-radius: 10px;
	background: #dcdcd8;
	text-align: center;
	padding: 0.2em 2em;
}

@media (max-width: 500px) {
	.table--02 .time_table>dl>div>dt {
		border-radius: 5px;
		font-size: 0.75rem;
		padding: 0.2em 1.5em;
	}
}

.table--02 .time_table>dl>div>dd {
	padding: 0.2em 1em;
	font-size: 1.25rem;
}

@media (max-width: 500px) {
	.table--02 .time_table>dl>div>dd {
		padding: 0.2em 0.8em;
		font-size: 1.13rem;
	}
}

.table--02 .middle {
	font-size: 1.25rem;
}

@media (max-width: 500px) {
	.table--02 .middle {
		font-size: 0.94rem;
	}
}

.table--02 .note1 {
	border: solid 3px #dcdcd8;
	border-radius: 10px;
	margin-left: 70px;
	padding: 0.8em 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.13rem;
	white-space: nowrap;
}

@media (max-width: 835px) {
	.table--02 .note1 {
		margin-left: 0;
		margin: 20px 0;
	}
}

.page_entry .img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page_entry .img__m {
	width: 69%;
}

@media (max-width: 500px) {
	.page_entry .img__m {
		width: 90%;
	}
}

.item_datail_column {
	margin-bottom: 160px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 500px) {
	.item_datail_column {
		margin-bottom: 90px;
	}
}

.item_datail_name_wrap {
	margin-bottom: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 835px) {
	.item_datail_name_wrap {
		margin-bottom: 40px;
		display: block;
	}
}

@media (max-width: 835px) {
	.item_datail_name_wrap>.index {
		margin-top: 20px;
	}
}

.item_datail_name_wrap>.index>dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_datail_name_wrap>.index>dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	margin-top: 8px;
}

@media (max-width: 500px) {
	.item_datail_name_wrap>.index>dl>div {
		margin-right: auto;
	}
}

.item_datail_name_wrap>.index>dl>div dd,
.item_datail_name_wrap>.index>dl>div dt {
	padding: 0.8em 1.2em;
}

@media (max-width: 500px) {

	.item_datail_name_wrap>.index>dl>div dd,
	.item_datail_name_wrap>.index>dl>div dt {
		padding: 0.6em 0.8em;
	}
}

.item_datail_name_wrap>.index>dl>div dt {
	font-size: 0.81rem;
	background: #eaeaea;
	border-radius: 10px;
	font-weight: 300;
}

@media (max-width: 500px) {
	.item_datail_name_wrap>.index>dl>div dt {
		font-size: 0.69rem;
		border-radius: 5px;
	}
}

.item_datail_name_wrap>.index>dl>div dd {
	font-size: 0.88rem;
	padding-left: 0.8em;
}

@media (max-width: 500px) {
	.item_datail_name_wrap>.index>dl>div dd {
		font-size: 0.69rem;
	}
}

.item_datail_name {
	font-size: 1.75rem;
	line-height: 1.4em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

@media (max-width: 500px) {
	.item_datail_name {
		font-size: 1.13rem;
	}
}

.item_datail_desc {
	width: 44.5%;
}

@media (max-width: 835px) {
	.item_datail_desc {
		width: 100%;
		margin-top: 40px;
	}
}

.item_datail_desc-box {
	margin-bottom: 50px;
}

@media (max-width: 500px) {
	.item_datail_desc-box {
		margin-bottom: 3em;
	}
}

.item_datail_desc-box .sub_ttl {
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1em;
}

@media (max-width: 500px) {
	.item_datail_desc-box .sub_ttl {
		font-size: 0.94rem;
	}
}

.item_datail_desc-box .text_line {
	font-weight: 300;
}

@media (max-width: 500px) {
	.item_datail_desc-box .text_line {
		line-height: 2em;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

.item_datail_catch-copy {
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 70px;
}

@media (max-width: 500px) {
	.item_datail_catch-copy {
		font-size: 1.13rem;
		margin-bottom: 30px;
	}
}

.item_datail_catch-copy>* {
	font-weight: 300;
}

.item_datail_links>ul>li {
	margin-bottom: 1em;
}

.item_datail_links>ul>li a {
	color: #c8373c;
}

.item_datail_links .icon_arrow1 {
	margin-left: 0.6em;
	vertical-align: baseline;
}

.item_datail_links .icon_arrow1 svg {
	color: #c8373c;
	fill: #c8373c;
}

.item_datail_slidebox {
	width: 48.6%;
	overflow: hidden;
}

@media (max-width: 835px) {
	.item_datail_slidebox {
		width: 100%;
	}
}

.item_datail .item_main_slide .swiper-slide {
	width: 100%;
	overflow: hidden;
	opacity: 0;
	aspect-ratio: 4/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_datail .item_main_slide .swiper-slide img {
	max-width: 101%;
	max-height: 101%;
	-o-object-fit: contain;
	object-fit: contain;
}

.item_datail .item_thum_slide {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_datail .item_thum_slide .thum {
	width: 22.375%;
	border: solid 1px #d5d5d5;
	margin: 0 0 3.5% !important;
	padding: 1px;
	aspect-ratio: 4/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_datail .item_thum_slide .thum.swiper-pagination-bullet {
	background: 0 0;
	opacity: 1;
	height: auto;
	border-radius: 0;
}

.item_datail .item_thum_slide .thum.swiper-pagination-bullet-active {
	border-color: #c8373c;
}

.item_datail .item_thum_slide .thum img {
	max-width: 101%;
	max-height: 101%;
	-o-object-fit: contain;
	object-fit: contain;
}

.item_datail .item_thum_slide .thum+.thum {
	margin-left: 3.5% !important;
}

.item_datail .item_thum_slide .thum+.thum:nth-child(4n + 1) {
	margin-left: 0 !important;
}

.full_img img {
	width: 100%;
	max-width: none;
	height: auto;
}

.pagination>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination>ul>li {
	font-size: 1rem;
	margin: 4px 0.5em 0;
	padding: 0.5em;
}

@media (max-width: 500px) {
	.pagination>ul>li {
		margin: 4px 0.25em 0;
	}
}

.pagination>ul>li.next svg,
.pagination>ul>li.prev svg {
	width: 25px;
	height: 20px;
}

.pagination>ul>li.prev {
	margin-right: 50px;
}

@media (max-width: 500px) {
	.pagination>ul>li.prev {
		margin-right: 15px;
	}
}

.pagination>ul>li.next {
	margin-left: 50px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media (max-width: 500px) {
	.pagination>ul>li.next {
		margin-left: 15px;
	}
}

.pagination>ul>li.current {
	color: #c8373c;
	position: relative;
}

.pagination>ul>li.current a {
	color: #c8373c;
}

.pagination>ul>li.current::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #c8373c;
	position: absolute;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_post_detail .info .row {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page_post_detail .date {
	color: #959595;
	font-weight: 400;
	margin-bottom: 0.6em;
}

.page_post_detail .tags {
	margin-left: 20px;
}

.page_post_detail .tags>a {
	display: inline-block;
	color: #a72c29;
	font-size: 0.81rem;
	font-weight: 300;
	letter-spacing: 0;
	background: #f9ebeb;
	border-radius: 10px;
	margin-right: 0.3em;
	margin-bottom: 0.6em;
	padding: 0.6em 1.8em;
}

@media (max-width: 500px) {
	.page_post_detail .tags>a {
		font-size: 0.63rem;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		padding: 0.4em 1em;
	}
}

.page_post_detail .ttl {
	font-size: 1.63rem;
	font-weight: 600;
	border-bottom: solid 1px #dfdfdf;
	position: relative;
	margin: 0 0 1em;
	padding: 1em 0;
}

@media (max-width: 500px) {
	.page_post_detail .ttl {
		font-size: 1.13rem;
	}
}

.page_post_detail .ttl::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	width: 65px;
	height: 4px;
	background: #c8373c;
	z-index: 2;
}

.page_post_detail .post_contents {
	margin: 3em 0;
	line-height: 2.2em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-weight: 300;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	word-break: break-all;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 500px) {
	.page_post_detail .post_contents {
		margin-bottom: 1em;
	}
}

.page_post_detail .post_contents a {
	text-decoration: underline;
}

.page_post_detail .post_contents strong {
	font-weight: 700;
}

.page_post_detail .post_contents em {
	font-style: italic;
}

.page_post_detail .post_contents ol {
	list-style-position: inside;
}

.page_post_detail .post_contents ul li {
	padding-left: 1em;
	position: relative;
}

.page_post_detail .post_contents ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #c8373c;
	position: absolute;
	left: 0;
	top: 1em;
}

.page_post_detail .post_contents h1 {
	font-size: 2.5rem;
	line-height: 1.8em;
}

.page_post_detail .post_contents h2 {
	font-size: 1.88rem;
	line-height: 1.8em;
}

.page_post_detail .post_contents h3 {
	font-size: 1.63rem;
	line-height: 1.8em;
}

.page_post_detail .post_contents h4 {
	font-size: 1.38rem;
	line-height: 1.8em;
}

.page_post_detail .post_contents h5 {
	font-size: 1.13rem;
}

.page_post_detail .post_contents h6 {
	font-size: 0.94rem;
}

.page_post_detail .post_contents p+p {
	margin-top: 2.2em;
}

.page_post_detail .post_contents table {
	border-collapse: collapse;
}

.page_post_detail .post_contents table td,
.page_post_detail .post_contents table th {
	border: 1px solid #d5d5d5;
	padding: 0.25em 1em;
	line-height: 1.8em;
}

.page_post_detail .post_contents img {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

.page_post_detail .post_contents .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page_post_detail .post_contents .alignright {
	float: right;
	margin-left: 1.5em;
}

.page_post_detail .post_contents .alignleft {
	float: left;
	margin-right: 1.5em;
}

.notice {
	color: #c8373c;
	display: inline-block;
}

.notice a {
	color: #c8373c;
	text-decoration: underline;
}

.notice_border {
	font-size: 0.81rem;
	margin: 0 1em;
	padding: 0.2em 0.4em;
	border: solid 1px #c8373c;
	word-break: keep-all;
}

@media (max-width: 835px) {
	.notice_border {
		margin: 0.5em 1em;
		border: solid 2px #c8373c;
		border-radius: 10px;
	}
}

.text_line {
	font-weight: 300;
	line-height: 1.6em;
}

@media (max-width: 835px) {
	.text_line {
		line-height: 1.8em;
		word-break: break-all;
	}
}

.link__icon_arrow1 {
	color: #c8373c;
}

@media (max-width: 500px) {
	.link__icon_arrow1 {
		display: block;
	}
}

.link__icon_arrow1 span {
	text-decoration: underline;
}

.link__icon_arrow1 svg {
	margin: 0 0.8em 0 1em;
	color: #c8373c;
	fill: #c8373c;
}

@media (max-width: 500px) {
	.link__icon_arrow1 svg {
		margin-left: 0.2em;
	}
}

.subhdg--01 {
	color: #c8373c;
}

.subhdg--01 .en {
	font-weight: 300;
	font-size: 3.13rem;
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--01 .en {
		font-size: 2.5rem;
	}
}

@media (max-width: 500px) {
	.subhdg--01 .en {
		font-size: 2rem;
	}
}

.subhdg--01 .en strong {
	font-weight: 700;
	margin-right: 0.3em;
}

.subhdg--01 .rubi {
	margin-top: 0.5em;
	display: block;
	color: #2c2c2c;
	font-size: 0.94rem;
	font-weight: 400;
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--01 .rubi {
		font-size: 0.88rem;
	}
}

@media (max-width: 500px) {
	.subhdg--01 .rubi {
		font-size: 0.75rem;
	}
}

.subhdg--02 {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 1.88rem;
	text-align: center;
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--02 {
		font-size: 1.56rem;
	}
}

@media (max-width: 500px) {
	.subhdg--02 {
		margin-bottom: 35px;
		font-size: 1.25rem;
	}
}

@media (max-width: 380px) {
	.subhdg--02 {
		margin-bottom: 35px;
		font-size: 1.15rem;
	}
}

.subhdg--02 span {
	margin-top: 1em;
	display: block;
	font-size: 0.69rem;
	font-weight: 600;
	color: #c8373c;
}

@media (max-width: 500px) {
	.subhdg--02 span {
		font-size: 0.56rem;
	}
}

.subhdg--03 {
	font-size: 0.94rem;
	margin: 35px 10px;
	padding: 0 1em;
}

.subhdg--04 {
	font-size: 1.88rem;
	border-bottom: solid 1px #dfdfdf;
	color: #c8373c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 1160px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--04 {
		font-size: 1.44rem;
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.subhdg--04 {
		font-size: 1.13rem;
		min-width: 0;
	}
}

.subhdg--04 .inner {
	width: 85%;
	min-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 7.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media (max-width: 1160px) {
	.subhdg--04 .inner {
		padding: 0 7.5%;
	}
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--04 .inner {
		width: 82%;
		min-width: 0;
		padding: 0;
	}
}

@media (max-width: 500px) {
	.subhdg--04 .inner {
		width: 89%;
		min-width: 0;
		padding: 0;
	}
}

.subhdg--04 .ttl {
	position: relative;
	padding-bottom: 0.5em;
}

@media (max-width: 500px) {
	.subhdg--04 .ttl {
		padding-bottom: 1em;
	}
}

.subhdg--04 .ttl::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #c8373c;
}

.subhdg--04 .date {
	position: absolute;
	right: 0;
	bottom: -2em;
	color: grey;
	font-size: 0.88rem;
	font-weight: 400;
	width: 85%;
	min-width: 1160px;
	text-align: right;
}

.subhdg--05 {
	margin: 100px auto 60px;
	padding-bottom: 0.5em;
	color: #c8373c;
	font-size: 1.56rem;
	font-weight: 400;
	border-bottom: solid 4px #c8373c;
	text-align: center;
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--05 {
		font-size: 1.44rem;
	}
}

@media (max-width: 500px) {
	.subhdg--05 {
		margin: 60px auto 30px;
		font-size: 1.13rem;
		line-height: 1.4em;
	}
}

.subhdg--06 {
	color: #2c2c2c;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 1.63rem;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 500px) {
	.subhdg--06 {
		font-size: 1.25rem;
	}
}

.subhdg--06 strong {
	font-weight: 800;
}

.subhdg--06__type-movie {
	position: relative;
}

.subhdg--06__type-movie::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 21px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAuNDQ5IiBoZWlnaHQ9IjIxIiB2aWV3Qm94PSIwIDAgMzAuNDQ5IDIxIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxyZWN0IHdpZHRoPSIzMC40NDkiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0yOS45MjUsMy4yOGEuNDc5LjQ3OSwwLDAsMC0uMTMyLS4zOTNWMi43NTZBMi44MzcsMi44MzcsMCwwLDAsMjcuMDM2Ljc4OEgyNy4zQTg3Ljk2Niw4Ny45NjYsMCwwLDAsMTUuMjI0LDAsOTAuMzczLDkwLjM3MywwLDAsMCwzLjE1MS43ODhoLjI2MkEyLjgzOCwyLjgzOCwwLDAsMCwuNjU2LDIuNzU2di4xMzJhLjQ4MS40ODEsMCwwLDEtLjEzMS4zOTNBNjMuNjQ1LDYzLjY0NSwwLDAsMCwwLDEwLjVhNjMuNjYyLDYzLjY2MiwwLDAsMCwuNTI1LDcuMjE5LjQ4NC40ODQsMCwwLDAsLjEzMS4zOTR2LjEzMWEyLjgzOCwyLjgzOCwwLDAsMCwyLjc1NywxLjk2OEgzLjE1MUE4Ny45MzQsODcuOTM0LDAsMCwwLDE1LjIyNCwyMSw5MC40MDUsOTAuNDA1LDAsMCwwLDI3LjMsMjAuMjExaC0uMjYzYTIuODM3LDIuODM3LDAsMCwwLDIuNzU3LTEuOTY4di0uMTMxYS40OC40OCwwLDAsMSwuMTMyLS4zOTQsNjMuOTY3LDYzLjk2NywwLDAsMCwuNTI0LTcuMjE5LDQyLjgyMyw0Mi44MjMsMCwwLDAtLjUyNC03LjIyTTE5LjY4NywxMS4xNTZsLTYuMTY5LDQuNDYzYS42NTYuNjU2LDAsMCwxLS43ODcsMCwuNzIyLjcyMiwwLDAsMS0uMzk0LS42NTdWNi4wMzdhLjcyMi43MjIsMCwwLDEsLjM5NC0uNjU3LjgzNy44MzcsMCwwLDEsLjc4NywwbDYuMTY5LDQuNDYzYTEsMSwwLDAsMSwuMjYzLjY1Ny40NzkuNDc5LDAsMCwxLS4yNjMuNjU2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMmMyYzJjIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center;
	background-size: contain;
	margin-right: 0.6em;
	margin-left: -15px;
	vertical-align: middle;
}

.subhdg--07 {
	margin: 0 auto 40px;
	font-size: 1.56rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

@media (min-width: 501px) and (max-width: 834px) {
	.subhdg--07 {
		font-size: 1.44rem;
	}
}

@media (max-width: 500px) {
	.subhdg--07 {
		margin: 0 auto 30px;
		font-size: 1.13rem;
		line-height: 1.4em;
	}
}

.catch--01 {
	text-align: center;
	padding: 120px 0;
}

@media (max-width: 500px) {
	.catch--01 {
		padding: 45px 0 30px;
	}
}

.catch--01_main {
	font-size: 1.88rem;
	font-weight: 300;
	line-height: 1.6em;
}

@media (max-width: 500px) {
	.catch--01_main {
		font-size: 1.19rem;
	}
}

.catch--01_lead {
	margin: 2em auto;
	line-height: 2em;
	font-weight: 300;
	word-break: keep-all;
}

@media (max-width: 500px) {
	.catch--01_lead {
		width: 89%;
		word-break: break-all;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		line-height: 1.8em;
	}
}

.catch--01_lead p+p {
	margin-top: 1em;
}

@media (max-width: 500px) {
	.catch--01_lead p+p {
		margin-top: 1.5em;
	}
}

.catch--02 {
	color: #c8373c;
	font-size: 1.38rem;
	line-height: 1.4em;
}

@media (max-width: 500px) {
	.catch--02 {
		font-size: 1.13rem;
	}
}

.catch--03 {
	font-size: 1.31rem;
	font-weight: 300;
	line-height: 1.7em;
	text-align: center;
}

@media (max-width: 835px) {
	.catch--03 {
		font-size: 0.88rem;
	}
}

.form_box {
	margin-top: 85px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.form_box {
		margin-top: 65px;
	}
}

@media (max-width: 500px) {
	.form_box {
		margin-top: 30px;
	}
}

.form_box .require {
	color: #fff;
	background: #c8373c;
	font-weight: 200;
	font-size: 0.81rem;
	line-height: 1em;
	padding: 0.3em 0.8em;
	vertical-align: middle;
}

@media (max-width: 500px) {
	.form_box .require {
		font-size: 0.63rem;
	}
}

.form_box .text_link {
	color: #c8373c;
	text-decoration: underline;
	transiton: text-decoration 0.2s ease-out;
}

.form_box .text_link:hover {
	text-decoration: none;
	opacity: 1;
}

.form_box>dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #dfdfdf;
}

@media (max-width: 835px) {
	.form_box>dl>div {
		display: block;
	}
}

.form_box>dl>div.bg--04 {
	border: 0;
}

.form_box>dl>div.bg--04+div {
	margin-top: 2em;
}

@media (max-width: 500px) {
	.form_box>dl>div.sp_row_clear {
		display: block;
	}
}

.form_box>dl>div>dd,
.form_box>dl>div>dt {
	padding: 1.3em 1.5em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 0.94rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media (max-width: 835px) {

	.form_box>dl>div>dd,
	.form_box>dl>div>dt {
		padding: 1em 0.5em;
	}
}

.form_box>dl>div>dt {
	width: 26.8%;
	font-weight: 600;
	position: relative;
	padding-right: 4em;
}

@media (max-width: 835px) {
	.form_box>dl>div>dt {
		width: 100%;
		padding-bottom: 0.25em;
	}
}

.form_box>dl>div>dt .require {
	position: absolute;
	right: 0;
}

@media (max-width: 835px) {
	.form_box>dl>div>dt .require {
		position: inherit;
		margin-left: 1em;
	}
}

.form_box>dl>div>dd {
	width: 73.2%;
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 835px) {
	.form_box>dl>div>dd {
		width: 100%;
		padding-left: 0;
		padding-top: 0.25em;
	}
}

.form_box .row {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_box button,
.form_box input,
.form_box label,
.form_box select,
.form_box textarea {
	font-family: Montserrat, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-size: 0.94rem;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: 0;
	width: 100%;
}

.form_box button:focus:not(:focus-visible),
.form_box input:focus:not(:focus-visible),
.form_box label:focus:not(:focus-visible),
.form_box select:focus:not(:focus-visible),
.form_box textarea:focus:not(:focus-visible) {
	outline: 0;
}

.form_box button::-webkit-input-placeholder,
.form_box input::-webkit-input-placeholder,
.form_box label::-webkit-input-placeholder,
.form_box select::-webkit-input-placeholder,
.form_box textarea::-webkit-input-placeholder {
	font-weight: 300;
}

.form_box button::-moz-placeholder,
.form_box input::-moz-placeholder,
.form_box label::-moz-placeholder,
.form_box select::-moz-placeholder,
.form_box textarea::-moz-placeholder {
	font-weight: 300;
}

.form_box button::-ms-input-placeholder,
.form_box input::-ms-input-placeholder,
.form_box label::-ms-input-placeholder,
.form_box select::-ms-input-placeholder,
.form_box textarea::-ms-input-placeholder {
	font-weight: 300;
}

.form_box button::placeholder,
.form_box input::placeholder,
.form_box label::placeholder,
.form_box select::placeholder,
.form_box textarea::placeholder {
	font-weight: 300;
}

.form_box input[type="text"] {
	padding: 0.5em 1em;
	border: solid 1px silver;
}

@media (max-width: 500px) {
	.form_box input[type="text"] {
		padding: 0.5em 0.25em;
	}
}

.form_box textarea {
	padding: 0.5em 1em;
	border: solid 1px silver;
}

.form_box .long input[type="text"] {
	width: 100%;
}

.form_box .middle input[type="text"] {
	width: 250px;
}

.form_box .short input[type="text"] {
	width: 100px;
}

@media (max-width: 500px) {
	.form_box .short input[type="text"] {
		width: 4em;
	}
}

.form_box .number input[type="text"] {
	margin: 0 0.5em;
}

@media (max-width: 500px) {
	.form_box .number input[type="text"] {
		margin: 0 0.2em;
	}
}

.form_box .number input[type="text"]:first-child {
	margin-left: 0;
}

.form_box textarea {
	padding: 0.8em 1em;
	border: solid 1px silver;
	line-height: 1.4em;
	width: 100%;
	height: 7.2em;
}

.form_box .selectbox_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px silver;
}

@media (max-width: 500px) {
	.form_box .selectbox_wrap {
		display: block;
	}
}

.form_box .selectbox_wrap br {
	display: none;
}

@media (min-width: 835px) {
	.form_box .selectbox_wrap>*+* {
		margin-left: 40px;
	}
}

@media (max-width: 500px) {
	.form_box .selectbox_wrap>*+* {
		margin-top: 40px;
	}
}

.form_box .selectbox_wrap select {
	background: #fff;
	min-width: 250px;
	min-height: 40px;
	line-height: 40px;
	letter-spacing: 0.1em;
	padding: 0 1em;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	font-size: 0.88rem;
}

@media (max-width: 500px) {
	.form_box .selectbox_wrap select {
		padding: 0 0.5em;
	}
}

.form_box .selectbox_wrap .selectbox_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_box .selectbox_wrap .selectbox_item>span {
	position: relative;
	height: 40px;
}

@media (max-width: 500px) {
	.form_box .selectbox_wrap .selectbox_item>span {
		width: 100%;
	}
}

.form_box .selectbox_wrap .selectbox_item>span select {
	padding-right: 40px;
	vertical-align: middle;
}

.form_box .selectbox_wrap .selectbox_item>span::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjIyNSIgaGVpZ2h0PSI5LjU2MiIgdmlld0JveD0iMCAwIDcuMjI1IDkuNTYyIj48cGF0aCBkPSJNMjAuNjI1LDI3LjUzMWwtMS4yNDktMS41NjJMMjMuNCwyMi43NWwtNC4wMjQtMy4yMTksMS4yNDktMS41NjJMMjYuNiwyMi43NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOS4zNzYgLTE3Ljk2OSkiIC8+PC9zdmc+) no-repeat center;
	background-size: contain;
	width: 15px;
	height: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	right: 19px;
	pointer-events: none;
}

@media (max-width: 500px) {
	.form_box .selectbox_wrap .selectbox_item>span::after {
		right: 15px;
	}
}

.form_box .checkbox_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.6em;
}

.form_box .checkbox_wrap .form-control-wrap {
	margin-left: auto;
	margin-right: auto;
}

.form_box .checkbox_wrap .form-control-wrap br {
	display: none;
}

.form_box .checkbox_wrap .form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_box .checkbox_wrap .form-control>label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form_box .checkbox_wrap .mwform-checkbox-field {
	margin-right: 3em;
}

.form_box .checkbox_wrap label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.form_box .checkbox_wrap label {
		margin-bottom: 1em;
	}
}

.form_box .checkbox_wrap label:hover {
	cursor: pointer;
}

.form_box .checkbox_wrap label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #eaeaea;
	border-radius: 2px;
	border: solid 1px #ababab;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_box .checkbox_wrap label input[type="checkbox"] {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0px;
	height: 0px;
}

.form_box .checkbox_wrap label input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
	content: "";
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3LjU2NCIgdmlld0JveD0iMCAwIDEwIDcuNTY0Ij48cGF0aCBkPSJNOC41LDAsMy45MzgsNC41NiwxLjUsMi4xMjUsMCwzLjYyNywzLjkzOCw3LjU2NCwxMCwxLjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjYzgzNzNjIi8+PC9zdmc+) no-repeat center;
	background-size: 20px;
	z-index: 2;
	display: block;
	left: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
}

.form_box .checkbox_wrap .mwform-checkbox-field-text {
	width: calc(100% - 20px);
	padding-left: 10px;
}

@media (max-width: 835px) {
	.form_box .checkbox_wrap__color2 {
		margin-top: 0.8em;
		padding: 1em 0 0 1em;
	}
}

.form_box .checkbox_wrap__color2 .form-control-wrap {
	margin-left: 0;
	margin-right: 4em;
}

.form_box .checkbox_wrap__color2 label::before {
	background: #fff;
	border: solid 1px silver;
}

@media (max-width: 835px) {
	.form_box .checkbox_wrap__color2+.error {
		margin-left: 1em;
	}
}

.form_box .checkbox_wrap__line2 {
	margin: 0.5em 0 0;
}

.form_box .checkbox_wrap__line2 .form-control-wrap {
	margin-right: 2.5em;
}

.form_box .checkbox_wrap__line2 label {
	margin-bottom: 0.7em;
}

@media (max-width: 500px) {
	.form_box .checkbox_wrap__line2 label {
		margin-bottom: 0.7em;
	}
}

.form_box .radiobox_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.6em;
}

@media (min-width: 501px) {
	.form_box .radiobox_wrap {
		margin-bottom: -20px;
	}

	.mw_wp_form_confirm .form_box .radiobox_wrap {
		margin-bottom: 0px;
	}
}

@media (max-width: 500px) {
	.form_box .radiobox_wrap {
		margin-top: 0.8em;
	}
}

@media (min-width: 501px) {
	.form_box .radiobox_wrap+* {
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	.form_box .radiobox_wrap+* {
		margin-top: 0.8em;
	}
}

.form_box .radiobox_wrap .form-control-wrap {
	margin-right: 4em;
}

.form_box .radiobox_wrap .form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_box .radiobox_wrap .mwform-radio-field {
	margin-right: 4em;
}

.form_box .radiobox_wrap label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.form_box .radiobox_wrap label {
		margin-bottom: 0.8em;
	}
}

.form_box .radiobox_wrap label:hover {
	cursor: pointer;
}

.form_box .radiobox_wrap label::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 16px;
	border: solid 1px #ababab;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_box .radiobox_wrap label input[type="radio"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 0px;
	height: 0px;
}

.form_box .radiobox_wrap label input[type="radio"]:checked+.mwform-radio-field-text::after {
	content: "";
	position: absolute;
	background: #c8373c;
	z-index: 2;
	display: block;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 10px;
}

.form_box .radiobox_wrap .mwform-radio-field-text {
	width: calc(100% - 15px);
	padding-left: 10px;
}

.form_box .radiobox_wrap__line2 .form-control-wrap {
	margin-right: 2.5em;
}

.form_box .datebox_wrap {
	width: 250px;
	padding: 0.5em 1em;
	border: solid 1px silver;
	line-height: 1.4em;
}

@media (max-width: 500px) {
	.form_box .datebox_wrap {
		width: 100%;
		padding: 0.5em 0.25em;
	}
}

.form_box .datebox_wrap input[type="text"] {
	border: 0;
	padding: 0;
}

.form_box .datebox_wrap label {
	position: relative;
}

.form_box .datebox_wrap label::before {
	content: "";
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOCAyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xNiwySDE0VjBIMTJWMkg2VjBINFYySDJBMiwyLDAsMCwwLDAsNFYxOGEyLDIsMCwwLDAsMiwySDE2YTIsMiwwLDAsMCwyLTJWNGEyLDIsMCwwLDAtMi0ybTAsMTZIMlY2SDE2WiIgZmlsbD0iIzJjMmMyYyIvPjxwYXRoIGQ9Ik04LDE1LjQxNGw1LjcwNy01LjcwN0wxMi4yOTMsOC4yOTMsOCwxMi41ODYsNS43MDcsMTAuMjkzLDQuMjkzLDExLjcwN1oiIGZpbGw9IiMyYzJjMmMiLz48L2c+PC9zdmc+) no-repeat center;
	background-size: 20px;
	z-index: 2;
	display: block;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 20px;
}

@media (max-width: 500px) {
	.form_box .datebox_wrap label::before {
		right: 10px;
	}
}

@-moz-document url-prefix() {
	.form_box .datebox_wrap input[type="date"] {
		clip-path: inset(0 25px 0 0);
		border: none;
		outline: 0;
		outline: 0;
	}
}

.form_box>.checkbox_wrap .mwform-checkbox-field {
	margin-right: 0;
}

.form_box>.checkbox_wrap .mwform-checkbox-field label {
	margin-bottom: 0;
}

.form_box>.checkbox_wrap .form-control {
	display: block;
}

.form_box>.checkbox_wrap .form-control>label::before {
	content: none;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

.mw_wp_form .error {
	color: #c8373c;
	background: rgba(249, 235, 235, 0.75);
	font-size: 13px;
	line-height: 1.8em;
	padding: 0.3em 1em;
	display: inline-block !important;
}

.mw_wp_form .error+* {
	margin-top: 1.5em;
}

.mw_wp_form *+.error {
	margin-top: 1em;
}

@media (max-width: 500px) {
	.mw_wp_form_confirm>dl>div>dd {
		padding-left: 0.5em;
	}
}

.mw_wp_form_confirm .datebox_wrap {
	border: 0;
	padding: 0;
}

.mw_wp_form_confirm .datebox_wrap label {
	color: #2c2c2c;
}

.mw_wp_form_confirm .datebox_wrap label::before {
	content: none;
}

.mw_wp_form_confirm .selectbox_wrap {
	border: 0;
}

.mw_wp_form_confirm .selectbox_wrap .selectbox_item span {
	height: auto;
}

.mw_wp_form_confirm .selectbox_wrap .selectbox_item span::after {
	content: none;
}

.mv {
	min-width: 1160px;
	position: relative;
}

@media (min-width: 501px) and (max-width: 834px) {
	.mv {
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.mv {
		min-width: 0;
	}
}

.mv::after {
	content: "";
	display: block;
	width: 20px;
	height: 42px;
	position: absolute;
	bottom: -31px;
	left: calc(50% - 10px);
	z-index: 16;
	background-image: url("../img/top/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-animation: scroll 3s infinite ease-out;
	animation: scroll 3s infinite ease-out;
}

@media (max-width: 500px) {
	.mv::after {
		content: none;
	}
}

.mv+* {
	margin-top: 100px;
}

@media (min-width: 501px) and (max-width: 834px) {
	.mv+* {
		margin-top: 60px;
	}
}

@media (max-width: 500px) {
	.mv+* {
		margin-top: 45px;
	}
}

main.page_top section+section {
	margin-top: 100px;
}

@media (max-width: 500px) {
	main.page_top section+section {
		margin-top: 65px;
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	45% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	45% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

main.page_bottom_nospace+footer .footer {
	padding-top: 0;
}

main.page_company .column__main+.btn_wrap {
	margin-top: 90px;
}

@media (max-width: 500px) {
	main.page_company .column__main+.btn_wrap {
		margin-top: 45px;
	}
}

@media (max-width: 500px) {
	main.page_company .catch--01+.subhdg--02 {
		margin-top: 60px;
	}
}

@media (min-width: 501px) {
	main.page_company .row__half>* {
		width: calc(50 - 2.5px);
	}
}

@media (max-width: 500px) {
	main.page_company .row__half>* {
		width: 100%;
	}
}

@media (min-width: 501px) {
	main.page_company .row__half>*+* {
		margin-left: 5px;
	}
}

@media (max-width: 500px) {
	main.page_company .row__half>*+* {
		margin-top: 20px;
	}
}

main.page_news .page_tab_box_wrap {
	border-bottom: 0;
}

@media (min-width: 501px) {
	main.page_news .page_tab_box_wrap {
		padding-bottom: 50px;
	}
}

main.page_news .page_tab_box>.thum_archive_box {
	margin-top: 110px;
}

@media (max-width: 500px) {
	main.page_news .page_tab_box>.thum_archive_box {
		margin-top: 55px;
	}
}

main.page_news .page_tab_box>.thum_archive_box>ul>li {
	margin-bottom: 60px;
}

@media (max-width: 500px) {
	main.page_privacy_policy .catch--01_lead {
		width: 100%;
	}
}

main.page_catalog .thum_archive_list .thum::before {
	padding-top: 56.25%;
}

main.page_catalog .catalog {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 0 !important;
}

main.page_catalog .catalog li {
	list-style: none;
	width: 20%;
	margin: 0 2% 80px 2%;
	text-align: center !important;
}

@media (max-width: 500px) {
	main.page_catalog .catalog li {
		list-style: none;
		width: 42%;
		margin: 0 3% 40px 3%;
		text-align: center !important;
	}
}

main.page_catalog .catalog li strong {
	height: 50px;
	font-size: 14px;
	display: table;
	width: 100%;
}

@media (max-width: 500px) {
	main.page_catalog .catalog li strong {
		height: 46px;
		font-size: 13px;
	}
}

main.page_catalog .catalog li strong span {
	line-height: 1.4em;
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}

main.page_catalog .catalog li img {
	width: 100%;
}

main.page_catalog .catalog li a {
	display: block !important;
	background-color: #f2f2f2 !important;
	border-bottom: 0 !important;
	text-align: center !important;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px !important;
}

main.page_catalog .catalog li a.dl {
	padding: 10px 10px 30px 10px !important;
	background-image: url("../img/catalog/icondl.png");
	background-position: center bottom 10px;
	background-repeat: no-repeat;
}

@media (max-width: 500px) {
	main.page_catalog .catalog li a {
		font-size: 11px;
		margin-bottom: 8px;
		padding: 8px 8px 8px 8px !important;
	}
}

main.page_pickup .fitting {
	aspect-ratio: 1/0.75;
}

main.page_pickup .fitting>* {
	aspect-ratio: 1/0.7;
}

main.page_pickup .fitting img {
	min-width: 101%;
	min-height: 101%;
	-o-object-fit: contain;
	object-fit: contain;
}

main.page_pickup .page_entry .subhdg--04+.column__main {
	padding-top: 100px;
}

@media (max-width: 835px) {
	main.page_pickup .page_entry .subhdg--04+.column__main {
		padding-top: 50px;
	}
}

main.page_pickup .page_entry div.img {
	margin: 50px auto;
}

@media (max-width: 500px) {
	main.page_pickup .page_entry div.img {
		margin: 25px auto;
	}
}

.top_h_padding {
	padding-bottom: 40px;
}

.top_h_padding2 {
	padding-bottom: 100px;
}

@media (max-width: 500px) {
	.top_h_padding {
		padding-bottom: 0px;
	}

	.top_h_padding2 {
		padding-bottom: 70px;
	}
}

.form_thx_p {
	text-align: center;
	padding-top: 35px;
	line-height: 1.4em;
}

@media (max-width: 835px) {
	.form_thx_p {
		text-align: left;
		padding-top: 25px;
		font-size: 12px;
		line-height: 1.4em;
	}
}

@media (max-width:500px) {
	.form_box .checkbox_wrap__color2 .mwform-checkbox-field-text {
		word-break: keep-all;
	}
}

@media (max-width:500px) {
	.form_box .checkbox_wrap .mwform-checkbox-field-text {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
}

@media (max-width:500px) {
	.form_box .checkbox_wrap .mwform-checkbox-field {
		margin-right: 1em;
	}
}

.gurutto {
	background-image: url("../img/top/gurutto.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 140px;
	padding: 45px 0px 40px 0px;
	display: flex;
	gap: 160px;
	justify-content: center;
	margin-top: 40px;
}

.gurutto .p_left,
.p_right {
	width: 10em;
}

.gurutto .p_left {
	text-align: right;
}

.gurutto .p_right {
	text-align: left;
}



@media (min-width:1400px) {
	.gurutto {
		/* background-position: left 35% center; */
		background-position: center;
	}
}

@media (max-width: 835px) {
	.gurutto {
		background-position: left 20% center;
		background-size: 140px;
		padding: 40px 0px 40px 45%;
		flex-direction: column;
		gap: 10px;
	}

	.gurutto .p_left {
		text-align: left;
	}

	.gurutto .p_right {
		text-align: left;
	}
}

@media (max-width:500px) {
	.gurutto {
		background-position: left 14% center;
		background-size: 90px;
		padding: 20px 0px 20px 38%;
	}
}

@media (max-width:380px) {
	.gurutto {
		background-position: left 5% center;
		background-size: 80px;
		padding: 20px 0px 20px 34%;
	}
}

.site_map {
	line-height: 1.7em;
	font-weight: 700;
	font-size: 1rem;
}

.site_map a {
	color: #c8373c;
	display: block;
}

.site_map .sub_menu {
	padding-left: 1rem;
}

.sm_ul {
	border-top: solid 1px #dfdfdf;
}

.site_map ul.sm_ul>li {
	border-bottom: solid 1px #dfdfdf;
	padding: 20px 10px 20px 20px;
}

.site_map ul.sm_ul>li a {}

.site_map .sub_menu ul li a {
	padding: 10px 0px 0px 0px;
}

a#page-top {
	display: block;
	position: fixed;
	bottom: 70px;
	right: 40px;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/* text hidden set */
	background-color: #565656;
	border-radius: 999px;
	z-index: 5;
	background-image: url("../img/common/pt.png");
	background-repeat: no-repeat;
	background-position: center;
	border: solid 1px #abb8c3;
}

@media (max-width: 835px) {
	a#page-top {
		bottom: 3rem;
		right: 1.5rem;
	}
}



.text_line .info_text_line {
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-top: 16px;
}

@media (max-width: 835px) {
	.text_line .info_text_line {
		font-size: 1rem;
	}
}

.text_line .info_text_line .marker {
	background: linear-gradient(transparent 50%, rgba(253, 255, 146, 0.8) 50%);
}


.full_box {
	width: 100% !important;
}

.full_box .btn_wrap {
	justify-content: left !important;
}

.full_box .btn_wrap .btn--03 {
	width: 50% !important;
}

@media (max-width: 835px) {
	.full_box .btn_wrap .btn--03 {
		width: 100% !important;
	}
}

.sns_bnr_area {
	text-align: center;
	margin-top: 100px;
}

.sp_only {
	display: none;
}

.sns_bnr_area .sns_h {
	color: #c04f15;
	font-size: 1.6rem;
	margin-bottom: 32px;
	line-height: 1.4;
}

.sns_bnr_area .sns_h span {
	position: relative;
}

.sns_bnr_area .sns_h span::before {
	content: "";
	display: block;
	width: 3px;
	height: 40px;
	background-color: #c04f15;
	position: absolute;
	left: -32px;
	top: 0;
	transform: rotate(-32deg);
}

.sns_bnr_area .sns_h span::after {
	content: "";
	display: block;
	width: 3px;
	height: 40px;
	background-color: #c04f15;
	position: absolute;
	right: -24px;
	top: 0;
	transform: rotate(32deg);
}

.sns_bnr_list {
	display: flex;
	justify-content: center;
	gap: 40px;
}

@media (max-width:700px) {
	.sns_bnr_area .sns_h {
		font-size: 1.4rem;
	}

	.sns_bnr_list {
		flex-direction: column;
		gap: 32px;
	}

	.sp_only {
		display: block;
	}

	.sns_bnr_area .sns_h span::before {
		top: 20px;
	}

	.sns_bnr_area .sns_h span::after {
		top: 20px;
		right: -90px;
	}
}

@media (max-width:400px) {
	.sns_bnr_area .sns_h {
		font-size: 1.15rem;
	}

	.sns_bnr_area .sns_h span::before {
		left: -10px;
	}

	.sns_bnr_area .sns_h span::after {
		right: -64px;
	}
}
