@charset "UTF-8";
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.f-500 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.sec_inner {
  max-width: 1050px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_inner {
    padding: 0 4.6666666667vw;
  }
}

div {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #333;
}

.page_title02 {
  margin: 40px auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page_title02 {
    margin: 8vw auto;
    font-size: 4.5333333333vw;
  }
}

.p-sec_head {
  margin-bottom: 40px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #f4f4f4;
  background: #0a183e;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-sec_head {
    margin-bottom: 4.6666666667vw;
    padding: 1.3333333333vw 3.3333333333vw;
    font-size: 4vw;
  }
}

body .wrapper_banner .banner_carousel .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  body .wrapper_banner .banner_carousel .slick-dots {
    bottom: -8vw;
  }
}
body .wrapper_banner .banner_carousel .slick-dots li {
  margin: 0 2px;
}
@media screen and (max-width: 768px) {
  body .wrapper_banner .banner_carousel .slick-dots li {
    margin: 0;
  }
}
body .wrapper_banner .banner_carousel .slick-dots li.slick-active button::before {
  color: #0A183E;
}
body .wrapper_banner .banner_carousel .slick-dots li button::before {
  font-size: 10px;
  color: #f0f0f0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body .wrapper_banner .banner_carousel .slick-dots li button::before {
    font-size: 8vw;
  }
}

.p-faq .faqbox__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item {
    margin-bottom: 13.3333333333vw;
  }
}
.p-faq .faqbox__item:last-child {
  margin-bottom: 0;
}
.p-faq .faqbox__item_head {
  margin-bottom: 40px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #f4f4f4;
  background: #0a183e;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_head {
    margin-bottom: 4.6666666667vw;
    padding: 1.3333333333vw 3.3333333333vw;
    font-size: 4vw;
  }
}
.p-faq .faqbox__item_content {
  border-top: 1px solid #ccc;
  padding: 25px 30px;
}
.p-faq .faqbox__item_content:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_content {
    padding: 3.3333333333vw 2.6666666667vw;
  }
}
.p-faq .faqbox__item_question {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_question {
    gap: 3.3333333333vw;
    padding-right: 4vw;
  }
}
.p-faq .faqbox__item_question.active::before {
  width: 0;
}
.p-faq .faqbox__item_question::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #707070;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_question::after {
    width: 3.2vw;
    height: 0.2666666667vw;
    top: 2.8vw;
    transform: none;
  }
}
.p-faq .faqbox__item_question::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #707070;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_question::before {
    width: 0.2666666667vw;
    height: 3.2vw;
    top: 3.0666666667vw;
    right: 1.3333333333vw;
  }
}
.p-faq .faqbox__item_question .q {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  color: #3d445a;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_question .q {
    min-width: 3.2vw;
    font-size: 4vw;
  }
}
.p-faq .faqbox__item_question .txt {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_question .txt {
    font-size: 3.4666666667vw;
  }
}
.p-faq .faqbox__item_answer {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_answer {
    gap: 3.3333333333vw;
    margin-top: 3.3333333333vw;
    padding-right: 4vw;
  }
}
.p-faq .faqbox__item_answer .a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  color: #8d1010;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_answer .a {
    min-width: 3.2vw;
    font-size: 4vw;
  }
}
.p-faq .faqbox__item_answer .txt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-faq .faqbox__item_answer .txt {
    font-size: 3.4666666667vw;
  }
}
.p-faq .faqbox__item_answer .txt a {
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #8d1010;
  text-decoration: underline;
}

.p-wrapping__intro {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-wrapping__intro {
    margin-bottom: 10vw;
    flex-direction: column;
    gap: 4.6666666667vw;
  }
}
.p-wrapping__intro .txt {
  max-width: 510px;
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-wrapping__intro .txt {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    max-width: 100%;
    padding-left: 2vw;
  }
}
.p-wrapping__intro img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-wrapping__intro img {
    max-width: 100%;
  }
}
.p-wrapping_itembox {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-wrapping_itembox {
    margin-bottom: 13.3333333333vw;
  }
}
.p-wrapping_itembox__head {
  position: relative;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-wrapping_itembox__head {
    letter-spacing: normal;
    font-size: 4.1333333333vw;
    padding-left: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-wrapping_itembox__head::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #0a183e;
}
@media screen and (max-width: 768px) {
  .p-wrapping_itembox__head::before {
    width: 5.3333333333vw;
  }
}
.p-wrapping_itembox__txt {
  margin-top: 30px;
  padding-left: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-wrapping_itembox__txt {
    padding-left: 2vw;
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
.p-wrapping_itembox__txt a {
  max-width: 190px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #0a183e;
  margin-top: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 1;
  text-align: left;
  color: #0a183e;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-wrapping_itembox__txt a {
    max-width: 44vw;
    gap: 4vw;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-wrapping_itembox__txt a .arrow {
  transform: rotate(-45deg);
  border-bottom: 1px solid #0a183e;
  border-right: 1px solid #0a183e;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .p-wrapping_itembox__txt a .arrow {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}

.p-company .sec_inner {
  max-width: 900px;
  margin: auto;
}
.p-company_infor__item {
  padding: 25px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-company_infor__item {
    padding: 4vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    gap: 2vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-company_infor__item .head {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  min-width: 290px;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .p-company_infor__item .head {
    min-width: auto;
    max-width: 100%;
  }
}
.p-company_infor__item a {
  text-decoration: underline;
}
.p-company .shoplink {
  max-width: 700px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-company .shoplink {
    max-width: 74.6666666667vw;
    margin-top: 8vw;
  }
}

.p-privacy_box__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-privacy_box__item {
    margin-bottom: 13.3333333333vw;
  }
}
.p-privacy_box__item:last-child {
  margin-bottom: 0;
}
.p-privacy_box__item_content {
  padding-left: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-privacy_box__item_content {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.p-privacy_box__item_content .txt.mt-35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-privacy_box__item_content .txt.mt-35 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-privacy_box__item_content .txt a {
  text-decoration: underline;
}
.p-privacy_box__item_content ul li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.p-terms_item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-terms_item {
    margin-bottom: 13.3333333333vw;
  }
}
.p-terms_item:last-child {
  margin-bottom: 0;
}
.p-terms_item__content .company_row {
  padding-left: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #666;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-terms_item__content .company_row {
    font-size: 3.4666666667vw;
    flex-direction: column;
    align-items: flex-start;
    padding: 4vw 2.6666666667vw;
    gap: 2.6666666667vw;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
}
.p-terms_item__content .company_row:last-child {
  margin-bottom: 0;
}
.p-terms_item__content .company_row_head {
  color: #1d1d1d;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  min-width: 300px;
}
.p-terms_item__content .company_row_txt a {
  text-decoration: underline;
}
.p-terms_itembox {
  margin-bottom: 50px;
}
.p-terms_itembox:last-child {
  margin-bottom: 0;
}
.p-terms_itembox__head {
  position: relative;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-terms_itembox__head {
    font-size: 4.1333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.p-terms_itembox__head::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #0a183e;
}
@media screen and (max-width: 768px) {
  .p-terms_itembox__head::before {
    width: 5.3333333333vw;
  }
}
.p-terms_itembox__txt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  padding-left: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-terms_itembox__txt {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.p-terms_itembox__txt .f-500 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
}
.p-terms_itembox__txt .mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-terms_itembox__txt .mt-30 {
    margin-top: 4vw;
  }
}
.p-terms_itembox__txt ul {
  margin-left: 15px;
}
.p-terms_itembox__txt ul li {
  list-style: disc;
}
.p-terms_itembox__txt ul li::marker {
  font-size: 8px;
}

.p-guide_item {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-guide_item {
    padding-top: 13.3333333333vw;
  }
}
.p-guide_item:first-child {
  padding-top: 0;
}
.p-guide_item__content {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-guide_item__content {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.p-guide_item .txt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  padding-left: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide_item .txt {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding-left: 0;
    line-height: 1.8;
  }
}
.p-guide_itembox {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox {
    margin-top: 6.6666666667vw;
  }
}
.p-guide_itembox__head {
  position: relative;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__head {
    font-size: 4.1333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.p-guide_itembox__head::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #0a183e;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__head::before {
    width: 5.3333333333vw;
  }
}
.p-guide_itembox__txt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt {
    font-size: 3.4666666667vw;
  }
}
.p-guide_itembox__txt .cardimg {
  max-width: 220px;
  margin: 35px auto;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .cardimg {
    max-width: 59.3333333333vw;
    margin: 6vw auto;
    margin-left: 0;
  }
}
.p-guide_itembox__txt .f-500 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
}
.p-guide_itembox__txt .mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .mt-30 {
    margin-top: 4vw;
  }
}
.p-guide_itembox__txt .mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .mt-50 {
    margin-top: 6.6666666667vw;
  }
}
.p-guide_itembox__txt .ml-30 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .ml-30 {
    margin-left: 5.3333333333vw;
  }
}
.p-guide_itembox__txt table,
.p-guide_itembox__txt td,
.p-guide_itembox__txt th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.p-guide_itembox__txt table {
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt table {
    font-size: 3.3333333333vw;
  }
}
.p-guide_itembox__txt table tr:last-child td {
  border: none;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt table tr {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
.p-guide_itembox__txt table th {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 270px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt table th {
    max-width: 100%;
    width: 100%;
  }
}
.p-guide_itembox__txt table td,
.p-guide_itembox__txt table th {
  padding: 13px 25px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt table td,
  .p-guide_itembox__txt table th {
    width: 100%;
    padding: 2.4vw 4vw;
  }
}
.p-guide_itembox__txt ul {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt ul {
    margin-left: 0;
  }
}
.p-guide_itembox__txt ul li {
  position: relative;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-guide_itembox__txt ul li::before {
  content: "●";
  font-size: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt ul li::before {
    font-size: 4vw;
    margin-right: 1.3333333333vw;
  }
}
.p-guide_itembox__txt .col-red {
  color: #c90000;
}
.p-guide_itembox__txt .transfor_inforgrid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .transfor_inforgrid {
    margin-top: 2vw;
    grid-template-columns: 1fr;
    grid-gap: 2.6666666667vw;
    padding-left: 1.3333333333vw;
  }
}
.p-guide_itembox__txt .transfor_inforgrid_item {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #666;
  background: #f8f8f8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .transfor_inforgrid_item {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding: 3.3333333333vw 4.6666666667vw;
  }
}
.p-guide_itembox__txt .transfor_inforgrid_item__txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .transfor_inforgrid_item__txt {
    margin-top: 2.6666666667vw;
  }
}
.p-guide_itembox__txt .transfor_inforgrid_item .col-02 {
  color: #0a183e;
}
.p-guide_itembox__txt .paycontent {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .paycontent {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.p-guide_itembox__txt .paycontent img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-guide_itembox__txt .paycontent img {
    max-width: 40vw;
  }
}

.p-concept_shopslider .shopimg img {
  width: 100%;
}
.p-concept_midsec {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(#131826 0%, #0b0e16 21.18%, #1e2024 100%);
}
@media screen and (max-width: 768px) {
  .p-concept_midsec {
    padding: 13.3333333333vw 0;
  }
}
.p-concept_midsec .bg_01 {
  position: absolute;
  width: 745px;
  height: auto;
  top: 460px;
  left: -250px;
}
@media screen and (max-width: 768px) {
  .p-concept_midsec .bg_01 {
    width: 146.6666666667vw;
    top: 13.3333333333vw;
    left: -41.3333333333vw;
  }
}
.p-concept_midsec .bg_02 {
  position: absolute;
  width: 235px;
  height: auto;
  bottom: 220px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .p-concept_midsec .bg_02 {
    position: absolute;
    width: 24vw;
    height: auto;
    bottom: unset;
    left: -4vw;
    top: 112vw;
  }
}
.p-concept_midsec .bg_03 {
  position: absolute;
  width: 170px;
  height: auto;
  bottom: 130px;
  left: 200px;
}
@media screen and (max-width: 768px) {
  .p-concept_midsec .bg_03 {
    width: 17.3333333333vw;
    top: 139.8135818908vw;
    left: 25.3333333333vw;
    bottom: unset;
  }
}
.p-concept_shop {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-concept_shop {
    gap: 5.3333333333vw;
  }
}
.p-concept_shop_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #fdfdfd;
  writing-mode: vertical-lr;
  min-width: 50px;
}
@media screen and (max-width: 768px) {
  .p-concept_shop_title {
    font-size: 5.3333333333vw;
    min-width: 6.6666666667vw;
  }
}
.p-concept_shop_title span {
  position: relative;
}
.p-concept_shop_title span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #f0f0f0;
  top: -90px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-concept_shop_title span::before {
    width: 0.1333333333vw;
    top: -13.3333333333vw;
    height: 10.6666666667vw;
  }
}
.p-concept_shop__main {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-concept_shop__main {
    margin-top: 1.3333333333vw;
    flex-direction: column;
    gap: 9.3333333333vw;
  }
}
.p-concept_shop__main_txt {
  max-width: 440px;
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-concept_shop__main_txt {
    max-width: 100%;
    font-size: 3.4666666667vw;
    line-height: 8.6666666667vw;
  }
}
.p-concept_shop__main img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-concept_shop__main img {
    max-width: 100%;
  }
}
.p-concept_staff {
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-concept_staff {
    padding: 16vw 0 0;
    flex-direction: column;
    align-items: center;
    gap: 9.3333333333vw;
  }
}
.p-concept_staff__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #fdfdfd;
  min-width: 50px;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__title {
    font-size: 6vw;
  }
}
.p-concept_staff__title span {
  position: relative;
}
.p-concept_staff__title span::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  top: 50%;
  right: -90px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__title span::before {
    width: 0;
  }
}
.p-concept_staff__main {
  max-width: 775px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__main {
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
}
.p-concept_staff__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item {
    flex-direction: row;
    gap: 6.6666666667vw;
  }
}
.p-concept_staff__item_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item_img {
    max-width: 42vw;
  }
}
.p-concept_staff__item_content {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item_content {
    min-height: auto;
    max-width: 44vw;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-concept_staff__item .name {
  margin: 20px auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item .name {
    margin-left: 0;
    font-size: 4vw;
    margin-top: 0;
    margin-bottom: 2vw;
    text-align: left;
    letter-spacing: 0.02em;
  }
}
.p-concept_staff__item .introtxt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item .introtxt {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
}
.p-concept_staff__item .relatedlink {
  margin-top: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item .relatedlink {
    grid-template-columns: 1fr;
    grid-gap: 2vw;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 7vw;
  }
}
.p-concept_staff__item .relatedlink a {
  border: 1px solid #6c6c6c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-concept_staff__item .relatedlink a {
    max-width: 40vw;
    width: 100%;
    padding: 1.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-concept .mapbox iframe {
  width: 100%;
  height: 370px;
  filter: grayscale(1);
}
@media screen and (max-width: 768px) {
  .p-concept .mapbox iframe {
    height: 80vw;
  }
}
.p-concept_collective {
  width: 100%;
  max-width: 1150px;
  margin: auto;
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-concept_collective {
    padding: 0 4.6666666667vw;
    flex-direction: column;
    gap: 9.3333333333vw;
    margin-top: 9.3333333333vw;
  }
}
.p-concept_collective__title {
  margin-bottom: 35px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: left;
  color: #0a183e;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__title {
    margin-bottom: 6.6666666667vw;
    font-size: 6vw;
  }
}
.p-concept_collective__main {
  max-width: 580px;
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__main {
    font-size: 3.4666666667vw;
    max-width: 100%;
  }
}
.p-concept_collective__access {
  max-width: 500px;
  width: 100%;
  position: relative;
  background: #ebebeb;
  padding: 45px 30px 35px;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access {
    max-width: 100%;
    padding: 8.6666666667vw 4.6666666667vw;
  }
}
.p-concept_collective__access .head {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .head {
    font-size: 5.3333333333vw;
    top: -4.6666666667vw;
  }
}
.p-concept_collective__access .itemrow {
  padding: 25px 15px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .itemrow {
    padding: 4vw 2vw;
    gap: 1.3333333333vw;
    flex-direction: column;
  }
}
.p-concept_collective__access .itemrow_head {
  min-width: 60px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .itemrow_head {
    text-align: left;
  }
}
.p-concept_collective__access .itemrow_txt {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  color: #666;
}
.p-concept_collective__access .bottombox {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .bottombox {
    margin-top: 3.3333333333vw;
  }
}
.p-concept_collective__access .bottombox_head {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .bottombox_head {
    font-size: 3.4666666667vw;
  }
}
.p-concept_collective__access .bottombox ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .bottombox ul {
    margin-top: 2.6666666667vw;
  }
}
.p-concept_collective__access .bottombox ul li {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #666;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .bottombox ul li {
    font-size: 3.4666666667vw;
  }
}
.p-concept_collective__access .bottombox ul li::before {
  content: "▶";
  font-size: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-concept_collective__access .bottombox ul li::before {
    font-size: 2vw;
    margin-right: 1.3333333333vw;
  }
}
.p-concept_flowimgs {
  margin-top: 80px;
  /* ホバー時の装飾（パターン3） */
}
@media screen and (max-width: 768px) {
  .p-concept_flowimgs {
    margin-top: 13.3333333333vw;
  }
}
.p-concept_flowimgs .slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
.p-concept_flowimgs .slideshow .content {
  min-width: 530px;
}
@media screen and (max-width: 768px) {
  .p-concept_flowimgs .slideshow .content {
    min-width: 66.6666666667vw;
  }
}
.p-concept_flowimgs .slideshow .content img {
  width: 100%;
}
.p-concept_flowimgs .wrap {
  display: flex;
  align-items: center;
  width: 7950px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-concept_flowimgs .wrap {
    width: 1000vw;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-concept_flowimgs .slide-paused:hover .slideshow {
  animation-play-state: paused;
}
.p-concept_flowimgs .content-hover {
  transition: all 0.2s;
}
.p-concept_flowimgs .content-hover:hover {
  border-radius: 0 10%;
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-member .sec_inner {
    padding: 0;
  }
}
.p-member__topbox {
  display: flex;
  align-self: flex-start;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .p-member__topbox {
    flex-direction: column;
    gap: 9.3333333333vw;
  }
}
.p-member__topbox img {
  max-width: 475px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-member__topbox img {
    max-width: 100%;
  }
}
.p-member__topbox_content {
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-member__topbox_content {
    max-width: 100%;
  }
}
.p-member__topbox_title {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.7;
  text-align: left;
  color: #0a183e;
}
@media screen and (max-width: 768px) {
  .p-member__topbox_title {
    font-size: 4.5333333333vw;
  }
}
.p-member__topbox_txt {
  margin-top: 25px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-member__topbox_txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.p-member__stepbox {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-member__stepbox {
    margin-top: 9.3333333333vw;
  }
}
.p-member__stepbox_item {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-member__stepbox_item {
    margin-bottom: 4.6666666667vw;
    gap: 2vw;
  }
}
.p-member__stepbox_item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  left: 25px;
  top: 50px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .p-member__stepbox_item::before {
    height: 70%;
    top: 13.3333333333vw;
    left: 5.3333333333vw;
  }
}
.p-member__stepbox_item .stepnum {
  max-width: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-member__stepbox_item .stepnum {
    max-width: 12vw;
  }
}
.p-member__stepbox_item .stepnum img {
  width: 100%;
}
.p-member__stepbox_item_content .title {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  color: #0a183e;
}
@media screen and (max-width: 768px) {
  .p-member__stepbox_item_content .title {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-member__stepbox_item_content .txt {
  margin-top: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-member__stepbox_item_content .txt {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}

.fs-body-my-account-settings-edit .fs-c-inputInformation,
.fs-body-register .fs-c-inputInformation {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation,
  .fs-body-register .fs-c-inputInformation {
    margin-top: 13.3333333333vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__message,
.fs-body-register .fs-c-inputInformation__message {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
  text-align: center;
  color: #666;
  padding-bottom: 15px;
  max-width: 490px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__message,
  .fs-body-register .fs-c-inputInformation__message {
    max-width: 100%;
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field,
.fs-body-register .fs-c-inputInformation__field {
  max-width: 1050px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__field,
  .fs-body-register .fs-c-inputInformation__field {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field fieldset,
.fs-body-register .fs-c-inputInformation__field fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable tr {
    align-items: unset;
    justify-content: space-between;
    flex-direction: column;
    gap: 2vw;
    margin-top: 5.3333333333vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr:last-child,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable tr:last-child {
  align-items: flex-start;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable__headerCell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  color: #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable__headerCell {
    font-size: 3.7333333333vw;
    min-width: auto;
    width: 100%;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #8d1010;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 2.8vw;
    top: unset;
    bottom: 0;
    right: 0;
    transform: none;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  content: "";
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__dataCell,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__dataCell,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable__dataCell {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > *,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > * {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > *,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > * {
    width: 22vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation {
    margin-top: 2.6666666667vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup {
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup {
    gap: 5.3333333333vw;
    flex-direction: row;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup .fs-c-radio,
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup .fs-c-radio,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup .fs-c-radio,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup .fs-c-radio {
  flex-basis: auto;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=hidden],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=text],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=search],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=tel],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=url],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=email],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=password],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=date],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=month],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=week],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=time],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=number],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable select,
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable textarea,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=hidden],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=text],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=search],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=tel],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=url],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=email],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=password],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=datetime],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=date],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=month],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=week],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=time],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=number],
.fs-body-register .fs-c-inputInformation .fs-c-inputTable select,
.fs-body-register .fs-c-inputInformation .fs-c-inputTable textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=hidden],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=text],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=search],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=tel],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=url],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=email],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=password],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=date],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=month],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=week],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=time],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=number],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable select,
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable textarea,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=hidden],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=text],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=search],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=tel],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=url],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=email],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=password],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=datetime],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=date],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=month],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=week],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=time],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable [type=number],
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable select,
  .fs-body-register .fs-c-inputInformation .fs-c-inputTable textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
.fs-body-my-account-settings-edit .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
.fs-body-register .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
.fs-body-register .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin: auto;
  text-align: center;
  margin-top: 60px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
  .fs-body-my-account-settings-edit .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
  .fs-body-register .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
  .fs-body-register .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-checkbox__checkMark::before,
.fs-body-register .fs-c-inputInformation .fs-c-checkbox__checkMark::before {
  left: -0.15em;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-checkbox__labelText a,
.fs-body-register .fs-c-inputInformation .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__button,
.fs-body-register .fs-c-inputInformation__button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__button,
  .fs-body-register .fs-c-inputInformation__button {
    margin-top: 8vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-button--primary,
.fs-body-register .fs-c-inputInformation .fs-c-button--primary {
  width: 300px;
  height: 65px;
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  border: 1px solid #0a183e;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-button--primary,
  .fs-body-register .fs-c-inputInformation .fs-c-button--primary {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-memberagree {
    padding: 0 4.6666666667vw;
  }
}
.p-memberagree__title {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #333;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  .p-memberagree__title {
    font-size: 4.5333333333vw;
    margin: 8vw auto;
  }
}
.p-memberagree__itembox {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-memberagree__itembox {
    margin-bottom: 13.3333333333vw;
  }
}
.p-memberagree__itembox:last-child {
  margin-bottom: 0;
}
.p-memberagree__itembox .numlist {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-memberagree__itembox .numlist {
    margin-left: 6.6666666667vw;
  }
}
.p-memberagree__itembox .numlist li {
  margin-bottom: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .p-memberagree__itembox .numlist li {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
.p-memberagree__itembox .numlist li .numlist {
  position: relative;
}
.p-memberagree__itembox .numlist li .numlist::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: -40px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .p-memberagree__itembox .numlist li .numlist::before {
    left: -8vw;
  }
}
.p-memberagree__itembox .numlist li .numlist li {
  margin-bottom: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-memberagree__itembox .numlist li .numlist li {
    margin-top: 3.3333333333vw;
  }
}

.fs-c-registerSuccessMessage {
  margin: auto;
  border: none;
  padding: 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-c-registerSuccessMessage {
    padding: 0 4.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
  }
}
.fs-c-registerSuccessMessage p {
  margin: 40px auto;
}
.fs-c-registerSuccessMessage p:nth-child(2) {
  max-width: 300px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fs-c-registerSuccessMessage p:nth-child(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-registerSuccessMessage p {
    margin: 8vw auto;
  }
}

.fs-c-buttonContainer--myPageTop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-c-buttonContainer--myPageTop a {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-c-buttonContainer--myPageTop a {
    font-size: 3.7333333333vw;
  }
}
.fs-c-buttonContainer--myPageTop a span {
  display: flex;
  align-items: center;
  position: relative;
}
.fs-c-buttonContainer--myPageTop a span::before {
  content: "▶";
  font-size: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-buttonContainer--myPageTop a span::before {
    font-size: 2vw;
    margin-right: 2vw;
  }
}

.p-registerSuccess__box {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-registerSuccess__box {
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
  }
}
.p-registerSuccess__box .midtxt {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.p-registerSuccess__box .midtxt,
.p-registerSuccess__box .bttxt {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .p-registerSuccess__box .midtxt,
  .p-registerSuccess__box .bttxt {
    margin: 8vw auto;
  }
}
.p-registerSuccess__box .noticlist {
  max-width: 210px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-registerSuccess__box .noticlist {
    max-width: 100%;
  }
}
.p-registerSuccess__box .noticlist li {
  position: relative;
}
.p-registerSuccess__box .noticlist li::before {
  content: "●";
  color: #2E6E9D;
  margin-right: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-registerSuccess__box .noticlist li::before {
    font-size: 2.6666666667vw;
    margin-right: 2vw;
  }
}
.p-registerSuccess__box .mypagelink {
  margin-top: 60px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-registerSuccess__box .mypagelink {
    margin-top: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-registerSuccess__box .mypagelink span {
  position: relative;
}
.p-registerSuccess__box .mypagelink span::before {
  content: "▶";
  font-size: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-registerSuccess__box .mypagelink span::before {
    font-size: 2vw;
    margin-right: 2vw;
  }
}

.fs-body-my-account-settings .fs-c-inputInformation__message,
.fs-body-my-account-delete .fs-c-inputInformation__message {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
  text-align: center;
  color: #666;
  padding-bottom: 15px;
  max-width: 490px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation__message,
  .fs-body-my-account-delete .fs-c-inputInformation__message {
    max-width: 100%;
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation__field,
.fs-body-my-account-delete .fs-c-inputInformation__field {
  max-width: 1050px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation__field,
  .fs-body-my-account-delete .fs-c-inputInformation__field {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation__field fieldset,
.fs-body-my-account-delete .fs-c-inputInformation__field fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable tr,
.fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable tr,
  .fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable tr {
    align-items: unset;
    justify-content: space-between;
    flex-direction: column;
    gap: 2vw;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__headerCell,
.fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__headerCell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  color: #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__headerCell,
  .fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__headerCell {
    font-size: 3.7333333333vw;
    min-width: auto;
    width: 100%;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark,
.fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #8d1010;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark,
  .fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 2.8vw;
    top: unset;
    bottom: 0;
    right: 0;
    transform: none;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before,
.fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  content: "";
}
.fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__dataCell,
.fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable__dataCell,
  .fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable__dataCell {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation,
.fs-body-my-account-delete .fs-c-inputInformation {
  max-width: 800px;
  margin: auto;
}
.fs-body-my-account-settings .fs-c-inputInformation__message,
.fs-body-my-account-delete .fs-c-inputInformation__message {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #666;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation__message,
  .fs-body-my-account-delete .fs-c-inputInformation__message {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable tr,
.fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable tr {
  margin: auto;
  padding: 25px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation .fs-c-inputTable tr,
  .fs-body-my-account-delete .fs-c-inputInformation .fs-c-inputTable tr {
    padding: 4.6666666667vw 2.6666666667vw;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation__button,
.fs-body-my-account-delete .fs-c-inputInformation__button {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings .fs-c-inputInformation__button,
  .fs-body-my-account-delete .fs-c-inputInformation__button {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 4vw;
    margin-top: 8vw;
  }
}

.fs-c-inputInformation .fs-c-button--primary {
  width: 300px;
  height: 65px;
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  border: 1px solid #0a183e;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fs-c-inputInformation .fs-c-button--primary {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.fs-c-inputInformation .fs-c-button--standard {
  width: 300px;
  height: 65px;
  background: #fff;
  border: 1px solid #666;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-inputInformation .fs-c-button--standard {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-new .fs-l-pageMain,
  .fs-body-review-write .fs-l-pageMain,
  .fs-body-checkout .fs-l-pageMain,
  .fs-body-checkout-success .fs-l-pageMain,
  .fs-body-cart .fs-l-pageMain,
  .fs-body-cart-login .fs-l-pageMain,
  .fs-body-closed .fs-l-pageMain,
  .fs-body-about-returnPolicy .fs-l-pageMain,
  .fs-body-notfound .fs-l-pageMain,
  .fs-body-my-coupons .fs-l-pageMain,
  .fs-body-register .fs-l-pageMain,
  .fs-body-forgotPassword .fs-l-pageMain,
  .fs-body-login .fs-l-pageMain,
  .fs-body-my-top .fs-l-pageMain,
  .fs-body-my-wishlist .fs-l-pageMain,
  .fs-body-my-addressbook .fs-l-pageMain,
  .fs-body-my-account-password .fs-l-pageMain,
  .fs-body-my-account-delete .fs-l-pageMain {
    padding: 0 4.6666666667vw;
  }
  .fs-body-my-addressbook-new .fs-l-pageMain .fs-c-productList__list,
  .fs-body-review-write .fs-l-pageMain .fs-c-productList__list,
  .fs-body-checkout .fs-l-pageMain .fs-c-productList__list,
  .fs-body-checkout-success .fs-l-pageMain .fs-c-productList__list,
  .fs-body-cart .fs-l-pageMain .fs-c-productList__list,
  .fs-body-cart-login .fs-l-pageMain .fs-c-productList__list,
  .fs-body-closed .fs-l-pageMain .fs-c-productList__list,
  .fs-body-about-returnPolicy .fs-l-pageMain .fs-c-productList__list,
  .fs-body-notfound .fs-l-pageMain .fs-c-productList__list,
  .fs-body-my-coupons .fs-l-pageMain .fs-c-productList__list,
  .fs-body-register .fs-l-pageMain .fs-c-productList__list,
  .fs-body-forgotPassword .fs-l-pageMain .fs-c-productList__list,
  .fs-body-login .fs-l-pageMain .fs-c-productList__list,
  .fs-body-my-top .fs-l-pageMain .fs-c-productList__list,
  .fs-body-my-wishlist .fs-l-pageMain .fs-c-productList__list,
  .fs-body-my-addressbook .fs-l-pageMain .fs-c-productList__list,
  .fs-body-my-account-password .fs-l-pageMain .fs-c-productList__list,
  .fs-body-my-account-delete .fs-l-pageMain .fs-c-productList__list {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  body.fs-body-product .fs-l-pageMain {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body.fs-body-product .fs-c-productCarouselMainImage {
    padding: 0 2vw;
  }
}
body.fs-body-product .fs-c-productCarouselMainImage .slider_staff {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.fs-body-product .fs-c-productCarouselMainImage .slider_staff .slider_staff1 {
    justify-content: center !important;
    width: 124px !important;
  }
}
@media screen and (max-width: 768px) {
  body.fs-body-product .fs-c-productCarouselMainImage .slider_staff .slider_staff1a {
    width: 35px;
    margin-right: 5px;
  }
  body.fs-body-product .fs-c-productCarouselMainImage .slider_staff .slider_staff1a img {
    width: 35px;
    height: 35px;
  }
}
body .fs-c-productNumber {
  border: none;
}
body .fs-c-productPointDisplay {
  background: transparent;
  color: #f00;
}
body .fs-c-documentContent {
  margin: 40px auto;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #333;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body .fs-c-documentContent {
    margin: 5.3333333333vw auto;
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
body .fs-c-loginForm {
  max-width: 1050px !important;
  margin: auto !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm {
    gap: 9.3333333333vw;
  }
}
body .fs-c-loginForm h2 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 2;
  text-align: center;
  color: #666;
  padding-bottom: 10px;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm h2 {
    font-size: 4.1333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
body .fs-c-loginForm h2.fs-c-newUsers__title {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #333;
  border: none;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm h2.fs-c-newUsers__title {
    font-size: 4.5333333333vw;
  }
}
body .fs-c-loginForm .fs-c-registeredUsers {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  margin: auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-registeredUsers {
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding-bottom: 9.3333333333vw;
  }
}
body .fs-c-loginForm .fs-c-registeredUsers__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 490px;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-registeredUsers__title {
    width: 100%;
    position: relative;
  }
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation {
  max-width: 490px;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation {
    margin-top: 0;
  }
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation__field {
  padding: 0;
  background-color: transparent;
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation__field fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation__link {
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #333;
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputInformation__link {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable tbody tr {
  gap: 5px;
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable__label {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable__label {
    font-size: 3.4666666667vw;
  }
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable .fs-c-requiredMark {
  color: #c90000;
}
body .fs-c-loginForm .fs-c-registeredUsers .fs-c-inputTable .fs-c-requiredMark::before {
  line-height: 1.5;
  font-size: 1.3em;
}
body .fs-c-loginForm .fs-c-registeredUsers [type=hidden],
body .fs-c-loginForm .fs-c-registeredUsers [type=text],
body .fs-c-loginForm .fs-c-registeredUsers [type=search],
body .fs-c-loginForm .fs-c-registeredUsers [type=tel],
body .fs-c-loginForm .fs-c-registeredUsers [type=url],
body .fs-c-loginForm .fs-c-registeredUsers [type=email],
body .fs-c-loginForm .fs-c-registeredUsers [type=password],
body .fs-c-loginForm .fs-c-registeredUsers [type=datetime],
body .fs-c-loginForm .fs-c-registeredUsers [type=date],
body .fs-c-loginForm .fs-c-registeredUsers [type=month],
body .fs-c-loginForm .fs-c-registeredUsers [type=week],
body .fs-c-loginForm .fs-c-registeredUsers [type=time],
body .fs-c-loginForm .fs-c-registeredUsers [type=datetime-local],
body .fs-c-loginForm .fs-c-registeredUsers [type=number],
body .fs-c-loginForm .fs-c-registeredUsers select,
body .fs-c-loginForm .fs-c-registeredUsers textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-registeredUsers [type=hidden],
  body .fs-c-loginForm .fs-c-registeredUsers [type=text],
  body .fs-c-loginForm .fs-c-registeredUsers [type=search],
  body .fs-c-loginForm .fs-c-registeredUsers [type=tel],
  body .fs-c-loginForm .fs-c-registeredUsers [type=url],
  body .fs-c-loginForm .fs-c-registeredUsers [type=email],
  body .fs-c-loginForm .fs-c-registeredUsers [type=password],
  body .fs-c-loginForm .fs-c-registeredUsers [type=datetime],
  body .fs-c-loginForm .fs-c-registeredUsers [type=date],
  body .fs-c-loginForm .fs-c-registeredUsers [type=month],
  body .fs-c-loginForm .fs-c-registeredUsers [type=week],
  body .fs-c-loginForm .fs-c-registeredUsers [type=time],
  body .fs-c-loginForm .fs-c-registeredUsers [type=datetime-local],
  body .fs-c-loginForm .fs-c-registeredUsers [type=number],
  body .fs-c-loginForm .fs-c-registeredUsers select,
  body .fs-c-loginForm .fs-c-registeredUsers textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
body .fs-c-loginForm .fs-c-otherServiceLogin {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-otherServiceLogin {
    margin-top: 16vw;
  }
}
body .fs-c-loginForm .fs-c-linkedServiceLogin__body {
  padding: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-linkedServiceLogin__body {
    padding: 0;
    margin-top: 7.3333333333vw;
  }
}
body .fs-c-loginForm .fs-c-linkedServiceLogin .fs-c-buttonContainer {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body .fs-c-loginForm .fs-c-linkedServiceLogin .fs-c-buttonContainer {
    margin-top: 6vw;
  }
}
body .fs-c-subSection {
  margin: 0;
}
body .fs-c-newUsers__message {
  margin: 35px auto;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  body .fs-c-newUsers__message {
    margin: 8vw auto;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
body .fs-c-newUsers .fs-c-button--primary {
  width: 300px;
  height: 65px;
  background: #fff;
  border: 1px solid #666;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  body .fs-c-newUsers .fs-c-button--primary {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
body .fs-p-closed {
  max-width: 1050px;
  margin: auto;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  body .fs-p-closed {
    margin-top: 16vw;
  }
}
body .fs-p-closed__heading {
  border-radius: 2px;
  background: #9d9d9d;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-align: left !important;
  color: #f4f4f4 !important;
  margin-bottom: 25px;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  body .fs-p-closed__heading {
    padding: 2vw 3.3333333333vw;
    font-size: 4.1333333333vw;
    line-height: 1.6 !important;
    margin-bottom: 4.6666666667vw;
  }
}
body .fs-p-closed__message {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  body .fs-p-closed__message {
    font-size: 3.7333333333vw;
  }
}
body .fs-p-closed__message p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body .fs-p-closed__message p {
    margin-bottom: 6vw;
  }
}
body .fs-p-closed__message p:last-child {
  margin-bottom: 0;
}

.fs-body-forgotPassword .fs-c-inputInformation {
  max-width: 600px;
  margin: auto;
}
.fs-body-forgotPassword .fs-c-inputInformation__message {
  margin: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation__message {
    justify-content: flex-start;
    margin-left: 8vw;
  }
}
.fs-body-forgotPassword .fs-c-inputInformation__message .fs-c-orderedList {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation__message .fs-c-orderedList {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin-left: 0;
  }
}
.fs-body-forgotPassword .fs-c-inputInformation__message .fs-c-orderedList li {
  margin: 0;
  padding: 0;
}
.fs-body-forgotPassword .fs-c-inputInformation__field {
  padding: 0;
  background-color: transparent;
  margin: 0;
  margin-top: 50px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation__field {
    margin-top: 8vw;
  }
}
.fs-body-forgotPassword .fs-c-inputInformation__field fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable tbody tr {
  gap: 5px;
}
.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable__label {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable__label {
    font-size: 3.4666666667vw;
  }
}
.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark {
  width: 45px;
  height: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #8d1010;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark {
    font-size: 2.8vw;
    width: 65px;
    padding: 0 1.3333333333vw;
  }
}
.fs-body-forgotPassword .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark::before {
  content: "";
}
.fs-body-forgotPassword .fs-c-inputInformation [type=hidden],
.fs-body-forgotPassword .fs-c-inputInformation [type=text],
.fs-body-forgotPassword .fs-c-inputInformation [type=search],
.fs-body-forgotPassword .fs-c-inputInformation [type=tel],
.fs-body-forgotPassword .fs-c-inputInformation [type=url],
.fs-body-forgotPassword .fs-c-inputInformation [type=email],
.fs-body-forgotPassword .fs-c-inputInformation [type=password],
.fs-body-forgotPassword .fs-c-inputInformation [type=datetime],
.fs-body-forgotPassword .fs-c-inputInformation [type=date],
.fs-body-forgotPassword .fs-c-inputInformation [type=month],
.fs-body-forgotPassword .fs-c-inputInformation [type=week],
.fs-body-forgotPassword .fs-c-inputInformation [type=time],
.fs-body-forgotPassword .fs-c-inputInformation [type=datetime-local],
.fs-body-forgotPassword .fs-c-inputInformation [type=number],
.fs-body-forgotPassword .fs-c-inputInformation select,
.fs-body-forgotPassword .fs-c-inputInformation textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation [type=hidden],
  .fs-body-forgotPassword .fs-c-inputInformation [type=text],
  .fs-body-forgotPassword .fs-c-inputInformation [type=search],
  .fs-body-forgotPassword .fs-c-inputInformation [type=tel],
  .fs-body-forgotPassword .fs-c-inputInformation [type=url],
  .fs-body-forgotPassword .fs-c-inputInformation [type=email],
  .fs-body-forgotPassword .fs-c-inputInformation [type=password],
  .fs-body-forgotPassword .fs-c-inputInformation [type=datetime],
  .fs-body-forgotPassword .fs-c-inputInformation [type=date],
  .fs-body-forgotPassword .fs-c-inputInformation [type=month],
  .fs-body-forgotPassword .fs-c-inputInformation [type=week],
  .fs-body-forgotPassword .fs-c-inputInformation [type=time],
  .fs-body-forgotPassword .fs-c-inputInformation [type=datetime-local],
  .fs-body-forgotPassword .fs-c-inputInformation [type=number],
  .fs-body-forgotPassword .fs-c-inputInformation select,
  .fs-body-forgotPassword .fs-c-inputInformation textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService {
    gap: 2vw;
    justify-content: flex-start;
  }
}
.fs-body-my-top .fs-c-accountService__page {
  flex-basis: 128px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page {
    flex-basis: 28.6666666667vw;
    height: 28.6666666667vw;
  }
}
.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border: 1px solid #b2b2b2;
}
.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 2.9333333333vw;
  }
}
.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #0a183e;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 12vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}
.fs-body-my-top .fs-c-accountService__page--accountDelete {
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page--accountDelete {
    flex-basis: 100%;
    margin-top: 6.6666666667vw;
    gap: 4vw;
  }
}
.fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-string {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-string {
    font-size: 3.7333333333vw;
  }
}
.fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-string::before {
  content: "▶";
  font-size: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-string::before {
    font-size: 2vw;
    margin-right: 2vw;
  }
}
.fs-body-my-top .fs-c-accountService__page--accountDelete .pageLink__delete {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page--accountDelete .pageLink__delete {
    font-size: 3.7333333333vw;
  }
}
.fs-body-my-top .fs-c-accountService__page--accountDelete .pageLink__delete::before {
  content: "▶";
  font-size: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService__page--accountDelete .pageLink__delete::before {
    font-size: 2vw;
    margin-right: 2vw;
  }
}
.fs-body-my-top .fs-p-accountInfo {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-align: left;
  color: #333;
  padding: 15px;
  flex-basis: 300px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: 100%;
    padding: 4vw;
  }
}
.fs-body-my-top .fs-p-accountInfo__header {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-p-accountInfo__header {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.fs-body-my-top .fs-p-accountInfo__body {
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-p-accountInfo__body {
    font-size: 3.2vw;
    line-height: 1.7;
    padding: 4vw;
  }
}
.fs-body-my-top .fs-p-accountInfo__point__point {
  margin: 3px auto;
}
.fs-body-my-top .fs-p-accountInfo__point__point__available__number {
  color: #538cb5;
}
@media screen and (max-width: 768px) {
  .fs-body-my-top .fs-p-accountInfo__point__point__available__number {
    font-size: 6.4vw;
  }
}

.fs-c-wishlistProduct {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct {
    margin-top: 6.6666666667vw;
  }
}
.fs-c-wishlistProduct__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__header {
    margin-bottom: 8vw;
  }
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.7;
  text-align: left;
  color: #0a183e;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
    font-size: 4.5333333333vw;
    padding-bottom: 2vw;
  }
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0A183E;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-wishlistProduct__title::before {
    width: 5.3333333333vw;
    height: 1px;
    bottom: -1px;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list {
    overflow-x: scroll;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
  position: relative;
  max-width: 185px;
  min-width: 185px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
    max-width: 36vw;
    min-width: 36vw;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item h2 {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333;
  margin: 10px auto;
  padding: 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item h2 {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin: 2vw auto;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__copy {
  display: none;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__copy {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__name {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__name {
    margin-top: 1.3333333333vw;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main {
    font-size: 3.0666666667vw;
    line-height: 4.5333333333vw;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main__price {
  color: #333 !important;
  position: relative;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
    font-size: 2.6666666667vw;
  }
}
.fs-c-wishlistProduct .fs-c-buttonContainer {
  margin: 0;
  padding: 0;
}
.fs-c-wishlistProduct .fs-c-button--viewProductDetail {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-align: left;
  color: #333;
  font-size: 12px;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-button--viewProductDetail {
    font-size: 2.9333333333vw;
  }
}
.fs-c-wishlistProduct__footer {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__footer {
    margin-top: 10.6666666667vw;
  }
}
.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink {
  width: 300px;
  height: 65px;
  margin: auto;
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  border: 1px solid #0a183e;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.fs-c-featuredProduct {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct {
    margin-top: 6.6666666667vw;
  }
}
.fs-c-featuredProduct__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__header {
    margin-bottom: 8vw;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__title {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.7;
  text-align: left;
  color: #0a183e;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__title {
    font-size: 4.5333333333vw;
    padding-bottom: 2vw;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0A183E;
  left: 0;
  bottom: 0;
  top: unset;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__title::before {
    width: 5.3333333333vw;
    height: 1px;
    bottom: -1px;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list {
    overflow-x: scroll;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item {
  position: relative;
  max-width: 185px;
  min-width: 185px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
    max-width: 36vw;
    min-width: 36vw;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item h2 {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333;
  margin: 10px auto;
  padding: 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item h2 {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin: 2vw auto;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__copy {
  display: none;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__copy {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__name {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item h2 .fs-c-productName__name {
    margin-top: 1.3333333333vw;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main {
    font-size: 3.0666666667vw;
    line-height: 4.5333333333vw;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main__price {
  color: #333 !important;
  position: relative;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main__price::after {
  content: "円";
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__main .fs-c-price__currencyMark {
  display: none;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
    font-size: 2.6666666667vw;
  }
}
.fs-c-featuredProduct .fs-c-buttonContainer {
  margin: 0;
  padding: 0;
}
.fs-c-featuredProduct .fs-c-button--viewProductDetail {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-align: left;
  color: #333;
  font-size: 12px;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-button--viewProductDetail {
    font-size: 2.9333333333vw;
  }
}
.fs-c-featuredProduct__footer {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__footer {
    margin-top: 10.6666666667vw;
  }
}
.fs-c-featuredProduct__footer .fs-c-viewAllProductsLink {
  width: 300px;
  height: 65px;
  margin: auto;
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  border: 1px solid #0a183e;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__footer .fs-c-viewAllProductsLink {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.fs-p-announcement__title {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-p-announcement__title {
    font-size: 4.1333333333vw;
    padding-bottom: 2vw;
  }
}
.fs-p-announcement__title::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0A183E;
}
@media screen and (max-width: 768px) {
  .fs-p-announcement__title::before {
    width: 5.3333333333vw;
  }
}
.fs-p-announcement__body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-p-announcement__body {
    margin-top: 6vw;
  }
}

.fs-body-my-wishlist .fs-p-announcement {
  max-width: 1050px;
  margin: auto;
}
.fs-body-my-wishlist .fs-p-announcement__title {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-p-announcement__title {
    font-size: 4.1333333333vw;
    padding-bottom: 2vw;
  }
}
.fs-body-my-wishlist .fs-p-announcement__title::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0A183E;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-p-announcement__title::before {
    width: 5.3333333333vw;
  }
}
.fs-body-my-wishlist .fs-p-announcement__body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-p-announcement__body {
    margin-top: 6vw;
  }
}
.fs-body-my-wishlist .fs-p-announcement__body .fs-c-list {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-p-announcement__body .fs-c-list {
    margin-left: 6.6666666667vw;
  }
}
.fs-body-my-wishlist .fs-p-announcement__body .fs-c-list li {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  list-style: disc;
  margin: 0;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-p-announcement__body .fs-c-list li {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.fs-body-my-wishlist .fs-p-announcement__body .fs-c-list li::marker {
  font-size: 20px;
  color: #2e6e9d;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-p-announcement__body .fs-c-list li::marker {
    font-size: 5.3333333333vw;
  }
}
.fs-body-my-wishlist .fs-p-announcement__body .fs-c-list li::before {
  content: "";
  width: 0;
  height: 0;
  border: none;
}
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-buttonContainer {
  padding: 0;
  margin: 0;
}

.fs-body-my-orders .fs-p-announcement {
  max-width: 1050px;
  margin: auto;
}
.fs-body-my-orders .fs-p-announcement__title {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-p-announcement__title {
    font-size: 4.1333333333vw;
    padding-bottom: 2vw;
  }
}
.fs-body-my-orders .fs-p-announcement__title::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0A183E;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-p-announcement__title::before {
    width: 5.3333333333vw;
  }
}
.fs-body-my-orders .fs-p-announcement__body {
  margin: 0;
  margin-top: 30px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  list-style: disc;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-p-announcement__body {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-top: 6vw;
  }
}
.fs-body-my-orders .fs-c-history {
  max-width: 1050px;
  margin: auto;
  margin-top: 20px;
  grid-gap: 50px;
  grid-template-columns: 1fr 280px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-c-history {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
}
.fs-body-my-orders .fs-c-history__info .fs-c-dropdown {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-c-history__info .fs-c-dropdown {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-orders .fs-c-history__term {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  color: #7c8790;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-c-history__term {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-orders .fs-c-history__total {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-orders .fs-c-history__total {
    font-size: 3.4666666667vw;
  }
}

.fs-body-my-account-password .fs-c-changepassword-description {
  max-width: 500px;
  margin: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #7c8790;
}
.fs-body-my-account-password .fs-c-changepassword-description p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-password .fs-c-changepassword-description {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-password .fs-c-inputInformation__message {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    text-align: left;
    color: #333;
    margin-top: 5.3333333333vw;
  }
}
.fs-body-my-account-password .fs-c-inputInformation {
  max-width: 490px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-password .fs-c-inputInformation {
    margin-top: 0;
  }
}
.fs-body-my-account-password .fs-c-inputInformation__field {
  padding: 0;
  background-color: transparent;
}
.fs-body-my-account-password .fs-c-inputInformation__field fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.fs-body-my-account-password .fs-c-inputInformation .fs-c-inputTable tbody tr {
  gap: 5px;
}
.fs-body-my-account-password .fs-c-inputInformation .fs-c-inputTable__label {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-password .fs-c-inputInformation .fs-c-inputTable__label {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-account-password .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark {
  color: #c90000;
}
.fs-body-my-account-password .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark::before {
  line-height: 1.5;
  font-size: 1.3em;
}
.fs-body-my-account-password .fs-c-inputInformation [type=hidden],
.fs-body-my-account-password .fs-c-inputInformation [type=text],
.fs-body-my-account-password .fs-c-inputInformation [type=search],
.fs-body-my-account-password .fs-c-inputInformation [type=tel],
.fs-body-my-account-password .fs-c-inputInformation [type=url],
.fs-body-my-account-password .fs-c-inputInformation [type=email],
.fs-body-my-account-password .fs-c-inputInformation [type=password],
.fs-body-my-account-password .fs-c-inputInformation [type=datetime],
.fs-body-my-account-password .fs-c-inputInformation [type=date],
.fs-body-my-account-password .fs-c-inputInformation [type=month],
.fs-body-my-account-password .fs-c-inputInformation [type=week],
.fs-body-my-account-password .fs-c-inputInformation [type=time],
.fs-body-my-account-password .fs-c-inputInformation [type=datetime-local],
.fs-body-my-account-password .fs-c-inputInformation [type=number],
.fs-body-my-account-password .fs-c-inputInformation select,
.fs-body-my-account-password .fs-c-inputInformation textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-password .fs-c-inputInformation [type=hidden],
  .fs-body-my-account-password .fs-c-inputInformation [type=text],
  .fs-body-my-account-password .fs-c-inputInformation [type=search],
  .fs-body-my-account-password .fs-c-inputInformation [type=tel],
  .fs-body-my-account-password .fs-c-inputInformation [type=url],
  .fs-body-my-account-password .fs-c-inputInformation [type=email],
  .fs-body-my-account-password .fs-c-inputInformation [type=password],
  .fs-body-my-account-password .fs-c-inputInformation [type=datetime],
  .fs-body-my-account-password .fs-c-inputInformation [type=date],
  .fs-body-my-account-password .fs-c-inputInformation [type=month],
  .fs-body-my-account-password .fs-c-inputInformation [type=week],
  .fs-body-my-account-password .fs-c-inputInformation [type=time],
  .fs-body-my-account-password .fs-c-inputInformation [type=datetime-local],
  .fs-body-my-account-password .fs-c-inputInformation [type=number],
  .fs-body-my-account-password .fs-c-inputInformation select,
  .fs-body-my-account-password .fs-c-inputInformation textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
.fs-body-my-account-password .fs-c-inputInformation__link {
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #333;
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-password .fs-c-inputInformation__link {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}

.fs-body-my-points .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #538cb5;
}
@media screen and (max-width: 768px) {
  .fs-body-my-points .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 6.4vw;
  }
}
.fs-body-my-points .fs-c-pointListTable td[aria-label=獲得・利用ポイント] {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.fs-body-my-points .fs-c-pointSummary {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-points .fs-c-pointSummary {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.fs-body-my-points .fs-c-listControl__status {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-points .fs-c-listControl__status {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-my-points .fs-c-history__info {
    padding: 2.6666666667vw;
  }
  .fs-body-my-points .fs-c-history__listContainer {
    padding-top: 8vw;
  }
  .fs-body-my-points .fs-c-history__termCtrl {
    margin-bottom: 8vw;
  }
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable {
    border: 1px solid #ccc;
  }
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable > tbody > tr {
    border: none;
  }
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    flex-direction: column;
    align-items: center;
    font-size: 3.4666666667vw;
    line-height: 1.8;
    padding: 0;
  }
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
    width: 100%;
    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #ccc;
    padding: 1.6vw 0;
    text-align: center;
  }
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable > tbody > tr td time,
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable > tbody > tr td span {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    width: 100%;
    text-align: center;
    padding: 4vw 0;
  }
  .fs-body-my-points .fs-c-pointListTable.fs-c-listTable > tbody > tr td[aria-label=獲得・利用ポイント] .fs-c-pointListTable__data {
    font-size: 5.0666666667vw;
    line-height: 1.8;
  }
}

.fs-body-about-returnPolicy .fs-c-documentColumn,
.fs-body-about-points .fs-c-documentColumn {
  max-width: 1050px;
  margin: auto;
}
.fs-body-about-returnPolicy .fs-c-documentColumn__heading,
.fs-body-about-points .fs-c-documentColumn__heading {
  padding: 0;
  margin: 0;
  border: none;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-about-returnPolicy .fs-c-documentColumn__heading,
  .fs-body-about-points .fs-c-documentColumn__heading {
    font-size: 4.1333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4vw;
    margin-top: 8vw;
  }
}
.fs-body-about-returnPolicy .fs-c-documentColumn__heading::before,
.fs-body-about-points .fs-c-documentColumn__heading::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0A183E;
}
@media screen and (max-width: 768px) {
  .fs-body-about-returnPolicy .fs-c-documentColumn__heading::before,
  .fs-body-about-points .fs-c-documentColumn__heading::before {
    width: 5.3333333333vw;
  }
}
.fs-body-about-returnPolicy .fs-c-documentColumn__content,
.fs-body-about-points .fs-c-documentColumn__content {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #666;
  list-style: disc;
  margin: 0;
  text-indent: 0;
  padding-left: 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-about-returnPolicy .fs-c-documentColumn__content,
  .fs-body-about-points .fs-c-documentColumn__content {
    gap: 4vw;
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
.fs-body-about-returnPolicy .fs-c-documentColumn__content a,
.fs-body-about-points .fs-c-documentColumn__content a {
  text-decoration: underline;
}

.fs-body-my-addressbook .fs-p-announcement {
  max-width: 1050px;
  margin: auto;
}
.fs-body-my-addressbook .fs-p-announcement__title {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-p-announcement__title {
    font-size: 4.1333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.fs-body-my-addressbook .fs-p-announcement__title::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0A183E;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-p-announcement__title::before {
    width: 5.3333333333vw;
  }
}
.fs-body-my-addressbook .fs-p-announcement__body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-p-announcement__body {
    margin-top: 6vw;
  }
}
.fs-body-my-addressbook .fs-p-announcement__body .fs-c-list {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-p-announcement__body .fs-c-list {
    margin-left: 6.6666666667vw;
  }
}
.fs-body-my-addressbook .fs-p-announcement__body .fs-c-list li {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
  list-style: disc;
  margin: 0;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-p-announcement__body .fs-c-list li {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.fs-body-my-addressbook .fs-p-announcement__body .fs-c-list li::marker {
  font-size: 20px;
  color: #2e6e9d;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-p-announcement__body .fs-c-list li::marker {
    font-size: 5.3333333333vw;
  }
}
.fs-body-my-addressbook .fs-p-announcement__body .fs-c-list li::before {
  content: "";
  width: 0;
  height: 0;
  border: none;
}
.fs-body-my-addressbook .fs-c-addressBookList__form {
  max-width: 1050px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-addressBookList__form {
    margin-top: 6.6666666667vw;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__form .fs-c-button--addToAddressbook {
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #0a183e;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-addressBookList__form .fs-c-button--addToAddressbook {
    padding: 4vw;
    font-size: 3.4666666667vw;
    width: 80%;
    margin: auto;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__count {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-addressBookList__count {
    margin: 4vw 0;
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__list td {
  padding: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td {
    padding: 5.3333333333vw 4vw;
    font-size: 3.7333333333vw;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__list td rt {
  font-size: 8px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list td rt {
    font-size: 1.8666666667vw;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  max-width: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background: #0a183e;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
    font-size: 3.4666666667vw;
    max-width: 20.6666666667vw;
  }
}
.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange {
  gap: 30px;
}
.fs-body-my-addressbook .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--delete {
  margin: 0;
  color: #333;
  background: #ebebeb;
}
.fs-body-my-addressbook .fs-c-noResultMessage {
  max-width: 1050px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook .fs-c-noResultMessage {
    margin-top: 5.3333333333vw;
    padding: 9.3333333333vw 2.6666666667vw;
  }
}

.fs-body-my-addressbook-edit .fs-c-inputInformation__message,
.fs-body-my-addressbook-new .fs-c-inputInformation__message {
  margin: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation__message,
  .fs-body-my-addressbook-new .fs-c-inputInformation__message {
    max-width: 100%;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__field,
.fs-body-my-addressbook-new .fs-c-inputInformation__field {
  max-width: 1050px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation__field,
  .fs-body-my-addressbook-new .fs-c-inputInformation__field {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__field fieldset,
.fs-body-my-addressbook-new .fs-c-inputInformation__field fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable tr,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable tr:first-child,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable tr:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable tr,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable tr {
    align-items: unset;
    justify-content: space-between;
    flex-direction: column;
    gap: 2vw;
    margin-top: 5.3333333333vw;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable tr:last-child,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable tr:last-child {
  align-items: flex-start;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__headerCell,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__headerCell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  color: #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__headerCell,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__headerCell {
    font-size: 3.7333333333vw;
    min-width: auto;
    width: 100%;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #8d1010;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 2.8vw;
    top: unset;
    bottom: 0;
    right: 0;
    transform: none;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  content: "";
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__dataCell,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable__dataCell,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable__dataCell {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > *,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > * {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > *,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > * {
    width: 22vw;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation {
    margin-top: 2.6666666667vw;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup {
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup {
    gap: 5.3333333333vw;
    flex-direction: row;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup .fs-c-radio,
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup .fs-c-radio,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup .fs-c-radio,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup .fs-c-radio {
  flex-basis: auto;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=hidden],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=text],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=search],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=tel],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=url],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=email],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=password],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=date],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=month],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=week],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=time],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=number],
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable select,
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable textarea,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=hidden],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=text],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=search],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=tel],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=url],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=email],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=password],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=datetime],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=date],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=month],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=week],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=time],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=number],
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable select,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=hidden],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=text],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=search],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=tel],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=url],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=email],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=password],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=date],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=month],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=week],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=time],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable [type=number],
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable select,
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-inputTable textarea,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=hidden],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=text],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=search],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=tel],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=url],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=email],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=password],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=datetime],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=date],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=month],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=week],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=time],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable [type=number],
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable select,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-inputTable textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
.fs-body-my-addressbook-edit .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
.fs-body-my-addressbook-new .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin: auto;
  text-align: center;
  margin-top: 60px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
  .fs-body-my-addressbook-edit .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
  .fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
  .fs-body-my-addressbook-new .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0;
  }
}
.fs-body-my-addressbook-edit .fs-c-inputInformation .fs-c-checkbox__checkMark::before,
.fs-body-my-addressbook-new .fs-c-inputInformation .fs-c-checkbox__checkMark::before {
  left: -0.15em;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__button,
.fs-body-my-addressbook-new .fs-c-inputInformation__button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation__button,
  .fs-body-my-addressbook-new .fs-c-inputInformation__button {
    grid-gap: 4vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-inputInformation__button .fs-c-button--primary,
  .fs-body-my-addressbook-edit .fs-c-inputInformation__button .fs-c-button--standard,
  .fs-body-my-addressbook-new .fs-c-inputInformation__button .fs-c-button--primary,
  .fs-body-my-addressbook-new .fs-c-inputInformation__button .fs-c-button--standard {
    margin: auto;
  }
}

.fs-body-my-account-settings-edit .fs-c-inputInformation {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation {
    margin-top: 13.3333333333vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__message {
  margin: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #666;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__message {
    max-width: 100%;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field {
  max-width: 1050px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__field {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr {
    align-items: unset;
    justify-content: space-between;
    flex-direction: column;
    gap: 2vw;
    margin-top: 5.3333333333vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable tr:last-child {
  align-items: flex-start;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  color: #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell {
    font-size: 3.7333333333vw;
    min-width: auto;
    width: 100%;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #8d1010;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 2.8vw;
    top: unset;
    bottom: 0;
    right: 0;
    transform: none;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  content: "";
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable__dataCell {
    font-size: 3.4666666667vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > * {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputDate > * {
    width: 22vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-inputField__explanation {
    margin-top: 2.6666666667vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup {
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup,
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup {
    gap: 5.3333333333vw;
    flex-direction: row;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-radioGroup .fs-c-radio,
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable .fs-c-checkboxGroup .fs-c-radio {
  flex-basis: auto;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=hidden],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=text],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=search],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=tel],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=url],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=email],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=password],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=date],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=month],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=week],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=time],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=number],
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable select,
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=hidden],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=text],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=search],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=tel],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=url],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=email],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=password],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=date],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=month],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=week],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=time],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=datetime-local],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable [type=number],
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable select,
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-inputTable textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
.fs-body-my-account-settings-edit .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin: auto;
  text-align: center;
  margin-top: 60px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField),
  .fs-body-my-account-settings-edit .fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-checkbox__checkMark::before {
  left: -0.15em;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation__button {
    margin-top: 8vw;
  }
}
.fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-button--primary {
  width: 300px;
  height: 65px;
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  border: 1px solid #0a183e;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fs-body-my-account-settings-edit .fs-c-inputInformation .fs-c-button--primary {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.fs-body-newsletter-unsubscribe .fs-c-inputInformation,
.fs-body-newsletter-subscribe .fs-c-inputInformation {
  max-width: 900px;
  margin: auto;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__message,
.fs-body-newsletter-subscribe .fs-c-inputInformation__message {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #666;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation__message,
  .fs-body-newsletter-subscribe .fs-c-inputInformation__message {
    justify-content: flex-start;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  max-width: 100%;
  padding: 40px 100px;
  background: rgba(126, 126, 126, 0.0784313725);
  margin: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation__field,
  .fs-body-newsletter-subscribe .fs-c-inputInformation__field {
    padding: 6.6666666667vw 4vw;
    margin-top: 8vw;
  }
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field fieldset,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable tbody tr,
.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable tbody tr {
  gap: 5px;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable__label,
.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__label {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable__label,
  .fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable__label {
    justify-content: space-between;
    font-size: 3.4666666667vw;
  }
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark,
.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark {
  width: 45px;
  height: auto;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background: #8d1010;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark,
  .fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark {
    font-size: 2.8vw;
    width: 9.3333333333vw;
    padding: 0 1.3333333333vw;
  }
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark::before,
.fs-body-newsletter-subscribe .fs-c-inputInformation .fs-c-inputTable .fs-c-requiredMark::before {
  content: "";
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=hidden],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=text],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=search],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=tel],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=url],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=email],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=password],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=datetime],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=date],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=month],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=week],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=time],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=datetime-local],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=number],
.fs-body-newsletter-unsubscribe .fs-c-inputInformation select,
.fs-body-newsletter-unsubscribe .fs-c-inputInformation textarea,
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=hidden],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=text],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=search],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=tel],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=url],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=email],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=password],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=datetime],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=date],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=month],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=week],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=time],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=datetime-local],
.fs-body-newsletter-subscribe .fs-c-inputInformation [type=number],
.fs-body-newsletter-subscribe .fs-c-inputInformation select,
.fs-body-newsletter-subscribe .fs-c-inputInformation textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=hidden],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=text],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=search],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=tel],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=url],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=email],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=password],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=datetime],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=date],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=month],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=week],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=time],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=datetime-local],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation [type=number],
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation select,
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation textarea,
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=hidden],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=text],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=search],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=tel],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=url],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=email],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=password],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=datetime],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=date],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=month],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=week],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=time],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=datetime-local],
  .fs-body-newsletter-subscribe .fs-c-inputInformation [type=number],
  .fs-body-newsletter-subscribe .fs-c-inputInformation select,
  .fs-body-newsletter-subscribe .fs-c-inputInformation textarea {
    height: 10vw;
    font-size: 3.4666666667vw;
    padding: 2vw;
  }
}
.fs-body-newsletter-unsubscribe .fs-p-emailDomainNotice,
.fs-body-newsletter-subscribe .fs-p-emailDomainNotice {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #666;
  margin: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-unsubscribe .fs-p-emailDomainNotice,
  .fs-body-newsletter-subscribe .fs-p-emailDomainNotice {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: left;
  }
}

.fs-c-button--secondary {
  background-color: #0A183E;
  padding: 1em;
}

.fs-p-scrollingCartButton {
  display: none;
}

.fs-body-cart-login .fs-c-guestPurchase {
  display: none;
}

.fs-body-cart .fs-l-cart__contentsArea {
  max-width: 1050px;
  margin: auto;
}
.fs-body-cart .fs-p-announcement {
  max-width: 1050px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-p-announcement {
    margin-top: 8vw;
  }
}
.fs-body-cart .fs-p-announcement__title {
  padding: 0;
  border: none;
  font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.8;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-p-announcement__title {
    font-size: 4.2666666667vw;
  }
}
.fs-body-cart .fs-p-announcement__title::before {
  width: 0;
}
.fs-body-cart .fs-p-announcement__body {
  margin-top: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-p-announcement__body {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin-top: 2.6666666667vw;
  }
}
.fs-body-cart .fs-p-flexibleColumn {
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-p-flexibleColumn {
    margin-top: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
.fs-body-cart .fs-p-flexibleColumn a {
  padding: 6px 20px;
  border-radius: 3px;
  background: #648298;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-p-flexibleColumn a {
    font-size: 2.9333333333vw;
    padding: 0.6666666667vw 3.3333333333vw;
  }
}
.fs-body-cart .fs-c-continueShopping {
  max-width: 1050px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-continueShopping {
    margin-top: 8vw;
    text-align: center;
  }
}
.fs-body-cart .fs-c-continueShopping a {
  border-radius: 2px;
  background: #fff;
  border: 2px solid #ccc;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #333;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-continueShopping a {
    border-width: 0.4vw;
    padding: 4vw;
    width: 74.6666666667vw;
    margin: auto;
    text-align: center;
    font-size: 3.4666666667vw;
    min-width: auto;
  }
}
.fs-body-cart .fs-c-wishlistProduct {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-wishlistProduct {
    margin-top: 16vw;
  }
}
.fs-body-cart .fs-c-wishlistProduct__footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .recently_viewed {
    padding: 0;
  }
}
.fs-body-cart .fs-c-cartTable {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__dataCell--point {
    font-size: 4.5333333333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__productImage {
    padding: 0;
  }
}
.fs-body-cart .fs-c-cartTable .fs-c-cartTable__headerCell--action {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__headerCell--action {
    width: auto;
  }
}
.fs-body-cart .fs-c-cartTable .fs-c-quantity__select,
.fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point,
.fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity,
.fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable .fs-c-quantity__select::before,
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point::before,
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity::before,
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable .fs-c-quantity__select,
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point,
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity,
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    font-size: 3.5vw;
  }
}
.fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__quantity select {
    width: 12vw;
    height: 8.5333333333vw;
    font-size: 3.2vw;
    padding: 1.3333333333vw;
  }
}
.fs-body-cart .fs-c-cartTable__productName {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__productName {
    font-size: 2.9333333333vw;
  }
}
.fs-body-cart .fs-c-cartTable__productName__name {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__productName__variation {
    font-size: 2.6666666667vw;
  }
}
.fs-body-cart .fs-c-cartTable__unitPrice .fs-c-productPrice {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__unitPrice .fs-c-productPrice {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable .fs-c-price__price {
    font-size: 4.9333333333vw;
    font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__actionButton {
    margin-top: 3.3333333333vw;
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartTable__actionButton__container {
    border: none;
    padding: 0;
    margin: 0;
  }
  .fs-body-cart .fs-c-cartTable__actionButton__container button {
    padding: 1.3333333333vw;
    background: #fff;
    border: 0.4vw solid #ccc;
    font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: center;
    color: #333;
  }
}
.fs-body-cart .fs-c-orderTotalTable {
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-orderTotalTable {
    font-size: 2.9333333333vw;
    line-height: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-orderTotalTable tr th {
    padding: 4vw;
  }
}
.fs-body-cart .fs-c-purchaseHere__message {
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-purchaseHere__message {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
.fs-body-cart .fs-c-cartPayment__button a {
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartPayment__button a {
    padding: 4vw;
    font-size: 3.4666666667vw;
  }
}
.fs-body-cart .fs-c-payWithAmazon__message {
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-payWithAmazon__message {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
.fs-body-cart .fs-c-cartDiscountInfo {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartDiscountInfo {
    margin-top: 8vw;
  }
}
.fs-body-cart .fs-c-cartDiscountInfo__info {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartDiscountInfo__info {
    font-size: 3.4666666667vw;
  }
}
.fs-body-cart .fs-c-cartDiscountInfo__note {
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-cartDiscountInfo__note {
    font-size: 3.4666666667vw;
  }
}
.fs-body-cart #_rcmdjp_display_2,
.fs-body-cart #_rcmdjp_display_3 {
  display: none;
}

.fs-c-panelContainer {
  max-width: 1050px;
  margin: auto;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .fs-c-panelContainer {
    padding: 0 4.6666666667vw;
  }
}

.fs-body-checkout li img {
  width: auto;
}
.fs-body-checkout div {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout div {
    font-size: 3.2vw;
  }
}
.fs-body-checkout .fs-l-checkout h2 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-l-checkout h2 {
    font-size: 4.2666666667vw;
  }
}
.fs-body-checkout .fs-l-checkout h4 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.05em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-l-checkout h4 {
    font-size: 3.4666666667vw;
  }
}
.fs-body-checkout .fs-c-checkout-customerInfo li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-checkout-customerInfo li {
    font-size: 3.2vw;
  }
}
.fs-body-checkout .fs-c-checkout-customerInfo li.fs-c-checkout-customerInfo__name {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-checkout-customerInfo li.fs-c-checkout-customerInfo__name {
    font-size: 3.7333333333vw;
  }
}
.fs-body-checkout .fs-c-checkout-destination__list li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-checkout-destination__list li {
    font-size: 3.2vw;
  }
}
.fs-body-checkout .fs-c-checkout-destination__list li.fs-c-checkout-destination__name {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-checkout-destination__list li.fs-c-checkout-destination__name {
    font-size: 3.7333333333vw;
  }
}
.fs-body-checkout .fs-c-orderTotalTable tr th {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-orderTotalTable tr th {
    font-size: 3.2vw;
  }
}
.fs-body-checkout .fs-c-confirmOrder button {
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-confirmOrder button {
    padding: 4vw;
    font-size: 3.4666666667vw;
  }
}
.fs-body-checkout .fs-c-cartTable {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-cartTable {
    font-size: 3.2vw;
  }
}
.fs-body-checkout .fs-c-cartTable__productName {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout .fs-c-cartTable__productName {
    font-size: 3.2vw;
  }
}
.fs-body-checkout .fs-c-inputInformation__button {
  grid-gap: 10px;
}
.fs-body-checkout .fs-c-inputInformation__button button {
  margin: auto;
}

.fs-c-button--primary {
  border-radius: 2px;
  background: #0a183e;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-c-button--primary {
    padding: 3.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.fs-body-checkout-success .fs-c-checkoutSuccess__title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.8;
  font-family: "FP-ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-body-checkout-success .fs-c-checkoutSuccess__title {
    font-size: 16px;
  }
}

#fs_CustomPage .footer .top_item {
  margin-top: 0;
}

.t-categorylist_top.menspage-head {
  display: none;
}

.fs-body-category .recently_viewed-menspage,
.categorystyle.menspage-stytle {
  display: none !important;
}

.fs-body-category-mens .menspage-head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fs-body-category-mens .menspage-head {
    padding: 0 4.6666666667vw;
  }
}
.fs-body-category-mens .categorystyle.menspage-stytle {
  display: block !important;
}
.fs-body-category-mens .recently_viewed-menspage {
  display: block !important;
}

.fs-body-review-write .fs-c-reveiwNotes {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .fs-body-review-write .fs-c-reveiwNotes {
    padding: 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category-brand .brandlistbox {
    overflow-x: scroll;
  }
  .fs-body-category-brand .brandlistbox .brandlist {
    margin: auto;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    grid-gap: 8vw 5.3333333333vw;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 530vw;
  }
}

.fs-body-category-company .fs-c-productList,
.fs-body-category-company .fs-c-subgroup,
.fs-body-category-wrapping .fs-c-productList,
.fs-body-category-wrapping .fs-c-subgroup,
.fs-body-category-faq .fs-c-productList,
.fs-body-category-faq .fs-c-subgroup,
.fs-body-category-item .fs-c-productList,
.fs-body-category-item .fs-c-subgroup,
.fs-body-category-brand .fs-c-productList,
.fs-body-category-brand .fs-c-subgroup {
  display: none;
}

.categorystyle {
  display: none;
}

.fs-body-category-mens_outer .categorystyle,
.fs-body-category-mens_acc .categorystyle,
.fs-body-category-mens_underwear .categorystyle,
.fs-body-category-mens_shoes .categorystyle,
.fs-body-category-mens_pant .categorystyle,
.fs-body-category-mens_bag .categorystyle,
.fs-body-category-mens_tops .categorystyle,
.fs-body-category-mens_setup .categorystyle,
.fs-body-category-mens_goods .categorystyle,
.fs-body-category-mens_headwear .categorystyle {
  display: block;
}
.fs-body-category-mens_outer .categorystyle_box,
.fs-body-category-mens_acc .categorystyle_box,
.fs-body-category-mens_underwear .categorystyle_box,
.fs-body-category-mens_shoes .categorystyle_box,
.fs-body-category-mens_pant .categorystyle_box,
.fs-body-category-mens_bag .categorystyle_box,
.fs-body-category-mens_tops .categorystyle_box,
.fs-body-category-mens_setup .categorystyle_box,
.fs-body-category-mens_goods .categorystyle_box,
.fs-body-category-mens_headwear .categorystyle_box {
  display: none;
}

.fs-body-category-mens_outer .categorystyle_box.mens_outer {
  display: grid;
}

.fs-body-category-mens_tops .categorystyle_box.mens_tops {
  display: grid;
}

.fs-body-category-mens_acc .categorystyle_box.mens_acc {
  display: grid;
}

.fs-body-category-mens_underwear .categorystyle_box.mens_underwear {
  display: grid;
}

.fs-body-category-mens_shoes .categorystyle_box.mens_shoes {
  display: grid;
}

.fs-body-category-mens_pant .categorystyle_box.mens_pant {
  display: grid;
}

.fs-body-category-mens_bag .categorystyle_box.mens_bag {
  display: grid;
}

.fs-body-category-mens_setup .categorystyle_box.mens_setup {
  display: grid;
}

.fs-body-category-mens_goods .categorystyle_box.mens_goods {
  display: grid;
}

.fs-body-category-mens_headwear .categorystyle_box.mens_headwear {
  display: grid;
}

@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems {
    border: none;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .fs-c-productList__controller .fs-c-sortItems__label {
    color: #333;
    padding-bottom: 1.3333333333vw;
  }
  .fs-c-productList__controller .fs-c-sortItems__list {
    border: none;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 2vw;
    justify-content: space-between;
    padding-top: 2.6666666667vw;
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .fs-c-productList__controller .fs-c-sortItems__list__item {
    color: #333;
  }
  .fs-c-productList__controller .fs-c-sortItems__list__item.is-active {
    background: transparent;
    color: #0A183E;
  }
  .fs-c-productList__controller .fs-c-sortItems__list__item__label {
    padding: 0;
  }
  .fs-c-listControl {
    flex-direction: row;
    gap: 4vw;
  }
  .fs-c-listControl__status {
    font-size: 3.2vw;
  }
}
.coomingtxt {
  margin: 40px auto;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #888fa1;
}
@media screen and (max-width: 768px) {
  .coomingtxt {
    font-size: 3.7333333333vw;
  }
}

.nolink {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3 !important;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 8.6666666667vw;
    right: 4vw;
    bottom: 20vw;
  }
}/*# sourceMappingURL=page.css.map */