@charset "UTF-8";
@media print, screen and (min-width: 767px) {
  .overview .in { /* PC */
    max-width: 8.7rem;
    margin: 0.17rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .in { /* SP */
    margin: 0rem 0.2rem;
  }
}
.overview .productbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox { /* PC */
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox { /* SP */
    margin-top: 0.15rem;
    padding-top: 1rem;
  }
}
.overview .productbox .imagebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .imagebox { /* PC */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .imagebox { /* SP */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.06rem;
       -moz-column-gap: 0.06rem;
            column-gap: 0.06rem;
  }
}
.overview .productbox .imagebox .tagline {
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--white-color);
  background-color: var(--main-color);
  border-radius: 50%;
  z-index: 1;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .imagebox .tagline { /* PC */
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .imagebox .tagline { /* SP */
    width: 1.36rem;
    height: 1.36rem;
  }
}
.overview .productbox .imagebox .tagline .text {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .imagebox .tagline .text { /* PC */
    font-size: 0.18rem;
    margin-bottom: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .imagebox .tagline .text { /* SP */
    font-size: 0.15rem;
    margin-bottom: 0.24rem;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .productbox img { /* PC */
    width: 0.9rem;
    height: 0.88rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox img { /* SP */
    width: 0.8rem;
    height: 0.78rem;
  }
}
.overview .productbox .textbox {
  background-color: var(--white-color);
  max-width: 4.8rem;
  z-index: 2;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .textbox { /* PC */
    margin-left: 2rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .textbox { /* SP */
    margin: auto;
    padding-top: 0.15rem;
  }
}
.overview .productbox .textbox .text {
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .overview .productbox .textbox .text { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .productbox .textbox .text { /* SP */
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox { /* PC */
    margin: 0.276rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox { /* SP */
    margin: 0.2rem auto 0;
  }
}
.overview .pointbox .title {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .title { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .title { /* SP */
    font-size: 0.18rem;
  }
}
.overview .pointbox .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.15rem 1fr 0.15rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.15rem;
     -moz-column-gap: 0.15rem;
          column-gap: 0.15rem;
  margin-top: 0.2rem;
}
.overview .pointbox .list .item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  row-gap: 0.05rem;
  border-radius: 0.1rem;
  color: var(--white-color);
  background-color: #A37E39;
  text-align: center;
  font-weight: 700;
  padding: 0.17rem 0;
}
@media print, screen and (min-width: 767px) {
  .overview .pointbox .list .item { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .pointbox .list .item { /* SP */
    font-size: 0.16rem;
  }
}

.contents {
  background-color: var(--tertiary-color);
  /* point */
}
@media print, screen and (min-width: 767px) {
  .contents { /* PC */
    margin: 1rem auto 0;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contents { /* SP */
    margin: 0.7rem auto 0;
    padding-bottom: 0.5rem;
  }
}
.contents .container .titlewrap {
  background-color: var(--white-color);
}
.contents .container .titlewrap .title {
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  padding: 0.15rem 0;
  background-color: var(--main-color);
  border-radius: 0.1rem 0.1rem 0 0;
}
@media print, screen and (min-width: 767px) {
  .contents .container .titlewrap .title { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .container .titlewrap .title { /* SP */
    font-size: 0.2rem;
  }
}
.contents .container .in {
  max-width: 10rem;
}
@media print, screen and (min-width: 767px) {
  .contents .container .in { /* PC */
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .container .in { /* SP */
    margin: 0.37rem 0.2rem 0;
  }
}
@media print, screen and (min-width: 767px) {
  .contents .container + .container { /* PC */
    margin-top: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .container + .container { /* SP */
    margin-top: 0.6rem;
  }
}
.contents .container + .container .titlewrap {
  background-color: var(--tertiary-color);
}
.contents .point .pointlist {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist { /* PC */
    row-gap: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist { /* SP */
    row-gap: 0.35rem;
  }
}
.contents .point .pointlist .item {
  position: relative;
  background-color: var(--white-color);
  border-radius: 0.1rem;
}
.contents .point .pointlist .item .itembox {
  max-width: 8rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox { /* PC */
    -ms-grid-columns: 1rem auto;
    grid-template-columns: 1rem auto;
    padding: 0.47rem 0 0.33rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox { /* SP */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0.7rem 0 0.2rem;
  }
}
.contents .point .pointlist .item .itembox .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  background-color: var(--white-color);
  border-radius: 50%;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .number { /* PC */
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .number { /* SP */
    width: 0.78rem;
    height: 0.78rem;
    position: absolute;
    top: -0.17rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.contents .point .pointlist .item .itembox .number span {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .number span { /* PC */
    font-size: 0.39rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .number span { /* SP */
    font-size: 0.35rem;
  }
}
.contents .point .pointlist .item .itembox .pointbox .titlebox .title {
  text-align: center;
  font-weight: 700;
  color: var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .titlebox .title { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .titlebox .title { /* SP */
    font-size: 0.18rem;
  }
}
.contents .point .pointlist .item .itembox .pointbox .titlebox .title .mark {
  font-size: 0.12rem;
  vertical-align: super;
}
.contents .point .pointlist .item .itembox .pointbox .textbox {
  position: relative;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox { /* PC */
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox { /* SP */
    margin-top: 0.45rem;
  }
}
.contents .point .pointlist .item .itembox .pointbox .textbox .text {
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox .text { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox .text { /* SP */
    font-size: 0.24rem;
  }
}
.contents .point .pointlist .item .itembox .pointbox .textbox .text .yen {
  font-size: 0.5rem;
}
.contents .point .pointlist .item .itembox .pointbox .textbox .text .underline {
  color: var(--main-color);
  border-bottom: 5px solid #F8E05C;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox .text .underline { /* PC */ }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox .text .underline { /* SP */
    line-height: 1;
  }
}
.contents .point .pointlist .item .itembox .pointbox .textbox::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border: 3px solid;
  border-color: transparent transparent var(--text-color) var(--text-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0.05rem;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox::before { /* PC */
    top: -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .item .itembox .pointbox .textbox::before { /* SP */
    top: -0.35rem;
  }
}
.contents .point .pointlist .cover {
  position: relative;
  max-width: 7rem;
  margin: auto;
  padding-bottom: 0.15rem;
}
.contents .point .pointlist .cover .titlebox::before {
  display: -ms-grid;
  display: grid;
  place-items: center;
  content: "+";
  font-weight: bold;
  color: var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .cover .titlebox::before { /* PC */
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .cover .titlebox::before { /* SP */
    font-size: 0.4rem;
  }
}
.contents .point .pointlist .cover .titlebox .title {
  text-align: center;
  color: #A37E39;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .cover .titlebox .title { /* PC */
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .cover .titlebox .title { /* SP */
    font-size: 0.22rem;
  }
}
.contents .point .pointlist .cover .titlebox .title .ribbon {
  display: block;
  text-align: center;
  color: var(--white-color);
  background-color: #A37E39;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  margin-top: 0.1rem;
  padding: 0.15rem 0;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .cover .titlebox .title .ribbon { /* PC */
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .cover .titlebox .title .ribbon { /* SP */
    font-size: 0.26rem;
  }
}
.contents .point .pointlist .cover .textbox {
  margin: 0.183rem auto 0;
}
.contents .point .pointlist .cover .textbox .text {
  font-size: 0.14rem;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .contents .point .pointlist .cover .textbox .text { /* PC */
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .pointlist .cover .textbox .text { /* SP */
    max-width: 3.5rem;
    text-align: left;
  }
}
.contents .point .notes {
  max-width: 6rem;
  counter-reset: note-counter;
}
.contents .point .notes .note {
  counter-increment: note-counter;
}
.contents .point .notes .note::before {
  content: "※" counter(note-counter);
}
@media print, screen and (min-width: 767px) {
  .contents .point .notes { /* PC */
    margin: 0.57rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .point .notes { /* SP */
    margin: 0.3rem auto 0;
  }
}
.contents .detailwrap {
  background-color: var(--white-color);
}
.contents .detailwrap .contentbox {
  padding-bottom: 0.5rem;
}
.contents .detailwrap .contentbox .detailbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 8rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox { /* PC */
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox { /* SP */
    margin: 0.5rem 0.2rem 0;
  }
}
.contents .detailwrap .contentbox .detailbox .title {
  font-weight: 700;
  text-align: center;
  border: 1px solid var(--text-color);
  border-radius: 0.05rem;
  margin-bottom: 0.2rem;
  padding: 0.15rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .title { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .title { /* SP */
    font-size: 0.18rem;
  }
}
.contents .detailwrap .contentbox .detailbox .textbox {
  max-width: 6rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .textbox { /* PC */
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .textbox { /* SP */
    margin: auto 0.1rem;
  }
}
.contents .detailwrap .contentbox .detailbox .textbox .text {
  font-weight: 400;
  font-size: 0.14rem;
}
@media print, screen and (min-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .notes { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .detailwrap .contentbox .detailbox .notes { /* SP */
    margin-top: 0.396rem;
  }
}
.contents .detailwrap .contentbox .detailbox .numbers {
  font-size: 0.14rem;
  font-weight: 400;
}
.contents .detailwrap .contentbox .detailbox .numbers ol {
  margin-top: 0.1rem;
}
.contents .related {
  margin-top: 0.5rem;
}
.contents .related .title {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .contents .related .title { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .related .title { /* SP */
    font-size: 0.18rem;
  }
}
.contents .related .linkbox {
  max-width: 8rem;
  margin: 0.2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  row-gap: 0.2rem;
}
.contents .related .linkbox .detailbtn {
  border: none;
}
@media print, screen and (min-width: 767px) {
  .contents .related .linkbox .detailbtn.large { /* PC */
    width: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .related .linkbox .detailbtn.large { /* SP */
    width: 3rem;
  }
}

.return .in {
  max-width: 9rem;
}
@media print, screen and (min-width: 767px) {
  .return .in { /* PC */
    margin: 0.5rem auto 0.738rem;
  }
}
@media screen and (max-width: 767px) {
  .return .in { /* SP */
    margin: 0.201rem 0.2rem 0.505rem;
  }
}
@media print, screen and (min-width: 767px) {
  .return .in .detailbtn { /* PC */ }
}
@media screen and (max-width: 767px) {
  .return .in .detailbtn { /* SP */
    width: 2rem;
    height: 0.4rem;
  }
}

/* ご加入いただける方 */
.conditions .outline {
  border-radius: 0.1rem;
  background-color: var(--white-color);
  padding: 0.4rem 0.25rem;
}
.conditions .outline .bullets {
  display: -ms-grid;
  display: grid;
  row-gap: 0.28rem;
  font-weight: 700;
  max-width: 7rem;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .conditions .outline .bullets .bullet { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .conditions .outline .bullets .bullet { /* SP */
    font-size: 0.14rem;
  }
}
.conditions .accordion {
  margin-top: 0.5rem;
}
.conditions .accordion .titlebox {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: auto;
  border: 1px solid var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .conditions .accordion .titlebox { /* PC */
    min-height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .conditions .accordion .titlebox { /* SP */
    min-height: 0.7rem;
  }
}
.conditions .accordion .titlebox .title {
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  line-height: 1.375;
}
.conditions .accordion figure {
  max-width: 4.23rem;
}
@media print, screen and (min-width: 767px) {
  .conditions .accordion figure { /* PC */
    margin: 0.3rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .conditions .accordion figure { /* SP */
    margin: 0.4rem auto 0;
  }
}
.conditions .accordion figure img {
  width: 100%;
  height: auto;
}
.conditions .accordion .contentbox .attention {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 8rem;
  border: 2px solid var(--accent-color);
  border-radius: 0.05rem;
  padding: 0.25rem 0.2rem;
}
@media print, screen and (min-width: 767px) {
  .conditions .accordion .contentbox .attention { /* PC */
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .conditions .accordion .contentbox .attention { /* SP */
    margin: 0.597rem 0.2rem 0;
  }
}
.conditions .accordion .contentbox .attention .title {
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  color: var(--accent-color);
  border: none;
}
.conditions .accordion .contentbox .attention .textbox {
  max-width: 6rem;
  margin: 0.1rem auto 0;
}
.conditions .accordion .contentbox .attention .textbox .text {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5714;
}
@media print, screen and (min-width: 767px) {
  .conditions .accordion .contentbox .detailbox.detail0 { /* PC */
    margin-top: 0;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .conditions .accordion .contentbox .detailbox.detail0 { /* SP */
    margin-top: 0;
    padding-top: 0.13rem;
  }
}
.conditions .accordion .contentbox .detailbox.detail0 .textbox .text {
  line-height: 1.5714;
}
.conditions .accordion .contentbox .detailbox.detail2 .textbox .numbers .number + .number {
  margin-top: 1em;
}
.conditions .accordion .contentbox .detailbox.detail3 .textbox .numbers {
  margin-top: 1em;
}

/* 動画でわかる */
.youtube {
  max-width: 7.3rem;
}
@media print, screen and (min-width: 767px) {
  .youtube { /* PC */
    margin: 0.75rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .youtube { /* SP */
    margin: 0.4rem 0.2rem 0;
  }
}
.youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}