@charset "UTF-8";
@font-face {
  font-family: "CorporateLogo";
  src: url("../fonts/Corporate-Logo-Bold-ver3.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  overflow-x: hidden;
}

body {
  line-height: 1.7;
  font-family: var(--font-main);
  overflow-x: hidden;
}
body:not(:where(.mode-form *)) {
  background-color: #ECFEDE;
}

.main {
  background-color: #ECFEDE;
}

.pageTop {
  padding-top: var(--header-height);
}

#html #body .sp-show,
#html #body .sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  #html #body .sp-show {
    display: block;
  }
  #html #body .sp-show-flex {
    display: flex;
  }
  #html #body .sp-hide {
    display: none;
  }
}
#html #body .tb-show,
#html #body .tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  #html #body .tb-show {
    display: block;
  }
  #html #body .tb-show-flex {
    display: flex;
  }
  #html #body .tb-hide {
    display: none;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .inline-block-sp {
    display: inline-block;
  }
}

span {
  font-weight: inherit;
  color: inherit;
}

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

.color-red {
  color: red;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.sectionWrap {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionWrap2 {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
  padding-inline: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap2-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
  padding-left: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap2-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
  padding-right: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionTitle {
  color: var(--color-green);
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 28px);
  font-family: var(--font-sub2);
}

.sectionTitle2 {
  font-size: clamp(28px, calc(28 / var(--base-width-sp) * 100vw), 36px);
  font-weight: bold;
  color: var(--color-green);
  text-align: center;
  margin-bottom: 26px;
}

.sectionSubTitle {
  font-size: clamp(18px, calc(18 / var(--base-width-sp) * 100vw), 24px);
  font-weight: 600;
  color: var(--color-gray);
  text-align: center;
  margin-bottom: 26px;
}

.sectionText {
  color: var(--color-green);
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  font-family: var(--font-sub1);
  font-feature-settings: "palt";
}

.sectionText2 {
  color: var(--color-gray);
  font-size: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 18px);
  margin-bottom: 20px;
  font-weight: 600;
}

:where(.sectionTitle, .sectionText) :where(span) {
  display: inline-block;
}

.font-18 {
  font-size: clamp(18px, calc(18 / var(--base-width-sp) * 100vw), 26px);
}

.font-16 {
  font-size: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 24px);
}

.font-14 {
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 20px);
}

.font-11 {
  font-size: clamp(11px, calc(11 / var(--base-width-sp) * 100vw), 14px);
}

.-border {
  border: solid 2px var(--color-green);
  border-radius: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 15px);
  background-color: white;
}

.accordion_body {
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion_body:where(.-active *) {
  max-height: 9999px;
  transition: max-height 1.5s ease;
}
.accordion_button {
  text-align: center;
  border-radius: 999px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: clamp(250px, calc(250 / var(--base-width-sp) * 100vw), 500px);
  margin-inline: auto;
  transform: translate(0, 50%);
  padding-right: 20px;
  position: absolute;
  padding-block: clamp(5.33px, calc(8 / var(--base-width-pc) * 100vw), 8px) clamp(8.67px, calc(13 / var(--base-width-pc) * 100vw), 13px);
}
.accordion_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(8px, calc(8 / var(--base-width-sp) * 100vw), 20px);
  transform: translate(0, -50%);
  background-image: url("../img/arrow1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 20px);
  height: clamp(38px, calc(38 / var(--base-width-sp) * 100vw), 45px);
  transition: all 0.3s;
}
.accordion_button:where(.-active *)::after {
  transform: translate(0, -50%) rotate(-180deg);
}
.accordion_button_text {
  color: var(--color-green);
  font-weight: bold;
  font-size: clamp(17px, calc(17 / var(--base-width-sp) * 100vw), 22px);
}

.banner {
  position: fixed;
  z-index: 50;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 10px;
}
.banner_link {
  background-color: var(--color-pink);
  color: white;
  text-align: center;
  padding-block: 16px;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border: none;
  display: none;
}
.banner_link:where(.-link *):where(.mode-form *) {
  display: block;
}
.banner_link:where(.-submit *):where(.mode-confirm *) {
  display: block;
}
.banner_link:where(.-invalid) {
  background-color: #676767;
  font-size: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 20px);
}
.banner_link[type=submit] {
  max-width: 800px;
  margin-inline: auto;
}
.banner_span1 {
  font-size: clamp(11px, calc(11 / var(--base-width-sp) * 100vw), 14px);
}

.page-form,
.page-confirm,
.page-success,
.page-error,
.page-maintenance {
  display: none;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- 遅延 ----- */
.css-delay03 {
  transition-delay: 0.3s !important;
}

.css-delay05 {
  /* 0.5秒遅らせる */
  transition-delay: 0.5s !important;
}

.css-delay06 {
  transition-delay: 0.6s !important;
}

.css-delay1 {
  /* 1秒遅らせる */
  transition-delay: 1s !important;
}

.css-delay2 {
  transition-delay: 2s !important;
}

.css-delay3 {
  transition-delay: 3s !important;
}

.css-delay4 {
  transition-delay: 4s !important;
}

.css-delay5 {
  transition-delay: 5s !important;
}

/* ----- フェードイン ----- */
.js-fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.7s;
}

.js-fadeIn.-active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----- ぼかしが消えながらフェードイン ----- */
.js-fadeIn-blurry {
  overflow: hidden;
}
.js-fadeIn-blurry:not(:has(.animation)), .js-fadeIn-blurry .animation {
  opacity: 0;
  transition: all 1s;
  filter: blur(100px);
}

.js-fadeIn-blurry.-active:not(:has(.animation)), .js-fadeIn-blurry.-active .animation {
  opacity: 1;
  -webkit-animation: animation-blurry 1s ease-in forwards;
          animation: animation-blurry 1s ease-in forwards;
}

@-webkit-keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/* ----- 左から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromLeft {
  opacity: 0;
}

.js-fadeIn-fromLeft.-active {
  -webkit-animation: js-fadeIn-fromLeft 1.5s ease-out forwards;
          animation: js-fadeIn-fromLeft 1.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(-100% 100% -100% 0);
            clip-path: inset(-100% 100% -100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(-100% 100% -100% 0);
            clip-path: inset(-100% 100% -100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    opacity: 1;
  }
}
/* ----- 右から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromRight {
  opacity: 0;
}

.js-fadeIn-fromRight.-active {
  -webkit-animation: js-fadeIn-fromRight 1.5s ease-out forwards;
          animation: js-fadeIn-fromRight 1.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(-100% 0 -100% 100%);
            clip-path: inset(-100% 0 -100% 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    /* 全表示 */
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(-100% 0 -100% 100%);
            clip-path: inset(-100% 0 -100% 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(-100% 0 -100% 0);
            clip-path: inset(-100% 0 -100% 0);
    /* 全表示 */
    opacity: 1;
  }
}
/* ----- 画像クリックで拡大 ----- */
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/* アニメーションここまで
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV {
  background: radial-gradient(white, #FFE4E6);
  background-color: red;
}
.FV:not(:where(.mode-form *)) {
  display: none;
}
.FV_image {
  width: 100%;
}
.FV_imageWrap {
  position: relative;
}
.FV_logo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: clamp(40px, calc(40 / var(--base-width-sp) * 100vw), 250px);
}
.FV_obi {
  background-color: #01A13F;
  position: relative;
  padding: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 20px) 20px clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 20px);
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .FV_obi {
    padding-inline: 10px;
  }
}
.FV_obi1 {
  width: 20vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.FV_obi2 {
  width: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.FV_pop {
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  width: 13vw;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: initial;
}
@media screen and (max-width: 600px) {
  .FV_pop {
    width: 15vw;
    right: 2.3vw;
  }
}
.FV_logo2 {
  width: clamp(80px, calc(80 / var(--base-width-sp) * 100vw), 150px);
  margin-left: clamp(5px, calc(5 / var(--base-width-sp) * 100vw), 10px);
  margin-top: clamp(5px, calc(5 / var(--base-width-sp) * 100vw), 10px);
}
@media screen and (max-width: 768px) {
  .FV_logo2 {
    margin-bottom: 10px;
  }
}
.FV_text1 {
  font-size: clamp(28px, calc(28 / var(--base-width-sp) * 100vw), 43px);
  color: var(--color-green);
  font-weight: bold;
  text-align: center;
  font-style: italic;
  font-family: var(--font-sub2);
}
@media screen and (max-width: 768px) {
  .FV_text1 {
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
.FV_text1 .small {
  font-style: inherit;
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 24px);
}
.FV_text1 .span1 {
  background-color: var(--color-green);
  color: white;
  border-radius: 999px;
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 20px);
  position: relative;
  bottom: clamp(2px, calc(2 / var(--base-width-sp) * 100vw), 5px);
  padding: 3px clamp(7px, calc(7 / var(--base-width-sp) * 100vw), 15px) 3px clamp(8px, calc(8 / var(--base-width-sp) * 100vw), 10px);
  margin-right: 3px;
  font-style: inherit;
}
.FV_text2 {
  font-size: clamp(24px, calc(24 / var(--base-width-sp) * 100vw), 80px);
  font-weight: bold;
  color: #FF7AA8;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: var(--font-sub2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.FV_text2 .span2 {
  writing-mode: vertical-lr;
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 30px);
  margin-left: clamp(3px, calc(3 / var(--base-width-sp) * 100vw), 8px);
  margin-top: calc(8 / var(--base-width-pc) * 100vw);
  font-style: inherit;
  font-family: var(--font-sub1);
}
.FV_image2 {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin-inline: auto;
  padding-inline: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 20px);
  padding-bottom: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 80px);
}
@media screen and (max-width: 768px) {
  .FV_image2 {
    width: 100%;
    padding-inline: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 20px);
  }
}
.FV_text3 {
  text-align: right;
  margin-right: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 30px);
  padding-bottom: 10px;
  font-weight: 500;
  color: var(--color-gray);
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
}
.FV_texts {
  max-width: 1200px;
  width: 100%;
  padding-inline: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 20px);
  margin-inline: auto;
}
.FV_texts_line1 {
  display: flex;
  gap: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
  margin-bottom: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 30px);
}
.FV_texts_line1 img {
  width: calc((100% - clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px)) / 2);
}
.FV_texts_line2 {
  margin-bottom: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
}
.FV_texts_image {
  -o-object-fit: contain;
     object-fit: contain;
}

.back-green {
  padding-top: clamp(26px, 26 / var(--base-width-sp) * 100vw, 80px);
  position: relative;
  z-index: 1;
}
.back-green::after {
  content: "";
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 500px);
  background-color: #ECFEDE;
  z-index: -1;
}
.back-green:where(.mode-form *) .page-form {
  display: block;
}
.back-green:where(.mode-confirm *) .page-confirm {
  display: block;
}
.back-green:where(.mode-success *) .page-success {
  display: block;
}
.back-green:where(.mode-error *) .page-error {
  display: block;
}
.back-green:where(.mode-maintenance *) .page-maintenance {
  display: block;
}
.back-green .page-form {
  padding-inline: calc(20 / var(--base-width-sp) * 100vw);
  padding-bottom: 66px;
}
.back_inner {
  max-width: 1500px;
  margin-inline: auto;
}

.period {
  margin-bottom: clamp(33px, calc(33 / var(--base-width-sp) * 100vw), 60px);
}
.period_title {
  font-size: clamp(24px, calc(24 / var(--base-width-sp) * 100vw), 40px);
  line-height: 1.3928571429;
  font-weight: bold;
  text-align: center;
  color: var(--color-green);
  margin-bottom: 17px;
  font-family: var(--font-sub2);
  font-weight: 700;
}
.period_text1 {
  text-align: center;
  color: var(--color-green);
  font-weight: bold;
  margin-bottom: 11px;
  font-family: var(--font-sub2);
}
.period_text2 {
  color: var(--color-gray);
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 18px);
}

.design {
  margin-bottom: 17px;
}
.design_title {
  font-size: clamp(24px, calc(24 / var(--base-width-sp) * 100vw), 30px);
  font-weight: bold;
  color: var(--color-green);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 7px;
  font-family: var(--font-sub2);
}
.design_title span {
  display: block;
}
.design_text1 {
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--color-gray);
  font-weight: bold;
}
.design_fileImage {
  width: 100%;
}
.design_fileImages {
  display: flex;
  gap: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 40px);
  margin-bottom: 11px;
  max-width: 1000px;
  margin-inline: auto;
}
.design_fileImageWrap {
  width: calc((100% - clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 40px)) / 2);
}
.design_button {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  padding-block: 10px;
  color: var(--color-green);
  font-weight: bold;
  line-height: 1;
}
.design_buttonWrap {
  text-align: center;
}
.design_accordion {
  max-width: 1000px;
  margin-inline: auto;
}
.design_fileBlock1 {
  padding-top: clamp(13px, calc(13 / var(--base-width-sp) * 100vw), 30px);
  margin-bottom: clamp(18px, calc(18 / var(--base-width-sp) * 100vw), 30px);
}
.design_fileBlock1_ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 40px);
}
.design_fileBlock1_li {
  width: calc((100% - clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 40px)) / 2);
}
.design_fileBlock1_li_texts {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 40px);
}
.design_fileBlock1_li_text {
  color: var(--color-green);
  font-weight: bold;
  text-align: center;
}
.design_fileBlock1_li_image {
  width: 100%;
  height: 100%;
}
.design_fileBlock1_li_imageWrap {
  height: 100%;
}
.design_fileBlock2 {
  padding: clamp(17px, calc(17 / var(--base-width-sp) * 100vw), 25px);
  margin-bottom: 14px;
}
.design_fileBlock2_title {
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 30px);
  font-weight: bold;
  color: var(--color-green);
  text-align: center;
  margin-bottom: 20px;
}
.design_fileBlock2_row:not(:last-of-type) {
  margin-bottom: 26px;
}
.design_fileBlock2_row_title {
  text-align: center;
  font-size: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 20px);
  font-weight: 600;
  margin-bottom: 16px;
}
.design_fileBlock2_row_image {
  width: 100%;
}
.design_fileBlock2_row_images {
  display: flex;
  gap: clamp(8px, calc(8 / var(--base-width-sp) * 100vw), 20px);
  width: 100%;
}
.design_fileBlock2_row_imageWrap {
  width: 100%;
}
.design_button.-bottom {
  display: none;
}
.design_button.-bottom:where(.-active *) {
  display: block;
}

.object {
  padding: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 25px) clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 25px) clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 40px);
  position: relative;
  margin-bottom: clamp(40px, calc(40 / var(--base-width-sp) * 100vw), 60px);
  max-width: 1000px;
  margin-inline: auto;
}
.object_text1 {
  color: var(--color-green);
  font-size: clamp(13px, calc(13 / var(--base-width-sp) * 100vw), 20px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.object_link {
  text-align: center;
  text-decoration: none;
  background-color: #FFF161;
  padding: 10px clamp(40px, calc(40 / var(--base-width-sp) * 100vw), 100px);
  border-radius: 999px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: var(--color-green);
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 20px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition: all 0.3s;
}
.object_linkWrap {
  margin-block: 30px;
}
.object_link:hover {
  background-color: var(--color-green);
  color: white;
}
.object_link_span {
  display: block;
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 24px);
}
.object_text2 {
  color: var(--color-green);
  font-size: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 16px);
  font-weight: 600;
  line-height: 1.6;
}

.apply {
  padding: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 25px) clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 25px);
  margin-bottom: clamp(17px, calc(17 / var(--base-width-sp) * 100vw), 30px);
  max-width: 1000px;
  margin-inline: auto;
}
.apply .sectionTitle {
  margin-bottom: 15px;
}
.apply_card {
  display: flex;
  justify-content: center;
  gap: 30px clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 50px);
}
.apply_card_image {
  display: block;
  margin-inline: auto;
}
.apply_card_images {
  flex-shrink: 0;
  width: 35%;
}
.apply_card_image:not(:last-of-type) {
  margin-bottom: 13px;
}
.apply_card_text {
  color: var(--color-green);
  font-size: clamp(13px, calc(13 / var(--base-width-sp) * 100vw), 20px);
  font-weight: 600;
  line-height: 1.5384615385;
}
.apply_card_text:nth-of-type(1) {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .apply_card_text:nth-of-type(1) {
    margin-bottom: clamp(30px, 26.0416666667vw, 200px);
  }
}
@media screen and (max-width: 650px) {
  .apply_card_text:nth-of-type(1) {
    margin-bottom: clamp(30px, 15.3846153846vw, 100px);
  }
}
@media screen and (max-width: 550px) {
  .apply_card_text:nth-of-type(1) {
    margin-bottom: clamp(30px, 9.0909090909vw, 50px);
  }
}
@media screen and (max-width: 450px) {
  .apply_card_text:nth-of-type(1) {
    margin-bottom: clamp(30px, calc(30 / var(--base-width-sp) * 100vw), 500px);
  }
}
.apply_card_text:nth-of-type(2) {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .apply_card_text:nth-of-type(2) {
    margin-bottom: clamp(50px, 26.0416666667vw, 200px);
  }
}
@media screen and (max-width: 650px) {
  .apply_card_text:nth-of-type(2) {
    margin-bottom: clamp(50px, 23.0769230769vw, 150px);
  }
}
@media screen and (max-width: 550px) {
  .apply_card_text:nth-of-type(2) {
    margin-bottom: clamp(50px, 14.5454545455vw, 80px);
  }
}
@media screen and (max-width: 450px) {
  .apply_card_text:nth-of-type(2) {
    margin-bottom: clamp(50px, calc(50 / var(--base-width-sp) * 100vw), 500px);
  }
}
.apply_card_text span {
  display: block;
}

.condition {
  padding: clamp(17px, calc(17 / var(--base-width-sp) * 100vw), 25px) clamp(13px, calc(13 / var(--base-width-sp) * 100vw), 25px) 50px;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 40px;
  position: relative;
}
.condition .sectionTitle {
  margin-bottom: 19px;
}
.condition_texts_image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.condition_texts_images {
  display: flex;
  justify-content: space-between;
  margin-block: 30px;
  gap: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
}
@media screen and (max-width: 600px) {
  .condition_texts_images {
    flex-direction: column;
  }
}
.condition_texts_images_title {
  margin-bottom: 10px;
  font-size: 103%;
  font-family: var(--font-sub2);
}
.condition_texts_images_inner {
  width: calc((100% - clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px)) / 2);
}
@media screen and (max-width: 600px) {
  .condition_texts_images_inner {
    width: 100%;
  }
}
.condition_texts_images_inner_inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .condition_texts_images_inner_inner {
    width: 100%;
  }
}
.condition_texts_images_inner_inner img {
  width: calc((100% - clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px)) / 2);
}
.condition_texts_images2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-block: 30px;
  gap: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
}
.condition_texts_images2 img {
  width: calc((100% - clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px) * 7) / 8);
}
@media screen and (max-width: 600px) {
  .condition_texts_image {
    width: calc((100% - clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px)) / 2);
  }
}
.condition_texts_link {
  color: var(--color-green);
  text-decoration: none;
}

.caution {
  padding: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 25px) clamp(9px, calc(9 / var(--base-width-sp) * 100vw), 25px);
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 100px;
}
.caution .sectionTitle {
  margin-bottom: 15px;
}
.caution_text_link {
  text-decoration: none;
  color: inherit;
}

.form {
  max-width: 800px;
  margin-inline: auto;
}
.form:where(.mode-form *) {
  padding-bottom: 35px;
}
.formSection {
  background-color: #F5F5F5;
  display: none;
}
.formSection:where(.mode-form *, .mode-confirm *) {
  display: block;
}
.formSection:where(.mode-form *) {
  padding-top: 46px;
}
.formWrap_title {
  font-size: clamp(25px, calc(25 / var(--base-width-sp) * 100vw), 36px);
  color: var(--color-pink);
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
}
.form_inner {
  padding-inline: 13px;
}
.form_inner_title {
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 20px);
  font-weight: 600;
  color: var(--color-gray);
  margin-bottom: 14px;
}
.form_inner_title2 {
  text-align: center;
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 30px);
  color: var(--color-gray);
  font-weight: 600;
  margin-bottom: 15px;
}
.form_item {
  width: 100%;
}
.form_items {
  display: flex;
  gap: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
  margin-bottom: 21px;
}
.form_itemsWrap:where(.mode-confirm *) {
  display: none;
}
.form_item_label {
  color: var(--color-gray);
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  letter-spacing: -0.07rem;
}
.form_item_label.-file {
  background-color: #17A044;
  color: white;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: clamp(40px, calc(40 / var(--base-width-sp) * 100vw), 50px);
  border: solid 2px #17A044;
  transition: all 0.3s;
  padding-inline: 20px;
}
.form_item_label.-file:hover {
  cursor: pointer;
  background-color: white;
  color: #17A044;
}
.form_item_label_text2 {
  font-size: clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 18px);
  font-weight: 500;
  text-align: center;
}
.form_item_label_text2 .small {
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 14px);
}
.form_item_label_text1 {
  text-align: center;
  display: block;
}
.form_item_required, .form_item_any {
  border-radius: 999px;
  font-size: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 14px);
  font-weight: 600;
  padding: 2px 6px;
  letter-spacing: -0.05rem;
  position: relative;
  top: -2px;
  flex-shrink: 0;
}
.form_item_required {
  color: white;
  background-color: var(--color-pink);
}
.form_item_any {
  color: #000AFF;
  background-color: white;
}
.form_item_content.-radio {
  display: flex;
  gap: 34px;
}
.form_item_input-radio {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3px;
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  font-weight: 600;
  color: var(--color-gray);
}
.form_item_input-radio input {
  margin-bottom: 3px;
  accent-color: var(--color-pink);
}
.form_item_select {
  height: clamp(35px, calc(35 / var(--base-width-sp) * 100vw), 45px);
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  width: 100%;
  color: var(--color-gray);
  padding-inline: 10px 20px;
}
.form_item_select option {
  color: #000;
}
.form_item_select option[value=""] {
  color: var(--color-gray);
}
.form_item_select:required:valid {
  color: #000;
}
.form_upload {
  margin-top: 28px;
  margin-bottom: 21px;
}
.form_upload_title {
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 30px);
  font-weight: 600;
  color: var(--color-gray);
  text-align: center;
  margin-bottom: 21px;
}
.form_upload_text1 {
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 18px);
  font-weight: 600;
  color: var(--color-gray);
  margin-bottom: 9px;
}
.form_upload_text2 {
  font-weight: 600;
  color: var(--color-gray);
  margin-bottom: 9px;
  margin-bottom: 20px;
  font-size: clamp(12px, 12 / var(--base-width-sp) * 100vw, 14px);
}
.form_upload_image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.form_submitWrap {
  text-align: center;
}
.form_btn:where(button) {
  background-color: var(--color-pink);
  color: white;
  text-align: center;
  border-radius: 999px;
  border: none;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding-block: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 15px);
  line-height: 1;
  font-size: clamp(17px, calc(17 / var(--base-width-sp) * 100vw), 22px);
  font-weight: 500;
  border: solid 2px var(--color-pink);
  transition: all 0.3s;
}
.form_btn:where(button):hover {
  background-color: white;
  color: var(--color-pink);
}
.form_btn:where(.back-btn) {
  background-color: white;
  color: var(--color-pink);
}
.form_btn:where(.back-btn):hover {
  background-color: var(--color-pink);
  color: white;
}
.form_btn.-button:hover {
  cursor: pointer;
}
.form_btn.-button:where(.mode-confirm *) {
  display: none;
}
.form_btn.-input {
  display: none;
  cursor: pointer;
}
.form_btn.-input:where(.mode-confirm *) {
  display: block;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  padding-inline: 10px;
  border-radius: 5px;
  border: solid 1px var(--color-gray);
  height: clamp(35px, calc(35 / var(--base-width-sp) * 100vw), 45px);
  align-items: center;
  display: flex;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  font-weight: 600;
  color: var(--color-gray);
  opacity: 0.6;
}

input::placeholder,
textarea::placeholder {
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
  font-weight: 600;
  color: var(--color-gray);
  opacity: 0.6;
}

input[type=date] {
  display: block;
  font-size: clamp(12px, calc(12 / var(--base-width-sp) * 100vw), 16px);
}

input[type=date]:not(:valid) {
  font-weight: 600;
  color: var(--color-gray);
  opacity: 0.6;
}

input[type=file] {
  display: none;
}

input[name=address1] {
  background-color: #DDD;
  color: var(--color-gray);
}

.pageNonTop {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: calc(20 / var(--base-width-sp) * 100vw);
  padding-bottom: 150px;
}

.sectionUl {
  padding-inline: 20px;
}
.sectionUl_li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 26px);
  color: var(--color-gray);
  font-weight: 600;
}
.sectionUl_li:not(:last-of-type) {
  margin-bottom: 25px;
}
.sectionUl_li::before {
  content: "";
  display: block;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  width: 30px;
  aspect-ratio: 1/1;
}

.formConfirm {
  max-width: 1160px !important;
}
.formConfirm .sectionWrap {
  padding-inline: 0;
}
.formConfirm .sectionTitle2 {
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 26px);
}
.formConfirm_inner_title {
  font-size: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 20px);
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--color-green);
}
.formConfirm_inner_title2 {
  font-size: clamp(16px, calc(16 / var(--base-width-sp) * 100vw), 20px);
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .formConfirm_inner_title2 {
    text-align: center;
  }
}
.formConfirm_item {
  margin-bottom: 20px;
}
.formConfirm_items {
  width: calc((100% - 20px) / 2);
}
.formConfirm_itemsWrap {
  display: flex;
  gap: 30px 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .formConfirm_itemsWrap {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .formConfirm_items {
    width: 100%;
  }
}
.formConfirm_itemWrap {
  display: flex;
  gap: 0 20px;
}
.formConfirm_itemWrap > div {
  width: calc((100% - 20px) / 2);
}
.formConfirm_item_title {
  font-size: clamp(8px, calc(8 / var(--base-width-sp) * 100vw), 10px);
  font-weight: 600;
  color: var(--color-green);
  line-height: 1.5;
}
.formConfirm_item_content {
  font-size: clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 14px);
  font-weight: 600;
  color: var(--color-gray);
  line-height: 1.5;
}
.formConfirm_item_content:where(.-file *) {
  position: relative;
}
.formConfirm_item_content:where(.-file *):has(img) {
  padding: 12px;
  background-color: #CCCCCC;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
}
.formConfirm_item_content_btn {
  display: none;
  position: absolute;
  border-radius: 999px;
  background-color: white;
  color: var(--color-pink);
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 16px);
  font-weight: 600;
  padding: 2px 14px 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formConfirm_item_content:where(.-file *):has(img) .formConfirm_item_content_btn {
  display: block;
}
.formConfirm_item_preview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sending {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: auto;
}
.sending:where(.-active) {
  display: block;
}
.sending_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 210;
  transform: translate(-50%, -50%);
  padding: 48px 30px 30px;
  padding: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 48px) clamp(15px, calc(15 / var(--base-width-sp) * 100vw), 30px) clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 30px);
  background-color: white;
  border: solid 1px var(--color-gray);
  width: calc(100% - 30px);
  max-width: 1000px;
}
.sending_title {
  font-size: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 30px);
  font-weight: 600;
  text-align: center;
  margin-bottom: clamp(5px, calc(5 / var(--base-width-sp) * 100vw), 30px);
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sending_title_rotate {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 25px;
  overflow: visible;
  width: clamp(35px, calc(35 / var(--base-width-sp) * 100vw), 50px);
  height: clamp(35px, calc(35 / var(--base-width-sp) * 100vw), 50px);
  line-height: 0;
  position: relative;
}
.sending_title_tree {
  width: clamp(18px, calc(18 / var(--base-width-sp) * 100vw), 25px);
  height: clamp(18px, calc(18 / var(--base-width-sp) * 100vw), 25px);
  -webkit-animation: tree-zoom 3s ease-in-out infinite;
          animation: tree-zoom 3s ease-in-out infinite;
  will-change: transform;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  top: 3px;
}
.sending_title_treeWrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.sending_title_circle {
  width: clamp(35px, calc(35 / var(--base-width-sp) * 100vw), 50px);
  height: clamp(35px, calc(35 / var(--base-width-sp) * 100vw), 50px);
  max-width: initial;
  max-height: initial;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.sending_title_circleWrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: spin 6s linear infinite;
          animation: spin 6s linear infinite;
}
.sending iframe {
  width: 100%;
  aspect-ratio: 560/315;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    top: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    left: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(90deg);
  }
  33% {
    top: clamp(4.06px, calc(4.06 / var(--base-width-sp) * 100vw), 5.8px);
    left: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 4px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(120deg);
  }
  37.5% {
    top: clamp(4.9px, calc(4.9 / var(--base-width-sp) * 100vw), 7px);
    left: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(135deg);
  }
  50% {
    top: clamp(8.4px, calc(8.4 / var(--base-width-sp) * 100vw), 12px);
    left: clamp(1.4px, calc(1.4 / var(--base-width-sp) * 100vw), 2px);
    transform: rotate(180deg);
  }
  62.5% {
    top: clamp(8.4px, calc(8.4 / var(--base-width-sp) * 100vw), 12px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(1.4px, calc(1.4 / var(--base-width-sp) * 100vw), 2px);
    transform: rotate(225deg);
  }
  66% {
    top: clamp(6.65px, calc(6.65 / var(--base-width-sp) * 100vw), 9.5px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(2.45px, calc(2.45 / var(--base-width-sp) * 100vw), 3.5px);
    transform: rotate(240deg);
  }
  75% {
    top: clamp(4.9px, calc(4.9 / var(--base-width-sp) * 100vw), 7px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    transform: rotate(270deg);
  }
  87.5% {
    top: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    transform: rotate(305deg);
  }
  100% {
    top: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    top: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    left: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(90deg);
  }
  33% {
    top: clamp(4.06px, calc(4.06 / var(--base-width-sp) * 100vw), 5.8px);
    left: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 4px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(120deg);
  }
  37.5% {
    top: clamp(4.9px, calc(4.9 / var(--base-width-sp) * 100vw), 7px);
    left: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(135deg);
  }
  50% {
    top: clamp(8.4px, calc(8.4 / var(--base-width-sp) * 100vw), 12px);
    left: clamp(1.4px, calc(1.4 / var(--base-width-sp) * 100vw), 2px);
    transform: rotate(180deg);
  }
  62.5% {
    top: clamp(8.4px, calc(8.4 / var(--base-width-sp) * 100vw), 12px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(1.4px, calc(1.4 / var(--base-width-sp) * 100vw), 2px);
    transform: rotate(225deg);
  }
  66% {
    top: clamp(6.65px, calc(6.65 / var(--base-width-sp) * 100vw), 9.5px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(2.45px, calc(2.45 / var(--base-width-sp) * 100vw), 3.5px);
    transform: rotate(240deg);
  }
  75% {
    top: clamp(4.9px, calc(4.9 / var(--base-width-sp) * 100vw), 7px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    transform: rotate(270deg);
  }
  87.5% {
    top: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(3.5px, calc(3.5 / var(--base-width-sp) * 100vw), 5px);
    transform: rotate(305deg);
  }
  100% {
    top: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    left: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    right: clamp(0px, calc(0 / var(--base-width-sp) * 100vw), 0px);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tree-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tree-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.error .sectionSubTitle {
  margin-bottom: 80px;
}
.error .sectionUl {
  margin-bottom: 150px;
}

.page-error .sectionSubTitle {
  white-space: pre-wrap;
}

.success .sectionText2 {
  margin-bottom: 50px;
}
.success .sectionUl {
  margin-bottom: 26px;
}

.maintenance .sectionTitle2 {
  margin-bottom: 50px;
}
.maintenance .sectionText2 {
  margin-bottom: 50px;
}
.maintenance .sectionUl {
  margin-bottom: 170px;
}

/* エラーのポップアップ */
.popup {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 60px 100px;
  border-radius: 10px;
  text-align: center;
  border: solid 1px var(--color-pink);
}
@media only screen and (max-width: 767px) {
  .popup_inner {
    border-radius: 5px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 35px 45px;
  }
}

.popup_text {
  /* font-: "Noto Sans JP", sans-serif; */
  font-weight: 400;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #000000;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .popup_text {
    margin: 0 0 20px;
    font-size: 14px;
  }
}

.btn-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  padding: 0 25px;
  border-radius: 30px;
  height: 60px;
  border: solid 2px var(--color-pink);
  font-weight: 700;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #2f3093;
  background-color: #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .btn-popup {
    transition: color 250ms ease, background-color 250ms ease;
  }
  .btn-popup:hover {
    color: #ffffff;
    background-color: var(--color-pink);
  }
}
@media only screen and (max-width: 767px) {
  .btn-popup {
    line-height: 1.5;
    font-size: 16px;
  }
}
.popup-file {
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.popup-file_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 60px 100px;
  border-radius: 10px;
  text-align: center;
  border: solid 1px var(--color-green);
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .popup-file_inner {
    border-radius: 5px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 35px 45px;
  }
}
.popup-file_text {
  margin-bottom: 20px;
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 16px);
  font-feature-settings: "palt";
  color: var(--color-gray);
}
.popup-file_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px);
}
.popup-file_buttons button {
  width: calc((100% - clamp(10px, calc(10 / var(--base-width-sp) * 100vw), 20px)) / 2);
  font-size: clamp(14px, calc(14 / var(--base-width-sp) * 100vw), 16px);
  height: clamp(40px, calc(40 / var(--base-width-sp) * 100vw), 60px);
  white-space: nowrap;
  color: var(--color-green);
  border-color: var(--color-green);
  font-weight: bold;
}
.popup-file_buttons button:hover {
  background-color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .popup-file_buttons button {
    width: 100%;
  }
}

/* 個別部ここまで
---------- ---------- */
.footer__totop,
.footer__x,
.footer__instagram,
.map__btn-x,
.gift__link,
.gift__btn-cont,
.rule__link,
.movie__story-btn,
.nav__link,
.js-modal__close,
.link {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .footer__totop,
.footer__x,
.footer__instagram,
.map__btn-x,
.gift__link,
.gift__btn-cont,
.rule__link,
.movie__story-btn,
.nav__link,
.js-modal__close,
.link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .footer__totop:hover,
.footer__x:hover,
.footer__instagram:hover,
.map__btn-x:hover,
.gift__link:hover,
.gift__btn-cont:hover,
.rule__link:hover,
.movie__story-btn:hover,
.nav__link:hover,
.js-modal__close:hover,
.link:hover {
    opacity: 0.5;
  }
}
.footer__container,
.map__contents,
.gift__container,
.campaign__container,
.product__container,
.product__lineup-box,
.character__container,
.movie__container,
.lead__container,
.nav__container,
.mv__container,
.cont__contents {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* footer:start */
.footer {
  background-color: #00a13f;
  position: relative;
  z-index: 1;
}

.footer__container {
  padding-top: 25px;
  padding-bottom: 145px;
}

@media screen and (max-width: 767px) {
  .footer__container {
    padding-top: 2.6666666667%;
    padding-bottom: 21.3333333333vw;
  }
}
.footer__totop {
  display: block;
  width: 3.8067349927%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4641288433%;
}

@media screen and (max-width: 767px) {
  .footer__totop {
    width: 8.5333333333%;
    margin-bottom: 4%;
  }
}
.footer__totop-arrow {
  margin-bottom: 20%;
  -webkit-animation: totopAnim 2s infinite;
          animation: totopAnim 2s infinite;
}

.footer__btn-share {
  display: block;
  width: 22.6207906296%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer__btn-share {
    transform: scale(1);
    transition: transform 0.3s;
  }
  .footer__btn-share:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .footer__btn-share {
    width: 54.6666666667%;
  }
}
.footer__box {
  width: 100%;
  display: flex;
  padding-top: 4.0263543192%;
}

@media screen and (max-width: 767px) {
  .footer__box {
    flex-direction: column;
    padding-top: 6%;
  }
}
.footer__logo {
  width: min(356px, 26.0614934114vw);
  margin-left: min(502px, 36.7496339678vw);
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}
.footer__inner {
  width: 16.8374816984%;
  margin-right: 4.7584187408%;
  margin-top: 2.196193265%;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: 22.2666666667%;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10.6666666667%;
  }
}
.footer__txt {
  width: 56.9565217391%;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__txt {
    width: 84.4311377246%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.1796407186%;
  }
}
.footer__sns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .footer__sns {
    flex-direction: row;
  }
}
.footer__x {
  display: block;
  width: 66.0869565217%;
  padding-top: min(15px, 1.0980966325vw);
}

@media screen and (max-width: 767px) {
  .footer__x {
    width: 45.5089820359%;
    padding-top: 0;
  }
}
.footer__instagram {
  display: block;
  width: 96.5217391304%;
  padding-top: min(10px, 0.7320644217vw);
}

@media screen and (max-width: 767px) {
  .footer__instagram {
    width: 45.5089820359%;
    padding-top: 0;
  }
}
@-webkit-keyframes totopAnim {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes totopAnim {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
  }
}
/* footer:end */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  user-drag: none;
}