@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #ffffff;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
a.button:hover, a.button-type02:hover {
  opacity: 1;
}
a.button:visited, a.button:link, a.button-type02:visited, a.button-type02:link {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  -webkit-transition: 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

/* --- footer ---*/
.footer {
  padding-top: 3.8rem;
  padding-bottom: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  background-color: #5D0328;
  color: #ffffff;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.footer-inner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  row-gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.footer-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 3.2rem;
}

.footer-link-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  line-height: 1.2;
}

.footer-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}

.footer-link:not(:first-child)::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #ffffff;
  content: "";
}

.footer-link a {
  position: relative;
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 0.25rem 0;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
}
.footer-link a::before {
  -webkit-transition: width 0.15s cubic-bezier(0.175, 0.182, 0.365, 1);
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  content: "";
  transition: width 0.15s cubic-bezier(0.175, 0.182, 0.365, 1);
}
.footer-link a:hover::before {
  width: 100%;
}

.footer-copyright {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 1.4rem;
  font-size: 1.2rem;
}

.footer-fixed-bottom {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
/*--- content ----*/
.content-inner {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.main-content {
  padding-bottom: 8.4rem;
  overflow: hidden;
}
.main-content img {
  width: 100%;
  height: auto;
}

.hanakasane {
  background: top center/min(100%, 1440px) auto url(../images/movie/bg-pattern.svg) no-repeat;
  background-color: #5D0328;
}

/* --- text --- */
.text {
  font-size: 1.6rem;
}

/* --- movie --- */
.movie-main {
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.8rem;
}
.movie-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  row-gap: 7.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  width: 24.3333333333%;
  padding-top: 4.6rem;
}
.movie-logo {
  width: 73.6301369863%;
}
.movie-product {
  width: 100%;
}
.movie-interview {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.movie-interview-container::after {
  display: block;
  clear: both;
  content: "";
}
.movie-interview-image {
  width: 38.8382687927%;
  margin-left: 4.555808656%;
  float: right;
}
.movie-interview-main {
  margin-top: 7.5rem;
}
.movie-interview-heading {
  margin-bottom: 2.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.movie-interview-text + .movie-interview-text {
  margin-top: 2.8rem;
}
.movie-interview-note {
  font-size: 1.4rem;
  line-height: 1.75;
}
.movie-interview-note:not(:first-child) {
  margin-top: 1.6rem;
}
.movie-interview-video {
  margin-top: auto;
}
.movie-banner {
  margin-top: 6.4rem;
}
.movie-banner-container {
  max-width: 87rem;
  margin-right: auto;
  margin-left: auto;
}
.movie-banner-link:hover {
  -webkit-box-shadow: 0 0 20px 10px rgba(220, 177, 119, 0.3), 0 0 12px 0px rgba(220, 177, 119, 0.8);
  box-shadow: 0 0 20px 10px rgba(220, 177, 119, 0.3), 0 0 12px 0px rgba(220, 177, 119, 0.8);
}

.sp {
  display: none !important;
}
.pb100 {
  padding-bottom: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.d-i-block {
  display: inline-block;
}

.fw-bold {
  font-weight: bold;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-inner {
    max-width: 100%;
    padding-right: 5.3333333333%;
    padding-left: 5.3333333333%;
  }
  .footer-fixed-bottom {
    grid-template-rows: auto 1fr auto;
  }
  .footer {
    padding-top: 4.4rem;
    padding-bottom: 1.6rem;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 12px 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: min(33%, 106px);
    margin-right: 0;
  }
  .footer-link-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    justify-content: center;
    order: 1;
    width: 100%;
  }
  .footer-link {
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  .footer-link a {
    -webkit-transform: skewX(45deg);
    display: block;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
    transform: skewX(45deg);
    font-size: 1rem;
    text-align: center;
  }
  .footer-copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    font-size: 1rem;
    text-align: right;
  }
  .content-inner {
    max-width: 100%;
    padding-right: 5.3333333333%;
    padding-left: 5.3333333333%;
  }
  .main-content {
    padding-bottom: 5.2rem;
  }
  .hanakasane {
    background-image: url(../images/movie/bg-pattern-sp.svg);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
  .movie-main {
    display: block;
  }
  .movie-heading {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-column-gap: 8vw;
    -moz-column-gap: 8vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding-top: 8.3582089552vw;
    column-gap: 8vw;
  }
  .movie-logo {
    width: 27.7611940299%;
  }
  .movie-product {
    width: 53.8666666667vw;
    margin-top: -8.3582089552vw;
    margin-right: -5.3333333333vw;
  }
  .movie-interview {
    row-gap: 3.2rem;
    margin-top: 7.2rem;
  }
  .movie-interview-image {
    width: 45.9701492537%;
    margin-right: 5.9701492537%;
    margin-bottom: 2rem;
    margin-left: -5.3333333333vw;
    float: left;
  }
  .movie-interview-main {
    margin-top: -3.2rem;
  }
  .movie-interview-heading {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  .movie-interview-text {
    margin-right: -0.2em;
    font-size: 1.3rem;
  }
  .movie-interview-text + .movie-interview-text {
    margin-top: 2rem;
  }
  .movie-interview-note {
    font-size: 1.2rem;
  }
  .movie-interview-note:not(:first-child) {
    margin-top: 0.8rem;
  }
  .movie-interview-video {
    width: 100vw;
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
  .movie-banner {
    margin-top: 4rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .footer-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 13rem;
    max-width: 18.7rem;
  }
}
