﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : LP CSS

//////////////////////////////////////////////////*/


:root {
  --c-white: #ffffff;
  --c-orange: #EB6100;
  --c-yellow: #FDCD00;
  --c-green: #15722C;
  --c-blue: #004D97;
  --font: HelveticaRoundedBold, 游ゴシック, Yu Gothic;
  --font-jp: 游ゴシック, Yu Gothic;
  --font-en: HelveticaRoundedBold;
  --cont-width: 580;
}

/* ========================================================
                      * Layout style *
========================================================= */

main {
  max-width: 100%;
}

footer {
  margin-top: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

#header_bottom {
  display: none !important;
}

#share {
  z-index: 200 !important;
}

#Wrap {
  padding-top: calc(88 * 56rem/750);
}

@font-face {
  font-family: "HelveticaRoundedBold";
  src: url(../fonts/HelveticaRounded-Bold.otf) format("opentype");
  font-weight: normal;
}


/* ===================
  Loader
=================== */

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: opacity 0.4s ease-in-out;
  top: 0;
  left: 0;
  background-color: var(--c-orange);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.loader.eraseLoader {
  opacity: 0;
}
.loader.invisibleLoader {
  visibility: hidden;
  z-index: -10;
}
.loader img {
  display: block;
  width: 100%;
  height: auto;
}
.loader__miffy {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(86 * 56rem/750);
       column-gap: calc(86 * 56rem/750);

  margin-top: calc(370 * 56rem/750);

}
.loader__miffy img {
  animation: miffyAnim 0.4s ease-in forwards, floatY 8s infinite, floatX 12s infinite reverse;
  opacity: 0;
  width: 100%;
}

.loader__miffy img:nth-of-type(1)  {
  height: calc(95 * 56rem/750);
}

.loader__miffy img:nth-of-type(2) {
  height: calc(151 * 56rem/750);
  animation: miffyAnim 0.4s ease-in forwards, floatY2 8s infinite, floatX 12s infinite reverse;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loader__miffy img:nth-of-type(3) {
  height: calc(95 * 56rem/750);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes miffyAnim {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes miffyAnim {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(-0.2rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
  100% {
    transform: translateY(-0.2rem);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(-0.2rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
  100% {
    transform: translateY(-0.2rem);
  }
}
@-webkit-keyframes floatX {
  0% {
    translate: -0.2rem 0;
  }
  50% {
    translate: 0.2rem 0;
  }
  100% {
    translate: -0.2rem 0;
  }
}
@keyframes floatX {
  0% {
    translate: -0.2rem 0;
  }
  50% {
    translate: 0.2rem 0;
  }
  100% {
    translate: -0.2rem 0;
  }
}
@-webkit-keyframes floatY2 {
  0% {
    transform: translateY(0.2rem);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0.2rem);
  }
}
@keyframes floatY2 {
  0% {
    transform: translateY(0.2rem);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0.2rem);
  }
}
@-webkit-keyframes floatX2 {
  0% {
    translate: 0.2rem 0;
  }
  50% {
    translate: -0.2rem 0;
  }
  100% {
    translate: 0.2rem 0;
  }
}
@keyframes floatX2 {
  0% {
    translate: 0.2rem 0;
  }
  50% {
    translate: -0.2rem 0;
  }
  100% {
    translate: 0.2rem 0;
  }
}
.loader .logo {
  margin: calc(308 * 56rem/750) auto 0;
  width: calc(185 * 56rem/750);
}

body.no_scroll {
  height: 100svh;
  overflow: hidden;
}


/* ===================
  LP Contents
=================== */

.lp_contents {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg_all_sp.jpg);
  background-size: 50%;
  color: #000;
  font-size: calc(15 * 56rem/430);
  font-family:  HelveticaRoundedBold, 游ゴシック, "Yu Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
  opacity: 1;
}

.lp_contents img {
  max-width: 100%;
  /* width: auto; */
}

.lp_contents sup {
  font-size: calc(12 * 56rem/750);
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.lp_contents h1 {
  padding: 0;
}

/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: 500;
}

/* ===================
  　　　Animation
=================== */


/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 1.6s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(60px);
}

.ef-top2.effect {
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}


/* ===================
  　Section Common
=================== */

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* ===================
     Text Setting
=================== */

.txt_cont {
  text-align: center;
  line-height: 1.7;
}


/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}

/* ===================
  　CONTENTS INNER
=================== */

.lp_contents_inner {
  width: 56rem;
  margin: auto;
  text-align: center;
}

/* ===================
  　　MAIN VISUAL
=================== */

.mv_section {
}

.mv_section .mv_area {
  position: relative;
  overflow: hidden;
  height: calc(1095 * 56rem/750);
  background: url(../img/mv_bg_all.jpg);
  background-size: cover;
}

.mv_section .mv_area .mv_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(15 * 56rem/750) calc(30 * 56rem/750);
  border-bottom: 1px solid #b1b1b1;
}

.mv_section .mv_area .mv_txt img {
  width: 100%;
}

.mv_section .mv_area .mv_70th {
  position: absolute;
  top: calc(55 * 56rem/750);
  left: calc(25 * 56rem/750);
  width: calc(233 * 56rem/750);
}

/* -- img_area -- */

.mv_section .mv_area > span {
  opacity: 0;
  position: absolute;
}

.mv_section.effect .mv_img_01,
.mv_section.effect .mv_img_02,
.mv_section.effect .mv_img_03,
.mv_section.effect .mv_img_04,
.mv_section.effect .mv_img_05,
.mv_section.effect .mv_img_06,
.mv_section.effect .mv_img_07,
.mv_section.effect .mv_img_08,
.mv_section.effect .mv_img_09,
.mv_section.effect .mv_img_10 {
  animation: opa1 1.4s cubic-bezier(0.65, 0.25, 0.02, 1) 1 forwards;
}

.mv_section .mv_img_01 {
  right: calc(-206* 56rem / 750);
  top: calc(21* 56rem / 750);
  width: calc(548* 56rem / 750);
}

.mv_section.effect .mv_img_01 {
  animation-delay: 3.1s;
}

.mv_section .mv_img_02 {
  right: calc(0* 56rem / 750);
  top: calc(410* 56rem / 750);
  width: calc(257* 56rem / 750);
}

.mv_section.effect .mv_img_02 {
  animation-delay: 3.2s;
}

.mv_section .mv_img_03 {
  right: calc(22* 56rem / 750);
  bottom: calc(183* 56rem / 750);
  width: calc(77* 56rem / 750);
}

.mv_section.effect .mv_img_03 {
  animation-delay: 3.3s;
}

.mv_section .mv_img_04 {
  right: calc(65* 56rem / 750);
  bottom: calc(52* 56rem / 750);
  width: calc(156* 56rem / 750);
}

.mv_section.effect .mv_img_04 {
  animation-delay: 3.4s;
}

.mv_section .mv_img_05 {
  right: calc(177* 56rem / 750);
  bottom: calc(10* 56rem / 750);
  width: calc(284* 56rem / 750);
}

.mv_section.effect .mv_img_05 {
  animation-delay: 3.5s;
}

.mv_section .mv_img_06 {
  bottom: calc(-28* 56rem / 750);
  left: calc(179* 56rem / 750);
  width: calc(87* 56rem / 750);
}

.mv_section.effect .mv_img_06 {
  animation-delay: 3.6s;
}

.mv_section .mv_img_07 {
  bottom: calc(77* 56rem / 750);
  left: calc(-18* 56rem / 750);
  width: calc(122* 56rem / 750);
}

.mv_section.effect .mv_img_07 {
  animation-delay: 3.7s;
}

.mv_section .mv_img_08 {
  bottom: calc(344* 56rem / 750);
  left: calc(-50* 56rem / 750);
  width: calc(276* 56rem / 750);
}

.mv_section.effect .mv_img_08 {
  animation-delay: 3.8s;
}

.mv_section .mv_img_09 {
  top: calc(82 * 56rem / 750);
  left: calc(-141 * 56rem / 750);
  width: calc(416 * 56rem / 750);
}

.mv_section.effect .mv_img_09 {
  animation-delay: 3.9s;
}

.mv_section .mv_img_10 {
  top: calc(-38 * 56rem / 750);
  left: calc(137 * 56rem / 750);
  width: calc(267 * 56rem / 750);
}

.mv_section.effect .mv_img_10 {
  animation-delay: 4s;
}

.mv_section .scroll_guide {
  opacity: 0;
}
.mv_section.effect .scroll_guide {
  animation: opa1 1s cubic-bezier(0.65, 0.25, 0.02, 1) 1.5s 1 forwards;
}

.scroll_guide {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.scroll_guide .scroll_guide_text {
  color: #717071;
  font-size: calc(26 * (56rem/750));
  text-align: center;
  letter-spacing: 0.1em;
}

.scroll_guide .scroll_guide_line {
  display: block;
  margin: calc(18 * (56rem/750)) auto 0;
  border-radius: calc(3 * (56rem/750));
  width: calc(3 * (56rem/750));
  height: calc(181 * (56rem/750));
  position: relative;
  overflow: hidden;
}

.scroll_guide .scroll_guide_line .scroll_guide_color {
  position: absolute;
  top: 0;
  background-color: #717071;
  width: calc(3 * (56rem/750));
  height: calc(181 * (56rem/750));
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.nav_area {
  padding: calc(15 * 56rem/750);
  background: #EB6100;
}

.nav_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(110 * 56rem/750);
  font-size: calc(24 * 56rem/750);
  text-align: center;
}

.nav_area ul span {
  display: block;
  line-height: 1;
}

.nav_area img {
  width: auto;
  height: calc(47 * 56rem/750);
}


/* ===================
  　　  intro
=================== */

.intro_section {
  padding-top: calc(100 * 56rem/750);
}

.intro_section h2 {
  width: calc(360 * 56rem/750);
  margin: auto auto calc(82 * 56rem/750);
}

.intro_section h3 {
  margin-bottom: calc(78 * 56rem/750);
  font-size: calc(48 * 56rem/750);
}

.intro_section .btn_more {
  margin-bottom: calc(185 * 56rem/750);
  color: var(--c-orange);
  font-size: calc(33 * 56rem/750);
  letter-spacing: 0.08em;
}

.intro_section .btn_more a {
  display: inline-block;
  padding-left: calc(40 * 56rem/750);
  background: url(../img/icn_plus.svg) no-repeat 0 calc(18 * 56rem/750);
  background-size: calc(21 * 56rem/750);
}

.schedule_area {
  position: relative;
  width: calc(603 * 56rem/750);
  margin: auto auto calc(20 * 56rem/750);
  padding: calc(40 * 56rem/750) calc(45 * 56rem/750) calc(75 * 56rem/750);
  border: 1px solid #B1B1B1;
  border-radius: calc(40 * 56rem/750);
}

.schedule_area .icn_point {
  position: absolute;
  top: calc(-114* 56rem / 750);
  right: calc(-50* 56rem / 750);
  width: calc(259* 56rem / 750);
  z-index: 0;
  line-height: 0;
}

.schedule_area .icn_point::after {
  content: "";
  position: absolute;
  animation: circle 3.4s infinite;
  top: 0;
  left: 0;
  background-color: var(--c-orange);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes circle {
  0% {
    scale: 0.95;
  }
  50% {
    scale: 1.06;
  }
  100% {
    scale: 0.95;
  }
}
.schedule_area__ttl {
  margin-bottom: calc(50 * 56rem/750);
  padding: 0 calc(10 * 56rem/750) calc(15 * 56rem/750);
  font-size: calc(32 * 56rem/750);
  font-weight: bold;
  border-bottom: 3px solid var(--c-orange);
  text-align: left;
  letter-spacing: 0.04em;
}

.schedule_area dd .schedule_area__sub_ttl {
  margin-bottom: calc(40 * 56rem/750);
  font-size: calc(35 * 56rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.16em;
}

.schedule_area dd {
  font-size: calc(26 * 56rem/750);
  letter-spacing: 0.1em;
}

.schedule_area__date {
  padding: 0 calc(10 * 56rem/750);
  font-size: calc(51 * 56rem/750);
  font-weight: bold;
  letter-spacing: 0.05em;
}

.schedule_area dd .icn_arw_right {
  width: calc(20 * 56rem/750);
  margin: 0 calc(6 * 56rem/750) 0 calc(10 * 56rem/750);
  vertical-align: calc(-4 * 56rem/750);
}

.schedule_area dd p {
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.schedule_area_txt {
  width: calc(603* 56rem / 750);
  margin: auto auto calc(117 * 56rem/750);
  font-size: calc(16 * 56rem/750);
  text-align: right;
  color: #666;
}

/* -- check_area --*/

.check_area {
  margin-top: calc(220 * 56rem/750);
  margin-bottom: calc(100 * 56rem/750);
}

.check_area__head {
  position: relative;
  transform: translateX(-100%);
  width: calc(556 * 56rem/750);
  padding: calc(20 * 56rem/750) calc(50 * 56rem/750);
  border-radius: 0 20rem 20rem 0;
  background: var(--c-orange);
  color: #fff;
  text-align: left;
}

.check_area.effect .check_area__head {
  animation: checkmove 0.8s ease-in-out 0.2s 1 forwards;
}

.check_area__head::before {
  position: absolute;
  top: calc(-51* 56rem / 750);
  left: 83%;
  width: 0;
  height: calc(141 * 56rem/750);
  background: url(../img/txt_letscheck.svg) no-repeat;
  background-size: calc(147 * 56rem/750);
  content: "";
}

.check_area.effect .check_area__head::before {
  animation: txtmove01 0.5s linear 0.7s 1 forwards;
}

@keyframes checkmove {
  from {
      transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes txtmove01 {
  from {
      width: 0;
  }
  to {
      width: calc(147 * 56rem/750);
  }
}

.check_area__head .txt_sm {
  font-size: calc(26 * 56rem/750);
}

.check_area__head .txt_lg {
  font-size: calc(36 * 56rem/750);
}

.check_area__bnr {
  padding: calc(40 * 56rem/750);
}


/* ===================
  　　　MODAL
=================== */
.modal_area {
  display: flex; /* 最初から表示しておく（opacity で制御） */
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_all.jpg);
  background-size: 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  color: #000;
  font-size: calc(15 * 56rem/430);
  font-family:  HelveticaRoundedBold, 游ゴシック, "Yu Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-feature-settings: normal;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

/* モーダルを開くとき */
.modal_area.active {
  opacity: 1;
  visibility: visible;
}

/* モーダルの中身 */
.modal_inner {
  position: relative;
  width: 90%;
  max-width: calc(680 * 56rem/750);
  padding: calc(80 * 56rem/750) calc(10 * 56rem/750);

  /* フェードイン用の初期状態 */
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: calc(23 * 56rem/750);
  text-align: center;
  line-height: 1.8;
}

.modal_inner p {
  margin: 0 0 calc(40 * 56rem/750);
  line-height: 1.8;
}

.modal_inner p:last-child {
  margin-bottom: 0;
}

/* モーダルを開いたとき */
.modal_area.active .modal_inner {
  opacity: 1;
  transform: translateY(0);
}

/* モーダルが開いているときのスクロール固定 */
.modal-open {
  overflow: hidden;
  height: 100%;
}

/* 他の要素がずれる場合は以下を追加 */
.modal-open body,
.modal-open html {
  overflow: hidden;
  height: 100%;
}


/* 閉じるボタン */
.modal_close {
  position: absolute;
  top: calc(20 * 56rem/750);
  right: calc(20 * 56rem/750);
  z-index: 1002;
  width: calc(40 * 56rem/750);
  height: calc(40 * 56rem/750);
  cursor: pointer;
}

.modal_close::before,
.modal_close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 3.2rem; /* 棒の高さ */
  background: var(--c-orange);
  border-radius: 200px; /* 棒の四隅の丸み*/
}

.modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* ===================
  　　   kit
=================== */

/* -- Line -- */
.section_line_area {
  margin-bottom: calc(74 * 56rem/750);
  padding: calc(2 * 56rem/750) calc(48 * 56rem/750) calc(10 * 56rem/750);
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  color: var(--c-orange);
  font-size: calc(28 * 56rem/750);
  text-align: right;
  letter-spacing: 0.03em;
}

/* -- section title -- */

.ttl_section {
  margin-bottom: calc(63 * 56rem/750);
  padding: calc(160 * 56rem/750) 0 0;
  font-size: calc(100 * 56rem/750);
  letter-spacing: 0.08em;
  line-height: 1;
  color: transparent;
}

.ttl_anime span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

.ttl_anime.effect span {
  animation: fadeUp 0.3s ease-out forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kit_section .ttl_section {
  background: url(../img/icn_cake.svg) no-repeat top center;
  background-size: calc(159 * 56rem/750);
}

.kit_section .ttl_section span:nth-child(1),
.kit_section .ttl_section span:nth-child(4),
.kit_section .ttl_section span:nth-child(10) {
  color: var(--c-orange);
}

.kit_section .ttl_section span:nth-child(2),
.kit_section .ttl_section span:nth-child(6),
.kit_section .ttl_section span:nth-child(9) {
  color: var(--c-blue);
}

.kit_section .ttl_section span:nth-child(3),
.kit_section .ttl_section span:nth-child(11) {
  color: var(--c-yellow);
}

.kit_section .ttl_section span:nth-child(5),
.kit_section .ttl_section span:nth-child(7) {
  color: var(--c-green);
}

.txt_catch_copy {
  width: calc(var(--cont-width) * 56rem/750);
  margin: auto auto calc(10 * 56rem/750);
  font-size: calc(29 * 56rem/750);
  font-weight: bold;
  line-height: 2;
}

.kit_area_img {
  position: relative;
  width: calc(var(--cont-width) * 56rem/750);
  height: calc(840* 56rem/750);
  margin: calc(70 * 56rem/750) auto calc(20 * 56rem/750);
}

.kit_area_img span {
  position: absolute;
}

.kit_img_bag {
  right: calc(3* 56rem / 750);
  bottom: 0;
  width: calc(416* 56rem / 750);
}

.kit_img_item1 {
  opacity: 0;
  transform: translateY(120%);
  top: calc(209* 56rem / 750);
  left: calc(192* 56rem / 750);
  width: calc(140* 56rem / 750);
}

.kit_img_item2 {
  opacity: 0;
  transform: translateY(120%);
  top: calc(61* 56rem / 750);
  left: calc(345* 56rem / 750);
  width: calc(194* 56rem / 750);
}

.kit_img_item3 {
  opacity: 0;
  transform: translateY(120%);
  top: calc(-1* 56rem / 750);
  left: calc(210* 56rem / 750);
  width: calc(169* 56rem / 750);
}

.kit_img_item4 {
  opacity: 0;
  transform: translateY(120%);
  top: calc(110* 56rem / 750);
  left: calc(63* 56rem / 750);
  width: calc(197* 56rem / 750);
}

.kit_img_item5 {
  opacity: 0;
  transform: translateY(120%);
  top: calc(262* 56rem / 750);
  left: calc(1* 56rem / 750);
  width: calc(119* 56rem / 750);
}

.kit_area_img.effect .kit_img_bag {
  animation: move_furufuru 0.3s cubic-bezier(0.51, 0.21, 0.41, 1) 0.6s 1.5 forwards;
}

.kit_area_img.effect .kit_img_item1 {
  animation: opa1 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 1s 1 forwards,move_jump 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1s 1 forwards,move_fuwafuwa 4s cubic-bezier(0.51, 0.21, 0.41, 1) 2.8s infinite;
}

.kit_area_img.effect .kit_img_item2 {
  animation: opa1 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 1.2s 1 forwards,move_jump 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1.2s 1 forwards,move_fuwafuwa 4s cubic-bezier(0.51, 0.21, 0.41, 1) 2.8s infinite;
}

.kit_area_img.effect .kit_img_item3 {
  animation: opa1 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 1s 1 forwards,move_jump 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1s 1 forwards,move_fuwafuwa 4s cubic-bezier(0.51, 0.21, 0.41, 1) 2.8s infinite;
}

.kit_area_img.effect .kit_img_item4 {
  animation: opa1 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 1.2s 1 forwards,move_jump 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1.2s 1 forwards,move_fuwafuwa 4s cubic-bezier(0.51, 0.21, 0.41, 1) 2.8s infinite;
}

.kit_area_img.effect .kit_img_item5 {
  animation: opa1 0.4s cubic-bezier(0.51, 0.21, 0.41, 1) 1.3s 1 forwards,move_jump 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 1.3s 1 forwards,move_fuwafuwa 4s cubic-bezier(0.51, 0.21, 0.41, 1) 2.8s infinite;
}

@keyframes move_jump {
  0% {
    transform: translateY(120%);
  }
  50% {
    transform: translateY(-20%);
  }
  70% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes move_furufuru {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: -4deg;
  }
  100% {
    rotate: 0deg;
  }
}

@keyframes move_fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

.kit_area_cont {
  width: calc(var(--cont-width) * 56rem/750);
  margin: auto;
  text-align: left;
}

.ttl_item {
  margin-bottom: calc(35 * 56rem/750);
  font-size: calc(35 * 56rem/750);
}

.txt_cont {
  margin-bottom: calc(47 * 56rem/750);
  font-size: calc(22 * 56rem/750);
  text-align: left;
  line-height: 1.8;
}

.btn_area {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: calc(585 * (56rem/750));
  height: calc(118 * (56rem/750));
  margin: auto auto calc(65 * 56rem/750);
  padding: calc(5 * (56rem/750));
  background: var(--c-yellow);
  border: 2px solid #000;
  padding: calc(15 * (56rem/750));
  border-radius: 200px;
  z-index: 0;
  font-size: calc(35 * 56rem/750);
}

.btn_area a {
  opacity: 1;
  display: block;
  width: 100%;
}

.btn_area .arrow {
  transition: all 1s ease;
  position: absolute;
  top: calc(10 * (56rem/750));
  left: calc(25 * (56rem/750));
  transition: all 0.8s ease;
  background: url(../img/icn_cake.svg);
  background-size: calc(90 * (56rem/750)) calc(90 * (56rem/750));
  background-repeat: no-repeat;
  background-position: top right;
  background-color: var(--c-yellow);
  border-radius: 14px;
  width: 100%;
  height: calc(90 * (56rem/750));
  max-width: calc(90 * (56rem/750));
}

.btn_area a:hover .arrow {
  max-width: calc(540* 56rem / 750);
}
.btn_area .text {
  display: block;
  padding-left: calc(80*(56rem / 750));
  padding-bottom: calc(8*(56rem / 750));
  font-size: calc(50*(56rem / 750));
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}

.btn_area .txt_tax {
  font-size: calc(28 * (56rem/750));
  letter-spacing: 0.05em;
  vertical-align: calc(6 * (56rem/750));
}

/* -- lineup area -- */

.lineup_area {
  width: calc(605 * 56rem/750);
  margin: auto;
  padding: calc(40 * 56rem/750) calc(30 * 56rem/750) calc(55 * 56rem/750);
  border: 1px solid #B1B1B1;
  border-radius: calc(40 * 56rem/750);
  margin-bottom: calc(117 * 56rem/750);
}

.lineup_area dt {
  margin-bottom: calc(10 * 56rem/750);
  padding: 0 calc(10 * 56rem/750) calc(10 * 56rem/750);
  font-size: calc(32 * 56rem/750);
  font-weight: bold;
  border-bottom: 2px solid var(--c-orange);
  text-align: left;
  letter-spacing: 0.04em;
}

.lineup_area dd {
  font-size: calc(20 * 56rem/750);
  text-align: left;
}

.lineup_area dd li {
  padding: calc(20 * 56rem/750) 0 calc(20 * 56rem/750) calc(35 * 56rem/750);
  background: url(../img/icn_check.svg) no-repeat 0 calc(30 * 56rem/750);
  background-size: calc(25 * 56rem/750);
  border-bottom: 1px solid #B1B1B1;
  letter-spacing: -0.03em;
}

.lineup_area dd li:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}

/* ===================
  　　  morning
=================== */

.morning_section {
  padding-bottom: calc(165 * 56rem/750);
}

.morning_section .section_line_area {
  border-top-color: var(--c-orange);
  border-bottom-color: var(--c-orange);
}

/* -- title section -- */

.morning_section .ttl_section {
  padding-top: calc(180 * 56rem/750);
  background: url(../img/icn_sun.svg) no-repeat top center;
  background-size: calc(159 * 56rem/750);
}

.morning_section .ttl_section span:nth-child(1),
.morning_section .ttl_section span:nth-child(6) {
  color: var(--c-orange);
}

.morning_section .ttl_section span:nth-child(2),
.morning_section .ttl_section span:nth-child(5) {
  color: var(--c-yellow);
}

.morning_section .ttl_section span:nth-child(3),
.morning_section .ttl_section span:nth-child(7) {
  color: var(--c-green);
}

.morning_section .ttl_section span:nth-child(4) {
  color: var(--c-blue);
}

.morning_section .txt_catch_copy {
}

/* -- image area -- */

.img_area {
  position: relative;
  margin-bottom: calc(30 * 56rem/750);
}

.img_area span {
  position: absolute;
}

.img_area .scroll_guide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  bottom: calc(-200 * (56rem/750));
}

.img_area .scroll_guide.active {
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

.img_area .scroll_guide .scroll_guide_line,
.img_area .scroll_guide .scroll_guide_line .scroll_guide_color {
  height: calc(342 * (56rem/750));
}

.anime_move {
  display: inline-block;
  animation: rotating 4s ease-in-out infinite;
}

.anime_move_yura {
  display: inline-block;
  animation: fx-yurayura 0.8s steps(2) 0s alternate infinite;
}

.anime_move_yura2 {
  display: inline-block;
  animation: fx-yurayura2 0.8s steps(2) 0s alternate infinite;
}


.hover_move {
  display: inline-block;
}

.hover_move:hover {
  animation: rotating 1.2s ease-in-out infinite;
}

/* ゆらゆらアニメーション（回転） */
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


@keyframes fx-yurayura {
  0% {
      transform: rotate(-10deg)
  }

  20% {
      transform: rotate(-8deg)
  }

  80% {
      transform: rotate(8deg)
  }

  100% {
      transform: rotate(10deg)
  }
}



@keyframes fx-yurayura2 {
  0% {
      transform: rotate(-8deg)
  }

  20% {
      transform: rotate(-6deg)
  }

  80% {
      transform: rotate(6deg)
  }

  100% {
      transform: rotate(8deg)
  }
}

.morning_section .acc_contents {
  padding-top: calc(140* 56rem / 750);
}

.morning_section .morning_img_01 {
  right: calc(53* 56rem / 750);
  bottom: calc(170* 56rem / 750);
  width: calc(110* 56rem / 750);
}

.morning_section .morning_img_02 {
  right: calc(8* 56rem / 750);
  top: calc(150* 56rem / 750);
  width: calc(280* 56rem / 750);
}

.morning_section .morning_img_03 {
  right: calc(170* 56rem / 750);
  top: calc(420* 56rem / 750);
  width: calc(160* 56rem / 750);
}

.morning_section .morning_img_04 {
  right: calc(225* 56rem / 750);
  top: calc(272* 56rem / 750);
  width: calc(63* 56rem / 750);
}

.morning_section .morning_img_05 {
  right: calc(295* 56rem / 750);
  top: calc(194* 56rem / 750);
  width: calc(85* 56rem / 750);
}

.morning_section .morning_img_06 {
  top: calc(165* 56rem / 750);
  left: calc(32* 56rem / 750);
  width: calc(167* 56rem / 750);
}

.morning_section .morning_img_07 {
  top: calc(40* 56rem / 750);
  left: calc(160* 56rem / 750);
  width: calc(148* 56rem / 750);
}

/* -- viewmore -- */

.btn_viewmore {
  margin-bottom: 0;
  cursor: pointer;
}

.btn_viewmore,
.btn_viewmore .arrow {
  color: #fff;
  background-color: var(--c-orange);
}

.btn_viewmore.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.btn_viewmore a {
}

.btn_viewmore .arrow {
  top: calc(8*(56rem / 750));
  background-image: url(../img/icn_sun.svg);
}

.btn_viewmore .text {
  width: fit-content;
  margin: auto;
  margin-left: calc(135 * 56rem/750);
  padding-left: calc(55 * 56rem/750);
  background: url(../img/icn_plus_white.svg) no-repeat left center;
  background-size: calc(32 * 56rem/750);
  letter-spacing: 0.03em;
}

/* -- acc contents -- */
/*
.acc_contents {
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
  height: 0;
  opacity: 0;
}

.acc_contents.open {
  opacity: 1;
}*/

.item_wrap {
}

.item_content {
  margin-top: calc(20 * (56rem / 750));
  margin-bottom: calc(30 * (56rem / 750));
  font-size: calc(19 * 56rem/750);
  white-space: nowrap;
}

.morning_section .item_01 .item_area {
  display: flex;
  justify-content: center;
  text-align: left;
}

.morning_section .item_01 .item_area .item_img {
  width: calc(322 * 56rem/750);
}

.morning_section .item_01 .item_area .item_area_cont {
  width: calc(310 * 56rem/750);
  padding-top: calc(101 * 56rem/750);
}

.item_wrap .item_area {
  text-align: left;
}

.item_wrap .item_area .item_name {
  display: block;
  text-align: left;
  min-height: 0;
}

.item_wrap .item_area .item_name + .item_name_sub {
  margin-top: calc(-5 * 56rem/750);
}

.morning_section .item_02 {
  margin-top: calc(-130 * 56rem/750);
}

.morning_section .item_02 .item_area {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: row-reverse;
}

.morning_section .item_02 .item_area .item_img {
  width: calc(322 * 56rem/750);
}

.morning_section .item_02 .item_area .item_area_cont {
  width: calc(310 * 56rem/750);
  padding-top: calc(101 * 56rem/750);
}

.morning_section .item_02 .item_area .item_name {
  display: block;
  text-align: left;
  min-height: 0;
}

.morning_section .item_03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(100 * 56rem / 750);
  margin-bottom: calc(154* 56rem / 750);
}

.morning_section .item_03 .img_area {
  width: calc(679 * 56rem / 750);
  margin: auto;
}

.morning_section .item_03 .img_area .img_area_01 {
  top: calc(111 * 56rem / 750);
  left: calc(450 * 56rem / 750);
  width: calc(114 * 56rem / 750);
  z-index: -1;
  transform:translateX(-69%) rotate(-14deg);
}

.morning_section .item_03 .img_area.effect .img_area_01  {
  animation: move_yoko 1.2s ease-in-out  1 forwards;
}

@keyframes move_yoko {
  0% {
    transform:translateX(-69%) rotate(-14deg);
  }
  100% {
    transform: translateX(0%) rotate(0);
  }
}

.morning_section .item_03 .img_area .img_area_02 {
  bottom: calc(5* 56rem / 750);
  left: calc(28* 56rem / 750);
  width: calc(144* 56rem / 750);
  z-index: -1;
  transform:translateX(69%) rotate(14deg);
}

.morning_section .item_03 .img_area.effect .img_area_02  {
  animation: move_aruku 1.2s ease-in-out  1 forwards;
}

@keyframes move_aruku {
  0% {
    transform:translateX(69%) rotate(14deg);
  }
  100% {
    transform: translateX(0%) rotate(0);
  }
}

.morning_section .item_03 .img_area {
}

.morning_section .item_03 .item_area {
  width: calc(318* 56rem / 750);
  margin: auto;
}

/* -- item_04 -- */

.morning_section .item_04 {
}

.morning_section .item_04 .img_area {
}

.morning_section .item_04 .img_area > img {
  width: calc(683* 56rem / 750);
  margin: auto;
}

.morning_section .item_04 .img_area .img_area_01 {
  top: calc(0* 56rem / 750);
  left: calc(520* 56rem / 750);
  width: calc(163* 56rem / 750);
  z-index: -1;
  transform:translate(-160%,50%);
}

.morning_section .item_04 .img_area.effect .img_area_01 {
  animation: move_baloon 2s ease-in-out  1 forwards;
}

@keyframes move_baloon {
  0% {
    transform:translate(-160%,50%);
  }
  100% {
    transform: translate(0%,0%);
  }
}

.morning_section .item_04 .img_area .img_area_02 {
  bottom: calc(-5* 56rem / 750);
  left: calc(20* 56rem / 750);
  width: calc(186* 56rem / 750);
  z-index: -1;
  animation: rotating 4s ease-in-out infinite;
}

.morning_section .item_04 .item_area {
  width: calc(556* 56rem / 750);
  margin: auto;
}

.morning_section .item_04 .item_area .item_content {
  margin-bottom: calc(30* 56rem / 750);
}

/* -- btn_md -- */

.item_area .btn_area.btn_md {
  width: calc(556* 56rem / 750);
  height: calc(118* 56rem / 750);
}

.item_area .btn_area.btn_md .arrow {
  max-width: calc(89* 56rem / 750);
  height: calc(91* 56rem / 750);
  background-size: calc(89* 56rem / 750);
}

.item_area .btn_area.btn_md a:hover .arrow {
  max-width: calc(528* 56rem / 750);
}

.item_area .btn_area.btn_md .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: calc(13*(56rem / 750));
  font-size: calc(59* 56rem / 750);
}

.item_area .btn_area.btn_md .text .txt_sm {
  padding-right: calc(12* 56rem / 750);
  font-size: calc(31* 56rem / 750);
  margin-bottom: calc(-9* 56rem / 750);
}

.item_area .btn_area.btn_md .text .txt_tax {
  font-size: calc(31* 56rem / 750);
  margin-top: calc(7* 56rem / 750);
}


/* ===================
  　　    day
=================== */

.day_section {
  padding-bottom: calc(165 * 56rem/750);
}

.day_section .section_line_area {
  border-top-color: var(--c-green);
  border-bottom-color: var(--c-green);
  color: var(--c-green);
}

/* -- title section -- */

.day_section .ttl_section {
  padding-top: calc(180 * 56rem/750);
  background: url(../img/icn_bird.svg) no-repeat top center;
  background-size: calc(165 * 56rem/750);
}

.day_section .ttl_section span:nth-child(1) {
  color: var(--c-green);
}

.day_section .ttl_section span:nth-child(2),
.day_section .ttl_section span:nth-child(6) {
  color: var(--c-orange);
}

.day_section .ttl_section span:nth-child(3),
.day_section .ttl_section span:nth-child(5) {
  color: var(--c-yellow);
}

.day_section .ttl_section span:nth-child(4),
.day_section .ttl_section span:nth-child(7) {
  color: var(--c-blue);
}

.day_section .item_content {
  margin-top: calc(20*(56rem / 750));
  margin-bottom: calc(30*(56rem / 750));
}

/* -- img_area -- */

.day_section .img_area {
}

.day_section .day_img_01 {
  left: calc(320* 56rem / 750);
  top: calc(90* 56rem / 750);
  width: calc(158* 56rem / 750);
}

.day_section .day_img_02 {
  left: calc(262* 56rem / 750);
  top: calc(276* 56rem / 750);
  width: calc(54* 56rem / 750);
}

.day_section .day_img_03 {
  right: calc(-52* 56rem / 750);
  top: calc(7* 56rem / 750);
  width: calc(316* 56rem / 750);
}

.day_section .day_img_04 {
  right: calc(45* 56rem / 750);
  top: calc(640* 56rem / 750);
  width: calc(95* 56rem / 750);
}

.day_section .day_img_05 {
  right: calc(177* 56rem / 750);
  top: calc(676* 56rem / 750);
  width: calc(72* 56rem / 750);
}

.day_section .day_img_06 {
  bottom: calc(19* 56rem / 750);
  left: calc(243* 56rem / 750);
  width: calc(173* 56rem / 750);
}

.day_section .day_img_07 {
  bottom: calc(169* 56rem / 750);
  left: calc(102* 56rem / 750);
  width: calc(433* 56rem / 750);
}

.day_section .day_img_08 {
  bottom: calc(240* 56rem / 750);
  left: calc(8* 56rem / 750);
  width: calc(170* 56rem / 750);
}

.day_section .day_img_09 {
  bottom: calc(422* 56rem / 750);
  left: calc(19* 56rem / 750);
  width: calc(225* 56rem / 750);
}

.day_section .day_img_10 {
  bottom: calc(384* 56rem / 750);
  right: calc(95* 56rem / 750);
  width: calc(175* 56rem / 750);
}

.day_section .scroll_guide {
  bottom: calc(-80 * (56rem / 750));
}

.day_section .acc_contents {
  padding-top: calc(40 * 56rem/750);
}

/* -- item_01 -- */

.day_section .item_01 {
  padding-top: calc(40 * 56rem/750);
}
.day_section .item_01 .item_area {
  display: flex;
  justify-content: center;
  text-align: left;
}

.day_section .item_01 .item_area .item_img {
  width: calc(376 * 56rem/750);
}

.day_section .item_01 .item_area .item_area_cont {
  position: relative;
  width: calc(310 * 56rem/750);
  padding-top: calc(260 * 56rem/750);
}

.day_section .item_01 .item_img_sub {
  position: absolute;
  top: calc(-30 * 56rem/750);
  right: calc(-80 * 56rem/750);
  width: calc(380 * 56rem/750);
}

/* -- item_02 -- */

.day_section .item_02 {
  margin-top: calc(-40 * 56rem/750);
}

.day_section .item_02 .item_area {
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: row-reverse;
}

.day_section .item_02 .item_area .item_img {
  width: calc(411 * 56rem/750);
}

.day_section .item_02 .item_area .item_area_cont {
  width: calc(310 * 56rem/750);
  padding-top: calc(254 * 56rem/750);
}

.day_section .item_02 .item_area .item_name {
  display: block;
  text-align: left;
  min-height: 0;
}

/* -- deco_area -- */

.day_section .deco_area {
  position: relative;
  margin-top: calc(40 * 56rem/750);
  margin-bottom: calc(20 * 56rem/750);
  text-align: right;
}

.day_section .deco_area::before {
  position: absolute;
  top: calc(50* 56rem / 750);
  left: calc(340* 56rem / 750);
  width: 0;
  height: calc(94 * 56rem/750);
  background: url(../img/day_item_deco1_txt.svg) no-repeat;
  background-size: calc(132 * 56rem/750) calc(94 * 56rem/750);
  content: "";
}

.day_section .deco_area.effect::before {
  animation: day_deco 0.8s ease-in-out 1 forwards;
}

@keyframes day_deco {
  0% {
    width: 0;
  }
  100% {
    width: calc(132 * 56rem/750);
  }
}

.day_section .deco_area img {
  width: calc(323 * 56rem/750);
}

/* -- item_03 -- */

.day_section .item_03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: calc(54* 56rem / 750);
}

.day_section .item_03 .img_area {
  width: 100%;
}

.day_section .item_03 .img_area .img_area_01 {
  top: calc(105* 56rem / 750);
  left: calc(494* 56rem / 750);
  width: calc(137* 56rem / 750);
  z-index: -1;
  transform:translateX(-69%) rotate(-14deg);
}

.day_section .item_03 .img_area .img_area_02 {
  bottom: calc(5* 56rem / 750);
  left: calc(20* 56rem / 750);
  width: calc(144* 56rem / 750);
  z-index: -1;
  transform:translateX(69%) rotate(14deg);
}

.day_section .item_03 .item_area {
  width: calc(310* 56rem / 750);
  margin: 0 auto;
}

/* -- item_04 -- */

.day_section .item_04 {

}

.day_section .item_04 .img_area {
  margin-bottom: calc(120* 56rem / 750);
  text-align: left;
}

.day_section .item_04 .img_area > img {
  width: calc(650* 56rem / 750);
  margin: auto;
}

.day_section .item_04 .img_area .img_area_01 {
  bottom: calc(-220* 56rem / 750);
  right: calc(45* 56rem / 750);
  width: calc(236* 56rem / 750);
}


.day_section .item_04 .item_area {
  width: calc(556* 56rem / 750);
  margin: auto;
}

.day_section .item_04 .item_area .item_content {
  margin-bottom: calc(30* 56rem / 750);
}


/* ===================
  　　    night
=================== */

.night_section {
  padding-bottom: calc(65 * 56rem/750);
}

.night_section .section_line_area {
  border-top-color: var(--c-blue);
  border-bottom-color: var(--c-blue);
  color: var(--c-blue);
}

/* -- title section -- */

.night_section .ttl_section {
  padding-top: calc(180 * 56rem/750);
  background: url(../img/icn_moon.svg) no-repeat top center;
  background-size: calc(193 * 56rem/750);
}

.night_section .ttl_section span:nth-child(1),
.night_section .ttl_section span:nth-child(5) {
  color: var(--c-blue);
}

.night_section .ttl_section span:nth-child(2) {
  color: var(--c-yellow);
}

.night_section .ttl_section span:nth-child(3) {
  color: var(--c-green);
}

.night_section .ttl_section span:nth-child(4) {
  color: var(--c-orange);
}

/* -- img_area -- */

.night_section .img_area {
}

.night_section .night_img_01 {
  left: calc(273* 56rem / 750);
  top: calc(6* 56rem / 750);
  width: calc(549* 56rem / 750);
}

.night_section .night_img_02 {
  left: calc(-80* 56rem / 750);
  bottom: calc(23* 56rem / 750);
  width: calc(459* 56rem / 750);
}

.night_section .night_img_03 {
  left: calc(132* 56rem / 750);
  top: calc(360* 56rem / 750);
  width: calc(151* 56rem / 750);
}

.night_section .acc_contents {
  padding-top: calc(100* 56rem / 750);
}

/* -- item_01 -- */

.night_section .item_01 {
  margin-bottom: calc(100* 56rem / 750);
}

.night_section .item_01 .item_img {
  width: calc(687* 56rem / 750);
  margin: auto auto calc(20* 56rem / 750);
}

.night_section .item_01 .item_area_cont {
  width: calc(556* 56rem / 750);
  margin: auto auto calc(30* 56rem / 750);
}

.night_section .item_content {
  margin: calc(20* 56rem / 750) 0 calc(30* 56rem / 750);
}

/* -- item_02 -- */

.night_section .item_02 {
  margin-bottom: calc(100* 56rem / 750);
}

.night_section .item_02 .item_img {
  width: calc(574* 56rem / 750);
  margin: auto auto calc(20* 56rem / 750);
}

.night_section .item_02 .item_area_cont {
  width: calc(556* 56rem / 750);
  margin: auto auto calc(30* 56rem / 750);
}

/* -- item_03 -- */

.night_section .item_03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: calc(100* 56rem / 750);
}

.night_section .item_03 .img_area {
  width: 100%;
}

.night_section .item_03 .img_area .img_area_01 {
  bottom: calc(20* 56rem / 750);
  left: calc(80* 56rem / 750);
  width: calc(180* 56rem / 750);
  height: calc(144* 56rem / 750);
  animation: move_cake 2s ease-in-out infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/night_item_03_1.svg);
  background-size: calc(180* 56rem / 750);
}

.night_section .item_03 .img_area .img_area_01 img {
  opacity: 0;
}

@keyframes move_cake {
  0% {
    background-image: url(../img/night_item_03_1.svg);
  }
  50% {
    background-image: url(../img/night_item_03_2.svg);
  }

  100% {
    background-image: url(../img/night_item_03_1.svg);
  }
}

.night_section .item_03 .item_area {
  width: calc(342* 56rem / 750);
  margin: 0 auto;
}

/* -- deco1 -- */

.night_section .deco1 {
  position: relative;
  padding-top: calc(224* 56rem / 750);
  padding-bottom: calc(60* 56rem / 750);
}

.night_section .deco1 .deco_head {
  display: inline-block;
  position: absolute;
  top: 0;
  width: calc(505* 56rem / 750);
}

.night_section .deco1 .deco_head1 {
  right: calc(420* 56rem / 750);
  transform: translateX(-80%);
}

.night_section .deco1.effect .deco_head1 {
  animation: deco_head1 1.4s ease-in-out 1 forwards;
}

@keyframes deco_head1 {
  0% {
   transform: translateX(-80%);
  }
  100% {
    transform: translateX(0);
  }
}

.night_section .deco1 .deco_head2 {
  left: calc(420* 56rem / 750);
  transform: translateX(80%);
}

.night_section .deco1.effect .deco_head2 {
  animation: deco_head2 1.4s ease-in-out 1 forwards;
}

@keyframes deco_head2 {
  0% {
   transform: translateX(80%);
  }
  100% {
    transform: translateX(0);
  }
}

.night_section .deco1 .deco_cont {
  position: relative;
  display: block;
  width: calc(330* 56rem / 750);
  margin: auto;
}

.night_section .deco1 .deco_cont::before {
  position: absolute;
  top: calc(-63* 56rem / 750);
  left: calc(44* 56rem / 750);
  width: 0;
  height: calc(52* 56rem / 750);
  background: url(../img/night_item_deco1_txt.svg) no-repeat;
  background-size: calc(244* 56rem / 750);
  content: "";
}

.night_section .deco1.effect .deco_cont::before {
  animation: night_deco 1s ease-in-out 0.4s 1 forwards;
}

@keyframes night_deco {
  0% {
    width: 0;
  }
  100% {
    width: calc(244* 56rem / 750);
  }
}


/* ===================
  　　  lineup
=================== */

.itemlineup_section {
  padding-bottom: calc(50 * 56rem/750);
}

.section_loop {
  height: calc(53*(56rem / 750));
  margin: calc(85*(56rem / 750)) auto;
  background: url(../img/lineup_line.svg) repeat-x;
  background-size: calc(467*(56rem / 750));
  animation: bg-scroll 10s linear infinite;
}

@keyframes bg-scroll {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -200px 0;
  }
}

.section_loop span {
  display: none;
}

.lineup_slider {
  position: relative;
  margin-top: calc(130*(56rem / 750));
  margin-bottom: calc(130*(56rem / 750));
  padding-top: calc(100*(56rem / 750));
}

.lineup_slider::before {
  position: absolute;
  top: calc(-69*(56rem / 750));
  left: 0;
  right: 0;
  z-index: 2;
  width: calc(124*(56rem / 750));
  height: calc(181*(56rem / 750));
  background: url(../img/icn_miffy.svg) no-repeat;
  background-size: 100%;
  margin: auto;
  content: "";
}

.lineup_slider .item_area {
  height: calc(692*(56rem / 750));
  margin: auto calc(15*(56rem / 750));
  padding: calc(20*(56rem / 750)) calc(20*(56rem / 750)) calc(50*(56rem / 750));
  background: #fff;
  border: 3px solid #000;
  border-radius: calc(32*(56rem / 750));
}

.lineup_slider .item_area .item_img {
  width: calc(380*(56rem / 750));
  margin: auto;
}

.item_area .item_area_cont {

}

.item_area .item_no {
  color: var(--c-orange);
  font-size: calc(22*(56rem / 750));
}

.item_area .item_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-size: calc(30*(56rem / 750));
  line-height: 1.15;
  min-height: calc(75*(56rem / 750));
  padding-top: calc(10*(56rem / 750));
  margin-bottom: calc(10*(56rem / 750));
  gap: calc(10*(56rem / 750));
}

.item_area .item_name span {
  font-size: calc(25*(56rem / 750));
}

.item_area .btn_area {
  width: calc(310*(56rem / 750));
  height: calc(93*(56rem / 750));
  margin: auto;
}

.item_area .btn_area .text {
  font-size: calc(30*(56rem / 750));
  letter-spacing: 0.04em;
}

.item_area .btn_area .txt_tax {
  padding-left: calc(4*(56rem / 750));
  font-size: calc(18*(56rem / 750));
  vertical-align: calc(4*(56rem / 750));
}

.item_area .btn_area .arrow {
  left: calc(14*(56rem / 750));
  max-width: calc(70*(56rem / 750));
  height: calc(72*(56rem / 750));
  background-size: calc(70*(56rem / 750));
}

.item_area .btn_area a:hover .arrow {
  max-width: calc(280* 56rem / 750);
}

.style_morning .btn_area,
.style_morning .btn_area .arrow {
  background-color: var(--c-orange);
}

.style_morning .btn_area .arrow {
  top: calc(8 * (56rem / 750));
  background-image: url(../img/icn_sun.svg);
}

.style_morning .btn_area.btn_md .arrow {
  top: calc(10 * (56rem / 750));
}

.style_day .item_no {
  color: var(--c-green);
}

.style_day .btn_area,
.style_day .btn_area .arrow {
  background-color: var(--c-green);
  color: #fff;
}

.style_day .btn_area .arrow {
  background-image: url(../img/icn_flower.svg);
}

.style_day .btn_area.btn_md .arrow {
  top: calc(12 * (56rem / 750));
  border-radius: 30px;
}

.style_night .item_no {
  color: var(--c-blue);
}

.style_night .btn_area,
.style_night .btn_area .arrow {
  background-color: var(--c-blue);
  color: #fff;
}

.style_night .btn_area .arrow {
  top: calc(10*(56rem / 750));
  background-image: url(../img/icn_star.svg);
}

.style_night .btn_area.btn_md .arrow {
  top: calc(14*(56rem / 750));
  border-radius: 20px;
}

/* -- dot -- */
.lineup_slider .slick-dots li {
  width: calc(12*(56rem / 750));
  height: calc(12*(56rem / 750));
  margin: 0 calc(7*(56rem / 750));
}

.lineup_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
}

.lineup_slider .slick-dots li button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #B1B1B1;
}

.lineup_slider .slick-dots li.slick-active button:before {
  color: var(--c-orange);
}



/* ===================
  　　  other
=================== */

.other_section {
  padding-bottom: calc(130*(56rem / 750));
}

.other_section .section_line_area {
  text-align: left;
}

.page_link {
  width: calc(670*(56rem / 750));
  margin: auto auto calc(70*(56rem / 750));
  font-size: calc(20*(56rem / 750));
}

.page_link ul {
  display: flex;
  gap: calc(40*(56rem / 750));
}

.page_link ul li {
  width: 50%;
}

.page_link__txt {
  display: block;
  padding: calc(40*(56rem / 750)) 0 0;
}

.btn_all {
  margin-top: calc(110 * (56rem/750));
  padding: 0 0 calc(10 * (56rem/750));
  color: #fff;
  background-color: var(--c-orange);
  font-size: calc(49*(56rem / 750));
  letter-spacing: 0.08em;
}

/* ===================
  　　  foot
=================== */

.footer_section {
  position: relative;
  border-top: 1px solid #B1B1B1;
  padding-top: calc(97 * (56rem/750));
  padding-bottom: calc(80 * (56rem/750));
}

.footer_section .foot_logo {
  width: calc(318 * (56rem/750));
  margin: auto auto calc(115 * (56rem/750));
}

.footer_section .foot_copyright {
  width: calc(375 * (56rem/750));
  margin-left: calc(50 * (56rem/750));
}

#pagetop {
  position: absolute;
  top: calc(-80 * (56rem/750));
  right: calc(40 * (56rem/750));
  width: calc(102 * (56rem/750));
}
/*
#pagetop.active {
  position: fixed;
  top: auto;
  bottom: calc(30 * (56rem/750));
}
*/

#share {
  bottom: 11% !important;
}

/* ===================
  　　footer navi
=================== */

#fixed_nav {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out,z-index 0.4s ease-in-out;
}

#fixed_nav.active {
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

#fixed_nav {

}

.nav_area ul span {

}

/* ===================
  　　side menu
=================== */

.followMenu {
  position: fixed;
  top: calc(140 * 56rem/750);
  right: calc(-7 * 56rem/750);
  transition: opacity 0.8s ease;
  padding: calc(26 * 56rem/750) calc(20 * 56rem/750) calc(50 * 56rem/750);
  background-color: #eb6100;
  border: calc(7 * 56rem/750) solid #000;
  border-radius: 0 0 0 calc(48 * 56rem/750);
  color: #fff;
  z-index: 4;
  transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out,z-index 0.4s ease-in-out;
}

.followMenu.off {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.followMenu.open .followMenu__title {
  padding: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.followMenu.open .followMenu__trigger span:nth-of-type(1) {
  transform: translateY(calc((38 * 56rem/750) / 2)) rotate(-45deg);
}
.followMenu.open .followMenu__trigger span:nth-of-type(2) {
  opacity: 0;
}
.followMenu.open .followMenu__trigger span:nth-of-type(3) {
  transform: translateY(calc((-39 * 56rem/750) / 2)) rotate(45deg);
}
.followMenu.open .followMenu__list {
  transition: all 0.8s ease;
  opacity: 1;
  max-width: calc(213 * 56rem/750);
  max-height: calc(743 * 56rem/750);
}
.followMenu.open .followMenu__item:nth-of-type(1) {
  padding-top: calc(18 * 56rem/750);
}
.followMenu.open::before {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.followMenu.close::before {
  transition: opacity 0.4s ease;
  opacity: 0;
}
.followMenu.active {
  transform: translateY(calc(-115 * 56rem/750));
}
.followMenu.hide {
  visibility: hidden;
  z-index: -1;
}
.followMenu::before {
  content: "";
  position: absolute;
  top: calc(-4 * 56rem/750);
  left: calc(-53 * 56rem/750);
  width: calc(60 * 56rem/750);
  height: calc(138 * 56rem/750);
  background-image: url(../img/miffy-menu.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.followMenu__trigger {
  position: relative;
  margin-left: auto;
  margin-right: calc(7 * 56rem/750);
  width: calc(58 * 56rem/750);
  height: calc(46 * 56rem/750);
  cursor: pointer;
  z-index: 0;
}
.followMenu__trigger span {
  position: absolute;
  left: 0;
  background-color: var(--c-blue);
  border-radius: 20rem;
  width: 100%;
  height: calc(8 * 56rem/750);
  z-index: 1;
}
.followMenu__trigger span:nth-of-type(1) {
  top: 0;
}
.followMenu__trigger span:nth-of-type(2) {
  top: calc((40 * 56rem/750) / 2);
}
.followMenu__trigger span:nth-of-type(3) {
  bottom: 0;
}
.followMenu__trigger, .followMenu__trigger span {
  transition: all 0.5s;
  box-sizing: border-box;
}
.followMenu__title {
  padding-block: calc(22 * 56rem/750) calc(35 * 56rem/750);
  transition: all 0.8s ease;
  font-size: calc(23 * 56rem/750);
  line-height: 1;
  letter-spacing: 0.01em;
}
.followMenu__list {
  margin: auto;
  transition: all 0.8s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  max-height: 0;
}

.followMenu__link {
  display: block;
  padding-bottom: calc(20 * 56rem/750);
  font-size: calc(30 * 56rem/750);
  line-height: 2.82;
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
  line-height: 1.6;
}

.followMenu__link br {
  display: none;
}

.followMenu__link span {
  display: block;
  font-size: calc(17 * 56rem/750);
  font-weight: bold;
  line-height: 1;
}

.allItemsButton {
  position: fixed;
  transform: translateX(100%);
  bottom: calc(130 * 56rem/750);
  right: calc(-6 * 56rem/750);
  /*transition: all 0.6s ease;*/
  visibility: hidden;
  width: calc(198 * 56rem/750);
  z-index: 2;
}

.allItemsButton__link {
  display: grid;
  place-items: center;
  padding: 0 0 calc(4 * 56rem/750) calc(6 * 56rem/750);
  background-color: var(--c-yellow);
  border: calc(6 * 56rem/750) solid #000;
  border-radius: calc(36 * 56rem/750) 0 0 calc(36 * 56rem/750);
  font-size: calc(30 * 56rem/750);
  line-height: 1.6;
  letter-spacing: 0.1em;
  height: calc(160 * 56rem/750);
  text-align: center;
}

#allItemsButton.active {
  transform: translateX(0);
  visibility: visible;
}


/*=======================================
               Responsive
========================================*/


/* only PC */

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}


/*=======================================
                    PC
========================================*/

@media screen and (min-width: 768px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }
  .header_inner {
  }

  /* ===================
    Loader
  =================== */

  .loader__miffy {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
    margin-top: 20.4rem;
  }

  .loader .logo {
    width: 19.8rem;
    margin: 16rem auto 0;
  }

  .loader__miffy img:nth-of-type(2) {
    height: 18.5rem;
  }

  .loader__miffy img:nth-of-type(1),
  .loader__miffy img:nth-of-type(3) {
    height: 11rem;
  }


  /* ===================
    LP Contents
  =================== */

  .lp_contents {
    overflow: hidden;
    background: url(../img/bg_all.jpg);
    background-size: 50%;
  }

  .lp_contents_inner {
    width: 56rem;
    margin: auto;
    overflow: hidden;
  }

  .followMenu,
  .allItemsButton {
    right: calc(-7 * 56rem/750) ;
  }

  /* ---- スクロールバー ---- */
  .main_section .swiper-scrollbar {
    width: 120.8%;
  }

  .fixed_area {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    height: 100vh;
    margin: 0 auto;
  }

  .fixed_area .fixed_left,
  .fixed_area .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 56rem) / 2);
    max-width: calc((160rem - 56rem) / 2);
    height: 100%;
  }

  .fixed_area .main_ttl {
    width: 28.4rem;
  }

  .fixed_area .fixed_right_miffy {
    content: "";
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.67, 0.05, 0.67, 0.97);
    -webkit-animation: slightly 12s ease-in infinite, up-miffy 12s 4.2s ease-in forwards;
            animation: slightly 12s ease-in infinite, up-miffy 12s 4.2s ease-in forwards;
    right: calc(189 * 56rem/750);
    bottom: -23rem;
    width: 20.7rem;
    height: 40rem;
    background-image: url(../img/side_miffy.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
  }

  @media (max-width: 1200px) {

    .fixed_area .fixed_right_miffy {
      right: calc(71 * 56rem/750);
    }

  }

  .fixed_area .fixed_right_miffy:hover {
    transform: translateY(-12rem);
  }
  @keyframes up-miffy {
    0% {
      translate: 0;
    }
    14% {
      translate: 0 -6.5rem;
    }
    19% {
      translate: 0 -6.5rem;
    }
    24% {
      translate: 0;
    }
    100% {
      translate: 0;
    }
  }
  @keyframes slightly {
    18% {
      rotate: 0deg;
    }
    19% {
      rotate: -2deg;
    }
    20% {
      rotate: 0deg;
    }
    21% {
      rotate: -3deg;
    }
    22% {
      rotate: 0deg;
    }
    100% {
      rotate: 0deg;
    }
  }

  #fixed_nav {
    left: 50%;
    width: 56rem;
    margin-left: -28rem;
  }

  .fixed_navi,
  .fixed_navi a {
    color: #009470;
  }

  .fixed_navi {
    font-weight: bold;
  }

  .fixed_navi li {
    margin-bottom: 4rem;
  }

  .fixed_navi a {
    position: relative;
    display: block;
    padding-left: 4rem;
    background-size: 1.3rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 110%;
    letter-spacing: 0.09em;
  }

  .fixed_navi img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2rem;
    margin-top: -1rem;
  }

  /* ページトップボタンのスタイル */
  .btn_pagetop {
    bottom: 20rem;
    right: 6.5rem;
    width: 3rem;
  }

  .btn_about {
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    width: 11rem;
  }

  .modal_area {
  }

  /* ---- side area ---- */
  .fixed_area .main_img {
    transform: scale(0.88);
    width: 34rem;
    height: 44.1rem;
    margin: auto;
  }

  .fixed_area .main_img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .fixed_area .main_img > a > span {
    position: absolute;
  }

  .fixed_area .main_img .side_img_01 {
    top: 2.8rem;
    left: 0;
    width: 20rem;
  }

  .fixed_area .main_img .side_img_02 {
    bottom: 2rem;
    right: -2rem;
    width: 20rem;
    z-index: 2;
  }

  .fixed_area .main_img .side_img_03 {
    top: 11rem;
    right: 2.5rem;
    width: 13rem;
    z-index: 1;
  }

  .fixed_area .main_img .side_img_04 {
    top: 19.5rem;
    right: 12rem;
    width: 13rem;
  }

  .fixed_area .main_img .side_img_05 {
    bottom: -3rem;
    left: 0rem;
    width: 11.9rem;
  }

  .fixed_area .main_img .side_img_06 {
    top: 20rem;
    left: 1rem;
    width: 5rem;
  }

  .fixed_area .main_img .side_img_07 {
    top: 9rem;
    left: -5rem;
    width: 20rem;
    z-index: 2;
  }

  .fixed_area .main_img .side_img_08 {
    top: 4rem;
    left: 2.5rem;
    width: 13rem;
  }


}


/* only tablet */

@media screen and (min-width: 768px) and (max-width: 1200px) {}


/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 767px) {

  #Wrap {
    padding-top: calc(90*(100vw / 586));
  }
  .pc_only {
    display: none;
  }

  .share-txt{
    margin: 0!important;
  }
  .loader__miffy {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  /* ===================
    LP Contents
  =================== */
  .lp_contents {
    overflow: hidden;
    letter-spacing: 0;
  }

  .lp_contents sup {
    font-size: calc(10 * (100vw / 375));

  }

  /* ===================
    　Section Common
  =================== */
  .inner{
    width: 100%;
  }

   .contents {
    padding-top: 0;
  }


  /* ===================
         ANIME
  =================== */
  @keyframes tra3 {
    0% {
      transform: translateY(30px);
    }

    100% {
      transform: translateY(0);
    }
  }


}

/*--------------------------------
   Media Queries ( ~ 768px)
 --------------------------------*/
 @media only screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 560));
  }
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}
