/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

.u-serif {
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

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

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/* -------------------------------------------*/

/* -------------------------------------------*/

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

html {
	-ms-overflow-style: scrollbar;
	font-size: 72.5%;
	overflow: auto;
}

body {
	background-color: #f1f1f1;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

a,
button {
	color: inherit;
	text-decoration: none;
}

picture {
	display: block;
	line-height: 0;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

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

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

/* -------------------------------------------*/

.js-show {
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/* 下から */

.fadeUp {
	opacity: 0;
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/* 左から */

.fadeLeft {
	opacity: 0;
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/* 拡大 */

.zoomIn {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.delay-1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.delay-2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.delay-3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.delay-4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.delay-5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay-6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.delay-7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.delay-8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.delay-9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.delay-10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

/* -------------------------------------------*/

/* layout
-------------------------------------------------------*/

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	border: none;
	border: none;
	border: none;
	border-radius: 5px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 17px 18px;
	position: relative;
	width: 100%;
}

input[type=number] {
	-moz-appearance: textfield;
}

/**
 * textarea
 *
 */

textarea {
	border: none;
	border: none;
	border-radius: 5px;
	height: 300px;
	letter-spacing: 0.1em;
	padding: 10px;
	position: relative;
	width: 100%;
}

input[type=text]:disabled {
	background: transparent;
	cursor: not-allowed;
}

input[type=text]:disabled::-moz-placeholder {
	color: #000;
	opacity: 1;
}

input[type=text]:disabled::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

input[type=text]:disabled::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

input[type=text]:disabled::placeholder {
	color: #000;
	opacity: 1;
}

/**
 * radio
 *
 */

input[type=radio] {
	display: none;
	vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 20px;
	z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
	background-color: #000;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 12px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

/**
 * checkbox
 *
 */

input[type=checkbox] {
	display: none;
	vertical-align: middle;
}

input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 35px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
}

input[type=checkbox] + label::before {
	background: #fff;
	border: 2px #818181 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}

input[type=checkbox] + label::after {
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	content: "";
	display: block;
	height: 5px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	width: 10px;
	z-index: 3;
}

input[type=checkbox]:checked + label::after {
	opacity: 1;
}

/**
 * tel(column)
 *
 */

.mwform-tel-field {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mwform-tel-field > input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100% !important;
}

/**
 * select
 *
 */

.select-parts {
	border: 1px #000 solid;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.select-parts::after {
	background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
	content: "";
	height: 10px;
	margin-top: 2px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	z-index: 5;
}

.select-parts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbefe3;
	border: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7f7f7f;
	cursor: pointer;
	font-size: 23.2px;
	font-size: 2rem;
	height: 45px;
	letter-spacing: 0.1em;
	padding: 0 20px 0 15px;
	position: relative;
	text-align: center;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
}

/**
 * file
 *
 */

input[type=file] + label {
	margin: 0 10px 0 0;
	padding: 15px 0;
	width: 160px;
}

input[type=file] + label:after {
	left: 170px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-footer {
	padding-block: 58px 55.68px;
	padding-block: 5rem 4.8rem;
	padding-block: 67.28px 64.588px;
	padding-block: 5.8rem 5.568rem;
	background-color: #fff;
}

.l-footer__inner {
	padding-inline: 23.2px;
	padding-inline: 2rem;
}

.l-footer__logo {
	-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;
}

.l-footer__logo .logo {
	display: block;
	width: 169.545px;
	width: 14.616rem;
}

.l-footer__logo .text {
	color: #ac1919;
	font-size: 18.69px;
	font-size: 1.61124rem;
	line-height: 1.2958963283;
	text-align: center;
}

.l-footer__logo + * {
	margin-top: 26.912px;
	margin-top: 2.32rem;
}

.l-footer__wrap {
	margin-inline: auto;
	border-left: 0.58px solid #990000;
	border-left: 0.05rem solid #990000;
	border-right: 0.58px solid #990000;
	border-right: 0.05rem solid #990000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 721.241px;
	max-width: 62.176rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__tel {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 13.92px;
	padding-left: 1.2rem;
}

.l-footer__tel-link {
	color: #990000;
	font-size: 16.82px;
	font-size: 1.45rem;
	line-height: 1.8792;
}

.l-footer__nav-li {
	padding-inline: 18.838px;
	padding-inline: 1.624rem;
	min-width: 235.48px;
	min-width: 20.3rem;
}

.l-footer__nav-li + .l-footer__nav-li {
	border-left: 0.58px solid #990000;
	border-left: 0.05rem solid #990000;
}

.l-footer__nav-link {
	color: #990000;
	font-size: 16.82px;
	font-size: 1.45rem;
	line-height: 1.8792;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100vw;
}

.l-header.is-scrolled {
	background-color: rgba(255, 255, 255, .8);
}

.l-header__inner {
	margin-inline: auto;
	padding-block: 17.4px;
	padding-block: 1.5rem;
	padding-inline: 23.2px;
	padding-inline: 2rem;
	-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;
	width: 100%;
}

.l-header__logo {
	display: block;
	position: relative;
	width: 213.439px;
	width: 18.4rem;
	z-index: 10;
}

.l-header__trigger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2.32px solid #990000;
	border: 0.2rem solid #990000;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 83.52px;
	height: 7.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 83.52px;
	width: 7.2rem;
}

.l-header__trigger-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 46.11px;
	width: 3.975rem;
}

.l-header__trigger-wrap {
	display: inline-block;
	height: 32.189px;
	height: 2.775rem;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 46.11px;
	width: 3.975rem;
}

.l-header__trigger-line {
	background-color: #990000;
	border-radius: 1rem;
	display: inline-block;
	height: 4.35px;
	height: 0.375rem;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 46.11px;
	width: 3.975rem;
}

.l-header__trigger-line:nth-of-type(1) {
	top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(1.2rem) rotate(-45deg);
	transform: translateY(1.2rem) rotate(-45deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 14.267px;
	top: 1.23rem;
}

.l-header__trigger-line:nth-of-type(2).is-active {
	display: none;
}

.l-header__trigger-line:nth-of-type(3) {
	bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-1.2rem) rotate(45deg);
	transform: translateY(-1.2rem) rotate(45deg);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-list-table__body {
	background-color: #fff;
	border: 2.32px solid #B1B2B2;
	border: 0.2rem solid #B1B2B2;
	border-radius: 3.4rem;
}

.l-list-table {
	width: 100%;
}

.l-list-table thead th {
	border-top: none;
	font-weight: 700;
}

.l-list-table thead th:first-child {
	border-left: none;
}

.l-list-table thead th:last-child {
	border-right: none;
}

.l-list-table thead th.term {
	width: 139.2px;
	width: 12rem;
}

.l-list-table thead th.post {
	width: 197.2px;
	width: 17rem;
}

.l-list-table thead th.name {
	width: 286.52px;
	width: 24.7rem;
}

.l-list-table tbody tr:last-child td {
	border-bottom: none;
}

.l-list-table tbody td {
	padding-inline: 18.56px;
	padding-inline: 1.6rem;
}

.l-list-table tbody td:first-child {
	border-left: none;
}

.l-list-table tbody td:last-child {
	border-right: none;
}

.l-list-table tbody td.note {
	text-align: left;
}

.l-list-table th,
.l-list-table td {
	padding-block: 17.4px;
	padding-block: 1.5rem;
	border: 2.32px solid #B1B2B2;
	border: 0.2rem solid #B1B2B2;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 17.4px;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-wrapper {
	position: relative;
	text-align: left;
	width: 100%;
}

.l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	width: 100%;
}

.l-main.--top {
	background: rgba(230, 230, 229, .9);
}

.l-main.--under {
	padding-bottom: 132.24px;
	padding-bottom: 11.4rem;
	padding-top: 98.6px;
	padding-top: 8.5rem;
}

.l-main.--under.p-news,
.l-main.--under.p-interview,
.l-main.--under.p-onlineshop,
.l-main.--under.p-sponsor {
	padding-bottom: 0;
}

.l-main__inner {
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-main--404,
.l-main.--error {
	padding-block: 208.799px;
	padding-block: 18rem;
	-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-main--404 .error-h1,
.l-main.--error .error-h1 {
	-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;
}

.l-main--404 .error-h1 .en,
.l-main.--error .error-h1 .en {
	color: #990000;
	font-family: "Inter", sans-serif;
	font-size: 99.759px;
	font-size: 8.6rem;
	font-weight: 900;
	line-height: 1.1981132075;
}

.l-main--404 .error-h1 .jp,
.l-main.--error .error-h1 .jp {
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 23.2px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5652173913;
	text-align: center;
}

.l-main--404 .error-h1 + *,
.l-main.--error .error-h1 + * {
	margin-top: 27.84px;
	margin-top: 2.4rem;
}

.l-main--404 .error-text,
.l-main.--error .error-text {
	color: #000;
	font-size: 18.56px;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
}

.l-main--404 .error-text + *,
.l-main.--error .error-text + * {
	margin-top: 52.199px;
	margin-top: 4.5rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

body.is-open .l-navi {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

body.is-open .l-navi__circle-bg {
	-webkit-transform: scale(50);
	transform: scale(50);
}

.l-navi {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu {
	gap: min(1.79vw, 23.2px);
	gap: min(1.79vw, 2rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu + * {
	margin-left: min(2.23vw, 29px);
	margin-left: min(2.23vw, 2.5rem);
}

.l-navi__menu-link {
	gap: 4.64px;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #990000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-navi__menu-link::after {
	aspect-ratio: 14/8;
	background: url(../images/icon/icon_nav.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 13.92px;
	width: 1.2rem;
}

.l-navi__menu-link .inner {
	-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;
}

.l-navi__menu-link .jp {
	font-size: 14.5px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.l-navi__menu-link .en {
	font-size: 12.469px;
	font-size: 1.075rem;
	line-height: 1.2;
}

.l-navi__menu-link .en::first-letter {
	text-transform: capitalize;
}

.l-navi__btn-wrap {
	gap: 23.2px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__btn.--line .l-navi__btn-link::after {
	background-image: url(../images/icon/icon_line.svg);
	width: min(2.68vw, 34.8px);
	width: min(2.68vw, 3rem);
}

.l-navi__btn-link {
	gap: 11.6px;
	gap: 1rem;
	padding-inline: 23.2px 11.6px;
	padding-inline: 2rem 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #990000;
	border-radius: 0.5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	white-space: nowrap;
}

.l-navi__btn-link::after {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_arrow.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 18.212px;
	width: 1.57rem;
}

.l-navi__btn-link .inner {
	padding-block: 4.64px;
	padding-block: 0.4rem;
	-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;
}

.l-navi__btn-link .jp {
	font-size: 14.5px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.l-navi__btn-link .en {
	font-size: 12.469px;
	font-size: 1.075rem;
	line-height: 1.2;
}

.l-navi__btn-link .en::first-letter {
	text-transform: capitalize;
}

.l-navi__circle-bg {
	background-color: rgba(241, 241, 241, .9);
	border-radius: 50%;
	height: 100px;
	position: fixed;
	right: -50px;
	top: -50px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	width: 100px;
	z-index: 9;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-news-list__article + .l-news-list__article {
	border-top: 1px solid #fff;
}

.l-news-list__link {
	gap: 58px;
	gap: 5rem;
	padding-block: 15.66px;
	padding-block: 1.35rem;
	padding-inline: 48.72px 18.56px;
	padding-inline: 4.2rem 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-news-list__link-date {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20.88px;
	font-size: 1.8rem;
	min-width: 99.759px;
	min-width: 8.6rem;
	text-align: center;
}

.l-news-list__link-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15.08px;
	font-size: 1.3rem;
	overflow: hidden;
}

.l-news-list.--home {
	gap: 69.6px 34.8px;
	gap: 6rem 3rem;
}

.l-news-list.--home .l-news-list__item {
	width: calc(33.33333% - 2rem);
}

.l-news-list.--home .l-news-list__link {
	gap: 0;
	background-color: #fff;
	border: 1px solid #cf2922;
	border-radius: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
}

.l-news-list.--home .l-news-list__thumbnail {
	aspect-ratio: 320/195;
	overflow: hidden;
}

.l-news-list.--home .l-news-list__thumbnail.--nothumbnail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e6e6e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-news-list.--home .l-news-list__thumbnail.--nothumbnail img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 60%;
}

.l-news-list.--home .l-news-list__thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.l-news-list.--home .l-news-list__link-inner {
	padding-block: 17.4px 22.04px;
	padding-block: 1.5rem 1.9rem;
	padding-inline: 20.88px;
	padding-inline: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 237.799px;
	min-height: 20.5rem;
	width: 100%;
}

.l-news-list.--home .l-news-list__link-date {
	display: block;
	font-size: 20.88px;
	font-size: 1.8rem;
	line-height: 1.3333333333;
	text-align: left;
}

.l-news-list.--home .l-news-list__link-date + * {
	margin-top: 10.44px;
	margin-top: 0.9rem;
}

.l-news-list.--home .l-news-list__link-title {
	-webkit-box-orient: initial;
	-webkit-line-clamp: initial;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 17.4px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8666666667;
}

.l-news-list.--home .l-news-list__link-title + * {
	margin-top: 25.52px;
	margin-top: 2.2rem;
}

.l-news-list.--home .l-news-list__link-more {
	gap: 17.4px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #990000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 23.2px;
	font-size: 2rem;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.6;
}

.l-news-list.--home .l-news-list__link-more::after {
	aspect-ratio: 14/23;
	background: url(../images/icon/icon_news-arrow.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 16.239px;
	width: 1.4rem;
}

.l-news-list.--home + * {
	margin-top: 74.24px;
	margin-top: 6.4rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv + .l-post-single__content {
	margin-top: 92.8px;
	margin-top: 8rem;
}

.l-main.--under.l-post-single {
	padding-bottom: 0;
}

.l-post-single__h1 {
	color: #990000;
	font-size: 52.199px;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.1555555556;
	margin-top: 48.72px;
	margin-top: 4.2rem;
}

.l-post-single__h1 + * {
	margin-top: 6.96px;
	margin-top: 0.6rem;
}

.l-post-single__date {
	color: #990000;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 32.479px;
	font-size: 2.8rem;
	font-weight: 900;
}

.l-post-single__date + * {
	margin-top: 22.04px;
	margin-top: 1.9rem;
}

.l-post-single__thumbnail + * {
	margin-top: 27.84px;
	margin-top: 2.4rem;
}

.l-post-single__content h2 {
	border-bottom: 1px solid #990000;
	color: #990000;
	font-size: 37.12px;
	font-size: 3.2rem;
	padding-bottom: 18.56px;
	padding-bottom: 1.6rem;
}

.l-post-single__content h3 {
	padding-block: 9.28px;
	padding-block: 0.8rem;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	color: #990000;
	font-size: 30.16px;
	font-size: 2.6rem;
}

.l-post-single__content h4 {
	border-left: 3.48px solid #990000;
	border-left: 0.3rem solid #990000;
	font-size: 27.84px;
	font-size: 2.4rem;
	padding-left: 11.6px;
	padding-left: 1rem;
}

.l-post-single__content h5,
.l-post-single__content h6 {
	font-size: 23.2px;
	font-size: 2rem;
}

.l-post-single__content h5 {
	background-color: #fff;
	padding: 9.28px 18.56px;
	padding: 0.8rem 1.6rem;
}

.l-post-single__content h2,
.l-post-single__content h3,
.l-post-single__content h4,
.l-post-single__content h5,
.l-post-single__content h6 {
	font-weight: 900;
}

.l-post-single__content h2 + *,
.l-post-single__content h3 + *,
.l-post-single__content h4 + *,
.l-post-single__content h5 + *,
.l-post-single__content h6 + * {
	margin-top: 32.479px;
	margin-top: 2.8rem;
}

.l-post-single__content h2 + .js-accordion-content,
.l-post-single__content h3 + .js-accordion-content,
.l-post-single__content h4 + .js-accordion-content,
.l-post-single__content h5 + .js-accordion-content,
.l-post-single__content h6 + .js-accordion-content {
	margin-top: 0;
}

.l-post-single__content p,
.l-post-single__content ul,
.l-post-single__content ol {
	font-size: 18.56px;
	font-size: 1.6rem;
	line-height: 1.75;
}

.l-post-single__content p.p-under__lead {
	font-size: 25.52px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636363636;
}

.l-post-single__content ul,
.l-post-single__content ol {
	list-style-position: inside;
}

.l-post-single__content ul li + li,
.l-post-single__content ol li + li {
	margin-top: 0.5em;
}

.l-post-single__content ul {
	list-style: none !important;
}

.l-post-single__content ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.l-post-single__content ul li::before {
	content: "・";
}

.l-post-single__content ol {
	list-style-type: decimal !important;
}

.l-post-single__content ol li {
	padding-left: 1.15em;
	text-indent: -1.15em;
}

.l-post-single__content strong {
	font-weight: 700;
}

.l-post-single__content em {
	font-style: italic;
}

.l-post-single__content a {
	color: #990000;
	text-decoration: underline;
}

.l-post-single__content .wp-block-image {
	margin-bottom: 0;
}

.l-post-single__content .wp-block-table {
	font-size: 18.56px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	margin-bottom: 0;
}

.l-post-single__content .wp-block-gallery {
	gap: 23.2px !important;
	gap: 2rem !important;
}

.l-post-single__content .wp-block-gallery figure {
	border-radius: 0.8rem;
	overflow: hidden;
	width: calc(50% - 1rem) !important;
}

.l-post-single__content p + *,
.l-post-single__content ul + *,
.l-post-single__content ol + *,
.l-post-single__content .wp-block-table + *,
.l-post-single__content .wp-block-image + *,
.l-post-single__content .wp-block-gallery + *,
.l-post-single__content .wp-block-media-text + *,
.l-post-single__content .wp-block-columns + *,
.l-post-single__content .wp-block-lazyblock-schedule + * {
	margin-top: 23.2px;
	margin-top: 2rem;
}

.l-post-single__content p + .wp-block-lazyblock-list,
.l-post-single__content ul + .wp-block-lazyblock-list,
.l-post-single__content ol + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-table + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-image + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-gallery + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-media-text + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-columns + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-lazyblock-schedule + .wp-block-lazyblock-list {
	margin-top: 32.479px;
	margin-top: 2.8rem;
}

.l-post-single__content p + h2,
.l-post-single__content p + h3,
.l-post-single__content p + h4,
.l-post-single__content p + h5,
.l-post-single__content p + h6,
.l-post-single__content ul + h2,
.l-post-single__content ul + h3,
.l-post-single__content ul + h4,
.l-post-single__content ul + h5,
.l-post-single__content ul + h6,
.l-post-single__content ol + h2,
.l-post-single__content ol + h3,
.l-post-single__content ol + h4,
.l-post-single__content ol + h5,
.l-post-single__content ol + h6,
.l-post-single__content .wp-block-table + h2,
.l-post-single__content .wp-block-table + h3,
.l-post-single__content .wp-block-table + h4,
.l-post-single__content .wp-block-table + h5,
.l-post-single__content .wp-block-table + h6,
.l-post-single__content .wp-block-image + h2,
.l-post-single__content .wp-block-image + h3,
.l-post-single__content .wp-block-image + h4,
.l-post-single__content .wp-block-image + h5,
.l-post-single__content .wp-block-image + h6,
.l-post-single__content .wp-block-gallery + h2,
.l-post-single__content .wp-block-gallery + h3,
.l-post-single__content .wp-block-gallery + h4,
.l-post-single__content .wp-block-gallery + h5,
.l-post-single__content .wp-block-gallery + h6,
.l-post-single__content .wp-block-media-text + h2,
.l-post-single__content .wp-block-media-text + h3,
.l-post-single__content .wp-block-media-text + h4,
.l-post-single__content .wp-block-media-text + h5,
.l-post-single__content .wp-block-media-text + h6,
.l-post-single__content .wp-block-columns + h2,
.l-post-single__content .wp-block-columns + h3,
.l-post-single__content .wp-block-columns + h4,
.l-post-single__content .wp-block-columns + h5,
.l-post-single__content .wp-block-columns + h6,
.l-post-single__content .wp-block-lazyblock-schedule + h2,
.l-post-single__content .wp-block-lazyblock-schedule + h3,
.l-post-single__content .wp-block-lazyblock-schedule + h4,
.l-post-single__content .wp-block-lazyblock-schedule + h5,
.l-post-single__content .wp-block-lazyblock-schedule + h6 {
	margin-top: 46.4px;
	margin-top: 4rem;
}

.l-post-single__content p + .wp-block-gallery,
.l-post-single__content ul + .wp-block-gallery,
.l-post-single__content ol + .wp-block-gallery,
.l-post-single__content .wp-block-table + .wp-block-gallery,
.l-post-single__content .wp-block-image + .wp-block-gallery,
.l-post-single__content .wp-block-gallery + .wp-block-gallery,
.l-post-single__content .wp-block-media-text + .wp-block-gallery,
.l-post-single__content .wp-block-columns + .wp-block-gallery,
.l-post-single__content .wp-block-lazyblock-schedule + .wp-block-gallery {
	margin-top: 46.4px;
	margin-top: 4rem;
}

.l-post-single__content .wp-block-media-text.--interview {
	gap: 27.84px 35.96px;
	gap: 2.4rem 3.1rem;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-post-single__content .wp-block-media-text.--interview .wp-block-media-text__media {
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 2.2rem;
	overflow: hidden;
	width: 37.8010471204%;
}

.l-post-single__content .wp-block-media-text.--interview .wp-block-media-text__content {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
}

.l-post-single__content + .l-post-single__others {
	margin-top: 104.399px;
	margin-top: 9rem;
}

.l-post-single__section {
	padding-block: 139.2px 69.6px;
	padding-block: 12rem 6rem;
}

.l-post-single__section:first-child {
	padding-top: 0;
}

.l-post-single__section + .l-post-single__section {
	padding-top: 69.6px;
	padding-top: 6rem;
}

.l-post-single__others {
	padding-block: 69.6px 87px;
	padding-block: 6rem 7.5rem;
	background-color: #dbdbdb;
}

.l-post-single__others-title {
	color: #990000;
	font-size: 51.04px;
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

.l-post-single__others-title + * {
	margin-top: 44.08px;
	margin-top: 3.8rem;
}

.l-post-single__others-body.l-news-list.--home {
	gap: 37.12px 34.8px;
	gap: 3.2rem 3rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv {
	-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: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 357.28px;
	min-height: 30.8rem;
	position: relative;
}

.l-undermv__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 44.08px;
	font-size: 3.8rem;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.3157894737;
}

.l-undermv__title .icon {
	width: 220.4px;
	width: 19rem;
}

.l-undermv__bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.l-undermv__bg::after {
	background-color: #901d22;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
}

.l-undermv__bg-image {
	height: 100%;
	width: 100%;
}

.l-undermv__bg-image img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-btn {
	gap: 30.16px;
	gap: 2.6rem;
	margin-inline: auto;
	padding-block: 23.2px;
	padding-block: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #990000;
	border-radius: 0.4rem;
	-webkit-box-shadow: 0px 1rem 3rem 0px rgb(175, 175, 176);
	box-shadow: 0px 1rem 3rem 0px rgb(175, 175, 176);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 27.84px;
	font-size: 2.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 17.4px;
	padding-left: 1.5rem;
	position: relative;
	width: 411.8px;
	width: 35.5rem;
}

.c-btn.--back {
	padding-inline: 0 17.4px;
	padding-inline: 0 1.5rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-btn.--back::after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.c-btn.--white {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #990000;
}

.c-btn.--ball,
.c-btn.--lumber,
.c-btn.--glove,
.c-btn.--cap {
	padding-left: 40.6px;
	padding-left: 3.5rem;
}

.c-btn.--ball::before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/btn-ball.png);
	bottom: 10.5263157895%;
	left: -7.8873239437%;
	width: 28.1690140845%;
}

.c-btn.--lumber::before {
	background-image: url(../images/common/btn-lumber.png);
	bottom: -21.0526315789%;
	left: -7.0422535211%;
}

.c-btn.--glove {
	padding-left: 52.199px;
	padding-left: 4.5rem;
}

.c-btn.--glove::before {
	background-image: url(../images/common/btn-glove.png);
	bottom: 0;
	left: -13.5211267606%;
}

.c-btn.--cap {
	padding-left: 52.199px;
	padding-left: 4.5rem;
}

.c-btn.--cap::before {
	background-image: url(../images/common/btn-cap.png);
	bottom: 0;
	left: -16.6197183099%;
}

.c-btn.--ls {
	letter-spacing: -0.05em;
}

.c-btn .ls {
	letter-spacing: -0.2em;
}

.c-btn::before,
.c-btn::after {
	content: "";
	display: block;
}

.c-btn::before {
	aspect-ratio: 184/140;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 51.8309859155%;
}

.c-btn::after {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_arrow.svg) 50%/contain no-repeat;
	width: 30.16px;
	width: 2.6rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-pager .wp-pagenavi {
	gap: 9.28px;
	gap: 0.8rem;
	-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;
	padding-bottom: 58px;
	padding-bottom: 5rem;
	position: relative;
}

.c-pager .wp-pagenavi .pages {
	bottom: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
	display: block;
	font-size: 23.2px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	width: 34.8px;
	width: 3rem;
}

.c-pager .wp-pagenavi a.current,
.c-pager .wp-pagenavi span.current {
	background-color: #990000;
	color: #fff;
}

.c-pager .wp-pagenavi a.nextpostslink,
.c-pager .wp-pagenavi a.previouspostslink,
.c-pager .wp-pagenavi span.nextpostslink,
.c-pager .wp-pagenavi span.previouspostslink {
	gap: 11.6px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.c-pager .wp-pagenavi a.nextpostslink:after,
.c-pager .wp-pagenavi a.previouspostslink:after,
.c-pager .wp-pagenavi span.nextpostslink:after,
.c-pager .wp-pagenavi span.previouspostslink:after {
	aspect-ratio: 14/23;
	-webkit-mask: url(../images/icon/icon_news-arrow.svg) 50%/contain no-repeat;
	background-color: #000;
	content: "";
	display: block;
	mask: url(../images/icon/icon_news-arrow.svg) 50%/contain no-repeat;
	width: 11.6px;
	width: 1rem;
}

.c-pager .wp-pagenavi a.previouspostslink,
.c-pager .wp-pagenavi span.previouspostslink {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-pager .wp-pagenavi a.previouspostslink::after,
.c-pager .wp-pagenavi span.previouspostslink::after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-under-primary-title {
	border-bottom: 1px solid #990000;
	color: #990000;
	font-size: 37.12px;
	font-size: 3.2rem;
	font-weight: 900;
	padding-bottom: 18.56px;
	padding-bottom: 1.6rem;
}

.p-under-primary-title span {
	display: inline-block;
}

.p-under-primary-title + * {
	margin-top: 32.479px;
	margin-top: 2.8rem;
}

.p-under__lead {
	margin-inline: auto;
	padding-inline: 23.2px;
	padding-inline: 2rem;
	border-bottom: 1px solid #990000;
	font-size: 25.52px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636363636;
	max-width: 1107.8px;
	max-width: 95.5rem;
	padding-bottom: 27.84px;
	padding-bottom: 2.4rem;
	text-align: center;
}

.p-under__lead span {
	display: inline-block;
}

.p-under__lead + * {
	margin-top: 74.24px;
	margin-top: 6.4rem;
}

.p-under__text {
	font-size: 18.56px;
	font-size: 1.6rem;
	line-height: 1.75;
}

.p-under__text + * {
	margin-top: 34.8px;
	margin-top: 3rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-btn__wrap {
	padding-block: 87px;
	padding-block: 7.5rem;
}

.p-top-btn__wrap.--middle {
	padding-block: 87px;
	padding-block: 7.5rem;
}

.p-top-btn__wrap.--bottom {
	padding-block: 149.64px 141.519px;
	padding-block: 12.9rem 12.2rem;
}

.p-top-btn__body {
	gap: 92.8px 129.919px;
	gap: 8rem 11.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-interview__body {
	gap: 23.2px;
	gap: 2rem;
	background-color: rgba(144, 29, 34, .9);
	border-radius: 1.6rem;
	color: #fff;
	overflow: hidden;
}

.p-top-interview__image {
	position: relative;
	width: 48.2296650718%;
}

.p-top-interview__image::after {
	background-color: #99363A;
	bottom: 0;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
	width: 25.9920634921%;
}

.p-top-interview__image img {
	-o-object-fit: cover;
	-o-object-position: -24.3rem -1.2rem;
	height: 120.2083333333%;
	object-fit: cover;
	object-position: -24.3rem -1.2rem;
}

.p-top-interview__box {
	padding-block: 41.76px 58px;
	padding-block: 3.6rem 5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 58px;
	padding-right: 5rem;
}

.p-top-interview__h2 {
	font-family: "Inter", sans-serif;
	font-size: 62.001px;
	font-size: 5.345rem;
	font-weight: 700;
	line-height: 1.2347988775;
	text-align: center;
	text-transform: uppercase;
}

.p-top-interview__h2 + * {
	margin-top: 27.84px;
	margin-top: 2.4rem;
}

.p-top-interview__text {
	font-size: 20.88px;
	font-size: 1.8rem;
	line-height: 1.6666666667;
	word-wrap: anywhere;
}

.p-top-interview__text + * {
	margin-top: 55.68px;
	margin-top: 4.8rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-mv {
	background-color: #f1f1f1;
	padding-top: 84.679px;
	padding-top: 7.3rem;
}

.p-top-mv .u-con--md {
	position: relative;
}

.p-top-mv__inner {
	margin-inline: auto;
	max-width: 1299.2px;
	max-width: 112rem;
	position: relative;
}

.p-top-mv__h1 {
	padding-block: 12.76px;
	padding-block: 1.1rem;
	padding-inline: 9.28px 13.92px;
	padding-inline: 0.8rem 1.2rem;
	background-color: #fcfdfd;
	color: #ac1919;
	font-size: 45.553px;
	font-size: 3.927rem;
	font-weight: 900;
	line-height: 1.2732365674;
	position: absolute;
	right: 13.92px;
	right: 1.2rem;
	text-orientation: upright;
	top: 40.6px;
	top: 3.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-top-mv__text {
	gap: 17.4px;
	gap: 1.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #ac1919;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 63.8px;
	font-size: 5.5rem;
	font-weight: 900;
	left: 45.239px;
	left: 3.9rem;
	line-height: 1.0909090909;
	position: absolute;
	text-orientation: upright;
	top: 40.6px;
	top: 3.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-top-mv__text .bg {
	padding-block: 6.96px;
	padding-block: 0.6rem;
	padding-inline: 11.6px 6.96px;
	padding-inline: 1rem 0.6rem;
	background-color: #fcfdfd;
	white-space: nowrap;
}

.p-top-mv__text .bg:last-child {
	padding-bottom: 20.88px;
	padding-bottom: 1.8rem;
}

.p-top-mv__text .bg .ls {
	letter-spacing: -0.5em;
}

.p-top-mv__text-en {
	color: #ac1919;
	font-family: "Inter", sans-serif;
	font-size: 27.84px;
	font-size: 2.4rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 46.4px;
	top: 4rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-top-mv__main {
	margin-inline: auto;
	max-width: 1079.959px;
	max-width: 93.1rem;
	min-width: 720px;
	padding-left: 6.3%;
	position: relative;
	width: 89.0909090909%;
}

.p-top-mv__logo {
	left: 50%;
	position: absolute;
	top: 55%;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	width: 63.2653061224%;
	z-index: 1;
}

.p-top-mv__image {
	width: 99.6535796767%;
}

.p-top-mv__scrolldown {
	border: 1px solid #ac1919;
	border-radius: 10rem;
	bottom: 22.5759768452%;
	height: 169.359px;
	height: 14.6rem;
	left: 18.56px;
	left: 1.6rem;
	position: absolute;
	width: 29px;
	width: 2.5rem;
}

.p-top-mv__scrolldown::after {
	aspect-ratio: 5/56;
	background: url(../images/top/scrolldouwn-arrow.svg) 50%/contain no-repeat;
	bottom: 13.92px;
	bottom: 1.2rem;
	content: "";
	display: block;
	left: 6.96px;
	left: 0.6rem;
	position: absolute;
	width: 5.8px;
	width: 0.5rem;
}

.p-top-mv__scrolldown-ball {
	-webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20.88px;
	width: 1.8rem;
}

.p-top-mv__h1 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.p-top-mv__text .bg {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.p-top-mv__text .bg:first-child {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.p-top-mv__text .bg:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.p-top-mv__text .bg:nth-child(3) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.p-top-mv__text-en {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.p-top-mv__logo {
	opacity: 0;
	-webkit-transform: translate(-50%, -55%) scale(2);
	transform: translate(-50%, -55%) scale(2);
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.p-top-mv__scrolldown {
	opacity: 0;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.p-top-mv.is-active .p-top-mv__h1,
.p-top-mv.is-active .p-top-mv__text .bg,
.p-top-mv.is-active .p-top-mv__text-en,
.p-top-mv.is-active .p-top-mv__scrolldown {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-top-mv.is-active .p-top-mv__logo {
	opacity: 1;
	-webkit-transform: translate(-50%, -55%) scale(1);
	transform: translate(-50%, -55%) scale(1);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-news {
	margin-inline: auto;
	background-color: rgba(144, 29, 34, .9);
	color: #fff;
	max-width: 1299.2px;
	max-width: 112rem;
	overflow: hidden;
}

.p-top-news__body {
	gap: 23.2px 0;
	gap: 2rem 0;
}

.p-top-news__image {
	position: relative;
	-webkit-transform: translateX(-3.75rem);
	transform: translateX(-3.75rem);
	width: 32.7272727273%;
}

.p-top-news__image::after {
	background-color: #99363A;
	bottom: 0;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
	width: 38.8888888889%;
}

.p-top-news__image img {
	-o-object-fit: cover;
	-o-object-position: 95% -4.2rem;
	height: 113.25%;
	object-fit: cover;
	object-position: 95% -4.2rem;
}

.p-top-news__box {
	padding-block: 20.88px 44.08px;
	padding-block: 1.8rem 3.8rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 464px;
	min-height: 40rem;
	padding-right: 26.679px;
	padding-right: 2.3rem;
}

.p-top-news__box .l-news-list__article-non {
	margin-top: 92.8px;
	margin-top: 8rem;
	text-align: center;
}

.p-top-news__h2 {
	font-family: "Inter", sans-serif;
	font-size: 59.16px;
	font-size: 5.1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.1764705882;
	text-align: center;
	text-transform: uppercase;
}

.p-top-news__h2 + * {
	margin-top: 11.6px;
	margin-top: 1rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv + .p-news-sec {
	margin-top: 58px;
	margin-top: 5rem;
}

.p-news .p-news-list__body {
	margin-inline: auto;
	max-width: 1185.52px;
	max-width: 102.2rem;
}

.p-news-sec {
	padding-bottom: 92.8px;
	padding-bottom: 8rem;
}

.p-news-sec .p-under__lead + * {
	margin-top: 48.72px;
	margin-top: 4.2rem;
}

.p-news-sec .l-news-list__article-non {
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-onlineshop-sec {
	padding-block: 60.32px 116px;
	padding-block: 5.2rem 10rem;
}

.p-onlineshop-item__list {
	gap: 55.68px 34.8px;
	gap: 4.8rem 3rem;
}

.p-onlineshop-item__list-item {
	width: calc(33.33333% - 2rem);
}

.p-onlineshop-item__list-image {
	border-radius: 2.9rem;
	overflow: hidden;
}

.p-onlineshop-item__list-image + * {
	margin-top: 22.04px;
	margin-top: 1.9rem;
}

.p-onlineshop-item__list-name,
.p-onlineshop-item__list-price {
	padding-inline: 20.88px;
	padding-inline: 1.8rem;
	font-size: 23.2px;
	font-size: 2rem;
}

.p-onlineshop-item__list-name {
	line-height: 1.2;
}

.p-onlineshop-item__list-price {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 700;
	line-height: 1.6;
}

.p-onlineshop-precautions {
	padding-block: 40.6px 46.4px;
	padding-block: 3.5rem 4rem;
	background: rgba(153, 0, 0, .9);
	color: #fff;
}

.p-onlineshop-precautions__title {
	font-size: 30.16px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.1923076923;
}

.p-onlineshop-precautions__title + * {
	margin-top: 11.6px;
	margin-top: 1rem;
}

.p-onlineshop-precautions__list-item {
	font-size: 16.239px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.1428571429;
	padding-left: 1.15em;
	text-indent: -1.15em;
}

.p-onlineshop-precautions__list-item::before {
	content: "・";
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv + .p-schedule-sec {
	margin-top: 58px;
	margin-top: 5rem;
}

.p-schedule .p-under__lead + .wp-block-lazyblock-schedule {
	margin-top: 104.399px;
	margin-top: 9rem;
}

.p-schedule__table {
	margin-inline: auto;
	background-color: #fff;
	border: 1px solid #990000;
	max-width: 991.8px;
	max-width: 85.5rem;
}

.p-schedule__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-schedule__item:nth-child(odd) .p-schedule__month {
	background-color: #ac1919;
}

.p-schedule__item:nth-child(even) .p-schedule__month {
	background-color: #990000;
}

.p-schedule__item + .p-schedule__item {
	border-top: 1px solid #990000;
}

.p-schedule__month.js-accordion-title {
	padding-block: 8.7px;
	padding-block: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 25.52px;
	font-size: 2.2rem;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 157.76px;
	width: 13.6rem;
}

.p-schedule__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-schedule__content-inner {
	padding-block: 11.6px;
	padding-block: 1rem;
	padding-inline: 27.84px;
	padding-inline: 2.4rem;
}

.p-schedule__content-inner ul,
.p-schedule__content-inner p {
	font-size: 18.56px;
	font-size: 1.6rem;
	line-height: 1.75;
}

.p-schedule__content-inner ul + *,
.p-schedule__content-inner p + * {
	margin-top: 9.28px;
	margin-top: 0.8rem;
}

.p-schedule__content-inner li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-schedule__content-inner li::before {
	content: "・";
}

.p-schedule__content-inner li + li {
	margin-top: 0.2em;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv + .p-sponsor-sec {
	padding-top: 81.2px;
	padding-top: 7rem;
}

.p-sponsor-sec {
	padding-block: 58px;
	padding-block: 5rem;
}

.p-sponsor-sec:last-child {
	padding-bottom: 116px;
	padding-bottom: 10rem;
}

.p-sponsor__h1 {
	padding-block: 12.76px;
	padding-block: 1.1rem;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	color: #990000;
	font-size: 40.6px;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
}

.p-sponsor__h1 + * {
	margin-top: 37.12px;
	margin-top: 3.2rem;
}

.p-sponsor__title {
	padding-block: 40.6px;
	padding-block: 3.5rem;
	background-color: #990000;
	color: #fff;
	font-size: 34.8px;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.p-sponsor__title + * {
	margin-top: 30.16px;
	margin-top: 2.6rem;
}

.p-sponsor-account .p-sponsor__title {
	padding-block: 26.679px;
	padding-block: 2.3rem;
}

.p-sponsor-account .p-sponsor__title + * {
	margin-top: 0;
}

.p-sponsor-account__content {
	background-color: #fff;
	border: 1px solid rgba(35, 24, 21, .9215686275);
	border-top: none;
	padding: 37.12px 46.4px;
	padding: 3.2rem 4rem;
}

.p-sponsor-account__content .p-under__text {
	font-size: 20.88px;
	font-size: 1.8rem;
	text-align: center;
}

.p-sponsor-account__content .p-under__text span {
	display: inline-block;
}

.p-sponsor-cooperation .p-under-primary-title + * {
	margin-top: 69.6px;
	margin-top: 6rem;
}

.p-sponsor-cooperation__image {
	border-radius: 2.2rem;
	max-width: 700.64px;
	max-width: 60.4rem;
	overflow: hidden;
	width: 100%;
}

.p-sponsor-cooperation__image + .p-sponsor-cooperation__image {
	margin-top: 45.239px;
	margin-top: 3.9rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--xs {
	margin-inline: auto;
	max-width: 881.6px;
	max-width: 76rem;
	width: 85%;
}

.u-con--sm {
	margin-inline: auto;
	max-width: 1107.8px;
	max-width: 95.5rem;
	width: 90%;
}

.u-con--md {
	margin-inline: auto;
	max-width: 1212.2px;
	max-width: 104.5rem;
	width: 95%;
}

.u-con--lg {
	margin: 0 auto;
	max-width: 90%;
}

.u-c-white {
	color: #fff;
}

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

@media (hover: hover) and (pointer: fine) {

.l-footer__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__logo:hover {
	opacity: 0.7;
}

.l-footer__nav-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__nav-link:hover {
	opacity: 0.7;
}

.l-header__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__logo:hover {
	opacity: 0.7;
}

.l-navi__menu-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-navi__menu-link:hover::after {
	-webkit-transform: translateY(0.3rem);
	transform: translateY(0.3rem);
}

.l-navi__btn-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__btn-link:hover {
	-webkit-animation: zoom 0.3s;
	animation: zoom 0.3s;
}

.l-news-list__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-news-list__link:hover {
	opacity: 0.7;
}

.l-news-list.--home .l-news-list__link .l-news-list__thumbnail img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-news-list.--home .l-news-list__link .l-news-list__link-inner {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-news-list.--home .l-news-list__link .l-news-list__link-more::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-news-list.--home .l-news-list__link:hover {
	opacity: 1;
}

.l-news-list.--home .l-news-list__link:hover .l-news-list__thumbnail img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.l-news-list.--home .l-news-list__link:hover .l-news-list__link-inner {
	opacity: 0.7;
}

.l-news-list.--home .l-news-list__link:hover .l-news-list__link-more::after {
	-webkit-transform: translateX(0.3rem);
	transform: translateX(0.3rem);
}

.l-post-single__content a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-post-single__content a:hover {
	opacity: 0.7;
}

.c-btn.--back::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.c-btn.--back:hover::after {
	-webkit-transform: scale(-1, 1) translateX(0.5rem);
	transform: scale(-1, 1) translateX(0.5rem);
}

.c-btn::before,
.c-btn::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.c-btn:hover::before {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.c-btn:hover::after {
	-webkit-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

.c-pager .wp-pagenavi a.nextpostslink,
.c-pager .wp-pagenavi a.previouspostslink,
.c-pager .wp-pagenavi span.nextpostslink,
.c-pager .wp-pagenavi span.previouspostslink {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-pager .wp-pagenavi a.nextpostslink:hover,
.c-pager .wp-pagenavi a.previouspostslink:hover,
.c-pager .wp-pagenavi span.nextpostslink:hover,
.c-pager .wp-pagenavi span.previouspostslink:hover {
	background-color: transparent;
	color: #000;
	opacity: 0.7;
}

.c-pager .wp-pagenavi a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.c-pager .wp-pagenavi a:hover {
	background-color: #990000;
	color: #fff;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

}

@media screen and (max-width: 1280px) {

html {
	font-size: 65.5%;
}

.l-navi__btn-wrap {
	gap: 1.6rem;
}

}

@media screen and (max-width: 1120px) {

html {
	font-size: 62.5%;
}

.l-header__inner {
	padding-inline: min(2.68vw, 3rem);
}

.l-navi__menu {
	gap: min(1.79vw, 2rem);
}

.l-navi__btn-wrap {
	gap: min(1.79vw, 2rem);
}

}

@media screen and (max-width: 1076px) {

.l-header__inner {
	padding-inline: 2rem;
}

.l-header__logo {
	width: 17rem;
}

.l-navi__menu + * {
	margin-left: 2rem;
}

.l-navi__btn-wrap {
	gap: 1.2rem;
}

}

@media screen and (max-width: 1023px) {

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

body {
	min-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

.delay-tb {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding: 10px;
}

textarea {
	height: 170px;
}

input[type=radio] + .mwform-radio-field-text {
	margin: 0;
	padding: 10px 5px 12px 23px;
}

input[type=radio] + .mwform-radio-field-text::before {
	height: 15px;
	width: 15px;
}

input[type=radio] + .mwform-radio-field-text::after {
	content: "";
	height: 9px;
	left: 3px;
	width: 9px;
}

input[type=checkbox] + label {
	padding-left: 30px;
}

.l-header__inner {
	padding-block: 1rem;
}

.l-list-table__wrap {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow-x: scroll;
}

.l-list-table__wrap::-webkit-scrollbar {
	display: none;
}

.l-list-table__body {
	min-width: 100rem;
}

.l-navi {
	padding-block: 12rem 8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi__menu {
	margin-inline: auto;
	gap: 2rem 3.2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
}

.l-navi__menu + * {
	margin-left: 0;
	margin-top: 4.8rem;
}

.l-navi__menu-item {
	border-top: 1px solid #990000;
	width: calc(50% - 1.6rem);
}

.l-navi__menu-link {
	padding-top: 1rem;
	width: 100%;
}

.l-navi__menu-link::after {
	display: none;
}

.l-navi__menu-link .inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-navi__menu-link .jp {
	font-size: 1.8rem;
}

.l-navi__menu-link .en {
	font-size: 1.4rem;
}

.l-navi__btn-wrap {
	gap: 1.6rem 2.4rem;
	width: 80%;
}

.l-navi__btn-wrap + * {
	margin-top: 7.2rem;
}

.l-navi__btn {
	width: calc(50% - 1.2rem);
}

.l-navi__btn-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-navi__btn-link .inner {
	padding-block: 1rem;
}

.l-navi__btn-link .jp {
	font-size: 1.8rem;
}

.l-navi__btn-link .en {
	font-size: 1.4rem;
}

.l-navi__tel {
	font-family: "Inter", sans-serif;
	width: 80%;
}

.l-navi__tel-text {
	color: #990000;
	font-size: 1.75rem;
	line-height: 1;
}

.l-navi__tel-link {
	color: #990000;
	font-size: 2rem;
	text-decoration: underline;
}

.l-news-list.--home .l-news-list__item {
	width: calc(50% - 1.5rem);
}

.l-post-single__content .wp-block-gallery figure {
	width: 100% !important;
}

.l-post-single__content p + .wp-block-lazyblock-list,
.l-post-single__content ul + .wp-block-lazyblock-list,
.l-post-single__content ol + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-table + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-image + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-gallery + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-media-text + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-columns + .wp-block-lazyblock-list,
.l-post-single__content .wp-block-lazyblock-schedule + .wp-block-lazyblock-list {
	margin-top: 0.8rem;
}

.l-post-single__content .wp-block-media-text.--interview {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-post-single__content .wp-block-media-text.--interview .wp-block-media-text__media {
	margin-inline: auto;
	width: 50%;
}

.l-post-single__others-body.l-news-list.--home {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-post-single__others-body.l-news-list.--home .l-news-list__item {
	width: 100%;
}

.l-post-single__others-body.l-news-list.--home .l-news-list__link {
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.l-post-single__others-body.l-news-list.--home .l-news-list__thumbnail {
	width: 40%;
}

.l-post-single__others-body.l-news-list.--home .l-news-list__link-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: auto;
}

.l-undermv__title {
	font-size: 3.2rem;
}

.l-undermv__title .icon {
	width: 14rem;
}

.p-top-interview__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-interview__image {
	width: 100%;
}

.p-top-interview__image::after {
	bottom: -1px;
	height: 5rem;
	top: auto;
	width: 100%;
}

.p-top-interview__image img {
	-o-object-position: center;
	height: auto;
	object-position: center;
}

.p-top-interview__box {
	padding-left: 5rem;
}

.p-top-mv {
	padding-top: 9.2rem;
}

.p-top-mv .u-con--md {
	padding-top: 5vw;
}

.p-top-mv__h1 {
	padding-block: 1.07vw;
	padding-inline: 0.78vw 1.17vw;
	font-size: 3.91vw;
}

.p-top-mv__text {
	gap: 1.46vw;
	font-size: 5.37vw;
}

.p-top-mv__text .bg {
	padding-block: 0.59vw;
	padding-inline: 0.78vw;
}

.p-top-mv__text .bg:last-child {
	padding-bottom: 1.76vw;
}

.p-top-mv__text-en {
	font-size: 2.34vw;
}

.p-top-mv__scrolldown {
	bottom: 13%;
}

.p-top-news .u-con--md {
	width: 100%;
}

.p-top-news__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-news__image {
	aspect-ratio: 2/1;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}

.p-top-news__image::after {
	bottom: -1px;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	height: 5rem;
	right: 1px;
	top: auto;
	width: calc(100% + 1px);
}

.p-top-news__image img {
	-o-object-position: center;
	height: 100%;
	object-position: center;
}

.p-top-news__box {
	margin-inline: auto;
	padding-inline: 0;
	min-height: auto;
	width: 90%;
}

.p-top-news__box .l-news-list__article-non {
	margin-top: 0;
	padding-bottom: 4rem;
}

.p-onlineshop-item__list-name,
.p-onlineshop-item__list-price {
	font-size: 1.8rem;
}

.u-pc {
	display: none;
}

}

@media not all and (max-width: 1023px) {

.l-wrapper {
	-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;
	height: 100%;
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	text-align: left;
	width: 100%;
}

.u-st {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

:root {
	--content_width: 420px;
}

.delay-sp {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.l-footer {
	padding-block: 3.2rem;
}

.l-footer__inner {
	padding-inline: 3.2rem;
}

.l-footer__logo .logo {
	width: 18rem;
}

.l-footer__logo .text {
	font-size: 1.65rem;
}

.l-footer__logo + * {
	margin-top: 3.2rem;
}

.l-footer__wrap {
	gap: 1.6rem;
	border: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	max-width: 42rem;
}

.l-footer__tel {
	padding-left: 0;
}

.l-footer__tel-link {
	font-family: "Inter", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.l-footer__nav {
	gap: 0.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__nav-li {
	padding-inline: 0;
	gap: 0.8rem;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.l-footer__nav-li + .l-footer__nav-li {
	border: none;
}

.l-footer__nav-item {
	width: calc(50% - 0.4rem);
}

.l-footer__nav-link {
	padding-block: 0.3rem;
	display: block;
	font-size: 1.4rem;
}

.l-header__logo {
	width: 16.4rem;
}

.l-header__trigger {
	height: 4.8rem;
	width: 4.8rem;
}

.l-header__trigger-inner {
	width: 2.65rem;
}

.l-header__trigger-wrap {
	height: 1.85rem;
	width: 2.65rem;
}

.l-header__trigger-line {
	height: 0.25rem;
	width: 2.65rem;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 0.82rem;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
}

.l-list-table__body {
	border-radius: 1.6rem;
}

.l-list-table thead th.term {
	width: 10rem;
}

.l-main.--under {
	padding-bottom: 8rem;
}

.l-main--404,
.l-main.--error {
	padding-block: 18rem 16rem;
}

.l-main--404 .error-h1 .en,
.l-main.--error .error-h1 .en {
	font-size: 4.6rem;
	line-height: 1.4;
}

.l-main--404 .error-h1 .jp,
.l-main.--error .error-h1 .jp {
	font-size: 1.6rem;
	line-height: 1.3793103448;
}

.l-main--404 .error-h1 + *,
.l-main.--error .error-h1 + * {
	margin-top: 2.1rem;
}

.l-main--404 .error-text,
.l-main.--error .error-text {
	font-size: 1.4rem;
	line-height: 1.7142857143;
}

.l-navi {
	padding-top: 8.8rem;
}

.l-navi__menu {
	width: 90%;
}

.l-navi__menu-link .jp {
	font-size: 1.6rem;
}

.l-navi__menu-link .en {
	font-size: 1.2rem;
}

.l-navi__btn-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
}

.l-navi__btn-wrap + * {
	margin-top: 4.8rem;
}

.l-navi__btn.--line {
	width: 100%;
}

.l-navi__btn.--line .l-navi__btn-link {
	padding-block: 1rem;
}

.l-navi__btn.--line .l-navi__btn-link::after {
	width: 3rem;
}

.l-navi__btn-link .jp {
	font-size: 1.6rem;
}

.l-navi__btn-link .en {
	font-size: 1.2rem;
}

.l-navi__tel {
	width: 90%;
}

.l-navi__tel-text {
	font-size: 1.6rem;
}

.l-navi__tel-link {
	font-size: 1.8rem;
}

.l-news-list__link {
	gap: 0.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 1.6rem;
}

.l-news-list__link-date {
	font-size: 1.7rem;
	text-align: left;
}

.l-news-list__link-title {
	font-size: 1.4rem;
}

.l-news-list.--home {
	gap: 3.2rem 1.6rem;
}

.l-news-list.--home .l-news-list__item {
	width: 100%;
}

.l-news-list.--home .l-news-list__link {
	border-radius: 2.4rem;
}

.l-news-list.--home .l-news-list__thumbnail {
	aspect-ratio: 320/160;
}

.l-news-list.--home .l-news-list__link-inner {
	min-height: auto;
}

.l-news-list.--home .l-news-list__link-more {
	gap: 0.8rem;
	font-size: 1.6rem;
}

.l-news-list.--home .l-news-list__link-more::after {
	width: 0.8rem;
}

.l-undermv + .l-post-single__content {
	margin-top: 5rem;
}

.l-post-single__h1 {
	font-size: 3.2rem;
}

.l-post-single__date {
	font-size: 2rem;
}

.l-post-single__date + * {
	margin-top: 1.6rem;
}

.l-post-single__thumbnail + * {
	margin-top: 1.6rem;
}

.l-post-single__content h2 {
	font-size: 2.6rem;
	padding-bottom: 0.8rem;
}

.l-post-single__content h3 {
	font-size: 2.2rem;
}

.l-post-single__content h4 {
	font-size: 2rem;
}

.l-post-single__content h5,
.l-post-single__content h6 {
	font-size: 1.8rem;
}

.l-post-single__content h2 + *,
.l-post-single__content h3 + *,
.l-post-single__content h4 + *,
.l-post-single__content h5 + *,
.l-post-single__content h6 + * {
	margin-top: 2.4rem;
}

.l-post-single__content p.p-under__lead {
	font-size: 1.8rem;
}

.l-post-single__content .wp-block-table {
	font-size: 1.4rem;
}

.l-post-single__content .wp-block-media-text {
	gap: 1.2rem;
}

.l-post-single__content .wp-block-media-text__content {
	padding: 0;
}

.l-post-single__content .wp-block-media-text.--interview .wp-block-media-text__media {
	width: 80%;
}

.l-post-single__content + .l-post-single__others {
	margin-top: 6rem;
}

.l-post-single__section {
	padding-block: 8rem 4rem;
}

.l-post-single__section + .l-post-single__section {
	padding-top: 4rem;
}

.l-post-single__others-title {
	font-size: 2.4rem;
}

.l-post-single__others-title + * {
	margin-top: 2.4rem;
}

.l-post-single__others-body.l-news-list.--home .l-news-list__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-post-single__others-body.l-news-list.--home .l-news-list__thumbnail {
	width: 100%;
}

.l-undermv {
	min-height: 20.8rem;
	padding-bottom: 1.6rem;
}

.l-undermv__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 2.6rem;
}

.l-undermv__title .icon {
	width: 7.2rem;
}

.js-accordion.is-open .js-accordion-title::after {
	content: "−";
}

.js-accordion-title {
	cursor: pointer;
	position: relative;
}

.js-accordion-title::after {
	content: "＋";
	position: absolute;
	right: 0;
}

.js-accordion-content {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.c-btn {
	font-size: 1.6rem;
	width: 30rem;
}

.c-btn.--cap::before {
	bottom: -21.0526315789%;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.c-pager .wp-pagenavi {
	padding-bottom: 4rem;
}

.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
	font-size: 1.8rem;
}

.c-pager .wp-pagenavi a.nextpostslink:after,
.c-pager .wp-pagenavi a.previouspostslink:after,
.c-pager .wp-pagenavi span.nextpostslink:after,
.c-pager .wp-pagenavi span.previouspostslink:after {
	width: 0.8rem;
}

.p-under-primary-title {
	font-size: 2.4rem;
	padding-bottom: 0.8rem;
}

.p-under-primary-title + * {
	margin-top: 2.4rem;
}

.p-under__lead {
	font-size: 1.8rem;
	padding-bottom: 1.6rem;
}

.p-under__lead + * {
	margin-top: 4rem;
}

.p-top-btn__wrap {
	padding-block: 6.4rem;
}

.p-top-btn__wrap.--middle {
	padding-block: 6.4rem;
}

.p-top-btn__wrap.--bottom {
	padding-block: 10.4rem 8rem;
}

.p-top-btn__body {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-interview__image::after {
	height: 3rem;
}

.p-top-interview__box {
	padding-block: 0 3.2rem;
	padding-inline: 2rem;
}

.p-top-interview__h2 {
	font-size: 2.8rem;
}

.p-top-interview__h2 + * {
	margin-top: 1.6rem;
}

.p-top-interview__text {
	font-size: 1.6rem;
}

.p-top-interview__text + * {
	margin-top: 3.2rem;
}

.p-top-mv {
	padding-top: 7rem;
}

.p-top-mv .u-con--md {
	max-width: 100%;
	padding-top: 24rem;
	width: 100%;
}

.p-top-mv__h1 {
	padding-block: 0.8rem;
	padding-inline: 0.6rem 0.85rem;
	font-size: 2.8rem;
	right: 3rem;
	top: 3.2vw;
}

.p-top-mv__text {
	font-size: 4rem;
	left: 3rem;
	top: 3.2vw;
}

.p-top-mv__text .bg {
	padding-inline: 0.6rem 0.85rem;
}

.p-top-mv__text-en {
	font-size: 2rem;
	top: 4.8vw;
}

.p-top-mv__main {
	min-width: auto;
	padding-left: 0;
	width: 100%;
}

.p-top-mv__logo {
	width: 60%;
}

.p-top-mv__image {
	-webkit-transform: translateX(2rem);
	transform: translateX(2rem);
	width: 100%;
}

.p-top-mv__scrolldown {
	bottom: 1.6rem;
	height: 12rem;
	left: 0.8rem;
	width: 2rem;
}

.p-top-mv__scrolldown::after {
	bottom: 0.8rem;
}

.p-top-mv__scrolldown-ball {
	-webkit-animation: circlemoveSp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
	animation: circlemoveSp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
	width: 1.4rem;
}

.p-top-news .u-con--md {
	max-width: 100%;
}

.p-top-news__image::after {
	height: 3rem;
}

.p-top-news__box {
	padding-block: 0 3.2rem;
}

.p-top-news__box .l-news-list__article-non {
	padding-bottom: 2.4rem;
}

.p-top-news__h2 {
	font-size: 2.8rem;
}

.p-top-news__h2 + * {
	margin-top: 1.2rem;
}

.p-news-sec .p-under__lead + * {
	margin-top: 2.4rem;
}

.p-onlineshop-item__list {
	gap: 3.2rem 1.6rem;
}

.p-onlineshop-item__list-item {
	width: calc(50% - 0.8rem);
}

.p-onlineshop-item__list-image {
	border-radius: 1.6rem;
}

.p-onlineshop-item__list-image + * {
	margin-top: 0.8rem;
}

.p-onlineshop-item__list-name,
.p-onlineshop-item__list-price {
	font-size: 1.6rem;
}

.p-onlineshop-precautions__title {
	font-size: 2rem;
}

.p-onlineshop-precautions__list-item {
	line-height: 1.4285714286;
}

.p-onlineshop-precautions__list-item + .p-onlineshop-precautions__list-item {
	margin-top: 0.4rem;
}

.p-schedule .p-under__lead + .wp-block-lazyblock-schedule {
	margin-top: 4rem;
}

.p-schedule__table {
	background-color: transparent;
	border: none;
}

.p-schedule__item {
	display: block;
}

.p-schedule__item + .p-schedule__item {
	border-top: none;
	margin-top: 2.4rem;
}

.p-schedule__month.js-accordion-title {
	padding-block: 1.6rem;
	padding-inline: 2.4rem;
	font-size: 2rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
}

.p-schedule__month.js-accordion-title::after {
	right: 2.4rem;
}

.p-schedule__content {
	background-color: #fff;
}

.l-undermv + .p-sponsor-sec {
	padding-top: 5rem;
}

.p-sponsor-sec {
	padding-block: 4rem;
}

.p-sponsor-sec:last-child {
	padding-bottom: 8rem;
}

.p-sponsor__h1 {
	font-size: 2.4rem;
}

.p-sponsor__title {
	padding-block: 2.4rem;
	font-size: 2rem;
}

.p-sponsor-account .p-sponsor__title {
	padding-block: 1.6rem;
}

.p-sponsor-account__content .p-under__text {
	text-align: left;
}

.p-sponsor-cooperation .p-under-primary-title + * {
	margin-top: 3.2rem;
}

.p-sponsor-cooperation__image {
	border-radius: 1.6rem;
}

.p-sponsor-cooperation__image + .p-sponsor-cooperation__image {
	margin-top: 2.4rem;
}

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

.u-con--xs {
	max-width: 60rem;
	width: 90%;
}

.u-con--sm {
	max-width: 60rem;
	width: 90%;
}

.u-con--md {
	max-width: 60rem;
	width: 90%;
}

}

@media not all and (max-width: 767px) {

a[href^="tel:"] {
	pointer-events: none;
}

.u-pt {
	display: none !important;
}

}

@-webkit-keyframes zoom {

50% {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

}

@keyframes zoom {

50% {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

}

@-webkit-keyframes circlemove {

0% {
	bottom: 12.5rem;
}

100% {
	bottom: 7rem;
}

}

@keyframes circlemove {

0% {
	bottom: 12.5rem;
}

100% {
	bottom: 7rem;
}

}

@-webkit-keyframes circlemoveSp {

0% {
	bottom: 10.25rem;
}

100% {
	bottom: 7rem;
}

}

@keyframes circlemoveSp {

0% {
	bottom: 10.25rem;
}

100% {
	bottom: 7rem;
}

}

@-webkit-keyframes cirlemovehide {

0% {
	opacity: 0;
}

50% {
	opacity: 1;
}

80% {
	opacity: 0.9;
}

100% {
	opacity: 0;
}

}

@keyframes cirlemovehide {

0% {
	opacity: 0;
}

50% {
	opacity: 1;
}

80% {
	opacity: 0.9;
}

100% {
	opacity: 0;
}

}


/*# sourceMappingURL=style.css.map */
