/* *************************************************
*                    css 共通                    *
************************************************* */
#mothersday *,
#mothersday ::after,
#mothersday ::before {
  box-sizing: border-box;
}

#mothersday {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: hidden;
}

#mothersday img {
  width: 100%;
  height: auto;
}

#mothersday .pc {
  display: block;
}

#mothersday .sp {
  display: none;
}

.block-goods-list-favorite--btn,
.block-goods-list-favorite-registed--btn {
  width: 28px !important;
  height: 28px !important;
  background-size: 50%;
}

.block-thumbnail-t--goods-description {
  background: #fff;
  padding: 10px;
  height: auto !important;
}

.block-thumbnail-t {
  padding: 0 30px;
}

.block-thumbnail-t--goods {
  width: 195px;
}

.block-icon--bonuspoint {
  width: 86px !important;
  display: block;
}

.block-icon--pointratio {
  width: 80px !important;
  display: block;
}

.block-icon--auto-new {
  width: 40px !important;
  display: block;
}

.block-icon--reservation {
  width: 70px !important;
  display: block;
}

.block-icon {
  max-height: 30px !important;
}

.block-icon::after {
  content: "";
  display: block;
  clear: both;
}

.block-icon span {
  float: left;
}

.block-icon span:first-of-type {
  margin-right: 5px;
}

.img-center {
  width: 100%;
}

#mothersday .item_list::after {
  content: "";
  display: block;
  width: 31%;
}

@media screen and (max-width: 768px) {
  #mothersday .pc {
    display: none;
  }

  #mothersday .sp {
    display: block;
  }

  .block-pickup-list-p--goods-description {
    height: auto;
  }

  .block-icon--reservation {
    width: 50px !important;
  }

  .block-icon--bonuspoint {
    width: 74px !important;
  }

  .block-icon--pointratio {
    width: 60px !important;
  }
}

#mothersday .mv {
  line-height: 1;
  margin-top: 0;
}

#mothersday h2,
#mothersday h3,
#mothersday h4,
#mothersday h5,
#mothersday h6 {
  margin: 0;
}

.block-icon img {
  width: auto !important;
}

.block-thumbnail-t {
  align-items: baseline;
}

#mothersday .block-pickup-list-p--items {
  display: flex !important;
  align-items: flex-end;
  padding: 0 20px;
}

/* IY側css */
#mothersday .block-pickup-list-p--items .block-icon {
  height: auto !important;
}

.page-category .block-top-event--goods,
.page-genre .block-top-event--goods,
.page-event .block-top-event--goods {
  padding: 0;
}

/* *************************************************
*              css 共通 ここまで                    *
************************************************* */

/* フォント */
#mothersday ._regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#mothersday ._medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#mothersday ._bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#mothersday ._black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

#mothersday ._noto {
  font-family: "Noto Sans", sans-serif;
}

#mothersday ._small {
  font-size: 0.75rem;
}

#mothersday ._narrow {
  letter-spacing: -0.17em;
}

/* 共通 */
#mothersday {
  background-color: #fef1ed;
}

#mothersday ._playfair {
  font-family: "Playfair", serif;
}

#mothersday .bg_pattern {
  background: url(../../../img/usr/genre/rA309/2026/bg_pattern.png) repeat center / contain;
  background-size: 100%;
}

#mothersday html {
  scroll-behavior: smooth;
}

#mothersday ._txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #e6186e;
}

#mothersday a {
  color: inherit;
  text-decoration: none;
}

/* #mothersday ._14{
  font-size: 0.875rem !important;
} */

/*アニメーション*/
#mothersday .animation {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

#mothersday .kv {
  width: 100%;
  padding-bottom: 5%;
}

/* リード */
#mothersday .move {
  animation: fadeUp 1.4s linear forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#mothersday .lead {
  text-align: center;
  background: url("../../../img/usr/genre/rA309/2026/lead_bg.png") no-repeat center / contain;
  background-size: 55.6%;
  padding: 5% 6% 5%;
  line-height: 1.5;
}

#mothersday .line {
  width: 100%;
  padding: 5% 0 5%;
}

/* アンカーTOP */
#mothersday .anc_a {
  position: relative;
  width: 14%;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.32, 1);
}

#mothersday .anc_a:hover {
  transform: translateY(4px);
}

#mothersday .anc_a_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding-bottom: 7%;
}

#mothersday .anc_a_txt span {
  font-size: 0.875rem;
}

#mothersday .anc_a_bg {
  background: #fff;
  border-radius: 6px;
  padding: 30% 0 20%;
  filter: drop-shadow(0 4px 0px #fddbd1);
}

#mothersday .anc_a_deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  width: 90%;
  pointer-events: none;
}

#mothersday .anc_a .heart {
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17%;
}


#mothersday ._flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* バナーtop */
#mothersday .top_banner {
  border-radius: 12px;
  border: 3px solid #ffe5e8;
  overflow: hidden;
  width: 40%;
  display: block;
  margin: 0 auto 6%;
  filter: drop-shadow(0 4px 0px #fddbd1);
}

/* 押した時 */
#mothersday .top_banner:active {
  transform: translateY(3px);
  box-shadow: 0 0 0 transparent;
}

/* タイトル */
#mothersday .ttl {
  background: url(../../../img/usr/genre/rA309/2026/ttl.png) no-repeat center / contain;
  background-size: 20%;
  padding: 10% 4% 5%;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 3%;
}

#mothersday .ttl::before {
  content: "";
  position: absolute;
  left: 32%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  height: 34px;
  background: url("../../../img/usr/genre/rA309/2026/ttl_left.png") no-repeat center / contain;
}

#mothersday .ttl::after {
  content: "";
  position: absolute;
  right: 32%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  height: 34px;
  background: url("../../../img/usr/genre/rA309/2026/flower.png") no-repeat center / contain;
}

#mothersday .ttl_txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
}

/* バナーsec01 */
#mothersday #sec01 .banner {
  border-radius: 12px;
  overflow: hidden;
  width: 40%;
  display: block;
  margin: auto;
  padding-bottom: 5%;
}

/* カードa */
#mothersday .card_a {
  width: 160px;
  border-radius: 12px;
  border: 3px solid #ffe5e8;
  overflow: hidden;
  background: #fff;
}

#mothersday .card_a img {
  width: 100%;
  height: auto;
  display: block;
}

#mothersday .card_txtbox {
  padding: 8% 4% 13%;
  text-align: center;
}

#mothersday .card_ttl {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 2% 0;
  letter-spacing: -0.05em;
}

#mothersday .card_price {
  font-size: 1.375rem;
  padding: 2% 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

#mothersday .card_a .card_price span {
  font-size: 0.875rem;
  font-weight: 400;
}

#mothersday .card_tax {
  font-size: 0.875rem;
}

/* 注記 */
#mothersday .attention {
  font-size: 0.750rem;
  padding-top: 5%;
}

#mothersday .attention_b {
  font-size: 0.750rem;
  padding-top: 1%;
}


#mothersday .card_tax span {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
}

#mothersday .card_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 4%;
}

/* カードb */

#mothersday .card_b {
  width: 335px;
  border-radius: 12px;
  border: 3px solid #ffe5e8;
  overflow: hidden;
  background: #fff;
}

#mothersday .card_b .card_txtbox {
  padding: 6% 4% 7%;
  text-align: center;
}

#mothersday .card_b .card_price span {
  font-size: 0.875rem;
  font-weight: 400;
}

/* ボタン */

#mothersday .btn {
  display: block;
  /* ← blockやめる */
  width: 34%;
  margin: 3% auto 10%;
  background-color: #e6186e;
  color: #fff;
  padding: 1% 0 1%;
  font-size: 0.875rem;
  border-radius: 50px;
  text-align: center;
  line-height: 1.3;
  border: 3px solid #f7c5ce;
  box-shadow: 0 4px 3px #fddbd1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.32, 1);
}

#mothersday .btn:hover {
  transform: translateY(4px);
}

#mothersday .btn::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 26px;
  background: url("../../../img/usr/genre/rA309/2026/heart.png") no-repeat center / contain;
}

/* 押した時 */
#mothersday .btn:active {
  transform: translateY(3px);
  box-shadow: 0 0 0 transparent;
}

#mothersday .btn_txt {
  position: relative;
}



#mothersday .btn_txt_b {
  position: relative;
}

#mothersday .btn_txt_b::after {
  content: "";
  position: absolute;
  right: -55%;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  height: 32px;
  background: url("../../../img/usr/genre/rA309/2026/heart.png") no-repeat center / contain;
}

/* アンカーb */
#mothersday .anc_b_all li a {
  display: block;
  width: 100%;
  height: 100%;
}

#mothersday .anc_b_all {
  filter: drop-shadow(0 4px 0px #fddbd1);
  margin-bottom: 10%;
}

#mothersday .anc_b_01 {
  position: relative;
  width: 18%;
  height: 140px;
  background: url(../../../img/usr/genre/rA309/2026/anc_b_01.png) no-repeat center / contain;
}

#mothersday .anc_b_02 {
  position: relative;
  width: 18%;
  height: 140px;
  background: url(../../../img/usr/genre/rA309/2026/anc_b_02.png) no-repeat center / contain;
}

#mothersday .anc_b_03 {
  position: relative;
  width: 18%;
  height: 140px;
  background: url(../../../img/usr/genre/rA309/2026/anc_b_03.png) no-repeat center / contain;
}

#mothersday .anc_b_04 {
  position: relative;
  width: 18%;
  height: 140px;
  background: url(../../../img/usr/genre/rA309/2026/anc_b_04.png) no-repeat center / contain;
}

#mothersday .anc_b {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.32, 1);
}

#mothersday .anc_b:hover {
  transform: translateY(4px);
}

#mothersday .anc_b .heart {
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17%;
}

#mothersday .anc_b_txt {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 1rem;
  color: #e87586;
  font-family: "Noto sans", sans-serif;
}

/* リボンタイトルa */
#mothersday .ribbon {
  position: relative;
  background: url(../../../img/usr/genre/rA309/2026/ribbon_a.png) no-repeat center / contain;
  background-size: 40%;
  padding: 8% 0 0;
  margin: 3% 0 3%;
}

#mothersday .ribbon_ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

/* リボンタイトルb */
#mothersday .ribbon_b {
  position: relative;
  background: url(../../../img/usr/genre/rA309/2026/ribbon_b.png) no-repeat center / contain;
  background-size: 40%;
  padding: 12% 0 0;
  margin-top: 5%;
}

#mothersday .ribbon_ttl_b {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* sec02 */
#mothersday #sec02 ._flex {
  gap: 0;
}

#mothersday #sec02 .ttl_txt {
  line-height: 1.5;
}

#mothersday #sec02 .ttl span {
  padding-top: 2%;
  font-size: 1.2rem;
}

/* sec06 */
#mothersday #sec06 {
  padding-bottom: 10%;
}

#mothersday #sec06 .ttl::before {
  content: "";
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
  height: 80px;
  background: url("../../../img/usr/genre/rA309/2026/ttl_category_left.png") no-repeat center / contain;
}

#mothersday #sec06 .ttl::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
  height: 80px;
  background: url("../../../img/usr/genre/rA309/2026/ttl_category_right.png") no-repeat center / contain;
}

#mothersday .acc_2column {
  display: flex;
  width: 92%;
  max-width: 822px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#mothersday .acc {
  width: 96%;
  margin: 0 auto;
}

/* ここからアコーディオン */
#mothersday .acc_btn {
  position: relative;
}

#mothersday .acc_btn:hover {
  cursor: pointer;
}

#mothersday .acc_box {
  display: none;
}

/* 矢印 */
#mothersday .acc_btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6%;
  height: 28%;
  background-image: url(../../../img/usr/genre/rA309/2026/arrow_open.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 36%;
  left: 87%;
  transition: all 0.2s ease-in-out;
}

#mothersday .acc_btn.open:after {
  background-image: url(../../../img/usr/genre/rA309/2026/arrow_close.png);
}

/* ここまでアコーディオン */
#mothersday .acc_btn {
  width: 92%;
  max-width: 822px;
  margin: 0 auto;
  background-color: #2c9c9b;
  color: #fff;
  padding: 20px;
  border-radius: 5px 5px 0 0;
  text-align: left;
  outline: 2px dotted rgb(255, 255, 255);
  /*outlineでドットの線を追加*/
  outline-offset: -6px;
  /*outline-offsetの値を-15pxにして内側に調整*/
}

#mothersday .acc_box {
  width: 90%;
  max-width: 822px;
  margin: 0 auto;
}

#mothersday .acc_box p {
  position: relative;
}

#mothersday .acc_box p:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40%;
  height: 40%;
  background-image: url(../../../img/usr/genre/rA309/2026/arrow_acc.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 30%;
  left: 87%;
}

#mothersday .acc_1column {
  margin-top: 4%;
}

#mothersday .acc_1column .acc_btn:after {
  left: 93%;
}

#mothersday .acc_1column .acc_box p:after {
  left: 93%;
}

#mothersday #sec06 ul p {
  display: block;
  color: #2c9c9b;
  padding: 13px 20px;
  font-size: 14px;
  text-align: left;
}

#mothersday #sec06 ul li {
  background-color: #fff;
  border-bottom: 2px dotted #634346;
}

#mothersday #sec06 ul li:last-child {
  border-bottom: none;
}

#mothersday #sec06 .ttl_txt {
  top: 37%;
}

#mothersday #sec06 .acc_box li a {
  display: block;
  width: 100%;
  height: auto;
}

/* sce07 */
#mothersday #sec07 {
  margin-bottom: 10%;
}


#mothersday #sec07 ul {
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

#mothersday #sec07 li {
  width: 40%;
  padding: 1% 2% 1% 0;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  position: relative;
  border-radius: 10px;
  border: 3px solid #f7c5ce;
  filter: drop-shadow(0 4px 3px #fddbd1);
}

#mothersday #sec07 li span {
  font-size: 1.5rem;
}

#mothersday #sec07 li::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 23%;
  height: 27px;
  background: url("../../../img/usr/genre/rA309/2026/flower.png") no-repeat center / contain;
}

#mothersday #sec07 li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* sce08 */
#mothersday .sec08 img {
  width: 4%;
}

#mothersday .select_wrapper {
  width: 100%;
  max-width: 616px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#mothersday .select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}

#mothersday .select select {
  appearance: none;
  width: 268px;
  padding: 6%;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: medium;
  color: #545051;
  text-align: center;
  text-align-last: center;
}

#mothersday .select::before {
  position: absolute;
  top: 26%;
  left: 7%;
  width: 10%;
  height: 23px;
  background: url("../../../img/usr/genre/rA309/2026/flower.png") no-repeat center / contain;
  content: "";
  pointer-events: none;
}

#mothersday .select::after {
  position: absolute;
  top: 43%;
  right: 6%;
  width: 7%;
  height: 10px;
  background: url("../../../img/usr/genre/rA309/2026/search_arrow.png") no-repeat center / contain;
  content: "";
  pointer-events: none;
}

#mothersday ._b::before {
  position: absolute;
  top: 26%;
  left: 9%;
  width: 10%;
  height: 23px;
  background: url("../../../img/usr/genre/rA309/2026/rose.png") no-repeat center / contain;
  content: "";
  pointer-events: none;
}

#mothersday .x {
  width: 60% !important;
}

#mothersday .sec08 .ribbon_ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* sec08 */
#mothersday .banner_dummy{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 2% 0 4%;
}

#mothersday .banner_dummy img{
  width: 20%;
}

/* sec09 */
#mothersday .fathersday {
  display: block;
  width: 90%;
  margin: auto;
  filter: drop-shadow(0 4px 0px #fddbd1);
  transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.32, 1);
}

#mothersday .fathersday:hover {
  transform: translateY(4px);
}

#mothersday .sec09 .ribbon_b {
  margin-top: 0;
}

#mothersday .sec09 .btn{
  padding: 2% 4%;
  margin-bottom: 4%;
}

/* sec10 */

#mothersday .sec10 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  width: 63%;
  max-width: 563px;
}

/* sec11 */

#mothersday .sec11 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 92%;
  max-width: 822px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#mothersday .sec11 ul li {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

#mothersday .sec11 ul h4 {
  font-size: 20px;
  border-bottom: 1px solid #d8437c;
  padding: 20px;
  color: #d8437c;
  font-weight: normal;
}

#mothersday .sec11 ul p {
  font-size: 14px;
  padding: 20px 20px 0;
  line-height: 1.5;
}

#mothersday .subttl {
  color: #e87586;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 3%;
  line-height: 1.3;
}

#mothersday .subttl span {
  color: #e87586;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #mothersday .btn {
    font-size: 0.875rem;
    width: 80%;
    padding: 3% 0 3%;
    margin: 7% auto 20%;
  }

  #mothersday .btn_txt::after {
    right: -23%;
  }

  /* アンカーb */
  #mothersday .anc_b {
    width: 36%;
    height: 130px;
  }

  #mothersday .ribbon {
    padding: 11% 0 4%;
    margin: 13% 0 5%;
  }

  #mothersday .kv {
    width: 100%;
    padding-bottom: 10%;
  }

  #mothersday .lead {
    background: url("../../../img/usr/genre/rA309/2026/lead_bg_sp.png") no-repeat center / contain;
    padding: 9% 3% 14%;
    line-height: 1.4;
    font-size: 0.875rem;
  }

  #mothersday .line {
    padding: 10% 0 10%;
  }

  /* アンカーa */
  #mothersday .anc_a {
    position: relative;
    width: 34.7%;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.32, 1);
    font-weight: bold;
  }

  #mothersday .anc_a_bg {
    background: #fff;
    border-radius: 6px;
    padding: 30% 0 20%;
  }

  #mothersday .anc_a_deco {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    width: 90%;
    pointer-events: none;
  }

  #mothersday .anc_a .heart {
    width: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17%;
  }

  /* アンカーb */
  #mothersday .anc_b_all {
    margin-bottom: 20%;
  }

  /* バナー01 */
  #mothersday .top_banner {
    width: 90%;
    margin: 0 auto 10%;
  }

  /* タイトル */
  #mothersday .ttl {
    background-size: 50%;
    padding: 10% 4% 3%;
    margin-bottom: 9%;
    height: 117px;
  }

  #mothersday .ttl::before {
    left: 9%;
    width: 10%;
    height: 36px;
  }

  #mothersday .ttl::after {
    right: 9%;
    width: 10%;
    height: 36px;
  }

  /* バナーsec01 */
  #mothersday #sec01 .banner {
    width: 90%;
    margin: 10% auto 7%;
  }

  /* カード01 */
  #mothersday .card_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 7%;
  }

  /* リボンタイトルa */
  #mothersday .ribbon {
    background-size: 90%;
    height: 65px
  }

  #mothersday .ribbon_ttl {
    top: 38%;
  }

  /* リボンタイトルb */
  #mothersday .ribbon_b {
    background-size: 90%;
    height: 49px;
    margin: 10% 0 5%;
  }

  #mothersday .ribbon_ttl_b {
    top: 20%;
  }

  /* sec02 */
  #mothersday #sec02 ._flex {
    gap: 30px;
    margin-top: 13%;
  }

  /* sec06 */
  #mothersday #sec06 {
    padding-bottom: 20%;
  }

  #mothersday #sec06 .ttl::before {
    left: 5%;
    top: 70%;
    width: 19%;
  }

  #mothersday #sec06 .ttl::after {
    right: 5%;
    top: 70%;
    width: 19%;
  }

  #mothersday .acc_2column {
    display: block;
    width: 100%;
    margin: 5% auto;
  }

  #mothersday .acc {
    width: 100%;
    margin: 5% auto;
  }

  #mothersday .acc_1column .acc_btn:after {
    left: 88%;
  }

  #mothersday .acc_1column .acc_box p:after {
    left: 88%;
  }


  /* sec07 */
  #mothersday #sec07 {
    padding-bottom: 10%;
  }

  #mothersday #sec07 ul {
    margin: auto;
    width: 80%;
  }

  #mothersday #sec07 li {
    margin: auto;
    width: 80%;
    padding: 3% 2%;
  }

  /* sec08 */
  #mothersday .select_wrapper {
    flex-direction: column;
    /* 縦並び */
    justify-content: center;
    /* メイン軸中央 */
    align-items: center;
    /* 横方向中央 */
  }

  #mothersday .sec08 .btn {
    margin-bottom: 10%;
  }

  /* sec08 */
  #mothersday .banner_dummy{
    padding: 2% 2% 4%;
  }

#mothersday .banner_dummy img{
  width: 40%;
}

  /* sec09 */
  #mothersday .sec09 {
    padding: 10% 0;
  }

  #mothersday .sec09 .btn{
  padding: 5% 0;
  }


  /* sec10 */
  #mothersday .sec10 {
    padding: 0 0 10%;
  }

  #mothersday .sec10 ul {
    gap: 10px;
    width: 68%;
    flex-direction: column;
  }
}

@media screen and (max-width: 510px) {
  #mothersday .card_a_deco {
    position: relative;
    padding: 4%;
  }

  #mothersday .card_a_deco::before {
    content: "";
    position: absolute;
    left: -48%;
    top: 50%;
    transform: translateY(-50%);
    width: 36%;
    height: 54px;
    background: url("../../../img/usr/genre/rA309/2026/card_a_deco_left.png") no-repeat center / contain;
  }

  #mothersday .card_a_deco::after {
    content: "";
    position: absolute;
    right: -48%;
    top: 50%;
    transform: translateY(-50%);
    width: 36%;
    height: 54px;
    background: url("../../../img/usr/genre/rA309/2026/card_a_deco_right.png") no-repeat center / contain;
  }

}