@charset "UTF-8";
/*共通*/
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*PC・SP非表示*/
/* 基本はdisplay: block;とし、SPでdisplay: none; */
#mothersday2026 .spNone {
  display: block;
}
/* 基本はdisplay: none;とし、SPでdisplay: block; */
#mothersday2026 .pcNone {
  display: none;
}
#mothersday2026 .mv {
  margin-bottom: 20px;
}
/*背景*/
.background_1 {
  margin-top: 80px;
}
.background_2 {
  background-color: #F78A8A26;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
#mothersday2026 .adornment01 {
  position: absolute;
  top: -86px;
  left: 5%;
  width: 189px;
  content: '';
}
.background_3 {
  background-color: #FFF5F280;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
#mothersday2026 .adornment02 {
  position: absolute;
  top: -115px;
  right: 5%;
  width: 244px;
  content: '';
}
#mothersday2026 .footerBanner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding-top: 50px;
}
#mothersday2026 .footerBanner .image {
  margin: 0 auto;
  max-width: 1000px;
}
#mothersday2026 {
  max-width: 1000px;
  margin: 0 auto;
}
/*アンカーリンク*/
#mothersday2026 .anchor-nav {
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 0 1em;
}
#mothersday2026 .anchor-nav li {
  transition: opacity .3s ease-in-out;
}
#mothersday2026 .anchor-nav li a {
  color: #19191a;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/cataloggift/icon-arrow-bottom01.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  min-height: 25px;
  padding-left: 33px;
}
#mothersday2026 .anchor-nav li a:hover {
  opacity: 0.5;
}
#mothersday2026 .sub_section {
  display: flex;
  margin-bottom: 100px;
  background-color: #e5e5e545;
  padding: 30px;
}
#mothersday2026 .sub_section .link_img {
  width: 40%;
  align-self: center;
}
#mothersday2026 .sub_section .sub_section_text {
  width: 60%;
  margin-left: 40px;
}
#mothersday2026 .section {
  margin-bottom: 100px;
  margin: 0 auto;
  max-width: 1000px;
}
#mothersday2026 #pickup {
  scroll-margin-top: 140px;
  padding-top: 57px;
  padding-bottom: 73px;
}
/*リード文*/
#mothersday2026 .explanation_text {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
#mothersday2026 .explanation_text p {
  font-size: 1.7rem;
}
/*クーポン*/
/* コピー完了メッセージを浮かせる設定 */
.coupon {
  position: relative;
  display: inline-block; /* 幅が広がりすぎるのを防ぐ */
}
.copy-tooltip {
  position: absolute;
  top: -40px; /* 要素の少し上に表示 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
  transition: opacity 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* 三角のポッチ */
.copy-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.click_tx {
  font-size: 1.7rem;
  margin-top: 6px;
}
#mothersday2026 .coupon_box {
  text-align: center;
  background-color: rgba(255, 247, 233, 0.54);
  margin-bottom: 120px;
  width: 62%;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-position: left -6px top 3px, bottom 2px right -7px;
  background-size: 98px;
  box-shadow: rgba(183, 161, 165, 0.46) 0px 5px 10px 0px;
}
#mothersday2026 .coupon_box .coupon_body {
  color: #4a2d31;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 25px;
}
#mothersday2026 .coupon_box .coupon_body .price {
  font-size: 5rem;
  line-height: 1;
  display: block;
  margin-top: -10px;
}
#mothersday2026 .coupon_box .coupon_body .price .coupon_price {
  font-size: 9rem;
  line-height: 1;
  vertical-align: -4px;
}
#mothersday2026 .coupon_box .price_note {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  font-weight: revert;
  font-weight: normal;
}
#mothersday2026 .coupon_box .price_note_money {
  font-size: 3rem;
  vertical-align: -1px;
}
#mothersday2026 .coupon_box .coupon_body .couponcode {
  margin-top: 18px;
}
#mothersday2026 .coupon_box .coupon_body .couponcode p {
  display: inline-block;
  border: 3px solid #4a2d31;
}
#mothersday2026 .coupon_box .coupon_body .couponcode span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}
#mothersday2026 .coupon_box .coupon_body .couponcode span .code, #mothersday2026 .coupon_box .coupon_body .couponcode span .number {
  font-size: 2.8rem;
  padding: 0px 50px;
}
#mothersday2026 .coupon_box .coupon_body .couponcode span .code {
  background-color: #4a2d31;
  color: #fff;
}
#mothersday2026 .coupon_box .coupon_body .couponcode span .coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* クーポンアコーディオンのボタン */
#mothersday2026 .btnset .button {
  background-color: #4a2d31;
  padding: 9px 0 9px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
}
#mothersday2026 .detail-element {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-align: start;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
/* クーポンアコーディオンの+,- */
#mothersday2026 .boxopen:before {
  display: block;
  content: "";
  position: absolute;
  top: 37%;
  right: 169px;
  width: 6px;
  height: 13px;
  border-left: solid 1px #fff;
}
#mothersday2026 .boxopen:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 169px;
  width: 13px;
  height: 6px;
  border-top: solid 1px #fff;
}
#mothersday2026 .boxclose:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 169px;
  width: 13px;
  height: 6px;
  border-top: solid 1px #fff;
}
#mothersday2026 .detail-element.is-open {
  max-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*! margin: 20px; */
}
#mothersday2026 #category {
  padding-top: 90px;
  scroll-margin-top: 80px;
}
#mothersday2026 #budget {
  padding-top: 90px;
  padding-bottom: 130px;
  scroll-margin-top: 80px;
}
/*ドットコム*/
#mothersday2026 .sub_section .sub_section_title {
  font-size: 1.7rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #ce2774;
  padding-bottom: 20px;
}
#mothersday2026 .sub_section .detail_text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#mothersday2026 .sub_section .external_link a {
  position: relative;
  color: #b38a44;
  font-size: 1.6rem;
}
#mothersday2026 .sub_section .external_link a::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  /*! top: 138%; */
  /*! right: -8%; */
  /*background-image: url("/d_images/campaign/seibo_2025/open_in_new_gold.svg");*/
  background-repeat: no-repeat;
  background-size: 20px;
  top: 134%;
}
/*ピックアップ　4カラム*/
#mothersday2026 #pickup .section_title:before, #mothersday2026 #pickup .section_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#mothersday2026 #pickup .section_title:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 40px 0px 40px 20px;
  border-color: transparent transparent transparent #feeeee;
  border-style: solid;
}
#mothersday2026 #pickup .section_title:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 40px 20px 40px 0px;
  border-color: transparent #feeeee transparent transparent;
  border-style: solid;
}
#mothersday2026 .section_title h3 span {
  display: block;
  color: rgb(247, 138, 138);
  font-size: 2.2rem;
}
#mothersday2026 .section_title h3 .text_gr {
  display: block;
  margin: 0px 20px;
}
#mothersday2026 .section_title h3 .main_ttl {
  color: #000000;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
#mothersday2026 #pickup .section_title h3 span {
  color: #ffffff;
  padding-bottom: 4px;
}
#mothersday2026 .section > div {
  text-align: center;
}
#mothersday2026 .section_title {
  text-align: center;
  margin-bottom: 50px;
}
#mothersday2026 #pickup .section_title {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 1.8rem;
  background: #4a2d31;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 70px;
  width: 70%;
}
#mothersday2026 #pickup .section_title .h3 {
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 66px;
  font-size: 5.0rem;
  letter-spacing: 0.3rem;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  color: #fff;
}
#mothersday2026 #pickup .section {
  margin: 0 auto;
  max-width: 1000px;
}
#mothersday2026 .col4:not(:last-child) {
  margin-bottom: 60px;
}
#mothersday2026 .col4_body {
  display: flex;
  position: relative;
  gap: 10px;
}
#mothersday2026 .col4_body li {
  width: calc((100% - (10px * 1)) / 2);
}
#mothersday2026 .col4_body li a:hover {
  opacity: 0.8;
}
#mothersday2026 .col4_body li .name {
  color: rgb(0, 0, 0);
  margin: 10px 0 15px;
}
#mothersday2026 .col4_body li .name span {
  margin-top: 10px;
  display: block;
}
#mothersday2026 .col4_body li a img {
  box-shadow: rgba(236, 169, 179, 0.46) 0px 5px 10px 0px;
}
/*カテゴリーから探す*/
#mothersday2026 .gridbox_col3 {
  gap: 15px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#mothersday2026 .gridbox_col3 a {
  color: #fff;
  position: relative;
  font-size: clamp(12px, 3vw, 20px);
}
#mothersday2026 .gridbox_col3 a:hover {
  opacity: 0.8;
}
#mothersday2026 .gridcaption_bg {
  overflow: hidden;
  box-shadow: rgb(255, 255, 255) 0px 5px 10px 0px;
  border: 1px solid #fedada;
  width: calc(33% - 8px);
}
#mothersday2026 .gridcaption_bg p {
  color: #4a2d31;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  padding: 8px 19px;
  text-align: center;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgb(236, 104, 122);
  font-weight: 500;
  line-height: 1.5;
  background-color: #fedada;
}
#mothersday2026 .gridcaption_bg .end {
  display: block;
  background-color: #626262;
}
#mothersday2026 .gridcaption_bg .end:after {
  background-color: #1111112e;
}
#mothersday2026 .gridcaption_bg p:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 13px;
  content: " ";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 13px;
  width: 12px;
  background-color: rgb(247, 138, 138);
}
#mothersday2026 .section_title .h3 {
  display: flex;
  align-items: center; /* 縦に並んだ文字の「中央」にラインを合わせる */
  justify-content: center;
  gap: 20px;
  width: 100%;
  color: #000000;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
#mothersday2026 .section_title .h3 span {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
}
#mothersday2026 .section_title .h3:before, #mothersday2026 .section_title .h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  max-width: 100%;
}
/*価格から探す*/
#mothersday2026 .price_body {
  box-shadow: 0 5px 5px rgb(255, 199, 199);
  padding: 30px 40px;
  border-top: 1px solid rgb(254, 218, 218);
  background-color: #fff;
}
#mothersday2026 .price_body .flex_price {
  justify-content: space-around;
  display: flex;
}
#mothersday2026 .price_body .flex_price .item_price:last-child {
  padding-right: 0;
}
#mothersday2026 .price_body .flex_price .item_price a {
  background-image: url(/d_images/campaign/cataloggift/icon-arrow01.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  padding-right: 40px;
  background-color: #fff;
  font-size: 2.0rem;
  display: inline-block;
}
#mothersday2026 .price_body .flex_price .item_price a:hover {
  box-shadow: none;
  opacity: 0.7;
}
#mothersday2026 .section_price:not(:last-child) {
  margin-bottom: 100px;
}
/*全商品をもっと見る　大*/
#mothersday2026 .all_list_btn a:hover {
  opacity: 0.4;
}
#mothersday2026 .all_list_btn a {
  /*! border-radius: 5px; */
  box-sizing: border-box;
  color: #4a2d31;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  padding: 1rem 3rem;
  width: calc(100% - 10%);
  height: 70px;
  margin: 65px auto 0;
  position: relative;
  /*! border: 2px solid #e6be78; */
  background-color: #fedada;
}
#mothersday2026 .all_list_btn a::before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  background-image: url(/d_images/campaign/mothersday2026/icon_flower.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: contain;
  left: 26%;
  letter-spacing: 0.15em;
  color: #191919;
}
#mothersday2026 .all_list_btn a::after {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  background-image: url(/d_images/campaign/mothersday2026/icon_flower.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: contain;
  right: 26%;
  letter-spacing: 0.15em;
  color: #191919;
}
/*お買い物ガイド*/
#mothersday2026 .content_guide {
  background-color: #f6f6f8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  scroll-margin-top: 80px;
}
#mothersday2026 .content_guide .guide_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 55px;
}
#mothersday2026 .content_guide .guide_inner .content_ttl {
  color: #19191a;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
#mothersday2026 .content_guide .guide_inner .flex {
  display: flex;
  flex-wrap: wrap;
}
#mothersday2026 .content_guide .section {
  margin-bottom: 0;
}
#mothersday2026 .content_guide .row .colomun:first-child {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#mothersday2026 .content_guide .row .colomun:nth-child(2) {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#mothersday2026 .content_guide .row .colomun:last-child {
  width: calc((183 / 1000) * 100%);
}
#mothersday2026 .content_guide .row .colomun .section {
  margin-bottom: 0;
}
#mothersday2026 .content_guide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}
#mothersday2026 .content_guide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}
#mothersday2026 .content_guide .row .colomun .section .register {
  display: inline-block;
}
#mothersday2026 .content_guide .row .colomun .section p {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#mothersday2026 .content_guide .row .colomun .section dl dt, #mothersday2026 .content_guide .row .colomun .section dl dd {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#mothersday2026 .content_guide .row .colomun .section ul, #mothersday2026 .content_guide .row .colomun .section ol {
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.5;
}
#mothersday2026 .content_guide .row .colomun .section dl ol {
  font-size: 1.0rem;
  letter-spacing: .01em;
}
#mothersday2026 .content_guide .row .colomun .section dl ol li {
  line-height: 1.5;
}
#mothersday2026 .content_guide .row .colomun .section p:not(:last-child), #mothersday2026 .content_guide .row .colomun .section dl:not(:last-child), #mothersday2026 .content_guide .row .colomun .section ul:not(:last-child), #mothersday2026 .content_guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}
#mothersday2026 .content_guide .row .colomun .section p.mrb0, #mothersday2026 .content_guide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}
#mothersday2026 .content_guide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}
#mothersday2026 .content_guide .row .colomun .section .attention li {
  font-size: 1.2rem;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}
#mothersday2026 .content_guide .row .colomun .section .attention li::before {
  content: "※";
}
#mothersday2026 .content_guide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#mothersday2026 .content_guide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 1.1rem;
}
#mothersday2026 .content_guide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  color: #19191a;
  font-size: 1.2rem;
  letter-spacing: .01em;
}
#mothersday2026 .content_guide .register .submitBtn {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: auto;
}
#mothersday2026 .content_guide .submitBtn, #mothersday2026 .content_guide input[type="submit"].submitBtn {
  background: #fff;
  color: #19191a;
  width: 250px;
}
#mothersday2026 .content_guide .submitBtn:hover, #mothersday2026 .content_guide input[type="submit"].submitBtn:hover {
  background: #19191a;
  color: #fff;
}
#mothersday2026 .content_guide .row .colomun .section .inquiry a {
  font-size: 1.2rem;
  background: #dfdfdf;
  padding: 2px 8px 5px;
  margin: 0 2px;
  line-height: 220%;
}
#mothersday2026 .sp_br {
  display: none;
}
/*-------------tb-------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mothersday2026 .gridcaption_bg p {
    height: 8rem;
  }
  #mothersday2026 #pickup, #mothersday2026 #category {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mothersday2026 .gridcaption_bg .end {
    padding-top: 10px;
  }
  /*アンカーリンク*/
  #mothersday2026 .anchor-nav li {
    white-space: nowrap;
  }
  /*クーポン*/
  #mothersday2026 .coupon_box {
    margin-bottom: 100px;
    width: 70%;
  }
  #mothersday2026 .coupon_box .coupon_body .couponcode span .code {
    padding: 0px 10px;
  }
  /*カテゴリーから探す*/
  #mothersday2026 .all_list_btn a::before {
    left: 20%;
  }
  #mothersday2026 .all_list_btn a::after {
    right: 20%;
  }
  /*価格から探す*/
  #mothersday2026 #budget {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mothersday2026 .price_body .flex_price {
    flex-wrap: nowrap;
    gap: 10px;
  }
  #mothersday2026 .price_body .flex_price .item_price {
    width: calc(100% / 2);
  }
  #mothersday2026 .price_body .flex_price .item_price a {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    font-size: 1.8rem;
  }
}
/*-------------sp-------------*/
@media screen and (max-width: 767px) {
  #mothersday2026 .spNone {
    display: none;
  }
  #mothersday2026 .pcNone {
    display: block;
  }
  /*メインビジュアル*/
  #mothersday2026 .mv {
    margin: 0px calc(50% - 50vw) 20px;
    width: 100vw;
  }
  /*アンカーリンク*/
  #mothersday2026 .anchor-nav {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  #mothersday2026 .anchor-nav li a::after {
    margin-top: 70px;
  }
  /*リード文*/
  #mothersday2026 .explanation_text {
    margin: 40px 0px;
  }
  #mothersday2026 .explanation_text p {
    font-size: 1.6rem;
  }
  /*クーポン*/
  .click_tx {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 3px;
  }
  #mothersday2026 .coupon_box {
    /*background-image: url("/d_images/campaign/mothersday2025/carnation02.png");*/
    background-size: 93px;
    margin-bottom: 60px;
    background-position: right -12px bottom -40px;
    width: 100%;
  }
  #mothersday2026 .coupon_box .coupon_body {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  #mothersday2026 .coupon_box .coupon_body p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #mothersday2026 .coupon_box .coupon_body .price_note {
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: -8px;
  }
  #mothersday2026 .coupon_box .price_note_money {
    font-size: 2.7rem;
  }
  #mothersday2026 .coupon_box .coupon_body .price {
    font-size: 3.6rem;
    margin-top: 0px;
  }
  #mothersday2026 .coupon_box .coupon_body .price .coupon_price {
    font-size: 6rem;
  }
    #mothersday2026 .coupon_box .coupon_body .couponcode{
    margin-top: 14px;
    }
  #mothersday2026 .coupon_box .coupon_body .couponcode span .code, #mothersday2026 .coupon_box .coupon_body .couponcode span .number {
    font-size: 2.0rem;
  }
  #mothersday2026 .coupon_box .coupon_body .couponcode span .code {
    padding: 6px 8px;
  }
  #mothersday2026 .coupon_box .coupon_body .couponcode span .number {
    padding: 3px 16px;
    font-size: 2.3rem;
  }
  #mothersday2026 .detail-element {
    margin-top: 20px;
  }
  #mothersday2026 .detail-element.is-open {
    max-height: 1000px;
  }
  #mothersday2026 .boxopen::before {
    left: 81%;
    top: 36%;
    width: 6px;
    height: 16px;
  }
  #mothersday2026 .boxclose::after {
    left: 79%;
    top: 51%;
    width: 16px;
    height: 6px;
  }
  #mothersday2026 .boxopen::after {
    left: 79%;
    top: 51%;
    width: 16px;
    height: 6px;
  }
  /*ドットコムバナー*/
  #mothersday2026 .sub_section {
    display: block;
    margin-bottom: 70px;
  }
  #mothersday2026 .sub_section .link_img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  #mothersday2026 .sub_section .sub_section_title {
    text-align: center;
  }
  #mothersday2026 .sub_section .sub_section_text {
    width: 100%;
    margin: 0 auto;
  }
  #mothersday2026 .sub_section .detail_text {
    margin-bottom: 12px;
  }
    #mothersday2026 .sub_section .external_link a::after{
    top: 32px;
    right: 62px;
    }
  /*特集見出しh3*/
  #mothersday2026 #pickup {
    scroll-margin-top: 100px;
  }
  #mothersday2026 #pickup .section_title {
    display: inline-block;
    height: 70px;
    font-size: 1.8rem;
    color: #FFF;
    margin-bottom: 50px;
    width: 100%;
  }
  #mothersday2026 #pickup .section_title .h3 {
    margin: 0;
    padding: 0 10px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    font-size: 4.0rem;
    height: 60px;
    line-height: 52px;
  }
  #mothersday2026 #pickup .section_title:before, #mothersday2026 #pickup .section_title:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  /*左の山形*/
  #mothersday2026 #pickup .section_title:before {
    border-width: 35px 0px 35px 15px;
  }
  /*右の山形*/
  #mothersday2026 #pickup .section_title:after {
    border-width: 35px 15px 35px 0px;
  }
  #mothersday2026 #pickup .section_title h3 span {
    padding-bottom: 10px;
    font-size: 1.7rem;
  }
  /*ピックアップ　2カラム*/
  #mothersday2026 #pickup {
    padding: 2em 1em;
  }
  #mothersday2026 .col4:not(:last-child) {
    margin-bottom: 20px;
  }
  #mothersday2026 .col4_body {
    flex-wrap: wrap;
    gap: 10px;
  }
  #mothersday2026 .background_1 {
    /*padding-bottom: 40px;*/
    /*padding-top: 40px;*/
    margin-top: 50px;
  }
  /*カテゴリーから探す*/
  #mothersday2026 .section_title h3 .main_ttl {
    font-size: 2.2rem;
  }
  #mothersday2026 .section_title h3 span {
    font-size: 1.8rem;
  }
  #mothersday2026 #category {
    padding-top: 50px;
    padding-left: 1em;
    padding-right: 1em;
  }
  #mothersday2026 #category .section_title .h3, #mothersday2026 #budget .section_title .h3 {
    padding: 5px 15px;
    font-size: 2.6rem;
  }
  #mothersday2026 .section_title h3 .text_gr {
    margin: 0px;
  }
  #mothersday2026 #category .section_title, #mothersday2026 #budget .section_title {
    margin-bottom: 25px;
  }
  /*グリッドレイアウト*/
  #mothersday2026 .gridbox_col3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #mothersday2026 .gridcaption_bg {
    width: auto;
  }
  #mothersday2026 .gridcaption_bg p {
    padding: 8px;
    height: 8rem;
    line-height: 1.5;
  }
  #mothersday2026 .gridcaption_bg .end {
    padding-top: 15px;
  }
  #mothersday2026 .gridcaption_bg .end span {
    font-size: 1.4rem;
  }
  #mothersday2026 .gridcaption_bg p:after {
    bottom: 8px;
    right: 8px;
  }
  /*全商品をもっと見る　大*/
  #mothersday2026 .all_list_btn a {
    margin: 45px auto 0px;
    line-height: 1.5;
  }
  #mothersday2026 .all_list_btn a::before {
    width: 50px;
    height: 50px;
    left: 13%;
  }
  #mothersday2026 .all_list_btn a::after {
    width: 50px;
    height: 50px;
    right: 13%;
  }
  /*価格から探す*/
  #mothersday2026 #budget {
    padding-top: 50px;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 90px;
  }
  #mothersday2026 .price_body {
    padding: 14px;
  }
  /*価格から探す　枠　ここまで*/
  #mothersday2026 .price_body .flex_price {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #mothersday2026 .price_body .flex_price .item_price {
    width: 100%;
    margin-bottom: 12px;
  }
  #mothersday2026 .price_body .flex_price .item_price:last-child {
    margin-bottom: 0;
  }
  #mothersday2026 .price_body .flex_price .item_price a {
    font-size: 1.8rem;
  }
  #mothersday2026 .section_price:not(:last-child) {
    margin-bottom: 60px;
  }
  /*お買い物ガイド*/
  #mothersday2026 .content_guide {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 30px 0 20px;
    scroll-margin-top: 100px;
  }
  #mothersday2026 .content_guide .guide_inner {
    padding: 0 18px;
  }
  #mothersday2026 .content_guide .guide_inner .content_ttl {
    font-size: 1.9rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #mothersday2026 .content_guide .row .colomun {
    width: 100% !important;
  }
  #mothersday2026 .content_guide .row .colomun:first-child {
    padding-right: 0;
  }
  #mothersday2026 .content_guide .row .colomun:nth-child(2) {
    padding-right: 0;
  }
  #mothersday2026 .content_guide .row .colomun:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #mothersday2026 .content_guide .row .colomun .section {
    margin-bottom: 20px;
  }
  #mothersday2026 .content_guide .row .colomun .section:not(:last-child) {
    margin-bottom: 30px;
  }
  #mothersday2026 .content_guide .row .colomun .section h3 {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #mothersday2026 .content_guide .row .colomun .section .register {
    display: block;
    margin-bottom: 24px;
  }
  #mothersday2026 .content_guide .row .colomun .section p {
    font-size: 12px;
    line-height: 17px;
  }
  #mothersday2026 .content_guide .row .colomun .section dl dt, #mothersday2026 .content_guide .row .colomun .section dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #mothersday2026 .content_guide .row .colomun .section ul, #mothersday2026 .content_guide .row .colomun .section ol {
    font-size: 12px;
    line-height: 17px;
  }
  #mothersday2026 .content_guide .row .colomun .section .brackets li {
    line-height: 1.5;
  }
  #mothersday2026 .content_guide .register .submitBtn {
    font-size: 13px;
    padding: .5em .5em;
  }
  #mothersday2026 .sp_br {
    display: block;
  }
}