:root {
  --color-text-head: #222;
  --color-text-body: #222;
  --color-text-overlay: #FFFFFF;
  --color-text-link: #6bb0c6 !important;
  --color-btn-bg: #6bb0c6 !important;
  --color-btn-text: #FFFFFF;
  --color-input-text: #222;
  --color-page-accent: #6bb0c6 !important;
  --font-family-text-head: font-family: "Zen Kaku Gothic New", sans-serif;
}

.systempage {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .systempage {
    margin-top: 100rem;
  }
}

.l-container {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-top: 50px;
  }
}

.systempage_title h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #6bb0c6;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .systempage_title h1 {
    padding: 100rem 0 70rem;
    font-size: 38rem;
  }
}

body .u-color__btn--bg {
  background: #6bb0c6 !important;
}
body .u-text--head {
  color: #222 !important;
  font-size: 24px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--body {
  color: #222 !important;
  font-size: 13px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--btn {
  font-size: 14px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--subhead {
  color: #222 !important;
  font-size: 18px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--input {
  color: #222 !important;
  font-size: 14px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .c-breadcrumbs__item:not(:last-child):after {
  font-size: 1.2em;
}
body .u-color__bg--bg {
  background: #EAEBED;
}
body .u-text--strong {
  color: #222 !important;
  font-size: 13px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .u-text--link {
  color: #386F81 !important;
  font-size: 13px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .p-subscription_list {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  body .p-subscription_list {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  body .p-subscription_list {
    margin-bottom: 20rem;
  }
}
body .check_agree .formError {
  top: -50px !important;
}
body .u-icon--heart {
  color: #E74362 !important;
}
body .c-product_item__inner__category {
  font-size: 13px !important;
}
body .c-product_item__inner__price {
  font-size: 15px !important;
}

.p-subscription__inner__content {
  max-width: 900px;
}
@media screen and (max-width: 1440px) {
  .p-subscription__inner__content {
    max-width: 900rem;
  }
}

.p-subscription_table {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
}
.p-subscription_table td,
.p-subscription_table th {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #222;
  padding: 15px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table td,
  .p-subscription_table th {
    font-size: 14rem;
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table td,
  .p-subscription_table th {
    font-size: 24rem;
    line-height: 36rem;
    padding: 30rem;
  }
}
.p-subscription_table th {
  background: #eaebed;
}
.p-subscription_table__item_main {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_main {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_main {
    gap: 20rem;
  }
}
.p-subscription_table__item_date {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_date {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_date {
    font-size: 28rem;
    line-height: 40rem;
  }
}
.p-subscription_table__item_info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_info {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
  }
}
.p-subscription_table__item_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_content {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_content {
    gap: 20rem;
  }
}
.p-subscription_table__item_content .head {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_content .head {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_content .head {
    font-size: 24rem;
    line-height: 36rem;
  }
}
.p-subscription_table__item_content .info {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #fff;
  border-radius: 15px;
  background: #222;
  padding: 5px 15px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_content .info {
    padding: 5rem 15rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_content .info {
    font-size: 24rem;
    padding: 5rem 15rem;
  }
}
.p-subscription_table__item_sum {
  width: 13%;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_sum {
    display: none;
  }
}
.p-subscription_table__item_product .itembox {
  display: flex;
  align-items: normal;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product .itembox {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .itembox {
    gap: 30rem;
  }
}
.p-subscription_table__item_product_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.p-subscription_table__item_product_content .itemtitle {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product_content .itemtitle {
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product_content .itemtitle {
    font-size: 26rem;
    line-height: 39rem;
  }
}
.p-subscription_table__item_product_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product_info {
    gap: 20rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product_info {
    margin-top: 20rem;
    gap: 20rem;
    font-size: 26rem;
    line-height: 39rem;
  }
}
.p-subscription_table__item_product .viewlink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink {
    justify-content: center;
    margin-top: 40rem;
  }
}
.p-subscription_table__item_product .viewlink.pc_only {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink.pc_only {
    display: none !important;
  }
}
.p-subscription_table__item_product .viewlink.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink.sp_only {
    display: flex !important;
  }
}
.p-subscription_table__item_product .viewlink a {
  display: inline-block;
  background: #222;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 10px 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_product .viewlink a {
    font-size: 14rem;
    padding: 10rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_product .viewlink a {
    font-size: 24rem;
    padding: 20rem 60rem;
  }
}
.p-subscription_table__item_img {
  min-width: 100px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_img {
    min-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_img {
    min-width: 200rem;
  }
}
.p-subscription_table__item_img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .p-subscription_table__item_img img {
    width: 100rem;
    height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table__item_img img {
    width: 200rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subscription_table .itemsum {
    display: none;
  }
}

.single_product_review {
  background: #eff8fb;
  margin: 50px auto 80px;
}
@media screen and (max-width: 1440px) {
  .single_product_review {
    margin: 50rem auto 80rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_box {
    max-width: 600rem;
    width: 100%;
    margin: auto;
  }
}
.single_product_review_toptxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .single_product_review_toptxt {
    font-size: 15rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_toptxt {
    font-size: 26rem;
    line-height: 54rem;
  }
}
.single_product_review_list {
  margin-top: 15px;
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 1440px) {
  .single_product_review_list {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_list {
    margin-top: 60rem;
  }
}
.single_product_review_item {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1440px) {
  .single_product_review_item {
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_item {
    padding: 30rem 0;
  }
}
.single_product_review_item .itemtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .single_product_review_item .itemtitle {
    font-size: 15rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_item .itemtitle {
    font-size: 26rem;
    line-height: 54rem;
  }
}
.single_product_review_item .iteminfo {
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .single_product_review_item .iteminfo {
    margin-top: 10rem;
    margin-bottom: 15rem;
    gap: 20rem;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_item .iteminfo {
    margin-top: 20rem;
    margin-bottom: 25rem;
    font-size: 24rem;
    line-height: 38rem;
    gap: 0 20rem;
  }
}
.single_product_review_item .iteminfo_star {
  color: #cbac2c;
}
.single_product_review_item .itemcontent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .single_product_review_item .itemcontent {
    font-size: 15rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review_item .itemcontent {
    font-size: 26rem;
    line-height: 44rem;
  }
}
.single_product_review .review_writebox {
  max-width: 630px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .single_product_review .review_writebox {
    max-width: 630rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .review_writebox {
    margin-top: 80rem;
    max-width: 100%;
  }
}
.single_product_review .reviewform {
  display: none;
  margin-top: 35px;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform {
    margin-top: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform {
    margin-top: 30rem;
  }
}
.single_product_review .reviewform_requriedtxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform_requriedtxt {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_requriedtxt {
    font-size: 24rem;
  }
}
.single_product_review .reviewform .requried {
  color: #E74362;
}
.single_product_review .reviewform_item {
  margin-top: 25px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform_item {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
    margin-top: 30rem;
  }
}
.single_product_review .reviewform_item label {
  margin-top: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222222;
  min-width: 150px;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform_item label {
    font-size: 15rem;
    margin-top: 7rem;
    min-width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_item label {
    min-width: auto;
    margin-top: 0;
    font-size: 26rem;
  }
}
.single_product_review .reviewform_item input,
.single_product_review .reviewform_item textarea {
  padding: 0 10px;
  max-width: 500px;
  min-width: auto;
  width: 100%;
  height: 40px;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform_item input,
  .single_product_review .reviewform_item textarea {
    max-width: 500rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_item input,
  .single_product_review .reviewform_item textarea {
    height: 80rem;
    max-width: 100%;
  }
}
.single_product_review .reviewform_item select {
  color: #cbac2c;
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_item select {
    font-size: 30rem;
  }
}
.single_product_review .reviewform_item textarea {
  height: 120px;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform_item textarea {
    height: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_item textarea {
    height: 250rem;
  }
}
.single_product_review .reviewform_cancel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_product_review .reviewform_cancel a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #707070;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .single_product_review .reviewform_cancel a {
    font-size: 13rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .reviewform_cancel a {
    font-size: 26rem;
  }
}
.single_product_review .review_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_product_review .review_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  background: #6bb0c6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .single_product_review .review_link_btn {
    width: 300rem;
    height: 50rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .review_link_btn {
    width: 450rem;
    height: 80rem;
    font-size: 28rem;
  }
}
.single_product_review .submit_btn {
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .single_product_review .submit_btn {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .single_product_review .submit_btn {
    margin-top: 50rem;
  }
}

.product_contactlink {
  margin-top: 20px;
  margin-right: 17px;
}
@media screen and (max-width: 1440px) {
  .product_contactlink {
    margin-top: 20rem;
    margin-right: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .product_contactlink {
    margin-top: 20rem;
    margin-right: 25rem;
  }
}
.product_contactlink a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .product_contactlink a {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .product_contactlink a {
    font-size: 26rem;
  }
}
.product_contactlink a img {
  width: 25px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .product_contactlink a img {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .product_contactlink a img {
    width: 40rem;
  }
}

.favorite_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .favorite_btn {
    margin-top: 15rem;
    margin-bottom: 30rem;
    font-size: 15rem;
    gap: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .favorite_btn {
    font-size: 26rem;
    gap: 10rem;
    margin-top: 30rem;
    margin-bottom: 50rem;
    margin-right: 35rem;
  }
}
.favorite_btn img {
  width: 20px;
}
@media screen and (max-width: 1440px) {
  .favorite_btn img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .favorite_btn img {
    width: 35rem;
  }
}

.c-product_info__favorite {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .c-product_info__favorite {
    margin-top: 20rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c-product_info__favorite {
    margin-top: 10rem !important;
    margin-bottom: 50rem;
  }
}
.c-product_info__favorite__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222;
  text-decoration: none;
  margin-right: 20px;
}
@media screen and (max-width: 1440px) {
  .c-product_info__favorite__btn {
    font-size: 15rem;
    margin-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .c-product_info__favorite__btn {
    font-size: 26rem;
    margin-right: 35rem;
  }
}
.c-product_info__favorite__btn.on .u-icon--heart::before {
  color: #E74362;
}
@media screen and (max-width: 768px) {
  .c-product_info__favorite__btn .u-icon--heart_blank {
    font-size: 40rem;
  }
}
.c-product_info__favorite__btn .u-icon--heart_blank::before {
  content: "\e90b";
  color: #dedede;
}
@media screen and (max-width: 768px) {
  .c-product_info__favorite__btn .u-icon--heart {
    font-size: 40rem;
  }
}
.c-product_info__favorite__btn .u-icon--heart::before {
  content: "\e90b";
  color: #E74362;
}
.c-product_info__favorite__btn span {
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .c-product_info__favorite__btn span {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .c-product_info__favorite__btn span {
    font-size: 26rem;
  }
}/*# sourceMappingURL=custom.css.map */