@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.contents {
  width: 100%;
}

#event-contents-wrapper {
  width: auto !important;
  overflow: visible !important;
}

h1 {
  position: relative;
  top: auto;
}

.br-sp {
  display: none;
}

.event_name_ {
  width: 100% !important;
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  background-color: #006b50;
  border-radius: 4px;
  width: 320px;
  height: 65px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 60px auto 0;
}

#instore_pickup_service_wrap .display-sp {
  display: none;
}
#instore_pickup_service_wrap .display-sp,
.flow--howto-wrap.display-sp {
  display: none !important;
}
#instore_pickup_service_wrap .section-instore-mv h1 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#instore_pickup_service_wrap .section-instore-mv h1 img {
  margin-top: 60px;
  display: block;
  width: 100%;
  height: auto;
}
#instore_pickup_service_wrap .section-instore-mv h1 .mv-lead-txt {
  margin-top: 60px;
}
#instore_pickup_service_wrap .section-instore-mv h1 .mv-lead-txt .lead-ttl {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  font-weight: bold;
}
#instore_pickup_service_wrap .section-instore-mv h1 .mv-lead-txt .lead-contents {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}
#instore_pickup_service_wrap .section-instore-mv h1 .mv-lead-txt .note {
  font-size: 12px;
  margin: 3px 0 0;
}

.section-anker-tab {
  margin-top: 60px;
}
.section-anker-tab .anker-tab-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 804px;
  gap: 40px;
  margin: 0 auto;
}
.section-anker-tab .anker-tab-wrap a {
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 1;
  width: 267px;
  height: 140px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
}
.section-anker-tab .anker-tab-wrap a:hover {
  opacity: 0.7;
}
.section-anker-tab .anker-tab-wrap a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: -2px;
  width: 3px;
  height: 9px;
  background-color: #FFF;
  border: none;
}
.section-anker-tab .anker-tab-wrap a::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -3px;
  right: -2px;
  width: 3px;
  height: 9px;
  background-color: #FFF;
  border: none;
}
.section-anker-tab .anker-tab-wrap .anker-tab-item .en-txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: #006b50;
}
.section-anker-tab .anker-tab-wrap .anker-tab-item .block-ttl {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.section-anker-tab .anker-tab-wrap .anker-tab-item img {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
}

.section-sale-point {
  background-color: #f5f4f0;
  padding-bottom: 80px;
  margin-top: 100px;
}
.section-sale-point h2 {
  font-size: 34px !important;
  position: relative;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 70px;
}
.section-sale-point h2 .sub-ttl {
  display: block;
  font-size: 18px;
  color: #006b50;
  font-family: CochinLTPro, "CochinLTPro";
  font-weight: 600;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-sale-point h2::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 50%;
  transform: translateX(50%);
  background-color: #d0d0d0;
  width: 40px;
  height: 1px;
}
.section-sale-point .sale-point-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.section-sale-point .sale-point-wrap .sale-point-item {
  background-color: #FFF;
  border-radius: 4px;
  padding: 40px 50px;
  width: 380px;
}
.section-sale-point .sale-point-wrap .sale-point-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  min-height: 64px;
  margin: 0 0 10px;
}
.section-sale-point .sale-point-wrap .sale-point-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 109px;
}
.section-sale-point .sale-point-wrap .sale-point-item p {
  line-height: 1.875;
  margin: 0;
  text-align: center;
}

.section-howto {
  padding-bottom: 80px;
}
.section-howto .link-btn {
  margin-top: 40px;
}
.section-howto h2 {
  font-size: 34px;
  position: relative;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 70px;
}
.section-howto h2 .sub-ttl {
  display: block;
  font-size: 18px;
  color: #006b50;
  font-family: CochinLTPro, "CochinLTPro";
  font-weight: 600;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-howto h2::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 50%;
  transform: translateX(50%);
  background-color: #d0d0d0;
  width: 40px;
  height: 1px;
}
.section-howto .flow--howto-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.section-howto .flow--howto-wrap .flow-item {
  position: relative;
  width: 285px;
}
.section-howto .flow--howto-wrap .flow-item:nth-of-type(4) {
  position: relative;
  bottom: 27px;
}
.section-howto .flow--howto-wrap .flow-item:nth-of-type(3) .arr-to-right {
  top: 35%;
}
.section-howto .flow--howto-wrap .flow-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.section-howto .flow--howto-wrap .flow-item .step-ttl {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 40px;
  padding-left: 25px;
}
.section-howto .flow--howto-wrap .flow-item .step-txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  padding-left: 25px;
}
.section-howto .flow--howto-wrap .flow-item .step-kome {
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin: 3px 0 0;
}
.section-howto .flow--howto-wrap .flow-item .arr-to-right {
  position: absolute;
  top: 40%;
  right: -38px;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
}

.section-faq {
  background-color: #f5f4f0;
  padding-bottom: 80px;
}
.section-faq .link-btn {
  margin-top: 40px;
}
.section-faq h2 {
  font-size: 34px;
  position: relative;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 60px;
}
.section-faq h2 .sub-ttl {
  display: block;
  font-size: 18px;
  color: #006b50;
  font-family: CochinLTPro, "CochinLTPro";
  font-weight: 600;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-faq h2::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 50%;
  transform: translateX(50%);
  background-color: #d0d0d0;
  width: 40px;
  height: 1px;
}
.section-faq .accordion {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.section-faq .accordion .accordion-container {
  margin-bottom: 50px;
}
.section-faq .accordion .accordion-container .faq-contents-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}
.section-faq .accordion .accordion-container .accordion-item {
  width: 100%;
  margin: 0 auto 10px;
}
.section-faq .accordion .accordion-container .accordion-item .accordion-title {
  position: relative;
  color: #333;
  background-color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 23px 0 23px 30px;
  margin: 0 auto 10px;
  transition: 0.2s ease-in-out;
}
.section-faq .accordion .accordion-container .accordion-item .accordion-title::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  border-top: 3px solid #006b50;
  border-right: 3px solid #006b50;
  width: 15px;
  height: 15px;
  transition: 0.2s ease-in-out;
}
.section-faq .accordion .accordion-container .accordion-item .accordion-title.open {
  margin: 0;
}
.section-faq .accordion .accordion-container .accordion-item .accordion-title.open::after {
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-in-out;
}
.section-faq .accordion .accordion-container .accordion-item .accordion-content {
  display: none;
}
.section-faq .accordion .accordion-container .accordion-item .accordion-content p {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  padding: 20px 30px;
  margin: 0;
}/*# sourceMappingURL=instore_pickup_pc.css.map */
