/**!
 * rev. 2021-08-20
 * copyright © 2021
 */

/*! 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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 */
  font-size: 100%; /* 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

@media screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp-only {
    display: none;
  }
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype");
}

[data-animate-auto] {
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition: 600ms ease;
  transition: 600ms ease;
}

[data-animate-auto][data-animate=true] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-hero[data-animate-auto] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
}

.c-main__making[data-animate=true] {
  -webkit-transform: none;
          transform: none;
}

[data-animate-manual] {
  opacity: 0;
}

[data-animate-manual][data-animate=true] {
  opacity: 1;
}

:root {
  font-size: 62.5%;
  height: 100%;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  background-color: #f46779;
}

*::selection {
  background-color: #f46779;
}

body.c-page-journey {
  color: #000;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media screen and (max-width: 960px) {
  body.c-page-journey {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 373px) {
  body.c-page-journey {
    font-size: 1.3rem;
  }
}

button {
  border-radius: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-page-journey .site-header[data-hidden=true] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-page-journey .site-footer .site-footer__inner {
  max-width: 1240px;
  width: 100%;
}

.c-header {
  font-size: 0.9375em;
  height: 9rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: ease 500ms;
  transition: ease 500ms;
}

@media screen and (max-width: 960px) {
  .c-header {
    height: 5.5rem;
  }
}

.c-header[data-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

.c-header__body {
  height: 100%;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-header__body {
    padding: 0 2rem;
  }
}

.c-header__site-name {
  margin: 0;
  max-width: 229px;
}

@media screen and (max-width: 960px) {
  .c-header__site-name {
    max-width: 140px;
  }
}

.c-header__site-name h1 {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .c-header__info {
    position: fixed;
    top: 5.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
}

@media screen and (max-width: 960px) {
  .c-header__info[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
  }
}

.c-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 960px) {
  .c-header__links {
    display: block;
    padding: 4rem 0 8rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .c-header__links > li {
    text-align: center;
  }
}

.c-header__links > li:not(:last-child) {
  margin-right: 2.4em;
}

@media screen and (max-width: 960px) {
  .c-header__links > li:not(:last-child) {
    margin: 0 0 4.5rem;
  }
}

.c-header__links > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 0 2rem;
  color: #b50d23;
}

@media screen and (max-width: 960px) {
  .c-header__links > li > a {
    display: inline-block;
    padding-bottom: 1.8rem;
  }
}

.c-header__links > li > a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

@media screen and (min-width: 961px) {
  .c-header__links > li > a:hover::before {
    -webkit-transform: translate(-50%, 3px) rotate(-45deg);
            transform: translate(-50%, 3px) rotate(-45deg);
  }
}

.c-header__nav-btn {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

@media screen and (min-width: 961px) {
  .c-header__nav-btn {
    display: none;
  }
}

.c-header__nav-btn-element {
  cursor: pointer;
  outline: none;
  display: block;
  width: 2.8rem;
  height: 2.4rem;
  border: 0;
  padding: 0;
  background: none;
  position: relative;
}

.c-header__nav-btn-element[aria-expanded=true] span:nth-of-type(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-header__nav-btn-element[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.c-header__nav-btn-element[aria-expanded=true] span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header__nav-btn span {
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  background: #980108;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.c-header__nav-btn span:nth-of-type(1) {
  top: 0;
}

.c-header__nav-btn span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.c-header__nav-btn span:nth-of-type(3) {
  bottom: 0;
}

.c-footer {
  padding: 8rem 3rem 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-footer {
    padding: 4rem 20px 0;
  }
}

.c-footer__banner {
  max-width: 68rem;
  margin: 0 auto;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

@media screen and (max-width: 960px) {
  .c-footer__banner {
    max-width: none;
  }
}

.c-footer__banner:hover {
  opacity: 0.8;
}

.c-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 8rem;
  color: #fff;
  background: #b50d23;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .c-footer__pagetop {
    width: 5rem;
    height: 5rem;
  }
}

.c-footer__pagetop:hover {
  opacity: 0.8;
}

.c-footer__pagetop::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .c-footer__pagetop::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.c-hero {
  padding: 0 3rem;
  overflow: hidden;
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .c-hero {
    margin-top: 73px;
  }
}

@media screen and (max-width: 960px) {
  .c-hero {
    padding: 0;
  }
}

.c-hero__inner {
  max-width: 1260px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 10rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto auto 10rem/1fr 1fr;
}

@supports (-ms-ime-align: auto) {
  .c-hero__inner {
    -ms-grid-columns: 1fr 1fr;
  }
}

@media screen and (-ms-high-contrast: none) {
  .c-hero__inner {
    -ms-grid-columns: 1fr 1fr;
  }
}

@media screen and (min-aspect-ratio: 1200/850) and (min-width: 961px) {
  .c-hero__inner {
    -ms-grid-rows: auto auto 7rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto auto 7rem/1fr 1fr;
    max-width: 129.41176vh;
  }
}

@media screen and (max-width: 960px) {
  .c-hero__inner {
    display: block;
    max-width: none;
  }
}

.c-hero__left {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin: auto 4rem 0 0;
  -ms-grid-row-align: end;
      align-self: end;
}

@supports (-ms-ime-align: auto) {
  .c-hero__left {
    position: relative;
  }
}

@media screen and (-ms-high-contrast: none) {
  .c-hero__left {
    position: relative;
  }
}

@media screen and (max-width: 960px) {
  .c-hero__left {
    position: relative;
    margin: 0;
  }
}

.c-hero__left-text {
  width: 7.8rem;
  margin: 0 0 -10em 2em;
  position: relative;
  z-index: 2;
}

@supports (-ms-ime-align: auto) {
  .c-hero__left-text {
    position: absolute;
    top: -6em;
    left: 2em;
  }
}

@media screen and (-ms-high-contrast: none) {
  .c-hero__left-text {
    position: absolute;
    top: -6em;
    left: 2em;
  }
}

@media screen and (max-width: 960px) {
  .c-hero__left-text {
    width: 10.93333vw;
    position: absolute;
    top: 50%;
    left: 3rem;
    margin: 0.5em 0 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-hero__left span {
  display: block;
}

.c-hero__right {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-left: 4rem;
}

@media screen and (max-width: 960px) {
  .c-hero__right {
    margin: 0 0 2.2rem;
  }
}

.c-hero__left-img, .c-hero__right-img {
  position: relative;
  height: 0;
  padding-top: 98.21429%;
}

@supports (-ms-ime-align: auto) {
  .c-hero__left-img, .c-hero__right-img {
    padding-top: 0;
    height: auto;
  }
}

@media screen and (-ms-high-contrast: none) {
  .c-hero__left-img, .c-hero__right-img {
    padding-top: 0;
    height: auto;
  }
}

.c-hero__left-img img, .c-hero__right-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@supports (-ms-ime-align: auto) {
  .c-hero__left-img img, .c-hero__right-img img {
    position: static;
  }
}

@media screen and (-ms-high-contrast: none) {
  .c-hero__left-img img, .c-hero__right-img img {
    position: static;
  }
}

@media screen and (max-width: 960px) {
  .c-hero__left-img {
    padding-top: 56%;
  }
}

@media screen and (max-width: 960px) {
  .c-hero__right-img {
    padding-top: 53.33333%;
  }
}

.c-hero__logo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-right: -3.92857vw;
  padding: 4rem 0 0 5.71429vw;
}

@media screen and (max-width: 960px) {
  .c-hero__logo {
    padding: 1.5rem 0;
    margin: 0 auto;
    max-width: 72%;
  }
}

.c-main {
  overflow: hidden;
}

.c-main__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f7f5;
  margin: 12rem 0 9rem;
}

@media screen and (max-width: 960px) {
  .c-main__lead {
    display: block;
    margin: 0 0 12.5rem;
    padding: 5rem 0 0;
  }
}

.c-main__lead-text {
  font-size: 1.25em;
  padding: 7rem 0 7rem 3rem;
}

@media screen and (max-width: 960px) {
  .c-main__lead-text {
    font-size: 1.8rem;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

.c-main__lead-text p {
  margin: 0 0 1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .c-main__lead-text p {
    margin: 0;
    line-height: 2.4;
  }
}

.c-main__lead-text p:last-child {
  margin: 0;
}

.c-main__lead-text-large {
  font-size: 1.2em;
  margin: 0 0.4em;
}

.c-main__lead-text strong {
  font-weight: normal;
  color: #b50d23;
}

.c-main__lead-img {
  max-width: 37.6rem;
  margin: -12rem 0 -5rem;
  padding-right: 3rem;
}

@media screen and (-ms-high-contrast: none) {
  .c-main__lead-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.6rem;
            flex: 0 0 37.6rem;
  }
}

@media screen and (max-width: 960px) {
  .c-main__lead-img {
    padding: 0;
    margin: -19rem auto 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    max-width: 300px;
    width: 80%;
  }
}

.c-main__section {
  margin-bottom: 16rem;
}

@media screen and (max-width: 960px) {
  .c-main__section {
    margin-bottom: 9rem;
  }
}

.c-main__section-catch {
  margin-bottom: 9rem;
}

@media screen and (max-width: 960px) {
  .c-main__section-catch {
    margin-bottom: 3rem;
  }
}

.c-main__section-making {
  padding: 4rem 0;
  background: #f1efec;
}

@media screen and (max-width: 960px) {
  .c-main__section-making {
    padding: 3rem;
  }
}

.c-main__section-item {
  max-width: 24rem;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .c-main__section-item {
    margin: 0 auto;
    max-width: 19rem;
  }
}

.c-main__section--moromi .c-main__section-catch {
  margin-bottom: 7rem;
}

.c-main__panel {
  margin-bottom: 16rem;
}

@media screen and (max-width: 960px) {
  .c-main__panel {
    margin-bottom: 8rem;
  }
}

.c-main__spot {
  padding-top: 1rem;
}

.c-main__spot-inner {
  background: #f1efec;
  padding: 9rem 20px 16rem;
}

@media screen and (max-width: 960px) {
  .c-main__spot-inner {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
}

.c-main__spot-title {
  margin: 0 0 -0.5em;
  line-height: 1;
  font-weight: normal;
  font-size: 2.75em;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-main__spot-title {
    font-size: 3rem;
  }
}

.c-main__spot-block {
  max-width: 950px;
  margin: 0 auto;
}

.c-main__spot-head {
  position: relative;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-main__spot-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 calc(8.66667vw - 3.46667px) 0 6.66667vw;
  }
}

.c-main__spot-head-copy {
  margin: 0 0 13rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .c-main__spot-head-copy {
    text-align: left;
    margin: 0;
    line-height: 2.2;
    font-size: 3.73333vw;
  }
}

.c-main__spot-head-img {
  position: absolute;
  top: -5rem;
  right: 0;
  max-width: 16rem;
}

@media screen and (max-width: 960px) {
  .c-main__spot-head-img {
    position: static;
    max-width: none;
    width: 32vw;
  }
}

.c-main__spot-map {
  position: relative;
  margin-right: 5rem;
}

@media screen and (max-width: 960px) {
  .c-main__spot-map {
    margin: 0;
  }
}

.c-main__spot-map-img {
  margin-top: -6rem;
}

@media screen and (max-width: 960px) {
  .c-main__spot-map-img {
    margin: -10.66667vw 0 2.5rem;
  }
}

.c-main__spot-map-img img {
  width: 100%;
}

.c-main__spot-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  counter-reset: number;
}

.c-main__spot-list-item {
  position: absolute;
  width: 100%;
  line-height: 1.6;
  counter-increment: number;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .c-main__spot-list-item:nth-child(1) {
    max-width: 44rem;
    bottom: 42rem;
    left: -3rem;
  }
  .c-main__spot-list-item:nth-child(1)::after {
    width: 2.3rem;
    height: 3.4rem;
    top: 99%;
    left: 9rem;
    background-image: url("../img/object-spot-01.png");
  }
  .c-main__spot-list-item:nth-child(2) {
    max-width: 37rem;
    bottom: 30.6rem;
    right: -7rem;
  }
  .c-main__spot-list-item:nth-child(2)::after {
    width: 2.8rem;
    height: 3.2rem;
    bottom: 1.3rem;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    left: 0.4rem;
    background-image: url("../img/object-spot-02.png");
  }
  .c-main__spot-list-item:nth-child(3) {
    max-width: 44rem;
    top: 44.3rem;
    right: 4rem;
  }
  .c-main__spot-list-item:nth-child(3)::after {
    width: 8.4rem;
    height: 14.8rem;
    top: 0.8rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 2.6rem;
    background-image: url("../img/object-spot-03.png");
  }
}

@media screen and (max-width: 960px) {
  .c-main__spot-list-item {
    position: static;
  }
  .c-main__spot-list-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.c-main__spot-list-item::after {
  content: "";
  position: absolute;
  background: no-repeat 0 0/100% auto;
}

.c-main__spot-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  padding: 2rem;
  background: #b50d23;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 373px) {
  .c-main__spot-list-item-inner {
    padding: 1.5rem 1rem;
  }
}

.c-main__spot-list-item-inner::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  line-height: 1;
  color: inherit;
  font-size: 2.5em;
}

@media screen and (max-width: 960px) {
  .c-main__spot-list-item-inner::before {
    top: 0.08em;
    left: 0.3em;
  }
}

@media screen and (max-width: 373px) {
  .c-main__spot-list-item-inner::before {
    left: 0.1em;
  }
}

.c-main__spot-list-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  max-width: 14rem;
}

@media screen and (max-width: 960px) {
  .c-main__spot-list-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.89%;
            flex: 0 0 35.89%;
    max-width: 35.89744%;
  }
}

.c-main__spot-list-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-left: 1em;
  letter-spacing: 0.15em;
}

.c-main__spot-list-text-title {
  font-size: 1.28571em;
  margin: 0 0 0.4em;
  line-height: 1.3;
}

.c-main__spot-list-text-text {
  margin: 0 0 0.6em;
}

@media screen and (max-width: 373px) {
  .c-main__spot-list-text-text {
    font-size: 1.1rem;
  }
}

.c-main__spot-list-text-link {
  margin: 0;
}

.c-main__spot-list-text-link a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.c-main__spot-list-text-link a:hover {
  text-decoration: none;
}

.c-main__spot-list-text-link a[target=_blank] {
  padding-right: 2.2rem;
  background: url("../img/icon-external-link-02.png") no-repeat 98% 50%/1.4rem auto;
}

@media screen and (-ms-high-contrast: none) {
  .c-main__spot-list-text-link a[target=_blank] {
    padding-top: 4px;
  }
}

@media screen and (max-width: 960px) {
  .c-main__spot-list-text-link a[target=_blank] {
    background-size: auto 0.9em;
  }
}

.c-main__spot-list-text-link + .c-main__spot-list-text-link {
  margin-top: 0.8em;
}

.c-section-catch__hero {
  margin: 0 5rem 8rem;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-section-catch__hero {
    margin: 0 0 9rem;
  }
}

.c-section-catch__hero-title {
  position: absolute;
  bottom: -18rem;
  left: 5.71429vw;
  margin: 0;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .c-section-catch__hero-title {
    left: auto;
    bottom: -7.2rem;
    right: 20px;
  }
}

@media screen and (max-width: 960px) {
  .c-section-catch__hero-title-inner {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.c-section-catch__hero-img img {
  width: 100%;
}

.c-section-catch__copy {
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.15em;
  margin: 0 0 8rem;
}

@media screen and (max-width: 1039px) {
  .c-section-catch__copy {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 960px) {
  .c-section-catch__copy {
    margin-bottom: 3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 373px) {
  .c-section-catch__copy {
    font-size: 1.6rem;
  }
}

.c-section-catch__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-section-catch__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: none;
    text-align: center;
    padding: 0 20px;
  }
}

.c-section-catch__media-text {
  padding: 4rem 4rem 0 7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.5%;
          flex: 0 0 45.5%;
  max-width: 45.45455%;
  line-height: 2.4;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 961px) and (max-width: 1039px) {
  .c-section-catch__media-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .c-section-catch__media-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
    padding: 0;
  }
}

.c-section-catch__media-text p {
  margin: 0 0 1em;
}

@media screen and (max-width: 960px) {
  .c-section-catch__media-text p {
    margin-bottom: 0.6em;
  }
}

.c-section-catch__media-text p:last-child {
  margin-bottom: 0;
}

.c-section-catch__media-movie {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-section-catch__media-movie {
    margin-bottom: 3rem;
  }
}

.c-section-catch__media-movie::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

@media screen and (max-width: 960px) {
  .c-section-catch__media-movie::before {
    content: none;
  }
}

.c-section-catch__media-movie:hover::before {
  opacity: 1;
}

.c-section-catch__media-movie-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}

.c-section-catch__media-movie-icon {
  height: 15rem;
  width: auto;
}

@media screen and (max-width: 960px) {
  .c-section-catch__media-movie-icon {
    height: 12rem;
  }
}

.c-section-catch__media-movie-icon img {
  height: 100%;
}

@media screen and (-ms-high-contrast: none) {
  .c-section-catch__media-movie-icon img {
    height: 15rem;
  }
}

.c-section-catch__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}

@media screen and (max-width: 960px) {
  .c-section-catch__links {
    display: block;
    margin-top: 2rem;
    padding: 0 3rem;
  }
}

.c-section-catch__links a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #b50d23;
  border: 1px solid;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  padding: 1rem;
  min-width: 38rem;
  position: relative;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

@media screen and (max-width: 960px) {
  .c-section-catch__links a {
    min-width: auto;
    font-size: 1.2em;
    padding: 1.2rem;
  }
}

.c-section-catch__links a:hover {
  color: #fff;
  background: #b50d23;
}

.c-section-catch__links a + a {
  margin-left: 6rem;
}

@media screen and (max-width: 960px) {
  .c-section-catch__links a + a {
    margin: 1.5rem 0 0;
  }
}

.c-section-catch__links a[target=_blank] span {
  display: inline-block;
  padding-right: 1.5em;
  background: url("../img/icon-external-link.png") no-repeat 99% 50%/auto 1.6rem;
  position: relative;
}

@media screen and (-ms-high-contrast: none) {
  .c-section-catch__links a[target=_blank] span {
    padding-top: 6px;
  }
}

@media screen and (max-width: 960px) {
  .c-section-catch__links a[target=_blank] span {
    background-size: auto 0.8em;
  }
}

.c-section-catch__links a[target=_blank] span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/icon-external-link-02.png") no-repeat 99% 50%/auto 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

@media screen and (max-width: 960px) {
  .c-section-catch__links a[target=_blank] span::before {
    background-size: auto 0.8em;
  }
}

.c-section-catch__links a[target=_blank]:hover span::before {
  opacity: 1;
}

.c-section-making {
  max-width: 1015px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 58.82% 36.27%;
  grid-template-columns: 58.82% 36.27%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .c-section-making {
    display: block;
  }
}

.c-section-making__img {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: center;
      align-self: center;
  margin-right: 4rem;
}

@media screen and (max-width: 960px) {
  .c-section-making__img {
    margin: 0 0 3rem;
  }
}

.c-section-making__img-slide-box {
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2.2rem;
}

@media screen and (max-width: 960px) {
  .c-section-making__img-slide-box {
    margin-bottom: 1.2rem;
  }
}

.c-section-making__img-slide {
  position: relative;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-section-making__img-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-section-making__img-slide-item[data-current] {
  z-index: 3;
}

.c-section-making__img-slide-img {
  -webkit-transition: 600ms ease-in;
  transition: 600ms ease-in;
}

.c-section-making__img-slide-enter {
  opacity: 0;
}

.c-section-making__img-slide-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-section-making__img-slide-prev, .c-section-making__img-slide-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  width: 3.6rem;
  height: 1rem;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.c-section-making__img-slide-prev span, .c-section-making__img-slide-next span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  height: 0.3rem;
  position: relative;
  background: #b50d23;
}

@media screen and (max-width: 960px) {
  .c-section-making__img-slide-prev span, .c-section-making__img-slide-next span {
    height: 0.2rem;
  }
}

.c-section-making__img-slide-prev span::before, .c-section-making__img-slide-next span::before {
  content: "";
  display: block;
  height: 100%;
  width: 1.5rem;
  background: inherit;
  position: absolute;
  top: 0;
}

.c-section-making__img-slide-prev {
  margin-left: 4rem;
}

@media screen and (max-width: 960px) {
  .c-section-making__img-slide-prev {
    margin: 0;
  }
}

@media screen and (min-width: 961px) {
  .c-section-making__img-slide-prev:hover {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}

.c-section-making__img-slide-prev span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.c-section-making__img-slide-next {
  margin-right: 4rem;
}

@media screen and (max-width: 960px) {
  .c-section-making__img-slide-next {
    margin: 0;
  }
}

@media screen and (min-width: 961px) {
  .c-section-making__img-slide-next:hover {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

.c-section-making__img-slide-next span::before {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.c-section-making__img-slide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-section-making__img-slide-pagination li {
  margin: 0 0.5rem;
}

.c-section-making__img-slide-pagination button {
  outline: none;
  display: block;
  background: #cfc7bb;
  border: 0;
  padding: 0;
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  cursor: pointer;
}

.c-section-making__img-slide-pagination li[data-current] button {
  background: #b50d23;
}

.c-section-making__copy {
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.c-section-making__copy-title {
  font-size: 2em;
  color: #b50d23;
  font-weight: normal;
  margin: 0 0 -0.46875em;
  padding-bottom: 1.5625em;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .c-section-making__copy-title {
    font-size: 2.2rem;
  }
}

.c-section-making__copy-title::before {
  content: "";
  width: 1px;
  height: 1em;
  background: #b50d23;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.c-section-making__copy-text {
  background: #fff;
  padding: 2rem 4rem;
  line-height: 2.4;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .c-section-making__copy-text {
    padding: 2rem;
  }
}

.c-section-making__copy-text p {
  margin: 0;
}

.c-movie-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.c-movie-modal__frame {
  padding-top: 5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 65vw;
  height: 36.57143vw;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-movie-modal__frame {
    padding-top: 4rem;
    width: 89.33333vw;
    height: 50.4vw;
  }
}

.c-movie-modal__link {
  margin: 2rem auto 0;
  max-width: 18rem;
}

.c-movie-modal__link a {
  display: block;
}

.c-movie-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.c-movie-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  border: 0;
  cursor: pointer;
  background: url("../img/icon-modal-close.png") no-repeat 50% 50%/contain;
}

@media screen and (max-width: 960px) {
  .c-movie-modal__close {
    width: 3rem;
    height: 3rem;
  }
}

.c-panel {
  overflow: hidden;
}

.c-panel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4576px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-panel__slide {
    width: 522.66667vw;
  }
}

.c-panel__slide-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation: slideLoop1 70000ms linear infinite;
          animation: slideLoop1 70000ms linear infinite;
}

.c-panel__slide-list:last-child {
  -webkit-animation: slideLoop2 70000ms -35000ms linear infinite;
          animation: slideLoop2 70000ms -35000ms linear infinite;
}

.c-panel__slide:last-child .c-panel__slide-list {
  animation: slideLoop1 70000ms linear infinite reverse;
}

.c-panel__slide:last-child .c-panel__slide-list:last-child {
  animation: slideLoop2 70000ms -35000ms linear infinite reverse;
}

.c-panel__slide-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  position: relative;
  padding-top: 15.38462%;
  height: 0;
}

@media screen and (max-width: 960px) {
  .c-panel__slide-item {
    padding-top: 40vw;
  }
}

.c-panel__slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.c-panel__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  z-index: 2;
  width: 572px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (max-width: 960px) {
  .c-panel__copy {
    position: static;
    -webkit-transform: none;
            transform: none;
    line-height: 2.2;
    width: auto;
    height: auto;
    margin: 3rem 0;
  }
}

.c-panel__copy-text {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (max-width: 1039px) {
  .c-panel__copy-text {
    text-align: center;
    font-size: 1.7rem;
  }
}

.c-panel__copy-text strong {
  color: #b50d23;
  font-weight: normal;
}

.c-panel__copy + .c-panel__copy {
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  .c-panel__copy + .c-panel__copy {
    left: auto;
    margin: -1.5rem 0 3rem;
  }
}

@-webkit-keyframes slideLoop1 {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideLoop1 {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideLoop2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

@keyframes slideLoop2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

.c-making {
  padding: 9rem 0 34.28571vw;
  background: url("../img/bg-making.jpg") no-repeat 0 100%/100% auto;
}

@media screen and (max-width: 960px) {
  .c-making {
    padding: 4rem 20px 68vw;
    background-image: url("../img/bg-making-sp.jpg");
  }
}

.c-making__title {
  margin: 0 0 -1.4rem;
  padding: 0 0 5rem;
  font-weight: normal;
  font-size: 2.75em;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .c-making__title {
    font-size: 3rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}

.c-making__title::before {
  content: "";
  width: 1px;
  height: 5rem;
  background: #b50d23;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (max-width: 960px) {
  .c-making__title::before {
    content: none;
  }
}

.c-making__movie {
  max-width: 79rem;
  margin: 0 auto 6rem;
  position: relative;
}

.c-making__movie::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.c-making__movie:hover::before {
  opacity: 1;
}

.c-making__movie-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}

.c-making__movie-icon {
  height: 12.5rem;
  width: auto;
}

@media screen and (max-width: 960px) {
  .c-making__movie-icon {
    height: 10rem;
  }
}

.c-making__movie-icon img {
  height: 100%;
}

@media screen and (-ms-high-contrast: none) {
  .c-making__movie-icon img {
    height: 12.5rem;
  }
}