@charset "UTF-8";
/* ---------------------
共通部分 
---------------------*/
@media only screen and (max-width: 767px) {
  body {
    padding-top: 29.4871794872vw;
  }
}
.relative {
  position: relative;
}
.inner_1000 {
  max-width: 1000px;
  margin: auto;
  width: calc(100% - 30px);
}
.inner_1100 {
  max-width: 1100px;
  margin: auto;
}
.inner_1200 {
  max-width: 1200px;
  margin: auto;
}
.inner_500 {
  max-width: 500px;
  margin: auto;
  width: calc(100% - 30px);
}
.flex {
  display: flex;
}
.summergift h3 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
}
.ttl {
  text-align: center;
  font-family: "Yusei Magic", sans-serif;
  line-height: 1.1;
  margin: 65px auto 40px;
}
.ttl_main {
  font-size: clamp(32px, 7vw, 70px);
  color: #1e3555;
}
.ttl_sub {
  font-size: clamp(24px, 4vw, 40px);
  position: relative;
  display: inline-block;
  padding: 5px 0;
  color: #0481ad;
}
.ttl_sup {
  font-size: clamp(10px, 2vw, 12px);
  font-family: none;
}
.ttl_list {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* 上線 */
.ttl_sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70vw;
  max-width: 900px;
  height: 2px;
  background: #0481ad;
}
/* 下線 */
.ttl_sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  max-width: 900px;
  height: 2px;
  background: #0481ad;
}
.morebtn_a {
  color: #FFF;
  font-weight: lighter;
  font-family: 'Kiwi Maru';
}
.morebtn {
  max-width: 580px;
  background: #d74b4b;
  border-radius: 30px;
  text-align: center;
  margin: 10px auto;
  padding: 7px;
  font-size: 18px;
}
.morebtn:hover {
  background-color: #f0851a;
  transition: transform .6s ease;
  transform: translateY(4px);
}
.inner_1000 a img:hover {
  transform: translate(2px, 2px);
  box-shadow: unset;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .ttl {
    margin: 30px auto 20px;
  }
  .morebtn {
    max-width: 350px;
  }
}
/* 背景設定 */
.bg_kv {
  background-image: url(/img/summergift/2026/kv_01.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 100vh;
  position: relative;
  z-index: 0;
}
.guide_bg {
  background-color: #fff1c1;
}
.bg_wh {
  background: #FFF;
  backdrop-filter: blur(5px);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
.bg_kumo {
  background-image: url(/img/summergift/2026/bg04.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
.line_wh {
  content: "";
  position: absolute;
  top: -270px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 350px;
  background: url(/img/summergift/2026/line_wh.png) center;
  background-size: auto 100%;
  pointer-events: none;
  background-repeat: no-repeat;
}
/* キービジュアル */
.summergift .kv {
  margin-bottom: 100vh;
  background: #FFF;
}
.summergift .top_bn {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/img/summergift/2026/kv_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
  transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
}
.summergift .top_bn2 {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/img/summergift/2026/kv_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -3;
}
.kv_sp {
  background-image: url(/img/summergift/2026/kv_sp_bg.jpg);
  background-size: cover;
}
.kv_sp_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.kv_sp_bg.active {
  opacity: 1;
}
.text-container {
  color: #fff;
  font-family: serif;
}
.text-container .flex {
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.text-container .flex.active {
  opacity: 1;
}
.summergift .top_ttl .flex .text1 {
  position: fixed;
  top: 62%;
  right: 5%;
  min-width: 250px;
  z-index: -1;
  text-shadow: #030c149e 2px 2px 10px;
}
.summergift .top_ttl .flex .text2 {
  position: fixed;
  top: 62%;
  left: 5%;
  min-width: 250px;
  z-index: -1;
  text-shadow: #030c149e 2px 2px 10px;
}
.summergift .top_ttl img {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: -1;
  max-width: 1350px;
  left: 50%;
  transform: translateX(-50%);
}
.summergift .top_ttl_sp img {
  position: relative;
  z-index: 1;
}
.abs_line_wh {
  position: absolute;
  bottom: -120px;
  z-index: 2;
}
.ky_kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.ky_kv_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: opacity 0.5s ease;
}
/* toptext */
.top-text .top-text-bg {
  max-width: 1100px;
  margin: 30px auto;
  background: #dde2ff75;
}
.top-text .inner {
  max-width: 1000px;
  margin: 15px auto;
  padding: 0 15px;
}
.top-text .gift_img {
  max-width: 120px;
  margin: auto;
}
.top-text .text-1,
.top-text .text-2 {
  font-size: 20px;
  position: relative;
  line-height: 1.5;
  font-weight: lighter;
  font-family: "Kiwi Maru", serif;
  text-align: center;
}
.top-text .text-3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  color: #004598;
  margin: 5px auto;
}
.top-text .text-title {
  width: 26%;
  margin-top: 2%;
}
.top-text .gift-timing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-text .left {
  width: 66%;
}
.top-text .left .note {
  margin-top: 2%;
  font-size: 13px;
}
.top-text .right {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .top-text .text-1,
  .top-text .text-2 {
    font-size: 3.5vw;
  }
  .top-text .text-title {
    width: 60%;
    margin: 3% auto;
  }
  .top-text .left .note {
    width: 90%;
    margin: 4% auto 0;
    font-size: 3vw;
    padding-left: 3vw;
    text-indent: -3vw;
    line-height: 1.3;
  }
  .top-text .left {
    width: 100%;
    margin-top: 0;
  }
}
/* topメニュー */
#topNav {
  position: fixed;
  display: none;
  bottom: 70px;
  z-index: 1;
  max-width: 300px;
  left: 0px;
  background: #ffffff5e;
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 5px;
}
/* ×ボタン */
#topNav .ky_close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 24px;
  cursor: pointer;
  background: #575757;
  width: 30px;
  height: 30px;
  COLOR: #FFF;
  border-radius: 30px;
  cursor: pointer;
  z-index: 3;
}
/* @media screen and (max-width: 1250px) and (min-width: 768px) {
  #topNav {
    top: 80px;
  }
} */
@media screen and (max-width: 767px) {
  /* topメニュー */
  #topNav {
    max-width: 100%;
    bottom: 12vw;
  }
  #topNav .ky_close {
    top: -15px;
    right: 3px;
  }
}
/* .top_fixed img {
  box-shadow: 2px 3px 7px 1px #b5acb0;
  border-radius: 5px;
} */
.top_menu_flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* ページ内遷移.sec_ancr_List
--------------------- */
.sec_ancr_List {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sec_ancr_List li {
  width: calc(100% / 4)
}
.sec_ancr_List .flex {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .sec_ancr_List .flex {
    padding: 0;
    gap: 5px;
  }
}
/* ライチ・薩摩川内鰻.summergift
--------------------- */
.lychee .ttl {
  margin: 65px auto -160px;
}
.lychee .inner_1100 {
  padding: 200px 0 50px;
}
.sec_recommend {
  position: relative;
  top: 0;
}
.sec_recommend .ttl_main {
  text-shadow: 2px 2px 1px #fdfeff;
}
.sec_recommend .abs {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.sec_recommend .abs2 {
  position: absolute;
  width: 23%;
  max-width: 300px;
  bottom: 12%;
  right: 3%;
  background-color: #d0121b;
}
.sec_recommend .abs2:hover {
  background-color: #b99b5c;
  transition: transform .6s ease;
  transform: translateY(4px);
}
.sec_recommend .abs3 {
  bottom: 20%;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec_recommend .abs2 {
    bottom: 15%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .lychee .ttl {
    margin: 65px auto -150px;
  }
  .lychee .inner_1100 {
    padding: 150px 0 50px;
  }
  .sec_recommend .abs2 {
    bottom: 12%;
    right: 0%;
    width: 30%;
  }
  .sec_recommend .abs3 {
    bottom: 19%;
  }
}
.unagi .inner_1100 {
  padding: 50px 0 30px;
}
.bg_lychee {
  background-image: url(/img/summergift/2026/bg_Lychee.jpg);
  background-size: cover;
  background-position: center center;
  /* 横：中央、縦：中央 */
  background-repeat: no-repeat;
  border-radius: 10% 10% 0% 0%;
}
.bg_unagi {
  background-image: url(/img/summergift/2026/bg_unagi.jpg);
  background-size: cover;
  background-position: center center;
  /* 横：中央、縦：中央 */
  background-repeat: no-repeat;
  border-radius: 0% 0% 10% 10%;
}
/* おすすめ商品 */
.sec_osusume_Area {
  /* background-color: #ffffff;
  background-image: url(/img/wintergift/2024/bg04.png); */
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  position: relative;
  z-index: 0;
  padding-top: 30px;
  overflow: hidden;
}
.otoku_bnr {
  margin-bottom: 10px;
}
.otoku_bnr .otoku_text {
  max-width: 600px;
  margin: auto;
  padding: 20px 0 10px;
}
.otoku_bnr .flex {
  gap: 5px;
}
.otoku_bnr .flex img {
  padding: 0 0px 5px;
}
@media screen and (max-width: 767px) {
  .otoku_bnr .flex {
    flex-direction: column;
    padding: 0 20px;
  }
  .otoku_bnr .flex img {
    border-radius: 10px;
  }
}
/* スライド設定
--------------------- */
.slider-container {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  max-width: 1210px;
  margin: auto;
}
.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;
  overflow: hidden;
  border-radius: 14px;
}
/* 画像幅は 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;
}
.expensive_slide li {
  position: relative;
}
/* 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: 90%;
  }
  .expensive_slide li {
    width: 100%;
  }
}
.expensive_slide ul {
  transition: transform 0.4s ease;
}
.sec_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: #d74b4b;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  width: 50px;
  height: 50px;
  text-align: center;
}
.arrow.left {
  left: -25px;
  border-radius: 50%;
}
.arrow.right {
  right: -25px;
  border-radius: 50%;
}
@media screen and (max-width: 850px) {
  .arrow {
    top: 30%;
  }
  .arrow.left {
    left: -5%;
  }
  .arrow.right {
    right: -5%;
  }
}
.dots {
  text-align: center;
  margin-top: 15px;
  padding: 5px 0;
}
.dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 6px;
  background-color: #5d5d5d;
  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;
}
.abs_hayatoku {
  position: absolute;
  width: 135px;
  left: 20px;
  bottom: 5px;
  border-radius: 0px !important;
}
/* 予算から探す
--------------------- */
.sec_yosan_Area {
  padding: 50px 0;
  background: url(/img/wintergift/2024/bg_pink.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
}
.sec_yosan_Area .inner_1100 {
  padding: 0 30px;
}
.sec_yosan_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.yosan_btn_List {
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 15px;
}
.yosan_btn_List li {
  background: #d0121b;
  border-radius: 50px;
  padding: 15px 20px;
  transition: 0.3s;
  width: calc((100% / 2) - 10px);
}
.yosan_btn_List li a {
  display: block;
  width: 100%;
}
.yosan_btn_List li a img {
  aspect-ratio: 300 / 30;
  /* padding: 5px 10px; */
  max-width: 300px;
  margin: auto;
}
.yosan_btn_List li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sec_yosan_Area .inner_1100 {
    padding: 0 20px;
  }
  .yosan_btn_List {
    gap: 10px 10px;
  }
  .yosan_btn_List li {
    width: calc((100% / 1) - 10px);
  }
  .yosan_btn_List li a img {
    max-width: 230px;
  }
}
/* カテゴリーから探す
--------------------- */
/* .sec_category_Area {
  padding: 1px 0 50px;
  background-image: url(/img/summergift/2026/bgimg01.png);
  background-color: #00383f;
  background-size: contain;
  position: relative;
  z-index: 0;
} */
.sec_category_Area {
  padding: 50px 0;
  background: url(/img/wintergift/2024/bg_pink.jpg);
  background-size: 100%;
  position: relative;
  z-index: 0;
  margin-top: -1px;
}
.sec_category_Area .inner_1200 {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  background-image: url(/img/summergift/2026/bg04.png);
  background-size: contain;
}
.sec_category_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.category_ttl {
  width: 100%;
  background: #cbb882;
  padding: 10px 0;
  border-radius: 30px;
  margin-top: 20px;
}
.category_ttl img {
  height: 22px;
}
.category_List {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_List li {
  width: 23%;
  text-align: center;
  margin-bottom: 3%;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1;
  /* overflow: hidden; */
}
/* 1つ目・2つ目だけ */
/* .category_List li:nth-child(1),
.category_List li:nth-child(2) {
  width: 48%;
} */
.category_List li a img {
  /* border: solid 2px #00383f; */
  margin-bottom: 5px;
  box-shadow: 2px 3px 4px 1px #b5acb0;
  border-radius: 20px;
}
.category_List li a img:hover {
  transition: transform 0.5s ease;
  transform: scale(1.05);
}
/* デジタルカタログ */
.digitalcatalog {
  margin: auto;
  padding: 30px 0;
}
.digitalcatalog img {
  border-radius: 5px;
  box-shadow: 2px 3px 7px 1px #b5acb0;
}
/* ランキング */
.bg_umi {
  background-image: url(/img/summergift/2026/bgimg9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 50px;
}
.bg_hanabi {
  background-image: url(/img/summergift/2026/bgimg03.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: left bottom;
  padding-bottom: 50px;
  padding-top: 50px;
}
.bg_grd {
  background: linear-gradient(to bottom, #ffffff 0%, #deebf7d9 20%, #74a3ff 40%, #0c256f 100%);
}
.ranking_Area {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
  color: #002d55;
  background: #FFF;
}
.ranking_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.ranking_Area .abs {
  position: absolute;
  bottom: -5px;
}
.ranking_Box {
  padding: 10px 30px 50px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ranking_Box .tab_item {
  position: relative;
  width: 23%;
  background: #ebebeb;
  border: #ffffff 3px solid;
  border-radius: 15px;
  padding: 20px 0 14px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s ease;
}
.ranking_Box .tab_item svg {
  width: 80%;
  height: 25px;
}
.ranking_Box input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 20px;
  clear: both;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
  border: solid #d0121b;
}
#price01:checked~#price01_content,
#price02:checked~#price02_content,
#price03:checked~#price03_content,
#price04:checked~#price04_content {
  display: block;
}
.ranking_Box input:checked+.tab_item {
  background: #4c2d21;
  border: #d0121b 3px solid;
}
.ranking_Box input:checked+.tab_item::after {
  position: absolute;
  content: "";
  border-top: 20px #4c2d21 solid;
  border-left: 16px transparent solid;
  border-right: 16px transparent solid;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 3px 0px #d0121b);
}
.ranking_Box input:checked+.tab_item svg path {
  fill: #fff;
}
.tab_content .ranking_List {
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 85%;
  margin: 0 auto;
}
.tab_content .ranking_List li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 5%;
}
.tab_content .ranking_List li:nth-child(3n) {
  margin-right: 0;
}
.tab_content .ranking_List li .rank {
  width: 65%;
  margin: 0 auto 10px;
}
.tab_content .ranking_List li .rank04,
.tab_content .ranking_List li .rank05,
.tab_content .ranking_List li .rank06 {
  width: 40%;
  margin: 0 auto 13px;
}
.tab_content .ranking_List li .rank_txt {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (max-width: 1080px) {
  .ranking_Area {
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .ranking_Box .tab_item {
    padding: 10px 0;
    border-radius: 5px;
  }
  .ranking_Box .tab_item svg {
    margin: 0 auto;
    height: 40px;
  }
}
/* おトクな特典情報
--------------------- */
.sec_otoku_Area {
  width: 100%;
  background: url(/img/wintergift/2024/bg01.jpg) top repeat-y;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.sec_otoku_Area .link_bnr a {
  display: block;
  margin-bottom: 10px;
}
.sec_otoku_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.sec_otoku_Area .otoku {
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
.sec_otoku_Area .otoku img {
  border-radius: 10px;
}
.sec_otoku_Area .otoku .shadow img {
  box-shadow: 2px 3px 7px 1px #b5acb0;
}
.sec_otoku_Area .otoku .shadow img:hover {
  transform: translate(2px, 2px);
  box-shadow: unset;
  transition: 0.5s;
}
.link_bnr .flex {
  align-items: center;
  gap: 0px 20px;
}
.link_bnr .flex img {
  border-radius: 5px;
  box-shadow: 2px 3px 7px 1px #b5acb0;
}
@media only screen and (max-width: 767px) {
  .link_bnr .flex {
    flex-direction: column;
    padding: 0 20px;
  }
}
/* ガイド */
.guide {
  padding-bottom: 40px;
  margin-top: -1px;
}
.guide .ttl {
  max-width: 600px;
  margin: 15px auto;
}
.guide .flex {
  gap: 35px;
}
/* ストップ */
.stop {
  width: 100%;
  color: #3e3e3e;
  margin-top: 25px;
}
.stop .flex {
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 5px;
}
.stop div {
  font-size: 12px;
}
/* クーポン */
.sec_coupon {
  padding: 60px 0;
}
.abs_coupon {
  margin: auto;
  z-index: 2;
  position: relative;
}
.gift-coupon {
  border: #d0121b 6px solid;
  background: #fff;
  position: relative;
}
.gift-coupon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: #d0121b 2px solid;
  pointer-events: none;
}
.gift-coupon .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
}
.gift-coupon .coupon_txt01 {
  width: 100%;
  ;
  padding-top: 5px;
  margin-bottom: 20px;
}
.gift-coupon .coupon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 32%;
  box-sizing: border-box;
}
/* .gift-coupon .coupon01{
}
.gift-coupon .coupon02{
} */
/* .gift-coupon .coupon03 {
  width: 34.5%;
} */
.gift-coupon .coupon button {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}
.gift-coupon .coupon figure {
  position: relative;
  margin-bottom: 10px;
}
.gift-coupon .coupon_txt02 {
  border-top: 8px solid #fff;
  background: url(../../../img/wintergift/2024/bg_beige.jpg) repeat-y;
  background-size: 100%;
  background-position: center;
}
.gift-coupon .coupon_txt02 figure {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: -3px;
}
.coupon figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  border-radius: 15px;
}
.coupon figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transform: translate(-50%, -50%);
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
モーダル
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.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: 1;
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.close_Area {
  position: fixed;
  top: -50px;
  right: 0;
  box-sizing: border-box;
}
.modal_close {
  width: 50px;
  height: 50px;
}
#fixed {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background: rgba(0, 0, 0, .8);
  z-index: 10;
}
#fixed .flex {
  align-items: center;
  gap: 35px;
}
.pagetop {
  right: 30px;
  bottom: 75px;
  color: #ffffff;
  background: #ac0077;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
sp
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width: 767px) {
  .pagetop {
    left: 20px;
    right: 0px;
    bottom: 150px;
  }
  .inner_1000 {
    width: calc(100% - 20px);
  }
  .inner_500 {
    width: calc(100% - 20px);
  }
  .summergift .top_ttl img {
    top: 125px;
  }
  .summergift .kv {
    margin-bottom: 76vh;
  }
  .summergift .top_bn,
  .summergift .top_bn2 {
    height: 92vh;
  }
  .ttlimg {
    width: 100%;
    margin: 0px auto 10px;
    padding: 20px 5px 0;
  }
  .ttlimg01 {
    width: 100%;
    margin: 0px auto 10px;
    padding: 20px 5px 0;
  }
  .osusume {
    flex-direction: column;
  }
  .abs_osusume {
    position: absolute;
    bottom: 10px;
    right: 25px;
    width: calc(100% - (55% + 20px));
  }
  .abs_osusume2 {
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: calc(100% - (55% + 20px));
  }
  .abs_hayatoku {
    width: 120px;
    left: 18px;
    bottom: 0px;
  }
  .bg_lychee {
    border-radius: 3% 3% 0% 0%;
  }
  .bg_unagi {
    border-radius: 0 0 3% 3%;
  }
  .unagi .flex li {
    flex-basis: 49%;
  }
  .sake .flex li {
    flex-basis: 49%;
  }
  .flex_column {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .sec_otoku_Area .otoku {
    padding: 0 20px;
  }
  .sec_otoku .flex img {
    width: 90%;
  }
  .category {
    flex-direction: column;
    gap: 20px;
  }
  .category>li {
    width: calc(100% - 15px);
    margin: auto;
  }
  .category_List li {
    width: 32%;
    margin-bottom: 2%;
    font-weight: 500;
    border-radius: 10px;
  }
  .category_List li a {
    font-size: 12px;
  }
  .category_List li a img {
    border-radius: 10px;
  }
  .sec_category .flex>li {
    flex-basis: 48%;
  }
  .sec_category_Area .inner_1200 {
    padding: 30px 10px;
  }
  .top_menu_flex {
    flex-direction: row;
  }
  .ttl a {
    font-size: 15px;
  }
  .sec_yosan_Area {
    padding: 40px 0 0 0;
  }
  .bg_hanabi {
    background-size: contain;
  }
  .stop .flex {
    gap: 5px;
  }
  .stop div {
    font-size: 11px;
  }
  /* ランキング */
  .ranking_Area {
    padding: 0px;
    margin: 0px;
  }
  .ranking_Box {
    padding: 10px;
  }
  #fixed .flex {
    gap: 5px;
  }
  /* ガイド */
  .guide {
    padding-top: 25px;
  }
  .guide .flex {
    flex-direction: column;
    gap: 20px;
    padding: 10px 20px;
  }
  /* クーポン */
  .sec_coupon {
    padding: 20px;
  }
  .modal_content {
    width: 70vw;
  }
  .gift-coupon {
    border: #d0121b 3px solid;
  }
  .gift-coupon .flex {
    padding: 5px;
    flex-wrap: wrap;
    position: relative;
  }
  .gift-coupon:after {
    height: 100%;
    display: none;
  }
  /* .gift-coupon .flex:after {
} */
  .gift-coupon .coupon_txt01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gift-coupon .coupon {
    width: 100%;
  }
  .gift-coupon .coupon01 {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .gift-coupon .coupon02 {
    padding-left: 0;
    margin: 20px auto;
  }
  .gift-coupon .coupon_txt02 figure {
    width: 95%;
  }
  .top_Area .link_bnr .flex {
    flex-wrap: wrap;
  }
  /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
モーダル
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
  .modal .gift-coupon {
    height: 80vh;
    overflow-y: scroll;
  }
  .modal .gift-coupon .coupon {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .modal .gift-coupon button {
    width: 100%;
    margin-top: 5px;
  }
  .modal_close {
    width: 60px;
    height: 60px;
  }
  .tab_content {
    padding: 25px 5px;
  }
  .tab_content .ranking_List {
    max-width: 100%;
  }
}
/* ランキング表示調整
  --------------------- */
.taxin::before {
  content: "";
  display: block;
}
div.display-box ul.item-display li div.display div.selling-price {
  text-align: center;
}
div.panel-body {
  margin-bottom: 0em;
}
div.display-box ul.item-display li div.item-thumbnail-img-sm img {
  margin-bottom: 10px;
  height: auto;
  object-fit: contain;
  /* aspect-ratio: 1 / 1; */
}
div.item-thumbnail-img img {
  border: none;
  box-shadow: none;
}
/* div.display-box ul.item-display li img::before {
      width: 65%;
      margin: 0 auto 10px;
  }
  */
div.display-box ul.item-display li:nth-child(1)::before {
  display: flex;
  justify-content: center;
  content: url(/img/wintergift/2024/rank01.png);
  transform: scale(0.6);
  margin: -20px auto;
}
div.display-box ul.item-display li:nth-child(2)::before {
  display: flex;
  justify-content: center;
  content: url(/img/wintergift/2024/rank02.png);
  transform: scale(0.6);
  margin: -20px auto;
}
div.display-box ul.item-display li:nth-child(3)::before {
  display: flex;
  justify-content: center;
  content: url(/img/wintergift/2024/rank03.png);
  transform: scale(0.6);
  margin: -20px auto;
}
div.display-box ul.item-display li:nth-child(4)::before {
  display: flex;
  justify-content: center;
  content: url(/img/wintergift/2024/rank04.png);
  transform: scale(0.4);
  margin: -30px auto;
}
div.display-box ul.item-display li:nth-child(5)::before {
  display: flex;
  justify-content: center;
  content: url(/img/wintergift/2024/rank05.png);
  transform: scale(0.4);
  margin: -30px auto;
}
div.display-box ul.item-display li:nth-child(6)::before {
  display: flex;
  justify-content: center;
  content: url(/img/wintergift/2024/rank06.png);
  transform: scale(0.4);
  margin: -30px auto;
}
@media only screen and (max-width: 750px) {
  div.display-box ul.item-display li:nth-child(1)::before {
    content: url(/img/wintergift/2024/rank01.png);
    transform: scale(0.3);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(2)::before {
    content: url(/img/wintergift/2024/rank02.png);
    transform: scale(0.3);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(3)::before {
    content: url(/img/wintergift/2024/rank03.png);
    transform: scale(0.3);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(4)::before {
    content: url(/img/wintergift/2024/rank04.png);
    transform: scale(0.2);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(5)::before {
    content: url(/img/wintergift/2024/rank05.png);
    transform: scale(0.2);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(6)::before {
    content: url(/img/wintergift/2024/rank06.png);
    transform: scale(0.2);
    margin: -30px auto;
  }
  .panel a {
    padding: 0;
  }
}
