﻿@charset "UTF-8";

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

  bioplefes EC '25 | Biople Website

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

html {
  font-size: calc(10 * (100vw/600));
}


@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1366));
  }
}

@media (min-width: 1366px) {
  html {
    font-size: 62.5%
  }

}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}

#FooterWrap {
  position: relative;
  background: #fff;
  z-index: 3;
}

a:hover {
  opacity: 1;
}

/* ========================================================
                      * root *
========================================================= */
:root {
  --color1: #fff;
  --color2: #000000;
  --color3: #FFECA8;
  --color4: #FAD56F;
  --color5: #704235;
  --font_ja: "Zen Maru Gothic", "zen-maru-gothic", "メイリオ", " Meiryo", sans-serif;
  --font_en: "futura-pt", "Zen Maru Gothic", "メイリオ", "Meiryo", sans-serif;
  --font_hiragino: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

#Wrap {
  width: 100%;
}

/* ========================================================
                      * lp_contents *
========================================================= */

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.lp_contents {
  width: 100%;
  max-width: 60rem;
  height: 100%;
  font-family: var(--font_ja);
  font-weight: 700;
  overflow-x: clip;
  color: var(--color2);
  background: var(--color4);
}

@media (min-width: 769px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
  }
}

.lp_contents_inner {
  position: relative;
  z-index: 1;
  background: var(--color4);
}

.lp_contents .pcOnly {
  display: none;
}

.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: 300;
}

.lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.lp_contents section {
  position: relative;
  /* padding-bottom: calc(90 * 60rem / 430); */
}


.sec_mv *,
.sec_contents01 *,
.sec_contents02 *,
.sec_contents03 *,
.sec_contents04 *,
.sec_contents05 *,
.sec_contents06 * {
  position: relative;
  z-index: 3;
}

/* ========================================================
                      * PC *
========================================================= */
@media (min-width: 769px) {

  .lp_contents .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    /* z-index: 1; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* background: var(--color3); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100vh;
    padding-top: 15.6rem;
  }

  .fixed_left_inner .logo {
    width: calc(216 * 100vw / 1366);
    text-align: center;
  }

  .lp_contents_inner {
    width: 60rem;
    margin: 0 auto;
    overflow: clip;
    /* padding-bottom: 8rem; */
  }


  /* スクロールで変わる背景 */
  .bgSetting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
  }

  .bgSetting .for_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
  }

  .bgSetting .for_bg:nth-of-type(1) {
    opacity: 1 !important;
    background: #FCEAB6;
  }

  .bgSetting .for_bg:nth-of-type(2) {
    background: #D5E7E5;
  }

  .bgSetting .for_bg:nth-of-type(3) {
    background: #F9E8DD;
  }

  .bgSetting .for_bg:nth-of-type(4) {
    background: #BCC2DE;
  }

  .bgSetting .for_bg:nth-of-type(5) {
    background: #E9A57F;
  }

  .bgSetting .for_bg:nth-of-type(6) {
    background: #C2DEE9;
  }

  .bgSetting .for_bg:nth-of-type(7) {
    background: #F5DBD8;
  }

  .bgSetting .for_bg:nth-of-type(8) {
    background: #F9E9B6;
  }

  .bgSetting .for_bg.selected {
    opacity: 1;
  }

  /* スクロールで変わる背景 */

}



/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */

.fixed_right .menu_list_wrap {
  width: calc(268 * 100vw / 1366);
  height: calc(408 * 100vw / 1366);
  /* height: auto; */
  background: #008C51;
  position: relative;
  border-radius: calc(15 * 100vw / 1366);
  border: solid .5rem var(--color1);
  padding: calc(57 * 100vw / 1366) 0 0 calc(50 * 100vw / 1366);
  box-shadow: calc(5 * 100vw / 1366) calc(5 * 100vw / 1366) 0 rgba(0, 0, 0, 0.16);
}

.fixed_right .menu_list_wrap p {
  position: absolute;
  top: calc(-5 * 100vw / 1366);
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(31 * 100vw / 1366);
  letter-spacing: .025em;
  color: var(--color1);
  background: #008C51;
  width: 80%;
  font-family: var(--font_en);
  letter-spacing: .025em;
  font-weight: 600;
}

.fixed_right .menu_list {
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start; */
  align-items: flex-start;
  gap: calc(24 * 100vw / 1366);
}

.fixed_right .menu_list li {
  color: var(--color1);
  font-size: calc(17 * 100vw / 1366);
  font-weight: 900;
  letter-spacing: -.025em;
  /* line-height: 2.4; */
  position: relative;
}

.fixed_right .menu_list li:hover {}

.fixed_right .menu_list li:nth-of-type(1) {
  font-size: calc(19 * 100vw / 1366);
}

.fixed_right .menu_list li:nth-of-type(1) span {
  margin-left: calc(14 * 100vw / 1366);
}

.fixed_right .menu_list li a {
  line-height: 1.55;
  letter-spacing: -.025em;
  text-align: left;
}

.fixed_right .menu_list li::after {
  content: "";
  width: calc(10 * 100vw / 1366);
  height: calc(14 * 100vw / 1366);
  background: url(../img/arrow_right_white.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: calc(-20 * 100vw / 1366);
  transform: translateY(-50%);
  /* transition: all .5s; */
  opacity: 0;
}

.fixed_right .menu_list li:hover::after {
  opacity: 1;
}


@media (max-width: 768px) {

  /* SP時ナビゲーション設定 */
  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    width: calc(430 * 60rem / 430);
    translate: 0 100%;
    opacity: 0;
    transition: all .5s;
    z-index: 100;
  }

  .lp_contents .fixed_area .fixed_right.active {
    translate: 0 0;
    opacity: 1;
  }


  .fixed_right .menu_list_wrap {
    width: calc(390 * 60rem / 430);
    /* height: calc(87 * 60rem / 430); */
    height: auto;
    /* background: #008C51; */
    /* position: relative; */
    /* border-radius: 1.5rem; */
    border: solid .5rem var(--color1);
    padding: calc(12 * 60rem / 430) 0 calc(15 * 60rem / 430) calc(30 * 60rem / 430);
    margin: 0 auto calc(18 * 60rem / 430);
    position: relative;
  }

  .fixed_right .menu_list_wrap p {
    /* position: absolute; */
    /* top: -.5rem; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* font-size: 1.9rem; */
    /* font-weight: 900; */
    /* letter-spacing: .025em; */
    /* color: var(--color1); */
    /* background: #008C51; */
    display: none;
    /* width: 80%; */
  }

  .fixed_right .menu_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: calc(15 * 60rem / 430) 0;
  }

  .fixed_right .menu_list li {
    color: var(--color1);
    font-size: calc(15 * 60rem / 430);
    font-weight: 900;
    /* letter-spacing: -.025em; */
    /* line-height: 2.4; */
    position: relative;
  }

  .fixed_right .menu_list li:nth-of-type(1) {
    font-size: calc(15 * 60rem / 430);
  }

  .fixed_right .menu_list li:nth-of-type(1) span {
    margin-left: 0;
  }


  .fixed_right .menu_list li:nth-of-type(2) {
    margin-left: calc(22 * 60rem / 430);
  }

  .fixed_right .menu_list li:nth-of-type(3) {}

  .fixed_right .menu_list li:nth-of-type(4) {
    margin-left: calc(38 * 60rem / 430);
  }

  .fixed_right .menu_list li:nth-of-type(5) {
    margin-left: calc(44 * 60rem / 430);
  }

  .fixed_right .menu_list li:nth-of-type(6) {
    display: none;
  }

  .fixed_right .menu_list li:nth-of-type(3),
  .fixed_right .menu_list li:nth-of-type(4),
  .fixed_right .menu_list li:nth-of-type(5) {
    letter-spacing: .1em;
  }


  .fixed_right .menu_list li:hover {
    font-size: calc(15 * 60rem / 430);
  }

  .fixed_right .menu_list li::after {
    content: "";
    width: calc(11 * 60rem / 430);
    height: calc(17 * 60rem / 430);
    background: url(../img/arrow_right_white.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: calc(-16 * 60rem / 430);
    transform: translateY(-50%);
    /* transition: all .5s; */
    opacity: 0;
  }

  .fixed_right .menu_list li.is-active::after {
    opacity: 1;
  }

  .fixed_right .menu_list li a {
    line-height: 0;
  }

  .btn_top {
    width: calc(45 * 60rem / 430);
    height: calc(45 * 60rem / 430);
    background: url(../img/top.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: calc(107 * 60rem / 430);
    right: calc(0 * 60rem / 430);
  }



}

/* ========================================================
                      * 共通設定  *
========================================================= */

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

.txt_en {
  font-family: var(--font_en);
}

.txt_ja {
  font-family: var(--font_ja);
}

.lp_contents #secContents05 .slick-list,
.lp_contents #secContents06 .slick-list {
  /* overflow: hidden; */
}

/* Safari のみ */
_::-webkit-full-page-media,
_:future,
:root .lp_contents #secContents05 .slick-list,
.lp_contents #secContents06 .slick-list {
  overflow: hidden;
}


.lp_contents .slick-track {
  display: flex;
}

.lp_contents .slick-slide {
  margin-right: calc(60 * 60rem / 430);
}


.next_button,
.prev_button {
  width: calc(13 * 60rem / 430);
  height: calc(21 * 60rem / 430);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10 !important;
  cursor: pointer;
}

.next_button::after,
.prev_button::after {
  content: "";
  background-size: 100% 100%;
  width: calc(13 * 60rem / 430);
  height: calc(21 * 60rem / 430);
  display: block;
}

.next_button {
  right: calc(-24 * 60rem / 430);
}

.prev_button {
  left: calc(-24 * 60rem / 430);
}

.slide_wrap .next_button::after {
  background: url(../img/next_blue.svg) no-repeat center;
  background-size: 100%;
}

.slide_wrap .prev_button::after {
  background: url(../img/prev_blue.svg) no-repeat center;
  background-size: 100%;
}



/* ========================================================
                      * 共通設定 *
========================================================= */

.bord {
  background: var(--color1);
  width: calc(358 * 60rem / 430);
  margin: 0 auto;
  border: solid #000 calc(5 * 60rem / 430);
  border-radius: calc(15 * 60rem / 430);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  /* overflow: hidden; */
}

.bord .head {
  font-weight: 900;
  font-size: calc(27 * 60rem / 430);
  letter-spacing: -.025em;
  padding: calc(15 * 60rem / 430) 0;
  color: var(--color1);
  background: var(--color2);
}

.bord .txt_wrap {
  padding: calc(10 * 60rem / 430) 0 calc(15 * 60rem / 430);
}

.bord .txt {
  font-size: calc(21 * 60rem / 430);
  /* line-height: 1.3; */
  font-weight: 500;
}

.btn {
  width: calc(358 * 60rem / 430);
  /* padding: calc(15 * 60rem / 430) 0; */
  margin: 0 auto;
}

.btn a {
  position: relative;
  font-size: calc(28 * 60rem / 430);
  padding: calc(15 * 60rem / 430) 0;
}

.btn a:after {
  content: "";
  width: calc(23 * 60rem / 430);
  height: calc(23 * 60rem / 430);
  background: url(../img/plus_orange.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: calc(41 * 60rem / 430);
  transform: translateY(-50%);
}

.frame.js-change {
  border: solid #000 calc(3 * 60rem / 430);
  border-radius: calc(15 * 60rem / 430);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  background: var(--color1);
  width: fit-content;
  /* position: absolute; */
  padding: calc(23 * 60rem / 430) calc(11 * 60rem / 430);
  position: relative;
  transition: all .5s;
}

.frame.js-change.active {
  padding: calc(11 * 60rem / 430) calc(17 * 60rem / 430);
}

.frame .txt {
  font-weight: 900;
  font-size: calc(18 * 60rem / 430);
}

.frame.js-change .before {
  font-size: calc(21 * 60rem / 430);
  letter-spacing: -.01em;
}

.frame.js-change .after {
  display: none;
  opacity: 0;
}

.frame.js-change.active .before {
  display: none;
  opacity: 0;
}


.frame.js-change.active .after {
  display: block;
  opacity: 1;
  line-height: 1.25;
  white-space: nowrap;
}


.btn_mini {}

.btn_mini a {}

.slide_wrap {
  position: relative;
  width: calc(358 * 60rem / 430);
  margin: 0 auto;
}

.slide_wrap .slick-slider {
  width: 100%;
}

.slide_wrap ul.slick-slider li {
  width: calc(358 * 60rem / 430);
  border-radius: calc(10 * 60rem / 430);
}


/* ========================================================
                      * sec_mv *
========================================================= */
.sec_mv {
  padding-bottom: calc(89 * 60rem / 430);
}

.sec_mv::after {
  content: "";
  width: calc(467 * 60rem / 430);
  height: calc(257 * 60rem / 430);
  background: url(../img/sec_mv_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-52%);
  z-index: -1;
}

.sec_mv .ttl {
  width: calc(430 * 60rem / 430);
  z-index: 2;
}

.sec_mv .ttl_sub {
  color: var(--color2);
  font-family: var(--font_en);
  font-size: calc(44 * 60rem / 430);
  text-align: center;
  font-weight: 700;
  margin-top: calc(9 * 60rem / 430);
  line-height: 1.1;
}

.sec_mv .bord.black {
  border: solid var(--color1) calc(5 * 60rem / 430);
  background: #000000;
  margin-top: calc(39 * 60rem / 430);
  padding: calc(19 * 60rem / 430) 0;
}


.sec_mv .bord.black .txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: calc(16 * 60rem / 430);
}

.sec_mv .bord.black .txt span {
  font-family: var(--font_en);
  letter-spacing: .03em;
  font-weight: 600;
  /* display: block; */
}

.sec_mv .bord.black .txt span.yellow {
  color: var(--color4);
  font-size: calc(27 * 60rem / 430);
}

.sec_mv .bord.black .txt span.white01 {
  color: var(--color1);
  font-size: calc(27 * 60rem / 430);
}

.sec_mv .bord.black .txt span.white02 {
  color: var(--color1);
  font-size: calc(21 * 60rem / 430);
}

.sec_mv .bord.green {
  border: solid #008C51 calc(4 * 60rem / 430);
  padding: calc(32 * 60rem / 430) 0;
  margin-top: calc(34 * 60rem / 430);

}

.sec_mv .bord.green .txt_wrap {
  display: flex;
  flex-direction: column;
  gap: calc(21 * 60rem / 430);
}

.sec_mv .bord.green .txt {
  font-weight: 700;
  font-size: calc(15 * 60rem / 430);
  line-height: 1.5;
  color: #008C51;
}


.sec_mv .frame {
  border: solid #FF6177 calc(3 * 60rem / 430);
  /* bottom: calc(90 * 60rem / 430); */
  /* right: calc(162 * 60rem / 430); */
  margin-top: calc(40 * 60rem / 430);
  margin-left: auto;
  margin-right: calc(161 * 60rem / 430);
}


/* ========================================================
                      * sec_contents01 *
========================================================= */

.sec_contents01 {
  padding-top: calc(147 * 60rem / 430);
  /* z-index: -1; */
  background: #B9D8D4;
  padding-bottom: calc(65 * 60rem / 430);
}


.sec_contents01::after {
  content: "";
  width: calc(445 * 60rem / 430);
  height: calc(85 * 60rem / 430);
  background: url(../img/sec_contents01_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* z-index: -1; */
}

.sec_contents01 .bord {
  position: relative;
  border: solid #F87889 calc(5 * 60rem / 430);

}

.sec_contents01 .img {
  position: absolute;
  width: calc(321 * 60rem / 430);
  top: calc(36 * 60rem / 430);
  left: calc(58 * 60rem / 430);
  transform: rotate(-2deg);
}

.sec_contents01 .bord .head {
  background: #F87889
}

.sec_contents01 .bord .txt_wrap {
  padding: calc(37 * 60rem / 430) 0 calc(31 * 60rem / 430);
}

.sec_contents01 .bord .txt {
  font-weight: 900;
  font-size: calc(32 * 60rem / 430);
}

.sec_contents01 .bord .txt:nth-of-type(3) {
  padding-top: calc(38 * 60rem / 430);
}

.sec_contents01 .bord .txt:nth-of-type(3)::before {
  content: "";
  display: block;
  width: calc(279 * 60rem / 430);
  height: calc(3 * 60rem / 430);
  background: var(--color2);
  margin: 0 auto calc(40 * 60rem / 430);
}

.sec_contents01 .bord .txt:nth-of-type(3)>span {
  display: block;
  margin-top: calc(10 * 60rem / 430);
  margin-bottom: calc(-20 * 60rem / 430);
}

.sec_contents01 .bord .txt span {
  color: #F87889;
}

.sec_contents01 .bord .txt span {
  font-size: calc(57 * 60rem / 430);
}

.sec_contents01 .bord .txt span.lg {
  padding-bottom: calc(21 * 60rem / 430);
  font-size: calc(72 * 60rem / 430);
}

.sec_contents01 .bord .note {
  margin-top: calc(19 * 60rem / 430);
  font-size: calc(12 * 60rem / 430);
  font-weight: 500;
}

.sec_contents01 .bord .note sup {
  font-size: .8em;
}

.sec_contents01>.txt {
  color: #000000;
  font-size: calc(20 * 60rem / 430);
  margin-top: calc(53 * 60rem / 430);

}

.modal_btn {
  width: calc(358 * 60rem / 430);
  border-radius: calc(15 * 60rem / 430);
  padding: calc(19 * 60rem / 430) 0 calc(21 * 60rem / 430);
  background: #FA8AA7;
  margin: calc(25 * 60rem / 430) auto 0;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
}

.modal_btn p {
  font-size: calc(25 * 60rem / 430);
  color: var(--color1);
  position: relative;
}

.modal_btn p::after {
  content: "";
  width: calc(19 * 60rem / 430);
  height: calc(30 * 60rem / 430);
  background: url(../img/arrow_right_white.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: calc(45 * 60rem / 430);

}

.sec_contents01 .frame {
  margin-top: calc(76 * 60rem / 430);
  margin-left: auto;
  margin-right: calc(161 * 60rem / 430);
  border: solid #704235 calc(3 * 60rem / 430);
}

/* ========================================================
                      * sec_contents02 *
========================================================= */

.sec_contents02 {
  padding-top: calc(85 * 60rem / 430);
  background: #F5DBC7;
  /* z-index: -1; */
  padding-bottom: calc(156 * 60rem / 430);
}


.sec_contents02::after {
  content: "";
  width: calc(409 * 60rem / 430);
  height: calc(125 * 60rem / 430);
  background: url(../img/sec_contents02_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: calc(183 * 60rem / 430);
  left: 50%;
  transform: translateX(-61%);
  /* z-index: -1; */
}

.sec_contents02 .bord {
  border: solid #F87889 calc(5 * 60rem / 430);

}

.sec_contents02 .bord .head {
  background: #F87889
}

.sec_contents02 .bord .txt_wrap {
  /* padding: calc(10 * 60rem / 430) 0 calc(15 * 60rem / 430); */
}

.sec_contents02 .bord .txt {
  line-height: 1.35;
  /* margin-left: calc(15 * 60rem / 430); */
}

.sec_contents02 .content_area {
  width: calc(358 * 60rem / 430);
  height: calc(574 * 60rem / 430);
  margin: calc(39 * 60rem / 430) auto 0;
  border-radius: calc(10 * 60rem / 430);
  overflow: hidden;
}

.sec_contents02 .frame {
  margin-top: calc(113 * 60rem / 430);
  margin-left: auto;
  margin-right: calc(143 * 60rem / 430);
  /* overflow: hidden; */
  border: solid #F87889 calc(3 * 60rem / 430);
}


/* ========================================================
                      * sec_contents03 *
========================================================= */

.sec_contents03 {
  padding-top: calc(15 * 60rem / 430);
  background: #909AC9;
  /* z-index: -1; */
  padding-bottom: calc(136 * 60rem / 430);
}



.sec_contents03::before {
  content: "";
  width: calc(430 * 60rem / 430);
  height: calc(82 * 60rem / 430);
  background: url(../img/sec_contents03_bg01.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents03::after {
  content: "";
  width: calc(446 * 60rem / 430);
  height: calc(109 * 60rem / 430);
  background: url(../img/sec_contents03_bg02.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents03 .tab_wrap {
  overflow: hidden;
  position: relative;
}

.sec_contents03 .bord {
  border: solid #6842B1 calc(5 * 60rem / 430);
}

.sec_contents03 .bord .head {
  padding: calc(11 * 60rem / 430) 0 calc(20 * 60rem / 430);
  background: #6842B1;
}

.sec_contents03 .bord .txt_wrap {
  padding: calc(20 * 60rem / 430) 0 calc(22 * 60rem / 430) calc(15 * 60rem / 430);
}

.sec_contents03 .bord .txt_wrap .txt {
  font-size: calc(25 * 60rem / 430);
  font-weight: 700;
}

.sec_contents03 .bord .tab_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 calc(26 * 60rem / 430);
  margin-top: calc(18 * 60rem / 430);
  margin-left: calc(27 * 60rem / 430);
}

.sec_contents03 .bord .tab_btn li {
  font-size: calc(30 * 60rem / 430);
  font-weight: 900;
  position: relative;
  line-height: 1.35;
  cursor: pointer;
  /* letter-spacing: -0.25em; */
}

.sec_contents03 .bord .tab_btn li.is-active::after {
  content: "";
  width: calc(14 * 60rem / 430);
  height: calc(22 * 60rem / 430);
  background: url(../img/arrow_right_purple.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 32%;
  left: calc(-25 * 60rem / 430);
}

.sec_contents03 .bord .tab_btn li span:nth-of-type(1) {
  font-size: calc(19 * 60rem / 430);
  font-weight: 900;
  margin-left: calc(4 * 60rem / 430);
  /* letter-spacing: -.025em; */
}

.sec_contents03 .bord .tab_btn li span:nth-of-type(2) {
  font-size: calc(16 * 60rem / 430);
  font-weight: 900;
  margin-left: calc(-6 * 60rem / 430);
  /* letter-spacing: -.1em; */
}

.sec_contents03 .tab_contents {
  margin-top: calc(44 * 60rem / 430);
}

.sec_contents03 .tab_contents .slide_wrap {
  display: none;
}

.sec_contents03 .tab_contents .slide_wrap.is-active {
  display: block;
}

.sec_contents03 .tab_contents .slide_wrap ul {}

.sec_contents03 .tab_contents .slide_wrap li {
  background: var(--color1);
  padding: calc(25 * 60rem / 430) calc(25 * 60rem / 430) calc(22 * 60rem / 430);
}

.sec_contents03 .tab_contents .slide_wrap li .img {
  width: calc(203 * 60rem / 430);
  /* height: calc(197 * 60rem / 430); */
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_contents03 .tab_contents .slide_wrap li .img.double {
  width: 100%;
}

.sec_contents03 .tab_contents .slide_wrap li .date {
  font-size: calc(24 * 60rem / 430);
  font-family: var(--font_en);
  font-weight: 500;
  letter-spacing: .05em;
  color: var(--color1);
  background: #6842B1;
  margin-top: calc(22 * 60rem / 430);
  padding: calc(2 * 60rem / 430) 0;
  border-radius: calc(8 * 60rem / 430);
  width: 100%;
}

.sec_contents03 .tab_contents .slide_wrap li .date span {
  font-size: calc(18 * 60rem / 430);
  letter-spacing: .05em;
  margin-left: calc(2 * 60rem / 430);
}

.sec_contents03 .tab_contents .slide_wrap li .overview {
  font-size: calc(15 * 60rem / 430);
  line-height: 1.2;
  margin: calc(12 * 60rem / 430) calc(5 * 60rem / 430) 0;
}

.sec_contents03 .tab_contents .slide_wrap li .head {
  font-size: calc(18 * 60rem / 430);
  letter-spacing: .1em;
  color: var(--color1);
  background: #B8C6F6;
  border-radius: calc(8 * 60rem / 430);
  margin-top: calc(23 * 60rem / 430);
  padding: calc(5 * 60rem / 430) 0;
}

.sec_contents03 .tab_contents .slide_wrap li .category {
  font-size: calc(14 * 60rem / 430);
  margin-top: calc(11 * 60rem / 430);
  margin-left: calc(-15 * 60rem / 430);
}

.sec_contents03 .tab_contents .slide_wrap li .name {
  font-size: calc(20 * 60rem / 430);
  margin-top: calc(7 * 60rem / 430);
  line-height: 1.24;
}

.sec_contents03 .tab_contents .slide_wrap li .txt {
  font-size: calc(14 * 60rem / 430);
  font-weight: 400;
  margin-top: calc(5 * 60rem / 430);
  line-height: 1.3;
  text-align: left;
}

.sec_contents03 .tab_contents .slide_wrap .next_button::after {
  background: url(../img/next_white.svg) no-repeat center;
  background-size: 100%;
}

.sec_contents03 .tab_contents .slide_wrap .prev_button::after {
  background: url(../img/prev_white.svg) no-repeat center;
  background-size: 100%;
}


.sec_contents03 .frame {
  margin-top: calc(64 * 60rem / 430);
  /* overflow: hidden; */
  border: solid #6741B1 calc(3 * 60rem / 430);
  margin-left: auto;
  margin-right: calc(195 * 60rem / 430);
}




/* ========================================================
                      * sec_contents04 *
========================================================= */

.sec_contents04 {
  padding-top: calc(65 * 60rem / 430);
  background: #DA6A2A;
  /* z-index: -1; */
  padding-bottom: calc(145 * 60rem / 430);
  /* min-height: calc(1023 * 60rem / 430); */
}

.sec_contents04::before {
  content: "";
  width: calc(475 * 60rem / 430);
  height: calc(213 * 60rem / 430);
  background: url(../img/sec_contents04_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents04 .accordion {
  transition: all 0.5s;
  overflow: hidden;
  height: 0;
  padding-top: calc(42 * 60rem / 430);
}

.sec_contents04 .accordion p {
  color: var(--color1);
  font-size: calc(14 * 60rem / 430);
}

.sec_contents04 .no_archives_yet {
  padding-top: calc(42 * 60rem / 430);
  color: var(--color1);
  font-size: calc(14 * 60rem / 430);
}

.sec_contents04 .bord {
  border: solid #F5EF74 calc(5 * 60rem / 430);
}

.sec_contents04 .bord .head {
  background: #F5EF74;
  color: #DA6A2A;
  padding: calc(13 * 60rem / 430) 0 calc(16 * 60rem / 430);
}

.sec_contents04 .bord .txt_wrap {
  /* padding: calc(20 * 60rem / 430) 0 calc(25 * 60rem / 430); */
}

.sec_contents04 .bord .txt {
  line-height: 1.5;
  margin-left: calc(15 * 60rem / 430);
  margin-left: calc(0 * 60rem / 430);
}

.sec_contents04 .flex {
  margin-top: calc(48 * 60rem / 430);
  display: flex;
  gap: calc(28 * 60rem / 430);
  justify-content: center;
}

.sec_contents04 .flex .box {
  width: calc(167 * 60rem / 430);
  height: calc(296 * 60rem / 430);
  background: var(--color1);
  overflow: hidden;
}

.sec_contents04 .btn {
  border-radius: calc(37 * 60rem / 430);
  background: #F5EF73;
  margin-top: calc(42 * 60rem / 430);
  cursor: pointer;
  /* margin-left: calc(37 * 60rem / 430);
  margin-right: auto;
  transition: all 0.5s; */
}

/* .sec_contents04 .btn:hover {
  width: calc(334 * 60rem / 430);
  padding: calc(10 * 60rem / 430) 0;
} */

.sec_contents04 .btn p {
  position: relative;
  font-size: calc(28 * 60rem / 430);
}

.sec_contents04 .btn p:after {
  content: "";
  width: calc(23 * 60rem / 430);
  height: calc(23 * 60rem / 430);
  background: url(../img/plus_orange.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: calc(3 * 60rem / 430);
  right: calc(41 * 60rem / 430);
}

.sec_contents04 .frame {
  margin-top: calc(64 * 60rem / 430);
  margin-left: auto;
  margin-right: calc(162 * 60rem / 430);
  /* overflow: hidden; */
  border: solid #6741B1 calc(3 * 60rem / 430);
}



/* ========================================================
                      * sec_contents05 *
========================================================= */

.sec_contents05 {
  padding-top: calc(65 * 60rem / 430);
  background: #99C8DD;
  /* z-index: -1; */
  padding-bottom: calc(197 * 60rem / 430);
}

.sec_contents05 .bord {
  border: solid #F5EF74 calc(5 * 60rem / 430);
}

.sec_contents05 .bord .head {
  color: #7866E0;
  background: #F5EF74;
}

.sec_contents05 .bord .txt_wrap {
  /* padding: calc(22 * 60rem / 430) 0 calc(25 * 60rem / 430); */
}

.sec_contents05 .bord .txt {
  line-height: 1.5;
}


.sec_contents05 .frame {
  margin-top: calc(19 * 60rem / 430);
  /* overflow: hidden; */
  border: solid #6741B1 calc(3 * 60rem / 430);
  margin-left: auto;
  margin-right: calc(153 * 60rem / 430);
}

.sec_contents05 .ttl {
  width: calc(358 * 60rem / 430);
  padding: calc(15 * 60rem / 430) 0;
  font-size: calc(30 * 60rem / 430);
  font-weight: 700;
  color: #7866E0;
  background: var(--color1);
  border: solid #7866E0 calc(5 * 60rem / 430);
  border-radius: calc(15 * 60rem / 430);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}

.sec_contents05 .ttl span {
  font-size: calc(28 * 60rem / 430);
}

.sec_contents05 .ttl:nth-of-type(1) {
  margin-top: calc(31 * 60rem / 430);
}

.sec_contents05 .ttl:nth-of-type(2) {}

.sec_contents05 .ttl:nth-of-type(3) {}

.sec_contents05 .ttl:nth-of-type(4) {}

.sec_contents05 .ttl:nth-of-type(5) {}


.sec_contents05 .slide_wrap {}

.sec_contents05 .slide_wrap.slide01 {}

.sec_contents05 .slide_wrap.slide02 {}

.sec_contents05 .slide_wrap.slide03 {}

.sec_contents05 .slide_wrap.slide04 {}

.sec_contents05 .slide_wrap.slide05 {}


.sec_contents05 .slide_wrap li {}

.sec_contents05 .slide_wrap li .img,
.sec_contents06 .slide_wrap li .img {
  width: calc(358 * 60rem / 430);
  height: calc(336 * 60rem / 430);
  overflow: hidden;
  margin: calc(23 * 60rem / 430) auto 0;
  background: var(--color1);
  border-radius: calc(10 * 60rem / 430);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_contents05 .slide_wrap li .name {
  color: #7866E0;
  font-size: calc(19 * 60rem / 430);
  text-align: left;
  margin-top: calc(23 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .txt {
  color: #7866E0;
  font-size: calc(16 * 60rem / 430);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-top: calc(11 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(12 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .price {
  color: #7866E0;
  font-size: calc(31 * 60rem / 430);
  font-weight: 500;
  margin-top: calc(-2 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .price .tax {
  font-size: calc(27 * 60rem / 430);
  font-weight: 500;
  margin-left: calc(9 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .btn_mini {
  width: calc(154 * 60rem / 430);
  background: #7866E0;
  border-radius: calc(21 * 60rem / 430);
  /* margin-top: calc(2 * 60rem / 430); */
  margin-left: auto;
  margin-right: 0;
  border: solid #7866E0 calc(3 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .btn_mini:hover {
  background: #fff;
  border: solid #7866E0 calc(3 * 60rem / 430);
}

.sec_contents05 .slide_wrap li .btn_mini:hover a {
  color: #7866E0;
}

.sec_contents05 .btn {
  margin-top: calc(25 * 60rem / 430);
  border-radius: calc(15 * 60rem / 430);
  background: #F5EF73;
}

.sec_contents05 .btn a {
  font-size: calc(25 * 60rem / 430);
  color: #7866E0;
}


.sec_contents05 .btn a:after {
  width: calc(19 * 60rem / 430);
  height: calc(30 * 60rem / 430);
  background: url(../img/arrow_right_purple.svg) no-repeat center;
  background-size: 100%;
  right: calc(55 * 60rem / 430);
  transition: all .5s;
}

.sec_contents05 .btn:hover a::after {
  right: calc(45 * 60rem / 430);
}


.sec_contents05 .slide_wrap li .btn_mini a {
  color: var(--color1);
  font-family: var(--font_en);
  font-size: calc(25 * 60rem / 430);
  font-weight: 600;
  padding: calc(8 * 60rem / 430) 0;

}

.sec_contents05 .item_area {
  padding-bottom: calc(177 * 60rem / 430);
  position: relative;
  /* overflow: hidden; */
}

.sec_contents05 .item_area .next_button,
.sec_contents05 .item_area .prev_button {
  top: 36%;
  transform: none;
}

.sec_contents05 .item_attention,
.sec_contents05 .item_pointup,
.sec_contents05 .item_limited,
.sec_contents05 .item_backorder {

  z-index: auto;
}

.sec_contents05 .item_attention *,
.sec_contents05 .item_pointup *,
.sec_contents05 .item_limited *,
.sec_contents05 .item_backorder * {
  z-index: 4;
}

.sec_contents05 .item_attention::before {
  content: "";
  width: calc(445 * 60rem / 430);
  height: calc(85 * 60rem / 430);
  background: url(../img/item_attention_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents05 .item_pointup {
  padding-top: calc(40 * 60rem / 430);
  padding-bottom: calc(153 * 60rem / 430);
}

.sec_contents05 .item_pointup::before {
  content: "";
  width: calc(386 * 60rem / 430);
  height: calc(125 * 60rem / 430);
  background: url(../img/item_pointup_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-41%);
  z-index: 1;
}

.sec_contents05 .item_limited {
  padding-top: calc(79 * 60rem / 430);
  padding-bottom: calc(192 * 60rem / 430);
}

.sec_contents05 .item_limited::before {
  content: "";
  width: calc(445 * 60rem / 430);
  height: calc(109 * 60rem / 430);
  background: url(../img/item_limited_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents05 .item_backorder {
  padding-top: calc(51 * 60rem / 430);
  padding-bottom: calc(131 * 60rem / 430);
}

.sec_contents05 .item_backorder::before {
  content: "";
  width: calc(509 * 60rem / 430);
  height: calc(86 * 60rem / 430);
  background: url(../img/item_backorder_bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents05 .item_web {
  padding-top: calc(104 * 60rem / 430);
  padding-bottom: calc(74 * 60rem / 430);
}

/* ========================================================
                      * sec_contents06 *
========================================================= */

.sec_contents06 {
  padding-top: calc(7 * 60rem / 430);
  background: #EFC4BF;
  z-index: 4;
  padding-bottom: calc(219 * 60rem / 430);
}

.sec_contents06::before {
  content: "";
  width: calc(430 * 60rem / 430);
  height: calc(96 * 60rem / 430);
  background: url(../img/sec_contents06_bg01.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents06::after {
  content: "";
  width: calc(457 * 60rem / 430);
  height: calc(88 * 60rem / 430);
  background: url(../img/sec_contents06_bg02.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec_contents06 .bord {
  border: solid #335CD0 calc(5 * 60rem / 430);
}

.sec_contents06 .bord .head {
  background: #335CD0;
}

.sec_contents06 .bord .txt_wrap {
  /* padding: calc(22 * 60rem / 430) 0 calc(25 * 60rem / 430); */
}

.sec_contents06 .bord .txt {
  line-height: 1.5;
}

.sec_contents06 .item_area {
  /* overflow: hidden; */
}

/* ========================================================
                      * sec_contents07 *
========================================================= */

.sec_contents07 {
  padding-top: calc(80 * 60rem / 430);
  z-index: 3;
  background: var(--color4);
  padding-bottom: calc(75 * 60rem / 430);
}

.sec_contents07 .bord {
  border: solid #008C51 calc(5 * 60rem / 430);
}

.sec_contents07 .bord .head {
  background: #008C51;
}

.sec_contents07 .bord .txt_wrap {
  /* padding: calc(22 * 60rem / 430) 0 calc(25 * 60rem / 430); */
}


.sec_contents07 .bord .txt {
  line-height: 1.5;
  font-size: calc(25 * 60rem / 430);
}

.sec_contents07>.txt {
  font-size: calc(28 * 60rem / 430);
  margin-top: calc(65 * 60rem / 430);
}

.sec_contents07 .bnr {
  width: calc(358 * 60rem / 430);
  height: calc(438 * 60rem / 430);
  margin: calc(26 * 60rem / 430) auto 0;
  border: solid #000 calc(4 * 60rem / 430);
  border-radius: calc(15 * 60rem / 430);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #FAD56F;
}


/* ========================================================
                      * アニメーション *
========================================================= */
.sec_mv .bord.black {
  /* opacity: 0; */
  /* transform: scale(0.9); */
  /* transition: opacity 0.4s ease, transform 0.4s ease; */
}

/* .sec_mv .bord.black.show {
  opacity: 1;
  transform: scale(1);
} */

.typing-wrap {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}

.typing-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  /* 最初は非表示 */
}

.char {
  visibility: hidden;
}

.char.visible {
  visibility: visible;
}

.cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--color1, #000);
  animation: blinkCursor 0.7s step-end infinite;
  vertical-align: bottom;
  margin-left: 2px;
}

@keyframes blinkCursor {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}


.js-anime {
  /* opacity: 0; */
}

.js-anime.effect {
  /* opacity: 1; */
  /* animation: pyokopyoko .6s linear forwards; */
  /* transform-origin: center bottom; */
}

.neko {
  position: absolute;
  bottom: calc(-29 * 60rem / 430);
  right: calc(18 * 60rem / 430);
}

.neko::after {
  content: "";
  display: block;
  width: calc(166 * 60rem / 430);
  height: calc(172 * 60rem / 430);
  background: url(../img/neko.png) no-repeat center;
  background-size: 100%;
}

.neko.effect::after {
  animation: yurayura_anime 3s ease infinite;
  transform-origin: center bottom;
}


@keyframes yurayura_anime {

  0%,
  10%,
  100%,
  50% {
    transform: none
  }

  30% {
    transform: rotate(-5deg)
  }
}

.tanuki {
  position: absolute;
  bottom: calc(-32 * 60rem / 430);
  right: calc(0 * 60rem / 430);
  z-index: 3;
}

.tanuki::after {
  content: "";
  display: block;
  width: calc(150 * 60rem / 430);
  height: calc(163 * 60rem / 430);
  background: url(../img/tanuki.png) no-repeat center;
  background-size: 100%;

}

.tanuki.effect::after {
  animation: tanuki_anime 2s ease infinite;
  transform-origin: center;
}

@keyframes tanuki_anime {

  0%,
  100%,
  50%,
  70%,
  90% {
    transform: none
  }

  60%,
  80% {
    transform: translateY(-4px)
  }
}

.tengu {
  position: absolute;
  bottom: calc(9 * 60rem / 430);
  right: calc(-18 * 60rem / 430);
}

.tengu::after {
  content: "";
  display: block;
  width: calc(210 * 60rem / 430);
  height: calc(186 * 60rem / 430);
  background: url(../img/tengu.png) no-repeat center;
  background-size: 100%;
}

.tengu.effect::after {
  animation: yurayura_anime 3s ease infinite;
  transform-origin: center bottom;
}

.nurikabe_wrap {
  position: absolute;
  bottom: calc(-27 * 60rem / 430);
  right: calc(8 * 60rem / 430);
}

.effect.nurikabe {
  animation: beat_anime1 .7s ease infinite;
}

.nurikabe::after {
  content: "";
  width: calc(160 * 60rem / 430);
  height: calc(228 * 60rem / 430);
  background: url(../img/nurikabe.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.effect.nurikabe::after {
  animation: beat_anime2 0.7s linear infinite alternate backwards;
}

@keyframes beat_anime1 {

  0%,
  100%,
  30%,
  70% {
    transform: none
  }

  50% {
    transform: scale(1.025)
  }
}

@keyframes beat_anime2 {

  0%,
  30% {
    transform: translateX(-1.5%)
  }

  100%,
  70% {
    transform: translateX(1.5%)
  }
}

.obake_wrap {
  width: calc(97 * 60rem / 430);
  height: calc(120 * 60rem / 430);
  /* background: url(../img/obake.png) no-repeat center; */
  /* background-size: 100%; */
  position: absolute;
  bottom: calc(62 * 60rem / 430);
  right: calc(48 * 60rem / 430);
}

.obake.effect {
  animation: fuwafuwa_anime1 1.2s ease-in-out infinite alternate;
}

.obake::after {
  content: "";
  width: calc(97 * 60rem / 430);
  height: calc(120 * 60rem / 430);
  background: url(../img/obake.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.obake.effect::after {
  animation: fuwafuwa_anime2 1s ease-in-out infinite alternate;
}


.tyochin_wrap {
  position: absolute;
  top: calc(143 * 60rem / 430);
  right: calc(29 * 60rem / 430);
  transform-origin: center;
  transform: scaleX(-1);
}

.effect.tyochin {
  animation: fuwafuwa_anime1 1.2s ease-in-out infinite alternate;
}


.tyochin::after {
  content: "";
  width: calc(97 * 60rem / 430);
  height: calc(107 * 60rem / 430);
  background: url(../img/tyochin.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.effect.tyochin::after {
  animation: fuwafuwa_anime2 3s ease-in-out infinite alternate;
}


@keyframes fuwafuwa_anime1 {
  0% {
    transform: translateY(-6%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes fuwafuwa_anime2 {
  0% {
    transform: translateX(-2%)
  }

  100% {
    transform: translateX(2%)
  }
}


.kappa {
  position: absolute;
  bottom: calc(-25 * 60rem / 430);
  right: calc(0 * 60rem / 430);
}

.kappa::after {
  content: "";
  display: block;
  width: calc(126 * 60rem / 430);
  height: calc(181 * 60rem / 430);
  background: url(../img/kappa.png) no-repeat center;
  background-size: 100%;
}

.kappa.effect::after {
  animation: tanuki_anime 2s ease infinite;
  transform-origin: center;
}


.karakasa_wrap {
  position: absolute;
  bottom: calc(-61 * 60rem / 430);
  right: calc(36 * 60rem / 430);
}

.karakasa {
  width: 100%;
  height: 100%;
}

.effect.karakasa {
  animation: pyon_anime1 2s linear infinite alternate backwards;
}

.karakasa::after {
  content: "";
  width: calc(60 * 60rem / 430);
  height: calc(187 * 60rem / 430);
  background: url(../img/karakasa.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.karakasa.effect::after {
  animation: pyon_anime2 1s ease-in-out infinite alternate;
}


@keyframes pyon_anime1 {

  0%,
  20% {
    transform: translateX(6%)
  }

  46%,
  55% {
    transform: translateX(-3%)
  }

  100%,
  80% {
    transform: translateX(-11%)
  }
}

@keyframes pyon_anime2 {

  0%,
  100%,
  35%,
  93% {
    transform: none
  }

  66% {
    transform: translateY(-5%)
  }
}

.girl_wrap {
  position: absolute;
  bottom: calc(-42 * 60rem / 430);
  right: calc(-46 * 60rem / 430);
}

.effect.girl {
  animation: beat_anime1 .7s ease infinite backwards;
}

.girl::after {
  content: "";
  width: calc(198 * 60rem / 430);
  height: calc(208 * 60rem / 430);
  background: url(../img/girl.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.effect.girl::after {
  animation: beat_anime2 0.7s linear infinite alternate backwards;
}

.hitotsume_wrap {
  position: absolute;
  bottom: calc(-83 * 60rem / 430);
  right: calc(16 * 60rem / 430);
}

.hitotsume::after {
  content: "";
  width: calc(109 * 60rem / 430);
  height: calc(145 * 60rem / 430);
  background: url(../img/hitotsume.png) no-repeat center;
  background-size: 100%;
  display: block;
}

.effect.hitotsume::after {
  animation: yurayura_anime 3s ease infinite;
  transform-origin: center bottom;
}


.biikun {
  width: calc(152 * 60rem / 430);
  height: calc(211 * 60rem / 430);
  position: absolute;
  bottom: calc(-45 * 60rem / 430);
  left: calc(1 * 60rem / 430);
  z-index: 2;
}

.biikun::after {
  content: "";
  display: block;
  width: calc(152 * 60rem / 430);
  height: calc(211 * 60rem / 430);
  background: url(../img/biikun.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-100%);
  opacity: 0;
}

.buchan {
  width: calc(162 * 60rem / 430);
  height: calc(206 * 60rem / 430);
  /* background: url(../img/buchan.png) no-repeat center;
  background-size: 100%; */
  position: absolute;
  bottom: calc(-45 * 60rem / 430);
  right: calc(-10 * 60rem / 430);
  z-index: 2;
}

.buchan::after {
  content: "";
  display: block;
  width: calc(162 * 60rem / 430);
  height: calc(206 * 60rem / 430);
  background: url(../img/buchan.png) no-repeat center;
  background-size: 100%;
  transform: translateX(100%);
  opacity: 0;
}

.buchan.js-fade.effect::after,
.biikun.js-fade.effect::after {
  animation: slideLeft 1s ease-out 0.2s forwards;
}


@keyframes slideLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.tekuteku_switch_wrap {
  position: fixed;
  left: calc(50% - calc(82 * 60rem / 430));
  /* z-index: 3; */
  z-index: 2;
  top: 40%;
  transition: all 0.5s;
  /* transition-duration: 1s; */

}

@media (min-width: 769px) {

  .tekuteku_switch_wrap {
    position: fixed;
    top: 50%;
  }
}

.tekuteku_switch {
  width: calc(227 * 60rem / 430);
  height: calc(163 * 60rem / 430);
}

.tekuteku_switch.js-tekuteku {
  transform: translateX(-25%) rotate(20deg);
  opacity: 0;
  transition: opacity 900ms ease, transform 900ms cubic-bezier(.18, .89, .32, 1.28);
  /* transition-delay: .5s; */
}

.tekuteku_switch.js-tekuteku.effect {
  transform: translateX(-50%) rotate(0);
  opacity: 1;
}

.tekuteku_switch_wrap.fixed {
  position: fixed;
  top: calc(500 * 60rem / 430);
}

.tekuteku_switch_wrap.fixed.none {
  opacity: 0;
  z-index: -1;
}

.tekuteku_a,
.tekuteku_b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tekuteku_a {
  background-image: url(../img/tekuteku_a.png);
  animation: rhythmC 1s steps(1, end) infinite;
}

.tekuteku_b {
  background-image: url(../img/tekuteku_b.png);
  animation: rhythmD 1s steps(1, end) infinite;
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


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

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pyokopyoko {
  0% {
    transform: scale(1, 1)
  }

  30% {
    transform: scale(1.5, 1.5)
  }

  50% {
    transform: scale(1, 1)
  }

  70% {
    transform: scale(1.3, 1.3)
  }

  90% {
    transform: scale(.9, .9)
  }

  100% {
    opacity: 1;
    transform: scale(1, 1)
  }
}


/* ========================================================
                      * modal  *
========================================================= */
.lp_contents .modal_toggle {
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

body.no_scroll {
  overflow: hidden;
}

.lp_contents .modal_button {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.lp_contents .modal_button.btn_modalClose {
  width: calc(38 * 60rem / 430);
  height: calc(38 * 60rem / 430);
  background: url(../img/btn_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  float: right;
  position: fixed;
  top: calc(-16 * 60rem / 430);
  left: 50%;
  z-index: 9999;
  /* margin-bottom: calc(-16 * 60rem / 430); */
  transform: translateX(calc(177 * 60rem / 430));
}


.lp_contents .modal_outside.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.lp_contents .modal_outside {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: calc(30 * 60rem / 430) 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  /* overflow-y: scroll; */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .modal_outside::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_outside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  opacity: .7;
  content: "";
}

.lp_contents .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_contents .modal_wrap {
  width: calc(397 * 60rem / 430);
  /* height: auto; */
  margin: 0 auto;
  max-height: 80vh;
  /* overflow-y: scroll; */
  /* -ms-overflow-style: none; */
  scrollbar-width: none;
  will-change: transform;
  border-radius: calc(20 * 60rem / 430);
}

@media (min-width: 769px) {
  .lp_contents .modal_wrap {
    max-height: 90vh;
  }
}

.lp_contents .modal_outside.hide .modal_wrap {
  animation: slideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.lp_contents .modal_outside .modal_wrap {
  animation: slideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.lp_contents .modal_wrap::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_inner {
  position: relative;
  overflow: visible;
  background: #FA8AA7;
  border-radius: calc(20 * 60rem / 430);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  /* height: auto; */
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

@media (min-width: 769px) {
  .lp_contents .modal_inner {
    max-height: 90vh;
  }
}

.lp_contents .modal_content {
  padding: calc(39 * 60rem / 430) 0 calc(36 * 60rem / 430);
}

.lp_contents .modal_content .bord {
  border: solid var(--color1) calc(5 * 60rem / 430);
  background: #FA8AA7;
  width: calc(332 * 60rem / 430);
  position: relative;
  overflow: visible;
}

.lp_contents .modal_content .bord .ttl {
  font-size: calc(27 * 60rem / 430);
  font-weight: 700;
  font-family: var(--font_en);
  color: var(--color1);
  background: #FA8AA7;
  position: absolute;
  top: calc(-9 * 60rem / 430);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.lp_contents .modal_content .bord .txt_wrap {
  padding: calc(34 * 60rem / 430) 0 calc(22 * 60rem / 430);
}

.lp_contents .modal_content .bord .txt {
  font-size: calc(20 * 60rem / 430);
  line-height: 1.4;
  color: var(--color1);
}

.lp_contents .modal_content .img {
  width: calc(200 * 60rem / 430);
  height: calc(200 * 60rem / 430);
  background: var(--color1);
  margin: calc(31 * 60rem / 430) auto 0;
}

.lp_contents .modal_content .list {
  margin-top: calc(24 * 60rem / 430);
}

.lp_contents .modal_content .list li {
  font-size: calc(17 * 60rem / 430);
  color: var(--color1);
  position: relative;
  text-align: left;
  padding-inline: calc(64 * 60rem / 430) 0;
  line-height: 1.2;
}

.lp_contents .modal_content .list li:not(:first-of-type) {
  margin-top: calc(28 * 60rem / 430);
}

.lp_contents .modal_content .list li::before {
  content: "";
  width: calc(16 * 60rem / 430);
  height: calc(24 * 60rem / 430);
  background: url(../img/arrow_right_white.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: calc(44 * 60rem / 430);
  transform: translateY(-50%);
}




@media (min-width: 769px) {
  .lp_contents .modal_wrap {
    /* width: 100rem; */
  }

  .lp_contents .modal_content {
    padding: 6rem 0;
  }

}