@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: 40px;
}
.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 {
    line-height: 1.16;
    margin-bottom: 40px;
  }
  .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: #008ac4;
}
@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: #008ac4;
  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 .mainvisual .freeShippingItemLink {
  background-color: rgba(255, 255, 255, 0);
  bottom: 53px;
  cursor: pointer;
  height: 133px;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 436px;
}
.summergift .mainvisual .freeShippingItemLink:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .summergift .mainvisual .freeShippingItemLink {
    bottom: 49px;
    height: 133px;
    width: 449px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .mainvisual .freeShippingItemLink {
    bottom: calc(51 / (var(--pcBreakPoint) + var(--scrollbarWidth)) * (100vw - 50px));
    height: calc(134 / (var(--pcBreakPoint) + var(--scrollbarWidth)) * (100vw - 50px));
    width: calc(436 / (var(--pcBreakPoint) + var(--scrollbarWidth)) * (100vw - 50px));
  }
}
@media screen and (max-width: 767px) {
  .summergift .mainvisual .page-title {
    padding-top: 0;
  }
  .summergift .mainvisual .freeShippingItemLink {
    bottom: calc(31 / (var(--spBreakPoint) + var(--scrollbarWidth)) * 100vw);
    height: calc(103 / (var(--spBreakPoint) + var(--scrollbarWidth)) * 100vw);
    width: 100%;
  }
}



/**
* アコーディオン
*/
.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 .section--attention .main-navigation {
  margin-bottom: 22px;
}
.summergift .section--attention .main-navigation ul {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(5, 1fr);
}
.summergift .section--attention .main-navigation ul li {
  border-radius: 3px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 5px 0 #D94D61;
  display: block;
  max-width: 670px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.summergift .section--attention .main-navigation ul li img {
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.summergift .section--attention .main-navigation ul li:hover {
  border-bottom-right-radius: 0;
  box-shadow: 5px 5px 0 transparent;
  opacity: 0.7;
  position: relative;
}
.summergift .section--attention .main-navigation ul li:hover img {
  left: 5px;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .summergift .section--attention .main-navigation ul {
    gap: 11.5px;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .summergift .section--attention .main-navigation ul li {
    border-radius: 1.5px;
    border-bottom-right-radius: 3px;
    box-shadow: 2.5px 2.5px 0 #D94D61;
  }
  .summergift .section--attention .main-navigation ul li:hover {
    box-shadow: 2.5px 2.5px 0 transparent;
  }
  .summergift .section--attention .main-navigation ul li:hover img {
    left: 2.5px;
    position: relative;
    top: 2.5px;
  }
}
.summergift .section--attention .heading--information {
  margin-bottom: 22px;
}
.summergift .section--attention .heading--information .infomation-lead {
  font-size: 18px;
  margin-bottom: 8px;
}
.summergift .section--attention .heading--information h3 {
  color: #DC6271;
  font-size: 35px;
  font-weight: bold;
}
.summergift .section--attention .heading--information h3 .lead {
  font-size: 20px;
  font-weight: normal;
  margin-right: 8px;
}
.summergift .section--attention .heading--information h3 .small {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .summergift .section--attention .heading--information {
    text-align: center;
    margin-bottom: 18px;
  }
  .summergift .section--attention .heading--information .infomation-lead {
    font-size: 23px;
    margin-bottom: 8px;
    margin-left: -0.5em;
  }
  .summergift .section--attention .heading--information .infomation-lead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .summergift .section--attention .heading--information .infomation-lead {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .summergift .section--attention .heading--information h3 {
    font-size: 27px;
  }
  .summergift .section--attention .heading--information h3 .lead {
    font-size: 23px;
    margin-right: 0;
  }
  .summergift .section--attention .heading--information h3 .small {
    font-size: 25px;
  }
}
.summergift .section--attention .body a {
  color: #272727;
}
.summergift .section--attention .body .underline {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.summergift .section--attention .body .underline--news {
  color: #ce4d66;
}
.summergift .section--attention .body .catalogLink a {
  color: #010101;
  background-image: url(../icon-catalog01.svg);
  background-repeat: no-repeat;
  padding-left: 60px;
  min-height: 30px;
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}
.summergift .section--attention .body .catalogLink a.textLink {
  background-image: none;
  padding: 0;
  min-height: auto;
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.summergift .section--attention .body .catalogLink::before {
  content: none;
}
.summergift .section--attention .body p,
.summergift .section--attention .body dt,
.summergift .section--attention .body dd {
  color: #272727;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
.summergift .section--attention .body dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: -12px;
}
.summergift .section--attention .body dd:not(:last-child) {
  margin-bottom: 12px;
}
.summergift .section--attention .body dd:last-child ul {
  margin-bottom: 0;
}
.summergift .section--attention .body dd:last-child li:last-child {
  margin-bottom: 0;
}
.summergift .section--attention .body dd li {
  line-height: 1.7;
  padding-left: 1em;
  position: relative;
}
.summergift .section--attention .body dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}
.summergift .section--attention .body dd li .emphasisBlack {
  color: #272727;
}
.summergift .section--attention .body dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
.summergift .section--attention .body dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}
.summergift .section--attention .body dd li li::before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}
.summergift .section--attention .body p {
  margin-bottom: 12px;
}
.summergift .section--attention .body .proviso {
  color: #272727;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.summergift .section--attention .important-notices {
  background-color: #fff;
  margin: 30px 0 0 0;
  padding: 50px;
  width: 100%;
}
.summergift .section--attention .important-notices .proviso {
  color: #212121;
}
.summergift .section--attention .important-notices .textUnderline {
  text-decoration: underline;
}
.summergift .section--attention .important-notices dt {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}
.summergift .section--attention .important-notices dt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #DC6271;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.summergift .section--attention .important-notices .proviso--no-pseudo-element li {
  margin-left: -0.5em;
  padding-left: 40px;
}
.summergift .section--attention .important-notices .proviso--no-pseudo-element li::before {
  content: "（例）";
}
@media screen and (max-width: 767px) {
  .summergift .section--attention .body {
    padding: 0;
  }
  .summergift .section--attention .body p,
  .summergift .section--attention .body dt,
  .summergift .section--attention .body dd {
    font-size: 14px;
    line-height: 25px;
  }
  .summergift .section--attention .body dl {
    padding-left: 0;
  }
  .summergift .section--attention .body dt {
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: -9px;
  }
  .summergift .section--attention .body dd:not(:last-child) {
    margin-bottom: 5px;
  }
  .summergift .section--attention .body dd li {
    line-height: 1.5;
    padding-left: 1em;
    position: relative;
  }
  .summergift .section--attention .body p {
    margin-bottom: 3px;
  }
  .summergift .section--attention .body .proviso {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .summergift .section--attention .body .important-notices {
    margin: 30px 0 0;
    padding: 20px 15px;
    width: 100%;
  }
  .summergift .section--attention .body .important-notices dt {
    font-size: 17px;
    margin-bottom: 22px;
  }
  .summergift .section--attention .body .important-notices dt::before {
    bottom: -12px;
  }
  .summergift .section--attention .body .catalogLink {
    padding-left: 0;
  }
  .summergift .section--attention .body .catalogLink a {
    padding-left: 39px;
    min-height: 23px;
    margin-bottom: 4px;
    font-size: 14px;
    background-size: 35px;
  }
  .summergift .section--attention .body .catalogLink a.textLink {
    font-size: 12px;
  }
}
.summergift .section--attention #accordionTitle {
  text-align: center;
  margin: 40px auto 0;
  padding: 10px 10px 17px;
  max-width: 750px;
  width: 100%;
  background-color: #D6CFB2;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  position: relative;
}
.summergift .section--attention #accordionTitle::after {
  background-image: url("/d_images/campaign/wintergift2025/icon-arrow-caution01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8.517px;
  position: absolute;
  left: calc(50% - 9.363px);
  bottom: 3px;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  width: 18.726px;
}
.summergift .section--attention #accordionTitle.open::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .summergift .section--attention #accordionTitle {
    margin-top: 20px;
    font-size: 15px;
  }
}
.summergift .section--attention #accordionContent {
  margin-top: 20px;
}
.summergift .btn_attention {
  margin: 0 auto 65px;
}
.summergift .btn_attention > button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 60px;
  border: 1px solid #E63A3A;
  color: #E63A3A;
  position: relative;
  box-shadow: 3px 3px 10px -9px #000000;
  border-radius: 60px;
  font-size: 27px;
  font-weight: bold;
}
.summergift .btn_attention > button::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 44px;
  background: url("/d_images/campaign/wintergift2025/icon_finger.svg") no-repeat;
  background-size: contain;
  margin: 0 auto;
  bottom: -35px;
  right: 23px;
}
.summergift .btn_attention > button .btn_attention_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summergift .btn_attention > button .btn_attention_inner::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 21px;
  background: url("/d_images/campaign/wintergift2025/icon_attention.svg") no-repeat;
  background-size: contain;
  left: -15px;
}
.summergift .btn_attention > button .btn_attention_inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/d_images/campaign/wintergift2025/icon_plus_red.svg") no-repeat;
  background-size: contain;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .summergift .btn_attention {
    margin: 0 auto 50px;
  }
  .summergift .btn_attention button {
    width: 90vw;
    height: 80px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .summergift .btn_attention button .btn_attention_inner::before {
    height: 31px;
    width: 8px;
    left: -35px;
  }
  .summergift .btn_attention button .btn_attention_inner::after {
    right: -45px;
  }
}
.summergift .attention-note {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  /* 縦は上寄せ */
  z-index: 1000;
  overflow: visible;
  box-sizing: border-box;
}
.summergift .attention-note[hidden] {
  display: none !important;
}
.summergift .attention-note:not([hidden]) {
  display: flex;
}
.summergift .attention-note__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
.summergift .attention-note__content {
  position: relative;
  z-index: 1002;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  width: 90vw;
  max-width: 1100px;
  margin-top: 5vh;
  border-radius: 8px;
  outline: none;
  display: block;
  background-color: #FFF9FA;
  margin-bottom: 0 !important;
  padding: 70px 50px 60px;
}
@media screen and (max-width: 767px) {
  .summergift .attention-note__content {
    padding: 20px;
  }
}
.summergift .attention-note__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 25px;
  cursor: pointer;
  line-height: 1;
  color: #000 !important;
}
.summergift button,
.summergift input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


/*アンカーリンク*/

.summergift .anchor-link {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.summergift .anchor-link .anchorLinkBtn {
  height: 70px;
  width: calc((100% - 20px) / 2);
}
.summergift .anchor-link .anchorLinkBtn:not(:nth-child(2n)) {
  margin-right: 20px;
}
.summergift .anchor-link .anchorLinkBtn:not(:nth-child(3)), .summergift .anchor-link .anchorLinkBtn:not(:nth-child(4)) {
  margin-bottom: 10px;
}
.summergift .anchor-link .anchorLinkBtn a {
  align-items: center;
  background-color: #fff;
  background-image: url(../icon-arrow-anchor-link01.svg);
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #62569E;
  color: #62569E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .anchor-link {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .summergift .anchor-link {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
  }
  .summergift .anchor-link .anchorLinkBtn {
    height: 50px;
    width: 100%;
  }
  .summergift .anchor-link .anchorLinkBtn:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .summergift .anchor-link .anchorLinkBtn:not(:last-child) {
    margin-bottom: 10px;
  }
  .summergift .anchor-link .anchorLinkBtn a {
    background-position: calc(100% - 10px) 50%;
    background-size: 10px 10px;
    font-size: 16px;
  }
}





.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: #272727;
}
@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 .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: #008ac4;
  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 #008ac4;
}
@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 .coupon {
  line-height: 1.4;
  color: #272727;
}
.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 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummary {
    padding: 0;
  }
}
.summergift .couponSummaryTop {
  position: relative;
  padding: 22px 10px 20px;
  color: #fff;
  background-color: #008ac4;
  cursor: pointer;
  line-height: 1.2;
}
.summergift .couponSummaryTop::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 139px;
  height: 89px;
  background-image: url("../icon-online-bonus01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*z-index: 1;*/
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .summergift .couponSummaryTop::before {
    width: 97.3px;
    height: 62.3px;
  }
}
.summergift .couponSummaryTop::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 41px;
  height: 14px;
  background-image: url("../icon-arrow-bottom-coupon01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.summergift .couponSummaryTop.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.summergift .couponSummaryTop .emphashis {
  color: #F7D51E;
  font-weight: 800;
}
.summergift .couponSummaryTop .small {
  font-size: 36px;
  /*margin-left: 5px;*/
}
.summergift .couponSummaryTop .smaller {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryTop .small {
  font-size: 25px;
  }
  .summergift .couponSummaryTop .smaller {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryTop {
    padding: 12px 12px 9px;
  }
  .summergift .couponSummaryTop::before {
    width: 83.4px;
    height: 53.4px;
  }
  .summergift .couponSummaryTop::after {
    right: 15px;
    width: 34px;
    height: 11.7px;
  }
}
.summergift .couponTitleInner {
  position: relative;
}
.summergift .couponTitleInner::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 50%;
  width: 87px;
  height: 109px;
  background-image: url("../icon-coin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  /*z-index: 1;*/
}
@media screen and (max-width: 1100px) and (min-width: 961px) {
  .summergift .couponTitleInner::before {
    left: 19%;
    top: 65%;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .summergift .couponTitleInner::before {
    width: 78.3px;
    top: 65%;
    height: 98.1px;
    left: 85px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .couponTitleInner::before {
    left: 3px;
    width: 39.15px;
    height: 49.05px;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 744px) {
  .summergift .couponTitleInner::before {
    left: 13%;
    top: 36px;
  }
}
.summergift .couponSummaryBottom {
  padding: 24px 100px 32px;
  margin-bottom: 20px;
  color: #4b4b4b;
  background-color: #F7F5FF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .couponSummaryBottom {
    padding: 24px 30px 30px;
  }
}
.summergift .couponSummaryBottom .number {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryBottom .number {
    font-size: 24px;
    line-height: 1.2;
  }
}
.summergift .couponSummaryBottom .emphashis {
  color: #008ac4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryBottom .emphashis {
    font-size: 22px;
  }
}
.summergift .couponSummaryBottom .emphashis .number {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryBottom .emphashis .number {
    font-size: 28px;
  }
}
.summergift .couponSummaryBottom .underline {
  background: linear-gradient(
  transparent 68%,
  #F7D51E80 60%,
  #F7D51E80 100%
  );
  display: inline;
  padding-left: 8px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  .summergift .couponSummaryBottom {
    padding: 18px 12px 12px;
    margin-bottom: 15px;
  }
}
.summergift .couponLead {
  font-size: 23px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .summergift .couponLead {
    margin-bottom: 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 374px) {
  .summergift .couponLead {
    font-size: 15px;
  }
}
.summergift .couponLead .number {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .summergift .couponLead .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 374px) {
  .summergift .couponLead .number {
    font-size: 24px;
  }
}
.summergift .couponLead .bold {
  font-weight: 600;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .summergift .couponLead .bold {
    font-size: 19px;
  }
}
.summergift .couponTtl .brTb {
  display: none;
}
.summergift .couponTtl {
  position: relative;
  display: inline-block;
  font-size: 54px;
  font-weight: 700;
}
.summergift .couponDesc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #272727;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .summergift .couponDesc {
    line-height: 1.5;
  }
}
.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: 20px;
  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: 10px;
}
.summergift .couponSchedule dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .summergift .couponSchedule dl:not(:last-child) {
    margin-bottom: 7px;
  }
}
.summergift .couponSchedule dt {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #008AC4;
  color: #008AC4;
  padding: 3px;
  width: 130px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .summergift .couponSchedule dt {
    font-size: 13px;
    width: 118px;
    height: 25px;
  }
}
.summergift .couponSchedule dd {
  font-size: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .summergift .couponSchedule dd {
    font-size: 17px;
    margin-left: 10px;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}
.summergift .couponNote {
  font-size: 14px;
  color: #272727;
  text-align: left;
}
.summergift .couponNote dt {
  font-feature-settings: "palt";
}
.summergift .couponNote li {
  padding-left: 1em;
  text-indent: -1em;
}
.summergift .couponNote li::before {
  content: "※";
  font-size: 11px;
  margin-right: 2px;
}
@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;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .summergift .couponSummary .brTb {
    display: block;
  }
  .summergift .couponDesc {
    font-size: 15px;
  }
}
@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: 40px;
    line-height: 1.3;
  }
  .summergift .couponDesc {
    margin-bottom: 18px;
    font-size: 17px;
  }
  .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 {
    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 .couponDesc .pcNone {
    display: none;
  }
  .summergift .couponTtl {
    font-size: 34px;
    line-height: 1.3;
  }
}
.summergift .couponDetail {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 25px 15px 20px;
}
@media screen and (max-width: 767px) {
  .summergift .couponDetail {
    padding: 15px;
  }
}
.summergift .couponDetailInner {
  display: inline-block;
}



.summergift .vw100-content--digital-catalog {
  position: relative;
  overflow: hidden;
  background-color: #EAF8F9;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 60px !important;
  margin: 0 0 40px;
  width: 100%;
  z-index: 0;
}
.summergift .vw100-content--digital-catalog::before {
   content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../catalog_bg_top.png) no-repeat center top / 100% auto;
  z-index: -1;
}
.summergift .vw100-content--digital-catalog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../catalog_bg_bottom.png) no-repeat center bottom / 100% auto;
  z-index: -1;
}

.summergift .section--digital-catalog {
  max-width: 1100px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  box-sizing: border-box;
  margin-bottom: 0!important;
}


@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .summergift .section--digital-catalog  {
    /*padding: 0 25px;*/
    /*max-width: 830px;*/
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
    .summergift .section--digital-catalog  {
        padding-right: 25px;
        padding-left: 25px;
    }
}


@media screen and (max-width: 980px) and (min-width: 768px) {
  .summergift .section--digital-catalog  {
    /*max-width: 880px;*/
  }
}
@media screen and (max-width: 767px) {
  .summergift .vw100-content--digital-catalog {
    padding: 40px 20px!important;
    margin: 0 0 40px;
    width: 100%;
  }
  .summergift .section--digital-catalog {
    padding: 0;
  }
}
.summergift .section--search .heading h3 {
  position: relative;
  display: inline;
}
.summergift .section--search .heading h3::before,
.summergift .section--search .heading h3::after {
  content: "";
  position: absolute;
  background: url(../icon-catalog-title.png) no-repeat;
  width: 48px;
  height: 36px;
  background-size: cover;
  top: 25%;
}
.summergift .section--search .heading h3::before{
  left: -70px;
}
.summergift .section--search .heading h3::after{
  right: -70px;
}
@media screen and (max-width: 767px) {
  .summergift .section--search .heading h3::before,
  .summergift .section--search .heading h3::after {
    width: 35px;
    height: 26px;
  }
  .summergift .section--search .heading h3::before{
    left: -50px;
  }
  .summergift .section--search .heading h3::after{
    right: -50px;
  }
}

.summergift .section--search .catalogLinkWrap {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap:30px;
}
.summergift .section--search .catalogttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
}
.summergift .section--search .ttl {
  font-size: 20px;
  margin: 0 10px 0 0;
  line-height: 1.5;
}
.summergift .section--search  .ttl .point {
  font-weight: bold;
  color: #008ac4;
  position: relative;
}
.summergift .section--search .catalogttl .ttl .point::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 25px;
  background: url(../icon-catalog01.svg) no-repeat;
  background-size: cover;
  left: -56px;
  top: 2px;
}
.summergift .section--search .catalogttl .proviso {
  font-size: 12px;
}
@media screen and (max-width: 940px) {
  .summergift .section--search .catalogLinkWrap {
    display: block;
  }
  .summergift .section--search .catalogttl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .summergift .section--search .catalogttl .ttl {
    margin: 0 0 4px 10px;
  }
  .summergift .section--search .catalogttl .ttl .point::before {
    top: 4px;
    left: -50px;
  }
}

.summergift .section--digital-catalog .heading .point { 
  color: #008ac4; 
}
.summergift .section--digital-catalog .main-content-lead {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: normal;
  color: #272727;
  line-height: 1.8;
}
.summergift .section--digital-catalog .body { 
  text-align: center; 
  padding: 30px 55px 30px;
  border: 1px solid #008ac4;
  background-color: #fff;
}
.summergift .section--digital-catalog .catalog-spread {
  display: block;
  max-width: 820px;
  margin: 24px auto 0;
  padding: 0;
  background: #fff;
  border: 1px solid #CCCCCC;
/*  box-shadow: 0 16px 32px -18px rgba(20,60,100,.28),
              0 2px 6px -2px rgba(20,60,100,.12);*/
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 940px) {
.summergift .section--digital-catalog .catalog-spread {
  margin: 24px 0;
  }
}

.summergift .section--digital-catalog .catalog-spread img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.summergift .section--digital-catalog .catalog-spread__cta { 
  text-align: center; 
}
@media screen and (max-width: 767px) {
  .summergift .section--digital-catalog .body {
    padding: 24px 20px 24px;
  }
  .summergift .section--digital-catalog .catalog-spread {
    margin: 20px auto;
  }
}
.summergift .section--digital-catalog .catalogBtn--primary {
  display: flex;
  max-width: 600px;
  height: 60px;
  background-color: #ECB641;
  border-radius: 35px;
  font-size: 20px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
  justify-content: center;
  align-items: center;
  position: relative;
}
.summergift .section--digital-catalog .catalog-block-link { 
  display: block; 
  text-decoration: none; 
  color: inherit; 
  transition: opacity .2s ease; 
  cursor: pointer; 
}
.summergift .section--digital-catalog .catalog-block-link:hover { 
  opacity: 0.82; 
}
.summergift .section--digital-catalog .catalog-block-link:focus-visible { 
  outline: 2px solid #008ac4; 
  outline-offset: 4px; 
}
.summergift .section--digital-catalog .catalogBtn--primary span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.summergift .section--digital-catalog .catalogBtn--primary span::before,
.summergift .section--digital-catalog .catalogBtn--primary span::after {
  content: "";
  position: absolute;
}
.summergift .section--digital-catalog .catalogBtn--primary span::before {
  background: url(../icon_catalogpc.svg) no-repeat;
  width: 55px;
  height: 35px;
  background-size: cover;
  left: -55px;
}
.summergift .section--digital-catalog .catalogBtn--primary span::after {
  background: url(../icon_external_link.svg) no-repeat;
  width: 15px;
  height: 16px;
  background-size: cover;
  right: -26px;
  top: 10px;
  margin-left: 8px;
  font-weight: 400;
}
.summergift .section--digital-catalog .catalog-spread__cta-sub {
  margin-top: 12px;
  font-size: 12px;
  color: #272727;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summergift .section--digital-catalog .catalogBtn--primary {
    font-size: 18px;
    margin: 0 auto;
  }
  .summergift .section--digital-catalog .catalogBtn--primary span::before {
    width: 39px;
    height: 25px;
    background-size: cover;
    left: -28px;
    top: 4px;
  }
  .summergift .section--digital-catalog .catalogBtn--primary span::after {
    width: 14px;
    height: 15px;
    background-size: cover;
    right: -20px;
    top: 9px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .summergift .vw100-content--digital-catalog { 
    padding: 44px 0 48px; 
  }
  .summergift .section--digital-catalog .catalogBtn--primary span::before {
    width: 36px;
    height: 26px;
    background-size: contain;
    left: -25px;
    top: 14%;
  }
  .summergift .section--digital-catalog .catalogBtn--primary span::after {
    width: 12px;
    height: 13px;
    background-size: cover;
    right: -22px;
    top: 7px;
  }
  .summergift .section--digital-catalog .heading h3 { font-size: 17px; }
  .summergift .section--digital-catalog .main-content-lead { font-size: 12px; }
  .summergift .section--digital-catalog .catalog-spread {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .summergift .section--digital-catalog .catalogBtn--primary {
    width: 100%; 
    min-width: 0; 
    box-sizing: border-box; 
    padding: 16px; 
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .summergift .section--digital-catalog .catalogBtn--primary span::before {
    width: 33px;
    height: 24px;
    left: -20px;
    top: 2px;
  }
  .summergift .section--digital-catalog .catalogBtn--primary span::after {
    width: 11px;
    height: 12px;
    right: -18px;
    top: 7px;
  }
  .summergift .section--digital-catalog .catalogBtn--primary {
    font-size: 14px;
  }
}

.summergift .catalognumberWrap{
  padding-top: 30px;
}

.summergift .catalognumberWrap .ttl{
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
    .summergift .catalognumberWrap{
        padding-right: 25px;
        padding-left: 25px;
    }
}

.summergift .section--search {
  /*margin-bottom: 20px;*/
}
@media screen and (max-width: 767px) {
  .summergift .section--search {
    margin-bottom: 0;
  }
}
.summergift .section--search .lead-text {
  margin: 13px 0;
  text-align: center;
}
.summergift .section--search p {
  font-size: 16px;
  line-height: 1.8;
  color: #272727;
  letter-spacing: 0;
}
.summergift .section--search p:not(:last-child) {
  margin-bottom: 20px;
}
.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: #008ac4;
}
.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.05em;
  text-align: left;
}
.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__brand {
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}
/*.summergift .section--ranking .item__brand::before ,
.summergift .section--ranking .item__brand::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}
.summergift .section--ranking .item__brand::before {
  content: "〈";
  left: 0;

}
.summergift .section--ranking .item__brand::after {
  content: "〉";
  right: 0;
}*/

.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;
  margin-top: 4px;
}
.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;
  padding-left: 4px;
}
.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;
  }
  .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: 12px;
  }
  .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: #008ac4;
}
.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;
  margin-top: 60px;
}
.summergift .section--hash-category .body {
  padding: 0 25px;
}
.summergift .section--hash-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.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;
    margin-top: 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;
  position: relative;
}
.summergift .section--free-shipping .item__name {
  font-size: 18px;
  line-height: 1.38;
  color: #272727;
  letter-spacing: 0.05em;
}
@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 .linkHover:hover {
  opacity: 1;
}

.summergift .section--free-shipping .linkHover:hover img,
.summergift .section--free-shipping .linkHover:hover .item__rankingLabel__image,
.summergift .section--free-shipping .linkHover:hover .item__rankingLabel__text,
.summergift .section--free-shipping .view-all .button:hover a {
  opacity: 0.7;
}

.summergift .section--free-shipping .item__rankingLabel__image {
  width: 33px;
  height: auto;
}
.summergift .section--free-shipping .item__rankingLabel__image img{
  display: block;
}
.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(0, 138, 196, 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;
}
.summergift .price-item a .tax {
  padding-right: 4px;
}
@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 .vw100-content--ranking {
  margin-top: -40px !important;
  background-color: #F7F5FF;
}
.summergift .vw100-content--local-specialty {
  margin-bottom: 60px;
  background-color: #FFF9E6;
}
.summergift .vw100-content--free-shipping {
  background-color: #FFF9E6;
}


.summergift .section--local-specialty .heading {
  margin-bottom: 20px;
}
.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 .heading {
    margin-bottom: 20px;
  }
  .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 #272727;
}
.summergift .local-specialty-link-text a {
  color: #272727;
}
@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-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .summergift .catalog-banner {
    padding: 0 10px;
    margin-top: 40px;
    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;
  box-shadow: 5px 5px 0 #d94d61;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.summergift .notification-navigation li img {
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.summergift .notification-navigation li:hover {
  position: relative;
  border-bottom-right-radius: 0;
  box-shadow: 5px 5px 0 transparent;
  opacity: 0.7;
}
.summergift .notification-navigation li:hover img {
  position: absolute;
  top: 5px;
  left: 5px;
}
@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;
    box-shadow: 2.5px 2.5px 0 #d94d61;
  }
  .summergift .notification-navigation li:hover {
    box-shadow: 2.5px 2.5px 0 transparent;
  }
  .summergift .notification-navigation li:hover img {
    position: relative;
    top: 2.5px;
    left: 2.5px;
  }
}

.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: #008ac4;
}
.summergift .view-all--large {
  margin-bottom: 90px;
}
.summergift .view-all--large .button {
  width: 600px;
  height: 120px;
}
.summergift .view-all--large .button a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  background-color: #008AC4;
}
.summergift .view-all--large .button a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
  pointer-events: none;
}
@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: #008AC4;
}
@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: 50px 0;
  margin: 0 calc(50% - 50vw) 40px;
}
.summergift .vw100-content--coupon {
  padding-bottom: 50px;
  background-color: #eff9fc;
}
.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 .main-content {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .summergift .main-content {
    padding: 0 10px;
  }
}
.summergift .section:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summergift .section:not(:last-child) {
    margin-bottom: 40px;
  }
  .summergift .section--coupon {
    margin-bottom: 0;
  }
}

.summergift .vw100-content--price {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .summergift .vw100-content--price {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

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;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/style-yokoku.scss%22,%22../scss/_utilities-class.scss%22,%22../scss/_mainvisual.scss%22,%22../scss/_setting.scss%22,%22../scss/_accordion.scss%22,%22../scss/_attention.scss%22,%22../scss/_anchor-link.scss%22,%22../scss/_heading.scss%22,%22../scss/_coupon.scss%22,%22../scss/_section-search.scss%22,%22../scss/_section-ranking.scss%22,%22../scss/_hash-category.scss%22,%22../scss/_section-free-shipping.scss%22,%22../scss/_section-price.scss%22,%22../scss/_section-local-specialty.scss%22,%22../scss/_catalog-banner.scss%22,%22../scss/_footer-banner.scss%22,%22../scss/_section-notification.scss%22,%22../scss/_view-all.scss%22,%22../scss/_to-top.scss%22,%22../scss/_view-detail-toggle-btn.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAIQ;ACAR;AAgFE;;AA/EA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;;AAKJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAEA;IACE;;EAIJ;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;;AC1HJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EAdF;IAeI;IACA;IACA;;;AAGF;EApBF;IAqBI;IAIA;IAIA;;;AAMF;EAnCF;IAoCI;IAGA;IACA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBC1DiB;;AD4DjB;EAVF;IAWI;;;AAMF;EACE;;AAGF;EACE;;AAGF;EACE;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA,OCvFe;EDwFf;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAKN;EACE;;AAGF;EA1DF;IA2DI;;EAEA;IACE;;EAGF;IACE;;EAEA;IACE;IACA;;EAGE;IACE;IACA;;EAON;IACE;IACA;;EAGF;IACE;;EAEA;IACE;;;;AE/JZ;AAAA;AAAA;AAIE;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EAxDF;IAyDI;;EAEA;IACE;;EAGE;IACE;IACA;IACA;;EAIJ;IACE;;;AAKN;EA5EF;IA6EI;IACA;IACA;;EAEA;IACE;IACA;;EAEA;IACE;IACA;IACA;;EAIA;IACE;IACA;;EAIJ;IACE;IACA;;EAEA;IACE;IACA;;;;AC5GZ;AAAA;AAAA;AAIE;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;;AAIJ;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EA/EF;IAgFI;;EAEA;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAEA;IACE;;EAGF;IACE;IACA;IACA;IACA;;EAIJ;IACE;IACA;;;;AC7GN;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;;;AAGF;EAXF;IAYI;IACA;IACA;IACA;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OH7Be;EG8Bf;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EArBF;IAsBI;IACA;;EAEA;IACE;IACA;IACA;;;AAKN;EACE;EACA;;AAGE;EACE;EACA;EACA;EACA,OH7DY;EG8DZ;EACA;EACA,cHhEY;;AGkEZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EAvBF;IAwBI;;EAEA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;;;AC5FV;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;;AAKN;EA1BF;IA2BI;IACA;;EAEA;IACE;IACA;;EAGF;IACE;;EAEA;IACE;;EAEA;IACE;;;;AC/Cd;AACE;AAAA;AAAA;;AAGA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EAdF;IAeI;;;AAGF;EAlBF;IAmBI;;;AAIJ;EACE;EACA;;AAEA;EAJF;IAKI;;;AAGF;EARF;IASI;;;AAIJ;EACE;EACA;EACA,kBLzCiB;EK0CjB;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EAfF;IAgBI;;EAEA;IACE;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EAZF;IAaI;IACA;;;AAIJ;EACE;EACA;;AAEA;EAJF;IAKI;IACA;;;AAGF;EATF;IAUI;;;AAKF;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMA;EACE;;AAKN;EAzCF;IA0CI;IACA;;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIA;EACE;;AAIJ;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE,OLpMc;;AKuMhB;EACE;EACA;;AAEA;EACE;;AAKN;EAEI;IACE;;EAIJ;IACE;;;AAIJ;EAEI;IACE;;EAIJ;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EAEI;IACE;;EAIJ;IACE;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;;EAIA;IACE;;;AAKN;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGE;IACE;IACA;IACA;;EAKN;IACE;IACA;;EAGF;IACE;IACA;;EAGE;IACE;;EAIJ;IACE;;EAGF;IACE;IACA;;EAIJ;IACE;IACA;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EAEI;IACE;;EAIJ;IACE;;EAIA;IACE;;EAGF;IACE;;EAIJ;IACE;;EAGF;IACE;IACA;;EAIA;IACE;;;;AC9YJ;EACE;;AAEA;EAHF;IAII;;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAKN;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBN3DW;;AM+Df;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EAEI;IACE;;;AAKN;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAEA;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAKN;IACE;IACA;IACA;;EAEA;IACE;IACA;IACA;;EAIJ;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAKE;IACE;;EAKN;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAMR;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EAEA;EACA,qBACE;;AAIJ;EAlCF;IAmCI;;EAEA;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA,iBACE;;;AAMR;EACE;EACA;;AAGE;EACE;;;AC7RN;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA,OPnCM;EOoCN;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAOE;EACE;;AAOF;EACE;;AAOF;EACE;;AAOF;EACE;;AAOF;EACE;;AAMR;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;AAAA;EAEE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;;AAGF;EACE;IACE;IACA;;EAGF;IACE;;EAEA;AAAA;IAEE;;EAGF;IACE;;;AAKN;EAxJF;IAyJI;IACA;IACA;;EAEA;IACE;;EAKE;IACE;IACA;IACA;;EAIJ;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAEA;IACE;IACA;;EAIJ;IACE;IACA;IACA;;EAGF;IACE;;EAEA;IACE;;EAGF;IACE;;;AAWR;EACE,kBP3Na;;AO+Nf;EACE;EACA;EACA;;AAGF;EACE;;AAEA;AAAA;EAEE;;AAIJ;EACE;IACE;;EAIA;IACE;;EAGF;AAAA;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;;EAMI;IACE;;EAOF;IACE;;EAOF;IACE;;EAOF;IACE;;EAOF;IACE;;;;ACjTd;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGE;EACE;EACA;EACA;EACA;EACA;EACA;EACA,ORxBI;EQyBJ;EACA;EACA;;AAEA;EACE;EACA;;AAOV;EACE;IACE;IACA;;EAEA;IACE;;EAGF;IACE;;EAIA;IACE;;EAEA;IACE;IACA;;EAGF;IACE;IACA;IACA;;;;AC7DV;AAkOE;;AAjOA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EAEE;IACE;;EAEA;IACE;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACE;EACA;EACA;;AAIF;EACE;;AAIF;EACE;EACA;EACA;EACA;;AAIF;EAGE;;AAGF;EACE;;AAIJ;EACE;;AAGF;EAEI;IACE;;EAGF;IACE;;EAGF;IACE;;EAEA;IACE;;EAGF;IACE;IACA;IACA;;;AAMR;EA7HF;IA8HI;;EAEA;IACE;;EAGF;IACE;;EAEA;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;EAEA;IACE;;EAGF;IACE;IACA;IACA;;EAKJ;IACE;IACA;IACA;;EAIF;IACE;;EAIF;IAGE;IACA;;EAIF;IACE;IACA;IACA;IACA;IACA;;EAEA;IACE;;EAGF;IACE;;EAKJ;IAEE;;EAGF;IACE;;EAIJ;IACE;;;AAKJ;EAGM;IACE;IACA;;;;ACzOZ;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAIJ;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OV7BU;EU8BV;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAIJ;EApCF;IAqCI;;EAEA;IAEE;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;IACA;IACA;IACA;;;;AC1EJ;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAKF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;IACE;;EAGF;IACE;;EAIA;IACE;;EAGF;IACE;;;AAOV;EACE;EACA;;AAEA;EAJF;IAKI;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAKF;EACE;;AAKF;EACE;;AAKF;EACE;;AAMR;EACE;;AAGF;EAhDF;IAiDI;IACA;;EAEA;IACE;;EAEA;IACE;;EAIA;IACE;;EAIA;IACE;;;AAkBZ;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;;AAIJ;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;;;;AClMJ;EACE;;AAEA;EAHF;IAII;IACA;;;;ACJF;EADF;IAEI;;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;;;ACrBA;EACE;;AAEA;EACE;EACA;EACA,OdRU;;AcUV;EACE;EACA;;AAIJ;EAdF;IAeI;IACA;;EAEA;IACE;;EAEA;IACE;;;AAMR;EACE;;AAEA;EAHF;IAII;;;AAMR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAKN;EAlCF;IAmCI;IACA;IACA;;EAEA;IACE;IACA;IACA;;EAEA;IACE;;EAEA;IACE;IACA;IACA;;;;ACzFR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBfda;;AekBjB;EACE;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA,kBf5BW;;AeiCjB;EACE;IACE;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;EAEA;IACE;IACA;IACA;;;;AC1DV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EAEE;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;IACE;IACA;;EAGE;IACE;IACA;IACA;;EAKF;IACE;IACA;IACA;;;AAMR;EACE;IACE;IACA;IACA;IACA;;EAGE;IACE;IACA;IACA;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;;;AAMR;EACE;IACE;;;;ACpGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACE;;AAEA;EACE;EACA;;AAGE;EACE;EACA;;AAMR;EACE;IACE;IACA;;EAEA;IACE;;EAGE;IACE;IACA;;EAMR;IACE;;EAII;IACE;IACA;;;;ApB9FZ;EACE,aGLY;EHMZ,OGJc;;AHMd;EAJF;IAKI;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EAfF;IAgBI;IACA;;;AAGF;EApBF;IAqBI;IACA;;EAEA;IACE;IACA;;;AAKN;EACE;;AAEA;EAHF;IAII;;;AAKF;EACE;;AAGF;EACE;IACE;;EAGF;IACE;;;;AAOR;EACE;;;AAGF;EACE;;AAEA;EAHF;IAII;IACA;;;;AAIJ;EACE;;;AAGF;EACE;IACE%22,%22file%22:%22style-yokoku.css%22%7D */
