/* ------------------------------------ */
/* header */
/* ------------------------------------ */
#top-head {
  width: 100%;
  top: 0;
  position: fixed;
  margin-top: 0;
  z-index: 9999;
  height: 70px;
}
#top-head .logo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 160px;
  z-index: 3;
  line-height: 1;
}
.top-head_wrap {
  position: relative;
  width: 100%;
  height: 70px;
}
.h_nav {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 4;
  background: #E32C00;
  padding: 0 280px 0 10px;
  border-radius: 0 0 0 40px;
  font-weight: 500;
  font-size: 1.6rem;
}
.h_nav a {
  color: #fff !important;
}
.h_nav a:hover {
  color: #FFD800 !important;
}
.h_nav_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px auto 0em;
  justify-content: flex-end;
  position: relative;
  line-height: 70px;
}
.h_nav_list > li {
  flex: 0 1 auto;
  justify-content: center;
  padding: 0px 0px 0px 25px;
  position: relative;
}
.h_btn {
  position: absolute;
  top: 10px;
  right: 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  outline: none;
  transition: all 0.2s ease;
}
.h_btn:hover {
  border-color: transparent;
}
.h_btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 8px 35px 8px 50px;
  background: #FFD800;
  border-radius: 25px;
  color: #E32C00;
  transition: all 0.3s ease;
}
.h_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #000;
}
.h_btn:hover span {
  transform: translate(4px, 4px);
}
.h_btn span::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0%, -50%);
  left: 15px;
  display: block;
  width: 25px;
  height: 19px;
  background-image: url("/img/lp/car.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.h_btn span::after {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 15px;
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #E32C00;
}
.openbtn {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 25%;
  height: 2px;
  border-radius: 5px;
  background-color: #E32C00;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 14px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 32px;
}
.openbtn.active {}
.openbtn.active span {}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  display: none;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*========= ナビゲーションのためのCSS ===============*/
#gnav {
  position: fixed;
  z-index: 9998;
  top: -220%;
  right: 0%;
  width: 100%;
  height: 100vh;
  background: #FFD800;
  transition: all 0.6s;
}
#gnav.panelactive {
  top: 0;
}
/*ナビゲーションの縦スクロール*/
#gnav.panelactive #gnav-inner {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
.gnav_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .h_nav_list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top-head {
    position: fixed;
    min-width: 200px;
  }
  #top-head .logo {
    top: 15px;
    left: 10px;
    width: 90px;
  }
  .h_nav {
    padding: 0 20px 0 20px;
    border-radius: 0 0 0 30px;
    font-size: 1.2rem;
    height: 70px;
  }
  .h_nav_list {
    display: none;
  }
  .h_btn {
    position: relative;
    top: 15px;
    right: 0px;
  }
  .h_btn span {
    padding: 8px 25px 8px 30px;
  }
  .h_btn span::before {
    left: 10px;
    width: 15px;
    height: 12px;
  }
  .h_btn span::after {
    right: 10px;
  }
  .openbtn {
    top: 10px;
    right: 10px;
  }
  #gnav {
    top: -500%;
  }
  .gnav_wrap {
    margin: 3em auto 10em;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
}
@media (max-height: 950px) {
  /* 高さ950px以下の場合 */
  .gnav_wrap {
    margin: 5em auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
}
/* ------------------------------------ */
/* MV */
/* ------------------------------------ */
#lp_rose {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
.font_dot {
  font-family: "ab-megadot9", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mv {
  height: 100dvh;
  background: #FFD800;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.mv::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250%; /* 少し大きくする */
  height: 250%;
  content: '';
  background: url("/img/lp/radiation.webp") center / cover;
  mix-blend-mode: soft-light;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  animation: spin 80s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mv::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 100%;
  content: '';
  background: url("/img/lp/mv_bgsp.webp") center;
  transform: translate(-50%, -50%);
  background-size: 100%;
}
.mv_leaf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.mv_leaf div {
  width: 150px;
  position: absolute;
  opacity: 0;
}
.mv_leaf div:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
/* 左側の葉っぱ（初期位置） */
.leaf_left {
  left: -200px;
}
/* 右側の葉っぱ（初期位置・反転） */
.leaf_right {
  right: -200px;
  transform: scaleX(-1);
}
/* アニメーション開始時に付与されるクラス */
.leaf_left.animate {
  animation: leafLeftIn 1.5s forwards ease-out;
}
.leaf_right.animate {
  animation: leafRightIn 1.5s forwards ease-out;
  animation-delay: 0.3s;
}
/* アニメーション定義 */
@keyframes leafLeftIn {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes leafRightIn {
  0% {
    right: -200px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}
.mv_car {
  position: absolute;
  bottom: 130px;
  right: -8%;
  width: 55%;
  z-index: 10;
  opacity: 0;
  transform: scale(0.8);
  animation: emphasizeFadeIn 1.5s ease forwards;
  animation-delay: 1s;
}
@keyframes emphasizeFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.2); /* 少し大きく */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* 通常サイズに戻る */
  }
}
.mv_yabai {
  position: absolute;
  top: 100px;
  left: 0%;
  width: 55%;
  z-index: 10;
  opacity: 1;
  animation: popBounce 2.5s ease-out infinite;
  animation-delay: 0.8s;
}
@keyframes popBounce {
  0% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(0.97);
  }
  70% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.mv_img01 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.fadeImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  max-width: 450px;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 1;
}
/* 表示中の画像 */
.fadeImg.visible {
  opacity: 1;
  z-index: 2;
}
/* ズームインの最初のアニメーション */
@keyframes zoomInOnce {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
/* 最初のズームイン用クラス */
.zoom-in {
  animation: zoomInOnce 1.5s ease forwards;
}
/* 左画像（mv_img02） */
.mv_img02 {
  position: absolute;
  bottom: 60px;
  left: -20%;
  width: 60%;
  z-index: 5;
  transform-origin: center bottom;
  animation:
    fadeInLeft 1s ease forwards, swingLeft 6s ease-in-out 1.5s infinite;
  animation-delay: 0s, 1.5s; /* フェード→スイング */
}
/* 右画像（mv_img03） */
.mv_img03 {
  position: absolute;
  top: 100px;
  right: -15%;
  width: 45%;
  z-index: 5;
  transform-origin: center bottom;
  animation:
    fadeInRight 1s ease forwards, swingRight 6s ease-in-out 1.5s infinite;
  animation-delay: 0s, 3s; /* フェード→スイング */
}
/* 左からフェードイン */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右からフェードイン */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 左スイング */
@keyframes swingLeft {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(3deg);
  }
  20% {
    transform: rotate(-2deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* 右スイング（逆方向） */
@keyframes swingRight {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(4deg);
  }
  15% {
    transform: rotate(-3deg);
  }
  20% {
    transform: rotate(2deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mv_hamain {
  position: absolute;
  bottom: 40px;
  left: 3%;
  width: 90%;
  z-index: 5;
}
.mv_roop {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E32C00;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-family: "ab-megadot9", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  padding: 5px 0;
  z-index: 5;
  vertical-align: bottom;
}
.mv_roop_item {
  display: flex;
  gap: 5px; /* テキスト同士の間隔 */
  animation: marquee-loop 10s linear infinite;
}
@keyframes marquee-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%); /* 半分の位置まで移動 */
  }
}
.in-lower {
  letter-spacing: 6px;
  display: inline-block;
  transform: translateY(2px);
}
/* ------------------------------------ */
/* MV：pc */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    height: 100vh;
    min-height: 840px;
  }
  .mv::after {
    width: 100%;
    background: url("/img/lp/mv_bg.webp") center / cover;
  }
  .mv_leaf div {
    width: 300px;
  }
  .mv_car {
    bottom: inherit;
    top: 80px;
    right: -3%;
    width: 48%;
    max-width: 400px;
  }
  .mv_yabai {
    position: absolute;
    top: 70px;
    left: 0%;
    width: 50%;
    max-width: 400px;
  }
  .mv_img01 img {
    max-width: 900px;
  }
  .mv_img02 {
    bottom: 90px;
    left: -10%;
    width: 50%;
    max-width: 550px;
  }
  .mv_img03 {
    top: inherit;
    bottom: 130px;
    right: -10%;
    width: 45%;
    max-width: 450px;
  }
  .mv_hamain {
    bottom: 50px;
    left: 2%;
    width: 90%;
  }
}
@media (min-width: 768px) and (min-height: 835px) {
  .mv_car {
    top: 100px;
    max-width: 500px;
  }
  .mv_yabai {
    top: 90px;
    left: 2%;
    max-width: 500px;
  }
}
/* ------------------------------------ */
/* page */
/* ------------------------------------ */
.side_roop_wrap {
  display: none;
}
.youtube_bg {
  padding: 3em 0;
  background: #FFD800;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.youtube_bg::before, .youtube_bg::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("/img/lp/leaf02.webp");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: bottom 0 left 0;
}
.youtube_bg::before {
  left: 0;
}
.youtube_bg::after {
  right: 0;
  transform: scale(-1, 1);
}
.youtube_bg h2 {
  color: #E32C00;
  font-size: 2rem;
  letter-spacing: 2px;
}
.youtube_wrap {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 1em auto 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0em auto 0em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_hamappi {
  position: absolute;
  top: 10px;
  left: calc(50% - 180px);
  width: 90px;
}
.youtube_comment {
  display: none;
}
.youtube_rose {
  display: none;
}
.point_bg {
  background: #E32C00;
  position: relative;
  overflow: hidden;
  padding: 0 0 3em;
}
.point_top {
  padding: 2em 0 0.5em;
  position: relative;
}
.point_top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%; /* 少し大きくする */
  height: 120%;
  content: '';
  background: url("/img/lp/radiation.webp") center / cover;
  mix-blend-mode: soft-light;
  transform-origin: center center;
  transform: translate(-50%, -50%);
}
.point_top p {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  z-index: 5;
}
.point_top p img {
  width: auto;
  height: 25px;
  margin: 0 3px 2px 0;
}
.point_top h2 {
  color: #FFD800;
  font-size: 3.2rem;
  position: relative;
  z-index: 5;
}
.point_top h2 img {
  width: auto;
  height: 65px;
  display: block;
  margin: auto;
}
.point_to_hamappi {
  position: absolute;
  bottom: 1.5em;
  right: calc(50% - 230px);
  width: 130px;
}
.point_to_rose {
  position: absolute;
  bottom: 0;
  left: calc(50% - 230px);
  width: 150px;
}
.point_to_rose img {
  animation: tilt-step-bottom 1.5s linear infinite;
  transform-origin: bottom center; /* 原点を下に設定 */
}
@keyframes tilt-step-bottom {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg); /* カクッと右へ */
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg); /* 戻る */
  }
}
.point {
  width: 90%;
  margin: auto;
}
.point > li {
  position: relative;
  margin: 3em auto 0;
  background: #fff;
  padding: 20px 0 30px;
  border-radius: 20px;
}
.point > li:first-child {
  margin: 0 auto;
}
.point_no {
  position: absolute;
  top: -35px;
  left: -20px;
  width: 65px;
  z-index: 3;
}
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(1.2);
  }
}
.point_ttl {
  margin: 0 auto 0.8em;
}
.point_ttl span {
  background: #E32C00;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0 7px;
  box-shadow: 3px 3px 0px 0px rgba(255, 214, 1, 1);
}
.point_ttl img {
  display: block;
  margin: auto;
  width: auto;
  height: 60px;
}
.point_subttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.point_subttl span {
  display: inline-block;
}
.point > li:nth-child(2) .point_img, .point > li:nth-child(3) .point_img {
  margin: 0.7em auto 7em;
}
.point_img {
  width: 90%;
  margin: 0.7em auto 2em;
  position: relative;
}
.point_img span {
  position: absolute;
  top: 55px;
  right: -40px;
  width: 140px;
}
.point_img div {
  display: inline-block;
  position: relative;
  color: #E32C00;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin: 1em auto 0em;
}
.point_img div::before, .point_img div::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -20px;
  display: block;
  width: 14px;
  height: 20px;
  background-image: url("/img/lp/fukidashi02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.point_img div::after {
  left: auto;
  right: -20px;
  transform: scale(-1, 1);
}
.point_img p {
  text-align: left;
  margin: 1em auto 0;
  line-height: 1.8;
}
.point > li:first-child .point_img p {
  margin: 0.3em auto 0;
}
.point_btn.mgn0 {
  margin: 0 auto;
}
.point > li:nth-of-type(even) .point_btn {
  margin: 0 auto 0 90px;
}
.point_btn {
  margin: 0 90px 0 auto;
  width: 220px;
  font-weight: bold;
}
.point_btn li {
  margin: 1em auto 0;
}
.point_btn li a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  outline: none;
  background: #E32C00;
  padding: 15px 0;
  border-radius: 30px;
  transition: ease .2s;
}
.point_btn li a.camp {
  background: #1F8AD8;
}
.point_btn li a.commute {
  background: #1ED07E;
}
.point_btn li a span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.point_btn li:hover a span {
  color: #000;
}
.point_btn li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: #FFD800;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.point_btn li a:hover::before {
  animation: skewanime .5s forwards;
}
@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.point_btn li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  transition: ease .2s;
}
.point_btn li a:hover::after {
  right: 5px;
  color: #000;
}
.point01_list {
  margin: 0.7em auto 1em;
}
.point01_list li {
  position: relative;
  background: #E32C00;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.5rem;
  margin: 0 5px 0 0;
  padding: 2px 7px;
  box-shadow: 3px 3px 0px 0px rgba(255, 214, 1, 1);
}
.point01_list li:nth-child(2) {
  background: #208AD8;
}
.point01_list li:nth-child(3) {
  background: #1FD07E;
}
.point01_list li:first-child::before {
  position: absolute;
  content: '';
  top: -12px;
  left: -18px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/lp/fukidashi01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.point01_list li:last-child::before {
  position: absolute;
  content: '';
  top: -12px;
  right: -18px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/lp/fukidashi01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
.point01_flow {
  width: 90%;
  margin: 0 auto 2em;
}
.point > li:nth-of-type(even) .point_rose {
  right: auto;
  left: -15px;
  text-align: left;
}
.point_rose {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 100%;
  overflow: hidden;
  text-align: right;
}
.point_rose img {
  margin: 0 0 -10px;
  width: 100px;
  animation: subtle-kaku 2s steps(1, end) infinite;
  transform-origin: bottom center;
}
@keyframes subtle-kaku {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-6deg);
  } /* ガクッと傾く */
  20% {
    transform: rotate(0deg);
  } /* ガクッと戻る */
  100% {
    transform: rotate(0deg);
  } /* ここでしばらく止まる */
}
.point > li:nth-of-type(even) .point_rose img {
  animation: subtle-kaku02 2s steps(1, end) infinite;
  transform-origin: bottom center;
}
@keyframes subtle-kaku02 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(6deg);
  } /* ガクッと傾く */
  20% {
    transform: rotate(0deg);
  } /* ガクッと戻る */
  100% {
    transform: rotate(0deg);
  } /* ここでしばらく止まる */
}
.about_bg {
  padding: 3em 0;
}
.about_ttl {
  font-weight: bold;
}
.about_ttl p {
  font-size: 1.6rem;
}
.about_ttl h2 {
  display: inline-block;
  position: relative;
  color: #E32C00;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
}
.about_ttl h2::before, .about_ttl h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -25px;
  display: block;
  width: 18px;
  height: 25px;
  background-image: url("/img/lp/fukidashi02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.about_ttl h2::after {
  left: auto;
  right: -25px;
  transform: scale(-1, 1);
}
.about {
  width: 80%;
  max-width: 250px;
  margin: 0 auto 2em;
}
.about li {
  margin: 1.5em auto 0;
  background: #FFD800;
  border-radius: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}
.about li img {
  border-radius: 15px 15px 0 0;
}
.about li div {
  color: #E32C00;
  font-size: 1.8rem;
  margin: 15px auto 0.3em;
  line-height: 1.4;
}
.about li p {
  padding: 0 0 15px;
}
.close_bg {
  background: #FFD800;
  position: relative;
  overflow: hidden;
  z-index: 100;
  padding: 0 0 3em;
}
.close_bg::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  content: '';
  background: url("/img/lp/radiation.webp") center / cover;
  mix-blend-mode: soft-light;
  transform-origin: center center;
  transform: translate(-50%, -50%);
}
.close_bg .mv_leaf div:last-of-type {
  transform: scale(1, 1);
}
.close_txt {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 15px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 2px;
}
.close_txt span {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 5px;
  margin: 0 auto 5px;
  background: #E32C00;
}
.close_wrap {
  width: 90%;
  margin: auto;
  color: #fff;
  background: #E32C00;
  padding: 20px 0 30px;
  border-radius: 30px;
}
.close_wrap h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.close_wrap h3 span {
  color: #FFD800;
  font-size: 2.5rem;
}
.close_wrap p {
  font-weight: bold;
  font-size: 1.4rem;
}
.close_wrap ul {
  max-width: 250px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.close_wrap ul li {
  margin: 1em auto 0;
}
.close_wrap ul li a {
  position: relative;
  text-decoration: none;
  display: block;
  text-align: left;
  background: transparent;
  border-radius: 50px;
  outline: none;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  transition: all 0.2s ease;
}
.close_wrap ul li a:hover {
  border-color: transparent;
}
.close_wrap ul li a span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 35px 12px 70px;
  background: #208AD8;
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s ease;
}
.close_wrap ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
}
.close_wrap ul li a:hover span {
  transform: translate(4px, 4px);
}
.close_wrap ul li a span::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0%, -50%);
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/img/lp/icon01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.close_wrap ul li a span::after {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 15px;
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
}
.close_wrap ul li:last-child a span {
  background: #1FD07E;
}
.close_wrap ul li:last-child a span::before {
  background-image: url("/img/lp/icon02.webp");
}
.close_yabai {
  position: absolute;
  top: 60px;
  left: 5%;
  width: 90%;
  height: 200px;
  z-index: 5;
}
.close_yabai div {
  position: absolute;
}

.close_yabai div:first-child {
  top: 0;
  right: calc(50% - 170px);
  width: 130px;
}
.close_yabai div:nth-child(2) {
  top: 80px;
  left: calc(50% - 180px);
  width: 110px;
}
.close_yabai div:last-child {
  top: 55px;
  right: calc(50% - 190px);
  width: 120px;
}
/* ------------------------------------ */
/* page：pc */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .side_roop_wrap.side_right {
    left: auto;
    right: 0;
    transform: translateX(40px); /* 初期は右に隠す */
  }
  .side_roop_wrap {
    position: fixed;
    height: 100vh;
    width: 40px;
    top: 0;
    left: 0;
    display: block;
    background: #FFD800;
    overflow: hidden;
    white-space: nowrap;
    font-family: "ab-megadot9", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 10;
    transform: translateX(-40px); /* 初期は左に隠す */
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
  }
  /* 表示時のアニメーション */
  .side_roop_wrap.animate {
    transform: translateX(0px);
    opacity: 1;
  }
  .side_roop_text {
    display: flex;
    gap: 10px; /* テキスト同士の間隔 */
    animation: side_roop 40s linear infinite;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 4px;
    line-height: 40px;
  }
  @keyframes side_roop {
    from {
      transform: translateY(0%);
    }
    to {
      transform: translateY(-50%); /* 半分の位置まで移動 */
    }
  }
  .side_roop_text.side_right {
    animation: side_roop_right 40s linear infinite;
  }
  @keyframes side_roop_right {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0%); /* 半分の位置まで移動 */
    }
  }
  .youtube_bg {
    padding: 5em 0 6em;
  }
  .youtube_bg::before, .youtube_bg::after {
    background-size: 22%;
  }
  .youtube_bg h2 {
    font-size: 4rem;
  }
  .youtube_wrap {
    max-width: 800px;
    margin: 1em auto 0;
  }
  .youtube_hamappi {
    top: inherit;
    bottom: 4em;
    left: calc(50% - 630px);
    width: 160px;
  }
  .youtube_comment {
    display: block;
    position: absolute;
    top: 3em;
    left: calc(50% - 660px);
    width: 250px;
  }
  .youtube_rose {
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 770px);
    width: 25%;
    max-width: 380px;
    z-index: 1;
    opacity: 0;
    transform: translateY(80px); /* 少し控えめに調整しておく */
  }
  /* ピョンと素早く出るアニメーション */
  .youtube_rose.active {
    animation: popUpFast 0.4s ease-out forwards;
  }
  @keyframes popUpFast {
    0% {
      opacity: 0;
      transform: translateY(80px) scale(0.9);
    }
    60% {
      opacity: 1;
      transform: translateY(-6px) scale(1.05);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .point_bg {
    padding: 0 0 5em;
  }
  .point_top {
    padding: 3em 0 1em;
    position: relative;
  }
  .point_top p {
    font-size: 5rem;
    line-height: 1.3;
  }
  .point_top p img {
    height: 60px;
    margin: 0 3px 8px 0;
  }
  .point_top h2 {
    font-size: 8rem;
    line-height: 1.2;
    letter-spacing: 4px;
  }
  .point_top h2 img {
    height: 200px;
  }
  .point_to_hamappi {
    position: absolute;
    bottom: 1.5em;
    right: calc(50% - 650px);
    width: 350px;
  }
  .point_to_rose {
    position: absolute;
    bottom: 0;
    left: calc(50% - 680px);
    width: 390px;
  }
  .point {
    max-width: 1200px;
  }
  .point > li {
    margin: 4em auto 0;
    padding: 60px 0 80px;
    border-radius: 50px;
  }
  .point_no {
    top: -40px;
    left: -40px;
    width: 150px;
  }
  .point_ttl {
    margin: 0 auto 1.5em;
  }
  .point_ttl span {
    border-radius: 10px;
    font-size: 7.5rem;
    line-height: 1.4;
    margin: 0 15px 0 0;
    padding: 0 10px;
    box-shadow: 6px 6px 0px 0px rgba(255, 214, 1, 1);
  }
  .point_ttl img {
    display: inline-block;
    margin: 0;
    height: 130px;
  }
  .point_subttl {
    font-size: 3.5rem;
    letter-spacing: 4px;
  }
  .point > li:nth-child(2) .point_img, .point > li:nth-child(3) .point_img {
    margin: 1em auto 3em;
  }
  .point_img {
    max-width: 1000px;
    margin: 1em auto 3em;
  }
  .point_img span {
    top: -50px;
    right: auto;
    left: -100px;
    width: 300px;
  }
  .point_img div {
    font-size: 3.5rem;
    letter-spacing: 4px;
    margin: 0.5em auto 0em;
  }
  .point_img div::before, .point_img div::after {
    bottom: 7px;
    left: -35px;
    width: 28px;
    height: 38px;
  }
  .point_img div::after {
    left: auto;
    right: -35px;
  }
  .point_img p {
    text-align: center;
    margin: 1em auto 0;
    line-height: 2;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .point > li:nth-of-type(even) .point_btn {
    margin: 0 auto 0;
  }
  .point_btn {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .point_btn li {
    margin: 0 8px 0em;
    width: calc(100% / 2 - 16px);
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .point_btn li a {
    padding: 18px 0;
    border-radius: 60px;
  }
  .point_btn li a::after {
    right: 20px;
  }
  .point_btn li a:hover::after {
    right: 15px;
  }
  .point01_list {
    margin: 1em auto 2em;
  }
  .point01_list li {
    border-radius: 10px;
    font-size: 4rem;
    letter-spacing: 3px;
    margin: 0 10px 0 0;
    padding: 0px 25px;
    box-shadow: 5px 5px 0px 0px rgba(255, 214, 1, 1);
  }
  .point01_list li:first-child::before {
    top: -24px;
    left: -28px;
    width: 38px;
    height: 38px;
  }
  .point01_list li:last-child::before {
    top: -24px;
    right: -28px;
    width: 38px;
    height: 38px;
  }
  .point01_flow {
    max-width: 1000px;
    margin: 0 auto 4em;
  }
  .point > li:nth-of-type(even) .point_rose {
    right: auto;
    left: -10px;
  }
  .point_rose img {
    width: 200px;
  }
  .point_rose {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .about_bg {
    padding: 5em 0;
  }
  .about_ttl p {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .about_ttl h2 {
    line-height: 1.2;
    font-size: 4.5rem;
    letter-spacing: 6px;
  }
  .about_ttl h2::before, .about_ttl h2::after {
    bottom: 3px;
    left: -35px;
    width: 30px;
    height: 40px;
  }
  .about_ttl h2::after {
    left: auto;
    right: -35px;
  }
  .about {
    width: 90%;
    max-width: 1100px;
    margin: 2em auto 3em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about li {
    margin: 0 15px 0em;
    width: calc(100% / 3 - 30px);
    border-radius: 20px;
  }
  .about li img {
    border-radius: 20px 20px 0 0;
  }
  .about li div {
    font-size: 2.5rem;
    margin: 20px auto 0.3em;
  }
  .about li p {
    padding: 0 0 25px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .close_bg {
    padding: 0 0 5em;
  }
  .close_leaf div {
    width: 300px;
  }
  .close_img {
    max-width: 1000px;
    margin: auto;
  }
  .close_txt {
    top: 130px;
    left: calc(50% - 580px);
    font-size: 4.5rem;
    line-height: 1.2;
  }
  .close_txt span {
    padding: 7px 20px;
    border-radius: 15px;
    margin: 0 auto 10px;
  }
  .close_wrap {
    max-width: 1100px;
    padding: 40px 0 50px;
    border-radius: 200px;
  }
  .close_wrap h3 {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 4px;
    margin: 0 auto 0.3em;
  }
  .close_wrap h3 span {
    font-size: 5rem;
  }
  .close_wrap p {
    font-weight: bold;
    font-size: 2.8rem;
  }
  .close_wrap ul {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: space-between;
  }
  .close_wrap ul li {
    margin: 0 15px 0em;
    width: calc(100% / 2 - 30px);
  }
  .close_wrap ul li a {
    border-radius: 100px;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .close_wrap ul li a span {
    padding: 22px 35px 22px 130px;
    border-radius: 100px;
  }
  .close_wrap ul li a::before {
    border-radius: 100px;
  }
  .close_wrap ul li a span::before {
    left: 15px;
    width: 100px;
    height: 100px;
  }
  .close_wrap ul li a span::after {
    right: 20px;
  }
  .close_yabai {
    top: 100px;
    height: 500px;
  }
  .close_yabai div:first-child {
    top: 0;
    right: calc(50% - 550px);
    width: 420px;
  }
  .close_yabai div:nth-child(2) {
    top: 280px;
    left: calc(50% - 600px);
    width: 320px;
  }
  .close_yabai div:last-child {
    top: 250px;
    right: calc(50% - 580px);
    width: 330px;
  }
}
/* ------------------------------------ */
/* footer */
/* ------------------------------------ */
footer {
  position: relative;
  overflow: hidden;
  background: #E32C00;
  color: #fff;
  padding: 2em 0 3em;
  z-index: 100;
}
.f_logo {}
.f_logo img {
  width: 100px;
  margin: auto;
  display: block;
}
.f_logo p {
  margin: 1em auto 0;
  line-height: 2;
}
.f_tel {
  position: relative;
  z-index: 5;
  margin: 1em auto 3em;
}
.f_tel a {
  display: block;
  width: 250px;
  margin: auto;
  padding: 10px 0px 12px;
  background: #fff;
  border-radius: 100px;
}
.f_tel a img {
  max-width: 200px;
  margin: auto;
}
.f_tel p {
  margin: 1em auto 0;
  font-size: 1.2rem;
}
.f_tel p span {
  display: inline-block;
}
.f_link {}
.f_link img {
  display: block;
  width: 40px;
  margin: 0 auto 1em;
}
.f_link a:last-child {
  font-size: 1.2rem;
  color: #fff;
}
.f_rose {
  position: absolute;
  bottom: -6px;
  left: 5%;
  width: 100px;
  display: inline-block;
  animation: roseSwing 3s steps(2, end) infinite;
  transform-origin: bottom center;
}
@keyframes roseSwing {
  0%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(10deg); /* 右に傾く */
  }
  70% {
    transform: rotate(-6deg); /* 左に振れる */
  }
}
/* ------------------------------------ */
/* footer：pc */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  footer {
    padding: 3.5em 0 3.5em;
  }
  .f_logo {}
  .f_logo img {
    width: 170px;
  }
  .f_logo p {
    margin: 1em auto 0;
    letter-spacing: 2px;
  }
  .f_tel {
    margin: 1em auto 0em;
  }
  .f_tel a {
    width: 350px;
    margin: auto;
    padding: 15px 0px 20px;
  }
  .f_tel a img {
    max-width: 260px;
  }
  .f_tel p {
    font-size: 1.4rem;
  }
  .f_link {
    text-align: right;
    position: absolute;
    bottom: 3em;
    right: 8%;
	  z-index: 5;
  }
  .f_link img {
    width: 50px;
    margin: 0 0 0.8em auto;
  }
  .f_link a:last-child {
    font-size: 1.4rem;
  }
  .f_rose {
    left: calc(50% - 550px);
    width: 200px;
  }
}