@charset "UTF-8";
/*
  フォントサイズ
    $size: font-size px（Figma 1x値）→ vw（SP: 375基準）/ vp相当（PC: 769〜1599px）/ rem（1600px〜）
    $line-height: Figma行間 px or null
    $letter-spacing: Figma文字間 % or null
    $min-ratio: PC可変時の最小フォント倍率
*/
/*
  SP: v() / PC: vp()（769〜1599px 可変、1600px〜固定）
*/
/*
  コンテンツインナー
  SP: 左右 v(30) / PC: max-width vp($max) + 中央寄せ（左右余白は自動で可変）
*/
@font-face {
  font-family: "Generika";
  src: url("../font/generika-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generika";
  src: url("../font/generika-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Generika";
  src: url("../font/generika-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generika";
  src: url("../font/generika-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Generika";
  src: url("../font/generika-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
} /* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
} /* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
} /* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
}

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

* {
  box-sizing: border-box;
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  font-size: 0;
}
@media screen and (min-width: 1600px) {
  .header {
    width: 1600px;
    right: 0px;
    margin: 0px auto;
  }
}

.header__line {
  top: 0px;
  left: 0px;
  display: block;
  height: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  .header__line {
    height: min(3.75vw, 60px);
  }
}
.header__line {
  background: #0055A5;
  position: sticky;
  top: 0px;
  z-index: 8;
}

.header__link {
  display: inline-block;
}

.header__logo {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: min(15vw, 240px);
  }
}
.header__logo {
  background: #FFFFFF;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 769px) {
  .header__logo {
    padding: min(0.625vw, 10px) 0px;
  }
  .header__logo:hover img {
    opacity: 0.8;
  }
}
.header__logo img {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .header__logo img {
    width: min(12.5vw, 200px);
  }
}
@media screen and (min-width: 769px) {
  .header__logo img {
    transition: opacity 0.4s ease;
  }
}

.header__title {
  padding: 0.1em 3.2vw 0px;
  background-color: #fff;
  color: #DD3333;
  font-weight: 700;
  font-family: "Generika", sans-serif;
  display: flex;
  align-items: center;
  outline: 1.6vw solid #0055A5;
  outline-offset: -1.6vw;
  position: fixed;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  outline-offset: -1.6vw;
}
@media screen and (min-width: 769px) {
  .header__title {
    outline-offset: max(-0.4375vw, -7px);
  }
}
.header__title {
  column-gap: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .header__title {
    column-gap: min(0.5vw, 8px);
  }
}
.header__title {
  height: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  .header__title {
    height: min(3.75vw, 60px);
  }
}
.header__title {
  font-size: 5.6vw;
}
@media screen and (min-width: 769px) {
  .header__title {
    font-size: min(1.3125vw, 21px);
  }
}
@media screen and (min-width: 1600px) {
  .header__title {
    font-size: 2.1rem;
  }
}
.header__title {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header__title {
    padding: 0.1em min(0.75vw, 12px) 0px;
    outline-width: min(0.4375vw, 7px);
    font-size: 10.1333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .header__title {
    font-size: min(2.375vw, 38px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .header__title {
    font-size: 3.8rem;
  }
}
.header.--out .header__title {
  opacity: 1;
  pointer-events: all;
}
.header__title span {
  margin-top: -0.2em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .header__title span {
    font-size: min(1vw, 16px);
  }
}
@media screen and (min-width: 1600px) {
  .header__title span {
    font-size: 1.6rem;
  }
}
.header__title span {
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 769px) {
  .header__title span {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .header__title span {
    font-size: min(1.75vw, 28px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .header__title span {
    font-size: 2.8rem;
  }
}

.footer {
  padding: 4.2666666667vw 0px 21.3333333333vw 0px;
  background: #0055A5;
  color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: min(3.125vw, 50px) 0px;
  }
}

.footer__inner {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    width: 100%;
    max-width: min(82.5vw, 1320px);
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 2.1333333333vw;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: min(3.75vw, 60px);
  }
}

.footer__logo {
  width: 32.8vw;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: min(12.5vw, 200px);
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer__logo a {
    transition: opacity 0.4s ease;
  }
  .footer__logo a:hover {
    opacity: 0.8;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__links {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__links {
    margin-top: 3.2vw;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 3.2vw;
}
@media screen and (min-width: 769px) {
  .footer__info {
    row-gap: min(0.75vw, 12px);
  }
}

.footer__contact small {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__contact small {
    font-size: min(0.625vw, 10px);
  }
}
@media screen and (min-width: 1600px) {
  .footer__contact small {
    font-size: 1rem;
  }
}
.footer__contact small {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .footer__contact small {
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer__contact small {
    font-size: min(0.75vw, 12px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .footer__contact small {
    font-size: 1.2rem;
  }
}

.footer__note {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__note {
    font-size: min(0.625vw, 10px);
  }
}
@media screen and (min-width: 1600px) {
  .footer__note {
    font-size: 1rem;
  }
}
.footer__note {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .footer__note {
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer__note {
    font-size: min(0.75vw, 12px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .footer__note {
    font-size: 1.2rem;
  }
}

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
  flex-wrap: wrap;
  margin-top: 9.6vw;
}
@media screen and (min-width: 769px) {
  .footer__link {
    margin-top: min(2.25vw, 36px);
  }
}
@media screen and (min-width: 769px) {
  .footer__link {
    column-gap: min(1.75vw, 28px);
    justify-content: flex-end;
  }
}
.footer__link a:not(.footer__instagram) {
  color: #fff;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__link a:not(.footer__instagram) {
    font-size: min(0.625vw, 10px);
  }
}
@media screen and (min-width: 1600px) {
  .footer__link a:not(.footer__instagram) {
    font-size: 1rem;
  }
}
.footer__link a:not(.footer__instagram) {
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .footer__link a:not(.footer__instagram) {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer__link a:not(.footer__instagram) {
    font-size: min(0.875vw, 14px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .footer__link a:not(.footer__instagram) {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .footer__link a:not(.footer__instagram):hover {
    text-decoration: underline;
  }
}

.footer__instagram {
  display: block;
  width: 8vw;
}
@media screen and (min-width: 769px) {
  .footer__instagram {
    width: min(2.0625vw, 33px);
  }
}
.footer__instagram {
  height: 8vw;
}
@media screen and (min-width: 769px) {
  .footer__instagram {
    height: min(2.0625vw, 33px);
  }
}
.footer__instagram {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none"><path d="M9.66639 0.115397C7.91079 0.198227 6.7119 0.478397 5.66382 0.890237C4.57911 1.31297 3.65973 1.88024 2.74497 2.7983C1.83021 3.71636 1.2669 4.6364 0.847137 5.72276C0.440907 6.77315 0.165687 7.97303 0.0881368 9.72962C0.0105868 11.4862 -0.00657324 12.0508 0.00200675 16.5316C0.0105868 21.0123 0.0303868 21.574 0.115527 23.3342C0.199347 25.0895 0.478527 26.288 0.890367 27.3364C1.31376 28.4211 1.88037 29.3402 2.79876 30.2553C3.71715 31.1704 4.63653 31.7324 5.72553 32.1528C6.77493 32.5584 7.97514 32.8349 9.7314 32.9118C11.4877 32.9887 12.0529 33.0065 16.5324 32.9979C21.0118 32.9893 21.5758 32.9695 23.3356 32.886C25.0955 32.8026 26.2878 32.5214 27.3366 32.1115C28.4213 31.6872 29.341 31.1215 30.2554 30.2028C31.1698 29.2841 31.7328 28.3634 32.1523 27.2764C32.5588 26.227 32.835 25.0268 32.9113 23.2718C32.9881 21.5106 33.0063 20.9483 32.9977 16.4682C32.9891 11.9881 32.969 11.4265 32.8855 9.66692C32.802 7.90736 32.5225 6.71243 32.111 5.66336C31.687 4.57865 31.121 3.66026 30.2029 2.74451C29.2849 1.82876 28.3635 1.26611 27.2768 0.847667C26.2268 0.441437 25.0272 0.164567 23.271 0.0886671C21.5147 0.0127671 20.9494 -0.00670294 16.4683 0.00187706C11.9873 0.0104571 11.4263 0.0295971 9.66639 0.115397ZM9.85911 29.9434C8.25036 29.8735 7.37685 29.6062 6.79473 29.3824C6.02385 29.0854 5.47473 28.7264 4.89459 28.1519C4.31445 27.5773 3.95805 27.0262 3.65709 26.257C3.43104 25.6749 3.15879 24.8024 3.08355 23.1936C3.00171 21.4548 2.98455 20.9328 2.97498 16.5276C2.96541 12.1224 2.98224 11.601 3.05847 9.86162C3.12711 8.25419 3.39606 7.37969 3.61947 6.7979C3.91647 6.02603 4.27419 5.4779 4.85004 4.89809C5.42589 4.31828 5.97534 3.96122 6.74523 3.66026C7.32669 3.43322 8.19921 3.16328 9.8073 3.08672C11.5474 3.00422 12.0688 2.98772 16.4733 2.97815C20.8778 2.96858 21.4005 2.98508 23.1413 3.06164C24.7487 3.1316 25.6235 3.39791 26.2047 3.62264C26.9759 3.91964 27.5247 4.27637 28.1045 4.85321C28.6843 5.43005 29.0417 5.97752 29.3426 6.74906C29.57 7.32887 29.8399 8.20106 29.9158 9.81014C29.9987 11.5502 30.0175 12.072 30.0254 16.4761C30.0333 20.8803 30.0178 21.4034 29.9416 23.1421C29.8713 24.7509 29.6047 25.6247 29.3806 26.2075C29.0836 26.9781 28.7255 27.5275 28.1494 28.107C27.5732 28.6865 27.0244 29.0435 26.2542 29.3445C25.6734 29.5712 24.7999 29.8418 23.1931 29.9184C21.453 30.0002 20.9316 30.0174 16.5254 30.0269C12.1193 30.0365 11.5995 30.0187 9.85944 29.9434M23.3102 7.68131C23.3109 8.07294 23.4277 8.45559 23.6458 8.78085C23.8639 9.10611 24.1736 9.35937 24.5357 9.50861C24.8978 9.65785 25.296 9.69635 25.68 9.61926C26.064 9.54217 26.4164 9.35294 26.6929 9.07551C26.9693 8.79807 27.1572 8.44489 27.2329 8.06064C27.3086 7.67639 27.2686 7.27832 27.1181 6.91679C26.9675 6.55525 26.7131 6.24649 26.387 6.02954C26.061 5.8126 25.6779 5.69722 25.2863 5.69801C24.7613 5.69906 24.2582 5.90858 23.8876 6.2805C23.517 6.65242 23.3094 7.15629 23.3102 7.68131ZM8.02794 16.5164C8.03718 21.1958 11.8375 24.9806 16.5159 24.9717C21.1943 24.9627 24.9817 21.1628 24.9728 16.4834C24.9639 11.804 21.1626 8.01824 16.4835 8.02748C11.8045 8.03672 8.01903 11.8377 8.02794 16.5164ZM10.9999 16.5105C10.9978 15.4226 11.3182 14.3586 11.9208 13.4529C12.5234 12.5473 13.381 11.8406 14.3852 11.4223C15.3893 11.004 16.495 10.8929 17.5624 11.103C18.6297 11.3131 19.6107 11.835 20.3815 12.6027C21.1522 13.3704 21.678 14.3494 21.8923 15.4159C22.1066 16.4824 21.9999 17.5885 21.5856 18.5943C21.1713 19.6001 20.4681 20.4605 19.5648 21.0667C18.6615 21.6728 17.5987 21.9975 16.5109 21.9997C15.7886 22.0012 15.0731 21.8604 14.4052 21.5854C13.7373 21.3103 13.1301 20.9064 12.6184 20.3966C12.1066 19.8869 11.7003 19.2813 11.4226 18.6145C11.1449 17.9477 11.0013 17.2328 10.9999 16.5105Z" fill="white"/></svg>') center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .footer__instagram {
    margin: 0px;
  }
}

.footer_sticky {
  width: fit-content;
  margin-left: auto;
  position: sticky;
  bottom: 18.6666666667vw;
  z-index: 8;
}
@media screen and (min-width: 769px) {
  .footer_sticky {
    bottom: min(3.75vw, 60px);
    max-width: 100%;
    margin-right: min(1.25vw, 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: bottom 0.4s ease;
  }
}

.kv.--in ~ .footer_sticky .footer__pagetop {
  opacity: 0;
  pointer-events: none;
}

.footer__pagetop {
  display: block;
  margin-left: auto;
  font-size: 0;
  background: url(../img/footer/btn_top.webp) center center/contain no-repeat;
  margin-bottom: -7.7333333333vw;
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    margin-bottom: max(-2.4375vw, -39px);
  }
}
.footer__pagetop {
  margin-top: -7.7333333333vw;
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    margin-top: max(-2.4375vw, -39px);
  }
}
.footer__pagetop {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    margin-right: min(1.25vw, 20px);
  }
}
.footer__pagetop {
  width: 15.4666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    width: min(4.875vw, 78px);
  }
}
.footer__pagetop {
  height: 15.4666666667vw;
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    height: min(4.875vw, 78px);
  }
}
.footer__pagetop {
  transition: filter 0.3s ease, opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    margin-left: 0;
    margin-right: 0;
  }
  .footer__pagetop:hover {
    filter: brightness(1.4);
  }
}

.footer__cta {
  height: 16vw;
}
@media screen and (min-width: 769px) {
  .footer__cta {
    height: min(5vw, 80px);
  }
}
.footer__cta {
  display: block;
  border: 0.8vw solid #0055A5;
  background-color: #FFF100;
  display: flex;
  align-items: center;
  column-gap: 4.2666666667vw;
  justify-content: center;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .footer__cta {
    width: 100%;
    position: fixed;
    bottom: 1.0666666667vw;
    left: 0px;
  }
}
@media screen and (min-width: 769px) {
  .footer__cta {
    width: min(15vw, 240px);
    border-width: min(0.1875vw, 3px);
    box-shadow: 0 min(0.25vw, 4px) min(0.5vw, 8px) 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    row-gap: min(0.1875vw, 3px);
    margin: max(-10vw, -160px) 0 min(5vw, 80px) 0;
    transition: background-color 0.4s ease;
  }
  .footer__cta:hover {
    background-color: #0055A5;
  }
}

@media screen and (min-width: 769px) {
  .kv.--in ~ .footer_sticky {
    bottom: max(-4.375vw, -70px);
  }
}

.footer_cta--title {
  font-family: "Generika", sans-serif;
  font-weight: 700;
  display: none;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--title {
    font-size: min(1.75vw, 28px);
  }
}
@media screen and (min-width: 1600px) {
  .footer_cta--title {
    font-size: 2.8rem;
  }
}
.footer_cta--title {
  line-height: 1;
  padding-top: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--title {
    padding-top: min(0vw, 0px);
  }
}

.footer_cta--reserve {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #0055A5;
  padding-top: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve {
    padding-top: min(0vw, 0px);
  }
}
.footer_cta--reserve {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve {
    margin-bottom: min(0vw, 0px);
  }
}
.footer_cta--reserve {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve {
    font-size: min(0.875vw, 14px);
  }
}
@media screen and (min-width: 1600px) {
  .footer_cta--reserve {
    font-size: 1.4rem;
  }
}
.footer_cta--reserve {
  line-height: 1;
  column-gap: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve {
    column-gap: min(0.625vw, 10px);
  }
}
.footer_cta--reserve {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve {
    font-size: min(1.25vw, 20px);
  }
}
@media screen and (min-width: 1600px) {
  .footer_cta--reserve {
    font-size: 2rem;
  }
}
.footer_cta--reserve {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve {
    transition: color 0.4s ease;
  }
  .footer__cta:hover .footer_cta--reserve {
    color: #FFF100;
  }
}
.footer_cta--reserve::before {
  content: "";
  font-size: 0;
  width: 6.4vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve::before {
    width: min(1.75vw, 28px);
  }
}
.footer_cta--reserve::before {
  height: 6.4vw;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve::before {
    height: min(1.75vw, 28px);
  }
}
.footer_cta--reserve::before {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1.42864" y="4.67913" width="17.1429" height="13.7662" stroke="%230055A5" stroke-width="1.42857"/><rect x="1.48828" y="8.39453" width="17.0238" height="1.54762" fill="%230055A5"/><rect x="4.97021" y="2.20703" width="1.54762" height="5.41667" fill="%230055A5"/><rect x="13.4819" y="2.20703" width="1.54762" height="5.41667" fill="%230055A5"/></svg>') center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .footer_cta--reserve::before {
    transition: background 0.4s ease;
  }
  .footer__cta:hover .footer_cta--reserve::before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1.42864" y="4.67913" width="17.1429" height="13.7662" stroke="%23FFF100" stroke-width="1.42857"/><rect x="1.48828" y="8.39453" width="17.0238" height="1.54762" fill="%23FFF100"/><rect x="4.97021" y="2.20703" width="1.54762" height="5.41667" fill="%23FFF100"/><rect x="13.4819" y="2.20703" width="1.54762" height="5.41667" fill="%23FFF100"/></svg>') center center/contain no-repeat;
  }
}

.nav__details {
  display: block;
}
.nav__details:not([open]) > .nav {
  display: block;
}
.nav__details[open] .nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s;
}
.nav__details[open] .nav__trigger::after {
  content: "CLOSE";
}

.nav {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  background: #DD3333 url(../img/voice/bg.webp) right bottom/9.0666666667vw auto repeat;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .nav {
    background-size: min(2.5vw, 40px) auto;
  }
}

.nav__inner {
  width: 100%;
  padding: 42.6666666667vw 0px 24vw;
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 769px) {
  .nav__inner {
    width: 100%;
    max-width: min(82.5vw, 1320px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .nav__inner {
    padding: min(19.375vw, 310px) 0px min(6.25vw, 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(0vw, 0px) min(5.5vw, 88px);
  }
}
@media screen and (min-width: 1600px) {
  .nav__inner {
    max-width: 1360px;
  }
}

.nav__trigger {
  width: 18.4vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger {
    width: min(4.3125vw, 69px);
  }
}
.nav__trigger {
  height: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger {
    height: min(3.75vw, 60px);
  }
}
.nav__trigger {
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: block;
  background-color: #0055A5;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.nav__trigger::marker {
  content: "";
}
.nav__trigger::-webkit-details-marker {
  display: none;
}
.nav__trigger:focus-visible {
  outline: 2px solid #DD3333;
  outline-offset: 4px;
}
.nav__trigger::after {
  content: "MENU";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1.8666666667vw;
  font-family: "Manrope", sans-serif;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger::after {
    font-size: min(0.625vw, 10px);
  }
}
@media screen and (min-width: 1600px) {
  .nav__trigger::after {
    font-size: 1rem;
  }
}
.nav__trigger::after {
  line-height: 1;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nav__trigger {
    transition: background-color 0.4s ease;
  }
  .nav__trigger:hover {
    background-color: #DD3333;
  }
  .nav__trigger::after {
    bottom: min(0.4375vw, 7px);
  }
}

.nav__trigger-icon {
  display: block;
  position: absolute;
  inset: 0;
}
.nav__trigger-icon::before, .nav__trigger-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger-icon::before, .nav__trigger-icon::after {
    width: min(1.75vw, 28px);
  }
}
.nav__trigger-icon::before, .nav__trigger-icon::after {
  height: 0.8vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger-icon::before, .nav__trigger-icon::after {
    height: min(0.1875vw, 3px);
  }
}
.nav__trigger-icon::before, .nav__trigger-icon::after {
  background: #FFFFFF;
  transform: translateX(-50%);
  transition: transform 0.4s ease, top 0.4s ease;
}
.nav__trigger-icon::before {
  top: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger-icon::before {
    top: min(1vw, 16px);
  }
}
.nav__trigger-icon::after {
  top: 8vw;
}
@media screen and (min-width: 769px) {
  .nav__trigger-icon::after {
    top: min(1.875vw, 30px);
  }
}

.nav__details[open] .nav__trigger {
  border-radius: 0 0 0 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__details[open] .nav__trigger {
    border-radius: 0 0 0 min(0.625vw, 10px);
  }
}

.nav__details[open] .nav__trigger-icon::before, .nav__details[open] .nav__trigger-icon::after {
  top: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .nav__details[open] .nav__trigger-icon::before, .nav__details[open] .nav__trigger-icon::after {
    top: min(1.4375vw, 23px);
  }
}
.nav__details[open] .nav__trigger-icon::before {
  transform: translateX(-50%) rotate(45deg);
}
.nav__details[open] .nav__trigger-icon::after {
  transform: translateX(-50%) rotate(-45deg);
}

.nav__instagram {
  width: 18.4vw;
}
@media screen and (min-width: 769px) {
  .nav__instagram {
    width: min(4.3125vw, 69px);
  }
}
.nav__instagram {
  height: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  .nav__instagram {
    height: min(3.75vw, 60px);
  }
}
.nav__instagram {
  position: fixed;
  top: 0px;
  z-index: 10;
  right: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  .nav__instagram {
    right: min(4.3125vw, 69px);
  }
}
.nav__instagram {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none"><path d="M9.66639 0.115397C7.91079 0.198227 6.7119 0.478397 5.66382 0.890237C4.57911 1.31297 3.65973 1.88024 2.74497 2.7983C1.83021 3.71636 1.2669 4.6364 0.847137 5.72276C0.440907 6.77315 0.165687 7.97303 0.0881368 9.72962C0.0105868 11.4862 -0.00657324 12.0508 0.00200675 16.5316C0.0105868 21.0123 0.0303868 21.574 0.115527 23.3342C0.199347 25.0895 0.478527 26.288 0.890367 27.3364C1.31376 28.4211 1.88037 29.3402 2.79876 30.2553C3.71715 31.1704 4.63653 31.7324 5.72553 32.1528C6.77493 32.5584 7.97514 32.8349 9.7314 32.9118C11.4877 32.9887 12.0529 33.0065 16.5324 32.9979C21.0118 32.9893 21.5758 32.9695 23.3356 32.886C25.0955 32.8026 26.2878 32.5214 27.3366 32.1115C28.4213 31.6872 29.341 31.1215 30.2554 30.2028C31.1698 29.2841 31.7328 28.3634 32.1523 27.2764C32.5588 26.227 32.835 25.0268 32.9113 23.2718C32.9881 21.5106 33.0063 20.9483 32.9977 16.4682C32.9891 11.9881 32.969 11.4265 32.8855 9.66692C32.802 7.90736 32.5225 6.71243 32.111 5.66336C31.687 4.57865 31.121 3.66026 30.2029 2.74451C29.2849 1.82876 28.3635 1.26611 27.2768 0.847667C26.2268 0.441437 25.0272 0.164567 23.271 0.0886671C21.5147 0.0127671 20.9494 -0.00670294 16.4683 0.00187706C11.9873 0.0104571 11.4263 0.0295971 9.66639 0.115397ZM9.85911 29.9434C8.25036 29.8735 7.37685 29.6062 6.79473 29.3824C6.02385 29.0854 5.47473 28.7264 4.89459 28.1519C4.31445 27.5773 3.95805 27.0262 3.65709 26.257C3.43104 25.6749 3.15879 24.8024 3.08355 23.1936C3.00171 21.4548 2.98455 20.9328 2.97498 16.5276C2.96541 12.1224 2.98224 11.601 3.05847 9.86162C3.12711 8.25419 3.39606 7.37969 3.61947 6.7979C3.91647 6.02603 4.27419 5.4779 4.85004 4.89809C5.42589 4.31828 5.97534 3.96122 6.74523 3.66026C7.32669 3.43322 8.19921 3.16328 9.8073 3.08672C11.5474 3.00422 12.0688 2.98772 16.4733 2.97815C20.8778 2.96858 21.4005 2.98508 23.1413 3.06164C24.7487 3.1316 25.6235 3.39791 26.2047 3.62264C26.9759 3.91964 27.5247 4.27637 28.1045 4.85321C28.6843 5.43005 29.0417 5.97752 29.3426 6.74906C29.57 7.32887 29.8399 8.20106 29.9158 9.81014C29.9987 11.5502 30.0175 12.072 30.0254 16.4761C30.0333 20.8803 30.0178 21.4034 29.9416 23.1421C29.8713 24.7509 29.6047 25.6247 29.3806 26.2075C29.0836 26.9781 28.7255 27.5275 28.1494 28.107C27.5732 28.6865 27.0244 29.0435 26.2542 29.3445C25.6734 29.5712 24.7999 29.8418 23.1931 29.9184C21.453 30.0002 20.9316 30.0174 16.5254 30.0269C12.1193 30.0365 11.5995 30.0187 9.85944 29.9434M23.3102 7.68131C23.3109 8.07294 23.4277 8.45559 23.6458 8.78085C23.8639 9.10611 24.1736 9.35937 24.5357 9.50861C24.8978 9.65785 25.296 9.69635 25.68 9.61926C26.064 9.54217 26.4164 9.35294 26.6929 9.07551C26.9693 8.79807 27.1572 8.44489 27.2329 8.06064C27.3086 7.67639 27.2686 7.27832 27.1181 6.91679C26.9675 6.55525 26.7131 6.24649 26.387 6.02954C26.061 5.8126 25.6779 5.69722 25.2863 5.69801C24.7613 5.69906 24.2582 5.90858 23.8876 6.2805C23.517 6.65242 23.3094 7.15629 23.3102 7.68131ZM8.02794 16.5164C8.03718 21.1958 11.8375 24.9806 16.5159 24.9717C21.1943 24.9627 24.9817 21.1628 24.9728 16.4834C24.9639 11.804 21.1626 8.01824 16.4835 8.02748C11.8045 8.03672 8.01903 11.8377 8.02794 16.5164ZM10.9999 16.5105C10.9978 15.4226 11.3182 14.3586 11.9208 13.4529C12.5234 12.5473 13.381 11.8406 14.3852 11.4223C15.3893 11.004 16.495 10.8929 17.5624 11.103C18.6297 11.3131 19.6107 11.835 20.3815 12.6027C21.1522 13.3704 21.678 14.3494 21.8923 15.4159C22.1066 16.4824 21.9999 17.5885 21.5856 18.5943C21.1713 19.6001 20.4681 20.4605 19.5648 21.0667C18.6615 21.6728 17.5987 21.9975 16.5109 21.9997C15.7886 22.0012 15.0731 21.8604 14.4052 21.5854C13.7373 21.3103 13.1301 20.9064 12.6184 20.3966C12.1066 19.8869 11.7003 19.2813 11.4226 18.6145C11.1449 17.9477 11.0013 17.2328 10.9999 16.5105Z" fill="white"/></svg>') center center/contain no-repeat;
  background-size: 8.5333333333vw auto;
}
@media screen and (max-width: 768px) {
  .nav__instagram {
    z-index: 21;
  }
}
@media screen and (min-width: 769px) {
  .nav__instagram {
    background-size: min(2.25vw, 36px) auto;
    transition: background-color 0.4s ease;
  }
  .nav__instagram:hover {
    background-color: #DD3333;
  }
}

.nav__lists.--other {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nav__lists.--other {
    align-items: flex-start;
  }
}

.nav__link {
  width: 100%;
  padding: 4.2666666667vw 0px;
  display: block;
  color: #fff;
  border-bottom: 0.5333333333vw dotted #fff;
}
@media screen and (min-width: 769px) {
  .nav__link {
    padding: min(0.125vw, 2px) min(0.25vw, 4px);
    margin-top: min(3.75vw, 60px);
    border: none;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .nav__link:first-child {
    margin-top: 0px;
  }
  .nav__link:hover {
    background-color: #fff;
    color: #DD3333;
  }
}

.nav__en {
  font-family: "Generika", sans-serif;
  font-weight: 700;
  font-size: 6.4vw;
}
@media screen and (min-width: 769px) {
  .nav__en {
    font-size: min(1.5vw, 24px);
  }
}
@media screen and (min-width: 1600px) {
  .nav__en {
    font-size: 2.4rem;
  }
}
.nav__en {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .nav__en {
    font-size: 13.3333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .nav__en {
    font-size: min(3.125vw, 50px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .nav__en {
    font-size: 5rem;
  }
}

.nav__ja {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__ja {
    font-size: min(0.8125vw, 13px);
  }
}
@media screen and (min-width: 1600px) {
  .nav__ja {
    font-size: 1.3rem;
  }
}
.nav__ja {
  line-height: 1.1538461538;
}
@media screen and (min-width: 769px) {
  .nav__ja {
    font-size: 4.8vw;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .nav__ja {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .nav__ja {
    font-size: 1.8rem;
  }
}

.nav__reserve {
  margin-top: 9.6vw;
}
@media screen and (min-width: 769px) {
  .nav__reserve {
    margin-top: min(0vw, 0px);
  }
}

.nav__groupe {
  margin-top: 6.4vw;
}
@media screen and (min-width: 769px) {
  .nav__groupe {
    margin-top: min(1.875vw, 30px);
  }
}
.nav__groupe {
  color: #fff;
}

.nav__other {
  margin-top: 16vw;
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw 10.6666666667vw;
}
@media screen and (max-width: 768px) {
  .nav__other {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .nav__other {
    margin-top: min(2.5vw, 40px);
    flex-direction: column;
    row-gap: min(2.5vw, 40px);
    text-align: left;
  }
}
.nav__other a {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .nav__other a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .nav__instagram2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .nav__instagram2 {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-top: min(11.875vw, 190px);
    transition: opacity 0.4s ease;
  }
  .nav__instagram2:hover {
    opacity: 0.6;
  }
  .nav__instagram2 a {
    display: inline-flex;
    align-items: center;
    column-gap: min(1.25vw, 20px);
    font-weight: 700;
    font-family: "Generika", sans-serif;
    color: #fff;
    font-size: 8.5333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .nav__instagram2 a {
    font-size: min(2vw, 32px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .nav__instagram2 a {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .nav__instagram2 a::before {
    content: "";
    width: min(2.375vw, 38px);
    height: min(2.375vw, 38px);
    display: block;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none"><path d="M9.66639 0.115397C7.91079 0.198227 6.7119 0.478397 5.66382 0.890237C4.57911 1.31297 3.65973 1.88024 2.74497 2.7983C1.83021 3.71636 1.2669 4.6364 0.847137 5.72276C0.440907 6.77315 0.165687 7.97303 0.0881368 9.72962C0.0105868 11.4862 -0.00657324 12.0508 0.00200675 16.5316C0.0105868 21.0123 0.0303868 21.574 0.115527 23.3342C0.199347 25.0895 0.478527 26.288 0.890367 27.3364C1.31376 28.4211 1.88037 29.3402 2.79876 30.2553C3.71715 31.1704 4.63653 31.7324 5.72553 32.1528C6.77493 32.5584 7.97514 32.8349 9.7314 32.9118C11.4877 32.9887 12.0529 33.0065 16.5324 32.9979C21.0118 32.9893 21.5758 32.9695 23.3356 32.886C25.0955 32.8026 26.2878 32.5214 27.3366 32.1115C28.4213 31.6872 29.341 31.1215 30.2554 30.2028C31.1698 29.2841 31.7328 28.3634 32.1523 27.2764C32.5588 26.227 32.835 25.0268 32.9113 23.2718C32.9881 21.5106 33.0063 20.9483 32.9977 16.4682C32.9891 11.9881 32.969 11.4265 32.8855 9.66692C32.802 7.90736 32.5225 6.71243 32.111 5.66336C31.687 4.57865 31.121 3.66026 30.2029 2.74451C29.2849 1.82876 28.3635 1.26611 27.2768 0.847667C26.2268 0.441437 25.0272 0.164567 23.271 0.0886671C21.5147 0.0127671 20.9494 -0.00670294 16.4683 0.00187706C11.9873 0.0104571 11.4263 0.0295971 9.66639 0.115397ZM9.85911 29.9434C8.25036 29.8735 7.37685 29.6062 6.79473 29.3824C6.02385 29.0854 5.47473 28.7264 4.89459 28.1519C4.31445 27.5773 3.95805 27.0262 3.65709 26.257C3.43104 25.6749 3.15879 24.8024 3.08355 23.1936C3.00171 21.4548 2.98455 20.9328 2.97498 16.5276C2.96541 12.1224 2.98224 11.601 3.05847 9.86162C3.12711 8.25419 3.39606 7.37969 3.61947 6.7979C3.91647 6.02603 4.27419 5.4779 4.85004 4.89809C5.42589 4.31828 5.97534 3.96122 6.74523 3.66026C7.32669 3.43322 8.19921 3.16328 9.8073 3.08672C11.5474 3.00422 12.0688 2.98772 16.4733 2.97815C20.8778 2.96858 21.4005 2.98508 23.1413 3.06164C24.7487 3.1316 25.6235 3.39791 26.2047 3.62264C26.9759 3.91964 27.5247 4.27637 28.1045 4.85321C28.6843 5.43005 29.0417 5.97752 29.3426 6.74906C29.57 7.32887 29.8399 8.20106 29.9158 9.81014C29.9987 11.5502 30.0175 12.072 30.0254 16.4761C30.0333 20.8803 30.0178 21.4034 29.9416 23.1421C29.8713 24.7509 29.6047 25.6247 29.3806 26.2075C29.0836 26.9781 28.7255 27.5275 28.1494 28.107C27.5732 28.6865 27.0244 29.0435 26.2542 29.3445C25.6734 29.5712 24.7999 29.8418 23.1931 29.9184C21.453 30.0002 20.9316 30.0174 16.5254 30.0269C12.1193 30.0365 11.5995 30.0187 9.85944 29.9434M23.3102 7.68131C23.3109 8.07294 23.4277 8.45559 23.6458 8.78085C23.8639 9.10611 24.1736 9.35937 24.5357 9.50861C24.8978 9.65785 25.296 9.69635 25.68 9.61926C26.064 9.54217 26.4164 9.35294 26.6929 9.07551C26.9693 8.79807 27.1572 8.44489 27.2329 8.06064C27.3086 7.67639 27.2686 7.27832 27.1181 6.91679C26.9675 6.55525 26.7131 6.24649 26.387 6.02954C26.061 5.8126 25.6779 5.69722 25.2863 5.69801C24.7613 5.69906 24.2582 5.90858 23.8876 6.2805C23.517 6.65242 23.3094 7.15629 23.3102 7.68131ZM8.02794 16.5164C8.03718 21.1958 11.8375 24.9806 16.5159 24.9717C21.1943 24.9627 24.9817 21.1628 24.9728 16.4834C24.9639 11.804 21.1626 8.01824 16.4835 8.02748C11.8045 8.03672 8.01903 11.8377 8.02794 16.5164ZM10.9999 16.5105C10.9978 15.4226 11.3182 14.3586 11.9208 13.4529C12.5234 12.5473 13.381 11.8406 14.3852 11.4223C15.3893 11.004 16.495 10.8929 17.5624 11.103C18.6297 11.3131 19.6107 11.835 20.3815 12.6027C21.1522 13.3704 21.678 14.3494 21.8923 15.4159C22.1066 16.4824 21.9999 17.5885 21.5856 18.5943C21.1713 19.6001 20.4681 20.4605 19.5648 21.0667C18.6615 21.6728 17.5987 21.9975 16.5109 21.9997C15.7886 22.0012 15.0731 21.8604 14.4052 21.5854C13.7373 21.3103 13.1301 20.9064 12.6184 20.3966C12.1066 19.8869 11.7003 19.2813 11.4226 18.6145C11.1449 17.9477 11.0013 17.2328 10.9999 16.5105Z" fill="white"/></svg>') center center/contain no-repeat;
  }
}

.nav__header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
@media screen and (min-width: 1600px) {
  .nav__header {
    width: 1600px;
    right: 0px;
    margin: 0px auto;
  }
}
.nav__header a {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__header a {
    width: min(15vw, 240px);
  }
}
.nav__header a {
  background: #FFFFFF;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .nav__header a {
    padding: min(0.625vw, 10px) 0px;
  }
  .nav__header a:hover img {
    opacity: 0.8;
  }
}
.nav__header a img {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .nav__header a img {
    width: min(12.5vw, 200px);
  }
}
@media screen and (min-width: 769px) {
  .nav__header a img {
    transition: opacity 0.4s ease;
  }
}

/*
  PCコンテンツ幅1320px
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: min(3.75vw, 60px);
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  body {
    font-size: min(0.875vw, 14px);
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 1.4rem;
  }
}
body {
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  color: #242422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  body {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  body {
    font-size: 1.8rem;
  }
}

.page__body,
.article__body,
.entry-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  color: #242422;
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

[data-appear] {
  filter: blur(8px);
  will-change: transform;
}
[data-appear].--appear {
  animation: blurIn 1s ease forwards;
}

@keyframes blurIn {
  0% {
    filter: blur(8px);
  }
  100% {
    filter: blur(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-appear].--appear {
    animation: blurIn 1s ease forwards !important;
  }
}
.text__note {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .text__note {
    font-size: min(0.75vw, 12px);
  }
}
@media screen and (min-width: 1600px) {
  .text__note {
    font-size: 1.2rem;
  }
}
.text__note {
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .text__note {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .text__note {
    font-size: min(1vw, 16px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .text__note {
    font-size: 1.6rem;
  }
}

.button__reserve {
  padding: 4.2666666667vw 16vw;
  border-radius: 15.4666666667vw;
  display: inline-flex;
  align-items: center;
  column-gap: 3.2vw;
  justify-content: center;
  background-color: #FFF100;
  background-size: 5.3333333333vw auto;
  border: 0.5333333333vw solid #0055A5;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .button__reserve {
    font-size: min(0.9375vw, 15px);
  }
}
@media screen and (min-width: 1600px) {
  .button__reserve {
    font-size: 1.5rem;
  }
}
.button__reserve {
  line-height: 1.4;
  font-weight: 700;
  color: #0055A5;
}
@media screen and (min-width: 769px) {
  .button__reserve {
    padding: min(1.4375vw, 23px) min(3.125vw, 50px);
    border-width: min(0.1875vw, 3px);
    border-radius: min(4.25vw, 68px);
    column-gap: min(0.75vw, 12px);
    font-size: 5.3333333333vw;
    line-height: 1.4;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .button__reserve {
    font-size: min(1.25vw, 20px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .button__reserve {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .button__reserve:hover {
    background-color: #0055A5;
    color: #FFF100;
  }
  .button__reserve:hover::before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1.42864" y="4.67913" width="17.1429" height="13.7662" stroke="%23FFF100" stroke-width="1.42857"/><rect x="1.48828" y="8.39453" width="17.0238" height="1.54762" fill="%23FFF100"/><rect x="4.97021" y="2.20703" width="1.54762" height="5.41667" fill="%23FFF100"/><rect x="13.4819" y="2.20703" width="1.54762" height="5.41667" fill="%23FFF100"/></svg>') center center/contain no-repeat;
  }
}
.button__reserve::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  font-size: 0;
  display: block;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1.42864" y="4.67913" width="17.1429" height="13.7662" stroke="%230055A5" stroke-width="1.42857"/><rect x="1.48828" y="8.39453" width="17.0238" height="1.54762" fill="%230055A5"/><rect x="4.97021" y="2.20703" width="1.54762" height="5.41667" fill="%230055A5"/><rect x="13.4819" y="2.20703" width="1.54762" height="5.41667" fill="%230055A5"/></svg>') center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .button__reserve::before {
    width: min(1.625vw, 26px);
    height: min(1.625vw, 26px);
    transition: background 0.4s ease;
  }
}

.link_reserve {
  display: inline-flex;
  align-items: center;
  color: #242422;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .link_reserve {
    font-size: min(0.9375vw, 15px);
  }
}
@media screen and (min-width: 1600px) {
  .link_reserve {
    font-size: 1.5rem;
  }
}
.link_reserve {
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .link_reserve {
    font-size: 4.8vw;
    line-height: 1.3888888889;
    text-underline-offset: min(0.625vw, 10px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link_reserve {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .link_reserve {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .link_reserve:hover {
    text-decoration: none;
  }
}
.link_reserve[target=_blank]::after {
  content: "";
  margin-left: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .link_reserve[target=_blank]::after {
    margin-left: min(0.75vw, 12px);
  }
}
.link_reserve[target=_blank]::after {
  width: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .link_reserve[target=_blank]::after {
    width: min(1vw, 16px);
  }
}
.link_reserve[target=_blank]::after {
  height: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .link_reserve[target=_blank]::after {
    height: min(1vw, 16px);
  }
}
.link_reserve[target=_blank]::after {
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.21703 2.71094H3.13428V12.8764H13.2998V8.79369" stroke="%23242422" stroke-width="1.5"/><rect x="7.89392" y="7.91797" width="6.67799" height="0.606464" transform="rotate(-45 7.89392 7.91797)" fill="%23242422" stroke="%23242422" stroke-width="0.606464"/><path d="M9.54028 2.76562L13.2697 2.76562V6.49501" stroke="%23242422" stroke-width="1.5"/></svg>') center center/contain no-repeat;
}
.link_reserve.--white {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .link_reserve.--white {
    font-size: min(0.9375vw, 15px);
  }
}
@media screen and (min-width: 1600px) {
  .link_reserve.--white {
    font-size: 1.5rem;
  }
}
.link_reserve.--white {
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .link_reserve.--white {
    font-size: 4.8vw;
    line-height: 1.3888888889;
    text-underline-offset: min(0.625vw, 10px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link_reserve.--white {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .link_reserve.--white {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .link_reserve.--white:hover {
    text-decoration: none;
  }
}
.link_reserve.--white[target=_blank]::after {
  content: "";
  margin-left: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .link_reserve.--white[target=_blank]::after {
    margin-left: min(0.75vw, 12px);
  }
}
.link_reserve.--white[target=_blank]::after {
  width: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .link_reserve.--white[target=_blank]::after {
    width: min(1vw, 16px);
  }
}
.link_reserve.--white[target=_blank]::after {
  height: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .link_reserve.--white[target=_blank]::after {
    height: min(1vw, 16px);
  }
}
.link_reserve.--white[target=_blank]::after {
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.21703 2.71094H3.13428V12.8764H13.2998V8.79369" stroke="%23ffffff" stroke-width="1.5"/><rect x="7.89392" y="7.91797" width="6.67799" height="0.606464" transform="rotate(-45 7.89392 7.91797)" fill="%23ffffff" stroke="%23ffffff" stroke-width="0.606464"/><path d="M9.54028 2.76562L13.2697 2.76562V6.49501" stroke="%23ffffff" stroke-width="1.5"/></svg>') center center/contain no-repeat;
}

.heading {
  padding: 27.7333333333vw 0px 14.1333333333vw;
  background: #F3F3F3;
}
@media screen and (min-width: 769px) {
  .heading {
    padding: min(6.25vw, 100px) 0px min(5.25vw, 84px);
  }
}

.heading__inner {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 769px) {
  .heading__inner {
    width: 100%;
    max-width: min(82.5vw, 1320px);
    margin-left: auto;
    margin-right: auto;
  }
}

.heading__title {
  color: #DD3333;
  font-family: "Generika", sans-serif;
  font-size: 12.8vw;
}
@media screen and (min-width: 769px) {
  .heading__title {
    font-size: min(3vw, 48px);
  }
}
@media screen and (min-width: 1600px) {
  .heading__title {
    font-size: 4.8rem;
  }
}
.heading__title {
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .heading__title {
    margin-left: min(8.75vw, 140px);
    font-size: 21.3333333333vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .heading__title {
    font-size: min(5vw, 80px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .heading__title {
    font-size: 8rem;
  }
}
.heading__title span {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .heading__title span {
    font-size: min(0.875vw, 14px);
  }
}
@media screen and (min-width: 1600px) {
  .heading__title span {
    font-size: 1.4rem;
  }
}
.heading__title span {
  line-height: 1.5;
  display: block;
  color: #242422;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .heading__title span {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .heading__title span {
    font-size: min(1.5vw, 24px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .heading__title span {
    font-size: 2.4rem;
  }
}

.single__main {
  background: #F3F3F3;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .single__main {
    padding-bottom: min(10vw, 160px);
  }
}

.article {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 769px) {
  .article {
    width: 100%;
    max-width: min(75vw, 1200px);
    margin-left: auto;
    margin-right: auto;
  }
}
.article {
  padding: 10.6666666667vw 5.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .article {
    padding: min(5vw, 80px) min(6.25vw, 100px);
  }
}

.article__info {
  display: flex;
  align-items: center;
  column-gap: 3.2vw;
}
@media screen and (min-width: 769px) {
  .article__info {
    width: min(10vw, 160px);
    column-gap: min(0.5vw, 8px);
  }
}
.article__info.--new::after {
  content: "";
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .article__info.--new::after {
    width: min(3.25vw, 52px);
  }
}
.article__info.--new::after {
  height: 4.8vw;
}
@media screen and (min-width: 769px) {
  .article__info.--new::after {
    height: min(1.8125vw, 29px);
  }
}
.article__info.--new::after {
  background: url('data:image/svg+xml;charset=utf-8,<svg width="51" height="29" viewBox="0 0 51 29" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="50.7543" height="29" rx="14.5" fill="%23DD3333"/><path d="M30.3663 19.5409L27.4193 9.46094H29.1903L31.1993 16.7409L33.2013 9.47494L34.9723 9.46094L36.9813 16.7409L38.9833 9.46094H40.7543L37.8143 19.5409H36.1483L34.0833 12.3729L32.0323 19.5409H30.3663Z" fill="white"/><path d="M20.0488 19.5409V9.46094H26.5588V11.0429H21.7358V13.5279H25.7188V15.1099H21.7358V17.9589H26.5588V19.5409H20.0488Z" fill="white"/><path d="M10 19.5409V9.46094H11.708L16.384 16.5659V9.46094H18.092V19.5409H16.384L11.708 12.4359V19.5409H10Z" fill="white"/></svg>') center center/contain no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.article__title {
  margin-top: 3.2vw;
}
@media screen and (min-width: 769px) {
  .article__title {
    margin-top: min(0.75vw, 12px);
  }
}
.article__title {
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .article__title {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 1600px) {
  .article__title {
    font-size: 1.8rem;
  }
}
.article__title {
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .article__title {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .article__title {
    font-size: min(2vw, 32px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .article__title {
    font-size: 3.2rem;
  }
}

.article__body {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .article__body {
    margin-top: min(2.5vw, 40px);
  }
}
.article__body > *:not(img) {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 769px) {
  .article__body > *:not(img) {
    margin-bottom: min(2.25vw, 36px);
  }
}
.article__body img,
.article__body .wp-block-image img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
.article__body .wp-block-image {
  margin: 0;
}
.article__body .wp-block-columns {
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .article__body .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.article__body .is-layout-flex > .wp-block-column {
  margin: 0;
}
.article__body h2,
.article__body h2.wp-block-heading {
  margin-top: 7.4666666667vw;
  display: flex;
  column-gap: 2.1333333333vw;
  font-weight: 500;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .article__body h2,
  .article__body h2.wp-block-heading {
    font-size: min(1vw, 16px);
  }
}
@media screen and (min-width: 1600px) {
  .article__body h2,
  .article__body h2.wp-block-heading {
    font-size: 1.6rem;
  }
}
.article__body h2,
.article__body h2.wp-block-heading {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .article__body h2,
  .article__body h2.wp-block-heading {
    column-gap: min(0.75vw, 12px);
    font-size: 7.4666666667vw;
    line-height: 1.3571428571;
    margin-top: min(2.5vw, 40px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .article__body h2,
  .article__body h2.wp-block-heading {
    font-size: min(1.75vw, 28px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .article__body h2,
  .article__body h2.wp-block-heading {
    font-size: 2.8rem;
  }
}
.article__body h2::before,
.article__body h2.wp-block-heading::before {
  content: "";
  min-width: 3.2vw;
  height: 1.3333333333vw;
  background: #DD3333;
  border-radius: 1.0666666667vw;
  margin-top: 2.6666666667vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .article__body h2::before,
  .article__body h2.wp-block-heading::before {
    min-width: min(1vw, 16px);
    height: min(0.375vw, 6px);
    border-radius: min(0.3125vw, 5px);
    margin-top: min(1.25vw, 20px);
  }
}
.article__body h3,
.article__body h3.wp-block-heading {
  margin-bottom: 2.6666666667vw;
  font-weight: 500;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .article__body h3,
  .article__body h3.wp-block-heading {
    font-size: min(0.9375vw, 15px);
  }
}
@media screen and (min-width: 1600px) {
  .article__body h3,
  .article__body h3.wp-block-heading {
    font-size: 1.5rem;
  }
}
.article__body h3,
.article__body h3.wp-block-heading {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .article__body h3,
  .article__body h3.wp-block-heading {
    margin-bottom: min(0.625vw, 10px);
    font-size: 6.4vw;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .article__body h3,
  .article__body h3.wp-block-heading {
    font-size: min(1.5vw, 24px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .article__body h3,
  .article__body h3.wp-block-heading {
    font-size: 2.4rem;
  }
}
.article__body p {
  margin: 0;
}
.article__body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.article__body ul,
.article__body ol {
  margin: 0;
  padding-left: 1.5em;
  list-style-type: disc;
}
.article__body ol {
  list-style-type: decimal;
}
.article__body .column,
.article__body .wp-block-columns {
  display: flex;
  flex-direction: column;
  row-gap: 6.4vw;
}
@media screen and (min-width: 769px) {
  .article__body .column,
  .article__body .wp-block-columns {
    flex-direction: row;
    gap: min(3.125vw, 50px);
  }
  .article__body .column > div,
  .article__body .column > .wp-block-column,
  .article__body .wp-block-columns > div,
  .article__body .wp-block-columns > .wp-block-column {
    min-width: unset;
    flex: 1;
  }
}
.article__body .wp-block-column {
  min-width: 0;
}

.pager {
  margin-top: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .pager {
    margin-top: min(5vw, 80px);
  }
}
.pager {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 769px) {
  .pager {
    width: 100%;
    max-width: min(75vw, 1200px);
    margin-left: auto;
    margin-right: auto;
  }
}
.pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .pager {
    row-gap: min(0vw, 0px);
  }
}
@media screen and (min-width: 769px) {
  .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .pager {
    gap: min(5vw, 80px);
  }
}

.pager__skip.--next::before, .pager__skip.--prev::before {
  content: "";
  width: 9.6vw;
}
@media screen and (min-width: 769px) {
  .pager__skip.--next::before, .pager__skip.--prev::before {
    width: min(2.75vw, 44px);
  }
}
.pager__skip.--next::before, .pager__skip.--prev::before {
  height: 9.6vw;
}
@media screen and (min-width: 769px) {
  .pager__skip.--next::before, .pager__skip.--prev::before {
    height: min(2.75vw, 44px);
  }
}
.pager__skip.--next::before, .pager__skip.--prev::before {
  border-radius: 50%;
  border: 0.5333333333vw solid #DD3333;
  background-color: #fff !important;
  background-size: 6.4vw auto !important;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .pager__skip.--next::before, .pager__skip.--prev::before {
    border-width: min(0.125vw, 2px);
    background-size: min(1.5vw, 24px) auto !important;
    transition: background 0.4s ease;
  }
  .pager__skip.--next:hover::before, .pager__skip.--prev:hover::before {
    background-color: #DD3333 !important;
  }
}

.pager__skip {
  color: #242422;
  display: flex;
  align-items: center;
  column-gap: 3.2vw;
}
@media screen and (min-width: 769px) {
  .pager__skip {
    column-gap: min(1vw, 16px);
  }
}
.pager__skip {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .pager__skip {
    font-size: min(0.875vw, 14px);
  }
}
@media screen and (min-width: 1600px) {
  .pager__skip {
    font-size: 1.4rem;
  }
}
.pager__skip {
  line-height: 1.3571428571;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pager__skip {
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .pager__skip {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .pager__skip {
    font-size: 1.8rem;
  }
}

.pager__skip.--prev {
  justify-self: start;
}
@media screen and (min-width: 769px) {
  .pager__skip.--prev {
    position: absolute;
    left: 0;
  }
  .pager__skip.--prev:hover::before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path d="M14.6366 17.7745L9.40929 12.5472L14.6366 7.31996" stroke="%23ffffff" stroke-width="2.09091"/></svg>') center center/contain no-repeat;
  }
}
.pager__skip.--prev::before {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path d="M14.6366 17.7745L9.40929 12.5472L14.6366 7.31996" stroke="%23DD3333" stroke-width="2.09091"/></svg>') center center/contain no-repeat;
}

.pager__skip.--next {
  justify-self: end;
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .pager__skip.--next {
    position: absolute;
    right: 0;
  }
  .pager__skip.--next:hover::before {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path d="M10.4543 7.31641L15.6816 12.5437L10.4543 17.771" stroke="%23ffffff" stroke-width="2.09091"/></svg>') center center/contain no-repeat;
  }
}
.pager__skip.--next::before {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path d="M10.4543 7.31641L15.6816 12.5437L10.4543 17.771" stroke="%23DD3333" stroke-width="2.09091"/></svg>') center center/contain no-repeat;
}

.pager__back {
  min-width: 42.6666666667vw;
  margin-top: 7.4666666667vw;
  padding: 0px 5.3333333333vw;
  height: 12.8vw;
  grid-column: 1/-1;
  justify-self: center;
  background: #fff;
  border: 0.5333333333vw solid #DD3333;
  border-radius: 43.7333333333vw;
  color: #DD3333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .pager__back {
    font-size: min(0.875vw, 14px);
  }
}
@media screen and (min-width: 1600px) {
  .pager__back {
    font-size: 1.4rem;
  }
}
.pager__back {
  line-height: 1.3571428571;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .pager__back {
    min-width: min(15vw, 240px);
    height: min(3.875vw, 62px);
    margin: 0px;
    padding: 0px min(1.25vw, 20px);
    border-width: min(0.125vw, 2px);
    border-radius: min(10.25vw, 164px);
    font-size: 4.8vw;
    line-height: 1.3888888889;
    transition: color 0.4s ease, background-color 0.4s ease;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .pager__back {
    font-size: min(1.125vw, 18px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1600px) {
  .pager__back {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .pager__back:hover {
    color: #fff;
    background-color: #DD3333;
  }
}