@charset "UTF-8";
/* =============================================================== */
/* reset */
/* =============================================================== */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box; }

:after,
:before {
  box-sizing: inherit; }

/* 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
   ========================================================================== */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0; }

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

/* Lists (enumeration)
   ========================================================================== */
ol,
ul {
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom; }

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

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

[type="radio"] {
  /* 1 */
  -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.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

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

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

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

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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; }

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */ }

/**
 * 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; }

/* 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; }

*:focus {
  outline: none; }

/* =============================================================== */
/* reset */
/* =============================================================== */
/* =============================================================== */
/* foundation */
/* =============================================================== */
html {
  font-size: 62.5%; }

body {
  margin: 0 auto;
  font-family: 'Noto Serif JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .4s; }
  body.preload {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  @media print, screen and (min-width: 768px) and (max-width: 1300px) {
    body {
      overflow-x: scroll;
      min-width: 1300px; } }
  @media print, screen and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: 100%;
      -webkit-overflow-scrolling: touch; } }

.preload * {
  transition: none !important; }

@media print, screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto; } }

* {
  box-sizing: border-box;
  zoom: 1; }

a {
  color: #3f2220;
  text-decoration: none; }

.symbol {
  position: absolute;
  top: 0;
  z-index: -9; }

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

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

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

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

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

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

/* =============================================================== */
/* st */
/* =============================================================== */
/* =============================================================== */
/* .st-Container */
/* =============================================================== */
.st-Container {
  box-sizing: border-box;
  background: linear-gradient(90deg, #030e0d 0, #0e2320 25%, #304c4a 50%, #0e2320 75%, #030e0d 100%);
  position: relative;
  overflow: hidden; }
  .st-Container:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
    pointer-events: none; }
    @media print, screen and (min-width: 768px) {
      .st-Container:before {
        background: url(../../images/common/bg_pattern.png) repeat top center/auto; } }
    @media print, screen and (max-width: 767px) {
      .st-Container:before {
        background: url(../../images/common/bg_pattern.png) repeat top center / 25.52083vw auto; } }

/* =============================================================== */
/* .st-Share */
/* =============================================================== */
.st-Share {
  position: fixed;
  top: 0;
  right: 0; }

/* =============================================================== */
/* .st-Header */
/* =============================================================== */
.st-Header {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .st-Header {
      position: fixed;
      top: -113px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      background: url(../../images/pc/bg_curtain_back.png) no-repeat top center/auto;
      width: 100%;
      min-width: 1450px;
      height: 200px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      z-index: 9;
      transition: background-position-y .4s, top 1s, opacity 1s, margin-top .3s; } }
  @media print, screen and (min-width: 1921px) {
    .st-Header {
      width: 1920px; } }
  .st-Header.animated {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .st-Header.scrolled {
    margin-top: -20px; }
    @media print, screen and (min-width: 768px) {
      .st-Header.scrolled .st-Header_Logo {
        top: -40px; } }
    @media print, screen and (max-width: 767px) {
      .st-Header.scrolled .st-Header_Logo {
        top: 0.65104vw;
        width: 23.4375vw; } }
    @media print, screen and (min-width: 768px) {
      .st-Header.scrolled .st-Header_Logo a {
        width: 114px;
        padding-top: 42px; } }
  @media print, screen and (min-width: 768px) {
    .st-Header:before {
      pointer-events: none;
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      background: url(../../images/pc/bg_curtain_center.png) no-repeat top center/auto;
      width: 634px;
      height: 44px;
      z-index: 10; } }
  .st-Header .curtain_side {
    position: relative; }
    .st-Header .curtain_side:before, .st-Header .curtain_side:after {
      pointer-events: none;
      content: "";
      position: absolute;
      display: block;
      background: url(../../images/pc/bg_curtain_side.png) no-repeat top center/100% auto;
      width: 250px;
      height: 197px;
      z-index: 10;
      top: -1px; }
    .st-Header .curtain_side:before {
      left: -1px; }
    .st-Header .curtain_side:after {
      right: -1px;
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }
  .st-Header_Inner {
    position: fixed;
    top: -113px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 1920px;
    height: 104px;
    background: url(../../images/pc/bg_header-01.png) no-repeat bottom center/contain;
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: background-position-y .4s, top 1s .8s, opacity 1s .8s; }
    @media print, screen and (max-width: 767px) {
      .st-Header_Inner {
        background: none;
        width: 100vw; } }
    .st-Header_Inner.animated {
      top: 29px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      @media print, screen and (max-width: 767px) {
        .st-Header_Inner.animated {
          top: 0; } }
  @media print, screen and (min-width: 768px) {
    .st-Header_Hamburger {
      display: none; } }
  @media print, screen and (max-width: 767px) {
    .st-Header_Hamburger button {
      position: fixed;
      top: -0.13021vw;
      right: 4.16667vw;
      width: 18.61979vw;
      height: 23.17708vw;
      background: url(../../images/sp/bg_hamburger.png) no-repeat bottom center/100% auto;
      z-index: 999; }
      .st-Header_Hamburger button span {
        position: absolute;
        top: 0.26042vw;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        display: block;
        width: 5.85938vw;
        height: 100%; }
        .st-Header_Hamburger button span:before, .st-Header_Hamburger button span:after {
          content: "";
          position: absolute;
          top: 12.10938vw;
          left: 0;
          width: 100%;
          height: 0.26042vw;
          background: rgba(62, 34, 32, 0.5);
          -ms-transform: skewX(-20deg);
              transform: skewX(-20deg);
          transition: top .3s, transform .3s ease .1s; }
        .st-Header_Hamburger button span:before {
          top: 12.10938vw; }
        .st-Header_Hamburger button span:after {
          top: 13.41146vw; }
      .st-Header_Hamburger button.open span:before {
        top: 12.76042vw;
        -ms-transform: skewX(0deg) rotate(30deg);
            transform: skewX(0deg) rotate(30deg); }
      .st-Header_Hamburger button.open span:after {
        top: 12.76042vw;
        -ms-transform: skewX(0deg) rotate(-30deg);
            transform: skewX(0deg) rotate(-30deg); } }
  .st-Header_Logo {
    position: absolute;
    top: -29px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 318px;
    height: 168px;
    background: url(../../images/pc/bg_header_logo.png) no-repeat bottom center/contain;
    z-index: 3;
    transition: .4s; }
    @media print, screen and (max-width: 767px) {
      .st-Header_Logo {
        position: fixed;
        top: 2.73438vw;
        left: 4.55729vw;
        width: 26.04167vw;
        height: 19.40104vw;
        -ms-transform: none;
            transform: none;
        background: none; } }
    .st-Header_Logo a {
      display: block;
      margin: 0 auto;
      padding: 0;
      pointer-events: none; }
      @media print, screen and (min-width: 768px) {
        .st-Header_Logo a {
          width: 150px;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          transition: .4s; }
          .st-Header_Logo a:hover {
            opacity: 0.6;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
      @media print, screen and (max-width: 767px) {
        .st-Header_Logo a {
          width: 100%; } }
      .st-Header_Logo a img {
        width: 100%;
        height: auto; }
  .st-Header nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    transition: opacity .4s, padding .4s; }
    @media print, screen and (min-width: 768px) {
      .st-Header nav {
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 1200px;
        margin: 0 auto; } }
    @media print, screen and (max-width: 767px) {
      .st-Header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        pointer-events: none;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        padding: 28.64583vw 0 0;
        background: url(../../images/sp/bg_nav.png) no-repeat top center/cover; }
        .st-Header nav.open {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          pointer-events: all; } }
    .st-Header nav ul {
      display: -ms-flexbox;
      display: flex; }
      @media print, screen and (max-width: 767px) {
        .st-Header nav ul {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .st-Header nav ul li a {
        position: relative;
        display: block;
        letter-spacing: 0.05em;
        transition: .3s; }
        .st-Header nav ul li a.disabled {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          pointer-events: none; }
        @media print, screen and (min-width: 768px) {
          .st-Header nav ul li a {
            color: #3f2220;
            height: 86px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; }
            .st-Header nav ul li a:hover {
              color: #d3b760; } }
        @media print, screen and (max-width: 767px) {
          .st-Header nav ul li a {
            color: #fff2bb;
            width: 68.75vw;
            height: 15.625vw;
            padding: 3.51562vw 0 0;
            text-align: center;
            border-bottom: 1px solid rgba(199, 154, 62, 0.5); }
            .st-Header nav ul li a.long {
              height: 16.92708vw; } }
        .st-Header nav ul li a .en {
          position: relative;
          font-family: 'Cardo', serif;
          font-style: italic; }
          @media print, screen and (min-width: 768px) {
            .st-Header nav ul li a .en {
              font-size: 1.8rem;
              padding-top: 9px; }
              .st-Header nav ul li a .en:before {
                content: "";
                position: absolute;
                top: 4px;
                left: 50%;
                -ms-transform: translate(-50%, -100%);
                    transform: translate(-50%, -100%);
                width: 18px;
                height: 9px;
                background: url(../../images/pc/icon_header_nav.png) no-repeat top center/contain; } }
          @media print, screen and (max-width: 767px) {
            .st-Header nav ul li a .en {
              display: block;
              font-size: 4.6875vw;
              letter-spacing: 0.05em; } }
        @media print, screen and (min-width: 768px) {
          .st-Header nav ul li a .ja {
            display: none; } }
        @media print, screen and (max-width: 767px) {
          .st-Header nav ul li a .ja {
            display: block;
            font-size: 2.34375vw;
            margin: 0.65104vw 0 0; }
            .st-Header nav ul li a .ja.long {
              margin: 1.95312vw 0 0; } }
      @media print, screen and (min-width: 768px) {
        .st-Header nav ul:nth-of-type(1) li + li {
          margin: 0 0 0 68px; } }
      @media print, screen and (min-width: 768px) {
        .st-Header nav ul:nth-of-type(2) li + li {
          margin: 0 0 0 50px; } }

/* =============================================================== */
/* .st-Footer */
/* =============================================================== */
.st-Footer {
  position: relative; }
  @media print, screen and (min-width: 1921px) {
    .st-Footer {
      margin-top: -11.19792vw;
      padding: 13.02083vw 0 4.16667vw;
      background: url(../../images/pc/bg_footer_02.png) no-repeat top center/cover; } }
  @media print, screen and (min-width: 768px) and (max-width: 1920px) {
    .st-Footer {
      margin-top: -215px;
      padding: 250px 0 80px;
      background: url(../../images/pc/bg_footer_02.png) no-repeat top center/auto 100%; } }
  @media print, screen and (max-width: 767px) {
    .st-Footer {
      margin-top: -22.52604vw;
      padding: 28.64583vw 0 13.02083vw;
      background: url(../../images/sp/bg_footer_02.png) no-repeat top center/auto 100%; } }
  .st-Footer .text-Wrapper {
    text-align: center; }
    .st-Footer .text-Wrapper p {
      display: inline-block;
      font-weight: 500;
      color: #ffe187; }
      @media print, screen and (min-width: 768px) {
        .st-Footer .text-Wrapper p {
          font-size: 2rem;
          margin-top: 160px; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer .text-Wrapper p {
          font-size: 3.90625vw;
          margin-top: 21.875vw; } }
  @media print, screen and (min-width: 768px) {
    .st-Footer .sw-Box {
      margin: 50px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Footer .sw-Box {
      margin: 10.41667vw auto 0; } }
  @media print, screen and (min-width: 768px) {
    .st-Footer .contact-Box h3 {
      text-align: center; } }
  .st-Footer .contact-Box h3 span {
    font-weight: 700;
    color: #3f2220;
    position: relative;
    display: inline-block; }
    @media print, screen and (min-width: 768px) {
      .st-Footer .contact-Box h3 span {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 2.25;
        padding-left: 30px; } }
    @media print, screen and (max-width: 767px) {
      .st-Footer .contact-Box h3 span {
        font-size: 3.38542vw;
        line-height: 1.61538;
        letter-spacing: 0.06em;
        padding-left: 6.11979vw; } }
    .st-Footer .contact-Box h3 span:before {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      background: url(../../images/common/icon_gift.png) no-repeat top center/100% auto; }
      @media print, screen and (min-width: 768px) {
        .st-Footer .contact-Box h3 span:before {
          width: 21px;
          height: 23px; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer .contact-Box h3 span:before {
          width: 4.03646vw;
          height: 4.42708vw; } }
  .st-Footer .contact-Box .ttl {
    font-weight: 700;
    color: #3f2220;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .st-Footer .contact-Box .ttl {
        font-size: 2.2rem;
        letter-spacing: 0.08em;
        line-height: 1.45455;
        margin: 24px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .st-Footer .contact-Box .ttl {
        font-size: 3.90625vw;
        letter-spacing: 0.08em;
        line-height: 1.8;
        margin: 4.16667vw 0 0; } }
    .st-Footer .contact-Box .ttl a {
      display: inline-block;
      color: #c69535; }
      @media print, screen and (min-width: 768px) {
        .st-Footer .contact-Box .ttl a {
          border-bottom: 1px solid #c69535;
          font-size: 2rem;
          letter-spacing: 0.08em;
          line-height: 1.6;
          transition: border .3s; }
          .st-Footer .contact-Box .ttl a:hover {
            border-bottom: 1px solid rgba(198, 149, 53, 0); } }
      @media print, screen and (max-width: 767px) {
        .st-Footer .contact-Box .ttl a {
          text-decoration: underline;
          font-size: 2.86458vw;
          letter-spacing: 0.08em;
          line-height: 2;
          word-break: break-all; } }
  .st-Footer .contact-Box .caution {
    background: rgba(233, 221, 181, 0.3); }
    @media print, screen and (min-width: 768px) {
      .st-Footer .contact-Box .caution {
        border-radius: 10px;
        padding: 20px;
        margin: 33px auto 0; } }
    @media print, screen and (max-width: 767px) {
      .st-Footer .contact-Box .caution {
        border-radius: 1.30208vw;
        padding: 3.90625vw;
        margin: 5.07812vw auto 0; } }
    .st-Footer .contact-Box .caution p {
      font-weight: 500;
      color: #3f2220;
      padding-left: 1em;
      text-indent: -1em; }
      @media print, screen and (min-width: 768px) {
        .st-Footer .contact-Box .caution p {
          font-size: 1.4rem;
          line-height: 2;
          letter-spacing: 0.08em; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer .contact-Box .caution p {
          font-size: 2.86458vw;
          letter-spacing: 0.08em;
          line-height: 1.81818; } }
  @media print, screen and (min-width: 768px) {
    .st-Footer .contact-Box + .contact-Box {
      border-top: 1px solid #e9ddb5;
      margin: 50px auto 0;
      padding: 40px 0 0; } }
  @media print, screen and (max-width: 767px) {
    .st-Footer .contact-Box + .contact-Box {
      border-top: 0.13021vw solid #e9ddb5;
      margin: 7.8125vw auto 0;
      padding: 6.77083vw 0 0; } }
  .st-Footer_Inner {
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      .st-Footer_Inner {
        width: 780px; } }
    @media print, screen and (min-width: 768px) {
      .st-Footer_Inner .banner {
        width: 448px;
        margin: 80px auto 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: .4s; }
        .st-Footer_Inner .banner:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media print, screen and (max-width: 767px) {
      .st-Footer_Inner .banner {
        width: 79.16667vw;
        margin: 16.92708vw auto 0; } }
    .st-Footer_Inner .app {
      display: -ms-grid;
      display: grid;
      -ms-flex-pack: center;
          justify-content: center; }
      @media print, screen and (min-width: 768px) {
        .st-Footer_Inner .app {
          -ms-grid-columns: auto auto;
              grid-template-columns: auto auto;
          -ms-grid-rows: auto auto;
              grid-template-rows: auto auto;
          grid-template-areas: "logo detail" "logo download";
          margin: 80px 0 0; } }
      @media print, screen and (max-width: 767px) {
        .st-Footer_Inner .app {
          -ms-grid-columns: auto auto;
              grid-template-columns: auto auto;
          -ms-grid-rows: auto auto;
              grid-template-rows: auto auto;
          gap: 0px 0px;
          grid-template-areas: "logo detail" "download download";
          margin: 80px 0 0; } }
      .st-Footer_Inner .app .logo {
        grid-area: logo; }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Inner .app .logo {
            width: 242px;
            margin: 0 30px 0 0;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            transition: .4s; }
            .st-Footer_Inner .app .logo:hover {
              opacity: 0.6;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Inner .app .logo {
            width: 29.6875vw;
            margin: 0 3.38542vw 0 0;
            padding: 1.30208vw 0 0; } }
        .st-Footer_Inner .app .logo img {
          width: 100%;
          height: auto; }
      .st-Footer_Inner .app .detail {
        grid-area: detail; }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Inner .app .detail {
            width: 328px;
            padding: 24px 0 0; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Inner .app .detail {
            width: 57.29167vw;
            padding: 0; } }
        .st-Footer_Inner .app .detail p {
          font-weight: 500; }
          @media print, screen and (min-width: 768px) {
            .st-Footer_Inner .app .detail p {
              font-size: 1.2rem;
              line-height: 2; } }
          @media print, screen and (max-width: 767px) {
            .st-Footer_Inner .app .detail p {
              font-size: 2.60417vw;
              line-height: 2.4; } }
      .st-Footer_Inner .app .download {
        grid-area: download;
        display: -ms-flexbox;
        display: flex; }
        @media print, screen and (min-width: 768px) {
          .st-Footer_Inner .app .download {
            width: 328px;
            margin: 14px 0 0; } }
        @media print, screen and (max-width: 767px) {
          .st-Footer_Inner .app .download {
            -ms-flex-pack: justify;
                justify-content: space-between;
            width: 89.58333vw;
            margin: 10.41667vw 0 0; } }
        .st-Footer_Inner .app .download a {
          display: block; }
          @media print, screen and (min-width: 768px) {
            .st-Footer_Inner .app .download a {
              width: 158px;
              height: 47px;
              opacity: 1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              transition: .4s; }
              .st-Footer_Inner .app .download a:hover {
                opacity: 0.6;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
          @media print, screen and (max-width: 767px) {
            .st-Footer_Inner .app .download a {
              width: 43.35938vw;
              height: 13.15104vw; } }
          @media print, screen and (min-width: 768px) {
            .st-Footer_Inner .app .download a:nth-of-type(1) {
              margin: 0 12px 0 0; } }
          .st-Footer_Inner .app .download a img {
            width: 100%;
            height: auto; }
  .st-Footer .gcrest {
    display: block; }
    @media print, screen and (min-width: 768px) {
      .st-Footer .gcrest {
        width: 173px;
        margin: 100px auto 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: .4s; }
        .st-Footer .gcrest:hover {
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }
    @media print, screen and (max-width: 767px) {
      .st-Footer .gcrest {
        width: 41.01562vw;
        margin: 13.02083vw auto 0; } }
    .st-Footer .gcrest img {
      width: 100%;
      height: auto; }

/* =============================================================== */
/* sw */
/* =============================================================== */
.js-anim_s.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: .4s; }
  .js-anim_s.fade.animated {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.sw-Deco_Gradient {
  color: #d5b778;
  background: linear-gradient(90deg, #ffe187 0, #fff4d2 50%, #ffe187 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.sw-Title {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media print, screen and (max-width: 767px) {
    .sw-Title {
      position: relative; } }
  .sw-Title .en {
    display: inline-block;
    font-family: 'Cardo', serif;
    font-style: italic;
    letter-spacing: 0.025em; }
    @media print, screen and (min-width: 768px) {
      .sw-Title .en {
        font-size: 6rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Title .en {
        font-size: 9.63542vw; } }
    .sw-Title .en span {
      color: #d5b778;
      background: linear-gradient(90deg, #ffe187 0, #fff4d2 50%, #ffe187 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media print, screen and (min-width: 768px) {
        .sw-Title .en span {
          position: relative; } }
      .sw-Title .en span:before, .sw-Title .en span:after {
        content: "";
        position: absolute;
        background: url(../../images/common/img_title_deco_normal.png) no-repeat top center/contain; }
        @media print, screen and (min-width: 768px) {
          .sw-Title .en span:before, .sw-Title .en span:after {
            top: 18px;
            width: 303px;
            height: 48px; } }
        @media print, screen and (max-width: 767px) {
          .sw-Title .en span:before, .sw-Title .en span:after {
            top: 3.125vw;
            width: 23.56771vw;
            height: 3.90625vw; } }
      @media print, screen and (min-width: 768px) {
        .sw-Title .en span:before {
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
          left: -102px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Title .en span:before {
          left: 5.20833vw; } }
      @media print, screen and (min-width: 768px) {
        .sw-Title .en span:after {
          -ms-transform: scale(-1, 1) translateX(-100%);
              transform: scale(-1, 1) translateX(-100%);
          right: -102px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Title .en span:after {
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1);
          right: 5.20833vw; } }
  .sw-Title .ja {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #d5b778;
    background: linear-gradient(0deg, #ffe187 0, #fff4d2 50%, #ffe187 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media print, screen and (min-width: 768px) {
      .sw-Title .ja {
        margin: 5px 0 0;
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Title .ja {
        margin: 1.5625vw 0 0;
        font-size: 2.60417vw; } }

.sw-Title_min {
  position: relative; }
  .sw-Title_min:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../images/common/img_title_deco_min.png) no-repeat top center/100% auto;
    width: 113px;
    height: 27px;
    top: -41px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    @media print, screen and (max-width: 767px) {
      .sw-Title_min:before {
        top: -7.42188vw;
        width: 20.57292vw;
        height: 4.94792vw; } }

.sw-Anchor {
  display: block; }
  .sw-Anchor.request {
    position: relative;
    background: url(../../images/common/btn_anchor_request.png) no-repeat top center/contain;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .sw-Anchor.request {
        width: 443px;
        height: 111px;
        padding: 64px 0 0;
        font-size: 1.6rem; }
        .sw-Anchor.request:hover:before {
          bottom: -25px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Anchor.request {
        width: 84.11458vw;
        height: 21.09375vw;
        padding: 11.97917vw 0 0;
        font-size: 3.125vw; } }
    .sw-Anchor.request:before {
      content: "";
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      background: url(../../images/common/icon_anchor_arrow.png) no-repeat top center/contain;
      transition: .3s; }
      @media print, screen and (min-width: 768px) {
        .sw-Anchor.request:before {
          bottom: -18px;
          width: 40px;
          height: 40px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Anchor.request:before {
          bottom: -2.60417vw;
          width: 6.77083vw;
          height: 6.77083vw; } }
    .sw-Anchor.request.first {
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      z-index: 1; }
      @media print, screen and (min-width: 768px) {
        .sw-Anchor.request.first {
          bottom: -30px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Anchor.request.first {
          bottom: 9.11458vw; } }
  @media print, screen and (min-width: 768px) {
    .sw-Anchor.ticket {
      margin: 0 40px; }
      .sw-Anchor.ticket:hover:before {
        bottom: -21px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Anchor.ticket {
      margin: 0; } }
  .sw-Anchor.ticket:before {
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../../images/common/icon_anchor_arrow.png) no-repeat top center/contain;
    transition: .3s; }
    @media print, screen and (min-width: 768px) {
      .sw-Anchor.ticket:before {
        bottom: -14px;
        width: 40px;
        height: 40px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Anchor.ticket:before {
        bottom: -2.86458vw;
        width: 6.77083vw;
        height: 6.77083vw; } }
  .sw-Anchor.ticket:nth-of-type(1) {
    position: relative;
    background: url(../../images/common/btn_ticket_venue.png) no-repeat top center/contain;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .sw-Anchor.ticket:nth-of-type(1) {
        width: 283px;
        height: 147px;
        padding: 88px 0 0;
        font-size: 2rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Anchor.ticket:nth-of-type(1) {
        width: 43.48958vw;
        height: 22.52604vw;
        padding: 13.54167vw 0 0 1.30208vw;
        font-size: 3.125vw; } }
  .sw-Anchor.ticket:nth-of-type(2) {
    position: relative;
    background: url(../../images/common/btn_ticket_streaming.png) no-repeat top center/contain;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .sw-Anchor.ticket:nth-of-type(2) {
        width: 283px;
        height: 147px;
        padding: 88px 0 0;
        font-size: 2rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Anchor.ticket:nth-of-type(2) {
        width: 43.48958vw;
        height: 22.52604vw;
        padding: 13.54167vw 0 0 1.30208vw;
        font-size: 3.125vw;
        margin-left: 2.60417vw; } }

.sw-Button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: text-shadow .3s, opacity .3s; }
  @media print, screen and (min-width: 768px) {
    .sw-Button:hover {
      opacity: 0.9 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.75); } }
  .sw-Button.long {
    margin: 0 auto;
    color: #3f2220;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .sw-Button.long {
        width: 444px;
        height: 62px;
        font-size: 1.6rem;
        line-height: 62px;
        background: url(../../images/pc/btn_long.png) no-repeat top center/contain; } }
    @media print, screen and (max-width: 767px) {
      .sw-Button.long {
        width: 84.11458vw;
        height: 11.71875vw;
        font-size: 3.125vw;
        line-height: 8.07292vw;
        background: url(../../images/sp/btn_long.png) no-repeat top center/contain; } }
  .sw-Button.long_02 {
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .sw-Button.long_02 {
        width: 413px;
        height: 78px;
        font-size: 1.6rem;
        line-height: 1;
        background: url(../../images/pc/btn_long_content.png) no-repeat top center/contain;
        padding: 0 0 10px 23px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Button.long_02 {
        width: 75.52083vw;
        height: 14.19271vw;
        font-size: 3.125vw;
        line-height: 0.13021vw;
        background: url(../../images/pc/btn_long_content.png) no-repeat top center/contain;
        padding: 0 0 2.60417vw 2.08333vw;
        -ms-transform: translateX(-0.78125vw);
            transform: translateX(-0.78125vw); } }
    .sw-Button.long_02.close_02 {
      color: #3f2220;
      pointer-events: none; }
      @media print, screen and (min-width: 768px) {
        .sw-Button.long_02.close_02 {
          background: url(../../images/pc/btn_long_content_close_02.png) no-repeat top center/contain; } }
      @media print, screen and (max-width: 767px) {
        .sw-Button.long_02.close_02 {
          background: url(../../images/pc/btn_long_content_close_02.png) no-repeat top center/contain; } }
  .sw-Button.closed {
    margin: 0 auto;
    color: #3f2220;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    pointer-events: none; }
    @media print, screen and (min-width: 768px) {
      .sw-Button.closed {
        width: 387px;
        height: 62px;
        background: url(../../images/pc/btn_long_closed.png) no-repeat top center/contain;
        font-size: 1.6rem;
        line-height: 61px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Button.closed {
        width: 73.95833vw;
        height: 11.71875vw;
        background: url(../../images/sp/btn_long_closed.png) no-repeat top center/contain;
        font-size: 3.125vw;
        line-height: 11.71875vw; } }
  .sw-Button .icon-twitter {
    fill: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .sw-Button .icon-twitter {
        margin: 0 8px 0 0;
        width: 17px;
        height: 15px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Button .icon-twitter {
        margin: 0.52083vw 0.78125vw 0 0;
        width: 3.38542vw;
        height: 2.86458vw; } }
  .sw-Button .icon-outside {
    fill: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .sw-Button .icon-outside {
        margin: 0 0 0 8px;
        width: 15px;
        height: 15px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Button .icon-outside {
        margin: 0.13021vw 0 0 1.82292vw;
        width: 2.60417vw;
        height: 2.73438vw; } }
    .sw-Button .icon-outside.fill-white {
      fill: #fff; }
      @media print, screen and (min-width: 768px) {
        .sw-Button .icon-outside.fill-white {
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); } }
      @media print, screen and (max-width: 767px) {
        .sw-Button .icon-outside.fill-white {
          -ms-transform: translateY(-0.26042vw);
              transform: translateY(-0.26042vw); } }

.sw-Box {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #b47e1e 0, #ffe187 30%, #fff4d2 50%, #ffe187 70%, #b47e1e 100%);
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .sw-Box {
      padding: 2px;
      width: 960px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Box {
      padding: 0.26042vw;
      width: 89.58333vw; } }
  .sw-Box:before, .sw-Box:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    pointer-events: none; }
    @media print, screen and (min-width: 768px) {
      .sw-Box:before, .sw-Box:after {
        width: 944px;
        height: 76px;
        left: 8px;
        background: url(../../images/pc/img_contents_deco.png) no-repeat top center/100% auto; } }
    @media print, screen and (max-width: 767px) {
      .sw-Box:before, .sw-Box:after {
        width: 87.5vw;
        height: 9.89583vw;
        left: 1.04167vw;
        background: url(../../images/sp/img_contents_deco.png) no-repeat top center/100% auto; } }
  @media print, screen and (min-width: 768px) {
    .sw-Box:before {
      top: 8px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Box:before {
      top: 1.04167vw; } }
  .sw-Box:after {
    -ms-transform: scale(1, -1);
        transform: scale(1, -1); }
    @media print, screen and (min-width: 768px) {
      .sw-Box:after {
        bottom: 8px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Box:after {
        bottom: 1.04167vw; } }
  .sw-Box_Inner {
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 768px) {
      .sw-Box_Inner {
        padding: 60px 88px;
        background: url(../../images/common/bg_contents.png) repeat top center/auto;
        background-color: #f8f8ec; } }
    @media print, screen and (max-width: 767px) {
      .sw-Box_Inner {
        padding: 7.8125vw;
        background: url(../../images/common/bg_contents.png) repeat top center / 125vw auto;
        background-color: #f8f8ec; } }
    .sw-Box_Inner:before, .sw-Box_Inner:after {
      content: "";
      position: absolute;
      display: block;
      background: #e5dbbf; }
      @media print, screen and (min-width: 768px) {
        .sw-Box_Inner:before, .sw-Box_Inner:after {
          width: 2px;
          height: calc(100% - 82px * 2);
          top: 82px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Box_Inner:before, .sw-Box_Inner:after {
          width: 0.26042vw;
          height: calc(100% - 10.54688vw * 2);
          top: 10.67708vw; } }
    .sw-Box_Inner:before {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
      @media print, screen and (min-width: 768px) {
        .sw-Box_Inner:before {
          left: 8px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Box_Inner:before {
          left: 1.04167vw; } }
    .sw-Box_Inner:after {
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
      @media print, screen and (min-width: 768px) {
        .sw-Box_Inner:after {
          right: 8px; } }
      @media print, screen and (max-width: 767px) {
        .sw-Box_Inner:after {
          right: 1.04167vw; } }
  @media print, screen and (min-width: 768px) {
    .sw-Box.comingsoon {
      margin-top: 60px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Box.comingsoon {
      margin-top: 10.41667vw; } }
  @media print, screen and (min-width: 768px) {
    .sw-Box.comingsoon .sw-Box_Inner {
      padding: 126px 0 100px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Box.comingsoon .sw-Box_Inner {
      padding: 22.91667vw 0 20.96354vw; } }
  .sw-Box.comingsoon .sw-Box_Text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
  .sw-Box.comingsoon .en {
    font-family: 'Cardo', serif;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .sw-Box.comingsoon .en {
        font-size: 4.6rem; } }
    @media print, screen and (max-width: 767px) {
      .sw-Box.comingsoon .en {
        font-size: 8.85417vw; } }
  .sw-Box.comingsoon .sentence {
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .sw-Box.comingsoon .sentence {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 22px; } }
    @media print, screen and (max-width: 767px) {
      .sw-Box.comingsoon .sentence {
        font-size: 3.125vw;
        line-height: 1.75;
        margin-top: 6.64062vw; } }
  @media print, screen and (min-width: 768px) {
    .sw-Box.comingsoon.details .sw-Box_Inner {
      padding: 133px 0 125px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Box.comingsoon.details .sw-Box_Inner {
      padding: 24.86979vw 0 23.69792vw; } }

.sw-dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e9ddb5; }
  @media print, screen and (min-width: 768px) {
    .sw-dl {
      margin: 30px 0 0; } }
  @media print, screen and (max-width: 767px) {
    .sw-dl {
      margin: 5.20833vw 0 0; } }
  .sw-dl dt,
  .sw-dl dd {
    border-bottom: 1px solid #e9ddb5;
    letter-spacing: 0.075em; }
    @media print, screen and (min-width: 768px) {
      .sw-dl dt,
      .sw-dl dd {
        padding: 13px 0; } }
    @media print, screen and (max-width: 767px) {
      .sw-dl dt,
      .sw-dl dd {
        padding: 2.73438vw 0; } }
  .sw-dl dt {
    color: #c69535;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.08em; }
    @media print, screen and (min-width: 768px) {
      .sw-dl dt {
        width: 168px;
        font-size: 1.5rem;
        line-height: 1.86667; } }
    @media print, screen and (max-width: 767px) {
      .sw-dl dt {
        width: 23.56771vw;
        font-size: 3.125vw;
        line-height: 2; } }
  .sw-dl dd {
    font-weight: 500;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .sw-dl dd {
        width: 612px;
        font-size: 1.5rem;
        line-height: 1.86667; } }
    @media print, screen and (max-width: 767px) {
      .sw-dl dd {
        width: 49.86979vw;
        font-size: 3.125vw;
        line-height: 2; } }
    .sw-dl dd a {
      display: block;
      color: #937776;
      font-weight: 700; }
      @media print, screen and (min-width: 768px) {
        .sw-dl dd a {
          transition: .3s; }
          .sw-dl dd a:hover {
            color: #bb9f9e; }
            .sw-dl dd a:hover svg {
              fill: #bb9f9e; } }
      .sw-dl dd a .icon-map {
        position: relative;
        fill: #937776; }
        @media print, screen and (min-width: 768px) {
          .sw-dl dd a .icon-map {
            width: 14px;
            height: 19px;
            margin: 0 4px -4px 0;
            transition: .3s; } }
        @media print, screen and (max-width: 767px) {
          .sw-dl dd a .icon-map {
            width: 2.34375vw;
            height: 3.125vw;
            margin: 0 0.52083vw -0.39062vw 0; } }
      .sw-dl dd a .icon-outside {
        fill: #937776; }
        @media print, screen and (min-width: 768px) {
          .sw-dl dd a .icon-outside {
            width: 15px;
            height: 15px;
            margin: 0 0 -2px 1px;
            transition: .3s; } }
        @media print, screen and (max-width: 767px) {
          .sw-dl dd a .icon-outside {
            width: 2.60417vw;
            height: 2.73438vw;
            margin: 0 0 -0.26042vw 0.13021vw; } }
    .sw-dl dd .strong {
      font-weight: 700;
      color: #c69535;
      display: inline-block; }

.sw-Subtitle {
  width: 100%;
  color: #fff;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sw-Subtitle {
      background: url(../../images/pc/bg_content_ttl_arrow.png) no-repeat top 36px center/contain, url(../../images/common/bg_content_ttl.png) no-repeat top center/contain;
      height: 58px;
      padding: 9px 0 0; } }
  @media print, screen and (max-width: 767px) {
    .sw-Subtitle {
      background: url(../../images/common/bg_content_ttl.png) no-repeat top center/contain;
      height: 10.54688vw;
      padding: 1.5625vw 0 0; }
      .sw-Subtitle:before {
        content: "";
        position: absolute;
        display: block;
        width: 84.50521vw;
        height: 2.60417vw;
        top: 5.98958vw;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        background: url(../../images/sp/bg_content_ttl_arrow.png) no-repeat top center/contain; } }
  .sw-Subtitle span {
    display: inline-block;
    font-weight: 700;
    color: #ffe187; }
    @media print, screen and (min-width: 768px) {
      .sw-Subtitle span {
        font-size: 1.8rem;
        letter-spacing: 0.08em;
        line-height: 1; } }

.sw-Target {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sw-Target {
      top: -171px; } }
  @media print, screen and (max-width: 767px) {
    .sw-Target {
      top: -27.34375vw; } }

/* =============================================================== */
/* ブレイクポイント 768px _foundation.scssも統一 */
/* =============================================================== */
/* =============================================================== */
/* ブレイクポイント 1024px _foundation.scssも統一 */
/* =============================================================== */
p {
  font-size: 20px; }

.idx-Mainvisual {
  position: relative;
  transition: .4s ease-out; }
  @media print, screen and (min-width: 1921px) {
    .idx-Mainvisual {
      background: url(../../images/pc/bg_mainvisual.png) no-repeat top center/100% auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 1920px) {
    .idx-Mainvisual {
      background: url(../../images/pc/bg_mainvisual.png) no-repeat top center/1920px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Mainvisual {
      height: 174.21875vw;
      background: url(../../images/sp/bg_mainvisual.png) no-repeat top center/cover; } }
  .idx-Mainvisual #particles-01 {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .idx-Mainvisual .visual {
    position: relative; }
    .idx-Mainvisual .visual-inner .logo {
      position: relative;
      margin: 0 auto;
      z-index: 3;
      pointer-events: none; }
      @media print, screen and (min-width: 1921px) {
        .idx-Mainvisual .visual-inner .logo {
          width: 47.34375vw;
          padding: 16.04167vw 0 0; } }
      @media print, screen and (min-width: 768px) and (max-width: 1920px) {
        .idx-Mainvisual .visual-inner .logo {
          width: 909px;
          padding: 308px 0 0; } }
      @media print, screen and (max-width: 767px) {
        .idx-Mainvisual .visual-inner .logo {
          width: 98.69792vw;
          padding: 49.08854vw 0 0; } }
      .idx-Mainvisual .visual-inner .logo img {
        width: 100%;
        height: auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: .8s; }
        .idx-Mainvisual .visual-inner .logo img.animated {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .idx-Mainvisual .notice {
    position: relative;
    z-index: 3; }
    @media print, screen and (min-width: 1921px) {
      .idx-Mainvisual .notice {
        padding: 6.97917vw 0 5.20833vw; } }
    @media print, screen and (min-width: 768px) and (max-width: 1920px) {
      .idx-Mainvisual .notice {
        padding: 134px 0 100px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Mainvisual .notice {
        margin: 26.69271vw 0 0; } }
    .idx-Mainvisual .notice-inner {
      text-align: center; }
      .idx-Mainvisual .notice-inner p {
        font-weight: 500;
        letter-spacing: 0.2em;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: .4s;
        color: #edcb62;
        display: inline-block;
        background: linear-gradient(90deg, #b47e1e 0%, #ffe187 30%, #fff4d2 50%, #ffe187 70%, #b47e1e 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .idx-Mainvisual .notice-inner p.animated {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        @media print, screen and (min-width: 1921px) {
          .idx-Mainvisual .notice-inner p {
            font-size: 1.45833vw;
            line-height: 2.14286; } }
        @media print, screen and (min-width: 768px) and (max-width: 1920px) {
          .idx-Mainvisual .notice-inner p {
            font-size: 2.8rem;
            line-height: 2.14286; } }
        @media print, screen and (max-width: 767px) {
          .idx-Mainvisual .notice-inner p {
            font-size: 4.94792vw;
            line-height: 2.05263;
            -ms-transform: translateX(2.60417vw);
                transform: translateX(2.60417vw); } }
        .idx-Mainvisual .notice-inner p .nols {
          letter-spacing: 0; }

.idx-Box.event, .idx-Box.ticket, .idx-Box.cast, .idx-Box.request, .idx-Box.goods, .idx-Box.twitter {
  position: relative; }
  .idx-Box.event:after, .idx-Box.ticket:after, .idx-Box.cast:after, .idx-Box.request:after, .idx-Box.goods:after, .idx-Box.twitter:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    -ms-transform: translateY(50%);
        transform: translateY(50%); }
    @media print, screen and (min-width: 1921px) {
      .idx-Box.event:after, .idx-Box.ticket:after, .idx-Box.cast:after, .idx-Box.request:after, .idx-Box.goods:after, .idx-Box.twitter:after {
        width: 100vw;
        height: 1.04167vw;
        background: url(../../images/pc/bg_border_line.png) no-repeat top center/100% auto; } }
    @media print, screen and (min-width: 768px) and (max-width: 1920px) {
      .idx-Box.event:after, .idx-Box.ticket:after, .idx-Box.cast:after, .idx-Box.request:after, .idx-Box.goods:after, .idx-Box.twitter:after {
        width: 100%;
        height: 20px;
        background: url(../../images/pc/bg_border_line.png) no-repeat top center/auto; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.event:after, .idx-Box.ticket:after, .idx-Box.cast:after, .idx-Box.request:after, .idx-Box.goods:after, .idx-Box.twitter:after {
        width: 100%;
        height: 2.60417vw;
        background: url(../../images/sp/bg_border_line.png) no-repeat top center/100% auto; } }

.idx-Box.ticket, .idx-Box.request, .idx-Box.twitter {
  position: relative;
  background: linear-gradient(90deg, #1a0000 0, #47070d 25%, #750812 50%, #47070d 75%, #1a0000 100%); }
  .idx-Box.ticket:before, .idx-Box.request:before, .idx-Box.twitter:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
    pointer-events: none; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket:before, .idx-Box.request:before, .idx-Box.twitter:before {
        background: url(../../images/common/bg_pattern.png) repeat top center/auto; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket:before, .idx-Box.request:before, .idx-Box.twitter:before {
        background: url(../../images/common/bg_pattern.png) repeat top center / 25.52083vw auto; } }

@media print, screen and (min-width: 1921px) {
  .idx-Box.event {
    padding: 5.72917vw 0 110px; } }

@media print, screen and (min-width: 768px) and (max-width: 1920px) {
  .idx-Box.event {
    padding: 110px 0; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.event {
    padding: 14.32292vw 0 18.22917vw; } }

.idx-Box.event .deco_card:before, .idx-Box.event .deco_card:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2; }

.idx-Box.event .deco_card:before {
  background: url(../../images/common/img_card_01.png) no-repeat top center/100% auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.event .deco_card:before {
      width: 175px;
      height: 225px;
      top: -170px;
      left: 50%;
      -ms-transform: translateX(658px);
          transform: translateX(658px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.event .deco_card:before {
      width: 20.70312vw;
      height: 26.82292vw;
      top: -16.66667vw;
      right: 7.03125vw; } }

.idx-Box.event .deco_card:after {
  background: url(../../images/common/img_card_02.png) no-repeat top center/100% auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.event .deco_card:after {
      width: 207px;
      height: 237px;
      bottom: -84px;
      left: 50%;
      -ms-transform: translateX(-916px);
          transform: translateX(-916px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.event .deco_card:after {
      width: 21.48438vw;
      height: 24.60938vw;
      bottom: -12.23958vw;
      left: 2.21354vw; } }

.idx-Box.event .idx-Box_Inner {
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.event .idx-Box_Inner {
      width: 1200px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.event .idx-Box_Inner {
      width: 100vw; } }
  .idx-Box.event .idx-Box_Inner .invitation {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media print, screen and (max-width: 767px) {
      .idx-Box.event .idx-Box_Inner .invitation {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.event .idx-Box_Inner .invitation.centering {
        width: 524px;
        margin: 44px auto 0; } }
    .idx-Box.event .idx-Box_Inner .invitation .texts {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
      transition: 0.5s;
      color: #ffe187; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.event .idx-Box_Inner .invitation .texts {
          padding: 0 0 0 120px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.event .idx-Box_Inner .invitation .texts {
          padding: 0;
          text-align: center; } }
      .idx-Box.event .idx-Box_Inner .invitation .texts.animated {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
      .idx-Box.event .idx-Box_Inner .invitation .texts .catch {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.78571;
        letter-spacing: 0.2em; }
        .idx-Box.event .idx-Box_Inner .invitation .texts .catch .nols {
          letter-spacing: 0; }
      .idx-Box.event .idx-Box_Inner .invitation .texts .description {
        letter-spacing: 0.075em;
        font-weight: 500; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .texts .description {
            margin: 39px 0 0;
            font-size: 1.6rem;
            line-height: 2.25; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .texts .description {
            margin: 8.85417vw 0 0;
            font-size: 3.125vw;
            line-height: 2; } }
      .idx-Box.event .idx-Box_Inner .invitation .texts a {
        letter-spacing: 0.075em;
        color: #ffe187; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .texts a {
            font-size: 1.6rem;
            line-height: 2;
            margin-top: 16px; }
            .idx-Box.event .idx-Box_Inner .invitation .texts a:hover span {
              border-color: transparent; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .texts a {
            font-size: 3.125vw;
            line-height: 2;
            margin-top: 2.60417vw; } }
        .idx-Box.event .idx-Box_Inner .invitation .texts a span {
          border-bottom: 1px solid #ffe187;
          transition: .3s;
          height: 100%;
          display: inline-block; }
        .idx-Box.event .idx-Box_Inner .invitation .texts a svg {
          fill: #ffe187; }
          @media print, screen and (min-width: 768px) {
            .idx-Box.event .idx-Box_Inner .invitation .texts a svg {
              margin: 0 0 0 4px;
              width: 15px;
              height: 15px; } }
          @media print, screen and (max-width: 767px) {
            .idx-Box.event .idx-Box_Inner .invitation .texts a svg {
              margin: 0 0 0 1.04167vw;
              width: 2.60417vw;
              height: 2.60417vw; } }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .texts a + a {
            margin-top: 8px; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .texts a + a {
            margin-top: 1.5625vw; } }
    .idx-Box.event .idx-Box_Inner .invitation .letter {
      position: relative;
      overflow: hidden;
      z-index: 1;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition: 0.5s; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.event .idx-Box_Inner .invitation .letter {
          width: 524px;
          height: 645px;
          -ms-transform: translateX(20px);
              transform: translateX(20px); } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.event .idx-Box_Inner .invitation .letter {
          width: 98.69792vw;
          height: 138.02083vw;
          margin: 7.8125vw auto 0;
          -ms-transform: translateX(20px);
              transform: translateX(20px); } }
      .idx-Box.event .idx-Box_Inner .invitation .letter:before {
        content: "";
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        z-index: -1;
        top: 0; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter:before {
            width: 524px;
            height: 579px;
            background: url(../../images/pc/bg_letter_back.png) no-repeat top center/contain; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter:before {
            width: 98.69792vw;
            height: 109.375vw;
            background: url(../../images/sp/bg_letter_back.png) no-repeat top center/contain; } }
      .idx-Box.event .idx-Box_Inner .invitation .letter:after {
        content: "";
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        pointer-events: none;
        z-index: 2;
        bottom: 0; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter:after {
            width: 524px;
            height: 299px;
            background: url(../../images/pc/bg_letter_front.png) no-repeat top center/contain; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter:after {
            width: 98.69792vw;
            height: 74.21875vw;
            background: url(../../images/sp/bg_letter_front.png) no-repeat top center/contain; } }
      .idx-Box.event .idx-Box_Inner .invitation .letter.animated {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
        .idx-Box.event .idx-Box_Inner .invitation .letter.animated .inner {
          top: 0; }
      .idx-Box.event .idx-Box_Inner .invitation .letter .letter-Container {
        margin: 0 auto;
        overflow: hidden;
        position: relative; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter .letter-Container {
            width: 500px;
            height: 565px;
            margin-top: 70px; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter .letter-Container {
            width: 94.79167vw;
            height: 102.60417vw;
            margin-top: 12.36979vw; } }
      .idx-Box.event .idx-Box_Inner .invitation .letter .inner {
        position: absolute;
        transition: 1s;
        transition-delay: 0.3s;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner {
            background: url(../../images/pc/bg_letter_paper.png) no-repeat top center/contain;
            top: 66px;
            width: 474px;
            height: 544px;
            padding: 110px 50px 0; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner {
            background: url(../../images/sp/bg_letter_paper.png) no-repeat top center/contain;
            top: 12.36979vw;
            width: 91.01562vw;
            height: 97.65625vw;
            padding: 19.01042vw 10.41667vw 0; } }
        .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dt,
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd {
            border-bottom: 1px solid #e9ddb5;
            letter-spacing: 0.075em;
            color: #3f2220;
            white-space: nowrap; }
            @media print, screen and (min-width: 768px) {
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dt,
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd {
                padding: 10px 0; } }
            @media print, screen and (max-width: 767px) {
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dt,
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd {
                padding: 2.08333vw 0; } }
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dt {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            color: #c69535;
            font-weight: 700;
            letter-spacing: 0.08em; }
            @media print, screen and (min-width: 768px) {
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dt {
                width: 96px;
                font-size: 1.3rem;
                line-height: 1.71429; } }
            @media print, screen and (max-width: 767px) {
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dt {
                width: 18.22917vw;
                font-size: 2.60417vw;
                line-height: 1.6; } }
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd {
            font-weight: 500; }
            @media print, screen and (min-width: 768px) {
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd {
                width: 278px;
                font-size: 1.4rem;
                line-height: 1.71429; } }
            @media print, screen and (max-width: 767px) {
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd {
                width: 51.82292vw;
                font-size: 2.60417vw;
                line-height: 1.75; } }
            .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd.nowrap {
              white-space: nowrap; }
            .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a {
              display: block;
              color: #937776;
              font-weight: 700; }
              @media print, screen and (min-width: 768px) {
                .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a {
                  margin: 3px 0 0;
                  transition: .3s; }
                  .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a:hover {
                    color: #bb9f9e; }
                    .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a:hover svg {
                      fill: #bb9f9e; } }
              @media print, screen and (max-width: 767px) {
                .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a {
                  margin: 0.52083vw 0 0; } }
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a .icon-map {
                position: relative;
                fill: #937776; }
                @media print, screen and (min-width: 768px) {
                  .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a .icon-map {
                    width: 14px;
                    height: 19px;
                    margin: 0 4px -4px 0;
                    transition: .3s; } }
                @media print, screen and (max-width: 767px) {
                  .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a .icon-map {
                    width: 1.95312vw;
                    height: 2.60417vw;
                    margin: 0 0.65104vw -0.52083vw 0; } }
              .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a .icon-outside {
                fill: #937776; }
                @media print, screen and (min-width: 768px) {
                  .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a .icon-outside {
                    width: 15px;
                    height: 15px;
                    margin: 0 0 -2px 1px;
                    transition: .3s; } }
                @media print, screen and (max-width: 767px) {
                  .idx-Box.event .idx-Box_Inner .invitation .letter .inner dl dd a .icon-outside {
                    width: 2.73438vw;
                    height: _vwP(21);
                    margin: 0 0 -0.26042vw 0.26042vw; } }
        @media print, screen and (min-width: 768px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner .sponsor {
            margin: 10px 0 0; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.event .idx-Box_Inner .invitation .letter .inner .sponsor {
            margin: 1.5625vw 0 0; } }
        .idx-Box.event .idx-Box_Inner .invitation .letter .inner .sponsor p {
          letter-spacing: 0;
          text-align: center;
          color: #3f2220; }
          @media print, screen and (min-width: 768px) {
            .idx-Box.event .idx-Box_Inner .invitation .letter .inner .sponsor p {
              font-size: 1.4rem;
              line-height: 1.71429; } }
          @media print, screen and (max-width: 767px) {
            .idx-Box.event .idx-Box_Inner .invitation .letter .inner .sponsor p {
              font-size: 2.60417vw;
              line-height: 1.75; } }
  .idx-Box.event .idx-Box_Inner .sns {
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.event .idx-Box_Inner .sns {
        margin: 110px auto 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.event .idx-Box_Inner .sns {
        margin: 9.11458vw auto 0; } }
    .idx-Box.event .idx-Box_Inner .sns p {
      font-weight: 500;
      text-align: center;
      letter-spacing: 0.1em;
      display: inline-block;
      color: #ffe187; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.event .idx-Box_Inner .sns p {
          font-size: 1.6rem; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.event .idx-Box_Inner .sns p {
          font-size: 3.125vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.event .idx-Box_Inner .sns .sw-Button {
        margin: 23px auto 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.event .idx-Box_Inner .sns .sw-Button {
        margin: 5.20833vw auto 0; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.ticket {
    padding: 110px 0 130px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.ticket {
    padding: 15.625vw 0 18.22917vw; } }

.idx-Box.ticket .idx-Box_Inner {
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.ticket .idx-Box_Inner {
      width: 960px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.ticket .idx-Box_Inner {
      width: 100vw; } }
  .idx-Box.ticket .idx-Box_Inner .anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .anchor {
        margin: 60px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .anchor {
        margin: 10.41667vw 0 0; } }
  .idx-Box.ticket .idx-Box_Inner h3 {
    font-weight: 700;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner h3 {
        font-size: 2.6rem;
        margin: 120px auto 30px;
        letter-spacing: 0.08em; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner h3 {
        font-size: 4.6875vw;
        letter-spacing: 0.08em;
        margin: 18.22917vw auto 6.51042vw; } }
    .idx-Box.ticket .idx-Box_Inner h3 span {
      position: relative; }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h4 {
    font-weight: 700;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h4 {
        font-size: 1.8rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h4 {
        font-size: 3.38542vw;
        letter-spacing: 0.08em; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h5 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h5 {
        margin: 42px 0 0;
        font-size: 2.2rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h5 {
        margin: 5.20833vw 0 0;
        font-size: 4.16667vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h5.second {
        margin: 60px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) h5.second {
        margin: 10.41667vw 0 0; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 50px 0 60px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex {
      display: block;
      margin: 5.20833vw 0 7.8125vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item {
      width: 370px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item:nth-of-type(2) {
      margin: 6.51042vw auto 0; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name {
        font-size: 2.2rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name {
        font-size: 4.16667vw; } }
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name .price {
      display: block;
      color: #c69535; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name .price {
          margin: 12px 0 0;
          font-size: 2rem; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name .price {
          margin: 2.60417vw 0 0;
          font-size: 4.16667vw; } }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name .price .small {
          font-size: 1.4rem; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .name .price .small {
          font-size: 2.91667vw; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description {
    background: rgba(233, 221, 181, 0.3); }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description {
        margin: 17px 0 0;
        padding: 13px 29px;
        border-radius: 10px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description {
        margin: 3.125vw 0 0;
        padding: 2.73438vw 3.90625vw;
        border-radius: 1.30208vw; } }
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description p {
      font-weight: 500;
      letter-spacing: 0.07em;
      color: #3f2220;
      padding-left: 1em;
      text-indent: -1em; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description p {
          font-size: 1.4rem;
          line-height: 2; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description p {
          font-size: 3.125vw;
          line-height: 1.75; } }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex .item .description p.space {
          margin-top: 14px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) .flex + .sw-Subtitle {
      margin-top: 9.11458vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) dl + .sw-Button {
      margin-top: 30px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) dl + .sw-Button {
      margin-top: 5.20833vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) dl + .sw-Button + .sw-Button {
      margin-top: 40px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(2) dl + .sw-Button + .sw-Button {
      margin-top: 6.51042vw; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .center {
    text-align: center;
    letter-spacing: 0.1em; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .center {
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .center {
        margin: -1.5625vw 0 0;
        font-size: 3.125vw;
        line-height: 2; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h4 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h4 {
        font-size: 2.2rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h4 {
        font-size: 4.16667vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h4 span {
        font-size: 1.54rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h4 span {
        font-size: 2.91667vw;
        display: inline-block;
        margin-top: 1.82292vw; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .price {
    color: #c69535;
    letter-spacing: 0.075em;
    text-align: center;
    font-weight: 700; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .price {
        margin: 12px 0 -10px;
        font-size: 2rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .price {
        margin: 2.60417vw 0 6.51042vw;
        font-size: 4.16667vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .price span {
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .price span {
        font-size: 2.91667vw; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .notice {
    background: rgba(233, 221, 181, 0.3); }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .notice {
        width: 100%;
        margin: 30px 0 40px;
        padding: 13px 20px;
        border-radius: 10px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .notice {
        width: 73.95833vw;
        margin: 5.20833vw auto 6.51042vw;
        padding: 2.73438vw 3.90625vw;
        border-radius: 1.30208vw; } }
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .notice p {
      padding: 0 0 0 1em;
      text-indent: -1em;
      font-weight: 500;
      letter-spacing: 0.07em;
      color: #3f2220; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .notice p {
          font-size: 1.4rem;
          line-height: 2; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) .notice p {
          font-size: 3.125vw;
          line-height: 1.75; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 {
        margin: 50px 0 0;
        padding: 0 0 0 30px;
        font-size: 1.6rem;
        line-height: 1.75; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 {
        margin: 5.59896vw 0 5.20833vw;
        padding: 0 0 0 5.85938vw;
        font-size: 3.38542vw;
        line-height: 1.61538; } }
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5:before {
      content: "";
      position: absolute;
      left: 0;
      background: url(../../images/common/icon_gift.png) no-repeat top center/contain; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5:before {
          top: 0;
          width: 21px;
          height: 23px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5:before {
          top: 0.39062vw;
          width: 4.03646vw;
          height: 4.42708vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 + ul {
        margin: 20px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 + ul {
        margin: 1.69271vw 0 0; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 + .sw-Button {
        margin: 20px auto 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) h5 + .sw-Button {
        margin: 1.69271vw auto 0; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.05em; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li {
        padding: 0 0 0 24px;
        font-size: 1.4rem;
        line-height: 1.71429; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li {
        padding: 0 0 0 3.90625vw;
        font-size: 3.125vw;
        line-height: 1.91667; } }
    .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li:before {
      content: "";
      position: absolute;
      left: 0;
      background: url(../../images/common/icon_square.png) no-repeat top center/contain; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li:before {
          top: 6px;
          width: 13px;
          height: 14px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li:before {
          top: 2.08333vw;
          width: 2.21354vw;
          height: 2.21354vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li + li {
        margin: 10px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul li + li {
        margin: 1.30208vw 0 0; } }
  .idx-Box.ticket .idx-Box_Inner .sw-Box:nth-of-type(3) ul + h3 {
    margin: 44px 0 0; }

@media print, screen and (min-width: 768px) {
  .idx-Box.cast {
    padding: 110px 0 105px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.cast {
    padding: 15.625vw 0 16.92708vw; } }

.idx-Box.cast .deco_card:before, .idx-Box.cast .deco_card:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2; }

.idx-Box.cast .deco_card:before {
  background: url(../../images/common/img_card_03.png) no-repeat top center/100% auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.cast .deco_card:before {
      width: 225px;
      height: 245px;
      top: -151px;
      left: 50%;
      -ms-transform: translateX(671px);
          transform: translateX(671px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.cast .deco_card:before {
      width: 24.60938vw;
      height: 26.82292vw;
      top: -13.67188vw;
      right: 2.60417vw; } }

.idx-Box.cast .deco_card:after {
  background: url(../../images/common/img_card_04.png) no-repeat top center/100% auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.cast .deco_card:after {
      width: 140px;
      height: 131px;
      bottom: -22px;
      left: 50%;
      -ms-transform: translateX(-891px);
          transform: translateX(-891px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.cast .deco_card:after {
      width: 17.31771vw;
      height: 16.14583vw;
      bottom: -7.94271vw;
      left: 4.29688vw; } }

.idx-Box.cast .idx-Box_Inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.cast .idx-Box_Inner ul {
      width: 1220px;
      margin: 40px auto 0;
      -ms-transform: translateX(20px);
          transform: translateX(20px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.cast .idx-Box_Inner ul {
      width: 94.79167vw;
      margin: 5.20833vw auto 0;
      -ms-transform: translateX(2.47396vw);
          transform: translateX(2.47396vw);
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .idx-Box.cast .idx-Box_Inner ul li {
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.cast .idx-Box_Inner ul li {
        width: 284px;
        margin: 0 0 0 28px; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(n+5) {
          margin-top: 78px; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(4n+1) {
          margin-left: 0; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(4) .image {
          margin-top: -11px; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(6) .image {
          margin-top: -15px; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(7) .image {
          margin-top: -1px; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(12) .image {
          margin-top: -11px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.cast .idx-Box_Inner ul li {
        width: 47.26562vw; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(n+3) {
          margin: 10.41667vw 0 0; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(4) .image {
          margin-top: -1.95312vw; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(6) .image {
          margin-top: -2.47396vw; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(7) .image {
          margin-top: -0.13021vw; }
        .idx-Box.cast .idx-Box_Inner ul li:nth-of-type(12) .image {
          margin-top: -1.82292vw; } }
    .idx-Box.cast .idx-Box_Inner ul li .image img {
      width: 100%;
      height: auto; }
    .idx-Box.cast .idx-Box_Inner ul li .text {
      text-align: center;
      font-weight: 700; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.cast .idx-Box_Inner ul li .text {
          margin: 30px 0 0; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.cast .idx-Box_Inner ul li .text {
          margin: 4.16667vw 0 0; } }
      .idx-Box.cast .idx-Box_Inner ul li .text span {
        letter-spacing: 0.1em;
        color: #ffe187; }
        .idx-Box.cast .idx-Box_Inner ul li .text span.name {
          display: block; }
          @media print, screen and (min-width: 768px) {
            .idx-Box.cast .idx-Box_Inner ul li .text span.name {
              font-size: 1.5rem; } }
          @media print, screen and (max-width: 767px) {
            .idx-Box.cast .idx-Box_Inner ul li .text span.name {
              font-size: 2.60417vw; } }
        .idx-Box.cast .idx-Box_Inner ul li .text span.cv {
          position: relative;
          display: block; }
          @media print, screen and (min-width: 768px) {
            .idx-Box.cast .idx-Box_Inner ul li .text span.cv {
              padding: 40px 0 0;
              font-size: 2.4rem; } }
          @media print, screen and (max-width: 767px) {
            .idx-Box.cast .idx-Box_Inner ul li .text span.cv {
              padding: 7.55208vw 0 0;
              font-size: 4.6875vw; } }
          .idx-Box.cast .idx-Box_Inner ul li .text span.cv:before {
            content: "";
            position: absolute;
            left: 50%;
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            background: url(../../images/common/deco_cast.png) no-repeat top center/100% auto;
            opacity: 0.2;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
            @media print, screen and (min-width: 768px) {
              .idx-Box.cast .idx-Box_Inner ul li .text span.cv:before {
                top: 7px;
                width: 76px;
                height: 23px; } }
            @media print, screen and (max-width: 767px) {
              .idx-Box.cast .idx-Box_Inner ul li .text span.cv:before {
                top: 2.34375vw;
                width: 9.89583vw;
                height: 2.99479vw; } }
          @media print, screen and (min-width: 768px) {
            .idx-Box.cast .idx-Box_Inner ul li .text span.cv span {
              font-size: 1.4rem; } }
          @media print, screen and (max-width: 767px) {
            .idx-Box.cast .idx-Box_Inner ul li .text span.cv span {
              font-size: 2.8125vw; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.cast .idx-Box_Inner .notice {
    margin: 77px 0 0; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.cast .idx-Box_Inner .notice {
    width: 94.79167vw;
    margin: 11.71875vw auto 0; } }

.idx-Box.cast .idx-Box_Inner .notice p {
  font-weight: 500;
  text-align: center;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.cast .idx-Box_Inner .notice p {
      font-size: 1.4rem;
      line-height: 1.71429; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.cast .idx-Box_Inner .notice p {
      font-size: 2.86458vw;
      line-height: 1.90909; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.request {
    padding: 110px 0 115px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.request {
    padding: 15.625vw 0 18.22917vw; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.request .sw-Title .ja {
    margin: 16px 0 0; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.request .sw-Title .ja {
    margin: 2.60417vw 0 0; } }

.idx-Box.request .idx-Box_Inner .sw-Box {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.request .idx-Box_Inner .sw-Box {
      margin: 50px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.request .idx-Box_Inner .sw-Box {
      margin: 10.41667vw auto 0; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.request .idx-Box_Inner .sw-Box_Inner {
      padding-top: 115px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.request .idx-Box_Inner .sw-Box_Inner {
      padding: 18.22917vw 7.8125vw 10.41667vw; } }
  .idx-Box.request .idx-Box_Inner .sw-Box_Inner .deco {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../../images/common/img_deco_mask.png) no-repeat top center/contain; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner .deco {
        top: 37px;
        width: 222px;
        height: 37px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner .deco {
        top: 5.20833vw;
        width: 37.5vw;
        height: 6.25vw; } }
  .idx-Box.request .idx-Box_Inner .sw-Box_Inner h2 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner h2 {
        font-size: 2rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner h2 {
        font-size: 3.64583vw;
        line-height: 1.71429; } }
  .idx-Box.request .idx-Box_Inner .sw-Box_Inner p {
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner p {
        font-size: 1.5rem;
        line-height: 1.6; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner p {
        font-size: 3.125vw;
        line-height: 1.91667; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner p + p {
        margin: 24px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner p + p {
        margin: 5.85938vw 0 0; } }
  .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) {
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) {
        margin: 30px 0 0;
        font-size: 1.5rem;
        line-height: 1.6; }
        .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button):hover span {
          border-bottom: 1px solid rgba(63, 34, 32, 0); } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) {
        width: 73.95833vw;
        margin: 6.51042vw auto 0;
        font-size: 3.125vw;
        line-height: 1.91667; } }
    .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) span {
      border-bottom: 1px solid #3f2220;
      transition: border .3s; }
    .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) .icon-outside {
      fill: #3f2220; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) .icon-outside {
          width: 15px;
          height: 15px;
          margin: 0 0 -2px 2px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.request .idx-Box_Inner .sw-Box_Inner a:not(.sw-Button) .icon-outside {
          width: 2.60417vw;
          height: 2.73438vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.request .idx-Box_Inner .sw-Box_Inner .sw-Button {
      margin: 40px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.request .idx-Box_Inner .sw-Box_Inner .sw-Button {
      margin: 7.8125vw auto 0; } }

.idx-Box.request .idx-Box_Inner .sns {
  text-align: center; }
  .idx-Box.request .idx-Box_Inner .sns p {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffe187; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.request .idx-Box_Inner .sns p {
        margin: 50px 0 30px;
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.request .idx-Box_Inner .sns p {
        width: 86.97917vw;
        margin: 9.24479vw auto 4.03646vw;
        font-size: 3.125vw;
        line-height: 1.75; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.goods {
    padding: 105px 0 115px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.goods {
    padding: 15.625vw 0 18.22917vw; } }

.idx-Box.goods .deco_card:before, .idx-Box.goods .deco_card:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2; }

.idx-Box.goods .deco_card:before {
  background: url(../../images/common/img_card_01.png) no-repeat top center/100% auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .deco_card:before {
      width: 175px;
      height: 225px;
      top: -181px;
      left: 50%;
      -ms-transform: translateX(659px);
          transform: translateX(659px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .deco_card:before {
      width: 20.70312vw;
      height: 26.82292vw;
      top: -13.15104vw;
      right: 5.72917vw; } }

.idx-Box.goods .deco_card:after {
  background: url(../../images/common/img_card_02.png) no-repeat top center/100% auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .deco_card:after {
      width: 207px;
      height: 237px;
      bottom: -166px;
      left: 50%;
      -ms-transform: translateX(-916px);
          transform: translateX(-916px); } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .deco_card:after {
      width: 21.48438vw;
      height: 24.60938vw;
      bottom: -11.97917vw;
      left: 2.34375vw; } }

.idx-Box.goods .idx-Box_Inner .catch {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .catch {
      margin: 69px 0 0;
      font-size: 2.8rem;
      line-height: 1.78571;
      letter-spacing: 0.1em; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .catch {
      width: 89.58333vw;
      margin: 8.46354vw auto 0;
      font-size: 5.46875vw;
      line-height: 1.71429;
      letter-spacing: 0.05em; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.goods .idx-Box_Inner .sw-Box {
    width: 960px;
    margin: 50px auto 0; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.goods .idx-Box_Inner .sw-Box {
    width: 89.58333vw;
    margin: 10.41667vw auto 0; } }

.idx-Box.goods .idx-Box_Inner .sw-dl {
  border-top: none;
  margin: 0; }
  .idx-Box.goods .idx-Box_Inner .sw-dl dt:nth-of-type(1),
  .idx-Box.goods .idx-Box_Inner .sw-dl dd:nth-of-type(1) {
    padding-top: 0; }

.idx-Box.goods .idx-Box_Inner .notice {
  background: rgba(233, 221, 181, 0.3); }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .notice {
      padding: 20px;
      border-radius: 10px;
      margin: 30px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .notice {
      padding: 3.90625vw;
      border-radius: 1.30208vw;
      margin: 5.20833vw auto 0; } }
  .idx-Box.goods .idx-Box_Inner .notice p {
    color: #3f2220;
    line-height: 2;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .notice p {
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.goods .idx-Box_Inner .notice p {
        font-size: 3.125vw; } }

.idx-Box.goods .idx-Box_Inner .cta {
  font-weight: 500;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .cta {
      margin: 60px auto 20px;
      font-size: 1.6rem;
      line-height: 2.25; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .cta {
      margin: 6.25vw auto 4.6875vw;
      font-size: 3.125vw;
      line-height: 2; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.goods .idx-Box_Inner .goods-List {
    margin: 80px auto 0; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.goods .idx-Box_Inner .goods-List {
    margin: 11.71875vw auto 0; } }

.idx-Box.goods .idx-Box_Inner .goods-List ul {
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .goods-List ul {
      width: 1200px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .goods-List ul {
      width: 89.58333vw; } }
  .idx-Box.goods .idx-Box_Inner .goods-List ul li {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #b47e1e 0, #ffe187 30%, #fff4d2 50%, #ffe187 70%, #b47e1e 100%); }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 2px;
        width: 388px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li {
        padding: 0.26042vw; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li:before, .idx-Box.goods .idx-Box_Inner .goods-List ul li:after {
      content: "";
      position: absolute;
      display: block;
      z-index: 2;
      pointer-events: none; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li:before, .idx-Box.goods .idx-Box_Inner .goods-List ul li:after {
          width: 372px;
          height: 76px;
          left: 8px;
          background: url(../../images/pc/img_contents_deco_small.png) no-repeat top center/100% auto; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li:before, .idx-Box.goods .idx-Box_Inner .goods-List ul li:after {
          width: 87.5vw;
          height: 9.89583vw;
          left: 1.04167vw;
          background: url(../../images/sp/img_contents_deco.png) no-repeat top center/100% auto; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li:before {
        top: 8px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li:before {
        top: 1.04167vw; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li:after {
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li:after {
          bottom: 8px;
          display: none; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li:after {
          bottom: 1.04167vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li + li {
        margin-left: 18px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li + li {
        margin-top: 6.51042vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li:nth-of-type(n+4) {
        margin-top: 18px; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li:nth-of-type(3n+1) {
        margin-left: 0; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner {
      position: relative;
      z-index: 1;
      background: url(../../images/common/bg_contents.png) repeat top center/cover;
      background-color: #f8f8ec;
      -ms-flex: 1;
          flex: 1; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner {
          padding: 30px 0; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner {
          padding: 5.20833vw 0 7.03125vw; } }
      .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:before, .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:after {
        content: "";
        position: absolute;
        display: block;
        background: #e5dbbf; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:before, .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:after {
            width: 2px;
            height: calc(100% - 82px * 2);
            top: 82px;
            display: none; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:before, .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:after {
            width: 0.26042vw;
            height: calc(100% - 10.54688vw * 2);
            top: 10.67708vw; } }
      .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:before {
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
        @media print, screen and (min-width: 768px) {
          .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:before {
            left: 8px; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:before {
            left: 1.04167vw; } }
      .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:after {
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
        @media print, screen and (min-width: 768px) {
          .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:after {
            right: 8px; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.goods .idx-Box_Inner .goods-List ul li .inner:after {
            right: 1.04167vw; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li .ttl {
      color: #3f2220;
      line-height: 1.6;
      letter-spacing: 0.08em;
      font-weight: 700;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .ttl {
          font-size: 2rem;
          margin-bottom: 12px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .ttl {
          font-size: 3.90625vw;
          margin-bottom: 2.86458vw; } }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .ttl.pc_space {
          margin-bottom: 45px;
          margin: 16px 0 28px; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li .img-Wrapper {
      border: 1px solid rgba(197, 149, 53, 0.6);
      margin: 0 auto; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .img-Wrapper {
          width: 348px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .img-Wrapper {
          width: 73.95833vw; } }
      .idx-Box.goods .idx-Box_Inner .goods-List ul li .img-Wrapper img {
        width: 100%;
        height: auto; }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li .price {
      color: #3f2220;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .price {
          font-size: 2rem;
          margin: 16px 0 0; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .price {
          font-size: 4.42708vw;
          margin: 3.64583vw 0 0; } }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .price span {
          font-size: 1.2rem; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li .price span {
          font-size: 3.125vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li dl {
        margin: 12px auto 0;
        width: 348px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.goods .idx-Box_Inner .goods-List ul li dl {
        margin: 3.125vw auto 0;
        width: 73.95833vw; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dt span {
      letter-spacing: 0.08em;
      font-weight: 600;
      color: #fff;
      background: #c69535; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dt span {
          font-size: 1.4rem;
          line-height: 22px;
          padding: 0 8px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dt span {
          font-size: 2.86458vw;
          line-height: 4.94792vw;
          padding: 0 1.04167vw 0 1.5625vw; } }
    .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dd {
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 1.6;
      color: #3f2220; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dd {
          font-size: 1.4rem;
          margin: 10px 0 0; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dd {
          font-size: 2.86458vw;
          margin: 1.5625vw 0 0; } }
      @media print, screen and (min-width: 768px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dd + dt {
          margin: 16px 0 0; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.goods .idx-Box_Inner .goods-List ul li dl dd + dt {
          margin: 2.86458vw 0 0; } }

.idx-Box.goods .idx-Box_Inner h3 {
  font-weight: 700;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner h3 {
      font-size: 2.6rem;
      margin: 120px auto 30px;
      letter-spacing: 0.08em; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner h3 {
      font-size: 4.6875vw;
      letter-spacing: 0.08em;
      margin: 18.22917vw auto 6.51042vw; } }
  .idx-Box.goods .idx-Box_Inner h3 span {
    position: relative; }

.idx-Box.goods .idx-Box_Inner .catch {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #ffe187;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .catch {
      font-size: 2rem; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .catch {
      font-size: 3.64583vw; } }

.idx-Box.goods .idx-Box_Inner .benefits .ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3f2220;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .benefits .ttl {
      font-size: 2rem; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .benefits .ttl {
      font-size: 3.90625vw; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.goods .idx-Box_Inner .benefits .img-Wrapper {
    margin: 20px auto 0;
    width: 778px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.goods .idx-Box_Inner .benefits .img-Wrapper {
    margin: 3.125vw auto 0; } }

.idx-Box.goods .idx-Box_Inner .benefits .img-Wrapper img {
  width: 100%;
  height: auto; }

.idx-Box.goods .idx-Box_Inner .benefits .indent {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3f2220; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.goods .idx-Box_Inner .benefits .indent {
      text-align: center;
      font-size: 1.4rem;
      margin: 14px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.goods .idx-Box_Inner .benefits .indent {
      font-size: 2.86458vw;
      margin: 3.125vw auto 0; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.goods .idx-Box_Inner .sw-Button {
    margin-top: 50px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.goods .idx-Box_Inner .sw-Button {
    margin-top: 6.51042vw; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.twitter {
    padding: 115px 0 120px; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.twitter {
    padding: 15.625vw 0 18.22917vw; } }

@media print, screen and (min-width: 768px) {
  .idx-Box.twitter .idx-Box_Inner .sw-Box {
    margin: 60px auto; } }

@media print, screen and (max-width: 767px) {
  .idx-Box.twitter .idx-Box_Inner .sw-Box {
    margin: 10.41667vw auto; } }

.idx-Box.twitter .idx-Box_Inner .timeline {
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.twitter .idx-Box_Inner .timeline {
      height: 460px;
      padding: 30px 90px;
      background: url(../../images/common/bg_contents.png) repeat top center/auto;
      background-color: #f8f8ec; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.twitter .idx-Box_Inner .timeline {
      height: 84.63542vw;
      padding: 5.20833vw 3.90625vw 6.51042vw;
      background: url(../../images/common/bg_contents.png) repeat top center / 125vw auto;
      background-color: #f8f8ec; } }
  .idx-Box.twitter .idx-Box_Inner .timeline:before, .idx-Box.twitter .idx-Box_Inner .timeline:after {
    content: "";
    position: absolute;
    display: block;
    background: #e5dbbf; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.twitter .idx-Box_Inner .timeline:before, .idx-Box.twitter .idx-Box_Inner .timeline:after {
        width: 2px;
        height: calc(100% - 82px * 2);
        top: 82px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.twitter .idx-Box_Inner .timeline:before, .idx-Box.twitter .idx-Box_Inner .timeline:after {
        width: 0.26042vw;
        height: calc(100% - 10.54688vw * 2);
        top: 10.67708vw; } }
  .idx-Box.twitter .idx-Box_Inner .timeline:before {
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
    @media print, screen and (min-width: 768px) {
      .idx-Box.twitter .idx-Box_Inner .timeline:before {
        left: 8px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.twitter .idx-Box_Inner .timeline:before {
        left: 1.04167vw; } }
  .idx-Box.twitter .idx-Box_Inner .timeline:after {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
    @media print, screen and (min-width: 768px) {
      .idx-Box.twitter .idx-Box_Inner .timeline:after {
        right: 8px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.twitter .idx-Box_Inner .timeline:after {
        right: 1.04167vw; } }
  .idx-Box.twitter .idx-Box_Inner .timeline .wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap::-webkit-scrollbar {
      display: none; }
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap iframe {
      width: 1000px !important; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-offset {
        padding: 20px 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-offset {
        padding: 2.60417vw 0; } }
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-vertical {
      position: absolute; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-vertical {
          top: 20px;
          right: 20px;
          margin-bottom: 20px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-vertical {
          top: 2.60417vw;
          right: 1.95312vw;
          margin-bottom: 2.60417vw; } }
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-vertical .simplebar-scrollbar:before {
        display: none;
        background: #fff;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        border-radius: 0px; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-vertical .simplebar-scrollbar:before {
            width: 10px; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-vertical .simplebar-scrollbar:before {
            width: 1.30208vw; } }
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-wrapper,
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-mask,
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-offset,
    .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-content-wrapper {
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-wrapper::-webkit-scrollbar,
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-mask::-webkit-scrollbar,
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-offset::-webkit-scrollbar,
      .idx-Box.twitter .idx-Box_Inner .timeline .wrap .simplebar-content-wrapper::-webkit-scrollbar {
        display: none !important; }

.idx-Box.precautions {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .idx-Box.precautions {
      padding: 115px 0 220px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.precautions {
      padding: 15.625vw 0 38.28125vw; }
      .idx-Box.precautions .sw-Title .en span:before {
        width: 17.1875vw;
        height: 3.90625vw;
        background: url(../../images/sp/img_title_deco_precautions.png) no-repeat top center/contain; }
      .idx-Box.precautions .sw-Title .en span:after {
        width: 17.1875vw;
        height: 3.90625vw;
        background: url(../../images/sp/img_title_deco_precautions.png) no-repeat top center/contain; } }
  .idx-Box.precautions .deco_card:before, .idx-Box.precautions .deco_card:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2; }
  .idx-Box.precautions .deco_card:before {
    background: url(../../images/common/img_card_03.png) no-repeat top center/100% auto; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions .deco_card:before {
        width: 225px;
        height: 245px;
        top: -89px;
        left: 50%;
        -ms-transform: translateX(671px);
            transform: translateX(671px); } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions .deco_card:before {
        width: 24.60938vw;
        height: 26.82292vw;
        top: -13.41146vw;
        right: 1.82292vw; } }
  .idx-Box.precautions .deco_card:after {
    background: url(../../images/common/img_card_04.png) no-repeat top center/100% auto; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions .deco_card:after {
        width: 140px;
        height: 131px;
        bottom: 50px;
        left: 50%;
        -ms-transform: translateX(-891px);
            transform: translateX(-891px); } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions .deco_card:after {
        width: 17.31771vw;
        height: 16.14583vw;
        bottom: 6.51042vw;
        left: 4.29688vw; } }
  .idx-Box.precautions .text-Wrapper {
    text-align: center; }
    .idx-Box.precautions .text-Wrapper p {
      display: inline-block;
      font-weight: 500;
      color: #ffe187; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.precautions .text-Wrapper p {
          font-size: 2rem;
          margin-top: 160px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.precautions .text-Wrapper p {
          font-size: 3.90625vw;
          margin-top: 21.875vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.precautions .sw-Box {
      margin: 50px auto 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.precautions .sw-Box {
      margin: 10.41667vw auto 0; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.precautions .sw-Box_Inner {
      padding: 40px 68px; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.precautions .sw-Box_Inner {
      padding: 7.8125vw 5.20833vw; } }
  .idx-Box.precautions .scroll-Wrapper {
    overflow-y: scroll; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions .scroll-Wrapper {
        height: 500px;
        padding: 20px;
        /*スクロールバーの背景色・角丸指定*/
        /*スクロールバーの色・角丸指定*/ }
        .idx-Box.precautions .scroll-Wrapper::-webkit-scrollbar {
          width: 10px; }
        .idx-Box.precautions .scroll-Wrapper::-webkit-scrollbar-track {
          border-radius: 10px;
          background: rgba(63, 34, 32, 0.2); }
        .idx-Box.precautions .scroll-Wrapper::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background: #3f2220; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions .scroll-Wrapper {
        height: 65.10417vw;
        padding: 2.60417vw; } }
  .idx-Box.precautions p {
    font-weight: 700;
    color: #3f2220; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions p {
        letter-spacing: 0.08em;
        line-height: 1.71429;
        font-size: 1.4rem; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions p {
        font-size: 3.125vw;
        letter-spacing: 0.08em;
        line-height: 1.91667; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions p + p {
        margin: 24px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions p + p {
        margin: 5.07812vw 0 0; } }
  .idx-Box.precautions h3 {
    font-weight: 700;
    color: #3f2220;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions h3 {
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        line-height: 1.75;
        padding-left: 31px;
        margin: 31px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions h3 {
        font-size: 3.125vw;
        letter-spacing: 0.06em;
        line-height: 1.75;
        padding-left: 5.20833vw;
        margin: 5.07812vw 0 0; } }
    .idx-Box.precautions h3:before {
      content: "";
      position: absolute;
      display: block;
      background: url(../../images/common/icon_gift.png) no-repeat top center/contain;
      left: 0;
      top: 40%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      @media print, screen and (min-width: 768px) {
        .idx-Box.precautions h3:before {
          width: 21px;
          height: 23px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.precautions h3:before {
          width: 4.03646vw;
          height: 4.42708vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.precautions ul {
      margin: 20px 0 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.precautions ul {
      margin: 2.86458vw 0 0; } }
  .idx-Box.precautions ul li {
    color: #3f2220;
    font-weight: 500;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions ul li {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        line-height: 1.71429;
        padding-left: 22px; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions ul li {
        font-size: 3.125vw;
        letter-spacing: 0.08em;
        line-height: 1.91667;
        padding-left: 3.90625vw; } }
    .idx-Box.precautions ul li:before {
      content: "";
      position: absolute;
      display: block;
      background: url(../../images/common/icon_list.png) no-repeat top center/contain;
      left: 0; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.precautions ul li:before {
          top: 6px;
          width: 13px;
          height: 14px; } }
      @media print, screen and (max-width: 767px) {
        .idx-Box.precautions ul li:before {
          top: 1.82292vw;
          width: 2.34375vw;
          height: 2.34375vw; } }
    @media print, screen and (min-width: 768px) {
      .idx-Box.precautions ul li + li {
        margin: 15px 0 0; } }
    @media print, screen and (max-width: 767px) {
      .idx-Box.precautions ul li + li {
        margin: 5.07812vw 0 0; } }
    .idx-Box.precautions ul li a {
      display: inline-block; }
      @media print, screen and (min-width: 768px) {
        .idx-Box.precautions ul li a:hover span {
          border-bottom: 1px solid rgba(63, 34, 32, 0); } }
      .idx-Box.precautions ul li a span {
        border-bottom: 1px solid #3f2220;
        font-weight: 700;
        word-break: break-all;
        transition: border .3s; }
      .idx-Box.precautions ul li a .icon-outside {
        fill: #3f2220; }
        @media print, screen and (min-width: 768px) {
          .idx-Box.precautions ul li a .icon-outside {
            margin: 0 0 0 4px;
            width: 15px;
            height: 15px; } }
        @media print, screen and (max-width: 767px) {
          .idx-Box.precautions ul li a .icon-outside {
            margin: 0.13021vw 0 0 0.91146vw;
            width: 2.60417vw;
            height: 2.73438vw; } }
  @media print, screen and (min-width: 768px) {
    .idx-Box.precautions ul + p {
      margin: 30px 0 0; } }
  @media print, screen and (max-width: 767px) {
    .idx-Box.precautions ul + p {
      margin: 4.03646vw 0 0; } }
