@charset "UTF-8";
/* ---------------------
共通部分 
---------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  width: 100%;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.inner_1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 50px;
}
.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.sp {
  display: none;
}
a,
button {
  transition: .3s;
}
a:hover,
button:hover {
  opacity: .6;
}
.notes {
  margin-top: 10px;
  font-size: 11px;
  font-feature-settings: 'palt';
  line-height: 1.6;
}
#content_Wrap {
  width: 100%;
  margin-top: 0px;
}
/* #tokusen,
#otoku,
#ranking,
#category {
  margin-top: -100px;
} */
/* イオンの冬ギフト メイン
--------------------- */
/* .top img {
   display: block;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  overflow: hidden; 
} */
.top_Area {
  padding: 0px 0 150px;
  background: url(/img/wintergift/2024/bg_pink.jpg) repeat-y;
  background-size: 100%;
  background-position: center bottom;
}
.ancr_List {
  width: 100%;
  margin: 10px auto;
  justify-content: space-between;
}
.ancr_List li {
  width: 23%;
}
.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: 31%;
  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%);
}
.top_Area .link_bnr {
  margin-top: 50px;
}
.top_Area .link_bnr a {
  display: block;
  margin-bottom: 20px;
}
/* マルマツ産業もつ鍋
--------------------- */
.marumatu_Area {
  position: relative;
  top: 0;
}
.marumatu_Area .abs {
  position: absolute;
  top: -2px;
}
.marumatu_Area .abs2 {
  position: absolute;
  width: 23%;
  max-width: 300px;
  bottom: 12%;
  right: 15%;
  background-color: #d0121b;
}
.marumatu_Area .abs2 .marumatu_Area .abs2:hover {
  background-color: #b99b5c;
  transition: transform .6s ease;
  transform: translateY(4px);
}
.marumatu_Area .border-bottom {
  border-bottom: solid 3px #f3f0ea;
}
.parallax {
  background-image: url(/img/wintergift/2025/marumatu_bg.jpg);
  background-size: 100%;
  background-position: center center;
  /* 横：中央、縦：中央 */
  background-repeat: no-repeat;
}
.parallax .on {
  width: 80%;
  margin: auto;
  max-width: 1250px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .parallax {
    background-size: 110%;
  }
  .parallax .on {
    width: 90%;
  }
  .marumatu_Area .abs2 {
    bottom: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .parallax {
    background-image: url(/img/wintergift/2025/marumatu_bg_sp.jpg);
    background-size: 100%;
  }
  .parallax .on {
    width: 100%;
  }
  .marumatu_Area .abs2 {
    bottom: 9%;
    right: 0%;
    width: 30%;
  }
}
/* おすすめ商品
--------------------- */
.bg_kumo {
  width: 100%;
  background-color: #f3f0ea;
  background-image: url(/img/wintergift/2024/bg04.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
.osusume_Area {
  padding: 15px 10px 100px;
}
.osusume_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.ttl_list {
  justify-content: center;
  align-items: center;
  /* margin-left: 100px; */
  flex-direction: column;
  white-space: nowrap;
  margin-bottom: 15px;
  margin: 0 auto 15px;
}
/* @media screen and (max-width: 767px) {
.ttl_list {
  margin: 0 auto 5px;
  }
} */
.ttl_a {
  color: #2468a5;
  font-weight: 600;
  font-size: 20px;
}
/* スライド設定
--------------------- */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1210px;
  margin: auto;
  /* 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: 95%;
  }
  .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: 45%;
  transform: translateY(-50%);
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.5em;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  /* border-radius: 50%; */
}
@media screen and (max-width: 767px) {
  .arrow {
    top: 30%;
  }
}
.arrow.left {
  left: 0px;
  border-radius: 0 44% 44% 0;
}
.arrow.right {
  right: 0px;
  border-radius: 44% 0% 0% 44%;
}
.dots {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 30px;
}
.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;
}
/* 価格別 人気ランキング
--------------------- */
.ranking_Area {
  width: 100%;
  background: url(/img/wintergift/2024/bg02.jpg) center top no-repeat;
  background-size: cover;
  padding: 20px 0px;
}
.ranking_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.nami {
  margin: -50px 0 -3px;
}
.ranking_Box {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ranking_Box .tab_item {
  position: relative;
  width: 23%;
  background: #fff;
  border: #d0121b 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: 20px 40px;
  clear: both;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
#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;
}
.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;
}
/* ランキング表示調整
  --------------------- */
div.panel-body {
  margin-bottom: 10px;
}
div.display-box ul.item-display li {
  margin-bottom: 2%;
  padding: 1%;
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  transition: all 0.3s ease-in-out;
}
div.display-box ul.item-display li:hover {
        /* transform: scale(1.02); */
        transform: translate(2px, 2px);
        box-shadow: unset;
    }
div.display-box ul.item-display li div.item-thumbnail-img-sm img {
  margin-bottom: 5px;
  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;
}
div.display-box ul.item-display li div.display div.item-name a {
  color: #009bc0;
  margin-bottom: 2px;
}
div.display-box ul.item-display li div.display div.selling-price {
  border-top: 1px solid rgba(200, 200, 200, 1);
  margin-top: 3%;
  padding-top: 3%;
}
@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.3);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(5)::before {
    content: url(/img/wintergift/2024/rank05.png);
    transform: scale(0.3);
    margin: -30px auto;
  }
  div.display-box ul.item-display li:nth-child(6)::before {
    content: url(/img/wintergift/2024/rank06.png);
    transform: scale(0.3);
    margin: -30px auto;
  }
  .panel a {
    padding: 0;
  }
  div.item-tags {
    margin-bottom: 0px;
  }
}
/* 予算から探す
--------------------- */
.yosan_Area {
  padding: 50px 0;
  background: url(/img/wintergift/2024/bg_pink.jpg);
  background-size: cover;
}
.yosan_Area .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.yosan_btn_List {
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yosan_btn_List li {
  background: #d0121b;
  border-radius: 50px;
  padding: 20px 20px 17px;
  transition: 0.3s;
}
.yosan_btn_List li:nth-child(1),
.yosan_btn_List li:nth-child(2),
.yosan_btn_List li:nth-child(3),
.yosan_btn_List li:nth-child(4) {
  width: calc((100% / 2) - 0.5%);
  margin-bottom: 1%;
}
.yosan_btn_List li:nth-child(5) {
  width: 49.5%;
  margin: 0 auto;
}
.yosan_btn_List li a {
  display: block;
  width: 100%;
}
.yosan_btn_List li a img {
  max-height: 40px;
}
.yosan_btn_List li:hover {
  opacity: 0.7;
}
/* カテゴリーから探す
--------------------- */
.category_Area {
  padding: 1px 0 50px;
  background: url(/img/wintergift/2024/bg_pink.jpg);
  background-size: contain;
}
.category_Area .inner_1200 {
  background: #ffffff;
  margin: -15px auto 10px;
  padding: 30px;
  border-radius: 20px;
  background-image: url(/img/wintergift/2024/bg04.png);
  background-size: contain;
}
.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: 90%;
  margin: 0 auto;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_List li {
  width: 23%;
  text-align: center;
  margin-bottom: 1%;
  font-weight: bold;
}
.category_List li a {
  font-weight: bold;
}
.category_List li a img {
  margin-bottom: 10px;
}
.gift_att {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  font-size: 14px;
}
.support {
  padding: 100px 0;
  background: url(/img/wintergift/2024/bg01.jpg) center center repeat-y;
}
.support .ttl {
  max-width: 600px;
  margin: 0 auto;
}
.support .flex {
  margin-top: 30px;
  justify-content: space-between;
}
.support .flex a {
  display: block;
  width: 49%;
}
/* おトクな特典情報
--------------------- */
.otoku_Area {
  width: 100%;
  background: url(../../../img/wintergift/2024/bg01.jpg) center center repeat-y;
  background-size: cover;
  padding: 50px 0;
}
.otoku_Area .link_bnr a {
  display: block;
  margin-bottom: 10px;
}
/* フローティング
--------------------- */
#float_Bnr {
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 10px 0;
  z-index: 3;
  text-align: center;
}
#float_Bnr button {
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px rgba(10, 20, 65, 0.7));
}
/* ページトップ
--------------------- */
#page_top {
  position: fixed;
  bottom: 25px;
  right: 220px;
  width: 70px;
  height: 70px;
  z-index: 4;
}
#page_top a {
  display: block;
}
/* モーダル
--------------------- */
.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: 100vh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1;
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  max-height: 80svh;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.scroll_Block {
  overflow-y: scroll;
  height: 100%;
}
.close_Area {
  position: fixed;
  top: -30px;
  right: 10px;
  box-sizing: border-box;
  z-index: 1;
}
.modal_close {
  width: 80px;
  height: 80px;
}
/* フッター
--------------------- */
#footer {
  padding-bottom: 90px;
}
@media only screen and (min-width: 751px) and (max-width: 1200px) {}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #content_Wrap {
    background-size: contain;
    margin-top: 16px;
  }
  /* イオンの冬ギフト メイン
  --------------------- */
  .ancr_List {
    flex-wrap: wrap;
    width: 90%;
    margin: 5px auto;
  }
  .ancr_List li {
    width: 49%;
    margin-bottom: 2%;
  }
  .gift-coupon {
    border: #d0121b 3px solid;
  }
  .gift-coupon .flex {
    padding: 15px;
    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;
  }
  /* 特選名品
  --------------------- */
  .tokusen_Area {
    background-color: #c7c4e1;
    background: url(../../../img/wintergift/2024/bg02_sp.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .tokusen_Area .inner_1200 {
    width: 100%;
  }
  /* .tokusen_top{
  } */
  .tokusen_top .ttl {
    width: 100%;
    padding: 0;
    margin-right: 20px;
  }
  .tokusen_top .tokusen_slide {
    width: 65%;
  }
  .tokusen_top .tokusen_slide .ttl-2 {
    position: absolute;
    width: 22%;
    top: -140px;
    left: 5%;
  }
  .tokusen_slide .slide {
    height: 20vh;
  }
  .tokusen_slide::before {
    width: 110%;
    height: 21.8vh;
    top: -8px;
  }
  .tokusen_item a {
    width: 90%;
    margin: 0 auto 1%;
  }
  /* おトクな特典情報
  --------------------- */
  .otoku_Area {
    padding: 20px 0;
  }
  .otoku_Area .link_bnr .flex {
    flex-wrap: wrap;
  }
  .otoku_Area .link_bnr a {
    display: block;
    width: 100%;
  }
  /* 価格別 人気ランキング
  --------------------- */
  .ranking_Area {
    padding: 20px 0;
  }
  .ranking_Box {
    padding: 0 0px;
  }
  .ranking_Box .tab_item {
    padding: 10px 0;
    border-radius: 5px;
  }
  .ranking_Box input:checked+.tab_item::after {
    border-top: 12px #4c2d21 solid;
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    bottom: -11px;
  }
  .ranking_Box .tab_item svg {
    margin: 0 auto;
    height: 40px;
  }
  .tab_content {
    padding: 15px 0 0;
  }
  .tab_content .ranking_List {
    flex-wrap: wrap;
    max-width: 90%;
  }
  .tab_content .ranking_List li {
    margin-bottom: 30px;
    width: 48%;
    margin-right: 4%;
  }
  .tab_content .ranking_List li:nth-child(3n) {
    margin-right: 4%;
  }
  .tab_content .ranking_List li:nth-child(2n) {
    margin-right: 0%;
  }
  .tab_content .ranking_List li .rank_txt {
    font-size: 12px;
  }
  /* 予算から探す
  --------------------- */
  .yosan_Area {
    padding: 20px 0;
  }
  .yosan_Area .inner_1200 {
    margin: 0 auto;
  }
  .yosan_btn_List li {
    width: 100% !important;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 15px !important;
  }
  .yosan_btn_List li a img {
    max-height: 20px;
  }
  /* カテゴリーから探す
  --------------------- */
  .category_Area {
    padding: 20px 0px 20px;
  }
  .category_Area .inner_1200 {
    padding: 10px;
    border-radius: 10px;
  }
  .category_List {
    margin-top: 20px;
    max-width: 100%;
  }
  .category_List li {
    width: 48%;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .category_ttl img {
    height: 18px;
  }
  .category_ttl {
    margin-top: 20px;
  }
  .gift_att {
    font-size: 12px;
    margin-top: 20px;
  }
  .support {
    padding: 20px 0;
  }
  .support .flex {
    max-width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .support .flex a {
    width: 100%;
    margin-top: 15px;
  }
  /* モーダル
  --------------------- */
  .modal .gift-coupon {
    height: 80vh;
    overflow-y: scroll;
  }
  .modal .gift-coupon .coupon {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .modal .gift-coupon .coupon:first-of-type {
    margin-right: 2%;
  }
  .modal .gift-coupon button {
    width: 100%;
    margin-top: 5px;
  }
  .modal_close {
    width: 60px;
    height: 60px;
  }
  /* フローティング
  --------------------- */
  #float_Bnr {
    text-align: left;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
  }
  #float_Bnr button {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* ページトップ
  --------------------- */
  #page_top {
    bottom: 80px;
    right: 7px;
    width: 40px;
    height: 40px;
  }
  /* フッター
  --------------------- */
  #footer {
    padding-bottom: 55px;
  }
}
/* 固定するナビゲーションのスタイル */
.top_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
  z-index: 1000;
  /* background: #FFF; */
  /* height: 90px; */
  /* width: 100%; */
}
/* .top_fixed img{
  border-radius: 50%;
} */
/* 非表示時のスタイル */
.top_fixed.hide {
  opacity: 0;
}
/* 完全に非表示の時のスタイル */
.top_fixed.hidden {
  display: none;
}
.top_fixed a:hover {
  animation: puyon 1.0s linear 0s 1;
}
.top_fixed a:hover {
  opacity: 1;
}
.top_menu_wrap .sp {
  max-width: 700px;
  margin: auto;
}
.top_menu_wrap .pc {
  width: 30vw;
  max-width: 300px;
}
.puyon {
  animation: puyon 1.0s linear 0s 1;
}
@keyframes puyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.poyon {
  animation: poyon 1.1s linear 0s 1;
  animation-iteration-count: 2;
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.korokoro {
  animation: korokoro 2.5s linear 0s 1;
  animation-iteration-count: infinite;
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
