/* LP用 */
/* 共通 */
#cookie-notice {
  display: none;
}
body.noscroll {
  overflow: hidden;
}
main.lp-main {
  background: #000;
}
.lp-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.lp-sp {
  display: none;
}
@media only screen and (min-width: 1281px) {
  header.type_lp .header_inner .buger-btn-con {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .lp-pc {
    display: none;
  }
  .lp-sp {
    display: block;
  }
}

/* ボタンコンテンツ */
.btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.btn-content .btn-line {
  display: inline-block;
  position: relative;
}
.btn-content .btn-line:hover .btn-text {
  color: #fedc88;
}
.btn-content .btn-line:hover .btn-text::after {
  border-color: #fedc88;
}
.btn-content .btn-line .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  white-space: nowrap;
  padding-right: 5px;
  transition: all 0.3s ease;
}
.btn-content .btn-line .btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease;
}
.btn-content .btn-line img {
  width: auto;
  height: 44px;
  transition: all 0.3s ease;
}
.btn-content .btn-box {
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  min-width: 170px;
  text-align: center;
  position: relative;
}
.btn-content .btn-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s ease;
}
.btn-content .btn-box:hover {
  background-color: #85620d;
  color: #fff;
}
.btn-content .btn-box:hover::after {
  border-color: #fff;
}
.btn-content .btn-box.lp-sp {
  display: none;
}
.btn-content .phone-text {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-content .phone-text span {
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.btn-content .phone-text .tel-number {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
.btn-content .phone-text .tel-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(./img/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-content .phone-text.lp-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .btn-content .btn-box.lp-sp {
    display: block;
  }
  .btn-content .phone-text.lp-pc {
    display: none;
  }
}

/* ヘッダー */
#pagehead.type_lp.fix {
  background: #000;
  border-bottom: 1px solid #ddd;
}
#pagehead.type_lp.fix .header_inner {
  border-bottom: none;
}
header.type_lp {
  background: #000;
  height: 70px;
}
header.type_lp.site-header .header_inner {
  max-width: 1480px;
  margin: 0 auto;
  border-bottom: none;
  height: 70px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-site-logo {
  height: 100%;
  padding: 2px 0;
}
.lp-site-logo img {
  width: auto;
  height: 100%;
}

.header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-menu .header-menu-list {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header-menu .header-menu-list a {
  color: #fff;
  font-size: 0.8rem;
}
header.type_lp .header_inner .buger-btn-con .burger-btn .bar {
  background-color: #fff;
}
header.type_lp .header_inner .buger-btn-con .burger-btn.close .bar {
  background-color: #000;
}

.site-header .header_inner .nav-wrapper {
  width: 100vw;
  max-width: 680px;
}
.header_inner .nav-wrapper .header-nav .nav-list::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  aspect-ratio: 200 / 120;
  background-image: url(./img/hum-nav-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.header_inner .nav-wrapper .header-nav .nav-list {
  overflow: auto;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a {
  line-height: 50px;
}

/* LP drawer: iPhone Safari scroll stabilization */
#pagehead.type_lp .header_inner .nav-wrapper {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  transform: none;
  right: -100%;
  transition: right 0.3s;
}
#pagehead.type_lp .header_inner .nav-wrapper .header-nav {
  height: 100%;
  overflow: hidden;
}
#pagehead.type_lp .header_inner .nav-wrapper .header-nav .nav-list {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: 100%;
  height: calc(100% - env(safe-area-inset-bottom));
  margin: 0;
  padding: 100px 0 calc(3rem + env(safe-area-inset-bottom));
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
#pagehead.type_lp .header_inner .nav-wrapper .header-nav .nav-list::before {
  pointer-events: none;
}
#pagehead.type_lp .header_inner .nav-wrapper .header-nav .accordion-container {
  margin: 0;
}
#pagehead.type_lp .header_inner .nav-wrapper.slide-in {
  right: 0;
}

@media only screen and (max-width: 1280px) {
  .header-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lp-site-logo {
    padding: 2px 0 6px;
  }
  header.type_lp {
    height: 60px;
  }
  header.type_lp.site-header .header_inner {
    height: 60px;
    padding: 0 20px;
  }
}

/* LINE・電話セクション */
.section-cta {
  position: relative;
  --cta-gap-pc: clamp(12px, 1.9cqw, 28px);
  --cta-gap-sp: clamp(15px, 6vw, 30px);
}

.lp-pc .section-cta {
  container-type: inline-size;
}

.lp-pc .section-cta .btn-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21.2%;
  width: clamp(323px, 42cqw, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--cta-gap-pc);
}
.lp-pc .section-cta .btn-content .btn-line {
  width: 100%;
}
.lp-pc .section-cta .btn-content .btn-line img {
  width: 100%;
  height: auto;
  display: block;
}
.section-cta .btn-content .btn-line img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-pc .section-cta .btn-content .btn-line .btn-text {
  font-size: clamp(11px, 1.45cqw, 24px);
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-right: 10px;
}
.lp-pc .section-cta .btn-content .btn-line .btn-text::after {
  width: 0.45em;
  height: 0.45em;
  right: -5%;
}
.section-cta .btn-content .btn-box.lp-sp {
  display: none;
}
.lp-pc .section-cta .btn-content .phone-text.lp-pc {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  white-space: nowrap;
}
.lp-pc .section-cta .btn-content .phone-text.lp-pc span {
  font-size: clamp(11px, 1.22cqw, 18px);
}
.lp-pc .section-cta .btn-content .phone-text.lp-pc .tel-number {
  font-size: clamp(20px, 2.43cqw, 36px);
  padding-left: 1.1em;
}
.lp-pc .section-cta .btn-content .phone-text.lp-pc .tel-number::before {
  width: 0.78em;
  height: 0.78em;
}

@media only screen and (max-width: 767px) {
  .lp-sp .section-cta .btn-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17.8%;
    width: 82.8%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: var(--cta-gap-sp);
  }
  .lp-sp .section-cta .btn-content .btn-line,
  .lp-sp .section-cta .btn-content .btn-box {
    width: 100%;
  }
  .lp-sp .section-cta .btn-content .btn-box {
    min-width: 0;
    height: clamp(56px, 20vw, 145px);
    line-height: clamp(56px, 20vw, 145px);
    border-radius: 999px;
  }
  .lp-sp .section-cta .btn-content .btn-line .btn-text,
  .lp-sp .section-cta .btn-content .btn-box {
    font-size: clamp(1.1rem, 4.75vw, 1.75rem);
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .lp-sp .section-cta .btn-content .btn-line .btn-text {
    padding-right: 1em;
  }
  .lp-sp .section-cta .btn-content .btn-line .btn-text::after,
  .lp-sp .section-cta .btn-content .btn-box::after {
    width: 0.45em;
    height: 0.45em;
  }
  .lp-sp .section-cta .btn-content .btn-box::after {
    right: 15%;
  }
  .section-cta .btn-content .btn-box.lp-sp {
    display: block;
  }
}

/* メイン */
.section-default img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lp-page-17 {
  position: relative;
  z-index: 1;
}
.lp-page-18 {
  margin-top: -3.5%;
  position: relative;
  z-index: 0;
}
/* インスタ動画エリア */
.instagram-section {
  padding-bottom: 60px;
}
.instagram-section .instagram-inner {
  width: fit-content;;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
}
.instagram-section .instagram-content {
  width: fit-content;
  max-width: 320px;
}
.instagram-section .instagram-content .title-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}
.instagram-section .instagram-content .title-icon span {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.instagram-section .instagram-content .title-icon img {
  width: 28px;
  height: auto;
}
.instagram-section .instagram-content .video-box {
  aspect-ratio: 320 / 567;
}
.instagram-section .instagram-content .video-box video,
.instagram-section .instagram-content .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.instagram-section .bottom-content {
  margin-top: 40px;
}
.instagram-section .bottom-content p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
.instagram-section .bottom-content a {
  display: block;
  width: 380px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  background-image: url(./img/instagram-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  position: relative;
  transition: all .3s;
}
.instagram-section .bottom-content a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg); 
}
.instagram-section .bottom-content a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .lp-page-18 {
    margin-top: -20.6%;
  }
  .lp-sp .lp-page-9.section-cta .btn-content {
    bottom: 20%;
  }
  .lp-sp .lp-page-14.section-cta .btn-content {
    bottom: 20%;
  }
  .lp-sp .lp-page-18.section-cta .btn-content {
    bottom: 17%;
  }
  /* インスタ動画エリア */
  .instagram-section .instagram-inner {
    width: 90%;
    gap: 30px 20px;
  }
  .instagram-section .instagram-content .title-icon {
    gap: 5px;
    margin-bottom: 10px;
  }
  .instagram-section .instagram-content .title-icon span {
    font-size: 0.9rem;
  }
  .instagram-section .instagram-content .title-icon img {
    width: 20px;
  }
  .instagram-section .bottom-content p {
    font-size: 1rem;
  }
  .instagram-section .bottom-content {
    margin-top: 30px;
  }
  .instagram-section .bottom-content a {
    width: 300px;
    height: 75px;
    line-height: 75px;
    margin-top: 20px;
    color: #fff;
    font-size: 1rem;
  }
  .instagram-section .bottom-content a::after {
    right: 18px;
  }
  .instagram-section {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}

/* フッター */
.lp-footer {
  background: #000;
  text-align: center;
  padding: 20px 0;
}
.lp-footer .lp-footer-content {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.lp-footer .lp-footer-content a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.lp-footer .lp-footer-content a:hover {
  color: #fedc88;
}
