@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;
  --coler-mother: #ff332f;
  --coler-mother-pale: #f08380;
  --coler-father: #0089dd;
  --coler-father-pale: #5bb0e5;
  --early-red: #ff0000;
  --cart: #ff6600;
  --cartHover: #ff3300;
  --item-notfound: rgba(255, 0, 0, 0.3);
  --g26hanayu_early_nav: #f3dadd;
  --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/hanayu/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 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);
  }
}

.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;
  }
}

.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;
}

.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
  margin-top: 5px;
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li {
  position: relative;
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a {
  display: block;
  position: relative;
  overflow: hidden;
  color: var(--coler-white);
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a span {
  z-index: 2;
  display: block;
  position: absolute;
  inset: auto 5% 5% auto;
  margin: 0;
  width: 6%;
  height: 5%;
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a span::before, .g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a span::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: url(#arrow);
  background-color: currentColor;
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a::after {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 16%;
  pointer-events: none;
  background: url(/img/usr/gift/hanayu/top/mother_recommended-1_text.png) no-repeat center bottom/contain;
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a::after {
  background: url(/img/usr/gift/hanayu/top/mother_recommended-2_text.png) no-repeat center bottom/contain;
}
.g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a::after {
  background: url(/img/usr/gift/hanayu/top/mother_recommended-3_text.png) no-repeat center bottom/contain;
}
@media (hover: hover) and (pointer: fine) {
  .g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a img {
    transition: transform 0.2s ease-out;
  }
  .g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a:hover img {
    transform: scale(1.05);
  }
  .g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a:hover span::before {
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
    animation: 2.5s infinite forwards btn__before;
  }
  .g26hanayu_mother_recommend ul.g26hanayu_mother_recommend-list li a:hover span::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: 2.5s infinite forwards btn__after;
  }
}

@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 .g26hanayu_heading-2 {
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-bottom: 0.25em;
  font-size: 6.5cqw;
  font-weight: bold;
  text-align: center;
}
#ev_main .g26hanayu_heading-2::before {
  display: block;
  content: "";
  margin: 0 auto;
  width: 30%;
  aspect-ratio: 11/7;
}
#ev_main .g26hanayu_heading-2.g26hanayu_icon1::before {
  background: url(/img/usr/gift/hanayu/top/mother_icon1.png) no-repeat center center/cover;
}
#ev_main .g26hanayu_heading-2.g26hanayu_icon2::before {
  background: url(/img/usr/gift/hanayu/top/mother_icon2.png) no-repeat center center/cover;
}
#ev_main .g26hanayu_heading-2.g26hanayu_icon3::before {
  background: url(/img/usr/gift/hanayu/top/mother_icon3.png) no-repeat center center/cover;
}
#ev_main .g26hanayu_heading-2 + p {
  font-size: 16px;
  line-height: 1.8;
}
#ev_main .g26hanayu_heading-3 {
  position: relative;
  margin-top: clamp(21px, 5.7cqw, 30px);
  padding: 0.75em 0 0.5em;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.6;
}
#ev_main .g26hanayu_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-black);
}
#ev_main .g26hanayu_heading-3 span {
  display: block;
}
#ev_main .g26hanayu_heading-3 span:first-of-type {
  font-size: 14px;
  font-weight: normal;
}
#ev_main .g26hanayu_heading-3 span:last-of-type {
  font-size: 28px;
}
#ev_main .g26hanayu_ancher-button {
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ev_main .g26hanayu_ancher-button ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3%;
}
#ev_main .g26hanayu_ancher-button ul a {
  display: block;
  position: relative;
  color: var(--coler-white);
}
#ev_main .g26hanayu_ancher-button ul a img {
  z-index: 1;
  position: relative;
  display: block;
}
#ev_main .g26hanayu_ancher-button ul a span {
  z-index: 2;
  display: block;
  position: absolute;
  inset: auto 0 3px 0;
  margin: 0 auto;
  width: 6%;
  height: 23%;
  transform: rotate(90deg);
}
#ev_main .g26hanayu_ancher-button ul a span::before, #ev_main .g26hanayu_ancher-button ul a span::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: url(#arrow);
  background-color: currentColor;
}
#ev_main .g26hanayu_ancher-button ul a span::before {
  opacity: 0;
  transform: translate3d(-150%, 0, 0);
  animation: 2.5s infinite forwards btn__before;
}
#ev_main .g26hanayu_ancher-button ul a span::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: 2.5s infinite forwards btn__after;
}
#ev_main .g26hanayu_ancher-button ul li a::after {
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background: url(/img/usr/gift/hanayu/top/button_ancher_mother-bg.png) no-repeat center center/contain;
  transition: all 0.2s ease-out;
}
#ev_main .g26hanayu_ancher-button ul li:last-of-type a::after {
  background-image: url(/img/usr/gift/hanayu/top/button_ancher_father-bg.png);
}
@media (hover: hover) and (pointer: fine) {
  #ev_main .g26hanayu_ancher-button ul li a:hover::after {
    opacity: 0.4;
  }
}
#ev_main .g26hanayu_schedule {
  padding: clamp(14px, 3.8cqw, 20px) 0;
  border-radius: 10px;
  background-color: rgb(255, 245, 230);
}
#ev_main .g26hanayu_schedule ul {
  margin: 20px auto;
  width: 90%;
}
#ev_main .g26hanayu_schedule ul li {
  margin-top: 9px;
  text-align: right;
}
#ev_main .g26hanayu_schedule ul li.schedule_souki2 {
  margin: -2% auto 0;
  width: 73%;
}
#ev_main .g26hanayu_mother_recommend {
  margin-top: clamp(35px, 9.5cqw, 50px);
}
#ev_main .g26hanayu_mother_web-only .has_banner_button .banner_button {
  bottom: 7%;
  border: solid 1px currentColor;
  color: var(--coler-white);
}
#ev_main ul.search-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  container-type: inline-size;
  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-black);
  transition: opacity 0.2s ease-out;
}
#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 .mark-desc {
  box-sizing: border-box;
  margin-top: clamp(56px, 15.2cqw, 80px);
  padding: clamp(21px, 5.7cqw, 30px) clamp(14px, 3.8cqw, 20px);
  border-radius: 10px;
  background-color: #faf6ee;
}
#ev_main .mark-desc h4 {
  color: #635c4f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
#ev_main .mark-desc h4::before, #ev_main .mark-desc h4::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cfcac1;
}
#ev_main .mark-desc h4::before {
  bottom: -3px;
}
#ev_main .mark-desc h4::after {
  bottom: 0;
}
#ev_main .mark-desc ul {
  width: 100%;
}
#ev_main .mark-desc ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
#ev_main .mark-desc ul li:not(:first-of-type) {
  margin-top: 3%;
}
#ev_main .mark-desc ul li img {
  width: min(26%, 60px);
}
#ev_main .mark-desc ul li p {
  flex: 1;
  padding-left: 1em;
  color: #635c4f;
  line-height: 1.3;
}
#ev_main .mark-desc ul li p span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0.05em 0 0.15em;
}
#ev_main .tokucho {
  box-sizing: border-box;
  margin: clamp(42px, 11.4cqw, 60px) auto clamp(28px, 7.6cqw, 40px);
  width: 95%;
}
#ev_main .g26hanayu_mother,
#ev_main .g26hanayu_father {
  margin-top: clamp(42px, 11.4cqw, 60px);
  padding-top: clamp(14px, 3.8cqw, 20px);
}
#ev_main .g26hanayu_mother .g26hanayu_heading-3::after {
  background: var(--coler-mother);
}
#ev_main .g26hanayu_mother ul.search-list li a {
  background-color: var(--coler-mother-pale);
}
#ev_main .g26hanayu_father .g26hanayu_heading-3::after {
  background: var(--coler-father);
}
#ev_main .g26hanayu_father ul.search-list li a {
  background-color: var(--coler-father-pale);
}

/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
Future Page
------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */
#ft_main .ft_section {
  margin-top: clamp(14px, 3.8cqw, 20px);
}
#ft_main .ft_section .g26hanayu_lead {
  margin-top: 1em;
}
#ft_main .ft_section .g26hanayu_lead p {
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.6;
}
#ft_main .ft_section .g26hanayu_lead p span.note {
  display: block;
  margin-top: 0.5em;
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
}
#ft_main .ft_section {
  /* 早期値引商品　--------------------------------- */
}
#ft_main .ft_section ul.g26hanayu_early_nav {
  margin: clamp(21px, 5.7cqw, 30px) auto 0;
  text-align: center;
  letter-spacing: -0.5em;
}
#ft_main .ft_section ul.g26hanayu_early_nav li {
  display: inline-block;
  margin: 3px;
  letter-spacing: 0;
  font-size: clamp(1.131rem, 0.756rem + 1.403cqw, 1.286rem);
  line-height: 1;
}
#ft_main .ft_section ul.g26hanayu_early_nav li a {
  display: block;
  position: relative;
  padding: 0.5em 1em;
  border: solid 2px var(--g26hanayu_early_nav);
  border-radius: calc(infinity * 1px);
  color: black;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section ul.g26hanayu_early_nav li a:hover {
    background-color: var(--g26hanayu_early_nav);
  }
}
#ft_main .ft_section ul.g26hanayu_early_nav.g26hanayu_early_sub1 li:nth-of-type(1) a {
  background-color: var(--g26hanayu_early_nav);
  pointer-events: none;
}
#ft_main .ft_section ul.g26hanayu_early_nav.g26hanayu_early_sub2 li:nth-of-type(2) a {
  background-color: var(--g26hanayu_early_nav);
  pointer-events: none;
}
#ft_main .ft_section ul.g26hanayu_early_nav.g26hanayu_early_sub3 li:nth-of-type(3) a {
  background-color: var(--g26hanayu_early_nav);
  pointer-events: none;
}
#ft_main .ft_section ul.g26hanayu_early_nav.g26hanayu_early_sub4 li:nth-of-type(4) a {
  background-color: var(--g26hanayu_early_nav);
  pointer-events: none;
}
#ft_main .ft_section ul.g26hanayu_early_nav.g26hanayu_early_sub5 li:nth-of-type(5) a {
  background-color: var(--g26hanayu_early_nav);
  pointer-events: none;
}
#ft_main .ft_section#g26hanayu_early {
  margin-bottom: 40px;
}
#ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index {
  margin-top: clamp(6px, 1.9cqw, 10px);
  overflow: hidden;
}
#ft_main .ft_section#g26hanayu_early ul.g26hanayu_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#g26hanayu_early ul.g26hanayu_early_index li a {
  display: block;
  color: #333;
}
#ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index li a span {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index li a span img {
  transition: transform 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index li a:hover {
    text-decoration: none;
  }
  #ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index li a:hover span img {
    transform: scale(1.05);
  }
}
#ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index li:nth-of-type(even) {
  float: right;
  animation-delay: 0.1s;
}
#ft_main .ft_section#g26hanayu_early ul.g26hanayu_early_index li:nth-child(n+3):nth-child(odd) {
  clear: both;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase {
  margin-top: clamp(28px, 7.6cqw, 40px);
  position: relative;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase a {
  color: var(--coler-white);
  font-weight: bold;
  line-height: 1;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase a img {
  transition: all 0.2s ease-out;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase a > span {
  position: absolute;
  inset: auto 2.5% 4% auto;
  display: flex;
  align-items: center;
  padding: 0.5em 1.25em;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  border: solid 1px #ff5c59;
  background-color: #ff5c59;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase a > span::before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: white;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase a > span::after {
  display: inline-block;
  position: relative;
  z-index: 5;
  content: "";
  margin-left: 5px;
  width: 8px;
  height: 12px;
  clip-path: url(#arrow);
  background-color: currentColor;
}
#ft_main .ft_section#g26hanayu_early .banner_kumiawase a > span > span {
  display: inline-block;
  position: relative;
  z-index: 5;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section#g26hanayu_early .banner_kumiawase a:hover img {
    opacity: 0.7;
  }
  #ft_main .ft_section#g26hanayu_early .banner_kumiawase a:hover > span {
    transition: color 0.2s ease-out;
    color: #ff5c59;
  }
  #ft_main .ft_section#g26hanayu_early .banner_kumiawase a:hover > span::before {
    transition: all 0.2s ease-out;
    transform: translateX(0);
  }
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_title {
  font-size: clamp(1.131rem, 0.756rem + 1.403cqw, 1.286rem);
  font-weight: bold;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_lead {
  margin: clamp(6px, 1.9cqw, 10px) auto 0;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_lead p {
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
  line-height: 1.8;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section {
  padding-top: 10px;
  display: flow-root;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link {
  display: block;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link figure {
  display: block;
  position: relative;
  margin-top: 60px;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link figure span {
  display: block;
  overflow: hidden;
  border-radius: 8%;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link figure span img {
  transition: all 0.2s ease-out;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link .g26hanayu_early_name {
  margin-top: 0.75em;
  font-size: clamp(1.32rem, 0.708rem + 2.286cqw, 1.571rem);
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link .g26hanayu_early_name span {
  display: inline-block;
  font-size: clamp(1.32rem, 0.708rem + 2.286cqw, 1.571rem);
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link.g26hanayu_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/hanayu/feature/r203010/icon_ninki.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link.g26hanayu_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/hanayu/feature/r203010/icon_new.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link.g26hanayu_icon_new figure {
  margin-top: 40px;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link:hover {
    text-decoration: none;
  }
  #ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section a.g26hanayu_early_link:hover span img {
    transform: scale(1.02);
    opacity: 0.8;
  }
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section .g26hanayu_early_price {
  margin-top: 0.75em;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section .g26hanayu_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#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section .g26hanayu_early_price span span {
  font-size: 160%;
}
#ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_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#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section .itemCart::before, #ft_main .ft_section#g26hanayu_early.g26hanayu_early_sub .g26hanayu_early_section .itemCart::after {
  left: 1.8em;
  width: 1.2em;
}
#ft_main .ft_section {
  /* 人気商品ランキング　--------------------------------- */
}
#ft_main .ft_section#g26hanayu_ranking {
  margin-bottom: 50px;
}
#ft_main .ft_section#g26hanayu_ranking .g26hanayu_ranking_head {
  margin: 0 auto;
}
#ft_main .ft_section#g26hanayu_ranking .swiperRanking {
  margin: 0 auto;
  margin-top: clamp(14px, 3.8cqw, 20px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
#ft_main .ft_section#g26hanayu_ranking .swiperRanking .swiperSlide {
  overflow: visible;
  margin-top: clamp(21px, 5.7cqw, 30px);
}
#ft_main .ft_section#g26hanayu_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide {
  position: relative;
}
#ft_main .ft_section#g26hanayu_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/hanayu/feature/r207017/ranking_num1.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
  background: url(/img/usr/gift/hanayu/feature/r207017/ranking_num2.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(3)::after {
  background: url(/img/usr/gift/hanayu/feature/r207017/ranking_num3.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_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 .ft_section#g26hanayu_ranking .swiperRanking .swiperSlide .swiper-wrapper .swiper-slide:nth-of-type(5)::after {
  content: "5";
}
#ft_main .ft_section#g26hanayu_ranking .swiperRanking + .swiperRanking {
  margin-top: clamp(28px, 7.6cqw, 40px);
}
#ft_main .ft_section {
  /* 組み合わせギフト　--------------------------------- */
}
#ft_main .ft_section#g26hanayu_combination {
  margin-bottom: 50px;
}
#ft_main .ft_section#g26hanayu_combination .g26hanayu_combination_note {
  margin-top: clamp(21px, 5.7cqw, 30px);
  padding: 1.5em 2em;
  border-radius: 15px;
  background-color: #f5f1ef;
}
#ft_main .ft_section#g26hanayu_combination .g26hanayu_combination_note ul {
  margin-left: 1.5em;
}
#ft_main .ft_section#g26hanayu_combination .g26hanayu_combination_note ul li {
  list-style-type: disc;
  font-size: clamp(1.029rem, 0.75rem + 1.039cqw, 1.143rem);
}
#ft_main .ft_section#g26hanayu_combination .g26hanayu_combination_note ul li + li {
  margin-top: 0.5em;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination {
  margin: 0 auto;
  margin-top: clamp(28px, 7.6cqw, 40px);
  padding-top: clamp(14px, 3.8cqw, 20px);
  overflow-x: hidden;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination .swiperTitle {
  display: flex;
  align-items: center;
  justify-content: start;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination .swiperTitle::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 70px;
  aspect-ratio: 1/1;
  background: url(/img/usr/gift/hanayu/feature/r207030/combination_img1.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination .swiperSlide {
  margin-top: 10px;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination#swiper_combination-2 .swiperTitle::after {
  background: url(/img/usr/gift/hanayu/feature/r207030/combination_img2.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination#swiper_combination-3 .swiperTitle::after {
  width: 80px;
  aspect-ratio: 1.1/1;
  background: url(/img/usr/gift/hanayu/feature/r207030/combination_img3.png) no-repeat center center/contain;
}
#ft_main .ft_section#g26hanayu_combination .swiper_combination + .swiper_combination {
  margin-top: clamp(6px, 1.9cqw, 10px);
}
#ft_main .ft_section {
  /* web-only　--------------------------------- */
}
#ft_main .ft_section#g26hanayu_web-only {
  margin-bottom: 50px;
}
#ft_main .ft_section {
  /* 母の日おすすめフラワー　--------------------------------- */
}
#ft_main .ft_section.g26hanayu_mother_recommend {
  margin-bottom: 30px;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_head .g26hanayu_lead {
  margin-top: 2em;
  padding: 2em;
  border-radius: 15px;
  background-color: #f5f5f5;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section {
  display: flow-root;
  padding-top: 10px;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link {
  display: block;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure {
  display: block;
  position: relative;
  margin-top: 60px;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure span {
  display: block;
  overflow: hidden;
  border-radius: 8%;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure span img {
  transition: all 0.2s ease-out;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure.g26hanayu_mother_recommend_ninki::after {
  width: 130px;
  aspect-ratio: 1.8/1;
  transform: translate3d(5%, -78%, 0);
  background: url(/img//usr/gift/hanayu/feature/r207014/icon_ninki.png) no-repeat center center/contain;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure.g26hanayu_mother_recommend_osusume::after {
  width: 100px;
  aspect-ratio: 2.5/1;
  transform: translate3d(15%, -50%, 0);
  background: url(/img//usr/gift/hanayu/feature/r207014/icon_osusume.png) no-repeat center center/contain;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link figure.g26hanayu_mother_recommend_new::after {
  width: 66px;
  aspect-ratio: 1/1;
  transform: translate3d(20%, -50%, 0);
  background: url(/img//usr/gift/hanayu/feature/r207014/icon_new.png) no-repeat center center/contain;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link .g26hanayu_mother_recommend_name {
  margin-top: 0.75em;
  font-size: clamp(1.32rem, 0.708rem + 2.286cqw, 1.571rem);
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link .g26hanayu_mother_recommend_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.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link:hover {
    text-decoration: none;
  }
  #ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section a.g26hanayu_mother_recommend_link:hover span img {
    transform: scale(1.02);
    opacity: 0.8;
  }
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section .g26hanayu_mother_recommend_price {
  margin-top: 0.25em;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section .g26hanayu_mother_recommend_price span {
  font-size: clamp(1.229rem, 0.742rem + 1.818cqw, 1.429rem);
  font-weight: bold;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section .g26hanayu_mother_recommend_price span span {
  font-size: 160%;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_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.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section .itemCart::before, #ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend_section .itemCart::after {
  left: 1.8em;
  width: 1.2em;
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend-navi {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend-navi li a {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section.g26hanayu_mother_recommend .g26hanayu_mother_recommend-navi li a:hover {
    opacity: 1;
  }
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 .g26hanayu_mother_recommend_head .g26hanayu_lead {
  background-color: #fbeef0;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 .g26hanayu_mother_recommend_head .g26hanayu_lead span {
  display: block;
  padding-bottom: 1em;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 .g26hanayu_mother_recommend_head .g26hanayu_lead span img {
  width: 135px;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 ul.g26hanayu_mother_recommend-list li:nth-of-type(1) a {
  pointer-events: none;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 ul.g26hanayu_mother_recommend-list li:nth-of-type(1) a span {
  display: none;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a {
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a:hover, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a:hover {
    opacity: 1;
  }
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 .g26hanayu_mother_recommend-navi li:nth-of-type(1) a {
  pointer-events: none;
  opacity: 1;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 .g26hanayu_mother_recommend-navi li:nth-of-type(2) a, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-1 .g26hanayu_mother_recommend-navi li:nth-of-type(3) a {
  aspect-ratio: 1.97/1;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 .g26hanayu_mother_recommend_head .g26hanayu_lead {
  background-color: #f4ece7;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 .g26hanayu_mother_recommend_head .g26hanayu_lead span {
  display: block;
  padding-bottom: 1em;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 .g26hanayu_mother_recommend_head .g26hanayu_lead span img {
  width: 114px;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a {
  pointer-events: none;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a span {
  display: none;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 ul.g26hanayu_mother_recommend-list li:nth-of-type(1) a, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a {
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 ul.g26hanayu_mother_recommend-list li:nth-of-type(1) a:hover, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a:hover {
    opacity: 1;
  }
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 .g26hanayu_mother_recommend-navi li:nth-of-type(2) a {
  pointer-events: none;
  opacity: 1;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 .g26hanayu_mother_recommend-navi li:nth-of-type(1) a, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-2 .g26hanayu_mother_recommend-navi li:nth-of-type(3) a {
  aspect-ratio: 1.97/1;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 .g26hanayu_mother_recommend_head .g26hanayu_lead {
  background-color: #ebf1e8;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 .g26hanayu_mother_recommend_head .g26hanayu_lead span {
  display: block;
  padding-bottom: 1em;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 .g26hanayu_mother_recommend_head .g26hanayu_lead span img {
  width: 140px;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a {
  pointer-events: none;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 ul.g26hanayu_mother_recommend-list li:nth-of-type(3) a span {
  display: none;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 ul.g26hanayu_mother_recommend-list li:nth-of-type(1) a, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a {
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 ul.g26hanayu_mother_recommend-list li:nth-of-type(1) a:hover, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 ul.g26hanayu_mother_recommend-list li:nth-of-type(2) a:hover {
    opacity: 1;
  }
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 .g26hanayu_mother_recommend-navi li:nth-of-type(3) a {
  pointer-events: none;
  opacity: 1;
}
#ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 .g26hanayu_mother_recommend-navi li:nth-of-type(1) a, #ft_main .ft_section.g26hanayu_mother_recommend#g26hanayu_mother_recommend-3 .g26hanayu_mother_recommend-navi li:nth-of-type(2) a {
  aspect-ratio: 1.97/1;
}

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