@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
.summergift {
  /* iPad mini 6 */
}
.summergift .w100 {
  width: 100%;
}
.summergift .text-center {
  text-align: center;
}
.summergift .text-left {
  text-align: left;
}
.summergift .text-right {
  text-align: right;
}
.summergift .bold,
.summergift .strong {
  font-weight: bold;
}
.summergift .brTb {
  display: none;
}
.summergift .brTbNone {
  display: block;
}
.summergift .brXs {
  display: none;
}
.summergift .brMax1370 {
  display: none;
}
.summergift .mrb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 1370px) and (min-width: 768px) {
  .summergift .brMax1370 {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .summergift .brLgMaxNone {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .summergift .nowrap-pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .brTb {
    display: block;
  }
  .summergift .tbNone {
    display: none;
  }
  .summergift .brTbNone {
    display: none;
  }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
  .summergift .tbOnlyNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 744px) {
  .summergift .tbOnlyNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .summergift .brTb {
    display: none;
  }
  .summergift .nowrap-sp {
    white-space: nowrap;
  }
  .summergift .nowrap-sp .palt {
    font-feature-settings: "palt";
  }
  .summergift .nowrap--sp {
    margin: 0 calc(50% - 50vw);
  }
  .summergift .brTbNone {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .summergift .brXs {
    display: block;
  }
  .summergift .nowrap-sp {
    white-space: normal;
  }
  .summergift .nowrap--sp {
    white-space: normal;
  }
  .summergift .brXsNone {
    display: none;
  }
}

.summergift .mainvisual {
  position: relative;
  margin-bottom: 30px;
}
.summergift .mainvisual-link {
  position: absolute;
  bottom: 52px;
  width: 430px;
  height: 133px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.summergift .mainvisual-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .summergift .mainvisual-link {
    bottom: 49px;
    width: 449px;
    height: 133px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .mainvisual-link {
    bottom: calc(52 / (var(--pc-break-point) + var(--scrollbar-width)) * (100vw - 50px));
    width: calc(430 / (var(--pc-break-point) + var(--scrollbar-width)) * (100vw - 50px));
    height: calc(133 / (var(--pc-break-point) + var(--scrollbar-width)) * (100vw - 50px));
  }
}
@media screen and (max-width: 767px) {
  .summergift .mainvisual-link {
    bottom: calc(30 / (var(--sp-break-point) + var(--scrollbar-width)) * 100vw);
    width: 100%;
    height: calc(103 / (var(--sp-break-point) + var(--scrollbar-width)) * 100vw);
  }
}
.summergift .mainvisual-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding-top: 2px;
  font-size: 14px;
  color: #fff;
  background-color: #238acf;
}
@media screen and (max-width: 767px) {
  .summergift .mainvisual-title {
    padding-top: 0;
  }
}
.summergift .mainvisual--yokoku {
  margin-bottom: 40px;
}
.summergift .mainvisual__image {
  position: relative;
}
.summergift .mainvisual__bottom {
  padding: 30px 15px 0;
}
.summergift .mainvisual__bottom .notes {
  font-size: 18px;
  color: #2a2a2a;
  letter-spacing: 0.05em;
}
.summergift .mainvisual .daytime {
  line-height: 1.25;
  color: #238acf;
  letter-spacing: 0.03em;
}
.summergift .mainvisual .daytime__lead {
  font-size: 30px;
  font-weight: 500;
}
.summergift .mainvisual .daytime__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.summergift .mainvisual .daytime__title .small {
  font-size: 30px;
  font-weight: 500;
}
.summergift .mainvisual .daytime__title .bold {
  font-weight: 700;
}
.summergift .mainvisual .daytime__title .palt {
  padding: 0 4px;
  font-feature-settings: "palt";
}
.summergift .mainvisual .daytime__title .number {
  letter-spacing: 0.04em;
}
.summergift .mainvisual .notes ul li::before {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .summergift .mainvisual {
    line-height: 1.16;
  }
  .summergift .mainvisual--yokoku {
    margin-bottom: 20px;
  }
  .summergift .mainvisual__bottom {
    padding: 20px 20px 0;
  }
  .summergift .mainvisual__bottom .notes {
    font-size: 15px;
    line-height: 1.56;
  }
  .summergift .mainvisual__bottom .notes ul li {
    padding-left: 0;
    text-indent: 0;
  }
  .summergift .mainvisual .daytime__lead {
    font-size: 20px;
    line-height: 1.1;
  }
  .summergift .mainvisual .daytime__title {
    font-size: 30px;
  }
  .summergift .mainvisual .daytime__title .small {
    font-size: 20px;
  }
}

/**
* アコーディオン
*/
.summergift .accordion {
  margin-bottom: 30px;
}
.summergift .accordion .accordionTitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border: 2px solid #dc6271;
}
.summergift .accordion .accordionTitle span {
  position: relative;
  font-weight: 500;
  color: #dc6271;
}
.summergift .accordion .accordionTitle span::before {
  position: absolute;
  top: 50%;
  left: -33px;
  width: 22px;
  height: 35px;
  content: "";
  background-image: url("../icon-accordion-title01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.summergift .accordion .accordionTitle.open::after {
  transform: translateY(-50%);
}
.summergift .accordion .accordionTitle::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 20px;
  height: 7px;
  content: "";
  background-image: url("../icon-arrow-accordion01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .accordion {
    margin-bottom: 20px;
  }
  .summergift .accordion .accordionTitle {
    height: 60px;
  }
  .summergift .accordion .accordionTitle span::before {
    left: -30px;
    width: 19px;
    height: 30px;
  }
  .summergift .accordion .accordionTitle::after {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .accordion {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
  .summergift .accordion .accordionTitle {
    height: 50px;
    font-size: 17px;
  }
  .summergift .accordion .accordionTitle::after {
    right: 10px;
    width: 17px;
    height: 6px;
  }
  .summergift .accordion .accordionTitle.open::after {
    right: 10px;
    width: 15.726px;
  }
  .summergift .accordion .accordionTitle span {
    display: inline-block;
    margin-left: 10px;
  }
  .summergift .accordion .accordionTitle span::before {
    top: 53%;
    left: -28px;
  }
}

/**
* ご注文前に必ずお読みください。
*/
.summergift .attention {
  padding: 40px 40px 30px;
  text-align: left;
  background-color: #fff9fa;
}
.summergift .attention dt {
  margin-left: -12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.67;
  color: #484848;
}
.summergift .attention dd {
  font-size: 18px;
  line-height: 1.67;
  color: #484848;
}
.summergift .attention dd:not(:last-child) {
  margin-bottom: 12px;
}
.summergift .attention dd li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.summergift .attention dd li .emphasis {
  font-weight: bold;
  color: #bb3939;
}
.summergift .attention dd li .emphasisBlack {
  color: #484848;
}
.summergift .attention dd li::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "・";
}
.summergift .attention dd li li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1px;
}
.summergift .attention dd li li::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※";
}
.summergift .attention dd li .space {
  margin-right: 90px;
}
.summergift .attention dd .emphasis {
  font-weight: bold;
  color: #bb3939;
}
.summergift .attention .proviso {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
  color: #7a7a7a;
}
.summergift .attention .proviso .bold {
  font-weight: normal;
  color: #000;
}
.summergift .attention .note {
  padding: 11px 18px 12px;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #bb3939;
}
@media screen and (max-width: 767px) {
  .summergift .attention {
    padding: 20px;
  }
  .summergift .attention dt {
    margin-left: -9px;
    font-size: 14px;
    line-height: 25px;
  }
  .summergift .attention dd {
    font-size: 14px;
    line-height: 25px;
  }
  .summergift .attention dd:not(:last-child) {
    margin-bottom: 5px;
  }
  .summergift .attention dd li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 4px;
    line-height: 22px;
  }
  .summergift .attention .proviso {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .summergift .attention .note {
    padding: 8px 15px;
    margin-top: 15px;
  }
  .summergift .attention .note dd {
    line-height: 22px;
  }
}

.summergift .anchorLinkNav {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 10px 20px;
  padding: 0 40px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .anchorLinkNav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .summergift .anchorLinkNav {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
    padding: 0 10px;
  }
}
.summergift .anchorLinkBtn {
  height: 70px;
}
.summergift .anchorLinkBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #238acf;
  text-align: center;
  background-color: #f4f9fc;
  background-image: url("../icon-arrow-anchor-link01.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 14px 14px;
  border: 1px solid #238acf;
}
@media screen and (max-width: 767px) {
  .summergift .anchorLinkBtn {
    width: 100%;
    height: 50px;
  }
  .summergift .anchorLinkBtn a {
    font-size: 16px;
    background-position: calc(100% - 10px) 50%;
    background-size: 10px 10px;
  }
}
.summergift .anchorLinkNavNotice {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 30px;
}
.summergift .anchorLinkNavNotice .anchorLinkBtn a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #dc6271;
  background-color: #fff;
  background-image: url("../icon-arrow-anchor-link02.svg");
  border-color: #dc6271;
}
.summergift .anchorLinkNavNotice .anchorLinkBtn a::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  margin-right: 9px;
  content: "";
  background-image: url("../icon-exclamation-mark01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .summergift .anchorLinkNavNotice .anchorLinkBtn {
    width: 100%;
  }
  .summergift .anchorLinkNavNotice .anchorLinkBtn a {
    padding-right: 2%;
    font-size: 18px;
    background-position: calc(100% - 10px) 50%;
    background-size: 10px 10px;
  }
  .summergift .anchorLinkNavNotice .anchorLinkBtn a::before {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 5px;
  }
}

.summergift .heading {
  line-height: 1.4;
  text-align: center;
}
.summergift .heading--main-content {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.summergift .heading--main-content .main-content-lead {
  margin-left: 10px;
  font-size: 25px;
  font-weight: normal;
}
.summergift .heading--main-content h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.summergift .heading--main-content h3 .small {
  font-size: 30px;
  font-weight: normal;
}
.summergift .heading--main-content h3 .small--bold {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .summergift .heading--main-content {
    margin-bottom: 20px;
    text-align: center;
  }
  .summergift .heading--main-content .main-content-lead {
    margin-left: 0;
    font-size: 23px;
  }
  .summergift .heading--main-content h3 {
    font-size: 30px;
  }
  .summergift .heading--main-content h3 .small {
    font-size: 20px;
  }
  .summergift .heading--main-content h3 .small--bold {
    font-size: 25px;
  }
}

.summergift {
  /**
  * ステップ
  */
}
.summergift .coupon {
  padding: 0 80px;
  padding: 0;
  line-height: 1.4;
  color: #000;
}
.summergift .coupon .inlineBlock {
  display: inline-block;
}
.summergift .coupon .emphashis {
  font-weight: 700;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .coupon {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .coupon {
    padding: 0;
  }
}
.summergift .couponSummary {
  padding: 0 80px;
  text-align: center;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .couponSummary {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .couponSummary {
    padding: 0;
  }
}
.summergift .couponSummaryTop {
  padding: 22px 10px 18px;
  color: #fff;
  background-color: #238acf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.summergift .couponSummaryTop .emphashis {
  color: #ffd06b;
}
.summergift .couponSummaryTop .small {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryTop {
    padding: 12px;
  }
  .summergift .couponSummaryTop .small {
    font-size: 19px;
  }
}
.summergift .couponSummaryBottom {
  padding: 24px 10px 32px;
  margin-bottom: 20px;
  color: #4b4b4b;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.summergift .couponSummaryBottom .emphashis {
  background: linear-gradient(transparent 70%, rgba(35, 138, 207, 0.15) 70%);
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryBottom {
    padding: 12px;
    margin-bottom: 15px;
  }
}
.summergift .couponLead {
  font-size: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .summergift .couponLead {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .summergift .couponLead {
    font-size: 20px;
  }
}
.summergift .couponTtl .brTb {
  display: none;
}
.summergift .couponTtl {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
}
.summergift .couponDesc {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
}
.summergift .couponBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  height: 55px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #b2b2b2;
}
.summergift .couponBtn span {
  position: relative;
}
.summergift .couponBtn span::after {
  position: absolute;
  top: 50%;
  right: -36px;
  width: 20px;
  height: 7px;
  content: "";
  background-image: url("../icon-arrow-right-couponBtn01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-50%);
}
.summergift .couponBtn.open span::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .couponBtn {
    width: calc(100% - 100px);
    max-width: noen;
  }
}
.summergift .couponBody {
  max-width: 750px;
  margin: 20px auto 0;
}
.summergift .couponSchedule {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.43;
  color: #272727;
  text-align: left;
}
.summergift .couponSchedule .small {
  font-size: 12px;
  color: #5e5e5e;
}
.summergift .couponSchedule li:not(:last-child) {
  margin-bottom: 6px;
}
.summergift .couponSchedule dl {
  display: flex;
}
.summergift .couponNote {
  font-size: 14px;
  line-height: 1.64;
  color: #7a7a7a;
  text-align: left;
}
.summergift .couponNote .emphasis {
  color: #dc6271;
}
.summergift .couponNote li {
  padding-left: 1em;
  text-indent: -1em;
}
.summergift .couponNote li::before {
  content: "※";
}
@media screen and (max-width: 1100px) and (min-width: 951px) {
  .summergift .couponSummary .brTb {
    display: block;
  }
  .summergift .couponTtl {
    line-height: 1.3;
  }
}
@media screen and (max-width: 950px) and (min-width: 821px) {
  .summergift .couponSummary .brTb {
    display: block;
  }
  .summergift .couponDesc {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }
  .summergift .couponTtl {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .summergift .couponSummary .brTb {
    display: block;
  }
  .summergift .couponDesc {
    font-size: 15px;
  }
  .summergift .couponTtl {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 920px) and (min-width: 768px) {
  .summergift .couponSchedule dt {
    white-space: nowrap;
  }
  .summergift .couponSchedule dd .pcNone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .summergift .couponTtl {
    font-size: 30px;
    line-height: 1.3;
  }
  .summergift .couponDesc {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .summergift .couponBtn {
    width: calc(100% - 30px);
    height: 40px;
    font-size: 14px;
  }
  .summergift .couponBtn span::after {
    right: -30px;
    width: 17px;
    height: 6px;
  }
  .summergift .couponBody {
    width: calc(100% - 30px);
    margin-top: 10px;
  }
  .summergift .couponSchedule {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .summergift .couponSchedule li:not(:last-child) {
    margin-bottom: 4px;
  }
  .summergift .couponSchedule dt {
    white-space: nowrap;
  }
  .summergift .couponSchedule .small {
    display: block;
    font-size: 12px;
  }
  .summergift .couponNote {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .summergift .couponMail {
    font-size: 16px;
  }
  .summergift .couponStep {
    padding: 20px 15px;
  }
  .summergift .couponSteptTtl {
    margin-bottom: 10px;
  }
  .summergift .couponStepTtlLead {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .summergift .couponStepSummary {
    padding: 15px;
  }
}
@media screen and (max-width: 374px) {
  .summergift .couponTtl {
    font-size: 26px;
  }
  .summergift .couponDesc {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .summergift .couponSchedule {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .summergift .couponStepSummary {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 744px) {
  .summergift .couponSchedule li br {
    display: none;
  }
  .summergift .couponSchedule .small {
    display: inline;
  }
  .summergift .couponSummary .brTb {
    display: none;
  }
  .summergift .couponSummary .pcNone {
    display: none;
  }
  .summergift .couponDesc {
    font-size: 15px;
  }
  .summergift .couponTtl {
    font-size: 27px;
    line-height: 1.3;
  }
  .summergift .couponDesc .pcNone {
    display: none;
  }
}

.summergift .section--search {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summergift .section--search {
    margin-bottom: 40px;
  }
}
.summergift .section--search .lead-text {
  margin-bottom: 13px;
}
.summergift .section--search p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0;
}
.summergift .section--search p:not(:last-child) {
  margin-bottom: 12px;
}
.summergift .section--search .form {
  display: flex;
  margin-bottom: 28px;
}
.summergift .section--search .inputs {
  display: flex;
  width: calc(100% - 270px);
}
.summergift .section--search .inputs li {
  width: calc((100% - 50px) / 6);
  font-size: 16px;
}
.summergift .section--search .inputs li:not(:nth-child(6)) {
  margin-right: 10px;
}
.summergift .section--search .inputs li input {
  width: 100%;
  height: 50px;
  text-align: center;
  border-color: #aaa;
}
.summergift .section--search .submit {
  width: 250px;
  margin-left: 20px;
}
.summergift .section--search .submit .submitButtom {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #238acf;
}
.summergift .section--search .underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.summergift .section--search ::placeholder {
  font-size: 16px;
  color: #bcbcbc;
  letter-spacing: 0.05em;
}
.summergift .section--search ::placeholder {
  color: #bcbcbc;
  letter-spacing: 0.05em;
}
.summergift .section--search ::input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.05em;
}
.summergift .section--search :input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .section--search .inputs {
    width: calc(100% - 110px);
  }
  .summergift .section--search .submit {
    width: 100px;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .summergift .section--search li input {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .section--search p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .summergift .section--search .form {
    display: block;
    padding: 0;
  }
  .summergift .section--search .inputs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 13px;
  }
  .summergift .section--search .inputs li {
    width: calc((100% - 10px) / 2);
    font-size: 12px;
  }
  .summergift .section--search .inputs li:not(:nth-child(6)) {
    margin-right: 0;
  }
  .summergift .section--search .inputs li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .summergift .section--search .inputs li:nth-last-child(n+3) {
    margin-bottom: 10px;
  }
  .summergift .section--search .inputs li input {
    height: 40px;
  }
  .summergift .section--search .submit {
    width: 100%;
    padding: 0 74px;
    margin-left: 0;
  }
  .summergift .section--search .submit .submitButtom {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .summergift .section--search ::placeholder {
    font-size: 12px;
  }
  .summergift .section--search ::placeholder {
    font-size: 12px;
  }
  .summergift .section--search ::-webkit-input-placeholde {
    font-size: 12px;
  }
  .summergift .section--search :input-placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .summergift .section--search p {
    font-size: 12px;
  }
  .summergift .section--search .inputs li input {
    font-size: 11px;
  }
  .summergift .section--search ::placeholder {
    font-size: 11px;
  }
  .summergift .section--search ::placeholder {
    font-size: 11px;
  }
  .summergift .section--search ::input-placeholder {
    font-size: 11px;
  }
  .summergift .section--search :input-placeholder {
    font-size: 11px;
  }
}
.summergift .catalog {
  line-height: 1;
  text-align: center;
}
.summergift .catalog .emphasis {
  color: #ecb641;
}
.summergift .catalog .catalogLead {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .summergift .catalog .catalogLead {
    margin-bottom: 10px;
  }
}
.summergift .catalog .catalogLink {
  margin-bottom: 30px;
}
.summergift .catalog .catalogLink a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  height: 60px;
  min-height: 30px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ecb641;
  border-radius: 60px;
}
.summergift .catalog .catalogLink span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 68px;
  padding-left: 70px;
  background-image: url("../icon-catalog01.svg"), url("../icon-catalog02.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
@media screen and (max-width: 767px) {
  .summergift .catalog .catalogLink {
    margin-bottom: 20px;
  }
  .summergift .catalog .catalogLink a {
    width: calc(100% - 40px);
    height: 55px;
    font-size: 14px;
  }
  .summergift .catalog .catalogLink span {
    padding-right: 42px;
    padding-left: 40px;
    background-size: 35px auto, 35px auto;
  }
}
.summergift .catalog .catalogNote {
  font-size: 12px;
  color: #707070;
}
.summergift .catalog .catalogNote li::before {
  content: "※";
}

.summergift .section--ranking {
  padding: 0;
  text-align: center;
}
.summergift .section--ranking .body {
  overflow-x: hidden;
  text-align: center;
}
.summergift .section--ranking .item {
  text-align: center;
}
.summergift .section--ranking .item a {
  position: relative;
}
.summergift .section--ranking .item a::before {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  display: block;
  width: 33px;
  height: 43px;
  content: "";
  background-image: url("../icon-number01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.summergift .section--ranking .item a {
  display: block;
  line-height: 1.27;
  color: #4b4b4b;
  letter-spacing: 0.1em;
}
.summergift .section--ranking .item:hover a::before {
  opacity: 0.7;
}
.summergift .section--ranking .item:nth-child(2) a::before {
  background-image: url("../icon-number02.svg");
}
.summergift .section--ranking .item:nth-child(3) a::before {
  background-image: url("../icon-number03.svg");
}
.summergift .section--ranking .item:nth-child(4) a::before {
  background-image: url("../icon-number04.svg");
}
.summergift .section--ranking .item:nth-child(5) a::before {
  background-image: url("../icon-number05.svg");
}
.summergift .section--ranking .item .item__img {
  margin-bottom: 12px;
}
.summergift .section--ranking .item[data-swiper-slide-index="0"] a::before {
  background-image: url("../icon-number01.svg");
}
.summergift .section--ranking .item[data-swiper-slide-index="1"] a::before {
  background-image: url("../icon-number02.svg");
}
.summergift .section--ranking .item[data-swiper-slide-index="2"] a::before {
  background-image: url("../icon-number03.svg");
}
.summergift .section--ranking .item[data-swiper-slide-index="3"] a::before {
  background-image: url("../icon-number04.svg");
}
.summergift .section--ranking .item[data-swiper-slide-index="4"] a::before {
  background-image: url("../icon-number05.svg");
}
.summergift .section--ranking .item__name {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
}
.summergift .section--ranking .item__price {
  font-size: 16px;
  color: #4b4b4b;
}
.summergift .section--ranking .item__price .tax,
.summergift .section--ranking .item__price .unit {
  font-size: 14px;
  font-weight: normal;
}
.summergift .section--ranking .item__price .number {
  font-size: 18px;
  font-weight: bold;
}
.summergift .section--ranking .viewAll a {
  font-size: 20px;
  background-color: #1299d5;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .section--ranking .item__name {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .summergift .section--ranking .item__price {
    font-size: 16px;
  }
  .summergift .section--ranking .item__price .tax,
  .summergift .section--ranking .item__price .unit {
    font-size: 13px;
  }
  .summergift .section--ranking .item__price .number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .section--ranking {
    padding: 0 5px;
    background-repeat: repeat;
    background-size: contain;
  }
  .summergift .section--ranking .heading {
    padding: 0 20px;
  }
  .summergift .section--ranking .item a::before {
    right: 10px;
    width: 26.4px;
    height: 34.19px;
  }
  .summergift .section--ranking .item::before {
    top: -18px;
    width: 60px;
    height: 42.5px;
  }
  .summergift .section--ranking .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .summergift .section--ranking .item:not(:last-child) {
    margin-bottom: 22px;
  }
  .summergift .section--ranking .item .item__img {
    margin-bottom: 6px;
  }
  .summergift .section--ranking .item .item__img img {
    width: 98%;
    height: auto;
  }
  .summergift .section--ranking .item .item__name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.4;
  }
  .summergift .section--ranking .item .item__price {
    font-size: 9px;
  }
  .summergift .section--ranking .item .item__price span {
    font-size: 12px;
  }
  .summergift .section--ranking .item .item__price .number {
    font-size: 18px;
  }
}
.summergift .section--ranking .view-all .button a {
  background-color: #238acf;
}
.summergift .section--ranking .swiper-wrap {
  width: 100%;
  max-width: none;
  overflow: hidden;
}
.summergift .section--ranking .swiper {
  position: relative;
}
.summergift .section--ranking .swiper .swiper-button-prev,
.summergift .section--ranking .swiper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .summergift .section--ranking .body {
    padding: 0 15px;
  }
  .summergift .section--ranking .swiper .swiper-wrapper {
    margin-bottom: 0;
  }
  .summergift .section--ranking .swiper .swiper-button-prev,
  .summergift .section--ranking .swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 50px;
    background-image: url("../slide_arrow.png");
    background-size: contain;
    transform: translateY(-50%) !important;
  }
  .summergift .section--ranking .swiper .swiper-button-next {
    right: -15px;
    transform: scale(-1, 1) translateY(-50%) !important;
  }
  .summergift .section--ranking .swiper .swiper-button-prev {
    left: -15px;
  }
  .summergift .section--ranking .swiper .swiper-slide[data-swiper-slide-index="0"] a::before {
    background-image: url("../icon-number01.svg");
  }
  .summergift .section--ranking .swiper .swiper-slide[data-swiper-slide-index="1"] a::before {
    background-image: url("../icon-number02.svg");
  }
  .summergift .section--ranking .swiper .swiper-slide[data-swiper-slide-index="2"] a::before {
    background-image: url("../icon-number03.svg");
  }
  .summergift .section--ranking .swiper .swiper-slide[data-swiper-slide-index="3"] a::before {
    background-image: url("../icon-number04.svg");
  }
  .summergift .section--ranking .swiper .swiper-slide[data-swiper-slide-index="4"] a::before {
    background-image: url("../icon-number05.svg");
  }
}

.summergift .section--hash-category {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.summergift .section--hash-category .body {
  padding: 0 25px;
}
.summergift .section--hash-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.summergift .section--hash-category ul li a {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 30px 1px;
  font-size: 18px;
  line-height: 32px;
  color: #4b4b4b;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 50px;
}
.summergift .section--hash-category ul li a::before {
  margin-right: 3px;
  content: "#";
}
@media screen and (max-width: 767px) {
  .summergift .section--hash-category {
    width: 100%;
    margin-left: 0;
  }
  .summergift .section--hash-category .body {
    padding: 0;
  }
  .summergift .section--hash-category ul {
    gap: 10px;
  }
  .summergift .section--hash-category ul li {
    margin-left: 0;
  }
  .summergift .section--hash-category ul li:not(:last-child) {
    margin-right: 0;
    margin-left: 0;
  }
  .summergift .section--hash-category ul li a {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}

.summergift .section--free-shipping {
  /* iPad mini 6 で画像切り替え調整 */
}
.summergift .section--free-shipping .body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.summergift .section--free-shipping .item {
  position: relative;
  width: calc((100% - 21px) / 4);
}
.summergift .section--free-shipping .item:not(:nth-child(4n)) {
  margin-right: 7px;
}
.summergift .section--free-shipping .item__image {
  margin-bottom: 10px;
}
.summergift .section--free-shipping .item__name {
  font-size: 18px;
  line-height: 1.38;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1371px) {
  .summergift .section--free-shipping .item__name--coffee {
    letter-spacing: -0.1px;
  }
  .summergift .section--free-shipping .item__name--coffee br {
    display: none;
  }
}
.summergift .section--free-shipping .item__rankingLabel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  padding-left: 10px;
}
.summergift .section--free-shipping .item__rankingLabel__image {
  width: 33px;
  height: auto;
}
.summergift .section--free-shipping .item__rankingLabel__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 33px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: rgba(68, 138, 202, 0.8);
}
.summergift .section--free-shipping .item:nth-child(-n+3) {
  width: calc((100% - 14px) / 3);
  margin-bottom: 0;
  margin-bottom: 20px;
}
.summergift .section--free-shipping .item:nth-child(3) {
  margin-right: 0;
}
.summergift .section--free-shipping .item:nth-child(n+4) {
  width: calc((100% - 21px) / 4);
  margin-right: 7px;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.summergift .section--free-shipping .item:nth-child(7), .summergift .section--free-shipping .item:nth-child(11), .summergift .section--free-shipping .item:last-child {
  margin-right: 0;
}
.summergift .section--free-shipping .item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.summergift .section--free-shipping .banner {
  margin-top: 60px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .section--free-shipping .item__image {
    margin-bottom: 8px;
  }
  .summergift .section--free-shipping .item__name {
    font-size: 16px;
  }
  .summergift .section--free-shipping .item__rankingLabel {
    padding-left: 0.9090909091vw;
  }
  .summergift .section--free-shipping .item__rankingLabel__image {
    width: 3vw;
  }
  .summergift .section--free-shipping .item__rankingLabel__text {
    width: 10.9090909091vw;
    height: 3vw;
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .summergift .section--free-shipping {
    margin-top: 0;
  }
  .summergift .section--free-shipping .body {
    margin-bottom: 30px;
  }
  .summergift .section--free-shipping .item {
    width: calc((100% - 10px) / 2);
  }
  .summergift .section--free-shipping .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .summergift .section--free-shipping .item:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  .summergift .section--free-shipping .item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .summergift .section--free-shipping .item:nth-last-child(n+3) {
    margin-bottom: 15px;
  }
  .summergift .section--free-shipping .item__image {
    margin-bottom: 6px;
  }
  .summergift .section--free-shipping .item__name {
    font-size: 14px;
  }
  .summergift .section--free-shipping .item__rankingLabel {
    padding-left: 10px;
  }
  .summergift .section--free-shipping .item__rankingLabel__image {
    width: 30px;
  }
  .summergift .section--free-shipping .item__rankingLabel__text {
    width: 98px;
    height: 29px;
    font-size: 13px;
  }
  .summergift .section--free-shipping .item:nth-child(-n+3) {
    width: calc((100% - 15px) / 2);
    margin-bottom: 0;
    margin-bottom: auto;
  }
  .summergift .section--free-shipping .item:nth-child(3) {
    margin-right: auto;
  }
  .summergift .section--free-shipping .item:nth-child(1), .summergift .section--free-shipping .item:nth-child(2), .summergift .section--free-shipping .item:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }
  .summergift .section--free-shipping .item:nth-child(n+4) {
    width: calc((100% - 10px) / 2);
    margin-right: auto;
    margin-bottom: 0;
    margin-bottom: 10px;
    margin-bottom: auto;
  }
  .summergift .section--free-shipping .item:nth-child(n+4):nth-child(2n) {
    margin-right: 10px;
  }
  .summergift .section--free-shipping .item:nth-child(n+4):nth-child(2n+1) {
    margin-right: 0;
  }
  .summergift .section--free-shipping .item:nth-child(7), .summergift .section--free-shipping .item:nth-child(11) {
    margin-right: auto;
  }
  .summergift .section--free-shipping .item:nth-last-child(n+3) {
    margin-bottom: 10px;
  }
  .summergift .section--free-shipping .banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 744px) {
  .summergift .section--free-shipping .item__image img {
    margin-right: auto;
    margin-left: auto;
  }
}

.summergift .price-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  .summergift .price-list {
    grid-gap: 15px;
  }
}
.summergift .price-item {
  grid-column: span 2;
}
.summergift .price-item:nth-child(4) {
  grid-column: 2/span 2;
}
.summergift .price-item:nth-child(5) {
  grid-column: 4/span 2;
}
.summergift .price-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #4b4b4b;
  background-color: #fff;
  background-image: url("../icon-arrow-right-price01.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 8px 17px;
  border: 1px solid #4b4b4b;
}
.summergift .price-item a .baseline {
  display: flex;
  align-items: baseline;
}
.summergift .price-item a .small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .summergift .price-item {
    grid-column: span 6;
  }
  .summergift .price-item:nth-child(4), .summergift .price-item:nth-child(5) {
    grid-column: auto/span 6;
  }
  .summergift .price-item a {
    height: 43px;
    font-size: 16px;
    background-position: calc(100% - 15px) 50%;
    background-size: auto 12.5px;
  }
  .summergift .price-item a .baseline {
    font-size: 18px;
  }
  .summergift .price-item a span {
    font-size: 14px;
  }
  .summergift .price-item a .small {
    font-size: 14px;
  }
  .summergift .price-item a::after {
    right: 15px;
    width: 7px;
    height: 16px;
    background-size: contain;
  }
}

.summergift .section--local-specialty > .body {
  margin-bottom: 30px;
}
.summergift .section--local-specialty .body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.summergift .section--local-specialty .body .section {
  margin-bottom: 0;
}
.summergift .section--local-specialty .body .body {
  display: grid;
}
.summergift .section--local-specialty .item__image {
  margin-bottom: 5px;
}
.summergift .section--local-specialty .item__name {
  font-size: 14px;
  line-height: 1.38;
  color: #717171;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .summergift .section--local-specialty .body {
    gap: 30px;
  }
  .summergift .section--local-specialty .item__image {
    margin-bottom: 6px;
  }
  .summergift .section--local-specialty .item__name {
    font-size: 14px;
  }
}
.summergift .local-specialty-list {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-list {
    gap: 20px;
  }
}
.summergift .local-specialty-link-text {
  margin-top: 10px;
  font-size: 20px;
}
.summergift .local-specialty-link-text ul {
  display: flex;
  flex-wrap: wrap;
}
.summergift .local-specialty-link-text ul li {
  line-height: 1;
}
.summergift .local-specialty-link-text ul li span {
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease-in-out;
}
.summergift .local-specialty-link-text ul li span:hover {
  text-decoration-color: #4b4b4b;
}
.summergift .local-specialty-link-text ul li:first-child span {
  padding-left: 0;
}
.summergift .local-specialty-link-text ul li:last-child span {
  padding-right: 0;
}
.summergift .local-specialty-link-text ul li:not(:last-child) span {
  border-right: 1px solid #000;
}
.summergift .local-specialty-link-text a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-link-text {
    margin-top: 12px;
    font-size: 14px;
  }
  .summergift .local-specialty-link-text ul {
    justify-content: center;
  }
  .summergift .local-specialty-link-text ul:not(:last-child) {
    margin-bottom: 6px;
  }
  .summergift .local-specialty-link-text ul li span {
    padding: 6px 10px;
  }
  .summergift .local-specialty-link-text ul li:not(:last-child) span {
    border-width: 1px;
  }
}
.summergift .local-specialty-link-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-link-text {
    margin-top: 10px;
  }
}
.summergift .local-specialty-shop-item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-shop-item {
    margin-top: 10px;
  }
}
.summergift .local-specialty-shop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 12px;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-shop {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 5px;
  }
}
.summergift .local-specialty-shop-image {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-shop-image {
    margin-bottom: 6px;
  }
}
.summergift .local-specialty-shop-name {
  font-size: 14px;
  line-height: 1.38;
  color: #717171;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .summergift .local-specialty-shop-name {
    font-size: 14px;
  }
}

.summergift .catalog-banner {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .summergift .catalog-banner {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .summergift .footer-banner {
    padding: 0 10px;
  }
}
.summergift .footer-banner li {
  text-align: center;
}
.summergift .footer-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.summergift .footer-banner-note {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .summergift .footer-banner-note {
    margin-top: 6px;
    font-size: 14px;
  }
}

.summergift .section--notification .heading {
  margin-bottom: 22px;
}
.summergift .section--notification .heading h3 {
  font-size: 35px;
  font-weight: bold;
  color: #dc6271;
}
.summergift .section--notification .heading h3 .small {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .summergift .section--notification .heading {
    margin-bottom: 25px;
    text-align: center;
  }
  .summergift .section--notification .heading h3 {
    font-size: 30px;
  }
  .summergift .section--notification .heading h3 .small {
    font-size: 25px;
  }
}
.summergift .section--notification .body {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .summergift .section--notification .body {
    padding: 0;
  }
}
.summergift .notification-navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.summergift .notification-navigation li {
  display: block;
  max-width: 670px;
  border-radius: 3px;
  border-bottom-right-radius: 5px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.summergift .notification-navigation li:hover {
  position: relative;
  border-bottom-right-radius: 0;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .summergift .notification-navigation {
    grid-template-columns: repeat(1, 1fr);
    gap: 11.5px;
    justify-items: center;
  }
  .summergift .notification-navigation li {
    border-radius: 1.5px;
    border-bottom-right-radius: 3px;
  }
}

.summergift .view-all .button {
  max-width: 600px;
  height: 70px;
  margin: 0 auto;
}
.summergift .view-all .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #238acf;
}
.summergift .view-all--large {
  margin-bottom: 90px;
}
.summergift .view-all--large .button {
  width: 600px;
  height: 120px;
}
.summergift .view-all--large .button a {
  font-size: 30px;
  font-weight: bold;
  background-color: #238acf;
}
@media screen and (max-width: 767px) {
  .summergift .view-all .button {
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
  .summergift .view-all .button a {
    max-width: none;
    height: 60px;
    font-size: 18px;
    line-height: 1.2;
  }
  .summergift .view-all--large {
    margin-bottom: 60px;
  }
  .summergift .view-all--large .button {
    width: 100%;
    height: 100px;
  }
  .summergift .view-all--large .button a {
    height: 100%;
    font-size: 20px;
    line-height: 1.2;
  }
}

.summergift .bnrWrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin: 100px auto 5em;
}
.summergift .bnrWrap .categoryLink,
.summergift .bnrWrap .topBtn {
  width: 100%;
}
.summergift .bnrWrap .topBtn {
  margin-right: 10px;
}
.summergift .bnrWrap .topBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  height: 70px;
  font-size: 25px;
  color: #7a7778;
  border: 1px solid #7a7778;
}
.summergift .bnrWrap .categoryLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 70px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #90bbd8;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .summergift .bnrWrap {
    flex-flow: column wrap;
    justify-content: center;
  }
  .summergift .bnrWrap .categoryLink a {
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
  }
  .summergift .bnrWrap .topBtn a {
    width: 80%;
    height: 50px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .summergift .bnrWrap {
    flex-flow: column wrap;
    justify-content: center;
    padding: 0 1em;
    margin: 70px auto 5em;
  }
  .summergift .bnrWrap .categoryLink a {
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
    font-size: 19px;
  }
  .summergift .bnrWrap .topBtn {
    margin-right: 0;
  }
  .summergift .bnrWrap .topBtn a {
    width: 80%;
    height: 50px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .summergift .bnrWrap .categoryLink a {
    font-size: 17px;
  }
}

.summergift .openContentButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  margin: 0 auto;
  background-color: transparent;
}
.summergift .openContentButton p.ttl {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 44px;
  padding: 0 30px 12px;
  margin: auto !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #9b670f;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7e5f12;
}
.summergift .openContentButton .ttl .arrow {
  position: relative;
  line-height: 1;
  letter-spacing: 0;
}
.summergift .openContentButton .ttl .arrow::before {
  position: absolute;
  top: 119%;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 13px;
  margin: 3px auto 0;
  content: "";
  background-image: url("/d_images/campaign/summergift2024/icon-arrow-bottom-viewdetail01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
.summergift .openContentButtonOpened {
  margin: 15px auto 0;
}
.summergift .openContentButtonOpened .ttl {
  opacity: 1 !important;
  transition: none !important;
}
.summergift .openContentButtonOpened .ttl .arrow::before {
  top: 90%;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .summergift .openContentButton {
    width: calc(100% - 30px);
    margin: 1px auto -2px;
  }
  .summergift .openContentButton .ttl {
    font-size: 16px;
  }
  .summergift .openContentButton .ttl .arrow::before {
    top: 116%;
    width: 20px;
  }
  .summergift .openContentButtonOpened {
    margin-top: 20px;
  }
  .summergift .openContentButtonOpened .ttl .arrow::before {
    top: 90%;
    transform: rotate(-180deg);
  }
}

.summergift {
  font-family: "Noto Sans JP", sans-serif;
  color: #4b4b4b;
}
@media screen and (max-width: 767px) {
  .summergift {
    margin-bottom: 5em;
  }
}
.summergift .vw100-content {
  width: 100vw;
  padding: 60px 0;
  margin: 0 calc(50% - 50vw) 40px;
}
.summergift .vw100-content--coupon {
  padding-bottom: 50px;
  background-color: #eff9fc;
}
.summergift .vw100-content--notification {
  padding: 40px 0 45px;
  margin-bottom: 60px;
  background-color: #fff9fa;
}
.summergift .vw100-content--ranking {
  background-color: #f1fbeb;
}
.summergift .vw100-content--local-specialty {
  margin-bottom: 60px;
  background-color: #fcf8ec;
}
.summergift .vw100-content--price {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.summergift .vw100-content--search {
  padding-top: 0;
  background-color: #fef9f2;
}
.summergift .vw100-content--free-shipping {
  background-color: #fffcf2;
}
.summergift .vw100-content__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .vw100-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .vw100-content {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .summergift .vw100-content--coupon {
    padding-right: 15px;
    padding-left: 15px;
  }
  .summergift .vw100-content--ranking {
    padding-right: 0;
    padding-left: 0;
  }
  .summergift .vw100-content--local-specialty {
    margin-bottom: 40px;
  }
  .summergift .vw100-content--price {
    padding-top: 0;
    margin-bottom: 0;
  }
  .summergift .vw100-content--search {
    padding-top: 0;
  }
  .summergift .vw100-content--convenience {
    margin-bottom: 30px;
  }
  .summergift .vw100-content--notification {
    margin-bottom: 40px;
  }
}
.summergift .main-content {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .summergift .main-content {
    padding: 0 10px;
  }
}
.summergift .section:not(:last-child) {
  margin-bottom: 40px;
}
.summergift .section--price {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .summergift .section:not(:last-child) {
    margin-bottom: 40px;
  }
  .summergift .section--price, .summergift .section--catalog, .summergift .section--search, .summergift .section--banner, .summergift .section--hash-category {
    padding: 0 10px;
  }
  .summergift .section--good-price {
    margin-bottom: 40px;
  }
  .summergift .section--coupon {
    margin-bottom: 0;
  }
}

body {
  overflow-x: hidden;
}

body .contents {
  margin: 0 auto 5em;
}
@media screen and (max-width: 767px) {
  body .contents {
    padding: 0;
    margin: 0;
  }
}

#footer .toTop {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .toTop {
    bottom: 0 !important;
  }
}
