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

ol,
ul {
  list-style: none outside none;
}

blockquote,
q {
  quotes: none;
}

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

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

audio,
canvas,
video {
  display: inline-block;
}

/*transformを使うと Chromeで部分的に antialiasedが効かない*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  background: none;
  border: none;
  border-radius: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

textarea {
  -webkit-appearance: none;
}

a,
a.hover {
  text-decoration: none;
}

br {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

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

/* フォーカス状態のスタイル - キーボードアクセシビリティのため */
:focus {
  outline: none;
}

/* マウスユーザーのみoutlineを非表示にする（オプション） */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: none;
}

/* インタラクティブ要素のタブ操作を確保 */
a[href]:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: none;
}

/* IE11 コンテンツ領域とスクロールバーの重なりを回避 */
@-ms-viewport {
  width: auto !important;
}
html {
  -ms-overflow-style: scrollbar !important;
}

html {
  font-size: 16px;
  overscroll-behavior-y: none;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  background-color: #252323;
  font-size: 16px;
}

a,
div,
span {
  color: #35322B;
}
a.hover,
div.hover,
span.hover {
  transition: opacity 0.3s;
}
a.hover:hover,
div.hover:hover,
span.hover:hover {
  opacity: 0.7;
}

.txt-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.f-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-new-rocker-regular {
  font-family: "New Rocker", system-ui;
  font-weight: 400;
  font-style: normal;
}

.inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .inner {
    max-width: 960px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 960px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 940px) and (min-width: 394px) {
  .inner {
    padding-left: clamp(1rem, -0.804029304rem + 7.326007326vw, 3.5rem);
    padding-right: clamp(1rem, -0.804029304rem + 7.326007326vw, 3.5rem);
  }
}
@media screen and (max-width: 393px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.inner.inner-w {
  max-width: inherit;
  padding: 0 0;
}
@media screen and (max-width: 940px) {
  .inner.inner-w {
    padding: 0 0;
  }
}

@media screen and (min-width: 941px) {
  .ifSp {
    display: none !important;
  }
}
@media screen and (max-width: 940px) {
  .ifPc {
    display: none !important;
  }
}
/*共通セクションスタイル*/
.contents {
  position: relative;
  z-index: 2;
}

.column {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 940px) {
  .column {
    flex-direction: column;
  }
}
.column .img {
  width: 50%;
}
@media screen and (max-width: 940px) {
  .column .img {
    width: 100%;
  }
}
.column .text {
  width: 50%;
}
@media screen and (max-width: 940px) {
  .column .text {
    width: 100%;
  }
}
.column .text p {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

nav ul {
  display: flex;
  list-style: none;
}
nav ul li {
  margin-right: 20px;
}

.hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 7px;
  background-color: #35322b;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}
.hamburger span:nth-child(3) {
  top: 32px;
}

.nav-open .hamburger span:nth-child(1) {
  top: 21px;
  transform: rotate(-45deg);
}
.nav-open .hamburger span:nth-child(2) {
  opacity: 0;
}
.nav-open .hamburger span:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}
.nav-open nav {
  right: 0;
}

@media screen and (max-width: 940px) {
  .hamburger {
    display: block;
  }
  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 940px) and (min-width: 1025px) {
  nav {
    min-height: 870px;
  }
}
@media screen and (max-width: 940px) {
  nav ul {
    flex-direction: column;
    margin-top: 80px;
  }
  nav ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  nav ul li a {
    display: block;
    padding: 20px;
  }
}
/* 四隅にSVGを配置したボーダーボックス（ボーダーとSVGが被らないバージョン） */
.page_top {
  margin-top: 56px;
}
@media screen and (max-width: 1279px) {
  .page_top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 940px) {
  .page_top {
    margin-top: 28px;
  }
}
.page_top a {
  display: block;
  width: 274px;
  margin: 0 auto;
}
@media screen and (max-width: 940px) {
  .page_top a {
    width: 50%;
    max-width: 196px;
  }
}

.share {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.share li {
  margin: 0 4px;
}
@media screen and (max-width: 1279px) {
  .share li {
    margin: 0 3px;
  }
}
.share li a {
  display: block;
}
.share li a img {
  width: 38px;
  height: 38px;
}

.bg1 {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 940px) {
  .bg1 {
    padding-bottom: 30px;
  }
}
.bg1::before {
  width: 100%;
  height: 3500px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/*　WebP対応の場合　*/
.webp .bg1::before {
  background-image: url("../../images/bg-story.webp");
}

/*　WebP非対応の場合　*/
.no-webp .bg1::before {
  background-image: url("../../images/bg-story.png");
}

h2 {
  text-align: center;
}
.text {
  text-align: center;
}
.text p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 220%; /* 39.6px */
  letter-spacing: 0.9px;
}
.wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*ボーダー付きボックス*/
.border-box {
  border: 4px solid var(--gold, #cfa23d);
  background-image: url(../../images/border-box_bg.png);
  background-position: center top;
  background-position-y: 0%;
  background-size: 100%;
  background-repeat: repeat-y;
  box-shadow: 3px 3.5px 0 0 rgba(0, 0, 0, 0.5) inset;
}

/*上下ライン付きボックス*/
.line-box {
  position: relative;
}
.line-box::before, .line-box::after {
  content: "";
  width: 100%;
  max-width: 880px;
  height: 9px;
  position: absolute;
  background-image: url(../../images/line.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 9px 0;
}
@media screen and (max-width: 940px) {
  .line-box::before, .line-box::after {
    height: 9px;
    background-image: url(../../images/line_sp.png);
  }
}
.line-box::before {
  top: 0;
}
.line-box::after {
  bottom: 0;
}

/*上下ライン付きボックス2*/
.line-box2 {
  position: relative;
}
.line-box2::before, .line-box2::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background-image: url(../../images/line2.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding: 3px 0;
}
.line-box2::before {
  top: 0;
}
.line-box2::after {
  bottom: 0;
}

/*共通swiper*/
.general-swiper-wrap {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 0 6px;
}
@media screen and (max-width: 940px) {
  .general-swiper-wrap {
    padding: 22px 20px 6px;
    padding: clamp(1.375rem, -0.005172619rem + 5.6047619048vw, 3.287625rem) clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem) clamp(0.375rem, -0.0014107143rem + 1.5285714286vw, 0.896625rem);
  }
}
.general-swiper-wrap .swiper-wrapper {
  width: 100%;
}
.general-swiper-wrap .general-swiper {
  margin: 23px auto 0;
  max-width: 656px;
}
@media screen and (max-width: 940px) {
  .general-swiper-wrap .general-swiper {
    max-width: inherit;
    margin: 15px auto 0;
  }
}
.general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-prev,
.general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-next {
  width: 42px;
  height: 72px;
  background-size: 100%;
  margin-top: -32px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 940px) {
  .general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-prev,
  .general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-next {
    background-size: 100%;
    width: 17px;
    height: 32px;
    margin-top: -13px;
    width: clamp(1.0625rem, -0.0039970238rem + 4.330952381vw, 2.5404375rem);
    height: clamp(2rem, -0.0075238095rem + 8.1523809524vw, 4.782rem);
    margin-top: calc(0vw - clamp(0.8125rem, -0.0030565476rem + 3.3119047619vw, 1.9426875rem));
  }
}
.general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-prev {
  background-image: url(../../images/arrow_l.png);
  margin-left: 7px;
}
@media screen and (max-width: 940px) {
  .general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-prev {
    margin-left: 4px;
  }
}
.general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-next {
  background-image: url(../../images/arrow_r.png);
  margin-right: 7px;
}
@media screen and (max-width: 940px) {
  .general-swiper-wrap .general-swiper .virtual-slide-wide .swiper-button-next {
    margin-right: 4px;
  }
}
.general-swiper-wrap .warning_sentence {
  color: #35322b;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 11px;
}

/*共通swiper内の情報ボックス*/
.general-sub-swiper {
  margin: 11px auto 0;
  max-width: 656px;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper {
    margin: 11px auto 0;
    max-width: inherit;
  }
}
.general-sub-swiper .swiper-slide.info-box {
  padding: 16px;
  background-color: #fff;
  border: 3px solid var(--bk, #35322b);
  background: var(--wh, #fff);
}
.general-sub-swiper .swiper-slide.info-box h4 {
  color: var(--wh, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 18px */
  letter-spacing: 0.9px;
  background-color: #35322b;
  padding: 12px;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper .swiper-slide.info-box h4 {
    color: var(--wh, #fff);
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    padding: 10px;
  }
}
.general-sub-swiper .swiper-slide.info-box p {
  display: block;
  color: #35322b;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 25.2px */
  letter-spacing: 0.9px;
  margin-top: 8px;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper .swiper-slide.info-box p {
    color: var(--bk, #35322b);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.8px;
  }
}
.general-sub-swiper .swiper-slide.info-box.info-box-step {
  display: flex;
  align-items: center;
  gap: 0 16px;
  border: 3px solid var(--bk, #35322b);
  padding: 9px 13px 9px;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper .swiper-slide.info-box.info-box-step {
    flex-direction: column;
    padding: 12px 13px 12px;
  }
}
.general-sub-swiper .swiper-slide.info-box.info-box-step .step {
  color: var(--wh, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  background-color: #35322b;
  padding: 25px 5px 20px;
  width: 138px;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper .swiper-slide.info-box.info-box-step .step {
    width: 100%;
    padding: 9px 5px 8px;
    color: var(--wh, #fff);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "New Rocker";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;
  }
}
.general-sub-swiper .swiper-slide.info-box.info-box-step p {
  color: var(--bk, #35322b);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.9px;
  width: calc(100% - 138px);
  margin-top: 0;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper .swiper-slide.info-box.info-box-step p {
    width: 100%;
    color: var(--bk, #35322b);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.8px;
    margin-top: 8px;
  }
}
.general-sub-swiper .swiper-pagination {
  margin-top: 25px;
  position: relative;
}
@media screen and (max-width: 940px) {
  .general-sub-swiper .swiper-pagination {
    margin-top: clamp(1.5625rem, -0.0058779762rem + 6.369047619vw, 3.7359375rem);
  }
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 38px;
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
  position: relative;
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:before {
  color: var(--wh, #771c21);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "New Rocker";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #771c21;
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: var(--wh, #fff);
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #35322b;
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(1):before {
  content: "1";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2):before {
  content: "2";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3):before {
  content: "3";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4):before {
  content: "4";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5):before {
  content: "5";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6):before {
  content: "6";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(7):before {
  content: "7";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(8):before {
  content: "8";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(9):before {
  content: "9";
}
.general-sub-swiper .swiper-pagination .swiper-pagination-bullet:nth-child(10):before {
  content: "10";
}

.title-box {
  padding: 56px 0;
}
@media screen and (max-width: 940px) {
  .title-box {
    padding: 30px 0 34px;
    padding: clamp(1.875rem, -0.0070535714rem + 7.6428571429vw, 4.483125rem) 0 clamp(2.125rem, -0.0079940476rem + 8.6619047619vw, 5.080875rem);
  }
}
.title-box h2 span {
  color: #fff;
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 940px) {
  .title-box h2 span {
    color: #fff;
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    font-size: clamp(1.125rem, -0.0042321429rem + 4.5857142857vw, 2.689875rem);
  }
}
.title-box h2 div {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 9px;
}
@media screen and (max-width: 940px) {
  .title-box h2 div {
    color: #fff;
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
    margin-top: 8px;
    font-size: clamp(1.875rem, -0.0070535714rem + 7.6428571429vw, 4.483125rem);
    margin-top: clamp(0.5rem, -0.0018809524rem + 2.0380952381vw, 1.1955rem);
  }
}
.title-box .text {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 940px) {
  .title-box .text {
    margin-top: 16px;
    margin-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
.title-box .text p {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
}
@media screen and (max-width: 940px) {
  .title-box .text p {
    color: #fff;
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    padding: 0 20px;
    font-size: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
    padding: 0 clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
  }
}

.title-notice {
  text-align: center;
}
.title-notice.title-notice_l {
  width: 768px;
  height: 172px;
  background-image: url("../../images/title-notice_l.png");
  background-repeat: no-repeat;
  margin: 47px auto 0;
}
@media screen and (max-width: 940px) {
  .title-notice.title-notice_l {
    margin: 22px auto 0;
    width: 100%;
    height: 36.1vw;
    background-image: url("../../images/title-notice_l_sp.png");
    background-size: 100%;
  }
}
.title-notice.title-notice_l span {
  display: inline-block;
  color: var(--wh, #fff);
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (max-width: 940px) {
  .title-notice.title-notice_l span {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "New Rocker";
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 26px */
    font-size: 26px;
    margin-top: 24px;
    font-size: clamp(1.625rem, -0.0061130952rem + 6.6238095238vw, 3.885375rem);
    margin-top: clamp(1.5rem, -0.0056428571rem + 6.1142857143vw, 3.5865rem);
  }
}
.title-notice.title-notice_l div {
  color: var(--wh, #fff);
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 6px;
}
@media screen and (max-width: 940px) {
  .title-notice.title-notice_l div {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 29.4px */
    font-size: 21px;
    margin-top: 9px;
    font-size: clamp(1.3125rem, -0.0049375rem + 5.35vw, 3.1381875rem);
    margin-top: clamp(0.5625rem, -0.0021160714rem + 2.2928571429vw, 1.3449375rem);
  }
}
.title-notice.title-notice_m {
  width: 768px;
  height: 60px;
  background-image: url("../../images/title-notice_m.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 47px auto 0;
}
@media screen and (max-width: 940px) {
  .title-notice.title-notice_m {
    width: 100%;
    height: 14.9vw;
    background-image: url("../../images/title-notice_m_sp.png");
    margin: 22px auto 0;
  }
}
.title-notice.title-notice_m div {
  color: var(--wh, #fff);
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 36.4px */
}
@media screen and (max-width: 940px) {
  .title-notice.title-notice_m div {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "Noto Serif JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 36.4px */
    font-size: clamp(1.375rem, -0.005172619rem + 5.6047619048vw, 3.287625rem);
    line-height: clamp(3.75rem, -0.0141071429rem + 15.2857142857vw, 8.96625rem);
  }
}

#MV-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  /*ボタン*/
  /* メインビジュアル - 背景として設定 */
}
@media screen and (min-width: 1025px) {
  #MV-wrap {
    min-height: 870px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap {
    height: inherit;
  }
}
#MV-wrap::before, #MV-wrap::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  height: 16px;
  width: 100%;
  background-image: url(../../images/frame.png);
}
#MV-wrap::before {
  top: 0;
}
@media screen and (max-width: 1024px) {
  #MV-wrap::before {
    top: clamp(65.25rem, -1.3569277108rem + 113.2530120482vw, 71.125rem);
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap::before {
    top: clamp(29rem, -1.1272893773rem + 122.3443223443vw, 70.75rem);
  }
}
#MV-wrap::after {
  bottom: 0;
}
#MV-wrap .btn-reservation {
  width: 270px;
  position: fixed;
  z-index: 10;
  right: 48px;
  bottom: 48px;
}
@media screen and (max-width: 940px) {
  #MV-wrap .btn-reservation {
    width: 100%;
    right: inherit;
    bottom: 24px;
    margin: 0 auto;
    max-width: 361px;
    left: 50%;
    margin-left: -181px;
  }
}
#MV-wrap .btn-buy {
  width: 270px;
  position: fixed;
  z-index: 10;
  right: 48px;
  bottom: 48px;
}
@media screen and (max-width: 940px) {
  #MV-wrap .btn-buy {
    width: 100%;
    right: inherit;
    bottom: 24px;
    margin: 0 auto;
    max-width: 361px;
    left: 50%;
    margin-left: -181px;
    opacity: 0;
  }
}
#MV-wrap #mv {
  width: 100%;
  height: 100vh;
  position: relative;
  /*SP用MVSNS*/
}
@media screen and (min-width: 1025px) {
  #MV-wrap #mv {
    min-height: 870px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv {
    height: inherit;
  }
}
#MV-wrap #mv > picture,
#MV-wrap #mv > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1279px) and (min-width: 941px) {
  #MV-wrap #mv > picture,
  #MV-wrap #mv > img {
    width: 130%;
    position: relative;
    left: -15%;
  }
}
#MV-wrap #mv .mv-bg.ifTb {
  display: none !important;
}
@media screen and (max-width: 1279px) and (min-width: 941px) {
  #MV-wrap #mv .mv-bg.ifPc {
    display: none !important;
  }
  #MV-wrap #mv .mv-bg.ifSp {
    display: none !important;
  }
  #MV-wrap #mv .mv-bg.ifTb {
    display: block !important;
  }
}
#MV-wrap #mv .switch-logo {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 751px) {
  #MV-wrap #mv .switch-logo {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .switch-logo {
    top: 0;
  }
}
#MV-wrap #mv .sns-content {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 40px;
  margin-top: -9999px;
  opacity: 0;
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .sns-content {
    opacity: 1;
    margin-top: -60px;
  }
}
#MV-wrap #mv .sns-content .sns-list li {
  margin-top: 8px;
}
#MV-wrap #mv .area-wrap {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .area-wrap {
    padding-bottom: calc(54.5vw + 28px);
    background-image: url(../../images/title_area_bg.png);
  }
}
#MV-wrap #mv .area-wrap .mv-title-area {
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../images/title_area_bg.png);
}
.webp #MV-wrap #mv .area-wrap .mv-title-area {
  background-image: url(../../images/title_area_bg.webp);
}
@media screen and (min-width: 1025px) {
  #MV-wrap #mv .area-wrap .mv-title-area {
    min-height: 870px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area {
    order: 2;
    width: 100%;
    height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area {
    padding-bottom: 4.6%;
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .area-wrap .mv-title-area {
    padding-bottom: 0;
    background-image: none;
    margin-top: 3px;
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap {
  position: relative;
  top: 49px;
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap {
    width: 100%;
    top: 0;
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap h1 {
  position: relative;
  width: clamp(18.84rem, -0.0511956522rem + 29.4886956522vw, 29.4375rem);
  margin: 0 auto;
  left: calc(0px - clamp(1.2rem, -0.0032608696rem + 1.8782608696vw, 1.875rem));
}
@media screen and (min-width: 1601px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap h1 {
    width: 471px;
    left: -30px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap h1 {
    display: none;
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date {
  margin-top: 15px;
  margin-left: 6px;
}
@media screen and (max-width: 1600px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date {
    margin-top: clamp(0.6rem, -0.0016304348rem + 0.9391304348vw, 0.9375rem);
    margin-left: clamp(0.24rem, -0.0006521739rem + 0.3756521739vw, 0.375rem);
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date {
    text-align: center;
    margin-top: 7.173px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date {
    margin-top: clamp(0.1875rem, -0.0007053571rem + 0.7642857143vw, 0.4483125rem);
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span {
  color: var(--bk, #35322b);
  text-align: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 62.4px */
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span {
    line-height: 126%;
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size1 {
  font-size: clamp(1.92rem, -0.0052173913rem + 3.0052173913vw, 3rem);
}
@media screen and (min-width: 1601px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size1 {
    font-size: clamp(2.6875rem, -0.0017063492rem + 10.9206349206vw, 6.9875rem);
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size2 {
  font-size: clamp(1.28rem, -0.0034782609rem + 2.0034782609vw, 2rem);
}
@media screen and (min-width: 1601px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size2 {
    font-size: 28px;
    font-size: clamp(1.75rem, -0.0011111111rem + 7.1111111111vw, 4.55rem);
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size3 {
  font-size: clamp(0.96rem, -0.0026086957rem + 1.5026086957vw, 1.5rem);
}
@media screen and (min-width: 1601px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date span.size3 {
    font-size: 18px;
    font-size: clamp(1.125rem, -0.0007142857rem + 4.5714285714vw, 2.925rem);
  }
}
@media screen and (min-width: 1025px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .release-date br {
    display: none;
  }
}
#MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .movie-modal {
  width: clamp(14.8rem, -0.0402173913rem + 23.1652173913vw, 23.125rem);
  margin: clamp(0.96rem, -0.0026086957rem + 1.5026086957vw, 1.5rem) auto clamp(2.56rem, -0.0069565217rem + 4.0069565217vw, 4rem);
  cursor: pointer;
}
@media screen and (min-width: 1601px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .movie-modal {
    width: 370px;
    margin: 24px auto 64px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .movie-modal {
    width: 45.7%;
    margin: 3.1% 0 0 3.7%;
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .area-wrap .mv-title-area .h1-wrap .movie-modal {
    width: 100%;
    margin: 7px 0 0;
    padding: 0 12px;
  }
}
#MV-wrap #mv .area-wrap .mv-img-area {
  width: 50%;
  height: 100vh;
  background-image: url(../../images/jp/mv_jp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  #MV-wrap #mv .area-wrap .mv-img-area {
    min-height: 870px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-img-area {
    width: 100%;
    height: 112.5vw;
    order: 1;
    background-image: url(../../images/jp/mv_jp_tb.jpg);
    background-position: center top;
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .area-wrap .mv-img-area {
    height: 122.14vw;
    background-image: url(../../images/jp/mv_jp_sp.jpg);
    background-size: 100% auto;
    background-position: center top;
  }
}
#MV-wrap #mv .area-wrap .mv-img-area .bnr-official {
  position: absolute;
  bottom: clamp(1.92rem, -0.0052173913rem + 3.0052173913vw, 3rem);
  right: clamp(20.8125rem, 18.6956521739rem + 3.3043478261vw, 22rem);
  width: clamp(10rem, -0.027173913rem + 15.652173913vw, 15.625rem);
}
@media screen and (min-width: 1601px) {
  #MV-wrap #mv .area-wrap .mv-img-area .bnr-official {
    bottom: 48px;
    right: 352px;
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  #MV-wrap #mv .area-wrap .mv-img-area .bnr-official {
    position: absolute;
    bottom: 3.5%;
    right: 4.2%;
    width: 44.7%;
  }
}
@media screen and (max-width: 940px) {
  #MV-wrap #mv .area-wrap .mv-img-area .bnr-official {
    bottom: 28px;
    right: 16px;
    width: calc(100% - 32px);
  }
}

#main {
  position: relative;
  background-image: url(../../images/main_bg_loop.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#main::before {
  width: 100%;
  height: 3500px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../../images/main_bg.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#news {
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  #news {
    padding: 11.1% 0 0;
  }
}
@media screen and (max-width: 940px) {
  #news {
    padding: 32px 0;
  }
}
#news .news-wrap {
  text-align: center;
}
#news .box-normal {
  overflow: hidden;
}
#news .box-normal .box-body {
  display: flex;
  padding: 23px 3px 20px 36px;
  justify-content: space-between;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body {
    flex-direction: column;
    padding: 15px 0px 9px;
  }
}
#news .box-normal .box-body h2 {
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body h2 {
    width: inherit;
    margin: 0 auto;
  }
}
#news .box-normal .box-body h2 div {
  color: #35322B;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 48px */
  text-transform: capitalize;
  width: 114px;
}
@media screen and (max-width: 1024px) {
  #news .box-normal .box-body h2 div {
    width: 114px;
    font-size: 48px;
  }
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body h2 div {
    width: 77px;
    height: 30px;
    margin-left: 0;
  }
}
#news .box-normal .box-body h2 div img {
  vertical-align: top;
}
#news .box-normal .box-body h2 span {
  color: #35322B;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
#news .box-normal .box-body .scroll-area {
  width: calc(100% - 147px);
  height: 45px;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area {
    width: 100%;
    height: 56px;
  }
}
#news .box-normal .box-body .scroll-area.overflow #mCSB_1_scrollbar_vertical {
  display: block !important;
  opacity: 1 !important;
}
#news .box-normal .box-body .scroll-area ul {
  padding: 9px 30px 9px 0;
  margin: 0;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area ul {
    padding: 0 20px;
  }
}
@media screen and (max-width: 940px) and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area ul {
    padding: 0 13px 0 13px;
    margin: 5px 0 0;
  }
}
#news .box-normal .box-body .scroll-area ul li {
  display: flex;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area ul li {
    flex-direction: column;
  }
}
#news .box-normal .box-body .scroll-area ul li:nth-child(n+2) {
  margin-top: 16px;
}
#news .box-normal .box-body .scroll-area ul li div,
#news .box-normal .box-body .scroll-area ul li p,
#news .box-normal .box-body .scroll-area ul li a,
#news .box-normal .box-body .scroll-area ul li span {
  color: #35322B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 2.293625.2px */
  text-align: left;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area ul li div,
  #news .box-normal .box-body .scroll-area ul li p,
  #news .box-normal .box-body .scroll-area ul li a,
  #news .box-normal .box-body .scroll-area ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area ul li div {
    width: 100%;
  }
}
#news .box-normal .box-body .scroll-area ul li p,
#news .box-normal .box-body .scroll-area ul li a,
#news .box-normal .box-body .scroll-area ul li span {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 940px) {
  #news .box-normal .box-body .scroll-area ul li p,
  #news .box-normal .box-body .scroll-area ul li a,
  #news .box-normal .box-body .scroll-area ul li span {
    margin-left: 0;
    margin-top: 1px;
    width: 100%;
  }
}
#news .box-normal .box-body .scroll-area ul li a {
  text-decoration: underline;
}
#news .box-normal .box-body .scroll-area ul li a,
#news .box-normal .box-body .scroll-area ul li span {
  color: #35322B;
}
#news .box-normal #mCSB_1_scrollbar_vertical {
  display: none !important;
}
#news .box-normal .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d9d9d9;
  display: none;
}
#news .box-normal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #771c21;
  margin-left: -2px;
  bottom: -2px;
  border-radius: 0;
  height: calc(100% - 4px);
  border-radius: 0;
}
#news .box-normal .mCSB_draggerContainer::before, #news .box-normal .mCSB_draggerContainer::after {
  content: "";
  position: absolute;
  border-radius: 0;
  background-color: #fff;
}
#news .box-normal .mCSB_draggerContainer::before {
  height: calc(100% - 4px);
  width: 8px;
  top: 2px;
  left: -2px;
}

#about {
  margin-top: 53px;
}
@media screen and (max-width: 940px) {
  #about {
    margin-top: 0;
  }
}
#about .inner .line-box {
  margin: 0 auto;
  padding: 57px 0 58px;
}
@media screen and (max-width: 940px) {
  #about .inner .line-box {
    padding: 32px 0 36px;
  }
}
#about .inner .line-box h2 {
  color: #fff;
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 940px) {
  #about .inner .line-box h2 {
    color: #fff;
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "Noto Serif JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 36px */
  }
}
#about .inner .line-box .catch {
  margin-top: 24px;
}
@media screen and (max-width: 940px) {
  #about .inner .line-box .catch {
    margin-top: 17px;
  }
}
#about .inner .line-box .catch p {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media screen and (max-width: 940px) {
  #about .inner .line-box .catch p {
    color: #fff;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }
}
#about .inner .about-box {
  margin: 38px auto 0;
  padding: 28px 0 27px;
  max-width: 768px;
}
@media screen and (max-width: 940px) {
  #about .inner .about-box {
    margin: 22px auto 0;
    padding: 20px 20px 20px;
  }
}
#about .inner .about-box h2 {
  color: #35322B;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 43.2px */
}
@media screen and (max-width: 940px) {
  #about .inner .about-box h2 {
    color: var(--bk, #35322b);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
  }
}
#about .inner .about-box .catch {
  margin-top: 15px;
}
@media screen and (max-width: 940px) {
  #about .inner .about-box .catch {
    margin-top: 8px;
  }
}
#about .inner .about-box .catch p {
  color: #35322B;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 32.4px */
  letter-spacing: 0.9px;
  margin-top: 15px;
}
@media screen and (max-width: 940px) {
  #about .inner .about-box .catch p {
    margin-top: 0;
    text-align: left;
    color: var(--bk, #35322b);
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px;
  }
}

#new-featureabout {
  padding: 56px 0 0;
}
@media screen and (max-width: 940px) {
  #new-featureabout {
    padding: 34px 0 0;
  }
}
#new-featureabout .header-area {
  padding: 46px 0;
}
@media screen and (max-width: 940px) {
  #new-featureabout .header-area {
    padding: 20px 0;
  }
}
#new-featureabout .new-featureabout-swiper {
  margin: 40px 0 0;
}
@media screen and (max-width: 940px) {
  #new-featureabout .new-featureabout-swiper {
    margin: 24px 0 0;
  }
}
#new-featureabout .new-featureabout-swiper .general-swiper-wrap h3 {
  color: #35322b;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 940px) {
  #new-featureabout .new-featureabout-swiper .general-swiper-wrap h3 {
    color: var(--bk, #35322b);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
  }
}
#system {
  margin: 56px 0 0;
}
@media screen and (max-width: 940px) {
  #system {
    margin: 32px 0 0;
  }
}
#system .system-swiper {
  margin-top: 32px;
}
@media screen and (max-width: 940px) {
  #system .system-swiper {
    margin-top: 24px;
  }
}
#system .system-swiper .general-swiper-wrap {
  padding-top: 5px;
}
#system .system-swiper .general-swiper-wrap .general-sub-swiper .swiper-pagination {
  margin-top: 24px;
}

#card {
  margin: 56px 0 0;
}
@media screen and (max-width: 940px) {
  #card {
    margin: 33px 0 0;
  }
}
#card .card-list-wrap .card-description {
  color: var(--wh, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  margin-top: 17px;
}
@media screen and (max-width: 940px) {
  #card .card-list-wrap .card-description {
    color: var(--wh, #fff);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    text-align: left;
    margin-top: 14px;
    padding: 0 8px;
  }
}
#card .card-list-wrap .card-list {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin-top: 33px;
}
@media screen and (max-width: 940px) {
  #card .card-list-wrap .card-list {
    gap: 0 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 8px;
  }
}
#card .card-list-wrap .card-list li {
  width: 128px;
}
@media screen and (max-width: 940px) {
  #card .card-list-wrap .card-list li {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 940px) {
  #card .card-list-wrap .card-list li:nth-child(n+4) {
    margin-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#card .card-list-wrap .card-list li .name {
  color: var(--wh, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
  margin-top: 8px;
}
@media screen and (max-width: 940px) {
  #card .card-list-wrap .card-list li .name {
    color: var(--wh, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.6px;
    margin-top: 1px;
  }
}
#card .card-list-wrap + .card-list-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 940px) {
  #card .card-list-wrap + .card-list-wrap {
    margin-top: 26px;
  }
}

#story {
  margin: 80px 0 0;
}
@media screen and (max-width: 940px) {
  #story {
    margin: 34px 0 0;
  }
}
#story .title-box {
  padding: 78px 0 77px;
}
@media screen and (max-width: 940px) {
  #story .title-box {
    padding: 36px 0 38px;
  }
}
#story .text p:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 940px) {
  #story .text p:nth-child(n+2) {
    margin-top: 18px;
  }
}

#characters {
  margin: 16px 0 0;
}
@media screen and (max-width: 940px) {
  #characters {
    margin: 0 0 0;
  }
}
#characters .title-box {
  padding-bottom: 0;
}
#characters h2 {
  text-align: center;
}
#characters h2 img {
  width: 100%;
  max-width: 336px;
}
#characters h2 + .catch {
  margin-top: 12px;
}
@media screen and (max-width: 940px) {
  #characters h2 + .catch {
    margin: 0 auto;
    max-width: 393px;
  }
}
#characters h2 + .catch img {
  width: 100%;
  max-width: 735px;
}
#characters .characters-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 48px auto 0;
  padding: 0px 0 0;
  position: relative;
  gap: 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 941px) {
  #characters .characters-wrap {
    padding-left: clamp(3.5rem, -7.8373493976rem + 19.2771084337vw, 4.5rem);
    padding-right: clamp(3.5rem, -7.8373493976rem + 19.2771084337vw, 4.5rem);
  }
}
@media screen and (max-width: 940px) and (min-width: 394px) {
  #characters .characters-wrap {
    padding-left: clamp(1rem, -0.804029304rem + 7.326007326vw, 3.5rem);
    padding-right: clamp(1rem, -0.804029304rem + 7.326007326vw, 3.5rem);
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap {
    margin: clamp(1.5rem, -0.0056428571rem + 6.1142857143vw, 3.5865rem) auto 0;
  }
}
@media screen and (max-width: 393px) {
  #characters .characters-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#characters .characters-wrap.characters-hero {
  margin-top: 55px;
  align-items: center;
  padding: 0 112px;
  gap: 0 72px;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  #characters .characters-wrap.characters-hero {
    margin-top: clamp(1.75rem, -2.9341814159rem + 7.9646017699vw, 3.4375rem);
    padding: 0 clamp(4.125rem, -3.8554572271rem + 13.5693215339vw, 7rem);
    gap: 0 clamp(2.25rem, -3.9955752212rem + 10.6194690265vw, 4.5rem);
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap.characters-hero {
    padding: clamp(2.5625rem, 0.7133699634rem + 7.5091575092vw, 5.125rem) clamp(1.875rem, 0.521978022rem + 5.4945054945vw, 3.75rem) clamp(2.5625rem, 0.7133699634rem + 7.5091575092vw, 5.125rem);
    margin-top: 23px;
  }
}
#characters .characters-wrap.characters-hero .character-info::before {
  display: none;
}
#characters .characters-wrap.characters-hero .character-info .number {
  display: none;
}
#characters .characters-wrap.characters-hero .character-info .character-info-name {
  font-size: 40px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap.characters-hero .character-info .character-info-name {
    font-size: 24px;
    font-size: clamp(1.5rem, -0.0056428571rem + 6.1142857143vw, 3.5865rem);
    margin-top: 0;
  }
}
#characters .characters-wrap.characters-hero .character-info .character-info-description {
  margin-top: 38px;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap.characters-hero .character-info .character-info-description {
    margin-top: 11px;
    margin-top: clamp(0.6875rem, -0.0025863095rem + 2.8023809524vw, 1.6438125rem);
  }
}
#characters .characters-wrap .characters-swiper {
  width: 100%;
  margin: 0;
  overflow: visible;
  transition: none;
  position: relative;
  z-index: 2;
  /*左右ナビゲーションのためのラッパー*/
}
#characters .characters-wrap .characters-swiper .swiper-wrapper {
  transition-property: transform;
  will-change: transform;
}
#characters .characters-wrap .characters-swiper .swiper-slide {
  width: 100%;
  padding: 0 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1025px) {
  #characters .characters-wrap .characters-swiper .swiper-slide {
    width: 768px !important;
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .swiper-slide {
    width: 100%;
  }
}
#characters .characters-wrap .characters-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#characters .characters-wrap .characters-swiper .swiper-slide .name-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px 0 0px;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .swiper-slide .name-text {
    top: inherit;
    bottom: 0;
    width: 100%;
    justify-content: flex-start;
    height: clamp(8.6875rem, -0.0326815476rem + 35.4119047619vw, 20.7718125rem);
    padding: 0 clamp(1.4375rem, -0.0054077381rem + 5.8595238095vw, 3.4370625rem);
  }
  #characters .characters-wrap .characters-swiper .swiper-slide .name-text.h22 {
    height: 155px;
    height: clamp(9.6875rem, -0.0364434524rem + 39.4880952381vw, 23.1628125rem);
  }
}
#characters .characters-wrap .characters-swiper .swiper-slide .name-text .name {
  color: #fff;
  text-align: center;
  text-shadow: 1.745px 1.745px 0 rgba(0, 0, 0, 0.4);
  font-family: "Noto Serif JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .swiper-slide .name-text .name {
    color: #fff;
    text-align: center;
    color: #fff;
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    font-size: 20px;
    font-size: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
  }
}
#characters .characters-wrap .characters-swiper .swiper-slide .name-text .text {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 1.745px 1.745px 0 rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: 1.26px;
  margin-top: 16px;
  width: 100%;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .swiper-slide .name-text .text {
    color: #fff;
    font-feature-settings: "palt" on;
    /* shadow */
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    text-align: left;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
    letter-spacing: 0.98px;
    text-shadow: clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem) clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem) 0 rgba(0, 0, 0, 0.4);
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
    letter-spacing: clamp(0.06125rem, -0.0002304167rem + 0.2496666667vw, 0.14644875rem);
    margin-top: clamp(1.0625rem, -0.0039970238rem + 4.330952381vw, 2.5404375rem);
  }
}
@media screen and (max-width: 393px) {
  #characters .characters-wrap .characters-swiper .swiper-slide .name-text .text {
    font-size: clamp(0.667625rem, -0.0013266129rem + 3.5677419355vw, 0.875rem);
  }
}
@media screen and (max-width: 1024px) and (min-width: 941px) {
  #characters .characters-wrap .characters-swiper .navigations-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .navigations-wrap {
    position: absolute;
    top: 0;
    left: calc(0vw - clamp(1rem, -0.804029304rem + 7.326007326vw, 3.5rem));
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width: 941px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -440px;
    height: 75px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide {
    height: clamp(3.6328125rem, 0.4522058824rem + 6.6176470588vw, 4.6875rem);
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide {
    position: relative;
    width: clamp(17.98625rem, 1.014393315rem + 68.9212454212vw, 41.505625rem);
    height: clamp(8.6875rem, -0.0326815476rem + 35.4119047619vw, 20.7718125rem);
    margin-bottom: clamp(2.25rem, 0.6263736264rem + 6.5934065934vw, 4.5rem);
  }
}
#characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev,
#characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
  background-size: 100%;
  color: inherit;
  width: 64px;
  height: 64px;
  transition: opacity 0.3s ease;
  top: -17px;
  margin-top: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev,
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
    width: 40px;
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev,
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
    width: clamp(1.75rem, -0.0065833333rem + 7.1333333333vw, 4.18425rem);
    height: clamp(1.75rem, -0.0065833333rem + 7.1333333333vw, 4.18425rem);
    top: 0;
    position: absolute;
  }
}
#characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev:hover,
#characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next:hover {
  opacity: 0.7;
}
#characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev {
  left: clamp(1.28rem, -0.0034782609rem + 2.0034782609vw, 2rem);
  background-image: url(../../images/arrow2_l.png);
}
@media screen and (min-width: 1601px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev {
    left: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 941px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev {
    left: -32px;
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-prev {
    left: clamp(1.4375rem, -0.0054077381rem + 5.8595238095vw, 3.4370625rem);
  }
}
#characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
  right: clamp(1.28rem, -0.0034782609rem + 2.0034782609vw, 2rem);
  background-image: url(../../images/arrow2_r.png);
}
@media screen and (min-width: 1601px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
    right: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 941px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
    right: -32px;
  }
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .virtual-slide-wide .swiper-button-next {
    right: clamp(1.4375rem, -0.0054077381rem + 5.8595238095vw, 3.4370625rem);
  }
}
#characters .characters-wrap .characters-swiper .swiper-pagination {
  position: relative;
  bottom: inherit;
  margin-top: 20px;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .swiper-pagination {
    margin-top: clamp(0.5rem, -0.0018809524rem + 2.0380952381vw, 1.1955rem);
  }
}
#characters .characters-wrap .characters-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #5c5c5c;
  margin: 0 8px;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .characters-swiper .swiper-pagination-bullet {
    width: clamp(0.75rem, -0.0028214286rem + 3.0571428571vw, 1.79325rem);
    height: clamp(0.75rem, -0.0028214286rem + 3.0571428571vw, 1.79325rem);
    background-color: #fff;
    margin-top: clamp(0.5rem, -0.0018809524rem + 2.0380952381vw, 1.1955rem);
    margin-left: clamp(0.25rem, -0.4322838828rem + 2.7706959707vw, 1.1955rem);
    margin-right: clamp(0.25rem, -0.4322838828rem + 2.7706959707vw, 1.1955rem);
  }
}
#characters .characters-wrap .characters-swiper .swiper-pagination-bullet-active {
  background-color: #cfa23d;
}
#characters .characters-wrap .character-info {
  width: calc(100% - 552px);
}
#characters .characters-wrap .character-info::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 81px;
  right: 42px;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.3;
  width: 30%;
  height: 80%;
}
#characters .characters-wrap .character-info .character-info-name {
  color: #ed8b1b;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap .character-info .character-info-name {
    font-size: 18px;
    margin-top: 9px;
  }
}
#characters .characters-wrap .character-info .character-info-description {
  color: #e5fae6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 940px) {
  #characters .characters-wrap .character-info .character-info-description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap .character-info .character-info-description br {
    display: none;
  }
}
#characters .characters-wrap .character-info .slide_number {
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap .character-info .slide_number {
    text-align: center;
    margin-top: 11px;
  }
}
#characters .characters-wrap .character-info .slide_number span {
  color: #e5fae6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#characters .characters-wrap .character-info .slide_number span.number_of {
  margin-right: 0.3em;
}
#characters .characters-wrap .character-info .slide_number span.total {
  margin-left: 0.3em;
}
#characters .characters-wrap .character-info-name-eng {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap .character-info-name-eng {
    margin-top: 19px;
    text-align: left;
  }
}
#characters .characters-wrap .character-info-name-eng img {
  height: 63px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  #characters .characters-wrap .character-info-name-eng img {
    width: auto;
    height: 5.4vw;
  }
}
#characters .characters-wrap.characters-hero .characters-img {
  width: 480px;
}
@media screen and (max-width: 1280px) {
  #characters .characters-wrap.characters-hero .characters-img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap.characters-hero .characters-img {
    width: 79%;
  }
}
#characters .characters-wrap.characters-hero .character-info {
  width: calc(100% - 480px - 72px);
}
@media screen and (max-width: 1280px) {
  #characters .characters-wrap.characters-hero .character-info {
    width: calc(50% - clamp(2.25rem, -3.9955752212rem + 10.6194690265vw, 4.5rem));
  }
}
@media screen and (max-width: 768px) {
  #characters .characters-wrap.characters-hero .character-info {
    width: 100%;
    margin-top: 19px;
  }
}
#characters .characters-wrap.characters-hero .character-info .character-info-description {
  padding-right: 0;
}
#characters .characters-wrap + .catch {
  margin-top: 46px;
}
#characters .characters-wrap + .catch + .text p {
  text-align: center;
}
#characters .characters-wrap.active .fade-transition {
  transition: opacity 0.15s ease;
}
#characters .characters-wrap.active .fade-out {
  opacity: 0;
}
#characters .characters-wrap.active .fade-in {
  opacity: 1;
}
#characters .hero {
  max-width: 768px;
  margin: 44px auto 0;
  padding-bottom: 19px;
}
@media screen and (max-width: 940px) {
  #characters .hero {
    margin: clamp(1.6875rem, -0.0063482143rem + 6.8785714286vw, 4.0348125rem) auto 0;
  }
}
#characters .hero .title {
  padding: 27px 0 0;
}
@media screen and (max-width: 940px) {
  #characters .hero .title {
    padding: 20px 20px 0;
  }
}
#characters .hero .title h3 {
  text-align: center;
}
#characters .hero .title h3 span {
  color: var(--bk, #35322b);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
}
@media screen and (max-width: 940px) {
  #characters .hero .title h3 span {
    color: var(--bk, #35322b);
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
  }
}
#characters .hero .title h3 div {
  color: var(--bk, #35322b);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
  margin: 6px 0 0;
}
@media screen and (max-width: 940px) {
  #characters .hero .title h3 div {
    color: var(--bk, #35322b);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }
}
#characters .hero .img {
  max-width: 656px;
  margin: 24px auto 0;
}
@media screen and (max-width: 940px) {
  #characters .hero .img {
    max-width: inherit;
    margin: 16px auto 0;
    padding: 0 20px;
  }
}
#characters .hero ul {
  display: flex;
  gap: 0 20px;
  justify-content: center;
  margin-top: 23px;
}
@media screen and (max-width: 940px) {
  #characters .hero ul {
    gap: 0 16px;
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
#characters .hero ul li {
  width: 85px;
  border-radius: 64px;
  border: 3px solid var(--gold, #cfa23d);
  background: var(--wh, #fff);
}
@media screen and (max-width: 940px) {
  #characters .hero ul li {
    width: 78px;
    margin-bottom: 10px;
  }
}
#characters .hero .warning_sentence {
  color: var(--bk, #35322b);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-top: 17px;
}
@media screen and (max-width: 940px) {
  #characters .hero .warning_sentence {
    margin-top: 2px;
  }
}

#byplatform {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 940px) {
  #byplatform {
    margin-top: 32px;
  }
}
#byplatform .btn-byplatform {
  width: 768px;
  height: 76px;
  background-image: url(../../images/byplatform-btn.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 940px) {
  #byplatform .btn-byplatform {
    width: calc(100% - 32px);
    height: 30vw;
    background-image: url(../../images/byplatform-btn_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
#byplatform .btn-byplatform span {
  color: var(--wh, #fff);
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 24px */
  position: relative;
  top: -2px;
}
@media screen and (max-width: 940px) {
  #byplatform .btn-byplatform span {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    font-size: 20px;
    font-size: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
  }
}

#latest {
  margin-top: 51px;
}
@media screen and (max-width: 940px) {
  #latest {
    margin-top: 30px;
  }
}
#latest .inner {
  max-width: 1104px;
}
#latest .inner h2 {
  color: var(--wh, #fff);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
@media screen and (max-width: 940px) {
  #latest .inner h2 {
    color: var(--wh, #fff);
    text-align: center;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    font-size: 20px;
    font-size: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
  }
}
#latest .inner .banner {
  margin-top: 17px;
}
#latest .inner .banner a {
  display: block;
}

#continuous3-contents {
  padding-top: 120px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents {
    padding-top: 31px;
    padding-top: clamp(1.9375rem, -0.0072886905rem + 7.8976190476vw, 4.6325625rem);
  }
}
#continuous3-contents .title-box {
  padding: 46px 0;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .title-box {
    padding: 20px 0 23px;
    padding: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem) 0 clamp(1.4375rem, -0.0054077381rem + 5.8595238095vw, 3.4370625rem);
  }
}
#continuous3-contents .inner {
  max-width: 1104px;
}
#continuous3-contents .inner .anker-body {
  margin-top: 48px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body {
    margin-top: 6vw;
  }
}
#continuous3-contents .inner .anker-body ul {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body ul {
    flex-direction: column;
    gap: 0;
  }
}
#continuous3-contents .inner .anker-body ul li {
  width: calc(25% - 12px);
  max-width: 244px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body ul li {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body ul li:nth-child(n+2) a {
    background-image: url(../../images/btn_anker2_sp.png);
    height: 15.6vw;
  }
}
#continuous3-contents .inner .anker-body ul li a {
  width: 100%;
  height: 98px;
  background-image: url(../../images/btn_anker.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #continuous3-contents .inner .anker-body ul li a {
    height: 8.7122vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body ul li a {
    background-image: url(../../images/btn_anker_sp.png);
    height: 19vw;
  }
}
#continuous3-contents .inner .anker-body ul li a span {
  text-align: center;
  color: var(--wh, #fff);
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  position: relative;
  top: -11px;
}
@media screen and (max-width: 1024px) {
  #continuous3-contents .inner .anker-body ul li a span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .anker-body ul li a span {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    top: 0;
    font-size: 18px;
    font-size: clamp(1.125rem, -0.0042321429rem + 4.5857142857vw, 2.689875rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap {
  margin-top: 41px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap {
    margin-top: 6.5vw;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap .head-box {
  background: var(--red, #771c21);
  padding: 20px 0 25px;
  box-shadow: 3px 3.5px 0 0 rgba(0, 0, 0, 0.5) inset;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap .head-box {
    padding: 20px 0 25px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title {
  text-align: center;
}
#continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title span {
  color: var(--wh, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title span {
    color: var(--wh, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    font-size: 16px;
    font-size: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title span + div {
  margin-top: 8px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title span + div {
    margin-top: 3px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title div {
  color: var(--wh, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap .head-box .box-child-title div {
    color: var(--wh, #fff);
    text-align: center;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    font-size: 24px;
    font-size: clamp(1.5rem, -0.0056428571rem + 6.1142857143vw, 3.5865rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal {
  margin: 0 auto;
  overflow: hidden;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body {
  padding: 15px 0 40px 0;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body {
    padding-top: 16px;
    padding-bottom: 14px;
    padding-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
    padding-bottom: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body h4 {
  background-color: #35322b;
  padding: 12px 0;
  color: var(--wh, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body h4 {
    padding: 12px 0;
    color: var(--wh, #fff);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    font-size: 16px;
    letter-spacing: 0.8px;
    font-size: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
    letter-spacing: clamp(0.05rem, -0.0001880952rem + 0.2038095238vw, 0.11955rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab-wrap {
  padding-left: 52px;
  padding-right: 52px;
  margin-top: 24px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab-wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab {
  display: flex;
  gap: 0 10px;
  border-bottom: 6px solid var(--red, #771c21);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab {
    border-bottom: 3px solid var(--red, #771c21);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab li {
  width: calc(50% - 5px);
  border-radius: 16px 16px 0 0;
  background: #9c9c9c;
  text-align: center;
  color: var(--wh, #fff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  padding: 19px 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab li {
    color: var(--wh, #fff);
    text-align: center;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 20px;
    padding: 15px 0 10px;
    font-size: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
    padding: clamp(0.9375rem, -0.0035267857rem + 3.8214285714vw, 2.2415625rem) 0 10px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab li.active {
  background: var(--red, #771c21);
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab-body {
  display: none;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .tab-body.active {
  display: block;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head,
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot {
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (max-width: 1024px) and (min-width: 941px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head,
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media screen and (max-width: 940px) and (min-width: 394px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head,
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot {
    padding-left: clamp(1.25rem, -0.1932234432rem + 5.8608058608vw, 3.25rem);
    padding-right: clamp(1.25rem, -0.1932234432rem + 5.8608058608vw, 3.25rem);
  }
}
@media screen and (max-width: 393px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head,
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head {
  display: flex;
  margin-top: 24px;
  gap: 0 48px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head {
    flex-direction: column;
    margin-top: 0;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-img,
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info {
  width: calc(50% - 24px);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-img,
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info {
    width: 100%;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-img p {
  color: #35322B;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 3px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-img p {
    font-size: 12px;
    margin-top: 3px;
    font-size: clamp(0.75rem, -0.0028214286rem + 3.0571428571vw, 1.79325rem);
    margin-top: clamp(0.1875rem, -0.0007053571rem + 0.7642857143vw, 0.4483125rem);
  }
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info {
    margin-top: 8px;
    margin-top: clamp(0.5rem, -0.0018809524rem + 2.0380952381vw, 1.1955rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol {
  margin-top: 18px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol {
    margin-top: 10px;
    margin-top: clamp(0.625rem, -0.0023511905rem + 2.5476190476vw, 1.494375rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol li {
  color: #35322B;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol li {
    color: var(--bk, #35322b);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    font-size: 16px;
    font-size: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol li:nth-child(n+2) {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info ol li:nth-child(n+2) {
    margin-top: 7px;
    margin-top: clamp(0.4375rem, -0.0016458333rem + 1.7833333333vw, 1.0460625rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info p.f-serif {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin-top: 24px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info p.f-serif {
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
    margin-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .under-border-text {
  color: var(--bk, #35322b);
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  margin-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .under-border-text {
    color: var(--bk, #35322b);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    font-size: 14px;
    margin-top: 10px;
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
    margin-top: clamp(0.625rem, -0.0023511905rem + 2.5476190476vw, 1.494375rem);
    padding-bottom: 0;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .text {
  text-align: left;
  color: #35322b;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.7px;
  margin-top: 0px;
  padding-top: 15px;
  border-top: 2px solid var(--bk, #35322b);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .text {
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
    margin-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 14px;
  border-top: 2px solid var(--bk, #35322b);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box {
    margin-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dt,
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dd {
  color: var(--bk, #35322b);
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dt,
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dd {
    color: var(--bk, #35322b);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    font-size: 16px;
    font-size: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dt {
  width: 50px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dt {
    width: clamp(3.75rem, -0.0141071429rem + 15.2857142857vw, 8.96625rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .price-box dd {
  line-height: 1.6;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-head .package-info .btn-reservation {
  margin-top: 16px;
  display: block;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot {
  padding-top: 29px;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot {
    padding-top: clamp(1.3125rem, -0.0049375rem + 5.35vw, 3.1381875rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl {
  display: flex;
  gap: 17px 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl {
    margin-top: 17px;
    gap: 8px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dt {
  width: 100%;
  text-align: center;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dt {
    width: 129px;
    height: auto;
    margin: 0 auto 16px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dt img {
  max-width: 201px;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd {
  width: calc(50% - 8px);
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  padding: 17px 16px 12px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd {
    width: calc(33% - clamp(0.25rem, -0.8166666667rem + 2.6666666667vw, 0.75rem));
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd {
    width: 100%;
  }
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd:nth-child(n+2) {
    margin-top: 6px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd a {
  display: inline-block;
  transition: opacity 0.3s;
  padding: 0;
  text-align: center;
  width: 416px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd a {
    width: 100%;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd a img {
    width: 120%;
    margin-left: -10%;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin-top: 10px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn {
    gap: 0 clamp(0.5rem, -0.0018809524rem + 2.0380952381vw, 1.1955rem);
    margin-top: clamp(0.625rem, -0.0023511905rem + 2.5476190476vw, 1.494375rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li {
  width: calc(50% - 4px);
  max-width: 204px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li {
    max-width: inherit;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a.special {
  background-image: url(../../images/reservation-btn_special.png);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a.special {
    background-image: url(../../images/reservation-btn_speciall_sp.png);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a.normal {
  background-image: url(../../images/reservation-btn_normal.png);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a.normal {
    background-image: url(../../images/reservation-btn_normal_sp.png);
  }
}
@media screen and (max-width: 1024px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a {
    height: 4.9784vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a {
    height: 52px;
    height: clamp(3.25rem, -0.0122261905rem + 13.2476190476vw, 7.77075rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a span {
  color: var(--wh, #fff);
  text-align: center;
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a span {
    font-size: 2.4vw;
    top: -0.2vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal .box-body .continuous3-contents-body-foot .reservation_target_selection dl dd .reservation-btn li a span {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    top: inherit;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-shadow: clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem) clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem) 0 rgba(0, 0, 0, 0.4);
    font-size: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
    top: calc(0vw - clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem));
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal + .box-normal:nth-child(n+2) {
  margin-top: 56px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal + .box-normal:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-package .head-box {
    padding: 13px 0 16px;
    padding: clamp(0.8125rem, -0.0030565476rem + 3.3119047619vw, 1.9426875rem) 0 clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-package .box-body {
  padding-bottom: 45px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-package .box-body {
    padding-bottom: 20px;
    padding-bottom: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-download .head-box {
    padding: 13px 0 16px;
    padding: clamp(0.8125rem, -0.0030565476rem + 3.3119047619vw, 1.9426875rem) 0 clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-download .box-body {
  padding-bottom: 45px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-download .box-body {
    padding-bottom: 20px;
    padding-bottom: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap > .box-normal.box-productinfo .head-box {
    padding: 13px 0 16px;
    padding: clamp(0.8125rem, -0.0030565476rem + 3.3119047619vw, 1.9426875rem) 0 clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .box-normal .box-body-wrap .head-box h3 {
  width: 100%;
  margin: 0 auto;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .box-normal .box-body-wrap .box-body {
  padding-top: 0;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .box-normal .box-body-wrap .box-body .continuous3-contents-body-foot {
  padding-bottom: 0;
  padding-top: 41px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .box-normal .box-body-wrap .box-body .continuous3-contents-body-foot {
    padding-top: 0px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .box-normal .box-body-wrap .box-body .shop_bonus-body-head {
  margin-top: 0;
  padding: 0;
  gap: 0 32px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .box-normal .box-body-wrap .box-body .shop_bonus-body-head {
    margin-top: 17px;
    gap: 0;
    display: flex;
    flex-direction: column;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-head,
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1280px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-head,
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot {
    padding-left: clamp(2.5rem, -4.4395280236rem + 11.7994100295vw, 5rem);
    padding-right: clamp(2.5rem, -4.4395280236rem + 11.7994100295vw, 5rem);
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-head,
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper {
  width: 100%;
  max-width: 912px;
  overflow: inherit;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head {
  margin-top: 24px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img {
  max-width: 440px;
  width: calc(50% - 16px);
  padding: 31px 32px 28px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) and (min-width: 394px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img {
    padding-left: clamp(1rem, 1rem + 0vw, 1rem);
    padding-right: clamp(1rem, 1rem + 0vw, 1rem);
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img {
    max-width: inherit;
    width: 100%;
    padding-top: 15px;
    padding-top: clamp(0.9375rem, -0.0035267857rem + 3.8214285714vw, 2.2415625rem);
  }
}
@media screen and (max-width: 393px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img {
    width: 100%;
    padding-bottom: 11px;
    max-width: inherit;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_name {
  width: 100%;
  max-width: 258px;
  margin: 39px auto 0;
  text-align: center;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_logo {
  text-align: center;
  margin-top: 16px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_logo img {
  width: 150px;
  margin: 0 auto;
  display: inline-block;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .bonus_name {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .bonus_name span,
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .bonus_name div {
  color: var(--bk, #35322b);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .bonus_name span,
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .bonus_name div {
    color: var(--bk, #35322b);
    text-align: right;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    font-size: 16px;
    font-size: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn {
  display: flex;
  margin: 15px 0 0 0;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li {
  width: 100%;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li a {
  width: 100%;
  height: 56px;
  background-image: url(../../images/reservation-btn_dl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li a {
    height: 4.9784vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li a {
    height: 13.6vw;
    background-image: url(../../images/reservation-btn_dl_sp.png);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li a span {
  color: var(--wh, #fff);
  /* shadow */
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li a span {
    font-size: 2.4vw;
    top: -0.2vw;
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img .shop_btn li a span {
    color: var(--wh, #fff);
    text-align: center;
    /* shadow */
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-shadow: clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem) clamp(0.125rem, -0.0004702381rem + 0.5095238095vw, 0.298875rem) 0 rgba(0, 0, 0, 0.4);
    font-size: clamp(1.25rem, -0.004702381rem + 5.0952380952vw, 2.98875rem);
    top: calc(0vw - clamp(0.25rem, -0.0009404762rem + 1.019047619vw, 0.59775rem));
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .shop_bonus-body-head .shop_bonus_img:nth-child(n+2) {
    margin-top: clamp(0.9375rem, -0.0035267857rem + 3.8214285714vw, 2.2415625rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-lock {
  display: inherit;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-next {
  right: 16px;
  transform: scale(-1, 1);
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-prev {
  left: 16px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-next,
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-prev {
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 33px;
}
@media screen and (min-width: 769px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-next,
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-prev {
    display: none;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-next:after,
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-swiper .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMS40MjcyNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMDgxODIwIi8+CjxyZWN0IHg9IjEiIHk9IjEuNDI3MjUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgc3Ryb2tlPSIjODhDMDcwIiBzdHJva2Utd2lkdGg9IjIiLz4KPHJlY3QgeD0iMTAiIHk9IjE0LjQyNzIiIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjMuMzMzMzMiIGZpbGw9IiM4OEMwNzAiLz4KPHJlY3QgeD0iMTMuMzM0IiB5PSIxMS4wOTM4IiB3aWR0aD0iMy4zMzMzMyIgaGVpZ2h0PSIzLjMzMzMzIiBmaWxsPSIjODhDMDcwIi8+CjxyZWN0IHg9IjEzLjMzNCIgeT0iMTcuNzYwNyIgd2lkdGg9IjMuMzMzMzMiIGhlaWdodD0iMy4zMzMzMyIgZmlsbD0iIzg4QzA3MCIvPgo8cmVjdCB4PSIxNi42NjYiIHk9IjcuNzYwNzQiIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjMuMzMzMzMiIGZpbGw9IiM4OEMwNzAiLz4KPHJlY3QgeD0iMTYuNjY2IiB5PSIyMS4wOTM4IiB3aWR0aD0iMy4zMzMzMyIgaGVpZ2h0PSIzLjMzMzMzIiBmaWxsPSIjODhDMDcwIi8+Cjwvc3ZnPgo=");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-banner-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-banner-nav {
    display: flex;
    gap: 0 22px;
    margin: 16px auto 0;
    max-width: 289px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-banner-nav .banner-item {
  position: relative;
  cursor: pointer;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop-banner-nav .banner-item.active::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -16px;
  width: 8px;
  height: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background-color: #ed8b1b;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot {
  padding: 17px 0 47px;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot {
    padding: 15px 0 24px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot p {
  color: #35322B;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 2.293622.4px */
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot p {
    color: var(--bk, #35322B);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 0 56px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl {
  width: calc(50% - 28px);
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl dt {
  width: 100%;
  text-align: center;
  height: 80px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl dt img {
  max-width: 201px;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl dd {
  text-align: center;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl dd a {
  display: inline-block;
  transition: opacity 0.3s;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl dd a:hover {
  opacity: 0.8;
}
#continuous3-contents .inner .continuous3-contents-wrap#shop_bonus .shop_bonus-body-foot .reservation_target_selection dl dd:nth-of-type(n + 2) {
  margin-top: 16px;
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .box-normal .box-body-wrap .head-box h3 {
  width: 100%;
  margin: 0 auto;
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .box-normal .box-body-wrap .box-body {
  padding-top: 0;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .box-normal .box-body-wrap .box-body {
    padding-bottom: 0;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .box-normal .box-body-wrap .box-body .continuous3-contents-body-foot {
  padding-bottom: 0;
  padding-top: 41px;
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .box-normal .box-body-wrap .box-body .shop_bonus-body-head {
  margin-top: 24px;
  padding: 0;
  gap: 0 24px;
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body {
  display: flex;
  gap: 0 56px;
  padding-top: 39px;
  padding-bottom: 4px;
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (max-width: 940px) and (min-width: 394px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body {
    padding-left: clamp(1rem, -0.6236263736rem + 6.5934065934vw, 3.25rem);
    padding-right: clamp(1rem, -0.6236263736rem + 6.5934065934vw, 3.25rem);
  }
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body {
    flex-direction: column;
    padding-top: 16px;
    gap: 0 28px;
    padding-top: clamp(1rem, -0.0037619048rem + 4.0761904762vw, 2.391rem);
    padding-bottom: clamp(1.375rem, -0.005172619rem + 5.6047619048vw, 3.287625rem);
    gap: 0 clamp(1.75rem, -0.0065833333rem + 7.1333333333vw, 4.18425rem);
  }
}
@media screen and (max-width: 393px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-img {
  width: 39.5%;
  max-width: 360px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-img {
    width: 100%;
    max-width: inherit;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info {
  width: calc(60.5% - 56px);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info {
    width: 100%;
    margin-top: 12px;
    padding: 0;
  }
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .box-normal {
    padding: 0;
  }
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info *::before, #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info *::after, #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .corner {
    display: none;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-plate {
  color: var(--wh, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 44px;
  background: var(--brown, #35322b);
  display: inline-block;
  padding: 5px 12px 7px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-plate {
    font-size: clamp(0.625rem, -0.0023511905rem + 2.5476190476vw, 1.494375rem);
    padding: clamp(0.4375rem, -0.0016458333rem + 1.7833333333vw, 1.0460625rem) clamp(0.625rem, -0.0023511905rem + 2.5476190476vw, 1.494375rem) clamp(0.5rem, -0.0018809524rem + 2.0380952381vw, 1.1955rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-label {
  width: 100%;
  padding-bottom: 7px;
  margin-top: 9px;
  border-bottom: 2px solid var(--bk, #35322b);
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-label {
    width: 100%;
    padding-bottom: 6px;
    margin-top: 4px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-label span {
  color: var(--brown, #744828);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 16.8px */
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-label div.title1 {
  color: var(--bk, #35322b);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-label div.title1 {
    font-size: clamp(1.5rem, -0.0056428571rem + 6.1142857143vw, 3.5865rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info .name-label div.title2 {
  color: var(--brown, #744828);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 22.4px */
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul {
  margin-top: 25px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul {
    margin-top: 15px;
    margin-top: clamp(0.9375rem, -0.0035267857rem + 3.8214285714vw, 2.2415625rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li {
  display: flex;
  gap: 0 10px;
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li div,
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li span {
  display: inline-block;
  color: var(--bk, #35322B);
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li div,
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li span {
    font-size: 14px;
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li span {
  min-width: 124px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li span {
    min-width: 111px;
  }
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li div {
  font-weight: 400;
}
#continuous3-contents .inner .continuous3-contents-wrap#product_info .product_info-body .product_info-info ul li:nth-child(n+2) {
  margin-top: 8px;
}
#continuous3-contents .inner .continuous3-contents-wrap + .continuous3-contents-wrap:nth-child(n+2) {
  margin-top: 49px;
}
@media screen and (max-width: 940px) {
  #continuous3-contents .inner .continuous3-contents-wrap + .continuous3-contents-wrap:nth-child(n+2) {
    margin-top: 32px;
  }
}

#footer {
  padding: 58px 0 88px;
}
@media screen and (max-width: 940px) {
  #footer {
    padding: clamp(1.875rem, -0.0070535714rem + 7.6428571429vw, 4.483125rem) 0 clamp(7.125rem, -0.0268035714rem + 29.0428571429vw, 17.035875rem);
  }
}
#footer .inner {
  max-width: 1168px;
}
@media screen and (max-width: 768px) and (min-width: 394px) {
  #footer .inner {
    padding-left: clamp(2rem, 2.7216117216rem - 2.9304029304vw, 1rem);
    padding-right: clamp(2rem, 2.7216117216rem - 2.9304029304vw, 1rem);
  }
}
@media screen and (max-width: 393px) {
  #footer .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#footer .footer-txt {
  color: #35322B;
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 40.6px */
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #footer .footer-txt {
    font-size: 18px;
    margin-top: 20px;
  }
}
#footer .footer-banner {
  text-align: center;
  margin-top: 16px;
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  #footer .footer-banner {
    margin-top: 7px;
    flex-direction: column;
    gap: 0;
  }
}
#footer .footer-banner a {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  #footer .footer-banner a {
    width: 100%;
  }
  #footer .footer-banner a:nth-child(n+2) {
    margin-top: 25px;
  }
}
#footer .footer-company2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 940px) {
  #footer .footer-company2 {
    gap: 0 10px;
  }
}
#footer .footer-company2 a {
  width: 152px;
}
@media screen and (max-width: 940px) {
  #footer .footer-company2 a {
    width: 25%;
  }
}
#footer .footer-company2 + h4 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #footer .footer-company2 + h4 {
    margin-top: 26px;
  }
}
#footer h4 {
  text-align: center;
  color: var(--wh, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 22.4px */
}
@media screen and (max-width: 940px) {
  #footer h4 {
    color: var(--wh, #fff);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    font-size: 14px;
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
  }
}
#footer .share {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  #footer .share {
    margin-top: 7px;
  }
}
#footer .share li {
  margin: 0 6px;
}
#footer .share li a {
  border-radius: 48px;
  background: var(--gold02, #cfa23d);
  display: flex;
}
#footer .share li a img {
  width: 48px;
  height: 48px;
}
#footer .privacy-link {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 940px) {
  #footer .privacy-link {
    margin-top: 5px;
  }
}
#footer .privacy-link a {
  color: var(--wh, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 940px) {
  #footer .privacy-link a {
    color: var(--wh, #fff);
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 14px;
    font-size: clamp(0.875rem, -0.0032916667rem + 3.5666666667vw, 2.092125rem);
  }
}
#footer .footer-copyright {
  text-align: center;
  margin-top: 21px;
}
@media screen and (max-width: 940px) {
  #footer .footer-copyright {
    margin-top: 23px;
  }
}
#footer .footer-copyright .inner {
  max-width: inherit;
}
#footer .footer-copyright .inner small {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #footer .footer-copyright .inner small {
    font-size: 12px;
  }
}
@media screen and (max-width: 940px) {
  #footer .footer-copyright .inner small {
    color: var(--wh, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    font-size: 12px;
    font-size: clamp(0.75rem, -0.0028214286rem + 3.0571428571vw, 1.79325rem);
  }
}
#footer .footer-copyright .inner ul {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  #footer .footer-copyright .inner ul {
    margin-top: -1px;
  }
}
#footer .footer-copyright .inner ul li {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 940px) {
  #footer .footer-copyright .inner ul li {
    font-size: clamp(0.75rem, -0.0028214286rem + 3.0571428571vw, 1.79325rem);
  }
}
#footer .footer-copyright .inner ul li:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 940px) {
  #footer .footer-copyright .inner ul li:nth-child(n+2) {
    margin-top: clamp(0.1875rem, -0.0007053571rem + 0.7642857143vw, 0.4483125rem);
  }
}

/*スクロールバー*/
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

/*共通ヘッダー*/
/* MV - modal */
/* モーダルウィンドウバナー */
html.modalset {
  overflow: hidden;
}

.top_modal {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.top_modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}

.top_modal-wrap::-webkit-scrollbar {
  display: none;
}

.top_modal-wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.top_modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.top_modal-box {
  width: 80%;
  /* max-width: 704px; */
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top_modal-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 アスペクト比 */
}

.top_modal-box .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_modal-box .inner {
  /* background: #fff; */
  padding: 0 0 24px;
  text-align: left;
}

.top_modal-box .inner > :first-child {
  margin-top: 0;
}

.top_modal-box .inner .img-body {
  width: 100%;
}

.top_modal-box .inner .img-body img {
  width: 100%;
}

.top_modal-box .inner .text {
  margin: 24px 80px 24px;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.top_modal-box .inner .text2 {
  color: var(--bk, #000);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
}

.top_modal-box .inner .text div:nth-child(2) {
  color: var(--bk, #000);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 10px;
}

.top_modal-box .inner .text div:nth-child(2) br,
.top_modal-box .inner .text div:nth-child(3) br,
.top_modal-box .inner .text div:nth-child(4) br {
  display: none;
}

.top_modal-box .inner .text div:nth-child(3) {
  margin-top: 5px;
}

.top_modal-box .inner .text div:nth-child(3) span {
  color: var(--bk, #000);
  font-family: "Shippori Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.top_modal-box .inner .text div:nth-child(3) span:nth-child(2) {
  position: relative;
  padding: 0 16px 0 16px;
  margin: 0 16px 0 16px;
}

.top_modal-box .inner .text div:nth-child(3) span:nth-child(2)::before,
.top_modal-box .inner .text div:nth-child(3) span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
}

.top_modal-box .inner .text div:nth-child(3) span:nth-child(2)::before {
  left: 0;
}

.top_modal-box .inner .text div:nth-child(3) span:nth-child(2)::after {
  right: 0;
}

.top_modal-box .inner .text div:nth-child(4) {
  color: var(--bk, #000);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-top: 6px;
}

.top_modal-more-wrap {
  display: flex;
  justify-content: center;
}

.top_modal-more {
  color: var(--bk, #000);
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid var(--gray, #d9d9d9);
  display: inline-block;
  margin: 0 auto 0;
  height: 38px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 2.1px;
  padding: 0 40px;
}

.top_modal-box .top_modal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiM3NzFDMjEiLz4KPHBhdGggZD0iTTI1Ljc2ODEgMjYuNzc4OUwxOS45OTk3IDIxLjAzMTZMMTQuMjUyMyAyNi43Nzg5TDEzLjIyMDcgMjUuNzY4NEwxOC45ODkxIDIwTDEzLjIyMDcgMTQuMjUyNkwxNC4yNTIzIDEzLjIyMTFMMTkuOTk5NyAxOC45ODk1TDI1Ljc2ODEgMTMuMjIxMUwyNi43Nzg2IDE0LjIzMTZMMjEuMDMxMiAyMEwyNi43Nzg2IDI1Ljc2ODRMMjUuNzY4MSAyNi43Nzg5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  cursor: pointer;
  text-indent: -9999px;
}

@media screen and (max-width: 750px) {
  .top_modal-box {
    width: 100%;
  }
  .top_modal-box .inner .text {
    margin: 24px 16px 24px;
    padding: 14px 0 16px;
  }
  .top_modal-box .inner .text div:nth-child(2) {
    font-size: 18px;
    line-height: 138%;
  }
  .top_modal-box .inner .text div:nth-child(2) br,
  .top_modal-box .inner .text div:nth-child(3) br,
  .top_modal-box .inner .text div:nth-child(4) br {
    display: inline;
  }
  .top_modal-box .inner .text div:nth-child(3) {
    display: flex;
    margin-top: 12px;
    justify-content: center;
  }
  .top_modal-box .inner .text div:nth-child(3) span {
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  .top_modal-box .inner .text div:nth-child(3) span:nth-child(2) {
    padding: 0 14px 0 13px;
    margin: 0 12px 0 11px;
  }
  .top_modal-box .inner .text div:nth-child(3) span:nth-child(2)::before,
  .top_modal-box .inner .text div:nth-child(3) span:nth-child(2)::after {
    height: 34px;
    top: 0;
  }
  .top_modal-box .inner .text div:nth-child(4) {
    font-size: 16px;
    margin-top: 14px;
  }
  .top_modal-more {
    margin-top: 0;
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    padding: 0 20px;
  }
  .top_modal-box .top_modal-close {
    width: 24px;
    height: 24px;
  }
}/*# sourceMappingURL=style.css.map */