@charset "UTF-8";
@keyframes bottom_to_top {
  0% {
    transform: translate3d(0, 3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.bottom_to_top {
  opacity: 0;
  transform: translate3d(0, 50px, 0) scaleY(1);
  transform-origin: top;
}

.bottom_to_top.active {
  animation: bottom_to_top 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes bottom_to_top {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.bottom_to_tops > * {
  opacity: 0;
}

.bottom_to_tops.active > * {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bottom_to_tops.active > *:nth-child(2) {
  animation-delay: 0.1s;
}
.bottom_to_tops.active > *:nth-child(3) {
  animation-delay: 0.2s;
}
.bottom_to_tops.active > *:nth-child(4) {
  animation-delay: 0.3s;
}
.bottom_to_tops.active > *:nth-child(5) {
  animation-delay: 0.4s;
}
.bottom_to_tops.active > *:nth-child(6) {
  animation-delay: 0.5s;
}
.bottom_to_tops.active > *:nth-child(7) {
  animation-delay: 0.6s;
}
.bottom_to_tops.active > *:nth-child(8) {
  animation-delay: 0.7s;
}
.bottom_to_tops.active > *:nth-child(9) {
  animation-delay: 0.8s;
}
.bottom_to_tops.active > *:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes left_to_right {
  0% {
    transform: translate3d(-3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_right {
  opacity: 0;
}

.left_to_right.active {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes right_to_left {
  0% {
    transform: translate3d(3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_rights > * {
  opacity: 0;
}

.left_to_rights.active > * {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.left_to_rights.active > *:nth-child(2) {
  animation-delay: 0.1s;
}
.left_to_rights.active > *:nth-child(3) {
  animation-delay: 0.2s;
}
.left_to_rights.active > *:nth-child(4) {
  animation-delay: 0.3s;
}
.left_to_rights.active > *:nth-child(5) {
  animation-delay: 0.4s;
}
.left_to_rights.active > *:nth-child(6) {
  animation-delay: 0.5s;
}
.left_to_rights.active > *:nth-child(7) {
  animation-delay: 0.6s;
}
.left_to_rights.active > *:nth-child(8) {
  animation-delay: 0.7s;
}
.left_to_rights.active > *:nth-child(9) {
  animation-delay: 0.8s;
}
.left_to_rights.active > *:nth-child(10) {
  animation-delay: 0.9s;
}

.right_to_left {
  opacity: 0;
}

.right_to_left.active {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes top_to_bottom {
  0% {
    transform: translate3d(0, -3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.top_to_bottom {
  opacity: 0;
}

.top_to_bottom.active {
  animation: top_to_bottom 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

.bg_black_amin {
  overflow: hidden;
  position: relative;
}

.bg_black_amin:before {
  background: #a0a0a0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.8s 0s ease;
  width: 100%;
  z-index: 1;
}

.bg_black_amin img {
  opacity: 0;
  transition: all 0.8s 0s ease;
}

.bg_black_amin.active img {
  opacity: 1;
  transition: all 0.5s 0.3s ease;
}

.bg_black_amin.active:before {
  transform: translateX(100%);
}

.show_text {
  position: relative;
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.show_text.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition-delay: 0.3s;
}

.role_to {
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.8s 0s ease;
}

.role_to.active {
  opacity: 1;
  transform: rotate(0deg);
}

.big_to {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s 0s ease;
}
.big_to.active {
  opacity: 1;
  transform: scale(1);
}

.fadeIn {
  opacity: 0;
  transition: all 0.8s 0s ease;
  transition-delay: 0.3s;
}
.fadeIn.active {
  opacity: 1;
}

.showvis span:nth-child(1):after {
  top: 48%;
}

.showvis span:nth-child(2):after {
  top: 80%;
}

.showvis span:nth-child(3):after {
  top: 54%;
}

.showvis span:nth-child(1):before {
  top: -5px;
  left: -5px;
}

.showvis span:nth-child(2):before {
  top: -3px;
  left: 1px;
}

.showvis span:nth-child(3):before {
  top: 2px;
  left: -2px;
}

.showvis.showvisDelay span:nth-child(1):before {
  top: 20px;
}

.showvis.active span:nth-child(1):after {
  animation: leftin 0.5s ease 0.2s forwards;
}

.showvis.active span:nth-child(2):after {
  animation: leftin 0.5s ease 0.4s forwards;
}

.showvis.active span:after {
  animation: leftin 0.5s ease 0s forwards;
}

.showvis.active span:before {
  animation: chikachika 0.1s ease 0.7s infinite, chikachika2 0.1s ease 1.2s forwards;
}

.showvis.active span {
  animation: fadeIn 1s ease 0.7s forwards;
}

.showvis.showvisDelay.active span:after {
  animation: leftin 0.4s ease 0.2s forwards;
}

.showvis.showvisDelay.active span:before {
  animation: chikachika 0.1s ease 0.8s infinite, chikachika2 0.1s ease 1.4s forwards;
}

.showvis.showvisDelay.active span {
  animation: fadeIn 1s ease 0.9s forwards;
}

@keyframes fadeIn {
  from {
    color: transparent !important;
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
  }
  to {
    text-shadow: none;
    color: #fff !important;
  }
}
@keyframes chikachika {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes chikachika2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
    transform: scaleX(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(1000px) scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  90% {
    transform: scale(20);
  }
  100% {
    transform: translateX(0px) scale(20);
    opacity: 0;
  }
}
.to_big {
  opacity: 0;
}

.to_big.active {
  animation: to_big 0.5s ease-out forwards;
  transform-origin: 50% 50%;
  opacity: 0;
}

@keyframes to_big {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1); /* 通常の位置とサイズ */
  }
  30% {
    transform: translateY(-30px) scale(1.03); /* 少し上にジャンプして大きくなる */
  }
  50% {
    transform: translateY(0) scale(0.9); /* 元の位置に戻りつつ縮む */
  }
  70% {
    transform: translateY(-10px) scale(1.01); /* 小さくジャンプして大きくなる */
  }
  100% {
    transform: translateY(0) scale(1); /* 元のサイズと位置に戻る */
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #1A1A1A;
}

.wapper {
  max-width: 930px;
  padding: 0 5vw;
  margin: 0 auto;
}

main {
  line-height: 1.445;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
  color: #433636;
  font-size: 16px;
}
main button {
  cursor: pointer;
}
main img {
  width: 100%;
  vertical-align: bottom;
}
main a {
  text-decoration: none;
}
main ul, main ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
main p, main figure {
  margin: 0;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 0;
}

.wrap {
  padding: 0 1.53125rem;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}

.min {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}

.rwd_show {
  display: none;
}

.sp_show {
  display: none;
}

br.pc {
  display: block;
}

@media screen and (max-width: 800px) {
  main {
    position: relative;
  }
  html, body, main {
    font-size: 4.2vw;
  }
  .sp_show {
    display: block;
  }
  .rwd_show {
    display: inline;
  }
  .rwd_hide {
    display: none;
  }
  .wrap {
    padding: 0 -1.2rem;
    max-width: none;
  }

  br.pc {
    display: none;
  }
}
.lp_header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.logo {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 100px;
}

.brand {
  position: absolute;
  right: 20px;
  height: auto;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 4.5625em;
}
.brand img {
  width: 100%;
}
.brand a {
  display: block;
}

@media screen and (max-width: 600px) {
  .logo {
    width: 2.75rem;
  }
  .logo img {
    width: 100%;
  }
  .lp_header {
    height: 2.8125rem;
  }
  .brand {
    width: 2.75rem;
  }
}
.fcr {
  color: #bd353d;
}

.sb {
  padding: 7rem 0;
}
.sb.sbY {
  background-color: #fffce9;
}
.sb .sbh {
  position: relative;
  text-align: center;
  margin-bottom: 7rem;
}
.sb .sbh:before {
  content: "";
  display: block;
  background-image: url(../img/titles/img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 5rem;
  height: 1.1875rem;
  position: absolute;
  bottom: 113%;
  margin: auto;
  left: 0;
  right: 0;
}
.sb .sbh:after {
  content: "";
  display: block;
  background-image: url(../img/titles/vec.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12.5rem;
  height: 4.125rem;
  position: absolute;
  top: 84%;
  left: 0;
  right: 0;
  margin: auto;
}
.sb .sbh figure {
  position: relative;
  z-index: 2;
  height: 1.15rem;
  margin: 0 auto;
}
.sb .sbh figure img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sb .sbh h2 {
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
  font-weight: 600;
}
.sb .title {
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  background-color: #F00000;
  padding: 0.55em 0;
}
.sb .sbc {
  max-width: 58.125rem;
  margin: 0 auto;
}
.sb .sbc_text {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 800px) {
  .sb .title {
    font-size: 1.25rem;
  }
  .sb {
    padding: 3.6rem 0;
  }
  .sb .sbh {
    margin-bottom: 3.7rem;
  }
  .sb .sbh h2 {
    font-size: 1.5rem;
    padding-top: 0.3rem;
  }
  .sb .sbh .en {
    line-height: 1;
    padding-top: 0;
    height: 0.8rem;
  }
  .sb .sbh:before {
    height: 0.7rem;
    bottom: 100%;
  }
  .sb .sbc_text {
    font-size: 0.875rem;
    margin-bottom: 1.8rem;
    line-height: 1.7;
  }
  .sb .sbh figure {
    height: 1rem;
  }
  .sb .sbh:after {
    height: 3.925rem;
    top: 76%;
    width: 10.5rem;
  }
}
.lp_nav ul {
  margin: 0 auto;
  width: 67.625rem;
  gap: 0.5rem;
  padding: 0.5rem 6.25rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
  z-index: 2;
  display: flex;
}
.lp_nav ul li a {
  display: block;
  transition: all ease 0.3s;
}

.lp_nav ul li:last-child {
  display: flex;
  align-items: center;
  height: auto;
}
.lp_nav ul li a.x_link {
  color: #433636;
  font-size: 10px;
  display: flex;
}

.lp_nav ul li a.x_link img{
  width: 1.5em;
  height: auto;
  margin-left: 10px;
}

.lp_nav ul li a:hover {
  transform: translate3d(0, 2px, 0);
}
.lp_nav {
  position: relative;
}
.lp_nav:before {
  content: "";
  width: 100%;
  height: 2.5rem;
  background-color: #433636;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .lp_nav {
    padding: 0 1rem;
    margin-top: -1.2rem;
    padding-bottom: 1.3rem;
    background-color: #fffce9;
  }
  .lp_nav:before {
    height: 1.1rem;
  }
  .lp_nav ul {
    width: auto;
    flex-wrap: wrap;
    padding: 1rem 1.25rem;
    row-gap: 0.4rem;
  }
  .lp_nav ul li {
    flex: 0 1 calc((100% - 0.5rem) / 2);
    height: 3.19375rem;
  }
  .lp_nav ul li:nth-child(4) {
    display: none;
  }
  .lp_nav ul li a {
    height: 100%;
  }
  .lp_nav ul li img {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lp_nav ul li:last-child {
    justify-content: center;
    margin-top: 15px;
  }
}
.app {
  padding-bottom: 5rem;
}
.app .wrap {
  max-width: 55.625rem;
}
.app .sbh {
  margin-bottom: 8rem;
}
.app .sbc > p {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.25rem;
}

.steps .step_flex_wrap {
  display: flex;
  gap: 2rem;
}
.steps .step_flex_wrap > * {
  flex: 1;
}
.steps .sbc_w {
  position: relative;
  padding: 2.7rem 1rem;
  padding-bottom: 4rem;
  margin-bottom: 2.3rem;
  background-color: #f9f7e9;
  border-radius: 1.875rem;
}
.steps .sbc_w h3 {
  margin: 0 auto;
  width: 5.25rem;
  margin-bottom: 1rem;
}
.steps .sbc_w .step_flex {
  display: flex;
}
.steps .sbc_w .step_flex > div:first-child {
  flex: 0 1 54%;
  padding-top: 1rem;
}
.steps .sbc_w h4 {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.8rem;
  border-bottom: 2px solid #433636;
  width: 78%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.steps .sbc_w .steps_desc {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
}
.steps .sbc_w .buttons {
  margin-top: 2.7rem;
}
.steps .sbc_w.sbc_w_step1 {
  text-align: center;
}
.steps .sbc_w.sbc_w_step1 h4 {
  display: inline-block;
  width: auto;
}
.steps .sbc_w.sbc_w_step2 > p {
  text-align: left;
  font-size: 0.75rem;
  text-indent: -1em;
  margin-left: 1em;
}
.steps .sbc_w.sbc_w_step2 .step_flex {
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.steps .sbc_w.sbc_w_step2 .step_flex > figure {
  flex: 0 1 10.4rem;
}
.steps .sbc_w.sbc_w_step2 .step_flex > div {
  flex: 1;
}
.steps .sbc_w.sbc_w_step2 .step_flex > div ul {
  margin-top: 2rem;
}
.steps .sbc_w.sbc_w_step2 .step_flex > div ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.steps .sbc_w.sbc_w_step3 {
  padding-bottom: 3.9rem;
}
.steps .sbc_w.sbc_w_step3 .steps_desc {
  margin-bottom: 2.5rem;
}
.steps .sbc_w.sbc_w_step3 > p {
  text-align: left;
  font-size: 0.75rem;
  text-indent: -1em;
  margin-left: 1em;
}
.steps .sbc_w.sbc_w_step3 .step_flex {
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.steps .sbc_w.sbc_w_step3 .step_flex > figure {
  flex: 0 1 10.4rem;
}
.steps .sbc_w.sbc_w_step3 .step_flex > div {
  flex: 1;
}
.steps .sbc_w.sbc_w_step3 .step_flex > div ul {
  margin-top: 2rem;
}
.steps .sbc_w.sbc_w_step3 .step_flex > div ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.steps .sbc_w.sbc_w_step4 {
  position: relative;
  padding-top: 3rem;
  margin-bottom: 4.2rem;
  text-align: center;
}
.steps .sbc_w.sbc_w_step4 > p {
  text-align: left;
  max-width: 730px;
  margin: 0 auto;
}
.steps .sbc_w.sbc_w_step4 h4 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.step_bottom {
  overflow: hidden;
  border-top: 0;
}
.step_bottom .step_bottom_in {
  background-color: #f9f7e9;
  border: 2px solid #bd353d;
  border-top: 0;
}
.step_bottom h3 {
  border-radius: 1.875rem 1.875rem 0 0;
  background-color: #bd353d;
  text-align: center;
  font-size: 1.5625rem;
  padding: 1.3rem;
  color: #fff;
}
.step_bottom .sbc_w {
  padding: 0 2rem;
  padding-top: 2.4rem;
  padding-bottom: 3.7rem;
}
.step_bottom .step_bottom_text1 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.step_bottom .step_bottom_in_flex {
  margin-bottom: 0.4rem;
  display: flex;
  gap: 2.9rem;
}
.step_bottom .step_bottom_in_flex > figure {
  flex: 0 1 48.4%;
}
.step_bottom .step_bottom_in_flex > div {
  flex: 1;
}
.step_bottom .step_bottom_in_flex > div > p {
  font-size: 1.125rem;
  font-weight: 600;
}
.step_bottom .step_bottom_in_flex > div figure {
  margin-top: 1.3rem;
}
.step_bottom .step_bottom_in_flex > div > ol {
  font-size: 1.25rem;
  font-weight: 600;
  counter-reset: my-counter;
  margin: 0.5rem 0;
}
.step_bottom .step_bottom_in_flex > div > ol li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  counter-increment: my-counter;
  margin-bottom: 0.2rem;
  color: #cc312d;
}
.step_bottom .step_bottom_in_flex > div > ol li:before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #cc312d;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  line-height: 0;
}
.step_bottom .step_bottom_text2 {
  text-indent: -1em;
  margin-left: 1em;
}
.step_bottom .sb5_bottom_precautions {
  padding-top: 3.8rem;
}
.step_bottom .sb5_bottom_precautions h4 {
  text-align: center;
  font-size: 1.5625rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.step_bottom .sb5_bottom_precautions ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.step_bottom .sb5_bottom_precautions > p {
  text-indent: -1em;
  margin-left: 0.9em;
  color: #cc312d;
}

.sb5_bottom_precautions .attention {
  font-size: 18px;
  font-weight: 700;
}

.step_bottom .sb5_bottom_ngs {
  padding-top: 3.7rem;
}
.step_bottom .sb5_bottom_ngs h4 {
  text-align: center;
  font-size: 1.5625rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.step_bottom .sb5_bottom_ngs ul {
  display: flex;
  gap: 1rem;
}
.step_bottom .sb5_bottom_ngs ul li {
  flex: 1;
}

.app .sbc > p {
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .app .sbh {
    margin-bottom: 5.2rem;
  }
  .steps .sbc_w {
    padding: 1.8rem 1rem;
    padding-bottom: 3.4rem;
  }
  .steps .sbc_w h4 {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
    width: 100%;
  }
  .steps .sbc_w.sbc_w_step1 h4 {
    width: 100%;
  }
  .steps .sbc_w .steps_desc {
    font-size: 1rem;
  }
  .steps .sbc_w .buttons {
    width: 100%;
  }
  .steps .step_flex_wrap {
    flex-direction: column;
    gap: 0;
  }
  .steps .sbc_w.sbc_w_step2 .step_flex {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .steps .sbc_w.sbc_w_step2 .step_flex > figure {
    flex: 1;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .steps .sbc_w.sbc_w_step2 > p {
    line-height: 1.7;
  }
  .steps .sbc_w.sbc_w_step2 {
    padding-bottom: 1.8rem;
  }
  .steps .sbc_w.sbc_w_step3 .step_flex {
    flex-direction: column;
  }
  .steps .sbc_w.sbc_w_step3 .step_flex > figure {
    flex: 1;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .steps .sbc_w.sbc_w_step3 .steps_desc {
    margin-bottom: 0.7rem;
  }
  .steps .sbc_w.sbc_w_step3 > p {
    margin-right: -2em;
  }
  .steps .sbc_w.sbc_w_step4 {
    margin-bottom: 2.3rem;
  }
  .step_bottom h3 {
    font-size: 1.25rem;
  }
  .step_bottom .sbc_w {
    padding: 0 1rem;
    padding-top: 2.4rem;
    padding-bottom: 3.7rem;
  }
  .step_bottom .step_bottom_text1 {
    text-align: left;
  }
  .step_bottom .step_bottom_in_flex {
    flex-direction: column;
    gap: 2.2rem;
  }
  .step_bottom .step_bottom_in_flex > div > p {
    font-size: 1rem;
  }
  .step_bottom .step_bottom_in_flex > div > ol {
    margin-right: -2rem;
  }
  .step_bottom .step_bottom_in_flex > div > ol li {
    font-size: 1.125rem;
  }
  .step_bottom .sb5_bottom_precautions h4 {
    font-size: 1.25rem;
  }
  .step_bottom .sb5_bottom_precautions ul li {
    font-weight: 600;
  }
  .step_bottom .sb5_bottom_ngs h4 {
    font-size: 1.25rem;
  }
  .step_bottom .sb5_bottom_ngs ul {
    flex-wrap: wrap;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }
  .step_bottom .sb5_bottom_ngs ul li {
    flex: 0 1 calc((100% - 1rem) / 2);
  }
  .app .sbc > p {
    font-size: 1.125rem;
    padding: 1em;
  }

  .sb5_bottom_precautions .attention {
    font-size: unset;
  }
}
.about .about_top {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2.8rem;
}
.about .about_top b {
  font-size: 2.25rem;
}
.about .about_products {
  text-align: center;
  margin-bottom: 5rem;
}
.about .about_products > p {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.3rem;
}
.about .about_products > p small {
  font-size: 0.9375rem;
}
.about .about_products > figure {
  width: 20.34375rem;
  margin: 0 auto;
}
.about .about_white {
  background-color: #fff;
  padding: 2rem 2rem;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.2rem;
  padding-right: 0rem;
  border-radius: 1.875rem;
}
.about .about_white > figure {
  flex: 1;
}
.about .about_white > figure:last-child {
  flex: 0 1 52%;
  margin-top: -1.7rem;
}
.about .about_bottom {
  text-align: center;
}
.about .about_bottom > p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.about .about_bottom a {
  display: block;
  width: 25.5625rem;
  font-size: 1.625rem;
  background-color: #433636;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  border-radius: 100rem;
  padding: 0.9rem 0;
  transition: all ease 0.3s;
  position: relative;
}
.about .about_bottom a:after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 100%;
  background-image: url(../img/arrow_right_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: 1rem;
  position: absolute;
}
.about .about_bottom a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  .about {
    margin-top: 0;
    padding-bottom: 2.4rem;
  }
  .about .about_top {
    font-size: 1.4375rem;
    margin-bottom: 0.8rem;
  }
  .about .about_top b {
    font-size: 1.875rem;
  }
  .about .about_products > p {
    font-size: 1rem;
  }
  .about .about_products > p small {
    font-size: 0.875rem;
  }
  .about .about_products > figure {
    width: 77%;
  }
  .about .about_products {
    margin-bottom: 2.4rem;
  }
  .about .about_white {
    flex-direction: column;
    padding: 2rem 0;
    padding-bottom: 0rem;
    margin-bottom: 1.1rem;
  }
  .about .about_bottom > p {
    font-size: 0.9375rem;
  }
  .about .about_bottom a {
    width: 90%;
    font-size: 1.125rem;
  }
}
.entry .sbh {
  margin-bottom: 5rem;
}
.entry .entry_top {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.entry .entry_small {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 800px) {
  .entry {
    padding: 4.9rem 0;
    padding-bottom: 3.6rem;
  }
  .entry.sb .sbh h2 {
    line-height: 1.1;
  }
  .entry.sb .sbh:after {
    top: 89%;
  }
  .entry .entry_top {
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 1.6rem;
  }
  .entry .entry_small {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.9rem;
  }
}
.buttons {
  display: flex;
  gap: 2rem;
  max-width: 45.9375rem;
  margin: 0 auto;
}
.buttons a {
  text-align: center;
  border-radius: 100rem;
  display: block;
  flex: 1;
  background-color: #bd353d;
  border: 0.1875rem solid #892027;
  box-shadow: 0 0.5rem 0 0 #892027;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.buttons a b {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}
.buttons a {
  transition: all ease 0.3s;
}
.buttons a:hover {
  transform: translate3d(0, 0.5rem, 0);
  box-shadow: 0 0rem 0 0 #892027;
}
.buttons a:last-child {
  background-color: #359b3e;
  border-color: #198e24;
  box-shadow: 0 0.5rem 0 0 #165f1d;
  transition: all ease 0.3s;
}
.buttons a:last-child:hover {
  transform: translate3d(0, 0.5rem, 0);
  box-shadow: 0 0rem 0 0 #165f1d;
}
.buttons a {
  position: relative;
}
.buttons a:after {
  content: "";
  display: block;
  width: 1.625rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1rem;
  background-image: url(../img/arrow_w.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
  .buttons {
    flex-direction: column;
    width: 93%;
  }
  .buttons a {
    padding: 0.2rem 0;
    font-size: 0.75rem;
  }
  .buttons a b {
    font-size: 1.25rem;
  }
}
.present {
  padding-top: 11rem;
  background-image: url(../img/bg.png);
  background-size: 100% 100%;
}
.present .present_top {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
}
.present .present_top b {
  font-size: 2.75rem;
  font-weight: 600;
  display: block;
}
.present .present_small {
  text-align: center;
  font-size: 1.25rem;
  margin: 3rem 0;
  font-weight: 600;
}
.present .present_image {
  position: relative;
  width: 38.5625rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.present .present_image .present_pre figcaption {
  text-align: center;
  margin-top: 0.7rem;
  font-size: 0.875rem;
}
.present .present_image .fukidashi {
  position: absolute;
  width: 17rem;
  top: -3rem;
  left: -8rem;
}

@media screen and (max-width: 800px) {
  .present {
    padding-top: 5rem;
  }
  .present .present_top {
    font-size: 1.875rem;
  }
  .present .present_top b {
    font-size: 2.75rem;
  }
  .present .sbh {
    margin-bottom: 4.5rem;
  }
  .present .present_small {
    font-size: 1rem;
    margin: 1.8rem 0;
    line-height: 2;
    margin-bottom: 0.6rem;
  }
  .present .present_image {
    width: auto;
  }
  .present .present_image .fukidashi {
    position: absolute;
    width: 10.5rem;
    top: -0.4rem;
    left: -1.9rem;
  }
  .present .present_image .present_pre figcaption {
    font-size: 0.75rem;
    margin-top: 1.2rem;
    line-height: 2;
  }
}
.enjoy {
  padding-top: 11rem;
}
.enjoy .enjoy_mins {
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 29.875rem;
  margin: 0 auto;
  gap: 5.7rem;
  margin-bottom: 5rem;
}
.enjoy .enjoy_movie_wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 38.5625rem;
}
.enjoy .enjoy_movie_wrap h3 {
  font-size: 2.25rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.enjoy .enjoy_movie_wrap h3:before {
  content: "";
  display: block;
  width: 8.9rem;
  height: 8.9rem;
  position: absolute;
  left: 0.5rem;
  top: -2.2rem;
  background-image: url(../img/mark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.enjoy .enjoy_movie_wrap iframe {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .enjoy {
    padding-top: 4.8rem;
  }
  .enjoy.sb .sbh {
    margin-bottom: 4.7rem;
  }
  .enjoy .enjoy_mins {
    max-width: 18rem;
    gap: 1rem;
    margin-bottom: 3.9rem;
  }
  .enjoy .enjoy_movie_wrap h3 {
    font-size: 1.875rem;
  }
  .enjoy .enjoy_movie_wrap h3:before {
    width: 5.9rem;
    height: 5.9rem;
    left: -1rem;
    top: -4.4rem;
  }

  .enjoy .enjoy_movie_wrap iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        display: block;
  }

}
.products {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.products .sbh {
  margin-bottom: 5rem;
}
.products .products_top {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.products .products_top small {
  font-size: 0.9375rem;
}
.products .products_list_wrap {
  background-color: #fff;
  padding: 3.75rem 4.55rem;
  border-radius: 1.875rem;
}
.products .products_list_wrap .products_list {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.products .products_list_wrap > p {
  font-size: 0.875rem;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 800px) {
  .products {
    padding-top: 3.5rem;
    padding-bottom: 1.8rem;
  }
  .products .products_top {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .products .products_list_wrap .products_list {
    flex-direction: column;
    gap: 0;
    width: 63.6%;
    margin-left: auto;
    margin-right: auto;
  }
  .products .products_list_wrap {
    padding: 1.85rem 0.85rem;
  }
}
.term button {
  color: #fff;
  border: 0;
  font-size: 1.375rem;
  border-radius: 0.625rem;
  background-color: #433636;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0.8rem 0;
}
.term button:after {
  content: "▼";
  position: absolute;
  right: 5rem;
  top: 50%;
  line-height: 0;
}
.term button {
  transition: all ease 0.3s;
}
.term button:hover {
  opacity: 0.7;
}
.term .uploader_form_kiyaku {
  padding: 1.3rem 0;
  display: none;
}
.term .uploader_form_kiyaku > div {
  font-size: 0.875rem;
  line-height: 1.7;
}
.term .uploader_form_kiyaku > div > p {
  margin-bottom: 2rem;
}
.term .uploader_form_kiyaku > div > div {
  background-color: #fff;
  padding: 5rem 6rem;
}
.term .uploader_form_kiyaku > div > div ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.term .uploader_form_kiyaku > div > div ol li {
  text-indent: -1em;
  margin-left: 1em;
}
.term .uploader_form_kiyaku > div > div a {
  text-decoration: underline;
  color: #1D1DF3;
}

@media screen and (max-width: 800px) {
  .term {
    padding: 2.9rem 0;
  }
  .term .sb .sbh {
    margin-bottom: 4.2rem;
  }
  .term button:after {
    right: 1rem;
    top: 53%;
  }
  .term .uploader_form_kiyaku > div > div {
    padding: 1rem;
  }
}
.faq {
  margin-bottom: 0;
}
.faq .sbh {
  margin-bottom: 5.6rem;
}
.faq .sbc {
  background-color: #f9f7e9;
  border-radius: 1.875rem;
  max-width: 55.625rem;
  padding: 4rem 4.5rem;
  box-sizing: border-box;
}
.faq .sbc .faq_top {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.faq .sbc ul li {
  margin-bottom: 2.3rem;
}
.faq .sbc ul li .q {
  background-color: #433636;
  padding: 1rem 2rem;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  cursor: pointer;
  border-radius: 100rem;
  color: #fff;
}
.faq .sbc ul li .q:before {
  content: "Q.";
  font-weight: 500;
}
.faq .sbc ul li .q {
  position: relative;
}
.faq .sbc ul li .q button {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  right: 2.4rem;
  top: 50%;
}
.faq .sbc ul li .q button:before {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  position: absolute;
  top: calc(-0.625rem + 1px);
  left: calc(0.625rem - 1px);
  background-color: #fff;
  transition: all ease 0.3s;
}
.faq .sbc ul li .q {
  transition: all ease 0.3s;
}
.faq .sbc ul li .q:hover {
  opacity: 0.7;
}
.faq .sbc ul li.open button:before {
  transform: rotate(90deg);
}
.faq .sbc ul li > div {
  display: none;
}
.faq .sbc ul li > div p {
  padding-left: 4rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
.faq .sbc ul li > div p.a {
  padding-left: 4rem;
  font-size: 1.125rem;
  position: relative;
}
.faq .sbc ul li > div p.a:before {
  content: "A.";
  font-size: 1.625rem;
  font-weight: 600;
  position: absolute;
  top: -0.5rem;
  left: 1.9rem;
  color: #bd353d;
}

@media screen and (max-width: 800px) {
  .faq .sbh {
    margin-bottom: 4.1rem;
  }
  .faq .sbc {
    padding: 2.6rem 0.5rem;
    padding-bottom: 1rem;
  }
  .faq .sbc .faq_top {
    font-size: 1rem;
    line-height: 1.6;
  }
  .faq .sbc .sbc_text {
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1.7rem;
  }
  .faq .sbc ul li .q {
    font-size: 0.875rem;
    border-radius: 0.9375rem;
    padding: 0.9rem 1rem;
    padding-right: 4rem;
  }
  .faq .sbc ul li .q button {
    right: 1.4rem;
  }
  .faq .sbc ul li > div p.a {
    font-size: 0.875rem;
    padding-left: 2rem;
  }
  .faq .sbc ul li > div p {
    font-size: 0.875rem;
    padding-left: 2rem;
  }
  .faq .sbc ul li > div p.a:before {
    font-size: 1.125rem;
    left: 0.2rem;
  }
  .faq .sbc ul li {
    margin-bottom: 1.3rem;
  }
}
.bt {
  padding: 2.3rem 0;
}

.camp_desc {
  text-align: center;
  margin: 3rem auto;
  max-width: 37.5rem;
  overflow: hidden;
  border-radius: 0 0 1.875rem 1.875rem;
}
.camp_desc > p {
  background-color: #433636;
  color: #fff;
  font-size: 1.375rem;
  padding: 1.5rem 0;
  font-weight: 600;
  border-radius: 1.875rem 1.875rem 0 0;
}
.camp_desc > div {
  background-color: #fef8d4;
  padding: 2rem 0;
  color: #433636;
}
.camp_desc > div .camp_desc1 {
  font-size: 1.125rem;
  font-weight: 600;
}
.camp_desc > div .camp_desc2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.camp_desc > div .camp_desc3 {
  font-size: 0.75rem;
  line-height: 1.8;
}

.tabegoro {
  padding-bottom: 2rem;
  background-color: #fffce9;
}

.kv {
  position: relative;
}
.kv .tabegoro {
  width: 17.0625rem;
  position: absolute;
  right: 1.1rem;
  bottom: clamp(2rem, 16vw, 26rem);
  padding: 0;
  background-color: transparent;
  z-index: 2;
  display: block;
}

@media screen and (max-width: 800px) {
  .kv .tabegoro {
    display: none;
  }

  .kv .asterisk {
    position: absolute;
    top: 10em;
    right: 10px;
  }

  .kv .asterisk p {
    font-size: 8px;
    color: #fff;
    font-weight: 400;
  }
}
.marker {
  position: relative;
}
.marker:after {
  content: "";
  position: absolute;
  display: block;
  width: 6.9375rem;
  height: 0.51875rem;
  background-image: url(../img/namiboder.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  top: 100%;
  left: 0;
}


/* ==========================================================================
   ポップアップ（全体背景）
   ========================================================================== */
.popup {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;

  width: 28rem; /* 縦動画なので幅を小さく */
  background-color: rgba(0, 0, 0, 0.5);

  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* ★閉じるボタンの位置を修正（黒い枠の『外側』へ出す） */
.popup button {
  position: absolute;
  border: 0;
  width: 4.4375rem;
  height: 4.4375rem;
  top: -2.5rem;
  right: -2.5rem;
  border-radius: 100%;
  background-color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 300%;
  color: #000;
  cursor: pointer;
}

/* ★下部のテキストの位置を修正（黒い枠の『外側』へ出す） */
.popup>p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  position: absolute;
  /* 【追加】 */
  bottom: -2.5rem;
  /* 【追加】黒い枠の下に強制配置 */
  width: 100%;
  /* 【追加】 */
}

/* ==========================================================================
   動画を包む外枠（グレーの角丸の箱）
   ========================================================================== */
.popup > div {
  width: 100%;
  aspect-ratio: 9 / 16;
  background-color: #D9D9D9;
  border-radius: 1.875rem;
  overflow: hidden;
}

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

.popup_in iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ==========================================================================
   ポップアップ（全体背景）
   ========================================================================== */
.popup {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;

  width: 57.75rem;
  aspect-ratio: 16 / 9;

  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* ★閉じるボタンの位置を修正（黒い枠の『外側』へ出す） */
.popup button {
  position: absolute;
  border: 0;
  width: 4.4375rem;
  height: 4.4375rem;
  top: -2.5rem;
  right: -2.5rem;
  border-radius: 100%;
  background-color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 300%;
  color: #000;
  cursor: pointer;
}

/* ★下部のテキストの位置を修正（黒い枠の『外側』へ出す） */
.popup>p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  position: absolute;
  /* 【追加】 */
  bottom: 1rem;
  /* 【追加】黒い枠の下に強制配置 */
  width: 100%;
  /* 【追加】 */
}

/* ==========================================================================
   動画を包む外枠（グレーの角丸の箱）
   ========================================================================== */
.popup>div {
  width: 90%;
  max-width: 45.6875rem;
  aspect-ratio: 16 / 9;
  background-color: #D9D9D9;
  border-radius: 1.875rem;
  overflow: hidden;
}

/* 内枠のサイズ調整 */
.popup_in {
  width: 100%;
  height: 100%;
}

.popup_in iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ==========================================================================
   レスポンシブ（スマホ・タブレット用：画面幅800px以下）
   ========================================================================== */
@media screen and (max-width: 800px) {
  .popup {
    width: 100%;
    aspect-ratio: 569 / 494;
    height: initial;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin: 0;
  }

  .popup>div {
    width: 90%;
    max-width: none;
    height: auto;
  }

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

  .popup_in iframe {
    aspect-ratio: 16 / 9;
  }

  .popup button {
    width: 2.9375rem;
    height: 2.9375rem;
    font-size: 150%;
    top: 0.5rem;
    right: 0.5rem;

  }

  .popup>p {
    font-size: 0.875rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
