@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-pal-green: #007700;
  --coler-main: #b81d22;
  --early-red: #ff0000;
  --cart: #ff6600;
  --cartHover: #ff3300;
  --item-notfound: rgba(255, 0, 0, 0.3);
  --coler-mother: #ff332f;
  --coler-mother-pale: #f08380;
  --coler-father: #0089dd;
  --coler-father-pale: #5bb0e5;
  --coler-summer: #f26100;
  --color-nav-bg: #fef3eb;
  --g26hanayu_ranking_nav: #fff1ee;
}

#ev_main,
#ft_main,
#ft_bottom {
  margin: 0 auto;
  width: 100%;
  width: stretch;
  max-width: 530px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  container-type: inline-size;
}
#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 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;
  position: relative;
}
#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;
  }
}

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

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: 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/summer/ui/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 0;
  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 currentColor;
  border-radius: calc(infinity * 1px);
  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);
  }
}
.btn__all-view.btn__anchor a::before {
  opacity: 0;
  transform: translate3d(-150%, 0, 0);
  animation: 2.5s infinite forwards btn__anchor_before;
}
.btn__all-view.btn__anchor a::after {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  animation: 2.5s infinite forwards btn__anchor_after;
}

.has_banner_button .banner_button {
  display: grid;
  place-content: center;
  position: absolute;
  inset: auto 0 8% 0;
  margin: 0 auto;
  padding-inline: 2em;
  border: solid 1px currentColor;
  border-radius: calc(infinity * 1px);
  height: 2em;
  width: fit-content;
  font-size: 4cqw;
  line-height: 1;
  color: var(--coler-black);
  transition: opacity 0.2s ease-out;
}
.has_banner_button .banner_button::before, .has_banner_button .banner_button::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0 7% 0 auto;
  margin: auto 0;
  width: 0.4em;
  height: 0.7em;
  clip-path: url(#arrow);
  background-color: currentColor;
  pointer-events: none;
}
.has_banner_button .banner_button::after {
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  .has_banner_button:hover {
    opacity: 0.8;
  }
  .has_banner_button:hover .banner_button::before {
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
    animation: 2.5s infinite forwards btn__before;
  }
  .has_banner_button:hover .banner_button::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: 2.5s infinite forwards btn__after;
  }
}

.btn_fruits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: clamp(21px, 5.7cqw, 30px) auto 0;
  width: fit-content;
  border: solid 1px currentColor;
  border-radius: calc(infinity * 1px);
  overflow: clip;
}
.btn_fruits .btn__all-view {
  margin: 0;
  justify-self: center;
}
.btn_fruits .btn__all-view a {
  display: block;
  box-sizing: border-box;
  padding: 0.8em 12cqw 0.8em 8cqw;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
}
.btn_fruits .btn__all-view:nth-of-type(1) a {
  border-right: solid 1px var(--coler-black);
}
.btn_fruits .btn__all-view:nth-of-type(1) a:hover {
  background-color: #ff7f79;
}
.btn_fruits .btn__all-view:nth-of-type(2) a:hover {
  background-color: #f7c000;
}
.btn_fruits.btn_fruits_1 .btn__all-view:nth-of-type(1) a {
  padding-inline: 10cqw;
  color: var(--coler-white);
  background-color: #ff7f79;
}
.btn_fruits.btn_fruits_1 .btn__all-view:nth-of-type(1) a::before, .btn_fruits.btn_fruits_1 .btn__all-view:nth-of-type(1) a::after {
  display: none;
}
.btn_fruits.btn_fruits_2 .btn__all-view:nth-of-type(2) a {
  padding-inline: 10cqw;
  color: var(--coler-white);
  background-color: #f7c000;
}
.btn_fruits.btn_fruits_2 .btn__all-view:nth-of-type(2) a::before, .btn_fruits.btn_fruits_2 .btn__all-view:nth-of-type(2) a::after {
  display: none;
}

.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: 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 .itemImg {
  aspect-ratio: 1;
}
.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;
  font-size: 26px;
  font-weight: bold;
  color: #111;
}
.swiperTitle span {
  margin-left: 0.3em;
  font-size: 18px;
  color: #666;
}

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

@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;
  }
}
@keyframes btn__anchor_before {
  from {
    transform: translate3d(0, -150%, 0) rotate(90deg);
    opacity: 0;
  }
  20% {
    transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
}
@keyframes btn__anchor_after {
  from {
    transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 1;
  }
  20% {
    transform: translate3d(0, 100%, 0) rotate(90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 100%, 0) rotate(90deg);
    opacity: 0;
  }
}
/* -----------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
Top Page
--------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------- */
#ev_main .g26summer_text-link {
  margin-top: clamp(21px, 5.7cqw, 30px);
  container-type: inline-size;
}
#ev_main .g26summer_text-link .btn__all-view {
  margin: 0;
}
#ev_main .g26summer_text-link .btn__all-view a {
  box-sizing: border-box;
  display: block;
  border: none;
  border-radius: 0;
  padding: 1em 1.5em;
  padding-right: 2.7em;
  width: 100%;
  font-size: min(3.8cqw, 17px);
  line-height: 1.6;
  text-decoration: underline;
  color: #06c;
  background-color: rgb(255, 245, 230);
}
#ev_main .g26summer_text-link .btn__all-view a::before, #ev_main .g26summer_text-link .btn__all-view a::after {
  background-color: var(--coler-black);
}
#ev_main .g26summer_text-link .btn__all-view a:hover {
  text-decoration: none;
}
#ev_main .g26summer_early {
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ev_main .g26summer_banner {
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ev_main .g26summer_heading-3 {
  position: relative;
  padding: 0.5em 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.6;
}
#ev_main .g26summer_heading-3::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 5px 0;
  margin: auto;
  transform: translateY(3px);
  width: 2em;
  height: 3px;
  background: var(--coler-summer);
}
#ev_main .g26summer_heading-3 span {
  display: block;
}
#ev_main .g26summer_heading-3 span.g26summer_heading-3_en {
  font-size: 14px;
  font-weight: normal;
}
#ev_main .g26summer_heading-3 span.g26summer_heading-3_ja {
  font-size: 28px;
}
#ev_main .g26summer_lead {
  margin-top: clamp(14px, 3.8cqw, 20px);
}
#ev_main .g26summer_schedule {
  padding: clamp(14px, 3.8cqw, 20px) 0;
  border-radius: 10px;
  background-color: rgb(255, 245, 230);
}
#ev_main .g26summer_schedule > p {
  margin-inline: auto;
  padding-block: 10px 5px;
  width: max(33cqw, 140px);
}
#ev_main .g26summer_schedule ul {
  margin: 20px auto;
  width: 90%;
}
#ev_main .g26summer_schedule ul li {
  margin-top: 9px;
  text-align: right;
}
#ev_main .g26summer_schedule ul li.schedule_souki2 {
  margin: -2% auto 0;
  width: 73%;
}
#ev_main .g26summer_category ul.g26summer_category_list {
  overflow: hidden;
}
#ev_main .g26summer_category ul.g26summer_category_list 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 .g26summer_category ul.g26summer_category_list li a {
  display: block;
  color: #333;
}
#ev_main .g26summer_category ul.g26summer_category_list li a span {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#ev_main .g26summer_category ul.g26summer_category_list li a span img {
  transition: transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ev_main .g26summer_category ul.g26summer_category_list li a:hover span img {
    transform: scale(1.05);
  }
}
#ev_main .g26summer_category ul.g26summer_category_list li:nth-of-type(even) {
  float: right;
  animation-delay: 0.1s;
}
#ev_main .g26summer_category ul.g26summer_category_list li:nth-child(n+3):nth-child(odd) {
  clear: both;
}
#ev_main ul.search-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ev_main ul.search-list.flower-type {
  grid-template-rows: repeat(3, 1fr);
}
#ev_main ul.search-list.flower-type li:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
#ev_main ul.search-list.flower-type li:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
#ev_main ul.search-list.flower-type li:nth-of-type(3) {
  grid-area: 2/1/3/3;
}
#ev_main ul.search-list.flower-type li:nth-of-type(4) {
  grid-area: 3/1/4/3;
}
#ev_main ul.search-list li {
  text-align: center;
}
#ev_main ul.search-list li a {
  display: grid;
  place-content: center;
  position: relative;
  height: 3.5em;
  font-size: 4.5cqw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: var(--coler-white);
  background-color: var(--coler-summer);
  transition: opacity 0.2s ease-out;
}
#ev_main ul.search-list li a span.search-price {
  display: block;
  font-size: 4.5cqw;
  letter-spacing: 1px;
}
#ev_main ul.search-list li a span.search-price > span {
  margin-right: 0.1em;
  font-size: 6cqw;
  font-family: "Lato", sans-serif;
}
#ev_main ul.search-list li a span.search-price > span.search-price_unit {
  font-size: 3.5cqw;
  font-weight: 800;
}
#ev_main ul.search-list li a::before, #ev_main ul.search-list li a::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 ul.search-list li a::after {
  opacity: 0;
  transform: translateX(-100%);
}
@media (hover: hover) and (pointer: fine) {
  #ev_main ul.search-list li a:hover {
    opacity: 0.8;
  }
  #ev_main ul.search-list li a:hover::before {
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
    animation: 2.5s infinite forwards btn__before;
  }
  #ev_main ul.search-list li a:hover::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: 2.5s infinite forwards btn__after;
  }
}
#ev_main .g26summer_price ul.search-list {
  grid-template-columns: 1fr;
  gap: 20px;
}
#ev_main .g26summer_price ul.search-list li .search-list_title {
  display: block;
  padding-bottom: 0.5em;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
}
#ev_main .g26summer_price ul.search-list li a span.search-price {
  font-size: 5cqw;
}
#ev_main .g26summer_price ul.search-list li a span.search-price > span {
  font-size: 7cqw;
}
#ev_main .g26summer_price ul.search-list li a span.search-price > span.search-price_unit {
  font-size: 4.5cqw;
}
#ev_main .tokucho {
  box-sizing: border-box;
  margin: clamp(42px, 11.4cqw, 60px) auto clamp(28px, 7.6cqw, 40px);
  width: 95%;
}

/* -----------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
Future Page
--------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------- */
#ft_main .ft_section {
  margin-top: clamp(14px, 3.8cqw, 20px);
}
#ft_main .ft_section .g26summer_lead {
  margin-top: 1em;
}
#ft_main .ft_section .g26summer_lead p {
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.6;
}
#ft_main .ft_section .g26summer_lead p span.note {
  display: block;
  margin-top: 0.5em;
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
}
#ft_main {
  /* 共通ナビゲーション　--------------------------------- */
}
#ft_main .g26summer_nav ul {
  margin: clamp(21px, 5.7cqw, 30px) auto 0;
  padding: 4% 5% 3%;
  border-radius: 10px;
  font-size: 0;
  text-align: center;
  background-color: var(--color-nav-bg);
}
#ft_main .g26summer_nav ul li {
  display: inline-block;
  margin-bottom: 0.24em;
  padding-inline: 2cqw;
  font-size: min(4.3cqw, 17px);
}
#ft_main .g26summer_nav ul li a {
  display: block;
  position: relative;
  padding: 0.5em 0;
  line-height: 1;
  color: black;
  transition: color 0.3s ease-out;
  text-decoration: none;
}
#ft_main .g26summer_nav ul li a::before {
  content: "";
  position: absolute;
  inset: auto 0 1px 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background-color: var(--g26hanayu_early_nav);
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .g26summer_nav ul li a:hover {
    color: var(--coler-summer);
  }
}
#ft_main .g26summer_nav.g26summer_nav_sub01 ul li:nth-of-type(1) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub01 ul li:nth-of-type(1) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub02 ul li:nth-of-type(2) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub02 ul li:nth-of-type(2) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub03 ul li:nth-of-type(3) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub03 ul li:nth-of-type(3) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub04 ul li:nth-of-type(4) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub04 ul li:nth-of-type(4) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub05 ul li:nth-of-type(5) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub05 ul li:nth-of-type(5) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub06 ul li:nth-of-type(6) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub06 ul li:nth-of-type(6) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub07 ul li:nth-of-type(7) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub07 ul li:nth-of-type(7) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub08 ul li:nth-of-type(8) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub08 ul li:nth-of-type(8) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub09 ul li:nth-of-type(9) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub09 ul li:nth-of-type(9) a::before {
  background-color: currentColor;
}
#ft_main .g26summer_nav.g26summer_nav_sub10 ul li:nth-of-type(10) a {
  color: var(--coler-summer);
}
#ft_main .g26summer_nav.g26summer_nav_sub10 ul li:nth-of-type(10) a::before {
  background-color: currentColor;
}
#ft_main {
  /* 早期値引商品　--------------------------------- */
}
#ft_main .g26summer_early {
  margin-bottom: 40px;
}
#ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul {
  margin-top: clamp(6px, 1.9cqw, 10px);
  overflow: hidden;
}
#ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul 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 .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li a {
  display: block;
  color: #333;
}
#ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li a span {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li a span img {
  transition: transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li a:hover {
    text-decoration: none;
  }
  #ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li a:hover span img {
    transform: scale(1.05);
  }
}
#ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li:nth-of-type(even) {
  float: right;
  animation-delay: 0.1s;
}
#ft_main .g26summer_early.g26summer_early_index .g26summer_early_index_list ul li:nth-child(n+3):nth-child(odd) {
  clear: both;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_title {
  font-size: clamp(1.131rem, 0.756rem + 1.403cqw, 1.286rem);
  font-weight: bold;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_lead {
  margin: clamp(6px, 1.9cqw, 10px) auto 0;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_lead p {
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.8;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section {
  padding-top: 10px;
  display: flow-root;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link {
  display: block;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link figure {
  display: block;
  position: relative;
  margin-top: 60px;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link figure span {
  display: block;
  overflow: hidden;
  border-radius: 8%;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link figure span img {
  transition: all 0.2s ease-out;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link .g26summer_early_name {
  margin-top: 0.75em;
  font-size: clamp(1.32rem, 0.708rem + 2.286cqw, 1.571rem);
  word-break: keep-all;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link.g26summer_icon_ninki::after {
  pointer-events: none;
  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/summer/ui/icon_ninki.png) no-repeat center center/contain;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link.g26summer_icon_new::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 70px;
  transform: translate3d(25%, -50%, 0);
  background: url(/img//usr/gift/summer/ui/icon_new.png) no-repeat center center/contain;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link.g26summer_icon_new figure {
  margin-top: 40px;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link:hover {
    text-decoration: none;
  }
  #ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_link:hover span img {
    transform: scale(1.02);
    opacity: 0.8;
  }
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_price {
  margin-top: 0.75em;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_price span {
  font-size: clamp(1.229rem, 0.742rem + 1.818cqw, 1.429rem);
  font-weight: bold;
  color: var(--early-red);
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .g26summer_early_price span span {
  font-size: 160%;
}
#ft_main .g26summer_early.g26summer_early_sub .g26summer_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 .g26summer_early.g26summer_early_sub .g26summer_early_section .itemCart::before, #ft_main .g26summer_early.g26summer_early_sub .g26summer_early_section .itemCart::after {
  left: 1.8em;
  width: 1.2em;
}
#ft_main {
  /* 人気商品ランキング　--------------------------------- */
}
#ft_main .g26summer_ranking {
  margin-bottom: 50px;
}
#ft_main .g26summer_ranking .swiperRanking {
  margin: 0 auto;
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
#ft_main .g26summer_ranking .swiperRanking .swiperSlide {
  overflow: visible;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ft_main .g26summer_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide {
  position: relative;
}
#ft_main .g26summer_ranking .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/summer/ui/ranking_num1.png) no-repeat center center/contain;
}
#ft_main .g26summer_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
  background: url(/img//usr/gift/summer/ui/ranking_num2.png) no-repeat center center/contain;
}
#ft_main .g26summer_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(3)::after {
  background: url(/img//usr/gift/summer/ui/ranking_num3.png) no-repeat center center/contain;
}
#ft_main .g26summer_ranking .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: 6px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #c2c9d7;
  background-image: none;
}
#ft_main .g26summer_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(5)::after {
  content: "5";
}
#ft_main .g26summer_ranking .swiperRanking + .swiperRanking {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main {
  /* お手軽ギフト特集　--------------------------------- */
}
#ft_main .g26summer_easy {
  margin-bottom: 50px;
}
#ft_main .g26summer_easy .swiper-easy {
  margin: 0 auto;
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
#ft_main .g26summer_easy .swiper-easy .swiperSlide {
  overflow: visible;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ft_main .g26summer_easy .swiper-easy + .swiperRanking {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main {
  /* ちょっと特別な旬のくだもの　--------------------------------- */
}
#ft_main .g26summer_fruits {
  margin-bottom: 50px;
}
#ft_main .g26summer_fruits .g26summer_fruits_section {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main .g26summer_fruits .g26summer_fruits_section .g26summer_fruits_column {
  display: grid;
  grid-template-columns: 1fr 124px;
  column-gap: 7cqw;
}
#ft_main .g26summer_fruits .g26summer_fruits_section .g26summer_fruits_column .g26summer_fruits_column_text {
  padding-top: 0.75em;
  line-height: 1.6;
}
#ft_main .g26summer_fruits .swiper-fruits {
  margin: 0 auto;
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
#ft_main .g26summer_fruits .swiper-fruits .swiperSlide {
  overflow: visible;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ft_main .g26summer_fruits .swiper-fruits + .swiperRanking {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main {
  /* 大隅のうなぎ　--------------------------------- */
}
#ft_main .g26summer_unagi {
  margin-bottom: 50px;
}
#ft_main .g26summer_unagi .g26summer_unagi_section {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main .g26summer_unagi .g26summer_unagi_section p {
  position: relative;
  z-index: 1;
  margin-top: -1.4em;
  line-height: 1.6;
}
#ft_main .g26summer_unagi .g26summer_unagi_section img {
  position: relative;
  z-index: 0;
}
#ft_main .g26summer_unagi .g26summer_unagi_section figure.unagi_03 {
  margin: 20px auto 0;
  width: 70%;
  text-align: center;
}
#ft_main .g26summer_unagi .g26summer_unagi_section figure.unagi_03 figcaption {
  margin-top: 0.5em;
}
#ft_main .g26summer_unagi .swiper-unagi {
  margin: 0 auto;
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
#ft_main .g26summer_unagi .swiper-unagi .swiperSlide {
  overflow: visible;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ft_main .g26summer_unagi .swiper-unagi + .swiperRanking {
  margin-top: clamp(28px, 7.6cqw, 40px);
}

/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
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=g26summer.css.map */
