@charset "UTF-8";
/*style入れたら不要ここから*/
* {
  box-sizing: border-box;
}
#container:not(.topPage) {
  margin-top: 0;
}
#container:not(.topPage) {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  #container:not(.topPage) {
      padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #container:not(.topPage) {
      margin-top: 0px;
  }
}
@media (max-width: 991px) {
  #container #main {
      width: 100% !important;
  }
}

/*style入れたら不要こｋまで*/
.mothers-day * {
  letter-spacing: 1px;
}
#container:not(.topPage) #main {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 910px;
  display: block;
  position: relative;
}
.mothers-day .pc-only,
.summary .pc-only {
  display: block;
}
.mothers-day .sp-only,
.summary .sp-only {
  display: none;
}
.mothers-day figure,
.mothers-day ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mothers-day figure {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.mothers-day figure img {
  max-width: 100%;
  height: auto;
}
.mothers-day h2 {
  font-size: clamp(20px, 6vw, 34px);
  text-align: center;
  font-weight: 500;
  margin-block-end: clamp(20px, 5vw, 35px);
}
.mothers-day h3 {
  font-size: clamp(23px, 5vw, 25px);
  text-align: center;
  font-weight: 600;
  padding-block-end: 15px;
  border-bottom: 2px solid #E50012;
  margin-block-end: clamp(30px, 4vw, 40px);
}
.mothers-day h2 + p,
.mothers-day h3 + p,
.mothers-day h4 + p {
  text-align: center;
  line-height: 2;
  padding-inline: 5%;
}
.mothers-day h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  padding: 13px 10px;
  background: #FF5174;
  margin-block-end: clamp(30px, 4vw, 40px);
}

.mothers-day a[class*="iconButton"]::after {
  right: 15px;
  transform: rotate(135deg) translateY(-50%);
}
.mothers-day a[class*="iconButton"]:hover::after {
  right: 17px;
  transform: rotate(135deg) translateY(-100%);
}

/* intro */
.mothers-day .intro {
  margin-bottom: clamp(40px, 7vw, 60px);
}
.mothers-day .intro figure {
  margin-bottom: clamp(40px, 8vw, 70px);
}

/* pageindex */
.mothers-day ul.pageindex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto clamp(50px, 8vw, 100px);
}
.mothers-day ul.pageindex li {
  width: calc((100% - 40px) / 3);
}
.mothers-day ul.pageindex li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 10px;
  background: #FF5174;
  transition: opacity .3s;
  border-radius: 5px;
}
.mothers-day ul.pageindex li a:hover {
  opacity: .8;
}

/* pickupitem */
.pickupitem {
  padding: clamp(25px, 4vw, 40px);
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  box-shadow: 7px 7px 0px 0px rgba(223, 223, 223, 0.4);
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-block: 50px;
}
.pickupitem figure {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 350px;
  flex-shrink: 0;
}
.pickupitem dl {
  display: flex;
  flex-direction: column;
}
.pickupitem dl dt {
  font-size: 18px;
  line-height: 1.3;
  margin-block-end: 2em;
}
.pickupitem dl dd {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.pickupitem dl dd p {
  font-size: 15px;
  line-height: 2;
}
.pickupitem dl dd a {
  margin: auto auto 0;
}

/* sliderArea */
.sliderArea {
  position: relative;
}
.swiper {
  width: 100%;
}
.swiper-wrapper {
  flex-wrap: nowrap!important;
  align-items: stretch!important;
}
.swiper-slide {
  height: auto;
  padding: 0;
}
.itemList__unit .itemWrap,
.itemList .itemList__unit .itemWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.mothers-day .itemList .itemList__unit .itemWrap::before {
  display: none;
}
.mothers-day .pickupitem figure {
  position: relative;
}
.mothers-day .pickupitem figure::before {
  content: "";
  display: block;
  width: 45px;
  height: 35px;
  background: url(https://gigaplus.makeshop.jp/fmdirect01/corekara/img/ranking_icon01.png);
  background-size: contain;
  border-radius: 0;
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 15px;
}
.mothers-day .itemList .itemList__unit:first-child .itemWrap::before,
.mothers-day .itemList .itemList__unit:nth-child(2) .itemWrap::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 45px;
  height: 35px;
  border-radius: 50%;
  border-radius: 0;
}
.mothers-day .itemList .itemList__unit:first-child .itemWrap::before {
  background: url(https://gigaplus.makeshop.jp/fmdirect01/corekara/img/ranking_icon02.png);
  background-size: contain; 
}
.mothers-day .itemList .itemList__unit:nth-child(2) .itemWrap:before {
  display: block;
  background: url(https://gigaplus.makeshop.jp/fmdirect01/corekara/img/ranking_icon03.png);
  background-size: contain;
}
.itemList__unit .itemWrap .itemName {
  font-weight: 400;
  flex-grow: 2;
  margin-block-end: 15px;
}
.itemList__unit .itemWrap span.button {
  margin-top: auto;
}
._centerBtn {
  margin: 50px auto 0;
}
._centerBtn a.button {
  width: 90%;
  max-width: 320px;
}
.swBtn {
  position: absolute;
  height: 60px;
  width: 30px;
  background: url(https://gigaplus.makeshop.jp/fmdirect01/mothersday2025/slide_arrow.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: opacity .3s;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.swBtn.swiper-button-disabled {
  display: none!important;
}
.swBtn.-prev {
  left: -50px;
  transform: scaleX(-1);
}
.swBtn.-next {
  right: -50px;
}
.swBtn:hover {
  opacity: .5;
}

/* budget */
.budget_index {
  display: flex;
  gap: 2%;
}
.budget_index li {
  width: calc((100% - 6%) / 4);
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(255,81,116,.1);
}
.budget_index li a {
  font-size: clamp(14px, 3vw, 18px);
  text-align: center;
  font-weight: 500;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity .3s;
}
.budget_index li a:hover {
  opacity: .7;
}
.budget_index li a p {
  line-height: 1.2;
}
.budget_index li a span {
  font-size: clamp(20px, 5vw, 32px);
}
.budget_index li a::before,
.budget_index li a::after {
  content: ''; 
  border-top: 15px solid #FF5174;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
}
.budget_index li a::before {
  top: -2px;
  left: -10px;
  transform: rotate(135deg);
}
.budget_index li a::after {
  bottom: -2px;
  right: -10px;
  transform: rotate(-45deg);
}

/* category */ 
.mothers-day ul.catefory_index {
  display: flex;
  gap: 2%;
  margin-block-end: clamp(50px, 5vw, 70px);
}
.catefory_index li {
  width: calc((100% - 6%) / 4);
  height: auto;
}
.mothers-day ul.catefory_index li a {
  gap: 5px;
}

/* summary */
.summary {
  margin-bottom: 0;
}
.summary ._centerBtn {
  margin: 20px auto clamp(40px, 6vw, 80px);
}
.summary_Wrap {
  padding: clamp(40px, 6vw, 80px) 0;
  width: 100%;
  background: url(https://gigaplus.makeshop.jp/fmdirect01/mothersday2025/bg_summary_pc.jpg) center center no-repeat;
  background-size: cover;
}
.summary_Wrap dl {
  width: 84%;
  max-width: 720px;
  padding: clamp(40px, 6vw, 80px) clamp(30px, 4vw, 60px)  clamp(30px, 5vw, 70px);
  margin: 0 auto;
  background: #fff;
  outline: 1px solid #E0BF6D;
  outline-offset: -20px;
}
.summary_Wrap dl dt {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: clamp(1em, 4vw, 2em);
}
.summary_Wrap dl dd {
  text-align: center;
}
.summary_Wrap dl dd p {
  font-weight: 400;
  line-height: 2;
}


@media (max-width: 1200px) and (min-width: 992px) {
  #container:not(.topPage) #main {
    width: 100%!important;
  }
}
@media (max-width: 991px) {
  .mothers-day#main > section {
    padding-inline: 15px;
  }

  /* pageindex */
  .mothers-day ul.pageindex {
    width: calc(100% - 30px);
  }

}
@media (max-width: 768px) {

  .mothers-day .pc-only,
  .summary .pc-only {
    display: none;
  }
  .mothers-day .sp-only,
  .summary .sp-only {
    display: block;
  }

  /* pageindex */
  .mothers-day ul.pageindex {
    flex-wrap: wrap;
    gap: 15px 15px;
  }
  .mothers-day ul.pageindex li {
    width: calc((100% - 15px) / 2);
  }

  /* pickupitem */
  .pickupitem {
    display: block;
    margin-block: 30px;
  }
  .pickupitem figure {
    margin-block-end: 20px;
  }
  .pickupitem dl dt {
    margin-block-end: 1em;
  }
  .pickupitem dl dd p {
    line-height: 1.7;
  }
  .pickupitem dl dd a {
    margin: auto auto 0;
  }

  /* sliderArea */
  .sliderArea {
    padding-bottom: 20px;
  }
  .itemList__unit .itemWrap span.button {
    padding-left: 5px;
  }
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 8px;
    border-radius: 0;
    bottom: -10px;
    background: #DFDFDF;
  }
  .swiper-scrollbar-drag {
    border-radius: 0;
    background: #A6A6A6;
  }

  /* budget */
  .budget_index {
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .budget_index li {
    width: calc((100% - 20px) / 2);
  }

  /* category */ 
  .mothers-day ul.catefory_index {
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .mothers-day ul.catefory_index li {
    width: calc((100% - 2%) / 2);
  }

  /* summary */
  .summary_Wrap {
    background: url(https://gigaplus.makeshop.jp/fmdirect01/mothersday2025/bg_summary_sp.jpg) center 5% no-repeat;

  }
  .summary_Wrap dl {
    outline-offset: -10px;
  }

}

