/*=======================================================
トップページ
=======================================================*/

/* +++++++++++++++++++++++++++++++++++++++++ 共通設定 */

/*重ね順設定*/

#sec1 { position: relative; z-index: 1; }
#sec2 { position: relative; z-index: 5; transform: translateZ(0); } /* iOSでの描画安定 */
#sec3 { position: relative; z-index: 7; }
#sec4 { position: relative; z-index: 8; }
#sec5 { position: relative; z-index: 9; }
#footer { position: relative; z-index: 10; }


/* +++++++++++++++++++++++++++++++++++++++++ sec1 */


#sec1 .hero {}

#hero-logo {
  position: fixed;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1s ease, visibility 1s ease;
}

/* 非表示時 */
#hero-logo.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*JS準備完了まで*/
html:not(.js-ready) #hero-logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* JS準備前は .slide も非表示 */
html:not(.js-ready) #sec1 .hero.view1 .slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* JS準備前は 非表示 */
noscript #hero-logo,
noscript #sec1 .hero.view1 .slide {
  display: none !important;
}

#hero-logo{
}

#hero-logo img {
  width: 375px;
  height: auto;
}

@media (max-width: 1199px) {
  #hero-logo,#hero-logo img {
    width: 320px;
    height: auto;
    height: auto;
  }
}

@media (max-width: 991px) {
  #hero-logo,#hero-logo img {
    width: 290px!important;
    height: auto;
    height: auto;
  }
}


/* view1 */

#sec1 .hero.view1 {
  text-align: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#sec1 .hero.view1 .slide {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100vw;
  height: 100svh; /* ←ここを100vhから変更 */
  z-index: 1;
  pointer-events: none;
  will-change: opacity, transform;
}

/* 非表示時（sec2以降またはfooterが見えている間） */
#sec1 .hero.view1 .slide.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
}

#sec1 .hero.view1 .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

#sec1 .hero.view1 .slide img.active {
  opacity: 1;
  z-index: 1;
}

#sec1 .hero.view1 .scroll {
  position: absolute;
  top: 85%;
  right: 10%;
  z-index: 2;
}

@media (max-width: 991px) {
  #sec1 .hero.view1 .scroll {
    bottom: 0;
    right: 10%;
    z-index: 2;
  }
}

/* view2 */

#sec1 .hero.view2 {
  text-align: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

#sec1 .hero.view2 .content-wrap {
  background-color: #ccc;
  position: relative;
}

#sec1 .hero.view2 .content-group {
  width: 100%;
  max-width: 536px;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#sec1 .hero.view2 .content-group p {
  font-weight: 400;
  letter-spacing: 0.05em;
  /* 14px × 0.05 = 約0.7px ≒ トラッキング50 */
  line-height: 30.8px;
  text-indent: 0;
  margin-bottom: 2rem;
}

#sec1 .hero.view2 .content-group>p:last-of-type {
  /*ボタン上余白*/
  margin-bottom: 56px;
}

#sec1 .hero.view2 .content-group .btn-style1 {
  margin-top: 0px;
}

#sec1 .hero.view2 .content-group .btn-style1 a {
  font-family: 'REM', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  width: 184px;
}

@media (max-width:767px) {
  #hero-logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
  }

  #sec1 .hero.view1 .slide {
    /*position: relative;*/
    /*パララックス解除する場合はアクティブにする*/

  }

  #sec1 .hero.view1 .slide img {
    position: position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


/* +++++++++++++++++++++++++++++++++++++++++ sec2 */

/* odyssey */
#sec2 {
  background-image: url(../images/common/bg_noise_G.png);
  position: relative;
  overflow: hidden;
}

#sec2 .photo-odyssey .content-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

#sec2 .photo-odyssey .content-group {
  width: 30%;
  padding-right: 100px;
  min-width: 300px;
}

#sec2 .photo-odyssey .content-group .btn-style1 a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
}

/* odyssey swiper*/

#sec2 .photo-odyssey .swiper .swiper-slide {
  padding: 0 10px;
  font-weight: 300;
  font-size: 0.75rem;

}

#sec2 .photo-odyssey .swiper .swiper-slide img {
  margin-bottom: 1em;
}


#sec2 .photo-odyssey .swiper .swiper-slide b {
  display: block !important;
  font-size: 1rem;
  font-family: 'Trirong', 'Georgia', serif;
}

@media (min-width: 768px) {

  /* ナビゲーション矢印を非表示 */
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  /* ページネーションドットを非表示 */
  .swiper-pagination {
    display: none !important;
  }
}


@media (max-width:767px) {
  #sec2 .photo-odyssey .content-wrap {
    display: block;
    margin-bottom: 80px;
    padding: 0 0;
  }

  #sec2 .photo-odyssey .content-group {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  #sec2 .photo-odyssey .content-group .btn-style1 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
  }

  #sec2 .photo-odyssey .swiper {
    overflow: visible;
  }

  #sec2 .photo-odyssey .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #sec2 .photo-odyssey .swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  #sec2 .photo-odyssey .swiper .swiper-slide span {
    display: block;
    width: 100%;
    text-align: left !important;
  }



  /* 左右スライドにデフォルトで透過 */
  .swiper-slide-next,
  .swiper-slide-prev {
    opacity: 0.5 !important;
  }

  /* 共通設定：矢印アイコン非表示 */
  #sec2 .photo-odyssey .swiper .swiper-button-next::after,
  #sec2 .photo-odyssey .swiper .swiper-button-prev::after {
    display: none;
  }

  /* 左矢印（prev） */
  #sec2 .photo-odyssey .swiper .swiper-button-prev {
    width: 26px;
    /* 必要に応じて調整 */
    height: 52px;
    background: url('../images/home/btn_arrow_left.png') no-repeat center center;
    background-size: contain;
  }

  /* 右矢印（next） */
  #sec2 .photo-odyssey .swiper .swiper-button-next {
    width: 26px;
    /* 必要に応じて調整 */
    height: 52px;
    background: url('../images/home/btn_arrow_right.png') no-repeat center center;
    background-size: contain;
  }

  /* デフォルトのドットを線に変更 */
  #sec2 .photo-odyssey .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 0;
    /* 角を丸くしない */
    background: #ffffff;
    /* 未アクティブ状態の色 */
    opacity: 1;
    /* Swiperはデフォルトでopacity: 0.2 */
    margin: 0 4px !important;
    /* 両側の余白 */
  }

  /* アクティブなページ（現在のスライド） */
  #sec2 .photo-odyssey .swiper .swiper-pagination-bullet-active {
    background: #000;
    /* アクティブ時の色 */
    width: 32px;
    height: 2px;
  }

  #sec2 .photo-odyssey .swiper .swiper-pagination {
    position: absolute;
    bottom: 70px;
    /* 下から20px（画像に重ねたい場合に調整） */
    left: 25%;
    transform: translateX(-50%);
    z-index: 10;
    /* スライドより前面に表示 */
  }

}

/*****/



/* menu */

#sec2 .menu {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

#sec2 .menu .menu-bg {
  position: absolute;
  bottom: -480px;
  right: -450px;
}

#sec2 .menu .content-wrap {
  padding: 0 10px 130px 10px;
  position: relative;
}

#sec2 .menu .menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 46px;
  list-style: none;
  padding: 0;
  margin: 0 auto 60px auto;
  width: 100%;
  max-width: 950px;
}

#sec2 .menu .menu-list img {}

#sec2 .menu .menu-list li {}

#sec2 .menu .menu-list li span {
  display: block;
  padding-top: 14px;
}

#sec2 .menu .menu-list li span b {
  display: block;
  font-family: 'Zen Kaku Gothic Antique';
  font-weight: 500;
  color: #2E2B2A;
}

#sec2 .menu .menu-list li span small {
  font-family: 'REM', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 14px;
  text-indent: 0;
  color: #AAA19E !important;
}

#sec2 .menu .btn-style1 {
  margin-bottom: 16px;
}

#sec2 .menu .btn-style1 a,
#sec2 .menu .btn-style2 a {
  width: 100%;
  max-width: 224px !important;
  line-height: normal !important;
  /*font*/
  font-weight: 500;
}

#sec2 .menu .btn-style2 a i {
  display: inline-block;
  padding: 2px 0 0 0;
}

#sec2 .menu .btn-style1,
#sec2 .menu .btn-style2{
  z-index: 100;
  position: relative;
}


@media (max-width: 768px) {
  #sec2 .menu {
    margin-bottom: 0px;
    overflow: visible;
    position: relative;
  }

  #sec2 .menu .menu-bg {
    bottom: -170px;
    right: -300px;
    min-width: 600px;
  }

  #sec2 .menu .menu-list {
    grid-template-columns: repeat(2, 1fr);
    /* タブレットで2列 */
    column-gap: 12px;
    row-gap: 20px;
  }

  #sec2 .menu .btn-style1 {
    margin-bottom: 16px;
  }

  #sec2 .menu .btn-style1 a,
  #sec2 .menu .btn-style2 a {
    width: 100%;
    max-width: 210px !important;
    white-space: nowrap;
  }
}

/*****/


/* Kimono & Dress */

#sec2 .kimono-dress {
  background-image: url(../images/home/bg_sec2_kimono.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-bottom: 130px;
}

#sec2 .kimono-dress .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
  max-height: 680px;
}

#sec2 .kimono-dress .content-wrap .thumbnail-01 {
  width: 60%;
  padding-right: 20px;
}

#sec2 .kimono-dress .content-wrap .thumbnail-01 img {
  max-width: 660px;
  width: 100%;
}

#sec2 .kimono-dress .content-wrap .content-group {
  max-width: 400px;
  width: 100%;
}

#sec2 .kimono-dress .content-wrap .content-group p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: 0.05em;
}


#sec2 .kimono-dress .content-wrap .content-group .btn-style1 {
  width: 210px;
  margin-top: 60px;
  /*ボタン上余白*/
}



/* related-links */

#sec2 .related-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec2 .related-links .btn-style3 a {
  font-size: 18px;
}

#sec2 .related-links div {
  margin: 0 40px;
}

@media (max-width:767px) {

  #sec2 .kimono-dress {
    background-size: auto 85%;
    margin-bottom: 80px;
  }

  #sec2 .kimono-dress .content-wrap {
    display: block;
    max-height: none;
    padding: 0 0;
  }

  #sec2 .kimono-dress .content-wrap .content-group {
    max-width: none !important;
    width: 100% !important;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  #sec2 .kimono-dress .thumbnail-02 {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 20px;
  }

  #sec2 .kimono-dress .thumbnail-02 img {
    width: 100%;
  }

  #sec2 .kimono-dress .thumbnail-03 {
    padding-left: 40px;
  }

  #sec2 .kimono-dress .thumbnail-03 img {
    max-width: 220px;
  }

  #sec2 .kimono-dress .content-wrap .content-group p {
    margin-bottom: 0rem;
  }

  #sec2 .kimono-dress .content-wrap .content-group .btn-style1 {
    margin-top: 30px;
    /*ボタン上余白*/

  }

  #sec2 .related-links .btn-style3 a {
    font-size: 16px;
  }

  #sec2 .related-links div {
    margin: 0 10px;
  }
}

/*****/

/* +++++++++++++++++++++++++++++++++++++++++ sec3 */

/* news */
#sec3 {
  background-image: url(../images/common/bg_noise_W.png);
}

#sec3 .btn-style1{
  text-align: center;
}

#sec3 .news h2 {
  text-align: center;
}



#sec3 .news .news-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-bottom: 100px;
}

#sec3 .news .news-list li {}

#sec3 .news .news-list li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec3 .news .news-list .thumbnail {
  width: 100%;
  max-width: 390px;
  aspect-ratio: 3 / 2;
  /* 幅3:高さ2（例：390x260） */
  overflow: hidden;
  position: relative;
  border: thin solid #eee;
  margin: 0 auto 10px auto;
}

#sec3 .news .news-list .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

#sec3 .news .news-list .summary {
  max-width: 390px;
  margin: 0 auto;
  padding: 5px 0;
}


#sec3 .news .news-list .summary .post-meta {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 0!important;
  
  /*font*/
  font-family: 'REM', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #7E7977;
}

#sec3 .news .news-list .summary .post-meta li {
  margin: 0px!!important;
}

#sec3 .news .news-list .summary .post-meta .category {
  background-color: #F0EEED;
  border-radius: 100px;
  padding: 2px 8px;
}

#sec3 .news .news-list .summary .excerpt {
  font-size: 15px;
  font-weight: 500;
  /* Medium ウェイト */
  letter-spacing: 0.05em;
  /* XDのAV=50 */
  line-height: 27px;
  /* 固定行間 */
}



@media (max-width:767px) {

  #sec3 .content-wrap {
    padding: 0 20px;
  }

  
  #sec3 .news .news-list {
    display: block;
    margin-bottom: 50px;
  }

  #sec3 .news .news-list>li {
    width: 100%;
    margin-bottom: 30px;
  }

  #sec3 .news .news-list li:last-child {
    margin-bottom: 0px;
  }

  #sec3 .news .news-list .summary .post-meta {

  }

  #sec3 .news .news-list .summary .excerpt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 25.2px;
  }

}

/*****/

/* +++++++++++++++++++++++++++++++++++++++++ sec4 */

/* access */

#sec4 {
  background-color: #F0EEED;
  background-image: url(../images/home/bg_sec4.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
}

#sec4 .access {
  display: flex;
  justify-content: space-between;
}

#sec4 .access .content-group:first-child {
  width: 20%;
}

#sec4 .access .content-group:nth-of-type(2) {
  width: 30%;
}

#sec4 .access .content-group:last-child {
  flex: 1;
}

#sec4 .access .content-group:nth-of-type(2) h3 {
  font-size: 18px;
  padding-bottom: 0.8rem;
  font-weight: 500;
}

#sec4 .access .content-group:nth-of-type(2) address {
  margin-bottom: 2em;
}

#sec4 .access .content-group:nth-of-type(2) address,
#sec4 .access .content-group:nth-of-type(2) p {
  font-style: normal;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 28px;
}

#sec4 .access .content-group:nth-of-type(2) b {
  font-weight: 500;
  padding-bottom: 1em;
  display: inline-block;
}

#sec4 .access .map {
  padding-left: 40px;
}

#sec4 .access #map {
  max-width: 600px;
  width: 100%;
  height: 360px;
  display: block;
}

@media (max-width:1199px) {


  #sec4 .access {
    flex-wrap: wrap;
  }

  #sec4 .access .content-group:first-child {
    width: 100% !important;
  }

  #sec4 .access .content-group:nth-of-type(2) {
    width: 40%;
  }

  #sec4 .access .content-group:last-child {
    flex: 1;
  }
}

/*****/

@media (max-width:767px) {

  #sec4,
  #sec4 .content-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  #sec4 .access {
    display: block;
    padding: 0;
  }

  #sec4 .access .content-group:first-child {
    margin-bottom: 36px;
  }

  #sec4 .access .content-group:nth-of-type(2) h3 {
    margin-bottom: 0.2em;
    /*font*/
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
  }

  #sec4 .access .content-group:nth-of-type(2) {
    width: 100%;
    margin-bottom: 45px;
  }

  #sec4 .access .content-group:last-child {
    width: 100%;
    padding: 0;
  }

  #sec4 .access .content-group:nth-of-type(2) address {
    margin-bottom: 2.3em;
  }

  #sec4 .access .content-group:nth-of-type(2) b {
    font-size: 14px;
    padding-bottom: 0.5em;
    /*サイズup*/
  }

  #sec4 .access .content-group:nth-of-type(2) address,
  #sec4 .access .content-group:nth-of-type(2) p {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
  }

  #sec4 .access .content-group:nth-of-type(1),
  #sec4 .access .content-group:nth-of-type(2),
  #sec4 .access .content-group:nth-of-type(3) {
    padding-left: 20px;
    padding-right: 20px;
  }


  #sec4 .access .content-group.map {
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }

  #sec4 .access #map {
    max-width: 100%;
    width: 100%;
    height: 220px;
    display: block;
    margin: 0;
    padding: 0;
  }
}

/*****/

/* +++++++++++++++++++++++++++++++++++++++++ sec5 */

#sec5 {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(../images/common/bg_noise_W.png);
}

#sec5 .loop-wrapper {
  display: flex;
  width: max-content;
  animation: scrollLoop 60s linear infinite;
}

#sec5 .loop-img {
  width: 2950px;
  height: auto;
  flex-shrink: 0;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-2950px);
  }
}

/*
@media (max-width:991px) {
  #sec5 .loop-img {
    width: auto;
    height: 400px;
  }

  @keyframes scrollLoop {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1967px);
    }
  }
}
*/

/*****/

/*@media (max-width:767px) {
  #sec5 .loop-img {
    width: auto;
    height: 200px;
  }

  @keyframes scrollLoop {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-983px);
    }
  }


}*/

/*****/