@charset "UTF-8";

/* 全体設定 */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: serif;
  line-height: 1;
}

img {
  max-width: 100%;
}


/* ヘッダー */
.hednav {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}

/* タイトル動き */
.title {
  max-width: 100%;
  margin: 50px auto 0 auto;
  animation: title 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
  height: 70px;
  font-family: "Ribeye Marrow", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #FB9966;
}

@keyframes title {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.hamburger,
.toggle-menu-btn {
  display: none;
}

/* ヘッダー画像 */
.img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.log-img {
  width: 150px;
  height: 150px;
}


/* ヘッダー文字 */
.site-menu {
  width: 1200px;
  max-width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  /* padding: 0 20px; */
  justify-content: space-around;
  background-color: rgb(214, 206, 206);
  margin: 0 10px 20px 20px;
}

.accordion_button {
  position: relative;
  width: 400px;
  border: none;
  background-color: rgb(214, 206, 206);
  font-family: serif;
  font-size: 30px;
}

.accordion_button:hover {
  color: cadetblue;
}

.accordion_button img {
  width: 28px;
  height: 28px;
}



/* 左サイド部分 */
.search-img {
  width: 100%;
  height: 50px;
  display: flex;
  margin: 20px auto 50px auto;
  padding-left: 15px;
  text-align: center;
}

.search-img input {
  margin-right: 10px;
  height: 35px;
}

.list {
  margin-top: 50px;
}

.list-inner li {
  margin: 5px auto 0 35px;
  padding: 0 10px 0 10px;
  font-size: 20px;
  display: block;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1em;
  box-sizing: border-box;
  border: 1px solid white;
  color: #000000;
  transition: border 0.3s;
  cursor: pointer;
}

.list-inner .san {
  letter-spacing: 0;
}

/* .list-inner li:nth-child(5) {
  letter-spacing: 0em;
} */

.list-inner li::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 35px;
  background: url("../img/rightblack.png") no-repeat center center / contain;
}

.list-inner li:hover {
  border: 1px solid rgb(105, 183, 197);
}

/* 検索バー */
.search-shine {
  width: 280px;
  position: relative;
  display: inline-block;
  /* 🔽 これが重要：光を枠の中に閉じ込める */
  overflow: hidden;
  border-radius: 10px;
}

#search {
  width: 260px;
  padding: 10px 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
  background-color: #fff;
  position: relative;
  z-index: 1;
  /* shineの下に配置されないように */
}

/* 光の筋 */
.shine {
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

/* 光が走るアニメーション */
@keyframes shineAnim {
  0% {
    left: -60%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}



/* メニュー出てくるところ */
nav {
  position: absolute;
  display: none;
  z-index: 10;
  background-color: rgb(214, 206, 206);
}

nav form,
.cartin {
  width: 400px;
}

.cartin {
  text-align: center;
}

.cartin input {
  background-color: cadetblue;
  display: inline-block;
  min-width: 110px;
  height: 30px;
  border-radius: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}


/* ログイン */
.detail-mail,
.detail-number {
  display: flex;
  width: 250px;
  margin: 10px auto 0 auto;
}

.detail {
  max-width: 100%;
  margin: 10px auto 10px auto;
  text-align: center;
}

.detail-text {
  margin-bottom: 20px;
  text-align: center;
}

/* カート */
.cartin {
  display: flex;
}

.cartin img {
  width: 150px;
  height: 150px;
  padding: 10px;
  margin-right: 20px;
}

.cartin-text p {
  margin-top: 20px;
  margin-bottom: 10px;
}


/* メイン部分 */
.main-top {
  height: 600px;
  display: flex;
  margin-bottom: 50px;
  justify-content: space-around;
}

.submenu {
  width: 400px;
  align-items: center;
}


.mainimg {
  position: relative;
  width: 700px;
  height: 600px;
}

.mainimg img {
  position: absolute;
  opacity: 0;
  width: 700px;
  height: 600px;
}

.mainimg img.active2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}




/* 商品部分 */
.shop-item,
.shop-item h2 {
  width: 100%;
  margin: 10px auto 20px auto;
  text-align: center;
}

.shop-item h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin: 20px auto 0 auto;

}

.item {
  display: flex;
  justify-content: space-between;
  margin: 0 100px 30px 100px;
}

.ranking-item {
  display: flex;
  justify-content: space-evenly;
  margin: 0 100px 30px 100px;
}

.btn-area {
  text-align: center;
  margin-top: 40px;
}

.btn {
  background-color: cadetblue;
  display: inline-block;
  min-width: 180px;
  margin-bottom: 30px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 14px;
}

.btn:hover {
  background-color: aquamarine;
}

.icon p,
.list {
  margin: 10px 0 20px 20px;
}

.list h2 {
  width: 300px;
  height: auto;
  padding: 0.5em 1em;
  color: #232323;
  background: rgb(211, 236, 236);
  border-left: solid 10px cadetblue;
  font-size: 28px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.shop-item img {
  width: 300px;
  height: 300px;
  margin: 10px 20px 20px 0;
  object-fit: contain;
}

/* タイトル文字動き */
.shop-title {
  width: 300px;
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.shop-title::after {
  background: linear-gradient(to right, cadetblue 0%, rgb(141, 246, 250) 50%, rgb(190, 222, 223) 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.shop-title.is-animated {
  color: cadetblue;
}

.shop-title.is-animated::after {
  animation: shop-title 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes shop-title {
  0% {
    transform: translate(0, 101%)
  }

  40%,
  60% {
    transform: translate(0, 0%)
  }

  100% {
    transform: translate(0, -100%)
  }
}



/* ガイド部分 */
.message-title h2 {
  width: 100%;
  max-width: 90%;
  font-size: 30px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.message-title h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin: 20px auto 0 auto;

}

.message {
  width: 1200px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 20px 30px 20px;
  padding: 0 100px;

}

.message img {
  width: 65px;
  height: 65px;
  margin: 0 40px 20px 40px;

}


.message h2,
.message p {
  width: 300px;
  margin: 0;
}

.info1,
.info2,
.info3 {
  width: 300px;
  max-width: 90%;
  margin: 0 auto 0 auto;
  text-align: center;
}


#info1btn,
#info2btn,
#info3btn {
  border: none;
  background-color: white;
}

/* ボタンにカーソルを当てたとき、ボタンを半透明にする */
#info1btn:hover,
#info2btn:hover,
#info3btn:hover {
  opacity: 0.7;
}

/* クリックで表示させるテキストを隠す */
.hidden {
  display: none;
}

#info1btn-text,
#info2btn-text,
#info3btn-text {
  width: 300px;
  height: 100px;
  margin: 16px 0;
  font-size: 20px;
}





/* マップ部分*/
.map-page {
  width: 100%;
  max-width: 90%;
  margin: 10px auto 20px auto;
}


.map-page h2 {
  font-size: 30px;
  text-align: center;
}

.map-page h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin: 20px auto 0 auto;
}

.map-page iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}


/* フッター */
.fotmenu {
  background-color: rgb(214, 206, 206);
}


.fotnav {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-around;
}

.fotnav ul {
  display: flex;
}

.fotnav li {
  margin-left: 20px;
}

.copyright {
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  margin: 50px auto 10px auto;
  text-align: center;
}


/* フェードイン用　fade-in */
.fade-in {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s ease;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}