*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit /*1*/;
  vertical-align: inherit /*2*/;
}
html {
  cursor: default /*1*/;
  line-height: 1.5 /*2*/;
  -moz-tab-size: 4 /*3*/;
  -moz-tab-size: 4 /*3*/;
  -o-tab-size: 4 /*3*/;
  tab-size: 4 /*3*/;
  -webkit-tap-highlight-color: transparent /*4*/;
  -ms-text-size-adjust: 100% /*5*/;
  -webkit-text-size-adjust: 100% /*5*/;
  word-break: break-word /*6*/;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
h1,
h2,
h3,
h4,
h5,
p,
dl,
ul,
dt,
dd {
  padding: 0;
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0 /*1*/;
  overflow: visible /*2*/;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace, monospace /*1*/;
  font-size: 1em /*2*/;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /*1*/;
  font-size: 1em /*2*/;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}
button {
  overflow: visible /*1*/;
  text-transform: none /*2*/;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0 /*1*/;
  padding: 0.35em 0.75em 0.625em /*2*/;
}
input {
  overflow: visible;
}
legend {
  color: inherit /*2*/;
  display: table /*1*/;
  max-width: 100% /*1*/;
  white-space: normal /*1*/;
}
progress {
  display: inline-block /*1*/;
  vertical-align: baseline /*2*/;
}
select {
  text-transform: none;
}
textarea {
  margin: 0 /*1*/;
  overflow: auto /*2*/;
  resize: vertical /*3*/;
  font-family: inherit;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
[type='search'] {
  -webkit-appearance: textfield /*1*/;
  outline-offset: -2px /*2*/;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /*1*/;
  font: inherit /*2*/;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation /*1*/;
  touch-action: manipulation /*2*/;
}
[hidden] {
  display: none;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden='false'][hidden] {
  display: initial;
}
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}
img {
  max-width: 100%;
  width: auto;
}
figure {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
}
body {
  padding-top: 0;
  color: #2b2b2b;
}
.mx-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 450px) {
  .mx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767px) {
  .mx-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mx-grid-center {
  display: grid;
  place-items: center;
}
.mt-xxs,
.c-pankuzu,
.editor-styles-wrapper h2 + p,
.editor-styles-wrapper h3 + p {
  margin-top: calc(8px + ((12 - 8) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xxs,
  .c-pankuzu,
  .editor-styles-wrapper h2 + p,
  .editor-styles-wrapper h3 + p {
    margin-top: 12px;
  }
}
.mt-xs,
.l-footer-copy .l-footer-copy__text,
.p-home-common__text,
.p-info .p-info__item,
.p-article-header .p-article-header__date {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xs,
  .l-footer-copy .l-footer-copy__text,
  .p-home-common__text,
  .p-info .p-info__item,
  .p-article-header .p-article-header__date {
    margin-top: 16px;
  }
}
.mt-sm,
/*.slick-slider,*/
.c-home-about .c-home-about-box__type,
.p-info-wrapper .p-info,
.p-article-body,
.p-article-body > img,
.editor-styles-wrapper p,
.editor-styles-wrapper h3,
.editor-styles-wrapper ul,
.wp-block-gallery {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-sm,
  /*.slick-slider,*/
  .c-home-about .c-home-about-box__type,
  .p-info-wrapper .p-info,
  .p-article-body,
  .p-article-body > img,
  .editor-styles-wrapper p,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper ul,
  .wp-block-gallery {
    margin-top: 24px;
  }
}
.mt-md,
.c-btn,
.c-btn-back,
.c-kugiri,
.c-title-sm,
.c-title-bdr,
.c-title-xs,
.l-footer,
.p-home-tobira,
.p-info-wrapper,
.p-article,
.p-sns-wrapper {
  margin-top: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-md,
  .c-btn,
  .c-btn-back,
  .c-kugiri,
  .c-title-sm,
  .c-title-bdr,
  .c-title-xs,
  .l-footer,
  .p-home-tobira,
  .p-info-wrapper,
  .p-article,
  .p-sns-wrapper {
    margin-top: 40px;
  }
}
.mt-lg,
.c-btn-sanka,
.mw_wp_form.mw_wp_form_complete,
.l-footer-copy,
.c-home-about {
  margin-top: calc(40px + ((64 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-lg,
  .c-btn-sanka,
  .mw_wp_form.mw_wp_form_complete,
  .l-footer-copy,
  .c-home-about {
    margin-top: 64px;
  }
}
.mt-xl,
.l-totop {
  margin-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xl,
  .l-totop {
    margin-top: 80px;
  }
}
.mt-0 {
  margin-top: 0;
}
.ptb-sec {
  padding-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
  padding-bottom: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .ptb-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text-cut {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.mx-wid-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
@font-face {
  font-family: 'line_bd';
  src: url("../font/WOFF2/LINESeedJP_OTF_Bd.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'line_eb';
  src: url("../font/WOFF2/LINESeedJP_OTF_Eb.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'line_rg';
  src: url("../font/WOFF2/LINESeedJP_OTF_Rg.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'line_th';
  src: url("../font/WOFF2/LINESeedJP_OTF_Th.woff2") format('woff2');
  font-display: swap;
}
body {
  font-family: 'line_rg', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  font-feature-settings: 'palt';
  font-weight: normal;
  line-height: 1.6;
  background: #faf7d8;
}
.omozi {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.bold,
.c-label,
.c-title-page,
.p-home-common__text,
.c-home-about .c-home-about-box__type li span,
.p-info__item__label,
.p-info .p-info__item .p-info__item__date,
.p-info .p-info__item .p-info__item__label,
.p-info .p-info__item .p-info__item__label.is-event,
.p-wrapping-wrapper .p-wrapping .p-wrapping__text,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2 .p-wrapping__text {
  font-family: 'line_bd' !important;
}
.fs-xs {
  font-size: calc(12px + ((14 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-xs {
    font-size: 14px;
  }
}
.fs-sm {
  font-size: calc(15px + ((16 - 15) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-sm {
    font-size: 16px;
  }
}
.fs-md {
  font-size: calc(18px + ((20 - 18) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-md {
    font-size: 20px;
  }
}
.fs-lg {
  font-size: calc(24px + ((32 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .fs-lg {
    font-size: 32px;
  }
}
.b-trans-sm {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
:root {
  --zx-zero: 0;
  --zx-sp-ui-bottom: 1;
}
.c-bg,
.p-home-rap,
.p-home-pokehuta,
.p-home-shop,
.p-info-wrapper {
  border: 2px solid #000;
  border-radius: 24px;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .c-bg,
  .p-home-rap,
  .p-home-pokehuta,
  .p-home-shop,
  .p-info-wrapper {
    border: 4px solid #000;
    padding: 24px;
  }
}
.c-btn,
.c-btn-back {
  font-size: calc(14px + ((18 - 14) * (100vw - 320px) / (1024 - 320)));
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 12px 15px 12px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  border-radius: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #009ca6;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .c-btn,
  .c-btn-back {
    font-size: 18px;
  }
}
.c-btn .c-btn__icon,
.c-btn-back .c-btn__icon {
  margin-left: 10px;
}
.c-btn:not(:has(.c-btn__icon)),
.c-btn-back:not(:has(.c-btn__icon)) {
  padding: 12px 30px;
}
.c-btn:hover,
.c-btn-back:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.c-btn.is-right,
.c-btn-back.is-right {
  margin-right: 0;
}
.c-btn-sanka {
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 12px 15px 12px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  border-radius: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #da291c;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .c-btn-sanka {
    font-size: 24px;
  }
}
.c-btn-sanka .c-btn__icon {
  margin-left: 10px;
}
.c-btn-sanka .c-btn-sanka__pen {
  width: 54px;
}
.c-btn-sanka span {
  margin: 0 20px;
}
.c-btn-sanka:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.c-btn-back {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.c-btn-back span {
  color: #fff;
}
.c-from-text,
.c-form-select {
  padding: 12px 0 12px 12px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
  border: 1px solid #000;
  font-weight: bold;
  height: 52px;
}
.c-from-text.is-day {
  background: url("../images/icon/calendar.svg") #fff no-repeat left 8px center;
  -webkit-background-size: 24px;
  -moz-background-size: 24px;
  background-size: 24px;
  padding-left: 36px;
  margin-top: 0;
}
textarea.c-from-text {
  height: 8em;
  resize: none;
}
.c-form-select {
  background: url("../images/icon/down.svg") #fff no-repeat right 8px center;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  padding-right: 24px;
}
.c-form-select.is-error {
  background: #ffe5e5 url("../images/icon/down.svg") no-repeat right 10px center;
  border: 2px solid #000;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  background-size: 15px;
}
.mwform-checkbox-field,
.fm-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: block;
}
.mwform-checkbox-field input,
.fm-checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
}
.mwform-checkbox-field input + span,
.fm-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding-top: 4px;
}
.mwform-checkbox-field input + span:before,
.fm-checkbox input + span:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  margin: auto;
  background: neko;
}
.mwform-checkbox-field input + span:after,
.fm-checkbox input + span:after {
  content: '';
  position: absolute;
  display: block;
  top: 8px;
  left: 5px;
  width: 9px;
  height: 17px;
}
.mwform-checkbox-field input:checked + span:before,
.fm-checkbox input:checked + span:before {
  background: sora;
}
.mwform-checkbox-field input:checked + span:after,
.fm-checkbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mwform-radio-field {
  margin-bottom: 8px;
}
.mwform-radio-field label,
.fm-radio,
.p-fm-radio {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-right: 8px;
}
.mwform-radio-field label input + span,
.fm-radio input + span,
.p-fm-radio input + span {
  font-weight: bold;
}
.mwform-radio-field label input,
.fm-radio input,
.p-fm-radio input {
  display: none;
}
.mwform-radio-field label input + span:before,
.fm-radio input + span:before,
.p-fm-radio input + span:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: neko;
}
.mwform-radio-field label input:checked + span:before,
.fm-radio input:checked + span:before,
.p-fm-radio input:checked + span:before {
  background: sora;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mwform-radio-field label input:checked + span:after,
.fm-radio input:checked + span:after,
.p-fm-radio input:checked + span:after {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 0px;
  bottom: 0;
  left: 6px;
  margin: auto;
  background: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner {
  overflow: hidden;
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-block__title {
  margin-bottom: 4px;
}
@media screen and (min-width: 767px) {
  .p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-block__title {
    top: 0;
  }
}
.p-contact-form.is-conf .c-form-block .c-form-block-inner .c-form-items {
  overflow: hidden;
  font-size: 1.8rem;
}
.mw_wp_form .error {
  margin-top: 8px;
}
.c-gmap-btn {
  border: 1px solid #009ca6;
  border-radius: 50px;
  padding: 0px 20px 2px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-gmap-btn:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0,156,166,0.2);
}
.c-gmap {
  margin-top: 20px;
  margin-left: -100px;
}
@media screen and (min-width: 1024px) {
  .c-gmap {
    margin-left: 0;
  }
}
.gmap_iframe {
  aspect-ratio: 4/3;
  max-width: 1000px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .gmap_iframe {
    aspect-ratio: 16/6;
  }
}
.c-kugiri {
  height: 10px;
  width: 100%;
  background: url("../images/common/kugiri.svg");
}
.c-label {
  font-size: calc(13px + ((15 - 13) * (100vw - 320px) / (1024 - 320)));
  float: left;
  border-radius: 40px;
  border: 2px solid #2b2b2b;
  background: #9dffa7;
  text-align: center;
  min-width: 96px;
  margin-right: 16px;
}
@media screen and (min-width: 1024px) {
  .c-label {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-label {
    min-width: 112px;
  }
}
.c-label.is-event {
  background: #fff848;
}
a,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #2b2b2b;
}
.c-link-tel {
  color: #fff;
  background: kusa;
  border-radius: 50px;
  padding: 2px 16px;
}
@media screen and (min-width: 1024px) {
  .c-link-tel {
    background: none;
    color: initial;
    padding: 0;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.modal-overlay.is-bottom {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.modal-overlay.is-bottom .modal-container {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}
.modal-overlay.is-fit {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.modal-overlay.is-fit .modal-container {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}
.modal-overlay.is-fix {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 0;
}
.modal-overlay.is-fix .modal-container {
  max-width: 100%;
}
.modal-container {
  background-color: rgba(0,156,166,0.95);
  width: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  height: 100%;
}
.modal-micro {
  display: none;
}
.modal-micro.is-open {
  display: block;
}
.modal-micro[aria-hidden="false"] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="false"] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro[aria-hidden="true"] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micro .modal-container,
.modal-micro .modal-overlay {
  will-change: transform;
}
@-moz-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@-o-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
}
body.is-modal-show {
  overflow-y: hidden;
}
.modal-content {
  width: 100%;
  bottom: -100%;
  left: 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 11;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.modal-content.modal-sm {
  padding: 16px;
}
.modal-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px;
}
.modal-body.is-pb-xl {
  padding-bottom: 68px;
}
.modal-header {
  border-bottom: 1px solid kuro_10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-header.boder-none {
  border: none;
}
.modal-header .modal-header__title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.modal-header .modal-header__title .modal-header__back {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-header .modal-header__title .modal-header__icon {
  margin-right: 8px;
  color: kuro_40;
}
.modal-header .modal__title {
  padding: 16px;
  margin-top: 0;
}
.modal-header .modal-close {
  padding: 16px;
  margin-left: auto;
}
.modal-footer {
  padding: 12px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid kuro_10;
}
.modal-footer.is-flex-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.modal-footer .modal-footer__note {
  font-size: 14px;
  font-weight: bold;
}
.c-pankuzu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.c-pankuzu li {
  font-size: calc(14px + ((14 - 14) * (100vw - 320px) / (1024 - 320)));
  list-style: none;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .c-pankuzu li {
    font-size: 14px;
  }
}
.c-pankuzu li:after {
  content: ' / ';
}
.c-pankuzu li:last-child:after {
  display: none;
}
.c-pankuzu li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
.c-pankuzu li:not(:last-child)::after {
  position: absolute;
  top: 0px;
  font-weight: normal;
  right: 4px;
  color: bk_1;
}
.c-pankuzu li a {
  color: #3b759a;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .c-pankuzu::-webkit-scrollbar {
    display: none;
  }
}
/*
.slick-slider {
  position: relative;
  padding: 0 40px;
}
.slick-slider .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.slick-slider img {
  border-radius: 15px;
}
.slide-arrow {
  background: rgba(0,156,166,0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.slide-arrow.prev-arrow {
  left: 0;
}
.slide-arrow.next-arrow {
  right: 0;
}

 */
.c-title-md {
  font-size: calc(22px + ((30 - 22) * (100vw - 320px) / (1024 - 320)));
  text-align: center;
  background: url("../images/../images/common//title-icon.svg") no-repeat top center;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .c-title-md {
    font-size: 30px;
  }
}
.c-title-sm {
  font-size: calc(20px + ((24 - 20) * (100vw - 320px) / (1024 - 320)));
  text-align: center;
  background: url("../images/common/title-icon-02.svg") no-repeat bottom center;
  padding-bottom: 30px;
  color: #da291c;
}
@media screen and (min-width: 1024px) {
  .c-title-sm {
    font-size: 24px;
  }
}
.c-title-sm .c-title-sm__text {
  font-size: 14px;
}
.c-title-bdr {
  font-size: calc(18px + ((20 - 18) * (100vw - 320px) / (1024 - 320)));
  color: #da291c;
  border-bottom: 2px solid #da291c;
}
@media screen and (min-width: 1024px) {
  .c-title-bdr {
    font-size: 20px;
  }
}
.c-title-xs {
  font-size: calc(16px + ((18 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-title-xs {
    font-size: 18px;
  }
}
.c-read-mx {
  line-height: 2.4;
  margin-top: 48px;
  text-align: center;
}
.c-text-indent {
  text-indent: -1em;
  margin-left: 0.5em;
}
.c-title-page {
  font-size: calc(18px + ((24 - 18) * (100vw - 320px) / (1024 - 320)));
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-title-page {
    font-size: 24px;
  }
}
.c-title-img-sm {
  max-width: initial !important;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .c-title-img-sm {
    height: 40px;
  }
}
html,
body {
  min-height: 100%;
  height: 100%;
}
.l-site-container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 16px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-site-container {
    padding: 0 2vw;
  }
}
.l-contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.l-footer {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  padding: 24px 16px 0 16px;
}
@media screen and (min-width: 767px) {
  .l-footer {
    border-radius: 40px 40px 0 0;
    padding: 44px 0;
  }
}
.l-footer-bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .l-footer-bnr {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 16px 0 16px;
    border-radius: 48px 48px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-bnr {
    gap: 32px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
}
.l-footer-bnr .l-footer-bnr__more {
  text-align: center;
  display: block;
}
.l-footer-bnr .l-footer-bnr__more img {
  display: block;
  border: 1px solid #ccc;
  max-width: initial;
  width: 100%;
}
.l-footer-bnr .l-footer-bnr__more .l-footer-bnr__text {
  font-size: calc(10px + ((15 - 10) * (100vw - 320px) / (1024 - 320)));
  padding-top: 4px;
}
@media screen and (min-width: 1024px) {
  .l-footer-bnr .l-footer-bnr__more .l-footer-bnr__text {
    font-size: 15px;
  }
}
.l-footer-gnav-wrapper {
  background: url("../images/layout/siba.png?hash=516292059ff4ed8be559247197437b7c") repeat-x left bottom -1px;
  -webkit-background-size: 24%;
  -moz-background-size: 24%;
  background-size: 24%;
  padding-bottom: 8px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .l-footer-gnav-wrapper {
    -webkit-background-size: 160px;
    -moz-background-size: 160px;
    background-size: 160px;
  }
}
.l-footer-gnav-wrapper .l-footer-gnav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-footer-gnav-wrapper .l-footer-gnav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more {
  width: 20%;
  display: block;
  height: 140px;
  text-indent: -9999px;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(1) {
  background: url("../images/layout/home-off.png?hash=67dc9bdaf01b8c6c0a76f4e431ec4f5b") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(1):hover,
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(1).is-current {
  background: url("../images/layout/home-on.png?hash=8ea22ce086eb9b80536e732f67a453cb") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(2) {
  background: url("../images/layout/info-off.png?hash=5aa91f780c583c029b29bee086d937a7") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(2):hover,
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(2).is-current {
  background: url("../images/layout/info-on.png?hash=afff3fc6d362e44f5c003bf46fd4afb8") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(3) {
  background: url("../images/layout/pokehuta-off.png?hash=5da71bbfe51a9416c95e79ab2606e1be") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(3):hover,
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(3).is-current {
  background: url("../images/layout/pokehuta-on.png?hash=676217c4d83ca89b1170a0d11135f15c") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(4) {
  background: url("../images/layout/item-off.png?hash=20240918") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(4):hover,
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(4).is-current {
  background: url("../images/layout/item-on.png?hash=20240918") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(5) {
  background: url("../images/layout/rapping-off.png?hash=2191ca32cf9a455a67642361444be0f7") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(5):hover,
.l-footer-gnav-wrapper .l-footer-gnav .l-footer-gnav__more:nth-child(5).is-current {
  background: url("../images/layout/rapping-on.png?hash=30875c40b1f7fa7714335e3259835450") no-repeat bottom center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.l-footer-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer-copy {
    padding-bottom: 160px;
    font-size: 14px;
  }
}
.l-footer-copy span {
  font-family: arial;
}
.l-footer-copy .l-footer-copy__bnr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.l-footer-copy .l-footer-copy__bnr img {
  display: block;
  width: 100%;
}
.l-gnav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-gnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
}
.l-gnav .l-gnav__item {
  background: url("../images/layout/gnav-border.svg") no-repeat left center;
}
.l-gnav .l-gnav__item .l-gnav__more {
  display: block;
  text-align: center;
  padding: 0 12px;
  line-height: 1.3;
}
.l-gnav .l-gnav__item__btn {
  background: url("../images/layout/gnav-border.svg") no-repeat left center;
  padding-left: 30px;
  display: block;
}
.l-header {
  padding: 12px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .l-header {
    display: block;
  }
}
.l-header .l-header-id {
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-header .l-header-id {
    top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-header .l-header-id img {
    width: 350px;
  }
}
.l-sp-btn {
  border-radius: 6px;
  background: #009ca6;
  -webkit-box-shadow: 7px 0px 8px 0px rgba(0,0,0,0.12);
  box-shadow: 7px 0px 8px 0px rgba(0,0,0,0.12);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 15px;
}
.l-sp-btn .l-sp-btn__icon {
  width: 20px;
}
.l-sp-btn .l-sp-btn__text {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .l-sp-btn {
    display: none;
  }
}
.l-sp-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  padding-left: 64px;
  z-index: 2;
}
.l-sp-menu {
  margin-top: 65px;
  margin-bottom: 20px;
}
.l-sp-menu a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.l-sp-menu .l-sp-menu__item:last-child {
  border-bottom: 2px dashed #fff;
}
.l-sp-menu .l-sp-menu__item .l-sp-menu__more {
  border-top: 2px dashed #fff;
  padding: 10px 0;
}
.l-sp-menu .l-sp-menu__child {
  margin-left: 30px;
}
.l-sp-menu .l-sp-menu__child .l-sp-menu__more {
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.l-sp-nav .l-sp-nav__more {
  display: block;
  background: #da291c;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px;
}
.l-sp-nav .l-sp-nav__more img {
  width: 76px;
  height: 76px;
  display: block;
  margin-right: 15px;
}
.l-sp-menu-close {
  text-align: center;
  position: fixed;
  top: 15px;
  right: 15px;
  background: url("../images/common/icon-close.svg") #fff no-repeat top 5px center;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding-top: 30px;
  font-size: 12px;
  color: #009ca6;
  font-weight: 700;
}
.l-totop {
  text-align: center;
}
.l-totop a {
  font-size: calc(13px + ((15 - 13) * (100vw - 320px) / (1024 - 320)));
  display: inline-block;
  background: url("../images/icon/arrow-top.svg") no-repeat top center;
  padding-top: 20px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}
@media screen and (min-width: 1024px) {
  .l-totop a {
    font-size: 15px;
  }
}
.s-width-fix {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding: 0 4vw;
}
.s-width-lg {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s-width-md {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media screen and (min-width: 1024px) {
  .s-width-md {
    padding: 0 5vw 0 5vw;
  }
}
.s-width-sm {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-home-mv {
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-home-mv .p-home-mv-inner {
  position: relative;
}
.p-home-mv img {
  width: auto;
  max-width: initial;
  height: 260px;
}
@media screen and (min-width: 450px) {
  .p-home-mv img {
    max-width: 100%;
    height: auto;
  }
}
.p-home-mv .p-home-mv-nav {
  font-size: calc(12px + ((14 - 12) * (100vw - 320px) / (1024 - 320)));
  position: absolute;
  top: 16px;
  right: 100px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-home-mv .p-home-mv-nav {
    font-size: 14px;
  }
}
@media screen and (min-width: 450px) {
  .p-home-mv .p-home-mv-nav {
    right: 16px;
  }
}
.c-home-about {
  gap: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .c-home-about {
    gap: 40px;
    padding-top: 0;
  }
}
.c-home-about .c-home-about__img {
  display: block;
  width: 42%;
  float: left;
  margin-right: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about__img {
    margin-right: 40px;
    margin-bottom: 0;
    width: 300px;
  }
}
.c-home-about .c-home-about-box__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about-box__img {
    position: static !important;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin-bottom: 24px;
  }
}
.c-home-about .c-home-about-box__text {
  font-size: calc(14px + ((18 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about-box__text {
    font-size: 18px;
  }
}
.c-home-about .c-home-about-box__type {
  border-radius: 16px;
  border: 2px solid #dc6a00;
  background: #fff;
  padding: 16px;
  clear: both;
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about-box__type {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 690px;
    margin-left: auto;
    position: relative;
    top: -20px;
  }
}
.c-home-about .c-home-about-box__type li {
  font-size: calc(14px + ((16 - 14) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about-box__type li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about-box__type li {
    width: 50%;
  }
}
.c-home-about .c-home-about-box__type li span {
  color: #dc6a00;
  width: 50px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .c-home-about .c-home-about-box__type li span {
    width: 60px;
  }
}
.p-home-tobira {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (min-width: 767px) {
  .p-home-tobira {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between;
    height: 580px;
    gap: 24px 0;
  }
  .p-home-tobira .p-home-rap {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 58%;
    max-width: 600px;
  }
  .p-home-tobira .p-home-pokehuta {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    max-width: 390px;
    width: 40%;
  }
  .p-home-tobira .p-home-shop {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    max-width: 390px;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-tobira {
    height: 530px;
  }
}
.p-home-rap {
  background: url("../images/common/bg-buss.jpg?hash=a6e987bbb85b933c86e76ede42171c78") #fcbc24;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-home-rap:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.p-home-rap .p-home-rap__img {
  border-radius: 16px;
  border: 2px solid #000;
  border-radius: 16px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-home-rap .p-home-rap__img {
    border: 4px solid #000;
  }
}
.p-home-pokehuta {
  background: url("../images/pages/home/pokehuta-bg.png?hash=366fe08ef807527f15b2b66d64b1f510") #36dbff center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-home-pokehuta:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.p-home-pokehuta .p-home-pokehuta__img {
  width: 180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
}
.p-home-shop {
  background: url("../images/pages/home/shop-bg.png?hash=1709c1aa86e8bec8a97882b0f093cdd9") #ffa588 center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-home-shop:before {
  content: 'Coming Soon';
  color: #fff;
  position: absolute;
  background: rgba(0,0,0,0.8);
  z-index: 2;
  display: block;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: calc(18px + ((24 - 18) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .p-home-shop:before {
    font-size: 24px;
  }
}
.p-home-shop .p-home-shop__img {
  width: 180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .p-home-shop .p-home-shop__img {
    position: absolute;
    right: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-shop dl {
    width: 64%;
  }
}
a.p-home-shop {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: visible;
}
a.p-home-shop:before {
  display: none;
}
a.p-home-shop:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.p-info-wrapper {
  background: url("../images/common/bg-waku.png?hash=964399140ecde18fc3c9b273322c6abd") #fcbc24;
}
@media screen and (min-width: 1024px) {
  .p-info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-info-wrapper .p-info {
    width: 750px;
    margin-top: -16px;
  }
}
.p-info__item__label,
.p-info .p-info__item .p-info__item__label,
.p-info .p-info__item .p-info__item__label.is-event {
  font-size: calc(13px + ((15 - 13) * (100vw - 320px) / (1024 - 320)));
  float: left;
  border-radius: 40px;
  border: 2px solid #2b2b2b;
  background: #9dffa7;
  text-align: center;
  min-width: 96px;
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .p-info__item__label,
  .p-info .p-info__item .p-info__item__label,
  .p-info .p-info__item .p-info__item__label.is-event {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-info__item__label,
  .p-info .p-info__item .p-info__item__label,
  .p-info .p-info__item .p-info__item__label.is-event {
    min-width: 112px;
  }
}
.p-info .p-info__item {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-info .p-info__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-info .p-info__item .p-info__item__date {
  float: left;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-info .p-info__item .p-info__item__date {
    float: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-info .p-info__item .p-info__item__label {
    float: none;
  }
}
.p-info .p-info__item .p-info__item__label.is-event {
  background: #fff848;
}
.p-info .p-info__item .p-info__item__text {
  clear: both;
  padding-top: 4px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.p-info .p-info__item .p-info__item__text:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #000;
}
.p-info .p-info__item .p-info__item__text span {
  position: relative;
  z-index: 2;
}
/*
.p-info .p-info__item .p-info__item__text span:hover {
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.p-info .p-info__item .p-info__item__text span:hover::after {
  width: 100%;
}
.p-info .p-info__item .p-info__item__text span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 12px;
  border-radius: 2px;
  background-color: rgba(255,248,72,0.8);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
  z-index: -1;
}
 */
@media screen and (min-width: 1024px) {
  .p-info .p-info__item .p-info__item__text {
    margin-top: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.p-article-header .p-article-header__date {
  text-align: right;
}
.p-article-body > img {
  max-width: 640px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-page-mv {
  margin-right: calc((50% - 50vw) -16px);
  margin-left: calc((50% - 50vw) -16px);
  background-color: #36e8c8;
  background-image: url("../images/layout/bg-page-title-left.png"), url("../images/layout/bg-page-title-right.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-size: 120px, 120px;
  -moz-background-size: 120px, 120px;
  background-size: 120px, 120px;
  margin-top: 40px;
  padding-top: 34px;
  padding-bottom: 16px;
  position: relative;
  border-radius: 24px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-page-mv {
    -webkit-background-size: 168px, 168px;
    -moz-background-size: 168px, 168px;
    background-size: 168px, 168px;
    padding-bottom: 24px;
    border-radius: 48px;
    padding-top: 60px;
    margin-top: 60px;
    margin-right: calc(50% - 48vw);
    margin-left: calc(50% - 48vw);
  }
}
.p-page-mv .p-page-mv__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 767px) {
  .p-page-mv .p-page-mv__logo {
    top: -40px;
    width: 140px;
    height: 140px;
  }
}
.p-page-mv .p-page-mv__title {
  width: auto;
  max-width: initial;
  height: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-page-mv .p-page-mv__title {
    max-width: 100%;
    height: 64px;
  }
}
.p-page-mv .p-page-mv-nav {
  font-size: calc(12px + ((14 - 12) * (100vw - 320px) / (1024 - 320)));
  position: absolute;
  top: -24px;
  right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 20px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-page-mv .p-page-mv-nav {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .p-page-mv .p-page-mv-nav {
    top: -40px;
  }
}
.p-sns-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 450px) {
  .p-sns-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sns-wrapper .p-sns .p-sns__title {
  text-align: center;
  color: #009ca6;
  font-size: 24px;
}
.p-wrapping-wrapper .os-c-parts-photo__figure-inner {
  background: #fff;
}
.p-wrapping-wrapper .p-wrapping,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2 {
  display: block;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  background-size: auto auto;
  background-color: #ffe254;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 12px, #ffca00 12px, #ffca00 28px);
  background-image: -moz-repeating-linear-gradient(315deg, transparent, transparent 12px, #ffca00 12px, #ffca00 28px);
  background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 12px, #ffca00 12px, #ffca00 28px);
  background-image: -ms-repeating-linear-gradient(315deg, transparent, transparent 12px, #ffca00 12px, #ffca00 28px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, #ffca00 12px, #ffca00 28px);
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(1):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(1):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(1):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(1):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(2):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(2):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(2):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(2):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(3):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(3):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(3):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(3):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(4):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(4):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(4):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(4):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(5):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(5):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(5):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(5):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(6):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(6):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(6):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(6):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(7):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(7):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(7):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(7):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(8):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(8):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(8):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(8):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(9):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(9):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(9):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(9):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.p-wrapping-wrapper .p-wrapping:nth-child(10):hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(10):hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-wrapping-wrapper .p-wrapping:nth-child(10):hover:hover,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2:nth-child(10):hover:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.p-wrapping-wrapper .p-wrapping .p-wrapping-fig img,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2 .p-wrapping-fig img {
  aspect-ratio: 1.777777777777778;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.p-wrapping-wrapper .p-wrapping .p-wrapping__text,
.p-wrapping-wrapper .os-p-parts-field-column__unit--photo-clm2 .p-wrapping__text {
  padding: 16px;
}
.editor-styles-wrapper h3 {
  border: none;
}
.editor-styles-wrapper img {
  border-radius: 8px;
}
.editor-styles-wrapper ul.is-decimal {
  padding-left: 24px;
}
.editor-styles-wrapper ul.is-decimal li {
  list-style: decimal;
}
.wp-block-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 16px !important;
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery {
    gap: 20px 40px !important;
  }
}
.wp-block-gallery .wp-block-image {
  background: none !important;
  width: 30% !important;
  aspect-ratio: 1.6;
}
.wp-block-gallery .wp-block-image img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.wp-element-caption {
  font-size: 12px !important;
  background: none !important;
  color: #333 !important;
  display: block;
  position: static !important;
  height: auto !important;
  max-height: 40px !important;
}
@media screen and (min-width: 1024px) {
  .wp-element-caption {
    font-size: 16px !important;
  }
}
body .is-layout-flex {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
/*# sourceMappingURL=site-style.css.map */