/* 修正　0530-22:52 */
#header #key {
  height: auto;
}

#rss {
  background: url(../img/shared/bg2.jpg);
  /* padding: 20vw 0 25vw; */
  /* ← 元の設定 */
  padding: 10vw 0 10vw;
  /* ← 例: 下の余白を10vwに変更 */
  color: #fff;
}

#rss h2 {
  font-size: 4.5vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  /* line-height: 4.5; */
  /* ← 元の設定 */
  line-height: 1.6;
  /* ← 例: 行の高さをフォントサイズの1.6倍に変更 */
  padding-top: 17vw;
  /* margin-bottom: 10vw; */
  position: relative;
}

/* #rss h2 の既存のスタイルの近くに追加すると分かりやすいです */
#rss h2 .sp-line-break {
  display: block;
  /* これで「Instagramで...」の部分が新しい行に表示されます */
}

#rss h2::before {
  content: "";
  /* background: url(../img/index/Instagram2.png) no-repeat center top/100% auto; */
  background: url(../img/shared/Instagram-w.svg) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10vw;
  height: 10vw;
}

#rss .feed .rss-item {
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

#rss .feed .rss-item dd {
  margin-top: 5px;
}

#rss .btn-more {
  margin-top: 11vw;
}

#rss .btn-more a {
  background: none;
  border: 1px solid #fff;
  padding: 5vw 5% 5vw 15%;
}

#rss .btn-more a::after {
  right: 11%;
}

#sec1 {
  background: url(../img/index/sec1_deco_sp.png) no-repeat center top/100% auto #000;
  color: #fff;
  padding: 17vw 0 0;
}

#sec1 h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 9vw;
}

#sec1 h2 span {
  letter-spacing: 0.05em;
}

#sec1 h2 .t1 {
  font-size: 4.5vw;
  margin-bottom: 3.2vw;
  display: inline-block;
}

#sec1 h2 .t2 {
  font-size: 7vw;
}

#sec1 h2 .t2 .fs-50 {
  font-size: 9vw;
}

#sec1 .photo {
  margin: 0 -5vw;
}

/* セクション２（元のsec3から変更） */
#sec2 {
  background: url(../img/shared/line_top.png) repeat-x left top/22% auto,
    url(../img/index/sec3_deco1_sp.png) no-repeat right top/69% auto;
  padding: 15vw 0 2vw;
}

#sec2 h2 {
  font-size: 7.5vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  padding-top: 3vw;
  margin-bottom: 7vw;
  position: relative;
}

#sec2 h2 span {
  letter-spacing: 0.05em;
}

#sec2 h2 .fs-30 {
  font-size: 5.5vw;
}

#sec2 h2 .fs-50 {
  font-size: 9vw;
}

#sec2 h2::before {
  content: none;
}


#sec2 .txt {
  margin: 7vw 0 14vw;
}

#sec2 .content .item {
  position: relative;
  padding-bottom: 4vw;
}

#sec2 .content .item a {
  display: block;
}

#sec2 .content .item::before {
  content: "";
  background: url(../img/shared/bg2.jpg);
  position: absolute;
  top: 9vw;
  right: -5vw;
  bottom: 0;
  left: 7vw;
  z-index: -1;
}

#sec2 .content .item .gr-pt {
  position: relative;
}

#sec2 .content .item .gr-pt h3 {
  position: absolute;
}

#sec2 .content .item .btn-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5vw 2vw 0 auto;
  font-family: "Zen Old Mincho";
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
}

#sec2 .content .item .btn-link .button-arrow {
  width: 14vw;
  position: relative;
  overflow: hidden;
  height: 10px;
  display: inline-block;
  top: -6px;
  margin-left: 15px;
}

#sec2 .content .item .btn-link .button-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  margin: auto 0;
  background: #fff;
  transition: all 0.3s ease-out;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
}

#sec2 .content .item .btn-link .button-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto 0;
  background: #fff;
  transition: all 0.3s ease-out;
  top: auto;
  right: 0;
  width: 0.625em;
  transform: rotate(-140deg) translateX(-0.5em) translateY(0.45em);
  transform-origin: left bottom;
}

#sec2 .content .item .btn-link .button-arrow span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 2;
  width: 200%;
  height: 1px;
  background-image: linear-gradient(90deg,
      transparent 0,
      transparent 50%,
      #ffda78 50%,
      #ffda78 100%);
  background-position: top;
  background-repeat: repeat-x;
}

#sec2 .content .item .btn-link .button-arrow span::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto 0;
  top: auto;
  right: 0;
  transform: rotate(-140deg) translateX(-0.5em) translateY(0.45em);
  transform-origin: left bottom;
  width: 0;
  z-index: 2;
  height: 1px;
  background: #ffda78;
}

#sec2 .content .item1 {
  margin-bottom: 7vw;
}

#sec2 .content .item1 .gr-pt h3 {
  position: absolute;
  left: 0;
  bottom: 3vw;
  width: 80%;
}

#sec2 .content .item2 {
  margin-bottom: 5vw;
}

#sec2 .content .item2::before {
  left: -5vw;
  right: 7vw;
}

#sec2 .content .item2 .gr-pt h3 {
  position: absolute;
  right: 0;
  bottom: 3vw;
  width: 84%;
}

#sec2 .content .item2 .btn-link {
  margin: 5vw 0 0;
}

#sec2 .content .item3 {
  margin-bottom: 7vw;
  /* item1と同じ余白 */
}

#sec2 .content .item3 .gr-pt h3 {
  position: absolute;
  left: 0;
  bottom: 3vw;
  width: 80%;
}

#sec2 .content .item3 .btn-link {
  margin: 5vw 2vw 0 auto;
}

/* セクション３（元のsec2のスタイルを移動、 */

#sec3 {
  padding: 16vw 0 5vw;
  background: url(../img/shared/line_top.png) repeat-x left top/22% auto,
    url(../img/index/sec2_deco1_sp.png) no-repeat right top/89% auto,
    url(../img/index/sec2_bg_sp.png) no-repeat center bottom/100% auto;
}

#sec3 .item1 {
  margin-bottom: 14vw;
}

#sec3 .item1 h2 {
  font-size: 7.5vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 13vw;
}

#sec3 .item1 h2 span {
  letter-spacing: 0.05em;
}

#sec3 .item1 h2 .fs-30 {
  font-size: 5.5vw;
}

#sec3 .item1 h2 .fs-50 {
  font-size: 9vw;
}

/* ★ここから追加★ 0529*/
#sec3 .item1 h2 .pink-accent {
  color: #d87093;
  /* ダスティローズのようなピンク */
}

/* ★ここまで追加★ */

#sec3 .item1 .photo {
  position: relative;
  padding-left: 5%;
}

#sec3 .item1 .photo::before {
  content: "";
  background: url(../img/index/sec2_bg_deco.jpg);
  position: absolute;
  top: 5vw;
  right: 5vw;
  bottom: -5vw;
  left: 0;
  z-index: -1;
}

#sec3 .item2 .txt {
  margin: 12vw 0 12vw;
}

/* 追加　０５２９ ４：２３*/

#sec3 .item2 .btn-s1 a {
  /* 既存のスタイルはそのまま */
  background: #d87093;
  /* ボタンの背景色をピンクに */
  color: #ffffff;
  /* ボタンの文字色を白に（見やすいように） */
  /* ホバー時の色も設定すると良いでしょう */
  transition: background-color 0.3s ease;
  /* スムーズな色の変化 */
}

#sec3 .item2 .btn-s1 a:hover {
  background-color: #c05a7b;
  transform: scaleX(1);
  /* 追加 */
  /* ホバー時の色を少し濃いピンクに */
}

/*  */

#sec4 {
  background: url(../img/shared/line_top.png) repeat-x left top/22% auto,
    url(../img/shared/bg4.jpg);
  padding: 20vw 0 20vw;
}

#sec4 .gr-txt {
  margin-top: 4vw;
  background: url(../img/index/sec4_deco_sp.png) no-repeat right top/62% auto,
    url(../img/shared/bg3.png);
  padding: 13vw 5% 18vw;
}

#sec4 .gr-txt h2 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

#sec4 .gr-txt h2 span {
  font-size: 8.5vw;
  letter-spacing: 0.05em;
}

#sec4 .gr-txt .txt {
  margin: 7vw 0 10vw;
}

#sec5 {
  background: url(../img/shared/line_top.png) repeat-x left top/22% auto;
  padding: 15vw 0 0;
  position: relative;
}

#sec5::before {
  content: "";
  background: url(../img/index/sec5_deco1.png) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  left: 3%;
  width: 55%;
  bottom: 0;
  z-index: -1;
}

#sec5 .set1 h2 {
  text-align: center;
}

#sec5 .set1 h2 span {
  font-size: 8.5vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 5vw 7vw;
}

#sec5 .set1 h2 span::before {
  content: "";
  background: url(../img/index/sec5_ttl_deco.png) repeat-x left bottom/100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5vw;
}

#sec5 .set1 .txt {
  margin: 12vw 0 17vw;
  font-size: 15px;
  line-height: 32px;
}

#sec5 .set1 .txt span {
  letter-spacing: 0.1em;
  color: #c00000;
}

#sec5 .set2 {
  position: relative;
  padding-top: 18vw;
}

#sec5 .set2::before {
  content: "";
  background: url(../img/index/sec5_deco2_sp.png) no-repeat right top/100% auto;
  position: absolute;
  top: -10vw;
  right: 0;
  bottom: 0;
  left: 16%;
  z-index: -1;
}

#sec5 .set2 .col-r .logo {
  width: 78%;
  margin-bottom: 10vw;
}

#sec5 .set2 .col-r .info dl {
  display: flex;
  line-height: 26px;
  letter-spacing: 0.1em;
}

#sec5 .set2 .col-r .info dl:not(:last-child) {
  margin-bottom: 22px;
}

#sec5 .set2 .col-r .info dl dt {
  width: 30%;
}

#sec5 .set2 .col-r .info dl dd {
  flex: 1;
}

#sec5 .set2 .col-r .info dl.ins {
  align-items: center;
}

#sec5 .set2 .col-r .info dl.ins dd img {
  width: 35px;
  height: auto;
}

#sec5 .set2 .col-l {
  margin: 20vw -5vw 0;
}

#sec5 .set2 .col-l .map {
  height: 480px;
}

#sec5 .set2 .col-l .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #header .logo {
    top: 176px;
    left: 50%;
    transform: translateX(-50%);
    width: 216px;
  }

  #key .sl-key-pc {
    display: flex !important;
  }

  #key .sl-key-pc .cover-slider {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 900px;
    width: 50%;
    position: relative;
  }

  #key .sl-key-pc .cover-slider .sl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }

  #key .sl-key-pc .cover-slider1.active {
    animation-duration: 2500ms;
    animation-name: slidein1;
    animation-fill-mode: forwards;
    z-index: 9;
  }

  #key .sl-key-pc .cover-slider1.inactive {
    animation-duration: 2500ms;
    animation-name: slideout1;
    animation-fill-mode: forwards;
    z-index: 8;
  }

  #key .sl-key-pc .cover-slider1 .sl1 {
    background: url(../img/index/key_left1.jpg) no-repeat center top/cover;
  }

  #key .sl-key-pc .cover-slider1 .sl2 {
    background: url(../img/index/key_left2.jpg) no-repeat center top/cover;
  }

  #key .sl-key-pc .cover-slider1 .sl3 {
    background: url(../img/index/key_left3.jpg) no-repeat center top/cover;
    background-position: right;
  }

  #key .sl-key-pc .cover-slider2 .sl1 {
    background: url(../img/index/key_right1.jpg) no-repeat center top/cover;
  }

  #key .sl-key-pc .cover-slider2 .sl2 {
    background: url(../img/index/key_right2.jpg) no-repeat center top/cover;
  }

  #key .sl-key-pc .cover-slider2 .sl3 {
    background: url(../img/index/key_right3.jpg) no-repeat center top/cover;
    background-position: left;
  }

  #key .sl-key-pc .cover-slider__slide1.active {
    animation-duration: 2500ms;
    animation-name: slidein1;
    animation-fill-mode: forwards;
    z-index: 9;
  }

  #key .sl-key-pc .cover-slider__slide1.inactive {
    animation-duration: 2500ms;
    animation-name: slideout1;
    animation-fill-mode: forwards;
    z-index: 8;
  }

  #key .sl-key-pc .cover-slider__slide2.active {
    animation-duration: 2500ms;
    animation-name: slidein2;
    animation-fill-mode: forwards;
    z-index: 9;
  }

  #key .sl-key-pc .cover-slider__slide2.inactive {
    animation-duration: 2500ms;
    animation-name: slideout2;
    animation-fill-mode: forwards;
    z-index: 8;
  }

  #rss {
    background: url(../img/shared/bg1.jpg);
    padding: 25px 0 30px 98px;
    color: #000;
  }

  #rss .wrap {
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #rss h2 {
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    padding-top: 0;
    margin-bottom: 0;
  }

  /* index.css の PC用スタイル (@media screen and (min-width: 768px) の中) */
  #rss h2 br.sp-br {
    display: none;
    /* PCではこのbrタグを非表示（無効）にする */
  }

  #rss h2::before {
    background: url(../img/index/Instagram.svg) no-repeat;
    top: 9px;
    left: -73px;
    transform: none;
    width: 56px;
    height: 33px;
  }

  #rss .feed {
    margin: 9px 0 0 25px;
  }

  #rss .feed .rss-item {
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    display: flex;
  }

  #rss .feed .rss-item dd {
    margin: 0 0 0 28px;
  }

  #rss .feed .rss-item dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  #rss .btn-more {
    margin: 8px 0 0 21px;
  }

  #rss .btn-more a {
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  #rss .btn-more a::before {
    content: none;
  }

  #rss .btn-more a::after {
    content: none;
  }

  #rss .btn-more a span {
    letter-spacing: 0.1em;
  }

  #rss .btn-more a:hover {
    text-decoration: none;
  }

  #sec1 {
    background:
      url(../img/index/sec1_img.jpg) no-repeat center bottom/100% auto #1a1a1a;
    padding: 0;
    height: 1024px;
  }

  #sec1 h2 {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    top: 102px;
    right: 25px;
    white-space: nowrap;
    z-index: 2;
  }

  #sec1 h2 span {
    display: inline-block;
  }

  #sec1 h2 .t1 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 44px;
  }

  #sec1 h2 .t1 span {
    margin-top: 27px;
  }

  #sec1 h2 .t2 {
    font-size: 40px;
    line-height: 85px;
    margin: 30px 15px 0 0;
  }

  #sec1 h2 .t2 .fs-50 {
    font-size: 50px;
  }

  #sec1 .txt {
    position: absolute;
    top: 203px;
    right: 284px;
    height: 307px;
    z-index: 2;
  }


  #sec1 .txt.txt-vertical-pc {

    /* ▼ 文字に影をつけるスタイルを追加 ▼ */
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); */
    /* 例: やや右下に、少しぼかした濃いめの影 */
    text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.6);

  }



  #sec1 .photo {
    margin: 0 -5vw;
  }

  /* セクション２（元のsec3のPC用スタイル） */
  #sec2 {
    background: url(../img/shared/line_top.png) repeat-x left top,
      url(../img/index/sec3_deco1.png) no-repeat right top;
    padding: 115px 0 20px;
    position: relative;
  }

  #sec2::before {
    content: "";
    background: url(../img/shared/bg3.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% - 432px);
    z-index: -1;
  }

  #sec2 h2 {
    font-size: 40px;
    line-height: 60px;
    padding: 0 0 25px;
    text-align: center;
    margin-bottom: 40px;
  }

  #sec2 h2 span {
    letter-spacing: 0.05em;
  }

  #sec2 h2 .fs-30 {
    font-size: 30px;
  }

  #sec2 h2 .fs-50 {
    font-size: 50px;
  }

  #sec2 h2::before {
    content: none;
  }

  #sec2 h2::after {
    content: "";
    border-top: 4px solid #000;
    width: 58px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  #sec2 .txt {
    margin: 40px 0 54px;
    text-align: center;
  }

  #sec2 .content {
    margin: 0 -97px 0 -164px;
  }

  #sec2 .content .item {
    padding-bottom: 47px;
    position: relative;
  }

  #sec2 .content .item::before {
    top: 42px;
    right: 0;
    left: 0;
  }

  #sec2 .content .item a:hover .gr-pt .photo img {
    transform: scale(1.05);
  }

  #sec2 .content .item a:hover .btn-link .button-arrow span::before {
    animation: liner 1.5s infinite ease-out;
  }

  #sec2 .content .item a:hover .btn-link .button-arrow span::after {
    animation: arrow-liner 1.5s infinite ease-out;
  }

  #sec2 .content .item .gr-pt {
    position: relative;
    margin: 0 -72px 0 406px;
  }

  #sec2 .content .item .gr-pt .photo {
    height: 395px;
    overflow: hidden;
  }

  #sec2 .content .item .gr-pt .photo img {
    opacity: 1 !important;
    transition: 0.5s all ease-in-out !important;
  }

  #sec2 .content .item .btn-link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    position: absolute;
    top: 173px;
    left: 129px;
    display: inline-block;
    font-size: 35px;
    line-height: 5px;
    cursor: pointer;
  }

  #sec2 .content .item .btn-link::before {
    content: "";
    position: absolute;
  }

  #sec2 .content .item .btn-link .button-arrow {
    width: 95px;
    position: relative;
    height: 14px;
    top: 45px;
    left: 25px;
    margin-left: 0;
  }

  #sec2 .content .item .btn-link .button-arrow::after {
    width: 19px;
    transform: rotate(-130deg) translateX(-0.5em) translateY(0.45em);
  }

  #sec2 .content .item .btn-link .button-arrow span::after {
    right: 4px;
    transform: rotate(-136deg) translateX(-0.5em) translateY(0.45em);
  }

  #sec2 .content .item1 {
    margin-bottom: 54px;
  }

  #sec2 .content .item1::after {
    content: "";
    background: url(../img/index/sec3_deco2.png) no-repeat;
    width: 471px;
    height: 353px;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: -1;
  }

  #sec2 .content .item1 .gr-pt h3 {
    bottom: 20px;
    width: auto;
  }

  #sec2 .content .item1 .btn-link::before {
    background: url(../img/index/sec3_link_deco1.png) no-repeat;
    width: 63px;
    height: 41px;
    top: -55px;
    left: 39px;
  }

  #sec2 .content .item1 .btn-link .mt {
    margin-top: 36px;
  }

  #sec2 .content .item2 {
    margin-bottom: 54px;
  }

  #sec2 .content .item2::before {
    left: 73px;
    right: -73px;
  }

  #sec2 .content .item2::after {
    content: "";
    background: url(../img/index/sec3_deco3.png) no-repeat;
    width: 405px;
    height: 298px;
    position: absolute;
    top: 42px;
    right: -74px;
    z-index: -1;
  }

  #sec2 .content .item2 .gr-pt {
    margin: 0 333px 0 0px;
  }

  #sec2 .content .item2 .gr-pt h3 {
    bottom: 19px;
    width: auto;
  }

  #sec2 .content .item2 .btn-link {
    margin: 0;
    top: 189px;
    left: auto;
    right: 104px;

  }

  #sec2 .content .item2 .btn-link::before {
    background: url(../img/index/sec3_link_deco1.png) no-repeat;
    width: 63px;
    height: 41px;
    position: absolute;
    top: -65px;
    left: 18px;
  }

  #sec2 .content .item2 .btn-link .button-arrow {
    top: 55px;
    left: 29px;
  }

  #sec2 .content .item3 {
    margin-bottom: 54px;
  }

  #sec2 .content .item3::after {
    content: "";
    background: url(../img/index/sec3_deco4.png) no-repeat;
    /* 新しい装飾画像 */
    width: 471px;
    height: 353px;
    position: absolute;
    top: 42px;
    left: 0;
    /* 左配置（item1パターン） */
    z-index: -1;
  }

  /* タイトル画像の位置調整 */
  #sec2 .content .item3 .gr-pt h3 {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: auto;
  }

  /* ボタンリンクの位置とスタイル */
  #sec2 .content .item3 .btn-link {
    top: 173px;
    left: 129px;
  }

  /* ボタンの装飾 */
  #sec2 .content .item3 .btn-link::before {
    background: url(../img/index/sec3_link_deco1.png) no-repeat;
    width: 63px;
    height: 41px;
    top: -59px;
    left: 20px;
  }

  /* セクション３） */
  /* 
  #sec3 {
    padding: 112px 0 160px;
    background: url(../img/shared/line_top.png) repeat-x left top;

  } */

  #sec3 {
    padding: 112px 0 160px;
    background: url(../img/shared/line_top.png) repeat-x left top,
      url(../img/index/sec2_deco1.png) no-repeat right top,
      url(../img/index/sec2_bg2.png) no-repeat center bottom/100% auto;
  }

  /* 外したコード */
  /* background: url(../img/shared/line_top.png) repeat-x left top,
      url(../img/index/sec2_deco1.png) no-repeat right top,
      url(../img/index/sec2_bg.png) no-repeat center bottom/100% auto; */

  #sec3 .item1 {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }

  #sec3 .item1 h2 {
    font-size: 40px;
    line-height: 70px;
    margin: 47px 0 0 96px;
    width: 500px;
  }

  #sec3 .item1 h2 .fs-30 {
    font-size: 30px;
  }

  #sec3 .item1 h2 .fs-50 {
    font-size: 50px;
  }

  #sec3 .item1 .photo {
    padding-left: 0;
    margin-left: -136px;
    flex: 1;
    height: 340px;
  }

  #sec3 .item1 .photo::before {
    top: 30px;
    right: 30px;
    bottom: -30px;
    left: -30px;
  }

  #sec3 .item2 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -38px;
  }

  #sec3 .item2 .photo {
    margin-right: -77px;
  }

  #sec3 .item2 .gr-txt {
    margin-top: 148px;
    width: 402px;
  }

  #sec3 .item2 .txt {
    margin: 0 0 50px;
    text-align: justify;
  }


  #sec4 {
    background: url(../img/shared/line_top.png) repeat-x left top,
      url(../img/shared/bg4.jpg);
    padding: 84px 0 68px;
  }

  #sec4 .wrap {
    max-width: 100%;
    display: flex;
  }

  #sec4 .photo {
    flex: 1;
    height: 650px;
  }

  #sec4 .gr-txt {
    width: 577px;
    margin: 73px 0 0 -105px;
    background: url(../img/index/sec4_deco.png) no-repeat right top,
      url(../img/shared/bg3.png);
    padding: 91px 86px 111px;
    position: relative;
    z-index: 2;
  }

  #sec4 .gr-txt h2 {
    font-size: 40px;
    line-height: 67px;
    text-align: left;
    margin-left: -7px;
  }

  #sec4 .gr-txt h2 span {
    font-size: 50px;
  }

  #sec4 .gr-txt .txt {
    margin: 24px 4px 44px 0px;
    text-align: justify;
  }

  #sec5 {
    background: url(../img/shared/line_top.png) repeat-x left top;
    padding: 118px 0 122px;
  }

  #sec5::before {
    background: url(../img/index/sec5_deco1.png) no-repeat;
    height: 340px;
    left: calc(50% - 496px);
    width: 387px;
    bottom: auto;
  }

  #sec5 .set1 h2 span {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
  }

  #sec5 .set1 h2 span::before {
    background: url(../img/index/sec5_ttl_deco.png) repeat-x;
    right: calc(100% + 24px);
    bottom: 17px;
    left: auto;
    width: 268px;
    height: 22px;
  }

  #sec5 .set1 h2 span::after {
    content: "";
    background: url(../img/index/sec5_ttl_deco.png) repeat-x;
    height: 22px;
    position: absolute;
    left: calc(100% + 24px);
    width: 268px;
    height: 22px;
    bottom: 17px;
  }

  #sec5 .set1 .txt {
    margin: 54px 0;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }

  #sec5 .set2 {
    padding-top: 107px;
  }

  #sec5 .set2::before {
    background: url(../img/index/sec5_deco2.png) no-repeat;
    width: 759px;
    height: 513px;
    top: -165px;
    right: auto;
    bottom: auto;
    left: calc(50% + 165px);
  }

  #sec5 .set2 .content {
    display: flex;
    flex-direction: row-reverse;
  }

  #sec5 .set2 .col-r {
    width: 425px;
    margin: 33px 0 0 76px;
  }

  #sec5 .set2 .col-r .logo {
    width: 331px;
    margin-bottom: 38px;
  }

  #sec5 .set2 .col-r .logo img {
    width: 100%;
    height: auto;
  }

  #sec5 .set2 .col-r .info dl:not(:last-child) {
    margin-bottom: 26px;
  }

  #sec5 .set2 .col-r .info dl dt {
    width: 133px;
  }

  #sec5 .set2 .col-r .info dl dd {
    margin-right: -21px;
  }

  #sec5 .set2 .col-r .info dl.ins {
    margin-top: -2px;
  }

  #sec5 .set2 .col-r .info dl.ins dd {
    margin-top: -2px;
  }

  #sec5 .set2 .col-r .info dl.ins dd img {
    width: 29px;
  }

  #sec5 .set2 .col-l {
    margin: 0;
    flex: 1;
  }

  #sec5 .set2 .col-l .map {
    height: 750px;
    margin-left: calc(-50vw + 500px);
  }

  #sec5 .set2 .col-l .map img {
    width: 100%;
    height: auto;
  }

  #sec5 .set2 .col-l .link {
    width: 400px;
    margin: 63px 0 0 auto;
  }

  #sec5 .set2 .col-l .link .btn-map a {
    padding: 15px 75px 17px 75px;
  }

  #sec5 .set2 .col-l .link .print_map {
    text-align: right;
    margin: 15px -2px 0 0;
  }

  #sec5 .set2 .col-l .link .print_map a {
    display: inline-block;
    letter-spacing: 0.1em;
    position: relative;
  }

  #sec5 .set2 .col-l .link .print_map a::before {
    content: "";
    border-top: 1px solid #8f8371;
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
  }

  #sec5 .set2 .col-l .link .print_map a:hover::before {
    content: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1272px) {
  #sec2 .content .item1 .gr-pt .photo {
    margin-right: calc(-50vw + 50%);
  }

  #sec2 .content .item2 .gr-pt .photo {
    margin-left: calc(-50vw + 50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  #sec2 .content .item1 .gr-pt .photo {
    margin-right: calc(-50vw + 50%);
  }

  #sec2 .content .item2 .gr-pt .photo {
    margin-left: calc(-50vw + 50%);
  }
}

/* --- 店舗情報（sec5）2025年アレンジ --- */
.contact-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  justify-content: center;
  align-items: flex-start;
  padding: 4vw 2vw;
}

.contact-left {
  flex: 1 1 380px;
  max-width: 500px;
  background: #ffffff;
  border-radius: 12px;
  padding: 3vw 4vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-left h2 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  color: #222;
}

.contact-left .info dl {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

.contact-left .info dt {
  width: 35%;
  font-weight: 600;
  color: #444;
}

.contact-left .info dd {
  width: 65%;
  color: #666;
}

.contact-right {
  flex: 1 1 500px;
  max-width: 700px;
}

.contact-right .map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .contact-layout {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    max-width: 100%;
  }

  .contact-right .map iframe {
    height: 300px;
  }
}

/* ================================================
   アクセスセクション CSS
   ================================================ */


#access {
  padding: 112px 0 160px;
  background: url(../img/shared/line_top.png) repeat-x left top;

}

/* #access {
    padding: 112px 0 160px;
    background: url(../img/shared/line_top.png) repeat-x left top,
      url(../img/index/sec2_deco1.png) no-repeat right top,
      url(../img/index/sec2_bg2.png) no-repeat center bottom/100% auto;
  } */


.access {
  padding: 4rem 0 1rem;
  /* 上をやや増やし、下にも追加 */
  margin: 1rem 0;
  /* 上下ともに少し余裕を追加 */
}

/* スマホ用ヘッダー：地図の上に配置 */
.access__header--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 5%;
}

/* PC用ヘッダー：スマホでは非表示 */
.access__header--pc {
  display: none;
}

/* レイアウトコンテナ */
.access__inner {
  padding: 0 5%;
}

.access__layoutWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Klee Oneフォントの基本設定 */
.fnt-Klee-One2 {
  font-family: 'Klee One', serif;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
}

/* サブ見出し（桜豚） - スマホ用 */
.access__header--mobile .access__subHeading {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  writing-mode: horizontal-tb;
}

/* メイン見出し（店舗情報） - スマホ用 */
.access__header--mobile .access__heading {
  font-size: 2.2rem;
  writing-mode: horizontal-tb;
  margin: 0;
}

/* 地図エリア - スマホ用 */
/* 設定をかえる */

.access__map {
  position: relative;
  width: 100%;
  max-width: 143.75rem;
  height: 20rem;
  padding: 0.76923rem;
  background-image: url(../img/index/info_bg_deco.png);
  background-size: 19.23077rem;
  background-repeat: repeat;
  border-radius: 1.53846rem;
  margin: 0 auto 2rem;
}

/* background-image: url(../img/shared/bg2.jpg); */

/* 地図表示エリア */
.access__mapStage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1.15385rem;
}

.access__mapStage iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 1.15385rem;
}

/* Googlemapボタン */
.access__detail {
  position: absolute;
  z-index: 2;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.access__mapLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.84615rem;
  height: 3.07692rem;
  background-image: url(../img/index/info_bg_deco.png);
  background-size: 19.23077rem;
  background-repeat: repeat;
  border-radius: 0.38462rem;
  text-decoration: none;
}

/* background-image: url(../img/shared/bg2.jpg); */

/* ボタンラベル */
.access__mapLink-label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.84615rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.07em;
}

/* ピンアイコン */
.access__mapLink-label:after {
  display: block;
  width: 0.92308rem;
  height: 0.92308rem;
  margin: 0 0 0 0.92308rem;
  content: "";
  background-image: url(../img/shared/map-pin.svg);
  background-size: 0.92308rem;
}

/* 詳細情報エリア */
.access__informations {
  padding: 0 2.84615rem;
  margin: 1.07692rem 0 0;
}

/* 各情報項目 */
.access__information {
  padding: 1.69231rem 0 1.61538rem;
  border-bottom: 0.07692rem solid #f3ddc0;
}

/* 項目見出し（住所、TELなど） */
.access__information-heading {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* 項目内容 */
.access__information-body {
  position: relative;
  flex: 1;
  margin: 0.61538rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.07em;
  overflow: hidden;
}

/* PC表示用（1024px以上） */
@media (min-width: 64em) {
  /* .access {
    width: 75rem;
    padding: 6.25rem 0 0;
    margin: 2.9375rem auto 0;
  } */


  #access {
    padding: 112px 0 0px;
    /* PC表示時の#sec3の余白に合わせています */
    background:
      /* 1番目の背景: ご要望の区切り線。前回の提案ですでにこの形でした！ */
      url(../img/shared/line_top.png) repeat-x left top,
  }

  .access {
    /* width: 75rem; */
    padding: 3rem 0 0;
    margin: 0rem auto 1rem;
  }


  /* スマホ用ヘッダーを非表示 */
  .access__header--mobile {
    display: none;
  }

  .access__inner {
    width: 75rem;
    margin: 1rem auto 1rem;
  }


  /* PC用ヘッダーを表示 */
  .access__header--pc {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 0.0625rem 0 0 2.25rem;
  }

  /* レイアウトコンテナ - PC用 */
  .access__layoutWrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* サブ見出し（桜豚） - PC用 */
  .access__header--pc .access__subHeading {
    margin: -0.15385rem 0 0 1rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2rem;
    padding-top: 0.5em;
  }

  /* メイン見出し（店舗情報） - PC用 */
  .access__header--pc .access__heading {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 3.8rem;
    margin: 0 0.5625rem 0 0;
    padding-top: 0.5em;
  }

  /* 地図エリア - PC用（指定された幅に変更） */
  .access__map {
    width: 43.75rem;
    /* 436.75rem から現実的なサイズに調整 */
    height: 31.875rem;
    /* padding: 1.25rem; */
    background-size: 15.75rem 15.625rem;
    border-radius: 3.125rem;
    margin: 0;
  }

  /* 地図表示エリア - PC用 */
  .access__mapStage {
    border-radius: 2.25rem;
  }

  .access__mapStage iframe {
    border-radius: 2.25rem;
  }

  /* Googlemapボタン - PC用 */
  .access__detail {
    right: -11.25rem;
    bottom: 2.9375rem;
    left: auto;
    transform: none;
  }

  .access__mapLink {
    width: 16.25rem;
    height: 4.375rem;
    background-size: 15.75rem 15.625rem;
    border-radius: 0.3125rem;
  }

  /* ボタンラベル - PC用 */
  .access__mapLink-label {
    top: -0.1em;
    left: -1.8125rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .access__mapLink:hover .access__mapLink-label {
    transform: translate3d(0.2rem, 0, 0);
  }

  /* ピンアイコン - PC用では非表示 */
  /* .access__mapLink-label:after {
    display: none;
  } */

  .access__mapLink-label:after {
    background-size: 1em;
  }


  /* 詳細情報エリア - PC用 */
  .access__informations {
    display: flex;
    padding: 1.5rem;
    width: 75rem;
    margin: 1rem auto 1rem;
  }



  /* 情報グリッド - PC用 */
  .access__informations-grid {
    flex: 0 0 auto;
    width: 37.5rem;
  }

  /* 各情報項目 - PC用 */
  .access__information {
    display: flex;
    padding: 0;
    border-bottom: 0;
  }

  .access__information+.access__information {
    margin: 0.875rem 0 0;
  }

  /* 項目見出し - PC用 */
  .access__information-heading {
    flex: 0 0 auto;
    width: 6.25rem;
    font-size: 0.9375rem;
    line-height: 2;
  }

  /* 項目内容 - PC用 */
  .access__information-body {
    padding: 0 0 0 0.125rem;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 2;
  }
}