/* 共通設定 */
.font_decol {
  font-family: "Kaisei Decol", serif;
  font-style: normal;
}
.relative {
  position: relative;
}
.inner {
  max-width: 1050px;
  margin: auto;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.haha .inner {
  background: #fff;
  border-radius: 50px;
  padding: 15px 0px 15px;
  box-shadow: #770404 0px 7px 12px 0px;
}
.chichi .inner {
  background: #fff;
  border-radius: 50px;
  padding: 15px 0px 15px;
  box-shadow: #770404 0px 7px 12px 0px;
}
.ttlimg:first-child {
  margin: 20px auto 0px;
}
.ttlimg {
  max-width: 600px;
  margin: 50px auto 0px;
}
.digitalcatalog {
  width: 90%;
    margin: 30px auto;
}
.digitalcatalog img {
  border-radius: 5px;
  box-shadow: 2px 3px 7px 1px #b5acb0;
}
.inner a img:hover {
  transform: translate(2px, 2px);
  box-shadow: unset;
  transition: 0.5s;
}
/* メインバナー */
.hc-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hc-slider-track {
  display: flex;
  transition: transform 2.8s ease;
}
.hc-slider-track img {
  width: 100%;
  flex: 0 0 100%;
  object-fit: cover;
}
/* ドット */
.hc-slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 1;
}
.hc-slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  opacity: .4;
  cursor: pointer;
  padding: 0;
}
.hc-slider-dots button.active {
  opacity: 1;
  transform: scale(1.3);
}
.flex {
  display: flex;
}
.otoku {
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
    margin: 30px auto;
  width: 90%;
}
.otoku img {
  box-shadow: 2px 3px 7px 1px #b5acb0;
  margin: auto;
  max-width: 350px;
}
#category_Area {
  margin-top: 40px;
}
#category_Area_chichi {
  margin-top: 40px;
}
._category {
    display: flex;
    gap: 1%;
    max-width: 750px;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
}
._category li{
    width: 30%;
}
.hahachichi_list .flex {
  display: flex;
  justify-content: space-evenly;
}
.hahachichi_list .flex li {
  width: calc(100% / 2 - 5%);
  margin-top: 20px;
}
.hahachichi_list .flex img {
  max-width: 400px;
  margin: auto;
}
.hahachichi_open img {
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
/* ナビゲーションメニュー
--------------------- */
.top_nav {
  display: flex;
  padding: 20px;
  max-width: 1000px;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.top_nav ul {
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 15px;
  align-items: stretch;
}
.top_nav li {
  max-width: 370px;
  width: 100%;
}
.top_nav img {
  margin: auto;
  max-width: 430px;
  padding: 0 0 0 60px;
}
.top_nav div {
  width: 50%;
}
.nav_list {
  border: solid #fff;
  border-width: 0px 0px 1px 0px;
}
/* .nav_list:first-child {
  border-width: 0px 0px 0px 0px;
} */
.nav_text {
  text-align: center;
  color: #FFF;
  padding: 15px 0 15px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.nav_text span:first-child {
  font-size: 18px;
}
/* .nav_text span::after {
  display: flex;
  content: "〉";
  transform: rotate(90deg);
  flex-direction: column;
  align-items: center;
} */
/* おすすめ商品
--------------------- */
.osusume_Area {
  padding: 15px 10px 100px;
}
.ttl_list {
  justify-content: center;
  align-items: center;
  /* margin-left: 100px; */
  flex-direction: column;
  white-space: nowrap;
  margin-bottom: 15px;
  margin: 0 auto 15px;
}
.ttl_a {
  color: #2468a5;
  font-weight: 600;
  font-size: 20px;
}
.abs_hayatoku {
  position: absolute;
  width: 40%;
  border-radius: 0px !important;
  left: 5px;
  top: 10px;
}
.abs_text {
  position: absolute;
  width: 100%;
  border-radius: 0px !important;
  left: 0px;
  top: 0px;
}
/* 母の日 */
.abs_haha {
  position: absolute;
  top: -60px;
  left: 10px;
  max-width: 150px;
  z-index: 1;
}
.haha {
  background: #f19cad;
}
.haha::before {
  display: block;
  content: '';
  position: fixed;
  top: -50px;
  width: 40px;
  height: 100%;
  background: url(/img/hahachichi/2026/haha_side_obi.png);
  background-size: 100%;
  z-index: 0;
  left: 40px;
  background-repeat: no-repeat;
}
.haha::after {
  display: block;
  content: '';
  position: fixed;
  top: -50px;
  width: 40px;
  height: 50%;
  background: url(/img/hahachichi/2026/chichi_side_obi.png);
  background-size: 100%;
  z-index: 0;
  right: 40px;
  background-repeat: no-repeat;
}
.haha::before,
.haha::after {
  display: block;
  content: '';
  position: fixed;
  width: 40px;
  background-size: 100% auto;
  background-repeat: repeat-y;
  /* ←重要：縦に繰り返す */
  z-index: 0;
  pointer-events: none;
  margin: 50px;
}
/* 左：下→上へ流れる */
.haha::before {
  left: 40px;
  height: 100vh;
  background-image: url(/img/hahachichi/2026/sidetext.png);
  animation: scrollUp 45s linear infinite;
}
/* 右：上→下へ流れる */
.haha::after {
  right: 40px;
  height: 100vh;
  background-image: url(/img/hahachichi/2026/sidetext.png);
  animation: scrollDown 45s linear infinite;
}
/* 下 → 上 */
@keyframes scrollUp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1000px;
  }
}
/* 上 → 下 */
@keyframes scrollDown {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 1000px;
  }
}
.haha_obi img {
  max-width: 1000px;
  margin: auto;
  padding: 15px 0;
}
.bg_haha_left {
  background-image: url(/img/hahachichi/2026/hana_left.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  background-attachment: fixed;
  background-size: 15%;
}
.bg_haha_right {
  background-image: url(/img/hahachichi/2026/hana_right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
  background-size: 15%;
  padding-bottom: 50px;
}
/* 父の日 */
.abs_chichi {
  position: absolute;
  top: -30px;
  left: 10px;
  max-width: 150px;
  z-index: 1;
}
.chichi {
  background: #60c1bd;
}
.bg_papa_left {
  background-image: url(/img/hahachichi/2026/papa_left.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  background-attachment: fixed;
  background-size: 15%;
}
.bg_papa_right {
  background-image: url(/img/hahachichi/2026/papa_right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
  background-size: 15%;
  padding-bottom: 50px;
}
.chichi_obi img {
  max-width: 750px;
  margin: auto;
  padding: 10px 0 0;
}
/* topメニュー */
.top_fixed {
  position: fixed;
  bottom: 150px;
  right: 0px;
  opacity: 0;
  transition: 0.5s ease;
  display: none;
  z-index: 2;
  width: 90px;
}
.top_menu_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* スライド設定
--------------------- */
.bg1 {
  background: #fff6df;
}
.bg2 {
  background: #e2f2d7;
}
.bg3 {
  background: #ffe3f2;
}
.bg4 {
  background: #DCE6F2;
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  margin: 0px auto 50px;
  /* background-image: url(/img/reserve_unagi/2025/bg_gold.jpg); */
}
.expensive_slide ul {
  display: flex;
  gap: 5px;
  transition: transform 0.3s ease;
  will-change: transform;
}
.expensive_slide ul,
.carousel-track {
  display: flex;
  gap: 5px;
  /* ← 5px の隙間 */
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  will-change: transform;
}
/* li をコンテナ幅に引き伸ばさない（必須）*/
.expensive_slide li,
.carousel-track>* {
  /* track の直下要素が li か img のどちらでも対応 */
  flex: 0 0 auto;
  /* ← ここが重要：要素は自分の幅で止まる */
  box-sizing: border-box;
}
/* 画像幅は 400px（1200 / 3）に固定しておく（レスポンシブなら計算方法を変える） */
.expensive_slide li img:first-child {
  display: block;
  border-radius: 14px;
}
.expensive_slide li a img:first-child:hover {
  transition: transform 0.5s ease;
  transform: scale(1.05);
}
.expensive_slide li a:hover {
  opacity: .8;
}
/* PC 3枚 */
@media screen and (min-width: 1200px) {
  .expensive_slide li {
    width: calc((100% - 10px) / 3);
    /* 3枚表示時にgap考慮 */
  }
}
/* タブレット 2枚 */
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .slider-container {
    width: 810px;
  }
  .expensive_slide li {
    width: calc((100% - 5px) / 2);
    /* 2枚表示時にgap考慮 */
  }
}
/* スマホ 1枚 */
@media screen and (max-width: 767px) {
  .slider-container {
    width: 100%;
  }
  .expensive_slide li {
    width: 100%;
  }
}
.expensive_slide ul {
  transition: transform 0.4s ease;
}
.osusume_Area .abs2 {
  width: calc(100% - (55% + 20px));
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 5;
}
.arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 3rem;
  background: #00000057;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .arrow {
    top: 30%;
  }
}
.arrow.left {
  left: 0px;
  border-radius: 50%;
}
.arrow.right {
  right: 0px;
  border-radius: 50%;
}
.dots {
  text-align: center;
  margin-top: 15px;
  /* padding-bottom: 30px; */
}
.dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 6px;
  background-color: #00000059;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dots .dot.active {
  background-color: #d74b4b;
}
/* 左右配置 */
.slide button.prev {
  left: 10px;
}
.slide button.next {
  right: 10px;
}
/* ランキング */
.ranking_Area {
  padding: 30px 50px;
  gap: 35px;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 7px #fff1ee;
  margin: 20px;
}
.chichi .ranking_Area {
  box-shadow: 0px 0px 10px 7px #007aa630;
}
.ranking_Box {
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ガイド */
.guide {
  background: #ffe8d7;
  position: relative;
    margin: -20px auto 0;
    padding: 30px 0 40px;
}
.guide_inner {
  max-width: 1050px;
  margin: auto;
}
.guide .flex {
  gap: 35px;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.clause img {
  max-width: 300px;
  margin: 30px 0;
}
/* クーポン */
.coupon {
  width: 90%;
    margin: 30px auto;
}
.coupon_Box {
  padding: 20px;
  background-color: #fff;
  border: 3px solid #b60081;
  border-radius: 10px;
  box-sizing: border-box;
}
.coupon_Box .flex {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5%;
}
.coupon_Box .flex>span {
  display: block;
  width: 1px;
  height: 17vw;
  border-left: 5px dotted #c56caf;
  box-sizing: border-box;
}
.coupon_Box .flex>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 47%;
}
.coupon_Box .flex>figure {
  width: 33%;
  margin-right: 1%;
}
.coupon_Box .flex>div figure {
  position: relative;
  margin-bottom: 20px;
}
/* クーポンコピー設定 */
.copy>figure::before,
.copy>figure::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.copy>figure::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}
.copy>figure::after {
  content: 'コピーしました';
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.ancher_Btn {
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin: 80px auto;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
モーダル
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 10000;
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vw;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
.close_Area {
  position: fixed;
  top: -50px;
  right: 0;
  box-sizing: border-box;
}
.modal_close {
  width: 50px;
  height: 50px;
}
#fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 0 8px; 
  background: rgba(0, 0, 0, .8);
  z-index: 12;
}
#fixed .inner{
     max-width: 950px;
}
#fixed .flex {
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 1080px) {
  /* ランキング */
  .ranking_Area {
    padding: 0px;
    margin: 0px;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
sp
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width: 767px) {
  /* 共通 */
  .osusume {
    flex-direction: column;
  }
  .sake {
    margin: 20px auto;
    width: calc(100% - 15px);
  }
  .otoku {
    flex-direction: column;
    margin: 0 0 20px;
    width: 100%;
  }
  .otoku img {
    width: 60%;
  }
  .ttlimg {
    width: 90%;
    margin: 0 auto 10px;
    padding: 20px 0 0;
  }
  ._category li{
    width: 45%;
  }
  /* ナビゲーションメニュー
--------------------- */
  .top_nav {
    flex-direction: column;
    padding: 10px;
  }
  .top_nav ul {
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-around;
    flex-direction: row;
    padding: 0;
  }
  .top_nav li {
    width: 48%;
  }
  .top_nav img {
    max-width: 100%;
    padding: 0;
  }
  .top_nav div {
    width: 100%;
  }
  .nav_text {
    flex-direction: column;
  }
  .nav_text span:first-child {
    font-size: 16px;
  }
  .haha .inner {
    border-radius: 25px;
    border: solid #f19cad 8px;
    box-shadow: none;
    padding: 15px 0px 15px;
  }
  .chichi .inner {
    border-radius: 25px;
    border: solid #60c1bd 8px;
    box-shadow: none;
    padding: 15px 0px 15px;
  }
  .bg_haha_left {
    background-size: 30%;
  }
  .bg_haha_right {
    background-size: 30%;
  }
  .bg_papa_left {
    background-size: 30%;
}
.bg_papa_right {
      background-size: 30%;
}
  /* 母の日 */
  .haha::before,
  .haha::after {
    display: none;
  }
  .haha_obi img {
    padding: 5px 20px
  }
  /* 父の日 */
  .chichi_obi img {
    padding: 5px 20px
  }
  /* topメニュー */
  .top_fixed {
    width: calc(100% - 30px);
    left: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 30px;
    bottom: auto;
  }
  .top_menu_flex {
    flex-direction: row;
  }
  /* ランキング */
  .ranking_Area {
    padding: 0px;
    margin: 0px;
  }
  .ranking_Box {
    padding: 10px;
  }
  /* ガイド */
  .guide {
    padding-top: 25px;
  }
  .guide .flex {
    flex-direction: column;
    gap: 20px;
    padding: 10px 20px;
    margin: auto;
  }
  .clause img {
    max-width: 300px;
    margin: 0;
  }
  /* クーポン */
  .coupon_Box {
    padding: 20px;
    background-color: #fff;
    border: 3px solid #b60081;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 20px;
  }
  .coupon_Box .flex {
    flex-wrap: wrap;
  }
  .coupon_Box .flex>span {
    display: none;
  }
  .coupon_Box .flex>div {
    width: 100%;
  }
  .coupon_Box .flex>figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .coupon_Box .flex>div figure {
    position: relative;
    margin-bottom: 20px;
  }
  .coupon_Box .flex>div.sp {
    display: block;
    width: 100%;
  }
  #fixed .flex {
    align-items: center;
    gap: 10px;
  }
  /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
モーダル
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  .modal_content {
    width: 80vw;
  }
  .modal_content .coupon_Box {
    max-height: 75vh;
    overflow-y: scroll;
  }
  .modal_content .coupon_Box .flex>div {
    width: 100%;
  }
  .modal_content .coupon_Box .flex>div figure {
    margin-bottom: 10px;
  }
  .modal_content .coupon_Box .flex>span {
    display: block;
    width: 100%;
    height: 100%;
    margin: 20px auto;
    border-top: 5px dotted #b60081;
  }
  .close_Area {
    top: -30px;
  }
  .modal_close {
    width: 30px;
    height: 30px;
  }
}
