@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.0;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%; }
  @media (min-width: 1600px) {
    html {
      font-size: 70%; } }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6em;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  color: #202020; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
  a:focus {
    outline: 0; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

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

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

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

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

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

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.l-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  max-width: none;
  padding-left: calc( 50% - 1366px / 2 );
  padding-right: calc( 50% - 1366px / 2 ); }
  @media screen and (max-width: 1486px) {
    .l-header {
      width: 91.21523%;
      width: auto;
      padding-left: 4.39239%;
      padding-right: 4.39239%; } }
  @media screen and (max-width: 768px) {
    .l-header {
      width: 92%;
      width: auto;
      padding-left: 4vw;
      padding-right: 4vw; } }

@media (max-width: 1024px) {
  .l-main {
    padding-top: 60px; } }

.l-content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }
  @media screen and (max-width: 1486px) {
    .l-content {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .l-content {
      width: 92%; } }

.l-gray-bg {
  margin-top: 120px;
  background-color: #F7F7F7;
  padding: 5vw 0 !important; }
  @media screen and (max-width: 768px) {
    .l-gray-bg {
      margin-top: 12vw; } }
  @media (max-width: 768px) {
    .l-gray-bg {
      padding: 12vw 0 12vw !important; } }

.l-narrow {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1087.84773px) {
    .l-narrow {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .l-narrow {
      width: 92%; } }

.l-footer {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  max-width: none;
  padding-left: calc( 50% - 1366px / 2 );
  padding-right: calc( 50% - 1366px / 2 );
  margin-top: 120px; }
  @media screen and (max-width: 1486px) {
    .l-footer {
      width: 91.21523%;
      width: auto;
      padding-left: 4.39239%;
      padding-right: 4.39239%; } }
  @media screen and (max-width: 768px) {
    .l-footer {
      width: 92%;
      width: auto;
      padding-left: 4vw;
      padding-right: 4vw; } }

.article-result {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative; }
  @media screen and (max-width: 1486px) {
    .article-result {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .article-result {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .article-result {
      margin-top: 6vw; } }
  .article-result__to-top {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    z-index: 5;
    margin-bottom: -36px; }
    @media (max-width: 768px) {
      .article-result__to-top {
        top: 70px; } }
    .article-result__to-top > a {
      font-size: 1.3rem;
      height: 36px;
      line-height: 36px;
      display: inline-block;
      background-color: #F7F7F7;
      border-radius: 4px;
      font-weight: bold;
      padding-left: 23px;
      padding-right: 12px; }
      .article-result__to-top > a::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translate(-50%, -50%) rotate(-180deg);
        background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
      @media (max-width: 768px) {
        .article-result__to-top > a {
          font-size: 1.1rem;
          height: 30px;
          line-height: 30px;
          border-radius: 0px 4px 4px 0px; }
          .article-result__to-top > a:not(:first-child) {
            margin-left: 5px; } }
    @media (max-width: 768px) {
      .article-result__to-top {
        top: 70px;
        margin-left: -4vw; } }
  .article-result__keys {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0; }
    @media (max-width: 768px) {
      .article-result__keys {
        left: auto;
        right: 0; } }
  .article-result__key {
    font-size: 1.3rem;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    padding: 0 12px;
    display: inline-block; }
    .article-result__key:not(:first-child) {
      margin-left: 10px; }
    @media (max-width: 768px) {
      .article-result__key {
        font-size: 1.1rem;
        height: 28px;
        line-height: 26px; }
        .article-result__key:not(:first-child) {
          margin-left: 5px; } }
  .article-result__list {
    padding-top: 40px; }
  .article-result__item {
    margin-top: 40px;
    display: inline-block;
    display: grid;
    display: -ms-grid;
    grid-template-rows: auto auto 1fr;
    -ms-grid-rows: auto auto 1fr;
    grid-template-columns: calc( ( 100% - 3vw*3 ) / 4 ) 2.5fr 1fr;
    -ms-grid-columns: calc( ( 100% - 3vw*3 ) / 4 ) 2.5fr 1fr; }
    @media screen and (max-width: 768px) {
      .article-result__item {
        margin-top: 6vw; } }
    @media (max-width: 768px) {
      .article-result__item {
        display: flex;
        flex-wrap: wrap; } }
    .article-result__item:not(:last-child) {
      border-bottom: 1px solid #DFDFDF;
      margin-bottom: 40px;
      padding-bottom: 40px; }
  .article-result__img {
    grid-row: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1 / 2;
    -ms-grid-column: 1; }
    .article-result__img > a > img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    @media (max-width: 768px) {
      .article-result__img {
        width: 25vw;
        order: 1; } }
  .article-result__sub {
    grid-row: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2 / 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2; }
    .article-result__sub > a {
      padding-left: 3vw;
      display: flex;
      justify-content: space-between; }
    @media (max-width: 768px) {
      .article-result__sub {
        order: 5;
        width: 100%; }
        .article-result__sub > a {
          padding-left: 0;
          align-items: flex-end; } }
  .article-result__name > p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #757575;
    position: relative; }
    .article-result__name > p::after {
      content: '';
      width: 25px;
      height: 1px;
      background-color: #202020;
      position: absolute;
      bottom: -1.5em;
      left: 0; }
      @media (max-width: 768px) {
        .article-result__name > p::after {
          display: none; } }
  .article-result__vol > p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #757575;
    line-height: 1.2; }
    .article-result__vol > p > span {
      font-size: 2.7rem;
      color: #202020; }
    @media (max-width: 768px) {
      .article-result__vol > p {
        transform: translateY(0.16em); }
        .article-result__vol > p br {
          display: none; }
        .article-result__vol > p > span {
          padding-left: 0.1em; } }
  .article-result__head {
    grid-row: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1; }
    .article-result__head > a {
      width: 100%;
      display: inline-block;
      padding-left: 3vw; }
    @media (max-width: 768px) {
      .article-result__head {
        order: 2;
        flex: 1; }
        .article-result__head > a {
          padding-left: 3vw; } }
  .article-result__date, .article__date {
    font-size: 1.2rem;
    font-weight: 500;
    color: #BDBDBD;
    margin-bottom: 5px; }
  .article-result__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .article-result__title {
        font-size: 1.8rem; } }
  .article-result__txt {
    grid-row: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    font-size: 1.3rem;
    line-height: 1.5; }
    .article-result__txt > a {
      display: inline-block;
      height: 100%;
      padding-left: 3vw; }
    @media (max-width: 768px) {
      .article-result__txt {
        width: 100%;
        order: 3; }
        .article-result__txt > a {
          height: auto;
          padding-left: 0;
          padding-top: 10px; } }
  .article-result__tags {
    grid-row: 2 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-column: 3 / 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    text-align: right;
    font-size: 0;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .article-result__tags {
        width: 100%;
        order: 4;
        text-align: left;
        margin-top: 5px;
        margin-left: -5px; } }
  .article-result__tag, .article__keyword-item {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px; }
    .article-result__tag > a, .article__keyword-item > a, .article__keyword-item > span {
      display: inline-block;
      height: 28px;
      line-height: 28px !important;
      font-size: 1.1rem;
      padding: 0 10px;
      border-radius: 14px;
      background-color: #202020;
      color: white;
      letter-spacing: 0.05em;
      line-height: 1; }
      @media (max-width: 768px) {
        .article-result__tag > a, .article__keyword-item > a {
          height: 26px;
          line-height: 26px !important;
          font-size: 1.0rem; } }
    .article__keyword-item > span {
      background-color: #DFDFDF;
      color: #000;
    }

.article {
  position: relative;
  padding-top: 30px; }
  @media (max-width: 768px) {
    .article {
      padding-top: 20px; } }
  .article__content {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    position: relative;
    width: 100%;
    max-width: 608px;
    margin: 0 auto; }
    @media screen and (max-width: 661.41142px) {
      .article__content {
        width: 91.21523%; } }
    @media screen and (max-width: 768px) {
      .article__content {
        width: 92%; } }
    .article__content--cover {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 1087.84773px) {
        .article__content--cover {
          width: 91.21523%; } }
      @media screen and (max-width: 768px) {
        .article__content--cover {
          width: 92%; } }
      @media (max-width: 768px) {
        .article__content--cover {
          width: 100%; } }
    .article__content > p {
      width: 100%;
      max-width: 608px;
      margin: 0 auto;
      max-width: none;
      padding-left: calc( 50% - 608px / 2 );
      padding-right: calc( 50% - 608px / 2 );
      font-size: 1.4rem;
      line-height: 2.1;
      margin-bottom: 20px; }
      @media screen and (max-width: 661.41142px) {
        .article__content > p {
          width: 91.21523%;
          width: auto;
          padding-left: 4.39239%;
          padding-right: 4.39239%; } }
      @media screen and (max-width: 768px) {
        .article__content > p {
          width: 92%;
          width: auto;
          padding-left: 4vw;
          padding-right: 4vw; } }
      @media (max-width: 768px) {
        .article__content > p {
          padding: 0;
          margin-bottom: 4vw; } }
      .article__content > p > a {
        color: #00A0E8;
        text-decoration: underline; }
    .article__content > a {
      color: #00A0E8;
      text-decoration: underline; }
    .article__content > img,
    .article__content > figure > img {
      width: 100%;
      height: auto; }
    .article__content > figure {
      margin-bottom: 30px;
      padding-top: 20px; }
      @media (max-width: 768px) {
        .article__content > figure {
          margin-bottom: 5vw;
          padding-top: 0vw; } }
      .article__content > figure > figcaption {
        font-size: 1.2rem;
        margin-top: 10px;
        color: #757575;
        line-height: 1.4; }
        @media (max-width: 768px) {
          .article__content > figure > figcaption {
            margin-left: 4vw; } }
    .article__content > ul {
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .article__content > ul {
          margin-bottom: 4vw; } }
      .article__content > ul > li {
        list-style-type: disc;
        margin-left: 1.5em; }
        .article__content > ul > li:not(:last-child) {
          margin-bottom: 10px; }
    .article__content > ol {
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .article__content > ol {
          margin-bottom: 4vw; } }
      .article__content > ol > li {
        list-style-type: decimal;
        margin-left: 1.25em; }
        .article__content > ol > li:not(:last-child) {
          margin-bottom: 10px; }
    .article__content > h1 {
      font-weight: bold;
      font-size: 3.0rem;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .article__content > h1 {
          margin-bottom: 6vw; } }
    .article__content > h2 {
      font-weight: bold;
      font-size: 2.7rem;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .article__content > h2 {
          margin-bottom: 6vw; } }
    .article__content > h3 {
      font-weight: bold;
      font-size: 2.4rem;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .article__content > h3 {
          margin-bottom: 6vw; } }
    .article__content > h4 {
      font-weight: bold;
      font-size: 2.1rem;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .article__content > h4 {
          margin-bottom: 6vw; } }
    .article__content > h5 {
      font-weight: bold;
      font-size: 1.7rem;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .article__content > h5 {
          margin-bottom: 6vw; } }
    .article__content > h6 {
      font-weight: bold;
      font-size: 1.3rem;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .article__content > h6 {
          margin-bottom: 6vw; } }
  .article__shoulder {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1486px) {
      .article__shoulder {
        width: 91.21523%; } }
    @media screen and (max-width: 768px) {
      .article__shoulder {
        width: 92%; } }
    @media (max-width: 768px) {
      .article__shoulder {
        width: 100%; } }
  .article__head {
    width: 100%;
    max-width: 608px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 661.41142px) {
      .article__head {
        width: 91.21523%; } }
    @media screen and (max-width: 768px) {
      .article__head {
        width: 92%; } }
    .article__head .article__title {
      margin-top: 10px; }
  .article__shoulder + .article__head {
    margin-top: 70px; }
    @media (max-width: 768px) {
      .article__shoulder + .article__head {
        margin-top: 60px; } }
  .article__date {
    font-size: 1.3rem;
    margin-bottom: 0; }
  .article__title {
    width: 100%;
    max-width: 608px;
    margin: 0 auto;
    max-width: none;
    padding-left: calc( 50% - 608px / 2 );
    padding-right: calc( 50% - 608px / 2 );
    font-family: 'Noto Serif JP', serif;
    font-size: 3.0rem !important;
    font-weight: normal !important;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 661.41142px) {
      .article__title {
        width: 91.21523%;
        width: auto;
        padding-left: 4.39239%;
        padding-right: 4.39239%; } }
    @media screen and (max-width: 768px) {
      .article__title {
        width: 92%;
        width: auto;
        padding-left: 4vw;
        padding-right: 4vw; } }
    @media (max-width: 768px) {
      .article__title {
        font-size: 2.1rem !important;
        width: 100%;
        padding: 0;
        margin-bottom: 15px; } }
    .article__title--serif {
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: bold !important;
      font-size: 2.5rem;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .article__title--serif {
          font-size: 2.0rem;
          margin-bottom: 15px; } }
  .article__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .article__video {
        margin-bottom: 5vw; } }
    .article__video > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article__to-top {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    z-index: 5;
    margin-bottom: -36px; }
    @media (max-width: 768px) {
      .article__to-top {
        top: 70px;
        margin-left: 0;
        margin-bottom: -30px; } }
    .article__to-top > a {
      font-size: 1.3rem;
      height: 36px;
      line-height: 36px;
      display: inline-block;
      background-color: #F7F7F7;
      border-radius: 4px;
      font-weight: bold;
      padding-left: 23px;
      padding-right: 12px; }
      .article__to-top > a::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translate(-50%, -50%) rotate(-180deg);
        background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
      @media (max-width: 768px) {
        .article__to-top > a {
          font-size: 1.1rem;
          height: 30px;
          line-height: 30px;
          border-radius: 0px 4px 4px 0px; }
          .article__to-top > a:not(:first-child) {
            margin-left: 5px; } }
  .article__vol {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 25px 15px 12px 15px;
    background-color: #202020; }
    @media screen and (max-width: 768px) {
      .article__vol {
        top: -20px;
        padding: 10px 8px 10px 12px; } }
    .article__vol > p {
      font-size: 1.4rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.2; }
      .article__vol > p > span {
        font-size: 2.5rem;
        color: white; }
      @media screen and (max-width: 768px) {
        .article__vol > p {
          font-size: 1.3rem; }
          .article__vol > p > span {
            font-size: 2.2rem; } }
  .article__bottom {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DFDFDF;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    margin-top: 80px; }
    @media screen and (max-width: 1486px) {
      .article__bottom {
        width: 91.21523%; } }
    @media screen and (max-width: 768px) {
      .article__bottom {
        width: 92%; } }
    @media screen and (max-width: 768px) {
      .article__bottom {
        margin-top: 9vw; } }
  .article__keyword, .article__sns {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #DFDFDF;
    position: relative; }
    @media (max-width: 768px) {
      .article__keyword, .article__sns {
        width: 100%;
        padding: 30px 0; } }
    .article__keyword > p, .article__sns > p {
      font-weight: bold;
      font-size: 1.3rem;
      margin-bottom: 20px; }
  .article__sns::before {
    content: '';
    height: calc( 100% - 60px );
    width: 1px;
    background-color: #DFDFDF;
    position: absolute;
    top: 30px;
    left: 0; }
  @media (max-width: 768px) {
    .article__sns {
      margin-top: 0;
      margin-bottom: 0; }
      .article__sns::before {
        display: none;
        height: 1px;
        width: 100%;
        top: 0;
        left: 0; } }
  .article__keyword-list {
    display: flex;
    justify-content: center;
    margin-left: -5px; }
  .article__sns-list {
    display: flex;
    justify-content: center;
    padding-top: 4px; }
  .article__sns-item {
    margin: 0 10px; }
    .article__sns-item > a {
      font-size: 1.3rem;
      font-weight: 500;
      color: #757575;
      display: inline-block;
      position: relative;
      padding-left: 40px;
      height: 30px;
      line-height: 30px; }
      .article__sns-item > a::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .article__sns-item--facebook > a::before {
      background: url(../img/common/sns_facebook_colored.svg) no-repeat 50% 50%/30px 30px; }
    .article__sns-item--twitter > a::before {
      background: url(../img/common/sns_twitter_colored.svg) no-repeat 50% 50%/30px 30px; }
  .article__nav {
    width: 100%;
    display: flex;
    padding: 60px 0;
    position: relative; }
    @media (max-width: 768px) {
      .article__nav {
        padding: 0;
        flex-wrap: wrap; } }
  .article__prev, .article__next {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    .article__prev > a, .article__next > a {
      display: inline-block;
      display: flex;
      align-items: center; }
      .article__prev > a .article__nav-img, .article__next > a .article__nav-img {
        width: 79px; }
        .article__prev > a .article__nav-img > img, .article__next > a .article__nav-img > img {
          width: 100%;
          height: auto; }
        @media (max-width: 768px) {
          .article__prev > a .article__nav-img, .article__next > a .article__nav-img {
            display: none; } }
      .article__prev > a > dl, .article__next > a > dl {
        margin: 0; }
        .article__prev > a > dl > dt, .article__next > a > dl > dt {
          font-weight: bold;
          font-size: 1.3rem;
          margin-bottom: 10px;
          position: relative; }
          .article__prev > a > dl > dt::before, .article__next > a > dl > dt::before {
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%); }
        .article__prev > a > dl > dd, .article__next > a > dl > dd {
          font-size: 1.2rem;
          line-height: 1.4; }
    @media (max-width: 768px) {
      .article__prev, .article__next {
        order: 1;
        width: 50%;
        padding: 10px 0;
        margin: 15px 0; } }
  .article__prev {
    margin-right: auto; }
    .article__prev > a .article__nav-img {
      margin-right: 15px; }
    .article__prev > a > dl > dt {
      padding-left: 12px; }
      .article__prev > a > dl > dt::before {
        left: 3px;
        background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px;
        transform: translate(-50%, -50%) rotate(-180deg); }
    @media (max-width: 768px) {
      .article__prev {
        padding-right: 15px; } }
  .article__next {
    margin-left: auto; }
    .article__next > a .article__nav-img {
      margin-left: 15px; }
    .article__next > a > dl {
      text-align: right; }
      .article__next > a > dl > dt {
        padding-right: 14px; }
        .article__next > a > dl > dt::before {
          right: -6px;
          background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
    @media (max-width: 768px) {
      .article__next {
        border-left: 1px solid #DFDFDF;
        padding-left: 15px;
        display: flex;
        justify-content: flex-end; } }
  .article__tolist {
    width: 120px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .article__tolist {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0); } }
    .article__tolist > a {
      display: inline-block;
      position: relative;
      padding-top: 23px;
      font-weight: bold;
      font-size: 1.2rem; }
      @media (max-width: 768px) {
        .article__tolist > a {
          padding-top: 0;
          padding-left: 30px; } }
      .article__tolist > a::before {
        content: '';
        width: 20px;
        height: 14px;
        background: url(../img/common/icon_list.svg) no-repeat 50% 50%/20px 14px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 768px) {
          .article__tolist > a::before {
            left: 0;
            top: 50%;
            transform: translate(0, -50%); } }
    @media (max-width: 768px) {
      .article__tolist {
        order: 2;
        width: 100%;
        border-top: 1px solid #DFDFDF;
        padding: 30px 0; } }

@media (max-width: 768px) {
  .breadcrumbs {
    padding-bottom: 20px; } }
.breadcrumbs__body {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1486px) {
    .breadcrumbs__body {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .breadcrumbs__body {
      width: 92%; } }
  @media (max-width: 768px) {
    .breadcrumbs__body {
      width: 100%;
      flex-direction: column-reverse; } }
@media (max-width: 768px) {
  .breadcrumbs__nav {
    width: 100%;
    text-align: left;
    padding: 20px 4vw;
    overflow-x: auto;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x; }
    .breadcrumbs__nav::-webkit-scrollbar {
      display: none; } }
.breadcrumbs__list {
  font-size: 0;
  text-align: left; }
.breadcrumbs__item {
  font-size: 1.1rem;
  position: relative;
  display: inline-block; }
  @media (max-width: 768px) {
    .breadcrumbs__item {
      font-size: 1.2rem; } }
  .breadcrumbs__item:not(:first-child) {
    margin-left: 8px;
    padding-left: 18px; }
    .breadcrumbs__item:not(:first-child)::before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      background: url(../img/common/icon_breadcrumbs_separator_top.svg) no-repeat 50% 50%/4px 8px;
      opacity: 0.2; }
.breadcrumbs__pagetop {
  margin-left: auto; }
  .breadcrumbs__pagetop > a {
    display: inline-block;
    width: 26px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid #FFF;
    margin-top: 25px; }
    @media (max-width: 768px) {
      .breadcrumbs__pagetop > a {
        width: 100vw;
        height: 44px;
        background-color: rgba(0, 0, 0, 0.25);
        border-top: none;
        margin-top: 0; } }
    .breadcrumbs__pagetop > a::before {
      content: '';
      width: 26px;
      height: 26px;
      background: url(../img/common/arrow_thin_white.svg) no-repeat 60% 50%/12.8px 25.6px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg); }
.breadcrumbs--top {
  padding-top: 124px;
  color: #BDBDBD; }
  @media (max-width: 1024px) {
    .breadcrumbs--top {
      padding-top: 60px; } }
  @media (max-width: 768px) {
    .breadcrumbs--top {
      display: none; } }
  .breadcrumbs--top .breadcrumbs__nav {
    padding: 14px 0; }
  .breadcrumbs--top .breadcrumbs__item > a {
    color: #BDBDBD; }
.breadcrumbs--bottom {
  background-color: #202020;
  color: #757575; }
  .breadcrumbs--bottom .breadcrumbs__item:not(:first-child)::before {
    background: url(../img/common/icon_breadcrumbs_separator_bottom.svg) no-repeat 50% 50%/4px 8px; }
  .breadcrumbs--bottom .breadcrumbs__item > a {
    color: #757575; }

.breadcrumbs + .footer {
  margin-top: 0; }

.main + .breadcrumbs {
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .main + .breadcrumbs {
      margin-top: 12vw; } }

.button {
  position: relative;
  width: 260px;
  height: 52px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  background-color: #202020;
  color: white;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .button {
      margin-top: 6vw; } }
  @media (max-width: 768px) {
    .button {
      width: 62vw;
      max-width: 260px;
      height: 48px;
      margin-left: auto;
      margin-right: auto;
      line-height: 48px;
      font-size: 1.1rem; } }
  .button::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(-50%, -50%);
    background: url(../img/common/arrow_white.svg) no-repeat 50% 50%/5px 8px; }
  .button > a,
  .button > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .button > a > span {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .button--white {
    color: #202020;
    background-color: white; }
    .button--white::after {
      background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
    .button--white .button__clone {
      color: #202020; }
  .button--plus::after {
    display: none; }
  .button--plus > a {
    position: relative; }
    .button--plus > a::before, .button--plus > a::after {
      content: '';
      width: 10px;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translate(-50%, -50%);
      background: none;
      background-color: white; }
    .button--plus > a::after {
      transform: translate(-50%, -50%) rotate(-90deg); }
    .button--plus > a > span {
      position: relative;
      width: auto;
      height: auto;
      position: static;
      transform: none;
      pointer-events: auto; }
  .button--down::after {
    transform: translate(-50%, -50%) rotate(90deg); }
  .button--plain {
    text-align: center;
    width: auto;
    height: auto;
    background: none;
    line-height: normal;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .button--plain {
        margin-top: 6vw; } }
    .button--plain::after {
      display: none; }
    .button--plain > a,
    .button--plain > span {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      letter-spacing: 0.1em;
      padding-right: 20px;
      color: #757575;
      width: auto;
      height: auto;
      transform: none;
      line-height: normal; }
      .button--plain > a::before, .button--plain > a::after,
      .button--plain > span::before,
      .button--plain > span::after {
        right: 0;
        background-color: #202020; }
  .button > input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0; }
  .button__original {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .button__clone {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    color: white;
    z-index: 2; }
  .button__arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(-50%, -50%);
    z-index: 3; }
    .button__arrow--white {
      background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
    .button__arrow--black {
      background: url(../img/common/arrow_white.svg) no-repeat 50% 50%/5px 8px; }
    @media (max-width: 768px) {
      .button__arrow {
        display: none; } }

.compare-product {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative; }
  @media screen and (max-width: 1486px) {
    .compare-product {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .compare-product {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .compare-product {
      margin-top: 6vw; } }
  .compare-product__row {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .compare-product__row--selector {
      position: static;
      top: 139px;
      left: 0;
      z-index: 5; }
      @supports (position: sticky) {
        .compare-product__row--selector {
          position: -webkit-sticky;
          position: sticky; } }
      @media (max-width: 1024px) {
        .compare-product__row--selector {
          top: 70px; } }
      .compare-product__row--selector::before {
        content: '';
        width: 100%;
        height: calc( 100% + 15px );
        background: linear-gradient(to top, rgba(255, 255, 255, 0), white, white, white);
        position: absolute;
        top: -15px;
        left: 0; }
      .compare-product__row--selector.fixedsticky-on {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 1486px) {
          .compare-product__row--selector.fixedsticky-on {
            width: 91.21523%; } }
        @media screen and (max-width: 768px) {
          .compare-product__row--selector.fixedsticky-on {
            width: 92%; } }
      .compare-product__row--selector.fixedsticky-off::before {
        display: none; }
    .compare-product__row--img {
      margin-top: 20px;
      margin-bottom: 20px; }
    .compare-product__row--spec:not(:last-child) {
      margin-bottom: 40px; }
  .compare-product__cell {
    width: calc( ( 100% - 3vw*2 ) / 3 ); }
    .compare-product__cell:not(:first-child) {
      margin-left: 3vw; }
    @media (max-width: 768px) {
      .compare-product__cell {
        width: calc( ( 100% - 3vw ) / 2 ); }
        .compare-product__cell:last-child {
          display: none; } }
  .compare-product__selector {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    position: relative;
    background-color: white; }
    .compare-product__selector:not(:first-of-type) {
      margin-top: 10px; }
      @media (max-width: 768px) {
        .compare-product__selector:not(:first-of-type) {
          margin-top: 6px; } }
    .compare-product__selector > select {
      width: 100%;
      padding: 12px 10px;
      background: transparent;
      border: 0;
      overflow: hidden;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      font-size: 1.2rem; }
      .compare-product__selector > select::-ms-expand {
        display: none; }
      @media (max-width: 768px) {
        .compare-product__selector > select {
          font-size: 1.6rem; } }
    .compare-product__selector::after {
      content: '';
      width: 6px;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 6px;
      transform: translate(-50%, -50%);
      background: url(../img/common/arrow_double.svg) no-repeat 50% 50%/6px 12px; }
  .compare-product__img {
    max-width: 289px;
    margin: 0 auto; }
    .compare-product__img > img {
      width: 100%;
      height: 0 auto; }
  .compare-product__row-header {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    font-weight: bold;
    font-size: 1.3rem;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .compare-product__cell {
    text-align: center; }
    .compare-product__cell > p {
      font-weight: bold;
      font-size: 1.8rem;
      padding: 20px 0;
      display: inline-block;
      text-align: left;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .compare-product__cell > p {
          font-size: 1.5rem; } }
  .compare-product__row-header + .compare-product__cell {
    margin-left: 0; }
  .compare-product__annotation {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #757575;
    padding-top: 20px; }
    @media (max-width: 768px) {
      .compare-product__annotation {
        padding-top: 0; } }

.event {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 120px; }
  @media screen and (max-width: 1087.84773px) {
    .event {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .event {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .event {
      margin-top: 12vw; } }
  .event__item {
    padding-bottom: 50px; }
  .event__head {
    position: relative; }
    .event__head > a {
      display: inline-block;
      display: flex;
      justify-content: space-between;
      position: relative;
      padding: 20px 0; }
      .event__head > a::before, .event__head > a::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .event__head > a::before {
        background-color: #DFDFDF; }
      .event__head > a::after {
        background-color: #202020;
        width: 30px; }
  .event__name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: auto; }
  .event__state {
    font-size: 1.2rem;
    color: #757575;
    padding: 5px 20px 5px 0;
    position: relative;
    margin-left: auto; }
    .event__state::before, .event__state::after {
      content: '';
      width: 10px;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);
      background: none;
      background-color: #202020; }
    .event__state::before {
      transform: translate(-50%, -50%) rotate(-90deg); }
  .event__date {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.5rem; }
  .event__alert {
    margin-top: 10px;
    font-weight: bold;
    color: #C61017;
    font-size: 1.2rem; }
  .event__inner {
    padding: 30px 0; }
  .event__info {
    display: flex; }
    .event__info:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .event__info:not(:last-child) {
          margin-bottom: 30px; } }
    .event__info:last-child this__detail {
      border-bottom: none; }
    @media (max-width: 768px) {
      .event__info {
        display: block; } }
  .event__label {
    width: 30%;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .event__label {
        width: 100%;
        margin-bottom: 10px; } }
  .event__detail {
    width: 70%;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 40px;
    line-height: 1.5; }
    .event__detail > img {
      max-width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .event__detail {
        width: 100%;
        padding-bottom: 30px; } }

.filter {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #F7F7F7; }
  @media screen and (max-width: 1486px) {
    .filter {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .filter {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .filter {
      margin-top: 6vw; } }
  .filter__headline {
    width: 100%;
    height: 60px;
    position: relative; }
    @media (max-width: 768px) {
      .filter__headline {
        height: 50px; } }
    .filter__headline > a {
      display: inline-block;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .filter__headline > a::after {
        content: '';
        width: calc( 100% - 6vw );
        height: 1px;
        background-color: #DFDFDF;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .filter__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem; }
    @media (max-width: 768px) {
      .filter__title {
        font-size: 1.4rem; } }
    .filter__title > img {
      margin-right: 10px; }
      @media (max-width: 768px) {
        .filter__title > img {
          width: 20px;
          height: auto; } }
    .filter__title--sub {
      font-size: 1.3rem; }
  .filter__state {
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #757575;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .filter__state {
        font-size: 1.1rem; } }
    @media (max-width: 320px) {
      .filter__state {
        width: 20px;
        overflow: hidden;
        text-indent: 100vw;
        white-space: nowrap;
        overflow: hidden; } }
    .filter__state::before, .filter__state::after {
      content: '';
      width: 10px;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);
      background: none;
      background-color: #202020; }
    .filter__state::before {
      transform: translate(-50%, -50%) rotate(-90deg); }
  .filter__inner {
    padding-top: 30px; }
  .filter__main {
    padding: 0 3vw 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .filter__label {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .filter__content {
    width: calc( 25% - 1.5vw ); }
    @media (max-width: 1024px) {
      .filter__content {
        width: calc( 50% - 1.5vw ); }
        .filter__content:nth-child(-n+2) {
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .filter__content {
        width: 100%; }
        .filter__content:nth-child(n) {
          margin-bottom: 0; }
        .filter__content:not(:last-child) {
          margin-bottom: 20px; } }
    .filter__content--checkbox {
      width: 100%;
      padding: 0px 3vw 10px; }
      .filter__content--checkbox > ul {
        display: flex;
        flex-wrap: wrap;
        width: calc( 100% + 20px);
        transform: translateX(-20px); }
        .filter__content--checkbox > ul > li {
          margin-left: 20px;
          width: calc( 16.66667% - 20px );
          display: flex; }
          @media (max-width: 1280px) {
            .filter__content--checkbox > ul > li {
              width: calc( 25% - 20px ); } }
          @media (max-width: 1024px) {
            .filter__content--checkbox > ul > li {
              width: calc( 33.33333% - 20px ); } }
          @media (max-width: 768px) {
            .filter__content--checkbox > ul > li {
              width: calc( 50% - 20px ); } }
          .filter__content--checkbox > ul > li:nth-child(n+7) {
            margin-top: 15px; }
          @media (max-width: 1280px) {
            .filter__content--checkbox > ul > li:nth-child(n) {
              margin-top: 0; }
            .filter__content--checkbox > ul > li:nth-child(n+5) {
              margin-top: 15px; } }
          @media (max-width: 1024px) {
            .filter__content--checkbox > ul > li:nth-child(n) {
              margin-top: 0; }
            .filter__content--checkbox > ul > li:nth-child(n+4) {
              margin-top: 15px; } }
          @media (max-width: 768px) {
            .filter__content--checkbox > ul > li:nth-child(n) {
              margin-top: 0; }
            .filter__content--checkbox > ul > li:nth-child(n+3) {
              margin-top: 15px; } }
          .filter__content--checkbox > ul > li > label {
            font-size: 1.2rem;
            padding-left: 5px; }
  .filter__select {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    position: relative;
    background-color: white; }
    .filter__select:not(:first-of-type) {
      margin-top: 18px;
      display: none; }
      .filter__select:not(:first-of-type)::before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
    .filter__select > select {
      width: 100%;
      padding: 12px 10px;
      background: transparent;
      border: 0;
      overflow: hidden;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      font-size: 1.2rem; }
      .filter__select > select::-ms-expand {
        display: none; }
      @media (max-width: 768px) {
        .filter__select > select {
          font-size: 1.6rem; } }
    .filter__select::after {
      content: '';
      width: 6px;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 6px;
      transform: translate(-50%, -50%);
      background: url(../img/common/arrow_double.svg) no-repeat 50% 50%/6px 12px; }
  .filter__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .filter__price .filter__select {
      width: calc( 50% - 1em );
      margin-top: 0; }
      .filter__price .filter__select:nth-child(n) {
        display: block; }
      .filter__price .filter__select::before {
        display: none; }
    .filter__price > p {
      font-size: 1.3rem; }
  .filter__annotation {
    font-size: 1.1rem;
    margin-top: 15px;
    padding: 0 40px;
    color: #757575; }
    @media (max-width: 1024px) {
      .filter__annotation {
        padding: 0 3vw; } }
  .filter__buttons {
    text-align: center;
    margin: 30px 0; }
  .filter__button::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(-50%, -50%) rotate(90deg);
    background: url(../img/common/arrow_white.svg) no-repeat 50% 50%/5px 8px; }
  .filter__reset {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 10px;
    color: #757575; }
    .filter__reset input {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      outline: none;
      text-indent: 200%;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0; }

.cta-section {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  max-width: none;
  padding-left: calc( 50% - 1366px / 2 );
  padding-right: calc( 50% - 1366px / 2 );
  margin-top: 120px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1486px) {
    .cta-section {
      width: 91.21523%;
      width: auto;
      padding-left: 4.39239%;
      padding-right: 4.39239%; } }
  @media screen and (max-width: 768px) {
    .cta-section {
      width: 92%;
      width: auto;
      padding-left: 4vw;
      padding-right: 4vw; } }
  @media screen and (max-width: 768px) {
    .cta-section {
      margin-top: 12vw; } }
  @media (max-width: 768px) {
    .cta-section {
      display: block;
      padding-top: 0vw; } }
  .cta-section__content {
    width: 50%;
    position: relative; }
    @media (max-width: 768px) {
      .cta-section__content {
        width: 100%; } }
    @media (max-width: 768px) {
      .cta-section__content:not(:first-child) {
        border-top: 1px solid #DFDFDF; } }
    .cta-section__content:not(:first-child)::before {
      content: '';
      width: 1px;
      height: 80%;
      background-color: #DFDFDF;
      position: absolute;
      top: 10%;
      left: 0; }
      @media (max-width: 768px) {
        .cta-section__content:not(:first-child)::before {
          display: none; } }
    .cta-section__content > a {
      display: inline-block;
      padding: 5vw 6vw; }
      @media (max-width: 768px) {
        .cta-section__content > a {
          padding: 12vw 0; } }
  .cta-section__headline {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .cta-section__headline {
        margin-bottom: 4vw; } }
  .cta-section__copy {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 768px) {
      .cta-section__copy {
        margin-bottom: 4vw; } }

.footer {
  background-color: #202020;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .footer__sns {
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      .footer__sns {
        margin-bottom: 40px; } }
    .footer__sns__title {
      text-align: center;
      color: #757575;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 0.25em;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .footer__sns__title {
          margin-bottom: 15px; } }
    .footer__sns__list {
      display: flex;
      justify-content: center; }
    .footer__sns__item {
      width: 40px;
      height: 40px;
      vertical-align: top; }
      @media (max-width: 768px) {
        .footer__sns__item {
          width: 34px;
          height: 34px; } }
      .footer__sns__item:not(:last-child) {
        margin-right: 30px; }
      .footer__sns__item > a {
        display: inline-block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 100%;
        height: 100%; }
      .footer__sns__item--facebook {
        background: url(../img/common/sns_facebook.svg) no-repeat 0 0/cover; }
      .footer__sns__item--twitter {
        background: url(../img/common/sns_twitter.svg) no-repeat 0 0/cover; }
      .footer__sns__item--instagram {
        background: url(../img/common/sns_instagram.svg) no-repeat 0 0/cover; }
      .footer__sns__item--youtube {
        background: url(../img/common/sns_youtube.svg) no-repeat 0 0/cover; }
  .footer__links {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer__links__block {
      margin-bottom: 30px;
      position: relative;
      width: calc( 20% - 20px ); }
      .footer__links__block:nth-child(2) {
        width: 40%; }
      .footer__links__block:nth-child(5) {
        width: 100%; }
      .footer__links__block:nth-child(6), .footer__links__block:nth-child(7), .footer__links__block:nth-child(8), .footer__links__block:nth-child(9) {
        width: calc( 25% - 20px ); }
    .footer__links__title {
      width: 100%;
      font-size: 1.3rem;
      font-weight: bold;
      color: #757575;
      margin-bottom: 15px; }
    .footer__links__list {
      width: 100%;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .footer__links__item {
      font-size: 1.1rem;
      color: #757575;
      line-height: 1.4;
      width: 100%;
      margin-bottom: 10px; }
    .footer__links__block:nth-child(2) .footer__links__item {
      width: 50%; }
    .footer__links__block:nth-child(5) .footer__links__item {
      width: 20%; }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
    .footer__bottom--copyright {
      color: #757575;
      font-size: 0.9rem;
      letter-spacing: 0.05em; }
    .footer__bottom--global {
      color: #757575;
      font-size: 0.9rem;
      letter-spacing: 0.05em; }
      .footer__bottom--global > a {
        display: flex;
        align-items: center; }
        .footer__bottom--global > a:before {
          content: '';
          width: 12px;
          height: 12px;
          display: inline-block;
          background: url(../img/common/icon_global.svg) no-repeat 0 0;
          margin-right: 5px;
          opacity: 0.3; }

@media (max-width: 1024px) {
  .footer__links__block:nth-child(5) .footer__links__item {
    width: 33.333%; } }
@media (max-width: 768px) {
  .footer__links__block {
    margin-bottom: 15px; }
    .footer__links__block:nth-child(n) {
      width: 100%; }
    .footer__links__block:nth-child(n+3):nth-child(-n+4) {
      width: calc( 50% - 10px ); }
    .footer__links__block:nth-child(n+6) {
      width: calc( 50% - 10px ); }
  .footer__links__block:nth-child(n+6) .footer__links__list {
    display: block; }
  .footer__links__block:nth-child(n) .footer__links__item {
    width: calc( 50% - 10px ); }
  .footer__links__block:nth-child(n+3):nth-child(-n+4) .footer__links__item {
    width: 100%; }
  .footer__links__block:nth-child(n+6) .footer__links__item {
    width: 100%; }
  .footer__links__title {
    margin-bottom: 12px; }
  .footer__links__list {
    padding-top: 12px; }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 20px; }
    .footer__bottom--copyright {
      order: 2; }
    .footer__bottom--global {
      order: 1;
      margin-bottom: 30px; } }
.header {
  display: flex;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  width: 100%; }
  .header::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DFDFDF;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none; }
  @media (max-width: 1024px) {
    .header {
      position: fixed;
      width: 100%;
      height: 60px;
      justify-content: flex-start;
      flex-direction: column;
      flex-wrap: nowrap;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: auto;
      padding: 0;
      border-bottom: none;
      background: none;
      overscroll-behavior-y: contain;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-y; }
      .header::after {
        display: none; } }
  .header__bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99; }
  .header__toggle {
    display: none; }
    @media (max-width: 1024px) {
      .header__toggle {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0; }
        .header__toggle::before, .header__toggle::after {
          content: '';
          width: 10px;
          height: 2px;
          background-color: #202020;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .header__toggle::after {
          transform: translate(-50%, -50%) rotate(90deg); } }
  .header__sub {
    order: 1;
    width: 100%;
    height: 44px;
    position: relative; }
    @media (max-width: 1024px) {
      .header__sub {
        order: 4;
        border-bottom: none;
        z-index: 4; } }
    .header__sub::after {
      content: '';
      width: 100vw;
      height: 1px;
      background-color: #DFDFDF;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1024px) {
        .header__sub::after {
          display: none; } }
  .header__sub-list {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .header__sub-list {
        justify-content: center;
        background-color: white; } }
  .header__sub-item {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 44px; }
    @media (max-width: 1024px) {
      .header__sub-item {
        width: 33.33333%;
        display: flex;
        justify-content: center;
        line-height: 30px;
        margin: 20px 0; } }
    .header__sub-item:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 1024px) {
        .header__sub-item:not(:last-child) {
          margin-right: 0;
          border-right: 1px solid #DFDFDF; } }
  .header__lang {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 32px;
    background: no-repeat 0 50% / 24px 16px; }
    .header__lang::after {
      content: '';
      width: 10px;
      height: 10px;
      background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/4px 6px;
      transform: rotate(90deg);
      margin-left: 2px; }
    .header__lang--jp {
      background-image: url(../img/common/flag_japan_s.png); }
      .header__lang--jp::before {
        content: 'JP'; }
    .header__lang--ch {
      background-image: url(../img/common/flag_china_s.png); }
      .header__lang--ch::before {
        content: 'CH'; }
    .header__lang--sg {
      background-image: url(../img/common/flag_singapore_s.png); }
      .header__lang--sg::before {
        content: 'SG'; }
    .header__lang--nz {
      background-image: url(../img/common/flag_newzealand_s.png); }
      .header__lang--nz::before {
        content: 'NZ'; }
    .header__lang--au {
      background-image: url(../img/common/flag_australia_s.png); }
      .header__lang--au::before {
        content: 'AU'; }
    .header__lang--us {
      background-image: url(../img/common/flag_us_s.png); }
      .header__lang--us::before {
        content: 'US'; }
    .header__lang--br {
      background-image: url(../img/common/flag_brasil_s.png); }
      .header__lang--br::before {
        content: 'BR'; }
    .header__lang--ar {
      background-image: url(../img/common/flag_argentina_s.png); }
      .header__lang--ar::before {
        content: 'AR'; }
    .header__lang--eu {
      background-image: url(../img/common/flag_eu_s.png); }
      .header__lang--eu::before {
        content: 'EU'; }
  .header__logo {
    order: 2;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative; }
    .header__logo > a > img {
      vertical-align: bottom; }
    @media (max-width: 1024px) {
      .header__logo {
        order: 1;
        background-color: white;
        height: 60px;
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 4vw;
        border-bottom: 1px solid #DFDFDF;
        z-index: 9;
        position: fixed;
        top: 0;
        left: 0; }
        .header__logo > a > img {
          width: 100px;
          height: auto; } }
  .header__nav {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .header__nav {
        order: 2;
        display: block;
        width: 100%;
        margin-top: 60px;
        padding-bottom: 25px;
        background-color: white; }
        .header__nav::before {
          content: '';
          width: 100%;
          height: 100vh;
          background-color: white;
          position: fixed;
          top: 0;
          left: 0; } }
  .header__list {
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      .header__list {
        display: block; } }
  .header__item {
    height: 80px;
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .header__item {
        height: auto;
        padding: 0;
        display: block;
        position: relative;
        background-color: white;
        overflow: hidden; } }
    .header__item > a {
      display: block;
      padding: 0 15px;
      position: relative;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      z-index: 999; }
      @media (max-width: 1024px) {
        .header__item > a {
          display: flex;
          width: calc( 100% - 60px );
          height: 60px;
          line-height: 60px;
          padding-left: 4vw;
          background: url(../img/common/arrow_black.svg) no-repeat calc( 100% - 25px ) 50%/5px 8px; }
          .header__item > a::before {
            content: '';
            width: 1px;
            height: 70%;
            background-color: #DFDFDF;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%); } }
      .header__item > a > span {
        display: none; }
        @media (max-width: 1024px) {
          .header__item > a > span {
            display: inline-block;
            font-size: 1.1rem;
            font-weight: bold;
            color: #757575;
            padding-left: 8px; } }
      .header__item > a::after {
        content: '';
        width: 0;
        height: 2px;
        background-color: #202020;
        position: absolute;
        top: calc( 50% + 37px );
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 1024px) {
          .header__item > a::after {
            width: 100vw;
            height: 1px;
            background-color: #DFDFDF;
            top: auto;
            bottom: 0;
            left: 0;
            transform: none; } }
    .header__item:not(:first-of-type) .header__nav__drop__row {
      display: flex;
      justify-content: center; }
      .header__item:not(:first-of-type) .header__nav__drop__row:nth-child(n) {
        padding-left: 0; }
      @media (max-width: 1024px) {
        .header__item:not(:first-of-type) .header__nav__drop__row {
          display: block; } }
  .header__drop {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100vw;
    display: none;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 4; }
    .header__drop::before {
      content: '';
      width: 100%;
      height: 80px;
      position: absolute;
      top: -80px;
      left: 0; }
    @media (max-width: 1024px) {
      .header__drop {
        position: static;
        padding: 0;
        background-color: #F7F7F7;
        display: block;
        overflow: hidden; } }
    .header__drop__inner {
      display: flex;
      justify-content: center; }
      @media (max-width: 1024px) {
        .header__drop__inner {
          width: 100%;
          position: static;
          padding: 0;
          display: block; } }
    .header__drop__row {
      width: 20%;
      padding: 10px 0; }
      .header__drop__row:not(:first-child) {
        border-left: 1px solid #DFDFDF;
        padding-left: 3vw; }
      @media (max-width: 1024px) {
        .header__drop__row {
          width: 100%;
          padding: 0;
          position: relative; }
          .header__drop__row:not(:first-child) {
            border-left: none;
            padding-left: 0; } }
    @media (max-width: 1024px) {
      .header__drop__content {
        position: relative;
        overflow: hidden; } }
    .header__drop__title {
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .header__drop__title {
          margin-bottom: 0;
          border-bottom: 1px solid #DFDFDF; } }
      .header__drop__title:not(:first-child) {
        margin-top: 20px; }
        @media (max-width: 1024px) {
          .header__drop__title:not(:first-child) {
            margin-top: 0; } }
      .header__drop__title > a {
        display: flex;
        align-items: center;
        margin-right: 10px; }
        @media (max-width: 1024px) {
          .header__drop__title > a {
            width: 100%;
            height: 60px;
            padding-left: 4vw;
            margin-right: 0; } }
        .header__drop__title > a > img {
          width: 49px;
          height: 49px;
          margin-right: 10px;
          mix-blend-mode: multiply;
          position: relative;
          z-index: 1; }
          @media (max-width: 1024px) {
            .header__drop__title > a > img {
              margin-right: 15px; } }
        .header__drop__title > a > p {
          font-size: 1.4rem;
          font-weight: 500;
          display: flex;
          align-items: center; }
          .header__drop__title > a > p > span {
            font-size: 1.1rem;
            font-weight: bold;
            color: #757575;
            white-space: nowrap;
            padding-left: 8px; }
      .header__drop__title--new {
        border-top: 1px solid #DFDFDF;
        padding-top: 20px; }
        @media (max-width: 1024px) {
          .header__drop__title--new {
            border-top: none;
            padding-top: 0; } }
        @media (max-width: 1024px) {
          .header__drop__title--new > a {
            background: url(../img/common/arrow_black.svg) no-repeat calc( 100% - 27px ) 50%/5px 8px; } }
        @media (max-width: 1024px) {
          .header__drop__title--new > a > img {
            width: 43px;
            height: 43px;
            margin-left: 3px; } }
    .header__drop__item {
      font-size: 1.1rem;
      font-weight: bold;
      color: #757575;
      line-height: 1.3; }
      .header__drop__item span {
        font-size: 0.9rem; }
      .header__drop__item:not(:last-child) {
        margin-bottom: 7px; }
        @media (max-width: 1024px) {
          .header__drop__item:not(:last-child) {
            margin-bottom: 15px; } }
      @media (max-width: 1024px) {
        .header__drop__item {
          border-bottom: 1px solid #DFDFDF; }
          .header__drop__item:not(:last-child) {
            margin: 0; }
          .header__drop__item > a {
            display: inline-block;
            width: 100%;
            padding: 20px 4vw 20px 8vw;
            position: relative; }
            .header__drop__item > a::after {
              content: '';
              width: 60px;
              height: 60px;
              background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translateY(-50%); } }
  .header__search {
    order: 4;
    margin-left: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 4; }
    .header__search::after {
      content: 'SEARCH';
      height: 0;
      font-size: 1.3rem;
      letter-spacing: 0.05em;
      overflow: hidden;
      padding-left: 20px;
      display: inline-block; }
    @media (max-width: 1024px) {
      .header__search {
        order: 3;
        width: 100%;
        margin: 0;
        padding: 0 4vw;
        background-color: white; }
        .header__search::after {
          left: calc( 4vw + 15px ); } }
    .header__search > input {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent;
      background-image: none;
      border: none;
      color: inherit;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      width: 100%;
      min-height: 20px;
      line-height: 1.6rem;
      padding-left: 20px;
      background: url(../img/common/icon_search.svg) no-repeat 0 50%/14px 14px; }
      @media (max-width: 1024px) {
        .header__search > input {
          width: 100%;
          height: 54px;
          padding-left: 0;
          background-color: #F7F7F7;
          background-position: 15px 50%;
          border-radius: 4px;
          overflow: hidden;
          padding-left: 40px;
          font-size: 1.6rem; }
          .header__search > input:focus {
            width: 100%; } }
      .header__search > input::placeholder {
        font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        color: #BDBDBD;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        line-height: 1;
        font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        overflow: visible;
        padding-top: 0.1em; }
        @media (max-width: 1024px) {
          .header__search > input::placeholder {
            font-size: 1.5rem;
            padding-top: 0.3em; } }
      .header__search > input::-webkit-input-placeholder {
        font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
      .header__search > input:-moz-placeholder {
        font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
      .header__search > input::-ms-input-placeholder {
        font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .header__opener {
    display: none; }
    @media (max-width: 1024px) {
      .header__opener {
        order: 2;
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        z-index: 10;
        display: flex; }
        .header__opener__btn {
          width: 18px;
          height: 14px;
          position: relative; }
          .header__opener__btn > span {
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #202020;
            border-radius: 2px; }
            .header__opener__btn > span:nth-child(1) {
              top: 0;
              left: 0; }
            .header__opener__btn > span:nth-child(2) {
              top: 50%;
              left: 0; }
            .header__opener__btn > span:nth-child(3) {
              top: 100%;
              left: 0;
              width: 65%; } }

.headline {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }
  @media screen and (max-width: 1486px) {
    .headline {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .headline {
      width: 92%; } }
  .headline__head {
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media (max-width: 320px) {
      .headline__head {
        text-align: left; } }
  .headline__main {
    display: inline-block;
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 0.08em; }
    @media (max-width: 768px) {
      .headline__main {
        font-size: 2.4rem;
        letter-spacing: 0.08em; } }
    @media (max-width: 320px) {
      .headline__main {
        font-size: 2.3rem; } }
  .headline__sub {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #757575;
    margin-top: 10px;
    letter-spacing: 0.1em; }
  .headline__link {
    position: absolute;
    bottom: 0;
    right: 0; }
    .headline__link > a {
      font-size: 1.2rem;
      color: #757575;
      font-weight: bold;
      display: inline-block;
      padding-right: 10px;
      background: url(../img/common/arrow_black.svg) no-repeat 100% 50%/5px 8px; }
      @media (max-width: 768px) {
        .headline__link > a {
          font-size: 1.0rem; } }
  .headline--inset {
    margin-top: 120px; }
    @media screen and (max-width: 768px) {
      .headline--inset {
        margin-top: 12vw; } }
  .headline--header {
    margin-top: 80px;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .headline--header {
        margin-top: 10vw; } }
    @media (max-width: 768px) {
      .headline--header {
        padding-bottom: 20px; } }
    @media (max-width: 320px) {
      .headline--header .headline__head {
        text-align: center; } }
    .headline--header::after {
      content: '';
      width: 44px;
      height: 2px;
      background-color: #202020;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .headline--hero {
    width: 100%;
    min-width: 100%;
    padding: 0;
    height: 490px; }
    @media (max-width: 1024px) {
      .headline--hero {
        height: 46vw;
        margin-top: 60px!important;
      }
      }
    .headline--hero > h2 {
      width: 100%;
      height: 100%; }
      .headline--hero > h2 > img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .headline--bg {
    min-width: 100%;
    width: 100%;
    padding: 0;
    height: 490px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .headline--bg {
        height: 60vw; } }
    .headline--bg .headline__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .headline--bg .headline__bg > img,
      .headline--bg .headline__bg > h2 > img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .headline--bg .headline__bg h2 {
        width: 100%;
        height: 100%; }
    .headline--bg .headline__head {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.hero-banner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 4vw; }
  @media screen and (max-width: 1486px) {
    .hero-banner {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .hero-banner {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .hero-banner {
      margin-top: 6vw; } }
  @media (max-width: 768px) {
    .hero-banner {
      margin-bottom: 4vw; } }
  .hero-banner__list::before, .hero-banner__list::after {
    content: '';
    width: 40px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: 5; }
    @media (max-width: 768px) {
      .hero-banner__list::before, .hero-banner__list::after {
        display: none; } }
  .hero-banner__list::before {
    left: -40px; }
  .hero-banner__list::after {
    right: -40px; }
  .hero-banner__item {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .hero-banner__bg {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative; }
    .hero-banner__bg > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 768px) {
      .hero-banner__bg {
        height: calc( 280/375 * 100vw ); }
        .hero-banner__bg:before {
          content: '';
          width: 100%;
          height: 68vw;
          position: absolute;
          bottom: 0;
          left: 0;
          background: linear-gradient(to bottom, transparent, black); } }
  .hero-banner__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      .hero-banner__inner {
        justify-content: flex-end;
        left: 0;
        padding: 0 6vw 8vw; } }
  .hero-banner__headline {
    margin-bottom: 20px;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
    color: white; }
    @media (max-width: 768px) {
      .hero-banner__headline {
        margin-bottom: 15px; }
        .hero-banner__headline > img {
          max-width: 90vw;
          height: auto; } }
  .hero-banner__copy {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.2em;
    max-width: 40%; }
    @media (max-width: 768px) {
      .hero-banner__copy {
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 0.1em;
        text-align: justify;
        text-justify: inter-ideograph;
        margin-bottom: 15px;
        max-width: none; }
        .hero-banner__copy br {
          display: none; } }
  .hero-banner__btn {
    margin: 0;
    pointer-events: none; }
    @media (max-width: 768px) {
      .hero-banner__btn {
        width: 100%;
        margin: 0 auto; }
        .hero-banner__btn::before,
        .hero-banner__btn .button__arrow,
        .hero-banner__btn .button__clone {
          display: none; } }
  .hero-banner .slick-list {
    overflow: hidden;
    width: 100%;
    margin: 0; }
  .hero-banner .slick-slide {
    padding: 0; }
  .hero-banner .slick-dots {
    position: absolute;
    top: auto;
    bottom: -30px; }
    @media (max-width: 768px) {
      .hero-banner .slick-dots {
        position: absolute;
        bottom: 4vw;
        width: 100%;
        transform: translateY(50%);
        margin: 0; }
        .hero-banner .slick-dots > li > button {
          background-color: rgba(255, 255, 255, 0.3); }
        .hero-banner .slick-dots > li.slick-active > button {
          background-color: white; } }

.thumbnail + .hero-banner {
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .thumbnail + .hero-banner {
      margin-top: 12vw; } }

.hero-image {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
  overflow: hidden;
  margin-top: 124px; }
  @media (max-width: 1024px) {
    .hero-image {
      margin-bottom: 16vw;
      margin-top: 0; } }
  .hero-image__list {
    width: 100%;
    height: 100%; }
    .hero-image__list::before {
      content: '';
      width: calc( 100% + 2px );
      height: calc( 100% + 2px );
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 9;
      pointer-events: none; }
  .hero-image__item {
    width: 100%;
    height: calc( 100vh - 124px );
    max-height: 768px;
    position: relative; }
    @media (max-width: 768px) {
      .hero-image__item {
        max-height: 584px; } }
    .hero-image__item > a {
      display: block; }
      .hero-image__item > a > img.sp ,
      .hero-image__item > div > img.sp {
        display: none; }
      @media (max-width: 768px) {
        .hero-image__item > a > img.sp ,
        .hero-image__item > div > img.sp {
          display: none; }
        .hero-image__item > a > img.sp ,
        .hero-image__item > div > img.sp {
          display: block; } }
      .hero-image__item > a > video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%); }
      .hero-image__item > a.has-video::after {
        content: 'PLAY MOVIE';
        font-size: 1.0rem;
        font-weight: 500;
        letter-spacing: 0.2em;
        color: white;
        padding-top: 90px;
        text-align: center;
        width: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(../img/home/icon_play.svg) no-repeat 50% 50%/60px 60px; }
    .hero-image__item > a > img,
    .hero-image__item > div > img,
    .hero-image__item > img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .hero-image__arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
    background: url(../img/common/arrow_thin_white.svg) no-repeat 50% 50%/12.8px 25.6px;
    transform: translateY(-50%);
    cursor: pointer; }
    .hero-image__arrow:focus {
      outline: 0; }
    .hero-image__arrow--prev {
      left: 10px;
      transform: rotate(-180deg) translateY(50%); }
      @media (max-width: 768px) {
        .hero-image__arrow--prev {
          left: 5px; } }
    .hero-image__arrow--next {
      right: 10px; }
      @media (max-width: 768px) {
        .hero-image__arrow--next {
          right: 5px; } }
  .hero-image__indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 18px;
    z-index: 10; }
    @media (max-width: 768px) {
      .hero-image__indicator {
        bottom: 15px; } }
  .hero-image__bar {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; }
    .hero-image__bar::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute; }
  .hero-image__progress {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white; }
  .hero-image__current-num, .hero-image__max-num {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .hero-image__current-num {
    left: -2em; }
  .hero-image__max-num {
    right: -2.5em; }
  .hero-image .slick-list {
    overflow: hidden;
    width: 100%;
    margin-left: 0; }
    @media (max-width: 1024px) {
      .hero-image .slick-list {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 768px) {
      .hero-image .slick-list {
        width: 100%;
        margin-left: 0; } }
  .hero-image .slick-slide {
    width: auto;
    padding: 0; }
    @media (max-width: 768px) {
      .hero-image .slick-slide {
        padding: 0; } }

.related-site {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 0; }
  @media screen and (max-width: 1486px) {
    .related-site {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .related-site {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .related-site {
      margin-top: 6vw; } }
  .related-site__main-item {
    width: calc( ( 100% - 30px * 3 ) / 4 );
    padding-top: 3vw; }
    @media (max-width: 768px) {
      .related-site__main-item {
        width: calc( ( 100% - 3vw * 1 ) / 2 ); } }
    .related-site__main-item:not(:nth-child(4n)) {
      margin-right: 30px; }
    @media (max-width: 768px) {
      .related-site__main-item:nth-child(n) {
        margin-right: 0; }
      .related-site__main-item:not(:nth-child(2n)) {
        margin-right: 3vw; } }
    .related-site__main-item:nth-child(-n+4) {
      padding-top: 0; }
    @media (max-width: 768px) {
      .related-site__main-item:nth-child(n) {
        padding-top: 3vw; }
      .related-site__main-item:nth-child(-n+2) {
        padding-top: 0; } }
    .related-site__main-item > a > img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .related-site__main-list {
    display: flex;
    flex-wrap: wrap; }
  .related-site__sub {
    overflow: hidden; }
  .related-site__sub-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px; }
    @media (max-width: 768px) {
      .related-site__sub-list {
        padding-top: 3vw; } }
  .related-site__sub-item {
    width: calc( ( 100% - 30px * 4 ) / 5 );
    padding-top: 2vw; }
    .related-site__sub-item:not(:nth-child(5n)) {
      margin-right: 30px; }
    .related-site__sub-item:nth-child(-n+5) {
      padding-top: 0; }
    @media (max-width: 1024px) {
      .related-site__sub-item {
        width: calc( ( 100% - 30px * 3 ) / 4 ); }
        .related-site__sub-item:nth-child(n) {
          margin-right: 0;
          padding-top: 3vw; }
        .related-site__sub-item:not(:nth-child(4n)) {
          margin-right: 30px; }
        .related-site__sub-item:nth-child(-n+4) {
          padding-top: 0; } }
    @media (max-width: 768px) {
      .related-site__sub-item {
        width: calc( ( 100% - 3vw * 1 ) / 2 ); }
        .related-site__sub-item:nth-child(n) {
          margin-right: 0;
          padding-top: 3vw; }
        .related-site__sub-item:not(:nth-child(2n)) {
          margin-right: 3vw; }
        .related-site__sub-item:nth-child(-n+2) {
          padding-top: 0; } }
    .related-site__sub-item > a > img {
      width: 100%;
      height: auto;
      vertical-align: top; }

#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #202020;
  position: fixed;
  display: none;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#modal-content .inner {
  position: relative; }

#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden; }

#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.news-index__item {
  position: relative; }
  .news-index__item:not(:last-child) {
    border-bottom: 1px solid #DFDFDF; }
  .news-index__item > a {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0;
    z-index: 2; }
.news-index__date {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #BDBDBD;
  margin-right: 15px; }
.news-index__important {
  display: inline-block;
  background-color: #C61017;
  color: white;
  font-size: 1.0rem;
  padding: 5px 7px;
  margin-right: 10px; }
.news-index__tag {
  display: inline-block;
  background-color: #757575;
  color: white;
  font-size: 1.0rem;
  padding: 5px 7px; }
.news-index__txt {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .news-index__txt {
      font-size: 1.3rem; } }

.pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 30px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin-top: 9vw; } }
  .pagination__arrow {
    width: 30px;
    height: 30px;
    background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
    .pagination__arrow--prev {
      transform: rotate(180deg); }
    .pagination__arrow > a {
      width: 30px;
      height: 30px;
      display: inline-block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .pagination__list {
    display: flex;
    justify-content: center; }
  .pagination__item {
    margin: 0 5px;
    position: relative; }
    .pagination__item--current {
      padding: 0 5px; }
    .pagination__item > a {
      padding: 0 5px;
      color: #BDBDBD; }
      .pagination__item > a:hover {
        color: #202020; }

.product-main {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px; }
  @media screen and (max-width: 1486px) {
    .product-main {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .product-main {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .product-main {
      margin-top: 6vw; } }
  .product-main::after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .product-main {
      display: flex;
      flex-direction: column; } }
  .product-main__image {
    float: left;
    width: 40%;
    margin-right: 50px;
    max-width: 481px; }
    @media (max-width: 1024px) {
      .product-main__image {
        width: 48%; } }
    @media (max-width: 768px) {
      .product-main__image {
        float: none;
        width: 100%;
        margin: 0;
        max-width: none;
        padding-bottom: 40px;
        order: 3; } }
  .product-main__slider-for {
    width: calc( 100% + 10px );
    margin-left: -5px;
    position: relative; }
    @media (max-width: 768px) {
      .product-main__slider-for::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9; }
      .product-main__slider-for.is-active::before {
        display: none; } }
    .product-main__slider-for .slick-list {
      overflow: hidden;
      width: 100%;
      margin: 0; }
    .product-main__slider-for .slick-slide {
      padding: 0 5px; }
  .product-main--new .product-main__slider-for::after {
    content: 'NEW';
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    background-color: #202020;
    color: white;
    padding: 6px 6px 6px 7px;
    z-index: 1;
    pointer-events: none; }
  .product-main__zoom-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 25px;
    left: 20px;
    background: white url(../img/common/icon_zoom.svg) no-repeat 50% 50%/18px 18px;
    z-index: 1;
    border-radius: 3px;
    pointer-events: none;
    z-index: 10; }
    @media (max-width: 768px) {
      .product-main__zoom-btn {
        width: auto;
        padding-left: 29px;
        padding-right: 10px;
        background-position: 7px 50%;
        pointer-events: auto; } }
    .product-main__zoom-btn > span {
      display: none; }
      @media (max-width: 768px) {
        .product-main__zoom-btn > span {
          display: block;
          line-height: 30px;
          font-size: 1.2rem;
          font-weight: 700; } }
  .product-main__for-item {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0;
    position: relative; }
    @media (max-width: 768px) {
      .product-main__for-item > a {
        pointer-events: none; } }
    .product-main__for-item > a > img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    @media (max-width: 768px) {
      .product-main__for-item.is-active > a {
        pointer-events: auto; } }
  .product-main__slider-nav {
    width: calc( 100% + 10px );
    margin-left: -5px; }
    @media (max-width: 768px) {
      .product-main__slider-nav {
        width: 100vw;
        margin-left: -4vw;
        white-space: nowrap;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        font-size: 0;
        padding-bottom: 4px; }
        .product-main__slider-nav::-webkit-scrollbar {
          display: none;
          -ms-overflow-style: none;
          scrollbar-width: none; } }
    .product-main__slider-nav .slick-list {
      overflow: hidden;
      width: 100%;
      margin: 0; }
      @media (max-width: 768px) {
        .product-main__slider-nav .slick-list {
          overflow: visible !important; } }
      .product-main__slider-nav .slick-list::before, .product-main__slider-nav .slick-list::after {
        content: '';
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9;
        background-color: white; }
        @media (max-width: 768px) {
          .product-main__slider-nav .slick-list::before, .product-main__slider-nav .slick-list::after {
            display: none; } }
      .product-main__slider-nav .slick-list::before {
        left: -15px; }
      .product-main__slider-nav .slick-list::after {
        right: -15px; }
    .product-main__slider-nav .slick-track {
      z-index: 5; }
    .product-main__slider-nav .slick-slide {
      padding: 0 5px 4px; }
      @media (max-width: 768px) {
        .product-main__slider-nav .slick-slide {
          padding: 0 2px 4px; } }
    .product-main__slider-nav .slick-prev {
      left: -25px;
      transform: rotate(-180deg); }
    .product-main__slider-nav .slick-next {
      right: -25px; }
  .product-main__nav-item {
    width: calc( 25% - (10px / 3) );
    padding: 0;
    font-size: 0;
    cursor: pointer; }
    .product-main__nav-item > img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    @media (max-width: 768px) {
      .product-main__nav-item {
        width: calc( ( 100vw - 8vw - 1.5vw) / 4 );
        display: inline-block; }
        .product-main__nav-item:not(:first-child) {
          margin-left: 0.5vw; }
        .product-main__nav-item:first-child {
          margin-left: 4vw; }
        .product-main__nav-item:last-child {
          margin-right: 4vw; }
        .product-main__nav-item:focus {
          outline: none; } }
  .product-main__logo {
    font-size: 4.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    padding-top: 5%;
    display: flex;
    align-items: center;
    font-weight: bold;  }
    .product-main__logo > img:not(:first-child) {
      margin-left: 15px; }
    @media (max-width: 768px) {
      .product-main__logo {
        padding-top: 6vw;
        order: 1; }
        .product-main__logo > img {
          max-width: 100%;
          height: auto; } }
  .product-main__name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      .product-main__name {
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      .product-main__name {
        margin-bottom: 20px;
        order: 2; } }
  .product-main__price {
    font-size: 1.5rem;
    font-weight: bold; }
    @media (max-width: 768px) {
      .product-main__price {
        font-size: 1.3rem;
        order: 4; } }
    .product-main__price > span {
      font-size: 2.7rem;
      font-weight: 500;
      display: inline-block;
      margin-right: 2px; }
      @media (max-width: 768px) {
        .product-main__price > span {
          font-size: 2.2rem; } }
  .product-main__date {
    margin-top: 15px; }
  .product-main__date p {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #202020;
    padding: 4px 6px;
   }
  .product-main__date small {
    color: #757575; }
    @media (max-width: 768px) {
      .product-main__date {
        order: 5; } }
  .product-main__marks {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 55px; }
    @media (max-width: 768px) {
      .product-main__marks {
        margin-top: 30px;
        padding-top: 20px;
        order: 6; } }
    .product-main__marks::before, .product-main__marks::after {
      content: '';
      width: 100%;
      position: absolute; }
    .product-main__marks::before {
      top: 0;
      border-top: 1px solid #DFDFDF; }
    .product-main__marks::after {
      bottom: 0;
      border-bottom: 1px solid #DFDFDF; }
  .product-main__mark {
    margin: 0 10px 20px;
    width: 79px; }
    .product-main__mark > img {
      width: 100%;
      height: auto; }
    @media (max-width: 1024px) {
      .product-main__mark {
        width: 20%;
        margin: 0 5px 10px; } }
    @media (max-width: 1024px) {
      .product-main__mark {
        width: 16.66667%;
        padding: 0 5px;
        margin: 0 0 10px 0; } }

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  display: inline;
  zoom: 1; }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: crosshair; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888; }

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  border-left: 5px solid white;
  border-right: 5px solid white; }

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px; }

.region-selector {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .region-selector__bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    top: 0;
    left: 0; }
  .region-selector__close {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #202020;
    cursor: pointer;
    z-index: 99; }
    .region-selector__close::before, .region-selector__close::after {
      content: '';
      width: 20px;
      height: 1px;
      background-color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    .region-selector__close::after {
      transform: translate(-50%, -50%) rotate(135deg); }
  .region-selector__body {
    max-width: 1000px;
    width: calc( 100% - 4.39239%*2 );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white; }
    @media (max-width: 768px) {
      .region-selector__body {
        width: 92%; }
        .region-selector__body > .headline {
          padding-top: 12vw; } }
  .region-selector__content {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px 60px; }
    @media screen and (max-width: 768px) {
      .region-selector__content {
        margin-top: 6vw; } }
    @media (max-width: 768px) {
      .region-selector__content {
        padding: 0 2vw 30px; } }
  .region-selector__row {
    flex: 1;
    padding: 0 10px; }
    @media (max-width: 1024px) {
      .region-selector__row {
        flex: none;
        width: 33.33333%; }
        .region-selector__row:not(:nth-child(-n+3)) {
          padding-top: 15px; } }
    @media (max-width: 768px) {
      .region-selector__row {
        width: 100%;
        padding: 0 2.5vw; }
        .region-selector__row:not(:first-child) {
          padding-top: 3vw; } }
  .region-selector__name {
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 10px; }
  .region-selector__list {
    padding-top: 20px; }
    @media (max-width: 768px) {
      .region-selector__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 4vw; } }
  .region-selector__item > a {
    display: flex;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .region-selector__item > a {
        padding-bottom: 4vw; } }
  @media (max-width: 768px) {
    .region-selector__item {
      width: calc( 50% - 1vw ); } }
  .region-selector__flag {
    margin-right: 10px; }
    @media (max-width: 768px) {
      .region-selector__flag {
        margin-right: 8px; } }
    .region-selector__flag > img {
      width: 44px;
      height: auto; }
  .region-selector__country {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 4px; }
  .region-selector__language {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #757575; }

.search-result {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 40px;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1486px) {
    .search-result {
      width: 91.21523%; } }
  @media screen and (max-width: 768px) {
    .search-result {
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .search-result {
      margin-top: 6vw; } }
  .search-result__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .search-result__head {
        margin-bottom: 8px; } }
  .search-result__label {
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: auto; }
  .search-result__num {
    margin-left: auto;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em; }
    .search-result__num > span {
      font-size: 1.2rem;
      font-weight: bold; }
  .search-result__list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: calc( 100% + 10px );
    margin-left: -10px; }
    @media (max-width: 768px) {
      .search-result__list {
        width: calc( 100% + 6px );
        margin-left: -6px; } }
  .search-result__tag {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .search-result__tag {
        font-size: 1.1rem;
        padding: 8px;
        margin-left: 6px;
        margin-top: 6px; } }
    .search-result__tag > span {
      display: inline-block; }
      .search-result__tag > span:not(:last-child) {
        padding-right: 12px;
        margin-right: 5px;
        background: url(../img/common/arrow_black.svg) no-repeat 100% 50%/4px 6px; }
        @media (max-width: 768px) {
          .search-result__tag > span:not(:last-child) {
            padding-right: 10px;
            margin-right: 2px; } }

.slick-slider:not(.slick-initialized) {
  display: none; }
.slick-list {
  overflow: visible;
  width: calc( 100% + 30px );
  margin-left: -15px; }
  @media (max-width: 1024px) {
    .slick-list {
      order: 1;
      width: calc( 100% - 80px );
      margin-left: -15px; } }
  @media (max-width: 768px) {
    .slick-list {
      order: 1;
      width: 70vw;
      margin-left: -2vw; } }
.slick-slide {
  width: auto;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .slick-slide {
      padding: 0 2vw; } }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide:nth-child(n) {
    margin-right: 0;
    padding-top: 0; }
.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 20px;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/arrow_thin.svg) no-repeat 50% 50%/12.8px 25.6px; }
  .slick-arrow:focus {
    outline: 0; }
  .slick-arrow[aria-disabled="true"] {
    display: none !important; }
.slick-prev {
  left: -30px;
  transform: rotate(-180deg); }
.slick-next {
  right: -30px; }
.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  order: 2; }
  @media (max-width: 768px) {
    .slick-dots {
      margin-top: 20px; } }
  .slick-dots > li {
    margin: 30px 8px 0; }
    .slick-dots > li:only-child {
      display: none; }
    @media (max-width: 768px) {
      .slick-dots > li {
        margin: 0 3px; } }
    .slick-dots > li > button {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 8px;
      height: 8px;
      background-color: #BDBDBD;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .slick-dots > li > button {
          width: 6px;
          height: 6px; } }
      .slick-dots > li > button:focus {
        outline: 0; }
    .slick-dots > li.slick-active > button {
      background-color: #202020; }

.social {
  margin-top: 120px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .social {
      margin-top: 12vw; } }
  @media (max-width: 768px) {
    .social {
      display: block;
      padding-top: 0vw;
      width: 100%;
      max-width: 1366px;
      margin: 0 auto;
      max-width: none;
      padding-left: calc( 50% - 1366px / 2 );
      padding-right: calc( 50% - 1366px / 2 );
      margin-top: 120px; } }
  @media screen and (max-width: 768px) and (max-width: 1486px) {
    .social {
      width: 91.21523%;
      width: auto;
      padding-left: 4.39239%;
      padding-right: 4.39239%; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .social {
      width: 92%;
      width: auto;
      padding-left: 4vw;
      padding-right: 4vw; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .social {
      margin-top: 12vw; } }

  .social__content {
    width: 50%;
    padding: 0 6vw; }
    @media (max-width: 768px) {
      .social__content {
        width: 100%;
        padding: 0; } }
    .social__content:not(:first-child) {
      border-left: 1px solid #DFDFDF; }
      @media (max-width: 768px) {
        .social__content:not(:first-child) {
          border-left: none;
          border-top: 1px solid #DFDFDF;
          padding-top: 12vw;
          margin-top: 12vw; } }
    .social__content--facebook .social__inner {
      max-width: 500px;
      margin: 0 auto;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .social__content--facebook .social__inner {
          margin-top: 6vw; } }
      @media (max-width: 768px) {
        .social__content--facebook .social__inner > iframe {
          width: 100%; } }
    .social__content--twitter .social__inner {
      max-width: 500px;
      margin: 0 auto;
      border: 1px solid #DFDFDF;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .social__content--twitter .social__inner {
          margin-top: 6vw; } }

.spec-table {
  margin-top: 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .spec-table {
      margin-top: 6vw; } }
  .spec-table__left-mask {
    width: 4.39239%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 8;
    border-right: 1px solid #DFDFDF; }
    @media (max-width: 768px) {
      .spec-table__left-mask {
        display: none; } }
  .spec-table__content {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    max-width: none;
    padding-left: calc( 50% - 1366px / 2 );
    padding-right: calc( 50% - 1366px / 2 );
    position: relative; }
    @media screen and (max-width: 1486px) {
      .spec-table__content {
        width: 91.21523%;
        width: auto;
        padding-left: 4.39239%;
        padding-right: 4.39239%; } }
    @media screen and (max-width: 768px) {
      .spec-table__content {
        width: 92%;
        width: auto;
        padding-left: 4vw;
        padding-right: 4vw; } }
    .spec-table__content::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      scrollbar-width: none; }
    @media (max-width: 768px) {
      .spec-table__content {
        padding: 0;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch; } }
  .spec-table__table {
    width: 100%;
    border-spacing: 0;
    padding-right: 4.39239%; }
    @media (max-width: 768px) {
      .spec-table__table {
        padding-right: 0; } }
    .spec-table__table--clone {
      position: absolute;
      top: 0;
      left: 4.39239%;
      z-index: 5; }
  .spec-table__thead {
    position: relative;
    z-index: 1; }
    .spec-table__thead > tr > th {
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      text-align: center;
      background-color: #202020;
      color: white;
      font-weight: bold;
      font-size: 1.3rem;
      line-height: 1.2;
      padding: 0 !important;
      z-index: 1; }
      .spec-table__thead > tr > th:first-child {
        z-index: 2; }
      @media (max-width: 768px) {
        .spec-table__thead > tr > th:not(:first-child) {
          border-right: none; } }
      .spec-table__thead > tr > th > p {
        padding: 15px;
        letter-spacing: 0.05em; }
        .spec-table__thead > tr > th > p > span {
          font-size: 1.2rem; }
    .spec-table__thead--clone {
      position: absolute;
      top: 0;
      left: 4.39239%;
      z-index: 2;
      display: none; }
    .spec-table__thead--clone2 {
      position: absolute;
      top: 0;
      left: 4.39239%;
      z-index: 6; }
      .spec-table__thead--clone2 > tr > th > p {
        padding: 0; }
    .spec-table__thead--clone3 {
      position: absolute;
      top: 0;
      left: 4.39239%;
      z-index: 8; }
      @media (max-width: 768px) {
        .spec-table__thead--clone3 {
          left: 0; } }
      .spec-table__thead--clone3 > tr > th > p {
        padding: 0; }
  .spec-table__tbody > tr > td {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    padding: 20px 15px;
    text-align: center;
    background-color: white;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2; }
    .spec-table__tbody > tr > td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      text-align: left; }
      @media (max-width: 768px) {
        .spec-table__tbody > tr > td:first-child {
          border-left: none; } }
    .spec-table__tbody > tr > td:not(:last-child) {
      border-right: 1px solid #DFDFDF; }
    .spec-table__tbody > tr > td:last-child {
      border-right: 1px solid #DFDFDF; }
      @media (max-width: 768px) {
        .spec-table__tbody > tr > td:last-child {
          border-right: none; } }
  .spec-table__tbody > tr:nth-child(even) > td {
    background-color: #F7F7F7; }
  .spec-table__tbody > tr:last-child > td {
    border-bottom: 1px solid #DFDFDF; }
  .spec-table__controler {
    width: 280px;
    height: 44px;
    background-color: #202020;
    border-radius: 22px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
    margin: 20px auto 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1024px) {
      .spec-table__controler {
        width: 90vw;
        height: 20px;
        bottom: 20px;
        background: none;
        display: none; } }
    .spec-table__controler--left, .spec-table__controler--right {
      width: 44px;
      height: 100%;
      background: url(../img/common/arrow_white.svg) no-repeat 50% 50%/5px 8px;
      cursor: pointer; }
    .spec-table__controler--left {
      transform: rotate(-180deg); }
    .spec-table__controler--indicator {
      position: relative;
      width: calc( 100% - 88px );
      height: 4px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .spec-table__controler--indicator {
          width: calc( 100% - 44px ); } }
    .spec-table__controler--bar {
      width: 20%;
      height: 4px;
      border-radius: 2px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      z-index: 2; }
      @media (max-width: 768px) {
        .spec-table__controler--bar {
          background-color: black; } }
      .spec-table__controler--bar::before {
        content: '';
        width: 100%;
        height: calc( 100% + 20px );
        position: absolute;
        top: -10px; }
    .spec-table__controler--bg {
      width: 100%;
      height: 4px;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 768px) {
        .spec-table__controler--bg {
          background-color: rgba(0, 0, 0, 0.2); } }
      .spec-table__controler--bg::before {
        content: '';
        width: 100%;
        height: calc( 100% + 20px );
        position: absolute;
        top: -10px; }
  .spec-table__annotation {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.2rem;
    color: #757575;
    padding-top: 20px;
    line-height: 1.4;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    max-width: none;
    padding-left: calc( 50% - 1366px / 2 );
    padding-right: calc( 50% - 1366px / 2 );
    background-color: white;
    z-index: 5; }
    @media screen and (max-width: 1486px) {
      .spec-table__annotation {
        width: 91.21523%;
        width: auto;
        padding-left: 4.39239%;
        padding-right: 4.39239%; } }
    @media screen and (max-width: 768px) {
      .spec-table__annotation {
        width: 92%;
        width: auto;
        padding-left: 4vw;
        padding-right: 4vw; } }
    .spec-table__annotation > p:not(:last-child) {
      margin-bottom: 5px; }

.tabnav {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .tabnav {
      margin-top: 6vw; } }
  .tabnav__btn {
    display: none;
    width: 100px;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to left, rgba(247, 247, 247, 0), #f7f7f7, #f7f7f7); }
    @media (max-width: 768px) {
      .tabnav__btn {
        width: 15vw; } }
    .tabnav__btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 35%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 8px;
      height: 8px;
      border-left: 2px solid #202020;
      border-bottom: 2px solid #202020; }
      @media (max-width: 768px) {
        .tabnav__btn::before {
          width: 6px;
          height: 6px;
          border-left: 1px solid #202020;
          border-bottom: 1px solid #202020; } }
    .tabnav__btn::after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      background: none; }
    .tabnav__btn--left {
      left: 0; }
      .tabnav__btn--left::after {
        transform: rotate(-180deg); }
    .tabnav__btn--right {
      right: 0;
      transform: rotate(-180deg);
      display: block; }
      .tabnav__btn--right::after {
        transform: rotate(-180deg); }
    .tabnav__btn.is-active {
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    @media (max-width: 768px) {
      .tabnav__btn {
        display: nones; } }
  .tabnav--mini {
    margin-bottom: 3vw; }
    .tabnav--mini .tabnav__btn {
      width: 15vw;
      background-color: #F7F7F7;
      display: none;
      background: linear-gradient(to left, rgba(255, 255, 255, 0), white, white); }
    .tabnav--mini .tabnav__nav {
      text-align: center; }
    .tabnav--mini .tabnav__list {
      font-size: 0;
      display: inline-block; }
    .tabnav--mini .tabnav__item {
      position: relative;
      display: inline-block; }
      .tabnav--mini .tabnav__item:not(:last-child) {
        margin-right: 20px; }
        @media (max-width: 768px) {
          .tabnav--mini .tabnav__item:not(:last-child) {
            margin-right: 10px; } }
      .tabnav--mini .tabnav__item > a {
        display: inline-block;
        padding: 15px 5px;
        font-size: 1.3rem;
        color: #757575;
        font-weight: bold; }
        @media (max-width: 768px) {
          .tabnav--mini .tabnav__item > a {
            font-size: 1.2rem; } }
  .tabnav--def {
    border-top: 1px solid #DFDFDF;
    background-color: #F7F7F7; }
    @media (max-width: 768px) {
      .tabnav--def {
        margin-bottom: 6vw; } }
    .tabnav--def .tabnav__list {
      display: flex; }
    .tabnav--def .tabnav__item {
      flex: 1;
      font-weight: bold;
      font-size: 1.5rem;
      position: relative; }
      @media (max-width: 768px) {
        .tabnav--def .tabnav__item {
          font-size: 1.3rem; } }
      .tabnav--def .tabnav__item > a {
        display: inline-block;
        text-align: center;
        width: 100%;
        height: 88px;
        line-height: 88px; }
        @media (max-width: 768px) {
          .tabnav--def .tabnav__item > a {
            height: 54px;
            line-height: 54px; } }
      .tabnav--def .tabnav__item.is-active {
        background-color: white; }
        .tabnav--def .tabnav__item.is-active::after {
          content: '';
          width: 50%;
          height: 2px;
          background-color: #202020;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }

.l-gray-bg .tabnav__btn {
  background: linear-gradient(to left, rgba(247, 247, 247, 0), #f7f7f7, #f7f7f7); }

.headline--hero + .tabnav,
.headline--bg + .tabnav {
  border-top: none;
  margin-top: 0; }

.thumbnail {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  max-width: none;
  padding-left: calc( 50% - 1366px / 2 );
  padding-right: calc( 50% - 1366px / 2 );
  margin-top: 40px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1486px) {
    .thumbnail {
      width: 91.21523%;
      width: auto;
      padding-left: 4.39239%;
      padding-right: 4.39239%; } }
  @media screen and (max-width: 768px) {
    .thumbnail {
      width: 92%;
      width: auto;
      padding-left: 4vw;
      padding-right: 4vw; } }
  @media screen and (max-width: 768px) {
    .thumbnail {
      margin-top: 6vw; } }
  .thumbnail__list {
    display: flex;
    flex-wrap: wrap; }
  .thumbnail__item {
    margin-top: 30px;
    position: relative; }
    .thumbnail__item--movie .thumbnail__img::after {
      content: '';
      width: 22px;
      height: 22px;
      background: url(../img/common/icon_movie.svg) no-repeat 0 0/cover;
      position: absolute;
      bottom: 15px;
      left: 15px;
      filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.65)); }
    .thumbnail__item--new .thumbnail__img::before {
      content: 'NEW';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.0rem;
      letter-spacing: 0.05em;
      background-color: #202020;
      color: white;
      padding: 4px 4px 4px 5px;
      z-index: 1; }
  .thumbnail[data-column='5'] .thumbnail__item {
    width: calc( ( 99.999% - 30px * 4 ) / 5 ); }
    .thumbnail[data-column='5'] .thumbnail__item:not(:nth-child(5n)) {
      margin-right: 30px; }
    .thumbnail[data-column='5'] .thumbnail__item:nth-child(-n+5) {
      margin-top: 0; }
  @media (max-width: 768px) {
    .thumbnail[data-column='5'] .thumbnail__item {
      width: 39vw; } }
  .thumbnail[data-column='4'] .thumbnail__item {
    width: calc( ( 99.999% - 30px * 3 ) / 4 ); }
    .thumbnail[data-column='4'] .thumbnail__item:nth-child(n) {
      margin-right: 0;
      margin-top: 3vw; }
    .thumbnail[data-column='4'] .thumbnail__item:not(:nth-child(4n)) {
      margin-right: 30px; }
    .thumbnail[data-column='4'] .thumbnail__item:nth-child(-n+4) {
      margin-top: 0; }
    @media (max-width: 1024px) {
      .thumbnail[data-column='4'] .thumbnail__item {
        width: calc( ( 99.999% - 30px * 2 ) / 3 ); }
        .thumbnail[data-column='4'] .thumbnail__item:nth-child(n) {
          margin-right: 0;
          margin-top: 3vw; }
        .thumbnail[data-column='4'] .thumbnail__item:not(:nth-child(3n)) {
          margin-right: 30px; }
        .thumbnail[data-column='4'] .thumbnail__item:nth-child(-n+3) {
          margin-top: 0; } }
    @media (max-width: 768px) {
      .thumbnail[data-column='4'] .thumbnail__item:nth-child(n) {
        margin-right: 0;
        margin-top: 0; } }
  .thumbnail[data-column='3'] .thumbnail__item {
    width: calc( ( 99.999% - 30px * 2 ) / 3 ); }
    .thumbnail[data-column='3'] .thumbnail__item:nth-child(n) {
      margin-right: 0;
      margin-top: 3vw; }
    .thumbnail[data-column='3'] .thumbnail__item:not(:nth-child(3n)) {
      margin-right: 30px; }
    .thumbnail[data-column='3'] .thumbnail__item:nth-child(-n+3) {
      margin-top: 0; }
    @media (max-width: 768px) {
      .thumbnail[data-column='3'] .thumbnail__item {
        width: calc( ( 99.999% - 30px * 1 ) / 2 ); }
        .thumbnail[data-column='3'] .thumbnail__item:nth-child(n) {
          margin-right: 0;
          margin-top: 3vw; }
        .thumbnail[data-column='3'] .thumbnail__item:not(:nth-child(2n)) {
          margin-right: 30px; }
        .thumbnail[data-column='3'] .thumbnail__item:nth-child(n) {
          margin-right: 0;
          margin-top: 0; } }
  .thumbnail--product[data-column='3'] .thumbnail__img {
    text-align: center; }
    .thumbnail--product[data-column='3'] .thumbnail__img > img {
      max-width: 214px;
      margin: 0 auto; }
  @media (max-width: 768px) {
    .thumbnail[data-carousel='no'] .thumbnail__item {
      width: calc( ( 99.999% - 3vw * 1 ) / 2 ); }
      .thumbnail[data-carousel='no'] .thumbnail__item:nth-child(n) {
        margin-right: 0;
        margin-top: 4vw; }
      .thumbnail[data-carousel='no'] .thumbnail__item:not(:nth-child(2n)) {
        margin-right: 3vw; }
      .thumbnail[data-carousel='no'] .thumbnail__item:nth-child(-n+2) {
        margin-top: 0; } }
  .thumbnail[data-carousel='init'] .thumbnail__list {
    display: block; }
  .thumbnail[data-carousel='init'] .thumbnail__item:nth-child(n) {
    margin-right: 0;
    margin-top: 0; }
  .thumbnail[data-carousel='init'] .slick-list {
    overflow: hidden;
    position: relative; }
    @media (max-width: 1024px) {
      .thumbnail[data-carousel='init'] .slick-list {
        width: calc( 100% + 30px );
        margin-left: -15px; } }
    @media (max-width: 768px) {
      .thumbnail[data-carousel='init'] .slick-list {
        overflow: visible;
        width: 80vw;
        margin-left: -2vw; } }
  @media (max-width: 768px) {
    .thumbnail[data-scroll='smooth'] {
      padding: 0; } }
  @media (max-width: 768px) {
    .thumbnail[data-scroll='smooth'] .thumbnail__list {
      display: block;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      overscroll-behavior-x: contain;
      -webkit-overflow-scrolling: touch;
      font-size: 0; }
      .thumbnail[data-scroll='smooth'] .thumbnail__list::-webkit-scrollbar {
        display: none;
        -ms-overflow-style: none;
        scrollbar-width: none; } }
  @media (max-width: 768px) {
    .thumbnail[data-scroll='smooth'] .thumbnail__item {
      display: inline-block; }
      .thumbnail[data-scroll='smooth'] .thumbnail__item:nth-child(n) {
        margin-right: 0;
        margin-top: 0; }
      .thumbnail[data-scroll='smooth'] .thumbnail__item:not(:last-child) {
        margin-right: 3vw; }
      .thumbnail[data-scroll='smooth'] .thumbnail__item:first-child {
        margin-left: 4vw; }
      .thumbnail[data-scroll='smooth'] .thumbnail__item:last-child {
        margin-right: 4vw; } }
  .thumbnail--cover {
    position: relative; }
    .thumbnail--cover .thumbnail__item {
      overflow: hidden;
      width: calc( ( 100% - 30px*2 ) / 3 ); }
      .thumbnail--cover .thumbnail__item:nth-child(n) {
        margin-right: 0;
        margin-top: 3vw; }
      .thumbnail--cover .thumbnail__item:not(:nth-child(3n)) {
        margin-right: 30px; }
      .thumbnail--cover .thumbnail__item:nth-child(-n+3) {
        margin-top: 0; }
      @media (max-width: 1024px) {
        .thumbnail--cover .thumbnail__item {
          width: calc( ( 100% - 30px*1 ) / 2 ); }
          .thumbnail--cover .thumbnail__item:nth-child(n) {
            margin-right: 0;
            margin-top: 3vw; }
          .thumbnail--cover .thumbnail__item:not(:nth-child(2n)) {
            margin-right: 30px; }
          .thumbnail--cover .thumbnail__item:nth-child(-n+2) {
            margin-top: 0; } }
      @media (max-width: 768px) {
        .thumbnail--cover .thumbnail__item {
          width: 100% !important; }
          .thumbnail--cover .thumbnail__item:nth-child(n) {
            margin-right: 0 !important;
            margin-top: 4vw !important; }
          .thumbnail--cover .thumbnail__item:first-child {
            margin-top: 0 !important; } }
  .thumbnail__bg {
    width: 100%;
    background-color: #000; }
    .thumbnail__bg > img {
      width: 100%;
      height: auto;
      opacity: 0.8;
      vertical-align: top; }
  .thumbnail__cate-head {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; }
    .thumbnail__cate-head--en {
      font-size: 2.3rem;
      letter-spacing: 0.05em; }
    .thumbnail__cate-head--jp {
      margin-top: 10px;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
  @media (max-width: 768px) {
    .thumbnail--small[data-column='4'] .thumbnail__list {
      display: block; } }
  .thumbnail--small[data-column='4'] .thumbnail__item > a {
    width: 100%;
    display: flex; }
  .thumbnail--small[data-column='4'] .thumbnail__item:nth-child(n) {
    margin-top: 30px; }
  @media (max-width: 768px) {
    .thumbnail--small[data-column='4'] .thumbnail__item {
      width: 100%; }
      .thumbnail--small[data-column='4'] .thumbnail__item:nth-child(n) {
        margin-top: 0; }
      .thumbnail--small[data-column='4'] .thumbnail__item:not(:first-child) {
        margin-top: 10px; } }
  @media (max-width: 768px) {
    .thumbnail--small[data-column='4'] .thumbnail__hide:nth-child(n) {
      margin-top: 10px; } }
  .thumbnail--small[data-column='4'] .thumbnail__img {
    width: 79px;
    margin: 0; }
    @media (max-width: 768px) {
      .thumbnail--small[data-column='4'] .thumbnail__img {
        width: 69px; } }
  .thumbnail--small[data-column='4'] .thumbnail__title {
    padding: 0;
    flex: 1;
    min-height: 79px;
    display: flex;
    align-items: center;
    padding-left: 20px; }
    @media (max-width: 768px) {
      .thumbnail--small[data-column='4'] .thumbnail__title {
        min-height: 69px;
        background-color: #F7F7F7;
        padding: 0 12px;
        font-size: 1.2rem; } }
    .thumbnail--small[data-column='4'] .thumbnail__title::before, .thumbnail--small[data-column='4'] .thumbnail__title::after {
      display: none; }
  .thumbnail__img {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .thumbnail__img > img,
    .thumbnail__img > a > img {
      width: 100%;
      height: auto; }
  .thumbnail__date {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #BDBDBD;
    margin-bottom: 10px; }
  .thumbnail__title {
    padding-bottom: 12px;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em; }
    .thumbnail__title:before, .thumbnail__title:after {
      content: '';
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .thumbnail__title:before {
      width: 100%;
      background-color: #DFDFDF; }
    .thumbnail__title:after {
      width: 30px;
      background-color: #202020; }
  .thumbnail__lead {
    margin-top: 12px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #202020; }
  .thumbnail__txt {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-top: 12px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #757575; }
  .thumbnail__ex {
    border: 1px solid #DFDFDF;
    padding: 12px;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 12px; }
    .thumbnail__ex > dl {
      margin: 0; }
      .thumbnail__ex > dl > dt {
        font-weight: bold;
        margin-bottom: 5px; }
  .thumbnail__tag {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-top: 12px;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #757575;
    font-weight: bold; }
  .thumbnail__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .thumbnail__btns {
        display: block; } }
  .thumbnail__btn {
    width: calc( 50% - 5px );
    height: 40px; }
    @media (max-width: 768px) {
      .thumbnail__btn {
        width: 100%; } }
    .thumbnail__btn > a {
      display: inline-block;
      width: 100%;
      line-height: 38px;
      text-align: center;
      font-size: 1.1rem;
      font-weight: bold;
      position: relative;
      background-color: #F7F7F7; }
      .thumbnail__btn > a::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 6px;
        transform: translate(-50%, -50%); }
    .thumbnail__btn:only-child {
      width: 100%; }
    .thumbnail__btn--compare > a::after {
      background: url(../img/common/icon_compare.svg) no-repeat 50% 50%/9px 8px; }
    .thumbnail__btn--detail > a::after {
      background: url(../img/common/arrow_black.svg) no-repeat 50% 50%/5px 8px; }
    @media (max-width: 768px) {
      .thumbnail__btn--detail {
        margin-top: 8px; } }
  .thumbnail__zoom {
    position: relative;
    display: inline-block;
    width: 100%; }
    .thumbnail__zoom::before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: white url(../img/common/icon_zoom.svg) no-repeat 50% 50%/18px 18px;
      z-index: 1;
      border-radius: 3px;
      z-index: 10; }
      @media (max-width: 768px) {
        .thumbnail__zoom::before {
          width: auto;
          padding-left: 29px;
          padding-right: 10px;
          background-position: 7px 50%;
          pointer-events: auto; } }
  .thumbnail__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999; }
    .thumbnail__modal__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .thumbnail__modal__img > img {
        max-width: calc( 100vw - 60px );
        max-height: calc( 100vh - 60px );
        width: auto;
        height: auto; }
        @media (max-width: 768px) {
          .thumbnail__modal__img > img {
            max-width: 100vw; } }
    .thumbnail__modal__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.45);
      z-index: 1; }
    .thumbnail__modal__close {
      width: 44px;
      height: 44px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #202020;
      cursor: pointer;
      z-index: 99; }
      .thumbnail__modal__close::before, .thumbnail__modal__close::after {
        content: '';
        width: 20px;
        height: 1px;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .thumbnail__modal__close::after {
        transform: translate(-50%, -50%) rotate(135deg); }

body.is-menu-open {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }

.js-slider__content {
  display: none; }
  .js-slider__content.is-active {
    display: block; }

.js-accordion__content {
  overflow: hidden; }

.hero-image__list::before {
  border: 0 solid white;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (max-width: 768px) {
    .hero-image__list::before {
      border: 0 solid white; } }
.hero-image__list.is-changing::before {
  border: 21px solid white;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (max-width: 768px) {
    .hero-image__list.is-changing::before {
      border: 4.1vw solid white; } }
.hero-image__item {
  overflow: hidden; }
  .hero-image__item > a > img {
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .hero-image__item.is-ready > a > img {
    transform: scale(1.1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
.hero-image__arrow {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .hero-image__arrow:hover {
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .hero-image__arrow--prev.is-changing {
    transform: rotate(-180deg) translateX(-10px) translateY(50%);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .hero-image__arrow--next.is-changing {
    transform: translateX(-10px) translateY(-50%);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
.hero-image__indicator {
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .hero-image__indicator.is-changing {
    transform: translate(-50%, -15px);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

@media (min-width: 1024px) {
  .hero-banner__item .hero-banner__bg > img {
    transition: all 0.3s; }
  .hero-banner__item.is-hover .hero-banner__bg > img {
    transform: scale(1.08);
    transition: all 0.3s; } }

@media (min-width: 1024px) {
  .news-index__item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .news-index__item > a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 1024px) {
  .related-site__main-item > a, .related-site__sub-item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .related-site__main-item > a:hover, .related-site__sub-item > a:hover {
      opacity: 0.75;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }

.event__head > a::after {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.event__head > a .event__state::before, .event__head > a .event__state::after {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
@media screen and (min-width: 1024px) {
  .event__head > a:hover::after {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
.event__head > a.is-active::after {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.event__head > a.is-active .event__state::before {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.event__head > a.is-active .event__state::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 1024px) {
  .breadcrumbs__pagetop > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .breadcrumbs__pagetop > a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .breadcrumbs__item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .breadcrumbs__item > a:hover {
      color: white;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .breadcrumbs--top .breadcrumbs__item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .breadcrumbs--top .breadcrumbs__item > a:hover {
      color: #757575;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .breadcrumbs--bottom .breadcrumbs__item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .breadcrumbs--bottom .breadcrumbs__item > a:hover {
      color: white;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (min-width: 1024px) {
  .footer__sns__item {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .footer__sns__item:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

  .footer__links__title > a,
  .footer__links__item > a,
  .footer__bottom--global > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .footer__links__title > a::before,
    .footer__links__item > a::before,
    .footer__bottom--global > a::before {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .footer__links__title > a:hover,
    .footer__links__item > a:hover,
    .footer__bottom--global > a:hover {
      color: white;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .footer__links__title > a:hover::before,
      .footer__links__item > a:hover::before,
      .footer__bottom--global > a:hover::before {
        opacity: 1.0; } }
.article__to-top > a {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .article__to-top > a:hover {
    opacity: 0.75;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.article__sns-item > a {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .article__sns-item > a:hover {
    opacity: 0.75;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.article__prev > a .article__nav-img, .article__next > a .article__nav-img {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.article__prev > a:hover .article__nav-img, .article__next > a:hover .article__nav-img {
  opacity: 0.75;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.article__tolist > a {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .article__tolist > a:hover {
    opacity: 0.75;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.article-result__img > a > img {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.article-result__img.is-hover > a > img {
  opacity: 0.75;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.article-result__tag > a, .article__keyword-item > a {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .article-result__tag > a:hover, .article__keyword-item > a:hover {
    opacity: 0.75;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

@media (min-width: 1024px) {
  .button .button__clone {
    opacity: 0;
    transform: translateY(-75%) !important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    pointer-events: none; }
  .button .button__original {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
  .button .button__arrow {
    opacity: 0;
    transform: translate(-15px, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .button::after {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
  .button.is-hover .button__clone {
    opacity: 1;
    transform: translateY(-100%) !important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
  .button.is-hover .button__original {
    opacity: 0;
    transform: translate(-50%, -75%) !important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.02s; }
  .button.is-hover .button__arrow {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
  .button.is-hover::after {
    opacity: 0;
    transform: translate(-15px, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .button--down .button__arrow {
    transform: translate(-50%, -15px) rotate(90deg); }
  .button--down::after {
    transform: translate(-50%, -50%) rotate(90deg); }
  .button--down.is-hover .button__arrow {
    transform: translate(-50%, -50%) rotate(90deg); }
  .button--down.is-hover::after {
    transform: translate(-50%, -15px) rotate(90deg); }
  .button--plain > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .button--plain > a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
.button--plus > a.is-active::before {
  background-color: #202020; }
.button--plus > a.is-active::after {
  display: none; }

.compare-product__selector {
  border: 1px solid #DFDFDF;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .compare-product__selector:hover {
    border: 1px solid #BDBDBD;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

.filter__headline--main > a::after {
  opacity: 0; }
.filter__headline--main > a.is-active::after {
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
.filter__headline > a > .filter__state::before, .filter__headline > a > .filter__state::after {
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
.filter__headline > a.is-active > .filter__state::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
.filter__headline > a.is-active > .filter__state::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
@media (min-width: 1024px) {
  .filter__headline > a > p {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .filter__headline > a:hover > p {
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
@media (min-width: 1024px) {
  .filter__select {
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .filter__select:hover {
      border: 1px solid #BDBDBD;
      transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); } }
.filter__reset {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .filter__reset:hover {
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 1024px) {
  .header__logo > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__logo > a:hover {
      opacity: 0.75;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__search > input:focus {
    box-shadow: none;
    outline: none; }
  .header__search::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #202020;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__search.is-active::before {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__sub-item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__sub-item > a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__item > a::after {
    width: 0; }
  .header__item.is-active > a::after {
    width: 100%; }
  .header__item.is-active .header__drop {
    display: flex; }
  .header__drop__title > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__drop__title > a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__drop__item > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__drop__item > a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  .header {
    height: auto; }
    .header.is-collapsed {
      height: 60px;
      overflow: hidden; }
    .header__opener__btn > span:nth-child(1), .header__opener__btn > span:nth-child(2), .header__opener__btn > span:nth-child(3) {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__opener.is-active .header__opener__btn > span:nth-child(1) {
      top: 50%;
      transform: rotate(-45deg);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__opener.is-active .header__opener__btn > span:nth-child(2) {
      top: 50%;
      transform: rotate(45deg);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__opener.is-active .header__opener__btn > span:nth-child(3) {
      opacity: 0;
      width: 0;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__drop {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .header__drop.is-collapsed {
        height: 0; }
    .header__drop__content {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .header__drop__content.is-collapsed {
        height: 0;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header__toggle {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .header__toggle.on {
        transform: rotate(90deg);
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        .header__toggle.on::before {
          opacity: 0;
          transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .header .header__sub,
    .header .header__nav,
    .header .header__search {
      display: none;
      transform: translateX(100vw); } }
@media (min-width: 1024px) {
  .headline__link > a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .headline__link > a:hover {
      opacity: 0.75;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }

.product-main__nav-item {
  position: relative;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-main__nav-item.slick-current::after {
    content: '';
    width: calc( 100% - 10px );
    height: 2px;
    background-color: #202020;
    position: absolute;
    bottom: 0px;
    left: 5px; }
    @media (max-width: 1024px) {
      .product-main__nav-item.slick-current::after {
        width: calc( 100% - 4px );
        left: 2px; } }
    @media (max-width: 768px) {
      .product-main__nav-item.slick-current::after {
        width: 100%;
        left: 0;
        bottom: -4px; } }
  .product-main__nav-item.slick-current > img {
    opacity: 0.3;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-main__nav-item:hover {
    opacity: 0.75;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.region-selector {
  visibility: hidden;
  left: -100vw; }
  .region-selector.is-scroll {
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y; }
    .region-selector.is-scroll > .region-selector__body {
      position: static;
      transform: translate(0);
      margin: 4.39239% auto; }
  .region-selector.is-active {
    visibility: visible;
    left: 0; }
  .region-selector__bg {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .region-selector__bg.is-active {
      opacity: 1;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .region-selector__body {
    opacity: 0;
    transform: translate(-50%, -20%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .region-selector__body.is-active {
      opacity: 1;
      transform: translate(-50%, -50%);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (min-width: 1024px) {
    .region-selector__item > a {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .region-selector__item > a:hover {
        opacity: 0.5;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .region-selector__close::before, .region-selector__close::after {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .region-selector__close:hover::before, .region-selector__close:hover::after {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }

.spec-table.is-fixed .spec-table__thead--clone {
  display: block;
  position: fixed;
  top: 124px;
  left: 4.39239%; }
  @media (max-width: 1024px) {
    .spec-table.is-fixed .spec-table__thead--clone {
      top: 60px; } }
  @media (max-width: 768px) {
    .spec-table.is-fixed .spec-table__thead--clone {
      left: 0; } }
.spec-table.is-fixed .spec-table__thead--clone2 {
  display: block;
  position: fixed;
  top: 124px;
  left: 4.39239%; }
  @media (max-width: 1024px) {
    .spec-table.is-fixed .spec-table__thead--clone2 {
      top: 60px; } }
  @media (max-width: 768px) {
    .spec-table.is-fixed .spec-table__thead--clone2 {
      left: 0; } }
.spec-table.is-fixed .spec-table__thead--clone3 {
  display: none;
  left: 4.39239%; }
  @media (max-width: 768px) {
    .spec-table.is-fixed .spec-table__thead--clone3 {
      left: 0; } }
.spec-table.is-end .spec-table__thead--clone {
  position: absolute;
  top: auto;
  bottom: 0; }
.spec-table.is-end .spec-table__thead--clone2 {
  position: absolute;
  top: auto;
  bottom: 0; }
.spec-table__controler {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .spec-table__controler.fixedsticky-on {
    left: 50%;
    transform: translateX(-50%); }
  .spec-table__controler.is-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.tabnav--mini .tabnav__item.is-active > a {
  color: #202020;
  font-weight: bold;
  display: inline-block;
  position: relative; }
  .tabnav--mini .tabnav__item.is-active > a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #202020;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
.tabnav--mini .tabnav__item > a:hover {
  color: #202020;
  font-weight: bold; }
.tabnav--mini.is-scroll {
  position: relative; }
  .tabnav--mini.is-scroll .tabnav__btn {
    display: block;
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .tabnav--mini.is-scroll .tabnav__btn.is-active {
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .tabnav--mini.is-scroll .tabnav__nav {
    display: static;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch; }
    .tabnav--mini.is-scroll .tabnav__nav::-webkit-scrollbar {
      display: none; }
  .tabnav--mini.is-scroll .tabnav__list {
    display: inline-block;
    white-space: nowrap; }
  .tabnav--mini.is-scroll .tabnav__item {
    display: inline-block; }
    .tabnav--mini.is-scroll .tabnav__item:first-child {
      padding-left: 4vw; }
    .tabnav--mini.is-scroll .tabnav__item:last-child {
      padding-right: 4vw; }
.tabnav--def {
  position: relative; }
  .tabnav--def.is-scroll .tabnav__btn {
    display: block; }
    .tabnav--def.is-scroll .tabnav__btn::after {
      height: 70%;
      top: 15%; }
    .tabnav--def.is-scroll .tabnav__btn.is-active {
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .tabnav--def.is-scroll .tabnav__nav {
    overflow: auto;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x; }
    .tabnav--def.is-scroll .tabnav__nav::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      scrollbar-width: none; }
  .tabnav--def.is-scroll .tabnav__list {
    display: block;
    white-space: nowrap;
    width: 100%; }
  .tabnav--def.is-scroll .tabnav__item {
    display: inline-block;
    white-space: nowrap; }
    .tabnav--def.is-scroll .tabnav__item > a {
      padding: 0 40px; }
  .tabnav--def .tabnav__item.is-active > a {
    pointer-events: none; }
  @media (min-width: 1024px) {
    .tabnav--def .tabnav__item:not(.is-active) > a {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .tabnav--def .tabnav__item:not(.is-active) > a:hover {
        opacity: 0.5;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }

@media (min-width: 1024px) {
  .thumbnail__list > .slick-arrow {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .thumbnail__list > .slick-arrow:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail__item > a .thumbnail__img > img {
    transition: all 0.3s; }
  .thumbnail__item > a .thumbnail__title::after {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail__item > a:hover .thumbnail__img > img {
    opacity: 0.75;
    transition: all 0.3s; }
  .thumbnail__item > a:hover .thumbnail__title::after {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail--product .thumbnail__item > a .thumbnail__img > img {
    transition: all 0.3s; }
  .thumbnail--product .thumbnail__item > a:hover .thumbnail__img > img {
    opacity: 1.0;
    transform: scale(1.08);
    transition: all 0.3s; }
  .thumbnail--cover .thumbnail__item > a .thumbnail__bg > img {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail--cover .thumbnail__item > a:hover .thumbnail__bg > img {
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail__btn > a {
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
    .thumbnail__btn > a:hover {
      opacity: 0.75;
      transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail__zoom {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .thumbnail__zoom:hover {
      opacity: 0.75;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail__modal__close::before, .thumbnail__modal__close::after {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .thumbnail__modal__close:hover::before, .thumbnail__modal__close:hover::after {
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
.thumbnail__modal__img {
  opacity: 0; }
  .thumbnail__modal__img.is-loaded {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
.thumbnail__modal__bg {
  opacity: 0; }
.thumbnail__modal.is-opened .thumbnail__modal__bg {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }


  /* TCI追記 上書き */
.common-inner {
  margin: auto;
  padding: 1rem 0;
  width: 610px;
}
.headline--hero  {
margin-top: 80px;
  height:100%;
}
.headline--hero h1 {
  position: relative;
  width: 100%;
  height: 100%;
  /* background: #0c1f51; */
}
.headline--hero > h1 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headline--hero.cate{
  height:490px;
}

.headline--hero.top{
  height:490px;
  margin-top:80px;
}
.thumbnail .caption {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #757575;
    line-height: 1.4;
}
.article__content {
  padding-top: 20px;
}
.article__content.txt-area{
  margin-bottom: 60px;
}
.article__content .product-name{
  margin-bottom: 0;
  font-weight: bold;
}
.thumbnail img{
  width: 100%;
}
.header__logo {
    order: unset;
}
.article__title .complement-title{
  margin-left: 1rem;
  font-size: 60%;
}
.l-header.header.is-collapsed .navi{
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  position: fixed;
  top: -10px;
  right: 40px;
}
.l-header.header.is-collapsed .navi li a{
  display: block;
  font-size: 1.75rem;
}

.common-inner .btn-product {
  padding: 30px 2rem 0;
}
.common-inner .btn-product a{
  position: relative;
  display: block;
  padding: 2rem;
  border-radius: 10px;
  background: #0c1f51;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 5px solid #050d23;
}
.common-inner .btn-product a:hover{
  opacity: 0.9;
  margin-top: 3px;
  border-bottom: 2px solid #050d23;
}
.btn-product a::after{
  content: "";
  position: absolute;
  top: 50%;
  right:30px;
  display: block;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border:2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.headline--hero h1 .cate-title{
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 5px #333;
}
.img-area .txt-right{
  line-height: 1.8;
  text-align: right;
}
  @media (max-width: 768px) {
    .common-inner {
      width: 100%;
    }
    .headline--hero.cate,
    .headline--hero.top{
      margin-top:0;
      height:46vw;
    }
    /* .l-header.header.is-collapsed .navi{
    } */
    .article__title .complement-title{
      margin-left: initial;
      display: block;
    }
  }
  @media screen and (max-width: 1024px) {
    .headline--hero.cate,
    .headline--hero.top{
       margin-top:0!important;
  }
  @media screen and (min-width: 1921px) {
    .headline--hero  {
      height:700px;
      }
  }
}

/* 追加分 */
ul.indent > li {
  list-style-type: none;
  margin-left: 1.4rem;
  font-size: 1.4rem;
}
ul.indent > li > span{
  margin-left: -1.4rem;
}
.headline__sub {
  font-size: 1.6rem;
}
@media (max-width: 320px){
  .headline__main {
      font-size: 1.9rem;
  }
}

.link{
  color: blue;
}
.img_flex_wrap{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px){
  .img_flex_wrap{
    flex-wrap: wrap;
  } 
}


.qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.qa__item {
  display: inline-block;
}

.qa__head {
  position: relative;
  text-align: left;
  padding: 20px 30px 20px 20px;
  border-radius: 8px 8px 0 0;
  background: lightblue;
  color: black;
  cursor: pointer;
  width: 100%;
}

.qa__body {
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: black;
  border: 1px solid lightblue;
  padding: 20px;
}