.p-mv {
  margin: 76px 0 0;
  padding: 0 48px;
}

.p-mv_image {
  margin: 0 -48px;
}

.p-mv_text {
  margin: 36px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-mv_anchor {
  margin: 36px 0 0;
  text-align: center;
}

.p-get {
  margin: 81px 0 0;
  padding: 0 48px;
}

.p-get_list {
  margin: 56px 0 0;
  border-top: solid 1px #D9D9D9;
}

.p-get_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  border-bottom: solid 1px #D9D9D9;
  padding: 24px 0;
}

.p-get_title {
  font-feature-settings: "palt";
  position: relative;
  padding: 94px 0 0;
  width: 114px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.p-get_title span {
  display: inline-block;
}
.p-get_title:before, .p-get_title:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 86px;
  content: "";
}
.p-get_title:before {
  border-radius: 100%;
  background-color: #F2F2F2;
}
.p-get_title:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.p-get_item._shop .p-get_title:after {
  background-image: url("../img/index_ico_get_shop.svg");
  background-size: 42px 48px;
}
.p-get_item._web .p-get_title:after {
  background-image: url("../img/index_ico_get_web.svg");
  background-size: 42px 43px;
}
.p-get_item._area .p-get_title:after {
  background-image: url("../img/index_ico_get_area.svg");
  background-size: 52px 33px;
}

.p-get_unit {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.p-get_text {
  font-size: 16px;
  line-height: 1.6;
}

.p-get_icon {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 12px;
}
.p-get_icon span {
  display: inline-block;
  border-bottom: dashed 1px var(--black);
  padding: 6px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.p-get_icon img {
  width: 48px;
}

.p-get_pdf {
  margin: 24px 0 0;
  text-align: center;
}
.p-get_pdf a {
  padding: 0 0 0 1em;
  color: inherit;
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1em;
}
.p-get_pdf a[target=_blank]:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  background-image: url("/common/img/common_ico_blank.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}

.p-step {
  margin: 86px 0 0;
  padding: 0 48px;
}

.p-step_list {
  margin: 62px 0 0;
}

.p-step_item {
  position: relative;
  border-radius: 12px;
  background-color: #F2F2F2;
  padding: 74px 42px 48px;
}
.p-step_item + .p-step_item {
  margin-top: 74px;
}

.p-step_number {
  display: flex;
  position: absolute;
  top: -16px;
  left: 50%;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-radius: 0 4px 0 0;
  padding: 12px 18px 6px 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.p-step_number span {
  font-size: 30px;
}

.p-step_text {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-list {
  margin: 86px 0 0;
  padding: 0 48px;
}

.p-list_text {
  margin: 62px 0 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-list_text._note {
  margin: 24px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.p-list_text a {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-list_button {
  margin: 24px 0 0;
  text-align: center;
}

.p-list_choice {
  margin: 62px 0 0;
}

.p-list_choice-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.p-list_choice-title span {
  display: inline-block;
  border-right: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  padding: 0 12px 12px;
}

.p-list_choice-count {
  margin: 24px 0 0;
  text-align: center;
}

.p-list_choice-count-unit {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
.p-list_choice-count-unit:before, .p-list_choice-count-unit:after {
  display: block;
  position: absolute;
  top: 50%;
  background-image: url("../img/index_ico_choice_count.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 42px;
  content: "";
}
.p-list_choice-count-unit:before {
  left: 0;
  transform: translateY(-50%);
}
.p-list_choice-count-unit:after {
  right: 0;
  transform: translateY(-50%) scale(-1, -1);
}

.p-list_choice-count-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-position: 50% 50%;
  background-size: 14px 30px;
  background-repeat: no-repeat;
  background-color: #3C3C3C;
  width: 44px;
  height: 42px;
  color: transparent;
}
.p-list_choice-count-number[data-favorite-count="0"] {
  background-image: url("../img/index_ico_count0.svg");
}
.p-list_choice-count-number[data-favorite-count="1"] {
  background-image: url("../img/index_ico_count1.svg");
}
.p-list_choice-count-number[data-favorite-count="2"] {
  background-image: url("../img/index_ico_count2.svg");
}
.p-list_choice-count-number[data-favorite-count="3"] {
  background-image: url("../img/index_ico_count3.svg");
}
.p-list_choice-count-number[data-favorite-count="4"] {
  background-image: url("../img/index_ico_count4.svg");
}
.p-list_choice-count-number[data-favorite-count="5"] {
  background-image: url("../img/index_ico_count5.svg");
}

.p-choice {
  margin: 36px -48px 0;
  border-radius: 36px;
  background-color: #EEE6D5;
  padding: 24px 24px 62px;
}

.p-choice_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-choice_navi-item button {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  border: solid 1px var(--white);
  border-radius: 50px;
  padding: 11px;
  color: var(--black);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-family: inherit;
}
.p-choice_navi-item._active button {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.p-choice_content {
  margin: 24px 0 0;
}

.p-choice_unit {
  display: none;
}
.p-choice_unit._active {
  display: block;
}

.p-choice_list-wrap {
  display: flex;
}

.p-choice_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
  gap: 10px 24px;
  padding: 24px 0 36px;
}

.p-choice_item {
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
  width: 200px;
}
.p-choice_item:before {
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  background-image: url("../img/index_img_oshi.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  content: none;
}
.p-choice_item._active {
  pointer-events: none;
}
.p-choice_item._active:before {
  content: "";
}
.p-choice_item._disabled {
  pointer-events: none;
}

.p-choice_image {
  display: block;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.p-choice_item._active .p-choice_image {
  outline: solid 6px #AB8943;
  outline-offset: -6px;
}
.p-choice_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-choice_name {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-choice_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 22px 0 0;
  text-align: center;
}

.p-choice_button-text {
  display: block;
  position: relative;
  padding: 0 6px 26px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
}
.p-choice_button-text:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/index_ico_choice_button.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 17px;
  content: "";
}

.p-choice_link {
  display: none;
}

.p-use {
  margin: 86px 0 0;
  padding: 0 48px;
}

.p-use_text {
  margin: 62px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.p-use_text strong {
  font-weight: 700;
}

.p-use_image {
  position: relative;
  margin: 24px auto 0;
  width: 100%;
  max-width: 385px;
}
.p-use_image figcaption {
  display: flex;
  position: absolute;
  top: 48px;
  right: -54px;
  justify-content: center;
  align-items: center;
  background-image: url("/common/img/common_ico_caption.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0 14px;
  width: 160px;
  height: 174px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}

.p-use_qr {
  margin: 62px 0 0;
  border: solid 1px #C6C6C6;
  border-radius: 12px;
  padding: 36px;
}
.p-use_qr > *:first-child {
  margin-top: 0;
}

.p-use_qr-image {
  margin: 36px auto 0;
  width: 100%;
  max-width: 309px;
}

.p-area {
  margin: 86px 0 0;
  padding: 0 48px 64px;
}

@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-get_pdf a:hover {
    text-decoration: underline;
  }
  .p-list_text a:hover {
    text-decoration: none;
  }
  .p-choice_navi-item button:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
  }
  .p-choice_item:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    margin: 40px 0 0;
    padding: 0 32px;
  }
  .p-mv_image {
    margin: 0 -32px;
  }
  .p-mv_text {
    margin: 24px 0 0;
    font-size: 14px;
  }
  .p-mv_anchor {
    margin: 24px 0 0;
  }
  .p-get {
    margin: 53px 0 0;
    padding: 0 32px;
  }
  .p-get_list {
    margin: 36px 0 0;
  }
  .p-get_item {
    gap: 16px;
    padding: 16px 0;
  }
  .p-get_title {
    padding: 64px 0 0;
    width: 74px;
    font-size: 14px;
  }
  .p-get_title:before, .p-get_title:after {
    width: 56px;
    height: 56px;
  }
  .p-get_item._shop .p-get_title:after {
    background-size: 27px 31px;
  }
  .p-get_item._web .p-get_title:after {
    background-size: 28px 28px;
  }
  .p-get_item._area .p-get_title:after {
    background-size: 34px 22px;
  }
  .p-get_unit {
    gap: 0;
  }
  .p-get_text {
    font-size: 14px;
  }
  .p-get_icon {
    gap: 8px;
  }
  .p-get_icon span {
    padding: 4px 0;
    font-size: 12px;
  }
  .p-get_icon img {
    width: 32px;
  }
  .p-get_pdf {
    margin: 16px 0 0;
  }
  .p-get_pdf a {
    font-size: 14px;
  }
  .p-get_pdf a[target=_blank]:after {
    width: 18px;
    height: 18px;
  }
  .p-step {
    margin: 56px 0 0;
    padding: 0 32px;
  }
  .p-step_list {
    margin: 56px 0 0;
  }
  .p-step_item {
    border-radius: 8px;
    padding: 48px 24px 32px;
  }
  .p-step_item + .p-step_item {
    margin-top: 48px;
  }
  .p-step_number {
    padding: 8px 12px 4px 8px;
    font-size: 12px;
  }
  .p-step_number span {
    font-size: 20px;
  }
  .p-step_text {
    margin: 16px 0 0;
    font-size: 14px;
  }
  .p-list {
    margin: 56px 0 0;
    padding: 0 32px;
  }
  .p-list_text {
    margin: 40px 0 0;
    font-size: 14px;
    text-align: left;
  }
  .p-list_text._note {
    margin: 16px 0 0;
  }
  .p-list_button {
    margin: 16px 0 0;
  }
  .p-list_choice {
    margin: 40px 0 0;
  }
  .p-list_choice-title {
    font-size: 16px;
  }
  .p-list_choice-title span {
    padding: 0 8px 8px;
  }
  .p-list_choice-count {
    margin: 16px 0 0;
  }
  .p-list_choice-count-unit {
    font-size: 20px;
  }
  .p-list_choice-count-unit:before, .p-list_choice-count-unit:after {
    width: 16px;
    height: 32px;
  }
  .p-list_choice-count-number {
    background-size: 16px 20px;
    width: 36px;
    height: 32px;
  }
  .p-choice {
    margin: 24px -32px 0;
    border-radius: 24px;
    padding: 16px 16px 40px;
  }
  .p-choice_navi {
    gap: 16px;
  }
  .p-choice_navi-item button {
    border-radius: 20px;
    padding: 7px;
    font-size: 16px;
  }
  .p-choice_content {
    margin: 16px 0 0;
  }
  .p-choice_list {
    grid-template-columns: repeat(auto-fit, 130px);
    gap: 16px 24px;
    padding: 16px 0 24px;
  }
  .p-choice_item {
    width: 130px;
  }
  .p-choice_item:before {
    width: 64px;
    height: 64px;
  }
  .p-choice_image {
    width: 130px;
    height: 130px;
  }
  .p-choice_item._active .p-choice_image {
    outline: solid 4px #AB8943;
    outline-offset: -4px;
  }
  .p-choice_name {
    font-size: 14px;
  }
  .p-choice_button {
    gap: 16px;
    margin: 18px 0 0;
  }
  .p-choice_button-text {
    padding: 0 4px 18px;
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .p-choice_button-text:after {
    height: 13px;
  }
  .p-use {
    margin: 56px 0 0;
    padding: 0 32px;
  }
  .p-use_text {
    margin: 40px 0 0;
    font-size: 14px;
  }
  .p-use_image {
    margin: 14px auto 0;
    width: 66.4vw;
    max-width: none;
  }
  .p-use_image figcaption {
    top: 8vw;
    right: -9.3333333333vw;
    padding: 0 0 2.6666666667vw;
    width: 27.7333333333vw;
    height: 30.4vw;
    font-size: 4.2666666667vw;
  }
  .p-use_qr {
    margin: 40px 0 0;
    border-radius: 8px;
    padding: 24px;
  }
  .p-use_qr-image {
    margin: 22px auto 0;
    width: 53.3333333333vw;
    max-width: none;
  }
  .p-area {
    margin: 56px 0 0;
    padding: 0 32px 40px;
  }
}

@media screen and (max-width: 374px) {
  .p-choice_navi {
    gap: 8px;
  }
  .p-choice_navi-item button {
    font-size: 14px;
  }
}
