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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
@-webkit-keyframes arrowPC {
  0% {
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-position: 0 0;
  }
  100% {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-position: -63px 0;
  }
}
@keyframes arrowPC {
  0% {
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-position: 0 0;
  }
  100% {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-position: -63px 0;
  }
}
@-webkit-keyframes arrowSP {
  0% {
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-position: 0 0;
  }
  100% {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-position: -11.1979166667vw 0;
  }
}
@keyframes arrowSP {
  0% {
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-position: 0 0;
  }
  100% {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-position: -11.1979166667vw 0;
  }
}
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  min-width: 1200px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: -webkit-linear-gradient(left, #ebefe7 0%, #ebefe7 50%, #000110 50%, #000110 100%);
  background: linear-gradient(to right, #ebefe7 0%, #ebefe7 50%, #000110 50%, #000110 100%);
}
@media print, screen and (max-width: 1200px) {
  body {
    background-size: 1200px;
  }
}
@media print, screen and (max-width: 1024px) {
  body {
    min-width: auto;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    background-size: 100%;
  }
}

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

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

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

a {
  color: #000110;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* st-Wrapper */
/*-------------------------------------------------------------------*/
.st-Wrapper {
  overflow: hidden;
  position: relative;
}

/*-------------------------------------------------------------------*/
/* st-Main */
/*-------------------------------------------------------------------*/
.st-Main {
  display: block;
}

/*-------------------------------------------------------------------*/
/* sw-Section */
/*-------------------------------------------------------------------*/
.sw-Section {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .sw-Section {
    width: 97.3958333333vw;
  }
  .sw-Section.sw-Section_Left {
    margin-left: 0;
    margin-right: 0;
  }
  .sw-Section.sw-Section_Right {
    margin-left: auto;
    margin-right: 0;
  }
}

/*-------------------------------------------------------------------*/
/* sw-Heading */
/*-------------------------------------------------------------------*/
.sw-Heading {
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
}
.sw-Heading .sw-Heading_Letters {
  width: 100%;
  height: calc(100% - 12px);
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000110;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Letters {
    height: calc(100% - 1.5625vw);
    padding-top: 0.5208333333vw;
    font-size: 2.2rem;
  }
}
.sw-Heading .sw-Heading_Letters .letters {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.sw-Heading .sw-Heading_Letters:after {
  content: "";
  width: 1px;
  height: 0;
  margin-top: 20px;
  background: #c01515;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Letters:after {
    margin-top: 2.6041666667vw;
  }
}
.sw-Heading .sw-Heading_Bg {
  font-family: "Gilda Display", serif;
  font-size: 8rem;
  color: #cfd3cc;
  letter-spacing: 0.085em;
  display: inline-block;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  white-space: nowrap;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Bg {
    font-size: 10rem;
  }
}
.sw-Heading .sw-Heading_Bg:before, .sw-Heading .sw-Heading_Bg:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.sw-Heading .sw-Heading_Bg:before {
  margin-right: -14px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Bg:before {
    margin-right: -2.2135416667vw;
  }
}
.sw-Heading .sw-Heading_Bg:after {
  margin-left: -21px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Bg:after {
    margin-left: -3.6458333333vw;
  }
}
.sw-Heading .sw-Heading_Bg .letters > span {
  display: inline-block;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scaleX(-1) translateY(4rem);
          transform: scaleX(-1) translateY(4rem);
  will-change: opacity, transform;
}
.sw-Heading .sw-Heading_Bg .letters > span:before, .sw-Heading .sw-Heading_Bg .letters > span:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.sw-Heading .sw-Heading_Bg .letters > span:before {
  margin-right: -14px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Bg .letters > span:before {
    margin-right: -2.2135416667vw;
  }
}
.sw-Heading .sw-Heading_Bg .letters > span:after {
  margin-left: -21px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Heading .sw-Heading_Bg .letters > span:after {
    margin-left: -3.6458333333vw;
  }
}
.sw-Heading.sw-Heading_Left {
  left: 0;
}
.sw-Heading.sw-Heading_Right {
  right: 0;
}
.sw-Heading.sw-Heading_White .sw-Heading_Inner .sw-Heading_Letters {
  color: #ebefe7;
}
.sw-Heading.sw-Heading_White .sw-Heading_Inner .sw-Heading_Bg {
  color: #2a2b34;
}
.sw-Heading.is-animated .sw-Heading_Letters {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sw-Heading.is-animated .sw-Heading_Letters:after {
  -webkit-transition: height 1.25s 0.5s ease-out;
  transition: height 1.25s 0.5s ease-out;
  height: 100%;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scaleX(1) translateY(0);
          transform: scaleX(1) translateY(0);
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(1) {
  -webkit-transition: opacity 0.4s 0.075s ease-out, -webkit-transform 0.4s 0.075s ease-out;
  transition: opacity 0.4s 0.075s ease-out, -webkit-transform 0.4s 0.075s ease-out;
  transition: opacity 0.4s 0.075s ease-out, transform 0.4s 0.075s ease-out;
  transition: opacity 0.4s 0.075s ease-out, transform 0.4s 0.075s ease-out, -webkit-transform 0.4s 0.075s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(2) {
  -webkit-transition: opacity 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.15s ease-out;
  transition: opacity 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.15s ease-out;
  transition: opacity 0.4s 0.15s ease-out, transform 0.4s 0.15s ease-out;
  transition: opacity 0.4s 0.15s ease-out, transform 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.15s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(3) {
  -webkit-transition: opacity 0.4s 0.225s ease-out, -webkit-transform 0.4s 0.225s ease-out;
  transition: opacity 0.4s 0.225s ease-out, -webkit-transform 0.4s 0.225s ease-out;
  transition: opacity 0.4s 0.225s ease-out, transform 0.4s 0.225s ease-out;
  transition: opacity 0.4s 0.225s ease-out, transform 0.4s 0.225s ease-out, -webkit-transform 0.4s 0.225s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(4) {
  -webkit-transition: opacity 0.4s 0.3s ease-out, -webkit-transform 0.4s 0.3s ease-out;
  transition: opacity 0.4s 0.3s ease-out, -webkit-transform 0.4s 0.3s ease-out;
  transition: opacity 0.4s 0.3s ease-out, transform 0.4s 0.3s ease-out;
  transition: opacity 0.4s 0.3s ease-out, transform 0.4s 0.3s ease-out, -webkit-transform 0.4s 0.3s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(5) {
  -webkit-transition: opacity 0.4s 0.375s ease-out, -webkit-transform 0.4s 0.375s ease-out;
  transition: opacity 0.4s 0.375s ease-out, -webkit-transform 0.4s 0.375s ease-out;
  transition: opacity 0.4s 0.375s ease-out, transform 0.4s 0.375s ease-out;
  transition: opacity 0.4s 0.375s ease-out, transform 0.4s 0.375s ease-out, -webkit-transform 0.4s 0.375s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(6) {
  -webkit-transition: opacity 0.4s 0.45s ease-out, -webkit-transform 0.4s 0.45s ease-out;
  transition: opacity 0.4s 0.45s ease-out, -webkit-transform 0.4s 0.45s ease-out;
  transition: opacity 0.4s 0.45s ease-out, transform 0.4s 0.45s ease-out;
  transition: opacity 0.4s 0.45s ease-out, transform 0.4s 0.45s ease-out, -webkit-transform 0.4s 0.45s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(7) {
  -webkit-transition: opacity 0.4s 0.525s ease-out, -webkit-transform 0.4s 0.525s ease-out;
  transition: opacity 0.4s 0.525s ease-out, -webkit-transform 0.4s 0.525s ease-out;
  transition: opacity 0.4s 0.525s ease-out, transform 0.4s 0.525s ease-out;
  transition: opacity 0.4s 0.525s ease-out, transform 0.4s 0.525s ease-out, -webkit-transform 0.4s 0.525s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(8) {
  -webkit-transition: opacity 0.4s 0.6s ease-out, -webkit-transform 0.4s 0.6s ease-out;
  transition: opacity 0.4s 0.6s ease-out, -webkit-transform 0.4s 0.6s ease-out;
  transition: opacity 0.4s 0.6s ease-out, transform 0.4s 0.6s ease-out;
  transition: opacity 0.4s 0.6s ease-out, transform 0.4s 0.6s ease-out, -webkit-transform 0.4s 0.6s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(9) {
  -webkit-transition: opacity 0.4s 0.675s ease-out, -webkit-transform 0.4s 0.675s ease-out;
  transition: opacity 0.4s 0.675s ease-out, -webkit-transform 0.4s 0.675s ease-out;
  transition: opacity 0.4s 0.675s ease-out, transform 0.4s 0.675s ease-out;
  transition: opacity 0.4s 0.675s ease-out, transform 0.4s 0.675s ease-out, -webkit-transform 0.4s 0.675s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(10) {
  -webkit-transition: opacity 0.4s 0.75s ease-out, -webkit-transform 0.4s 0.75s ease-out;
  transition: opacity 0.4s 0.75s ease-out, -webkit-transform 0.4s 0.75s ease-out;
  transition: opacity 0.4s 0.75s ease-out, transform 0.4s 0.75s ease-out;
  transition: opacity 0.4s 0.75s ease-out, transform 0.4s 0.75s ease-out, -webkit-transform 0.4s 0.75s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(11) {
  -webkit-transition: opacity 0.4s 0.825s ease-out, -webkit-transform 0.4s 0.825s ease-out;
  transition: opacity 0.4s 0.825s ease-out, -webkit-transform 0.4s 0.825s ease-out;
  transition: opacity 0.4s 0.825s ease-out, transform 0.4s 0.825s ease-out;
  transition: opacity 0.4s 0.825s ease-out, transform 0.4s 0.825s ease-out, -webkit-transform 0.4s 0.825s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(12) {
  -webkit-transition: opacity 0.4s 0.9s ease-out, -webkit-transform 0.4s 0.9s ease-out;
  transition: opacity 0.4s 0.9s ease-out, -webkit-transform 0.4s 0.9s ease-out;
  transition: opacity 0.4s 0.9s ease-out, transform 0.4s 0.9s ease-out;
  transition: opacity 0.4s 0.9s ease-out, transform 0.4s 0.9s ease-out, -webkit-transform 0.4s 0.9s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(13) {
  -webkit-transition: opacity 0.4s 0.975s ease-out, -webkit-transform 0.4s 0.975s ease-out;
  transition: opacity 0.4s 0.975s ease-out, -webkit-transform 0.4s 0.975s ease-out;
  transition: opacity 0.4s 0.975s ease-out, transform 0.4s 0.975s ease-out;
  transition: opacity 0.4s 0.975s ease-out, transform 0.4s 0.975s ease-out, -webkit-transform 0.4s 0.975s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(14) {
  -webkit-transition: opacity 0.4s 1.05s ease-out, -webkit-transform 0.4s 1.05s ease-out;
  transition: opacity 0.4s 1.05s ease-out, -webkit-transform 0.4s 1.05s ease-out;
  transition: opacity 0.4s 1.05s ease-out, transform 0.4s 1.05s ease-out;
  transition: opacity 0.4s 1.05s ease-out, transform 0.4s 1.05s ease-out, -webkit-transform 0.4s 1.05s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(15) {
  -webkit-transition: opacity 0.4s 1.125s ease-out, -webkit-transform 0.4s 1.125s ease-out;
  transition: opacity 0.4s 1.125s ease-out, -webkit-transform 0.4s 1.125s ease-out;
  transition: opacity 0.4s 1.125s ease-out, transform 0.4s 1.125s ease-out;
  transition: opacity 0.4s 1.125s ease-out, transform 0.4s 1.125s ease-out, -webkit-transform 0.4s 1.125s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(16) {
  -webkit-transition: opacity 0.4s 1.2s ease-out, -webkit-transform 0.4s 1.2s ease-out;
  transition: opacity 0.4s 1.2s ease-out, -webkit-transform 0.4s 1.2s ease-out;
  transition: opacity 0.4s 1.2s ease-out, transform 0.4s 1.2s ease-out;
  transition: opacity 0.4s 1.2s ease-out, transform 0.4s 1.2s ease-out, -webkit-transform 0.4s 1.2s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(17) {
  -webkit-transition: opacity 0.4s 1.275s ease-out, -webkit-transform 0.4s 1.275s ease-out;
  transition: opacity 0.4s 1.275s ease-out, -webkit-transform 0.4s 1.275s ease-out;
  transition: opacity 0.4s 1.275s ease-out, transform 0.4s 1.275s ease-out;
  transition: opacity 0.4s 1.275s ease-out, transform 0.4s 1.275s ease-out, -webkit-transform 0.4s 1.275s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(18) {
  -webkit-transition: opacity 0.4s 1.35s ease-out, -webkit-transform 0.4s 1.35s ease-out;
  transition: opacity 0.4s 1.35s ease-out, -webkit-transform 0.4s 1.35s ease-out;
  transition: opacity 0.4s 1.35s ease-out, transform 0.4s 1.35s ease-out;
  transition: opacity 0.4s 1.35s ease-out, transform 0.4s 1.35s ease-out, -webkit-transform 0.4s 1.35s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(19) {
  -webkit-transition: opacity 0.4s 1.425s ease-out, -webkit-transform 0.4s 1.425s ease-out;
  transition: opacity 0.4s 1.425s ease-out, -webkit-transform 0.4s 1.425s ease-out;
  transition: opacity 0.4s 1.425s ease-out, transform 0.4s 1.425s ease-out;
  transition: opacity 0.4s 1.425s ease-out, transform 0.4s 1.425s ease-out, -webkit-transform 0.4s 1.425s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(20) {
  -webkit-transition: opacity 0.4s 1.5s ease-out, -webkit-transform 0.4s 1.5s ease-out;
  transition: opacity 0.4s 1.5s ease-out, -webkit-transform 0.4s 1.5s ease-out;
  transition: opacity 0.4s 1.5s ease-out, transform 0.4s 1.5s ease-out;
  transition: opacity 0.4s 1.5s ease-out, transform 0.4s 1.5s ease-out, -webkit-transform 0.4s 1.5s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(21) {
  -webkit-transition: opacity 0.4s 1.575s ease-out, -webkit-transform 0.4s 1.575s ease-out;
  transition: opacity 0.4s 1.575s ease-out, -webkit-transform 0.4s 1.575s ease-out;
  transition: opacity 0.4s 1.575s ease-out, transform 0.4s 1.575s ease-out;
  transition: opacity 0.4s 1.575s ease-out, transform 0.4s 1.575s ease-out, -webkit-transform 0.4s 1.575s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(22) {
  -webkit-transition: opacity 0.4s 1.65s ease-out, -webkit-transform 0.4s 1.65s ease-out;
  transition: opacity 0.4s 1.65s ease-out, -webkit-transform 0.4s 1.65s ease-out;
  transition: opacity 0.4s 1.65s ease-out, transform 0.4s 1.65s ease-out;
  transition: opacity 0.4s 1.65s ease-out, transform 0.4s 1.65s ease-out, -webkit-transform 0.4s 1.65s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(23) {
  -webkit-transition: opacity 0.4s 1.725s ease-out, -webkit-transform 0.4s 1.725s ease-out;
  transition: opacity 0.4s 1.725s ease-out, -webkit-transform 0.4s 1.725s ease-out;
  transition: opacity 0.4s 1.725s ease-out, transform 0.4s 1.725s ease-out;
  transition: opacity 0.4s 1.725s ease-out, transform 0.4s 1.725s ease-out, -webkit-transform 0.4s 1.725s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(24) {
  -webkit-transition: opacity 0.4s 1.8s ease-out, -webkit-transform 0.4s 1.8s ease-out;
  transition: opacity 0.4s 1.8s ease-out, -webkit-transform 0.4s 1.8s ease-out;
  transition: opacity 0.4s 1.8s ease-out, transform 0.4s 1.8s ease-out;
  transition: opacity 0.4s 1.8s ease-out, transform 0.4s 1.8s ease-out, -webkit-transform 0.4s 1.8s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(25) {
  -webkit-transition: opacity 0.4s 1.875s ease-out, -webkit-transform 0.4s 1.875s ease-out;
  transition: opacity 0.4s 1.875s ease-out, -webkit-transform 0.4s 1.875s ease-out;
  transition: opacity 0.4s 1.875s ease-out, transform 0.4s 1.875s ease-out;
  transition: opacity 0.4s 1.875s ease-out, transform 0.4s 1.875s ease-out, -webkit-transform 0.4s 1.875s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(26) {
  -webkit-transition: opacity 0.4s 1.95s ease-out, -webkit-transform 0.4s 1.95s ease-out;
  transition: opacity 0.4s 1.95s ease-out, -webkit-transform 0.4s 1.95s ease-out;
  transition: opacity 0.4s 1.95s ease-out, transform 0.4s 1.95s ease-out;
  transition: opacity 0.4s 1.95s ease-out, transform 0.4s 1.95s ease-out, -webkit-transform 0.4s 1.95s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(27) {
  -webkit-transition: opacity 0.4s 2.025s ease-out, -webkit-transform 0.4s 2.025s ease-out;
  transition: opacity 0.4s 2.025s ease-out, -webkit-transform 0.4s 2.025s ease-out;
  transition: opacity 0.4s 2.025s ease-out, transform 0.4s 2.025s ease-out;
  transition: opacity 0.4s 2.025s ease-out, transform 0.4s 2.025s ease-out, -webkit-transform 0.4s 2.025s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(28) {
  -webkit-transition: opacity 0.4s 2.1s ease-out, -webkit-transform 0.4s 2.1s ease-out;
  transition: opacity 0.4s 2.1s ease-out, -webkit-transform 0.4s 2.1s ease-out;
  transition: opacity 0.4s 2.1s ease-out, transform 0.4s 2.1s ease-out;
  transition: opacity 0.4s 2.1s ease-out, transform 0.4s 2.1s ease-out, -webkit-transform 0.4s 2.1s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(29) {
  -webkit-transition: opacity 0.4s 2.175s ease-out, -webkit-transform 0.4s 2.175s ease-out;
  transition: opacity 0.4s 2.175s ease-out, -webkit-transform 0.4s 2.175s ease-out;
  transition: opacity 0.4s 2.175s ease-out, transform 0.4s 2.175s ease-out;
  transition: opacity 0.4s 2.175s ease-out, transform 0.4s 2.175s ease-out, -webkit-transform 0.4s 2.175s ease-out;
}
.sw-Heading.is-animated .sw-Heading_Bg .letters > span:nth-child(30) {
  -webkit-transition: opacity 0.4s 2.25s ease-out, -webkit-transform 0.4s 2.25s ease-out;
  transition: opacity 0.4s 2.25s ease-out, -webkit-transform 0.4s 2.25s ease-out;
  transition: opacity 0.4s 2.25s ease-out, transform 0.4s 2.25s ease-out;
  transition: opacity 0.4s 2.25s ease-out, transform 0.4s 2.25s ease-out, -webkit-transform 0.4s 2.25s ease-out;
}

/*-------------------------------------------------------------------*/
/* sw-Body */
/*-------------------------------------------------------------------*/
.sw-Body {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.sw-Body.is-animated {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}

/*-------------------------------------------------------------------*/
/* sw-Catch */
/*-------------------------------------------------------------------*/
.sw-Catch {
  height: 513px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: -1;
}
@media print, screen and (max-width: 1024px) {
  .sw-Catch {
    height: 78.125vw;
  }
}
.sw-Catch:before {
  content: "";
  width: 100%;
  height: 53.8020833333vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/pc/bg_catch.png) 0 0/100% no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .sw-Catch:before {
    height: 100%;
    background: url(../../images/sp/bg_catch.png) 50% 50%/cover no-repeat;
  }
}
.sw-Catch .sw-Catch_Text {
  width: 763px;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transform: translateX(14.5px);
          transform: translateX(14.5px);
}
@media print, screen and (max-width: 1024px) {
  .sw-Catch .sw-Catch_Text {
    width: 84.375vw;
    -webkit-transform: translateX(1.6927083333vw);
            transform: translateX(1.6927083333vw);
  }
}
.sw-Catch .sw-Catch_Text p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.sw-Catch .sw-Catch_Text p:after {
  content: "";
  width: 0;
  height: 1px;
  margin: auto 0;
  background: #c01515;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 1s;
  transition: width 1s;
}
.sw-Catch .sw-Catch_Text p.is-animated {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sw-Catch .sw-Catch_Text p.is-animated:after {
  -webkit-transition: width 1s 0.5s;
  transition: width 1s 0.5s;
  width: 843px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Catch .sw-Catch_Text p.is-animated:after {
    width: 89.5833333333vw;
  }
}

/*-------------------------------------------------------------------*/
/* sw-News_Archive */
/*-------------------------------------------------------------------*/
.sw-News_Archive > ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sw-News_Archive > ul li a {
  padding: 36px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  /* hover */
}
@media print, screen and (max-width: 1024px) {
  .sw-News_Archive > ul li a {
    padding: 5.2083333333vw 0;
    display: block;
  }
}
.sw-News_Archive > ul li a .date {
  min-width: 138px;
  font-family: "Gilda Display", serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #c01515;
  letter-spacing: 0.1em;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media print, screen and (max-width: 1024px) {
  .sw-News_Archive > ul li a .date {
    min-width: auto;
    font-size: 2.4rem;
  }
}
.sw-News_Archive > ul li a .date:before, .sw-News_Archive > ul li a .date:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.sw-News_Archive > ul li a .date:before {
  margin-top: -3px;
}
@media print, screen and (max-width: 1024px) {
  .sw-News_Archive > ul li a .date:before {
    margin-top: -0.390625vw;
  }
}
.sw-News_Archive > ul li a .date:after {
  margin-bottom: -4px;
}
@media print, screen and (max-width: 1024px) {
  .sw-News_Archive > ul li a .date:after {
    margin-bottom: -0.9114583333vw;
  }
}
.sw-News_Archive > ul li a .title {
  margin: -3px 0 -1px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000110;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .sw-News_Archive > ul li a .title {
    margin: 1.8229166667vw 0 -0.9114583333vw;
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}
@media print, screen and (min-width: 1025px) {
  .sw-News_Archive > ul li a .title:after {
    content: "";
    width: 0;
    max-width: 100%;
    height: 1px;
    margin: auto 0;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    background-color: #c01515;
  }
}
@media (any-hover: hover) {
  .sw-News_Archive > ul li a .title:after {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .sw-News_Archive > ul li a:hover .title:after {
    width: 100%;
  }
}

/*-------------------------------------------------------------------*/
/* sw-More */
/*-------------------------------------------------------------------*/
.sw-More {
  text-align: right;
}
.sw-More a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.sw-More a .letters {
  font-family: "Gilda Display", serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #c01515;
}
@media print, screen and (max-width: 1024px) {
  .sw-More a .letters {
    font-size: 2.4rem;
  }
}
.sw-More a .letters:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: -5px;
}
@media print, screen and (max-width: 1024px) {
  .sw-More a .letters:after {
    margin-bottom: -1.0416666667vw;
  }
}
.sw-More a .arrow {
  width: 63px;
  height: 5px;
  margin-left: 7px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .sw-More a .arrow {
    width: 11.1979166667vw;
    height: 1.3020833333vw;
    margin-left: 2.6041666667vw;
  }
}
.sw-More a .arrow:before, .sw-More a .arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/pc/icon_arrow.png) 0 0/63px no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .sw-More a .arrow:before, .sw-More a .arrow:after {
    background: url(../../images/sp/icon_arrow.png) 0 0/11.1979166667vw no-repeat;
  }
}
.sw-More a .arrow:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.sw-More a .arrow:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  -webkit-animation: arrowPC 2s infinite ease-in-out both;
          animation: arrowPC 2s infinite ease-in-out both;
}
@media print, screen and (max-width: 1024px) {
  .sw-More a .arrow:after {
    -webkit-animation: arrowSP 2s infinite ease-in-out both;
            animation: arrowSP 2s infinite ease-in-out both;
  }
}
@media (any-hover: hover) {
  .sw-More a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sw-More a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*-------------------------------------------------------------------*/
/* bg-White */
/*-------------------------------------------------------------------*/
.bg-White {
  background: #ebefe7;
}

/*-------------------------------------------------------------------*/
/* bg-Black */
/*-------------------------------------------------------------------*/
.bg-Black {
  background: #000110;
}

/*-------------------------------------------------------------------*/
/* icon-external */
/*-------------------------------------------------------------------*/
.icon-external rect {
  fill: #000110;
}
.icon-external path {
  fill: none;
  stroke: #000110;
}
.icon-external.white rect {
  fill: #ebefe8;
}
.icon-external.white path {
  fill: none;
  stroke: #ebefe8;
}

/*-------------------------------------------------------------------*/
/* $hierarchy */
/*-------------------------------------------------------------------*/
.subpage-Heading {
  height: 320px;
  padding-top: 90px;
  background: url(/assets/images/pc/subpage/bg_heading.jpg) 50% 0/100% no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .subpage-Heading {
    height: 41.1458333333vw;
    padding-top: 11.71875vw;
    background: url(/assets/images/sp/subpage/bg_heading.jpg) 50% 0/100% no-repeat;
  }
}
.subpage-Heading .logo {
  width: 462px;
  margin: 0 auto;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
@media print, screen and (max-width: 1024px) {
  .subpage-Heading .logo {
    width: 60.6770833333vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.subpage-Heading .logo a {
  display: block;
}
@media (any-hover: hover) {
  .subpage-Heading .logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .subpage-Heading .logo a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*-------------------------------------------------------------------*/
/* .cast-Modal */
/*-------------------------------------------------------------------*/
.cast-Modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.cast-Modal .cast-Modal_Overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.92);
}
.cast-Modal .cast-Modal_Content {
  height: 100%;
  padding: 180px 0;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.cast-Modal .cast-Modal_Content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content {
    padding: 10.4166666667vw;
  }
}
.cast-Modal .cast-Modal_Content .content {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content {
    width: 100%;
    display: block;
  }
}
.cast-Modal .cast-Modal_Content .content .image {
  width: 400px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .image {
    width: 100%;
  }
}
.cast-Modal .cast-Modal_Content .content .text {
  margin-left: 60px;
  padding-top: 22px;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text {
    margin: 7.1614583333vw 0 0;
    padding: 0;
  }
}
.cast-Modal .cast-Modal_Content .content .text .name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  color: #ebefe7;
  letter-spacing: 0.2em;
}
.cast-Modal .cast-Modal_Content .content .text .name span {
  margin-top: 20px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #c01515;
  letter-spacing: 0.1em;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text .name span {
    margin-top: 2.6041666667vw;
    font-size: 3.4rem;
  }
}
.cast-Modal .cast-Modal_Content .content .text .introduction {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #ebefe7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text .introduction {
    margin-top: 3.90625vw;
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}
.cast-Modal .cast-Modal_Content .content .text .member {
  margin-top: 50px;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text .member {
    margin-top: 9.1145833333vw;
  }
}
.cast-Modal .cast-Modal_Content .content .text .member .member-name {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #c01515;
  letter-spacing: 0.1em;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text .member .member-name {
    margin-top: 2.6041666667vw;
    font-size: 3.4rem;
  }
}
.cast-Modal .cast-Modal_Content .content .text .member .comment {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #ebefe7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text .member .comment {
    margin-top: 1.3020833333vw;
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}
.cast-Modal .cast-Modal_Content .content .text .member + .member {
  margin-top: 35px;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .content .text .member + .member {
    margin-top: 6.5104166667vw;
  }
}
.cast-Modal .cast-Modal_Content .btn {
  width: 320px;
  height: 60px;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .btn {
    width: 62.5vw;
    height: 13.0208333333vw;
    margin-top: 9.1145833333vw;
    font-size: 2.8rem;
  }
}
.cast-Modal .cast-Modal_Content .btn .icon {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .cast-Modal .cast-Modal_Content .btn .icon {
    width: 2.734375vw;
    height: 2.734375vw;
    margin-right: 1.953125vw;
  }
}
.cast-Modal .cast-Modal_Content .btn .icon:before, .cast-Modal .cast-Modal_Content .btn .icon:after {
  content: "";
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.cast-Modal .cast-Modal_Content .btn .icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cast-Modal .cast-Modal_Content .btn .icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cast-Modal .cast-Modal_Content .btn .letters {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (any-hover: hover) {
  .cast-Modal .cast-Modal_Content .btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cast-Modal .cast-Modal_Content .btn:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*-------------------------------------------------------------------*/
/* YouTubeモーダル */
/*-------------------------------------------------------------------*/
.sw-YtModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: scroll;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.sw-YtModal .sw-YtModal_Overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.92);
}
.sw-YtModal .sw-YtModal_Content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .sw-YtModal .sw-YtModal_Content {
    max-width: 89.5833333333vw;
  }
}
.sw-YtModal .sw-YtModal_Content .iframe {
  width: 100%;
  height: 506px;
  background: #000;
}
@media print, screen and (max-width: 1024px) {
  .sw-YtModal .sw-YtModal_Content .iframe {
    height: 50.390625vw;
  }
}
.sw-YtModal .sw-YtModal_Content .iframe iframe {
  width: 100%;
  height: 100%;
}
.sw-YtModal .sw-YtModal_Content .btn {
  width: 320px;
  height: 60px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .sw-YtModal .sw-YtModal_Content .btn {
    width: 62.5vw;
    height: 13.0208333333vw;
    margin-top: 9.1145833333vw;
    font-size: 2.8rem;
  }
}
.sw-YtModal .sw-YtModal_Content .btn .icon {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .sw-YtModal .sw-YtModal_Content .btn .icon {
    width: 2.734375vw;
    height: 2.734375vw;
    margin-right: 1.953125vw;
  }
}
.sw-YtModal .sw-YtModal_Content .btn .icon:before, .sw-YtModal .sw-YtModal_Content .btn .icon:after {
  content: "";
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.sw-YtModal .sw-YtModal_Content .btn .icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sw-YtModal .sw-YtModal_Content .btn .icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sw-YtModal .sw-YtModal_Content .btn .letters {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (any-hover: hover) {
  .sw-YtModal .sw-YtModal_Content .btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sw-YtModal .sw-YtModal_Content .btn:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
.st-Header .st-Header_Nav {
  width: 100%;
  height: 100%;
  padding: 90px 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #000110;
  z-index: 8;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="32" /></filter></svg>#filter');
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.st-Header .st-Header_Nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav {
    padding: 13.0208333333vw 0;
  }
}
body:not(.preload) .st-Header .st-Header_Nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.st-Header .st-Header_Nav.is-opened {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.st-Header .st-Header_Nav .header-Nav_Logo {
  width: 100%;
}
.st-Header .st-Header_Nav .header-Nav_Logo a {
  width: 466px;
  margin: 0 auto;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Logo a {
    width: 68.2291666667vw;
  }
}
@media (any-hover: hover) {
  .st-Header .st-Header_Nav .header-Nav_Logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .st-Header .st-Header_Nav .header-Nav_Logo a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.st-Header .st-Header_Nav .header-Nav_Global {
  width: 1200px;
  margin: 150px auto 175px;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global {
    width: 89.5833333333vw;
    margin: 11.71875vw auto 11.71875vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header .st-Header_Nav .header-Nav_Global:before, .st-Header .st-Header_Nav .header-Nav_Global:after {
    content: "";
    width: 1304px;
    height: 52px;
    position: absolute;
    left: -52px;
    background-image: url(../../images/pc/header/bg_trim-mark_left.png), url(../../images/pc/header/bg_trim-mark_right.png);
    background-position: 0 0, 100% 0;
    background-size: 52px;
    background-repeat: no-repeat;
  }
  .st-Header .st-Header_Nav .header-Nav_Global:before {
    top: -24px;
  }
  .st-Header .st-Header_Nav .header-Nav_Global:after {
    bottom: -70px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul {
  padding: 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li {
  margin-top: 45px;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li {
    width: 43.4895833333vw;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li:not(:first-child):not(:nth-child(5)):not(:nth-child(10)):before {
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(235, 239, 232, 0.2);
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a {
  min-height: 30px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #ebefe8;
  letter-spacing: 0.08em;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a {
    min-height: 16.1458333333vw;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 0;
    border-top: 1px solid rgba(235, 239, 231, 0.2);
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a:before, .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:after {
  content: "";
  width: 10px;
  height: 30px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:before, .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:after {
    width: 1.953125vw;
    height: 5.2083333333vw;
    margin-top: -2.6041666667vw;
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a:before {
  left: 0;
  background: url(../../images/common/icon_gyobi_left.png) 0 0/100% 100% no-repeat;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:before {
    -webkit-transform: translateX(-1.953125vw);
            transform: translateX(-1.953125vw);
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a:after {
  right: 0;
  background: url(../../images/common/icon_gyobi_right.png) 0 0/100% 100% no-repeat;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:after {
    -webkit-transform: translateX(1.953125vw);
            transform: translateX(1.953125vw);
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a.current {
  color: #c01515;
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a.current:before, .st-Header .st-Header_Nav .header-Nav_Global nav ul li a.current:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (any-hover: hover) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:before, .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:after {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:hover {
    color: #c01515;
  }
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:hover:before, .st-Header .st-Header_Nav .header-Nav_Global nav ul li a:hover:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.st-Header .st-Header_Nav .header-Nav_Global nav ul li a span {
  display: block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Global nav ul li:nth-last-child(2), .st-Header .st-Header_Nav .header-Nav_Global nav ul li:last-child {
    border-bottom: 1px solid rgba(235, 239, 231, 0.2);
  }
}
.st-Header .st-Header_Nav .header-Nav_Sns p {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Sns p {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
}
.st-Header .st-Header_Nav .header-Nav_Sns p a {
  color: #ebefe8;
}
.st-Header .st-Header_Nav .header-Nav_Sns p a .icon-twitter {
  width: 18px;
  height: 15px;
  margin-right: -2px;
  fill: #ebefe8;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Sns p a .icon-twitter {
    width: 3.3854166667vw;
    height: 2.9947916667vw;
    margin-right: 0;
    -webkit-transform: translateY(0.2604166667vw);
            transform: translateY(0.2604166667vw);
  }
}
.st-Header .st-Header_Nav .header-Nav_Sns p a .icon-external {
  width: 12px;
  height: 8px;
  margin-left: 2px;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Nav .header-Nav_Sns p a .icon-external {
    width: 2.4739583333vw;
    height: 1.8229166667vw;
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .st-Header .st-Header_Nav .header-Nav_Sns p a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a .icon-twitter {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a .icon-external rect {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a .icon-external path {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a:hover {
    color: #c01515;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a:hover .icon-twitter {
    fill: #c01515;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a:hover .icon-external rect {
    fill: #c01515;
  }
  .st-Header .st-Header_Nav .header-Nav_Sns p a:hover .icon-external path {
    stroke: #c01515;
  }
}
.st-Header .st-Header_Hamburger {
  width: 100px;
  height: 90px;
  position: fixed;
  top: 15px;
  right: 12px;
  background: url(../../images/common/header/bg_hamburger.png) 0 0/contain no-repeat;
  z-index: 10;
  cursor: pointer;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Hamburger {
    width: 13.0208333333vw;
    height: 11.71875vw;
    top: 2.6041666667vw;
    right: 2.6041666667vw;
  }
}
.st-Header .st-Header_Hamburger:before, .st-Header .st-Header_Hamburger:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  will-change: opacity, filter;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.st-Header .st-Header_Hamburger:before {
  width: 36px;
  height: 16px;
  background: url(../../images/common/header/icon_hamburger_open.png) 0 0/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Hamburger:before {
    width: 4.6875vw;
    height: 2.0833333333vw;
  }
}
.st-Header .st-Header_Hamburger:after {
  width: 28px;
  height: 28px;
  background: url(../../images/common/header/icon_hamburger_close.png) 0 0/contain no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media print, screen and (max-width: 1024px) {
  .st-Header .st-Header_Hamburger:after {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
.st-Header .st-Header_Hamburger.is-opened:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.st-Header .st-Header_Hamburger.is-opened:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
.st-Footer .st-Footer_Inner {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Inner {
    width: 89.5833333333vw;
  }
}
.st-Footer .st-Footer_Top {
  padding: 70px 0 60px;
  background: #ebefe8;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Top {
    padding: 15.625vw 0 13.0208333333vw;
  }
}
.st-Footer .st-Footer_Top .st-Footer_Inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Top .st-Footer_Inner {
    display: block;
  }
}
.st-Footer .st-Footer_Bottom {
  padding: 50px 0 40px;
  background: #000110;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer_Bottom {
    padding: 11.71875vw 0 9.1145833333vw;
  }
}
.st-Footer .footer-Logo {
  width: 100%;
}
.st-Footer .footer-Logo a {
  width: 466px;
  margin: 0 auto;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Logo a {
    width: 70.5729166667vw;
  }
}
@media (any-hover: hover) {
  .st-Footer .footer-Logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .st-Footer .footer-Logo a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.st-Footer .footer-Nav {
  width: 100%;
  margin: 45px 0 110px;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Nav {
    margin: 14.0625vw 0 11.71875vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Footer .footer-Nav:before, .st-Footer .footer-Nav:after {
    content: "";
    width: 1304px;
    height: 52px;
    position: absolute;
    left: -52px;
    background-image: url(../../images/pc/footer/bg_trim-mark_left.png), url(../../images/pc/footer/bg_trim-mark_right.png);
    background-position: 0 0, 100% 0;
    background-size: 52px;
    background-repeat: no-repeat;
  }
  .st-Footer .footer-Nav:before {
    top: -24px;
  }
  .st-Footer .footer-Nav:after {
    bottom: -70px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
.st-Footer .footer-Nav nav ul {
  padding: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Nav nav ul {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.st-Footer .footer-Nav nav ul li {
  margin-top: 45px;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Nav nav ul li {
    width: 43.4895833333vw;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .st-Footer .footer-Nav nav ul li:not(:first-child):not(:nth-child(7)):before {
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(0, 1, 16, 0.1);
  }
}
.st-Footer .footer-Nav nav ul li a {
  min-height: 24px;
  padding: 0 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000110;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Nav nav ul li a {
    min-height: 16.1458333333vw;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 2.4rem;
    letter-spacing: 0;
    border-top: 1px solid rgba(0, 1, 16, 0.1);
  }
}
.st-Footer .footer-Nav nav ul li a:before, .st-Footer .footer-Nav nav ul li a:after {
  content: "";
  width: 10px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.st-Footer .footer-Nav nav ul li a:before {
  left: 0;
  background: url(../../images/common/icon_gyobi_left.png) 0 0/100% 100% no-repeat;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.st-Footer .footer-Nav nav ul li a:after {
  right: 0;
  background: url(../../images/common/icon_gyobi_right.png) 0 0/100% 100% no-repeat;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.st-Footer .footer-Nav nav ul li a.current {
  color: #c01515;
}
.st-Footer .footer-Nav nav ul li a.current:before, .st-Footer .footer-Nav nav ul li a.current:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (any-hover: hover) {
  .st-Footer .footer-Nav nav ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Footer .footer-Nav nav ul li a:before, .st-Footer .footer-Nav nav ul li a:after {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .st-Footer .footer-Nav nav ul li a:hover {
    color: #c01515;
  }
  .st-Footer .footer-Nav nav ul li a:hover:before, .st-Footer .footer-Nav nav ul li a:hover:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.st-Footer .footer-Nav nav ul li a span {
  display: block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Nav nav ul li:nth-last-child(2), .st-Footer .footer-Nav nav ul li:last-child {
    border-bottom: 1px solid rgba(0, 1, 16, 0.1);
  }
}
.st-Footer .footer-Sns p {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Sns p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
}
.st-Footer .footer-Sns p a .icon-twitter {
  width: 18px;
  height: 15px;
  margin-right: -2px;
  fill: #000110;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Sns p a .icon-twitter {
    width: 3.3854166667vw;
    height: 2.9947916667vw;
    margin-right: 0;
    -webkit-transform: translateY(0.2604166667vw);
            transform: translateY(0.2604166667vw);
  }
}
.st-Footer .footer-Sns p a .icon-external {
  width: 12px;
  height: 8px;
  margin-left: 2px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Sns p a .icon-external {
    width: 2.4739583333vw;
    height: 1.8229166667vw;
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .st-Footer .footer-Sns p a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Footer .footer-Sns p a .icon-twitter {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .st-Footer .footer-Sns p a .icon-external rect {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .st-Footer .footer-Sns p a .icon-external path {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
  }
  .st-Footer .footer-Sns p a:hover {
    color: #c01515;
  }
  .st-Footer .footer-Sns p a:hover .icon-twitter {
    fill: #c01515;
  }
  .st-Footer .footer-Sns p a:hover .icon-external rect {
    fill: #c01515;
  }
  .st-Footer .footer-Sns p a:hover .icon-external path {
    stroke: #c01515;
  }
}
.st-Footer .footer-Share {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Share {
    margin-top: 13.0208333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.st-Footer .footer-Share p {
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Share p {
    font-size: 2.8rem;
    -webkit-transform: translateY(0.5208333333vw);
            transform: translateY(0.5208333333vw);
  }
}
.st-Footer .footer-Share ul {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Share ul {
    margin-left: 5.7291666667vw;
  }
}
.st-Footer .footer-Share ul li {
  width: 36px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Share ul li {
    width: 10.4166666667vw;
  }
}
.st-Footer .footer-Share ul li a {
  display: block;
}
@media (any-hover: hover) {
  .st-Footer .footer-Share ul li a {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .st-Footer .footer-Share ul li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}
.st-Footer .footer-Share ul li + li {
  margin-left: 10px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Share ul li + li {
    margin-left: 3.90625vw;
  }
}
.st-Footer .footer-Bnr {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Bnr {
    width: 100%;
  }
}
.st-Footer .footer-Bnr ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -20px 0 0 -20px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Bnr ul {
    margin: -5.2083333333vw 0 0 -5.2083333333vw;
  }
}
.st-Footer .footer-Bnr ul li {
  width: 224px;
  margin: 20px 0 0 20px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Bnr ul li {
    width: 42.1875vw;
    margin: 5.2083333333vw 0 0 5.2083333333vw;
  }
}
.st-Footer .footer-Bnr ul li a {
  display: block;
}
@media (any-hover: hover) {
  .st-Footer .footer-Bnr ul li a {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .st-Footer .footer-Bnr ul li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.st-Footer .footer-Billing {
  width: 752px;
  margin: 40px auto 0;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Billing {
    width: 91.796875vw;
    margin-top: 9.1145833333vw;
    -webkit-transform: translateX(-1.1067708333vw);
            transform: translateX(-1.1067708333vw);
  }
}
.st-Footer .footer-Copyright {
  margin-top: 40px;
  font-size: 1.2rem;
  color: #ebefe8;
  letter-spacing: 0.12em;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .footer-Copyright {
    margin-top: 11.71875vw;
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Keyframe */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Module */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* .special-Index */
/*-------------------------------------------------------------------*/
.special-Index {
  position: relative;
}
.special-Index .special-Index_Heading {
  top: 60px;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Heading {
    top: 7.8125vw;
  }
}
.special-Index .special-Index_Body {
  padding: 100px 120px 100px;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body {
    padding: 7.8125vw 0 11.71875vw 5.2083333333vw;
  }
}
.special-Index .special-Index_Body .archive ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (304px)[3];
      grid-template-columns: repeat(3, 304px);
  -webkit-column-gap: 24px;
          -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 45px;
  grid-column-gap: 24px;
  grid-row-gap: 45px;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body .archive ul {
    -ms-grid-columns: (36.71875vw)[2];
        grid-template-columns: repeat(2, 36.71875vw);
    -webkit-column-gap: 3.125vw;
            -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
    row-gap: 6.5104166667vw;
    grid-column-gap: 3.125vw;
    grid-row-gap: 6.5104166667vw;
  }
}
.special-Index .special-Index_Body .archive ul li {
  width: 304px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body .archive ul li {
    width: 36.71875vw;
  }
}
.special-Index .special-Index_Body .archive ul li a {
  display: block;
  cursor: pointer;
}
.special-Index .special-Index_Body .archive ul li a .thumbnail {
  height: 171px;
  overflow: hidden;
  position: relative;
  background: #2a2b34;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body .archive ul li a .thumbnail {
    height: 20.654296875vw;
  }
}
.special-Index .special-Index_Body .archive ul li a .thumbnail .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #c01515;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body .archive ul li a .thumbnail .icon {
    width: 15.625vw;
    height: 15.625vw;
  }
}
.special-Index .special-Index_Body .archive ul li a .thumbnail .icon:before {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 10px 0 10px 23px;
  border-color: transparent transparent transparent #c01515;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37.1428571429%;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body .archive ul li a .thumbnail .icon:before {
    border-width: 2.2135416667vw 0 2.2135416667vw 5.078125vw;
  }
}
.special-Index .special-Index_Body .archive ul li a .title {
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #ebefe7;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .special-Index .special-Index_Body .archive ul li a .title {
    margin-top: 2.6041666667vw;
    font-size: 2.6rem;
    line-height: 1.7692307692;
    letter-spacing: 0.05em;
  }
}
@media (any-hover: hover) {
  .special-Index .special-Index_Body .archive ul li a .thumbnail img {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .special-Index .special-Index_Body .archive ul li a .title {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .special-Index .special-Index_Body .archive ul li a:hover .thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .special-Index .special-Index_Body .archive ul li a:hover .title {
    color: #c01515;
  }
}

/*-------------------------------------------------------------------*/
/* .special-Detail */
/*-------------------------------------------------------------------*/
.special-Detail {
  position: relative;
}
.special-Detail .special-Detail_Heading {
  top: 60px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Heading {
    top: 7.8125vw;
  }
}
.special-Detail .special-Detail_Body {
  padding: 60px 120px 120px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body {
    padding: 10.4166666667vw 0 15.625vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail {
    padding: 0 15.625vw 0 5.2083333333vw;
  }
}
.special-Detail .special-Detail_Body .detail h2 {
  padding: 20px 0 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #ebefe7;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: url(../../images/common/products/bg_heading_top.png), url(../../images/common/products/bg_heading_bottom.png);
  background-size: 58px;
  background-position: 0 0, 0 100%;
  background-repeat: repeat-x;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail h2 {
    padding: 2.8645833333vw 0 3.3854166667vw;
    font-size: 3.8rem;
    background-size: 7.5520833333vw;
  }
}
.special-Detail .special-Detail_Body .detail .body {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body {
    margin-top: 6.5104166667vw;
    display: block;
  }
}
.special-Detail .special-Detail_Body .detail .body .content {
  width: 100%;
  padding: 0 80px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content {
    padding: 0;
  }
}
.special-Detail .special-Detail_Body .detail .body .content h3 {
  padding: 6px 15px 8px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #000110;
  background: #ebefe7;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content h3 {
    padding: 0vw 1.953125vw 0.5208333333vw;
    font-size: 3rem;
  }
}
.special-Detail .special-Detail_Body .detail .body .content h4 {
  padding-left: 13px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #c01515;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content h4 {
    padding-left: 2.6041666667vw;
    font-size: 2.8rem;
  }
}
.special-Detail .special-Detail_Body .detail .body .content h4:before {
  content: "";
  width: 3px;
  height: 22px;
  background: #c01515;
  position: absolute;
  top: 4px;
  left: 0;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content h4:before {
    width: 0.5208333333vw;
    height: 3.90625vw;
    top: 0.9765625vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .content p {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #ebefe7;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content p {
    font-size: 2.4rem;
    line-height: 1.9166666667;
  }
}
.special-Detail .special-Detail_Body .detail .body .content a {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #c01515;
  text-decoration: underline;
  /* hover */
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content a {
    font-size: 2.4rem;
    line-height: 1.9166666667;
  }
}
@media (any-hover: hover) {
  .special-Detail .special-Detail_Body .detail .body .content a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .special-Detail .special-Detail_Body .detail .body .content a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.special-Detail .special-Detail_Body .detail .body .content img {
  max-width: 100%;
  height: auto;
}
.special-Detail .special-Detail_Body .detail .body .content iframe {
  max-width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content iframe[src*=youtube] {
    width: 100%;
    height: 44.53125vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .content .align-left {
  text-align: left;
}
.special-Detail .special-Detail_Body .detail .body .content .align-center {
  text-align: center;
}
.special-Detail .special-Detail_Body .detail .body .content .align-right {
  text-align: right;
}
.special-Detail .special-Detail_Body .detail .body .content .fw-bold {
  font-weight: 700;
}
.special-Detail .special-Detail_Body .detail .body .content .fw-black {
  font-weight: 900;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-0 {
  margin-top: 0 !important;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-10 {
  margin-top: 1rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-20 {
  margin-top: 2rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-30 {
  margin-top: 3rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-40 {
  margin-top: 4rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-50 {
  margin-top: 5rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-60 {
  margin-top: 6rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-70 {
  margin-top: 7rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-80 {
  margin-top: 8rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-90 {
  margin-top: 9rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mt-100 {
  margin-top: 10rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-0 {
  margin-bottom: 0 !important;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-10 {
  margin-bottom: 1rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-20 {
  margin-bottom: 2rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-30 {
  margin-bottom: 3rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-40 {
  margin-bottom: 4rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-50 {
  margin-bottom: 5rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-60 {
  margin-bottom: 6rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-70 {
  margin-bottom: 7rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-80 {
  margin-bottom: 8rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-90 {
  margin-bottom: 9rem;
}
.special-Detail .special-Detail_Body .detail .body .content .mb-100 {
  margin-bottom: 10rem;
}
.special-Detail .special-Detail_Body .detail .body .content .fs-10 {
  font-size: 0.785em;
}
.special-Detail .special-Detail_Body .detail .body .content .fs-12 {
  font-size: 0.875em;
}
.special-Detail .special-Detail_Body .detail .body .content .fs-14 {
  font-size: 0.935em;
}
.special-Detail .special-Detail_Body .detail .body .content .fs-16 {
  font-size: 1em;
}
.special-Detail .special-Detail_Body .detail .body .content .fs-18 {
  font-size: 1.25em;
}
.special-Detail .special-Detail_Body .detail .body .content .fs-20 {
  font-size: 1.5em;
}
.special-Detail .special-Detail_Body .detail .body .content ul li, .special-Detail .special-Detail_Body .detail .body .content ol li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #ebefe7;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content ul li, .special-Detail .special-Detail_Body .detail .body .content ol li {
    font-size: 2.4rem;
    line-height: 1.9166666667;
  }
}
.special-Detail .special-Detail_Body .detail .body .content ul.kmd li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.special-Detail .special-Detail_Body .detail .body .content ul.kmd li:before {
  content: "・";
}
.special-Detail .special-Detail_Body .detail .body .content ul.rm li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.special-Detail .special-Detail_Body .detail .body .content ul.rm li:before {
  content: "※";
}
.special-Detail .special-Detail_Body .detail .body .content ol li {
  list-style-type: decimal;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  counter-increment: count;
}
.special-Detail .special-Detail_Body .detail .body .content ol li:before {
  content: counter(count) ".";
  display: table-cell;
  padding-right: 0.2em;
  text-align: right;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.special-Detail .special-Detail_Body .detail .body .content ol li:nth-last-child(n+10):before, .special-Detail .special-Detail_Body .detail .body .content ol li:nth-last-child(n+10) ~ li:before {
  width: 2em;
}
.special-Detail .special-Detail_Body .detail .body .content ol li:nth-last-child(n+100):before, .special-Detail .special-Detail_Body .detail .body .content ol li:nth-last-child(n+100) ~ li:before {
  width: 3em;
}
@media print, screen and (min-width: 1025px) {
  .special-Detail .special-Detail_Body .detail .body .content .pc-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (385px)[2];
        grid-template-columns: repeat(2, 385px);
    -webkit-column-gap: 30px;
            -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .special-Detail .special-Detail_Body .detail .body .content .pc-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (246px)[3];
        grid-template-columns: repeat(3, 246px);
    -webkit-column-gap: 30px;
            -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content .sp-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (36.328125vw)[2];
        grid-template-columns: repeat(2, 36.328125vw);
    -webkit-column-gap: 3.90625vw;
            -moz-column-gap: 3.90625vw;
            column-gap: 3.90625vw;
    row-gap: 3.90625vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .special-Detail .special-Detail_Body .detail .body .content .sp-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (22.9166666667vw)[3];
        grid-template-columns: repeat(3, 22.9166666667vw);
    -webkit-column-gap: 3.90625vw;
            -moz-column-gap: 3.90625vw;
            column-gap: 3.90625vw;
    row-gap: 3.90625vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl {
    display: block;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dt {
  width: 120px;
  padding: 3px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000110;
  background: #ebefe7;
  text-align: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dt {
    width: 18.2291666667vw;
    padding: 0.5208333333vw 0 0.78125vw;
    font-size: 2.4rem;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dd {
  margin: -3px 0 -9px 13px;
  font-size: 1.8rem;
  line-height: 2;
  color: #ebefe7;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd {
    margin: 1.8229166667vw 0 0;
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dd a {
  color: #c01515;
  text-decoration: underline;
  /* hover */
}
@media (any-hover: hover) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .special-Detail .special-Detail_Body .detail .body .content dl dd a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dd ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd ul {
    margin-top: 1.953125vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dd ul li {
  width: 300px;
}
.special-Detail .special-Detail_Body .detail .body .content dl dd ul li a {
  display: block;
  text-align: center;
  font-size: 0.9em;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd ul li a {
    font-size: 0.8em;
  }
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd ul li a p {
    margin-top: 0.6510416667vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dd ul li a[href] {
  /* hover */
}
@media (any-hover: hover) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd ul li a[href] {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .special-Detail .special-Detail_Body .detail .body .content dl dd ul li a[href]:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl dd ul li a:not([href]) {
  pointer-events: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.special-Detail .special-Detail_Body .detail .body .content dl dd ul li + li {
  margin-left: 20px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd ul li + li {
    margin-left: 2.6041666667vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl dd p + p {
    margin-top: 2.6041666667vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .content dl + dl {
  margin-top: 20px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .content dl + dl {
    margin-top: 5.2083333333vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment {
  width: 100%;
}
.special-Detail .special-Detail_Body .detail .body .comment dl {
  width: 100%;
  border: 1px solid #2a2b34;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl {
    padding: 0;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment dl dt {
  padding: 10px 20px 7.5px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #ebefe7;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl dt {
    padding: 1.3020833333vw 3.90625vw 0.9765625vw;
    font-size: 3.6rem;
    line-height: 1.9166666667;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment dl dt span.role {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl dt span.role {
    margin-top: -0.9765625vw;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-indent: -0.75em;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment dl dd {
  width: 100%;
  margin-top: 5px;
  padding: 20px 20px;
  border-top: 1px solid #2a2b34;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl dd {
    margin-top: 1.3020833333vw;
    padding: 1.953125vw 3.90625vw 3.2552083333vw;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment dl .image {
  width: 80%;
  margin: 10px auto 20px;
  text-align: center;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl .image {
    width: 100%;
    margin: 2.6041666667vw auto;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment dl p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ebefe7;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl p {
    font-size: 2.4rem;
  }
}
.special-Detail .special-Detail_Body .detail .body .comment dl p + p {
  margin-top: 1em;
}
.special-Detail .special-Detail_Body .detail .body .comment dl + dl {
  margin-top: 60px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .body .comment dl + dl {
    margin-top: 7.8125vw;
  }
}
.special-Detail .special-Detail_Body .detail .share {
  margin-top: 50px;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .share {
    margin-top: 10.4166666667vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.special-Detail .special-Detail_Body .detail .share p {
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  color: #ebefe7;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .share p {
    font-size: 2.8rem;
    -webkit-transform: translateY(0.5208333333vw);
            transform: translateY(0.5208333333vw);
  }
}
.special-Detail .special-Detail_Body .detail .share ul {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .share ul {
    margin-left: 5.7291666667vw;
  }
}
.special-Detail .special-Detail_Body .detail .share ul li {
  width: 36px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .share ul li {
    width: 10.4166666667vw;
  }
}
.special-Detail .special-Detail_Body .detail .share ul li a {
  display: block;
}
@media (any-hover: hover) {
  .special-Detail .special-Detail_Body .detail .share ul li a {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .special-Detail .special-Detail_Body .detail .share ul li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}
.special-Detail .special-Detail_Body .detail .share ul li + li {
  margin-left: 10px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .detail .share ul li + li {
    margin-left: 3.90625vw;
  }
}
.special-Detail .special-Detail_Body .pagination {
  margin-top: 90px;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination {
    margin-top: 13.0208333333vw;
  }
}
.special-Detail .special-Detail_Body .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.special-Detail .special-Detail_Body .pagination ul .list a {
  width: 217px;
  text-align: center;
  display: block;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .list a {
    width: 43.359375vw;
  }
}
.special-Detail .special-Detail_Body .pagination ul .list a:before, .special-Detail .special-Detail_Body .pagination ul .list a:after {
  content: "";
  width: 1px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  background: rgba(235, 239, 231, 0.2);
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .list a:before, .special-Detail .special-Detail_Body .pagination ul .list a:after {
    height: 3.90625vw;
    margin-top: -1.953125vw;
  }
}
.special-Detail .special-Detail_Body .pagination ul .list a:before {
  left: 0;
}
.special-Detail .special-Detail_Body .pagination ul .list a:after {
  right: 0;
}
.special-Detail .special-Detail_Body .pagination ul .list a span {
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #ebefe7;
  border-bottom: 1px solid #000;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .list a span {
    font-size: 3rem;
  }
}
@media (any-hover: hover) {
  .special-Detail .special-Detail_Body .pagination ul .list a span {
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
  }
  .special-Detail .special-Detail_Body .pagination ul .list a:hover span {
    color: #c01515;
    border-color: #c01515;
  }
}
.special-Detail .special-Detail_Body .pagination ul .prev a, .special-Detail .special-Detail_Body .pagination ul .next a {
  width: 63px;
  height: 24px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .prev a, .special-Detail .special-Detail_Body .pagination ul .next a {
    width: 11.1979166667vw;
    height: 3.6458333333vw;
  }
}
.special-Detail .special-Detail_Body .pagination ul .prev a:after, .special-Detail .special-Detail_Body .pagination ul .next a:after {
  content: "";
  width: 100%;
  height: 5px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/pc/icon_arrow.png) 0 0/63px no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .prev a:after, .special-Detail .special-Detail_Body .pagination ul .next a:after {
    height: 1.3020833333vw;
    background: url(../../images/sp/icon_arrow.png) 0 0/11.1979166667vw no-repeat;
  }
}
@media (any-hover: hover) {
  .special-Detail .special-Detail_Body .pagination ul .prev a:hover, .special-Detail .special-Detail_Body .pagination ul .next a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
.special-Detail .special-Detail_Body .pagination ul .prev.disabled, .special-Detail .special-Detail_Body .pagination ul .next.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.special-Detail .special-Detail_Body .pagination ul .prev {
  margin-right: 20px;
  -webkit-transform: scale(-1, 1) translateY(-2px);
          transform: scale(-1, 1) translateY(-2px);
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .prev {
    margin-right: 6.5104166667vw;
    -webkit-transform: scale(-1, 1) translateY(-0.5208333333vw);
            transform: scale(-1, 1) translateY(-0.5208333333vw);
  }
}
.special-Detail .special-Detail_Body .pagination ul .next {
  margin-left: 20px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media print, screen and (max-width: 1024px) {
  .special-Detail .special-Detail_Body .pagination ul .next {
    margin-left: 6.5104166667vw;
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
}