@charset "UTF-8";
html {
  scroll-padding-top: 50px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 26.6666666667vw;
  }
}

body {
  min-width: 0;
}

/*-------------------------------------------> font */
.w_thin {
  font-weight: 100;
}

.w_eLight {
  font-weight: 200;
}

.w_light {
  font-weight: 300;
}

.w_reg {
  font-weight: 400;
}

.w_med, .f_def {
  font-weight: 500;
}

.w_sBold {
  font-weight: 600;
}

.w_bold {
  font-weight: 700;
}

.w_eBold {
  font-weight: 800;
}

.w_black {
  font-weight: 900;
}

.f_maru {
  font-family: YakuHanRP, "Zen Maru Gothic", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.f_kaku {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*-------------------------------------------> Common style */
.cqBase {
  container-type: inline-size;
}

#Main {
  color: #278e86;
}
#Main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #Main .pc {
    display: block;
  }
  #Main .sp {
    display: none;
  }
  #Main img.pc, #Main .svg.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  #Main {
    width: 100vw;
  }
  #Main .pc {
    display: none;
  }
  #Main .sp {
    display: block;
  }
  #Main img.pc {
    display: none;
  }
  #Main img.sp, #Main .svg.sp {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  #Main .OverOpacity,
  #Main .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  #Main .OverOpacity:hover,
  #Main .OverOpacityGroup a:hover {
    opacity: 0.5;
  }
  #Main .linkUnderline:hover,
  #Main .linkUnderlineGroup a:hover {
    text-decoration: underline;
  }
}
#Main .marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#Main .marker::after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -3px -50%;
  z-index: -1;
  background: #FFF;
}
#Main .underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#Main .underline::after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 0.3em;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -3px -0.2em;
  z-index: -1;
  background: #FFF;
}

/*-------------------------------------------> spLayout for PC */
.spLayoutContents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 500px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 500px minmax(0, 1fr);
  width: 100vw;
  min-width: 500px;
  min-height: 100vh;
  position: relative;
}
.spLayoutContents .leftSide, .spLayoutContents .rightSide {
  min-width: 0;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .spLayoutContents .leftSide .OverOpacity,
  .spLayoutContents .leftSide .OverOpacityGroup a, .spLayoutContents .rightSide .OverOpacity,
  .spLayoutContents .rightSide .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .spLayoutContents .leftSide .OverOpacity:hover,
  .spLayoutContents .leftSide .OverOpacityGroup a:hover, .spLayoutContents .rightSide .OverOpacity:hover,
  .spLayoutContents .rightSide .OverOpacityGroup a:hover {
    opacity: 0.5;
  }
}
.spLayoutContents .leftSide {
  background: #68bfbf url(../img/pc_left.png?v=2) repeat-x right center;
  background-size: auto 100%;
}
.spLayoutContents .rightSide {
  background: #ffef00 url(../img/pc_right.png?v=2) repeat-x left center;
  background-size: auto 100%;
}
.spLayoutContents #Main {
  position: relative;
  z-index: 10;
  container-type: inline-size;
  background: #f5f0dc;
  min-width: 500px;
  max-width: 500px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .spLayoutContents {
    display: block;
    min-width: initial;
  }
  .spLayoutContents .leftSide, .spLayoutContents .rightSide {
    display: none;
  }
  .spLayoutContents #Main {
    width: 100vw;
    min-width: initial;
    max-width: initial;
  }
}
.spLayoutContents .pageTop {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.spLayoutContents .pageTop a {
  display: block;
  border-style: solid;
  border-color: #68bfbf;
  border-radius: 999px;
  background: #FFF;
}
.Scroll .spLayoutContents .pageTop {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .spLayoutContents .pageTop.pc {
    right: 25px;
    bottom: 25px;
    width: 80px;
    height: 80px;
  }
  .spLayoutContents .pageTop.pc a {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .spLayoutContents .pageTop.sp {
    left: 50%;
    bottom: 6.6666666667vw;
    width: 16vw;
    height: 16vw;
    translate: 27.3333333333vw 0;
  }
  .spLayoutContents .pageTop.sp a {
    border-width: 0.2666666667vw;
  }
}

/*-------------------------------------------> footer layout pc to sp */
#Main .footer_wrap {
  background: #FFF;
  width: 100%;
  min-width: 0;
  margin-top: 0;
}
#Main .footer_return-top {
  z-index: 100;
  display: none;
}
#Main .footer_return-top.is-fixed {
  right: max(20px, (100vw - 500px) / 2 + 20px);
}
#Main .footer_return-top.is-show {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#Main .footer {
  width: 100%;
  padding: 5.8666666667cqw 30px 50px 30px;
}
#Main .footer_logo {
  float: none;
  width: 152px;
  margin: 0 auto;
}
#Main .footer_nav_wrap {
  float: none;
  margin: 35px 0 0;
}
#Main .footer_nav_wrap > li {
  display: block;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}
#Main .footer_nav {
  margin: 0;
}
#Main .footer_nav > li > a {
  display: block;
  padding: 15px 6px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dedede;
}
#Main .footer_nav_inner {
  display: none;
}
#Main .footer_copyright_wrap {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}
#Main .footer_copyright {
  display: block;
  width: 100%;
  padding: 15px 0 25px;
}
#Main .footer_copyright_list {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  font-size: 0;
}
#Main .footer_copyright_list li {
  float: none;
  display: inline-block;
  margin-top: 10px;
}
#Main .footer_copyright_list li:nth-child(2n+1) {
  border-left: none;
}
#Main .footer_copyright_list li:last-child {
  border-right: none;
}
#Main .footer_copyright_list li a {
  padding: 0 10px;
  font-size: 1.1rem;
}
#Main .footer_copyright_text {
  display: block;
  float: none;
  margin-top: 20px;
  font-size: 1.1rem;
}
#Main .only-pc {
  display: none;
}
#Main .only-sp_block {
  display: block;
}

/*-------------------------------------------> pc only contents */
@media screen and (min-width: 768px) {
  .spLayoutContents .leftSide img, .spLayoutContents .rightSide img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .spLayoutContents .leftSide .logo {
    position: absolute;
    top: 0;
    left: 20px;
    width: 90px;
  }
  .spLayoutContents .rightSide .logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
  }
  .spLayoutContents .rightSide .frame {
    width: clamp(0px, 100%, 470px);
    height: 100vh;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
  }
  .spLayoutContents .rightSide .pcNavi {
    width: clamp(0px, 100%, 264px);
    container-type: inline-size;
  }
  .spLayoutContents .rightSide .pcNavi ul li a {
    display: block;
    position: relative;
  }
  .spLayoutContents .rightSide .pcNavi ul li a.active {
    pointer-events: none;
  }
  .spLayoutContents .rightSide .pcNavi ul li a.active::after {
    content: "";
    display: block;
    width: 9.4696969697cqw;
    height: 12.5cqw;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    pointer-events: none;
    background: url(../img/menu_icon.svg) no-repeat center center;
    background-size: contain;
  }
  .spLayoutContents .rightSide .pcNavi ul li + li {
    margin-top: 16.2878787879cqw;
  }
}
/*-------------------------------------------> sp only contents */
@media screen and (max-width: 767px) {
  #spHeader > .logo, #menuBtn {
    position: absolute;
    opacity: 1;
    -webkit-transition: opcity 0.3s ease-out;
    transition: opcity 0.3s ease-out;
    pointer-events: auto;
  }
  .Scroll #spHeader > .logo, .Scroll #menuBtn {
    opacity: 1;
    pointer-events: auto;
  }
  #spHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: -webkit-gradient(linear, left top, right top, color-stop(25.16%, rgb(245, 240, 220)), color-stop(51.98%, rgb(249, 235, 137)), color-stop(85.09%, rgb(253, 228, 39)), to(rgb(255, 226, 0)));
    background: linear-gradient(90deg, rgb(245, 240, 220) 25.16%, rgb(249, 235, 137) 51.98%, rgb(253, 228, 39) 85.09%, rgb(255, 226, 0) 100%);
  }
  #spHeader .header {
    width: 100%;
    height: 13.3333333333vw;
    border: none;
    background: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(25.16%, rgb(245, 240, 220)), color-stop(51.98%, rgb(249, 235, 137)), color-stop(85.09%, rgb(253, 228, 39)), to(rgb(255, 226, 0)));
    background: linear-gradient(90deg, rgb(245, 240, 220) 25.16%, rgb(249, 235, 137) 51.98%, rgb(253, 228, 39) 85.09%, rgb(255, 226, 0) 100%);
  }
  #spHeader .header > .logo {
    position: absolute;
    top: 0;
    left: 6.6666666667vw;
    z-index: 10;
    width: 16vw;
  }
  #menuBtn {
    top: 0;
    right: 0;
    z-index: 100;
  }
  #menuBtn button {
    position: relative;
    display: block;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: none;
    background: transparent;
  }
  #menuBtn button span {
    width: 5.6vw;
    height: 0.4vw;
    background: #278e86;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #menuBtn button span:nth-child(1) {
    translate: -50% -2.1333333333vw;
  }
  #menuBtn button span:nth-child(2) {
    translate: -50% 0;
  }
  #menuBtn button span:nth-child(3) {
    translate: -50% 2.1333333333vw;
  }
  .MOpen #menuBtn {
    pointer-events: auto;
    opacity: 1;
  }
  .MOpen #menuBtn button span {
    width: 7.2vw;
    translate: -50% 0;
  }
  .MOpen #menuBtn button span:nth-child(1) {
    rotate: 225deg;
  }
  .MOpen #menuBtn button span:nth-child(2) {
    opacity: 0;
  }
  .MOpen #menuBtn button span:nth-child(3) {
    rotate: -225deg;
  }
  #menu {
    position: absolute;
    z-index: 50;
    top: 13.3333333333vw;
    left: 0;
    width: 100%;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(25.16%, rgb(245, 240, 220)), color-stop(51.98%, rgb(249, 235, 137)), color-stop(85.09%, rgb(253, 228, 39)), to(rgb(255, 226, 0)));
    background: linear-gradient(90deg, rgb(245, 240, 220) 25.16%, rgb(249, 235, 137) 51.98%, rgb(253, 228, 39) 85.09%, rgb(255, 226, 0) 100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    translate: 0 -101%;
  }
  .MOpen #menu {
    opacity: 1;
    pointer-events: auto;
    translate: 0 0;
  }
  #menu .frame {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(75%, transparent));
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), transparent 75% 100%);
    padding: 3.3333333333vw 0 6.6666666667vw;
  }
  #menu .frame ul {
    width: 100%;
  }
  #menu .frame ul li a {
    display: block;
    padding: 3.0666666667vw 0 3.0666666667vw 6.6666666667vw;
    text-align: left;
  }
  #menu .frame ul li a img {
    width: 35.2vw;
  }
  #menu .frame ul li a {
    position: relative;
  }
  #menu .frame ul li a::after {
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 4.4vw;
    position: absolute;
    top: 50%;
    left: 6.6666666667vw;
    translate: 0 -50%;
    pointer-events: none;
    background: url(../img/menu_icon.svg) no-repeat center center;
    background-size: contain;
  }
}
/* animation
.image {
	animation-delay: 0.3s;
}
&.inView {
	.base, .image {
		animation-name: fadeInUp;
	}
}
*/
/*-------------------------------------------> animation module */
.anim-fadeIn {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeIn,
.inView .isAnim.inView .anim-fadeIn,
.inView .anim-fadeIn,
.inView.anim-fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.inView .isAnim.anim-fadeIn,
.inView .isAnim .anim-fadeIn {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInUp {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInUp,
.inView .isAnim.inView .anim-fadeInUp,
.inView .anim-fadeInUp,
.inView.anim-fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.inView .isAnim.anim-fadeInUp,
.inView .isAnim .anim-fadeInUp {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInDown {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInDown,
.inView .isAnim.inView .anim-fadeInDown,
.inView .anim-fadeInDown,
.inView.anim-fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.inView .isAnim.anim-fadeInDown,
.inView .isAnim .anim-fadeInDown {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInRight {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInRight,
.inView .isAnim.inView .anim-fadeInRight,
.inView .anim-fadeInRight,
.inView.anim-fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.inView .isAnim.anim-fadeInRight,
.inView .isAnim .anim-fadeInRight {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInLeft {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInLeft,
.inView .isAnim.inView .anim-fadeInLeft,
.inView .anim-fadeInLeft,
.inView.anim-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.inView .isAnim.anim-fadeInLeft,
.inView .isAnim .anim-fadeInLeft {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeText span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  clip-path: inset(0 100% 0 0);
}

.inView .isAnim.inView.anim-fadeText span,
.inView .isAnim.inView .anim-fadeText span,
.inView .anim-fadeText span,
.inView.anim-fadeText span {
  -webkit-animation: fadeText 1s ease-out forwards;
          animation: fadeText 1s ease-out forwards;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(1),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(1),
.inView .anim-fadeText span:nth-of-type(1),
.inView.anim-fadeText span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(2),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(2),
.inView .anim-fadeText span:nth-of-type(2),
.inView.anim-fadeText span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(3),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(3),
.inView .anim-fadeText span:nth-of-type(3),
.inView.anim-fadeText span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(4),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(4),
.inView .anim-fadeText span:nth-of-type(4),
.inView.anim-fadeText span:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(5),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(5),
.inView .anim-fadeText span:nth-of-type(5),
.inView.anim-fadeText span:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(6),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(6),
.inView .anim-fadeText span:nth-of-type(6),
.inView.anim-fadeText span:nth-of-type(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(7),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(7),
.inView .anim-fadeText span:nth-of-type(7),
.inView.anim-fadeText span:nth-of-type(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(8),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(8),
.inView .anim-fadeText span:nth-of-type(8),
.inView.anim-fadeText span:nth-of-type(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(9),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(9),
.inView .anim-fadeText span:nth-of-type(9),
.inView.anim-fadeText span:nth-of-type(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(10),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(10),
.inView .anim-fadeText span:nth-of-type(10),
.inView.anim-fadeText span:nth-of-type(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.inView .isAnim.anim-fadeText,
.inView .isAnim .anim-fadeText {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeImage img {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeImage img,
.inView .isAnim.inView .anim-fadeImage img,
.inView .anim-fadeImage img,
.inView.anim-fadeImage img {
  -webkit-animation-name: fadeImage;
          animation-name: fadeImage;
}

.inView .isAnim.anim-fadeImage img,
.inView .isAnim .anim-fadeImage img {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice {
  clip-path: inset(0 100% 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-slice,
.inView .isAnim.inView .anim-slice,
.inView .anim-slice,
.inView.anim-slice {
  -webkit-animation-name: slice;
          animation-name: slice;
}

.inView .isAnim.anim-slice,
.inView .isAnim .anim-slice {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice.reverse {
  clip-path: inset(0 0 0 100%);
}

.inView .isAnim.inView.anim-slice.reverse,
.inView .isAnim.inView .anim-slice.reverse,
.inView .anim-slice.reverse,
.inView.anim-slice.reverse {
  -webkit-animation-name: sliceR;
          animation-name: sliceR;
}

.inView .isAnim.anim-slice.reverse,
.inView .isAnim .anim-slice.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide,
.inView .isAnim.inView .anim-sliceHide,
.inView .anim-sliceHide,
.inView.anim-sliceHide {
  -webkit-animation-name: sliceHide;
          animation-name: sliceHide;
}

.inView .isAnim.anim-sliceHide,
.inView .isAnim .anim-sliceHide {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide.reverse {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide.reverse,
.inView .isAnim.inView .anim-sliceHide.reverse,
.inView .anim-sliceHide.reverse,
.inView.anim-sliceHide.reverse {
  -webkit-animation-name: sliceHideR;
          animation-name: sliceHideR;
}

.inView .isAnim.anim-sliceHide.reverse,
.inView .isAnim .anim-sliceHide.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-bound {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-bound,
.inView .isAnim.inView .anim-bound,
.inView .anim-bound,
.inView.anim-bound {
  -webkit-animation-name: bound;
          animation-name: bound;
}

.inView .isAnim.anim-bound,
.inView .isAnim .anim-bound {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fuwa2 {
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* delay */
.delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/*-------------------------------------------> keyframe */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    translate: 0 50px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    translate: 0 50px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    translate: 0 -20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    translate: 0 -20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    translate: -20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    translate: -20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    translate: 20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    translate: 20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@-webkit-keyframes circlemove {
  0% {
    top: 15px;
  }
  100% {
    top: 75px;
  }
}
@keyframes circlemove {
  0% {
    top: 15px;
  }
  100% {
    top: 75px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwa2 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes fuwa2 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/*-------------------------------------------> LinkAnimation */
/*-------------------------------------------> TextEffects */
/* ======================================
  Stagger Text
====================================== */
.anim-titleText {
  color: rgba(252, 250, 249, 0.1);
  font-size: 100px; /* legacy */
  font-size: 26.6666666667cqw;
  line-height: 1;
  letter-spacing: -0.05em;
}
.anim-titleText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.anim-titleText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
@media screen and (max-width: 767px) {
  .anim-titleText {
    font-size: 72px; /* legacy */
    font-size: 9.6vw;
    line-height: 1.3333333333;
    letter-spacing: -0.05em;
  }
  .anim-titleText::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666667em;
    content: "";
  }
  .anim-titleText::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666667em;
    content: "";
  }
}
.anim-titleText {
  --st-duration: 0.9s;
  --st-ease: cubic-bezier(.2,.8,.2,1);
  --st-from-y: 40px;
  --st-blur: 6px;
  white-space: normal;
}
.anim-titleText .st-visual {
  display: inline;
}
.anim-titleText .st-unit {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(var(--st-from-y));
          transform: translateY(var(--st-from-y));
  -webkit-filter: blur(var(--st-blur));
          filter: blur(var(--st-blur));
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-duration: var(--st-duration);
          transition-duration: var(--st-duration);
  -webkit-transition-timing-function: var(--st-ease);
          transition-timing-function: var(--st-ease);
  will-change: opacity, transform, filter;
}
.anim-titleText .st-space {
  white-space: pre;
}
.anim-titleText.is-inview .st-unit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* 動きを減らす設定の人には、即表示（実務で重要） */
@media (prefers-reduced-motion: reduce) {
  .js-staggerText .st-unit {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
.anim-textLeftIn span {
  display: inline-block;
}
.anim-textLeftIn span.w {
  overflow: hidden;
}
.anim-textLeftIn span.w:nth-child(1) > span {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anim-textLeftIn span.w:nth-child(2) > span {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.anim-textLeftIn span.w:nth-child(3) > span {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.anim-textLeftIn span.w:nth-child(4) > span {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.anim-textLeftIn span.w:nth-child(5) > span {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.anim-textLeftIn span.w:nth-child(6) > span {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.anim-textLeftIn span.w:nth-child(7) > span {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.anim-textLeftIn span.w:nth-child(8) > span {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.anim-textLeftIn span.w:nth-child(9) > span {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.anim-textLeftIn span.w:nth-child(10) > span {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.anim-textLeftIn span.w:nth-child(11) > span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anim-textLeftIn span.w:nth-child(12) > span {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.anim-textLeftIn span.w:nth-child(13) > span {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.anim-textLeftIn span.w:nth-child(14) > span {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.anim-textLeftIn span.w:nth-child(15) > span {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.anim-textLeftIn span.w:nth-child(16) > span {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.anim-textLeftIn span.w:nth-child(17) > span {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.anim-textLeftIn span.w:nth-child(18) > span {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.anim-textLeftIn span.w:nth-child(19) > span {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.anim-textLeftIn span.w:nth-child(20) > span {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.anim-textLeftIn span.w:nth-child(21) > span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anim-textLeftIn span.w:nth-child(22) > span {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.anim-textLeftIn span.w:nth-child(23) > span {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.anim-textLeftIn span.w:nth-child(24) > span {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.anim-textLeftIn span.w:nth-child(25) > span {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.anim-textLeftIn span.w:nth-child(26) > span {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anim-textLeftIn span.w:nth-child(27) > span {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.anim-textLeftIn span.w:nth-child(28) > span {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.anim-textLeftIn span.w:nth-child(29) > span {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.anim-textLeftIn span.w:nth-child(30) > span {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.anim-textLeftIn span.w:nth-child(31) > span {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anim-textLeftIn span.w:nth-child(32) > span {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.anim-textLeftIn span.w:nth-child(33) > span {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.anim-textLeftIn span.w:nth-child(34) > span {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.anim-textLeftIn span.w:nth-child(35) > span {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.anim-textLeftIn span.w:nth-child(36) > span {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anim-textLeftIn span.w:nth-child(37) > span {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.anim-textLeftIn span.w:nth-child(38) > span {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.anim-textLeftIn span.w:nth-child(39) > span {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.anim-textLeftIn span.w:nth-child(40) > span {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.anim-textLeftIn span.w:nth-child(41) > span {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anim-textLeftIn span.w:nth-child(42) > span {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.anim-textLeftIn span.w:nth-child(43) > span {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.anim-textLeftIn span.w:nth-child(44) > span {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.anim-textLeftIn span.w:nth-child(45) > span {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.anim-textLeftIn span.w:nth-child(46) > span {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anim-textLeftIn span.w:nth-child(47) > span {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.anim-textLeftIn span.w:nth-child(48) > span {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.anim-textLeftIn span.w:nth-child(49) > span {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.anim-textLeftIn span.w:nth-child(50) > span {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.anim-textLeftIn span.w > span {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-textLeftIn span.w span,
.inView .isAnim.inView .anim-textLeftIn span.w span,
.inView .anim-textLeftIn span.w span,
.inView.anim-textLeftIn span.w span {
  -webkit-animation-name: textLeftIn;
          animation-name: textLeftIn;
}

.inView .isAnim.anim-textLeftIn span.w span,
.inView .isAnim .anim-textLeftIn span.w span {
  -webkit-animation-name: none;
          animation-name: none;
}

@-webkit-keyframes textLeftIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes textLeftIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* HOME -------------------------------------------> */
#Cover {
  position: relative;
  z-index: 1;
  background: url(../img/cover_bg.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #Cover {
    padding-top: 13.3333333333vw;
  }
}

#Product {
  position: relative;
  z-index: 2;
  margin-top: -50cqw;
  background: url(../img/product_bg.png) no-repeat center top;
  background-size: 100%;
  min-height: 221.6cqw;
  padding-top: 17.6cqw;
}
#Product .copy {
  margin-bottom: 8cqw;
  font-size: 22px; /* legacy */
  font-size: 5.8666666667cqw;
  line-height: 1.6363636364;
  letter-spacing: 0.08em;
}
#Product .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3181818182em;
  content: "";
}
#Product .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3181818182em;
  content: "";
}
#Product .copy strong {
  font-size: 118%;
  font-weight: 900;
}
#Product .copy .marker::after {
  height: 8cqw;
}
#Product .text {
  font-size: 22px; /* legacy */
  font-size: 5.8666666667cqw;
  line-height: 1.2727272727;
  letter-spacing: 0.12em;
}
#Product .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1363636364em;
  content: "";
}
#Product .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1363636364em;
  content: "";
}

#Pickup {
  position: relative;
  z-index: 3;
  background: #f5f0dc;
}
#Pickup .frame {
  position: relative;
  z-index: 1;
  background: url(../img/pickup_bg.png) no-repeat center top;
  background-size: 100%;
  width: 100%;
  min-height: 134.9333333333cqw;
}
#Pickup .title {
  position: absolute;
  top: -10.6666666667cqw;
  left: 0;
}
#Pickup .image {
  position: absolute;
  left: 0;
  top: 14.6666666667cqw;
  z-index: 5;
}
#Pickup .about {
  position: relative;
  z-index: 10;
  width: 40.8cqw;
  margin-left: 6.6666666667cqw;
  padding-top: 44.6666666667cqw;
}
#Pickup .about dt {
  margin-bottom: 3.3333333333cqw;
}
#Pickup .about dt img {
  width: 40.8cqw;
}
#Pickup .about dd {
  color: #FFF;
  font-size: 15px; /* legacy */
  font-size: 4cqw;
  line-height: 1.5333333333;
  letter-spacing: 0.015em;
  text-align: left;
}

#Point {
  position: relative;
  z-index: 4;
  background: #f5f0dc;
  padding-top: 20.8cqw;
  padding-bottom: 17.3333333333cqw;
}
#Point .block .frame {
  position: relative;
}
#Point .block .frame .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#Point .block .title {
  position: absolute;
  width: 22.1333333333cqw;
  top: -11.7333333333cqw;
  left: 50%;
  translate: -50% 0;
}
#Point .block .copy {
  font-size: 22px; /* legacy */
  font-size: 5.8666666667cqw;
  line-height: 1.4545454545;
  letter-spacing: 0em;
}
#Point .block .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2272727273em;
  content: "";
}
#Point .block .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2272727273em;
  content: "";
}
#Point .block .copy strong {
  font-size: 118%;
}
#Point .block .copy .underline::after {
  background: #ffef00;
}
#Point .block .note {
  width: 86.6666666667cqw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px; /* legacy */
  font-size: 2.6666666667cqw;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-top: 1.3333333333cqw;
}
#Point .block .note .right {
  margin-left: auto;
}
#Point .point1 .frame {
  background: url(../img/point_1_frame.png) no-repeat left top;
  background-size: 100%;
  min-height: 148.2666666667cqw;
}
#Point .point1 .frame .copy {
  padding-top: 17.3333333333cqw;
}
#Point .point1 .frame .copy img {
  width: 70.9333333333cqw;
}
#Point .point1 .frame .fig {
  margin-top: 8cqw;
}
#Point .point2 {
  margin-top: 15.3333333333cqw;
}
#Point .point2 .frame {
  position: relative;
  background: url(../img/point_2_frame.png) no-repeat left top;
  background-size: 100%;
  min-height: 167.2cqw;
}
#Point .point2 .frame .copy {
  padding-top: 17.3333333333cqw;
}
#Point .point2 .frame .copy img {
  width: 55.0666666667cqw;
}
#Point .point2 .frame .fig {
  margin-top: 7.7333333333cqw;
}
#Point .aroma {
  margin-top: 1.3333333333cqw;
}

#Howto {
  position: relative;
  z-index: 5;
  color: #FFF;
  padding-top: 9.2cqw;
}
#Howto .frame {
  position: relative;
  background: #68bfbf;
  border-radius: 10.6666666667cqw;
  padding-top: 14.4cqw;
  padding-bottom: 12.6666666667cqw;
}
#Howto .frame > .title {
  position: absolute;
  top: -9.2cqw;
  left: 0;
}
#Howto .read {
  font-size: 20px; /* legacy */
  font-size: 5.3333333333cqw;
  line-height: 1.35;
  letter-spacing: 0em;
}
#Howto .step .title {
  margin-bottom: 2.6666666667cqw;
}
#Howto .step .title img {
  width: 15.4666666667cqw;
}
#Howto .step .text {
  font-size: 20px; /* legacy */
  font-size: 5.3333333333cqw;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
#Howto .step .note {
  font-size: 15px; /* legacy */
  font-size: 4cqw;
  line-height: 1.7333333333;
  letter-spacing: -0.04em;
}
#Howto .step .image {
  margin-top: 8cqw;
}
#Howto .step .step1 {
  margin-top: 7.4666666667cqw;
}
#Howto .step .step2 {
  margin-top: 8cqw;
}
#Howto .step .step2 .text {
  letter-spacing: 0;
}

.bgGrad {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe400), to(#f5f0dc));
  background-image: linear-gradient(0deg, #ffe400, #f5f0dc);
  padding-bottom: 16.8cqw;
  margin-bottom: 10cqw;
}

#FAQ {
  margin-top: 10cqw;
}
#FAQ dl {
  width: 86.6666666667cqw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4666666667cqw;
}
#FAQ dl dt, #FAQ dl dd {
  border: solid 0.5333333333cqw #68bfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 3.3333333333cqw 4cqw 3.3333333333cqw 4cqw;
}
#FAQ dl dt::before, #FAQ dl dd::before {
  content: "";
  display: block;
  width: 5.7333333333cqw;
  height: 9.2cqw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.7333333333cqw;
          flex: 0 0 5.7333333333cqw;
}
#FAQ dl dt::before {
  background-image: url(../img/faq_q.svg);
}
#FAQ dl dt {
  padding-right: 1.3333333333cqw;
  color: #FFF;
  background: #68bfbf;
  border-top-left-radius: 4cqw;
  border-top-right-radius: 4cqw;
}
#FAQ dl dt span {
  margin-left: 4cqw;
  font-size: 16px; /* legacy */
  font-size: 4.2666666667cqw;
  line-height: 1.25;
  letter-spacing: 0em;
}
#FAQ dl dd::before {
  background-image: url(../img/faq_a.svg);
}
#FAQ dl dd span {
  margin-left: 2.6666666667cqw;
  font-size: 14px; /* legacy */
  font-size: 3.7333333333cqw;
  line-height: 1.25;
  letter-spacing: 0em;
}
#FAQ dl dd {
  color: #68bfbf;
  background: #FFF;
  border-bottom-left-radius: 4cqw;
  border-bottom-right-radius: 4cqw;
}

#Item {
  margin-top: 17.3333333333cqw;
}
#Item .image {
  width: 18.1333333333cqw;
  margin-left: auto;
  margin-right: auto;
}
#Item .text {
  margin-top: 7.3333333333cqw;
}
#Item .text span {
  display: block;
  color: #595757;
}
#Item .text span.en {
  font-size: 18px; /* legacy */
  font-size: 4.8cqw;
  line-height: 1;
  letter-spacing: 0.1em;
}
#Item .text span.ja {
  font-size: 14px; /* legacy */
  font-size: 3.7333333333cqw;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 1.3333333333cqw;
}
#Item .text span.spec {
  font-size: 13px; /* legacy */
  font-size: 3.4666666667cqw;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-top: 2.6666666667cqw;
}
#Item .link {
  width: 62.9333333333cqw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.3333333333cqw;
}
#Item .link a {
  display: block;
  border: solid 0.4cqw #68bfbf;
  border-radius: 999px;
}

#Shop {
  margin-top: 14.6666666667cqw;
}
#Shop .image {
  margin-bottom: 6.6666666667cqw;
}
#Shop .image img {
  width: 37.4666666667cqw;
}
#Shop ul {
  width: 62.9333333333cqw;
  margin-left: auto;
  margin-right: auto;
}
#Shop ul li a {
  display: block;
  border-radius: 999px;
  overflow: hidden;
}
#Shop ul li + li {
  margin-top: 3.2cqw;
}

#About .title img {
  width: 69.8666666667cqw;
}
#About .text {
  margin-top: 9.3333333333cqw;
  color: #532f16;
}
#About .text p {
  font-size: 15px; /* legacy */
  font-size: 4cqw;
  line-height: 2;
  letter-spacing: -0.02em;
}
#About .text p + p {
  margin-top: 1em;
}
#About .image {
  margin-top: 9.8666666667cqw;
}
#About .link a {
  position: relative;
  background: #532f16;
}
#About .link a::after {
  content: "";
  display: block;
  width: calc(100% - 1.3333333333cqw);
  height: calc(100% - 1.3333333333cqw);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border: solid 0.1333333333cqw #FFF;
  pointer-events: none;
}