@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Author: COMLAB
*/
/* font
  ========================================================================== */
/*Import font data*/
/*font family settings*/
/* mixin
  ========================================================================== */
/* !このファイルは制作時に書き換えを行わないでください! */
/* base
  ========================================================================== */
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #222;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.slick-slide {
  outline: none;
}

li {
  list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
  position: relative;
  top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォーカスインジケーターの表示 */
/*
*:focus-visible {
  outline: 2px solid #33568A;
  outline-offset:2px;
}
*/
/* header
   ========================================================================== */
/* block skip */
.c-skip_nav a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-skip_nav a:focus, .c-skip_nav a a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 5px;
  left: 5px;
  clip: auto;
  z-index: 1000;
  font-size: 1.8rem;
  padding: 5px;
  background-color: #FFF;
  border: #CCC solid 1px;
  text-align: center;
}

/* 404(notfound)
   ========================================================================== */
.p-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
}
@media screen and (max-width: 840px) {
  .p-notfound {
    height: 330px;
  }
}

.p-notfound__text {
  padding-top: 3em;
}

.p-notfound__button {
  padding-top: 3em;
}
.p-notfound__button > a {
  text-decoration: underline;
}

/* common
  ========================================================================== */
body {
  font-family: Yu Gothic, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  min-height: 100vh;
  position: relative;
  color: #3a3431;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  scale: 1.05;
}
body#index {
  opacity: 0;
}

/* header
  ========================================================================== */
/* .l-header*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 5;
}
@media (max-width: 1140px) {
  .l-header {
    width: 500px;
    height: 90px;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header_logo {
  position: absolute;
  top: 1.3svh;
  left: 2.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 20;
}
@media (max-width: 1140px) {
  .p-header_logo {
    position: static;
    height: 100%;
  }
}

.p-header_logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1140px) {
  .p-header_logo__link {
    height: 100%;
    padding: 0.4em 1.65em 0 1.65em;
  }
  body:not([data-scroll="1"]) .p-header_logo__link, body.js-humburgerOpen .p-header_logo__link {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  }
}
.p-header_logo__link img {
  width: 243px;
}
@media (max-width: 1140px) {
  .p-header_logo__link img {
    width: 160px;
  }
}

.p-header_nav {
  position: absolute;
  top: calc(4.9svh + 77px);
  left: calc(2.5% + 0.7em);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 20;
}
@media (max-width: 1140px) {
  .p-header_nav {
    display: none;
  }
}

.p-header_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-header_nav__list:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 1.4em - 1.5lh);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto 0;
}
.p-header_nav__list .__item {
  position: relative;
}
.p-header_nav__list .__item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.p-header_nav__list .__item .__item__link {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0.7em;
}
body[data-scroll="1"] .p-header_nav__list .__item:nth-of-type(1) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="2"] .p-header_nav__list .__item:nth-of-type(2) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="3"] .p-header_nav__list .__item:nth-of-type(3) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="4"] .p-header_nav__list .__item:nth-of-type(4) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="5"] .p-header_nav__list .__item:nth-of-type(5) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="6"] .p-header_nav__list .__item:nth-of-type(6) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="7"] .p-header_nav__list .__item:nth-of-type(7) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="8"] .p-header_nav__list .__item:nth-of-type(8) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="9"] .p-header_nav__list .__item:nth-of-type(9) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}
body[data-scroll="10"] .p-header_nav__list .__item:nth-of-type(10) .__item__link {
  opacity: 0.5;
  pointer-events: none;
}

.p-header_symbol {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  right: calc(50% - 250px);
  height: 100%;
  width: 5.58svw;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.1725svh 0;
}
@media (max-width: 1140px) {
  .p-header_symbol {
    display: none;
  }
}
.p-header_symbol .__item .__item__link {
  text-indent: -9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header_symbol .__item .__item__link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
body[data-scroll="1"] .p-header_symbol .__item:nth-of-type(1) .__item__link {
  pointer-events: none;
}
body[data-scroll="1"] .p-header_symbol .__item:nth-of-type(1) .__item__link:before {
  background: #fff;
}
body[data-scroll="2"] .p-header_symbol .__item:nth-of-type(2) .__item__link {
  pointer-events: none;
}
body[data-scroll="2"] .p-header_symbol .__item:nth-of-type(2) .__item__link:before {
  background: #fff;
}
body[data-scroll="3"] .p-header_symbol .__item:nth-of-type(3) .__item__link {
  pointer-events: none;
}
body[data-scroll="3"] .p-header_symbol .__item:nth-of-type(3) .__item__link:before {
  background: #fff;
}
body[data-scroll="4"] .p-header_symbol .__item:nth-of-type(4) .__item__link {
  pointer-events: none;
}
body[data-scroll="4"] .p-header_symbol .__item:nth-of-type(4) .__item__link:before {
  background: #fff;
}
body[data-scroll="5"] .p-header_symbol .__item:nth-of-type(5) .__item__link {
  pointer-events: none;
}
body[data-scroll="5"] .p-header_symbol .__item:nth-of-type(5) .__item__link:before {
  background: #fff;
}
body[data-scroll="6"] .p-header_symbol .__item:nth-of-type(6) .__item__link {
  pointer-events: none;
}
body[data-scroll="6"] .p-header_symbol .__item:nth-of-type(6) .__item__link:before {
  background: #fff;
}
body[data-scroll="7"] .p-header_symbol .__item:nth-of-type(7) .__item__link {
  pointer-events: none;
}
body[data-scroll="7"] .p-header_symbol .__item:nth-of-type(7) .__item__link:before {
  background: #fff;
}
body[data-scroll="8"] .p-header_symbol .__item:nth-of-type(8) .__item__link {
  pointer-events: none;
}
body[data-scroll="8"] .p-header_symbol .__item:nth-of-type(8) .__item__link:before {
  background: #fff;
}
body[data-scroll="9"] .p-header_symbol .__item:nth-of-type(9) .__item__link {
  pointer-events: none;
}
body[data-scroll="9"] .p-header_symbol .__item:nth-of-type(9) .__item__link:before {
  background: #fff;
}
body[data-scroll="10"] .p-header_symbol .__item:nth-of-type(10) .__item__link {
  pointer-events: none;
}
body[data-scroll="10"] .p-header_symbol .__item:nth-of-type(10) .__item__link:before {
  background: #fff;
}

/* .c-humburger */
.c-humburger {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1141px) {
  .c-humburger {
    display: none;
  }
}

.c-humburger__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-transition: gap 0.25s;
  transition: gap 0.25s;
}
.js-humburgerOpen .c-humburger__wrapper {
  gap: 0;
}

.c-humburger__bar {
  width: 44%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
body:not([data-scroll="1"]) .c-humburger__bar, body.js-humburgerOpen .c-humburger__bar {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}
.js-humburgerOpen .c-humburger__bar {
  width: 54%;
}
.js-humburgerOpen .c-humburger__bar.__top {
  -webkit-transform: translate(0%, 85%) rotate(45deg);
          transform: translate(0%, 85%) rotate(45deg);
}
.js-humburgerOpen .c-humburger__bar.__middle {
  opacity: 0;
}
.js-humburgerOpen .c-humburger__bar.__bottom {
  -webkit-transform: translate(0%, -85%) rotate(-45deg);
          transform: translate(0%, -85%) rotate(-45deg);
}

/* .p-humburger_menu */
.p-humburger_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  height: 100%;
  z-index: 50;
  background: rgba(58, 52, 49, 0.95);
}

.p-humburger_menu__wrapper {
  padding: 90px 0 75px;
  overflow: auto;
  max-height: 100%;
}
.p-humburger_menu__wrapper::-webkit-scrollbar {
  width: 0;
}
.p-humburger_menu__wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 212, 182, 0);
}
.p-humburger_menu__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 146, 78, 0);
}

.p-humburger_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4em 0;
}
.p-humburger_menu__list .__item .__item__link {
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 0;
}

/* main
  ========================================================================== */
/* .l-main*/
.l-main {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
}
.l-main img {
  width: 100%;
}

/* aside
  ========================================================================== */
/* .p-aside */
.p-aside {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  z-index: 2000;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
body[data-scroll="1"] .p-aside {
  opacity: 0;
  pointer-events: none;
}

.p-aside_nav {
  background: #fff;
}

.p-aside_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1px;
}

.p-aside_nav__list__item .__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* footer
  ========================================================================== */
/* .p-footer_lp */
.p-footer_lp {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: #3a3431;
  padding-bottom: 75px;
}

/* lp
  ========================================================================== */
/* .p-202601open_kv */
.p-202601open_kv {
  position: relative;
}
.p-202601open_kv:before, .p-202601open_kv:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
}
.p-202601open_kv:before {
  top: 1.6em;
  left: 4.5%;
  width: 119px;
  height: auto;
  background: url(./img/common/logo-common_header.svg) no-repeat center/contain;
  aspect-ratio: 300/55;
}
@media (max-width: 1140px) {
  .p-202601open_kv:before {
    display: none;
  }
}
.p-202601open_kv:after {
  width: 100%;
  height: 58px;
  background: url(./img/202601open/img-202601open_scroll.png) no-repeat center/contain;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(77%);
          transform: translateY(77%);
}

.p-202601open_kv__anchor {
  display: block;
  width: 160px;
  height: auto;
  position: absolute;
  top: 528px;
  right: 4.9%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.p-202601open_kv__anchor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-202601open_floor__slider */
.p-202601open_floor__slider.slick-slider {
  background: #f9f9f9;
  margin-bottom: 0;
  padding: 6.8em 0 5.2em;
}
.p-202601open_floor__slider.slick-slider .slick-arrow {
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(155, 155, 155, 0.5);
  z-index: 10;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_floor__slider.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.p-202601open_floor__slider.slick-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-202601open_floor__slider.slick-slider .slick-arrow.slick-prev {
  left: 3px;
}
.p-202601open_floor__slider.slick-slider .slick-arrow.slick-prev:before {
  rotate: 135deg;
  left: 47%;
}
.p-202601open_floor__slider.slick-slider .slick-arrow.slick-next {
  right: 3px;
}
.p-202601open_floor__slider.slick-slider .slick-arrow.slick-next:before {
  rotate: -45deg;
  right: 47%;
}
.p-202601open_floor__slider.slick-slider .slick-dots {
  position: static;
  width: 450px;
  margin: 2.55em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-202601open_floor__slider.slick-slider .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  margin: 0;
  background: #aaa;
}
.p-202601open_floor__slider.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.p-202601open_floor__slider.slick-slider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  background: #aaa;
  line-height: 1;
  opacity: 1;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.p-202601open_floor__slider.slick-slider .slick-dots li.slick-active {
  background: #fff;
}
.p-202601open_floor__slider.slick-slider .slick-dots li.slick-active ~ li {
  background: #fff;
}
.p-202601open_floor__slider.slick-slider .slick-dots li.slick-active ~ li button:before {
  width: 0;
}

.p-202601open_floor__slider__box {
  width: 100%;
  max-width: 500px;
  padding: 0 25px;
}
.p-202601open_floor__slider:not(.slick-initialized) .p-202601open_floor__slider__box {
  display: none;
}
.p-202601open_event__map {
  padding-top: 53px;
}

.p-202601open_event__map__iframe {
  padding: 0 25px;
}
.p-202601open_event__map__iframe iframe {
  width: 100%;
  height: 202px;
}

/* .p-202601open_catalog */
.p-202601open_catalog {
  position: relative;
}

.p-202601open_catalog__btn {
  position: absolute;
  z-index: 10;
  border-radius: 50px;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.p-202601open_catalog__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-202601open_form */
.p-202601open_form {
  background: #e7e7e7;
  padding-bottom: 3.4em;
  /* .wpcf7 */
}
.p-202601open_form {
  /* .p-form_list */
}
.p-202601open_form .p-form_list {
  width: 450px;
  margin: 0 auto;
  padding-top: 2.2em;
  position: relative;
  font-size: 1.375rem;
  font-weight: 300;
}
.p-202601open_form .p-form_list input[type=checkbox] {
  width: 19px;
  height: 19px;
  border-radius: 5px;
  cursor: pointer;
}
.p-202601open_form .p-form_list:not(:has(.p-form_list__submit)):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 48px 0 48px;
  border-color: #2e7cb7 transparent transparent transparent;
  margin: 3em auto 4em;
}
.p-202601open_form .p-form_list__title {
  width: 100%;
  gap: 0 0.02em;
  position: relative;
  font-weight: 500;
  font-size: 1.4375rem;
}
.js-isWin .p-202601open_form .p-form_list__title {
  font-weight: 700;
}
.p-202601open_form .p-form_list__title .__require {
  color: #d62f2f;
  font-weight: 500;
  font-size: 1.375rem;
  margin-left: 0.5em;
}
.p-202601open_form .p-form_list__box {
  padding: 0.975em 0;
}
.p-202601open_form .p-form_list__box:first-of-type {
  padding-top: 0;
}
.p-202601open_form .p-form_list__box:not(.__checkbox) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  gap: 0.35em 0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em 2.82em;
}
@media (max-width: 840px) {
  .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/common/icon-form_check.svg);
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.75em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 1;
  background: url(./img/common/icon-form_check__wt.svg) no-repeat center/95% #fff;
  border: 2px solid #333;
  cursor: pointer;
  transition: background 0.25s;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em 1.5em;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-underline-offset: 0.3em;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/common/icon-form_check.svg);
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 500;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.75em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 1;
  background: url(./img/common/icon-form_check__wt.svg) no-repeat center/95% #fff;
  border: 2px solid #333;
  cursor: pointer;
  transition: background 0.25s;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap {
  width: 100%;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-select) {
  display: block;
  position: relative;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100% !important;
  letter-spacing: inherit;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  padding-left: 0.8em;
  -webkit-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
  background: #fff;
  border: 1px solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-webkit-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-webkit-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-webkit-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-moz-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-moz-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel:-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email:-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-ms-input-placeholder, .p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::placeholder,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::placeholder,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::placeholder,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  height: 64px;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  background: #fff;
  font-weight: 500;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:not(.is-active) {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 266px;
  line-height: 1.6;
  resize: none;
  padding: 0.5em 0.7em;
}
.p-202601open_form .p-form_list__box.__your-kind > p {
  gap: 0.4em 0;
}
.p-202601open_form .p-form_list__box.__your-date > p.p-form_list__title {
  display: block;
}
.p-202601open_form .p-form_list__box.__your-date > ul.p-form_list__note {
  padding: 0.75em 2.5%;
  margin-bottom: 1.275em;
}
.p-202601open_form .p-form_list__box.__your-date > ul.p-form_list__note > li {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-202601open_form .p-form_list__box.__your-date > ul.p-form_list__note > li + li {
  margin-top: 0.25em;
}
.p-202601open_form .p-form_list__box.__your-date > ul.p-form_list__note > li > p {
  text-indent: -1em;
  padding-left: 1em;
}
.p-202601open_form .p-form_list__box.__your-date > ul.p-form_list__note > li > p::before {
  content: "※";
}
.p-202601open_form .p-form_list__box.__your-date .__calender {
  margin-top: 1.4em;
}
.p-202601open_form .p-form_list__box.__your-date .__time {
  margin-top: 0.5em;
}
.p-202601open_form .p-form_list__box.__your-date .__calender {
  display: block;
}
.p-202601open_form .p-form_list__box.__your-date .__calender p:has(.__calender__label) .__calender__label {
  font-weight: 500;
}
.js-isWin .p-202601open_form .p-form_list__box.__your-date .__calender p:has(.__calender__label) .__calender__label {
  font-weight: 700;
}
.p-202601open_form .p-form_list__box.__your-date .__calender p:has(.__calender__label) .__calender__label .__require {
  color: #d62f2f;
  font-weight: 500;
  font-size: 1.375rem;
  margin-left: 0.5em;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main {
  width: 265px;
  margin-top: 0.35em;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #333;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  letter-spacing: 0.04em;
  padding: 0 1em 0 0.8em;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p > label:not(.is-active) {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p > label:after {
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  background: url(./img/common/icon-form_calender.svg) no-repeat center/contain;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p .wpcf7-form-control-wrap .wpcf7-date {
  position: relative;
  width: 100%;
  height: 64px;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
}
.p-202601open_form .p-form_list__box.__your-date .__calender .__calender__main > p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -0.5em;
  left: auto;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-202601open_form .p-form_list__box.__your-date .__time {
  display: block;
  width: 265px;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p .wpcf7-form-control-wrap {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  height: 100%;
  width: 19px;
  background: url(./img/common/icon-form_select.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 1em;
  pointer-events: none;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p .wpcf7-form-control-wrap:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p .wpcf7-form-control-wrap .wpcf7-select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  height: 64px;
  width: 100%;
  font-weight: 500;
  padding-left: 0.9em;
  background: #fff;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p .wpcf7-form-control-wrap .wpcf7-select:not(.is-active) {
  color: #c0c0c0;
}
.p-202601open_form .p-form_list__box.__your-date .__time > p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -0.5em;
  left: auto;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-202601open_form .p-form_list__box.__your-subject {
  border-bottom: 0;
}
.p-202601open_form .p-form_list__box.__your-subject > p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-202601open_form .p-form_list__box.__your-subject > p .__note {
  width: calc(100% - 195px);
  margin-top: 1.3em;
  margin-left: auto;
}
.p-202601open_form .p-form_list__box.__your-subject > p .wpcf7-not-valid-tip {
  position: relative;
  white-space: normal;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-top: 0.5em;
}
.p-202601open_form .p-form_list__pp {
  width: 100%;
  margin-top: 1.4em;
  margin-left: auto;
}
.p-202601open_form .p-form_list__pp p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/common/icon-form_check.svg);
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.js-isWin .p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 700;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label > a:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.75em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 1;
  background: url(./img/common/icon-form_check__wt.svg) no-repeat center/95% #fff;
  border: 2px solid #333;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_form .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__submit {
  margin-top: 2.95em;
}
.p-202601open_form .p-form_list__submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
}
.p-202601open_form .p-form_list__submit p .__btn {
  height: 96px;
  width: 333px;
  padding: 0 1.35em;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background: linear-gradient(85.92deg, #ef7c4b 3.84%, #d02c2f 98.93%);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-202601open_form .p-form_list__submit p .__btn:hover {
  opacity: 0.5;
}
.p-202601open_form .p-form_list__submit p .wpcf7-spinner {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}
.p-202601open_form {
  /* spinner rotation */
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
.p-202601open_form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-202601open_form .wpcf7 form.init .wpcf7-response-output,
.p-202601open_form .wpcf7 form.resetting .wpcf7-response-output,
.p-202601open_form .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.p-202601open_form .wpcf7 form .wpcf7-response-output {
  width: 100%;
  max-width: 450px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0.75em 3%;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}