@charset "UTF-8";
/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

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

/* Header */
header {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

nav {
  padding: 1rem 2rem;
}

/* Navigation - ハンバーガーメニューアイコン */
#nav_wrap #menu {
  background-color: #313131;
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1001;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  right: calc((100% - 544px) / 2 + 25px);
  top: 17px;
}
#nav_wrap #menu:hover {
  background-color: #5a5a5a;
  transform: scale(1.05);
}
#nav_wrap #menu:active {
  transform: scale(0.95);
}
#nav_wrap #menu::before, #nav_wrap #menu::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s ease;
  animation: none !important;
}
#nav_wrap #menu::before {
  width: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -8px);
}
#nav_wrap #menu::after {
  width: 16px;
  bottom: auto;
  top: 50%;
  left: 36%;
  transform: translate(-50%, 6px);
}
#nav_wrap #menu.menu_manner_open::before, #nav_wrap #menu.menu_manner_open::after {
  width: 36px;
  top: 50%;
  left: 50%;
}
#nav_wrap #menu.menu_manner_open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#nav_wrap #menu.menu_manner_open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 840px) {
  #nav_wrap #menu {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 552px) {
  #nav_wrap #menu {
    right: 20px;
  }
}

#nav_wrap #gnav.gnav_manner {
  opacity: 0 !important;
  transform: translateX(100%) !important;
  transition: opacity 0.4s ease, transform 0.4s ease !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
#nav_wrap #gnav.gnav_manner.gnav_manner_open {
  opacity: 1 !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
#nav_wrap #gnav.gnav_manner.gnav_manner_closing {
  visibility: visible !important;
}
@media (max-width: 840px) {
  #nav_wrap #gnav.gnav_manner {
    transform: translateX(-100%) !important;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
  }
  #nav_wrap #gnav.gnav_manner.gnav_manner_open {
    transform: translateX(0) !important;
  }
}

.menu_fixed_manner {
  position: relative !important;
  overflow: auto !important;
}

/* Layout Container */
.layout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.layout_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DCDCD7;
  background-image: url("../images/bg_layout_container_pc.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: z-index 0s;
}
body.nav-open .layout_bg {
  z-index: 0;
}
.layout_side {
  position: fixed;
  top: 0;
  flex: 0 0 auto;
  display: block;
  width: calc((100% - 552px) / 2);
  min-width: 200px;
  height: 100vh;
  z-index: 1;
}
.layout_side_left {
  left: 0;
  order: 1;
}
.layout_side_right {
  right: 0;
  order: 3;
}
.layout_side_img {
  width: 100%;
}
.layout_side_img img {
  width: 100%;
}
.layout_side_img_shawer {
  max-width: 12.6vw;
  margin-top: 38px;
}
.layout_side_img_logo {
  max-width: 22.3vw;
  margin-top: 34px;
  margin-right: 15px;
}
.layout_side_img_pool {
  max-width: 23.6vw;
  margin-top: 25px;
  margin-right: 20px;
}
.layout_side_img_break {
  max-width: 10vw;
}
.layout_side_img_couple {
  max-width: 11.7vw;
  margin-right: -50px;
}
.layout_side_img_man {
  max-width: 12.2vw;
  margin-top: 14px;
  margin-right: -55px;
}
.layout_side_nav {
  margin-top: -64px;
}
.layout_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.layout_center {
  flex: 0 0 auto;
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
  background-color: #F2F2EF;
  order: 2;
}
.layout_main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.layout_line {
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
.layout_line_left {
  left: 0;
  background-image: url("../images/line_left_01_pc.svg");
}
.layout_line_right {
  right: 0;
  background-image: url("../images/line_right_01_pc.svg");
}
.layout_line img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_wrapper {
  display: flex;
  justify-content: center;
  gap: 59px;
  width: 100%;
  margin-top: 6px;
}
.layout_title {
  width: 100%;
  max-width: 17.1vw;
}
.layout_nav_list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 5px;
}
.layout_nav_item {
  padding-left: 72px;
}
.layout_nav_link {
  position: relative;
  display: block;
  width: 100%;
}
.layout_nav_link_intro {
  max-width: 6vw;
}
.layout_nav_link_manners {
  max-width: 9.2vw;
}
.layout_nav_link_enjoy {
  max-width: 6.5vw;
}
.layout_nav_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 13px;
  height: 4px;
  background-image: url("../images/arrow_nav_link_pc.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1000px) {
  .layout_bg {
    display: none;
  }
  .layout_side {
    display: none;
    width: 0;
    min-width: 0;
  }
  .layout_center {
    order: 2;
    margin: 0;
    max-width: 100%;
  }
  .layout_main-content {
    min-height: auto;
  }
  .layout_line {
    width: 3px;
  }
}
.mv {
  position: relative;
  z-index: 1;
  padding: 681px 0 41px;
}
.mv_illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.mv_illustration_wrapper {
  position: relative;
}
.mv_illustration_bg {
  width: 100%;
  max-width: 98.5%;
  margin: 0 auto;
}
.mv_text {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.6;
  text-align: center;
  background-color: #F2F2EF;
  z-index: 2;
}
.mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #F6F6F3;
}
.mv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(3px);
}
.mv_sauna {
  position: relative;
  z-index: 2;
  background-color: #F2F2EF;
}
.mv_gray {
  background-color: #F2F2EF;
  height: 10px;
}
.mv_totonoi {
  position: relative;
  margin-top: -78px;
  z-index: 1;
  background-color: #F2F2EF;
}

.illustration_icon_pc {
  position: fixed;
  top: 422px;
  left: 50%;
  transform: translateX(-141%);
  z-index: 100;
  width: 100%;
  max-width: 194px;
}
@media (max-width: 1000px) {
  .illustration_icon_pc {
    display: none;
  }
}
.illustration_icon_sp {
  display: none;
}
@media (max-width: 1000px) {
  .illustration_icon_sp {
    display: block;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translateX(-108%);
    z-index: 100;
    width: 100%;
    max-width: 176px;
  }
}

@media (max-width: 1000px) {
  .mv {
    padding-top: 599px;
  }
  .mv_illustration {
    overflow: hidden;
  }
  .mv_illustration_wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 505px;
  }
  .mv_illustration_bg {
    width: 505px;
    margin-left: 10px;
  }
  .mv_text {
    font-size: 18px;
    line-height: 2;
    padding-top: 18px;
    background-color: #F2F2EF;
  }
  .mv_text::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -12px;
    width: 102px;
    height: 99px;
    background-image: url("../images/icon_mv_cloud_01_sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.anchor {
  display: none;
}

@media (max-width: 1000px) {
  .anchor {
    display: block;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1100;
    transition: all 0.3s ease-in-out;
  }
  .anchor_list {
    display: flex;
    justify-content: center;
  }
  .anchor_item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 33%;
  }
  .anchor_link img {
    width: 100%;
  }
  .anchor--fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 552px;
    animation: anchorSlideUp 0.3s ease-out;
  }
  .anchor--hidden {
    display: none;
  }
}
@keyframes anchorSlideUp {
  from {
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
.manner {
  position: relative;
  padding-bottom: 80px;
  margin-top: -79px;
  z-index: 1;
  background-color: #F2F2EF;
}
.manner_inner {
  padding: 0 35px;
}
.manner_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  margin-top: 18px;
}
.manner_card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px;
  border-radius: 20px;
  border: 3px solid #C7FFF6;
  background-color: #fff;
}
.manner_card::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 5px;
  bottom: 11px;
  right: 11px;
  background-image: url("../images/icon_manner_arrow_pc.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.manner_point {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #B0FCF6;
}
.manner_sono {
  font-size: 12px;
  font-weight: 700;
}
.manner_number {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: -9px;
}
.manner_img {
  height: 240px;
  padding: 10px;
  border-bottom: 2px solid #B9F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.manner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.manner_text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 5px;
}
@media (max-width: 1000px) {
  .manner_container {
    gap: 20px 10px;
  }
  .manner_inner {
    padding: 0 20px;
  }
  .manner_point {
    width: 32px;
    height: 32px;
  }
  .manner_img {
    height: 100%;
  }
  .manner_sono {
    font-size: 8px;
  }
  .manner_number {
    font-size: 15px;
  }
  .manner_text {
    font-size: 13px;
  }
}
.manner_enjoy {
  padding-top: 40px;
}
.manner_enjoy_card {
  border: 3px solid #FFACB3;
}
.manner_enjoy_point {
  background-color: #FFACB3;
}
.manner_enjoy_img {
  border-bottom: 2px solid #FFACB3;
}
@media (max-width: 1000px) {
  .manner_enjoy {
    padding-top: 25px;
    padding-bottom: 17px;
  }
}

/* Footer */
.footer {
  position: relative;
  padding-bottom: 15px;
  z-index: 2;
  background-color: #F2F2EF;
}
.footer_inner {
  padding: 0 35px;
}
.footer_container {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.footer_text {
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .footer_logo {
    width: 46px;
    height: 46px;
  }
  .footer_text {
    font-size: 8px;
    margin-top: 10px;
  }
}

/* Popup */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup-overlay.active {
  display: flex;
}
.popup-container {
  position: relative;
  width: 100%;
  max-width: 670px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px #AFFCF6;
  padding: 30px 38px;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 32px;
  background: none;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.popup-close:hover {
  opacity: 0.7;
}
.popup-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.popup-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #B9F2F2;
  flex-shrink: 0;
}
.popup-sono {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.popup-number-value {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}
.popup-title {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin: 0;
  flex: 1;
}
.popup-divider {
  width: 100%;
  height: 3px;
  background-color: #B9F2F2;
  margin: 20px 0 25px;
}
.popup-content {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.popup-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 274px;
  height: 330px;
}
.popup-illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-description {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 500;
}
.popup-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.popup-point-label {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #36B7AC;
  flex-shrink: 0;
  z-index: 1;
}
.popup-point-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 255, 246, 0.8) 0%, rgba(199, 255, 246, 0.6) 40%, rgba(199, 255, 246, 0.4) 60%, transparent 100%);
  z-index: -1;
  filter: blur(8px);
}
.popup-point-label_enjoy::before {
  background: radial-gradient(circle, rgba(255, 172, 179, 0.8) 0%, rgba(255, 172, 179, 0.6) 40%, rgba(255, 172, 179, 0.4) 60%, transparent 100%);
}
.popup-point-text {
  color: #36B7AC;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 700;
}
.popup-container.enjoy-popup .popup-number {
  background-color: #FFACB3;
}
.popup-container.enjoy-popup .popup-divider {
  background-color: #FFACB3;
}
.popup-container.enjoy-popup .popup-point-label,
.popup-container.enjoy-popup .popup-point-text {
  color: #FF0000;
}
.popup-link {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}
.popup-link a {
  font-size: 14px;
  font-weight: 700;
  transition: opacity 0.2s;
}
.popup-link a:hover {
  opacity: 0.7;
}
.popup-arrow {
  margin-top: -14px;
  margin-left: 9px;
}
.popup-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  gap: 20px;
}
.popup-prev {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}
.popup-prev:hover {
  opacity: 0.7;
}
.popup-next {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}
.popup-next:hover {
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .popup-overlay {
    padding: 15px;
  }
  .popup-container {
    padding: 38px 22px 12px;
  }
  .popup-content {
    flex-direction: column;
    gap: 5px;
  }
  .popup-header {
    margin-bottom: 0;
  }
  .popup-number {
    width: 45px;
    height: 45px;
  }
  .popup-sono {
    font-size: 12px;
  }
  .popup-number-value {
    font-size: 20px;
  }
  .popup-title {
    font-size: 17px;
  }
  .popup-close {
    top: 10px;
    right: 10px;
  }
  .popup-divider {
    margin: 10px 0;
  }
  .popup-illustration {
    height: 186px;
    margin: 0 auto;
  }
  .popup-text-wrapper {
    gap: 10px;
  }
  .popup-description {
    font-size: 14px;
  }
  .popup-point {
    margin-top: 30px;
  }
  .popup-point-label {
    font-size: 14px;
  }
  .popup-point-label::before {
    min-width: 40px;
    min-height: 40px;
    filter: blur(6px);
  }
  .popup-link {
    margin-top: 10px;
  }
  .popup-link a {
    font-size: 12px;
  }
  .popup-footer {
    justify-content: center;
  }
}