.pconly a {
  color:  #e8004a !important;
}

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

body {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* main {
  width: 100%;
  margin: 0px auto 10px;
  background-color: lightcyan;
} */

.menu {
  display: flex;
  justify-content: center;
}

.menu__link {
  display: block;
  padding: 10px 20px;
}

.menu__link:hover {
  background-color: #70c5c5;
  color: #666;
}

.drop-menu {
  position: absolute;
  top: 43px;
  transition: all .3s;
}

.drop-menu__link {
  display: block;
  display: none;
  background-color: #70c5c5;
  transition: all .3s;
  padding: 5px 20px;
}

.drop-menu__link:hover {
  background-color: lightcyan;
}

/* ドロップダウン出現後のスタイル */
.drop-menu__link.is-active {
  display: block;
}

  .header {
    background: #70c5c5;
    padding-left: 0px;
  }

  .header.attraction::after {
    width: 0px !important;
  }

  .footer {
    background: #70c5c5;
    color: #e8004a !important;
  }

  .header.guidance::after {
    width: 0px !important;
  }

	#spearly-list-footer-next {
		visibility: hidden !important;
	}

  video {
    width: 100%;
    /* height: 100%; */
    object-fit: fill;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    opacity: 0.9;
  }

  video {
    vertical-align: baseline;
    display: inline-block;
  }

  .section-primary {
    padding: 128px 0 0;
  }

  .home-attraction {
    overflow: hidden;
    position: relative;
  }

  .home-attraction>.image {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: auto;
    padding-right: 630px;
    width: 100%;
    z-index: -1;
  }

  .fade-in.is-visible {
    transition: transform 2s cubic-bezier(.1, .55, .2, 1), opacity 1.5s ease-out .1s, -webkit-transform 2s cubic-bezier(.1, .55, .2, 1);
    transform: translate(0, 0);
    opacity: 1;
  }

  .home-attraction>.image img {
    height: auto;
    width: 100%;
  }

  .for-small {
    display: none;
  }

  .home-attraction>.head {
    padding-right: 6.25%;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 2;
  }

  .headding-primary .en {
    line-height: 1.1;
    font-size: 54px;
    margin-bottom: 5px;
  }

  .headding-primary span {
    display: block;
  }

  .headding-primary .ja {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
  }

  .home-attraction>.content {
    background-color: #fff;
    float: right;
    padding: 160px 7.6vw 5%;
  }

  .headding-secondary {
    -webkit-font-smoothing: antialiased;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 50px;
    letter-spacing: .1em;
  }

  .button-flat {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    border: 1px solid #000;
    border-radius: 32px;
    display: inline-block;
    padding: 22px 0 23px;
    text-align: center;
    width: 420px;
  }

  .button-flat span {
    -webkit-font-smoothing: antialiased;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
    -webkit-animation-delay: 0;
    transition-delay: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-indent: 0.1em;
  }

  /* 日記セクション（.home-policy）の下に余白を確保 */
  .section-primary:has(+ .instagram-section) {
    padding-bottom: clamp(48px, 8vw, 88px);
  }

  .section-primary:has(+ .instagram-section) .home-policy {
    margin-bottom: clamp(20px, 3vw, 40px);
    overflow: hidden;
  }

  .instagram-section {
    clear: both;
    position: relative;
    z-index: 2;
    margin-top: clamp(24px, 4vw, 48px);
    padding: 32px 20px 48px;
    text-align: center;
  }

  .instagram-cta {
    display: flex;
    justify-content: center;
  }

  .button-instagram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: min(100%, 420px);
    max-width: 100%;
    padding: 22px 32px 23px;
    border-color: #e8004a;
    color: #e8004a;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }

  .button-instagram:hover {
    background-color: #e8004a;
    color: #fff;
    border-color: #e8004a;
  }

  .button-instagram .instagram-icon {
    flex-shrink: 0;
  }

  .text-primary.read {
    line-height: 2.3;
    margin-bottom: 40px;
  }

  .text-primary {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.8;
  }

  .home-policy .content {
    width: 50%;
  }

  .footer-nav a {
    color: #e8004a;
  }

  @media only screen and (max-width: 1150px) {
    .button-flat {
      width: 350px;
    }

    .button-instagram {
      min-width: min(100%, 350px);
    }
  }

  @media only screen and (max-width: 1366px) {
    .section-primary {
      padding: 98px 0 0;
    }

    .home-attraction {
      padding-bottom: 45px;
    }

    .home-attraction>.content {
      padding: 110px 5.6vw 3%;
    }

    .text-primary.read {
      line-height: 2.1;
    }
  }

  @media only screen and (max-width: 1475px) {
    .headding-secondary {
      font-size: 32px;
      margin-bottom: 35px;
    }
  } 

  @media only screen and (max-width: 1525px) {
    .home-attraction>.image {
      padding-right: 450px;
    }
  }

  @media only screen and (max-width: 736px) {

    .main-visual {
      height: 75% !important;
      padding-top: 100px;
    }

    video {
      bottom: -100%;
    }

    .maincopy {
      bottom: 25px !important;
    }

    .for-large {
      display: none;
    }

    .for-small {
      display: block;
    }

    .home-attraction>.image {
      padding-right: 0 !important;
    }

    .home-attraction>.head {
      margin-bottom: 25px;
      padding: 0 20px;
      text-align: left;
    }

    .headding-primary .en {
      font-size: 35px;
      letter-spacing: .026em;
    }

    .headding-primary .ja {
      font-size: 11px;
    }

    .headding-primary .en.ni {
      font-size: 38px;
    }

    .headding-primary .ja.nij {
      font-size: 20px;
    }

    new-information-list {
      text-align: center;
    }

    .vk_post_title {
      font-size: 20px;
    }

    .button-flat span {
      font-size: 13px;
    }

    .section-primary:has(+ .instagram-section) {
      padding-bottom: 60px;
    }

    .section-primary:has(+ .instagram-section) .home-policy {
      margin-bottom: 28px;
    }

    .instagram-section {
      margin-top: 36px;
      padding: 24px 16px 32px;
    }

    .button-instagram {
      min-width: 100%;
      padding: 18px 20px;
    }

    .text-primary {
      font-size: 13px;
      text-align: justify;
      line-height: 2;
      letter-spacing: .08em;
    }

    .home-policy .content {
      width: 100%;
    }

    .toplogo {
      max-width: 20%;
    }

    /* video {
      max-height: 1200px;
    } */

    .pconly {
      display: none !important;
    }

    .global-nav .inner .box>.wrap .list .child {
      display: block;
    }

    .global-nav>.wrapper {
      max-height: 100%;
      overflow-y: visible;
    }
  }

  @media screen and (max-width: 1366px) and (max-width: 736px) {
    .header.guidance::after {
      width: 0px !important;
    }

    /* .section-primary {
      padding: 50px 0 0;
    } */

    /* .home-attraction {
      padding-bottom: 0;
    } */

    .text-primary.read {
      line-height: 2;
      margin-bottom: 25px;
      letter-spacing: .08em;
    }
  }

  @media screen and (max-width: 1150px) and (max-width: 736px) {
    .button-flat {
      padding: 17px 0 16px;
      width: 100%;
    }
  }

  @media screen and (max-width: 1525px) and (max-width: 1366px) and (max-width: 736px) {
    .home-attraction>.image {
      padding-left: 20px;
      padding-right: 0;
      position: relative;
      width: 100%;
    }
  
    .home-attraction>.image::after {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0;
      left: 20px;
      background-color: #fff;
      content: '';
      height: 32px;
      width: 80%;
    }
  }

  @media screen and (max-width: 1366px) and (max-width: 1255px) and (max-width: 736px) {
    .home-attraction>.content {
      float: none;
      padding: 0 20px;
    }
  }

  @media screen and (max-width: 1475px) and (max-width: 1255px) and (max-width: 736px) {
    .headding-secondary {
      font-size: 22px;
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 1475px) and (max-width: 1255px) {
    .headding-secondary {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 1366px) and (max-width: 1255px) {
    .home-attraction>.image {
      padding-right: 380px;
    }

    /* .home-attraction>.content {
      padding: 70px 4.5vw 3%;
    } */
  }

  @media screen and (max-width: 1525px) and (max-width: 1366px) {
    .home-attraction>.image {
      padding-right: 450px;
    }
  }

  @media only screen and (min-width: 1080px) {
    .hamburger {
      display: none;
    }

    /* .toplogo {
      width: 100%;
      height: 100%;
    } */
  }

  /* スマホ専用の下部ヘッダー */
  .mobile-bottom-header {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #70c5c5;
    border-top: 1px solid #e0e0e0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
  }

  .mobile-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    max-width: 100%;
  }

  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 8px 4px;
    min-width: 60px;
    transition: all 0.3s ease;
    border-radius: 8px;
  }

  .mobile-nav-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

  .mobile-nav-item:active {
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.3);
  }

  .mobile-nav-item.active {
    background-color: rgba(255, 255, 255, 0.3);
    color: #e8004a;
    font-weight: 600;
  }

  .mobile-nav-item.active .mobile-nav-icon {
    transform: scale(1.1);
  }

  .mobile-nav-icon {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1;
  }

  .mobile-nav-text {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  /* スマホでのみ表示 */
  @media only screen and (max-width: 768px) {
    .mobile-bottom-header {
      display: block !important;
      position: fixed !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
    }
    
    /* スマホで下部ヘッダーがある分、bodyに余白を追加 */
    body {
      padding-bottom: 120px !important;
    }
    
    /* フッターの上に表示されるように調整 */
    .footer {
      margin-bottom: 120px;
      padding-bottom: 40px;
    }
    
    /* copyrightが隠れないように調整 */
    .footer .under {
      margin-bottom: 40px;
    }
  }

  /* タブレット以上では非表示 */
  @media only screen and (min-width: 769px) {
    .mobile-bottom-header {
      display: none !important;
    }
    
    body {
      padding-bottom: 0 !important;
    }
  }
