@charset "UTF-8";

:root {
  --color-red: #ae3747;
  --color-pink: #fbe2da;
  --color-gray: #f6f5f2;
  --color-main: #e05d80;
  --base-width-sp: 750;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
#event-contents-wrapper,
#StyleT-list-wrapper {
  width: 100%;
}

#StyleT-list-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  #StyleT-list-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

#section-title {
  padding: 0;
  text-align: left;
}

#section-title h1,
#section-title h2 {
  width: 100%;
  margin: 0;
}

#section-title p {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
}

#section-title p span {
  font-size: inherit;
  color: inherit;
}

#mothersday * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

#mothersday {
  position: relative;
  margin: 0 0 100px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  color: #333333;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #mothersday {
    width: 100vw;
    margin: 0 auto 50px;
    overflow: hidden;
  }
}

#mothersday h1,
#mothersday h2,
#mothersday h3,
#mothersday h4,
#mothersday p,
#mothersday ul,
#mothersday li,
#mothersday dl,
#mothersday dd,
#mothersday dt,
#mothersday a,
#mothersday span,
#mothersday figure {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
}

#mothersday a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mothersday a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

#mothersday a:hover,
#mothersday button:hover {
  opacity: 0.8;
}

#mothersday img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#mothersday button {
  margin: 0;
  padding: 0;
  text-align: inherit;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mothersday .mothersday-inner {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #mothersday .mothersday-inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 751px) {
  .for-sp {
    display: none !important;
  }

  #mothersday .mothersday-inner {
    width: 1030px;
  }
}

@media screen and (max-width: 750px) {
  .for-pc {
    display: none !important;
  }

  #mothersday img {
    width: 100%;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
#mothersday section:not(:first-child) {
  margin-top: 120px;
}

#mothersday .mothersday-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: var(--color-main) url(/img/usr/event/feature-mothersday/2025/icon_arrow.png) no-repeat center right 16px/15px;
  border-radius: 10px;
}

#mothersday .color-ac {
  color: var(--color-red);
  position: relative;
}

#mothersday .color-ac strong {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  #mothersday .color-ac strong {
    font-size: 19px;
  }
}

#mothersday .mothersday-title.-withSubTxt,
#mothersday .mothersday-title {
  margin: 0 auto 50px;
  text-align: center;
}

#mothersday .-withSubTxt span,
#mothersday .mothersday-title span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 750px) {

  #mothersday .-withSubTxt span,
  #mothersday .mothersday-title span {
    font-size: 13px;
    letter-spacing: 0;
  }
}

#mothersday .-withSubTxt span {
  color: #333;
}

#mothersday .-withSubTxt span::before,
#mothersday .-withSubTxt span::after,
#mothersday .mothersday-title span::before,
#mothersday .mothersday-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 20px;
  background: #333;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
}

#mothersday .-withSubTxt span::after,
#mothersday .mothersday-title span::after {
  left: auto;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(40deg);
  transform: translateY(-50%) rotate(40deg);
}

#mothersday .accordion {
  max-width: 800px;
  margin: 40px auto 0;
}

#mothersday .accordion-item {
  position: relative;
  border-bottom: 2px solid var(--color-pink);
}

#mothersday .accordion-item::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: var(--color-red);
  border-radius: 50%;
}

#mothersday .accordion-item:first-child {
  border-top: 2px solid var(--color-pink);
}

#mothersday .accordion-title {
  position: relative;
  width: 100%;
  padding: 22px 10px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
}

#mothersday .accordion-title::before,
#mothersday .accordion-title::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 14px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#mothersday .accordion-title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#mothersday .accordion-title.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mothersday .accordion-contents {
  display: none;
  padding: 0 15px 25px;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 750px) {
  #mothersday section:not(:first-child) {
    margin-top: 60px;
  }

  #mothersday .mothersday-btn {
    height: 40px;
    font-size: 14px;
    background-position: center right 10px;
    background-size: 10px;
    border-radius: 5px;
  }

  #mothersday .mothersday-title {
    margin: 0 auto 20px;
  }

  #mothersday .mothersday-title span {
    margin: 0 auto 10px;
    font-size: 13px;
    letter-spacing: 0.03em;
  }

  #mothersday .mothersday-title span::before,
  #mothersday .mothersday-title span::after {
    height: 15px;
  }

  #mothersday .accordion {
    margin: 30px auto 0;
  }

  #mothersday .accordion-item {
    border-bottom-width: 1px;
  }

  #mothersday .accordion-item::before {
    top: 14px;
    right: 5px;
    width: 20px;
    height: 20px;
  }

  #mothersday .accordion-item:first-child {
    border-top-width: 1px;
  }

  #mothersday .accordion-title {
    padding: 18px 8px;
    font-size: 14px;
  }

  #mothersday .accordion-title::before,
  #mothersday .accordion-title::after {
    top: 23px;
    right: 10px;
  }

  #mothersday .accordion-contents {
    padding: 0 5px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
}

/*-----------------------------------------
  accordion --present用用
-----------------------------------------*/
#mothersday .accordion.-is-present {
  margin-left: auto;
  margin-right: auto;
}

#mothersday .accordion.-is-present .accordion-item {
  border-radius: 10px;
  background: #fff;
}

#mothersday .accordion.-is-present .accordion-item::before {
  display: none;
}

#mothersday .accordion.-is-present .ac-shop-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 20px 40px 20px;
  gap: 3px;
}

@media screen and (max-width: 750px) {
  #mothersday .accordion.-is-present .ac-shop-list {
    padding: 15px 15px 15px;
  }
}

#mothersday .accordion.-is-present .ac-shop-list>li {
  text-align: left;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}

#mothersday .accordion.-is-present .ac-shop-list>li>a {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #mothersday .accordion.-is-present .ac-shop-list>li {
    font-size: 12px;
  }
}

#mothersday .accordion.-is-present .ac-shop-list>li::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--color-main);
  border-radius: 50%;
  left: 0;
}

#mothersday .accordion.-is-present .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: var(--color-main);
  border-radius: 10px;
}

#mothersday .accordion.-is-present .accordion-contents {
  padding: 0;
  text-align: center;
}

/*-----------------------------------------
  mainvisual
-----------------------------------------*/
#mothersday .sec-mv .mv-lead {
  margin: 80px 0 0;
  text-align: center;
}

#mothersday .sec-mv .mv-lead .text {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 2;
}

#mothersday .sec-mv .mv-notice {
  position: relative;
  margin: 72px 0 0;
  padding: 34px 20px 28px;
  text-align: center;
  border-top: 1px solid var(--color-pink);
  border-bottom: 1px solid var(--color-pink);
}

#mothersday .sec-mv .mv-notice::before,
#mothersday .sec-mv .mv-notice::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background: var(--color-pink);
}

#mothersday .sec-mv .mv-notice:before {
  left: 10px;
}

#mothersday .sec-mv .mv-notice:after {
  right: 10px;
}

#mothersday .sec-mv .mv-notice h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}

#mothersday .sec-mv .mv-notice .text {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 2;
}

#mothersday .sec-mv .mv-notice .notice {
  margin: 6px 0 0;
  font-size: 12px;
}

#mothersday .sec-mv .mv-notice .social {
  margin: 32px 0 0;
  font-weight: bold;
  font-size: 18px;
}

#mothersday .sec-mv .mv-notice .mothersday-btn {
  width: 250px;
  height: 46px;
  margin: 20px auto 0;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-mv h1 {
    margin: 0 -30px;
  }

  #mothersday .sec-mv .mv-lead {
    margin: 40px 0 0;
  }

  #mothersday .sec-mv .mv-lead h2 img {
    width: 252px;
  }

  #mothersday .sec-mv .mv-lead .text {
    margin: 8px 0 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.77;
  }

  #mothersday .sec-mv .mv-notice {
    margin: 38px 0 0;
    padding: 13px 20px 20px;
  }

  #mothersday .sec-mv .mv-notice:before {
    left: 5px;
  }

  #mothersday .sec-mv .mv-notice:after {
    right: 5px;
  }

  #mothersday .sec-mv .mv-notice h3 {
    font-size: 16px;
    line-height: 1.4375;
  }

  #mothersday .sec-mv .mv-notice .text {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1.77;
  }

  #mothersday .sec-mv .mv-notice .notice {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 1.63;
    text-align: left;
  }

  #mothersday .sec-mv .mv-notice .social {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.38;
  }

  #mothersday .sec-mv .mv-notice .mothersday-btn {
    width: 260px;
    height: 40px;
    margin: 8px auto 0;
  }
}

/*-----------------------------------------
  recommend
-----------------------------------------*/
#mothersday .sec-recommend {
  padding: 80px 0 80px;
  background: var(--color-gray);
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend {
    padding: 36px 0 80px;
  }
}

#mothersday .sec-recommend .mothersday-title {
  margin: 0;
}

#mothersday .sec-recommend .mothersday-title span {
  font-size: 36px;
  line-height: 1.1;
}

#mothersday .sec-recommend .mothersday-title span::before,
#mothersday .sec-recommend .mothersday-title span::after {
  left: -30px;
  height: 52px;
  background: var(--color-red);
}

#mothersday .sec-recommend .mothersday-title span::after {
  left: auto;
  right: -30px;
}

#mothersday .sec-recommend .recommend-text {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

#mothersday .sec-recommend .recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 20px;
  margin: 51px 0 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 30px;
    margin: 24px auto 0;
  }
}

#mothersday .sec-recommend .recommend-list li {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-list li {
    width: 100%;
  }
}

#mothersday .sec-recommend .recommend-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
  background: #fff;
}

#mothersday .sec-recommend .recommend-staff-img {
  width: 142px;
  text-align: center;
  border-right: 1px solid var(--color-pink);
}

#mothersday .sec-recommend .recommend-staff-img .name {
  margin: 4px 0 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.166;
}

#mothersday .sec-recommend .recommend-staff-text .comment {
  font-weight: bold;
  font-size: 16px;
}

#mothersday .sec-recommend .recommend-staff-text .comment span {
  display: block;
  margin: 10px 0 0;
  font-size: 28px;
}

#mothersday .sec-recommend .recommend-detail {
  padding: 26px 20px 26px;
  background: #fff;
  margin: 0 auto 0;
}
#mothersday .recommend-detail .name span{
  display: block;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-detail {
    padding: 10px 15px 20px;
    margin: 0;
  }
}

#mothersday .sec-recommend .recommend-detail-heading {
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-red);
  border-bottom: 1px solid var(--color-pink);
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-detail-heading {
    font-size: 15px;
  }
}

#mothersday .sec-recommend .recommend-detail-sub-heading {
  margin: 20px auto 0;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-detail-sub-heading {
    max-width: 212px;
    margin: 10px auto 0 0;
  }
}

#mothersday .sec-recommend .recommend-detail .comment {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.714;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-detail .comment {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.77;
  }
}

#mothersday .sec-recommend .recommend-detail .staff-info {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.714;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-detail .staff-info {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.63;
  }
}

#mothersday .sec-recommend .recommend-detail .name {
  margin: 20px 0 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.714;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend .recommend-detail .name {
    margin: 10px 0 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.77;
  }
}

#mothersday .sec-recommend .recommend-detail .name a {
  display: block;
  text-decoration: underline;
}

#mothersday .sec-recommend .mothersday-btn {
  margin: 77px auto 0;
  width: 470px;
  height: 60px;
}

@media screen and (min-width: 751px) {
  #mothersday .sec-recommend .recommend-staff-img .illust img {
    width: 82px;
  }
}

@media screen and (max-width: 750px) {
  #mothersday .sec-recommend {
    padding: 40px 0;
  }

  #mothersday .sec-recommend .mothersday-title span {
    font-size: 20px;
  }

  #mothersday .sec-recommend .mothersday-title span::before,
  #mothersday .sec-recommend .mothersday-title span::after {
    left: -12px;
    height: 45px;
  }

  #mothersday .sec-recommend .mothersday-title span::after {
    left: auto;
    right: -12px;
  }

  #mothersday .sec-recommend .recommend-text {
    margin: 20px 0 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.77;
  }

  #mothersday .sec-recommend .recommend-staff {
    gap: 5px;
    padding: 5px;
  }

  #mothersday .sec-recommend .recommend-staff-img {
    width: 41px;
    border-right: none;
  }

  #mothersday .sec-recommend .recommend-staff-text .comment {
    font-size: 9px;
  }

  #mothersday .sec-recommend .recommend-staff-text .comment span {
    margin: 5px 0 0;
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  #mothersday .sec-recommend .recommend-img {
    margin-top: 20px;
  }

  #mothersday .sec-recommend .recommend-img,
  #mothersday .sec-recommend .recommend-img div {
    position: relative;
  }

  #mothersday .sec-recommend .recommend-img::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 19px;
    height: 19px;
    background: var(--color-red);
    border-radius: 50%;
    z-index: 1;
    display: none;
  }

  #mothersday .sec-recommend .recommend-img div:before,
  #mothersday .sec-recommend .recommend-img div:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 11px;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 1;
  }

  #mothersday .sec-recommend .recommend-img div::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #mothersday .sec-recommend .recommend-detail {
    /*  display: none; */
  }

  #mothersday .sec-recommend .mothersday-btn {
    margin: 40px auto 0;
    width: 315px;
    height: 40px;
  }

  /* remodal */
  .remodal-wrapper {
    padding: 20px;
    text-align: left;
  }

  .remodal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    width: 19px;
    height: 19px;
    background: var(--color-red);
    border-radius: 50%;
  }

  .remodal-close::before,
  .remodal-close::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 4px;
    left: auto;
    width: 12px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }

  .remodal-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .remodal {
    margin: 0;
    padding: 15px 15px 25px;
  }

  .remodal img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .remodal .recommend-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .remodal .recommend-staff-img {
    width: 82px;
  }

  .remodal .recommend-staff-text .comment {
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .remodal .recommend-staff-text .comment span {
    display: block;
    margin: 6px 0 0;
    font-weight: bold;
    font-size: 22px;
    color: var(--color-red);
  }

  .remodal .recommend-staff-text .name {
    margin: 10px 0 0;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .remodal .recommend-img {
    margin: 15px 0 0;
    padding: 0 5px;
  }

  .remodal .recommend-detail {
    margin: 15px 0 0;
    padding: 0 5px;
  }

  .remodal .recommend-detail .comment {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.77;
  }

  .remodal .recommend-detail .name {
    margin: 15px 0 0;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .remodal .recommend-detail .name a {
    display: block;
    text-decoration: underline;
  }
}

/*-----------------------------------------
  wrapping
-----------------------------------------*/
#mothersday .sec-wrapping {
  margin: 0 auto 0 !important;
}

#mothersday .sec-wrapping .mothersday-inner::before,
#mothersday .sec-wrapping .mothersday-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 150vw;
  height: 100%;
  background: var(--color-pink);
}

#mothersday .sec-wrapping .mothersday-inner::after {
  left: 0;
  right: auto;
}

#mothersday .sec-wrapping .wrapping-wrapper {
  padding: 80px 40px;
  background: var(--color-pink);
  position: relative;
  z-index: 2;
}

#mothersday .sec-wrapping .wapping-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

#mothersday .sec-wrapping .wapping-text h3 {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
}

#mothersday .sec-wrapping .wapping-text h3~* {
  margin: 20px 0 0;
}

#mothersday .sec-wrapping .wapping-text .title {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.777;
}

#mothersday .sec-wrapping .wapping-text .text {
  font-size: 16px;
  line-height: 1.8;
}

#mothersday .sec-wrapping .wapping-text .detail {
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.714;
}

#mothersday .sec-wrapping .wapping-text .small {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 2;
}

#mothersday .sec-wrapping .wapping-text .mothersday-btn {
  height: 46px;
}

@media screen and (min-width: 751px) {
  #mothersday .sec-wrapping .wapping-img {
    width: calc(50% - 20px);
  }

  #mothersday .sec-wrapping .wapping-text {
    width: 50%;
  }

  #mothersday .sec-wrapping .wapping-contents:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 750px) {
  #mothersday .sec-wrapping .wrapping-wrapper {
    padding: 40px 0px;
  }

  #mothersday .sec-wrapping .mothersday-title img {
    width: 174px;
  }

  #mothersday .sec-wrapping .wapping-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 10px;
  }

  #mothersday .sec-wrapping .wapping-contents:nth-child(2) {
    margin: 40px 0 0;
  }

  #mothersday .sec-wrapping .wapping-text h3 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
  }

  #mothersday .sec-wrapping .wapping-text .title {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }

  #mothersday .sec-wrapping .wapping-text .text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.77;
  }

  #mothersday .sec-wrapping .wapping-text .detail {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }

  #mothersday .sec-wrapping .wapping-text .small {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 1.63;
  }

  #mothersday .sec-wrapping .wapping-text .mothersday-btn {
    margin: 20px 0 0;
    height: 40px;
    font-size: 13px;
  }
}

/*-----------------------------------------
  flower gift
-----------------------------------------*/
#mothersday .sec-flowergift .flowergift-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#mothersday .sec-flowergift .flowergift-text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

#mothersday .sec-flowergift .flowergift-text .icon li {
  width: 136px;
}

#mothersday .sec-flowergift .flowergift-text .text {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 2;
}

#mothersday .sec-flowergift .flowergift-text .mothersday-btn {
  margin: 22px 0 0;
}

#mothersday .sec-flowergift .flowergift-notice .flowergift-detail a {
  display: block;
  text-decoration: underline;
}

#mothersday .sec-flowergift .flowergift-notice dl dt {
  margin-top: 1.625em;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  #mothersday .sec-flowergift .flowergift-img {
    width: 50%;
    padding: 0 30px;
  }

  #mothersday .sec-flowergift .flowergift-text {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  #mothersday .sec-flowergift .mothersday-title img {
    width: 222px;
  }

  #mothersday .sec-flowergift .flowergift-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 0;
  }

  #mothersday .sec-flowergift .flowergift-text .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }

  #mothersday .sec-flowergift .flowergift-text .icon li {
    width: 112px;
  }

  #mothersday .sec-flowergift .flowergift-text .text {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.77;
  }

  #mothersday .sec-flowergift .flowergift-text .mothersday-btn {
    margin: 10px 0 0;
  }

  #mothersday .sec-flowergift .flowergift-notice dl dt {
    margin-top: 1.5em;
  }
}

/*-----------------------------------------
  special item
-----------------------------------------*/
#mothersday .sec-special .special-wrapper {
  padding: 80px 40px;
  background: var(--color-pink);
}

#mothersday .sec-special .special-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

#mothersday .sec-special .special-text h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.38;
}

#mothersday .sec-special .special-text .text,
#mothersday .sec-special .special-text .detail {
  margin: 1em 0 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

#mothersday .sec-special .special-text .text .small {
  font-size: 12px;
}

@media screen and (min-width: 751px) {
  #mothersday .sec-special .special-img {
    width: calc(50% - 20px);
  }

  #mothersday .sec-special .special-text {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  #mothersday .sec-special .special-wrapper {
    margin: 0 -15px;
    padding: 40px 30px;
  }

  #mothersday .sec-special .mothersday-title img {
    width: 244px;
  }

  #mothersday .sec-special .special-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 15px;
  }

  #mothersday .sec-special .special-text h3 {
    font-size: 19px;
  }

  #mothersday .sec-special .special-text .text,
  #mothersday .sec-special .special-text .detail {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.77;
  }

  #mothersday .sec-special .special-text .text .small {
    font-size: 11px;
  }
}

/*-----------------------------------------
  gift service
-----------------------------------------*/
#mothersday .sec-giftservice .text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-giftservice .mothersday-title img {
    width: 222px;
  }

  #mothersday .sec-giftservice .text {
    font-size: 13px;
    line-height: 1.77;
  }
}

/*-----------------------------------------
  pick up
-----------------------------------------*/
#mothersday .sec-pickup.-pickup01 .mothersday-inner {
  width: 100%;
  max-width: 1000px;
}

#mothersday .sec-pickup.-pickup01 .pickup-list {
  margin-top: 36px;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-pickup.-pickup01 .pickup-list {
    margin-top: 20px;
  }
}

#mothersday .sec-pickup {
  margin: 0 auto 0 !important;
  padding: 60px 0;
  background: none !important;
}

#mothersday .sec-pickup h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

#mothersday .sec-pickup .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin: 55px 0 0;
}

#mothersday .sec-pickup .pickup-list li {
  width: calc(50% - 15px);
}

@media screen and (max-width: 750px) {
  #mothersday .sec-pickup {
    margin: 100px 0 0;
    padding: 40px 0;
  }

  #mothersday .sec-pickup h2 {
    font-size: 16px;
  }

  #mothersday .sec-pickup .pickup-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px 0 0;
  }

  #mothersday .sec-pickup .pickup-list li {
    width: calc((100% - 10px) / 2);
  }
}

/*-----------------------------------------
  recommend内部のpick up
-----------------------------------------*/
#mothersday .inner-pickup {
  margin: 80px 0 0;
  padding: 0;
  background: var(--color-gray);
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup .color-ac {
    max-width: 230px;
    margin: 0 auto 0;
  }
}

#mothersday .inner-pickup .mothersday-inner {
  width: 100%;
  padding: 0;
}

#mothersday .inner-pickup h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

#mothersday .inner-pickup .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 37px 0 0;
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup .pickup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
  }
}

#mothersday .inner-pickup .pickup-list li {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup .pickup-list li {
    width: 100%;
    gap: 15px;
  }
}

#mothersday .inner-pickup .pickup-list-img {
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup .pickup-list-img {
    width: 115px;
  }
}

#mothersday .inner-pickup .pickup-list-detail {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mothersday .inner-pickup .pickup-list-detail .name {
  width: 100%;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup .pickup-list-detail .name {
    font-size: 12px;
    gap: 5px;
  }
}

#mothersday .inner-pickup .pickup-list-detail .name a {
  text-decoration: underline;
}

#mothersday .inner-pickup .pickup-list-detail-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.67;
}

@media screen and (max-width: 750px) {
  #mothersday .inner-pickup .pickup-list-detail-heading {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*-----------------------------------------
  contents (汎用セクション)
-----------------------------------------*/
#mothersday .sec-contents {
  margin: 0 auto 0 !important;
}

#mothersday .sec-contents .contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mothersday .sec-contents .contents-inner {
  position: relative;
}

#mothersday .sec-contents .contents-inner::before,
#mothersday .sec-contents .contents-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 150vw;
  height: 100%;
  background: var(--color-pink);
}

#mothersday .sec-contents .contents-inner::after {
  left: 0;
  right: auto;
}

#mothersday .sec-contents .contents-wrapper {
  padding: 80px 40px;
  background: var(--color-gray);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents .contents-wrapper {
    padding: 40px 20px;
  }
}

#mothersday .sec-contents .contents-body {
  max-width: 100%;
  display: block;
  gap: 20px;
  margin: 0 auto 0;
  text-align: center;
}

#mothersday .sec-contents .contents-body .dateTxt {
  color: var(--color-red);
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents .contents-body .dateTxt {
    font-size: 12px;
  }
}

#mothersday .sec-contents .contents-text h3 {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
}

#mothersday .sec-contents .contents-text h3~* {
  margin: 20px 0 0;
}

#mothersday .sec-contents .contents-text .title {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.777;
}

#mothersday .sec-contents .contents-text .text {
  font-size: 16px;
  line-height: 1.8;
}

#mothersday .sec-contents .contents-text .detail {
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.714;
}

#mothersday .sec-contents .contents-text .small {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 2;
}

#mothersday .sec-contents .contents-text .mothersday-btn {
  height: 46px;
}

/* contents (汎用セクション) -- present */
#mothersday .sec-contents.-present {
  margin-top: 120px !important;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents.-present {
    margin-top: 60px !important;
  }
}

#mothersday .sec-contents.-present .contents-inner::before,
#mothersday .sec-contents.-present .contents-inner::after {
  background: #f6f5f2 !important;
}

#mothersday .sec-contents.-present .contents-accordion {
  max-width: 600px;
  margin: 30px auto 0;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents.-present .contents-accordion {
    margin-top: 20px;
  }
}

#mothersday .sec-contents.-present .contents-title::before,
#mothersday .sec-contents.-present .contents-title::after {
  top: 30px;
  width: 14px;
  right: 20px;
}

@media screen and (max-width: 750px) {

  #mothersday .sec-contents.-present .contents-title::before,
  #mothersday .sec-contents.-present .contents-title::after {
    top: 30px;
    width: 14px;
    right: 20px;
  }
}

#mothersday .sec-contents.-present .contents-title picture {
  width: 225px;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents.-present .contents-title picture {
    width: 145px;
  }
}

#mothersday .sec-contents.-present .contents-body {
  margin-top: 44px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents.-present .contents-body {
    margin-top: 20px;
    text-align: left;
  }
}

#mothersday .sec-contents.-present .text {
  line-height: 2;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents.-present .text {
    font-size: 13px;
    line-height: 1.77;
  }
}

#mothersday .sec-contents.-present .text+.text {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #mothersday .sec-contents.-present .text+.text {
    margin-top: 10px;
  }
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
#mothersday .collabo-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 440px;
  height: 46px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #f59562 url(/img/usr/event/feature-teraokanatsumi/icon_arrow_w.png) no-repeat right 14px center/14px;
  border-radius: 10px;
}

#mothersday .collabo-tax {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 120px 0 0;
}

#mothersday .btn_item_lp_ {
  position: fixed;
  right: 5%;
  bottom: 150px;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  #mothersday .collabo-btn a {
    width: 92%;
    padding: 15px 0;
    font-size: 15px;
    background-position: right 14px center;
    background-size: 12px;
  }

  #mothersday .collabo-tax {
    font-size: 13px;
    margin: 60px 0 0 0px;
  }

  #mothersday .btn_item_lp_ {
    bottom: 75px;
    width: 85px;
  }
}