* {
    margin: 0;
    padding: 0;
    font-family: YuMincho,"Hiragino Mincho ProN",serif;;
    max-width: 100%;
    font-weight: 500;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background-color: #f7f7f7;
  -webkit-overflow-scrolling: touch;
}

a.btn--line {
  color: #fff;
  background-color: #4f3617;
  position: fixed;
  z-index: 9999997;
  top: 68%;
  right: 2%;
  transition: .3s;
}

a.btn--line:hover {
  color: #fff;
  background: #6a481f;
  transform: translateY(-4px);
  transition: .3s;
}

a.btn--line img {
  position: absolute;
  width: 50%;
  top: 54%;
  left: 50%;
  transform: translateY(-55%) translateX(-50%);
    -webkit-transform: translateY(-55%) translateX(-50%);
}


a.btn--instagram {
  color: #fff;
  background-color: #4f3617;
  position: fixed;
  z-index: 9999997;
  top: 80%;
  right: 2%;
  transition: .3s;
}

a.btn--instagram:hover {
  color: #fff;
  background: #6a481f;
  transform: translateY(-4px);
  transition: .3s;
}

a.btn--instagram img {
  position: absolute;
  width: 50%;
  top: 53%;
  left: 50%;
  transform: translateY(-55%) translateX(-50%);
    -webkit-transform: translateY(-55%) translateX(-50%);
}

a.btn--circle {
  border-radius: 50%;
  line-height: 100px;
  width: 80px;
  height:80px;
  padding: 0;
}

.inview.fadeup {
    opacity: 0;
    transition-duration: .5s;
    transform: translateY(10px);
  }
  .inview.fadeup.active {
    opacity: 1;
    transform: translateY(0px);
  }
  .delay01 {
    transition-delay: .2s;
  
  }
  .delay02 {
    transition-delay: .5s;
  
  }
  .delay03 {
    transition-delay: .8s;
  }
  
  .delay04 {
    transition-delay: 1.1s;
  }

  .header_logo img {
    height: 450px;
  }

   /*レスポンシブメニュー*/
   .drawer {
    display: contents;
  }
  /* ハンバーガーボタンのデザイン */
  .drawer__button {
    position: fixed;
    top: 8px;
    left: 3%;
    width: 3rem;
    height: 3rem;
    margin-top: 15px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9999; /* メニューを開いている時もクリックできるよう設定 */
  }
  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
    margin-top: 3px;
    box-shadow: 1px 1px 3px #6e6e6e;
  }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
    margin-bottom: 3px;
    box-shadow: 1px 1px 3px #6e6e6e;
  }
  /* 展開時のデザイン */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: 0;
    background-color: #000;
    box-shadow: none;
  }
  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }
  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0;
    background-color: #000;
    box-shadow: none;

  }
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    transition: opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
  }
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .drawer__nav__inner {
    position: relative;
    width: 100vw;
    height: 100dvh;
    background-image: url(../img/back02.jpg);
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 20px 0;
    transition: transform 0.3s ease;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(-80);
  }

  .drawer__nav__inner img {
    width: 300px;
    display: block;
    margin: 0 auto;
    padding: 40px 0 30px 0;
  }


  .drawer__nav__menu {
    width: 90%;
    list-style: none;
    padding-left: 0;
    overflow-y: scroll;
    padding: 20px 0;
    border-top: 1px solid #000;
    margin: 0 auto 30px auto;
  }
  .drawer__nav__link {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
  }

  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }

  .drawer_convertion {
    width: 100%;
    height: auto;
    border-top: 1px solid #806551;
    margin-top: 30px;
  }

  .drawer_convertion_application {
    width: 80%;
    height: 50px;
    background-color: #CC1C19;
    border: 3px solid #FFFFF9;
    box-shadow: 3px 3px 2px #464646;
    border-radius: 50px;
    position: relative;
    margin-right: 15px;
    transition: 0.5s;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #464646;
    color: #FFFFF9;
    text-decoration: none;
    line-height: 3px;
    padding: 20px 0;
    display: block;
    margin: 20px auto 0 auto;
  }

  .drawer_convertion_flex {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 25px auto 0 auto;
  }
  /*レスポンシブメニュー*/

  .midashi {
    display: flex;
    justify-content: center;
    margin: 100px auto 50px auto;
  }

  .midashi img {
    height: 1.5lh;
    margin-top: 5px;
    margin-right: 5px;
  }

  .midashi h2 {
    font-size: 2rem;
  }

  .midashi02 {
    display: flex;
    justify-content: center;
    background-color: #4D2900;
    padding: 35px 0;
  }

  .midashi02 img {
    height: 2lh;
    margin-right: 10px;
  }

  .midashi02 h2 {
    font-size: 2rem;
    color: #fff;
  }

  .midashi03 {
    display: flex;
    justify-content: center;
    margin: 30px auto 50px auto;
  }

  .midashi03 img {
    height: 1.5lh;
    margin-top: 5px;
    margin-right: 5px;
  }

  .midashi03 h2 {
    font-size: 2rem;
  }
 /* 
  #main {
    width: 100%;
    height: 100dvh;
    background-image: url(../img/shop02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
 */

  /* メインセクション全体の調整 */
#main {
  position: relative;
  width: 100%;
  height: 100dvh; /* 画面いっぱいの高さ */
  overflow: hidden;
  background-color: #000; /* 画像読み込み前の下地 */
}

/* スライドショーのコンテナ */
.main-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* 背面に配置 */
}

.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  /* 透明度の変化（フェード）だけを管理 */
  transition: opacity 3s ease-in-out;
}

/* 表示中の設定 */
.slide-item.active {
  z-index: 1;
  opacity: 1;
  /* 拡大はJavaScriptのアニメーションで制御するため、ここにはscaleを書かない */
}

/* 消えていく最中の設定（重なり順を維持） */
.slide-item.fading-out {
  z-index: 0;
  opacity: 0;
}

/* 前面コンテンツの重なり順調整 */
.catchcopy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 画面全体の高さに合わせる */
  
  /* Flexboxで中身を上下左右中央に配置 */
  display: flex;
  flex-direction: column;   /* 要素を縦に並べる */
  justify-content: center;  /* 垂直方向の中央 */
  align-items: center;      /* 水平方向の中央 */
  
  z-index: 10;
  pointer-events: none;     /* スライド操作などの邪魔をしないように（必要に応じて） */
}

.scroll {
  position: absolute;
  bottom: 30px; /* 画面下から30pxの位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* (任意) 文字を読みやすくするために背景を少し暗くする場合 */
#main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* 20%の黒を被せる */
  z-index: 5;
}

  .header_logo {
    width: 200px;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .catchcopy02 {
    width: 150px;
    height: 200px;
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 32%;
    margin: auto;
    font-size: 1.7rem;
    letter-spacing: 5px;
  }

  /* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  bottom: 15%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -80px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

  #sns {
    width: 100vw;
    height: auto;
    background-image: url(../img/back01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
  }

  #sns iframe {
    display: block;
    margin: 0 auto;
  }

  .lightwidget-widget {
    width: 60% !important;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
  }

#shiitake {
  width: 100%;
}

/* スライドコンテナのラッパー */
.container {
  overflow: hidden; 
  width: 100%;
  /* position: relative; を追加 (既に設定されていなければ) */
  position: relative; 
  /* z-index: 1; を追加 (コンテンツの上に配置されるように) */
  z-index: 1; 
  touch-action: pan-y;
}

.area {
  height: 85vh;
  width: 100vw;
  flex: none;
  position: relative;
}

.area_text {
  max-width: 1500px;
  width: 100%;
}

  .features01 {
    background-image: url(../img/yama.jpg);
    background-size: cover;
    background-position: center center;
  }

  .features01 h3 {
    position: absolute;
    top: 10%;
    right: auto;
    left: 10%;
    bottom: auto;
    color: #FFF;
    font-size: 2rem;
    text-shadow: 1px 1px 2px #151E2F;
    font-weight: bold;
  }

  .features01 p {
    position: absolute;
    width: 51%;
    top: 60%;
    right: 5%;
    left: auto;
    bottom: auto;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
  }

  .features02 {
    background-image: url(../img/kunugi.jpg);
    background-size: cover;
    background-position: center center;
  }

  .features02 h3 {
    position: absolute;
    top: 47%;
    right: auto;
    left: 5%;
    bottom: auto;
    font-size: 1.4rem;
    background-image: url(../img/midashi_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 200px;
    line-height: 50px;
    font-weight: bold;
  }

  .features02 p {
    position: absolute;
    width: 51%;
    top: 57%;
    right: auto;
    left: 5%;
    bottom: auto;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
  }

  .features03 {
    background-image: url(../img/hoshi.jpg);
    background-size: cover;
    background-position: center center;
  }

  .features03 h3 {
    position: absolute;
    top: 48%;
    right: 5%;
    left: auto;
    bottom: auto;
    font-size: 1.4rem;
    background-image: url(../img/midashi_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 420px;
    height: 250px;
    line-height: 60px;
    font-weight: bold;
  }

  .features03 p {
    position: absolute;
    width: 51%;
    top: 60%;
    right: 5%;
    left: auto;
    bottom: auto;
    font-size: 1.3rem;
    text-align: right;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
  }

#gift {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

#gift h2 {
  margin: 100px auto 50px auto;
  border-bottom: 1px solid #151E2F;
  width: 400px;
  padding-bottom: 13px;
  font-size: 1.7rem;
  font-weight: bold;
}

#gift p {
  font-size: 1.4rem;
  line-height: 50px;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}

.reco_box {
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reco_box img {
  width: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.reco_text {
  width: 40%;
  margin: 20px;
  line-height: 30px;
}

.online_shop {
  width: 100%;
  background-color: #4D2900;
  margin-top: 100px;
}

.online_shop h3 {
  text-align: center;
  padding: 50px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.marquee-slider {
  overflow: hidden;
  width: 100%;
  padding: 0 0 100px 0;
}

.marquee-track {
  display: flex;
  gap: 10px; 
  will-change: transform;
}
.marquee-track img {
  width: 400px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 10px;
  object-fit: cover;
}

/*Q&A*/

.accordion {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 150px auto;
}

.accordion-content {
  display: none;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 3px 5px #a3a3a3;
}

.accordion-header {
  width: 90%;
  height: 30px;
  box-shadow: 0 3px 5px #a3a3a3;
  font-size: 1.2rem;
  background-color: #F2EDDB;
  padding: 27px 20px 10px 20px;
  margin: 30px auto;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
}

.accordion-header::before,
.accordion-header::after {
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after {
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  width: 90%;
  margin: 0 auto 50px auto;
  font-size: 1.2rem;
  background-color: #FFF;
  padding: 12px 20px 10px ;
  border-radius: 30px;
}

.accordion-header p,
.accordion-content p{
  width: 95%;
  padding: 5px 10px 5px 30px;
  position: relative;
}

.accordion-header p {
  line-height: 1;
  margin-top: -7px;
}

.accordion-header p::before{
  position: absolute;
  content:"Q";
  top: 7px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}


.accordion-content p::before{
  position: absolute;
  content:"A";
  top: 7px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #fff;
}

/*Q&A*/

#footer {
  width: 100%;
  background-color: #363636;
  padding: 100px 0;
  position: relative;
  color: #fff;
}

.footer_logo {
  width: 100%;
  margin-bottom: 50px;
}

.footer_logo img {
  width: 350px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.footer_infomation {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.shop_image {
  width: 40%;
  margin: 0 30px;
}

.shop_image img {
  width: 100%;
  border-radius: 10px;
}

.about {
  font-size: 1.3rem;
  margin: 0 auto;
}

.about p {
  margin: 20px 0 20px;
}

.about_flex {
  display: flex;
  align-items: center;
}

.about_flex a {
  color: #fff;
  letter-spacing: 3px;
}

.about_flex img {
  height: 1lh;
}

.about_flex p {
  margin: 20px 0 20px 10px;
}

.map {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

iframe {
  width: 70%;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 1%;
  font-size: 0.8rem;
}

@media (max-width:1000px){
  .catchcopy02 {
    left: 20%;
  }
  a.btn--circle {
    line-height: 50px;
    width: 50px;
    height:50px;
  }

  a.btn--line {
    top:76%
  }

  a.btn--instagram {
    top:84%
  }
}

@media (max-width:650px){

  a.btn--line {
    top:83%
  }

  a.btn--instagram {
    top:91%
  }

  .header_logo {
    width: 170px;
  }

  .header_logo img {
    width: 195px;
    height: auto;
}

  .catchcopy02 {
    width: auto;
    left: 20%;
    font-size: 1.4rem;
  }

  .midashi img {
    height: 1lh;
  }

  .midashi h2 {
    font-size: 1.4rem;
  }

  .midashi02 img {
    height: 1lh;
    margin-top: 5px;
    margin-right: 5px;
  }

  .midashi02 h2 {
    font-size: 1.4rem;
  }

  .lightwidget-widget {
    width: 80% !important;
    margin: 0 auto;
  }

  .features01 h3 {
    font-size: 1.5rem;
  }

  .features01 p {
    font-size: 1.1rem;
    width: 80%;
    right: auto;
    left: 3.5%;
    text-align: left;
  }

  .features02 h3 {
    font-size: 1.2rem;
    width: 90%;
    top: 12%;

  }

  .features02 p {
    font-size: 1.1rem;
    width: 80%;
    top: 50%;
    right: auto;
    left: 3.5%;
    text-align: left;
  }

  .features03 h3 {
    font-size: 1.2rem;
    width: 90%;
    line-height: 50px;
    top: 12%;
  }

  .features03 p {
    font-size: 1.1rem;
    width: 80%;
    right: auto;
    left: 3.5%;
    text-align: left;
  }

  .slider-controls button {
    padding: 15px 10px;
    font-size: 2rem;
  }

  #gift {
    width: 90%;
  }

  #gift h2 {
    width: 90%;
    font-size: 1.4rem;
    font-weight: bold;
  }

  #gift p {
    font-size: 1.1rem;
    line-height: 40px;
  }

  .reco_box {
    display: block;
  }  

  .reco_box img {
    display: block;
    margin: 0 auto;
  }

  .reco_text {
    width: 90%;
  }

  .marquee-track img {
    width: 200px;
  }

  .accordion {
    width: 90%;
  }

  .accordion-header p {
    margin-top: -24px;
    font-size: 1.1rem;
    width: 84%;
    line-height: 25px;
  }

  .accordion-content p {
    font-size: 1.1rem;
  }

  .footer_logo img {
    width: 250px;
  }

  .footer_infomation {
    display: block;
    width: 90%;
  }

  .shop_image {
    width: 90%;
    margin: 0 auto;
  }

  .about {
    width: 80%;
  }

  .about p {
    margin: 10px 0 10px 20px;
    font-size: 1.1rem;
  }

  iframe {
    width: 80%;
  }

}