/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	-webkit-text-size-adjust: 100%; /* 2 */
	line-height: 1.15; /* 1 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*****************************************************
  Foundation
*****************************************************/

/* -----------------------------------------------
  Base
----------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
	font-weight: 400;
}

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

html {
	scroll-behavior: smooth;
}

body {
	word-wrap: break-word;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	-webkit-animation: fadeIn 1.5s ease;
	animation: fadeIn 1.5s ease;
	background: #fff;
	background-color: #0B0B0B;
	color: #fff;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	line-height: 2.4;
	min-width: 100%;
	overflow: visible;
	overflow-y: scroll;
	position: relative;
	word-break: break-word;
}

body + .is-fixed {
	height: 100%;
	overflow: hidden;
}

nav {
	white-space: nowrap;
}

ul,
ol,
li,
dl,
dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

p {
	letter-spacing: normal;
	margin: 0;
}

sub {
	bottom: -0.1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b,
strong {
	font-weight: 700;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	height: auto;
	max-width: 100%;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type=search]:focus {
	outline: none;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

select {
	white-space: nowrap;
}

input,
textarea,
select,
button {
	background-color: transparent;
}

a {
	color: var(--main-1);
	opacity: 1;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

a img {
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

.js-linkGroup {
	cursor: pointer;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.js-linkGroup:hover {
	opacity: 0.7;
}

.container {
	margin-inline: auto;
	max-width: 1218px;
	position: relative;
	width: 100%;
	z-index: 5;
}

/*****************************************************
  Layout
*****************************************************/

/* =================================================
  l-header
================================================= */

.l-header_inner {
	padding-block: 15px;
	padding-block: 0.9375rem;
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1370px;
	max-width: 85.625rem;
}

.l-header_logo {
	max-width: 53px;
	max-width: 3.3125rem;
}

.l-header_list {
	gap: 25px;
	gap: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header_link {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

.l-header_link:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #D9C995;
}

.l-header_hamWrap {
	display: none;
}

.l-header_navSp {
	display: none;
}

.l-header_navSp.is-active {
	background: #0B0B0B;
	bottom: 0;
	display: block;
	height: 100vh;
	left: 0;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.l-header_navSp.is-active .l-header_list {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-header_navSp.is-active .l-header_item {
	color: #fff;
	margin-bottom: 0;
}

.l-header_navSp.is-active .l-header_item a {
	color: #fff;
}

.l-header_navSp.is-active .l-header_link {
	color: #fff;
}

.l-header_item.select {
	position: relative;
}

.l-header_item.select::after {
	border-bottom: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #fff;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-block: 5px;
	border: 1px solid #fff;
	color: #fff;
	font-family: "ヒラギノ角ゴシック";
	line-height: 1;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 36px;
	padding-right: 2.25rem;
}

/* =================================================
  l-wrapper
================================================= */

.l-wrapper {
	position: relative;
}

/* =================================================
  l-footer
================================================= */

.l-footer_inner {
	padding-block: 15px;
	padding-block: 0.9375rem;
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	max-width: 750px;
	max-width: 46.875rem;
	text-align: center;
}

.l-footer_logoWrap {
	display: inline-block;
	padding-left: 43px;
	padding-left: 2.6875rem;
	position: relative;
}

.l-footer_logoWrap::after {
	background-color: #D9D9D9;
	bottom: 0;
	content: "";
	display: block;
	height: 90%;
	left: 0;
	position: absolute;
	width: 1px;
}

.l-footer_logo {
	margin-inline: auto;
	max-width: clamp(175px, 93.888px + 21.63vw, 260px);
	max-width: clamp(10.9375rem, 5.868rem + 21.63vw, 16.25rem);
}

.l-footer_shopInfo {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 2.35714;
	text-align: left;
}

.l-footer_shopInfo > p{
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue !important;
	letter-spacing: inherit;
}


.l-footer_copy {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	text-align: center;
}

.l-footer_snsWrap {
	gap: clamp(20px, -32.479px + 13.99vw, 75px);
	gap: clamp(1.25rem, -2.03rem + 13.99vw, 4.6875rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-footer_sns {
	max-width: clamp(25px, 15.456px + 2.54vw, 35px);
	max-width: clamp(1.5625rem, 0.966rem + 2.54vw, 2.1875rem);
}

.l-footer_btn {
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.l-footer_map {
	height: 100%;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-height: 168px;
	max-height: 10.5rem;
}

.l-footer_map > iframe{
	height: 168px;
	width: 100%;
}

.l-footer_nav {
	margin-bottom: clamp(53px, 46.32px + 1.78vw, 60px);
	margin-bottom: clamp(3.3125rem, 2.895rem + 1.78vw, 3.75rem);
	margin-top: clamp(55px, 45.456px + 2.54vw, 65px);
	margin-top: clamp(3.4375rem, 2.841rem + 2.54vw, 4.0625rem);
}

.l-footer_list {
	gap: 25px;
	gap: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer_link {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

.l-footer_link:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #D9C995;
}



img.note-float-left{
	margin-right: 10px;
}

img.note-float-right {
    margin-left: 10px;
}


/*****************************************************
  Component
*****************************************************/

/* -----------------------------------------------
  .breadcrumb
----------------------------------------------- */

.breadcrumb {
	padding-inline: clamp(5px, 0.224px + 1.27vw, 10px);
	padding-inline: clamp(0.3125rem, 0.014rem + 1.27vw, 0.625rem);
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.breadcrumb span {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 400;
	line-height: 1;
}

/* -----------------------------------------------
  .c-hamburger
----------------------------------------------- */

.c-hamburger {
	height: 20px;
	position: relative;
	width: 20px;
	z-index: 100;
}

.c-hamburger span {
	background-color: #fff;
	height: 2px;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: inherit;
}

.c-hamburger span:nth-child(1) {
	top: 15%;
}

.c-hamburger span:nth-child(2) {
	opacity: 1;
	top: 51%;
}

.c-hamburger span:nth-child(3) {
	top: 85%;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 55%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
	top: 51%;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 55%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* -----------------------------------------------
  .c-sectionTitle
----------------------------------------------- */

.c-sectionTitle {
	margin-block: 0;
	color: #D9C995;
	font-size: clamp(24px, 12.544px + 3.05vw, 36px);
	font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	font-weight: 600;
	line-height: 1.7;
}
.c-sectionTitle.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c-sectionTitle_border {
	color: #fff;
	font-size: clamp(24px, 16.367px + 2.04vw, 32px);
	font-size: clamp(1.5rem, 1.023rem + 2.04vw, 2rem);
	font-weight: 600;
}

.c-sectionTitle_sub {
	color: #fff;
	font-size: clamp(18px, 12.272px + 1.53vw, 24px);
	font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
	font-weight: 600;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 14px;
}

/* -----------------------------------------------
  .secInner
----------------------------------------------- */

.secInner {
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	max-width: 1150px;
	max-width: 71.875rem;
}

.text-1-lines {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-2-lines {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* -----------------------------------------------
  .secInnerSmall
----------------------------------------------- */

.secInnerSmall {
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	max-width: 750px;
	max-width: 46.875rem;
}

/* -----------------------------------------------
  .lowerSecBg
----------------------------------------------- */

.lowerSecBg {
	background: linear-gradient(150deg, #000, #242424 90%, #333333);
	overflow: hidden;
	position: relative;
}

.lowerSecBg::after {
	background-image: url(../images/selected_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	bottom: -1.25rem;
	content: "";
	display: block;
	height: clamp(250px, -58.208px + 82.19vw, 573px);
	height: clamp(15.625rem, -3.638rem + 82.19vw, 35.8125rem);
	position: absolute;
	right: -121px;
	right: -7.5625rem;
	width: clamp(182px, -43.184px + 60.05vw, 418px);
	width: clamp(11.375rem, -2.699rem + 60.05vw, 26.125rem);
}

/* -----------------------------------------------
  .c-text
----------------------------------------------- */

.c-text {
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 2.5;
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */

.c-btn {
    padding-block: clamp(6px, -1.632px + 2.04vw, 14px);
    padding-block: clamp(0.375rem, -0.102rem + 2.04vw, 0.875rem);
    padding-inline: 30px;
    padding-inline: 1.875rem;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    font-size: clamp(13px, 10.144px + 0.76vw, 16px);
    font-size: clamp(0.8125rem, 0.634rem + 0.76vw, 1rem);
    font-weight: normal;
    line-height: 1.875;
    max-width: clamp(250px, 169.84px + 21.37vw, 334px);
    max-width: clamp(15.625rem, 10.615rem + 21.37vw, 20.875rem);
    position: relative;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-btn::after {
	border-color: currentColor;
	border-radius: 2px;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: clamp(15px, 10.224px + 1.27vw, 20px);
	right: clamp(0.9375rem, 0.639rem + 1.27vw, 1.25rem);
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 13px;
}

.c-btn:hover {
	background-color: #fff;
	border: 1px solid transparent;
	color: #000;
	text-decoration: none;
}

/* -----------------------------------------------
  .c-btnDouble
----------------------------------------------- */

.c-btnDouble {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	max-width: 700px;
	max-width: 43.75rem;
	padding: 13px;
	padding: 0.8125rem;
	text-align: center;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	width: 100%;
}

.c-btnDouble_inner {
	padding-inline: 20px;
	padding-inline: 1.25rem;
	border: 1px solid #fff;
	display: inline-block;
	width: 100%;
}

.c-btnDouble:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

.c-btnDouble:hover .c-btnDouble_inner {
	border: 1px solid #000;
	color: #000;
}

input.c-btnDouble_inner {
	background-color: transparent;
	color: #fff;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

/* -----------------------------------------------
  .c-pageTitle
----------------------------------------------- */

.c-pageTitle {
	margin-block: 0;
	color: #fff;
	font-size: clamp(32px, 16.736px + 4.07vw, 48px);
	font-size: clamp(2rem, 1.046rem + 4.07vw, 3rem);
	font-weight: 600;
	line-height: 1.1;
}
/* -----------------------------------------------
  .c-card
----------------------------------------------- */

.c-card:hover .c-card-parent {
	background-color: #fff;
	border: 1px solid transparent;
	color: #000;
	text-decoration: none;
}
.c-card:hover .c-card_text {
	color: #000;
}
.c-card-parent {
	padding-block: clamp(0.375rem, -0.102rem + 2.04vw, 0.875rem);
	border: 1px solid #fff;
}
.c-card_text {
	/* padding-block: clamp(6px, -1.632px + 2.04vw, 14px);
	padding-block: clamp(0.375rem, -0.102rem + 2.04vw, 0.875rem); */
	padding-inline: 30px;
	padding-inline: 1.875rem;
	/* border: 1px solid #fff; */
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
	text-align: center;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-card_text::after {
	border-color: currentColor;
	border-radius: 2px;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	/* right: clamp(15px, 10.224px + 1.27vw, 20px); */
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 13px;
}

/*****************************************************
  ホームページ
*****************************************************/

/* -----------------------------------------------
 mv
----------------------------------------------- */

.mv.is-animated .mv_textWrap {
	-webkit-animation: fadeIn 1.5s ease-in forwards;
	animation: fadeIn 1.5s ease-in forwards; /* 2秒間でフェードイン */
	opacity: 0; /* 初期状態で透明に */
	visibility: hidden; /* 初期状態で非表示 */
}

.mv_inner {
	padding-block: 15px;
	padding-block: 0.9375rem;
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	max-width: 1370px;
	max-width: 85.625rem;
	position: relative;
}

.mv_inner img {
	width: 100%;
}

.mv_textWrap {
	left: clamp(15px, 5.456px + 2.54vw, 25px);
	left: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	position: absolute;
	top: 0;
	right: 13px;
}

.mv_title {
	margin-block: 0;
	padding-inline: clamp(35px, 4.464px + 8.14vw, 67px);
	padding-inline: clamp(2.1875rem, 0.279rem + 8.14vw, 4.1875rem);
	padding-block: clamp(15px, 0.688px + 3.82vw, 30px);
	padding-block: clamp(0.9375rem, 0.043rem + 3.82vw, 1.875rem);
	background-color: rgba(0, 0, 0, .8);
	font-size: clamp(60px, 2.752px + 15.27vw, 120px);
	font-size: clamp(3.75rem, 0.172rem + 15.27vw, 7.5rem);
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 390px;
	max-width: 24.375rem;
	text-align: center;
}

.mv_title .-small {
	display: block;
	font-size: clamp(20px, 0.912px + 5.09vw, 40px);
	font-size: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
	letter-spacing: 0.3em;
	margin-bottom: clamp(10px, 0.464px + 2.54vw, 20px);
	margin-bottom: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mv_title .-big {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mv_subtitle {
	padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
	padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
	background-color: rgba(0, 0, 0, .8);
	font-size: clamp(14px, 0.64px + 3.56vw, 28px);
	font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
	font-weight: 600;
	letter-spacing: 0.3em;
	margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
	margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
	/* text-align: center; */
	/* word-break: keep-all; */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-right: 52px;
}

/* -----------------------------------------------
 selected
----------------------------------------------- */

.selected {
	padding-block: 108px;
	padding-block: 6.75rem;
	background: linear-gradient(150deg, #000, #242424 90%, #333333);
	overflow: hidden;
	position: relative;
}

.selected::after {
	background-image: url(../images/selected_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	bottom: -1.25rem;
	content: "";
	display: block;
	height: clamp(250px, -58.208px + 82.19vw, 573px);
	height: clamp(15.625rem, -3.638rem + 82.19vw, 35.8125rem);
	position: absolute;
	right: -121px;
	right: -7.5625rem;
	width: clamp(182px, -43.184px + 60.05vw, 418px);
	width: clamp(11.375rem, -2.699rem + 60.05vw, 26.125rem);
}

.selected_inner {
	gap: clamp(30px, -49.744px + 10.38vw, 106px);
	gap: clamp(1.875rem, -3.109rem + 10.38vw, 6.625rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.selected_img {
	max-width: clamp(295px, 70.768px + 59.8vw, 530px);
	max-width: clamp(18.4375rem, 4.423rem + 59.8vw, 33.125rem);
	width: 50%;
}

.selected_textWrap {
	max-width: 467px;
	max-width: 29.1875rem;
	width: 100%;
	margin-top: 15px;
}

.selected_text {
	margin-top: clamp(40px, 29.504px + 1.37vw, 50px);
	/* margin-top: clamp(2.5rem, 1.844rem + 1.37vw, 3.125rem); */
	display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: calc(clamp(2.5rem, 1.844rem + 1.37vw, 3.125rem) + 9px);
}

.selected_btnWrap {
	margin-top: clamp(60px, 40.912px + 5.09vw, 80px);
	margin-top: clamp(3.75rem, 2.557rem + 5.09vw, 5rem);
}

/* -----------------------------------------------
 atmosphere
----------------------------------------------- */

.atmosphere {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: clamp(97px, 91.28px + 1.53vw, 103px);
	padding-top: clamp(6.0625rem, 5.705rem + 1.53vw, 6.4375rem);
}

.atmosphere_title {
	text-align: center;
}

.atmosphere_flexWrap {
	gap: clamp(30px, 4.816px + 3.28vw, 54px);
	gap: clamp(1.875rem, 0.301rem + 3.28vw, 3.375rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: clamp(80px, 75.232px + 1.27vw, 85px);
	margin-top: clamp(5.6rem, 4.702rem + 1.27vw, 5.3125rem);
}

.atmosphere_flexCol {
	max-width: 534px;
	max-width: 33.375rem;
	width: 100%;
}

.atmosphere_flexCol + .atmosphere_flexCol {
	margin-top: clamp(60px, 7.52px + 13.99vw, 115px);
	margin-top: clamp(3.75rem, 0.47rem + 13.99vw, 7.1875rem);
}

.atmosphere_flexTitle {
	margin-block: 20px;
	margin-block: 1.25rem;
	font-size: clamp(20px, 8.544px + 3.05vw, 32px);
	font-size: clamp(1.25rem, 0.534rem + 3.05vw, 2rem);
	font-weight: 600;
	line-height: 1.40625;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* -----------------------------------------------
 topInfo
----------------------------------------------- */

.topInfo {
	padding-block: 108px;
	padding-block: 6.75rem;
	background: linear-gradient(240deg, #000, #242424 70%, #333333);
	overflow: hidden;
	position: relative;
}

.topInfo::after {
	background-image: url(../images/selected_bgRight.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	bottom: -1.25rem;
	content: "";
	display: block;
	height: clamp(250px, -58.208px + 82.19vw, 573px);
	height: clamp(15.625rem, -3.638rem + 82.19vw, 35.8125rem);
	left: -121px;
	left: -7.5625rem;
	position: absolute;
	width: clamp(182px, -43.184px + 60.05vw, 418px);
	width: clamp(11.375rem, -2.699rem + 60.05vw, 26.125rem);
}

.topInfo_inner {
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	max-width: 750px;
	max-width: 46.875rem;
}

.topInfo_title {
	text-align: center;
}

.topInfo_btnWrap {
	margin-top: clamp(50px, 40.464px + 2.54vw, 60px);
	margin-top: clamp(3.125rem, 2.529rem + 2.54vw, 3.75rem);
	text-align: center;
}

.topInfo_wrap {
	margin-top: clamp(50px, 40.464px + 2.54vw, 60px);
	margin-top: clamp(3.125rem, 2.529rem + 2.54vw, 3.75rem);
}

.info_post {
	padding-inline: 30px;
	padding-inline: 1.875rem;
	padding-block: 15px;
	padding-block: 0.9375rem;
	border-bottom: 1px solid #707070;
}

.info_link {
	gap: 47px;
	gap: 2.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.info_link::after {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 10px;
}

.info_link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.info_meta {
	/* width: 30%; */
	color: #fff;
	font-family: "ヒラギノ角ゴシック";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	white-space: nowrap;
}

.info_postTitle {
	/* text-align: left; */
	/* width: 70%; */
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.info_meta {
		width: auto;
		color: #fff;
		font-family: "ヒラギノ角ゴシック";
		font-size: 15px;
		font-size: 0.9375rem;
		font-weight: 300;
	}

	.info_postTitle {
		width: 95%;
		color: #fff;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 600;
	}
	.mv_subtitle {
		padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
		padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
		background-color: rgba(0, 0, 0, .8);
		font-size: clamp(14px, 0.64px + 3.56vw, 28px);
		font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
		font-weight: 600;
		letter-spacing: 0.3em;
		margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
		margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
		/* text-align: center; */
		word-break: keep-all;
		/* display: -webkit-box; */
		/* -webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
		text-overflow: ellipsis;
		overflow: hidden;
		/* padding-right: 0; */
		/* white-space: nowrap; */
		overflow: hidden; /* Ẩn phần tràn */
		text-overflow: ellipsis;
		max-width: 582px;
	}
	.mv_textWrap {
		left: clamp(15px, 5.456px + 2.54vw, 25px);
		left: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
		position: absolute;
		top: 0;
		right: unset;
	}
	.c-card_text {
		padding-inline: 1.075rem;
	}
  }
  @media only screen and (max-width: 645px) {
	.mv_subtitle {
		padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
		padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
		background-color: rgba(0, 0, 0, .8);
		font-size: clamp(14px, 0.64px + 3.56vw, 28px);
		font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
		font-weight: 600;
		letter-spacing: 0.3em;
		margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
		margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
		/* text-align: center; */
		word-break: keep-all;
		/* display: -webkit-box; */
		/* -webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
		text-overflow: ellipsis;
		overflow: hidden;
		/* padding-right: 0; */
		/* white-space: nowrap; */
		overflow: hidden; /* Ẩn phần tràn */
		text-overflow: ellipsis;
		max-width: 489px;
	}
}
@media only screen and (max-width: 545px) {
	.mv_subtitle {
		padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
		padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
		background-color: rgba(0, 0, 0, .8);
		font-size: clamp(14px, 0.64px + 3.56vw, 28px);
		font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
		font-weight: 600;
		letter-spacing: 0.3em;
		margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
		margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
		/* text-align: center; */
		word-break: keep-all;
		/* display: -webkit-box; */
		/* -webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
		text-overflow: ellipsis;
		overflow: hidden;
		/* padding-right: 0; */
		/* white-space: nowrap; */
		overflow: hidden; /* Ẩn phần tràn */
		text-overflow: ellipsis;
		max-width: 415px;
	}
}
@media only screen and (max-width: 450px) {
	.mv_subtitle {
		padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
		padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
		background-color: rgba(0, 0, 0, .8);
		font-size: clamp(14px, 0.64px + 3.56vw, 28px);
		font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
		font-weight: 600;
		letter-spacing: 0.3em;
		margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
		margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
		/* text-align: center; */
		word-break: keep-all;
		/* display: -webkit-box; */
		/* -webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
		text-overflow: ellipsis;
		overflow: hidden;
		/* padding-right: 0; */
		/* white-space: nowrap; */
		overflow: hidden; /* Ẩn phần tràn */
		text-overflow: ellipsis;
		max-width: 346px;
	}
}
 @media only screen and (max-width: 430px) {
	.mv_subtitle {
		padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
		padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
		background-color: rgba(0, 0, 0, .8);
		font-size: clamp(14px, 0.64px + 3.56vw, 28px);
		font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
		font-weight: 600;
		letter-spacing: 0.3em;
		margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
		margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
		/* text-align: center; */
		word-break: keep-all;
		/* display: -webkit-box; */
		/* -webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
		text-overflow: ellipsis;
		overflow: hidden;
		/* padding-right: 0; */
		/* white-space: nowrap; */
		overflow: hidden; /* Ẩn phần tràn */
		text-overflow: ellipsis;
		max-width: 335px;
	}
}

@media only screen and (max-width: 360px) {
	.mv_subtitle {
		padding-inline: clamp(20px, 4.736px + 4.07vw, 36px);
		padding-inline: clamp(1.25rem, 0.296rem + 4.07vw, 2.25rem);
		background-color: rgba(0, 0, 0, .8);
		font-size: clamp(14px, 0.64px + 3.56vw, 28px);
		font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
		font-weight: 600;
		letter-spacing: 0.3em;
		margin-top: clamp(10px, 0.464px + 2.54vw, 20px);
		margin-top: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem);
		/* text-align: center; */
		word-break: keep-all;
		/* display: -webkit-box; */
		/* -webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
		text-overflow: ellipsis;
		overflow: hidden;
		/* padding-right: 0; */
		/* white-space: nowrap; */
		overflow: hidden; /* Ẩn phần tràn */
		text-overflow: ellipsis;
		max-width: 295px;
	}
}
/* -----------------------------------------------
 post
----------------------------------------------- */

.post_contentWrap {
	padding-block: clamp(60px, 31.376px + 7.63vw, 90px) clamp(90px, 32.752px + 15.27vw, 150px);
	padding-block: clamp(3.75rem, 1.961rem + 7.63vw, 5.625rem) clamp(5.625rem, 2.047rem + 15.27vw, 9.375rem);
}

.post-meta {
	font-family: "ヒラギノ角ゴシック";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
}

.post-title {
	margin-block: 0;
	border-bottom: 1px solid #707070;
	font-size: clamp(20px, 16.175px + 1.02vw, 24px);
	font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);
	font-weight: 600;
}

h2.wp-block-heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

h2.wp-block-heading::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	width: 0.375rem;
}

h3.wp-block-heading {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

h3.wp-block-heading::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 16px;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	width: 0.375rem;
}

.post-content p {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 300;
}

/* .post-content p + p {
	margin-top: clamp(20px, 10.464px + 2.54vw, 30px);
	margin-top: clamp(1.25rem, 0.654rem + 2.54vw, 1.875rem);
} */

/* -----------------------------------------------
 info
----------------------------------------------- */

.info {
	padding-bottom: clamp(30px, 10.912px + 5.09vw, 50px);
	padding-bottom: clamp(1.875rem, 0.682rem + 5.09vw, 3.125rem);
	padding-top: clamp(52px, -7.168px + 15.78vw, 114px);
	padding-top: clamp(3.25rem, -0.448rem + 15.78vw, 7.125rem);
}

.info_inner {
	text-align: center;
}

.page-numbers {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 25px;
	height: 1.5625rem;
	line-height: 2;
	margin-right: 15px;
	margin-right: 0.9375rem;
	margin-top: clamp(50px, 40.464px + 2.54vw, 60px);
	margin-top: clamp(3.125rem, 2.529rem + 2.54vw, 3.75rem);
	width: 25px;
	width: 1.5625rem;
}

.page-numbers.current {
	background-color: #fff;
	color: #333;
}

.page-numbers.next {
	display: none;
}

/* -----------------------------------------------
 lowerMv
----------------------------------------------- */

.lowerMv {
	position: relative;
}

/* .lowerMv img {
	-o-object-fit: cover;
	height: 100%;
	max-width: 1230px;
	max-width: 76.875rem;
	min-height: 250px;
	min-height: 15.625rem;
	object-fit: cover;
	width: 100%;
} */

.lowerMv img {
	max-width: 1230px;
	max-height: 250px;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.lowerMv_titleWrap {
	position: absolute;
	width: 100%;
}

.lowerMv_inner {
	padding-top: clamp(57px, 42.336px + 3.91vw, 101px);
	padding-top: clamp(3.5625rem, 2.646rem + 3.91vw, 6.3125rem);
}

/* -----------------------------------------------
 terms
----------------------------------------------- */

.terms {
	padding-bottom: clamp(30px, 10.912px + 5.09vw, 50px);
	padding-bottom: clamp(1.875rem, 0.682rem + 5.09vw, 3.125rem);
	padding-top: clamp(52px, -7.168px + 15.78vw, 114px);
	padding-top: clamp(3.25rem, -0.448rem + 15.78vw, 7.125rem);
}

.terms_textWrap {
	padding-block: 15px;
	padding-block: 0.9375rem;
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	max-width: 750px;
	max-width: 46.875rem;
}
.revert-list ul,
.revert-list ol,
.revert-list li,
.revert-list dl,
.revert-list dd
{
    list-style-type: revert;
    margin: revert;
    padding: revert;
}

.revert-list > table {
	width: 100%;
    border: 1px solid #f4f4f4;
    border-collapse: collapse;
}

.revert-list > table > thead > tr > th,
.revert-list > table > tbody > tr > th,
.revert-list > table > tfoot > tr > th,
.revert-list > table > thead > tr > td,
.revert-list > table > tbody > tr > td,
.revert-list > table > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

.revert-list > table > thead > tr > th,
.revert-list > table > thead > tr > td {
    border-bottom-width: 2px;
}

.terms_text {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: clamp(16px, 12.176px + 1.02vw, 20px);
	font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
	font-weight: 300;
	line-height: 1.7;
}

.terms_text + .terms_text {
	margin-top: clamp(20px, 10.464px + 2.54vw, 30px);
	margin-top: clamp(1.25rem, 0.654rem + 2.54vw, 1.875rem);
}

/* -----------------------------------------------
 menu
----------------------------------------------- */

.menu {
	padding-bottom: clamp(30px, 10.912px + 5.09vw, 50px);
	padding-bottom: clamp(1.875rem, 0.682rem + 5.09vw, 3.125rem);
	padding-top: clamp(52px, -7.168px + 15.78vw, 114px);
	padding-top: clamp(3.25rem, -0.448rem + 15.78vw, 7.125rem);
}

.menu_cardWrap {
	padding-inline: clamp(15px, 5.456px + 2.54vw, 25px);
	padding-inline: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
	margin-inline: auto;
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 956px;
	max-width: 59.75rem;
	padding-top: clamp(46px, 39.328px + 1.78vw, 53px);
	padding-top: clamp(2.875rem, 2.458rem + 1.78vw, 3.3125rem);
}

.menu_course {
	padding-top: clamp(70px, 52.832px + 4.58vw, 88px);
	padding-top: clamp(4.375rem, 3.302rem + 4.58vw, 5.5rem);
}

.menu_courseTitle {
	text-align: center;
}

.menu_courseRead {
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 400;
}

.menu_courseList {
	padding-bottom: 114px;
	padding-bottom: 7.125rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.menu_courseItem {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.menu_courseItemTitle {
	color: #fff;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.25;
}

.menu_courseItemTitle.noWrap {
	font-size: 14px;
	font-size: 0.875rem;
}

.menu_courseItemTitle.-color {
	color: #D9C995;
}

.menu_courseWrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 1em;
}

.menu_courseText {
	color: #888;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 300;
	line-height: 2.25;
}

.menu_coursePrice {
	color: #fff;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.25;
}

/* -----------------------------------------------
 item
----------------------------------------------- */

.item {
	padding-bottom: 114px;
	padding-bottom: 7.125rem;
	padding-top: clamp(52px, -7.168px + 15.78vw, 114px);
	padding-top: clamp(3.25rem, -0.448rem + 15.78vw, 7.125rem);
}

.item_card {
	gap: 31px;
	gap: 1.9375rem;
	padding-block: 32px;
	padding-block: 2rem;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item_cardImg {
	max-width: 276px;
	max-width: 17.25rem;
	width: 100%;
}

.item_cardTextWrap {
	max-width: 393px;
	max-width: 24.5625rem;
	width: 100%;
}

.item_cardTitle {
	margin-block: 0;
	color: #D9C995;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6875;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.item_cardPrice {
	color: #fff;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.25;
}

.item_cardText {
	color: #fff;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.71428571;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

/* -----------------------------------------------
 shop
----------------------------------------------- */

.shop {
	padding-bottom: 114px;
	padding-bottom: 7.125rem;
	padding-top: clamp(52px, -7.168px + 15.78vw, 114px);
	padding-top: clamp(3.25rem, -0.448rem + 15.78vw, 7.125rem);
}

.shop_card {
	gap: 31px;
	gap: 1.9375rem;
	padding-block: 32px;
	padding-block: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop_card:nth-last-of-type(1) {
    border-bottom: none;
}


.shop_cardImg {
	max-width: 276px;
	max-width: 17.25rem;
	width: 100%;
}

.shop_cardTextWrap {
	max-width: 393px;
	max-width: 24.5625rem;
	width: 100%;
}

.shop_cardTitle {
	margin-block: 0;
	color: #D9C995;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.708333;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.shop_cardText {
	color: #fff;
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.71428571;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

/* -----------------------------------------------
 shopInfo
----------------------------------------------- */

.shopInfo_inner {
	padding-block: clamp(50px, 2.288px + 12.72vw, 100px);
	padding-block: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
}

.shopInfo_item {
	gap: 30px;
	gap: 1.875rem;
	padding-block: 25px;
	padding-block: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shopInfo_item span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
}

/* .shopInfo_text {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.shopInfo_item:last-child {
	border-bottom: none;
}

.shopInfo_title {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	max-width: 156px;
	max-width: 9.75rem;
	width: 100%;
}

.shopInfo_text {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
}

/* -----------------------------------------------
 contact
----------------------------------------------- */

.contact_inner {
	padding-block: clamp(50px, 2.288px + 12.72vw, 100px);
	padding-block: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
}

.contact_item {
	gap: 30px;
	gap: 1.875rem;
	padding-block: 25px;
	padding-block: 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact_item:last-child {
	border-bottom: none;
}

.contact_title {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	max-width: 156px;
	max-width: 9.75rem;
	width: 100%;
}

.contact_text {
	font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 16px;
	font-size: 1rem;
}

.contact_btnWrap {
	margin-top: clamp(30px, 1.376px + 7.63vw, 60px);
	margin-top: clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
}

.contact_cautionTitle {
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 600;
	line-height: 2;
	margin-top: clamp(60px, 2.752px + 15.27vw, 120px);
	margin-top: clamp(3.75rem, 0.172rem + 15.27vw, 7.5rem);
}

.contact_cautionText {
	font-size: clamp(14px, 12.096px + 0.51vw, 16px);
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	font-weight: 300;
	line-height: 2;
	margin-top: clamp(5px, 0.224px + 1.27vw, 10px);
	margin-top: clamp(0.3125rem, 0.014rem + 1.27vw, 0.625rem);
}

.wpcf7-form-control-wrap {
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

input,
textarea,
button {
	padding-block: 10px;
	padding-block: 0.625rem;
	background-color: #fff;
	border: none;
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

/*****************************************************
  CSS Animation
*****************************************************/

/* -----------------------------------------------
  Animation
----------------------------------------------- */

/*****************************************************
  Utility
*****************************************************/

.u-mt0 {
	margin-top: 0px !important;
}

.u-mr0 {
	margin-right: 0px !important;
}

.u-mb0 {
	margin-bottom: 0px !important;
}

.u-ml0 {
	margin-left: 0px !important;
}

.u-mt5 {
	margin-top: 5px !important;
}

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

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

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

.u-mt10 {
	margin-top: 10px !important;
}

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

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

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

.u-mt15 {
	margin-top: 15px !important;
}

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

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

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

.u-mt20 {
	margin-top: 20px !important;
}

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

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

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

.u-mt25 {
	margin-top: 25px !important;
}

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

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

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

.u-mt30 {
	margin-top: 30px !important;
}

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

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

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

.u-mt35 {
	margin-top: 35px !important;
}

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

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

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

.u-mt40 {
	margin-top: 40px !important;
}

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

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

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

.u-mt45 {
	margin-top: 45px !important;
}

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

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

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

.u-mt50 {
	margin-top: 50px !important;
}

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

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

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

.u-mt55 {
	margin-top: 55px !important;
}

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

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

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

.u-mt60 {
	margin-top: 60px !important;
}

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

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

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

.u-mt65 {
	margin-top: 65px !important;
}

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

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

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

.u-mt70 {
	margin-top: 70px !important;
}

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

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

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

.u-mt75 {
	margin-top: 75px !important;
}

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

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

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

.u-mt80 {
	margin-top: 80px !important;
}

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

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

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

.u-mt85 {
	margin-top: 85px !important;
}

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

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

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

.u-mt90 {
	margin-top: 90px !important;
}

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

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

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

.u-mt95 {
	margin-top: 95px !important;
}

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

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

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

.u-mt100 {
	margin-top: 100px !important;
}

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

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

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

.u-mtSmall {
	margin-top: 15px !important;
}

.u-mtNormal {
	margin-top: 45px !important;
}

.u-mtLarge {
	margin-top: 60px !important;
}

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

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

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

.u-pt0 {
	padding-top: 0px !important;
}

.u-pr0 {
	padding-right: 0px !important;
}

.u-pb0 {
	padding-bottom: 0px !important;
}

.u-pl0 {
	padding-left: 0px !important;
}

.u-pt5 {
	padding-top: 5px !important;
}

.u-pr5 {
	padding-right: 5px !important;
}

.u-pb5 {
	padding-bottom: 5px !important;
}

.u-pl5 {
	padding-left: 5px !important;
}

.u-pt10 {
	padding-top: 10px !important;
}

.u-pr10 {
	padding-right: 10px !important;
}

.u-pb10 {
	padding-bottom: 10px !important;
}

.u-pl10 {
	padding-left: 10px !important;
}

.u-pt15 {
	padding-top: 15px !important;
}

.u-pr15 {
	padding-right: 15px !important;
}

.u-pb15 {
	padding-bottom: 15px !important;
}

.u-pl15 {
	padding-left: 15px !important;
}

.u-pt20 {
	padding-top: 20px !important;
}

.u-pr20 {
	padding-right: 20px !important;
}

.u-pb20 {
	padding-bottom: 20px !important;
}

.u-pl20 {
	padding-left: 20px !important;
}

.u-pt25 {
	padding-top: 25px !important;
}

.u-pr25 {
	padding-right: 25px !important;
}

.u-pb25 {
	padding-bottom: 25px !important;
}

.u-pl25 {
	padding-left: 25px !important;
}

.u-pt30 {
	padding-top: 30px !important;
}

.u-pr30 {
	padding-right: 30px !important;
}

.u-pb30 {
	padding-bottom: 30px !important;
}

.u-pl30 {
	padding-left: 30px !important;
}

.u-pt35 {
	padding-top: 35px !important;
}

.u-pr35 {
	padding-right: 35px !important;
}

.u-pb35 {
	padding-bottom: 35px !important;
}

.u-pl35 {
	padding-left: 35px !important;
}

.u-pt40 {
	padding-top: 40px !important;
}

.u-pr40 {
	padding-right: 40px !important;
}

.u-pb40 {
	padding-bottom: 40px !important;
}

.u-pl40 {
	padding-left: 40px !important;
}

.u-pt45 {
	padding-top: 45px !important;
}

.u-pr45 {
	padding-right: 45px !important;
}

.u-pb45 {
	padding-bottom: 45px !important;
}

.u-pl45 {
	padding-left: 45px !important;
}

.u-pt50 {
	padding-top: 50px !important;
}

.u-pr50 {
	padding-right: 50px !important;
}

.u-pb50 {
	padding-bottom: 50px !important;
}

.u-pl50 {
	padding-left: 50px !important;
}

.u-pt55 {
	padding-top: 55px !important;
}

.u-pr55 {
	padding-right: 55px !important;
}

.u-pb55 {
	padding-bottom: 55px !important;
}

.u-pl55 {
	padding-left: 55px !important;
}

.u-pt60 {
	padding-top: 60px !important;
}

.u-pr60 {
	padding-right: 60px !important;
}

.u-pb60 {
	padding-bottom: 60px !important;
}

.u-pl60 {
	padding-left: 60px !important;
}

.u-pt65 {
	padding-top: 65px !important;
}

.u-pr65 {
	padding-right: 65px !important;
}

.u-pb65 {
	padding-bottom: 65px !important;
}

.u-pl65 {
	padding-left: 65px !important;
}

.u-pt70 {
	padding-top: 70px !important;
}

.u-pr70 {
	padding-right: 70px !important;
}

.u-pb70 {
	padding-bottom: 70px !important;
}

.u-pl70 {
	padding-left: 70px !important;
}

.u-pt75 {
	padding-top: 75px !important;
}

.u-pr75 {
	padding-right: 75px !important;
}

.u-pb75 {
	padding-bottom: 75px !important;
}

.u-pl75 {
	padding-left: 75px !important;
}

.u-pt80 {
	padding-top: 80px !important;
}

.u-pr80 {
	padding-right: 80px !important;
}

.u-pb80 {
	padding-bottom: 80px !important;
}

.u-pl80 {
	padding-left: 80px !important;
}

.u-pt85 {
	padding-top: 85px !important;
}

.u-pr85 {
	padding-right: 85px !important;
}

.u-pb85 {
	padding-bottom: 85px !important;
}

.u-pl85 {
	padding-left: 85px !important;
}

.u-pt90 {
	padding-top: 90px !important;
}

.u-pr90 {
	padding-right: 90px !important;
}

.u-pb90 {
	padding-bottom: 90px !important;
}

.u-pl90 {
	padding-left: 90px !important;
}

.u-pt95 {
	padding-top: 95px !important;
}

.u-pr95 {
	padding-right: 95px !important;
}

.u-pb95 {
	padding-bottom: 95px !important;
}

.u-pl95 {
	padding-left: 95px !important;
}

.u-pt100 {
	padding-top: 100px !important;
}

.u-pr100 {
	padding-right: 100px !important;
}

.u-pb100 {
	padding-bottom: 100px !important;
}

.u-pl100 {
	padding-left: 100px !important;
}

.u-wAuto {
	width: auto !important;
}

.u-w5 {
	width: 5% !important;
}

.u-w10 {
	width: 10% !important;
}

.u-w15 {
	width: 15% !important;
}

.u-w20 {
	width: 20% !important;
}

.u-w25 {
	width: 25% !important;
}

.u-w30 {
	width: 30% !important;
}

.u-w35 {
	width: 35% !important;
}

.u-w40 {
	width: 40% !important;
}

.u-w45 {
	width: 45% !important;
}

.u-w50 {
	width: 50% !important;
}

.u-w55 {
	width: 55% !important;
}

.u-w60 {
	width: 60% !important;
}

.u-w65 {
	width: 65% !important;
}

.u-w70 {
	width: 70% !important;
}

.u-w75 {
	width: 75% !important;
}

.u-w80 {
	width: 80% !important;
}

.u-w85 {
	width: 85% !important;
}

.u-w90 {
	width: 90% !important;
}

.u-w95 {
	width: 95% !important;
}

.u-w100 {
	width: 100% !important;
}

.u-w1em {
	width: 1em !important;
}

.u-w2em {
	width: 2em !important;
}

.u-w3em {
	width: 3em !important;
}

.u-w4em {
	width: 4em !important;
}

.u-w5em {
	width: 5em !important;
}

.u-w6em {
	width: 6em !important;
}

.u-w7em {
	width: 7em !important;
}

.u-w8em {
	width: 8em !important;
}

.u-w9em {
	width: 9em !important;
}

.u-w10em {
	width: 10em !important;
}

.u-w11em {
	width: 11em !important;
}

.u-w12em {
	width: 12em !important;
}

.u-w13em {
	width: 13em !important;
}

.u-w14em {
	width: 14em !important;
}

.u-w15em {
	width: 15em !important;
}

.u-w16em {
	width: 16em !important;
}

.u-w17em {
	width: 17em !important;
}

.u-w18em {
	width: 18em !important;
}

.u-w19em {
	width: 19em !important;
}

.u-w20em {
	width: 20em !important;
}

.u-w21em {
	width: 21em !important;
}

.u-w22em {
	width: 22em !important;
}

.u-w23em {
	width: 23em !important;
}

.u-w24em {
	width: 24em !important;
}

.u-w25em {
	width: 25em !important;
}

.u-w26em {
	width: 26em !important;
}

.u-w27em {
	width: 27em !important;
}

.u-w28em {
	width: 28em !important;
}

.u-w29em {
	width: 29em !important;
}

.u-w30em {
	width: 30em !important;
}

.u-w31em {
	width: 31em !important;
}

.u-w32em {
	width: 32em !important;
}

.u-w33em {
	width: 33em !important;
}

.u-w34em {
	width: 34em !important;
}

.u-w35em {
	width: 35em !important;
}

.u-w36em {
	width: 36em !important;
}

.u-w37em {
	width: 37em !important;
}

.u-w38em {
	width: 38em !important;
}

.u-w39em {
	width: 39em !important;
}

.u-w40em {
	width: 40em !important;
}

.u-w41em {
	width: 41em !important;
}

.u-w42em {
	width: 42em !important;
}

.u-w43em {
	width: 43em !important;
}

.u-w44em {
	width: 44em !important;
}

.u-w45em {
	width: 45em !important;
}

.u-w46em {
	width: 46em !important;
}

.u-w47em {
	width: 47em !important;
}

.u-w48em {
	width: 48em !important;
}

.u-w49em {
	width: 49em !important;
}

.u-w50em {
	width: 50em !important;
}

.u-fs11 {
	font-size: 17.6px !important;
	font-size: 1.1rem !important;
}

.u-fs12 {
	font-size: 19.2px !important;
	font-size: 1.2rem !important;
}

.u-fs13 {
	font-size: 20.8px !important;
	font-size: 1.3rem !important;
}

.u-fs14 {
	font-size: 22.4px !important;
	font-size: 1.4rem !important;
}

.u-fs15 {
	font-size: 24px !important;
	font-size: 1.5rem !important;
}

.u-fs16 {
	font-size: 25.6px !important;
	font-size: 1.6rem !important;
}

.u-fs17 {
	font-size: 27.2px !important;
	font-size: 1.7rem !important;
}

.u-fs18 {
	font-size: 28.8px !important;
	font-size: 1.8rem !important;
}

.u-fs19 {
	font-size: 30.4px !important;
	font-size: 1.9rem !important;
}

.u-fs20 {
	font-size: 32px !important;
	font-size: 2rem !important;
}

.u-fs21 {
	font-size: 33.6px !important;
	font-size: 2.1rem !important;
}

.u-fs22 {
	font-size: 35.2px !important;
	font-size: 2.2rem !important;
}

.u-fs23 {
	font-size: 36.8px !important;
	font-size: 2.3rem !important;
}

.u-fs24 {
	font-size: 38.4px !important;
	font-size: 2.4rem !important;
}

.u-fs25 {
	font-size: 40px !important;
	font-size: 2.5rem !important;
}

.u-fs26 {
	font-size: 41.6px !important;
	font-size: 2.6rem !important;
}

.u-fs27 {
	font-size: 43.2px !important;
	font-size: 2.7rem !important;
}

.u-fs28 {
	font-size: 44.8px !important;
	font-size: 2.8rem !important;
}

.u-fs29 {
	font-size: 46.4px !important;
	font-size: 2.9rem !important;
}

.u-fs30 {
	font-size: 48px !important;
	font-size: 3rem !important;
}

.u-fs31 {
	font-size: 49.6px !important;
	font-size: 3.1rem !important;
}

.u-fs32 {
	font-size: 51.2px !important;
	font-size: 3.2rem !important;
}

.u-fs33 {
	font-size: 52.8px !important;
	font-size: 3.3rem !important;
}

.u-fs34 {
	font-size: 54.4px !important;
	font-size: 3.4rem !important;
}

.u-fs35 {
	font-size: 56px !important;
	font-size: 3.5rem !important;
}

.u-fsXlarge {
	font-size: 30px !important;
}

.u-fsLarge {
	font-size: 20px !important;
}

.u-fsMedium {
	font-size: 18px !important;
}

.u-fsSmall {
	font-size: 14px !important;
}

.u-fsXsmall {
	font-size: 13px !important;
}

.u-textbold {
	font-weight: 700 !important;
}

.u-textmedium {
	font-weight: 500 !important;
}

.u-textnormal {
	font-weight: 400 !important;
}

.u-textthin {
	font-weight: 200 !important;
}

.u-emp {
	color: var(--emp) !important;
}

.u-indent {
	text-indent: 1em !important;
}

.u-clear {
	clear: both !important;
}

.u-ac {
	text-align: center !important;
}

.u-ar {
	text-align: right !important;
}

.u-al {
	text-align: left !important;
}

.u-vm {
	vertical-align: middle !important;
}

.u-vt {
	vertical-align: top !important;
}

.u-vb {
	vertical-align: bottom !important;
}

.u-sp,
.u-tab {
	display: none !important;
}

.u-linesMargin {
	margin-top: 1.8em;
}

.u-linesMargin.-oneLine {
	margin-top: 1em;
}

/*****************************************************
  Print
*****************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

}

@media screen and (min-width: 769px) and (max-width: 1180px) {

.u-mt-tab0 {
	margin-top: 0px !important;
}

.u-mr-tab0 {
	margin-right: 0px !important;
}

.u-mb-tab0 {
	margin-bottom: 0px !important;
}

.u-ml-tab0 {
	margin-left: 0px !important;
}

.u-mt-tab5 {
	margin-top: 5px !important;
}

.u-mr-tab5 {
	margin-right: 5px !important;
}

.u-mb-tab5 {
	margin-bottom: 5px !important;
}

.u-ml-tab5 {
	margin-left: 5px !important;
}

.u-mt-tab10 {
	margin-top: 10px !important;
}

.u-mr-tab10 {
	margin-right: 10px !important;
}

.u-mb-tab10 {
	margin-bottom: 10px !important;
}

.u-ml-tab10 {
	margin-left: 10px !important;
}

.u-mt-tab15 {
	margin-top: 15px !important;
}

.u-mr-tab15 {
	margin-right: 15px !important;
}

.u-mb-tab15 {
	margin-bottom: 15px !important;
}

.u-ml-tab15 {
	margin-left: 15px !important;
}

.u-mt-tab20 {
	margin-top: 20px !important;
}

.u-mr-tab20 {
	margin-right: 20px !important;
}

.u-mb-tab20 {
	margin-bottom: 20px !important;
}

.u-ml-tab20 {
	margin-left: 20px !important;
}

.u-mt-tab25 {
	margin-top: 25px !important;
}

.u-mr-tab25 {
	margin-right: 25px !important;
}

.u-mb-tab25 {
	margin-bottom: 25px !important;
}

.u-ml-tab25 {
	margin-left: 25px !important;
}

.u-mt-tab30 {
	margin-top: 30px !important;
}

.u-mr-tab30 {
	margin-right: 30px !important;
}

.u-mb-tab30 {
	margin-bottom: 30px !important;
}

.u-ml-tab30 {
	margin-left: 30px !important;
}

.u-mt-tab35 {
	margin-top: 35px !important;
}

.u-mr-tab35 {
	margin-right: 35px !important;
}

.u-mb-tab35 {
	margin-bottom: 35px !important;
}

.u-ml-tab35 {
	margin-left: 35px !important;
}

.u-mt-tab40 {
	margin-top: 40px !important;
}

.u-mr-tab40 {
	margin-right: 40px !important;
}

.u-mb-tab40 {
	margin-bottom: 40px !important;
}

.u-ml-tab40 {
	margin-left: 40px !important;
}

.u-mt-tab45 {
	margin-top: 45px !important;
}

.u-mr-tab45 {
	margin-right: 45px !important;
}

.u-mb-tab45 {
	margin-bottom: 45px !important;
}

.u-ml-tab45 {
	margin-left: 45px !important;
}

.u-mt-tab50 {
	margin-top: 50px !important;
}

.u-mr-tab50 {
	margin-right: 50px !important;
}

.u-mb-tab50 {
	margin-bottom: 50px !important;
}

.u-ml-tab50 {
	margin-left: 50px !important;
}

.u-mt-tab55 {
	margin-top: 55px !important;
}

.u-mr-tab55 {
	margin-right: 55px !important;
}

.u-mb-tab55 {
	margin-bottom: 55px !important;
}

.u-ml-tab55 {
	margin-left: 55px !important;
}

.u-mt-tab60 {
	margin-top: 60px !important;
}

.u-mr-tab60 {
	margin-right: 60px !important;
}

.u-mb-tab60 {
	margin-bottom: 60px !important;
}

.u-ml-tab60 {
	margin-left: 60px !important;
}

.u-mt-tab65 {
	margin-top: 65px !important;
}

.u-mr-tab65 {
	margin-right: 65px !important;
}

.u-mb-tab65 {
	margin-bottom: 65px !important;
}

.u-ml-tab65 {
	margin-left: 65px !important;
}

.u-mt-tab70 {
	margin-top: 70px !important;
}

.u-mr-tab70 {
	margin-right: 70px !important;
}

.u-mb-tab70 {
	margin-bottom: 70px !important;
}

.u-ml-tab70 {
	margin-left: 70px !important;
}

.u-mt-tab75 {
	margin-top: 75px !important;
}

.u-mr-tab75 {
	margin-right: 75px !important;
}

.u-mb-tab75 {
	margin-bottom: 75px !important;
}

.u-ml-tab75 {
	margin-left: 75px !important;
}

.u-mt-tab80 {
	margin-top: 80px !important;
}

.u-mr-tab80 {
	margin-right: 80px !important;
}

.u-mb-tab80 {
	margin-bottom: 80px !important;
}

.u-ml-tab80 {
	margin-left: 80px !important;
}

.u-mt-tab85 {
	margin-top: 85px !important;
}

.u-mr-tab85 {
	margin-right: 85px !important;
}

.u-mb-tab85 {
	margin-bottom: 85px !important;
}

.u-ml-tab85 {
	margin-left: 85px !important;
}

.u-mt-tab90 {
	margin-top: 90px !important;
}

.u-mr-tab90 {
	margin-right: 90px !important;
}

.u-mb-tab90 {
	margin-bottom: 90px !important;
}

.u-ml-tab90 {
	margin-left: 90px !important;
}

.u-mt-tab95 {
	margin-top: 95px !important;
}

.u-mr-tab95 {
	margin-right: 95px !important;
}

.u-mb-tab95 {
	margin-bottom: 95px !important;
}

.u-ml-tab95 {
	margin-left: 95px !important;
}

.u-mt-tab100 {
	margin-top: 100px !important;
}

.u-mr-tab100 {
	margin-right: 100px !important;
}

.u-mb-tab100 {
	margin-bottom: 100px !important;
}

.u-ml-tab100 {
	margin-left: 100px !important;
}

.u-pt-tab0 {
	padding-top: 0px !important;
}

.u-pr-tab0 {
	padding-right: 0px !important;
}

.u-pb-tab0 {
	padding-bottom: 0px !important;
}

.u-pl-tab0 {
	padding-left: 0px !important;
}

.u-pt-tab5 {
	padding-top: 5px !important;
}

.u-pr-tab5 {
	padding-right: 5px !important;
}

.u-pb-tab5 {
	padding-bottom: 5px !important;
}

.u-pl-tab5 {
	padding-left: 5px !important;
}

.u-pt-tab10 {
	padding-top: 10px !important;
}

.u-pr-tab10 {
	padding-right: 10px !important;
}

.u-pb-tab10 {
	padding-bottom: 10px !important;
}

.u-pl-tab10 {
	padding-left: 10px !important;
}

.u-pt-tab15 {
	padding-top: 15px !important;
}

.u-pr-tab15 {
	padding-right: 15px !important;
}

.u-pb-tab15 {
	padding-bottom: 15px !important;
}

.u-pl-tab15 {
	padding-left: 15px !important;
}

.u-pt-tab20 {
	padding-top: 20px !important;
}

.u-pr-tab20 {
	padding-right: 20px !important;
}

.u-pb-tab20 {
	padding-bottom: 20px !important;
}

.u-pl-tab20 {
	padding-left: 20px !important;
}

.u-pt-tab25 {
	padding-top: 25px !important;
}

.u-pr-tab25 {
	padding-right: 25px !important;
}

.u-pb-tab25 {
	padding-bottom: 25px !important;
}

.u-pl-tab25 {
	padding-left: 25px !important;
}

.u-pt-tab30 {
	padding-top: 30px !important;
}

.u-pr-tab30 {
	padding-right: 30px !important;
}

.u-pb-tab30 {
	padding-bottom: 30px !important;
}

.u-pl-tab30 {
	padding-left: 30px !important;
}

.u-pt-tab35 {
	padding-top: 35px !important;
}

.u-pr-tab35 {
	padding-right: 35px !important;
}

.u-pb-tab35 {
	padding-bottom: 35px !important;
}

.u-pl-tab35 {
	padding-left: 35px !important;
}

.u-pt-tab40 {
	padding-top: 40px !important;
}

.u-pr-tab40 {
	padding-right: 40px !important;
}

.u-pb-tab40 {
	padding-bottom: 40px !important;
}

.u-pl-tab40 {
	padding-left: 40px !important;
}

.u-pt-tab45 {
	padding-top: 45px !important;
}

.u-pr-tab45 {
	padding-right: 45px !important;
}

.u-pb-tab45 {
	padding-bottom: 45px !important;
}

.u-pl-tab45 {
	padding-left: 45px !important;
}

.u-pt-tab50 {
	padding-top: 50px !important;
}

.u-pr-tab50 {
	padding-right: 50px !important;
}

.u-pb-tab50 {
	padding-bottom: 50px !important;
}

.u-pl-tab50 {
	padding-left: 50px !important;
}

.u-pt-tab55 {
	padding-top: 55px !important;
}

.u-pr-tab55 {
	padding-right: 55px !important;
}

.u-pb-tab55 {
	padding-bottom: 55px !important;
}

.u-pl-tab55 {
	padding-left: 55px !important;
}

.u-pt-tab60 {
	padding-top: 60px !important;
}

.u-pr-tab60 {
	padding-right: 60px !important;
}

.u-pb-tab60 {
	padding-bottom: 60px !important;
}

.u-pl-tab60 {
	padding-left: 60px !important;
}

.u-pt-tab65 {
	padding-top: 65px !important;
}

.u-pr-tab65 {
	padding-right: 65px !important;
}

.u-pb-tab65 {
	padding-bottom: 65px !important;
}

.u-pl-tab65 {
	padding-left: 65px !important;
}

.u-pt-tab70 {
	padding-top: 70px !important;
}

.u-pr-tab70 {
	padding-right: 70px !important;
}

.u-pb-tab70 {
	padding-bottom: 70px !important;
}

.u-pl-tab70 {
	padding-left: 70px !important;
}

.u-pt-tab75 {
	padding-top: 75px !important;
}

.u-pr-tab75 {
	padding-right: 75px !important;
}

.u-pb-tab75 {
	padding-bottom: 75px !important;
}

.u-pl-tab75 {
	padding-left: 75px !important;
}

.u-pt-tab80 {
	padding-top: 80px !important;
}

.u-pr-tab80 {
	padding-right: 80px !important;
}

.u-pb-tab80 {
	padding-bottom: 80px !important;
}

.u-pl-tab80 {
	padding-left: 80px !important;
}

.u-pt-tab85 {
	padding-top: 85px !important;
}

.u-pr-tab85 {
	padding-right: 85px !important;
}

.u-pb-tab85 {
	padding-bottom: 85px !important;
}

.u-pl-tab85 {
	padding-left: 85px !important;
}

.u-pt-tab90 {
	padding-top: 90px !important;
}

.u-pr-tab90 {
	padding-right: 90px !important;
}

.u-pb-tab90 {
	padding-bottom: 90px !important;
}

.u-pl-tab90 {
	padding-left: 90px !important;
}

.u-pt-tab95 {
	padding-top: 95px !important;
}

.u-pr-tab95 {
	padding-right: 95px !important;
}

.u-pb-tab95 {
	padding-bottom: 95px !important;
}

.u-pl-tab95 {
	padding-left: 95px !important;
}

.u-pt-tab100 {
	padding-top: 100px !important;
}

.u-pr-tab100 {
	padding-right: 100px !important;
}

.u-pb-tab100 {
	padding-bottom: 100px !important;
}

.u-pl-tab100 {
	padding-left: 100px !important;
}

.u-pt-tab105 {
	padding-top: 105px !important;
}

.u-pr-tab105 {
	padding-right: 105px !important;
}

.u-pb-tab105 {
	padding-bottom: 105px !important;
}

.u-pl-tab105 {
	padding-left: 105px !important;
}

.u-pt-tab110 {
	padding-top: 110px !important;
}

.u-pr-tab110 {
	padding-right: 110px !important;
}

.u-pb-tab110 {
	padding-bottom: 110px !important;
}

.u-pl-tab110 {
	padding-left: 110px !important;
}

.u-pt-tab115 {
	padding-top: 115px !important;
}

.u-pr-tab115 {
	padding-right: 115px !important;
}

.u-pb-tab115 {
	padding-bottom: 115px !important;
}

.u-pl-tab115 {
	padding-left: 115px !important;
}

.u-pt-tab120 {
	padding-top: 120px !important;
}

.u-pr-tab120 {
	padding-right: 120px !important;
}

.u-pb-tab120 {
	padding-bottom: 120px !important;
}

.u-pl-tab120 {
	padding-left: 120px !important;
}

.u-pt-tab125 {
	padding-top: 125px !important;
}

.u-pr-tab125 {
	padding-right: 125px !important;
}

.u-pb-tab125 {
	padding-bottom: 125px !important;
}

.u-pl-tab125 {
	padding-left: 125px !important;
}

.u-pt-tab130 {
	padding-top: 130px !important;
}

.u-pr-tab130 {
	padding-right: 130px !important;
}

.u-pb-tab130 {
	padding-bottom: 130px !important;
}

.u-pl-tab130 {
	padding-left: 130px !important;
}

.u-pt-tab135 {
	padding-top: 135px !important;
}

.u-pr-tab135 {
	padding-right: 135px !important;
}

.u-pb-tab135 {
	padding-bottom: 135px !important;
}

.u-pl-tab135 {
	padding-left: 135px !important;
}

.u-pt-tab140 {
	padding-top: 140px !important;
}

.u-pr-tab140 {
	padding-right: 140px !important;
}

.u-pb-tab140 {
	padding-bottom: 140px !important;
}

.u-pl-tab140 {
	padding-left: 140px !important;
}

.u-pt-tab145 {
	padding-top: 145px !important;
}

.u-pr-tab145 {
	padding-right: 145px !important;
}

.u-pb-tab145 {
	padding-bottom: 145px !important;
}

.u-pl-tab145 {
	padding-left: 145px !important;
}

.u-pt-tab150 {
	padding-top: 150px !important;
}

.u-pr-tab150 {
	padding-right: 150px !important;
}

.u-pb-tab150 {
	padding-bottom: 150px !important;
}

.u-pl-tab150 {
	padding-left: 150px !important;
}

.u-pt-tab155 {
	padding-top: 155px !important;
}

.u-pr-tab155 {
	padding-right: 155px !important;
}

.u-pb-tab155 {
	padding-bottom: 155px !important;
}

.u-pl-tab155 {
	padding-left: 155px !important;
}

.u-pt-tab160 {
	padding-top: 160px !important;
}

.u-pr-tab160 {
	padding-right: 160px !important;
}

.u-pb-tab160 {
	padding-bottom: 160px !important;
}

.u-pl-tab160 {
	padding-left: 160px !important;
}

.u-pt-tab165 {
	padding-top: 165px !important;
}

.u-pr-tab165 {
	padding-right: 165px !important;
}

.u-pb-tab165 {
	padding-bottom: 165px !important;
}

.u-pl-tab165 {
	padding-left: 165px !important;
}

.u-pt-tab170 {
	padding-top: 170px !important;
}

.u-pr-tab170 {
	padding-right: 170px !important;
}

.u-pb-tab170 {
	padding-bottom: 170px !important;
}

.u-pl-tab170 {
	padding-left: 170px !important;
}

.u-pt-tab175 {
	padding-top: 175px !important;
}

.u-pr-tab175 {
	padding-right: 175px !important;
}

.u-pb-tab175 {
	padding-bottom: 175px !important;
}

.u-pl-tab175 {
	padding-left: 175px !important;
}

.u-pt-tab180 {
	padding-top: 180px !important;
}

.u-pr-tab180 {
	padding-right: 180px !important;
}

.u-pb-tab180 {
	padding-bottom: 180px !important;
}

.u-pl-tab180 {
	padding-left: 180px !important;
}

.u-pt-tab185 {
	padding-top: 185px !important;
}

.u-pr-tab185 {
	padding-right: 185px !important;
}

.u-pb-tab185 {
	padding-bottom: 185px !important;
}

.u-pl-tab185 {
	padding-left: 185px !important;
}

.u-pt-tab190 {
	padding-top: 190px !important;
}

.u-pr-tab190 {
	padding-right: 190px !important;
}

.u-pb-tab190 {
	padding-bottom: 190px !important;
}

.u-pl-tab190 {
	padding-left: 190px !important;
}

.u-pt-tab195 {
	padding-top: 195px !important;
}

.u-pr-tab195 {
	padding-right: 195px !important;
}

.u-pb-tab195 {
	padding-bottom: 195px !important;
}

.u-pl-tab195 {
	padding-left: 195px !important;
}

.u-pt-tab200 {
	padding-top: 200px !important;
}

.u-pr-tab200 {
	padding-right: 200px !important;
}

.u-pb-tab200 {
	padding-bottom: 200px !important;
}

.u-pl-tab200 {
	padding-left: 200px !important;
}

.u-pt-tab205 {
	padding-top: 205px !important;
}

.u-pr-tab205 {
	padding-right: 205px !important;
}

.u-pb-tab205 {
	padding-bottom: 205px !important;
}

.u-pl-tab205 {
	padding-left: 205px !important;
}

.u-pt-tab210 {
	padding-top: 210px !important;
}

.u-pr-tab210 {
	padding-right: 210px !important;
}

.u-pb-tab210 {
	padding-bottom: 210px !important;
}

.u-pl-tab210 {
	padding-left: 210px !important;
}

.u-pt-tab215 {
	padding-top: 215px !important;
}

.u-pr-tab215 {
	padding-right: 215px !important;
}

.u-pb-tab215 {
	padding-bottom: 215px !important;
}

.u-pl-tab215 {
	padding-left: 215px !important;
}

.u-pt-tab220 {
	padding-top: 220px !important;
}

.u-pr-tab220 {
	padding-right: 220px !important;
}

.u-pb-tab220 {
	padding-bottom: 220px !important;
}

.u-pl-tab220 {
	padding-left: 220px !important;
}

.u-pt-tab225 {
	padding-top: 225px !important;
}

.u-pr-tab225 {
	padding-right: 225px !important;
}

.u-pb-tab225 {
	padding-bottom: 225px !important;
}

.u-pl-tab225 {
	padding-left: 225px !important;
}

.u-pt-tab230 {
	padding-top: 230px !important;
}

.u-pr-tab230 {
	padding-right: 230px !important;
}

.u-pb-tab230 {
	padding-bottom: 230px !important;
}

.u-pl-tab230 {
	padding-left: 230px !important;
}

.u-pt-tab235 {
	padding-top: 235px !important;
}

.u-pr-tab235 {
	padding-right: 235px !important;
}

.u-pb-tab235 {
	padding-bottom: 235px !important;
}

.u-pl-tab235 {
	padding-left: 235px !important;
}

.u-pt-tab240 {
	padding-top: 240px !important;
}

.u-pr-tab240 {
	padding-right: 240px !important;
}

.u-pb-tab240 {
	padding-bottom: 240px !important;
}

.u-pl-tab240 {
	padding-left: 240px !important;
}

.u-pt-tab245 {
	padding-top: 245px !important;
}

.u-pr-tab245 {
	padding-right: 245px !important;
}

.u-pb-tab245 {
	padding-bottom: 245px !important;
}

.u-pl-tab245 {
	padding-left: 245px !important;
}

.u-pt-tab250 {
	padding-top: 250px !important;
}

.u-pr-tab250 {
	padding-right: 250px !important;
}

.u-pb-tab250 {
	padding-bottom: 250px !important;
}

.u-pl-tab250 {
	padding-left: 250px !important;
}

.u-ac-tab {
	text-align: center !important;
}

.u-ar-tab {
	text-align: right !important;
}

.u-al-tab {
	text-align: left !important;
}

.u-vm-tab {
	vertical-align: middle !important;
}

.u-vt-tab {
	vertical-align: top !important;
}

.u-vb-tab {
	vertical-align: bottom !important;
}

.u-pc {
	display: none !important;
}

.u-tab {
	display: inherit !important;
}

}
@media screen and (min-width: 768px){
	.mv_textWrap {
		left: clamp(15px, 5.456px + 2.54vw, 25px);
		left: clamp(0.9375rem, 0.341rem + 2.54vw, 1.5625rem);
		position: absolute;
		top: 0;
		right: unset;
	}
}
@media screen and (min-width: 769px){
	.info_link::after {
		right: -27px;
	}
}
@media screen and (min-width: 1181px) {

.u-ac-pc {
	text-align: center !important;
}

.u-ar-pc {
	text-align: right !important;
}

.u-al-pc {
	text-align: left !important;
}

.u-vm-pc {
	vertical-align: middle !important;
}

.u-vt-pc {
	vertical-align: top !important;
}

.u-vb-pc {
	vertical-align: bottom !important;
}

}

@media screen and (max-width: 1180px) {

.l-header_nav {
	display: none;
}

.l-header_hamWrap {
	display: block;
	padding: 5px 15px 7px;
	right: 0;
	top: 0;
	z-index: 11;
}

}

@media screen and (max-width: 768px) {

a:hover {
	text-decoration: none;
}

.l-footer_snsWrap {
	margin-top: 3.75rem;
}

.l-footer_btn {
	margin-top: 2.4375rem;
}

.l-footer_list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-sectionTitle {
	text-align: center;
}

.lowerSecBg::after {
	bottom: -1.0625rem;
	right: -3.1875rem;
}
@media (max-width: 768px) {
    .lowerSecBg::after {
        z-index: -1;
    }
}

.c-text {
	line-height: 2;
}

.c-btn::after {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 11px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 11px;
}

.c-card_text::after {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 11px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 11px;
	right: 8px;
}

.mv_textWrap {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* them */
	/* max-width: 332px; */
}

.mv_title {
	max-width: none;
}

.selected {
	padding-block: 6.25rem 8.625rem;
}

.selected::after {
	bottom: -1.0625rem;
	right: -3.1875rem;
}

.selected_inner {
	gap: 5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.selected_img {
	width: 100%;
}

.selected_textWrap {
	text-align: center;
}

.atmosphere {
	padding-bottom: 6.5625rem;
}

.atmosphere_flexWrap {
	gap: 3.75rem;
	-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;
}

.atmosphere_flexCol + .atmosphere_flexCol {
	margin-top: 0;
}

.topInfo {
	padding-block: 6.25rem 8.625rem;
}

.topInfo::after {
	bottom: -1.0625rem;
	right: -3.1875rem;
}

.info_post {
	padding-inline: 0;
}

.info_link {
	gap: 0.3125rem;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lowerMv img {
	height: 11.4375rem;
	min-height: 11.4375rem;
}

.menu_cardWrap {
	gap: 1.4375rem;
	grid-template-columns: repeat(2, 1fr);
}

.menu_courseWrap {
	display: block;
}

.menu_courseText {
	display: block;
}

.menu_coursePrice {
	display: block;
	text-align: right;
}

.item_card {
	-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;
}

.item_cardImg {
	max-width: 34.5rem;
}

.item_cardTextWrap {
	max-width: 34.5rem;
}

.shop_card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop_card.-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.shop_cardImg {
	max-width: 34.5rem;
}

.shop_cardTextWrap {
	max-width: 34.5rem;
}

.shopInfo_item {
	gap: 0.9375rem;
	padding-block: 0.9375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact_item {
	gap: 0.9375rem;
	padding-block: 0.9375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wpcf7-form-control-wrap {
	max-width: 100%;
}

.u-mtSmall {
	margin-top: 15px !important;
}

.u-mtNormal {
	margin-top: 30px !important;
}

.u-mtLarge {
	margin-top: 40px !important;
}

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

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

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

.u-mt-sp0 {
	margin-top: 0px !important;
}

.u-mr-sp0 {
	margin-right: 0px !important;
}

.u-mb-sp0 {
	margin-bottom: 0px !important;
}

.u-ml-sp0 {
	margin-left: 0px !important;
}

.u-mt-sp5 {
	margin-top: 5px !important;
}

.u-mr-sp5 {
	margin-right: 5px !important;
}

.u-mb-sp5 {
	margin-bottom: 5px !important;
}

.u-ml-sp5 {
	margin-left: 5px !important;
}

.u-mt-sp10 {
	margin-top: 10px !important;
}

.u-mr-sp10 {
	margin-right: 10px !important;
}

.u-mb-sp10 {
	margin-bottom: 10px !important;
}

.u-ml-sp10 {
	margin-left: 10px !important;
}

.u-mt-sp15 {
	margin-top: 15px !important;
}

.u-mr-sp15 {
	margin-right: 15px !important;
}

.u-mb-sp15 {
	margin-bottom: 15px !important;
}

.u-ml-sp15 {
	margin-left: 15px !important;
}

.u-mt-sp20 {
	margin-top: 20px !important;
}

.u-mr-sp20 {
	margin-right: 20px !important;
}

.u-mb-sp20 {
	margin-bottom: 20px !important;
}

.u-ml-sp20 {
	margin-left: 20px !important;
}

.u-mt-sp25 {
	margin-top: 25px !important;
}

.u-mr-sp25 {
	margin-right: 25px !important;
}

.u-mb-sp25 {
	margin-bottom: 25px !important;
}

.u-ml-sp25 {
	margin-left: 25px !important;
}

.u-mt-sp30 {
	margin-top: 30px !important;
}

.u-mr-sp30 {
	margin-right: 30px !important;
}

.u-mb-sp30 {
	margin-bottom: 30px !important;
}

.u-ml-sp30 {
	margin-left: 30px !important;
}

.u-mt-sp35 {
	margin-top: 35px !important;
}

.u-mr-sp35 {
	margin-right: 35px !important;
}

.u-mb-sp35 {
	margin-bottom: 35px !important;
}

.u-ml-sp35 {
	margin-left: 35px !important;
}

.u-mt-sp40 {
	margin-top: 40px !important;
}

.u-mr-sp40 {
	margin-right: 40px !important;
}

.u-mb-sp40 {
	margin-bottom: 40px !important;
}

.u-ml-sp40 {
	margin-left: 40px !important;
}

.u-mt-sp45 {
	margin-top: 45px !important;
}

.u-mr-sp45 {
	margin-right: 45px !important;
}

.u-mb-sp45 {
	margin-bottom: 45px !important;
}

.u-ml-sp45 {
	margin-left: 45px !important;
}

.u-mt-sp50 {
	margin-top: 50px !important;
}

.u-mr-sp50 {
	margin-right: 50px !important;
}

.u-mb-sp50 {
	margin-bottom: 50px !important;
}

.u-ml-sp50 {
	margin-left: 50px !important;
}

.u-mt-sp55 {
	margin-top: 55px !important;
}

.u-mr-sp55 {
	margin-right: 55px !important;
}

.u-mb-sp55 {
	margin-bottom: 55px !important;
}

.u-ml-sp55 {
	margin-left: 55px !important;
}

.u-mt-sp60 {
	margin-top: 60px !important;
}

.u-mr-sp60 {
	margin-right: 60px !important;
}

.u-mb-sp60 {
	margin-bottom: 60px !important;
}

.u-ml-sp60 {
	margin-left: 60px !important;
}

.u-mt-sp65 {
	margin-top: 65px !important;
}

.u-mr-sp65 {
	margin-right: 65px !important;
}

.u-mb-sp65 {
	margin-bottom: 65px !important;
}

.u-ml-sp65 {
	margin-left: 65px !important;
}

.u-mt-sp70 {
	margin-top: 70px !important;
}

.u-mr-sp70 {
	margin-right: 70px !important;
}

.u-mb-sp70 {
	margin-bottom: 70px !important;
}

.u-ml-sp70 {
	margin-left: 70px !important;
}

.u-mt-sp75 {
	margin-top: 75px !important;
}

.u-mr-sp75 {
	margin-right: 75px !important;
}

.u-mb-sp75 {
	margin-bottom: 75px !important;
}

.u-ml-sp75 {
	margin-left: 75px !important;
}

.u-mt-sp80 {
	margin-top: 80px !important;
}

.u-mr-sp80 {
	margin-right: 80px !important;
}

.u-mb-sp80 {
	margin-bottom: 80px !important;
}

.u-ml-sp80 {
	margin-left: 80px !important;
}

.u-mt-sp85 {
	margin-top: 85px !important;
}

.u-mr-sp85 {
	margin-right: 85px !important;
}

.u-mb-sp85 {
	margin-bottom: 85px !important;
}

.u-ml-sp85 {
	margin-left: 85px !important;
}

.u-mt-sp90 {
	margin-top: 90px !important;
}

.u-mr-sp90 {
	margin-right: 90px !important;
}

.u-mb-sp90 {
	margin-bottom: 90px !important;
}

.u-ml-sp90 {
	margin-left: 90px !important;
}

.u-mt-sp95 {
	margin-top: 95px !important;
}

.u-mr-sp95 {
	margin-right: 95px !important;
}

.u-mb-sp95 {
	margin-bottom: 95px !important;
}

.u-ml-sp95 {
	margin-left: 95px !important;
}

.u-mt-sp100 {
	margin-top: 100px !important;
}

.u-mr-sp100 {
	margin-right: 100px !important;
}

.u-mb-sp100 {
	margin-bottom: 100px !important;
}

.u-ml-sp100 {
	margin-left: 100px !important;
}

.u-pt-sp0 {
	padding-top: 0px !important;
}

.u-pr-sp0 {
	padding-right: 0px !important;
}

.u-pb-sp0 {
	padding-bottom: 0px !important;
}

.u-pl-sp0 {
	padding-left: 0px !important;
}

.u-pt-sp5 {
	padding-top: 5px !important;
}

.u-pr-sp5 {
	padding-right: 5px !important;
}

.u-pb-sp5 {
	padding-bottom: 5px !important;
}

.u-pl-sp5 {
	padding-left: 5px !important;
}

.u-pt-sp10 {
	padding-top: 10px !important;
}

.u-pr-sp10 {
	padding-right: 10px !important;
}

.u-pb-sp10 {
	padding-bottom: 10px !important;
}

.u-pl-sp10 {
	padding-left: 10px !important;
}

.u-pt-sp15 {
	padding-top: 15px !important;
}

.u-pr-sp15 {
	padding-right: 15px !important;
}

.u-pb-sp15 {
	padding-bottom: 15px !important;
}

.u-pl-sp15 {
	padding-left: 15px !important;
}

.u-pt-sp20 {
	padding-top: 20px !important;
}

.u-pr-sp20 {
	padding-right: 20px !important;
}

.u-pb-sp20 {
	padding-bottom: 20px !important;
}

.u-pl-sp20 {
	padding-left: 20px !important;
}

.u-pt-sp25 {
	padding-top: 25px !important;
}

.u-pr-sp25 {
	padding-right: 25px !important;
}

.u-pb-sp25 {
	padding-bottom: 25px !important;
}

.u-pl-sp25 {
	padding-left: 25px !important;
}

.u-pt-sp30 {
	padding-top: 30px !important;
}

.u-pr-sp30 {
	padding-right: 30px !important;
}

.u-pb-sp30 {
	padding-bottom: 30px !important;
}

.u-pl-sp30 {
	padding-left: 30px !important;
}

.u-pt-sp35 {
	padding-top: 35px !important;
}

.u-pr-sp35 {
	padding-right: 35px !important;
}

.u-pb-sp35 {
	padding-bottom: 35px !important;
}

.u-pl-sp35 {
	padding-left: 35px !important;
}

.u-pt-sp40 {
	padding-top: 40px !important;
}

.u-pr-sp40 {
	padding-right: 40px !important;
}

.u-pb-sp40 {
	padding-bottom: 40px !important;
}

.u-pl-sp40 {
	padding-left: 40px !important;
}

.u-pt-sp45 {
	padding-top: 45px !important;
}

.u-pr-sp45 {
	padding-right: 45px !important;
}

.u-pb-sp45 {
	padding-bottom: 45px !important;
}

.u-pl-sp45 {
	padding-left: 45px !important;
}

.u-pt-sp50 {
	padding-top: 50px !important;
}

.u-pr-sp50 {
	padding-right: 50px !important;
}

.u-pb-sp50 {
	padding-bottom: 50px !important;
}

.u-pl-sp50 {
	padding-left: 50px !important;
}

.u-pt-sp55 {
	padding-top: 55px !important;
}

.u-pr-sp55 {
	padding-right: 55px !important;
}

.u-pb-sp55 {
	padding-bottom: 55px !important;
}

.u-pl-sp55 {
	padding-left: 55px !important;
}

.u-pt-sp60 {
	padding-top: 60px !important;
}

.u-pr-sp60 {
	padding-right: 60px !important;
}

.u-pb-sp60 {
	padding-bottom: 60px !important;
}

.u-pl-sp60 {
	padding-left: 60px !important;
}

.u-pt-sp65 {
	padding-top: 65px !important;
}

.u-pr-sp65 {
	padding-right: 65px !important;
}

.u-pb-sp65 {
	padding-bottom: 65px !important;
}

.u-pl-sp65 {
	padding-left: 65px !important;
}

.u-pt-sp70 {
	padding-top: 70px !important;
}

.u-pr-sp70 {
	padding-right: 70px !important;
}

.u-pb-sp70 {
	padding-bottom: 70px !important;
}

.u-pl-sp70 {
	padding-left: 70px !important;
}

.u-pt-sp75 {
	padding-top: 75px !important;
}

.u-pr-sp75 {
	padding-right: 75px !important;
}

.u-pb-sp75 {
	padding-bottom: 75px !important;
}

.u-pl-sp75 {
	padding-left: 75px !important;
}

.u-pt-sp80 {
	padding-top: 80px !important;
}

.u-pr-sp80 {
	padding-right: 80px !important;
}

.u-pb-sp80 {
	padding-bottom: 80px !important;
}

.u-pl-sp80 {
	padding-left: 80px !important;
}

.u-pt-sp85 {
	padding-top: 85px !important;
}

.u-pr-sp85 {
	padding-right: 85px !important;
}

.u-pb-sp85 {
	padding-bottom: 85px !important;
}

.u-pl-sp85 {
	padding-left: 85px !important;
}

.u-pt-sp90 {
	padding-top: 90px !important;
}

.u-pr-sp90 {
	padding-right: 90px !important;
}

.u-pb-sp90 {
	padding-bottom: 90px !important;
}

.u-pl-sp90 {
	padding-left: 90px !important;
}

.u-pt-sp95 {
	padding-top: 95px !important;
}

.u-pr-sp95 {
	padding-right: 95px !important;
}

.u-pb-sp95 {
	padding-bottom: 95px !important;
}

.u-pl-sp95 {
	padding-left: 95px !important;
}

.u-pt-sp100 {
	padding-top: 100px !important;
}

.u-pr-sp100 {
	padding-right: 100px !important;
}

.u-pb-sp100 {
	padding-bottom: 100px !important;
}

.u-pl-sp100 {
	padding-left: 100px !important;
}

.u-pt-sp105 {
	padding-top: 105px !important;
}

.u-pr-sp105 {
	padding-right: 105px !important;
}

.u-pb-sp105 {
	padding-bottom: 105px !important;
}

.u-pl-sp105 {
	padding-left: 105px !important;
}

.u-pt-sp110 {
	padding-top: 110px !important;
}

.u-pr-sp110 {
	padding-right: 110px !important;
}

.u-pb-sp110 {
	padding-bottom: 110px !important;
}

.u-pl-sp110 {
	padding-left: 110px !important;
}

.u-pt-sp115 {
	padding-top: 115px !important;
}

.u-pr-sp115 {
	padding-right: 115px !important;
}

.u-pb-sp115 {
	padding-bottom: 115px !important;
}

.u-pl-sp115 {
	padding-left: 115px !important;
}

.u-pt-sp120 {
	padding-top: 120px !important;
}

.u-pr-sp120 {
	padding-right: 120px !important;
}

.u-pb-sp120 {
	padding-bottom: 120px !important;
}

.u-pl-sp120 {
	padding-left: 120px !important;
}

.u-pt-sp125 {
	padding-top: 125px !important;
}

.u-pr-sp125 {
	padding-right: 125px !important;
}

.u-pb-sp125 {
	padding-bottom: 125px !important;
}

.u-pl-sp125 {
	padding-left: 125px !important;
}

.u-pt-sp130 {
	padding-top: 130px !important;
}

.u-pr-sp130 {
	padding-right: 130px !important;
}

.u-pb-sp130 {
	padding-bottom: 130px !important;
}

.u-pl-sp130 {
	padding-left: 130px !important;
}

.u-pt-sp135 {
	padding-top: 135px !important;
}

.u-pr-sp135 {
	padding-right: 135px !important;
}

.u-pb-sp135 {
	padding-bottom: 135px !important;
}

.u-pl-sp135 {
	padding-left: 135px !important;
}

.u-pt-sp140 {
	padding-top: 140px !important;
}

.u-pr-sp140 {
	padding-right: 140px !important;
}

.u-pb-sp140 {
	padding-bottom: 140px !important;
}

.u-pl-sp140 {
	padding-left: 140px !important;
}

.u-pt-sp145 {
	padding-top: 145px !important;
}

.u-pr-sp145 {
	padding-right: 145px !important;
}

.u-pb-sp145 {
	padding-bottom: 145px !important;
}

.u-pl-sp145 {
	padding-left: 145px !important;
}

.u-pt-sp150 {
	padding-top: 150px !important;
}

.u-pr-sp150 {
	padding-right: 150px !important;
}

.u-pb-sp150 {
	padding-bottom: 150px !important;
}

.u-pl-sp150 {
	padding-left: 150px !important;
}

.u-pt-sp155 {
	padding-top: 155px !important;
}

.u-pr-sp155 {
	padding-right: 155px !important;
}

.u-pb-sp155 {
	padding-bottom: 155px !important;
}

.u-pl-sp155 {
	padding-left: 155px !important;
}

.u-pt-sp160 {
	padding-top: 160px !important;
}

.u-pr-sp160 {
	padding-right: 160px !important;
}

.u-pb-sp160 {
	padding-bottom: 160px !important;
}

.u-pl-sp160 {
	padding-left: 160px !important;
}

.u-pt-sp165 {
	padding-top: 165px !important;
}

.u-pr-sp165 {
	padding-right: 165px !important;
}

.u-pb-sp165 {
	padding-bottom: 165px !important;
}

.u-pl-sp165 {
	padding-left: 165px !important;
}

.u-pt-sp170 {
	padding-top: 170px !important;
}

.u-pr-sp170 {
	padding-right: 170px !important;
}

.u-pb-sp170 {
	padding-bottom: 170px !important;
}

.u-pl-sp170 {
	padding-left: 170px !important;
}

.u-pt-sp175 {
	padding-top: 175px !important;
}

.u-pr-sp175 {
	padding-right: 175px !important;
}

.u-pb-sp175 {
	padding-bottom: 175px !important;
}

.u-pl-sp175 {
	padding-left: 175px !important;
}

.u-pt-sp180 {
	padding-top: 180px !important;
}

.u-pr-sp180 {
	padding-right: 180px !important;
}

.u-pb-sp180 {
	padding-bottom: 180px !important;
}

.u-pl-sp180 {
	padding-left: 180px !important;
}

.u-pt-sp185 {
	padding-top: 185px !important;
}

.u-pr-sp185 {
	padding-right: 185px !important;
}

.u-pb-sp185 {
	padding-bottom: 185px !important;
}

.u-pl-sp185 {
	padding-left: 185px !important;
}

.u-pt-sp190 {
	padding-top: 190px !important;
}

.u-pr-sp190 {
	padding-right: 190px !important;
}

.u-pb-sp190 {
	padding-bottom: 190px !important;
}

.u-pl-sp190 {
	padding-left: 190px !important;
}

.u-pt-sp195 {
	padding-top: 195px !important;
}

.u-pr-sp195 {
	padding-right: 195px !important;
}

.u-pb-sp195 {
	padding-bottom: 195px !important;
}

.u-pl-sp195 {
	padding-left: 195px !important;
}

.u-pt-sp200 {
	padding-top: 200px !important;
}

.u-pr-sp200 {
	padding-right: 200px !important;
}

.u-pb-sp200 {
	padding-bottom: 200px !important;
}

.u-pl-sp200 {
	padding-left: 200px !important;
}

.u-pt-sp205 {
	padding-top: 205px !important;
}

.u-pr-sp205 {
	padding-right: 205px !important;
}

.u-pb-sp205 {
	padding-bottom: 205px !important;
}

.u-pl-sp205 {
	padding-left: 205px !important;
}

.u-pt-sp210 {
	padding-top: 210px !important;
}

.u-pr-sp210 {
	padding-right: 210px !important;
}

.u-pb-sp210 {
	padding-bottom: 210px !important;
}

.u-pl-sp210 {
	padding-left: 210px !important;
}

.u-pt-sp215 {
	padding-top: 215px !important;
}

.u-pr-sp215 {
	padding-right: 215px !important;
}

.u-pb-sp215 {
	padding-bottom: 215px !important;
}

.u-pl-sp215 {
	padding-left: 215px !important;
}

.u-pt-sp220 {
	padding-top: 220px !important;
}

.u-pr-sp220 {
	padding-right: 220px !important;
}

.u-pb-sp220 {
	padding-bottom: 220px !important;
}

.u-pl-sp220 {
	padding-left: 220px !important;
}

.u-pt-sp225 {
	padding-top: 225px !important;
}

.u-pr-sp225 {
	padding-right: 225px !important;
}

.u-pb-sp225 {
	padding-bottom: 225px !important;
}

.u-pl-sp225 {
	padding-left: 225px !important;
}

.u-pt-sp230 {
	padding-top: 230px !important;
}

.u-pr-sp230 {
	padding-right: 230px !important;
}

.u-pb-sp230 {
	padding-bottom: 230px !important;
}

.u-pl-sp230 {
	padding-left: 230px !important;
}

.u-pt-sp235 {
	padding-top: 235px !important;
}

.u-pr-sp235 {
	padding-right: 235px !important;
}

.u-pb-sp235 {
	padding-bottom: 235px !important;
}

.u-pl-sp235 {
	padding-left: 235px !important;
}

.u-pt-sp240 {
	padding-top: 240px !important;
}

.u-pr-sp240 {
	padding-right: 240px !important;
}

.u-pb-sp240 {
	padding-bottom: 240px !important;
}

.u-pl-sp240 {
	padding-left: 240px !important;
}

.u-pt-sp245 {
	padding-top: 245px !important;
}

.u-pr-sp245 {
	padding-right: 245px !important;
}

.u-pb-sp245 {
	padding-bottom: 245px !important;
}

.u-pl-sp245 {
	padding-left: 245px !important;
}

.u-pt-sp250 {
	padding-top: 250px !important;
}

.u-pr-sp250 {
	padding-right: 250px !important;
}

.u-pb-sp250 {
	padding-bottom: 250px !important;
}

.u-pl-sp250 {
	padding-left: 250px !important;
}

.u-fsXlarge {
	font-size: 24px !important;
}

.u-fsLarge {
	font-size: 18px !important;
}

.u-fsMedium {
	font-size: 16px !important;
}

.u-fsSmall {
	font-size: 14px !important;
}

.u-fsXsmall {
	font-size: 11px !important;
}

.u-ac-sp {
	text-align: center !important;
}

.u-ar-sp {
	text-align: right !important;
}

.u-al-sp {
	text-align: left !important;
}

.u-vm-sp {
	vertical-align: middle !important;
}

.u-vt-sp {
	vertical-align: top !important;
}

.u-vb-sp {
	vertical-align: bottom !important;
}

.u-pc {
	display: none !important;
}

.u-sp {
	display: inherit !important;
}

}

@media not print {

[data-animate=fadeIn] {
	opacity: 0;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

[data-animate=fadeIn].is-animated {
	opacity: 1;
}

[data-animate=bottomToTop] {
	opacity: 0;
}

[data-animate=bottomToTop].is-animated {
	-webkit-animation: bottomToTop 0.5s ease-in-out;
	animation: bottomToTop 0.5s ease-in-out;
	opacity: 1;
}

[data-animate=leftToRight] {
	opacity: 0;
}

[data-animate=leftToRight].is-animated {
	-webkit-animation: leftToRight 0.5s ease-in-out;
	animation: leftToRight 0.5s ease-in-out;
	opacity: 1;
}

[data-animate=rightToLeft] {
	opacity: 0;
}

[data-animate=rightToLeft].is-animated {
	-webkit-animation: rightToLeft 0.5s ease-in-out;
	animation: rightToLeft 0.5s ease-in-out;
	opacity: 1;
}

[data-animate=fadeToLeft] {
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

[data-animate=fadeToLeft].is-animated {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
	visibility: hidden;
}

50% {
	opacity: 0;
	visibility: hidden;
}

100% {
	opacity: 1;
	visibility: visible;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
	visibility: hidden;
}

50% {
	opacity: 0;
	visibility: hidden;
}

100% {
	opacity: 1;
	visibility: visible;
}

}

@-webkit-keyframes fadeOut {

from {
	opacity: 1;
	visibility: visible;
}

to {
	opacity: 0;
	visibility: hidden;
}

}

@keyframes fadeOut {

from {
	opacity: 1;
	visibility: visible;
}

to {
	opacity: 0;
	visibility: hidden;
}

}

@-webkit-keyframes fadeOutTop {

from {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

}

@keyframes fadeOutTop {

from {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

}

@-webkit-keyframes leftToRight {

from {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes leftToRight {

from {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes rightToLeft {

from {
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes rightToLeft {

from {
	opacity: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes bottomToTop {

from {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes bottomToTop {

from {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes zoomIn {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

}

@keyframes zoomIn {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

}

@-webkit-keyframes zoomOut {

0% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes zoomOut {

0% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes blur {

from {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

to {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: blur(0);
	filter: blur(0);
}

}

@keyframes blur {

from {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

to {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: blur(0);
	filter: blur(0);
}

}

@-webkit-keyframes scroll {

0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

100% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

}

@keyframes scroll {

0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

100% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

}

@-webkit-keyframes scrollTop {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

100% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@keyframes scrollTop {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

100% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@-webkit-keyframes gradient {

0% {
	background-position: 0% 50%;
}

50% {
	background-position: 100% 50%;
}

100% {
	background-position: 0% 50%;
}

}

@keyframes gradient {

0% {
	background-position: 0% 50%;
}

50% {
	background-position: 100% 50%;
}

100% {
	background-position: 0% 50%;
}

}

@-webkit-keyframes slideTip {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}

50% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

50.001% {
	-webkit-transform-origin: right;
	transform-origin: right;
}

100% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
}

}

@keyframes slideTip {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}

50% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

50.001% {
	-webkit-transform-origin: right;
	transform-origin: right;
}

100% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
}

}


/*# sourceMappingURL=master.css.map */
.error-message {
    color: red !important;
}
.atmosphere_flexText.c-text {
	display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.atmosphere_flexImg.leftImg {
	width: 100%;
	max-width: 526.6px;
	max-height: 421.08px;
	overflow: hidden;
}
.atmosphere_flexImg.RightImg {
	width: 100%;
	max-width: 526.6px;
	max-height: 439.18px;
	overflow: hidden;
}
.active {
	color: #D9C995 !important;
}
#bogo-language-switcher-select:focus {
	outline: none;
}
#bogo-language-switcher-select option {
	background-color: #000;
}
#bogo-language-switcher-select option:hover {
	color: #D9C995;
}
#bogo-language-switcher-select option:checked {
	color: #D9C995;
}
.massage-nodata {
	text-align: center;
	padding-bottom: clamp(1.875rem, 0.682rem + 5.09vw, 3.125rem);
	padding-top: clamp(3.25rem, -0.448rem + 15.78vw, 7.125rem);
}
.custom-select .option {
    font-family: Times New Roman;
}
.menu_courseItemTitle * {
    font-family: "Noto Sans JP", serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.25;
}
