@charset "UTF-8";

body {
    margin: 0;
}

/* LP専用ベース */
.postid-8968 {
  /* snow-monkey-form エラーメッセージスタイル調整 */
  .smf-error-messages {
    color: #ED717D;
    margin:0 0 1rem;
}
.lp-content, .lp-content__postContent {padding:0 !important;}

img {
  max-width: 100%;
  height: auto;
  display: block;
	margin:0 auto;
}

 @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .pc {
      display: none !important;
    }

  }
  @media only screen and (max-width: 599px) {
    .pc-tab {
      display: none !important;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }

  }
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

#lp-american-house {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.01em;
  @media only screen and (min-width: 600px) {
 font-size: 13px;
 letter-spacing: 0.04em;
  }
  @media only screen and (min-width: 1025px) {
    font-size: 14px;
  }
}
/* フォントサイズ */
.fz60 {font-size: 60px;}
.fz48 {font-size: 48px;}
.fz42 {font-size: 42px;}
.fz36 {font-size: 36px;}
.fz34 {font-size: 34px;}
.fz28 {font-size: 28px;}
.fz24 {font-size: 24px;}
.fz19 {font-size: 18px;}
.fz18 {font-size: 18px;}
.fz16 {font-size: 16px;}
.fz15 {font-size: 15px;}
.fz14 {font-size: 14px;}
.fz13 {font-size: 13px;}
 
@media only screen and (min-width: 600px) {
.fz60 {font-size: 90px;}
.fz42 {font-size: 64px;}
.fz36 {font-size: 40px;}
.fz34 {font-size: 70px;}
.fz28 {font-size: 38px;}
.fz24 {font-size: 30px;}
.fz19 {font-size: 28px;}
.fz18 {font-size: 32px;}
.fz16 {font-size: 20px;}
.fz15 {font-size: 16px;}
.fz14 {font-size: 16px;}
.fz13 {font-size: 14px;}
  }
@media only screen and (min-width: 1025px) {
.fz60 {font-size: 110px;}
.fz42 {font-size: 68px;}
.fz36 {font-size: 64px;}
.fz34 {font-size: 94px;}
.fz28 {font-size: 48px;}
.fz24 {font-size: 36px;}
.fz19 {font-size: 40px;}
.fz16 {font-size: 25px;}
.fz15 {font-size: 18px;}
.fz14 {font-size: 18px;}
.fz13 {font-size: 16px;}
  }

.txt-c {
  text-align: center;
}
/* ----- その他フォント関連設定（ネスト） ----- */
 #lp-american-house {
 h2, h3, p {
  margin:1rem 0;
  padding: 0;
}
h2, h3, h4 {
  font-weight: 300;
   letter-spacing: 0.09em;
    line-height: 1.4;
}
h2 + h3 {
  margin-top: -5px;
}
h3.fz19 + p {
  margin-top: 2rem;
}

.bold {
  font-weight: bold;
}
.note {
  margin: 1rem 0;
  padding: 0;
  color: #555;
  font-size: 11px;
    @media only screen and (min-width: 600px) {
 font-size: 13px;
 letter-spacing: 0.04em;
  }
  @media only screen and (min-width: 1025px) {
    font-size: 14px;
  }
}
.attention {
  line-height: 1.3;
  margin:0;
  padding: 0;
  color: #ED717D;
}
.m-top0 {
  margin-top: 0;
} 
}

/* 英字フォント */
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1;
}

.image-wide {
  width: 100%;
  height: auto;
  margin:0;
}

.bg-wrap {
  background: #f6f6f6;
}

/* 予約ボタン */
.btn-sticky {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 15px;
  @media only screen and (min-width: 600px) {
  bottom: 40px;
  right: 40px;
  }
}

a.btn-reserve {
  display: flex;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #f8dd00;  
  color: #000;
  text-decoration: none;
   line-height: 1.3;
   text-align: center;
  gap: 2px;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 11px;
    @media only screen and (min-width: 600px) {
  width: 100px;
  height: 100px;
  font-size: 13px;
  } 
  @media only screen and (min-width: 1025px) {
  width: 130px;
  height: 130px;
  font-size: 16px;
  } 
}
a.btn-reserve:hover {
  background: #fbeb66;  
}
a.btn-reserve span.btn-icon{
  width: 24px;
  height: auto;
   @media only screen and (min-width: 600px) {
  width: 30px;
  } 
}

/* メインビジュアル */
#lp_header {
  position: relative;
  height: 100dvh;
  width: 100%;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* 中央にタイトル・サブコピー */
.hero-content {
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 999;
}
.hero-content h1 {
    padding: 0 20px;
    margin: 0;
}

/* 左下に日付 */
.lp-date {
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
   position: absolute;
  bottom:20px;
  left: 20px;
  z-index: 999;
  letter-spacing: 0.05em;
   @media only screen and (min-width: 600px) {
  bottom: 40px;
  left: 40px;
  }
}


/* ---- LP各セクションスタイル ----- */
/* コンセプト */
.concept-section {
  max-width :1366px;
  margin: 0 auto;
  padding:1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
 
  @media only screen and (min-width: 600px) {
    padding:50px 30px;
  }
  @media only screen and (min-width: 1025px) {
    padding:80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;

     .section-inner {
      flex:0 0 50%;
  }
  .image-wide {
    flex:0 0 50%;
  }
  }
}

/* ハンバーガー */
.image1 {
  width: 60px;
  height: auto;
  margin: -30px 0 0 auto;
  @media only screen and (min-width: 600px) {
    width: 80px;
    margin: -80px 0 0 auto;
  }
    @media only screen and (min-width: 1025px) {
      width: 100px;
    margin: -80px -80px 0 auto;
    }
}

/* スローライフ */
.slowlife-box {
  display: flex;
  flex-direction: column;
    max-width :1366px;
  margin: 0 auto;
  padding:1rem; 
  @media only screen and (min-width: 600px) {
    padding:50px 30px;  
    flex-direction: row;
    gap: 50px;  
  }
   @media only screen and (min-width: 1025px) {
    padding:80px;
    gap: 50px;
  }
 .item1 {flex:0 1 30%; margin-top: auto;}
 .image-life {flex:0 1 50%; margin-bottom: auto;}

  .freedom-text {
    padding:0 ;
     @media only screen and (min-width: 600px) {
      flex:0 1 100%;
      padding: 40px 0 0;    
  }
  }
}

.image-life {
    display: flex;
    flex-direction: row;
    padding:0;
    gap: 1rem;
    align-items: flex-end;

    .item1 {flex:0 1 90%; }
    .item2 {flex:0 1 100%; }
}
.slowlife-section {
.item3 {
  padding:30px 1rem;
  text-align: center;
  margin: 0 auto;
  @media only screen and (min-width: 600px) {
padding:30px 50px 50px;
  }
    @media only screen and (min-width: 1025px) {
      padding:30px 80px 120px;
    }
 }
}


/* アメリカンライフ */
.american-life-section { 
  .section-inner {
  max-width :1366px;
  margin: 0 auto;
  padding:0 1rem 30px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
 
  @media only screen and (min-width: 600px) {
    padding:0 30px 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

  .point-section {
    flex:0 0 55%;
  }
  .image-wide {
    flex:0 1 45%;
  }
  }

  @media only screen and (min-width: 1025px) {
    padding:80px;    
    gap: 80px;
    .image-wide {
    flex:0 1 50%;
  }
  }

}
}

/* ピックアップ */
.pickup-section {
 .section-inner{
   max-width :1366px;
  margin: 0 auto;
padding:1rem;
  @media only screen and (min-width: 600px) {
    padding: 30px;
  }
   @media only screen and (min-width: 1025px) {
    padding: 80px;
  }

.pickup-item {
  display: flex;
  flex-direction: column;
  margin-bottom:1rem;

    p {
      margin-top:-0.5rem !important;
    }  

  @media only screen and (min-width: 600px) {
    margin-bottom: 50px;
    flex-direction: row;
    gap: 30px;
    align-items: center;

    &:nth-child(even) {
      flex-direction: row-reverse;
    }

  .pickup-text {
    flex:0 0 50%;
  }
  .pickup-image {
    flex:0 1 50%;
  }
  }
   @media only screen and (min-width: 1025px) {
    margin-bottom: 80px;
    gap: 40px;

     .pickup-text {
    flex:0 0 45%;
  }
  .pickup-image {
    flex:0 1 55%;
  }
  }
}
 }
}

/* ストーリー ******/
.story-section {
  .section-inner{
   max-width :1366px;
  margin: 0 auto;
padding: 1rem 1rem 2rem;
  @media only screen and (min-width: 600px) {
    padding: 2rem 2rem 5rem;
  }
   @media only screen and (min-width: 1025px) {
    padding: 80px;
  }
}
}
.story-text {
  margin: 1rem 0 2rem;
  line-height: 2;
  @media only screen and (min-width: 600px) {
    text-align: center;
    margin: 2rem 0 3rem;
  }
   @media only screen and (min-width: 1025px) {
     margin: 4rem 0 5rem;   
  }
  
}

.brand-wrapper {
  display: flex;
  flex-direction: column;

    @media only screen and (min-width: 600px) {
  }
   @media only screen and (min-width: 1025px) {
     flex-direction: row;
          gap: 20px;
     align-items: center;
  }
}
.brand-box {
  padding:1.5rem 1rem 1rem;
  background: #fff;
      @media only screen and (min-width: 600px) {
     padding:2rem 2rem 1rem;
  }
   @media only screen and (min-width: 1025px) {
     flex: 0 0 45%;
  }
}
.brand-logo img {
  width: auto;
  height: 100px;
  display: block;
  object-fit: contain;
  margin:0 auto 1rem;
}
.brand_close img {
  margin: 1rem auto;
  display: block;
  width: 50px;
  height: auto;
}



/* 予約フロー ******/
#flow {
  .section-inner{
   max-width :1366px;
  margin: 0 auto;
padding: 1rem 1rem 2rem;
  @media only screen and (min-width: 600px) {
    padding: 2rem 2rem 5rem;
  }
   @media only screen and (min-width: 1025px) {
    padding: 80px;
  }
}
}

.flow-section {
  border: #000 1px solid;
  border-radius: 10px;
  padding: 0; 
  margin-top: 1rem;
  @media only screen and (min-width: 600px) {
    margin-top: 2rem;
  }
   @media only screen and (min-width: 1025px) {
    margin-top: 3rem;
  }
}

details + details {
  border-top:1px dotted #000;
}

details.flow-step-accordion {
  
  /* アコーディオンが開いた時のスタイル */
  &[open] .icon {
    transform: rotate(180deg);
  }
}

summary {
  display: grid;
  grid-template-columns: 46px 1fr 28px;
  gap: 6px;
  align-items: center;
  padding:1rem;
  cursor: pointer;
  line-height: 1.3;
  @media only screen and (min-width: 600px) {
    grid-template-columns: 86px 1fr 28px;
    padding:2rem ;
  }
@media only screen and (min-width: 1025px) {
  grid-template-columns: 104px 1fr 28px;

  }

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  &::-webkit-details-marker {
    display: none;
  }
}

/* --------アイコン-------- */
.icon {
  display: block;
  position: relative;
  width: 18px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;

  /* アイコンのバーのスタイル */
  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 3px;
    background-color: #000;
  }
  &::before {
    left: 0;
    transform: rotate(45deg);
  }
  &::after {
    right: 0;
    transform: rotate(-45deg);
  }
}

/* --------アコーディオンの中身のスタイル-------- */
/* 開閉アニメーション用に閉じてる時の初期状態 */
.flow-step-accordion .step-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* 開いているときの表示状態 */
.flow-step-accordion[open] .step-content {
  max-height: 1000px; /* 内容に応じて調整。足りない場合は大きく */
  opacity: 1;
}

.step-content {
  padding:0 1rem 1rem; 
  @media only screen and (min-width: 600px) {
    padding:0 1rem 2rem 8rem; 
  }
@media only screen and (min-width: 1025px) {
  padding:0 1rem 2rem 9rem; 
  }
}

/* 電話で予約ボタン */
a.btn-call {
  display: flex;
  border-radius: 20px;
  width: 200px;
  height: 34px;
  background: #f8dd00;  
  color: #000;
  text-decoration: none;
   line-height: 1;
   text-align: center;
  gap: 8px;
  align-items: center;
  justify-content: center; 
  margin: 2rem 0 1rem;
}
a.btn-call:hover {
  background: #fbeb66;  
}
a.btn-call span.btn-icon{
  width: 20px;
  height: auto;
}


/* 説明会詳細 ******/
#detail {
  .section-inner{
   max-width :1366px;
  margin: 0 auto;
padding: 1rem 1rem 2rem;
  @media only screen and (min-width: 600px) {
    padding: 2rem 2rem 5rem;
  }
   @media only screen and (min-width: 1025px) {
    padding: 80px;
  }
}
}
.detail-content {
  border: #000 1px solid;
  border-radius: 10px;
  padding: 1rem;
  background:#fff; 
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  margin-top: 1rem;
  @media only screen and (min-width: 600px) {
    padding: 2rem ;
    margin-top: 2rem;
  }
  @media only screen and (min-width: 1025px) {
    padding: 3rem;
    margin-top: 3rem;
  }

  .detail-image {
    grid-column: 1 / -1;
  }

  dl.detail-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    border-top: 1px dotted #000;
    margin: 1rem 0;

    .detail-row {
      display: grid;
      grid-template-columns: 90px 1fr;      
      overflow: hidden;
      border-bottom: 1px dotted #000;
      padding:1rem 0;
      @media only screen and (min-width: 600px) {
       grid-template-columns: 30% 1fr;   
  }


      dt {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f6f6f6;
        padding: 1rem 0;
        text-align: center;
        border-radius: 6px;

        h4 {
          margin: 0;
        }
      }

      dd {
        margin: 0;
        padding: 1rem;
        line-height: 1.6;
        @media only screen and (min-width: 600px) {
       padding: 2rem;
  }        
      }
    }
  }

  .detail-deadline {
    grid-column: 1 / -1;
    padding:0 1rem;
    margin: 0;
    background: #ED717D;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 6px;

    .alarm-icon {
  width: 20px;
  height: auto;
   @media only screen and (min-width: 600px) {
  width: 24px;
  } 
}
  }
}

/* 説明会詳細 ******/
#contact {
  .section-inner{
   max-width :1366px;
  margin: 0 auto;
padding: 1rem 1rem 2rem;
  @media only screen and (min-width: 600px) {
    padding: 2rem 2rem 5rem;
  }
   @media only screen and (min-width: 1025px) {
    padding: 80px;
  }
}
}
  
.form-content {
  border: #000 1px solid;
  border-radius: 10px;
  padding: 1rem;
  color: #333;
  margin-top: 1rem;
    @media only screen and (min-width: 600px) {
    padding: 2rem ;
    margin-top: 2rem;
  }
   @media only screen and (min-width: 1025px) {
    padding: 3rem;
    margin-top: 3rem;
  }
  
  label {
    margin-bottom:5px ;
  }

input[type="text"], input[type="tel"], input[type="email"], textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: 0.5rem;
    @media only screen and (min-width: 600px) {
    padding: 0.8rem ;
    margin-bottom: 1rem;
  }
  }  

.policy {
  text-align: center;
  margin: 2rem auto;
  line-height: 1;
  
  input#privacy {
appearance: none; /* デフォルトのチェックボックスを非表示 */
  -webkit-appearance: none; /* Safari用 */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  }
:checked {
  background-color: #0075FF;
  border:2px solid #0075FF !important;
  

  &::before {
  content: '\2713'; /* チェックマーク */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
}
}

  a {
    text-decoration: none;
    color: #0075FF;
  }
}

button {
  width: 100%;
  display: block;
  cursor: pointer;
  background: #FFD700;
  color: #000;
  border: none; 
  padding: 1rem ;
  border-radius: 50px;
  margin:1rem auto;
    @media only screen and (min-width: 600px) {
    width: 60%;
    padding: 1.2rem ;
  }
   @media only screen and (min-width: 1025px) {
    width: 40%; 
    padding: 1.5rem ;  
  }

  &:hover{
    background: #fbeb66;  
  }
  }

}


.lp-footer-nav {
  padding: 1.5rem 1rem 0.5rem;
  margin: 0;
  background: #F7F5F2;
  @media only screen and (min-width: 600px) {
    padding: 2.5rem 2rem 1.5rem;
  }
  @media only screen and (min-width: 1025px) {
    padding: 3.5rem 3rem 2.5rem;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;

    li {
      display: inline-block;
      margin: 0 2rem 1rem 0;
      @media only screen and (min-width: 600px) {
    margin: 0 3rem 1rem 0;
  }

      a {
        color: #555;
        text-decoration: none;
        margin: 0;
              }
    }
  }
}

.lp-footer-info {
  background: #000 ;
  color:#fff;
  padding:1rem 1rem;
  @media only screen and (min-width: 600px) {
    padding:1rem 2rem;
  }
  @media only screen and (min-width: 1025px) {
    padding: 1rem 3rem;
  } 
  
  .company-name {
    margin-bottom: 0 !important;
    padding: 0;

     .company-name-sub {
    font-size: 12px;
  }
  }
  

  a {
    color: #fff;
    text-decoration: none;
  }
  .btn-link {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1rem;
    margin: 0;
    display:inline-block;
  }
}

 .lp-footer-bottom {
    display: flex;
    gap:16px ;
    align-items: flex-end;
  background: #000 ;
  color:#fff;
  padding:0 1rem 2rem;
  @media only screen and (min-width: 600px) {
     padding:0 2rem 2rem;
  }
  @media only screen and (min-width: 1025px) {
    padding: 0 3rem 3rem;
  }  
   a {
    color: #fff;
    text-decoration: none;
  }
   }


/* swiper共通***********************  */
  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
  }
  .l-section .l-inner {
    padding: 0;
  }
  
  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  /*  メインスライド***********************  */

  .mv01 {
    margin-bottom: 0;
  }
  .mv01 .l-inner {
    padding-bottom: 0;
  }
  .mv01 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .mv01 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }

  .mv01 .slide-media {
    height: 100dvh;
  }
  .mv01 .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
  }
  .mv01 .slide-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
  }
  .mv01 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .mv01 .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }

  @-webkit-keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @media only screen and (max-width: 1024px) {
     .l-inner {
      padding: 0;
    }
    .mv01 {
      margin-bottom: 8rem;
    }
  }
  @media only screen and (max-width: 599px) {
    .mv01 .slide-title {
      font-size: 2.8rem;
      right: 4rem;
      margin-left: 6rem;
    }
  }

/* ----フッタースライド設定---------------------------*/
  
#f_slide_area{
  overflow: hidden;
  
  .card05 {
    overflow: hidden;
  }
  .card05 .swiper {
    overflow: visible;
  }
  .card05 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
            height: auto;/*高さのバグ修正*/
  }
  .card05 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card05 .slide {
    overflow: hidden;
    width:480px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .card05 .slide-media {
    padding-top: 75%;
  }
  .card05 .slide-media img {
    height: calc(100% + 6px);
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0;
    }
    .pc {
      display: none !important;
    }
  }

  @media only screen and (max-width: 599px) {   
    .pc-tab {
      display: none !important;
    }
    .card05 .slide {
      width: 280px;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }   
    .card05 .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card05 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .card05 .slide:hover {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }
    .card05 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .card05 .swiper:hover .slide:not(:hover) {
      opacity: 0.3;
    }
  }

}


/* ********************************************* */

/* ハンバーガーメニュー */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 1000;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  overflow-x: hidden;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
  display: block;
  color: #fff;
  line-height: 3;
  font-size: 18px;  
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #f8dd00;
}

/* フェードアップアニメーション */
.fade-up-trigger {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}

.fade-up-trigger.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-trigger:nth-child(1) {
  transition-delay: 0s;
}
.fade-up-trigger:nth-child(2) {
  transition-delay: 0.1s;
}
.fade-up-trigger:nth-child(3) {
  transition-delay: 0.2s;
}
.fade-up-trigger:nth-child(4) {
  transition-delay: 0.3s;
}
}