html {
  font-size: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  @media screen and (max-width: 1270px) {
    html {
      font-size: calc(10 / 1270 * 100vw);
    }
  }
}
body {
  line-height: initial;
}
section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pcnone {
  display: none !important;
}
@media screen and (max-width: 1270px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) main {
    width: 100%;
  }
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
}
.shippori{
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.hanken-grotesk {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.text-grad-pink-shadow{
    position:relative;
    z-index:1;
    text-shadow: 0 0 2.0rem rgba(0,0,0,0.4);
    color:transparent !important;
}
.text-grad-pink-shadow::before{
    white-space: pre-line;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(135deg, #fff7ad 30%, #ffa9f9 83%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
}
.text-grad-yel-shadow{
    position:relative;
    z-index:1;
    text-shadow: 0 0 2.0rem rgba(0,0,0,0.4);
    color:transparent !important;
}
.text-grad-yel-shadow::before{
    white-space: pre-line;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(135deg, #ffde59 47%, #ff914d 88%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-shadow: none;
}
.text-grad-pink{
    width:fit-content;
    background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.text-grad-yel{
    width:fit-content;
    background: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.text-shadow{
    position:relative;
    z-index:1;
    text-shadow: 0 0 2.0rem rgba(0,0,0,0.4);
}
.content-container {
  max-width: 124rem;
  padding: 0 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.section-title {
  color: #fff;
  font-size: 7.0rem;
  font-weight: 900;
  line-height: 1.0;
}
    @media screen and (max-width: 768px) {
  .section-title {
    font-size: 4.2rem;
    }
}
/* ============================================= */
/* ============================================= */
/* ============================================= */
.mv {
  width: 100%;
  height: 84rem;
  background:url(../images/newyear_lp2026/img_7989-2-scaled.jpg) no-repeat center center/cover;
  position:relative;
  z-index:1;
  overflow: hidden;
}
.mv::before {
  content:"";
  width: 100%;
  height:100%;
  background:rgba(0,0,0,0.15);
  position:absolute;
  top:0;
  z-index:0;
}
.mv-container {
  max-width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}
 .mv-catch{
    text-align:center;
 }
.mv-catch-text01 {
  font-size: 10.0rem;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 900;
}
.mv-catch-text01.text-grad-pink-shadow::before {
  content:"-2026-";
}
.mv-catch-text02 {
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom:2rem;
}
.mv-catch-text02.text-grad-yel-shadow::before {
  content:"新年の慶びを\A謹んで申し上げます。";
}
.mv-catch-text03 {
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
.mv-catch-text03.text-grad-pink-shadow::before {
  content:"Dramatic Renovation";
}
.mv .wood-bg01{
  width: 70rem;
  height: auto;
  transform: scaleX(-1);
  position: absolute;
  top: -40rem;
  left: 18%;
  z-index: 0;
}
.mv .wood-bg02{
  width: 70rem;
  height: auto;
  position: absolute;
  top: 25rem;
  left: -3%;
  z-index: 0;
}
.mv .wood-bg03{
  width: 90rem;
  height: auto;
  position: absolute;
  top: 3rem;
  right: -8%;
  z-index: 0;
}
@media screen and (max-width:1580px) {
  .mv .wood-bg01{
    width: 60rem;
    left: 18%;
  }
  .mv .wood-bg02{
    width: 40rem;
    top: 25rem;
    left: -3%;
  }
  .mv .wood-bg03{
    width: 65rem;
    top: 22rem;
    right: -8%;
  }
}
@media screen and (max-width: 768px) {
    .mv {
    height: 30rem;
    }
    .mv-catch{
    margin-top:7rem;
    }
    .mv-catch-text01 {
    font-size: 3.0rem;
    margin-bottom: 0.5rem;
    }
    .mv-catch-text02 {
    font-size: 1.4rem;
    margin-bottom:0.5rem;
    }
    .mv-catch-text03 {
    font-size: 1.2rem;
    }
    .mv .wood-bg01{
      width: 27rem;
      top:-10rem;
      left: 7%;
    }
    .mv .wood-bg02{
      width: 14rem;
      top: 15rem;
      left: -5%;
    }
    .mv .wood-bg03{
      width: 19rem;
      top: 12.5rem;
      right: -9%;
    }
}


.greeting {
  background:#000;
  width: 100%;
  padding: 8rem 0 10rem;
}
.greeting-wrap{
    display:flex;
    justify-content: space-between;
    gap:10rem;
}
.greeting-desc-img{
    border-radius: 2.0rem;
    margin-bottom:1.0rem;
}
.greeting-desc-text01{
    font-size:2.4rem;
    margin-bottom:1.0rem;
    font-weight:700;
}
.greeting-desc-text02{
    color:#fff;
    font-size:1.6rem;
}

@media screen and (max-width: 768px) {
  .greeting {
    padding: 5rem 0 5rem;
   }
  .greeting-wrap{
    flex-direction:column;
    justify-content: center;
    gap:2.0rem;
  }

    .greeting-desc-text01{
        font-size:1.6rem;
        margin-bottom:1.0rem;
    }
    .greeting-desc-text02{
        font-size:1.2rem;
        line-height:1.4;
    }
}

/* event */
section.event {
  padding-top: 10rem;
}
.event {
  background: #000;
  position:relative;
  z-index:1;
}

.event-desc {
  width: 33%;
  margin-left: auto;
  margin-bottom:20.0rem;
}
.event-title {
  margin-bottom: 25rem;
}

.event-date {
width:fit-content;
  font-size:3.2rem;
  font-weight:700;
  border-bottom:0.2rem solid #ffde59;
  margin-bottom: 1rem;
  position:relative;
  z-index:1;
}
.event-caulist{
    color:#fff;
}
.event-caulist li{
    font-size:1.6rem;
    line-height:1.4;
}
.event-bgImg{
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
    width:100rem;
    height:85rem;
    /* width:85.3rem;
    height:75.4rem; */
}
.event-bgImg img{
    width:100%;
    height:100%;
    object-fit: cover;
}
@media screen and (max-width: 1640px){
    .event-desc {
  margin-bottom:15.0rem;
}
    .event-bgImg{
        width:85.3rem;
        height:75.4rem;
    }
}
@media screen and (max-width: 1270px) {
    .event-desc {
  margin-bottom:13.0rem;
}
.event-title {
    margin-bottom: 18rem;
}

    .event-bgImg{
        width: 72rem;
        height: 65rem;
    }
}
@media screen and (max-width: 768px) {
    section.event {
    padding-top: 4rem;
}
.event-bgImg{
    position:static;
}
    .event-bgImg{
        width: calc(100% - 3.0rem);
        height: auto;
        margin:auto;
    }
    .event-desc {
  width: 60%;
  margin-top:2.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
}
.event-title {
  margin-bottom: 4rem;
}

.event-date {
  font-size:1.8rem;
}
.event-caulist li{
    font-size:1.0rem;
}
}

/* goods */
.goods{
  background:#cdc39f;
  position:relative;
  z-index:1;
}
.goods::before{
  content:"";
  background:#aa9877;
  width:90%;
  height:100%;
  border-bottom-left-radius: 6.0rem;
  position:absolute;
  right:0;
  top:0;
  z-index:-1;
}
.goods-title{
  text-align:center;
}
.goods-title img{
  width:24rem;
  margin-bottom:3.0rem;
}
.goods-contentTitle{
  width:fit-content;
  margin:auto;
  font-size:1.8rem;
  color:#fff;
  text-align:center;
  margin-bottom:1.0rem;
  font-weight:700;
  padding-bottom:0.5rem;
  border-bottom:0.1rem solid #000;
}
.goods-contentTitleSub{
  font-size:1.4rem;
  text-align:center;
}
.goods-content{
  display:flex;
  justify-content: center;
  margin-top:2.0rem;
}
.goods-item-img{
  width:32rem;
  height:20rem;
  object-fit: cover;
}
.goods-text{
  color:#fff;
  text-align:center;
  font-size:1.6rem;
  font-weight:700;
  margin-top:1.0rem;
}
@media screen and (max-width: 768px) {
.goods::before{
  width:calc(100% - 3.0rem);
  right:1.5rem;
}
.goods-title img{
  width:16rem;
  margin-bottom:2.0rem;
}
.goods-contentTitle{
  font-size:1.2rem;
}
.goods-contentTitleSub{
  font-size:1.0rem;
}
.goods-item-img{
  width: 10rem;
  height: 8rem;
}
.goods-text{
  font-size:1.3rem;
}
}


.lineup{
  background:#000;
}
section.lineup{
  padding-bottom:0;
}
.lineup-title{
  position:relative;
  z-index:1;
  width:70%;
  margin:0 auto 2.0rem;
  text-align:center;
}
.lineup-title::before{
  content:"";
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  width:100%;
  height:0.2rem;
  position:absolute;
  bottom:-0.3rem;
  left:50%;
  transform: translateX(-50%);
  z-index:-1;
}
.lineup-desc-text{
  font-weight:700;
  font-size:1.6rem;
  text-align:center;
  margin:auto;
}

/* スライダータブ */
/* 全体ラッパー */
.lineup-slider {
  margin-top:4.0rem;
}

/* タブエリア */
.lineup-slide-tabs {
  /* padding-bottom: 6.0rem; */
  position:relative;
  height:35rem;
}

.lineup-slide-tabs-wrap {
  display: flex;
  gap: 8px;
}

/* タブ基本スタイル */
.lineup-slide-tab {
  flex: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  color:#6e9277;
  font-weight:700;
}
.lineup-slide-tab:not(.is-active):hover .lineup-slide-tab-fig .tab-img{
  transform: scale(1.15);
}
.lineup-slide-tab:hover .lineup-slide-tab-meta{
    background: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.lineup-slide-tab:hover .lineup-slide-tab-title{
    background: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

/* アクティブタブは幅を広く＆色変更 */
.lineup-slide-tab.is-active {
  flex: 1.5;               /* ここで幅を大きく */
  /* background: #333; */
  color: #fff;
}

.lineup-slide-tab-fig{
  width:100%;
  height:20rem;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom:2.0rem;
}
.lineup-slide-tab-fig .tab-img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.lineup-slide-tab-meta{
  font-size: 13px;
  margin-bottom:0.5rem;
  transition: all 0.2s ease;
}
.lineup-slide-tab.is-active .lineup-slide-tab-meta{
    font-size: 120%;
    background: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.lineup-slide-tab-title{
  font-size: 13px;
  line-height:1.2;
  transition: all 0.2s ease;
}
.lineup-slide-tab.is-active .lineup-slide-tab-title{
    font-size: 125%;
    background: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
/* ページャードット */
.slide-dots {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.0rem;
  position:absolute;
  bottom:0;
  left:50%;
  transform: translatex(-50%);
}

.slide-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #6e9277;    /* 非アクティブはグレー */
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.slide-dot.is-active {
  background: #fff;       /* アクティブは白 */
  transform: scale(1.2);
  box-shadow: 0 0 0 2px #333;
}

/* コンテンツエリア */
.lineup-content {
  display: none;
  color:#fff;
}

.lineup-content.is-active {
  display: block;
}
/* .lineup-content.lineup-content01 {
  padding-bottom:8.0rem;
} */

@media screen and (max-width:768px) {
  .lineup-content.lineup-content01 {
    padding-bottom:4.0rem;
  }
  .lineup-title{
    width:calc(100% - 3.0rem);
    margin:0 auto 1.8rem;
  }
  .lineup-title::before{
    bottom:-0.3rem;
  }
  .lineup-desc-text{
    font-size:1.4rem;
  }
  .lineup-slide-tabs {
    height:68rem;
  }
  .lineup-slide-tabs-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
  }
  .lineup-slide-tab{
    width:80%;
  }
  .lineup-slide-tab.is-active{
    width:100%;
  }
  .lineup-slide-tab-fig{
    height:7rem;
    margin-bottom:0.5rem;
    border-radius: 1.0rem;
  }
  .lineup-slide-tab.is-active .lineup-slide-tab-fig{
    height:14rem;
  }
  .lineup-slide-tab-meta{
    font-size: 12px;
    margin-bottom:0.3rem;
  }
  .lineup-slide-tab-title{
    font-size: 12px;
  }
}

/* ＝＝＝コンテンツ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ====共通部分========================== */
.lineup-content{
  margin-top:10rem;
}
.lineup-content-head{
  width:100%;
  padding:40rem 5% 15rem;
  position:relative;
  z-index:1;
  margin-bottom:5.0rem;
}
.lineup-content01 .lineup-content-head{
  background:url(../images/newyear_lp2026/imgi_10_width_1600.jpg) no-repeat center center/cover;
}
.lineup-content02 .lineup-content-head{
  background:url(../images/newyear_lp2026/img_5887-scaled.webp) no-repeat center center/cover;
}
.lineup-content03 .lineup-content-head{
  background:url(../images/newyear_lp2026/imgi_85_width_1600.jpg) no-repeat center center/cover;
}
.lineup-content04 .lineup-content-head{
  background:url(../images/newyear_lp2026/imgi_10_width_1600.jpg) no-repeat center center/cover;
}
.lineup-content-head::before{
  content:"";
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.61) 70%);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

.lineup-content-head .head-meta{
  font-size:2.4rem;
  font-weight:700;
  width:fit-content;
}
.lineup-content-head .head-title{
  font-size:2.4rem;
  font-weight:700;
  margin-bottom:1.0rem;
  width:fit-content;
}
.head-date{
  font-size:2.2rem;
  margin-bottom:2.0rem;
}
.head-text{
  margin-top:1.0rem;
  font-size:1.4rem;
}
.head-note-text{
  position:absolute;
  top:0.5rem;
  left:2.0rem;
  width:fit-content;
  white-space: nowrap;
  text-align:center;
  color:#fff;
  font-weight:500;
  line-height:1.2;
  font-size:1.0rem;
}
.lineup-content-title{
  font-size:3.2rem;
  text-align:center;
  font-weight:700;
  margin:auto;
  margin-bottom:5rem;
  line-height:1.2;
}
.lineup-content-text{
  margin-bottom:6.0rem;
  font-size:1.6rem;
  line-height:1.4;
  font-weight:700;
  text-align:center;
}
.lineup-content-subTitle{
  font-size:3.0rem;
  text-align:center;
  margin:auto;
  margin-top:5.0rem;
  font-weight:700;
}
.line-on-box{
  max-width:90rem;
  margin:auto;
  padding:3.0rem 0;
  position:relative;
  z-index:1;
}
.line-on-box.wid700{
  max-width:70rem;
}
.line-on-box::before{
  content:"";
  background-image: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
  width:100%;
  height:0.2rem;
  position:absolute;
  top: 0;
  left: 0;
  z-index:0;
}
.line-on-box::after{
  content:"";
  background-image: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
  width:100%;
  height:0.2rem;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:0;
}
.line-on-box-title{
  position:absolute;
  top:-0.8rem;
  left:7.5rem;
  line-height:1.0;
  /* padding:0 1.0rem; */
  /* background:#000; */
  z-index:2;
  font-weight:600;
}
.blk-shitagiki{
  content:"";
  background:#000;
  height:2.0rem;
  position:absolute;
  z-index:1;
}
.blk-shitagiki.--wid_S{
  width:18.0rem;
  top:-0.8rem;
  left: 5.0rem;
}
.blk-shitagiki.--wid_M{
  width:20.0rem;
  top:-0.8rem;
  left: 5.0rem;
}
.blk-shitagiki.--wid_L{
  width:22.0rem;
  top:-0.8rem;
  left: 5.0rem;
}
.osusume-list{
  padding:0 9rem 0 11rem;
  list-style-type: disc;
}
.osusume-list li{
  list-style-type: disc;
  text-indent: -0.3rem;
}

.lineup-content-info{
  background:#aa9778;
  padding:4.0rem 0;
  color:#fff;
  margin-top:5.0rem;
}
.lineup-content-info-col{
  max-width:54rem;
  margin:auto;
  position:relative;
}
.lineup-content-info-col + .lineup-content-info-col{
  margin:1.5rem auto 0;
  padding-top:1.5rem;
}
.lineup-content-info-col + .lineup-content-info-col::before{
    content:"";
    background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
    width: 90%;
    height:0.4rem;
    position:absolute;
    top: 0;
    left: 50%;
    transform:translatex(-50%);
    z-index:1;
}
.lineup-content-info-col-icon{
  display:block;
  width:5.0rem;
  height:5.0rem;
  border-radius: 50%;
  margin:0 auto 1.0rem;
}
.lineup-content-info-col-title{
  font-size:2.0rem;
  font-weight:700;
  margin:0 auto 1.5rem;
}
.lineup-content-info-col-list li{
  font-size:1.4rem;
  padding-left:1.4rem;
  position:relative;
}
.lineup-content-info-col-list li::before{
  content:"・";
  color:#fff;
  position:absolute;
  top:0;
  left:0;
}
.lineup-content-info-col-dl{
  display:flex;
}
.lineup-content-info-col-dl dt{
  font-size:1.4rem;
}
.lineup-content-info-col-dl dd{
  font-size:1.4rem;
}
.lineup-content-info-col-text{
  font-size:1.4rem;
  text-align:center;
}
.lineup-info-btn{
  display:block;
  width:fit-content;
  margin:2.0rem auto 0;
  white-space: nowrap;
  text-align:center;
  line-height:1.2;
  font-weight:600;
  font-size:1.4rem;
  background:#e7bbbc;
  padding:1.8rem 6.0rem;
  border-radius: 0.6rem;
  transition: 0.2s all;
}
.lineup-info-btn:hover{
  color:#000;
  opacity: 0.8;
}
a.lineup-info-eventbtn{
  display:block;
  width:fit-content;
  margin:7.0rem auto 6.0rem;
  white-space: nowrap;
  text-align:center;
  line-height:1.2;
  font-weight:900;
  font-size:2.4rem;
  color:#fff;
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  padding:1.8rem 5.0rem;
  border-radius: 0.6rem;
  transition: 0.2s all;
  text-shadow: 0.1rem 0.2rem 0.9rem rgba(0,0,0,0.25);
}
a.lineup-info-eventbtn:hover{
  color:#fff;
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  .lineup-content-head{
    padding: 12rem 5% 4rem;
  }
  .lineup-content-head .head-meta{
    font-size:1.8rem;
    font-weight:700;
    width:fit-content;
  }
  .lineup-content-head .head-title{
    font-size:1.8rem;
    font-weight:700;
    margin-bottom:1.0rem;
    width:fit-content;
  }
  .head-date{
    font-size:1.6rem;
    margin-bottom:1.5rem;
  }
  .head-text{
    margin-top:0.5rem;
    font-size:1.0rem;
  }
  .head-note-text{
    top:0.5rem;
    left:1.0rem;
    font-size:0.9rem;
    text-align:left;
  }
  .lineup-content-title{
    font-size:1.8rem;
    margin-bottom:4rem;
  }
  .lineup-content-text{
    margin-bottom:5.0rem;
    font-size:1.2rem;
  }
  .lineup-content-subTitle{
    font-size:1.7rem;
  }
  .line-on-box{
    padding:2.0rem 0;
  }
  .line-on-box-title{
    position:absolute;
    top:-0.6rem;
    left:6.5rem;
    line-height:1.0;
    /* padding:0 1.0rem; */
    /* background:#000; */
    z-index:2;
    font-weight:600;
    font-size:1.2rem;
  }
  .blk-shitagiki{
    content:"";
    background:#000;
    height:2.0rem;
    position:absolute;
    top:-0.6rem;
    left: 5.0rem;
    z-index:1;
  } 
  .blk-shitagiki.--wid_S{
    width:12.0rem;
  }
  .blk-shitagiki.--wid_M{
    width:14.0rem;
  }
  .blk-shitagiki.--wid_L{
    width:16.0rem;
  }
  .osusume-list{
    padding:0 2rem 0 4rem;
  }
  .lineup-content-info-col-list li{
    font-size:1.2rem;
  }
  .lineup-content-info-col-dl{
    flex-direction: column;
  }
  .lineup-content-info-col-dl dt{
    font-size:1.2rem;
  }
  .lineup-content-info-col-dl dd{
    font-size:1.2rem;
  }
  .lineup-content-info-col-text{
    font-size:1.2rem;
  }
  a.lineup-info-eventbtn{
    margin:5.0rem auto 3.5rem;
    font-size:2.0rem;
  }
}
/* ============================== */

/* <<<コンテンツ01>>>>>>> */

.lineup-content01-box{
  max-width:90rem;
  margin:0 auto 6.0rem; 
  display:flex;
  align-items:center;
  justify-content: center;
  gap:3.0rem;
}
.lineup-content01-box-img{
  width:30rem;
  height:14rem;
  object-fit: cover;
  border-radius: 1.0rem;
}
.lineup-content01-box-text{
  font-size:1.4rem;
  line-height:1.3;
}
.planer-sub{
  text-align:center;
  font-size:1.4rem;
  line-height:1.1;
}

.planer-title{
  width:fit-content;
  margin:0 auto 2.0rem;
  text-align:center;
  font-size:3.2rem;
  font-weight:700;
  position:relative;
}
.planer-title::before{
  content:"";
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  width:120%;
  height:0.2rem;
  position:absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  z-index:-1;
}
.planer-img-list{
  display:flex;
  justify-content: center;
  gap:2.0rem;
  margin-bottom:8.0rem;
}
.planer-img-list li{
  width:10.0rem;
  height:10.0rem;
  overflow: hidden;
  border-radius: 50%;
}
.planer-img-list li img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.shop-info-list{
  display:flex;
  gap:4.0rem;
}
.shop-info-list a{
  color:#fff;
}
.shop-info-list a:hover .shop-info-list-fig-img{
  transform:scale(1.15);
}
.shop-info-list-item{
  width:50%;
}
.shop-info-list-fig{
  margin-bottom:0;
  border-radius: 1.5rem;
  overflow: hidden;
  position:relative;
  z-index:1;
}
.shop-info-list-fig-img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.2s all;
  position: relative;
  z-index: -1;
}
.shop-info-list-fig::before{
  content:"";
  background: rgba(0,0,0,0.4);
  width:100%;
  height:100%;
  position:absolute;
  top: 0;
  left:0;
  z-index:0;
}
.shop-info-list-desc{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}
.shop-info-list-sitename{
  font-size:1.4rem;
  font-weight:700;
}
.shop-info-list-shopname{
  font-size:2.8rem;
  font-weight:700;
  width:fit-content;
  margin: 0 auto 0.5rem;
  position:relative;
}
.shop-info-list-shopname::before{
  content:"";
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  width:30rem;
  height:0.2rem;
  position:absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  z-index:-1;
}
.shop-info-list-shopdate{
  font-size:1.4rem;
  font-weight:700;
}
.shop-info-list-shoplink{
  font-size:1.2rem;
  text-decoration: underline;
  margin-top:2.0rem;
}
@media screen and (max-width:768px) {
  .lineup-content01-box{
    margin:0 auto 5.0rem; 
    flex-direction: column;
    gap:2.0rem;
  }
  .lineup-content01-box-img{
    width:83%;
    height:14rem;
  }
  .lineup-content01-box-text{
    font-size:1.2rem;
  }
  .planer-sub{
    font-size:1.2rem;
  }
  .planer-title{
    font-size:2.0rem;
  }
  .planer-title::before{
    width:130%;
  }
  .planer-img-list{
    flex-wrap:wrap;
    gap:1.0rem;
    margin-bottom:6.0rem;
  }
  .planer-img-list li{
    width:9.0rem;
    height:9.0rem;
  }
  .shop-info-list{
    flex-direction: column;
    gap:2.0rem;
  }
  .shop-info-list-item{
    width:100%;
  }
  .shop-info-list-desc {
    width:100%;
  }
  .shop-info-list-sitename{
    font-size:1.2rem;
    font-weight:700;
  }
  .shop-info-list-shopname{
    font-size:1.8rem;
    margin: 0 auto 0.5rem;
  }
  .shop-info-list-shopname::before{
    width:28rem;
  }
  .shop-info-list-shopdate{
    font-size:1.2rem;
  }
  .shop-info-list-shoplink{
    font-size:1.2rem;
    margin-top:2.0rem;
  }
}
/* <<<>>>>>>>>>>>>>>>>>> */

/* <<<コンテンツ02>>>>>>> */
.lineup-content02-box{
  display:flex;
  gap:3.0rem;
  max-width:90rem;
  margin:3rem auto 0;
}
.lineup-content02-box-item{
  width:50%;
}
.lineup-content02-box-item-text01{
  font-weight:700;
  font-size:1.8rem;
  text-align:center;
  margin-bottom:1.0rem;
}
.lineup-content02-box-item-img{
  display:block;
  border-radius: 1.5rem;
  margin-bottom:2.0rem;
  width:100%;
  height:24rem;
  object-fit: cover;
}
.lineup-content02-box-item-text02{
  font-size:2.6rem;
  line-height:1.2;
  font-weight:700;
  margin:auto;
  margin-bottom:0.5rem;
  text-align:center;
}
a.lineup-content02-box-item-link{
  font-size:1.4rem;
  line-height:1.0;
  font-weight:500;
  text-align:center;
  text-decoration: underline;
  display:block;
  width:fit-content;
  margin:auto;
  color:#fff;
}
.lineup-content02-box-item-line{
  width:25rem;
  height:0.2rem;
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  margin:1.0rem auto;
}
.lineup-content02-box-item-text03{
  text-align:center;
  font-weight:700;
  font-size:1.6rem;
  margin-top:1.0rem;
}
.lineup-content02-box-item-text04{
  margin-top:1.0rem;
  font-size:1.4rem;
  font-weight:500;
  text-align:center;
}
.lineup-content02-box-item-date{
  font-size:2.6rem;
  font-weight:700;
  text-align:center;
  margin:auto;
  margin-top:2.0rem;
}
.lineup-content02-box-item-time{
  font-size:1.6rem;
  font-weight:700;
  text-align:center;
  margin-top:0.5rem;
}
.lineup-content02-box-item-note{
  font-size:1.5rem;
  font-weight:700;
  text-align:center;
  color:#5ce1e6;
  margin-top:0.5rem;
}
.lineup-content02-box-item-access{
  width:fit-content;
  margin: 1.5rem auto 0;
  padding:1.0rem 2.0rem;
  background:#aa9778;
  border-radius: 0.6rem;
}
.lineup-content02-box-item-access .access-tit{
  text-align: center;
  font-size:1.6rem;
  font-weight:700;
  margin:auto;
  margin-bottom:0.3rem;
}
.lineup-content02-box-item-access .access-txt{
  text-align: center;
  font-size:1.4rem;
}
@media screen and (max-width:768px) {
  .lineup-content02-box{
    flex-direction: column;
  }
  .lineup-content02-box-item{
    width:100%;
  }
  .lineup-content02-box-item-text01{
    font-size:1.6rem;
    margin-bottom:0.8rem;
  }
  .lineup-content02-box-item-img{
    margin-bottom:1.6rem;
    height:18rem;
  }
  .lineup-content02-box-item-text02{
    font-size:1.8rem;
    margin-bottom:0.4rem;
  }
  .lineup-content02-box-item-line{
    width:20rem;
    margin:0.8rem auto;
  }
  .lineup-content02-box-item-text03{
    font-size:1.4rem;
    margin-top:0.8rem;
  }
  .lineup-content02-box-item-text04{
    margin-top:0.8rem;
    font-size:1.2rem;
  }
  .lineup-content02-box-item-date{
    font-size:1.65rem;
    margin-top:1.5rem;
  }
  .lineup-content02-box-item-time{
    font-size:1.4rem;
    margin-top:0.4rem;
  }
  .lineup-content02-box-item-note{
    font-size:1.3rem;
    margin-top:0.4rem;
  }
}
/* <<<>>>>>>>>>>>>>>>>>> */

/* <<<コンテンツ03>>>>>>>>>>>>>>>>>> */
.lineup-content03-madori{
  max-width:80rem;
  margin:auto;
  margin-top:5.0rem;
}
.lineup-content03-madori-wrap{
  display:flex;
  gap:5rem;
}
.lineup-content03-madori-item{
  width:50%;
}
.lineup-content03-madori-ba{
  font-size:1.6rem;
  font-weight:700;
  margin-bottom:0.5rem;
}
.lineup-content03-box{
  display:flex;
  gap:1.0rem;
  margin-top:3.0rem;
}
.lineup-content03-box-item{
  width:33.33%;
  background-image:url(../images/newyear_lp2026/midokoro-grade-img.webp);
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1.0rem;
  padding:8.0rem 3.0rem 2.0rem;
}
.lineup-content03-box-item.grade-grn{
  background-position: right bottom;
}
.lineup-content03-box-item.grade-pink{
  background-position: center top;
}
.lineup-content03-box-item.grade-paple{
  background-position: center center;
}
.lineup-content03-box-fig{
  width:100%;
  height:10rem;
  display:flex;
  justify-content: center;
  align-items:center;
  margin-bottom:4.0rem;
}
.lineup-content03-box-fig img{
  width:auto;
  height:100%;
}
.lineup-content03-box-title{
  color:#000;
  margin-bottom:2.0rem;
  font-size:1.6rem;
  text-align:center;
  line-height:1.2;
  font-weight:700;
}
.lineup-content03-box-text{
  color:#000;
  font-size:1.4rem;
  /* text-align:center; */
  line-height:1.2;
  font-weight:600;
}
@media screen and (max-width:768px) {
  .lineup-content03-madori{
    margin-top:4.0rem;
  }
  .lineup-content03-madori-wrap{
    flex-direction:column;
    gap:0.5rem;
  }
  .lineup-content03-madori-item{
    width:100%;
  }
  .lineup-content03-madori-ba{
    font-size:1.6rem;
  }
  .lineup-content03-box{
    flex-direction: column;
    margin-top:2.0rem;
  }
  .lineup-content03-box-item{
    width:100%;
    padding:4.0rem 2.0rem 2.0rem;
  }
  .lineup-content03-box-item.grade-grn{
    background-position: right bottom;
  }
  .lineup-content03-box-item.grade-pink{
    background-position: center top;
  }
  .lineup-content03-box-item.grade-paple{
    background-position: center center;
  }
  .lineup-content03-box-fig{
    height:6rem;
    margin-bottom:3.0rem;
  }
  .lineup-content03-box-title{
    margin-bottom:1.5rem;
    font-size:1.5rem;
  }
  .lineup-content03-box-text{
    font-size:1.2rem;
  }
}
/* <<<>>>>>>>>>>>>>>>>>> */

.special{
  background:#000;
}
section.special{
  padding-top:0 !important;
}

.special-title-area{
  background:url(../images/newyear_lp2026/imgi_37_width_1600.jpg) no-repeat center center/cover;
  width:100%;
  height:68rem;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index:1;
  margin-bottom:5.0rem;
}
.special-title-area::before{
  content:"";
 background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.61) 85%);
 /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.61) 80% 90%, rgba(0, 0, 0, 0.61)); */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}
.special-title{
  position:relative;
  z-index:1;
  width:fit-content;
  margin:0 auto 3.0rem;
  text-align:center;
  font-weight:600;
  font-size:4.8rem;
  letter-spacing: 0.3rem;
}
.special-title::before{
  content:"";
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  width:80%;
  height:0.5rem;
  position:absolute;
  bottom: -1.0rem;
  left:50%;
  transform: translateX(-50%);
  z-index:-1;
}
.special-desc-text01{
  font-weight:700;
  font-size:1.8rem;
  text-align:center;
  line-height:1.2;
}
.special-desc-text02{
  font-weight:700;
  font-size:2.4rem;
  text-align:center;
  line-height:1.2;
}

.special-cont-text01{
  color:#fff;
  font-size:1.6rem;
  text-align:center;
  margin-bottom:2.0rem;
  font-weight:700;
}
.special-cont-text02{
  line-height:1.2;
  font-size:3.2rem;
  text-align:center;
  width:fit-content;
  margin:0 auto 4.0rem;
  font-weight:700;
  position:relative;
}
.special-cont-text02::before{
  content:"";
  background: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
  width:80%;
  height:0.2rem;
  position:absolute;
  bottom: -2.0rem;
  left:50%;
  transform: translateX(-50%);
  z-index:-1;
}
.special-cont-text03{
  color:#fff;
  font-size:1.4rem;
  text-align:center;
  margin-bottom:2.0rem;
  font-weight:700;
}
.special-cont-text04{
  font-size:1.8rem;
  text-align:center;
  font-weight:700;
  line-height:1.2;
  margin:auto;
}
.special-content{
  max-width:90rem;
  margin:5.0rem auto;
  display:flex;
}
.special-content-item{
  width:50%;
}
.special-content-item + .special-content-item{
  margin-left:3.0rem;
}
.special-content-item a:hover .special-content-item-fig img{
  transform: scale(1.15);
}
.special-content-item-fig{
  border-radius: 1.0rem;
  overflow: hidden;
  height:28.0rem;
  position:relative;
  z-index:1;
}
.special-content-item-fig::before{
  content:"";
  background: rgba(0,0,0,0.2);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.special-content-item-fig img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.2s all ease;
}
.special-content-item-fig-span{
  display:block;
  font-size:1.8rem;
  line-height:1.2;
  font-weight:700;
  text-align:center;
  position:absolute;
  top:2.0rem;
  left:50%;
  transform:translatex(-50%);
  z-index:2;
}
.special-content-item-date{
  color:#fff;
  font-weight:700;
  font-size:1.6rem;
  text-align:center;
}
.special-content-item-note{
  color:#5ce1e6;
  font-weight:700;
  font-size:1.4rem;
  text-align:center;
  font-weight:500;
}
.pecial-content-item-case{
  font-size:1.4rem;
  color:#6e9277;
  text-align:center;
}
.pecial-content-item-title{
  font-size:2.1rem;
  text-align:center;
  margin: 0 auto 1.0rem;
  font-weight:700;
}
@media screen and (max-width:768px){
  .special-title-area{
    height:24rem;
    margin-bottom:3.0rem;
  }
  .special-title{
    margin:0 auto 2.0rem;
    font-size:2.6rem;
  }
  .special-desc-text01{
    font-size: 1.3rem;
  }
  .special-desc-text02{
    font-size:1.6rem;
  }

  .special-cont-text01{
    font-size:1.4rem;
    margin-bottom:1.0rem;
  }
  .special-cont-text02{
    line-height:1.2;
    font-size:2.2rem;
    margin:0 auto 4.0rem;
  }
  .special-cont-text03{
    font-size:1.2rem;
    margin-bottom:2.0rem;
  }
  .special-cont-text04{
    font-size:1.4rem;
  }
  .special-content{
    margin:4.0rem auto;
    flex-direction: column;
  }
  .special-content-item{
    width:100%;
  }
  .special-content-item + .special-content-item{
    margin-left:0;
    margin-top:3.0rem;
  }
  .special-content-item-fig{
    height:16.0rem;
    margin-bottom:1.0rem;
  }
  .special-content-item-fig-span{
    width:100%;
    font-size:1.4rem;
    top:1.5rem;
  }
  .special-content-item-date{
    font-size:1.4rem;
  }
  .special-content-item-note{
    font-size:1.2rem;
  }
}

.renovation{
  background:#6e9277;
  position:relative;
  z-index:1;
  overflow: hidden;
}
section.renovation{
  padding:8rem 0 20rem;
}
.renovation .wood-bg01{
  width: 42rem;
  height: auto;
  transform: scaleX(-1);
  position: absolute;
  top: -25rem;
  left: 14%;
  z-index: -1;
}
.renovation .wood-bg02{
  width: 70rem;
  height: auto;
  position: absolute;
  top: 25rem;
  left: -3%;
  z-index: -1;
}
.renovation .wood-bg03{
    width: 90rem;
    height: auto;
    position: absolute;
    top: -22rem;
    right: -3%;
    z-index: -1;
}
.renovation-title{
  width:fit-content;
  font-size: 4.0rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.renovation-title.text-grad-pink-shadow{
    text-shadow: 0 0.1rem 0.8rem rgba(0,0,0,0.4);
}
.renovation-title.text-grad-pink-shadow::before {
  content:"Renovation Journey";
}
.renovation-text{
  font-size:1.8rem;
  color:#fff;
  line-height:1.4;
}
.renovation-list{
  display:flex;
  margin-top:6.0rem;
}
.renovation-item{
  width:20%;
  background:#fff;
  border-radius: 1.5rem;
  padding: 5.0rem 2.0rem;
  text-align:center;
}
.renovation-item + .renovation-item {
  margin-left:5%;
}
.renovation-item-mon{
  font-weight:700;
  font-size:3.0rem;
  margin:auto;
}
.renovation-item-text{
  font-weight:600;
  line-height:1.2;
  font-size:1.8rem;
  margin-top:1.0rem;
}

.renovation-line{
  width:100%;
  position:relative;
  z-index:1;
  margin-top:6.0rem;
}
.renovation-line .line{
  display:block;
  width:105%;
  height:0.5rem;
  background:#cdc39f;
  position:absolute;
  top:0;
  left:50%;
  transform:translatex(-50%);
  z-index:1;
}
.renovation-line .line-dot{
  display:block;
  border-radius:50%;
  background-image: linear-gradient(135deg, #ffde59 25%, #ff914d 75%);
  position:absolute;
  top:55%;
  transform:translatey(-50%);
  z-index:2
}
.renovation-line .line-dot.dot-b{
  width:4.0rem;
  height:4.0rem;
}
.renovation-line .line-dot.dot-s{
  width:2.0rem;
  height:2.0rem;
}
.renovation-line .line-dot.dot1{
  left:6.5%;
}
.renovation-line .line-dot.dot2{
  left:27.5%;
}
.renovation-line .line-dot.dot3{
  left:35%;
}
.renovation-line .line-dot.dot4{
  left:43%;
}
.renovation-line .line-dot.dot5{
  left:48.5%;
}
.renovation-line .line-dot.dot6{
  left:70%;
}
.renovation-line .line-dot.dot7{
  left:91%;
}
@media screen and (max-width:1520px) {
  .renovation .wood-bg01{
    width: 42rem;
    height: auto;
    transform: scaleX(-1);
    position: absolute;
    top: -25rem;
    left: 9%;
    z-index: -1;
  }
  .renovation .wood-bg02{
    width: 60rem;
    height: auto;
    position: absolute;
    top: 28rem;
    left: -3%;
    z-index: -1;
  }
  .renovation .wood-bg03{
    width: 70rem;
    height: auto;
    position: absolute;
    top: -11rem;
    right: 0%;
    z-index: -1;
  }
}
@media screen and (max-width:1270px) {
  .renovation .wood-bg01{
    width: 42rem;
    height: auto;
    transform: scaleX(-1);
    position: absolute;
    top: -25rem;
    left: 2%;
    z-index: -1;
  }
  .renovation .wood-bg02{
    width: 57rem;
    height: auto;
    position: absolute;
    top: 29rem;
    left: -3%;
    z-index: -1;
  }
  .renovation .wood-bg03{
    width: 66rem;
    height: auto;
    position: absolute;
    top: -7rem;
    right: -5%;
    z-index: -1;
  }
}
@media screen and (max-width:768px) {
  section.renovation{
    padding:6rem 0 12rem;
  }
  .renovation-title {
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
  }
  .renovation-text{
    font-size:1.2rem;
    line-height:1.3;
  }
  .renovation-wrap{
    display:flex;
    flex-direction: row-reverse;
    margin-top:5.0rem;
    /* align-items:flex-end; */
  }
  .renovation-list{
    flex-direction: column;
    margin-top:0rem;
    width: calc(100% - 5.0rem);
    margin-left:2.0rem;
  }
  .renovation-item{
    width:100%;
    border-radius: 1.5rem;
    padding: 3.0rem 1.5rem;
  }
  .renovation-item + .renovation-item {
    margin-left:0;
    margin-top:5%;
  }
  .renovation-item-mon{
    font-size:2.0rem;
  }
  .renovation-item-text{
    font-size:1.4rem;
    margin-top:0.5rem;
  }
  .renovation-line{
    width:3.0rem;
    height:auto;
    margin-top:0;
    display:flex;
    justify-content: center;
  }
  .renovation-line .line{
    display:block;
    width:0.5rem;
    height:102%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  .renovation-line .line-dot{
    top:auto;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot-b{
    width:3.0rem;
    height:3.0rem;
  }
  .renovation-line .line-dot.dot-s{
    width:1.5rem;
    height:1.5rem;
  }
  .renovation-line .line-dot.dot1{
    top:6.5%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot2{
    top:27.5%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot3{
    top:35%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot4{
    top:43%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot5{
    top:48.5%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot6{
    top:68%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation-line .line-dot.dot7{
    top:88.5%;
    left:50%;
    transform:translatex(-50%);
  }
  .renovation .wood-bg01 {
    width: 36rem;
    height: auto;
    transform: scaleX(-1);
    position: absolute;
    top: -22rem;
    left: 2%;
    z-index: -1;
  }
  .renovation .wood-bg02 {
    width: 57rem;
    height: auto;
    position: absolute;
    top: 25rem;
    left: -10%;
    z-index: -1;
  }
  .renovation .wood-bg03 {
    width: 64rem;
    height: auto;
    position: absolute;
    top: 69rem;
    right: -14%;
    z-index: -1;
  }

}


/* CTA2
------------------------------------------ */

#s_cta2 {
  background-color: #f4ecde;
  margin: 0 auto;
  padding: 4vw 0 8vw;
}
#s_cta2 .bnr-link{
  display:block;
  box-shadow: 1.0rem 4.0rem 5.0rem rgba(0,0,0,0.25);
  margin-bottom:10rem;
}
#s_cta2 .bnr-link:hover{
  opacity:0.8;
}
#s_cta2 h2 {
  font-size: 40px;
  font-weight: 600;
}
#s_cta2 .flex {
  padding: 0 15px;
  justify-content: space-between;
  align-items: flex-end;
}
#s_cta2 .flex a {
  position: relative;
  left: 0;
  top: 0;
  width: 15%;
  opacity: 1;
  text-align: center;
  transition: all 0.2s ease;
}
#s_cta2 .flex a:hover {
  position: relative;
  left: 3px;
  top: 3px;
  opacity: 0.7;
}
#s_cta2 .flex a img {
  width: 30%;
}
#s_cta2 .flex a .contact-btn {
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  padding: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  #s_cta2 .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #s_cta2 .flex {
    padding: 0 30px;
  }
  #s_cta2 .flex a {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
  }
  #s_cta2 .flex a img {
    padding-right: 30px;
    width: 25%;
  }
  #s_cta2 .flex a .contact-btn {
    background-color: #000;
    color: #fff;
    margin-top: 0;
    padding: 5px;
    text-align: center;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #s_cta2 .bnr-link{
    box-shadow: 0.5rem 2.0rem 3.0rem rgba(0,0,0,0.25);
    margin-bottom:5rem;
  }
}

.s_youtube-title {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.s_youtube-title img {
    object-fit: contain;
}
.logo-re-channel {
    width: 190px;
    margin-left: 26px;
}
.icon-youtube-text {
    width: 130px;
}
#s_youtube .youtube_wrap {
    margin: 0 auto;
    position: relative;
    width: 70%;
    padding-top: 39.375%;
}
#s_youtube .youtube_wrap {
    width: 75%;
}
#s_youtube .youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtube_bottom {
    margin-top: 20px;
}
.youtube_bottom p {
    font-weight: 600;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .icon-youtube-text {
        width: 100px;
    }
    .logo-re-channel {
        width: 160px;
        margin-left: 16px;
    }
    #s_youtube .youtube_wrap {
        width: 100%;
        padding-top: 56.25%;
    }
}
/* セクションsns */
.sns_list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns_item {
  width: 60px;
}
.sns_item:not(:first-child) {
  margin-left: 30px;
}
.sns_item--l {
  width: 70px;
}
@media (max-width: 767px) {
  .sns_item {
    width: 46px;
  }
  .sns_item:not(:first-child) {
    margin-left: 20px;
  }
}

.qa-heading-en{
  font-size:3.2rem;
  line-height:1.0;
  font-weight:700;
  padding:0 3.0rem 0.8rem;
  margin:0 auto 0.5rem;
  width:fit-content;
  text-align:center;
  white-space: nowrap;
  border-bottom:0.3rem solid #000;
}
.qa-heading-ja{
  font-size:1.6rem;
  text-align:center;
  margin-bottom:4.0rem;
}
@media (max-width: 767px){
  .qa-heading-ja{
    margin-bottom:1.0rem;
  }
}

.footer-image-area{
  width:100%;
  height: 70rem;
  position:relative;
  z-index:1;
  margin-bottom:2.0rem;
}
.footer-image-area::before{
  content:"";
  background:rgba(0,0,0,0.4);
  width:100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
.footer-image-area-text{
  font-size:4.0rem;
  font-weight:500;
  line-height:1.2;
  color:#fff;
  position:absolute;
  top:5.0rem;
  left:5%;
  z-index:2;
}
.footer-image-area-img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px){
  .footer-image-area{
    width:100%;
    height: 46rem;
    margin-bottom:1.0rem;
  }
  .footer-image-area-text{
    font-size:2.2rem;
    line-height:1.2;
    top:2.0rem;
  }
}

.sp_event-form{
  background:#f4ecde;
  color: #333;
}
.sp_event-form-title{
  text-align:center;
  margin-bottom:2.0rem;
}
.sp_event-form .selecttaste{
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
}
.sp_event-form .selecttaste .wpcf7-list-item{
  width:calc(20% - 1.2rem);
  margin-right:0;
}
.sp_event-form .selecttaste .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.sp_event-form .selecttaste .wpcf7-list-item .wpcf7-list-item-label {
    display: none;
}
.sp_event-form .selecttaste .wpcf7-list-item label{
  position:relative;
  z-index:1;
  width:100%;
  height:21.0rem;
  overflow:hidden;
  margin-bottom:0;
  border: 0;
  border-radius: 1.0rem;
}
.sp_event-form .selecttaste .wpcf7-list-item.checked label{
    border: 0.5rem solid;
    border-image: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
    border-image-slice: 1;
    box-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}
.sp_event-form .selecttaste .wpcf7-list-item label::before{
    content: "";
    display: block;
    width: 100%;
    height: 21.0rem;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(1) label::before{
  /* https://shuken-renovation.jp/works/r224/ */
  background: url(/wp-content/uploads/IMG_3478-1024x683.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(2) label::before{
  /* https://shuken-renovation.jp/works/r220/ */
  background: url(../images/newyear_lp2026/imgi_13_width_800.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(3) label::before{
  /* https://shuken-renovation.jp/works/r216/ */
  background: url(/wp-content/uploads/IMG_8099-1024x683.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(4) label::before{
  /* https://shuken-renovation.jp/works/r214/ */
  background: url(/wp-content/uploads/IMG_7686-1024x682.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(5) label::before{
  /* https://shuken-renovation.jp/works/r211/ */
  background: url(/wp-content/uploads/IMG_7588-1-1024x683.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(6) label::before{
  /* https://shuken-renovation.jp/works/r205/ */
  background: url(/wp-content/uploads/IMG_4274-1024x683.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(7) label::before{
  /* https://shuken-renovation.jp/works/r202/ */
  background: url(/wp-content/uploads/IMG_5261-1024x683.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(8) label::before{
  /* https://shuken-renovation.jp/works/r200/ */
  background: url(/wp-content/uploads/IMG_6243-1024x683.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(9) label::before{
  /* https://shuken-renovation.jp/works/r186/ */
  background: url(/wp-content/uploads/fdf6c42f093b0df3b0cdb42ef6b12ca9-4.jpg) no-repeat center center / cover;
}
.sp_event-form .selecttaste .wpcf7-list-item:nth-child(10) label::before{
  /* https://shuken-renovation.jp/works/r182/ */
  background: url(/wp-content/uploads/IMG_9389-1024x682.jpg) no-repeat center center / cover;
}
 .sp_event-form .contact-areacheck {
    width:fit-content;
    position: relative;
    text-align: center;
    margin: 7.0rem auto 5.0rem;
}
.sp_event-form .contact-areacheck a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
@media screen and (max-width:768px) {
  .sp_event-form-title{
    margin-bottom:1.5rem;
  }
  .sp_event-form .selecttaste{
    gap:1.0rem;
  }
  .sp_event-form .selecttaste .wpcf7-list-item{
    width:calc(50% - 0.5rem);
    margin-right:0;
  }
  .sp_event-form .selecttaste .wpcf7-list-item label{
    width:100%;
    height:14.0rem;
    border-radius: 0.7rem;
  }
  .sp_event-form .selecttaste .wpcf7-list-item.checked label{
      border: 0.4rem solid;
      border-image: linear-gradient(135deg, #fff7ad 13%, #ffa9f9 83%);
      border-image-slice: 1;
  }
  .sp_event-form .selecttaste .wpcf7-list-item label::before{
      height: 14.0rem;
  }
  .sp_event-form .contact-areacheck {
      width:100%;
      margin: 5.0rem auto 4.0rem;
  }
}

.form-notes {
    display: inline-block;
    margin: 0 auto 5.0rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.color-lb {
    color: #0cc0df;
    font-size: 1.4rem;
}
.color-yg {
    color: #00bf63;
    font-size: 1.2rem;
}
.form-notes ul {
    margin-left: 1.5rem;
    margin-top: 1.0rem;
}
.form-notes ul li {
    font-size: 1.4rem;
    list-style: disc;
    line-height: 1.5;
    margin-bottom: 1.0rem;
}
@media screen and (max-width:1270px){
  @media screen and (min-width:769px) {
    .color-lb {
        font-size: 2.0rem;
    }
    .color-yg {
        font-size: 1.8rem;
    }
  }
}

/* アニメーション */
.opa {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}

.slide-in-right {
  transform: translate(100px,0);
}

.slide-in-left {
  transform: translate(-100px,0);
}

.slide-in-up {
  transform: translate(0,100px);
}

.slide-in-down {
  transform: translate(0,-100px);
}

.fade-in {
  transform: translate(0,0);
}

.visible {
  opacity: 1;
  transform: translate(0,0);
}

/* 遅延クラス */
.delay01 {
  transition-delay: 0.2s;
}

.delay02 {
  transition-delay: 1s;
}

.delay03 {
  transition-delay: 1.8s;
}

