@charset "UTF-8";
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* よく使うプロパティ */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 色の指定 */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Keyframe */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
.pc_b {
  display: block !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_b {
    display: none !important;
  }
}

.pc_i {
  display: inline !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_i {
    display: none !important;
  }
}

.pc_ib {
  display: inline-block !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_ib {
    display: none !important;
  }
}

.pc_f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_f {
    display: none !important;
  }
}

.sp_b {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_b {
    display: block !important;
  }
}

.sp_i {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_i {
    display: inline !important;
  }
}

.sp_ib {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.sp_f {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

html {
  font-size: 62.5%;
  line-height: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  color: #493521;
  background: #e2dfd5 url(../../images/common/common/bg-ptn-white.png) center center/181px auto;
  font-family: "Shippori Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media print, screen and (max-width: 1024px) {
  body {
    min-width: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.is-loading * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
          transition-delay: unset !important;
}

.is-resizing *,
.is-resizing *::before,
.is-resizing *::after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
          transition-delay: unset !important;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
img:not(.sw-Box .news-content img) {
  width: 100%;
  height: 100%;
}

.otgs-development-site-front-end {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  display: block;
}

/*-------------------------------------------------------------------*/
/* Structure */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* st-Frame */
/*-------------------------------------------------------------------*/
.st-Frame {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/pc/common/deco-leftside.png), url(../../images/pc/common/deco-rightside.png), url(../../images/pc/common/deco-top.png), url(../../images/pc/common/deco-bottom-left.png), url(../../images/pc/common/deco-bottom-right.png);
  background-size: 186px auto, 186px auto, 248px auto, 186px auto, 186px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, top center, bottom left, bottom right;
}
@media print, screen and (max-width: 1024px) {
  .st-Frame {
    background-size: 26.8229166667vw auto, 26.8229166667vw auto, 0 auto, 26.8229166667vw auto, 26.8229166667vw auto;
  }
}

/*-------------------------------------------------------------------*/
/* st-Wrapper */
/*-------------------------------------------------------------------*/
.st-Wrapper {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

/*-------------------------------------------------------------------*/
/* st-Content */
/*-------------------------------------------------------------------*/
.st-Content {
  position: relative;
  overflow: hidden;
}
.st-Content:not(.home) {
  background: url(../../images/pc/common/deco_bg_chd.png) no-repeat top center/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Content:not(.home) {
    background: url(../../images/sp/common/deco_bg_chd.png) no-repeat top center/100% auto;
  }
}

/*-------------------------------------------------------------------*/
/* st-Main */
/*-------------------------------------------------------------------*/
.st-Main {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
}
.st-Main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8.3333333333vw;
  left: 0;
  width: 48.8541666667vw;
  height: 100%;
  background: url(../../images/pc/common/deco-renga-bottom.png) no-repeat bottom left/100% auto;
  z-index: -1;
}
@media print, screen and (max-width: 1024px) {
  .st-Main::after {
    width: 92.1875vw;
    bottom: -20.8333333333vw;
  }
}

/*-------------------------------------------------------------------*/
/* Site wide */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sw-Pagetitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.sw-Pagetitle img {
  position: relative;
  display: block;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 1025px) {
  .sw-Pagetitle {
    padding: 130px 0 70px 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle {
    padding: 14.3229166667vw 0 9.1145833333vw 0;
  }
}
.sw-Pagetitle_Inner span {
  display: inline-block;
  background: #533D28;
  color: #FCFBF7;
  font-size: 16px;
  padding: 0px 8px 2px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle_Inner span {
    font-size: 2.8645833333vw;
    padding: 0.1302083333vw 1.0416666667vw 0.2604166667vw;
  }
}

.sw-Modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(73, 53, 33, 0.94);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sw-Modal.open {
  opacity: 1;
  pointer-events: all;
}
.sw-Modal .modal-close {
  position: absolute;
  background: url("../../images/common/common/icon_close.svg") 0 0/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .sw-Modal .modal-close {
    top: 20px;
    right: 20px;
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Modal .modal-close {
    top: 5.2083333333vw;
    right: 5.2083333333vw;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media (any-hover: hover) {
  .sw-Modal .modal-close {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .sw-Modal .modal-close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Modal_Inner {
    width: 66.6666666667vw;
    height: 37.5vw;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1/1) {
  .sw-Modal_Inner {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1/1) {
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Modal_Inner {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
    padding: 0 2.6041666667vw;
  }
}
.sw-Modal_Inner .modal-wrapper iframe {
  width: 100%;
  height: 100%;
}

.sw-Button {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 260px;
  font-size: 20px;
  line-height: 1;
  border: 2px solid #533D28;
  text-align: center;
  padding: 20px 32px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1024px) {
  .sw-Button {
    font-size: 3.90625vw;
    padding: 4.9479166667vw 5.2083333333vw;
    max-width: 52.0833333333vw;
  }
}
.sw-Button:hover {
  color: #C1AE7F;
}
.sw-Button::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(157, 148, 148, 0.6);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.sw-Button.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.sw-Button.back .button-inner:before {
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 1025px) {
  .sw-Button.back .button-inner:before {
    left: 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Button.back .button-inner:before {
    left: 4.6875vw;
  }
}
.sw-Button.newtab .button-inner:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22%23FCF3DC%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M12.444%2012.444H1.556V1.556H7V0H1.556C.696%200%200%20.696%200%201.556v10.889C0%2013.303.696%2014%201.556%2014h10.889c.859%200%201.555-.696%201.555-1.556V7h-1.556v5.444Z%22%2F%3E%3Cpath%20d%3D%22M8.357%200v1.556h2.789L3.5%209.2l1.1%201.1%207.646-7.645v2.788h1.556V0H8.357Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h14v14H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 1025px) {
  .sw-Button.newtab .button-inner:before {
    width: 14px;
    height: 14px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Button.newtab .button-inner:before {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
.sw-Button .button-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sw-Button .button-deco:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/pc/common/bg_button_splat.png");
  z-index: 2;
}
.sw-Button .button-deco:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  opacity: 0.4;
  z-index: 1;
}
@media print, screen and (min-width: 1025px) {
  .sw-Button .button-deco:after {
    height: 69px;
    border-top: 1px solid #FCF3DC;
    border-bottom: 1px solid #FCF3DC;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Button .button-deco:after {
    height: 13.5416666667vw;
    border-top: 0.1302083333vw solid #FCF3DC;
    border-bottom: 0.1302083333vw solid #FCF3DC;
  }
}
.sw-Button .button-inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #FCF3DC;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 1025px) {
  .sw-Button .button-inner {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Button .button-inner {
    font-size: 3.90625vw;
  }
}
.sw-Button .button-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2014%2019%22%3E%3Cpath%20fill%3D%22%23FCF3DC%22%20d%3D%22M11.294%200%200%209.412l11.294%209.411-4.396-9.411L11.294%200Z%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%229.5%22%20r%3D%221.5%22%20fill%3D%22%23FCF3DC%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 1025px) {
  .sw-Button .button-inner:before {
    right: 20px;
    width: 14px;
    height: 19px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Button .button-inner:before {
    right: 4.6875vw;
    width: 3.125vw;
    height: 4.1666666667vw;
  }
}

.sw-Pagination {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-inline: auto;
  margin: 40px auto 0;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .sw-Pagination {
    width: calc(960px / 768 * 100vw);
    max-width: calc(960px / 768 * 100vw);
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination {
    width: calc(100% - 60px);
    max-width: 708;
    margin-inline: auto;
    margin: 5.2083333333vw auto 0;
    padding-bottom: 20.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sw-Pagination {
    width: calc(708 / 768 * 100vw);
    max-width: calc(708 / 768 * 100vw);
  }
}
.sw-Pagination_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sw-Pagination_Inner .pagination-arrow {
  position: relative;
  display: block;
  color: #533D28;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Libre Caslon Display", serif;
  font-size: 22px;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .pagination-arrow {
    font-size: 3.90625vw;
  }
}
.sw-Pagination_Inner .pagination-arrow:hover {
  color: #C1AE7F;
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow:before {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
.sw-Pagination_Inner .pagination-arrow:before {
  content: "";
}
.sw-Pagination_Inner .pagination-arrow.prev {
  background: url(../../images/common/common/link_arrow05.svg) no-repeat 0 center/51px auto;
  padding-left: 67px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .pagination-arrow.prev {
    background: url(../../images/common/common/link_arrow05.svg) no-repeat 0 center/9.1145833333vw auto;
    padding-left: 10.4166666667vw;
  }
}
.sw-Pagination_Inner .pagination-arrow.prev:before {
  content: "PREV";
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow.prev:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.sw-Pagination_Inner .pagination-arrow.next {
  background: url(../../images/common/common/link_arrow02.svg) no-repeat right 0 center/51px auto;
  padding-right: 67px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .pagination-arrow.next {
    background: url(../../images/common/common/link_arrow02.svg) no-repeat right 0 center/9.1145833333vw auto;
    padding-right: 10.4166666667vw;
  }
}
.sw-Pagination_Inner .pagination-arrow.next:before {
  content: "NEXT";
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow.next:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sw-Pagination_Inner .pagination-arrow.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.sw-Pagination_Inner .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sw-Pagination_Inner .wp-pagenavi span,
.sw-Pagination_Inner .wp-pagenavi a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  margin: 5px;
  color: #533D28;
  font-size: 20px;
  background: url(../../images/common/news/pagenavi_bg01.png) no-repeat center center/cover;
  font-family: "Libre Caslon Display", serif;
  line-height: 1.4;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .wp-pagenavi span,
  .sw-Pagination_Inner .wp-pagenavi a {
    width: 10.9375vw;
    height: 10.9375vw;
    margin: 0.9114583333vw;
    font-size: 3.6458333333vw;
  }
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .wp-pagenavi span,
  .sw-Pagination_Inner .wp-pagenavi a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .sw-Pagination_Inner .wp-pagenavi span:hover,
  .sw-Pagination_Inner .wp-pagenavi a:hover {
    color: #FCFBF7;
    background: url(../../images/common/news/pagenavi_bg02.png) no-repeat center center/cover;
  }
}
.sw-Pagination_Inner .wp-pagenavi span.current,
.sw-Pagination_Inner .wp-pagenavi a.current {
  color: #FCFBF7;
  background: url(../../images/common/news/pagenavi_bg02.png) no-repeat center center/cover;
}

.sw-Pager {
  margin: 40px auto 0;
  padding-bottom: 160px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager {
    width: calc(100% - 60px);
    max-width: 708;
    margin-inline: auto;
    margin: 5.2083333333vw auto 0;
    padding-bottom: 20.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sw-Pager {
    width: calc(708 / 768 * 100vw);
    max-width: calc(708 / 768 * 100vw);
  }
}
.sw-Pager_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sw-Pager_Inner .pagination-arrow {
  position: relative;
  display: block;
  color: #533D28;
  font-family: "Libre Caslon Display", serif;
  font-size: 22px;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pagination-arrow {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pagination-arrow:hover {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
.sw-Pager_Inner .pagination-arrow:before {
  content: "";
}
.sw-Pager_Inner .pagination-arrow.pager-prev {
  background: url(../../images/common/common/link_arrow05.svg) no-repeat 0 center/51px auto;
  padding-left: 67px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pagination-arrow.pager-prev {
    background: url(../../images/common/common/link_arrow05.svg) no-repeat 0 center/9.1145833333vw auto;
    padding-left: 10.4166666667vw;
  }
}
.sw-Pager_Inner .pagination-arrow.pager-prev:before {
  content: "PREV";
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pagination-arrow.pager-prev:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.sw-Pager_Inner .pagination-arrow.pager-next {
  background: url(../../images/common/common/link_arrow02.svg) no-repeat right 0 center/51px auto;
  padding-right: 67px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pagination-arrow.pager-next {
    background: url(../../images/common/common/link_arrow02.svg) no-repeat right 0 center/9.1145833333vw auto;
    padding-right: 10.4166666667vw;
  }
}
.sw-Pager_Inner .pagination-arrow.pager-next:before {
  content: "NEXT";
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pagination-arrow.pager-next:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.sw-Pager_Inner .pagination-arrow.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.sw-Pager_Inner .pager-back {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0.06em;
  font-size: 22px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pager-back {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pager-back {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .sw-Pager_Inner .pager-back:hover {
    color: #c38100;
  }
}

.sw-Box {
  position: relative;
  z-index: 1;
  background-color: #FCFBF7;
  border: 4px solid #EBE8E2;
}
@media print, screen and (min-width: 1025px) {
  .sw-Box {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Box {
    width: 92.1875vw;
    margin: 3.90625vw auto 0;
  }
}
.sw-Box::before {
  content: "";
  width: 132px;
  height: 132px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  background: url(../../images/pc/common/deco-leftside.png) no-repeat 0 0/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .sw-Box::before {
    width: 21.875vw;
    height: 21.875vw;
  }
}
.sw-Box::after {
  content: "";
  width: 132px;
  height: 132px;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: -1;
  background: url(../../images/pc/common/deco-bottom-right.png) no-repeat right bottom/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .sw-Box::after {
    width: 21.875vw;
    height: 21.875vw;
  }
}
.sw-Box.privilege .sw-Box_Inner:before {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .sw-Box_Inner {
    padding: 90px 80px 100px 80px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Box_Inner {
    padding: 11.71875vw 6.5104166667vw 13.0208333333vw 6.5104166667vw;
  }
}

.sw-Banner {
  position: fixed;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  z-index: 99;
  will-change: filter;
}
@media print, screen and (min-width: 768px) {
  .sw-Banner {
    right: 0;
    bottom: 40px;
    width: 380px;
    height: 178px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(179, 172, 137, 0.8));
            filter: drop-shadow(0px 0px 10px rgba(179, 172, 137, 0.8));
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Banner {
    right: 0;
    bottom: 3.90625vw;
    width: 57.2916666667vw;
    height: 29.4270833333vw;
    -webkit-filter: drop-shadow(0px 0px 1.3020833333vw rgba(179, 172, 137, 0.8));
            filter: drop-shadow(0px 0px 1.3020833333vw rgba(179, 172, 137, 0.8));
  }
}
.sw-Banner.hide, .sw-Banner.disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sw-Banner.slide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sw-Banner button {
  position: absolute;
  z-index: 9;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2040%2024%22%3E%3Cpath%20fill%3D%22%23D0AF67%22%20d%3D%22M1%2022%2038.254.491l1.073%201.815L2.073%2023.814z%22%2F%3E%3Cpath%20fill%3D%22%23D0AF67%22%20d%3D%22m1%202%2037.254%2021.509%201.073-1.815L2.073.186z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 768px) {
  .sw-Banner button {
    top: 0px;
    right: 28px;
    width: 40px;
    height: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Banner button {
    top: -1.5625vw;
    right: 3.3854166667vw;
    width: 8.3333333333vw;
    height: 5.2083333333vw;
  }
}
@media (any-hover: hover) {
  .sw-Banner button {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .sw-Banner button:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.sw-Banner a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .sw-Banner a {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    will-change: filter;
  }
  .sw-Banner a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.sw-Banner a img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sw-Banner a img {
    height: 178px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Banner a img {
    height: 26.8229166667vw;
  }
}

.sw-Anchor {
  position: absolute;
}

/*-------------------------------------------------------------------*/
/* wpml言語切替スイッチャー */
/*-------------------------------------------------------------------*/
@media print, screen and (max-width: 1024px) {
  .idx-Mv .wpml-ls-statics-shortcode_actions {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .header-nav_menu .wpml-ls-statics-shortcode_actions {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .header-nav_menu .wpml-ls-statics-shortcode_actions {
    position: relative;
    margin-top: 9.1145833333vw;
    z-index: 2;
  }
}
.header-nav_menu .wpml-ls-statics-shortcode_actions ul {
  display: -ms-inline-grid;
  display: inline-grid;
}

.wpml-ls-statics-shortcode_actions {
  position: absolute;
}
@media print, screen and (min-width: 1025px) {
  .wpml-ls-statics-shortcode_actions {
    top: 50px;
    left: auto;
    right: 60px;
  }
}
.wpml-ls-statics-shortcode_actions ul {
  display: -ms-grid;
  display: grid;
  background-color: #FCF3DC;
  border: 1px solid #33362C;
}
@media print, screen and (min-width: 1025px) {
  .wpml-ls-statics-shortcode_actions ul {
    -ms-grid-columns: 56px 2px 56px;
    grid-template-columns: 56px 56px;
    -ms-grid-rows: 30px;
    grid-template-rows: 30px;
    padding: 2px;
    gap: 2px;
    border-radius: 40px;
  }
  .wpml-ls-statics-shortcode_actions ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpml-ls-statics-shortcode_actions ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media print, screen and (max-width: 1024px) {
  .wpml-ls-statics-shortcode_actions ul {
    -ms-grid-columns: 18.0989583333vw 0.390625vw 18.0989583333vw;
    grid-template-columns: 18.0989583333vw 18.0989583333vw;
    -ms-grid-rows: 7.8125vw;
    grid-template-rows: 7.8125vw;
    padding: 0.390625vw;
    gap: 0.390625vw;
    border-radius: 5.2083333333vw;
  }
  .wpml-ls-statics-shortcode_actions ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wpml-ls-statics-shortcode_actions ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.wpml-ls-statics-shortcode_actions ul li.wpml-ls-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wpml-ls-statics-shortcode_actions ul li.wpml-ls-item a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.wpml-ls-statics-shortcode_actions ul li.wpml-ls-item span.wpml-ls-native {
  font-weight: 400;
  line-height: 1;
  color: #33362C;
}
@media print, screen and (min-width: 1025px) {
  .wpml-ls-statics-shortcode_actions ul li.wpml-ls-item span.wpml-ls-native {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .wpml-ls-statics-shortcode_actions ul li.wpml-ls-item span.wpml-ls-native {
    margin-top: 0.2604166667vw;
    font-size: 2.8rem;
  }
}
@media (any-hover: hover) {
  .wpml-ls-statics-shortcode_actions ul li.wpml-ls-item:hover {
    opacity: 0.6;
  }
}
.wpml-ls-statics-shortcode_actions li.wpml-ls-current-language {
  pointer-events: none;
}
.wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a {
  position: relative;
}
.wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #33362C;
  z-index: 1;
}
@media print, screen and (min-width: 1025px) {
  .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a::after {
    border-radius: 40px;
  }
}
@media print, screen and (max-width: 1024px) {
  .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a::after {
    border-radius: 5.2083333333vw;
  }
}
.wpml-ls-statics-shortcode_actions li.wpml-ls-current-language span.wpml-ls-native {
  position: relative;
  color: #FFF9EB !important;
  z-index: 2;
}

.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  clear: none;
}
.wpml-ls-legacy-list-horizontal a.wpml-ls-link {
  display: block;
  padding: 0 !important;
}

/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
.st-Header {
  position: absolute;
  z-index: 999;
}
.st-Header_Inner .header-logo {
  position: absolute;
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Inner .header-logo {
    top: 20px;
    left: 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-logo {
    top: 0;
    left: 0;
  }
}
@media (any-hover: hover) {
  .st-Header_Inner .header-logo {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Header_Inner .header-logo:hover {
    opacity: 0.6;
  }
}
.st-Header_Inner .header-logo_inner {
  width: 270px;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-logo_inner {
    width: 31.25vw;
  }
}
.st-Header_Inner .header-nav_hamburger {
  position: fixed;
  top: 0;
  right: 0.9375vw;
  width: 5.6770833333vw;
  height: 5.9375vw;
  background: url("../../images/common/common/bg-hamburger.png") no-repeat top center/contain;
  z-index: 999;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger {
    width: 16.2760416667vw;
    height: 16.9270833333vw;
    right: 1.3020833333vw;
  }
}
@media (any-hover: hover) {
  .st-Header_Inner .header-nav_hamburger {
    transition: 0.4s transform ease;
  }
  .st-Header_Inner .header-nav_hamburger:hover {
    transform: scale(1.1);
  }
}
.st-Header_Inner .header-nav_hamburger.open:after, .st-Header_Inner .header-nav_hamburger.hover:after {
  opacity: 0;
}
.st-Header_Inner .header-nav_hamburger.open span:before, .st-Header_Inner .header-nav_hamburger.hover span:before {
  top: 38%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
          transform: translateX(-50%) translateY(-50%) rotate(-15deg);
}
.st-Header_Inner .header-nav_hamburger.open span:after, .st-Header_Inner .header-nav_hamburger.hover span:after {
  bottom: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(15deg);
          transform: translateX(-50%) translateY(50%) rotate(15deg);
}
.st-Header_Inner .header-nav_hamburger span {
  position: absolute;
  top: 2.2395833333vw;
  right: 1.6666666667vw;
  display: block;
  width: 2.34375vw;
  height: 0.8333333333vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger span {
    width: 6.7708333333vw;
    height: 2.0833333333vw;
    top: 6.3802083333vw;
    right: 4.6875vw;
  }
}
.st-Header_Inner .header-nav_hamburger span:before, .st-Header_Inner .header-nav_hamburger span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2.34375vw;
  height: 0.2604166667vw;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger span:before, .st-Header_Inner .header-nav_hamburger span:after {
    width: 6.7708333333vw;
    height: 0.78125vw;
  }
}
.st-Header_Inner .header-nav_hamburger span:before {
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
          transform: translateX(-50%) translateY(0) rotate(0deg);
  background: url("../../images/common/common/menu-line01.svg") no-repeat 0 0/100% auto;
}
.st-Header_Inner .header-nav_hamburger span:after {
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
          transform: translateX(-50%) translateY(0) rotate(0deg);
  background: url("../../images/common/common/menu-line02.svg") no-repeat 0 bottom/100% auto;
}
.st-Header_Inner .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100%;
  background: rgba(73, 53, 33, 0.94);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.st-Header_Inner .header-nav.open {
  opacity: 1;
  pointer-events: all;
}
.st-Header_Inner .header-nav .header-nav_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100%;
  min-height: 100vh;
  background: url(../../images/common/common/bg-ptn-white.png) center center/181px auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu {
    width: 61.8489583333vw;
    height: 100dvh;
    background: url(../../images/common/common/bg-ptn-white.png) center center/181px auto;
  }
}
.st-Header_Inner .header-nav .header-nav_menu::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100vh;
  background: url(../../images/common/common/menu-bg01.png) no-repeat 0 0/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu::before {
    width: 61.8489583333vw;
    height: 100dvh;
  }
}
.st-Header_Inner .header-nav .header-nav_menu::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100vh;
  background: url(../../images/common/common/menu-bg02.png) no-repeat 0 bottom/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu::after {
    width: 61.8489583333vw;
    height: 100dvh;
  }
}
.st-Header_Inner .header-nav .header-nav_menu_inner {
  position: relative;
  padding: 5.2083333333vw 0 0 4.6875vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu_inner {
    padding: 13.0208333333vw 0 0 9.765625vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item {
  padding-bottom: 2.0833333333vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item {
    padding-bottom: 10.4166666667vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a {
  font-family: "Libre Caslon Display", serif;
  font-size: 1.5625vw;
  letter-spacing: 0.06em;
  color: #533D28;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a {
    font-size: 4.9479166667vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a span {
  display: block;
  font-family: "Shippori Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.7291666667vw;
  padding-top: 0.5em;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a span {
    font-size: 2.8645833333vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a:hover {
  color: #C1AE7F;
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a.current {
  color: #7A2F00;
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a.construction {
  opacity: 0.3;
  pointer-events: none;
}
.st-Header_Inner .header-nav .header-nav_menu nav .sns_link {
  font-family: "Libre Caslon Display", serif;
  padding-top: 20px;
  padding-bottom: 60px;
}
.st-Header_Inner .header-nav .header-nav_menu nav .sns_link a {
  font-size: 1.25vw;
  color: #533D28;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .sns_link a {
    font-size: 4.4270833333vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .sns_link a:hover {
  color: #C1AE7F;
}
.st-Header_Inner .header-nav .header-nav_menu nav .sns_link a:hover .sns_x {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2833%2011.0092L23.2178%200H21.1006L13.3427%209.55916L7.14656%200H0L9.36984%2014.4551L0%2026H2.11732L10.3098%2015.9052L16.8534%2026H24L14.2827%2011.0092H14.2833ZM11.3833%2014.5825L10.4339%2013.1431L2.88022%201.68958H6.1323L12.2282%2010.9329L13.1776%2012.3723L21.1016%2024.3873H17.8495L11.3833%2014.583V14.5825Z%22%20fill%3D%22%23C1AE7F%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
.st-Header_Inner .header-nav .header-nav_menu nav .sns_link .sns_x {
  display: inline-block;
  width: 24px;
  height: 26px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2833%2011.0092L23.2178%200H21.1006L13.3427%209.55916L7.14656%200H0L9.36984%2014.4551L0%2026H2.11732L10.3098%2015.9052L16.8534%2026H24L14.2827%2011.0092H14.2833ZM11.3833%2014.5825L10.4339%2013.1431L2.88022%201.68958H6.1323L12.2282%2010.9329L13.1776%2012.3723L21.1016%2024.3873H17.8495L11.3833%2014.583V14.5825Z%22%20fill%3D%22%23493521%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
  margin-left: 14px;
}

/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
.st-Scrolltotop {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20176%20177%22%3E%3Cpath%20stroke%3D%22%23827F4C%22%20d%3D%22M.707%2088%2088%20.707%20175.293%2088%2088%20175.293.707%2088Z%22%2F%3E%3Cpath%20fill%3D%22%23827F4C%22%20d%3D%22m88%207%2085%2085-85%2085L3%2092%2088%207Z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/cover;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .st-Scrolltotop {
    bottom: 0;
    width: 176px;
    height: 69px;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Scrolltotop {
    bottom: 0;
    width: 25.5208333333vw;
    height: 11.9791666667vw;
  }
}
@media (any-hover: hover) {
  .st-Scrolltotop {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Scrolltotop:hover {
    height: 74px;
  }
}
.st-Scrolltotop:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2022%2017%22%3E%3Cg%20fill%3D%22%23FCF3DC%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M22%2012.423%2011.647%200%201.294%2012.423l10.353-4.835L22%2012.423Z%22%2F%3E%3Ccircle%20cx%3D%2211.55%22%20cy%3D%2213.75%22%20r%3D%221.65%22%20transform%3D%22rotate(90%2011.55%2013.75)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22%200v17H0V0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 1025px) {
  .st-Scrolltotop:before {
    top: 33px;
    width: 22px;
    height: 17px;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Scrolltotop:before {
    top: 4.8177083333vw;
    width: 4.1666666667vw;
    height: 3.125vw;
  }
}

.st-Footer {
  position: relative;
  z-index: 5;
  background: url("../../images/pc/common/bg-red.png") repeat-x center 0/cover;
  padding-top: 4.6875vw;
  padding-bottom: 4.1666666667vw;
}
@media print, screen and (min-width: 1024px) and (max-width: 1370px) {
  .st-Footer {
    padding-bottom: 10.4166666667vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Footer {
    padding-top: 11.71875vw;
    padding-bottom: 18.2291666667vw;
    background: url("../../images/sp/common/bg-red.png") center 0/cover;
  }
}
.st-Footer .st-Footer-Inner {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner {
    width: calc(1200px / 768 * 100vw);
    max-width: calc(1200px / 768 * 100vw);
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner {
    width: calc(100% - 60px);
    max-width: 708;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner {
    width: calc(708 / 768 * 100vw);
    max-width: calc(708 / 768 * 100vw);
  }
}
.st-Footer .st-Footer-Inner .nav_footer {
  margin-bottom: 3.90625vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .nav_footer {
    margin-bottom: 11.71875vw;
  }
}
.st-Footer .st-Footer-Inner .nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 62px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .nav_footer ul {
    width: 83.3333333333vw;
    margin-right: 0;
    margin-left: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.8125vw 0;
  }
}
.st-Footer .st-Footer-Inner .nav_footer ul li a {
  display: block;
  text-align: center;
  color: #FCFBF7;
  font-size: 14px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .nav_footer ul li a {
    font-size: 2.8645833333vw;
    text-align: left;
  }
}
.st-Footer .st-Footer-Inner .nav_footer ul li a:hover, .st-Footer .st-Footer-Inner .nav_footer ul li a.current {
  color: #C1AE7F;
}
.st-Footer .st-Footer-Inner .nav_footer ul li a strong {
  display: block;
  font-family: "Libre Caslon Display", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .nav_footer ul li a strong {
    font-size: 4.9479166667vw;
  }
}
.st-Footer .st-Footer-Inner .nav_footer ul li a.construction {
  opacity: 0.3;
  pointer-events: none;
}
.st-Footer .st-Footer-Inner .trademark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.4583333333vw 0;
  margin-bottom: 3.6458333333vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3.90625vw;
    margin-bottom: 9.1145833333vw;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item {
  padding: 0.2083333333vw 1.5625vw 0.2083333333vw 0.78125vw;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item {
    display: -ms-grid;
    display: grid;
    gap: 0 1.3020833333vw;
    -ms-grid-columns: 21.2239583333vw 4.296875vw 1fr;
    grid-template-columns: 21.2239583333vw 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4.296875vw;
    grid-row-gap: 4.296875vw;
    padding: 4.1666666667vw 0;
  }
  .st-Footer .st-Footer-Inner .trademark .trademark-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .st-Footer .st-Footer-Inner .trademark .trademark-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.switch {
  width: 29.6296296296%;
  max-width: 320px;
  border-right: 1px solid rgba(252, 251, 247, 0.2);
  -ms-grid-columns: 45px 1fr;
  grid-template-columns: 45px 1fr;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.switch {
    -ms-grid-columns: 22.7864583333vw 1fr;
    grid-template-columns: 22.7864583333vw 1fr;
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(252, 251, 247, 0.2);
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.switch .item-icon {
  width: 45px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.switch .item-icon {
    width: 8.8541666667vw;
    margin: auto;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.steam {
  width: 39.537037037%;
  max-width: 427px;
  border-right: 1px solid rgba(252, 251, 247, 0.2);
  -ms-grid-columns: 104px 1fr;
  grid-template-columns: 104px 1fr;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.steam {
    -ms-grid-columns: 22.7864583333vw 1fr;
    grid-template-columns: 22.7864583333vw 1fr;
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(252, 251, 247, 0.2);
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.steam .item-icon {
  width: 104px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.steam .item-icon {
    width: 21.2239583333vw;
    margin: auto;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.ps {
  width: 30.7407407407%;
  max-width: 332px;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.ps {
    -ms-grid-columns: 22.7864583333vw 1fr;
    grid-template-columns: 22.7864583333vw 1fr;
    width: 100%;
    max-width: 100%;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.ps .item-icon {
  width: 40px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.ps .item-icon {
    width: 8.984375vw;
    margin: auto;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item .item-body {
  font-size: 12px;
  color: #FCFBF7;
  opacity: 0.7;
  line-height: 1.4;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item .item-body {
    font-size: 2.6041666667vw;
    line-height: 1.6;
  }
}
.st-Footer .st-Footer-Inner .footerlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.1666666667vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footerlogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.1145833333vw;
    margin-bottom: 6.5104166667vw;
  }
}
.st-Footer .st-Footer-Inner .footerlogo .logo {
  width: 264px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footerlogo .logo {
    width: 63.0208333333vw;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer-Inner .footerlogo .logo {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Footer .st-Footer-Inner .footerlogo .logo:hover {
    opacity: 0.6;
  }
}
.st-Footer .st-Footer-Inner .footerlogo .baner {
  width: 210px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footerlogo .baner {
    width: 42.96875vw;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer-Inner .footerlogo .baner {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Footer .st-Footer-Inner .footerlogo .baner:hover {
    opacity: 0.6;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.st-Footer .st-Footer-Inner .footer-bottom * {
  color: #FCFBF7;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link {
    margin: 0 auto 5.859375vw;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link li {
  display: inline-block;
  padding-right: 14px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link li {
    padding: 2em;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link li a {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link li a {
    font-size: 2.8645833333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link li a::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #FCFBF7;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link li a:hover {
  opacity: 0.8;
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link li a:hover::after {
  background: transparent;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-copy {
    margin: auto;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-copy small {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-copy small {
    font-size: 2.34375vw;
  }
}
.st-Footer .page-top {
  width: 5.8854166667vw;
  position: absolute;
  top: -2.8645833333vw;
  right: 2.6041666667vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .page-top {
    width: 14.7135416667vw;
    top: -7.1614583333vw;
    right: 3.90625vw;
  }
}
.st-Footer .page-top:hover {
  top: -3.125vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .page-top:hover {
    top: -8.4635416667vw;
  }
}

body.modal-open {
  overflow: hidden; /* 背景のスクロールを無効化 */
}

#special_bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../../images/common/special/main_bg01.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#special_bg::before, #special_bg::after {
  content: "";
  position: absolute;
  width: 640px;
  z-index: -1;
}
#special_bg::before {
  height: 476px;
  top: 70px;
  left: 0;
  background: url("../../images/common/special/deco_bg01.png") no-repeat center center/cover;
}
#special_bg::after {
  height: 390px;
  bottom: 0;
  right: 0;
  background: url("../../images/common/special/deco_bg02.png") no-repeat center center/cover;
}

.special_site_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  background: #e2dfd5 url("../../images/common/common/bg-ptn-white.png") no-repeat center center/181px auto;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap {
    max-width: 100%;
  }
}
.special_site_wrap .novel-content {
  background: url("../../images/common/special/special_title_bg01.png") no-repeat center top/100% auto;
  padding-top: 47px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .novel-content {
    padding-top: 7.2916666667vw;
  }
}
.special_site_wrap .novel-content .special_title {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .novel-content .special_title {
    margin-bottom: 8.4635416667vw;
  }
}
.special_site_wrap .novel-content .novel-modal-link {
  padding: 0 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .novel-content .novel-modal-link {
    padding: 0 3.90625vw;
    gap: 9.1145833333vw;
    margin-bottom: 14.3229166667vw;
  }
}
.special_site_wrap .novel-content .novel-modal-link .modal-link {
  position: relative;
  z-index: 0;
}
.special_site_wrap .novel-content .novel-modal-link .modal-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (any-hover: hover) {
  .special_site_wrap .novel-content .novel-modal-link .modal-link {
    cursor: pointer;
  }
  .special_site_wrap .novel-content .novel-modal-link .modal-link:hover::before {
    background: #C1AE7F;
    opacity: 0.5;
  }
}
.special_site_wrap .product-content {
  position: relative;
  z-index: 0;
  width: calc(100% - 50px);
  margin: 0 25px 145px 25px;
  border: 4px solid #EBE8E2;
  -webkit-box-shadow: 0px 0px 84px 0px rgb(208, 206, 204);
  -ms-box-shadow: 0px 0px 84px 0px rgb(208, 206, 204);
  box-shadow: 0px 0px 84px 0px rgb(208, 206, 204);
  padding: 25px 43px 80px 43px;
  background: #FCFBF7 url(../../images/pc/index/product_bg02.png) no-repeat center top/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content {
    width: calc(100% - 7.8125vw);
    margin: 0 3.90625vw 22.1354166667vw 3.90625vw;
    padding: 3.2552083333vw 5.5989583333vw 10.4166666667vw 5.5989583333vw;
  }
}
.special_site_wrap .product-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 200px;
  background: url(../../images/pc/common/deco-leftside.png) no-repeat 0 0/139px auto;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content::before {
    background: url(../../images/pc/common/deco-leftside.png) no-repeat 0 0/25% auto;
  }
}
.special_site_wrap .product-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -4px;
  bottom: -4px;
  width: 100%;
  height: 200px;
  background: url(../../images/pc/common/deco-bottom-right.png) no-repeat right bottom/139px auto;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content::after {
    background: url(../../images/pc/common/deco-bottom-right.png) no-repeat right bottom/25% auto;
  }
}
.special_site_wrap .product-content .product-tit {
  max-width: 420px;
  margin: 0 auto 0;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-tit {
    max-width: 65.1041666667vw;
  }
}
.special_site_wrap .product-content .product-subtit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto 33px;
  background: #533D28;
  color: #FCFBF7;
  font-size: 17px;
  padding: 1px 6px 2px;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-subtit {
    font-size: 2.8645833333vw;
    padding: 0.1302083333vw 0.78125vw 0.2604166667vw;
    margin: 0 auto 5.2083333333vw;
  }
}
.special_site_wrap .product-content .product-img {
  max-width: 365px;
  margin: 0 auto 45px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-img {
    max-width: 57.9427083333vw;
    margin: 0 auto 6.5104166667vw;
  }
}
.special_site_wrap .product-content .product-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-link {
    gap: 3.2552083333vw;
    margin-bottom: 11.0677083333vw;
  }
}
.special_site_wrap .product-content .product-link .storelink-item {
  position: relative;
  z-index: 0;
  display: block;
  font-size: 26px;
  background: #FCFBF7;
  border: 3px solid #533D28;
  padding: 37px 35px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-link .storelink-item {
    font-size: 4.1666666667vw;
    padding: 5.46875vw 5.2083333333vw;
    border: 2px solid #533D28;
  }
}
.special_site_wrap .product-content .product-link .storelink-item::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(157, 148, 148, 0.6);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.special_site_wrap .product-content .product-link .storelink-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 2px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/common/special/deco-renga.png") no-repeat right top/auto 100%;
}
.special_site_wrap .product-content .product-link .storelink-item .link {
  position: absolute;
  top: 0;
  right: 33px;
  width: 83px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-link .storelink-item .link {
    width: 13.0208333333vw;
    right: 5.2083333333vw;
  }
}
.special_site_wrap .product-content .product-link .storelink-item .window {
  position: absolute;
  top: 0;
  right: 33px;
  width: 23px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-link .storelink-item .window {
    width: 3.6458333333vw;
    right: 5.2083333333vw;
  }
}
.special_site_wrap .product-content .product-link .storelink-item:hover {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #C1AE7F;
}
.special_site_wrap .product-content .product-link .storelink-item:hover .link {
  right: 28px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-link .storelink-item:hover .link {
    right: 4.5572916667vw;
  }
}
.special_site_wrap .product-content .product-link .storelink-item:hover .window {
  top: -2px;
  right: 30px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-link .storelink-item:hover .window {
    right: 4.5572916667vw;
  }
}
.special_site_wrap .product-content .product-summary {
  background: rgba(193, 174, 127, 0.1);
  padding: 35px 30px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-summary {
    padding: 5.2083333333vw 4.5572916667vw;
  }
}
.special_site_wrap .product-content .product-summary h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.06em;
  color: #493521;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-summary h3 {
    font-size: 4.8177083333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.special_site_wrap .product-content .product-summary p {
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #493521;
}
@media print, screen and (max-width: 1024px) {
  .special_site_wrap .product-content .product-summary p {
    font-size: 3.3854166667vw;
  }
}

.st-Footer.special {
  position: relative;
  z-index: 0;
  background: url("../../images/sp/common/bg-red.png") center 0/cover;
  padding-top: 80px;
  padding-bottom: 140px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special {
    padding-top: 11.71875vw;
    padding-bottom: 18.2291666667vw;
  }
}
.st-Footer.special::after {
  content: "";
  width: 100%;
  height: 110px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../../images/pc/common/deco-bottom-left.png), url(../../images/pc/common/deco-bottom-right.png);
  background-size: 165px, 165px;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special::after {
    height: 14.3229166667vw;
    background-size: 21.484375vw, 21.484375vw;
  }
}
.st-Footer.special .st-Footer-Inner {
  width: calc(100% - 50px);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner {
    width: calc(100% - 7.8125vw);
  }
}
.st-Footer.special .st-Footer-Inner .trademark {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark {
    padding: 0 3.90625vw;
    margin-bottom: 9.1145833333vw;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 145px 25px 1fr;
  grid-template-columns: 145px 1fr;
  gap: 0 25px;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item {
    display: -ms-grid;
    display: grid;
    gap: 0 1.3020833333vw;
    -ms-grid-columns: 21.2239583333vw 4.296875vw 1fr;
    grid-template-columns: 21.2239583333vw 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 4.296875vw;
    grid-row-gap: 4.296875vw;
    padding: 5.2083333333vw 0;
  }
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item.switch {
  width: 100%;
  max-width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(252, 251, 247, 0.2);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item.switch {
    -ms-grid-columns: 22.7864583333vw 1fr;
    grid-template-columns: 22.7864583333vw 1fr;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item.switch .item-icon {
  width: 55px;
  margin: auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item.switch .item-icon {
    width: 8.8541666667vw;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item.steam {
  width: 100%;
  max-width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(252, 251, 247, 0.2);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item.steam {
    -ms-grid-columns: 22.7864583333vw 1fr;
    grid-template-columns: 22.7864583333vw 1fr;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item.steam .item-icon {
  width: 140px;
  margin: auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item.steam .item-icon {
    width: 21.2239583333vw;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item.ps {
  width: 100%;
  max-width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item.ps {
    -ms-grid-columns: 22.7864583333vw 1fr;
    grid-template-columns: 22.7864583333vw 1fr;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item.ps .item-icon {
  width: 55px;
  margin: auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item.ps .item-icon {
    width: 8.984375vw;
  }
}
.st-Footer.special .st-Footer-Inner .trademark .trademark-item .item-body {
  font-size: 18px;
  color: #FCFBF7;
  opacity: 0.7;
  line-height: 1.4;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .trademark .trademark-item .item-body {
    font-size: 2.6041666667vw;
    line-height: 1.6;
  }
}
.st-Footer.special .st-Footer-Inner .footerlogo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footerlogo {
    gap: 7.8125vw;
    margin-bottom: 6.5104166667vw;
  }
}
.st-Footer.special .st-Footer-Inner .footerlogo .logo {
  width: 400px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footerlogo .logo {
    width: 63.0208333333vw;
  }
}
.st-Footer.special .st-Footer-Inner .footerlogo .baner {
  width: 275px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footerlogo .baner {
    width: 42.96875vw;
  }
}
.st-Footer.special .st-Footer-Inner .footer-bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.st-Footer.special .st-Footer-Inner .footer-bottom .footer-link {
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footer-bottom .footer-link {
    margin: 0 auto 5.859375vw;
  }
}
.st-Footer.special .st-Footer-Inner .footer-bottom .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footer-bottom .footer-link ul {
    gap: 0 3.90625vw;
  }
}
.st-Footer.special .st-Footer-Inner .footer-bottom .footer-link li {
  padding-right: 0;
}
.st-Footer.special .st-Footer-Inner .footer-bottom .footer-link li a {
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footer-bottom .footer-link li a {
    font-size: 2.8645833333vw;
  }
}
.st-Footer.special .st-Footer-Inner .footer-bottom .footer-copy small {
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .st-Footer-Inner .footer-bottom .footer-copy small {
    font-size: 2.34375vw;
  }
}
.st-Footer.special .page-top {
  width: 94px;
  top: -45px;
  right: 22px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .page-top {
    width: 14.7135416667vw;
    top: -7.1614583333vw;
    right: 3.2552083333vw;
  }
}
.st-Footer.special .page-top:hover {
  top: -50px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer.special .page-top:hover {
    top: -8.4635416667vw;
  }
}

#modal {
  visibility: hidden; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0; /* 初期状態で透明 */
  -webkit-transition: opacity 0.5s ease, background-color 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, background-color 0.5s ease, visibility 0.5s ease; /* アニメーション */
}
#modal.show {
  visibility: visible; /* 表示 */
  opacity: 1; /* 不透明にする */
}

#modal-content {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100vh;
  max-width: 640px;
  background: #FCFBF7;
  opacity: 0; /* 初期状態で透明 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* アニメーション */
}

#modal.show #modal-content {
  opacity: 1; /* 不透明にする */
}

#modal-close-top {
  position: fixed;
  top: 0;
  right: 8px;
  width: 103px;
  height: 108px;
  background: url(../../images/common/common/bg-hamburger.png) no-repeat top center/contain;
  z-index: 999;
}
@media print, screen and (max-width: 1024px) {
  #modal-close-top {
    width: 16.2760416667vw;
    height: 16.9270833333vw;
    right: 1.3020833333vw;
  }
}
@media (any-hover: hover) {
  #modal-close-top {
    transition: 0.4s transform ease;
  }
  #modal-close-top:hover {
    transform: scale(1.1);
  }
}
#modal-close-top.open:after, #modal-close-top.hover:after {
  opacity: 0;
}
#modal-close-top.open span:before, #modal-close-top.hover span:before {
  top: 36%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
          transform: translateX(-50%) translateY(-50%) rotate(-15deg);
}
#modal-close-top.open span:after, #modal-close-top.hover span:after {
  bottom: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(15deg);
          transform: translateX(-50%) translateY(50%) rotate(15deg);
}
#modal-close-top span {
  position: absolute;
  top: 43px;
  right: 30px;
  display: block;
  width: 43px;
  height: 14px;
}
@media print, screen and (max-width: 1024px) {
  #modal-close-top span {
    width: 6.7708333333vw;
    height: 2.0833333333vw;
    top: 6.3802083333vw;
    right: 4.6875vw;
  }
}
#modal-close-top span:before, #modal-close-top span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 43px;
  height: 6px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1024px) {
  #modal-close-top span:before, #modal-close-top span:after {
    width: 6.7708333333vw;
    height: 0.78125vw;
  }
}
#modal-close-top span:before {
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
          transform: translateX(-50%) translateY(0) rotate(0deg);
  background: url("../../images/common/common/menu-line01.svg") no-repeat 0 0/100% auto;
}
#modal-close-top span:after {
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
          transform: translateX(-50%) translateY(0) rotate(0deg);
  background: url("../../images/common/common/menu-line02.svg") no-repeat 0 bottom/100% auto;
}

#modal-inner {
  padding: 0 25px 100px 25px;
  max-height: 100vh;
  overflow-y: scroll;
}
@media print, screen and (max-width: 1024px) {
  #modal-inner {
    padding: 0 3.90625vw 26.0416666667vw 3.90625vw;
  }
}
#modal-inner::-webkit-scrollbar {
  display: none;
}

#modal-body #anchor-top {
  padding-top: 100px;
}
@media print, screen and (max-width: 1024px) {
  #modal-body #anchor-top {
    padding-top: 16.9270833333vw;
  }
}
#modal-body.fade-out {
  opacity: 0; /* フェードアウト */
}
#modal-body.fade-in {
  opacity: 1; /* フェードイン */
}
#modal-body h2 {
  font-family: "Libre Caslon Display", serif;
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1024px) {
  #modal-body h2 {
    font-size: 5.2083333333vw;
    margin-bottom: 13.0208333333vw;
  }
}
#modal-body p {
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media print, screen and (max-width: 1024px) {
  #modal-body p {
    font-size: 3.6458333333vw;
  }
}
#modal-body p + p {
  margin: 100px 0 0 0;
  padding: 100px 0 0 0;
  border-top: 1px solid #EBE8E2;
}
@media print, screen and (max-width: 1024px) {
  #modal-body p + p {
    margin: 13.0208333333vw 0 0 0;
    padding: 13.0208333333vw 0 0 0;
    border-top: 0.2604166667vw solid #EBE8E2;
  }
}

.modal-navigation {
  font-family: "Libre Caslon Display", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 100px;
}
@media print, screen and (max-width: 1024px) {
  .modal-navigation {
    margin-top: 16.9270833333vw;
  }
}
.modal-navigation .count {
  font-size: 25px;
}
@media print, screen and (max-width: 1024px) {
  .modal-navigation .count {
    font-size: 3.90625vw;
  }
}
.modal-navigation .count #current-index-display {
  font-size: 66px;
  margin-right: 13px;
}
@media print, screen and (max-width: 1024px) {
  .modal-navigation .count #current-index-display {
    font-size: 10.4166666667vw;
    margin-right: 2.0833333333vw;
  }
}
.modal-navigation button {
  position: relative;
  display: block;
  font-size: 25px;
  color: #533D28;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .modal-navigation button {
    font-size: 3.90625vw;
  }
}
.modal-navigation button:before {
  content: "";
}
.modal-navigation button.prev {
  background: url(../../images/common/common/link_arrow05.svg) no-repeat 0 center/58px auto;
  padding-left: 68px;
}
@media print, screen and (max-width: 1024px) {
  .modal-navigation button.prev {
    background: url(../../images/common/common/link_arrow05.svg) no-repeat 0 center/9.1145833333vw auto;
    padding-left: 10.4166666667vw;
  }
}
.modal-navigation button.prev:before {
  content: "PREV";
}
.modal-navigation button.next {
  background: url(../../images/common/common/link_arrow02.svg) no-repeat right 0 center/58px auto;
  padding-right: 68px;
}
@media print, screen and (max-width: 1024px) {
  .modal-navigation button.next {
    background: url(../../images/common/common/link_arrow02.svg) no-repeat right 0 center/9.1145833333vw auto;
    padding-right: 10.4166666667vw;
  }
}
.modal-navigation button.next:before {
  content: "NEXT";
}
.modal-navigation button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#modal-close-bottom {
  width: 100%;
  max-width: 332px;
  margin: 120px auto 0;
  font-size: 25px;
  padding: 24px 32px;
  cursor: pointer;
}
@media print, screen and (max-width: 1024px) {
  #modal-close-bottom {
    max-width: 52.0833333333vw;
    margin: 16.9270833333vw auto 0;
    font-size: 3.90625vw;
    padding: 3.6458333333vw;
  }
}