@charset "UTF-8";

/* common */
.lp-onlineshop-guide__section * {
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.lp-onlineshop-guide__section h1,
.lp-onlineshop-guide__section h2 {
  text-transform: none;
}
.lp-onlineshop-guide__section ul {
  list-style-type: none;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__section .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__section .pc {
    display: none;
  }
}
.lp-onlineshop-guide__content,
.lp-onlineshop-guide__footer  {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__header {
    padding: 80px 0 0;
  }
  .lp-onlineshop-guide__footer {
    padding: 0 0 100px;
  }
  .lp-onlineshop-guide__content,
  .lp-onlineshop-guide__footer {
    width: 1040px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__header {
    padding: calc(80 * 100vw / 1440) 0 0;
  }
  .lp-onlineshop-guide__footer {
    padding: 0 0 calc(100 * 100vw / 1440);
  }
  .lp-onlineshop-guide__content,
  .lp-onlineshop-guide__footer {
    width: calc(1040 * 100vw / 1440);
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__header {
    padding: calc(60 * 100vw / 750) 0 0;
  }
  .lp-onlineshop-guide__footer {
    padding: 0 0 calc(120 * 100vw / 750);
  }
  .lp-onlineshop-guide__content,
  .lp-onlineshop-guide__footer {
    width: calc(590 * 110vw / 750);
  }
}
/* top */
.lp-onlineshop-guide__header_title,
.lp-onlineshop-guide__header_copy {
  font-family: "TazuganeGothicStdN-Thin" !important;
}
.lp-onlineshop-guide__header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__header_title {
    font-size: 40px;
    line-height: 1.3;
  }
  .lp-onlineshop-guide__header_copy {
    font-size: 14px;
    line-height: 1;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__header_title {
    font-size: calc(40 * 100vw / 1440);
  }
  .lp-onlineshop-guide__header_copy {
    font-size: calc(14 * 100vw / 1440);
    margin-top: calc(14 * 100vw / 1440);
  }

}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__header_title {
    font-size: calc(50 * 100vw / 750);
    line-height: 1.08;
  }
  .lp-onlineshop-guide__header_copy {
    font-size: calc(20 * 100vw / 750);
    line-height: 1.5;
    margin-top: calc(15 * 100vw / 750);
  }
}
/* badge */
.lp-onlineshop-guide__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Thin" !important;
  background: #888;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__badge {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__badge {
    font-size: calc(14 * 100vw / 1440);
    padding: calc(10 * 100vw / 1440) calc(11 * 100vw / 1440);
  }
}
@media screen and (max-width: 1013px) and (min-width: 769px) {
  .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge {
    padding: calc(10 * 100vw / 1440) calc(8 * 100vw / 1440);
  }
}
@media screen and (max-width: 970px) and (min-width: 769px) {
  .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge {
    padding: calc(10 * 100vw / 1440) calc(2 * 100vw / 1440);
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__badge {
    font-size: calc(20 * 100vw / 750);
    padding: calc(9 * 100vw / 750) calc(19 * 100vw / 750);
  }
}
/* about_badge */
.lp-onlineshop-guide__about_badge {
  flex-wrap: wrap;
}
.lp-onlineshop-guide__about_badge dd {
  font-family: "TazuganeGothicStdN-Thin" !important;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__about_badge {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  .lp-onlineshop-guide__about_badge dd {
    font-size: 14px;
    margin-left: 19px;
  }
  .lp-onlineshop-guide__about_badge dd + dt {
    margin-left: 61px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__about_badge {
    margin-top: calc(40 * 100vw / 1440);
  }
  .lp-onlineshop-guide__about_badge dd {
    font-size: calc(14 * 100vw / 1440);
    margin-left: calc(19 * 100vw / 1440);
  }
  .lp-onlineshop-guide__about_badge dd + dt {
    margin-left: calc(61 * 100vw / 1440);
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__about_badge {
    margin-top: calc(40 * 100vw / 750);
  }
  .lp-onlineshop-guide__about_badge .lp-onlineshop-guide__badge:first-of-type {
    margin-top: 0;
  }
  .lp-onlineshop-guide__about_badge dd {
    font-size: calc(20 * 100vw / 750);
    margin-top: calc(14 * 100vw / 750);
    margin-left: 0;
    letter-spacing: -0.05em;
    display: inline;
  }
  .lp-onlineshop-guide__about_badge dd + dt {
    margin-top: calc(20 * 100vw / 750);
  }
}
/* list */
.lp-onlineshop-guide__list_title {
  font-family: "TazuganeGothicStdN-Book" !important;
  line-height: 1;
}
.lp-onlineshop-guide__list .lp-onlineshop-guide__txt_link span {
  font-family: ReaderRegular;
}

@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__list_wrap {
    margin-top: 80px;
  }
  .lp-onlineshop-guide__list_wrap_inner + .lp-onlineshop-guide__list_wrap_inner {
    margin-top: 60px;
  }
  .lp-onlineshop-guide__list_title {
    font-size: 20px;
  }
  .lp-onlineshop-guide__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .lp-onlineshop-guide__list:after {
    content: "";
    display: block;
    width: 320px;
    height: 0;
  }
  .lp-onlineshop-guide__list li {
    flex: 0 0 auto;
    width: 320px;
  }
  .lp-onlineshop-guide__list li:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__txt_link {
    margin-top: 10px;
  }
  .lp-onlineshop-guide__list_badge {
    display: flex;
    margin-top: 10px;
    gap: 8px 10px;
  }
  /* .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge:not(:first-of-type) {
    margin-left: 17px;
  } */
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__list_wrap {
    margin-top: calc(80 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list_wrap_inner + .lp-onlineshop-guide__list_wrap_inner {
    margin-top: calc(60 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list_title {
    font-size: calc(20 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list {
    margin-top: calc(15 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list:after {
    width: calc(320 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list li {
    width: calc(320 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list li:nth-of-type(n+4) {
    margin-top: calc(30 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__txt_link {
    margin-top: calc(10 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list_badge {
    margin-top: calc(10 * 100vw / 1440);
    gap: calc(8 * 100vw / 1440) calc(10 * 100vw / 1440);
  }
  /* .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge:not(:first-of-type) {
    margin-left: calc(17 * 100vw / 1440);
  } */
}
@media screen and (max-width: 970px) and (min-width: 769px) {
  /* .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge:not(:first-of-type) {
    margin-left: calc(10 * 100vw / 1440);
  } */
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__list_wrap {
    margin-top: calc(100 * 100vw / 750);
  }
  .lp-onlineshop-guide__list_wrap_inner + .lp-onlineshop-guide__list_wrap_inner {
    margin-top: calc(80 * 100vw / 750);
  }
  .lp-onlineshop-guide__list_title {
    font-size: calc(32 * 100vw / 750);
  }
  .lp-onlineshop-guide__list {
    margin-top: calc(30 * 100vw / 750);
  }
  .lp-onlineshop-guide__list li {
    width: 100%;
  }
  .lp-onlineshop-guide__list li:not(:first-of-type) {
    margin-top: calc(60 * 100vw / 750);
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__txt_link {
    margin-top: calc(10 * 100vw / 750);
    margin-bottom: calc(-10 * 100vw / 750);
  }
  .lp-onlineshop-guide__list_badge {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(10 * 100vw / 750);
    gap: calc(8 * 100vw / 750) calc(20 * 100vw / 750);
  }
  .lp-onlineshop-guide__list li:not(:last-of-type) .lp-onlineshop-guide__list_badge {
    margin-bottom: calc(-30 * 100vw / 750);
  }
  .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge {
    margin-top: 0;
  }
  /* .lp-onlineshop-guide__list_badge .lp-onlineshop-guide__badge:not(:first-of-type) {
    margin-left: calc(30 * 100vw / 750);
  } */
}
/* bottom */
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__footer_btn {
    width: 160px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__footer_btn {
    width: calc(160 * 100vw / 1440);
    margin: calc(40 * 100vw / 1440) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__footer_btn {
    width: calc(230 * 100vw / 750);
    margin: calc(60 * 100vw / 750) auto 0;
  }
}
/* btn, link */
.lp-onlineshop-guide__btn {
  line-height: 1;
  font-family: "TazuganeGothicStdN-Book" !important;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.lp-onlineshop-guide__btn.-primary {
  color: #fff;
  background-color: #000;
  border: none;
}
.lp-onlineshop-guide__btn.-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
button.lp-onlineshop-guide__btn:hover {
  opacity: 0.7;
}
.lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary {
  background-image: url("../contentassetimages/lp/22ss/onlineshop-guide/icon_new_window.svg?$staticlink$");
  background-repeat: no-repeat;
}
.lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary:hover {
  opacity: 0.5;
}
.lp-onlineshop-guide__txt_link {
  font-family: "TazuganeGothicStdN-Thin" !important;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #000;
}
.lp-onlineshop-guide__btn_fz_small {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__btn {
    font-size: 18px;
    height: 60px;
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary {
    background-position: right 20px center;
    background-size: 23px auto;
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary.-paddingright {
    padding-right: 33px;
  }
  .lp-onlineshop-guide__txt_link {
    font-size: 16px;
  }
  .lp-onlineshop-guide__btn_fz_small {
    font-size: 16px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__btn {
    font-size: calc(18 * 100vw / 1440);
    height: calc(60 * 100vw / 1440);
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary {
    background-position: right calc(20 * 100vw / 1440) center;
    background-size: calc(23 * 100vw / 1440) auto;
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary.-paddingright {
    padding-right: calc(33 * 100vw / 1440);
  }
  .lp-onlineshop-guide__txt_link {
    font-size: calc(16 * 100vw / 1440);
  }
  .lp-onlineshop-guide__btn_fz_small {
    font-size: calc(16 * 100vw / 1440);
    margin-right: calc(26 * 100vw / 1440);
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__btn {
    font-size: calc(30 * 100vw / 750);
    height: calc(80 * 100vw / 750);
  }
  .lp-onlineshop-guide__list .lp-onlineshop-guide__btn.-primary {
    background-position: right calc(20 * 100vw / 750) center;
    background-size: calc(27 * 100vw / 750) auto;
  }
  .lp-onlineshop-guide__txt_link {
    font-size: calc(24 * 100vw / 750);
  }
  .lp-onlineshop-guide__btn_fz_small {
    font-size: calc(24 * 100vw / 750);
  }
}
/* other */
.lp-onlineshop-guide__note {
  border: 2px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.lp-onlineshop-guide__note li {
  text-indent: -2em;
  margin-left: 2em;
}
.lp-onlineshop-guide__note li,
.lp-onlineshop-guide__note li a {
  font-family: "TazuganeGothicStdN-Thin" !important;
}
.lp-onlineshop-guide__note li a {
  color: #000;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.lp-onlineshop-guide__btn.-btn_f_wrap {
  flex-wrap: wrap;
  align-content: center;
}
.lp-onlineshop-guide__btn small {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: .3em;
}
.lp-onlineshop-guide__badge.-badge_membership {
  background: #c8102e;
}
@media screen and (min-width: 769px) {
  .lp-onlineshop-guide__badge_w_large {
      display: flex;
      width: 100%;
      align-items: center;
  }
  .lp-onlineshop-guide__badge_w_large dt {
      margin-left: 0;
  }
  .lp-onlineshop-guide__badge_spacer {
      content: '';
      display: block;
      width: 100%;
  }
  .lp-onlineshop-guide__about_badge .lp-onlineshop-guide__badge + dd + .lp-onlineshop-guide__badge_w_large,
  .lp-onlineshop-guide__badge_w_large + .lp-onlineshop-guide__badge_w_large {
      margin-top: 10px;
  }
  .lp-onlineshop-guide__list_badge.-list_badge_f_wrap {
      flex-wrap: wrap;
  }
  /* .lp-onlineshop-guide__list_badge.-list_badge_f_wrap .lp-onlineshop-guide__badge:last-of-type {
      margin-top: 8px;
      margin-left: 0;
  } */
  .lp-onlineshop-guide__btn small {
      font-size: 12px;
  }
  .lp-onlineshop-guide__note {
      margin-top: 40px;
      padding: 24px;
  }
  .lp-onlineshop-guide__note li {
      font-size: 14px;
  }
  .lp-onlineshop-guide__note li a {
      margin-left: 1em;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .lp-onlineshop-guide__about_badge .lp-onlineshop-guide__badge + dd + .lp-onlineshop-guide__badge_w_large ,
  .lp-onlineshop-guide__badge_w_large + .lp-onlineshop-guide__badge_w_large {
      margin-top: calc(10 * 100vw / 1440);
  }
  /* .lp-onlineshop-guide__list_badge.-list_badge_f_wrap .lp-onlineshop-guide__badge:last-of-type {
      margin-top: calc(8 * 100vw / 1440);
  } */
  .lp-onlineshop-guide__btn small {
      font-size: calc(12 * 100vw / 1440);
  }
  .lp-onlineshop-guide__note {
      margin-top: calc(40 * 100vw / 1440);
      padding: calc(24 * 100vw / 1440);
  }
  .lp-onlineshop-guide__note li {
      font-size: calc(14 * 100vw / 1440);
  }
}
@media screen and (max-width: 1018px) and (min-width: 871px) {
  .lp-onlineshop-guide__btn small {
      padding-right: calc(30 * 100vw / 1440);
  }
}
@media screen and (max-width: 871px) and (min-width: 769px) {
  .lp-onlineshop-guide__btn small {
      padding-right: calc(40 * 100vw / 1440);
  }
}
@media screen and (max-width: 768px) {
  .lp-onlineshop-guide__about_badge .lp-onlineshop-guide__badge + dd + .lp-onlineshop-guide__badge_w_large ,
  .lp-onlineshop-guide__badge_w_large + .lp-onlineshop-guide__badge_w_large {
      margin-top: calc(20 * 100vw / 750);
  }
  .lp-onlineshop-guide__badge_w_large dt + dd {
      display: block;
      line-height: 1.3;
  }
  /* .lp-onlineshop-guide__list_badge.-list_badge_f_wrap .lp-onlineshop-guide__badge:not(:first-of-type) {
      margin-top: calc(8 * 100vw / 750);
      margin-left: calc(20 * 100vw / 750);
  } */
  .lp-onlineshop-guide__btn small {
      font-size: calc(20 * 100vw / 750);
  }
  .lp-onlineshop-guide__note {
      margin-top: calc(60 * 100vw / 750);
      padding: calc(40 * 100vw / 750);
  }
  .lp-onlineshop-guide__note li {
      font-size: calc(22 * 100vw / 750);
  }
}