@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v56-japanese_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v56-japanese_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v56-japanese_latin-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v33-japanese_latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v33-japanese_latin-700.woff2") format("woff2");
}
html {
  overflow-y: scroll;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img {
  display: block;
}

p {
  margin: 0 0 10px;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
}
.mincho {
  font-family: "Noto Serif JP", sans-serif !important;
}

.post-password-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 20px 60px;
  background: #F4F1E6;
}
.post-password-form input[type=password] {
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
}
.post-password-form label {
  width: 100%;
}
.post-password-form input[type=submit] {
  padding: 0 20px;
  min-height: 40px;
  background: #F4F1E6 !important;
  color: #2B2D24 !important;
  border: 1px solid #2B2D24 !important;
  float: right;
}

.btn1 {
  background: #b37a2a;
  color: #ffffff;
}

.btn2 {
  background: #AF864D;
  color: #ffffff;
}

a {
  font-family: sans-serif;
  text-decoration: none;
}

main {
  display: flex;
  flex-wrap: wrap;
}

.main {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
@media (min-width: 768px) {
  .main {
    max-width: 400px;
  }
}

.sticky-left,
.sticky-right {
  display: none;
}
@media (min-width: 768px) {
  .sticky-left,
  .sticky-right {
    flex: 0 0 auto;
    width: calc((100% - 400px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sticky-left__container,
.sticky-right a {
  filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
}

.sticky-left a,
.sticky-right a {
  color: #fff;
  font-weight: 700;
  border: 1px solid #0f0f0f;
  margin-bottom: 10px;
}

.sticky-left__container {
  position: fixed;
  top: 20vh;
  z-index: 2;
  border: 1px solid #0f0f0f;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  width: 22%;
  max-width: 260px;
}

.sticky-left a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 230px;
  font-size: min(1.7vw, 20px);
  border-radius: 10px;
}
.sticky-left a::before {
  right: 10px;
  width: min(3vw, 30px);
  height: min(3vw, 30px);
  border-radius: 50%;
  background-color: #fff;
}
.sticky-left a::after {
  top: min(2.2vw, 20px);
  right: min(1.5vw, 15px);
  transform: translateX(-75%) rotate(-45deg);
  width: min(1vw, 10px);
  height: min(1vw, 10px);
  border-bottom: 2px solid #0f0f0f;
  border-right: 2px solid #0f0f0f;
}
.sticky-left a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sticky-left a::before,
.sticky-left a::after {
  position: absolute;
  content: "";
}

.sticky-right__container {
  position: fixed;
  top: 20vh;
  z-index: 2;
}

.sticky-right a {
  font-size: min(2.4vw, 20px);
  text-align: center;
  width: min(18vw, 140px);
  height: min(18vw, 140px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px;
}
.sticky-right a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.sticky-right a span {
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  background: #83AD2C;
  color: #ffffff;
  padding: 0 10px;
}

.header__inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: auto;
}
@media (min-width: 768px) {
  .header__inner {
    max-width: 400px;
  }
}

.header-logo {
  flex: 0 0 auto;
  width: 50%;
  max-width: 200px;
  padding: 5px;
}

.header-logo img {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  max-width: 363px;
}

#js-hamburger {
  cursor: pointer;
}

.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
  content: "閉じる";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #ffffff;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  padding-top: 60px;
  background-color: #2B2D24;
  transition: 0.4s;
}

.header__nav-area.-active {
  right: 0;
  visibility: visible;
}

.global-navigation {
  padding: 40px 40px 120px 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .global-navigation {
    max-width: 400px;
  }
}

.global-navigation__list {
  list-style-type: none;
  padding-left: 0;
}

.global-navigation__list > li {
  padding-bottom: 20px;
  display: flex;
  justify-content: end;
}

.global-navigation__list > li + li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 28px;
}
.global-navigation__link:hover {
  color: #FF8A25;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 0.75rem;
}

.accordion__list li + li {
  margin-top: 21px;
}

.accordion__link {
  color: #ffffff;
}

.header-content {
  background: #D4CEB8;
}

.header-content__inner {
  display: flex;
  position: relative;
  max-width: 1920px;
  height: 86vh;
  max-height: 1000px;
  margin: auto;
}

.header-content__right {
  width: 100%;
}

.header-content__right {
  position: relative;
  width: 100%;
  background: #D4CEB8;
  overflow: hidden;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ureru,
.kaiketu {
  position: relative;
  background: #F4F1E6;
  color: #2B2D24;
  padding: 7% 0;
}

.motte__row {
  margin-bottom: 100px;
}

.ureru__row,
.motte__row,
.kaiketu__row {
  display: flex;
  flex-wrap: wrap;
  padding: 7%;
}

.ureru__img,
.motte__img,
.kaiketu__img {
  flex: 0 0 auto;
  width: 80%;
}
.ureru__img img,
.motte__img img,
.kaiketu__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 185/118;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

.ureru__text,
.motte__text,
.kaiketu__text {
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: min(4.6vw, 20px);
}

.ureru__title,
.motte__title,
.kaiketu__title {
  flex: 0 0 auto;
  width: 20%;
}
.ureru__title h2,
.motte__title h2,
.kaiketu__title h2 {
  font-weight: 700;
  color: #2B2D24;
  line-height: 1.3;
  writing-mode: vertical-rl;
  margin: 0 0 0 auto;
  padding-left: 5px;
  text-align: left;
  font-size: min(6vw, 26px);
}

.kaiketu {
  display: flex;
  flex-flow: row wrap;
  background: #83AD2C;
}

.circle-white-top {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle-white.svg);
  background-size: 100% 100%;
  opacity: 1;
}

.circle-gray-top {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle-gray.svg);
  background-size: 100% 100%;
  opacity: 1;
}

.circle-gray-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle-gray.svg);
  transform: scaleY(-1);
  background-size: 100% 100%;
  opacity: 1;
}

.circle-top1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  background-size: 100% 100%;
  opacity: 1;
}

.circle-top2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  background-size: 100% 100%;
  opacity: 0.6666;
  border-bottom: 30px solid #83AD2C;
}

.circle-top3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  background-size: 100% 100%;
  opacity: 0.3333;
  border-bottom: 60px solid #83AD2C;
}

.circle-bottom1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  transform: scaleY(-1);
  background-size: 100% 100%;
  opacity: 1;
}

.circle-bottom2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  transform: scaleY(-1);
  background-size: 100% 100%;
  opacity: 0.6;
  border-bottom: 30px solid #83AD2C;
}

.circle-bottom3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 90px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  transform: scaleY(-1);
  background-size: 100% 100%;
  opacity: 0.4;
  border-bottom: 60px solid #83AD2C;
}

.circle-bottom4 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background-image: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/circle1.svg);
  transform: scaleY(-1);
  background-size: 100% 100%;
  opacity: 0.2;
  border-bottom: 90px solid #83AD2C;
}

.kaiketu__title h2,
.kaiketu__text {
  color: #F4F1E6;
}

.header-cta {
  width: 100%;
  position: absolute;
  bottom: 10%;
  padding: 3rem 12px;
}

.header-cta-row {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
}

.header-cta-col {
  width: 48%;
  flex: 0 0 auto;
  padding: 0;
}

.header-cta-col a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 5px;
  font-size: min(5.2vw, 22px);
  font-weight: 700;
  width: 100%;
  max-width: 680px;
  min-height: 100px;
  text-align: center;
}

.header-cta-col:first-child a {
  border-radius: 10px;
  background: #FF8A25;
  border: 2px solid #FF8A25;
}

.header-cta-col:last-child a {
  border-radius: 10px;
  background: #ff421a;
  border: 2px solid #ff421a;
}

.header-cta-col a:hover {
  background: #ffffff;
  color: #b37a2a;
  transition: 0.2s;
}

.header-cta-col span {
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  display: block;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
  color: #2B2D24;
  font-size: min(7vw, 36px);
  font-weight: 700;
  padding: 10px;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  animation: scroll-left 18s linear infinite;
}

.marquee-track span {
  margin-right: 6rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cta {
  position: relative;
  background: #ffffff;
  padding: 60px 0;
}

.cta2 {
  position: relative;
  background: #83AD2C;
  padding: 60px 0;
}
.cta2 .marquee-track {
  color: #F4F1E6;
}

.cta-row {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
}

.cta-col {
  width: 100%;
  flex: 0 0 auto;
  padding: 0;
}

.cta-col a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 10px auto;
  padding: 5px;
  font-size: min(6vw, 30px);
  font-weight: 700;
  width: 90%;
  max-width: 680px;
  min-height: 100px;
  text-align: center;
}

.cta-col:first-child a {
  border-radius: 0;
  background: #FF8A25;
  border: 2px solid #FF8A25;
}

.cta-col:last-child a {
  border-radius: 0;
  background: #ff421a;
  border: 2px solid #ff421a;
}

.cta-col a:hover {
  background: #ffffff;
  color: #b37a2a;
  transition: 0.2s;
}

.cta-col span {
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  display: block;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.senmon {
  position: relative;
  background: #F4F1E6;
  padding: 8% 20px 10%;
}

.senmon__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 40px;
  justify-content: space-between;
  max-width: 680px;
  margin: auto;
}

.senmon__title {
  margin: 0 auto 60px;
  padding-bottom: 20px;
  text-align: center;
  color: #3A3D31;
  font-size: min(7vw, 36px);
  font-weight: 700;
  border-bottom: 2px solid #3A3D31;
  max-width: 1200px;
}

.senmon__l {
  flex: 0 0 auto;
  width: 100%;
  border-top: 3px solid #3A3D31;
  border-left: 3px solid #3A3D31;
  border-right: 3px solid #3A3D31;
  background: #ffffff;
}

.senmon__img {
  position: relative;
}

.senmon__img img {
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 46vh;
  margin: -36px auto 0;
}

.senmon__r {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.senmon__r__title {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  width: 100%;
}

.tencho {
  background: #FF8A25;
  color: #ffffff;
  padding: 5px 16px;
  border-radius: 50px;
  font-weight: 400;
}

.senmon__r__content {
  background: #ffffff;
  border: 3px solid #3A3D31;
  padding: 20px;
}

.eraberu {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.eraberu__inner {
  position: relative;
  padding: 20px;
  width: 100%;
  background: #ffffff;
}

.eraberu__row {
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 680px;
  margin: auto;
  justify-content: space-between;
  padding: 0 0 40px;
}

.eraberu__col {
  flex: 0 0 auto;
  width: 100%;
  background: #F4F1E6;
  border-left: 4px solid #CC5500;
  border-bottom: 1px solid #555A46;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 30px;
  padding: 20px;
}
.eraberu__col h3 {
  margin: 0;
  padding: 10px 20px;
  font-size: min(4vw, 28px);
}
.eraberu__col img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 20px;
}
.eraberu__col p {
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 14px;
}

.card {
  opacity: 0;
  transform: translateX(150px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.card.active {
  opacity: 1;
  transform: translateX(0);
}

.eraberu__col__btn {
  display: block;
  margin: auto 20px 30px;
  padding: 10px 20px;
  border: 1px solid #1C1D17;
  color: #1C1D17;
  max-width: 115px;
  text-align: center;
  font-size: 16px;
}

.eraberu__h2 {
  font-size: min(7vw, 36px);
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-top: 60px;
  background: #ffffff;
}

#nagare {
  background: #83AD2C;
  padding: 8% 20px 10px;
}

.nagare__title {
  text-align: center;
  color: #F4F1E6;
  font-size: min(7vw, 36px);
}

.nagare__row {
  display: flex;
  flex-flow: row wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}

.nagare__col {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 30px;
  perspective: 2000px;
}
.nagare__col img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1.5/1;
  object-fit: cover;
}

.nagare__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #F4F1E6;
  padding: 6%;
  transform-style: preserve-3d;
  transform-origin: left center;
  transform: rotateY(-77deg);
  transition: transform 0s;
  position: relative;
  left: -60px;
}

.nagare__inner__col {
  flex: 0 0 auto;
  width: 100%;
}

.nagare__front,
.nagare__back {
  backface-visibility: hidden;
}

.nagare__back {
  transform: rotateY(180deg);
}

#zisseki {
  background: #088F22;
  padding: 8% 20px;
}

.zisseki__title {
  margin-bottom: 20px;
  text-align: center;
  color: #F4F1E6;
  font-size: min(7vw, 36px);
}

.zisseki__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  margin: auto;
}

.zisseki__col {
  flex: 0 0 auto;
  width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 6%;
}
.zisseki__col h3 {
  margin-bottom: 10px;
}
.zisseki__col img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7/1;
  object-fit: cover;
  margin-bottom: 10px;
}

#erabareru {
  background-position: 50% 100% !important;
  background-attachment: fixed !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  color: #ffffff;
  padding: 6% 20px 10%;
  position: relative;
}

#erabareru::before {
  background: linear-gradient(rgba(43, 45, 36, 0.6), rgba(43, 45, 36, 0.6)), url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/yugen/erabareru.webp);
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

.erabareru__title {
  font-size: min(7vw, 36px);
  font-weight: 700;
  text-align: center;
}

.erabareru__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 680px;
  margin: auto;
}

.erabareru__col {
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 20px;
}
.erabareru__col h3 {
  margin: 0 0 20px;
  font-size: min(6vw, 32px);
}
.erabareru__col p {
  font-size: min(4vw, 20px);
}

.fade-scale {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}

.fade-scale.active {
  transform: scale(1);
  opacity: 1;
}

.fade-up {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.fade-up.active {
  transform: translateY(0);
  opacity: 1;
}

/* ステップ表示 */
.form-step {
  display: flex;
  list-style: none;
  margin: 0 auto 3em;
  padding-left: 0;
  position: relative;
  width: 100%;
  max-width: 640px;
}

.form-step:before {
  background-color: #ccc;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 25px;
  width: 70%;
}

.form-step li {
  counter-increment: li;
  width: 33.3333333333%;
  text-align: center;
}

.form-step li:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  content: counter(li);
  display: block;
  font-size: 20px;
  height: 2.5em;
  margin: 0 auto 5px;
  padding-top: 0.45em;
  position: relative;
  width: 2.5em;
  text-align: center;
}

.form2 h2 {
  font-size: min(7vw, 36px);
  text-align: center;
}

.form2 .form-step li:first-child:before,
.mw_wp_form_confirm .form-step li:nth-child(2):before,
.thanks .form-step li:last-child:before {
  background: #c00;
}

.mw_wp_form_confirm .form-step li:first-child:before,
.thanks .form-step li:first-child:before {
  background: #ccc;
}

/* ↓↓ポップアップ設定 */
.kaitori_popup {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.kaitori_popup-content {
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  border-radius: 16px;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s ease;
  pointer-events: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kaitori_popup-content::-webkit-scrollbar {
  display: none;
}

/* ★ kaitori_popup1 / kaitori_popup2 / kaitori_popup3 すべてに対応 */
.kaitori_popup.show .kaitori_popup-content {
  clip-path: circle(150% at 50% 50%);
}

/* 背景フェード */
.kaitori_popup::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #83AD2C;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.kaitori_popup.show::before {
  opacity: 1;
}

.rp-btn {
  position: relative;
  overflow: hidden;
}

.rp-wave {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: rgba(8, 143, 34, 0.6);
  pointer-events: none;
}

/* 閉じるボタン */
.closeBtn {
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border: none;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .closeBtn {
    right: calc((100% - 400px) / 2 - 30px);
  }
}

button {
  cursor: pointer;
}

.closeBtn::before,
.closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background: #333;
  transform-origin: center;
}

.closeBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.closeBtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kaitori_popup-body {
  background: #088F22;
  padding: 30px 0;
}

.kaitori_popup-body__inner {
  width: calc(100% - 40px);
  margin: auto;
  background: #fff;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (min-width: 768px) {
  .kaitori_popup-body__inner {
    width: 400px;
  }
}
.kaitori_popup-body__inner img {
  width: 100%;
  height: auto;
}

.kaitori_popup-body__inner .process-wrap + .process-wrap {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 3px dotted #6b5a44;
}

.kaitori_popup-body__inner h2 {
  text-align: center;
  padding: 14px 0;
  color: #5f5f5f;
  font-size: 24px;
}

.kaitori_popup-body__inner h3 {
  margin: 0.75rem 0 0.4rem;
  color: #5f5f5f;
  padding-top: 1em;
  font-size: 1.3em;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.kaitori_popup-body__inner h3 span {
  background: linear-gradient(transparent 60%, #c7c19d 60%);
}

/* ↑↑ポップアップ設定 */
#gmap {
  padding-top: 10px;
}/*# sourceMappingURL=yugen.css.map */