@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/*ブレークポイント*/
:root {
  --coler-black: #111111;
  --coler-gray: #444444;
  --coler-white: #ffffff;
  --coler-main: #b81d22;
  --early-red: #ff0000;
  --cart: #ff6600;
  --cartHover: #ff3300;
  --item-notfound: rgba(255, 0, 0, 0.3);
  --sanchoku-ringo: #d40e00;
  --sanchoku-ringo-hover: #fd2002;
  --sanchoku-mikan: #ef7701;
  --sanchoku-mikan-hover: #fe9e16;
  --g25winter_early_nav: #fff1e5;
  --g25winter_early_nav_text: #b81d22;
  --g25winter_ranking_nav: #fff1ee;
}

#ev_main,
#ft_main,
#ft_bottom {
  margin: 0 auto;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 530px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  container-type: inline-size;
}
#ev_main.palbin,
#ft_main.palbin,
#ft_bottom.palbin {
  max-width: none;
}
#ev_main figure,
#ft_main figure,
#ft_bottom figure {
  margin: 0;
  padding: 0;
}
#ev_main img,
#ft_main img,
#ft_bottom img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#ev_main _:lang(x) + _:-webkit-full-screen-document img, #ev_main img,
#ft_main _:lang(x) + _:-webkit-full-screen-document img,
#ft_main img,
#ft_bottom _:lang(x) + _:-webkit-full-screen-document img,
#ft_bottom img {
  image-rendering: auto;
}
#ev_main .ev_section,
#ev_main .ft_section,
#ft_main .ev_section,
#ft_main .ft_section,
#ft_bottom .ev_section,
#ft_bottom .ft_section {
  margin-top: clamp(28px, 7.6cqw, 40px);
  container-type: inline-size;
}
#ev_main .ev_section .container_w95,
#ev_main .ft_section .container_w95,
#ft_main .ev_section .container_w95,
#ft_main .ft_section .container_w95,
#ft_bottom .ev_section .container_w95,
#ft_bottom .ft_section .container_w95 {
  margin: 0 auto;
  width: 95%;
}
#ev_main .ev_section a,
#ev_main .ft_section a,
#ft_main .ev_section a,
#ft_main .ft_section a,
#ft_bottom .ev_section a,
#ft_bottom .ft_section a {
  display: block;
}
#ev_main .mgn20,
#ft_main .mgn20,
#ft_bottom .mgn20 {
  margin-top: clamp(14px, 3.8cqw, 20px);
}
#ev_main .mgn30,
#ft_main .mgn30,
#ft_bottom .mgn30 {
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ev_main .mgn40,
#ft_main .mgn40,
#ft_bottom .mgn40 {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ev_main .mgn50,
#ft_main .mgn50,
#ft_bottom .mgn50 {
  margin-top: clamp(35px, 9.5cqw, 50px);
}
#ev_main .mgn60,
#ft_main .mgn60,
#ft_bottom .mgn60 {
  margin-top: clamp(42px, 11.4cqw, 60px);
}
#ev_main .mgn70,
#ft_main .mgn70,
#ft_bottom .mgn70 {
  margin-top: clamp(49px, 13.3cqw, 70px);
}
#ev_main .mgn80,
#ft_main .mgn80,
#ft_bottom .mgn80 {
  margin-top: clamp(56px, 15.2cqw, 80px);
}
#ev_main .mgn90,
#ft_main .mgn90,
#ft_bottom .mgn90 {
  margin-top: clamp(63px, 17cqw, 90px);
}
#ev_main .mgn100,
#ft_main .mgn100,
#ft_bottom .mgn100 {
  margin-top: clamp(70px, 19cqw, 100px);
}
@media (hover: hover) and (pointer: fine) {
  #ev_main a.hover,
  #ft_main a.hover,
  #ft_bottom a.hover {
    transition: opacity 0.3s ease-out;
  }
  #ev_main a.hover:hover,
  #ft_main a.hover:hover,
  #ft_bottom a.hover:hover {
    opacity: 0.7;
  }
}

#ev_main .ev_section.tokucho {
  box-sizing: border-box;
  margin: clamp(42px, 11.4cqw, 60px) auto clamp(28px, 7.6cqw, 40px);
  width: 95%;
}

#ft_bottom {
  width: 95%;
}
#ft_bottom .ft_section {
  margin-top: clamp(14px, 3.8cqw, 20px);
}

.sanchoku_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  margin: clamp(21px, 5.7cqw, 30px) auto;
  width: 95%;
}
.sanchoku_btn > div {
  display: block;
  position: relative;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  color: var(--coler-white);
}
.sanchoku_btn > div a {
  display: block;
  position: relative;
  z-index: 1;
  color: white;
  transition: background-color 0.2s ease-out;
}
.sanchoku_btn > div a::before, .sanchoku_btn > div a::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0 1.5em 0 auto;
  margin: auto 0;
  width: 0.6em;
  height: 1.1em;
  clip-path: url(#arrow);
  background-color: currentColor;
  z-index: 2;
  pointer-events: none;
}
.sanchoku_btn > div a::before {
  opacity: 0;
  transform: translate3d(-150%, 0, 0);
  animation: 2.5s infinite forwards btn__before;
}
.sanchoku_btn > div a::after {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  animation: 2.5s infinite forwards btn__after;
}
.sanchoku_btn > div:first-of-type a {
  background-color: var(--sanchoku-ringo);
}
.sanchoku_btn > div:first-of-type a:hover {
  background-color: var(--sanchoku-ringo-hover);
}
.sanchoku_btn > div:last-of-type a {
  background-color: var(--sanchoku-mikan);
}
.sanchoku_btn > div:last-of-type a:hover {
  background-color: var(--sanchoku-mikan-hover);
}
.g25winter_mikan .sanchoku_btn > div:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: var(--sanchoku-ringo);
  opacity: 0.5;
  pointer-events: none;
}
.g25winter_mikan .sanchoku_btn > div:first-of-type:hover::after {
  display: none;
}

.g25winter_ringo .sanchoku_btn > div:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: var(--sanchoku-mikan);
  opacity: 0.6;
}
.g25winter_ringo .sanchoku_btn > div:last-of-type:hover::after {
  display: none;
}

a.itemCart {
  float: inline-end;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-items: center;
  margin-top: 15px;
  padding: 0.5em 1em;
  padding-left: 2.4em;
  border-radius: calc(infinity * 1px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1;
  text-decoration: none;
  color: white;
  background-color: var(--cart);
  transition: all 0.3s ease-out;
}
a.itemCart::before, a.itemCart::after {
  display: block;
  content: "";
  margin-right: 7px;
  position: absolute;
  left: 1em;
  aspect-ratio: 1;
  width: 1em;
  transform: translateY(-2%);
  background: url(/img/usr/gift/winter/top/icon_cart.svg) no-repeat center center/contain;
}
a.itemCart::after {
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  a.itemCart:hover {
    background-color: var(--cartHover);
  }
  a.itemCart:hover::before, a.itemCart:hover::after {
    transition: all 0.2s ease-in-out;
  }
  a.itemCart:hover::before {
    opacity: 0;
    transform: translateX(100%);
  }
  a.itemCart:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}

.btn__all-view {
  margin: clamp(21px, 5.7cqw, 30px) auto 30px;
  width: 100%;
}
.btn__all-view a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-items: center;
  margin-inline: auto;
  padding: 0.8em 2.5em;
  padding-right: 2.7em;
  border: solid 1px var(--coler-black);
  border-radius: calc(infinity * 1px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: var(--coler-black);
  background-color: var(--coler-white);
  transition: all 0.2s ease-out;
}
.btn__all-view a::before, .btn__all-view a::after {
  display: block;
  content: "";
  position: absolute;
  right: 1em;
  width: 0.5em;
  height: 1em;
  clip-path: url(#arrow);
  background-color: currentColor;
}
.btn__all-view a::before {
  opacity: 0;
  transform: translate3d(-150%, 0, 0);
  animation: 2.5s infinite forwards btn__before;
}
.btn__all-view a::after {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  animation: 2.5s infinite forwards btn__after;
}
@media (hover: hover) and (pointer: fine) {
  .btn__all-view a:hover {
    border-color: var(--coler-gray);
    color: var(--coler-white);
    background-color: var(--coler-gray);
  }
}

.swiper .swiper-wrapper {
  padding-bottom: 20px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  transform: translateY(-50%);
  border: solid 1px #666;
  border-radius: 3px;
  padding: 50px 7px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: black;
  background-color: white;
  transition: all 0.2s ease-out;
  opacity: 0.9;
  visibility: hidden;
}
.swiper .swiper-button-next.slideUiShow,
.swiper .swiper-button-prev.slideUiShow {
  visibility: visible;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: 15px;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  opacity: 1;
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.swiper .swiper-button-prev,
.swiper .swiper-rtl .swiper-button-next {
  left: 3px;
  right: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-rtl .swiper-button-prev {
  right: 3px;
  left: auto;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
}

.swiperSlide {
  margin-top: clamp(21px, 5.7cqw, 30px);
  word-break: break-word;
  padding-inline: 36px !important;
}
.swiperSlide .swiper-wrapper {
  align-items: stretch;
}
.swiperSlide .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.07);
  visibility: hidden;
}
.swiperSlide .swiper-scrollbar.slideUiShow {
  visibility: visible;
}
.swiperSlide .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.3);
}
.swiperSlide .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.swiperSlide .swiper-slide a.itemLink {
  display: block;
}
.swiperSlide .swiper-slide a.itemLink > div {
  overflow: hidden;
}
.swiperSlide .swiper-slide a.itemLink > div img {
  transition: transform 0.2s ease-out;
}
.swiperSlide .swiper-slide a.itemLink .itemName {
  padding-top: 10px;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
}
.swiperSlide .swiper-slide a.itemLink .notfound {
  position: relative;
}
.swiperSlide .swiper-slide a.itemLink .notfound::after {
  content: "掲載終了";
  z-index: 2;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--coler-white);
  background-color: var(--item-notfound);
}
@media (hover: hover) and (pointer: fine) {
  .swiperSlide .swiper-slide a.itemLink:hover {
    text-decoration: none;
  }
  .swiperSlide .swiper-slide a.itemLink:hover > div img {
    transform: scale(1.05);
  }
}
.swiperSlide .swiper-slide > div:has(.itemCart) {
  margin-top: auto;
}
.swiperSlide .swiper-slide .price {
  margin-top: 10px;
  color: var(--coler-black);
}
.swiperSlide .swiper-slide .price.earlyPriceColer {
  color: var(--early-red);
}
.swiperSlide .swiper-slide .price .earlyPrice {
  display: none;
  font-size: clamp(0.9rem, 0.656rem + 0.909cqw, 1rem);
  line-height: 1;
  color: var(--early-red);
}
.swiperSlide .swiper-slide .price .earlyPrice.earlyPriceShow {
  display: block;
}
.swiperSlide .swiper-slide .price .priceNotation {
  display: flex;
  align-items: end;
  margin-top: 0.2em;
  line-height: 1;
}
.swiperSlide .swiper-slide .price .priceNotation .itemPrice {
  font-weight: bold;
  font-size: clamp(1.229rem, 0.742rem + 1.818cqw, 1.429rem);
  padding-right: 0.1em;
  transform: translateY(0.05em);
  word-break: keep-all;
}
.swiperSlide .swiper-slide .price .priceNotation .jpy {
  font-size: clamp(0.814rem, 0.71rem + 0.39cqw, 0.857rem);
}
.swiperSlide .swiper-slide .price .priceNotation .jpy span {
  font-size: clamp(0.814rem, 0.71rem + 0.39cqw, 0.857rem);
  word-break: keep-all;
}
.swiperSlide div[data-item-code] {
  visibility: hidden;
}
.swiperSlide div[data-item-code].slideShow {
  visibility: visible !important;
}
.swiperSlide:has(.finishDate) {
  display: none;
}

.swiperTitle {
  position: relative;
  margin: 0 auto;
  padding-left: 2em;
  font-size: 26px;
  font-weight: bold;
  color: #111;
}
.swiperTitle span {
  margin-left: 0.3em;
  font-size: 18px;
  color: #666;
}
.swiperTitle::before, .swiperTitle::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 2.5%;
  margin: auto;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.swiperTitle::before {
  background-color: #fff1ee;
  transform: translate(18%, 18%) scale(1.1);
}
.swiperTitle::after {
  border: solid 1px black;
}

.swiperWrapper {
  margin: 0 auto;
  width: 95%;
  margin-top: clamp(28px, 7.6cqw, 40px);
  overflow-x: hidden;
}

.swiperRanking {
  margin: 0 auto;
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
.swiperRanking .swiperSlide {
  overflow: visible;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
.swiperRanking .swiperSlide .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiperRanking .swiperSlide .swiper-wrapper .swiper-slide::after {
  z-index: 3;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 36px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background: url(/img/usr/gift/slide/ranking_num1.png) no-repeat center center/contain;
}
.swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
  background: url(/img/usr/gift/slide/ranking_num2.png) no-repeat center center/contain;
}
.swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(3)::after {
  background: url(/img/usr/gift/slide/ranking_num3.png) no-repeat center center/contain;
}
.swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(n + 4)::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "4";
  top: 3px;
  left: 4px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #c2c9d7;
  background-image: none;
}
.swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(5)::after {
  content: "5";
}
.swiperRanking + .swiperRanking {
  margin-top: clamp(28px, 7.6cqw, 40px);
}

.anim_slide_up {
  opacity: 0;
}
.anim_slide_up.show {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}

@keyframes anim_slide_up {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes btn__before {
  from {
    transform: translate3d(-150%, 0, 0);
    opacity: 0;
  }
  20% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes btn__after {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  20% {
    transform: translate3d(150%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(150%, 0, 0);
    opacity: 0;
  }
}
/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
Top Page
------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#ev_main .ev_section .g25winter_readtext {
  margin-top: 0.75em;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.6;
}
#ev_main .ev_section h3 {
  position: relative;
  padding: 0.75em 0 0.5em;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#ev_main .ev_section h3::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  transform: translateY(3px);
  width: 2em;
  height: 3px;
  background: var(--coler-main);
}
#ev_main .ev_section h3 span {
  display: block;
}
#ev_main .ev_section h3 span:first-of-type {
  font-size: 12px;
}
#ev_main .ev_section h3 span:last-of-type {
  font-size: 28px;
  letter-spacing: 1px;
}
#ev_main .ev_section#g25winter_schedule {
  margin-inline: auto;
  width: 100%;
}
#ev_main .ev_section#g25winter_schedule .container_w95 {
  padding: clamp(14px, 3.8cqw, 20px) 0;
  border-radius: 10px;
  background-color: rgb(255, 245, 230);
}
#ev_main .ev_section#g25winter_schedule .container_w95 h2 {
  margin: 3px auto 0;
  padding: clamp(6px, 1.9cqw, 10px) 0;
  width: max(130px, 30%);
  background-color: transparent;
}
#ev_main .ev_section#g25winter_schedule .container_w95 ul {
  margin: 20px auto 0;
  width: 90%;
}
#ev_main .ev_section#g25winter_schedule .container_w95 ul li {
  margin-top: 9px;
  text-align: right;
}
#ev_main .ev_section#g25winter_schedule .container_w95 ul li.schedule_souki2 {
  margin: -2% auto 0;
  width: 73%;
}
#ev_main .ev_section#g25winter_category ul {
  margin-top: clamp(6px, 1.9cqw, 10px);
  overflow: hidden;
}
#ev_main .ev_section#g25winter_category ul li {
  margin-top: 5%;
  width: 48%;
  float: left;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.4;
}
#ev_main .ev_section#g25winter_category ul li a {
  display: block;
  color: #333;
}
#ev_main .ev_section#g25winter_category ul li a span {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#ev_main .ev_section#g25winter_category ul li a span img {
  transition: transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ev_main .ev_section#g25winter_category ul li a:hover span img {
    transform: scale(1.05);
  }
}
#ev_main .ev_section#g25winter_category ul li:nth-of-type(even) {
  float: right;
  animation-delay: 0.1s;
}
#ev_main .ev_section#g25winter_category ul li:nth-child(n+3):nth-child(odd) {
  clear: both;
}
#ev_main .ev_section.price-list ul li {
  margin-top: 1.5em;
}
#ev_main .ev_section.price-list ul li a {
  text-decoration: none;
}
#ev_main .ev_section.price-list ul li a p:first-of-type {
  font-size: clamp(1.229rem, 0.742rem + 1.818cqw, 1.429rem);
  font-weight: bold;
  line-height: 1;
  color: #404040;
}
#ev_main .ev_section.price-list ul li a p:last-of-type {
  position: relative;
  margin-top: 10px;
  padding: 20px;
  font-family: "Lato", sans-serif;
  font-size: 5cqw;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: var(--coler-main);
  transition: opacity 0.2s ease-out;
}
#ev_main .ev_section.price-list ul li a p:last-of-type span {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 7cqw;
}
#ev_main .ev_section.price-list ul li a p:last-of-type::before, #ev_main .ev_section.price-list ul li a p:last-of-type::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0 3% 0 auto;
  margin: auto 0;
  width: 0.4em;
  height: 0.7em;
  clip-path: url(#arrow);
  background-color: currentColor;
  pointer-events: none;
}
#ev_main .ev_section.price-list ul li a p:last-of-type::after {
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  #ev_main .ev_section.price-list ul li a:hover p:last-of-type {
    opacity: 0.8;
  }
  #ev_main .ev_section.price-list ul li a:hover p:last-of-type::before, #ev_main .ev_section.price-list ul li a:hover p:last-of-type::after {
    transition: all 0.2s ease-in-out;
  }
  #ev_main .ev_section.price-list ul li a:hover p:last-of-type::before {
    opacity: 0;
    transform: translateX(100%);
  }
  #ev_main .ev_section.price-list ul li a:hover p:last-of-type::after {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
Future Page
------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#ft_main .ft_section {
  margin-top: clamp(14px, 3.8cqw, 20px);
}
#ft_main .ft_section .g25winter_lead {
  margin-top: 1em;
}
#ft_main .ft_section .g25winter_lead p {
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.6;
}
#ft_main .ft_section ul.g25winter_early_nav {
  margin: clamp(21px, 5.7cqw, 30px) auto 0;
  padding: 1em 0.25em;
  border-radius: 10px;
  text-align: center;
  background-color: var(--g25winter_early_nav);
}
#ft_main .ft_section ul.g25winter_early_nav li {
  display: inline-block;
  font-size: clamp(1.131rem, 0.756rem + 1.403cqw, 1.286rem);
  line-height: 1;
}
#ft_main .ft_section ul.g25winter_early_nav li a {
  display: block;
  position: relative;
  padding: 0.5em 0.25em;
  color: black;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section ul.g25winter_early_nav li a:hover {
    color: var(--g25winter_early_nav_text);
  }
}
#ft_main .ft_section#g25winter_early {
  margin-inline: auto;
  margin-bottom: 40px;
  width: 95%;
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index {
  margin-top: clamp(6px, 1.9cqw, 10px);
  overflow: hidden;
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index li {
  margin-top: 5%;
  width: 48%;
  float: left;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.4;
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index li a {
  display: block;
  color: #333;
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index li a span {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index li a span img {
  transition: transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section#g25winter_early ul.g25winter_early_index li a:hover {
    text-decoration: none;
  }
  #ft_main .ft_section#g25winter_early ul.g25winter_early_index li a:hover span img {
    transform: scale(1.05);
  }
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index li:nth-of-type(even) {
  float: right;
  animation-delay: 0.1s;
}
#ft_main .ft_section#g25winter_early ul.g25winter_early_index li:nth-child(n+3):nth-child(odd) {
  clear: both;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_title {
  font-size: clamp(1.131rem, 0.756rem + 1.403cqw, 1.286rem);
  font-weight: bold;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_lead {
  margin: clamp(6px, 1.9cqw, 10px) auto 0;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_lead p {
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.8;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section {
  padding-top: 10px;
  display: flow-root;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link {
  display: block;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link figure {
  display: block;
  position: relative;
  margin-top: 60px;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link figure span {
  display: block;
  overflow: hidden;
  border-radius: 8%;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link figure span img {
  transition: all 0.2s ease-out;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1.8/1;
  width: 130px;
  transform: translate3d(5%, -78%, 0);
  background: url(/img//usr/gift/winter/feature/r1030/early_icon_ninki.png) no-repeat center center/contain;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link .g25winter_early_name {
  margin-top: 0.75em;
  font-size: clamp(1.32rem, 0.708rem + 2.286cqw, 1.571rem);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link .g25winter_early_name span {
  display: inline-block;
  font-size: clamp(1.32rem, 0.708rem + 2.286cqw, 1.571rem);
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link:hover {
    text-decoration: none;
  }
  #ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section a.g25winter_early_link:hover span img {
    transform: scale(1.02);
    opacity: 0.8;
  }
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section .g25winter_early_price {
  margin-top: 0.75em;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section .g25winter_early_price span {
  font-size: clamp(1.229rem, 0.742rem + 1.818cqw, 1.429rem);
  font-weight: bold;
  color: var(--early-red);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section .g25winter_early_price span span {
  font-size: 160%;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section .itemCart {
  padding: 1em 2em 1em 3.5em;
  font-size: clamp(1.131rem, 0.756rem + 1.403cqw, 1.286rem);
  line-height: 1;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section .itemCart::before, #ft_main .ft_section#g25winter_early.g25winter_early_sub .g25winter_early_section .itemCart::after {
  left: 1.8em;
  width: 1.2em;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub1 ul.g25winter_early_nav li:nth-of-type(1) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub1 ul.g25winter_early_nav li:nth-of-type(1) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub2 ul.g25winter_early_nav li:nth-of-type(2) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub2 ul.g25winter_early_nav li:nth-of-type(2) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub3 ul.g25winter_early_nav li:nth-of-type(3) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub3 ul.g25winter_early_nav li:nth-of-type(3) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub4 ul.g25winter_early_nav li:nth-of-type(4) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub4 ul.g25winter_early_nav li:nth-of-type(4) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub5 ul.g25winter_early_nav li:nth-of-type(5) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub5 ul.g25winter_early_nav li:nth-of-type(5) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub5 .g25winter_early_section .g25winter_early_link figure {
  margin-top: 40px;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub5 .g25winter_early_section .g25winter_early_link figure::after {
  aspect-ratio: 1;
  width: 65px;
  transform: translate3d(15%, -50%, 0);
  background: url(/img//usr/gift/winter/feature/r1030/early_icon_new.png) no-repeat center center/contain;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub6 ul.g25winter_early_nav li:nth-of-type(6) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub6 ul.g25winter_early_nav li:nth-of-type(6) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub6 .g25winter_early_section .g25winter_early_link figure {
  margin-top: 40px;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub6 .g25winter_early_section .g25winter_early_link figure::after {
  aspect-ratio: 1;
  width: 65px;
  transform: translate3d(15%, -50%, 0);
  background: url(/img//usr/gift/winter/feature/r1030/early_icon_new.png) no-repeat center center/contain;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub7 ul.g25winter_early_nav li:nth-of-type(7) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub7 ul.g25winter_early_nav li:nth-of-type(7) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub8 ul.g25winter_early_nav li:nth-of-type(8) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub8 ul.g25winter_early_nav li:nth-of-type(8) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub8 .g25winter_early_section .g25winter_early_link figure {
  margin-top: 40px;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub8 .g25winter_early_section .g25winter_early_link figure::after {
  aspect-ratio: 1;
  width: 65px;
  transform: translate3d(15%, -50%, 0);
  background: url(/img//usr/gift/winter/feature/r1030/early_icon_new.png) no-repeat center center/contain;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub9 ul.g25winter_early_nav li:nth-of-type(9) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub9 ul.g25winter_early_nav li:nth-of-type(9) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub10 ul.g25winter_early_nav li:nth-of-type(10) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub10 ul.g25winter_early_nav li:nth-of-type(10) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub11 ul.g25winter_early_nav li:nth-of-type(11) a {
  color: var(--g25winter_early_nav_text);
  pointer-events: none;
}
#ft_main .ft_section#g25winter_early.g25winter_early_sub.g25winter_early_sub11 ul.g25winter_early_nav li:nth-of-type(11) a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 2px 0;
  margin: auto;
  width: calc(100% - 1em);
  height: 2px;
  background-color: var(--g25winter_early_nav_text);
}
#ft_main .ft_section#g25winter_ranking {
  margin-bottom: 30px;
}
#ft_main .ft_section#g25winter_ranking .g25winter_ranking_head {
  margin: 0 auto;
  width: 95%;
}
#ft_main .ft_section#g25winter_ranking .g25winter_ranking_head .g25winter_early_nav {
  background-color: var(--g25winter_ranking_nav);
}
#ft_main .ft_section#g25winter_sanchoku {
  margin-bottom: 30px;
}
#ft_main .ft_section#g25winter_sanchoku .g25winter_sanchoku_head {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 95%;
}
#ft_main .ft_section#g25winter_sanchoku .g24w_sanchoku_item {
  margin: 0 auto;
  width: 95%;
}
#ft_main .ft_section#g25winter_sanchoku .g24w_sanchoku_item p {
  padding-block: 1em 1.5em;
}
#ft_main .ft_section#g25winter_sanchoku .g24w_sanchoku_item p span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  background: linear-gradient(transparent 50%, #feeaae 0%);
}
#ft_main .ft_section#g25winter_sanchoku .g24w_sanchoku_item figure img + img {
  margin-top: 40px;
}
#ft_main .ft_section#g25winter_sanchoku .g24w_sanchoku_item figure figcaption {
  margin-top: 20px;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.6;
}
#ft_main .ft_section#g25winter_sanchoku .g25winter_sanchoku_section {
  padding-bottom: 30px;
}
#ft_main .ft_section#g25winter_sanchoku .swiperTitle {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main .ft_section#g25winter_sanchoku .swiperSlide {
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ft_main .ft_section#g25winter_sanchoku .swiperSlide + .swiperTitle {
  margin-top: clamp(42px, 11.4cqw, 60px);
}
#ft_main .ft_section#g25winter_sanchoku.g25winter_ringo .g24w_sanchoku_item p span {
  background: linear-gradient(transparent 50%, #ffd0ce 0%);
}
#ft_main .ft_section#g25winter_otegaru {
  margin-bottom: 30px;
}
#ft_main .ft_section#g25winter_otegaru .g25winter_otegaru_head {
  margin: 0 auto;
  width: 95%;
}
#ft_main .ft_section#g25winter_otegaru .g25winter_otegaru_section {
  margin-top: 30px;
}

/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
PC Only
------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
.GS_navi_ h2.GSlayer_haya {
  padding: 0 10px 0 40px;
  cursor: pointer;
}
.GS_navi_ h2.GSlayer_haya a {
  padding: 12px 0;
  color: #000;
}

#ev_main .ft_section,
#ft_main .ft_section {
  margin-top: clamp(14px, 3.8cqw, 20px);
}

#ev_main .ev_section:first-of-type {
  margin-top: 0 !important;
}
#ev_main .ev_section .container_w95 {
  width: 100%;
}
#ev_main .ev_section#g25summer_schedule {
  width: 100%;
}
#ev_main .ev_section.tokucho {
  width: 100%;
}

#ft_main .ft_section#g25summer_early {
  width: 100%;
}
#ft_main .ft_section#g25summer_ranking .g25summer_ranking_head {
  width: 100%;
}
#ft_main .ft_section#g25summer_fruits .g25summer_fruits_head {
  width: 100%;
}
#ft_main .ft_section#g25summer_fruits .swiperTitle {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main .ft_section#g25summer_naradeha .g25summer_naradeha_head {
  width: 100%;
}
#ft_main .ft_section#g25summer_naradeha .swiperTitle {
  margin-top: clamp(28px, 7.6cqw, 40px);
}

.category_module {
  padding: 20px 40px 0;
}

ul.nav1 {
  margin-top: 0px;
}/*# sourceMappingURL=g25winter.css.map */