@charset "UTF-8";
@-webkit-keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
@keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
	cursor: default; /* 1 */
	line-height: 1.5; /* 2 */
	-moz-tab-size: 4; /* 3 */
	-o-tab-size: 4;
	   tab-size: 4; /* 3 */
	-webkit-tap-highlight-color: transparent; /* 4 */
	-ms-text-size-adjust: 100%; /* 5 */
	-webkit-text-size-adjust: 100%; /* 5 */
	word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
	display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
	list-style: none;
	padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
	max-width: 100%;
	height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
	border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
	border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
	margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
	overflow: visible; /* 1 */
	text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
	border: 1px solid #a0a0a0; /* 1 */
	padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
	overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	white-space: normal; /* 1 */
	color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
	text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
	margin: 0; /* 1 */
	overflow: auto; /* 2 */
	resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
	box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
	display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
	background-color: white;
	border: solid;
	color: black;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
	cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
	cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
	display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

/**
 * Add
 */
dl dd {
	margin-left: 0;
}

figure {
	margin: 0;
}

table {
	table-layout: fixed;
}

menu {
	padding: 0;
}

picture {
	display: block;
}

p {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}

/*--------------- form reset ------------*/
button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-family: inherit;
	font-size: 100%;
	display: block;
	padding: 0;
	outline: none;
	margin: 0;
	border: none;
	background-color: transparent;
}
@media (any-hover: hover) {
	button:focus-visible, button:hover {
		opacity: 0.7;
		background-color: transparent;
	}
}

input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

label {
	position: relative;
	display: block;
	word-break: break-all;
}
label input[type=checkbox] + span {
	position: relative;
	padding-left: 15px;
}
label input[type=radio] + span {
	position: relative;
	padding-left: 25px;
}
label input[type=checkbox] + span::before {
	border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
	background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
	background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
	border: 2px solid #313131;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
label input[type=checkbox] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 12px;
	height: 12px;
	border: 0.1rem #313131 solid;
}
label input[type=checkbox] + span::after {
	z-index: 1;
	margin: 2px 4px;
	width: 6px;
	height: 9px;
}
label input[type=radio] + span::before {
	position: absolute;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #686868;
	border-radius: 50%;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	background-color: transparent;
	width: 14px;
	height: 14px;
}
label input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}
label input[type=radio]:checked + span::before {
	border-color: #007acc;
}
label input[type=radio]:checked + span::after {
	position: absolute;
	display: inline-block;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #007acc;
	border-radius: 50%;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 3px;
	width: 8px;
	height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel], input[type=search], input[type=date] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

input[type=button], input[type=submit] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

button[type=submit], input[type=reset], button[type=button] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}

/*-------- select ------------*/
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

input[type=text], input[type=email], input[type=tel], input[type=date] {
	max-width: 100%;
}

textarea {
	width: 100%;
	max-width: 100%;
	resize: vertical;
	overflow: auto;
}

input[type=button] {
	color: #fff;
	border-style: none;
}
input[type=submit] {
	color: #fff;
	border-style: none;
}
@media (any-hover: hover) {
	input[type=submit]:focus-visible, input[type=submit]:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width: 767px) {
	input[type=text], input[type=email], input[type=tel] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	input[type=text], input[type=email], input[type=tel] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
}
html {
	font-size: 62.5%;
}
@media screen and (max-width: 1439px) {
	html {
		font-size: 0.68vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.667vw;
		font-size: 2.3255813953vw;
	}
}
html {
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.43;
	color: #4B2E2B;
	font-size: 1.6rem;
	line-break: strict;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

dl, ul, ol {
	margin: 0;
	padding: 0;
}

img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

label {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	html {
		min-height: 100vh;
	}
	body {
		line-height: 1.2;
		min-width: 1%;
		position: relative;
		font-size: 1.4rem;
		max-width: 100%;
	}
}
/* link
--------------------------------------------------*/
a {
	color: inherit;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a {
	/*&:hover,
	&:focus {
		text-decoration: underline;
	}*/
}

@media print, screen and (min-width: 768px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}
	a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	a:focus-visible, a:hover {
		opacity: 0.7;
	}
	a,
	a * {
		outline: 1px solid transparent;
		outline: none;
	}
}
.c-ggmap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.c-ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-movie,
.c-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.c-movie iframe,
.c-movie video,
.c-youtube iframe,
.c-youtube video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.m-link-close {
	pointer-events: none;
}

.m-blk {
	color: #4B2E2B;
}

.m-white {
	color: #ffffff;
}

.m-uline {
	text-decoration: underline;
}

.m-bold {
	font-weight: bold;
}

.m-dela {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.m-noto {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.m-tac {
	text-align: center;
}

.m-tar {
	text-align: right;
}

.m-vrl {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.m-itr {
	font-style: italic;
}

.m-relative {
	position: relative;
}

.m-upper {
	text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
	a.m-tellink[href^="tel:"] {
		pointer-events: none;
	}
}
.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	height: auto;
}

body {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
body.is-visible {
	opacity: 1;
}

/*------------ animation ---------------*/
.c-fadeup {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	        transform: translateY(1rem);
}
.c-fadeup.js-animeOn {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: 0.5s opacity ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: 0.5s opacity ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, 0.5s opacity ease-in-out;
	transition: transform 0.5s ease-in-out, 0.5s opacity ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
	.c-fadeup.js-animeOn {
		-webkit-transition: 0.4s opacity ease-in-out, -webkit-transform 0.4s ease-in-out;
		transition: 0.4s opacity ease-in-out, -webkit-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out, 0.4s opacity ease-in-out;
		transition: transform 0.4s ease-in-out, 0.4s opacity ease-in-out, -webkit-transform 0.4s ease-in-out;
	}
}

.c-fadein {
	opacity: 0;
}
.c-fadein.js-animeOn {
	opacity: 1;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

.c-faderight {
	opacity: 0;
	-webkit-transform: translateX(-3rem);
	        transform: translateX(-3rem);
}
.c-faderight.js-animeOn {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
	transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
	transition: transform 0.8s ease, opacity 0.8s ease;
	transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.c-slide-right {
	opacity: 0;
	-webkit-transform: translateX(5rem);
	        transform: translateX(5rem);
}
.c-slide-right.js-animeOn {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
	transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
	transition: transform 0.8s ease, opacity 0.8s ease;
	transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.js-animeOn.-delay1 {
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.js-animeOn.-delay2 {
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
.js-animeOn.-delay3 {
	-webkit-transition-delay: 1.5s;
	        transition-delay: 1.5s;
}
.js-animeOn.-delay4 {
	-webkit-transition-delay: 2s;
	        transition-delay: 2s;
}

/*---------------------- c-btn ----------*/
.c-btn {
	height: 6.7rem;
}
@media screen and (max-width: 767px) {
	.c-btn {
		height: 5rem;
	}
}
.c-btn__inn {
	height: 100%;
	padding: 0 3.4rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100vh;
	color: #ffffff;
	background-color: #951B34;
	font-size: 1.8rem;
	font-weight: bold;
	gap: 3.4rem;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.c-btn__inn {
		font-size: 1.4rem;
		padding: 0 2.8rem 0 2.4rem;
		gap: 1.5rem;
	}
}
.c-btn__inn .c-btn__text {
	position: relative;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
.c-btn__inn .c-btn__arrow {
	position: relative;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
	width: 1rem;
}
@media screen and (max-width: 767px) {
	.c-btn__inn .c-btn__arrow {
		width: 0.7rem;
	}
}
.c-btn__inn .c-btn__arrow.-blank {
	width: 1.6rem;
}
@media screen and (max-width: 767px) {
	.c-btn__inn .c-btn__arrow.-blank {
		width: 1.2rem;
	}
}
.c-btn__inn .c-btn__arrow.-blank svg {
	width: 1.6rem;
}
@media screen and (max-width: 767px) {
	.c-btn__inn .c-btn__arrow.-blank svg {
		width: 1.2rem;
	}
}
.c-btn__inn .c-btn__arrow svg {
	width: 1rem;
}
@media screen and (max-width: 767px) {
	.c-btn__inn .c-btn__arrow svg {
		width: 0.7rem;
	}
}
.c-btn__inn::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 2px solid #ffffff;
	border-radius: 100vh;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.c-btn__inn::after {
		border-width: 1px;
	}
}
.c-btn__inn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-105%);
	        transform: translateX(-105%);
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	background-color: #ffffff;
}
@media (any-hover: hover) {
	.c-btn__inn:hover {
		opacity: 1;
	}
	.c-btn__inn:hover::before {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	.c-btn__inn:hover .c-btn__arrow {
		color: #951B34;
	}
	.c-btn__inn:hover .c-btn__text {
		color: #951B34;
	}
}
.c-btn.-white .c-btn__inn {
	background-color: #ffffff;
	color: #ffffff;
}
.c-btn.-white .c-btn__inn .c-btn__arrow,
.c-btn.-white .c-btn__inn .c-btn__text {
	color: #951B34;
}
.c-btn.-white .c-btn__inn::after {
	border-color: #951B34;
}
.c-btn.-white .c-btn__inn::before {
	background-color: #951B34;
}
@media (any-hover: hover) {
	.c-btn.-white .c-btn__inn:hover .c-btn__arrow,
	.c-btn.-white .c-btn__inn:hover .c-btn__text {
		color: #ffffff;
	}
}
.c-btn.-down .c-btn__inn .c-btn__arrow {
	width: 1.7rem;
}
@media screen and (max-width: 767px) {
	.c-btn.-down .c-btn__inn .c-btn__arrow {
		width: 1.1rem;
	}
}
.c-btn.-down .c-btn__inn .c-btn__arrow svg {
	width: 100%;
}
.c-btn.-ma {
	text-align: center;
}
.c-btn.-back .c-btn__arrow svg {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.c-btn.-disabled.-white .c-btn__inn {
	pointer-events: none;
	color: #666;
	opacity: 0.7;
}
.c-btn.-disabled.-white .c-btn__inn::after {
	border-color: #666;
}
.c-btn.-disabled.-white .c-btn__text {
	color: #666;
}
.c-btn.-disabled.-white .c-btn__arrow {
	color: #666;
}

.c-textlink__inn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #9D2C43;
}
@media screen and (max-width: 767px) {
	.c-textlink__inn {
		font-size: 1.4rem;
		gap: 0.9rem;
	}
}
@media (any-hover: hover) {
	.c-textlink__inn:hover {
		opacity: 1;
	}
	.c-textlink__inn:hover .c-textlink__arrow img,
	.c-textlink__inn:hover .c-textlink__arrow svg {
		-webkit-animation: btnArrowAnim 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
		        animation: btnArrowAnim 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
	}
}
.c-textlink__arrow {
	color: #9D2C43;
	width: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	top: 0.1rem;
}
@media screen and (max-width: 767px) {
	.c-textlink__arrow {
		width: 0.5rem;
	}
}
.c-textlink__arrow img,
.c-textlink__arrow svg {
	width: 100%;
}
.c-textlink__arrow svg {
	width: 0.8rem;
}
@media screen and (max-width: 767px) {
	.c-textlink__arrow svg {
		width: 0.5rem;
	}
}

.c-pankz {
	padding: 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
	.c-pankz {
		min-height: 6.5rem;
		padding-right: 7rem;
	}
}
.c-pankz__list .item {
	display: inline;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
}
.c-pankz__list .item + .item::before {
	content: "";
	width: 1.4rem;
	height: 1px;
	background-color: #ffffff;
	display: inline-block;
	margin: 0 0.6em;
	position: relative;
	top: -0.3em;
}

.c-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.c-pager {
		gap: 1rem;
		margin-top: 4rem;
	}
}
.c-pager .item {
	font-size: 2.2rem;
	font-weight: bold;
	width: 6rem;
	height: 6rem;
}
@media screen and (max-width: 767px) {
	.c-pager .item {
		font-size: 1.6rem;
		width: 4rem;
		height: 4rem;
	}
}
.c-pager .item-link {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #951B34;
	color: #ffffff;
	border: 2px solid #951B34;
}
@media (any-hover: hover) {
	.c-pager .item-link:hover {
		opacity: 1;
		background-color: #ffffff;
		color: #951B34;
	}
}
.c-pager .item.arrow .item-link {
	background-color: transparent;
	border: none;
	color: #951B34;
}
@media (any-hover: hover) {
	.c-pager .item.arrow .item-link:hover {
		opacity: 0.7;
	}
}
.c-pager .item.arrow span.item-link {
	opacity: 0.7;
}
.c-pager .item.current .item-link {
	background-color: #ffffff;
	color: #951B34;
	pointer-events: none;
}

.c-under-pagettl {
	background-image: url(../images/common/bg_under-pagettl.png);
	background-size: cover;
	background-position: bottom center;
	height: 23.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.c-under-pagettl {
		height: 20rem;
	}
}
.c-under-pagettl__title {
	font-size: 6rem;
	text-align: center;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.c-under-pagettl__title {
		font-size: 4rem;
	}
}
.c-under-pagettl.-bg {
	background-color: #FFFFF8;
}

body.is-fixed {
	position: fixed;
	width: 100%;
}

/* --------------------------------------------------
  header
-------------------------------------------------- */
.l-header {
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0;
	background-color: #951B34;
}
@media screen and (max-width: 767px) {
	.l-header {
		background-color: transparent;
	}
}
.l-header__info {
	background-image: url(../images/common/bg_header_info.png);
	background-size: cover;
	background-position: center center;
}
.l-header__info .l-content-inner {
	padding: 1rem 4rem;
	width: 138rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 5rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.9rem;
}
@media screen and (max-width: 767px) {
	.l-header__info .l-content-inner {
		min-height: 3rem;
		gap: 0.7rem;
		padding: 0.5rem 4.4rem;
	}
}
.l-header__info .icon {
	background-color: #FF0000;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding: 0.25em 2em 0.3em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 100vh;
}
@media screen and (max-width: 767px) {
	.l-header__info .icon {
		font-size: 1.4rem;
		padding: 0.1em 1.2em 0.2em;
	}
}
.l-header__info .text {
	font-size: 2rem;
	line-height: 1.35;
	font-weight: bold;
	color: #000000;
}
@media screen and (max-width: 767px) {
	.l-header__info .text {
		font-size: 1.4rem;
		line-height: 1.2857142857;
	}
}
.l-header__inner {
	height: 9.2rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
	.l-header__inner {
		height: 6.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 1.3rem;
		background-color: #951B34;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 1.3rem;
	}
}
.l-header__logo {
	width: 26.1rem;
	color: #ffffff;
}
@media screen and (max-width: 1540px) {
	.l-header__logo {
		width: 24rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header__logo {
		width: 12.4rem;
	}
}
.l-header__logo a, .l-header__logo img {
	display: block;
	width: 100%;
}
.l-header__logo a {
	width: 100%;
	height: 100%;
}
.l-header__logo.is-hidden {
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	.l-header__logo.is-hidden {
		opacity: 1;
		visibility: visible;
	}
}
.l-header__drop {
	position: absolute;
	top: 0;
	left: 5.8rem;
	width: 33.5rem;
	padding: 7.9rem 0 0;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.l-header__drop::before, .l-header__drop::after {
	content: "";
	display: block;
	width: 1.4rem;
	height: 9.3rem;
	background-image: url(../images/common/img_drop-bar.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-size: 100% auto;
	background-position: center bottom;
	position: absolute;
	top: 0;
}
.l-header__drop::before {
	left: 5.3rem;
}
.l-header__drop::after {
	right: 5.3rem;
}
.l-header__drop-inner {
	background-color: #ffffff;
	border-radius: 1rem;
	padding: 3.8rem 2.2rem 3.1rem;
	border: 0.4rem solid #951B34;
}
@media screen and (max-width: 767px) {
	.l-header__drop-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.l-header__drop .l-header__logo {
	width: 100%;
	height: auto;
}
.l-header__drop .drop-menu {
	margin-top: 2.4rem;
	padding-left: 3rem;
}
.l-header__drop .drop-menu .item {
	margin-top: 2.9rem;
}
.l-header__drop .drop-menu .item__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.3rem;
}
.l-header__drop .drop-menu .item__inn .icon {
	width: 6rem;
	color: #951B34;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
.l-header__drop .drop-menu .item__inn .icon img,
.l-header__drop .drop-menu .item__inn .icon svg {
	max-width: 100%;
}
.l-header__drop .drop-menu .item__inn .text {
	padding-bottom: 1rem;
}
.l-header__drop .drop-menu .item__inn .text span {
	display: block;
}
.l-header__drop .drop-menu .item__inn .text .en {
	font-size: 1.4rem;
	letter-spacing: 0.056em;
	color: #9D2C43;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
.l-header__drop .drop-menu .item__inn .text .jp {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #4B2E2B;
	font-weight: bold;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
	letter-spacing: -0.1em;
}
@media (any-hover: hover) {
	.l-header__drop .drop-menu .item__inn:hover {
		opacity: 1;
	}
	.l-header__drop .drop-menu .item__inn:hover .icon {
		color: #efd550;
	}
	.l-header__drop .drop-menu .item__inn:hover .text .en {
		color: #efd550;
	}
	.l-header__drop .drop-menu .item__inn:hover .text .jp {
		color: #9D2C43;
	}
}
.l-header__drop .drop-menu .item:first-of-type {
	margin-top: 0;
}
.l-header__drop .drop-menu .item:first-of-type .item__inn {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.l-header__drop .drop-menu .item:first-of-type .item__inn .text {
	padding-bottom: 0;
}
.l-header__drop .drop-text {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.375;
	color: #9D2C43;
	margin-top: 2.1rem;
}
.l-header__top {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 12rem;
}
@media screen and (max-width: 767px) {
	.l-header__top {
		height: auto;
		padding: 0;
	}
}
.l-header__top .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 2.6rem;
	height: 6rem;
}
@media screen and (max-width: 767px) {
	.l-header__top .info {
		height: 2.6rem;
		padding: 0 1.1rem;
	}
}
.l-header__top .info .title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
}
@media screen and (max-width: 767px) {
	.l-header__top .info .title {
		font-size: 1rem;
		line-height: 1.1;
	}
}
.l-header__top .info .text {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: bold;
}
@media screen and (max-width: 1540px) {
	.l-header__top .info .text {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header__top .info .text {
		font-size: 1.6rem;
	}
}
.l-header__top .weather {
	gap: 1.2rem;
}
@media screen and (max-width: 767px) {
	.l-header__top .weather {
		display: none;
		border-right: 1px solid #ffffff;
		padding: 0 2rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header__top .weather .title {
		font-size: 1.4rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.l-header__top .weather .text {
		font-size: 2.6rem;
	}
}
.l-header__top .weather .icon {
	width: 6rem;
	height: 6rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.l-header__top .weather .icon {
		width: 3.4rem;
		height: 3.4rem;
	}
}
.l-header__top .weather .icon svg {
	width: 100%;
	height: 100%;
}
.l-header__top .open-close {
	gap: 1.6rem;
	border-right: 1px solid #ffffff;
}
.l-header__top .contact-btn {
	width: 19.8rem;
	height: 5.1rem;
	margin-left: 2.1rem;
}
@media screen and (max-width: 767px) {
	.l-header__top .contact-btn {
		width: 7.9rem;
		height: 3.8rem;
		margin-left: 1rem;
	}
}
.l-header__top .contact-btn__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100vh;
	background-color: #FBA421;
	gap: 1.5rem;
	padding: 0 0 0 2.1rem;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.l-header__top .contact-btn__inn {
		padding: 0;
		gap: 0.5rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
		        box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	}
}
.l-header__top .contact-btn__inn::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 2px solid #ffffff;
	border-radius: 100vh;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.l-header__top .contact-btn__inn::after {
		border-width: 1px;
	}
}
.l-header__top .contact-btn__inn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-105%);
	        transform: translateX(-105%);
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
.l-header__top .contact-btn__inn .icon {
	width: 2.4rem;
	position: relative;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.l-header__top .contact-btn__inn .icon {
		width: 1.8rem;
	}
}
.l-header__top .contact-btn__inn .icon svg {
	width: 2.4rem;
}
@media screen and (max-width: 767px) {
	.l-header__top .contact-btn__inn .icon svg {
		width: 1.8rem;
	}
}
.l-header__top .contact-btn__inn .text {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
@media screen and (max-width: 767px) {
	.l-header__top .contact-btn__inn .text {
		font-size: 1rem;
		line-height: 1.2;
	}
}
@media (any-hover: hover) {
	.l-header__top .contact-btn__inn:hover {
		opacity: 1;
	}
	.l-header__top .contact-btn__inn:hover::before {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	.l-header__top .contact-btn__inn:hover .icon {
		color: #FBA421;
	}
	.l-header__top .contact-btn__inn:hover .text {
		color: #FBA421;
	}
}
.l-header .menu.pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.l-header .menu.pc {
		display: none;
	}
}
.l-header .menu {
	gap: 2.1rem;
	margin-left: 2.6rem;
}
@media screen and (max-width: 1540px) {
	.l-header .menu {
		gap: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 2.4rem 3.5rem;
		margin-left: 0;
		margin-top: 3.7rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header .menu .item {
		width: 8.1rem;
	}
}
.l-header .menu .item__inn {
	display: block;
}
@media (any-hover: hover) {
	.l-header .menu .item__inn:hover {
		opacity: 1;
	}
	.l-header .menu .item__inn:hover .icon {
		color: #efd550;
	}
}
.l-header .menu .item .icon {
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	margin: auto auto auto;
	color: #ffffff;
	background-color: #951B34;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.l-header .menu .item .icon {
		width: 8.1rem;
		height: 8.1rem;
		background-color: transparent;
		color: #ffffff;
		position: relative;
	}
	.l-header .menu .item .icon::before {
		content: "";
		width: 7.9rem;
		height: 7.9rem;
		border-radius: 50%;
		display: block;
		background-color: #811F33;
		position: absolute;
		inset: 0;
		margin: auto;
		z-index: -1;
	}
}
.l-header .menu .item .text {
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: 1;
	color: #ffffff;
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.l-header .menu .item .text {
		font-size: 1.9rem;
		color: #811F33;
		margin: 0.8rem -1em 0;
	}
	.l-header .menu .item .text.adj {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 767px) {
	.l-header .theme-menu {
		margin-top: 1.8rem;
	}
	.l-header .theme-menu .item {
		font-size: 1.8rem;
		font-weight: bold;
		color: #4B2E2B;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.l-header .theme-menu .item:first-of-type {
		margin-top: 0;
	}
	.l-header .theme-menu .item::before {
		content: "";
		width: 3.1rem;
		height: 2.8rem;
		background-image: url(../images/common/icn_theme-menu_study.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		display: block;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.l-header .theme-menu .item__inn {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		border-bottom: 1px dashed #811F33;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0.7rem 0 0.8rem 1.4rem;
	}
	.l-header .theme-menu .item__inn .arrow {
		width: 0.7rem;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		color: #811F33;
	}
	.l-header .theme-menu .item:nth-of-type(2)::before {
		background-image: url(../images/common/icn_theme-menu_play.svg);
	}
	.l-header .theme-menu .item:nth-of-type(3)::before {
		background-image: url(../images/common/icn_theme-menu_eat.svg);
	}
}
.l-header .drbtn {
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 11;
	cursor: pointer;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: none;
	transition: none;
	overflow: hidden;
	width: 7rem;
	height: 6rem;
	gap: 0.9rem;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn {
		width: 6.5rem;
		height: 6.5rem;
		top: 0;
		right: 0;
		gap: 0.6rem;
	}
}
@media (any-hover: hover) {
	.l-header .drbtn:hover {
		opacity: 1;
	}
	.l-header .drbtn:hover .line {
		background-color: #efd550;
	}
	.l-header .drbtn:hover .text {
		color: #efd550;
	}
}
.l-header .drbtn .line {
	width: 3.7rem;
	height: max(2px, 0.2rem);
	background-color: #ffffff;
	border-radius: 100vh;
	-webkit-transition: 0.3s opacity, 0.3s background-color, 0.3s -webkit-transform;
	transition: 0.3s opacity, 0.3s background-color, 0.3s -webkit-transform;
	transition: 0.3s opacity, 0.3s transform, 0.3s background-color;
	transition: 0.3s opacity, 0.3s transform, 0.3s background-color, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn .line {
		width: 2.7rem;
	}
}
.l-header .drbtn .text {
	color: #ffffff;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
	margin-top: -0.3rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn .text {
		font-size: 1rem;
	}
}
.l-header .drbtn.is-action {
	z-index: 101;
	top: 2rem;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn.is-action {
		top: 0;
	}
}
.l-header .drbtn.is-action .line {
	width: 4.3rem;
	position: absolute;
	background-color: #efd550;
	top: 1.3rem;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn.is-action .line {
		width: 3.6rem;
		top: 2rem;
	}
}
.l-header .drbtn.is-action .line:nth-of-type(2) {
	opacity: 0;
}
.l-header .drbtn.is-action .line:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.l-header .drbtn.is-action .line:nth-of-type(3) {
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.l-header .drbtn.is-action .text {
	color: #efd550;
	position: absolute;
	top: 3.3rem;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.l-header .drbtn.is-action .text {
		top: 3.5rem;
	}
}
.l-header .drawer {
	max-height: 100vh;
	max-width: 100%;
	width: 53rem;
	position: fixed;
	top: var(--headerH);
	right: 0;
	padding: 0 0 0;
	-webkit-transform: translateX(105%);
	        transform: translateX(105%);
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	background-color: #F8F8EA;
	border-radius: 0 0 0 2rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
	.l-header .drawer {
		-webkit-transform: none;
		        transform: none;
		opacity: 0;
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
}
.l-header .drawer > * {
	opacity: 0;
}
.l-header .drawer.is-action {
	max-width: 100%;
	position: fixed;
	visibility: visible;
	z-index: 100;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
	.l-header .drawer.is-action {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
		opacity: 1;
	}
}
.l-header .drawer.is-action > * {
	opacity: 1;
}
.l-header .drawer .l-header__nav {
	max-height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
	width: 100%;
	display: block;
	padding-bottom: 10vw;
	padding: 4.1rem 4.4rem 5rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav {
		padding: 3.5rem 5.8rem 10vw;
	}
}
.l-header .drawer .l-header__nav::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}
.l-header .drawer .l-header__nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-inner {
		margin-top: 3.2rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		gap: 3.5rem;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.l-header .drawer .l-header__nav-list:first-of-type {
	margin-right: 5.6rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-list:first-of-type {
		margin-right: 0;
	}
}
.l-header .drawer .l-header__nav-list:first-of-type .item + .item {
	margin-top: 3rem;
}
.l-header .drawer .l-header__nav-list .item {
	margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-list .item {
		margin-top: 2.3rem;
	}
}
.l-header .drawer .l-header__nav-list .item:first-of-type {
	margin-top: 0;
}
.l-header .drawer .l-header__nav-list .item__inn {
	color: #A13131;
	font-size: 1.8rem;
	font-weight: bold;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.7rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-list .item__inn {
		font-weight: 900;
	}
}
.l-header .drawer .l-header__nav-list .item__inn::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #efd550;
}
.l-header .drawer .l-header__nav-list .child {
	margin-top: 0.5rem;
	padding-left: 4.1rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-list .child {
		margin-top: 1rem;
		padding-left: 0;
	}
}
.l-header .drawer .l-header__nav-list .child .item-child {
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-list .child .item-child {
		margin-top: 0.8rem;
	}
}
.l-header .drawer .l-header__nav-list .child .item-child:first-of-type {
	margin-top: 0;
}
.l-header .drawer .l-header__nav-list .child .item-child__inn {
	font-size: 1.6rem;
	font-weight: bold;
	color: #4B2E2B;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.7rem;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-list .child .item-child__inn {
		font-weight: 500;
	}
}
.l-header .drawer .l-header__nav-list .child .item-child__inn::before {
	content: "";
	width: 1.3rem;
	height: 2px;
	background-color: #4B2E2B;
	display: block;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}
@media (any-hover: hover) {
	.l-header .drawer .l-header__nav-list .child .item-child__inn:hover {
		opacity: 1;
		color: #9D2C43;
	}
	.l-header .drawer .l-header__nav-list .child .item-child__inn:hover::before {
		background-color: #951B34;
	}
}
.l-header .drawer .l-header__nav-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area {
		margin-top: 4rem;
		gap: 1.6rem;
	}
}
.l-header .drawer .l-header__nav-area .item {
	width: 21rem;
	height: 14rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item {
		width: 15rem;
		height: 10rem;
	}
}
.l-header .drawer .l-header__nav-area .item__inn {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background-color: #efd550;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	padding: 2.6rem 0 0;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item__inn {
		padding: 1.8rem 0 0;
	}
}
.l-header .drawer .l-header__nav-area .item__inn::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item__inn::before {
		width: 0.9rem;
		height: 0.9rem;
		left: 1rem;
		top: 1rem;
	}
}
.l-header .drawer .l-header__nav-area .item__inn .text-jp {
	display: block;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #A13131;
	line-height: 1.125;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item__inn .text-jp {
		font-size: 2.1rem;
		line-height: 1.1428571429;
	}
}
.l-header .drawer .l-header__nav-area .item__inn .text-en {
	margin-top: 0.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.15em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.8rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item__inn .text-en {
		margin-top: 1rem;
		font-size: 1rem;
		line-height: 1.4444444444;
		gap: 1.4rem;
	}
}
.l-header .drawer .l-header__nav-area .item__inn .text-en .arrow {
	width: 0.6rem;
	height: 1.2rem;
	color: #9D2C43;
	position: relative;
	top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item__inn .text-en .arrow {
		width: 0.5rem;
		top: 0.1rem;
	}
}
.l-header .drawer .l-header__nav-area .item__inn .text-en .arrow svg {
	width: 0.6rem;
}
@media screen and (max-width: 767px) {
	.l-header .drawer .l-header__nav-area .item__inn .text-en .arrow svg {
		width: 0.5rem;
	}
}
.l-header.is-open .l-header__logo, .l-header.is-scrolled .l-header__logo {
	opacity: 1;
	visibility: visible;
}
.l-header.is-open .l-header__drop, .l-header.is-scrolled .l-header__drop {
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	.l-header.is-open .l-header__inner {
		padding-left: 5.8rem;
		background-color: #F8F8EA;
	}
}
@media screen and (max-width: 767px) {
	.l-header.is-open .l-header__logo {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.l-header.is-open .l-header__top .info {
		height: 3.8rem;
		color: #951B34;
		border-color: #951B34;
	}
}
@media screen and (max-width: 767px) {
	.l-header.is-open .l-header__top .weather {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.l-header.is-open .l-header__top .weather .icon {
		color: #951B34;
	}
}
@media screen and (max-width: 767px) {
	.l-header.is-open .l-header__top .open-close {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.l-header.is-open .l-header__top .contact-btn {
		margin-left: 2.6rem;
	}
}
/* --------------------------------------------------
  footer
-------------------------------------------------- */
.c-info {
	background-color: #FFFFF8;
	padding-top: 19rem;
	padding-bottom: 18.5rem;
	background-image: url(../images/common/bg_info01.png), url(../images/common/bg_info02.png);
	background-size: 20rem, 20.3rem;
	background-repeat: no-repeat;
	background-position: left -5.2rem top 4.9rem, right -8.5rem top 8.5rem;
}
@media screen and (max-width: 767px) {
	.c-info {
		background-image: none;
		padding-top: 6.3rem;
		padding-bottom: 5.3rem;
	}
}
.c-info .l-content-inner {
	width: 158rem;
	max-width: 100%;
}
@media print, screen and (max-width: 1580px) {
	.c-info .l-content-inner {
		width: 150rem;
	}
}
.c-info .l-content-inner {
	max-width: 95%;
}
@media screen and (max-width: 767px) {
	.c-info .l-content-inner {
		max-width: 100%;
	}
}
.c-info__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem;
}
@media print, screen and (max-width: 1580px) {
	.c-info__content {
		gap: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.c-info__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 3.1rem;
	}
}
.c-info__title {
	text-align: center;
	font-size: 3.2rem;
	color: #A13131;
}
@media screen and (max-width: 767px) {
	.c-info__title {
		font-size: 2rem;
	}
}
.c-info__box {
	width: 76rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.c-info__box {
		width: 100%;
	}
}
.c-info__box .inner {
	border: 2px solid #9D2C43;
	border-radius: 1.2rem;
	overflow: hidden;
	margin-top: 0.7rem;
	height: var(--calendarH);
}
@media screen and (max-width: 767px) {
	.c-info__box .inner {
		height: auto;
		margin-top: 0.5rem;
	}
}
.c-info__box .calendars {
	position: relative;
}
.c-info__box .calendars .deco {
	width: 12.2rem;
	position: absolute;
	right: 1.3rem;
	top: 0;
	-webkit-transform: translateY(-6.1rem);
	        transform: translateY(-6.1rem);
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars .deco {
		width: 8.6rem;
		right: 0;
		-webkit-transform: translateY(-6.4rem);
		        transform: translateY(-6.4rem);
	}
}
@media (any-hover: hover) {
	.c-info__box .calendars:hover .deco {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}
.c-info__box .calendars .inner {
	background-color: #ffffff;
	padding: 2.1rem 2.8rem 2.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars .inner {
		padding: 1rem 1.9rem 0;
	}
}
.c-info__box .calendars table {
	width: 100%;
	table-layout: fixed;
}
.c-info__box .calendars table .month-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 1.2rem;
	margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table .month-header {
		padding: 0;
		margin-bottom: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table .month-prev,
	.c-info__box .calendars table .month-next {
		margin-top: 1.3rem;
	}
}
.c-info__box .calendars table .month-prev .nav-prev,
.c-info__box .calendars table .month-prev .nav-next,
.c-info__box .calendars table .month-next .nav-prev,
.c-info__box .calendars table .month-next .nav-next {
	font-size: 1.7rem;
	font-weight: bold;
	color: #A13131;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table .month-prev .nav-prev,
	.c-info__box .calendars table .month-prev .nav-next,
	.c-info__box .calendars table .month-next .nav-prev,
	.c-info__box .calendars table .month-next .nav-next {
		font-size: 1.4rem;
	}
}
.c-info__box .calendars table .month-prev .nav-prev .arrow,
.c-info__box .calendars table .month-prev .nav-next .arrow,
.c-info__box .calendars table .month-next .nav-prev .arrow,
.c-info__box .calendars table .month-next .nav-next .arrow {
	width: 0.8rem;
	height: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table .month-prev .nav-prev .arrow,
	.c-info__box .calendars table .month-prev .nav-next .arrow,
	.c-info__box .calendars table .month-next .nav-prev .arrow,
	.c-info__box .calendars table .month-next .nav-next .arrow {
		width: 0.4rem;
	}
}
.c-info__box .calendars table .month-prev .nav-prev .arrow,
.c-info__box .calendars table .month-next .nav-prev .arrow {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.c-info__box .calendars table .calendar-caption .nen {
	text-align: center;
	display: block;
	color: #A13131;
	font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table .calendar-caption .nen {
		font-size: 1.4rem;
	}
}
.c-info__box .calendars table .calendar-caption .tsuki {
	margin-top: 0.4rem;
	text-align: center;
	display: block;
	color: #A13131;
	font-size: 4.2rem;
	line-height: 0.5;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table .calendar-caption .tsuki {
		font-size: 3.2rem;
	}
}
.c-info__box .calendars table.month thead {
	background-color: #ECE0E0;
	border-bottom: 1px solid #707070;
}
.c-info__box .calendars table.month thead th {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #A13131;
	padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table.month thead th {
		font-size: 1.4rem;
	}
}
.c-info__box .calendars table .month-week {
	border-bottom: 1px dotted #707070;
}
.c-info__box .calendars table.month-dayname td {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.5rem 0 3.3rem;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table.month-dayname td {
		font-size: 1.4rem;
		padding: 0.1rem 0 1.5rem;
	}
}
.c-info__box .calendars table.month-event td {
	padding-bottom: 0.7rem;
}
.c-info__box .calendars table.month-event a {
	display: block;
}
.c-info__box .calendars table.month-event a span {
	display: block;
	width: 100%;
	border-radius: 0.6rem;
	background-color: #951B34;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
	.c-info__box .calendars table.month-event a span {
		font-size: 1.4rem;
		border-radius: 0.3rem;
		padding: 0.3rem 0.6rem 0.5rem;
	}
}
.c-info__box .c-ggmap {
	padding-top: var(--calendarRatio);
}
@media screen and (max-width: 767px) {
	.c-info__box .c-ggmap {
		padding-top: 111.8811881188%;
	}
}

.c-insta {
	padding-bottom: 17rem;
	background-image: url(../images/common/bg_insta01.png), url(../images/common/bg_insta02.png);
	background-repeat: no-repeat;
	background-size: 34rem, 37.5rem;
	background-position: bottom 7.6rem left -4.5rem, bottom 7.8rem right -4.6rem;
}
@media screen and (max-width: 767px) {
	.c-insta {
		background-image: url(../images/common/bg_insta_sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top 22.5rem center;
		padding-bottom: 5.1rem;
	}
}
.c-insta__mainimg img {
	width: 100%;
}
.c-insta__content {
	padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
	.c-insta__content {
		padding-top: 3.9rem;
	}
}
.c-insta__title {
	width: 15.5rem;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.c-insta__title {
		width: 7.8rem;
	}
}
.c-insta__text {
	margin-top: 1.7rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.4rem;
}
@media screen and (max-width: 767px) {
	.c-insta__text {
		font-size: 1.4rem;
		line-height: 2.1428571429;
		font-weight: 500;
		margin-top: 2.5rem;
	}
}
.c-insta__text::before, .c-insta__text::after {
	content: "";
	width: 2.7rem;
	height: 2.7rem;
	background-image: url(../images/common/img_insta-title_deco.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.c-insta__text::before, .c-insta__text::after {
		content: none;
	}
}
.c-insta__text::after {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.c-insta__timeline {
	width: 86.1rem;
	max-width: 100%;
	margin: 4.5rem auto auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1.8rem;
}
@media screen and (max-width: 767px) {
	.c-insta__timeline {
		width: 100%;
		margin-top: 3.8rem;
		gap: 0.7rem;
	}
}
.c-insta__timeline #sbi_images {
	gap: 0.7rem !important;
}
.c-insta__timeline .item {
	width: 27.5rem;
	max-width: calc((100% - 3.6rem) / 3);
	height: 27.5rem;
}
@media screen and (max-width: 767px) {
	.c-insta__timeline .item {
		width: 13rem;
		max-width: calc((100% - 1.4rem) / 3);
		height: 13rem;
	}
}
.c-insta__timeline .item__inn {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.6rem;
	overflow: hidden;
}
.c-insta__timeline .item__inn img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.c-insta .c-btn {
	margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
	.c-insta .c-btn {
		margin-top: 4.7rem;
	}
}

.l-footer {
	background-image: url(../images/common/bg_footer.jpg);
	background-size: cover;
	padding: 3rem 0 3rem;
}
@media screen and (max-width: 767px) {
	.l-footer {
		background-image: url(../images/common/bg_footer_sp.jpg);
		padding: 3rem 1.3rem;
	}
}
.l-footer__content {
	max-width: 100%;
	margin: auto;
	width: 178rem;
	border-radius: 4.1rem;
	background-color: rgba(255, 255, 248, 0.87);
	padding: 10.5rem 10rem 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
@media print, screen and (max-width: 1780px) {
	.l-footer__content {
		width: 100%;
		padding: 10rem 4rem 7rem;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__content {
		width: 100%;
		padding: 5.5rem 4.5rem 2.6rem;
		border-radius: 2.1rem;
		display: block;
	}
}
.l-footer__content .totop {
	position: absolute;
	right: 4.3rem;
	top: 0;
	width: 26.7rem;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
	.l-footer__content .totop {
		display: none;
	}
}
.l-footer__content .info .logo {
	width: 36.3rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.l-footer__content .info .logo {
		width: 100%;
	}
}
.l-footer__content .info .logo img {
	display: block;
	width: 100%;
}
.l-footer__content .info .add, .l-footer__content .info .tel {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3888888889;
	color: #A13131;
}
@media screen and (max-width: 767px) {
	.l-footer__content .info .add, .l-footer__content .info .tel {
		font-size: 1.6rem;
		line-height: 1.3125;
		text-align: center;
	}
}
.l-footer__content .info .add {
	margin-top: 2rem;
}
.l-footer__content .info .tel {
	margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content .info .tel {
		margin-top: 0.8rem;
	}
}
.l-footer__content .info .sns {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.l-footer__content .info .sns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.l-footer__content .info .sns .item {
	width: 3.5rem;
}
.l-footer__content .info .sns .item a {
	display: block;
}
.l-footer__content .info .sns .item.-fb {
	width: 4rem;
}
.l-footer__content .sitemap-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 12rem;
}
@media print, screen and (max-width: 1780px) {
	.l-footer__content .sitemap-area {
		margin-left: 0;
		padding-left: 5rem;
		width: calc(100% - 36.3rem);
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap-area {
		width: 100%;
		padding-left: 0;
		margin: 5.5rem 0 0;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap {
		padding-left: 2.5rem;
	}
}
.l-footer__content .sitemap:nth-of-type(2) {
	margin: 0 4.7rem 0 6.3rem;
}
@media print, screen and (max-width: 1780px) {
	.l-footer__content .sitemap:nth-of-type(2) {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap:nth-of-type(2) {
		margin: 3rem 0;
	}
}
.l-footer__content .sitemap:nth-of-type(2) .item {
	margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap:nth-of-type(2) .item {
		margin-top: 3.5rem;
	}
}
.l-footer__content .sitemap .item {
	margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap .item {
		margin-top: 1rem;
	}
}
.l-footer__content .sitemap .item:first-of-type {
	margin-top: 0;
}
.l-footer__content .sitemap .item__inn {
	color: #A13131;
	font-size: 1.8rem;
	font-weight: bold;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.7rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap .item__inn {
		font-size: 1.4rem;
	}
}
.l-footer__content .sitemap .item__inn::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #efd550;
}
.l-footer__content .sitemap-child {
	margin-top: 1.8rem;
	padding-left: 4.1rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap-child {
		padding-left: 0;
		margin-top: 1rem;
	}
}
.l-footer__content .sitemap-child .item-child {
	margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap-child .item-child {
		margin-top: 0.5rem;
	}
}
.l-footer__content .sitemap-child .item-child:first-of-type {
	margin-top: 0;
}
.l-footer__content .sitemap-child .item-child__inn {
	font-size: 1.6rem;
	font-weight: bold;
	color: #4B2E2B;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.7rem;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
@media screen and (max-width: 767px) {
	.l-footer__content .sitemap-child .item-child__inn {
		font-size: 1.4rem;
	}
}
.l-footer__content .sitemap-child .item-child__inn::before {
	content: "";
	width: 1.3rem;
	height: 2px;
	background-color: #4B2E2B;
	display: block;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}
@media (any-hover: hover) {
	.l-footer__content .sitemap-child .item-child__inn:hover {
		opacity: 1;
		color: #9D2C43;
	}
	.l-footer__content .sitemap-child .item-child__inn:hover::before {
		background-color: #951B34;
	}
}
.l-footer__content .links {
	margin-top: 2.2rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.l-footer__content .links {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 4rem;
		gap: 1.1rem 2rem;
	}
}
.l-footer__content .links .item {
	color: #A13131;
	font-size: 1.8rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2rem;
}
.l-footer__content .links .item + .item::before {
	content: "";
	width: 1px;
	height: 2.9rem;
	display: block;
	background-color: #A13131;
}
@media screen and (max-width: 767px) {
	.l-footer__content .links .item:nth-of-type(3)::before {
		background-color: transparent;
	}
}
.l-footer__content .copy {
	margin-top: 2rem;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #A13131;
}
@media screen and (max-width: 767px) {
	.l-footer__content .copy {
		margin-top: 2.5rem;
	}
}

.c-fixed-btn {
	width: 20.5rem;
	height: 20.5rem;
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn {
		width: 12.3rem;
		height: 12.3rem;
		right: 0.6rem;
		bottom: 0.6rem;
	}
}
.c-fixed-btn__btn {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #54C0CC;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	border: 3px solid #ffffff;
	padding: 2.2rem 0 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn__btn {
		padding-top: 1.4rem;
	}
}
@media (any-hover: hover) {
	.c-fixed-btn__btn:hover {
		opacity: 1;
		background-color: #094B53;
	}
	.c-fixed-btn__btn:hover + .douta {
		-webkit-transform: translateY(-2.5rem) translateX(-1.2rem);
		        transform: translateY(-2.5rem) translateX(-1.2rem);
	}
}
.c-fixed-btn .icon {
	width: 5.7rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn .icon {
		width: 3.3rem;
	}
}
.c-fixed-btn .text1 {
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn .text1 {
		font-size: 1.1rem;
		margin-top: 0.7rem;
	}
}
.c-fixed-btn .text2 {
	text-align: center;
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn .text2 {
		font-size: 1.4rem;
		margin-top: 0.7rem;
	}
}
.c-fixed-btn .close {
	width: 3.1rem;
	position: absolute;
	right: 1rem;
	top: 1.8rem;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	z-index: 1;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn .close {
		width: 1.8rem;
		top: 1.7rem;
		right: 0.3rem;
	}
}
.c-fixed-btn .close img {
	display: block;
	width: 100%;
}
@media (any-hover: hover) {
	.c-fixed-btn .close:hover {
		opacity: 0.7;
	}
}
.c-fixed-btn .douta {
	width: 7.3rem;
	position: absolute;
	top: -1.3rem;
	left: 1.9rem;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
@media screen and (max-width: 767px) {
	.c-fixed-btn .douta {
		width: 4.6rem;
		top: -0.6rem;
		left: -0.6rem;
	}
}

body {
	overflow-y: scroll;
}

.l-main {
	display: block;
}
.l-content-inner {
	width: 134.5rem;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.l-content-inner {
		width: 100%;
		padding: 0 1.3rem;
	}
}
.l-content-inner.-wide {
	width: 158rem;
}
@media screen and (max-width: 1600px) {
	.l-content-inner.-wide {
		padding: 0 4rem;
	}
}
@media screen and (max-width: 767px) {
	.l-content-inner.-wide {
		padding: 0 1.3rem;
	}
}
.l-content-inner.-narrow {
	width: 102.3rem;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
	text-align: left;
}

.u-alignC {
	text-align: center;
}

.u-alignR {
	text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
	text-decoration: underline !important;
}

.u-bold {
	font-weight: bold;
}
/*# sourceMappingURL=common.css.map */