/*************************************************************
 *	milky milky.css
 ************************************************************/
/* --------------------------------------------------
	variables & mixins
-------------------------------------------------- */
/* --------------------------------------------------
	reset
-------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------------------------
	foundation
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

html.is-naviopen {
  overflow: hidden;
}

body {
  position: relative;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16.5px;
  letter-spacing: 0.1em;
  line-height: 1.9090909091;
  color: #500100;
  background: url("../img/bg_main_pc.jpg") repeat-y center top/100% auto;
}
@media (min-width: 768px) and (max-width: 1400px) {
  body {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 767.9px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.07em;
    line-height: 2.3333333333;
    background: url("../img/bg_main_sp.jpg") repeat-y center top/100% auto;
  }
}

a,
button {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

img {
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
	layout
-------------------------------------------------- */
.l-cts {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-cts__inner {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-cts__inner {
    max-width: 70.8333333333vw;
    padding: 0 2.0833333333vw;
  }
}
@media (max-width: 767.9px) {
  .l-cts__inner {
    padding: 0 9.3333333333vw;
  }
}

.l-main {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-main {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 767.9px) {
  .l-main {
    padding-top: 13.3333333333vw;
  }
}

/* --------------------------------------------------
	component
-------------------------------------------------- */
.c-h2__title {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .c-h2__title {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 767.9px) {
  .c-h2__title {
    margin-bottom: 5.3333333333vw;
  }
}
.c-h2__title .en {
  display: inline-block;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10.5px;
       column-gap: 10.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .c-h2__title .en {
    -moz-column-gap: 0.7291666667vw;
         column-gap: 0.7291666667vw;
  }
}
@media (max-width: 767.9px) {
  .c-h2__title .en {
    -moz-column-gap: 1.8666666667vw;
         column-gap: 1.8666666667vw;
  }
}
.c-h2__title .en img {
  width: auto;
  height: 146.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .c-h2__title .en img {
    height: 10.15625vw;
  }
}
@media (max-width: 767.9px) {
  .c-h2__title .en img {
    height: 12.8vw;
  }
}
.c-h2__title .jp {
  display: block;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #500100;
  margin-top: -22.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .c-h2__title .jp {
    font-size: 1.4583333333vw;
    margin-top: -1.5625vw;
  }
}
@media (max-width: 767.9px) {
  .c-h2__title .jp {
    font-size: 3.7333333333vw;
    margin-top: -1.3333333333vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-button--a:hover {
    opacity: 0.5;
  }
}
/* fadeIn */
[class*=c-fadeIn] {
  position: relative;
  opacity: 0;
}

.c-fadeIn--up {
  visibility: hidden;
}
.c-fadeIn--up.is-show {
  -webkit-animation: fadein 1s both;
          animation: fadein 1s both;
  visibility: visible;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-deco-01-fadeIn--up,
.c-deco-02-fadeIn--up {
  opacity: 0;
  visibility: hidden;
}
.c-deco-01-fadeIn--up.is-show,
.c-deco-02-fadeIn--up.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: decoFadeUp;
          animation-name: decoFadeUp;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes decoFadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes decoFadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-deco-01-fadeIn--up.is-show {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.c-deco-02-fadeIn--up.is-show {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.c-charaIn .chara {
  visibility: hidden;
  display: inline-block;
}
.c-charaIn .chara.is-show {
  -webkit-animation: TextfadeIn 0.8s both;
          animation: TextfadeIn 0.8s both;
  visibility: visible;
  position: relative;
}
@-webkit-keyframes TextfadeIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes TextfadeIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.c-deco {
  pointer-events: none;
}
.c-deco [class*=deco--] {
  position: absolute;
}

.c-deco *[class*=deco--] img {
  -webkit-animation: decoAnime 4.8s ease 0s infinite;
          animation: decoAnime 4.8s ease 0s infinite;
}
@-webkit-keyframes decoAnime {
  0% {
    rotate: 0deg;
  }
  15% {
    rotate: 0deg;
  }
  20% {
    rotate: 7deg;
  }
  26% {
    rotate: -3deg;
  }
  32% {
    rotate: 0deg;
  }
  38% {
    rotate: 0deg;
  }
  to {
    rotate: 0deg;
  }
}
@keyframes decoAnime {
  0% {
    rotate: 0deg;
  }
  15% {
    rotate: 0deg;
  }
  20% {
    rotate: 7deg;
  }
  26% {
    rotate: -3deg;
  }
  32% {
    rotate: 0deg;
  }
  38% {
    rotate: 0deg;
  }
  to {
    rotate: 0deg;
  }
}

.c-deco .deco--02 img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* --------------------------------------------------
	utility
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
	l-nav
-------------------------------------------------- */
.l-nav-toggle__button {
  position: absolute;
  z-index: 220;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-toggle__button {
    right: 3.125vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-toggle__button {
    right: 4.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-nav-toggle__button a {
  position: relative;
  display: block;
  font-size: 0;
  width: 40.5px;
  height: 40.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-toggle__button a {
    width: 2.8125vw;
    height: 2.8125vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-toggle__button a {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-nav-toggle__button a::before {
  content: "";
  position: absolute;
  top: 6px;
  width: 40.5px;
  height: 3.75px;
  background-color: #ffffff;
  border-radius: 2px 2px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-toggle__button a::before {
    top: 0.4166666667vw;
    width: 2.8125vw;
    height: 0.2604166667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-toggle__button a::before {
    top: 0.5333333333vw;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.l-nav-toggle__button a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 40.5px;
  height: 3.75px;
  background-color: #ffffff;
  border-radius: 2px 2px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-toggle__button a::after {
    bottom: 0.4166666667vw;
    width: 2.8125vw;
    height: 0.2604166667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-toggle__button a::after {
    bottom: 0.5333333333vw;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.l-nav-toggle__button a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40.5px;
  height: 3.75px;
  background-color: #ffffff;
  border-radius: 2px 2px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-toggle__button a span {
    width: 2.8125vw;
    height: 0.2604166667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-toggle__button a span {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-toggle__button a:hover {
    opacity: 0.5;
  }
}

.l-nav-toggle__button.is-open a::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.l-nav-toggle__button.is-open a::after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}
.l-nav-toggle__button.is-open a span {
  opacity: 0;
}

.l-nav__modal {
  background: #d41200;
  position: fixed;
  z-index: 210;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.l-nav-modal__outer {
  position: relative;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.l-nav-modal__inner {
  padding: 135px 30px 105px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__inner {
    padding: 9.375vw 2.0833333333vw 7.2916666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__inner {
    padding: 16vw 8vw 14.6666666667vw;
  }
}

.l-nav-modal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-nav-modal__list {
    max-width: 1050px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 52.5px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__list {
    max-width: 72.9166666667vw;
    -moz-column-gap: 4.1666666667vw;
         column-gap: 4.1666666667vw;
    row-gap: 3.6458333333vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__list {
    align-items: center;
    row-gap: 6.6666666667vw;
  }
}
@media (min-width: 768px) {
  .l-nav-modal__list li {
    min-width: 262.5px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__list li {
    min-width: 18.2291666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__list li {
    width: 50%;
  }
}
.l-nav-modal__list li a {
  display: inline-block;
  line-height: 1;
}
.l-nav-modal__list li a span {
  display: inline-block;
  font-size: 13.5px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__list li a span {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__list li a span {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.l-nav-modal__list li a span.en img {
  width: auto;
  height: 48.75px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__list li a span.en img {
    height: 3.3854166667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__list li a span.en img {
    height: 6.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-modal__list li a:hover {
    opacity: 0.5;
  }
}

.l-nav-modal__sns {
  margin-top: 67.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns {
    margin-top: 4.6875vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns {
    margin-top: 10.6666666667vw;
  }
}
.l-nav-modal__sns .title {
  margin: 0 auto;
  max-width: 297px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .title {
    max-width: 20.625vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .title {
    max-width: 52.8vw;
  }
}
.l-nav-modal__sns .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  -moz-column-gap: 41.25px;
       column-gap: 41.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .list {
    margin-top: 2.0833333333vw;
    -moz-column-gap: 2.8645833333vw;
         column-gap: 2.8645833333vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .list {
    margin-top: 5.3333333333vw;
    -moz-column-gap: 8.5333333333vw;
         column-gap: 8.5333333333vw;
  }
}
.l-nav-modal__sns .list li a {
  display: block;
  text-align: center;
}
.l-nav-modal__sns .list li a span {
  display: block;
  font-size: 10.5px;
  line-height: 1.4;
  margin-top: 15px;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .list li a span {
    font-size: 0.7291666667vw;
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .list li a span {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-modal__sns .list li a:hover {
    opacity: 0.5;
  }
}
.l-nav-modal__sns .list li.facebook img {
  width: 28.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .list li.facebook img {
    width: 1.9791666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .list li.facebook img {
    width: 5.8666666667vw;
  }
}
.l-nav-modal__sns .list li.line img {
  width: 54px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .list li.line img {
    width: 3.75vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .list li.line img {
    width: 11.7333333333vw;
  }
}
.l-nav-modal__sns .list li.instagram img {
  width: 43.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .list li.instagram img {
    width: 3.0208333333vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .list li.instagram img {
    width: 9.0666666667vw;
  }
}
.l-nav-modal__sns .list li.twitter_x img {
  width: 38.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-nav-modal__sns .list li.twitter_x img {
    width: 2.65625vw;
  }
}
@media (max-width: 767.9px) {
  .l-nav-modal__sns .list li.twitter_x img {
    width: 8vw;
  }
}

/* --------------------------------------------------
	l-header
-------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #d41200;
}
.l-header .l-header__inner {
  padding: 0 0;
  max-width: none;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-header .l-header__inner {
    height: 5.2083333333vw;
  }
}
@media (max-width: 767.9px) {
  .l-header .l-header__inner {
    height: 13.3333333333vw;
  }
}
.l-header .l-header__fujiyatop {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-header .l-header__fujiyatop {
    left: 4.1666666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-header .l-header__fujiyatop {
    left: 5.3333333333vw;
  }
}
.l-header .l-header__fujiyatop .l-header__logo {
  display: flex;
  align-items: center;
  width: 60px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-header .l-header__fujiyatop .l-header__logo {
    width: 3.125vw;
  }
}
@media (max-width: 767.9px) {
  .l-header .l-header__fujiyatop .l-header__logo {
    width: 6.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header__fujiyatop a:hover {
    opacity: 0.5;
  }
}
.l-header .l-header__milky {
  width: 117px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-header .l-header__milky {
    width: 6.09375vw;
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-header .l-header__milky {
    width: 13.6vw;
    margin-top: 0;
    margin-bottom: 1.3333333333vw;
  }
}

/* --------------------------------------------------
	l-footer
-------------------------------------------------- */
.l-footer .l-footer__inner {
  background: #d41200;
  padding: 120px 30px 60px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-footer .l-footer__inner {
    padding: 8.3333333333vw 2.0833333333vw 4.1666666667vw;
  }
}
@media (max-width: 767.9px) {
  .l-footer .l-footer__inner {
    padding: 21.3333333333vw 8vw 13.3333333333vw;
  }
}
.l-footer .l-footer__nav {
  opacity: 0;
}
.l-footer .l-footer__sns {
  opacity: 0;
}
.l-footer .l-fotter__lower {
  background-color: #d41200;
  padding: 45px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-footer .l-fotter__lower {
    padding: 3.125vw 0;
  }
}
@media (max-width: 767.9px) {
  .l-footer .l-fotter__lower {
    padding: 4vw 0;
  }
}
.l-footer .l-footer__logo {
  margin: 0 auto 18.75px;
  display: block;
  width: 147px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-footer .l-footer__logo {
    margin: 0 auto 1.3020833333vw;
    width: 10.2083333333vw;
  }
}
@media (max-width: 767.9px) {
  .l-footer .l-footer__logo {
    width: 26.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .l-footer__logo:hover {
    opacity: 0.5;
  }
}
.l-footer .l-footer__copyright {
  color: #fff;
  font-size: 13.5px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-footer .l-footer__copyright {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767.9px) {
  .l-footer .l-footer__copyright {
    font-size: 2.6666666667vw;
  }
}

/* --------------------------------------------------
	loading
-------------------------------------------------- */
#loading {
  background-color: #d41200;
  height: 100dvh;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}
#loading #loading-logo {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 433.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #loading #loading-logo {
    width: 30.1041666667vw;
  }
}
@media (max-width: 767.9px) {
  #loading #loading-logo {
    width: 49.6vw;
  }
}
#loading #loading-logo img {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 767.9px) {
  #loading #loading-logo img {
    -webkit-animation-name: fadeUpAnimeSP;
            animation-name: fadeUpAnimeSP;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpAnimeSP {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnimeSP {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------------------------
	visual
-------------------------------------------------- */
.visual {
  margin-top: -1px;
}
.visual .visual__bg {
  position: relative;
  width: 100vw;
  height: calc(100vh - 100px);
  min-height: 500px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .visual .visual__bg {
    height: calc(100vh - 5.2083333333vw);
  }
}
@media (max-width: 767.9px) {
  .visual .visual__bg {
    height: calc(100vh - 13.3333333333vw);
  }
}
.visual .visual__bg .video {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.visual .visual__bg .poster {
  position: absolute;
  top: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.visual .visual__title {
  opacity: 0;
  position: absolute;
  top: 150px;
  width: 1074px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 6.75px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .visual .visual__title {
    top: 10.4166666667vw;
    width: 74.5833333333vw;
  }
}
@media (max-width: 767.9px) {
  .visual .visual__title {
    top: 25.6vw;
    width: 85.8666666667vw;
    margin-left: 0.5333333333vw;
  }
}
.visual .visual__scroller {
  opacity: 0;
  z-index: 2;
  width: 165px;
  height: 165px;
  position: absolute;
  left: 50%;
  bottom: -82.5px;
  transform: translateX(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .visual .visual__scroller {
    width: 11.4583333333vw;
    height: 11.4583333333vw;
    bottom: -5.7291666667vw;
  }
}
@media (max-width: 767.9px) {
  .visual .visual__scroller {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    bottom: -9.0666666667vw;
  }
}
.visual .visual__scroller a {
  display: block;
  cursor: pointer;
}
.visual .visual__scroller a img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.visual .visual__scroller a .scroll--01 {
  width: 100%;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}
.visual .visual__scroller a .scroll--02 {
  width: 55.5px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .visual .visual__scroller a .scroll--02 {
    width: 3.8541666667vw;
  }
}
@media (max-width: 767.9px) {
  .visual .visual__scroller a .scroll--02 {
    width: 6.1333333333vw;
  }
}

@-webkit-keyframes rotation {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* --------------------------------------------------
	message
-------------------------------------------------- */
.message .statement {
  padding: 213.75px 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement {
    padding: 14.84375vw 0;
  }
}
@media (max-width: 767.9px) {
  .message .statement {
    padding: 25.3333333333vw 0;
  }
}
.message .statement .l-cts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message .statement .statement__title {
  width: 786px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement .statement__title {
    width: 54.5833333333vw;
  }
}
@media (max-width: 767.9px) {
  .message .statement .statement__title {
    width: 69.3333333333vw;
  }
}
.message .statement .statement__text {
  margin-top: 97.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement .statement__text {
    margin-top: 6.7708333333vw;
  }
}
@media (max-width: 767.9px) {
  .message .statement .statement__text {
    margin-top: 17.3333333333vw;
  }
}
.message .statement .statement__text p {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 37.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement .statement__text p {
    row-gap: 2.6041666667vw;
  }
}
@media (max-width: 767.9px) {
  .message .statement .statement__text p {
    row-gap: 5.3333333333vw;
  }
}
.message .statement .statement__text p img {
  width: auto;
  height: 27.75px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement .statement__text p img {
    height: 1.9270833333vw;
  }
}
@media (max-width: 767.9px) {
  .message .statement .statement__text p img {
    height: 4vw;
  }
}
.message .statement .statement__image {
  margin-top: 86.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement .statement__image {
    margin-top: 5.9895833333vw;
  }
}
@media (max-width: 767.9px) {
  .message .statement .statement__image {
    margin-top: 16vw;
  }
}
.message .statement .statement__image img {
  width: 240px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .statement .statement__image img {
    width: 16.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .message .statement .statement__image img {
    width: 29.3333333333vw;
  }
}

.message .about {
  padding: 277.5px 0;
  background: url("../img/bg_message_pc.jpg") no-repeat center center/cover;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .about {
    padding: 19.2708333333vw 0;
  }
}
@media (max-width: 767.9px) {
  .message .about {
    padding: 22.6666666667vw 0 53.3333333333vw;
    background: url("../img/bg_message_sp.jpg") no-repeat center center/cover;
  }
}
.message .about .l-cts__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 90px;
  width: 945px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .about .l-cts__inner {
    row-gap: 6.25vw;
    width: 65.625vw;
  }
}
@media (max-width: 767.9px) {
  .message .about .l-cts__inner {
    width: 76vw;
    row-gap: 14.6666666667vw;
    align-items: center;
  }
}
.message .about .l-cts__inner .about__title img {
  width: auto;
  height: 127.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .about .l-cts__inner .about__title img {
    height: 8.8541666667vw;
  }
}
@media (max-width: 767.9px) {
  .message .about .l-cts__inner .about__title img {
    height: 17.3333333333vw;
  }
}
.message .about .l-cts__inner .about__text p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 37.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .about .l-cts__inner .about__text p {
    row-gap: 2.6041666667vw;
  }
}
@media (max-width: 767.9px) {
  .message .about .l-cts__inner .about__text p {
    align-items: center;
    row-gap: 5.3333333333vw;
  }
}
.message .about .l-cts__inner .about__text p img {
  width: auto;
  height: 29.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .message .about .l-cts__inner .about__text p img {
    height: 2.03125vw;
  }
}
@media (max-width: 767.9px) {
  .message .about .l-cts__inner .about__text p img {
    height: 4vw;
  }
}

/* --------------------------------------------------
	cm / making
-------------------------------------------------- */
.cm .movie__box .movie-wrap,
.making .movie__box .movie-wrap {
  position: relative;
}
.cm .movie__box .movie-wrap .movie,
.making .movie__box .movie-wrap .movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.cm .movie__box .movie-wrap .movie iframe,
.making .movie__box .movie-wrap .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cm .movie__box .movie-wrap .thumb,
.making .movie__box .movie-wrap .thumb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}
.cm .movie__box .movie-wrap .thumb img,
.making .movie__box .movie-wrap .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cm .movie__box .movie-wrap .thumb::after,
.making .movie__box .movie-wrap .thumb::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 26.25px;
  right: 26.25px;
  width: 130.5px;
  height: 130.5px;
  pointer-events: none;
  background: url("../img/icon_play.svg") no-repeat center center/contain;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .movie__box .movie-wrap .thumb::after,
.making .movie__box .movie-wrap .thumb::after {
    top: 1.8229166667vw;
    right: 1.8229166667vw;
    width: 9.0625vw;
    height: 9.0625vw;
  }
}
@media (max-width: 767.9px) {
  .cm .movie__box .movie-wrap .thumb::after,
.making .movie__box .movie-wrap .thumb::after {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.cm .movie__box .movie-wrap.is-ready .thumb,
.making .movie__box .movie-wrap.is-ready .thumb {
  display: block;
}
.cm .movie__box .movie-select,
.making .movie__box .movie-select {
  box-sizing: border-box;
  padding: 7.5px;
  position: relative;
  margin: 15px auto 0;
  border-radius: 50px;
  border: 2px solid #d41200;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 318px;
  min-height: 57px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .movie__box .movie-select,
.making .movie__box .movie-select {
    padding: 0.5208333333vw;
    margin: 1.0416666667vw auto 0;
    border-radius: 2.6041666667vw;
    min-width: 22.0833333333vw;
    min-height: 3.9583333333vw;
  }
}
@media (max-width: 767.9px) {
  .cm .movie__box .movie-select,
.making .movie__box .movie-select {
    padding: 1.3333333333vw;
    margin: 4vw auto 0;
    border-radius: 50px;
    border: 1px solid #d41200;
    min-width: 46.9333333333vw;
    min-height: 8.5333333333vw;
  }
}
.cm .movie__box .movie-select::before,
.making .movie__box .movie-select::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7.5px;
  width: calc(50% - 7.5px);
  height: calc(100% - 15px);
  background-color: #d41200;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: left 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .movie__box .movie-select::before,
.making .movie__box .movie-select::before {
    left: 0.5208333333vw;
    width: calc(50% - 0.5208333333vw);
    height: calc(100% - 1.0416666667vw);
  }
}
@media (max-width: 767.9px) {
  .cm .movie__box .movie-select::before,
.making .movie__box .movie-select::before {
    left: 1.3333333333vw;
    width: calc(50% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
    background-color: #d41200;
  }
}
.cm .movie__box .movie-select li,
.making .movie__box .movie-select li {
  width: 50%;
}
.cm .movie__box .movie-select li a,
.making .movie__box .movie-select li a {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  color: #d41200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .movie__box .movie-select li a,
.making .movie__box .movie-select li a {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767.9px) {
  .cm .movie__box .movie-select li a,
.making .movie__box .movie-select li a {
    font-size: 2.9333333333vw;
  }
}
.cm .movie__box .movie-select li a.is-active,
.making .movie__box .movie-select li a.is-active {
  color: #fff;
}
.cm .movie__box .movie-select[data-pt="1"]:before,
.making .movie__box .movie-select[data-pt="1"]:before {
  left: 7.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .movie__box .movie-select[data-pt="1"]:before,
.making .movie__box .movie-select[data-pt="1"]:before {
    left: 0.5208333333vw;
  }
}
@media (max-width: 767.9px) {
  .cm .movie__box .movie-select[data-pt="1"]:before,
.making .movie__box .movie-select[data-pt="1"]:before {
    left: 1.3333333333vw;
  }
}
.cm .movie__box .movie-select[data-pt="2"]:before,
.making .movie__box .movie-select[data-pt="2"]:before {
  left: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .cm .movie__box .movie-wrap .thumb:hover:after,
.making .movie__box .movie-wrap .thumb:hover:after {
    opacity: 0.5;
  }
  .cm .movie__box .movie-select li a:not(.is-active):hover,
.making .movie__box .movie-select li a:not(.is-active):hover {
    opacity: 0.5;
  }
}

/* --------------------------------------------------
	cm
-------------------------------------------------- */
.cm {
  padding: 127.5px 0 187.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm {
    padding: 8.8541666667vw 0 13.0208333333vw;
  }
}
@media (max-width: 767.9px) {
  .cm {
    padding: 26.6666666667vw 0 21.3333333333vw;
  }
}
@media (max-width: 767.9px) {
  .cm::after {
    content: "";
    position: absolute;
    top: 58.6666666667vw;
    width: 100%;
    height: 100%;
    background: url("../img/bg_cm_sp.png") no-repeat top center/100% auto;
    z-index: -1;
  }
}
@media (max-width: 767.9px) {
  .cm .l-cts__inner {
    max-width: 74.6666666667vw;
    padding: 0;
  }
}
.cm .c-deco.cm__deco .deco--01 {
  width: 164.25px;
  left: 153px;
  top: -41.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .c-deco.cm__deco .deco--01 {
    width: 11.40625vw;
    left: 10.625vw;
    top: -2.8645833333vw;
  }
}
@media (max-width: 767.9px) {
  .cm .c-deco.cm__deco .deco--01 {
    width: 13.0666666667vw;
    left: 10.1333333333vw;
    top: -9.6vw;
  }
}
.cm .c-deco.cm__deco .deco--02 {
  width: 150.75px;
  right: -91.5px;
  bottom: -151.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cm .c-deco.cm__deco .deco--02 {
    width: 10.46875vw;
    right: -1.1458333333vw;
    bottom: -10.5208333333vw;
  }
}
@media (max-width: 767.9px) {
  .cm .c-deco.cm__deco .deco--02 {
    width: 14.1333333333vw;
    right: -6.1333333333vw;
    bottom: -26.6666666667vw;
  }
}

/* --------------------------------------------------
	making
-------------------------------------------------- */
.making {
  padding: 127.5px 0 300px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .making {
    padding: 8.8541666667vw 0 20.8333333333vw;
  }
}
@media (max-width: 767.9px) {
  .making {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}
.making::after {
  content: "";
  position: absolute;
  top: -720px;
  left: 50%;
  transform: translateX(-50%);
  width: 1972.5px;
  height: calc(100% + 720px);
  background: url("../img/bg_making_pc.png") no-repeat top center/100% auto;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .making::after {
    top: -50vw;
    width: 136.9791666667vw;
    height: calc(100% + 50vw);
  }
}
@media (max-width: 767.9px) {
  .making::after {
    top: -2.6666666667vw;
    width: 100%;
    height: 100%;
    background: url("../img/bg_making_sp.png") no-repeat top center/100% auto;
  }
}
@media (max-width: 767.9px) {
  .making .l-cts__inner {
    max-width: 74.6666666667vw;
    padding: 0;
  }
}

/* --------------------------------------------------
	graphic
-------------------------------------------------- */
.graphic {
  padding: 127.5px 0 225px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic {
    padding: 8.8541666667vw 0 15.625vw;
  }
}
@media (max-width: 767.9px) {
  .graphic {
    padding: 21.3333333333vw 0 32vw;
  }
}
.graphic::after {
  content: "";
  position: absolute;
  top: -412.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1972.5px;
  height: calc(100% + 900px);
  background: url("../img/bg_graphic_pc.png") no-repeat top center/100% auto;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic::after {
    top: -28.6458333333vw;
    width: 136.9791666667vw;
    height: calc(100% + 62.5vw);
  }
}
@media (max-width: 767.9px) {
  .graphic::after {
    top: -10.6666666667vw;
    width: 100%;
    height: 100%;
    background: url("../img/bg_graphic_sp.png") no-repeat top center/100% auto;
  }
}
@media (max-width: 767.9px) {
  .graphic .l-cts__inner {
    max-width: 74.6666666667vw;
    padding: 0;
  }
}
.graphic .c-deco.graphic__deco .deco--01 {
  width: 305.25px;
  left: -102px;
  top: -125.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic .c-deco.graphic__deco .deco--01 {
    width: 21.1979166667vw;
    left: -7.0833333333vw;
    top: -8.6979166667vw;
  }
}
@media (max-width: 767.9px) {
  .graphic .c-deco.graphic__deco .deco--01 {
    width: 22.1333333333vw;
    left: -4.8vw;
    top: -16vw;
  }
}
.graphic .c-deco.graphic__deco .deco--02 {
  width: 305.25px;
  left: -102px;
  top: -125.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic .c-deco.graphic__deco .deco--02 {
    width: 21.1979166667vw;
    left: -7.0833333333vw;
    top: -8.6979166667vw;
  }
}
@media (max-width: 767.9px) {
  .graphic .c-deco.graphic__deco .deco--02 {
    width: 22.1333333333vw;
    left: -4.8vw;
    top: -13.8666666667vw;
  }
}
.graphic .graphic__box .item {
  text-align: center;
  font-size: 0;
}
.graphic .graphic__box .item .image {
  background-color: #ffffff;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .graphic .graphic__box .item .image.image--horizontal {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic .graphic__box .item .image.image--horizontal {
    width: 41.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .graphic .graphic__box .item .image.image--horizontal {
    width: 61.8666666667vw;
  }
}

.graphic-modal {
  position: relative;
  padding: 60px;
  margin: 0 auto;
  font-size: 0;
  width: 100vw;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic-modal {
    padding: 4.1666666667vw;
  }
}
@media (max-width: 767.9px) {
  .graphic-modal {
    padding: 8vw;
  }
}
.graphic-modal .inner {
  position: relative;
  overflow: hidden;
}
.graphic-modal .inner img {
  pointer-events: all;
  max-width: 960px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic-modal .inner img {
    max-width: 66.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .graphic-modal .inner img {
    max-width: 74.6666666667vw;
  }
}
.graphic-modal .inner img.image--horizontal {
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .graphic-modal .inner img.image--horizontal {
    max-width: 41.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .graphic-modal .inner img.image--horizontal {
    max-width: 61.8666666667vw;
  }
}

/* --------------------------------------------------
	profile
-------------------------------------------------- */
.profile {
  padding: 127.5px 0 187.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile {
    padding: 8.8541666667vw 0 13.0208333333vw;
  }
}
@media (max-width: 767.9px) {
  .profile {
    padding: 21.3333333333vw 0 37.3333333333vw;
  }
}
.profile::after {
  content: "";
  position: absolute;
  top: -615px;
  left: 50%;
  transform: translateX(-50%);
  width: 1972.5px;
  height: calc(100% + 2250px);
  background: url("../img/bg_profile_pc.png") no-repeat top center/100% auto;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile::after {
    top: -42.7083333333vw;
    width: 136.9791666667vw;
    height: calc(100% + 156.25vw);
  }
}
@media (max-width: 767.9px) {
  .profile::after {
    top: -37.3333333333vw;
    width: 100%;
    height: 100%;
    background: url("../img/bg_profile_sp.png") no-repeat top center/100% auto;
  }
}
.profile .l-cts__inner {
  max-width: 862.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .l-cts__inner {
    max-width: 59.8958333333vw;
  }
}
@media (max-width: 767.9px) {
  .profile .l-cts__inner {
    max-width: 74.6666666667vw;
    padding: 0;
  }
}
.profile .c-deco.profile__deco .deco--01 {
  width: 156.75px;
  right: -73.5px;
  top: -67.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .c-deco.profile__deco .deco--01 {
    width: 10.8854166667vw;
    right: -5.1041666667vw;
    top: -4.6875vw;
  }
}
@media (max-width: 767.9px) {
  .profile .c-deco.profile__deco .deco--01 {
    width: 12.5333333333vw;
    right: 4.5333333333vw;
    top: -21.3333333333vw;
  }
}
@media (min-width: 768px) {
  .profile .profile__title {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .profile__title {
    margin-bottom: 6.25vw;
  }
}
.profile .profile-cols {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .profile .profile-cols {
    -moz-column-gap: 56.25px;
         column-gap: 56.25px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .profile-cols {
    -moz-column-gap: 3.90625vw;
         column-gap: 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  .profile .profile-cols {
    flex-direction: column;
    row-gap: 6.6666666667vw;
  }
}
.profile .profile-cols .profile__image {
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .profile .profile-cols .profile__image {
    width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .profile-cols .profile__image {
    width: 20vw;
  }
}
@media (max-width: 767.9px) {
  .profile .profile-cols .profile__image {
    border-radius: 2.6666666667vw;
  }
}
.profile .profile-cols .profile__body .title {
  font-weight: bold;
  font-size: 33.75px;
  letter-spacing: 0.1em;
  margin-bottom: 3.75px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .profile-cols .profile__body .title {
    font-size: 2.34375vw;
    margin-bottom: 0.2604166667vw;
  }
}
@media (max-width: 767.9px) {
  .profile .profile-cols .profile__body .title {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.profile .profile-cols .profile__body .title rt {
  font-size: 13.5px;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .profile .profile-cols .profile__body .title rt {
    font-size: 0.9375vw;
  }
}
@media (max-width: 767.9px) {
  .profile .profile-cols .profile__body .title rt {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.profile .profile-cols .profile__body .title ruby {
  ruby-align: start;
}
@media (max-width: 767.9px) {
  .profile .profile-cols .profile__body .title ruby {
    ruby-align: center;
  }
}
.profile .profile-cols .profile__body .text dt {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 6px;
}
.profile .profile-cols .profile__body .text dd {
  display: flex;
  flex-direction: column;
}

/* --------------------------------------------------
	campaign
-------------------------------------------------- */
.campaign {
  padding: 127.5px 0 487.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .campaign {
    padding: 8.8541666667vw 0 33.8541666667vw;
  }
}
@media (max-width: 767.9px) {
  .campaign {
    padding: 21.3333333333vw 0 40vw;
  }
}
@media (max-width: 767.9px) {
  .campaign::after {
    content: "";
    position: absolute;
    top: -122.6666666667vw;
    width: 100%;
    height: calc(100% + 122.6666666667vw);
    background: url("../img/bg_campaign_sp.png") no-repeat top center/100% auto;
    z-index: -1;
  }
}
.campaign .l-cts__inner {
  max-width: 960px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .campaign .l-cts__inner {
    max-width: 66.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .campaign .l-cts__inner {
    max-width: 74.6666666667vw;
    padding: 0;
  }
}
.campaign .c-deco.campaign__deco .deco--01 {
  width: 150.75px;
  left: -45px;
  top: 30px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .campaign .c-deco.campaign__deco .deco--01 {
    width: 10.46875vw;
    left: -3.125vw;
    top: 2.0833333333vw;
  }
}
@media (max-width: 767.9px) {
  .campaign .c-deco.campaign__deco .deco--01 {
    width: 14.9333333333vw;
    left: -12.2666666667vw;
    top: -6.6666666667vw;
  }
}
.campaign .c-deco.campaign__deco .deco--02 {
  width: 156.75px;
  right: -169.5px;
  bottom: -158.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .campaign .c-deco.campaign__deco .deco--02 {
    width: 10.8854166667vw;
    right: -11.7708333333vw;
    bottom: -10.9895833333vw;
  }
}
@media (max-width: 767.9px) {
  .campaign .c-deco.campaign__deco .deco--02 {
    width: 16.2666666667vw;
    right: -13.8666666667vw;
    bottom: -20.5333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .campaign a:hover {
    opacity: 0.5;
  }
}

/* --------------------------------------------------
	lineup
-------------------------------------------------- */
.lineup {
  padding: 127.5px 0 660px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup {
    padding: 8.8541666667vw 0 45.8333333333vw;
  }
}
@media (max-width: 767.9px) {
  .lineup {
    padding: 32vw 0 42.6666666667vw;
  }
}
.lineup::before {
  content: "";
  position: absolute;
  top: -397.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1972.5px;
  height: calc(100% + 397.5px);
  background: url("../img/bg_lineup_top_pc.png") no-repeat top center/100% auto;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup::before {
    top: -27.6041666667vw;
    width: 136.9791666667vw;
    height: calc(100% + 27.6041666667vw);
  }
}
@media (max-width: 767.9px) {
  .lineup::before {
    top: -18.6666666667vw;
    width: 100%;
    height: 100%;
    background: url("../img/bg_lineup_top_sp.png") no-repeat top center/100% auto;
  }
}
.lineup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1972.5px;
  height: 100%;
  background: url("../img/bg_lineup_bottom_pc.png") no-repeat bottom center/100% auto;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup::after {
    width: 136.9791666667vw;
  }
}
@media (max-width: 767.9px) {
  .lineup::after {
    width: 100%;
    background: url("../img/bg_lineup_bottom_sp.png") no-repeat bottom center/100% auto;
  }
}
.lineup .l-cts__inner {
  max-width: 960px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .l-cts__inner {
    max-width: 66.6666666667vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .l-cts__inner {
    max-width: 81.3333333333vw;
    padding: 0;
  }
}
.lineup .c-deco.lineup__deco .deco--01 {
  width: 238.5px;
  top: -30px;
}
@media (min-width: 768px) {
  .lineup .c-deco.lineup__deco .deco--01 {
    right: -25.5px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .c-deco.lineup__deco .deco--01 {
    width: 16.5625vw;
    top: -2.0833333333vw;
    right: -1.7708333333vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .c-deco.lineup__deco .deco--01 {
    width: 21.8666666667vw;
    left: -11.4666666667vw;
    top: -9.3333333333vw;
  }
}
.lineup .c-deco.lineup__deco .deco--02 {
  width: 238.5px;
  top: -22.5px;
}
@media (min-width: 768px) {
  .lineup .c-deco.lineup__deco .deco--02 {
    right: -25.5px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .c-deco.lineup__deco .deco--02 {
    width: 16.5625vw;
    top: -1.5625vw;
    right: -1.7708333333vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .c-deco.lineup__deco .deco--02 {
    width: 21.8666666667vw;
    left: -11.4666666667vw;
    top: -8vw;
  }
}
@media (min-width: 768px) {
  .lineup .lineup__title {
    margin-bottom: 97.5px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__title {
    margin-bottom: 6.7708333333vw;
  }
}
.lineup .lineup__title .en img:nth-of-type(6) {
  margin-left: -26.25px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__title .en img:nth-of-type(6) {
    margin-left: -1.8229166667vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__title .en img:nth-of-type(6) {
    margin-left: -2.1333333333vw;
  }
}
.lineup .lineup__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 75px;
       column-gap: 75px;
  row-gap: 22.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__list {
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
    row-gap: 1.5625vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 4vw;
  }
}
.lineup .lineup__list li {
  display: flex;
  flex-direction: column;
}
.lineup .lineup__list li .button {
  display: block;
  background: #fff;
  border-radius: 52.5px;
  min-height: 322.5px;
  min-width: 262.5px;
  padding: 11.25px 0 33.75px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__list li .button {
    border-radius: 3.6458333333vw;
    min-height: 22.3958333333vw;
    min-width: 18.2291666667vw;
    padding: 0.78125vw 0 2.34375vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__list li .button {
    border-radius: 8vw;
    min-height: 45.3333333333vw;
    min-width: calc((100% - 4vw) / 2);
    padding: 2.6666666667vw 0 4vw;
  }
}
.lineup .lineup__list li .button .name {
  color: #d41200;
  font-size: 15.75px;
  letter-spacing: 0.12em;
  line-height: 1.619047619;
  margin-top: -3.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3em;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__list li .button .name {
    font-size: 1.09375vw;
    margin-top: -0.2604166667vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__list li .button .name {
    font-size: 2.4vw;
    line-height: 1.3333333333;
    margin-top: -1.3333333333vw;
    font-feature-settings: "palt";
  }
}
.lineup .lineup__list li .button .image {
  margin: 0 auto;
  max-width: 232.5px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__list li .button .image {
    max-width: 16.1458333333vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__list li .button .image {
    max-width: 32vw;
  }
}
.lineup .lineup__list li .button .icon {
  position: absolute;
}
@media (min-width: 768px) {
  .lineup .lineup__list li .button .icon {
    max-width: 111px;
    top: -24.75px;
    right: -48px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__list li .button .icon {
    max-width: 7.7083333333vw;
    top: -1.71875vw;
    right: -3.3333333333vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__list li .button .icon {
    max-width: 14.1333333333vw;
    top: -3.2vw;
    right: -3.2vw;
  }
}
.lineup .lineup__button a {
  background-color: #d41200;
  color: #fff;
  font-size: 37.5px;
  margin-top: 127.5px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 487.5px;
  min-height: 147px;
  border-radius: 75px;
  padding: 37.5px 48.75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .lineup .lineup__button a {
    font-size: 2.6041666667vw;
    min-width: 33.8541666667vw;
    min-height: 10.2083333333vw;
    padding: 2.6041666667vw 3.3854166667vw;
  }
}
@media (max-width: 767.9px) {
  .lineup .lineup__button a {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
    min-width: 50.6666666667vw;
    min-height: 16vw;
    border-radius: 26.6666666667vw;
    padding: 4vw 5.3333333333vw;
  }
}

/* --------------------------------------------------
	slick
-------------------------------------------------- */
.slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 37.5px);
  width: 37.5px;
  height: 75px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .slick-arrow {
    top: calc(50% - 2.6041666667vw);
    width: 2.6041666667vw;
    height: 5.2083333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slick-arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767.9px) {
  .slick-arrow {
    top: calc(50% - 2.6666666667vw);
    width: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}

.slick-arrow.slick-prev {
  background-image: url(../img/arrow_left.svg);
  left: -142.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .slick-arrow.slick-prev {
    left: -9.8958333333vw;
  }
}
@media (max-width: 767.9px) {
  .slick-arrow.slick-prev {
    left: -8vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/arrow_right.svg);
  right: -142.5px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .slick-arrow.slick-next {
    right: -9.8958333333vw;
  }
}
@media (max-width: 767.9px) {
  .slick-arrow.slick-next {
    right: -8vw;
  }
}

/* --------------------------------------------------
	magnific-popup
-------------------------------------------------- */
.mfp-container {
  padding-left: 0;
  padding-right: 0;
}

button.mfp-close {
  position: fixed;
  width: 123.75px;
  height: 123.75px;
  font-size: 0;
  background-image: url(../img/icon_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  padding: 0 0;
  top: 33.75px;
  right: 33.75px;
  pointer-events: all;
}
@media (min-width: 768px) and (max-width: 1400px) {
  button.mfp-close {
    top: 2.34375vw;
    right: 2.34375vw;
    width: 8.59375vw;
    height: 8.59375vw;
  }
}
@media (max-width: 767.9px) {
  button.mfp-close {
    width: 12vw;
    height: 12vw;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  button.mfp-close:hover {
    opacity: 0.5;
  }
}

button.mfp-arrow {
  width: 37.5px;
  height: 75px;
  background-image: url(../img/icon_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 1;
  font-size: 0;
  transform: scale(1);
  margin-top: 0;
  pointer-events: all;
}
@media (min-width: 768px) {
  button.mfp-arrow {
    top: calc(50% - 37.5px);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  button.mfp-arrow {
    width: 2.6041666667vw;
    height: 5.2083333333vw;
    top: calc(50% - 2.6041666667vw);
  }
}
@media (max-width: 767.9px) {
  button.mfp-arrow {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    top: calc(50% - 2.6666666667vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  button.mfp-arrow:hover {
    opacity: 0.5;
  }
}

button.mfp-arrow::before,
button.mfp-arrow::after {
  content: none;
}

button.mfp-arrow.mfp-arrow-left {
  background-image: url(../img/arrow_left.svg);
  left: 105px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  button.mfp-arrow.mfp-arrow-left {
    left: 7.2916666667vw;
  }
}
@media (max-width: 767.9px) {
  button.mfp-arrow.mfp-arrow-left {
    left: 5.3333333333vw;
  }
}

button.mfp-arrow.mfp-arrow-right {
  background-image: url(../img/arrow_right.svg);
  right: 105px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  button.mfp-arrow.mfp-arrow-right {
    right: 7.2916666667vw;
  }
}
@media (max-width: 767.9px) {
  button.mfp-arrow.mfp-arrow-right {
    right: 5.3333333333vw;
  }
}
/*# sourceMappingURL=milky.css.map */