@charset "UTF-8";
/* CSS Document */
/* family-sale */
main.family-sale a.bnr__link {
 transition:1s all;
 opacity:1;
}

main.family-sale a.bnr__link:hover{
    opacity:0.5;
    transition:1s all;
}

section.family-sale-bnr {
  margin-bottom: 100px;
}

/*subscription freeid9*/
/*.subscription .product .i-item__box.product-07 {
  bottom: 40px;
}
.subscription .product .i-item__img.product-07 {
    width: 80%;
}
@media screen and (max-width: 1024px){
    
.subscription .product .i-item__img.product-07 {
    width: 60%;
   
}
}*/

/*--　　スペシャルホリデー　　--*/
.special-holiday {
  background-color: #740000;
}
.special-holiday article {
  background-image: url(../images/special-holiday/bg@2x.png);
  background-size: 80%;
}
.special-holiday .kv__container {
  max-width: 980px;
  margin: 0 auto;
}
.special-holiday .kv__img {
  height: 100%;
}
.special-holiday .kv__img picture img, .special-holiday .kv__img picture source {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-holiday .contents {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.special-holiday .contents__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.special-holiday .contents__wrapper-head {
  position: sticky;
  top: 150px;
  width: 48%;
  max-width: 430px;
  height: 625px;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents__wrapper-head {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.special-holiday .contents__wrapper {
  width: 48%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents__wrapper {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
}
.special-holiday .contents__box {
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
.special-holiday .contents__ttl {
  position: relative;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: calc(46 /(3.6 * 10));
  letter-spacing: 0.05em;
  text-align: center;
}
.special-holiday .contents__ttl span.contents__ttl_b {
  font-weight: bold;
}
.special-holiday .contents__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
  content: "";
}
@media screen and (max-width: 768px) {
  .special-holiday .contents__ttl {
    font-size: 2.5rem;
    line-height: calc(35 /(2.5 * 10));
    letter-spacing: 0.1em;
  }
}
.special-holiday .contents__img {
  width: 100%;
  margin-top: 40px;
}
.special-holiday .contents__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.special-holiday .contents__list-ttl {
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}
.special-holiday .contents__list-ttl:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents__list-ttl {
    max-width: 250px;
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.special-holiday .contents__txt {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(24 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents__txt {
    max-width: 250px;
    font-size: 1.2rem;
    line-height: calc(18 /(1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.special-holiday .contents__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  gap: 10px;
}
.special-holiday .contents .lists__item {
  background-color: #fff;
}
.special-holiday .contents .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  transition: opacity 0.5s;
}
.special-holiday .contents .item__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-holiday .contents .item__img {
  /*  width: 150px;*/
}
.special-holiday .contents .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents .item__img {
    width: 100%;
    height: 100%;
  }
}
.special-holiday .contents .item__content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents .item__content {
    width: calc(100% - 105px);
  }
}
.special-holiday .contents .item__ttl {
  font-size: 2rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents .item__ttl {
    font-size: 2rem;
    line-height: calc(18 /(1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.special-holiday .contents .double_price {
  font-size: 80%;
  position: relative;
}
.special-holiday .contents .double_price::before{
  content: "";
  position: absolute;
  border-top: 3px double #000;
  width: 100%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .special-holiday .contents .double_price {
    font-size: 90%;
  }
}
.special-holiday .contents .item__price {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .special-holiday .contents .item__price {
    font-size: 1.5rem;
    line-height: calc(16 /(1 * 10));
    letter-spacing: 0.1em;
  }
}
.special-holiday .sub_fv_wrapper {
  padding: 50px 10px;
  max-width: 980px;
  margin: 0px auto;
  background-color: #ae1d13;
}
.special-holiday .sub_fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    height: 420px;*/
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.special-holiday .sub_fv__content {
  width: 100%;
  max-width: 500px;
  padding: 0px;
}
.special-holiday .sub_fv__content p {
  text-align: center;
  color: #ffffff;
  font-family: serif;
  letter-spacing: 0.1em;
  font-size: 90%;
}
.special-holiday h2.sub_fv_ttl img {
  width: 50%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .special-holiday .sub_fv_wrapper {
    max-width: none;
    padding: 40px;
  }
  .special-holiday .sub_fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
.special-holiday h2.sub_fv_ttl img {
    width: 100%;
  }
.special-holiday .sub_fv__content p {
    font-size: 120%;
  }
}

.special-holiday .other_info {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.special-holiday .other_info .ranking__product-list {
  height: 358px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:80px auto;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .ranking__product-list {
    height: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
.special-holiday .other_info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.special-holiday .other_info__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  overflow-x: scroll;
  gap: 20px;
}
.special-holiday .other_info .lists__item {
  width: 198px;
}
.special-holiday .other_info .item__img {
  width: 198px;
  height: 198px;
}
.special-holiday .other_info .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-holiday .other_info .item__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.special-holiday .other_info .item__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: calc(24 /(2.4 * 10));
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.1em;
}
.special-holiday .other_info .item__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: calc(100% - 55px);
  -webkit-line-clamp: 2;
  margin-left: 15px;
  overflow: hidden;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(24 /(1.4 * 10));
  letter-spacing: 0.1em;
  word-break: break-all;
}
.special-holiday .other_info__product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info__product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    margin-top: 50px;
  }
}
.special-holiday .other_info .r-product-list__content {
  width: 100%;
  max-width: 400px;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .r-product-list__content {
    max-width: none;
    padding: 40px;
  }
}
.special-holiday .other_info .r-product-list__ttl {
  width: 100%;
  max-width: 300px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .r-product-list__ttl {
    max-width: 220px;
    margin: 0 auto;
  }
}
.special-holiday .other_info .r-product-list__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.special-holiday .other_info .r-product-list__ttl span {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(26 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .r-product-list__ttl span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
.special-holiday .other_info .r-product-list__txt {
  margin-top: 40px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: calc(26 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .r-product-list__txt {
    margin-top: 20px;
    font-size: 1rem;
    line-height: calc(26 /(1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.special-holiday .other_info .r-product-list__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin: 50px auto;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .r-product-list__link {
    margin: 20px auto 0;
  }
}
.special-holiday .other_info .r-product-list__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-holiday .other_info .r-product-list__img-link {
  -webkit-transition: opacity 0.5s;
  display: block;
  width: calc(100% - 410px);
  height: 100%;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
.special-holiday .other_info .r-product-list__img-link {
    width: 100%;
  }
}
.special-holiday .other_info .r-product-list__img-link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-holiday .other_info .r-product-list__img-link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit:contain;
  background-color:#ffffff;
}
/*--  商品　--*/
.special-holiday .one_set {
  background: #ffffff;
}
.special-holiday .disc {
  width: 100%;
  display: flex;
}
.special-holiday .disc p {
  font-size: 80%;
  color: #ffffff;
  padding: 5px 10px;
  background-color: darkred;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .special-holiday .disc p {
    font-size: 120%;
  }
}
.special-holiday .detail_wrap {
  background-color: #f8eae1;
  padding: 30px 40px;
  margin: 30px;
  font-size: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .special-holiday .detail_wrap {
    font-size: 120%;
  }
}
.special-holiday .detail_wrap p.tokuten_icon {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #af963d;
  padding: 10px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
}
.special-holiday .detail_wrap p.gentei_icon {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #e78b98;
  padding: 10px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
}
.special-holiday .detail_wrap li {
  margin-top: 20px;
  list-style-type: disc;
}
.special-holiday .detail_wrap li span.new_icon::after {
  content: url(https://lekarka.co.jp/user_data/packages/original_pc/assets/images/special-holiday/new_icon.png);
  vertical-align: middle;
  padding-right: 5px;
}
.special-holiday .detail_wrap li span.sub_detail {
  font-size: 80%;
}
.special-holiday .detail_wrap_tokuten {
  padding: 30px 10px;
}
.special-holiday .detail_wrap_tokuten .rose {
  position: static;
}
.special-holiday .detail_wrap_tokuten .rose h4 {
  text-align: center;
}
.special-holiday .detail_wrap_tokuten .rose p {
  position: static;
  text-align: center;
  margin-top: 10px;
  font-size: 80%;
  background-color: #f8eae1;
  border: none;
  color: #000;
  line-height: 2rem;
}
.special-holiday .detail_wrap_tokuten .rose p.ctg {
  padding: 5px 25px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin: 20px auto;
  width: 30%;
  min-width:100px;
}
.special-holiday h2.special_gift {
  margin-top: 30px;
}
.special-holiday .detail_wrap ul.tokuten {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.special-holiday .detail_wrap ul.tokuten li {
  list-style: none;
  width: 120px;
  margin-top: 0px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px){
   .special-holiday .detail_wrap ul.tokuten li {
  width: 150px;
}
}
@media (min-width: 768px) and (max-width: 820px) {
   .special-holiday .detail_wrap ul.tokuten li {
  width: 100px; 
    }
}
@media screen and (max-width: 768px){
   .special-holiday .detail_wrap ul.tokuten li {
  width: 140px;
}
}
@media screen and (max-width: 480px){
   .special-holiday .detail_wrap ul.tokuten li {
  width: 110px;
}
}

.special-holiday .product__link {
  margin: 20px auto 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 30px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
.special-holiday .product__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-holiday .product__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
/*--　　特集用共通　　--*/
.special-feature {
  background-color: #ffffff;
}
.special-feature .kv__container {
  max-width: 980px;
  margin: 0 auto;
}
.special-feature .kv__img {
  height: 100%;
}
.special-feature .kv__img picture img, .special-feature .kv__img picture source {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-feature .contents {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .special-feature .contents {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.special-feature .contents__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .special-feature .contents__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.special-feature .contents__wrapper-head {
  position: sticky;
  top: 150px;
  width: 48%;
  max-width: 430px;
  height: 625px;
}
@media screen and (max-width: 768px) {
  .special-feature .contents__wrapper-head {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.special-feature .contents__wrapper {
  width: 48%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .special-feature .contents__wrapper {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
}
.special-feature .contents__box {
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
.special-feature .contents__ttl {
  position: relative;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: calc(46 /(3.6 * 10));
  letter-spacing: 0.05em;
  text-align: center;
}
.special-feature .contents__ttl span.contents__ttl_b {
  font-weight: bold;
}
.special-feature .contents__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
  content: "";
}
@media screen and (max-width: 768px) {
  .special-feature .contents__ttl {
    font-size: 2.5rem;
    line-height: calc(35 /(2.5 * 10));
    letter-spacing: 0.1em;
  }
}
.special-feature .contents__img {
  width: 100%;
  margin-top: 40px;
}
.special-feature .contents__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.special-feature .contents__list-ttl {
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: calc(24 /(1.6 * 10));
  letter-spacing: 0.1em;
}
.special-feature .contents__list-ttl:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .special-feature .contents__list-ttl {
    max-width: 250px;
    font-size: 1.4rem;
    line-height: calc(20 /(1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.special-feature .contents__txt {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(24 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .special-feature .contents__txt {
    max-width: 250px;
    font-size: 1.2rem;
    line-height: calc(18 /(1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.special-feature .contents__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  gap: 10px;
}
.special-feature .contents .lists__item {
  background-color: #fff;
}
.special-feature .contents .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  transition: opacity 0.5s;
}
.special-feature .contents .item__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-feature .contents .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .special-feature .contents .item__img {
    width: 100%;
    height: 100%;
  }
}
.special-feature .contents .item__content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special-feature .contents .item__content {
    width: calc(100% - 105px);
  }
}
.special-feature .contents .item__ttl {
  font-size: 2rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .special-feature .contents .item__ttl {
    font-size: 2rem;
    line-height: calc(18 /(1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.special-feature .contents .double_price {
  font-size: 80%;
  position: relative;
}
.special-feature .contents .double_price::before {
  content: "";
  position: absolute;
  border-top: 3px double #000;
  width: 100%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .special-feature .contents .double_price {
    font-size: 90%;
  }
}
.special-feature .contents .item__price {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .special-feature .contents .item__price {
    font-size: 1.5rem;
    line-height: calc(16 /(1 * 10));
    letter-spacing: 0.1em;
  }
}
.special-feature .sub_fv_wrapper {
  padding: 50px 10px;
  max-width: 980px;
  margin: 0px auto;
}
.special-feature .sub_fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.special-feature .sub_fv__content {
  width: 100%;
  max-width: 500px;
  padding: 0px;
}
.special-feature .sub_fv__content p {
  text-align: center;
  color: #4c4715;
  font-family: serif;
  letter-spacing: 0.1em;
  font-size: 90%;
}
.special-feature h2.sub_fv_ttl img {
  width: 50%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .special-feature .sub_fv_wrapper {
    max-width: none;
    padding: 40px;
  }
  .special-feature .sub_fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
  .special-feature h2.sub_fv_ttl img {
    width: 100%;
  }
  .special-feature .sub_fv__content p {
    font-size: 120%;
  }
}
.special-feature .other_info {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.special-feature .other_info .ranking__product-list {
  height: 358px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .ranking__product-list {
    height: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .special-feature .other_info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.special-feature .other_info__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  overflow-x: scroll;
  gap: 20px;
}
.special-feature .other_info .lists__item {
  width: 198px;
}
.special-feature .other_info .item__img {
  width: 198px;
  height: 198px;
}
.special-feature .other_info .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-feature .other_info .item__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.special-feature .other_info .item__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: calc(24 /(2.4 * 10));
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.1em;
}
.special-feature .other_info .item__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: calc(100% - 55px);
  -webkit-line-clamp: 2;
  margin-left: 15px;
  overflow: hidden;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(24 /(1.4 * 10));
  letter-spacing: 0.1em;
  word-break: break-all;
}
.special-feature .other_info__product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info__product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    margin-top: 50px;
  }
}
.special-feature .other_info .r-product-list__content {
  width: 100%;
  max-width: 400px;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .r-product-list__content {
    max-width: none;
    padding: 40px;
  }
}
.special-feature .other_info .r-product-list__ttl {
  width: 100%;
  max-width: 300px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .r-product-list__ttl {
    max-width: 220px;
    margin: 0 auto;
  }
}
.special-feature .other_info .r-product-list__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.special-feature .other_info .r-product-list__ttl span {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(26 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .r-product-list__ttl span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
.special-feature .other_info .r-product-list__txt {
  margin-top: 40px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: calc(26 /(1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .r-product-list__txt {
    margin-top: 20px;
    font-size: 1rem;
    line-height: calc(26 /(1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.special-feature .other_info .r-product-list__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin: 50px auto;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .r-product-list__link {
    margin: 20px auto 0;
  }
}
.special-feature .other_info .r-product-list__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-feature .other_info .r-product-list__img-link {
  -webkit-transition: opacity 0.5s;
  display: block;
  width: 80%;
  height: 100%;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .special-feature .other_info .r-product-list__img-link {
    width: 100%;
  }
}
.special-feature .other_info .r-product-list__img-link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-feature .other_info .r-product-list__img-link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  object-fit: contain;
  background-color: #ffffff;
}
.special-feature .one_set {
  background: #ffffff;
}
.special-feature .disc {
  width: 100%;
  display: flex;
}
.special-feature .disc p {
  font-size: 80%;
  color: #ffffff;
  padding: 5px 10px;
  background-color: darkred;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .special-feature .disc p {
    font-size: 120%;
  }
}
.special-feature .detail_wrap {
  background-color: #f8eae1;
  padding: 30px 40px;
  margin: 30px;
  font-size: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .special-feature .detail_wrap {
    font-size: 120%;
  }
}
.special-feature .detail_wrap p.tokuten_icon {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #af963d;
  padding: 10px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
}
.special-feature .detail_wrap p.gentei_icon {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #e78b98;
  padding: 10px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
}
.special-feature .detail_wrap li {
  margin-top: 20px;
  list-style-type: disc;
}
.special-feature .detail_wrap li span.new_icon::after {
  content: url(https://lekarka.co.jp/user_data/packages/original_pc/assets/images/special-holiday/new_icon.png);
  vertical-align: middle;
  padding-right: 5px;
}
.special-feature .detail_wrap li span.sub_detail {
  font-size: 80%;
}
.special-feature .detail_wrap_tokuten {
  padding: 30px 10px;
}
.special-feature .detail_wrap_tokuten .rose {
  position: static;
}
.special-feature .detail_wrap_tokuten .rose h4 {
  text-align: center;
}
.special-feature .detail_wrap_tokuten .rose p {
  position: static;
  text-align: center;
  margin-top: 10px;
  font-size: 80%;
  background-color: #f8eae1;
  border: none;
  color: #000;
  line-height: 2rem;
}
.special-feature .detail_wrap_tokuten .rose p.ctg {
  padding: 5px 25px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 /(1.2 * 10));
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin: 20px auto;
  width: 30%;
  min-width: 100px;
}
.special-feature h2.special_gift {
  margin-top: 30px;
}
.special-feature .detail_wrap ul.tokuten {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.special-feature .detail_wrap ul.tokuten li {
  list-style: none;
  width: 120px;
  margin-top: 0px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .special-feature .detail_wrap ul.tokuten li {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .special-feature .detail_wrap ul.tokuten li {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .special-feature .detail_wrap ul.tokuten li {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .special-feature .detail_wrap ul.tokuten li {
    width: 110px;
  }
}
.special-feature .product__link {
  margin: 20px auto 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 30px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
.special-feature .product__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-feature .product__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

/*-- //共通ここまで　--*/

/*--  6th キャンペーン　--*/

.anniversary_campain .contents__wrapper-head {
  height: 680px;
  top: 60px;
}
.anniversary_campain .contents .item__ttl {
  font-size: 1.5rem;
  line-height: calc(21 /(1.4 * 10));
  letter-spacing: 0.1em;
}
.anniversary_campain article {
  background-image: url(../images/anniversary-campain/bg@2x.png);
  background-size: 80%;
}
.anniversary_campain .kv__container {
  max-width: 1000px;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .anniversary_campain .kv__container {
    max-height: 1200px;
  }
}
.anniversary_campain .kv p {
  text-align: center;
  color: #333;
  font-family: serif;
  letter-spacing: 0.1em;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .anniversary_campain .kv p {
    font-size: 120%;
  }
}
.anniversary_campain .fv__container {
  margin-top: -50px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .anniversary_campain .fv__container {
    display: none;
  }
}
.anniversary_campain .fv__container p.cp_day {
  color: #333;
  font-family: Optima;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.anniversary_campain .fv__container p.cp_day span {
  background-color: #333;
  padding: 10px;
  color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .anniversary_campain .fv__container p.cp_day {
    line-height: 2em;
  }
  .anniversary_campain .fv__container p.cp_day span {
    padding: 5px;
  }
}
.anniversary_campain .fv__container p.fv_logo {
  width: 43px;
  flex-shrink: 0;
  margin-bottom: -50px;
}
.anniversary_campain .fv__container span.sub_day_txt {
  color: #333;
  font-family: Optima;
  font-size: 21.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
}
.anniversary_campain .fv__container span.sub_day_txt:before,.anniversary_campain .fv__container span.sub_day_txt:after {
  content: url("../images/anniversary-campain/line@2x.png");
  padding: 10px;
}
.anniversary_campain .fv__container h2 {
  color: #333;
  font-family: Snell Roundhand;
  font-size: 58.4px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5.84px;
  vertical-align: baseline;
}
.anniversary_campain .fv__container h2 span {
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: baseline;
}
@media screen and (max-width: 480px) {
  .anniversary_campain .fv__container h2 {
    font-size: 40px;
  }
  .anniversary_campain .fv__container h2 span {
    font-size: 50px;
  }
}
.anniversary_campain .sub_fv__content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0px;
  margin-top: 20px;
}
.anniversary_campain .sub_fv__content p {
  width: 100%;
  padding: 10px;
  position: absolute;
  top: calc(30% + 10px);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .anniversary_campain .pc_br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .anniversary_campain .sp_br {
    display: none;
  }
}
.anniversary_campain　span.contents__ttl_opt {
  font-family: Optima;
}
.anniversary_campain .contents__ttl {
  font-size: 3rem;
}
.anniversary_campain .contents__ttl::before {
  display: none;
}
.anniversary_campain .sub_contents_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anniversary_campain .sub_contents_ttl p {
  font-size: 80%;
  font-family: serif;
}
.anniversary_campain .contents__ttl {
    line-height: 1em;
}
.anniversary_campain .contents p.detail__price {
  font-size: 120%;
  font-weight: normal;
  width: 100%;
}
.anniversary_campain .contents .item__ttl {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
.anniversary_campain .contents .item {
  display: flex;
}
.anniversary_campain .contents .item__img {
  width: 50%;
}
.anniversary_campain .contents .item__content {
  display: flex;
  flex-direction: column;
  gap: 10%;
  width: 50%;
  padding-right: 20px;
}
.anniversary_campain ul.tag_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 3%;
  flex-wrap: wrap;
}
.anniversary_campain ul.tag_wrap li {
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid #93842F;
  background: rgba(217, 217, 217, 0.00);
  color: #93842F;
  font-size: 10px;
  margin-bottom: 5px;
}
.anniversary_campain .detail_wrap p.tokuten_icon {
  background: none;
  border: none;
  background-image: linear-gradient(2deg, rgba(233, 233, 233, 1), rgba(198, 179, 106, 1));
  color: #281b1b;
}
.anniversary_campain .detail_wrap {
  background-color: #f1f0f0;
}
.anniversary_campain .detail_wrap h4 {
  text-align: center;
}
.anniversary_campain .detail_ttl {
  background: linear-gradient(transparent 60%, #fbfbcb 10%);
}
.anniversary_campain .detail_ttl_white {
  background: linear-gradient(transparent 60%, #fff 10%);
}
.anniversary_campain .detail_wrap ul.detail_list01 {
  width: 80%;
  margin: 0 auto;
}
.anniversary_campain .detail_wrap ul.detail_list02 {
  width: 50%;
  margin: 0 auto;
}
.anniversary_campain .detail_wrap ul.tokuten {
  align-items: center;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-size: 80%;
}
.anniversary_campain .detail_wrap li {
  margin-top: 10px;
}
.anniversary_campain .detail_wrap ul.tokuten li {
  margin: 10px 10px 0 0;
}
.anniversary_campain .detail_txt {
  color: #93842f;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-size: 80%;
}
.anniversary_campain p.detail_img img {
  margin: 20px auto;
}
.anniversary_campain .detail_ttl_jp {
  text-align: center;
  color: #333;
  letter-spacing: 0.01em;
  font-size: 40%;
}
.anniversary_campain .dis_icon {
  display: flex;
  justify-content: flex-end;
}
.anniversary_campain .detail_price {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .anniversary_campain .contents__wrapper-head {
    height: auto;
  }
  .anniversary_campain .sub_contents_ttl p {
    font-size: 130%;
  }
  .anniversary_campain .contents .item__ttl, .anniversary_campain .contents .item__price {
    font-size: 160%;
  }
  .anniversary_campain .detail_price {
    font-size: 130%;
  }
  .anniversary_campain .detail_txt {
    font-size: 90%;
  }
  .anniversary_campain .detail_ttl_white,.anniversary_campain .detail_ttl {
    font-size: 130%;
  }
  .anniversary_campain .detail_wrap ul.tokuten {
    font-size: 100%;
  }
  .anniversary_campain .detail_wrap {
    padding: 20px 10px;
  }
  .anniversary_campain .detail_wrap h4 {
    margin: 20px 0px;
}
  .anniversary_campain .detail_wrap_top{
    margin-top:90px;   
    }
}
@media screen and (max-width: 480px) {
  .anniversary_campain .detail_price {
    font-size: 100%;
  }
}


/* 20241016 add */
@media screen and (min-width: 768px) {
	.mypaage-hair-sp{
		display: none;

  }
	
	.mypaage-hair-pc-container{
		 width: 100%;
	}
	.mypaage-hair-pc{
		display: block;
    height: auto;
    margin: 0 7px;		
	}
	
	.mypaage-hair-pc img{
        display: block;
        width: 886px;
        object-fit: contain;
        margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.mypaage-hair-pc{
		display: none;
  }
	
	.mypaage-hair-sp{
		display: block;
        width: 100%;
  }
	
		.mypaage-hair-sp img{
	   margin: 0 auto;
	}
}


/* 20240213 add */
.mypage-point-info__rank-banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypage-point-info__rank-banner-box > a {
  display: block;
  /* width: 50%; */
  height: auto;
  margin: 0 7px;
}

.mypage-point-info__rank-banner-box > a > picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mypage-point-info__rank-banner-box > a > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mypage-point-info__rank-banner-box > a > picture > source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 430px) {
  .mypage-point-info__rank-banner-box {
    flex-direction: column;
  }
  .mypage-point-info__rank-banner-box > a {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* 20240215 add */
.-width-adjustment {
  margin-left: -40px;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .-width-adjustment {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 20240219 add */
.special-set {
  display : block;
  width : 100%;
  max-width : 850px;
  height : auto;
  margin : 0 auto;
  padding-top: 120px;
  background-color : #ffffff;
}

.special-set-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
  -ms-flex-pack : justify;
  justify-content : space-between;
  padding-top : 29px;
}
.special-set-list__wrap {
  display : block;
  width : calc(50% - 10px);
  height : auto;
  border : 1px solid #000000;
}
.special-set-list__wrap:first-of-type .special-set-list__wrap--inner .special-set-thumbnail {
  width : 77%;
  margin : 0 auto 16px;
}
.special-set-list__wrap:last-of-type .special-set-list__wrap--inner .special-set-thumbnail {
  width : 53%;
  margin : 0 auto 19px;
}
.special-set-list__wrap--inner {
  display : block;
  width : 100%;
  height : auto;
  padding : 43px 10px 26px;
}
.special-set-list__wrap--inner .special-set-thumbnail {
  display : block;
  height : auto;
}
.special-set-list__wrap--inner .special-set-thumbnail > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : cover;
  object-fit : cover;
}
.special-set-list__wrap--inner .special-set-tag {
  display : block;
  width : -webkit-fit-content;
  width : -moz-fit-content;
  width : fit-content;
  padding : 4px 10px;
  margin : 0 auto 14px;
  font-size : 12px;
  line-height : 1;
  letter-spacing : .1em;
  border : 1px solid rgba(67, 71, 72, .1);
}
.special-set-list__wrap--inner .special-set-title {
  margin-bottom : 10px;
  font-size : 13px;
  font-weight : 400;
  text-align : center;
  letter-spacing : 1px;
}
.special-set-list__wrap--inner .special-set-title > span {
  display : block;
  font-size : 12px;
}
.special-set-list__wrap--inner .special-set-price {
  font-size : 11px;
  font-weight : 400;
  text-align : center;
  text-align : center;
  letter-spacing : 1px;
}
.special-set-list__wrap--inner .special-set-price > span {
  font-size : 12px;
}
.special-set-list__wrap--inner .special-set-button {
  position : relative;
  display : block;
  width : 54%;
  margin : 20px auto 0;
  background-color : #333333;
}
.special-set-list__wrap--inner .special-set-button > span {
  display : block;
  padding : 9px 17px;
  font-size : 12px;
  line-height : 1.8571428571;
  color : #ffffff;
  text-align : left;
  letter-spacing : .1em;
  transition : -webkit-text-decoration .5s;
  -webkit-transition : -webkit-text-decoration .5s;
  transition : text-decoration .5s;
  transition : text-decoration .5s, -webkit-text-decoration .5s;
}
.special-set-list__wrap--inner .special-set-button .item__next {
  position : absolute;
  top : 50%;
  right : 10px;
  width : 6px;
  pointer-events : none;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.special-set-list__wrap--inner .special-set-button .item__next > img {
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
  vertical-align : middle;
}
@media screen and (max-width: 767px) {
  .special-set-list {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    -webkit-box-align : center;
    -ms-flex-align : center;
    align-items : center;
  }
  .special-set-list__wrap {
    width : 100%;
    max-width : 370px;
  }
  .special-set-list__wrap:first-of-type {
    margin-bottom : 20px;
  }
}

/* 20240227 add */
#guidecolumn h2,
div#guidecolumn p,
#guidecolumn h3 {
  font-family: "Noto Sans JP", sans-serif!important;
}

#guidecolumn h2,
#guidecolumn h3 {
  font-weight: 400;
}

/* 20240228 add */
.product-detail .point__txt strong {
  background: rgba(255, 218, 57, .25);
}

/* 20240228 add */
.text-in-annotation {
  color: #909090;
}

.text-in-annotation-number {
  font-size: 11px;
  display: table-cell;
}

.recommend-annotation-list {
  padding-top: 24px;
  margin-left: auto;
  display: block;
  width: fit-content;
  max-width: 400px;
}

.recommend-annotation-list__item {
  font-size: 11px;
  color: #909090;
  display: flex;
}

.recommend-annotation-list__item > .text-in-annotation {
  margin-left: -16px;
  margin-right: 4px;
  display: flex;
  padding-top: 1px;
}

.recommend-annotation-list__item > .text-in-annotation > .text-in-annotation-number {
  margin-top: -2px;
}

.recommend-annotation-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .cont_wrap {
    padding: 0 40px;
  }
}

@media (min-width: 431px) and (max-width: 1024px) {
  .cont_wrap {
    padding: 0 20px;
  }
}

@media (min-width: 900px) and (max-width: 1280px) {
  .header_wrap header ul {
    right: 40px!important;
  }
}

/* 20240301 add */
.ukomi-load-more-button {
  transition: opacity 0.5s;
}

.ukomi-load-more-button:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.ukomi-load-more-button-text {
  font-size: 14px;
}

.-review-title-wrap {
  padding-top: 80px;
  margin-bottom: -24px;
}

/* 20240307 add */
.reviewWidget_title {
  font-weight: 200;
  font-size: 3.2rem;
  line-height: calc(32 /(3.2* 10));
  letter-spacing: 0.1em;
  text-align: center;
}

/* 20240415 add */

.header__sp-menu {
  background-color: #ffffff;
  padding: 22px 16px 25px;
}

.sp-search__ttl {
  color: #333!important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px!important;
  font-style: normal;
  font-weight: 500!important!important;
  line-height: normal;
  letter-spacing: 1.8px!important;
}

.sp-menu-contents {
  padding: 0 12px;
}

.sp-menu-contents:not(:last-of-type) {
  margin-bottom: 35px;
}

.header .sp-search__lists {
  gap: 12px;
}

.lists__item > a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px!important;
  border-radius: 4px;
}

.lists__item > .-tag-link {
  padding: 0 11px;
}

.item__link.-border {
  border: 1px solid var(--gray-line, #DADADA);
}

.header .sp-search .lists__item {
  width: auto;
}

.header .sp-search .box142 {
  width: 100%;
  padding: 11px 15px 5px;
  border-bottom: 1px solid #333;
  background-color: #fff;
  color: #333;
}

.header .sp-search .box142::placeholder {
  color: #949494;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}

.header .sp-search .search__link {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 28px;
  right: 24px;
}

.sp-nav-close {
  display: flex;
  margin: 60px auto 0;
  align-items: center;
  background-color: #fff;
  color: var(--gray-text, #565656);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}

.sp-nav-close > img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 4px;
  margin-bottom: -2px;
}

.header .sp-search__ttl {
  margin-top: 25px;
}

.sp-menu {
  background: var(--gray-base, #F5F5F5);
  padding: 0 0 25px;
}

.sp-menu-header {
  display: flex;
  justify-content: space-between;
  height: 24.72vw;
  max-height: 89px;
  background-color: #fff;
  border-bottom: 1px solid #DADADA;
}

.sp-menu-header__list {
  display: block;
  width: calc(100% / 4);
  height: 100%;
}

.sp-menu-header__list:not(:last-of-type) {
  border-right: 1px solid #DADADA;
}

.sp-menu-header__list > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sp-menu-title {
  color: var(--000, #000);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  padding: 14px 28px;
}

.header .sp-menu .lists__item {
  width: 100%;
  border-top: 1px solid #DADADA;
  cursor: pointer;
  background-color: #fff;
}

.header .sp-menu .item__ttl {
  color: var(--000, #000);
}

.item__link > span {
  color: var(--000, #000);
}

.header .sp-menu .item__link {
  padding: 15px 0 14px 16px;
}

.header .sp-menu .item__next {
  right: 16px;
  width: 20px;
}

.header .sp-menu .item__ttl {
  color: var(--333, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}

.header .sp-menu .item__img {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

.header .sp-menu .item__img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.-worries {
  margin: 10px 0;
  padding: 8px 0 8px 12px;
}

.-worries > .item__link > span {
  color: var(--333, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

.-under-line {
  border-bottom: 1px solid #DADADA!important;
}

.sp-menu__nav {
  position: relative;
}

.small-category-container {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s;
  background-color: #fff;
}

.small-category-container.js-open {
  left: 0;
  transition: .5s;
}

.small-category-container__header {
  background: var(--gray-base, #F5F5F5);
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #DADADA;
}

.small-category-container__header--title {
  color: var(--000, #000);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

.small-category-container__header--backbutton {
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  height: fit-content;
  color: var(--333, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}

.small-category-container__header--backbutton > img {
  transform: rotate(180deg);
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.small-category-container__list {
  display: flex;
  flex-wrap: wrap;
}

.small-category-container__list > li {
  display: block;
  width: 50%;
  height: 90px;
  border-bottom: 1px solid #DADADA;
}

.small-category-container__list > li:nth-of-type(odd) {
  border-right: 1px solid #DADADA;
}

.small-category-container__list > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--333, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  padding-left: 16px;
}

.small-category-container__list > li > a > img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 4px;
}

.sp-nav-text-link {
  padding: 30px 16px;
  margin-bottom: 10px;
}

.sp-nav-text-link__item:not(:last-of-type) {
  margin-bottom: 19px;
}

.sp-nav-text-link__item > a {
  color: var(--gray-text, #565656);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.sp-nav-bunner-container {
  padding: 0 16px;
}

.sp-nav-bunner-container__link {
  display: block;
  width: 100%;
  height: auto;
}

.sp-nav-bunner-container__link > img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__sp-menu {
  left: 0;
  display: none;
}

.sp-menu,
.sp-search {
/*  transform: translateY(-20px);*/
  transition: .4s;
}

.sp-menu.sp-nav-main,
.sp-search.sp-nav-main {
/*  transform: translateY(0px);*/
  transition: .4s;
}

.header__sp-menu.is-open {

}

/* 20240416 add */
.header__sp-menu {
  overflow-x: hidden;
}

.header.is-open {
  z-index: 4100;
}

/* 20240502 add */
.footer {
  position: relative;
  z-index: 4000;
}

.acne-uv-powder > .info {
  background-color: #fff;
}

.acne-uv-powder >  *
{
    box-sizing: border-box;
}

.acne-uv-powder a
{
    text-decoration: none;

    outline: none;
}

.acne-uv-powder a:hover
{
    text-decoration: none;
}

.acne-uv-powder a:focus,
.acne-uv-powder *:focus
{
    outline: none;
}

.acne-uv-powder img
{
    vertical-align: top;

    border: none;
    border-style: none;
}

.acne-uv-powder ol,
.acne-uv-powder ul,
.acne-uv-powder li
{
    list-style: none;
}

.acne-uv-powder input[type=submit],
.acne-uv-powder input[type=button]
{
    box-sizing: border-box;

    border: none;
    border-radius: 0;

    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
}
.acne-uv-powder input[type=submit]::-webkit-search-decoration,
.acne-uv-powder input[type=button]::-webkit-search-decoration
{
    display: none;
}
.acne-uv-powder input[type=submit]::focus,
.acne-uv-powder input[type=button]::focus
{
    outline-offset: -2px;
}

.acne-uv-powder .SPshow
{
    display: none;
}

.acne-uv-powder .PCshow
{
    display: block;
}

.fixed-bg
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100vh;
}
.fixed-bg.-fixed
{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}
.fixed-bg > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.acne-uv-powder {
  font-size: 16px;
    line-height: 1.6;

    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: auto;

    color: #312c2d;

    -webkit-font-smoothing: antialiased;
}



.acne-uv-powder > .fv
{
    position: relative;

    width: 100%;
    height: auto;

    background-color: #e6ddd9;
    max-height: fit-content!important;
}
.acne-uv-powder > .fv::after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1271px;

    content: '';

    background-image: url(../images/acneuvpowder/bg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .kv
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 61px;

    background-color: #f7efec;
}
.acne-uv-powder > .fv .kv__inner
{
    position: relative;
    z-index: 2;

    display: flex;

    width: 100%;
    max-width: 1118px;
    height: auto;
    margin: 0 auto;

    align-items: center;
    justify-content: center;
}
.acne-uv-powder > .fv .kv__inner .kv-text
{
    position: relative;
    right: -84px;

    padding-top: 10px;
}
.acne-uv-powder > .fv .kv__inner .kv-text::after
{
    position: absolute;
    top: 0;
    left: -20px;

    display: block;

    width: 637px;
    height: 358px;

    content: '';

    background-image: url(../images/acneuvpowder/kv_smoke.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .kv__inner .kv-text__catch
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    position: relative;
    z-index: 2;

    margin-bottom: 20px;
    padding-left: 5px;

    letter-spacing: 2.16px;
}
.acne-uv-powder > .fv .kv__inner .kv-text__name
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 46px;
    font-weight: 400;
    font-style: normal;
    line-height: 71px;

    position: relative;
    z-index: 2;

    margin-bottom: 60px;

    letter-spacing: 3.68px;

    text-shadow: 1px 2px 0 #fff;
}
.acne-uv-powder > .fv .kv__inner .kv-text__name-small
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    position: relative;
    z-index: 2;

    padding-left: 8px;

    text-align: center;
}
.acne-uv-powder > .fv .kv__inner .kv-text__name-small > span
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    letter-spacing: .52px;
}
.acne-uv-powder > .fv .kv__inner .kv-image
{
    position: relative;
    top: -32px;
    right: -10px;

    display: block;

    width: 530px;
    height: 520px;
}
.acne-uv-powder > .fv .kv__inner .kv-image > img
{
    display: block;

    width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.acne-uv-powder > .fv .lead
{
    position: relative;
    z-index: 2;

    margin-bottom: 91px;

    transition: 1s;
    transform: translateY(40px);

    opacity: 0;
}
.acne-uv-powder > .fv .lead.-anime-on
{
    transition: 1s;
    transform: translateY(0);

    opacity: 1;
}
.acne-uv-powder > .fv .lead__inner
{
    text-align: center;
}
.acne-uv-powder > .fv .lead__inner .lead-title
{
  text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 250;
    font-style: normal;
    line-height: 180%;

    margin-bottom: 23px;
    margin-left: -10px;

    letter-spacing: 6.4px;

    font-feature-settings: 'fwid' on;
}
.acne-uv-powder > .fv .lead__inner .lead-title-small
{
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%;

    margin-right: -12px;

    text-align: center;
    letter-spacing: 3.6px;

    font-feature-settings: 'halt' on;
}
.acne-uv-powder > .fv .detail
{
    position: relative;

    display: block;

    width: 100%;
    height: auto;
}
.acne-uv-powder > .fv .detail::before
{
    position: absolute;
    z-index: 10;
    top: 425px;
    left: 0;

    display: block;

    width: 345px;
    height: 480px;

    content: '';

    background-image: url(../images/acneuvpowder/powder.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail__inner
{
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
}
.acne-uv-powder > .fv .detail__inner::before
{
    position: absolute;
    z-index: -1;
    bottom: -500px;
    left: 0;

    display: block;

    width: 100vw;
    height: 900px;
    margin: 0 calc(50% - 50vw);

    content: '';

    background-image: url(../images/acneuvpowder/bg_moya_kira_v2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail__inner::after
{
    position: absolute;
    z-index: -2;
    bottom: 300px;
    left: 0;

    display: block;

    width: 100vw;
    height: 500px;
    margin: 0 calc(50% - 50vw);

    content: '';

    background-color: #f7efec;
}
.acne-uv-powder > .fv .detail__inner--container
{
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item
{
    transition: 1s;
    transform: translateY(40px);

    opacity: 0;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item.-anime-on
{
    transition: 1s;
    transform: translateY(0);

    opacity: 1;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:not(:last-of-type)
{
    margin-bottom: 83px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type
{
    padding-left: 38px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-description__image
{
    width: 294px;
    margin-bottom: 61px;
    margin-left: -37px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-description__title
{
    margin-bottom: 47px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-image
{
    position: relative;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner
{
    position: relative;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner::after
{
    content: '';
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-description
{
    position: relative;
    right: -22px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-description__image
{
    width: 365px;
    margin-bottom: 61px;
    margin-left: -37px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-description__title
{
    margin-bottom: 31px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-image
{
    position: relative;
    left: -22px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner
{
    display: flex;

    justify-content: space-between;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description
{
    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    height: auto;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__image
{
    display: block;

    height: auto;
    margin-bottom: 50px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__image > img
{
    display: block;

    width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%;

    margin-bottom: 40px;

    letter-spacing: 3.36px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__title > span
{
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 170%;

    letter-spacing: 3px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 170%;

    display: flex;

    padding-bottom: 17px;

    letter-spacing: 1.7px;

    border-bottom: 2px dotted #312c2d;

    align-items: center;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item .strong-text
{
    font-weight: 500;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item:not(:last-of-type)
{
    margin-bottom: 21px;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item::before
{
    display: block;

    width: 27px;
    height: 24px;
    margin-right: 9px;

    content: '';

    background-image: url(../images/acneuvpowder/icon_check_box.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__image-under
{
    display: block;

    width: 460px;
    height: auto;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__image-under > img
{
    display: block;

    width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-image
{
    display: block;

    width: 436px;
    height: auto;
}
.acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-image > img
{
    display: block;

    width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.acne-uv-powder > .fv .detail .cta-middle
{
    position: relative;
    z-index: 2;

    max-width: 1440px;
    margin: 0 auto;
    padding-top: 315px;
    padding-bottom: 100px;
}
.acne-uv-powder > .fv .detail .cta-middle::before
{
    position: absolute;
    z-index: -1;
    bottom: -50%;
    left: 0;

    display: block;

    width: 100vw;
    height: 500px;
    margin: 0 calc(50% - 50vw);

    content: '';

    background-image: url(../images/acneuvpowder/bg_02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail .cta-middle__inner
{
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 115px 0 91px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents
{
    position: relative;

    background: linear-gradient(164deg, rgba(255, 255, 255, .8) 30.91%, rgba(255, 255, 255, .4) 92.65%);
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents::before
{
    position: absolute;
    z-index: -1;
    right: -24px;
    bottom: -24px;

    display: block;

    width: 100%;
    max-width: 1258px;
    height: 525px;

    content: '';

    background-image: url(../images/acneuvpowder/bg_item_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents::after
{
    position: absolute;
    z-index: -1;
    top: -64px;
    left: -95px;

    display: block;

    width: 233px;
    height: 787px;

    content: '';

    background-image: url(../images/acneuvpowder/text_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner
{
    position: relative;

    display: flex;
    overflow: hidden;

    padding: 20px 50px 30px 92px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner::before
{
    position: absolute;
    top: -64px;
    left: -95px;

    display: block;

    width: 233px;
    height: 787px;

    content: '';

    background-image: url(../images/acneuvpowder/text_grege.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-image
{
    position: relative;
    bottom: -6px;

    display: block;

    width: 527px;
    height: 485px;

    transition: 1s;
    transform: translateY(40px);

    opacity: 0;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-image.-anime-on
{
    transition: 1s;
    transform: translateY(0);

    opacity: 1;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text
{
    padding-top: 70px;
    padding-left: 20px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__catch
{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    margin-bottom: 21px;

    letter-spacing: 2.88px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__name
{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%;

    margin-bottom: 35px;

    letter-spacing: 4.5px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__name-en
{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    margin-bottom: 10px;

    letter-spacing: .4px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__description
{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    letter-spacing: 1.4px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__price
{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    margin-bottom: 60px;

    letter-spacing: 1.4px;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button
{
    position: relative;

    display: flex;

    width: 206px;
    height: 42px;
    padding: 0 20px;

    transition: .6s;

    background-color: #312c2d;

    align-items: center;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button::after
{
    position: absolute;
    right: 8px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    background-image: url(../images/acneuvpowder/icon_white_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button > span
{
    font-family: source-sans-pro, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    letter-spacing: 1.4px;

    color: #fff;
}

.header
{
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;

    width: 100%;
    height: 92px;
}
.header__inner
{
    display: flex;

    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;

    align-items: center;
    justify-content: space-between;
}
.header__inner > h1
{
    display: block;

    width: 152px;
    height: auto;
}
.header__inner > h1 > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.how-to
{
    padding-top: 93px;
    padding-bottom: 40px;

    background-color: #fff;
}
.how-to__title
{
    font-family: ivypresto-display, serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px;

    position: relative;
    z-index: 2;

    margin-bottom: 58px;

    text-align: center;
    letter-spacing: 6.4px;
}
.how-to__inner
{
    display: block;

    width: 100%;
    max-width: 892px;
    height: auto;
    margin: 0 auto;
}
.how-to__inner .how-to-list
{
    display: flex;

    margin-bottom: 99px;

    justify-content: space-between;
}
.how-to__inner .how-to-list__item
{
    display: flex;
    flex-direction: column;

    width: 253px;
    height: auto;

    transition: 1s;
    transform: translateY(40px);

    opacity: 0;

    align-items: center;
}
.how-to__inner .how-to-list__item.-anime-on
{
    transform: translateY(0);

    opacity: 1;
}
.how-to__inner .how-to-list__item.-anime-on:first-of-type
{
    transition: 1s 0;
}
.how-to__inner .how-to-list__item.-anime-on:nth-of-type(2)
{
    transition: 1s .4s;
}
.how-to__inner .how-to-list__item.-anime-on:last-of-type
{
    transition: 1s .8s;
}
.how-to__inner .how-to-list__item--image
{
    display: block;

    width: 126px;
    height: auto;
    margin-bottom: 29px;
}
.how-to__inner .how-to-list__item--image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.how-to__inner .how-to-list__item--text
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%;

    letter-spacing: 1.4px;
}
.how-to__inner .how-to-annotation
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 180%;

    letter-spacing: 1.44px;

    font-feature-settings: 'halt' on;
}

.acne-uv-powder > .point
{
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    padding-top: 442px;
}
.point__inner
{
    display: block;

    width: 100%;
    max-width: 892px;
    height: auto;
    margin: 0 auto;
}
.point__inner .point-list
{
    margin-bottom: 248px;
}
.point__inner .point-list__item
{
    transition: 1s;
    transform: translateY(40px);

    opacity: 0;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .5);
}
.point__inner .point-list__item.-anime-on
{
    transition: 1s;
    transform: translateY(0);

    opacity: 1;
}
.point__inner .point-list__item:not(:last-of-type)
{
    margin-bottom: 140px;
}
.point__inner .point-list__item:first-of-type .point-list__item--inner::after
{
    background-image: url(../images/acneuvpowder/point_01.svg);
}
.point__inner .point-list__item:nth-of-type(2) .point-list__item--inner::after
{
    background-image: url(../images/acneuvpowder/point_02.svg);
}
.point__inner .point-list__item:last-of-type .point-list__item--inner .point-lead
{
    margin-bottom: 30px;
}
/* .point__inner .point-list__item:last-of-type .point-list__item--inner::after
{
    background-image: url(../images/acneuvpowder/point_03.svg);
} */
.point__inner .point-list__item--inner
{
    position: relative;

    padding: 84px 80px 97px;
}
.point__inner .point-list__item--inner::before
{
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;

    display: block;

    width: 178px;
    height: 40px;
    margin: 0 auto;

    content: '';

    opacity: .9;
    background-image: url(../images/acneuvpowder/opacity_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.point__inner .point-list__item--inner::after
{
    position: absolute;
    top: -21px;
    right: 0;
    left: 0;

    display: block;

    width: 55px;
    height: 70px;
    margin: 0 auto;

    content: '';

    background-size: contain;
    background-repeat: no-repeat;
}
.point__inner .point-list__item--inner .point-title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    line-height: 190%;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 8.1px;
}
.point__inner .point-list__item--inner .point-lead
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 240%;

    margin-bottom: 20px;

    text-align: center;
    letter-spacing: 1.4px;
}
.point__inner .point-list__item--inner .point-component
{
    display: flex;

    margin-bottom: 56px;

    gap: 20px;
    justify-content: center;
}
.point__inner .point-list__item--inner .point-component__container
{
    position: relative;

    display: block;

    width: 336px;
    padding: 4px 8px 20px;

    text-align: center;

    background-color: #fff;
}
.point__inner .point-list__item--inner .point-component__container::before,
.point__inner .point-list__item--inner .point-component__container::after
{
    position: absolute;

    display: block;

    width: 40px;
    height: 52px;

    content: '';

    background-image: url(../images/acneuvpowder/corner_dott.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.point__inner .point-list__item--inner .point-component__container::before
{
    top: 7px;
    left: 7px;
}
.point__inner .point-list__item--inner .point-component__container::after
{
    right: 7px;
    bottom: 7px;

    transform: rotate(180deg);
}
.point__inner .point-list__item--inner .point-component__container .point-component-sub-title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 44px;

    margin-bottom: -4px;

    letter-spacing: 1.4px;

    color: #f28787;
}
.point__inner .point-list__item--inner .point-component__container .point-component-title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%;

    margin-bottom: 11px;

    letter-spacing: 2px;

    color: #f28787;
    text-align: center;
}
.point__inner .point-list__item--inner .point-component__container .point-component-description
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 150%;

    letter-spacing: 1.4px;
}
.point__inner .point-list__item--inner .point-image
{
    display: block;
}
.point__inner .point-list__item--inner .point-image.-list-01
{
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto 73px;
}
.point__inner .point-list__item--inner .point-image.-list-02
{
    max-width: 548px;
    margin: 0 auto;
}
.point__inner .point-list__item--inner .point-image.-list-03
{
    max-width: 408px;
    margin: 0 auto;
}
.point__inner .point-list__item--inner .point-image > img
{
    width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.point__inner .point-list__item--inner .point-description
{
    position: relative;

    width: 100%;
    max-width: 520px;
    height: 300px;
    margin: 0 auto;
    padding: 30px;

    background-color: rgba(255, 255, 255, .8);
}
.point__inner .point-list__item--inner .point-description::before
{
    position: absolute;
    top: -37px;
    left: -23px;

    display: block;

    width: 195px;
    height: 95px;

    content: '';

    background-image: url(../images/acneuvpowder/message.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.point__inner .point-list__item--inner .point-description::after
{
    position: absolute;
    right: 4px;
    bottom: -9px;

    display: block;

    width: 525px;
    height: 302px;

    content: '';

    background-image: url(../images/acneuvpowder/pink_dott_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.point__inner .point-list__item--inner .point-description__title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%; 
    position: relative;

    margin-bottom: 20px;

    text-align: center;
    letter-spacing: 4px;

    font-feature-settings: 'halt' on;
}
.point__inner .point-list__item--inner .point-description__title::after
{
    display: block;

    width: 96px;
    height: 2px;
    margin: 10px auto 0;

    content: '';

    border-bottom: 2px dotted #474143;
}
.point__inner .point-list__item--inner .point-description__text
{
    
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; 

    text-align: center;
    letter-spacing: 1.4px;
}
.point__inner .point-list__item--inner .point-description-image
{
    width: 100%;
    height: auto;
}
.point__inner .point-list__item--inner .point-description-image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.point .point-under-appeal
{
    position: relative;

    background-color: #e6ddd9;
}
.point .point-under-appeal::before
{
    position: absolute;
    z-index: -1;
    top: -68%;
    left: 0;

    display: block;

    width: 100vw;
    height: 500px;
    margin: 0 calc(50% - 50vw);

    content: '';
    transform: rotate(-180deg);

    background-image: url(../images/acneuvpowder/bg_02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.point .point-under-appeal__inner
{
    display: flex;

    width: 100%;
    max-width: 1073px;
    height: auto;
    margin: 0 auto;
    padding: 120px 0;

    transition: 1s;
    transform: translateY(40px);

    opacity: 0;

    justify-content: space-between;
}
.point .point-under-appeal__inner.-anime-on
{
    transition: 1s;
    transform: translateY(0);

    opacity: 1;
}
.point .point-under-appeal__inner .point-appeal-image
{
    display: block;

    width: 547px;
    height: auto;
    margin-right: 40px;
}
.point .point-under-appeal__inner .point-appeal-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.point .point-under-appeal__inner .point-appeal-text-container
{
    position: relative;
    left: -2px;

    padding-top: 107px;
}
.point .point-under-appeal__inner .point-appeal-text-container__title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    line-height: 180%; 

    margin-bottom: 40px;

    letter-spacing: 5.2px;

    font-feature-settings: 'fwid' on;
}
.point .point-under-appeal__inner .point-appeal-text-container__description
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 230%; 

    letter-spacing: 1.6px;
}

.acne-uv-powder > .product
{
    display: block;

    width: 100%;
    height: auto;
    padding: 92px 0 100px;

    background-image: url(../images/acneuvpowder/bg_item_02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.product__title
{
    font-family: ivypresto-display, serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px; 

    margin-bottom: 40px;

    text-align: center;
    letter-spacing: 6.4px;
}
.product__inner
{
    display: flex;

    width: 100%;
    max-width: 1075px;
    height: auto;
    margin: 0 auto;
    padding: 30px 30px 34px 0;

    background-color: rgba(255, 255, 255, .3);
}
.product__inner--image
{
    display: block;

    width: 527px;
    height: auto;

    transition: 1s;
    transform: translateY(40px);

    opacity: 0;
}
.product__inner--image.-anime-on
{
    transition: 1s;
    transform: translateY(0);

    opacity: 1;
}
.product__inner--image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.product__inner--text
{
    padding-top: 65px;
    padding-left: 20px;
}
.product__inner--text .product-sub-title
{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    margin-bottom: 21px;

    letter-spacing: 2.88px;
}
.product__inner--text .product-name
{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%; 
    margin-bottom: 35px;

    letter-spacing: 4.5px;
}
.product__inner--text .product-name-en
{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    margin-bottom: 10px;

    letter-spacing: .4px;
}
.product__inner--text .product-description
{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    letter-spacing: 1.4px;
}
.product__inner--text .product-price
{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;

    margin-bottom: 60px;

    letter-spacing: 1.4px;
}
.product__inner--text .product-button
{
    position: relative;

    display: flex;

    width: 206px;
    height: 42px;
    padding: 0 20px;

    transition: .6s;

    background-color: #312c2d;

    align-items: center;
}
.product__inner--text .product-button::after
{
    position: absolute;
    right: 8px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    background-image: url(../images/acneuvpowder/icon_white_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.product__inner--text .product-button > span
{
    font-family: source-sans-pro, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    letter-spacing: 1.4px;

    color: #fff;
}

@media print, screen and (min-width: 1025px)
{
  .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button:hover
    {
        transition: .6s;

        opacity: .6;
    }
    .product__inner--text .product-button:hover
    {
        transition: .6s;

        opacity: .6;
    }
}

@media (min-width: 768px) and (max-width: 1279px)
{
  .acne-uv-powder > .fv .kv__inner .kv-text
    {
        right: -4vw;
    }
    .acne-uv-powder > .fv .kv__inner .kv-text__name
    {
        font-size: max(3.59vw, 30px);
        line-height: 5.55vw;
    }
    .acne-uv-powder > .fv .kv__inner .kv-image
    {
        width: max(41.41vw, 380px);
        height: auto;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner
    {
        padding: 20px 10px 30px 92px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-image
    {
        left: -42px;

        width: 36.46vw;
        height: auto;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text
    {
        margin-left: -80px;
        padding-left: 0;
    }
}
@media screen and (max-width: 1024px)
{
  .acne-uv-powder > .fv .detail::before
    {
        display: none;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner::after
    {
        position: absolute;
        z-index: -1;
        top: -220px;
        left: -51px;

        width: 345px;
        height: 480px;

        background-image: url(../images/acneuvpowder/powder_sp.png);
        background-size: cover;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
  .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__title
    {
        font-size: max(2.73vw, 24px);
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__image-under
    {
        width: 100%;
        max-width: 390px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-image
    {
        width: 42.58vw;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__catch
    {
        font-size: 1.56vw;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__name
    {
        font-size: 2.93vw;
    }
    .how-to__inner
    {
        padding: 0 30px 0;
    }
    .point__inner .point-list
    {
        padding: 0 30px 0;
    }
    .point .point-under-appeal
    {
        padding: 0 30px;
    }
    .product
    {
        padding: 92px 30px 100px;
    }
    .product__inner--image
    {
        width: 51.46vw;
    }
    .product__inner--text .product-sub-title
    {
        font-size: 1.56vw;
    }
    .product__inner--text .product-name
    {
        font-size: 2.93vw;
    }
}

@media screen and (max-width: 767px)
{
  .acne-uv-powder .SPshow
    {
        display: block;
    }
    .acne-uv-powder .PCshow
    {
        display: none;
    }
    .acne-uv-powder .fixed-bg
    {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .acne-uv-powder > .fv::after
    {
        height: 1060px;

        background-image: url(../images/acneuvpowder/bg_01_sp.png);
    }
    .acne-uv-powder > .fv .kv
    {
        margin-bottom: 67px;
    }
    .acne-uv-powder > .fv .kv__inner
    {
        flex-direction: column-reverse;
    }
    .acne-uv-powder > .fv .kv__inner .kv-text
    {
        right: 0;

        padding-top: 0;
    }
    .acne-uv-powder > .fv .kv__inner .kv-text::after
    {
        top: -27px;
        right: 0;
        left: -48px;

        width: 180vw;
        max-width: 460px;
    }
    .acne-uv-powder > .fv .kv__inner .kv-text__catch
    {
        font-size: min(3.85vw, 15px);

        text-align: center;
        letter-spacing: 1.2px;
    }
    .acne-uv-powder > .fv .kv__inner .kv-text__name
    {
        font-size: min(8.21vw, 32px);
        line-height: 51px; 

        margin-bottom: 26px;

        text-align: center;
        letter-spacing: .64px;

        text-shadow: .622px 1.243px 0 #fff;
    }
    .acne-uv-powder > .fv .kv__inner .kv-text__name-small
    {
        font-size: min(3.85vw, 15px);
    }
    .acne-uv-powder > .fv .kv__inner .kv-text__name-small > span
    {
        font-size: min(3.33vw, 13px);
    }
    .acne-uv-powder > .fv .kv__inner .kv-image
    {
        top: -29px;
        right: 8px;

        width: 111vw;
        max-width: 432px;
        height: auto;
        margin: 0 calc(50% - 50vw);
    }
    .acne-uv-powder > .fv .lead
    {
        margin-bottom: 69px;
    }
    .acne-uv-powder > .fv .lead__inner .lead-title
    {
        font-size: min(6.15vw, 24px);
        line-height: 156%;

        margin-left: 0;

        text-align: center;
        letter-spacing: 4.8px;
    }
    .acne-uv-powder > .fv .lead__inner .lead-title-small
    {
        font-size: min(4.1vw, 16px);
        line-height: 184%;

        letter-spacing: 3.2px;
    }
    .acne-uv-powder > .fv .detail__inner::before
    {
        bottom: -880px;

        background-size: contain;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list
    {
        background-color: #f7efeb;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:not(:last-of-type)
    {
        margin-bottom: 86px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type
    {
        position: relative;
        z-index: 10;

        padding-left: 0;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner
    {
        flex-direction: column-reverse;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-description
    {
        position: relative;
        z-index: 2;

        margin-top: -52px;
        padding: 0 50px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-description__image
    {
        width: 220px;
        margin-bottom: 23px;
        margin-left: -22px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-description__title
    {
        margin-bottom: 18px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:first-of-type .detail-list__item--inner .detail-image
    {
        width: 290px;
        margin: 0 auto;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner::after
    {
        top: -132px !important;
        left: 0 !important;

        width: 183px !important;
        height: 270px !important;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner
    {
        flex-direction: column;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-description
    {
        right: auto;

        margin-top: -37px;
        padding: 0 32px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-description__image
    {
        width: 273px;
        margin-top: -8px;
        margin-bottom: 20px;
        margin-left: -4px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-description__title
    {
        margin-bottom: 19px;
        padding: 0 18px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item:last-of-type .detail-list__item--inner .detail-image
    {
        left: auto;

        width: 290px;
        margin: 0 auto;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description
    {
        max-width: 390px;
        margin: 0 auto;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__title
    {
        font-size: min(5.38vw, 21px);

        letter-spacing: 2.263px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__title > span
    {
        font-size: min(4.62vw, 18px);

        letter-spacing: 2.263px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item
    {
        font-size: 14px;

        position: relative;

        display: block;

        padding-bottom: 6px;
        padding-left: 23px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item .strong-text
    {
        display: inline;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item:not(:last-of-type)
    {
        margin-bottom: 13px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__list--item::before
    {
        position: absolute;
        top: 5px;
        left: 0;

        width: 17px;
        height: 15px;
    }
    .acne-uv-powder > .fv .detail__inner--container .detail-list__item--inner .detail-description__image-under
    {
        width: 100%;
        max-width: 390px;
    }
    .acne-uv-powder > .fv .detail .cta-middle
    {
        max-width: 390px;
        margin: 0 auto;
        padding-top: 141px;
    }
    .acne-uv-powder > .fv .detail .cta-middle::before
    {
        bottom: -200px;

        height: 200px;

        background-size: contain;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner
    {
        padding: 0 28px 0 20px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents::after
    {
        display: none;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner
    {
        flex-direction: column;

        padding: 0 18px 70px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner::before
    {
        display: none;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-image
    {
        top: -6px;
        bottom: 0;
        left: -11px;

        width: 100%;
        height: auto;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text
    {
        margin-top: -33px;
        padding-top: 0;
        padding-left: 11px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__catch
    {
        font-size: min(3.59vw, 14px);
        line-height: 160%; 

        margin-bottom: 13px;

        letter-spacing: 2.24px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__name
    {
        font-size: min(6.41vw, 25px);
        line-height: 170%; 

        margin-bottom: 29px;

        letter-spacing: 2px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__name-en
    {
        font-size: min(4.1vw, 16px);

        letter-spacing: .32px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__description
    {
        font-size: min(3.85vw, 15px);

        letter-spacing: 1.5px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__price
    {
        font-size: min(3.85vw, 15px);

        margin-bottom: 31px;

        letter-spacing: 1.5px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button
    {
        width: 290px;
        height: 65px;
        margin: 0 auto;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button::after
    {
        right: 26px;

        width: 21px;
        height: 21px;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__button > span
    {
        font-size: 16px;
    }
    .how-to
    {
        max-width: 390px;
        margin: 0 auto;
        padding-top: 31px;
        padding-right: 28px;
        padding-bottom: 21px;
        padding-left: 28px;
    }
    .how-to__title
    {
        font-size: 28px;
        line-height: 44px; 

        margin-bottom: 39px;

        letter-spacing: 5.6px;
    }
    .how-to__inner .how-to-list
    {
        flex-direction: column;

        margin-bottom: 60px;
    }
    .how-to__inner .how-to-list__item
    {
        flex-direction: row;

        width: 100%;

        align-items: flex-start;
    }
    .how-to__inner .how-to-list__item:not(:last-of-type)
    {
        margin-bottom: 39px;
    }
    .how-to__inner .how-to-list__item--image
    {
        width: min(18.21vw, 71px);
        margin-bottom: 0;
    }
    .how-to__inner .how-to-list__item--text
    {
        line-height: 180%;

        display: block;

        width: calc(100% - 71px);
        padding-left: 20px;
    }
    .how-to__inner .how-to-annotation
    {
        display: block;

        width: 285px;
        margin: 0 auto;
    }
    .acne-uv-powder > .point
    {
        max-width: 390px;
        margin: 0 auto;
        padding: 110px 16px 0;
    }
    .point__inner .point-list
    {
        margin-bottom: 99px;
    }
    .point__inner .point-list__item:not(:last-of-type)
    {
        margin-bottom: 85px;
    }
    .point__inner .point-list__item:nth-of-type(2) .point-list__item--inner
    {
        padding: 72px 20px 52px;
    }
    .point__inner .point-list__item:last-of-type .point-list__item--inner
    {
        padding: 72px 20px 44px;
    }
    .point__inner .point-list__item--inner
    {
        padding: 72px 20px 89px;
    }
    .point__inner .point-list__item--inner .point-title
    {
        font-size: min(5.64vw, 22px);
        line-height: 180%;

        margin-bottom: 30px;

        letter-spacing: 3.96px;
    }
    .point__inner .point-list__item--inner .point-lead
    {
        font-size: min(3.59vw, 14px);
        line-height: 200%; 

        margin-bottom: 0;
        padding: 0 11px;

        letter-spacing: 2.24px;
    }
    .point__inner .point-list__item--inner .point-component
    {
        flex-direction: column;

        margin-bottom: 19px;
        padding-top: 21px;

        gap: 10px;
    }
    .point__inner .point-list__item--inner .point-component__container
    {
        width: 100%;
    }
    .point__inner .point-list__item--inner .point-image.-list-01
    {
        max-width: 290px;
        margin: 0 auto 22px;
    }
    .point__inner .point-list__item--inner .point-image.-list-02
    {
        max-width: 290px;
    }
    .point__inner .point-list__item--inner .point-image.-list-03
    {
        max-width: 290px;
    }
    .point__inner .point-list__item--inner .point-description
    {
        height: auto;
        padding: 30px 26px;
    }
    .point__inner .point-list__item--inner .point-description::after
    {
        right: 8px;
        bottom: -9px;

        width: 81.72vw;
    }
    .point__inner .point-list__item--inner .point-description__title
    {
        font-size: 4.62;
    }
    .point__inner .point-list__item--inner .point-description-image
    {
        position: relative;
        left: -12px;

        width: 100vw;
        max-width: 329px;
        margin: 0 auto;
    }
    .point .point-under-appeal
    {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .point .point-under-appeal::before
    {
        top: -120px;

        height: 120px;

        background-size: cover;
    }
    .point .point-under-appeal__inner
    {
        flex-direction: column-reverse;

        max-width: 390px;
        margin: 0 auto;
        padding: 0 0 80px;
        padding-left: 32px;
    }
    .point .point-under-appeal__inner .point-appeal-image
    {
        width: 100%;
        max-width: 350px;
        margin-right: 0;
        margin-left: auto;
    }
    .point .point-under-appeal__inner .point-appeal-text-container
    {
        padding-top: 0;
    }
    .point .point-under-appeal__inner .point-appeal-text-container__title
    {
        font-size: min(5.64vw, 22px);
        line-height: 180%; 

        margin-bottom: 19px;

        letter-spacing: 4.4px;
    }
    .point .point-under-appeal__inner .point-appeal-text-container__description
    {
        font-size: min(3.59vw, 14px);
        line-height: 200%; 

        margin-bottom: 35px;

        letter-spacing: 1.4px;
    }
    .product.-lp
    {
        padding: 92px 16px 50px;

        background-image: url(../images/acneuvpowder/bg_item_02_sp.png);
    }
    .product__title
    {
        font-size: 28px;
        line-height: 44px; 

        margin-bottom: 18px;

        letter-spacing: 5.6px;
    }
    .product__inner
    {
        flex-direction: column;

        max-width: 390px;
        padding: 30px 0 71px 0;
    }
    .product__inner--image
    {
        position: relative;
        top: -29px;
        right: 17px;

        width: 111vw;
        max-width: 432px;
        height: auto;
        margin: 0 calc(50% - 50vw);
    }
    .product__inner--text
    {
        margin-top: -78px;
        padding-top: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    .product__inner--text .product-sub-title
    {
        font-size: min(3.59vw, 14px);
        line-height: 160%; 

        margin-bottom: 11px;

        letter-spacing: 2.24px;
    }
    .product__inner--text .product-name
    {
        font-size: min(6.41vw, 25px);
        line-height: 170%; 

        margin-bottom: 30px;

        letter-spacing: 2px;
    }
    .product__inner--text .product-name-en
    {
        font-size: min(4.1vw, 16px);

        letter-spacing: .32px;
    }
    .product__inner--text .product-description
    {
        font-size: min(3.85vw, 15px);

        letter-spacing: 1.5px;
    }
    .product__inner--text .product-price
    {
        font-size: min(3.85vw, 15px);

        margin-bottom: 29px;

        letter-spacing: 1.5px;
    }
    .product__inner--text .product-button
    {
        width: 290px;
        height: 65px;
        margin: 0 auto;
    }
    .product__inner--text .product-button::after
    {
        right: 26px;

        width: 21px;
        height: 21px;
    }
    .product__inner--text .product-button > span
    {
        font-size: 16px;
    }
}

@media (min-width: 431px) and (max-width: 767px)
{
  .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents::before
    {
        right: -11px;
        bottom: -15px;

        height: 647px;

        background-image: url(../images/acneuvpowder/bg_item_01_sp.png);
    }
    .how-to
    {
        max-width: 100%;
    }
    .product__inner--image
    {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 430px)
{
  .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents::before
    {
        right: -11px;
        bottom: -15px;

        height: 735px;

        background-image: url(../images/acneuvpowder/bg_item_01_sp.png);
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-image
    {
        width: 104vw;
        margin: 0 calc(50% - 50vw);
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__catch
    {
        font-size: 3.26vw;
    }
    .acne-uv-powder > .fv .detail .cta-middle__inner .cta-middle-contents__inner .cta-middle-contents-text__name
    {
        font-size: 5.58vw;
    }
    .how-to
    {
        max-width: 100%;
    }
    .point__inner .point-list__item--inner .point-component__container .point-component-title
    {
        font-size: max(4.65vw, 18px);
    }
    .product__inner--text .product-sub-title
    {
        font-size: 3.26vw;
    }
    .product__inner--text .product-name
    {
        font-size: 5.58vw;
    }
}

/* 20240411 add */
.original_26 {
  border: 1px solid #B4A064;
  margin-top: 55px;
}

.original_26_title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 230%; /* 32.2px */
  letter-spacing: 3.4px;
  background-color: #B4A064;
  padding: 1px 32px;
}

.original_26_inner {
  display: flex;
  padding-left: 32px;
}

.original_26_description {
  color: #434748;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 230%; /* 32.2px */
  letter-spacing: 3.4px;
  display: block;
  /* max-width: 384px; */
  width: calc(100% - 351px);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .original_26 {
    margin-top: 25px;
  }

  .original_26_inner {
    flex-direction: column;
    padding-left: 0;
  }

  .original_26_title {
    font-size: 19px;
    padding: 1px 0;
    text-align: center;
  }

  .original_26_description {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 0;
  }
}

.subscription .benefit .item__num {
  width: 100px;
  padding-left: 7px;
}

@media screen and (max-width: 768px) {
  .subscription .benefit .item__num {
    width: 100%;
    margin-top: 18px;
    padding-left: 5px;
  }

  .subscription .benefit .item__num::before {
    top: -15px;
  }
}

/* 240514 add */
.sale-label {
  color: #333;
  font-family: YuGothic;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #ffdbdb;
  height: auto;
  width: fit-content;
  padding: 4px 10px 2px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 430px) {
  .sale-label {
    font-size: 12px;
    margin-top: -22px;
    margin-bottom: 6px;
    padding: 4px 10px 3px;
  }
}

/* 240520 add */
.SPshow
{
    display: none;
}

.PCshow
{
    display: block;
}

.cart-recommend
{
    display: block;

    width: 100%;
    height: auto;

    background-color: #f9fafa;
}
.cart-recommend__inner
{
    display: block;

    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 100px;
}
.cart-recommend__inner .cart-recommend-title
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
    font-weight: 100;
    font-style: normal;
    line-height: normal;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 3.6px;
}
.cart-recommend__inner .cart-recommend-list
{
    display: flex;

    flex-wrap: wrap;
}
.cart-recommend__inner .cart-recommend-list__item
{
    width: calc(33.3333333333% - 14px);
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 43px;

    border: 1px solid var(--line-e5, #e5e5e5);
    background: var(--fff, #fff);
}
.cart-recommend__inner .cart-recommend-list__item:nth-of-type(3),
.cart-recommend__inner .cart-recommend-list__item:nth-of-type(10)
{
    margin-right: 0;
}
.cart-recommend__inner .cart-recommend-list__item--inner
{
    display: flex;
    flex-direction: column;

    height: 100%;

    text-align: center;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-category
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    display: block;

    padding: 10px 4px;

    text-align: center;

    color: var(--black-text, #333);
    border-bottom: 1px solid #e5e5e5;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-category.-chain
{
    display: none;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-data
{
    display: block;

    padding: 11px 24px 0;

    transition: .3s;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__image
{
    display: block;

    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__name
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-bottom: 2px;

    text-align: center;

    color: var(--black-text, #333);

    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__price
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: normal;

    margin-bottom: 18px;

    text-align: center;

    color: var(--black-text, #333);
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-add-button-container
{
    display: flex;

    margin-top: auto;

    justify-content: center;
}
.cart-recommend__inner .cart-recommend-list__item--inner .recommend-add-button-container > a
{
    font-size: 15px;

    display: flex;

    padding: 2px 12px;

    transition: .3s;

    color: #fff;
    background-color: #131313;

    align-items: center;
    justify-content: center;
}
.cart-recommend__inner .cart-recommend-list__item-chain
{
    display: block;

    width: 100%;
    margin-bottom: 30px;

    border: 1px solid var(--line-e5, #e5e5e5);
    background-color: #fff;
}
.cart-recommend__inner .cart-recommend-list__item-chain.-item02
{
    width: 66%;
}
.cart-recommend__inner .cart-recommend-list__item-chain.-item02 > .cart-recommend-list__item-chain--list > .recommend-chain-item
{
    width: 50%;
}
.cart-recommend__inner .cart-recommend-list__item-chain--category
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    display: block;

    padding: 10px 4px;

    text-align: center;

    color: var(--black-text, #333);
    border-bottom: 1px solid #e5e5e5;
}
.cart-recommend__inner .cart-recommend-list__item-chain--list
{
    display: flex;
}
.cart-recommend__inner .cart-recommend-list__item-chain--list .recommend-chain-item
{
    position: relative;

    width: 33.3333333333%;
    padding-bottom: 43px;
}
.cart-recommend__inner .cart-recommend-list__item-chain--list .recommend-chain-item:not(:last-of-type)::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 1px;
    height: 326px;
    margin: auto 0;

    content: '';

    background-color: #e5e5e5;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .cart-recommend__inner
    {
        padding: 40px 15px 50px;
    }
    .cart-recommend__inner .cart-recommend-title
    {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 30px;
        font-weight: 100;
        font-style: normal;
        line-height: normal;

        margin-bottom: 23px;

        text-align: center;
        letter-spacing: 3px;

        color: var(--black-text, #333);
    }
    .cart-recommend__inner .cart-recommend-list
    {
        justify-content: space-between;
    }
    .cart-recommend__inner .cart-recommend-list__item
    {
        width: calc(50% - 4px);
        margin-right: unset;
        margin-bottom: 20px;
        padding-bottom: 16px;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-category
    {
        font-size: 15px;

        padding: 3px 4px;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-category.-chain
    {
        display: block;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data
    {
        padding: 11px 17px 0;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__name
    {
        font-size: 14px;

        text-align: left;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__price
    {
        font-size: 12px;

        text-align: left;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-add-button-container > a
    {
        font-size: 13px;

        padding: 2px 20px;
    }
    .cart-recommend__inner .cart-recommend-list__item-chain
    {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .cart-recommend__inner
    {
        padding: 60px 40px 100px;
    }
}
@media print, screen and (min-width: 1025px)
{
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data:hover
    {
        transition: .3s;

        opacity: .6;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data:hover .recommend-data__name
    {
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-add-button-container > a:hover
    {
        transition: .3s;

        opacity: .6;
    }
}
@media (min-width: 431px) and (max-width: 767px)
{
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__image
    {
        width: min(41.03vw, 160px);
        height: min(41.03vw, 160px);
    }
}
@media screen and (max-width: 430px)
{
    .cart-recommend__inner .cart-recommend-list__item--inner .recommend-data__image
    {
        width: auto;
        height: min(35.9vw, 146px);
        max-height: 146px;
    }
}

/* 240522 add */
.new-my-page-menu,
.new-my-page-menu-bg
{
    display: block;

    width: 100%;
    height: auto;
    padding: 0 0 60px;
}
.new-my-page-menu__inner,
.new-my-page-menu-bg__inner
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
.new-my-page-menu__inner .new-menu-under-page-title,
.new-my-page-menu-bg__inner .new-menu-under-page-title
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 26px */

    margin-bottom: 25px;

    color: var(--333, #333);
}
.new-my-page-menu__inner .new-menu-nav,
.new-my-page-menu-bg__inner .new-menu-nav
{
    display: block;

    width: 100%;
    height: auto;

    background-color: #fff;
}
.new-my-page-menu__inner .new-menu-nav__title,
.new-my-page-menu-bg__inner .new-menu-nav__title
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 13px */

    position: relative;

    padding: 12px 12px 12px 48px;

    letter-spacing: 2.6px;

    color: #fff;
    background-color: #333;
}
.new-my-page-menu__inner .new-menu-nav__title.-shopping::before,
.new-my-page-menu__inner .new-menu-nav__title.-regular::before,
.new-my-page-menu__inner .new-menu-nav__title.-member::before,
.new-my-page-menu__inner .new-menu-nav__title.-contact::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-shopping::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-regular::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-member::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-contact::before
{
    position: absolute;
    top: 0;
    left: 8px;

    display: block;

    width: 36px;
    height: 36px;

    content: '';

    background-size: contain;
}
.new-my-page-menu__inner .new-menu-nav__title.-shopping::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-shopping::before
{
    background-image: url(../images/mypage/icon01.svg);
}
.new-my-page-menu__inner .new-menu-nav__title.-regular::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-regular::before
{
    background-image: url(../images/mypage/icon02.svg);
}
.new-my-page-menu__inner .new-menu-nav__title.-member::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-member::before
{
    background-image: url(../images/mypage/icon03.svg);
}
.new-my-page-menu__inner .new-menu-nav__title.-contact::before,
.new-my-page-menu-bg__inner .new-menu-nav__title.-contact::before
{
    background-image: url(../images/mypage/icon04.svg);
}
.new-my-page-menu__inner .new-menu-nav__list,
.new-my-page-menu-bg__inner .new-menu-nav__list
{
    border-right: 1px solid var(--line-gray, rgba(67, 71, 72, .1));
    border-left: 1px solid var(--line-gray, rgba(67, 71, 72, .1));
}
.new-my-page-menu__inner .new-menu-nav__list--item,
.new-my-page-menu-bg__inner .new-menu-nav__list--item
{
    border-bottom: 1px solid var(--line-gray, rgba(67, 71, 72, .1));
}
.new-my-page-menu__inner .new-menu-nav__list--item > a,
.new-my-page-menu-bg__inner .new-menu-nav__list--item > a
{
    /* jp/14px-Regular */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px; /* 100% */

    position: relative;

    display: block;

    padding: 20px 24px;

    letter-spacing: 1.4px;

    color: var(--333, #333);
}
.new-my-page-menu__inner .new-menu-nav__list--item > a::before,
.new-my-page-menu-bg__inner .new-menu-nav__list--item > a::before
{
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;

    display: block;

    width: 14px;
    height: 14px;
    margin: auto 0;

    content: '';

    background-image: url(../images/mypage/arrow.svg);
    background-size: contain;
}
.new-my-page-menu__inner .new-menu-nav__list--item > a > span,
.new-my-page-menu-bg__inner .new-menu-nav__list--item > a > span
{
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 11px */

    display: inline-block;

    letter-spacing: 1.1px;
}
.new-my-page-menu__inner .new-menu-nav__list--item > .js-logout-hook > .mypage-nav__link,
.new-my-page-menu-bg__inner .new-menu-nav__list--item > .js-logout-hook > .mypage-nav__link
{
    /* jp/14px-Regular */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px; /* 100% */

    position: relative;

    display: block;

    width: 100%;
    padding: 20px 24px;

    text-align: left;
    letter-spacing: 1.4px;

    color: var(--333, #333);
    background-color: #fff;
}
.new-my-page-menu__inner .new-menu-nav__list--item > .js-logout-hook > .mypage-nav__link::before,
.new-my-page-menu-bg__inner .new-menu-nav__list--item > .js-logout-hook > .mypage-nav__link::before
{
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;

    display: block;

    width: 14px;
    height: 14px;
    margin: auto 0;

    content: '';

    background-image: url(../images/mypage/arrow.svg);
    background-size: contain;
}
.new-my-page-menu__inner .new-menu-nav-to-withdrawal,
.new-my-page-menu-bg__inner .new-menu-nav-to-withdrawal
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 350;
    font-style: normal;
    line-height: 10px; /* 83.333% */

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-top: 12px;
    margin-left: auto;

    text-align: right;
    letter-spacing: 1.2px;

    color: var(--textgray, #434748);

    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.new-my-page-menu-bg
{
    padding: 30px 20px 60px;

    background-color: #f6f6f6;
}

.nav-pc-withdrawal
{
    font-size: 13px;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-top: 14px;
    margin-left: auto;

    color: #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.nav-pc-withdrawal:hover
{
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.p-mypage .mypage-nav__link
{
    padding-right: 33px;
}

.p-mypage .mypage-nav__link > span
{
    font-size: 12px;

    display: inline-block;
}

@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
}

@media print, screen and (min-width: 1025px)
{
    .new-my-page-menu,
    .new-my-page-menu-bg
    {
        display: none;
    }
}

@media print, screen and (max-width: 1024px)
{
    .c-mypage-nav
    {
        display: none;
    }
}

@media screen and (max-width: 1024px)
{
    .mypage-contents__aside.-SPnone
    {
        display: none;
    }
}

.p-mypage .sp-row.-sp {
  margin-bottom: 12px;
}

/* 240523 add */
.p-information .infomation__lists {
  justify-content: center;
  gap: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-information .infomation__lists .lists__item {
    width: 50%;
  }
}

@media screen and (max-width: 895px) {
.p-information .infomation__lists .lists__item {
    width: 100%;
    max-width: none;
}
}

.tag-kanto,
.tag-kansai,
.tag-chubu,
.tag-kyushu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  color: var(--fff, #FFF);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 1.8px;
  border-radius: 2px;
}

.tag-kanto {
  background-color: #809FC6;
}

.tag-kansai {
  background-color: #EFA029;
}

.tag-chubu {
  background-color: #67C67C;
}

.tag-kyushu {
  background-color: #FA9191;
}

.p-information .schedule .item__week {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 121px; */
}

.p-information .schedule .item__box {
  grid-template-columns: 121px 3fr;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .tag-kanto,
  .tag-kansai,
  .tag-chubu,
  .tag-kyushu {
    padding: 1px 7px;
    font-size: 10px;
    margin-left: 7px;
  }
  .p-information .schedule .item__week {
    /* max-width: 65px; */
    width: fit-content;
  }
  .p-information .schedule .item__box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
  }
  .p-information .schedule .lists__item {
    padding: 15px 0;
  }
  .sp-vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.button-black {
  background-color: #000!important;
  color: #fff!important;
}

.link-blue-text {
  color: #139ef5!important;
}

/* 240528 newmemberservice add */
.new-member
{
    font-family: 'Noto Sans JP', sans-serif;

    display: block;

    width: 100%;
    height: auto;
    padding: 60px 50px 0;

    background-color: rgba(67, 71, 72, .08);
    overflow: hidden;
}
.new-member__inner
{
    display: block;

    width: 100%;
    max-width: 1060px;
    height: auto;
    margin: 0 auto;
}
.new-member__inner .new-member-info
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 110px;
    padding: 0 50px;
}
.new-member__inner .new-member-info__contents
{
    max-width: 760px;
    margin: 0 auto;

    background: var(--fff, #fff);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}
.new-member__inner .new-member-info__contents--title
{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 27px */

    padding: 14px 10px;

    text-align: center;

    color: #fff;
    background: #ccba70;
}
.new-member__inner .new-member-info__contents--title > span
{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 30px */

    margin: 0 5px;

    letter-spacing: .8px;
}
.new-member__inner .new-member-info__contents .new-member-info-list
{
    display: block;

    width: 100%;
    max-width: 568px;
    height: auto;
    margin: 0 auto;
    padding: 39px 10px 49px;
}
.new-member__inner .new-member-info__contents .new-member-info-list__item:not(:last-of-type)
{
    margin-bottom: 28px;
}
.new-member__inner .new-member-info__contents .new-member-info-list__item--inner
{
    color: #333;
}
.new-member__inner .new-member-info__contents .new-member-info-list__item--inner > h3
{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%; /* 21.6px */

    margin-bottom: 7px;
    padding: 2px 8px 3px;

    letter-spacing: .7px;

    border-left: 4px solid #ccba70;
}
.new-member__inner .new-member-info__contents .new-member-info-list__item--inner > p
{
    font-size: 15px;
    font-weight: 350;
    font-style: normal;
    line-height: 160%; /* 24px */

    padding: 0 12px;

    letter-spacing: .7px;
}
.new-member__inner .new-member-lead
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0 50px;
}
.new-member__inner .new-member-lead__contents
{
    display: block;

    padding: 42px 40px 48px;

    text-align: center;

    border: 2px solid var(--line, #666a6a);
    border-radius: 8px;
    background: var(--fff, #fff);
}
.new-member__inner .new-member-lead__contents--title
{
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 41.6px; /* 130% */

    margin-bottom: 29px;

    color: var(--black-text, #333);
    text-align: center;
}
.new-member__inner .new-member-lead__contents--description
{
    font-size: 16px;
    font-weight: 350;
    font-style: normal;
    line-height: 24px; /* 150% */

    color: var(--black-text, #333);
}
.new-member__inner .new-member-lead__contents--description:not(:last-of-type)
{
    margin-bottom: 15px;
}
.new-member__inner .new-member-introduction
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 96px;
    padding: 0 50px;
}
.new-member__inner .new-member-introduction__title
{
    font-size: 28px;
    font-weight: 350;
    font-style: normal;
    line-height: 42px; /* 150% */

    margin-bottom: 25px;

    text-align: center;
    letter-spacing: .7px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-introduction__list
{
    display: flex;

    gap: 8px;
}
.new-member__inner .new-member-introduction__list--item
{
    display: block;

    width: 25%;
    height: 300px;

    border-radius: 12px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner
{
    display: block;

    width: 100%;
    height: 100%;
    padding: 25px 10px 19px;

    text-align: center;

    color: #fff;
    background-image: url(../images/newmemberservice/gold-line-vertical.svg);
    background-position: center;
    background-size: contain;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title
{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%; /* 24px */
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb01
{
    margin-bottom: 17px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb02
{
    margin-bottom: 27px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb03
{
    margin-bottom: 34px;
    padding-top: 12px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb04
{
    margin-bottom: 35px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image
{
    display: flex;
    justify-content: center;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb01
{
    margin-bottom: 16px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb02
{
    margin-bottom: 24px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb03
{
    margin-bottom: 17px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb04
{
    margin-bottom: 39px;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents
{
    display: flex;

    justify-content: center;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--description
{
    font-size: 20.7px;
    font-weight: 500;
    font-style: normal;
    line-height: 140%; /* 28.98px */
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button
{
    position: relative;

    display: flex;

    width: 100%;
    max-width: 170px;
    height: 44px;
    margin: 0 auto;

    cursor: pointer;
    transition: .3s;

    background-color: #fff;

    align-items: center;
    justify-content: center;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button::before
{
    font-size: 10px;
    font-weight: 500;
    font-style: normal;

    position: absolute;
    top: 1px;
    right: 14px;
    bottom: 0;

    display: block;

    height: -webkit-fit-content;
    height:    -moz-fit-content;
    height:         fit-content;
    margin: auto 0;

    content: '＞';

    color: #333;
}
.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button > span
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%; /* 16.8px */

    margin-left: -8px;

    color: #333;
}
.new-member__inner .new-member-introduction .member-introduction-swiper
{
    position: relative;

    display: none;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper
{
    padding-top: 0;
    padding-left: 48px;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide
{
    height: 280px;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
    padding: 10px 10px 19px;

    text-align: center;

    color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner.-bg01
{
    background-image: url(../images/newmemberservice/gold-line-vertical-sp-01.svg);
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner.-bg02
{
    background-image: url(../images/newmemberservice/gold-line-vertical-sp-02.svg);
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner.-bg03
{
    background-image: url(../images/newmemberservice/gold-line-vertical-sp-03.svg);
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner.-bg04
{
    background-image: url(../images/newmemberservice/gold-line-vertical-sp-04.svg);
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents
{
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;

    display: flex;

    margin: 0 auto;

    justify-content: center;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--description
{
    font-size: 20.7px;
    font-weight: 500;
    font-style: normal;
    line-height: 140%; /* 28.98px */
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--button
{
    position: relative;

    display: flex;

    width: 100%;
    max-width: 170px;
    height: 44px;
    margin: 0 auto;

    background-color: #fff;

    align-items: center;
    justify-content: center;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--button::before
{
    font-size: 10px;
    font-weight: 500;
    font-style: normal;

    position: absolute;
    top: 1px;
    right: 14px;
    bottom: 0;

    display: block;

    height: -webkit-fit-content;
    height:    -moz-fit-content;
    height:         fit-content;
    margin: auto 0;

    content: '＞';

    color: #333;
}
.new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--button > span
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%; /* 16.8px */

    margin-left: -8px;

    color: #333;
}
.new-member__inner .new-member-rank
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 93px;
    padding: 0 50px;
}
.new-member__inner .new-member-rank__icon-swipe
{
    position: absolute;
    z-index: 100;
    top: 204px;
    right: 0;
    left: 0;

    display: none;

    width: 132px;
    height: 95px;
    margin: 0 auto;
}
.new-member__inner .new-member-rank__icon-swipe.-hide
{
    display: none;
}
.new-member__inner .new-member-rank__icon-swipe > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.new-member__inner .new-member-rank__title
{
    font-size: 28px;
    font-weight: 350;
    font-style: normal;
    line-height: 42px; /* 150% */

    margin-bottom: 25px;

    text-align: center;
    letter-spacing: .7px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-rank__contents
{
    display: flex;
    overflow: hidden;

    min-height: 405px;
    margin-bottom: 50px;

    border: 2px solid var(--line, #666a6a);
    border-radius: 10px;
    background-color: #fff;
}
.new-member__inner .new-member-rank__contents .table-sp-header
{
    display: none;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header
{
    display: none;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody
{
    display: block;

    width: 100%;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody > tr
{
    display: block;

    width: 100%;

    color: #333;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody > tr > th
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%;

    display: block;
    display: flex;

    width: 100%;
    height: 57px;

    border-bottom: 1px solid #b3b3b3;
    background-color: #e1e3e3;

    align-items: center;
    justify-content: center;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody > tr > td
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%; /* 15.4px */

    display: block;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 70px;
    padding-top: 15px;

    background-color: #fff;

    align-items: center;
    justify-content: flex-start;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody > tr > td .icon-badge
{
    display: block;

    width: 26px;
    height: 30px;
    margin-top: 4px;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody > tr > td .icon-badge > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.new-member__inner .new-member-rank__contents .new-member-rank-table-header > tbody > tr:not(:last-of-type) > td
{
    border-bottom: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner
{
    display: flex;
    overflow: hidden;

    width: 100%;
    min-height: 405px;

    border-radius: 10px;
    background-color: #fff;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data
{
    display: block;

    height: 100%;

    border-collapse: collapse;

    border-right: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody
{
    display: block;

    width: 100%;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr
{
    display: block;

    width: 100%;

    color: #333;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr > th,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > th
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%;

    display: block;
    display: flex;

    width: 100%;
    height: 57px;

    border-bottom: 1px solid #b3b3b3;
    background-color: #e1e3e3;

    align-items: center;
    justify-content: center;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr > td,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%; /* 15.4px */

    display: block;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 80px;
    padding-top: 15px;

    align-items: center;
    justify-content: flex-start;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr > td .icon-badge,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td .icon-badge
{
    display: block;

    width: 26px;
    height: 30px;
    margin-top: 4px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr > td .icon-badge > img,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td .icon-badge > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr:not(:last-of-type) > td,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr:not(:last-of-type) > td
{
    border-bottom: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header
{
    width: 182px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data
{
    width: calc(100% - 182px);

    border-right: unset;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr
{
    display: grid;

    grid-template-columns: 320px 1fr 1fr 1fr;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > th,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td
{
    border-right: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > th:last-of-type,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td:last-of-type
{
    border-right: unset;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td
{
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 25.5px */

    padding-top: 0;

    letter-spacing: .34px;

    justify-content: center;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td:first-of-type
{
    align-items: flex-start;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price
{
    padding-left: 77px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price > span
{
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: 120%; /* 16.8px */

    display: block;

    letter-spacing: .7px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td .icon-image
{
    display: block;

    width: 20px;
    height: 20px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td .icon-image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper
{
    width: 100%;
    width: calc(100% - 182px);

    background-color: rgba(67, 71, 72, .08);
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .sp-table
{
    display: none;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .sp-table > img
{
    display: block;

    width: 100%;
    height: auto;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data
{
    display: block;

    width: 100%;
    height: 100%;

    border-collapse: collapse;

    border-right: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody
{
    display: block;

    width: 100%;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr
{
    display: block;

    width: 100%;

    color: #333;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > th
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%;

    display: block;
    display: flex;

    width: 100%;
    height: 57px;

    border-bottom: 1px solid #b3b3b3;
    background-color: #e1e3e3;

    align-items: center;
    justify-content: center;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 110%; /* 15.4px */

    display: block;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 80px;
    padding-top: 15px;

    background-color: #fff;

    align-items: center;
    justify-content: flex-start;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td .icon-badge
{
    display: block;

    width: 26px;
    height: 30px;
    margin-top: 4px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td .icon-badge > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr:not(:last-of-type) > td
{
    border-bottom: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data
{
    border-right: unset;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr
{
    display: grid;

    grid-template-columns: 320px 1fr 1fr 1fr;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > th,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td
{
    border-right: 1px solid #b3b3b3;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > th:last-of-type,
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td:last-of-type
{
    border-right: unset;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td
{
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 25.5px */

    padding-top: 0;

    letter-spacing: .34px;

    justify-content: center;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td:first-of-type
{
    align-items: flex-start;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price
{
    padding-left: 77px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price > span
{
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: 120%; /* 16.8px */

    display: block;

    letter-spacing: .7px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td .icon-image
{
    display: block;

    width: 20px;
    height: 20px;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td .icon-image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits
{
    display: flex;

    margin-bottom: 7px;

    gap: 12px;
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits__item
{
    overflow: hidden;

    height: 263px;

    border-radius: 10px;
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner
{
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 33px 0 26px;

    text-align: center;

    color: #fff;
    background-image: url(../images/newmemberservice/gold-line-wide.svg);
    background-position: center;
    background-size: contain;
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner__title
{
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px; /* 150% */

    margin-bottom: 15px;

    color: #747474;
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner__description
{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* 133.333% */

    margin: auto 0;

    color: #676767;
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner__annotation
{
    font-size: 13px;
    font-weight: 350;
    font-style: normal;
    line-height: 21px; /* 161.538% */

    margin-top: auto;
    padding: 0 45px;

    text-align: left;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-rank__other-contents .rank-other-benefits-sp
{
    display: none;
}
.new-member__inner .new-member-rank__other-contents .rank-other-annotation__item:not(:last-of-type)
{
    margin-bottom: -5px;
}
.new-member__inner .new-member-rank__other-contents .rank-other-annotation__item > span
{
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: 1.7; /* 150% */

    display: inline-block;

    color: #333;
}
.new-member__inner .new-member-rank__other-contents .rank-other-annotation__item > span > a
{
    text-decoration: underline;

    color: #333;
}
.new-member__inner .new-member-structure
{
    display: block;

    border-radius: 8px;
    background: var(--fff, #fff);
}
.new-member__inner .new-member-structure__inner
{
    max-width: 800px;
    margin: 0 auto;
    padding: 35px 0 29px;
}
.new-member__inner .new-member-structure__inner .structure-lead
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;
    padding: 0 0 25px;
}
.new-member__inner .new-member-structure__inner .structure-lead__title
{
    font-size: 28px;
    font-weight: 350;
    font-style: normal;
    line-height: 42px; /* 150% */

    margin-bottom: 25px;

    text-align: center;
    letter-spacing: .7px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-structure__inner .structure-lead__description
{
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: 160%; /* 22.4px */

    letter-spacing: .28px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-structure__inner .structure-lead__description > span
{
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 160%;

    letter-spacing: .3px;
}
.new-member__inner .new-member-structure__inner .structure-lead__description:last-of-type
{
    display: inline;

    background: linear-gradient(transparent 10%, #faeebc 0%);
}
.new-member__inner .new-member-structure__inner .structure-lead__description:not(:last-of-type)
{
    margin-bottom: 2px;
}
.new-member__inner .new-member-structure__inner .structure-image
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.new-member__inner .new-member-structure__inner .structure-image > source,
.new-member__inner .new-member-structure__inner .structure-image > img
{
    width: 100%;
    height: 100%;
}
.new-member__inner .new-member-structure__inner .structure-annotation
{
    font-size: 13px;
    font-weight: 350;
    font-style: normal;
    line-height: 140%; /* 18.2px */

    letter-spacing: .26px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-structure__inner .structure-link
{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 160%; /* 20.8px */

    letter-spacing: .26px;

    color: var(--black-text, #333);

    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction
{
    bottom: -52px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

/* .swiper-pagination-bullet
{
    opacity: 1;
    background: #fff;
} */

/* .swiper-pagination-bullet-active
{
    background: #82888a;
} */

/* =============================
    ページネーションの見栄えを調整
============================= */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 150px;
  background-color: #fff;
  bottom: 0;
  padding: 8px 0;
  line-height: 1;
}

.member-introduction-swiper > .swiper-pagination {
  margin: 0 auto;
  background-color: unset;
}


	
@media screen and (min-width: 768px) {
.swiper-index > .swiper-pagination{
	    margin: 30px auto 0;
}
.swiper-index > .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 9px;
    padding: 1.5px 7px;
}
	
.swiper-feature > .swiper-pagination{
	    margin: 30px auto 0;
}
}

@media screen and (max-width: 768px) {
.swiper-index > .swiper-pagination{
	    margin: 10px auto 0;
}
.swiper-index > .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 9px;
    padding: 1.5px 7px;
}
	
.swiper-feature > .swiper-pagination{
	    margin: 10px auto 0;
}
}	

	

/* ==========================
    円形のページネーションを作成
  ========================== */
.circle-pagination {
  position: relative;
  width: 15px;
  height: 15px;
  z-index: 1;
  background-color: #d2d2d2;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  outline: none;
}

.circle-pagination .circle-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  position: relative;	
}

.circle-pagination__inner svg {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -26%) rotate(-90deg);
}

.circle-pagination__inner circle {
  fill: transparent;
  stroke:#4c4c4c;
  stroke-width: 1.5;
  animation: circle 5s linear forwards;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }

  99.9%,
  to {
    stroke-dasharray: 69 69;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination__inner {
  color: blue;
}

.circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner svg {
  /* 非アクティブ時なサークルのsvgは非表示に */
  display: none;
}


@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .new-member
    {
        padding: 20px 20px 0;
    }
    .new-member__inner
    {
        max-width: 390px;
        margin: 0 auto;
    }
    .new-member__inner .new-member-info
    {
        margin-bottom: 40px;
        padding: 0;
    }
    .new-member__inner .new-member-info__contents--title
    {
        font-size: 15px;

        padding: 9px 10px;
    }
    .new-member__inner .new-member-info__contents--title > span
    {
        font-size: 17px;
        font-weight: 500;
        font-style: normal;
        line-height: 135%; /* 25.5px */

        margin: 0 3px;

        letter-spacing: .68px;
    }
    .new-member__inner .new-member-info__contents .new-member-info-list
    {
        padding: 24px 29px 30px;
    }
    .new-member__inner .new-member-info__contents .new-member-info-list__item:not(:last-of-type)
    {
        margin-bottom: 23px;
    }
    .new-member__inner .new-member-info__contents .new-member-info-list__item--inner > h3
    {
        font-size: 15px;
        line-height: 110%; /* 16.5px */

        margin-bottom: 4px;
        padding: 0 8px 2px;

        letter-spacing: 0;
    }
    .new-member__inner .new-member-info__contents .new-member-info-list__item--inner > p
    {
        font-size: 13px;

        letter-spacing: .26px;
    }
    .new-member__inner .new-member-lead
    {
        margin-bottom: 42px;
        padding: 0;
    }
    .new-member__inner .new-member-lead__contents
    {
        padding: 18px 20px 28px;
    }
    .new-member__inner .new-member-lead__contents--title
    {
        font-size: 22px;
        font-weight: 350;
        font-style: normal;
        line-height: 140%; /* 30.8px */

        margin-bottom: 12px;
    }
    .new-member__inner .new-member-lead__contents--description
    {
        font-size: 13px;
        font-weight: 350;
        font-style: normal;
        line-height: 160%; /* 20.8px */

        letter-spacing: .26px;
    }
    .new-member__inner .new-member-lead__contents--description:not(:last-of-type)
    {
        margin-bottom: 9px;
    }
    .new-member__inner .new-member-introduction
    {
        margin-bottom: 73px;
        padding: 0;
    }
    .new-member__inner .new-member-introduction__title
    {
        font-size: 23px;
        font-weight: 350;
        font-style: normal;
        line-height: 140%; /* 32.2px */

        margin-bottom: 10px;

        letter-spacing: .7px;
    }
    .new-member__inner .new-member-introduction__list
    {
        display: none;
    }
    .new-member__inner .new-member-introduction .member-introduction-swiper
    {
        display: block;
    }
    .new-member__inner .new-member-rank
    {
        position: relative;

        margin-bottom: 39px;
        padding: 0;
    }
    .new-member__inner .new-member-rank__icon-swipe
    {
        display: block;
    }
    .new-member__inner .new-member-rank__title
    {
        font-size: 23px;
        font-weight: 350;
        font-style: normal;
        line-height: 140%; /* 32.2px */

        margin-bottom: 13px;

        letter-spacing: .7px;
    }
    .new-member__inner .new-member-rank__contents
    {
        position: relative;

        width: 100vw;
        margin-bottom: 39px;

        border: none;
    }
    .new-member__inner .new-member-rank__contents .table-sp-header
    {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;

        display: block;
        overflow: auto;

        width: 97px;
        height: 100%;

        border-collapse: collapse;

        border-radius: 10px 0 0 10px;
    }
    .new-member__inner .new-member-rank__contents .new-member-rank-table-header
    {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;

        display: block;
        overflow: auto;

        width: 95px;
        height: 100%;

        border-collapse: collapse;

        border-right: 1px solid #b3b3b3;
        border-radius: 10px 0 0 10px;
    }
    .new-member__inner .new-member-rank__contents--inner
    {
        position: relative;

        width: 100vw;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header > tbody > tr > td,
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td
    {
        height: 70px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header
    {
        display: none;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data
    {
        width: 100%;
        padding-left: 33px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr
    {
        grid-template-columns: 250px 92px 92px 152px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td
    {
        font-size: 16px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper
    {
        display: block;
        overflow-x: scroll;

        width: 100%;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .sp-table
    {
        display: block;

        width: 664px;
        height: 410px;
        padding-right: 40px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data
    {
        display: none;
        overflow-x: scroll;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td
    {
        height: 70px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data
    {
        width: 100%;
        padding-left: 33px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr
    {
        grid-template-columns: 250px 92px 92px 152px;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td
    {
        font-size: 16px;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits
    {
        display: none;
        flex-direction: column;

        margin-bottom: 15px;

        gap: 7px;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits-sp
    {
        display: block;

        width: 100%;
        height: auto;
        margin-bottom: 14px;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits-sp > img
    {
        display: block;

        width: 100%;
        height: 100%;

        -o-object-fit: contain;
           object-fit: contain;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-annotation__item > span
    {
        font-size: 13px;
    }
    .new-member__inner .new-member-structure__inner
    {
        padding: 20px 12px 20px;
    }
    .new-member__inner .new-member-structure__inner .structure-lead
    {
        padding: 0 4px 16px;
    }
    .new-member__inner .new-member-structure__inner .structure-lead__title
    {
        font-size: 23px;
        font-weight: 350;
        font-style: normal;
        line-height: 140%; /* 32.2px */

        margin-bottom: 19px;

        letter-spacing: .7px;
    }
    .new-member__inner .new-member-structure__inner .structure-lead__description
    {
        font-size: 13px;
        font-weight: 350;
        font-style: normal;
        line-height: 160%; /* 20.8px */

        letter-spacing: .26px;
    }
    .new-member__inner .new-member-structure__inner .structure-lead__description > span
    {
        font-size: 13px;
        font-style: normal;
        line-height: 160%; /* 20.8px */

        letter-spacing: .26px;
    }
    .new-member__inner .new-member-structure__inner .structure-lead__description:not(:last-of-type)
    {
        margin-bottom: 6px;
    }
    .new-member__inner .new-member-structure__inner .structure-image
    {
        margin-bottom: 10px;
    }
    .new-member__inner .new-member-structure__inner .structure-annotation
    {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px)
{
    .new-member__inner .new-member-lead
    {
        padding: 0;
    }
    .new-member__inner .new-member-introduction
    {
        padding: 0;
    }
    .new-member__inner .new-member-introduction__list--item
    {
        height: 29.3vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title
    {
        font-size: 1.4vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb01
    {
        margin-bottom: 1.66vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb02
    {
        margin-bottom: 2.64vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb03
    {
        margin-bottom: 3.32vw;
        padding-top: 1.17vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__title.-title-mb04
    {
        margin-bottom: 3.42vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image
    {
        width: 12.01vw;
        max-width: 123px;
        margin: 0 auto;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image > img
    {
        display: block;

        width: 100%;
        height: 100%;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb01
    {
        margin-bottom: 1vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb02
    {
        margin-bottom: 2vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb03
    {
        margin-bottom: 1.3vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__image.-image-mb04
    {
        margin-bottom: 3vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--description
    {
        font-size: 1.9vw;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button
    {
        width: 90%;
        height: 3.91vw;
        max-height: 44px;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button::before
    {
        right: 8px;
    }
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button > span
    {
        font-size: 1.6vw;
    }
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--description
    {
        font-size: 1.9vw;
    }
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--button
    {
        width: 90%;
        height: 3.91vw;
        max-height: 44px;
    }
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--button::before
    {
        right: 8px;
    }
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner__contents--button > span
    {
        font-size: 1.6vw;
    }
    .new-member__inner .new-member-rank
    {
        padding: 0;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-header
    {
        width: 17.77vw;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data
    {
        width: calc(100% - 17.77vw);
        width: 100%;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr
    {
        grid-template-columns: 31.25vw 1fr 1fr 1fr;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price
    {
        padding-left: 7.52vw;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper
    {
        width: calc(100% - 17.77vw);
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data
    {
        width: 100%;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr
    {
        grid-template-columns: 31.25vw 1fr 1fr 1fr;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price
    {
        padding-left: 7.52vw;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits__item
    {
        height: 25.68vw;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner
    {
        padding: 3.4vw 0 30px;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner__title
    {
        font-size: 2.34vw;
        line-height: 22px;

        margin-bottom: 1.1vw;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner__description
    {
        font-size: 1.76vw;
        line-height: 1.4;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner__annotation
    {
        font-size: max(1.27vw, 11px);
        line-height: 1.3;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-annotation__item > span
    {
        font-size: max(1.27vw, 11px);
    }
    .new-member__inner .new-member-structure__inner
    {
        padding: 35px 30px 29px;
    }
}

@media (max-width: 390px)
{
    .new-member__inner .new-member-introduction
    {
        margin-bottom: 60px;
    }
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper
    {
        padding-top: 3px;
    }
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction
    {
        bottom: -5.81vw;
    }
}

@media print, screen and (min-width: 1025px)
{
    .new-member__inner .new-member-introduction__list--item .introduction-list-item-inner__contents--button:hover
    {
        transition: .3s;

        opacity: .6;
    }
    .new-member__inner .new-member-rank__other-contents .rank-other-annotation__item > span > a:hover
    {
        text-decoration: none;
    }
}

@media (min-width: 391px) and (max-width: 430px)
{
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper
    {
        margin-top: 3.26vw;
    }
}

@media (min-width: 321px) and (max-width: 390px)
{
    .new-member__inner .new-member-introduction .member-introduction-swiper .swiper-wrapper .swiper-slide .introduction-list-item-inner
    {
        background-position: center top;
    }
}

@media screen and (max-width: 1024px)
{
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data > tbody > tr > th:first-of-type
    {
        min-width: auto;
    }
    .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > th:first-of-type
    {
        min-width: auto;
    }
}

.-point-flex-container219 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.-left-text219 {
  width: calc((100% - 280px) - 32px);
}

.-point-right-image-pc-219 {
  width: 280px;
  margin-top: -45px!important;
}

@media screen and (max-width: 767px) {
  .-point-flex-container219 {
    flex-direction: column;
  }

  .-left-text219 {
    width: 100%;
  }
}


.swiper-pagination.-new-member-service > .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.swiper-pagination.-new-member-service > .swiper-pagination-bullet-active
{
    background: #82888a;
}

/* 20240529 add */
@media screen and (max-width: 767px) {
  .p-mypage .mypage-point-info__box {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 20240610 add */
.ranking .lists__item:first-of-type > .item__link > .item__content .item__number {
  color: #333333;
  background-color: #D6BD81;
}

.ranking .lists__item:nth-of-type(2) > .item__link > .item__content .item__number {
  color: #333333;
  background-color: #B8B8B8;
}

.ranking .lists__item:nth-of-type(3) > .item__link > .item__content .item__number {
  color: #333333;
  background-color: #A4876B;
}

/* 20240625 add */
.regular-modification
{
    background-color: #f9fafa;
}

.rm-correspondence
{
    display: block;

    width: 100%;
    height: auto;
    padding: 109px 0 58px;

    background-color: #fff;
}
.rm-correspondence__inner
{
    display: block;

    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
}
.rm-correspondence__inner .rm-correspondence-contents
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 26px 46px 50px;

    border: 1px solid #000;
}
.rm-correspondence__inner .rm-correspondence-contents__title
{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 18px */

    position: relative;
    top: -39px;
    right: 0;
    left: 0;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;
    padding: 2px 30px;

    letter-spacing: 1.8px;

    background-color: #fff;
}
.rm-correspondence__inner .rm-correspondence-contents__lead
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 12px;

    letter-spacing: 1.4px;
}
.rm-correspondence__inner .rm-correspondence-contents__list
{
    display: flex;

    margin-bottom: 40px;

    gap: 20px;
    justify-content: center;
}
.rm-correspondence__inner .rm-correspondence-contents__list--item
{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px; /* 171.429% */

    display: flex;

    list-style: disc;
}
.rm-correspondence__inner .rm-correspondence-contents__list--item::before
{
    margin-right: 4px;

    content: '⚫︎';
}
.rm-correspondence__inner .rm-correspondence-contents__button
{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* 160% */

    display: flex;

    max-width: 280px;
    height: 52px;
    margin: 0 auto;

    transition: .3s;
    letter-spacing: .6px;

    color: #fff;
    border-radius: 8px;
    background: #171717;

    align-items: center;
    justify-content: center;
}
.rm-correspondence__inner .rm-correspondence-greeting
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    text-align: center;
    letter-spacing: 1.6px;
}

.rm-correspondence-greeting
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    text-align: center;
    letter-spacing: 1.6px;
}

.rm-detail
{
    display: block;

    width: 100%;
    height: auto;
    padding: 78px 0 60px;

    background-color: #f9fafa;
}
.rm-detail__inner
{
    display: block;

    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
}
.rm-detail__inner .rm-detail-title
{
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px; /* 183.333% */

    margin-bottom: 30px;

    text-align: center;
    letter-spacing: 2.4px;
}
.rm-detail__inner .rm-detail-contents > li:not(:last-of-type)
{
    margin-bottom: 20px;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title
{
    position: relative;

    display: flex;

    height: 40px;

    cursor: pointer;

    background-color: #4d4d4d;

    align-items: center;
    justify-content: center;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::before,
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::after
{
    position: absolute;
    right: 0;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    transition: .5s;

    background-color: #fff;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::before
{
    right: 24px;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::after
{
    right: 23px;

    transition: .5s;
    transform: rotate(90deg);
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title.js-icon-transform::after
{
    transition: .5s;
    transform: rotate(0);
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title > span
{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px; /* 175% */

    text-align: center;
    letter-spacing: 1.6px;

    color: var(--fff, #fff);
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner
{
    display: none;

    width: 100%;
    height: auto;
    padding: 20px 96px 25px;

    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__lead
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    letter-spacing: 1.4px;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__lead > span
{
    font-weight: 500;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap--flow
{
    font-size: 13px;
    font-weight: 350;
    font-style: normal;
    line-height: 160%; /* 20.8px */

    margin-top: 33px;
    margin-bottom: 4px;

    text-align: center;
    letter-spacing: .26px;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap--image
{
    display: block;

    width: 100%;
    max-width: 624px;
    height: auto;
    margin: 0 auto 30px;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap--image > source,
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap--image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__annotation
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    letter-spacing: 1.4px;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__button
{
    display: flex;

    width: 328px;
    height: 70px;
    margin: 0 auto 70px;

    transition: .5s;

    background-color: #2c2c2c;

    align-items: center;
    justify-content: center;
}
.rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__button > span
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    letter-spacing: 2px;

    color: #fff;
}

.rm-for-user
{
    padding: 76px 0 60px;

    background-color: #fff;
}
.rm-for-user__inner
{
    display: block;

    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
}
.rm-for-user__inner .rm-for-user-contents__title
{
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px; /* 183.333% */

    margin-bottom: 30px;

    text-align: center;
    letter-spacing: 2.4px;
}
.rm-for-user__inner .rm-for-user-contents__lead
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 60px;

    text-align: center;
    letter-spacing: 1.4px;
}
.rm-for-user__inner .rm-for-user-contents__sub-title
{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 170%; /* 30.6px */

    margin-bottom: 41px;

    text-align: center;
    letter-spacing: 1.8px;
}
.rm-for-user__inner .rm-for-user-contents__flow
{
    display: flex;

    margin-bottom: 20px;

    gap: 68px;
    align-items: flex-start;
    justify-content: space-between;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now,
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future
{
    display: block;

    width: calc(100% - 34px);
    height: auto;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now
{
    position: relative;

    padding: 16px 32px 30px 32px;

    border: 2px solid #eceded;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now::after
{
    position: absolute;
    top: 60px;
    right: -50px;

    display: block;

    width: 26px;
    height: 42px;

    content: '';

    background-image: url(../images/regularmodification/icon-arrow-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now__heading
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    margin-bottom: 16px;

    text-align: center;
    letter-spacing: 4.8px;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now__description
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    letter-spacing: 1.4px;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now__description > span
{
    background-image: linear-gradient(transparent 50%, #faeebc 0%);
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future
{
    padding: 16px 32px 35px 32px;

    border: 1px solid #333;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__heading
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    margin-bottom: 16px;

    text-align: center;
    letter-spacing: 4.8px;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__description
{
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 25px;

    letter-spacing: 1.4px;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__description > span
{
    background-image: linear-gradient(transparent 50%, #faeebc 0%);
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__image
{
    display: block;

    width: 100%;
    height: auto;
}
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__image > source,
.rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__image > img
{
    width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.rm-for-user__inner .rm-for-user-contents__annotation
{
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%; /* 20.8px */

    letter-spacing: .26px;
}

.rm-lead
{
    padding: 100px 0 60px;

    background-color: #f9fafa;
}
.rm-lead__inner
{
    display: block;

    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
}
.rm-lead__inner .rm-lead-contents
{
    display: block;

    width: 100%;
    height: auto;
    padding: 78px 10px 65px;

    background-color: #fff;
}
.rm-lead__inner .rm-lead-contents__title
{
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px; /* 183.333% */

    margin-bottom: 30px;

    text-align: center;
    letter-spacing: 2.4px;
}
.rm-lead__inner .rm-lead-contents__lead
{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 40px;

    text-align: center;
    letter-spacing: 1.4px;
}
.rm-lead__inner .rm-lead-contents__day-time
{
    max-width: 368px;
    height: auto;
    margin: 0 auto;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 16px 0 22px;

    text-align: center;

    border: 1px solid #333;
}
.rm-lead__inner .rm-lead-contents__day-time--title
{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 16px */

    margin-bottom: 8px;

    letter-spacing: .32px;
}
.rm-lead__inner .rm-lead-contents__day-time--day
{
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 22px */

    letter-spacing: .88px;
}
.rm-lead__inner .rm-lead-contents__sub-title
{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 18px */

    display: flex;

    margin-bottom: 19px;

    text-align: center;
    letter-spacing: 1.8px;

    align-items: center;
    justify-content: center;
}
.rm-lead__inner .rm-lead-contents__sub-title > span
{
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: 44px; /* 200% */

    margin-left: 2px;

    letter-spacing: 2.2px;
}
.rm-lead__inner .rm-lead-contents__image
{
    display: block;

    width: 100%;
    max-width: 686px;
    height: auto;
    margin: 0 auto 13px;
}
.rm-lead__inner .rm-lead-contents__image > source,
.rm-lead__inner .rm-lead-contents__image > img
{
    width: 100%;
    height: 100%;
}
.rm-lead__inner .rm-lead-contents__annotation
{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%; /* 18px */

    display: block;

    width: 100%;
    max-width: 686px;
    height: auto;
    margin: 0 auto 15px;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .regular-modification
    {
        margin: 0 auto;
    }
    .rm-correspondence
    {
        padding: 58px 15px 58px;
    }
    .rm-correspondence__inner
    {
        max-width: 360px;
        padding: 0 5px;
    }
    .rm-correspondence__inner .rm-correspondence-contents
    {
        margin-bottom: 50px;
        padding: 10px 17px 31px;
    }
    .rm-correspondence__inner .rm-correspondence-contents__title
    {
        font-size: 17px;
        font-weight: 500;
        line-height: 100%; /* 17px */

        top: -21px;

        padding: 2px 18px;

        letter-spacing: .34px;
    }
    .rm-correspondence__inner .rm-correspondence-contents__lead
    {
        font-weight: 350;
        line-height: 150%; /* 21px */

        margin-bottom: 10px;

        letter-spacing: 0;
    }
    .rm-correspondence__inner .rm-correspondence-contents__list
    {
        flex-direction: column;

        margin-bottom: 28px;

        gap: 0;
    }
    .rm-correspondence__inner .rm-correspondence-contents__list--item
    {
        font-weight: 700;
    }
    .rm-correspondence__inner .rm-correspondence-contents__list--item::before
    {
        margin-right: 0;
    }
    .rm-correspondence__inner .rm-correspondence-greeting
    {
        font-size: 15px;
        font-weight: 350;

        letter-spacing: 0;
    }
    .rm-correspondence-greeting
    {
        font-size: 15px;
        font-weight: 350;

        letter-spacing: 0;
    }
    .rm-detail
    {
        padding: 50px 0 31px;
    }
    .rm-detail__inner
    {
        max-width: 390px;
    }
    .rm-detail__inner .rm-detail-title
    {
        font-size: 23px;
        font-weight: 350;
        line-height: 140%; /* 32.2px */

        margin-bottom: 20px;

        letter-spacing: .7px;
    }
    .rm-detail__inner .rm-detail-contents
    {
        padding: 0 20px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title
    {
        height: 34px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::before,
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::after
    {
        width: 17px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::before
    {
        right: 16px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title::after
    {
        right: 16px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-title > span
    {
        font-size: 15px;
        line-height: 15px; /* 100% */

        letter-spacing: .9px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner
    {
        padding: 14px 15px 17px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__lead
    {
        font-size: 13px;
        font-weight: 350;
        line-height: 160%; /* 20.8px */

        letter-spacing: .26px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap
    {
        margin-top: 21px;
        margin-bottom: 11px;
        padding: 15px 10px;

        border: 1px solid #e8e8e8;
        border-radius: 12px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap--flow
    {
        margin-top: 0;
        margin-bottom: 10px;
        padding: 4px 9px 6px 5px;

        background: #f3f3f3;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__image-wrap--image
    {
        margin: 0 auto 3px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__annotation
    {
        font-size: 13px;
        font-weight: 350;
        line-height: 160%; /* 20.8px */

        margin-left: unset;

        letter-spacing: .26px;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__button
    {
        width: 100%;
        height: 57px;
        margin: 0 auto 60px;
    }
    .rm-for-user
    {
        padding: 51px 20px 26px;
    }
    .rm-for-user__inner
    {
        max-width: 350px;
    }
    .rm-for-user__inner .rm-for-user-contents__title
    {
        font-size: 23px;
        font-weight: 350;
        line-height: 140%; /* 32.2px */

        margin-bottom: 21px;

        letter-spacing: .7px;
    }
    .rm-for-user__inner .rm-for-user-contents__lead
    {
        font-size: 14px;
        font-weight: 350;
        line-height: 170%; /* 23.8px */

        margin-bottom: 29px;

        letter-spacing: 0;
    }
    .rm-for-user__inner .rm-for-user-contents__sub-title
    {
        font-size: 16px;
        line-height: 150%; /* 24px */

        margin-bottom: 4px;

        letter-spacing: .64px;
    }
    .rm-for-user__inner .rm-for-user-contents__flow
    {
        flex-direction: column;

        margin-bottom: 16px;

        gap: 21px;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now,
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future
    {
        width: 100%;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now
    {
        padding: 16px 15px 10px 15px;

        border: none;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now::after
    {
        top: unset;
        right: 0;
        bottom: -38px;
        left: 0;

        width: 30px;
        height: 46px;
        margin: 0 auto;

        transform: rotate(90deg);
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now__heading
    {
        font-size: 14px;

        margin-bottom: 7px;

        letter-spacing: 4.2px;

        border: 1px solid #8e8e8e;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now__description
    {
        font-weight: 350;
        line-height: 150%; /* 21px */

        letter-spacing: 0;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future
    {
        padding: 16px 0 15px;

        border: none;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__heading
    {
        margin: 0 15px 12px;
        padding: 2px;

        color: #fff;
        background-color: #333;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future__description
    {
        font-weight: 350;
        line-height: 150%; /* 21px */

        margin-bottom: 29px;
        padding: 0 15px;

        letter-spacing: 0;
    }
    .rm-for-user__inner .rm-for-user-contents__annotation
    {
        font-weight: 350;
    }
    .rm-for-user__inner .rm-for-user-contents__annotation > span
    {
        display: block;

        margin-bottom: 4px;
        padding-left: 1em;

        text-indent: -1em;
    }
    .rm-lead
    {
        padding: 30px 20px 29px;
    }
    .rm-lead__inner
    {
        max-width: 350px;
    }
    .rm-lead__inner .rm-lead-contents
    {
        padding: 20px 13px 5px;
    }
    .rm-lead__inner .rm-lead-contents__title
    {
        font-size: 23px;
        font-weight: 350;
        line-height: 140%; /* 32.2px */

        margin-bottom: 21px;

        letter-spacing: .7px;
    }
    .rm-lead__inner .rm-lead-contents__lead
    {
        font-weight: 350;
        line-height: 170%; /* 23.8px */

        margin-bottom: 20px;
        padding: 0 10px;

        letter-spacing: 0;
    }
    .rm-lead__inner .rm-lead-contents__day-time
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
        margin-bottom: 40px;
        padding: 7px 35px 13px;
    }
    .rm-lead__inner .rm-lead-contents__day-time--title
    {
        font-size: 15px;
        font-weight: 500;

        letter-spacing: .3px;
    }
    .rm-lead__inner .rm-lead-contents__day-time--day
    {
        font-size: 23px;

        letter-spacing: .92px;
    }
    .rm-lead__inner .rm-lead-contents__sub-title
    {
        font-size: 19px;
        line-height: 150%; /* 28.5px */

        flex-direction: column;

        margin-bottom: 12px;

        letter-spacing: 0;
    }
    .rm-lead__inner .rm-lead-contents__sub-title > span
    {
        font-size: 23px;
        font-weight: 350;
        line-height: 140%; /* 32.2px */

        margin-left: 0;

        letter-spacing: .7px;
    }
    .rm-lead__inner .rm-lead-contents__image
    {
        margin: 0 auto 14px;
    }
    .rm-lead__inner .rm-lead-contents__annotation
    {
        padding-left: 2px;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .rm-correspondence
    {
        padding: 109px 60px 58px;
    }
    .rm-detail
    {
        padding: 78px 60px 60px;
    }
    .rm-for-user
    {
        padding: 76px 40px 60px;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-now
    {
        padding: 16px 20px 30px 20px;
    }
    .rm-for-user__inner .rm-for-user-contents__flow .rm-for-user-future
    {
        padding: 16px 20px 35px 20px;
    }
    .rm-lead
    {
        padding: 100px 40px 60px;
    }
    .rm-lead__inner .rm-lead-contents
    {
        padding: 78px 20px 65px;
    }
}
@media print, screen and (min-width: 1025px)
{
    .rm-correspondence__inner .rm-correspondence-contents__button:hover
    {
        transition: .3s;

        opacity: .6;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__button:hover
    {
        transition: .5s;

        background-color: #cbdbe8;
    }
    .rm-detail__inner .rm-detail-contents > li .rm-detail-contents-inner__button:hover > span
    {
        font-weight: 500;
    }
}

/* 20240626 add */
.shopping-guide
{
    padding: 30px 0 100px;
}
.shopping-guide__inner
{
    display: block;

    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.shopping-guide__inner .shopping-guide-title
{
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-bottom: 40px;
    padding-bottom: 10px;

    color: #000;
    border-bottom: 1px solid #000;
}
.shopping-guide__inner .shopping-guide-contents__inner
{
    display: block;

    width: 100%;
    max-width: 688px;
    height: auto;
    margin: 0 auto;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list
{
    display: flex;
    flex-direction: column;

    gap: 16px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents
{
    display: block;

    width: 100%;
    height: auto;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading
{
    position: relative;

    display: flex;

    border: 1px solid #e0e0e0;

    align-items: center;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading.js-icon-transform::after
{
    transition: .3s;
    transform: rotate(180deg);
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading::after
{
    position: absolute;
    right: 20px;

    display: block;

    width: 24px;
    height: 20px;

    content: '';
    transition: .3s;

    background-image: url(../images/shoppingguide/icon-arrow.svg);
    background-size: contain;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--icon
{
    display: flex;

    width: 80px;
    height: 80px;

    align-items: center;
    justify-content: center;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--icon > span
{
    display: block;

    width: 40px;
    height: 40px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--icon > span > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--title
{
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description
{
    display: none;

    padding: 32px;

    background-color: #f7f7f7;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--text
{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px; /* 150% */
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--text > a
{
    text-decoration: underline;

    color: #333;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--text.-mb16
{
    margin-bottom: 16px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--annotation
{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px; /* 150% */

    padding-left: 1em;

    text-indent: -1em;

    color: #888;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--annotation > a
{
    text-decoration: underline;

    color: #888;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--annotation.-mb16
{
    margin-bottom: 16px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--title
{
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;

    margin-bottom: 8px;
    padding: 6px 8px;

    letter-spacing: .6px;

    border-left: 4px solid #888;
    background-color: #fff;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--sub-title
{
    font-size: 15px;
    font-weight: 600;

    margin-bottom: 6px;

    letter-spacing: .6px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--list
{
    margin-bottom: 16px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--list > li
{
    padding-left: 1em;

    text-indent: -1em;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--list > li > span
{
    font-size: 14px;
}
.shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--list > li > span > a
{
    text-decoration: underline;

    color: #333;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .regular-modification
    {
        margin: 0 auto;
    }
    .shopping-guide
    {
        max-width: 390px;
        margin: 0 auto;
        padding: 30px 20px 50px;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list
    {
        gap: 10px;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading::after
    {
        width: 20px;
        height: 16px;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--icon
    {
        width: 48px;
        height: 48px;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--icon > span
    {
        width: 24px;
        height: 24px;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading--title
    {
        font-size: 18px;

        width: calc(100% - 48px);
        padding: 4px 48px 4px 0;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description
    {
        padding: 24px;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--list > li
    {
        line-height: 1.2;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .shopping-guide
    {
        padding: 0 40px 80px;
    }
}
@media print, screen and (min-width: 1025px)
{
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__heading:hover
    {
        cursor: pointer;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--text > a:hover
    {
        text-decoration: none;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--annotation > a:hover
    {
        text-decoration: none;
    }
    .shopping-guide__inner .shopping-guide-contents__inner .shopping-guide-list__item .shopping-guide-list-contents__description--list > li > span > a:hover
    {
        text-decoration: none;
    }
}

/* 20240702 add */
.shopping-guide-to-faq-container
{
    display: flex;

    width: 100%;
    padding: 40px;

    justify-content: center;
}
.shopping-guide-to-faq-container__link
{
    text-decoration: underline;

    color: #333;

    font-size: 16px;
}
.faq
{
    padding: 10px 0 100px;
}
.faq__inner
{
    display: block;

    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.faq__inner .faq-title
{
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-bottom: 40px;
    padding-bottom: 10px;

    color: #000;
    border-bottom: 1px solid #000;
}
.faq__inner .faq-category
{
    display: flex;

    margin-bottom: 48px;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.faq__inner .faq-category__item
{
    display: flex;

    width: 20%;
    height: 64px;
    margin-bottom: 1px;

    border-right: 1px solid #fff;
    background-color: #e0e0e0;

    align-items: center;
    justify-content: center;
}
.faq__inner .faq-category__item > a
{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    position: relative;

    display: flex;

    width: 100%;
    height: 100%;
    padding-top: 10px;

    transition: .3s;

    color: #333;

    align-items: flex-start;
    justify-content: center;
}
.faq__inner .faq-category__item > a::after
{
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;
    margin: 0 auto;

    content: '';
    transition: .3s;

    background-image: url(../images/faq/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.faq__inner .faq-contents
{
    padding: 0 24px;
}
.faq__inner .faq-contents__inner
{
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
}
.faq__inner .faq-contents__inner .faq-list
{
    display: flex;
    flex-direction: column;

    gap: 16px;
}
.faq__inner .faq-contents__inner .faq-list__item:not(:last-of-type)
{
    margin-bottom: 48px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents
{
    display: block;

    width: 100%;
    height: auto;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__category
{
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    margin-bottom: 24px;
    padding: 0 0 4px 24px;

    letter-spacing: .88px;

    border-left: 8px solid #333;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading
{
    position: relative;

    display: flex;

    border-bottom: 1px solid #e0e0e0;

    align-items: center;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading.js-icon-transform::after
{
    transition: .3s;
    transform: rotate(0deg);
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading::before,
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading::after
{
    position: absolute;
    right: 24px;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    transition: .3s;

    background-color: #333;
    background-size: contain;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading::after
{
    transform: rotate(90deg);
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading--title
{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    position: relative;

    padding: 16px 56px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading--title::before
{
    font-size: 25px;

    position: absolute;
    top: 8px;
    left: 24px;

    content: 'Q.';

    color: #333;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description
{
    display: none;

    margin-bottom: 8px;

    background-color: #f7f7f7;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description--inner
{
    position: relative;

    padding: 16px 40px 24px 56px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description--inner::before
{
    font-size: 25px;

    position: absolute;
    top: 8px;
    left: 24px;

    content: 'A.';

    color: #333;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-text
{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px; /* 150% */
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-text > a
{
    text-decoration: underline;

    color: #333;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-text.-mb16
{
    margin-bottom: 16px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-image
{
    display: block;

    width: 70%;
    height: auto;
    margin: 0 auto;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-image > source,
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-image > img
{
    width: 100%;
    height: 100%;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-sub-title
{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px; /* 150% */

    color: #333;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-sub-title.-mb8
{
    margin-bottom: 8px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-annotation
{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px; /* 150% */

    padding-left: 1em;

    text-indent: -1em;

    color: #888;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-annotation > a
{
    text-decoration: underline;

    color: #888;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-annotation.-mb16
{
    margin-bottom: 16px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-list
{
    margin-bottom: 16px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-list > li
{
    padding-left: 1em;

    text-indent: -1em;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-list > li > span
{
    font-size: 16px;
}
.faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-list > li > span > a
{
    text-decoration: underline;

    color: #333;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .regular-modification
    {
        margin: 0 auto;
    }
    .faq
    {
        max-width: 390px;
        margin: 0 auto;
        padding: 10px 20px 50px;
    }
    .faq__inner .faq-category__item
    {
        width: 50%;
    }
    .faq__inner .faq-contents
    {
        padding: 0;
    }
    .faq__inner .faq-contents__inner .faq-list
    {
        gap: 10px;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading::before,
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading::after
    {
        width: 16px;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading--title
    {
        font-size: 18px;

        width: calc(100% - 48px);
        padding: 10px 0 10px 40px;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading--title::before
    {
        top: 4px;
        left: 8px;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description--inner
    {
        padding: 16px 24px 24px 40px;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description--inner::before
    {
        top: 6px;
        left: 8px;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-image
    {
        width: 100%;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-list > li
    {
        line-height: 1.2;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .faq
    {
        padding: 0 40px 80px;
    }
    .faq__inner .faq-category__item > a
    {
        font-size: 1.76vw;

        padding-top: 12px;
    }
}
@media (min-width: 431px) and (max-width: 767px)
{
    .faq__inner .faq-category__item
    {
        height: 56px;
    }
    .faq__inner .faq-category__item > a
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 430px)
{
    .faq__inner .faq-category__item
    {
        height: 13.02vw;
    }
    .faq__inner .faq-category__item > a
    {
        font-size: 3.26vw;
    }
    .faq__inner .faq-category__item > a::after
    {
        bottom: 1.86vw;

        width: 12px;
        height: 12px;
    }
}
@media print, screen and (min-width: 1025px)
{
    .faq__inner .faq-category__item > a:hover
    {
        transition: .3s;

        background-color: #f1f1f1;
    }
    .faq__inner .faq-category__item > a:hover::after
    {
        transition: .3s;
        transform: translateY(4px);
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading:hover
    {
        cursor: pointer;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-text > a:hover
    {
        text-decoration: none;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-annotation > a:hover
    {
        text-decoration: none;
    }
    .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__description .faq-description-list > li > span > a:hover
    {
        text-decoration: none;
    }
    .shopping-guide-to-faq-container__link:hover
    {
        text-decoration: none;
    }
}

/* 20240703 add */
.p-lp .c-bundle-combination .c-bundle-product__product-extra-price--align-right {
  display: none;
}

.p-lp .c-bundle-combination .c-bundle-product__product-extra-price--minus {
  display: none;
}

@media print, screen and (max-width: 767px) {
   .footer .nav .lists__item:nth-child(7){
        border-bottom:none;
    }
	.footer .nav .lists__item:nth-child(8),.footer .nav .lists__item:nth-child(9) {
		border-bottom: 1px solid #fff;
	}

  .p-lp {
    font-size: 16px;
    padding: 30px 20px;
  }
  
  .c-lp-section {
    padding: 0;
  }
  
  .p-lp .c-bundle-combination {
    flex-direction: column;
  }

  .p-lp .c-bundle-combination .c-bundle-product__list-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 16px;
  }

  .p-lp .c-bundle-combination__product-root {
    margin-right: 0;
  }

  .c-amazon-pay {
    padding: 20px 10px;
    border: 1px solid #666;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 32px;
  }

  .c-amazon-pay__header {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }

  .c-amazon-pay__body {
    flex-direction: column;
  }

  .c-amazon-pay__paragraph {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.3;
  }

  .c-checkbox label {
    font-size: 11px;
    margin: 0 auto 20px;
    width: fit-content;
  }

  .amazonpay-button-parent-container-checkout-A1CWHYILQN9C34 {
    width: 100%!important;
  }

  .p-lp__address > .c-lp-section > .c-table > .c-table__align-left > tbody > tr > .c-width-300 {
    width: 100px;
    min-width: 100px;
  }

  .p-lp__address > .c-lp-section > .c-table > .c-table__align-left > tbody > tr > td {
    padding: 4px 16px;
    vertical-align: middle;
  }

  .p-lp__address {
    margin-bottom: 32px;
  }

  .p-lp .c-bundle-combination__cart-root {
    margin-left: auto;
  }

}

/* 20240704 add */
.info__lists {
  justify-content: center;
}

@media print, screen and (max-width: 767px) {
  .p-lp__register > .c-lp-section > .c-table > .c-table__align-left > tbody > tr {
    display: flex;
    flex-direction: column;
  }

  .c-width-300 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .c-date-form {
    width: 150px;
  }

  .c-form-attention.c-form-attention--inline {
    width: calc(100% - 180px);
  }

  .c-select--sm {
    width: 50%;
  }

  .p-lp__login .omit-input {
    width: 100%;
    max-width: 430px;    
  }

  .p-lp__login .omit-input .c-checkbox {
    position: relative;
    width: 100%;
  }

  .p-lp__login .omit-input .annotation {
    position: absolute;
    bottom: 0;
  }

  .c-form-groups--row {
    flex-wrap: wrap;
  }

  .p-lp__login .login-section__contents {
    padding: 20px;
  }

  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table {
    width: 100%;
  }

  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table > tbody {
    width: 100%;
  }

  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table > tbody > tr {
    display: flex;
    flex-direction: column;
  }

  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table > tbody > tr > th {
    padding: 0;
  }

  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table > tbody > tr > td {
    padding: 0;
    margin-bottom: 10px;
  }
  
  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table > tbody > tr > td > .c-password-textbox,
  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input > table > tbody > tr > td > .c-password-textbox > .c-textbox {
    width: 100%!important;
  }

  .p-lp__login .login-section__contents .login-form__submit {
    justify-content: center;
  }

  .p-lp__already > .login-section > .login-section__contents > .login-form > .login-form__input {
    margin-bottom: 14px;
  }

  .p-lp__login .login-section__contents .login-form {
    flex-direction: column;
  }
}

/* 20240705 add */
@media print, screen and (max-width: 767px) {
  .p-lp .c-bundle-combination__cart-root {
    width: 100%!important;
  }

  .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__registerd-card-list > .c-table__align-left > .c-radio-list-group > .c-radio-list-group__item {
    width: 100%;
  }

  .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__card-form > .gp_paygent_select_payment_class > .c-table > table > tbody > .js-toggle-payment-method-for-paygent__payment-class-area,
  .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__card-form > .gp_paygent_securitycode_area > .c-table > table > tbody > tr {
    display: flex;
    flex-direction: column;
  }

  .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__card-form > .gp_paygent_select_payment_class > .c-table > table > tbody > tr > th,
  .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__card-form > .gp_paygent_securitycode_area > .c-table > table > tbody > tr > th {
    width: 100%;
  }

  .p-lp > .c-contents-body > .js-lp-recaptcha-form > .p-lp__other-address > .c-lp-section > .c-table > .c-table__align-left > tbody > tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .p-lp > .c-contents-body > .js-lp-recaptcha-form > .p-lp__other-address {
    margin-bottom: 20px;
  }

  .p-lp > .c-contents-body > .js-lp-recaptcha-form > .js-c-bundle-combination__hidden_until_all_requirements_are_fulfilled > .p-lp__payment > .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__card-form > .gp_paygent_entry_new_card > .c-table > .c-table__align-left > tbody > .new_card_info {
    display: flex;
    flex-direction: column;
  }

  .p-lp > .c-contents-body > .js-lp-recaptcha-form > .js-c-bundle-combination__hidden_until_all_requirements_are_fulfilled > .p-lp__payment > .c-lp-section > .js-credit-card-area > .c-lp-section__highlight-block > .c-payment-module > .c-payment-module__card-form > .gp_paygent_entry_new_card > .c-table > .c-table__align-left > tbody > .new_card_info > th {
    width: 100%;
  }

  .p-lp__other-address {
    padding-top: 10px;
  }


}


/* 20240708 add */
.regular-purchase-wrap-pc {
  display: block;
  padding-top: 80px;
}

.regular-purchase-wrap-sp {
  display: none;
  padding: 53px 15px 0;
}

.regular-purchase-image {
  display: block;
  width: 100%;
  max-width: 752px;
  height: auto;
  margin: 0 auto 12px;
}

.regular-purchase-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.regular-purchase-link-wrap {
  display: block;
  width: 100%;
  max-width: 752px;
  height: auto;
  margin: 0 auto;
}

.regular-purchase-link {
  color: "#333";
  font-size: 12px;
  font-weight: 300;
  display: block;
  width: fit-content;
  text-decoration: underline;
  margin-left: auto;
}

@media print, screen and (max-width: 767px) {
  .regular-purchase-wrap-pc {
    display: none;
  }
  
  .regular-purchase-wrap-sp {
    display: block;
  }

  .regular-purchase-image {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .regular-purchase-link {
    font-size: 13px;
  }
}

/* 20240709 add */
.rm-lead-contents__annotation {
  font-size: 14px!important;
  font-weight: bold!important;
}

/* 20240711 add */
.p-lp {
  max-width: 1070px;
  margin: 0 auto;
}

/* 20240717 add */
.fixed-bg.-opacity0 {
  opacity: 0;
}

@media print, screen and (max-width: 767px) {
  .c-payment-module__card-form .c-table {
    padding: 25px;
  }

  .gp_paygent_securitycode_area > .c-table {
    margin-top: -52px;
  }
}

/* 20240718 add */
  .p-lp__confirm > .c-lp-section > .confirm-products > .c-table > table > tbody > tr > th {
    display: none;
  }
  
  .p-lp__confirm > .c-lp-section > .confirm-products > .c-table > table > #js-confirm-products > tr > td {
  
  }

  .p-lp__confirm .confirm-content {
    flex-direction: column-reverse;
  }

  .p-lp__confirm .confirm-payment {
    width: 100%;
  }

  .p-lp__confirm .confirm-customr {
    width: 100%;
  }

  .p-lp__confirm .confirm-customr > .c-table__align-left > tbody > tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .p-lp__confirm .confirm-customr table th,
  .p-lp__confirm .confirm-customr table td {
    display: block;
    padding: 4px 10px;
  }

  .p-lp__confirm .confirm-customr table {
    border: 1px solid #efefef;
    width: 100%;
  }

  .p-lp__confirm .confirm-customr table th {
    background: #efefef;
    border: 1px solid #efefef;
    display: flex;
  }

  .p-lp__confirm .confirm-customr table th .confirm-change {
    margin-left: auto;
  }

  .p-lp__confirm .confirm-customr table td {
    padding: 15px 10px;
    border-top: none;
    border-bottom: none;
}

.p-lp__confirm .confirm-products {
  border-bottom: 2px solid #efefef;
  padding-bottom: 10px;
}

.p-lp__confirm .confirm-payment__total th, .p-lp__confirm .confirm-payment__total td {
  border-top: none;
}

.c-lp-section__title {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color__black);
}

.c-lp-section > .confirm-products > .c-table table td,
.c-lp-section > .confirm-products > .c-table table {
  border: none;
}

.c-lp-section > .confirm-products > .c-table > table > #js-confirm-products > tr {
  display: flex;
  flex-direction: column;
}

.c-lp-section > .confirm-products > .c-table > table > #js-confirm-products > tr > .c-table__align-right,
.c-lp-section > .confirm-products > .c-table > table > #js-confirm-products > tr > .c-table__align-center {
  text-align: left;
}

.c-product-panel__price {
  display: inline-flex;
  align-items: baseline;
}

.c-product-panel__price > small {
  margin-left: 4px;
}

.p-mypage-regular .sp-row th {
  width: 120px;
}


@media print, screen and (max-width: 767px) {
  .p-lp__confirm .confirm-content {
    margin-top: -70px;
  }

  .p-information {
    padding-top: 30px;
  }
}

/* 20240722 add */
@media print, screen and (max-width: 767px) {
  .p-mypage-login #amazon_pay_button_v2 {
    margin: unset;
  }
}

/* 20240729 add */
.campaign-bunner {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 32px;
  margin-bottom: -60px;
}

.campaign-bunner > source,
.campaign-bunner > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.campaign-bunner.-detail218 {
  padding-left: 60px;
  padding-right: 60px;
}

@media print, screen and (max-width: 767px) {
  .campaign-bunner {
    margin-bottom: -30px;
  }
  .campaign-bunner.-detail218 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-lp__point .point-info {
    width: 100%;
  }
  .p-lp__point .point-info__row {
    gap: unset!important;
  }
  .c-lp-section > .point-info > .point-info__row > .point-info__data > .c-width-100 {
    width: 100px!important;
  }
}

/* 20240801 add */
.sns-campaignn
{
    background-color: #fff;
}

.sc-agreement
{
    display: block;

    width: 100%;
    height: auto;
    padding: 59px 0;

    background-image: url(../images/snscampaign/pc/footer_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sc-agreement__contents
{
    display: block;

    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 46px 116px;

    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px 0 rgba(67, 91, 109, .1);
}
.sc-agreement__contents .sc-agreement-title
{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-bottom: 46px;

    text-align: center;

    color: #000;
}
.sc-agreement__contents .sc-agreement-list__item:not(:last-of-type)
{
    margin-bottom: 10px;
}
.sc-agreement__contents .sc-agreement-list__item > span
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%; /* 24px */

    position: relative;

    display: inline-block;

    padding-left: 1em;

    text-indent: -1em;

    color: #000;
}
.sc-agreement__contents .sc-agreement-list__item > span::before
{
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%;

    margin-right: 2px;

    content: '※';

    color: #000;
}
.sc-agreement__contents .sc-agreement-number-list
{
    padding-top: 2px;
    padding-left: 21px;
}
.sc-agreement__contents .sc-agreement-number-list__item:not(:first-of-type)
{
    margin-top: -4px;
}
.sc-agreement__contents .sc-agreement-number-list__item > span
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    display: inline-block;

    padding-left: 1em;

    text-indent: -1em;

    color: #000;
}

.sc-flow
{
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    padding: 96px 0 191px;

    background-color: #faf5ec;
}
.sc-flow::before,
.sc-flow::after
{
    position: absolute;

    display: block;

    width: 2000%;
    height: 57px;

    content: '';

    background-repeat: repeat-x;
}
.sc-flow::before
{
    top: -50px;

    -webkit-animation: wave-slide-top 800s linear infinite;
            animation: wave-slide-top 800s linear infinite;

    background-image: url(../images/snscampaign/common/wave.svg);
}
.sc-flow::after
{
    bottom: -32px;
    left: -1000%;

    -webkit-animation: wave-slide-bottom 800s linear infinite;
            animation: wave-slide-bottom 800s linear infinite;

    background-image: url(../images/snscampaign/common/wave_back.svg);
}
.sc-flow__inner
{
    display: block;

    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}
.sc-flow__inner .sc-flow-heading
{
    display: block;

    width: 648px;
    height: auto;
    margin: 0 auto 44px;

    transition: 1.4s;
    transform: translateY(40px);

    opacity: 0;
}
.sc-flow__inner .sc-flow-heading.js-anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;
}
.sc-flow__inner .sc-flow-heading > source,
.sc-flow__inner .sc-flow-heading > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.sc-flow__inner .sc-flow-description
{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%; /* 36px */

    margin-bottom: 58px;

    transition: 1.4s;
    transform: translateY(40px);
    text-align: center;

    opacity: 0;
    color: #000;
}
.sc-flow__inner .sc-flow-description.js-anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;
}
.sc-flow__inner .sc-flow-list
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.sc-flow__inner .sc-flow-list::before
{
    position: absolute;
    top: -81px;
    right: -20px;

    display: block;

    width: 52px;
    height: 46px;

    content: '';

    background-image: url(../images/snscampaign/common/illust_kani.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sc-flow__inner .sc-flow-list__item:first-of-type
{
    margin-bottom: 72px;
}
.sc-flow__inner .sc-flow-list__item:first-of-type .flow-step__text
{
    top: 92px;
    right: -170px;

    transition: 1.4s;
    transform: translateX(-40px);

    opacity: 0;
}
.sc-flow__inner .sc-flow-list__item:first-of-type .flow-step__text.js-anime-on
{
    transition: 1.4s;
    transform: translateX(0);

    opacity: 1;
}
.sc-flow__inner .sc-flow-list__item:last-of-type
{
    margin-bottom: 77px;
}
.sc-flow__inner .sc-flow-list__item:last-of-type .flow-step
{
    position: relative;
}
.sc-flow__inner .sc-flow-list__item:last-of-type .flow-step::before
{
    position: absolute;
    right: -220px;
    bottom: -35px;

    display: block;

    width: 400px;
    height: 200px;

    content: '';

    background-image: url(../images/snscampaign/pc/illust_goods_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.sc-flow__inner .sc-flow-list__item:last-of-type .flow-step__text
{
    position: relative;
    z-index: 0;
    top: 49px;
    left: -170px;

    transition: 1.4s;
    transform: translateX(40px);

    opacity: 0;
}
.sc-flow__inner .sc-flow-list__item:last-of-type .flow-step__text.js-anime-on
{
    transition: 1.4s;
    transform: translateX(0);

    opacity: 1;
}
.sc-flow__inner .sc-flow-list__item .flow-step
{
    display: flex;

    justify-content: space-between;
}
.sc-flow__inner .sc-flow-list__item .flow-step__text
{
    position: relative;
    z-index: 1;

    display: block;

    width: 420px;
    height: 267px;
}
.sc-flow__inner .sc-flow-list__item .flow-step__text > source,
.sc-flow__inner .sc-flow-list__item .flow-step__text > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.sc-flow__inner .sc-flow-list__item .flow-step__photo
{
    display: block;

    width: 564px;
    height: 380px;
}
.sc-flow__inner .sc-flow-list__item .flow-step__photo > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.sc-flow__inner .sc-flow-present
{
    position: relative;

    display: block;

    width: 568px;
    height: 156px;
    margin: 0 auto;

    transition: 1.4s;
    transform: translateY(40px);

    opacity: 0;
}
.sc-flow__inner .sc-flow-present.js-anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;
}
.sc-flow__inner .sc-flow-present::before
{
    position: absolute;
    top: -19px;
    left: -25px;

    display: block;

    width: 96px;
    height: 96px;

    content: '';

    background-image: url(../images/snscampaign/common/sarani.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.sc-flow__inner .sc-flow-present > source,
.sc-flow__inner .sc-flow-present > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

@-webkit-keyframes wave-slide-top
{
    0%
    {
        transform: translateX(0);
    }
    100%
    {
        transform: translateX(-100%);
    }
}

@keyframes wave-slide-top
{
    0%
    {
        transform: translateX(0);
    }
    100%
    {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes wave-slide-bottom
{
    0%
    {
        transform: translateX(0);
    }
    100%
    {
        transform: translateX(100%);
    }
}
@keyframes wave-slide-bottom
{
    0%
    {
        transform: translateX(0);
    }
    100%
    {
        transform: translateX(100%);
    }
}
.sc-fv
{
    display: flex;

    width: 100%;
    height: 510px;

    background-image: url(../images/snscampaign/pc/fv_bg_pc.jpg);
    background-position: center;
    background-size: cover;

    align-items: center;
    justify-content: center;
}
.sc-fv__copy
{
    position: relative;
    top: -37px;

    display: block;

    width: 477px;
    height: auto;
}
.sc-fv__copy::before
{
    position: absolute;
    top: -61px;
    left: -193px;

    display: block;

    width: 293px;
    height: 112px;

    content: '';

    background-image: url(../images/snscampaign/common/fv_en_text.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.sc-fv__copy > img
{
    display: block;

    width: 100%;
    height: 100%;
}

.sc-lead
{
    display: block;

    width: 100%;
    height: auto;
}
.sc-lead__inner
{
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 79px 0 221px;

    align-items: center;
    justify-content: center;
}
.sc-lead__inner::before,
.sc-lead__inner::after
{
    position: absolute;

    display: block;

    content: '';

    background-size: contain;
}
.sc-lead__inner::before
{
    top: 72px;
    left: 61px;

    width: 320px;
    height: 398px;

    background-image: url(../images/snscampaign/pc/lead_bg_pc_01.png);
}
.sc-lead__inner::after
{
    top: 351px;
    right: -160px;

    width: 604px;
    height: 457px;

    background-image: url(../images/snscampaign/pc/lead_bg_pc_02.png);
}
.sc-lead__inner .sc-lead-text-01,
.sc-lead__inner .sc-lead-text-02,
.sc-lead__inner .sc-lead-text-03,
.sc-lead__inner .sc-lead-text-04
{
    position: relative;
    z-index: 1;

    display: block;

    height: auto;

    transition: 1.4s;
    transform: translateY(40px);

    opacity: 0;
}
.sc-lead__inner .sc-lead-text-01.js-anime-on,
.sc-lead__inner .sc-lead-text-02.js-anime-on,
.sc-lead__inner .sc-lead-text-03.js-anime-on,
.sc-lead__inner .sc-lead-text-04.js-anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;
}
.sc-lead__inner .sc-lead-text-01 > source,
.sc-lead__inner .sc-lead-text-01 > img,
.sc-lead__inner .sc-lead-text-02 > source,
.sc-lead__inner .sc-lead-text-02 > img,
.sc-lead__inner .sc-lead-text-03 > source,
.sc-lead__inner .sc-lead-text-03 > img,
.sc-lead__inner .sc-lead-text-04 > source,
.sc-lead__inner .sc-lead-text-04 > img
{
    width: 100%;
    height: auto;
}
.sc-lead__inner .sc-lead-text-01
{
    width: 455px;
    margin-bottom: 51px;
}
.sc-lead__inner .sc-lead-text-02
{
    width: 730px;
    margin-bottom: 30px;
}
.sc-lead__inner .sc-lead-text-03
{
    width: 485px;
    margin-bottom: 69px;
}
.sc-lead__inner .sc-lead-text-04
{
    width: 408px;
}

.sc-period
{
    display: flex;

    width: 100%;
    padding: 10px 0;

    background-color: #304257;

    justify-content: center;
}
.sc-period__text
{
    display: block;

    width: 406px;
    height: 33px;
}
.sc-period__text > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.sc-requirements
{
    display: block;

    width: 100%;
    height: auto;
    padding: 120px 0 150px;
}
.sc-requirements__inner
{
    display: block;

    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}
.sc-requirements__inner .sc-requirements-heading-container
{
    position: relative;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: 0 auto;
}
.sc-requirements__inner .sc-requirements-heading-container::before,
.sc-requirements__inner .sc-requirements-heading-container::after
{
    position: absolute;

    display: block;

    content: '';

    background-repeat: no-repeat;
    background-size: contain;
}
.sc-requirements__inner .sc-requirements-heading-container::before
{
    top: 9px;
    left: -296px;

    width: 170px;
    height: 112px;

    background-image: url(../images/snscampaign/pc/illusts_pc_01.svg);
}
.sc-requirements__inner .sc-requirements-heading-container::after
{
    top: 8px;
    right: -244px;

    width: 100px;
    height: 113px;

    background-image: url(../images/snscampaign/common/illusts_hanabi.svg);
}
.sc-requirements__inner .sc-requirements-heading-container .sc-requirements-heading
{
    position: relative;

    display: block;

    width: 160px;
    height: auto;
    margin: 0 auto 70px;

    transition: 1.4s;
    transform: translateY(40px);

    opacity: 0;
}
.sc-requirements__inner .sc-requirements-heading-container .sc-requirements-heading.js-anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;
}
.sc-requirements__inner .sc-requirements-heading-container .sc-requirements-heading > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.sc-requirements__inner .sc-requirements-list
{
    display: block;

    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 0 auto;
}
.sc-requirements__inner .sc-requirements-list__item
{
    transition: 1.4s;
    transform: translateY(40px);

    opacity: 0;
}
.sc-requirements__inner .sc-requirements-list__item.js-anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;
}
.sc-requirements__inner .sc-requirements-list__item:not(:last-of-type)
{
    margin-bottom: 71px;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents
{
    border: 3px solid #3258b9;
    border-radius: 10px;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__title
{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-bottom: 43px;
    padding: 11px 0 14px;

    text-align: center;
    letter-spacing: 2.88px;

    color: #fff;
    background-color: #3258b9;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list
{
    margin-bottom: 58px;
    padding: 0 73px;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item
{
    display: flex;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item:not(:last-of-type)
{
    margin-bottom: 19px;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item .requirements-list-text,
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item .requirements-list-number
{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 25.5px */

    color: #000;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item .requirements-list-number
{
    margin-right: 6px;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container
{
    display: block;

    margin: 0 73px 44px;
    padding: 26px 0 45px;

    background-color: #f4fafc;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container--title
{
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 140%; /* 25.2px */

    margin-bottom: 16px;

    text-align: center;
    letter-spacing: 1.44px;

    color: #1a1a1a;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container--image
{
    display: block;

    width: 371px;
    height: 360px;
    margin: 0 auto;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container--image > source,
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container--image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image
{
    display: block;

    width: 800px;
    height: 289px;
    margin: 0 auto 43px;
}
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image > source,
.sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .sns-campaignn
    {
        max-width: 390px;
        margin: 0 auto;
    }
    .sc-agreement
    {
        padding: 31px 12px 57px;

        background-image: url(../images/snscampaign/sp/footer_bg_sp.jpg);
    }
    .sc-agreement__contents
    {
        max-width: 366px;
        padding: 35px 17px 30px;
    }
    .sc-agreement__contents .sc-agreement-title
    {
        font-size: 20px;

        margin-bottom: 21px;
    }
    .sc-agreement__contents .sc-agreement-list__item:not(:last-of-type)
    {
        margin-bottom: 11px;
    }
    .sc-agreement__contents .sc-agreement-list__item > span
    {
        font-size: 12px;
    }
    .sc-agreement__contents .sc-agreement-list__item > span::before
    {
        font-size: 12px;

        margin-right: 1px;
    }
    .sc-agreement__contents .sc-agreement-number-list
    {
        padding-top: 5px;
        padding-left: 15px;
    }
    .sc-agreement__contents .sc-agreement-number-list__item
    {
        display: flex;

        margin-bottom: 2px;
    }
    .sc-agreement__contents .sc-agreement-number-list__item:not(:first-of-type)
    {
        margin-top: 0;
    }
    .sc-agreement__contents .sc-agreement-number-list__item > span
    {
        font-size: 10px;
    }
    .sc-flow
    {
        padding: 42px 0 83px;
    }
    .sc-flow::before,
    .sc-flow::after
    {
        height: 33px;

        background-size: contain;
    }
    .sc-flow::before
    {
        top: -30px;

        -webkit-animation: wave-slide-top 1000s linear infinite;
                animation: wave-slide-top 1000s linear infinite;
    }
    .sc-flow::after
    {
        bottom: -10px;

        -webkit-animation: wave-slide-bottom 1000s linear infinite;
                animation: wave-slide-bottom 1000s linear infinite;
    }
    .sc-flow__inner
    {
        max-width: 390px;
    }
    .sc-flow__inner .sc-flow-heading
    {
        width: 100%;
        max-width: 324px;
        margin: 0 auto 24px;
    }
    .sc-flow__inner .sc-flow-description
    {
        font-size: 15px;
        font-weight: 500;
        line-height: 180%;

        padding: 0 32px;

        text-align: left;
    }
    .sc-flow__inner .sc-flow-list
    {
        padding-top: 16px;
    }
    .sc-flow__inner .sc-flow-list::before
    {
        top: -38px;
        right: 14px;

        width: 39px;
        height: 35px;
    }
    .sc-flow__inner .sc-flow-list__item:first-of-type
    {
        margin-bottom: 10px;
    }
    .sc-flow__inner .sc-flow-list__item:first-of-type .flow-step__text
    {
        top: 28px;
        right: auto;
    }
    .sc-flow__inner .sc-flow-list__item:first-of-type .flow-step__photo
    {
        margin-left: auto;
    }
    .sc-flow__inner .sc-flow-list__item:last-of-type .flow-step::before
    {
        right: 0;
        bottom: -80px;

        width: 195px;
        height: 100px;

        background-image: url(../images/snscampaign/sp/illust_goods_sp.png);
    }
    .sc-flow__inner .sc-flow-list__item:last-of-type .flow-step__text
    {
        position: absolute;
        top: 15px;
        right: 0;
        left: auto;
    }
    .sc-flow__inner .sc-flow-list__item .flow-step
    {
        width: 100%;
    }
    .sc-flow__inner .sc-flow-list__item .flow-step__text
    {
        position: absolute;

        width: 220px;
        height: 166px;
    }
    .sc-flow__inner .sc-flow-list__item .flow-step__photo
    {
        overflow: hidden;

        width: 195px;
        height: 208px;
    }
    .sc-flow__inner .sc-flow-list__item .flow-step__photo > img
    {
        -o-object-fit: cover;
           object-fit: cover;
    }
    .sc-flow__inner .sc-flow-present
    {
        width: 282px;
        height: auto;
        margin-top: -14px;
    }
    .sc-flow__inner .sc-flow-present::before
    {
        top: -31px;
        left: -2px;

        width: 68px;
        height: 68px;
    }
    .sc-fv
    {
        height: 180px;

        background-image: url(../images/snscampaign/sp/fv_bg_sp.jpg);
    }
    .sc-fv__copy
    {
        top: -5px;

        width: 271px;
    }
    .sc-fv__copy::before
    {
        top: -37px;
        left: -41px;

        width: 215px;
        height: 61px;
    }
    .sc-lead__inner
    {
        max-width: 390px;
        padding: 34px 0 90px;
    }
    .sc-lead__inner::before
    {
        top: -8px;
        left: -24px;

        width: 133px;
        height: 253px;

        background-image: url(../images/snscampaign/sp/lead_bg_sp_01.png);
    }
    .sc-lead__inner::after
    {
        z-index: -1;
        top: 95px;
        right: -136px;

        width: 355px;
        height: 414px;

        background-image: url(../images/snscampaign/sp/lead_bg_sp_02.png);
    }
    .sc-lead__inner .sc-lead-text-01
    {
        width: 305px;
        margin-bottom: 34px;
    }
    .sc-lead__inner .sc-lead-text-02
    {
        width: 313px;
        margin-bottom: 0;
    }
    .sc-lead__inner .sc-lead-text-03
    {
        width: 319px;
        margin-bottom: 39px;
    }
    .sc-lead__inner .sc-lead-text-04
    {
        width: 306px;
    }
    .sc-period
    {
        position: relative;
        z-index: 1;

        padding: 6px 0;
    }
    .sc-period__text
    {
        width: 267px;
        height: auto;
    }
    .sc-requirements
    {
        padding: 50px 0 70px;
    }
    .sc-requirements__inner
    {
        max-width: 390px;
        padding: 0 12px;
    }
    .sc-requirements__inner .sc-requirements-heading-container::before
    {
        top: -35px;
        left: -119px;

        background-image: url(../images/snscampaign/sp/illusts_sp_01.svg);
    }
    .sc-requirements__inner .sc-requirements-heading-container::after
    {
        top: -28px;
        right: -109px;

        width: 74px;
        height: 85px;
    }
    .sc-requirements__inner .sc-requirements-heading-container .sc-requirements-heading
    {
        width: 104px;
        margin: 0 auto 22px;
    }
    .sc-requirements__inner .sc-requirements-list__item:not(:last-of-type)
    {
        margin-bottom: 31px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents
    {
        border: 2px solid #3258b9;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__title
    {
        font-size: 20px;
        font-style: normal;

        margin-bottom: 25px;
        padding: 8px 0 10px;

        letter-spacing: 2.4px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list
    {
        margin-bottom: 33px;
        padding: 0 16px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 24px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item .requirements-list-text,
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__list--item .requirements-list-number
    {
        font-size: 15px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container
    {
        margin: 0 16px 19px;
        padding: 16px 0 13px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container--title
    {
        font-size: 14px;
        line-height: 140%; /* 22.4px */

        margin-bottom: 15px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image-container--image
    {
        width: 100%;
        max-width: 285px;
        height: auto;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image
    {
        width: 100%;
        max-width: 346px;
        height: auto;
        margin: 0 auto 32px;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .sc-agreement
    {
        padding: 59px 40px;
    }
    .sc-flow__inner .sc-flow-list::before
    {
        top: -50px;
        right: 20px;
    }
    .sc-flow__inner .sc-flow-list__item:first-of-type .flow-step__text
    {
        top: 8.98vw;
        right: -16.6vw;
    }
    .sc-flow__inner .sc-flow-list__item:last-of-type .flow-step__text
    {
        top: 4.79vw;
        left: -16.6vw;
    }
    .sc-flow__inner .sc-flow-list__item .flow-step__photo
    {
        width: 55.08vw;
        height: 37.11vw;
    }
    .sc-flow__inner .sc-flow-list__item .flow-step__photo > img
    {
        -o-object-fit: cover;
           object-fit: cover;
    }
    .sc-fv__copy::before
    {
        left: -18.85vw;
    }
    .sc-requirements
    {
        padding: 120px 40px 150px;
    }
    .sc-requirements__inner .sc-requirements-list__item .sc-requirements-contents__image
    {
        width: 100%;
        max-width: 800px;
        padding: 0 24px;
    }
}
@media (min-width: 768px) and (max-width: 1279px)
{
    .sc-lead__inner::before
    {
        left: 4.77vw;

        width: 25.02vw;
        height: 31.12vw;
    }
    .sc-lead__inner::after
    {
        right: -12.51vw;

        width: 47.22vw;
        height: 35.73vw;
    }
}

/* 240802 add */
.c-counter .count-button {
  padding: 0 7px 4px;
}

.rose-bunner {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.rose-bunner > source,
.rose-bunner > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .rose-bunner {
    margin-top: 16px;
  }
}

/* 20240805 add */
@media screen and (min-width: 768px) {

.header {
  height: auto;
}

/*
.header__container {
  justify-content: center;
  padding: 88px 0 24px;
  height: auto;
  opacity: 1;
  transition: 1s;
}
*/
/*

.header__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 32px;
  filter: blur(0);
  transition: 1s;
  opacity: 1;
}

.header__logo.is-scroll {
  filter: blur(10px);
  transform: translateY(-16px);
  opacity: 0;
  transition: 1s;
}
*/

.header__container.is-scroll {
  justify-content: center;
  padding: 24px 0 24px;
  transition: 1s;
  height: auto;
}

.header__icon-wrapper {
  margin-left: 40px;
  margin-top: unset;
  position: relative;
  top: -4px;
}

.header__nav {
  margin-left: unset!important;
}

.header .nav .item__ttl {
  margin-top: unset;
}

.header .nav__lists {
  align-items: center;
}

.header .nav.is-scroll .item__ttl {
  margin-top: unset;
}

.header .nav .item__wrapper {
  top: 105px; 
}

.header .nav.is-scroll .item__wrapper {
  top: 41px;
}

.c-contents-header.-new-header {
  width: 100%;
  max-width: 1070px;
  margin: 40px auto;
  padding-bottom: 0;
  position: relative;
  border-bottom: none;
}

.c-contents-header__title {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 16px;
}

.c-contents-header.-new-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.l-contents {
  padding-top: 120px;
}

.search__lists {
  flex-direction: row;
  height: auto;
}

.card-category-label {
  border: 1px solid #333;
  padding: 2px 10px;
  display: block;
  width: fit-content;
  line-height: 1.2;
  font-size: 11px;
  margin-bottom: 4px;
  color: #333;
}

.card-complaint-label-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding-top: 6px;
}

.card-complaint-label-container > span {
  border: 1px solid #333;
  padding: 2px 10px;
  display: block;
  width: fit-content;
  line-height: 1.2;
  font-size: 11px;
  color: #333;
}

.header .icon-wrapper .item__sub-lists {
  bottom: -1px;
}

}

@media screen and (max-width: 767px) {
  .c-contents-header.-new-header {
    width: 100%;
    max-width: 1070px;
    margin: 32px auto;
    padding-bottom: 0;
    position: relative;
    border-bottom: none;
  }

  .c-contents-header__title {
    font-size: 28px;
    padding-left: 16px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .c-contents-header.-new-header::after {
    content: "";
    display: block;
    width: 97%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .card-category-label {
    border: 1px solid #333;
    padding: 2px 10px;
    display: block;
    width: fit-content;
    line-height: 1.2;
    font-size: 11px;
    margin-bottom: 4px;
    color: #333;
  }

  .card-complaint-label-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding-top: 6px;
  }

  .card-complaint-label-container > span {
    border: 1px solid #333;
    padding: 2px 10px;
    display: block;
    width: fit-content;
    line-height: 1.2;
    font-size: 11px;
    color: #333;
  }
}

/* 20240808 add */
.faq {
  padding: 50px 0 100px;
}

@media screen and (min-width: 768px) {
  .header .icon-wrapper .item__sub-lists {
      bottom: -5px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .l-contents {
    padding-top: 60px;
  }
  .faq {
      max-width: 100%;
      margin: 0 auto;
      padding: 30px 20px 50px;
  }
}

/* 20240819 add */
.card-category-label-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}

.card-category-label-container > .product-label {
  padding: 4px 14px;
  font-size: 11px;
}

.card-category-label-container > .product-label.-black-line {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.card-category-label-container > .product-label.-black-bg {
  background-color: #000;
  color: #fff;
}

.card-category-label-container > .product-label.-pink-bg {
  background-color: #E6756E;
  color: #fff;
}

.card-complaint-label-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 12px;
}

.card-complaint-label-container > span {
  padding: 3px 8px;
  background-color: #DFDFDF;
  color: #7B7B7B;
  font-size: 10px;
  border: none;
}

.review-summary-container.-list-page {
  padding: 0 0 4px 8px;
}

/* 240828 add */
.product-detail .point .step .f-lists__item:nth-of-type(3) {
  -webkit-clip-path: polygon(84% 0%, 100% 50%, 84% 100%, 0% 100%, 15% 50%, 0% 0%);
  clip-path: polygon(84% 0%, 100% 50%, 84% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.product-detail .point .step .f-lists__item:nth-of-type(4) {
  -webkit-clip-path: polygon(84% 0%, 100% 50%, 84% 100%, 0% 100%, 14% 50%, 0% 0%);
  clip-path: polygon(84% 0%, 100% 50%, 84% 100%, 0% 100%, 14% 50%, 0% 0%);
}

@media screen and (max-width: 767px) {
  .product-detail .point .step .f-lists__item:nth-of-type(3) {
    -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  }
  
  .product-detail .point .step .f-lists__item:nth-of-type(4) {
    -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  }
  
}

/* 240902 add */
.gift-link-text {
  display: flex;
  width: fit-content;
  height: auto;
  color: #000;
  position: relative;
  margin-left: 24px;
  margin-top: 10px;
}

.gift-link-text:hover > span {
  text-decoration-line: none;
}

.gift-link-text::before {
  content: "";
  background-image: url(../images/common/icon-gift.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 19px;
  position: absolute;
  left: -24px;
  top: 2px;
}

.gift-link-text > span {
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-decoration-line: underline;
}

.new-favorite-text {
  width: fit-content!important;
  padding: 0px!important;
  border: none!important;
  /*  */
  color: #000!important;
  font-family: "Noto Sans JP"!important;
  font-size: 15px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  letter-spacing: 1.2px!important;
  text-decoration-line: underline!important;
}

.new-favorite-text.js-under-line-none {
  text-decoration-line: none!important;
}

.new-favorite-text:hover {
  text-decoration-line: none!important;
  filter: brightness(100%)!important;
}

.c-button__icon--favorite {
  margin-top: 3px;
}

/* 240912 add point mall page */
.black-bg
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: flex;
    display: none;

    width: 100%;
    height: auto;
    min-height: 100%;

    background-color: rgba(0, 0, 0, .8);

    align-items: center;
    justify-content: center;
}
.black-bg.js-bg-open
{
    display: flex;
}
.black-bg__caution
{
    position: relative;

    display: block;
    display: none;

    width: 100%;
    max-width: 1070px;
    height: auto;
    max-height: 734px;
    padding: 60px 130px 80px;

    border-radius: 8px;
    background-color: #fff;
}
.black-bg__caution.js-bg-open
{
    display: block;
}
.black-bg__caution .bg-caution-close-button
{
    position: absolute;
    top: 10px;
    right: 14px;

    display: block;

    width: 28px;
    height: auto;
    background-color: #fff;
}
.black-bg__caution .bg-caution-close-button > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.black-bg__caution .bg-caution-title
{
    font-family: 'Noto Sans JP';
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 140%; /* 21px */

    margin-bottom: 50px;

    text-align: center;

    color: var(--333, #333);
}
.black-bg__caution .bg-caution-list__item:not(:last-of-type)
{
    margin-bottom: 20px;
}
.black-bg__caution .bg-caution-list__item--title
{
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 13px */

    color: var(--333, #333);
}
.black-bg__caution .bg-caution-list__item--description
{
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%; /* 19.2px */

    color: var(--333, #333);
}
.black-bg__item
{
    position: relative;

    display: none;

    min-width: 630px;

    background-color: #fff;
}
.black-bg__item.js-bg-open
{
    display: block;
}
.black-bg__item .bg-item-close-button
{
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 16px;

    display: block;

    width: 24px;
    height: 24px;
    background-color: #fff;
}
.black-bg__item .bg-item-close-button > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.black-bg__item .pm-item-detail-container__inner
{
    position: relative;

    display: flex;

    padding: 50px;

    gap: 15px;
    align-items: center;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-image
{
    display: block;

    width: 205px;
    height: 205px;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-label {
  display: inline-block;
  padding: 4px 10px 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  background-color: #B99F32;
  border-radius: 20px;
  margin-bottom: 8px;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-label.-outlet {
  background-color: #a41415;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-name-en
{
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 18px */

    margin-bottom: 6px;

    color: var(--333, #333);
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-name-jp
{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 12px */

    margin-bottom: 15px;

    color: var(--333, #333);
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-category
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 14px */

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 28px;
    padding: 6px 24px 8px;

    letter-spacing: 1.4px;

    color: var(--333, #333);
    border: 1px solid #d9d9d9;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-complaint > li:not(:last-of-type)
{
    margin-bottom: 15px;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-complaint > li > span
{
    font-family: 'Noto Sans JP';
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 100%; /* 15px */

    position: relative;

    display: flex;

    color: var(--333, #333);

    align-items: center;
}
.black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-complaint > li > span::before
{
    display: block;

    width: 12px;
    height: 8px;
    margin-right: 4px;

    content: '';

    background-image: url(../images/point_mall/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.header__inner > h1 > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.point-mole
{
    /* padding-top: 132px; */

    background-color: #fff;
}

.pm-contents-container
{
    display: block;

    width: 100%;
    height: auto;
    padding: 60px 58px 120px;

    background-color: #fff;
}
.pm-contents-container.-bottom
{
    padding: 60px 58px 106px;
}
.pm-contents-container:not(:last-of-type)
{
    margin-bottom: 100px;
}
.pm-contents-container .contents-point__title
{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 24px */

    margin-bottom: 51px;

    text-align: center;

    color: var(--gold-text, #b99f32);
}
.pm-contents-container .contents-point__description
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 180%; /* 28.8px */

    margin-bottom: 41px;

    text-align: center;

    color: var(--333, #333);
}
.pm-contents-container .contents-point__trans-image
{
    display: block;

    width: 100%;
    max-width: 716px;
    height: auto;
    margin: 0 auto 72px;
}
.pm-contents-container .contents-point__trans-image > source,
.pm-contents-container .contents-point__trans-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.pm-contents-container .contents-point__sub-title
{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 20px */

    margin-bottom: 40px;

    text-align: center;

    color: var(--333, #333);
}
.pm-contents-container .contents-point__rank-image
{
    display: block;

    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 40px;
}
.pm-contents-container .contents-point__rank-image > source,
.pm-contents-container .contents-point__rank-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.pm-contents-container .contents-point__example-image
{
    display: block;

    width: 100%;
    max-width: 716px;
    height: auto;
    margin: 0 auto 100px;
}
.pm-contents-container .contents-point__example-image > source,
.pm-contents-container .contents-point__example-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.pm-contents-container .contents-store__title
{
    display: block;

    width: 100%;
    height: auto;
}
.pm-contents-container .contents-store__title--image
{
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto 30px;
}
.pm-contents-container .contents-store__title--image > source,
.pm-contents-container .contents-store__title--image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.pm-contents-container .contents-store__description
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 180%; /* 28.8px */

    margin-bottom: 48px;

    text-align: center;

    color: var(--333, #333);
}
.pm-contents-container .contents-store__list
{
    display: flex;

    width: 700px;
    height: auto;
    margin: 0 auto 89px;
    padding-left: 28px;

    -moz-column-gap: 70px;
         column-gap: 70px;
    align-items: flex-start;
}
.pm-contents-container .contents-store__list--item .store-image
{
    display: block;

    width: 264px;
    height: auto;
    margin-bottom: 10px;
}
.pm-contents-container .contents-store__list--item .store-image > source,
.pm-contents-container .contents-store__list--item .store-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.pm-contents-container .contents-store__list--item .store-name
{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-bottom: 13px;

    color: var(--333, #333);
}
.pm-contents-container .contents-store__list--item .store-data
{
    margin-left: -2px;
}
.pm-contents-container .contents-store__list--item .store-data > tbody > tr
{
    display: flex;

    margin-bottom: 10px;
}
.pm-contents-container .contents-store__list--item .store-data > tbody > tr > th,
.pm-contents-container .contents-store__list--item .store-data > tbody > tr > td
{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 12px */

    color: var(--333, #333);
}
.pm-contents-container .contents-store__list--item .store-data > tbody > tr > th > address,
.pm-contents-container .contents-store__list--item .store-data > tbody > tr > td > address
{
    font-style: normal;
}
.pm-contents-container .contents-store__list--item .store-data > tbody > tr > th
{
    min-width: 60px;
}
.pm-contents-container .contents-limit__title
{
    display: block;

    width: 100%;
    height: auto;
}
.pm-contents-container .contents-limit__title--image
{
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto 30px;
}
.pm-contents-container .contents-limit__title--image > source,
.pm-contents-container .contents-limit__title--image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.pm-contents-container .contents-limit__description
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 180%; /* 28.8px */

    text-align: center;

    color: var(--333, #333);
}
.pm-contents-container .contents-use__title
{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 24px */

    margin-bottom: 50px;

    text-align: center;

    color: var(--gold-text, #b99f32);
}
.pm-contents-container .contents-use__lead
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 180%; /* 28.8px */

    margin-bottom: 40px;

    text-align: center;

    color: var(--333, #333);
}
.pm-contents-container .contents-use__flow
{
    display: block;

    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 24px;
}
.pm-contents-container .contents-use__flow--item
{
    position: relative;

    display: flex;

    min-height: 54px;
    padding: 19px 32px 19px 80px;

    background: var(--gold-usui, #f9f7ee);

    align-items: center;
}
.pm-contents-container .contents-use__flow--item:not(:last-of-type)
{
    margin-bottom: 29px;
}
.pm-contents-container .contents-use__flow--item:not(:last-of-type):after
{
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;

    display: block;

    width: 20px;
    height: 12px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/point_mall/icon_triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.pm-contents-container .contents-use__flow--item:first-of-type::before
{
    content: '1';
}
.pm-contents-container .contents-use__flow--item:nth-of-type(2)::before
{
    content: '2';
}
.pm-contents-container .contents-use__flow--item:nth-of-type(3)::before
{
    content: '3';
}
.pm-contents-container .contents-use__flow--item:nth-of-type(4)::before
{
    content: '4';
}
.pm-contents-container .contents-use__flow--item:last-of-type::before
{
    content: '5';
}
.pm-contents-container .contents-use__flow--item::before
{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 20px */

    position: absolute;
    left: 0;

    display: flex;

    width: 50px;
    height: 100%;

    color: var(--333, #333);
    background: var(--gold-normal, #e6d694);

    align-items: center;
    justify-content: center;
}
.pm-contents-container .contents-use__flow--item > span
{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 16px */

    position: relative;

    color: var(--333, #333);
}
.pm-contents-container .contents-use__flow--item > span > span
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%; /* 19.6px */

    display: block;

    margin-top: 4px;

    color: var(--333, #333);
}
.pm-contents-container .contents-use__annotation
{
    display: block;

    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 85px;
}
.pm-contents-container .contents-use__annotation--item
{
    display: block;

    height: -webkit-fit-content;
    height:    -moz-fit-content;
    height:         fit-content;
    margin-top: -7px;
}
.pm-contents-container .contents-use__annotation--item > span
{
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 160%; /* 19.2px */

    color: var(--333, #333);
}
.pm-contents-container .contents-use__caution-button
{
    position: relative;
    left: -23px;

    display: flex;

    margin: 0 auto;

    transition: .5s;

    align-items: center;
}
.pm-contents-container .contents-use__caution-button::before,
.pm-contents-container .contents-use__caution-button::after
{
    position: absolute;
    z-index: 10;
    right: -40px;

    display: block;

    width: 16px;
    height: 2px;

    content: '';

    background-color: #fff;
}
.pm-contents-container .contents-use__caution-button::after
{
    transform: rotate(90deg);
}
.pm-contents-container .contents-use__caution-button > span
{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 16px */

    position: relative;

    color: var(--333, #333);
    background-color: #fff;
}
.pm-contents-container .contents-use__caution-button > span::after
{
    position: absolute;
    top: 0;
    right: -46px;
    bottom: 0;

    display: block;

    width: 28px;
    height: 28px;
    margin: auto 0;

    content: '';

    border-radius: 50%;
    background-color: #333;
}

.pm-contents
{
    display: block;

    width: 100%;
    height: auto;

    background-color: rgba(67, 71, 72, .08);
}
.pm-contents__inner
{
    display: block;

    width: 100%;
    max-width: 1070px;
    height: auto;
    margin: 0 auto;
    padding: 88px 0 100px;
}

.pm-form
{
    display: block;

    width: 100%;
    max-width: 890px;
    height: auto;
    margin: 0 auto 100px;
}
.pm-form > div > iframe
{
    border: none;
}

.pm-fv
{
    display: block;

    width: 100%;
    height: 583px;

    background-image: url(../images/point_mall/fv_pc.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pm-fv__inner
{
    display: block;

    width: 100%;
    max-width: 856px;
    height: 100%;
    margin: 0 auto;
    padding: 89px 0 90px;
}
.pm-fv__inner .pm-fv-contents
{
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 78px 0 78px;

    background-color: rgba(255, 255, 255, .8);

    align-items: center;
}
.pm-fv__inner .pm-fv-contents__title
{
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 36px */

    margin-bottom: 40px;

    text-align: center;

    color: var(--333, #333);
}
.pm-fv__inner .pm-fv-contents__title > span
{
    margin-left: 36px;
}
.pm-fv__inner .pm-fv-contents__description
{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 60px;

    text-align: center;

    color: var(--333, #333);
}
.pm-fv__inner .pm-fv-contents__button
{
    display: flex;

    width: 309px;
    height: 56px;

    transition: .5s;

    color: #fff;
    background-color: #000;

    align-items: center;
    justify-content: center;
}
.pm-fv__inner .pm-fv-contents__button > span
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 16px */

    letter-spacing: 1.6px;
}

.pm-items
{
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 162px;
}
.pm-items::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 90%;
    height: 1px;
    margin: 0 auto;

    content: '';

    background-color: #ddd;
}
.pm-items__inner
{
    display: block;

    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 120px 0 0;
}
.pm-items__inner .pm-items-title
{
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 24px */

    margin-bottom: 72px;

    text-align: center;

    color: var(--333, #333);
}
.pm-items__inner .pm-items-list
{
    display: flex;

    flex-wrap: wrap;
    row-gap: 50px;
    -moz-column-gap: 40px;
         column-gap: 40px;
}
.pm-items__inner .pm-items-list__item
{
    position: relative;

    display: block;

    width: calc(33.3333333333% - 27px);
}
.pm-items__inner .pm-items-list__item::before
{
    font-size: 20px;
    font-weight: 400;

    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: flex;

    width: 36px;
    height: 36px;

    color: #fff;
    background-color: #333;

    align-items: center;
    justify-content: center;
}
.pm-items__inner .pm-items-list__item:first-of-type::before
{
    content: '1';
}
.pm-items__inner .pm-items-list__item:nth-of-type(2)::before
{
    content: '2';
}
.pm-items__inner .pm-items-list__item:nth-of-type(3)::before
{
    content: '3';
}
.pm-items__inner .pm-items-list__item:nth-of-type(4)::before
{
    content: '4';
}
.pm-items__inner .pm-items-list__item:nth-of-type(5)::before
{
    content: '5';
}
.pm-items__inner .pm-items-list__item:nth-of-type(6)::before
{
    content: '6';
}
.pm-items__inner .pm-items-list__item:nth-of-type(7)::before
{
    content: '7';
}
.pm-items__inner .pm-items-list__item:nth-of-type(8)::before
{
    content: '8';
}
.pm-items__inner .pm-items-list__item:nth-of-type(9)::before
{
    content: '9';
}
.pm-items__inner .pm-items-list__item:nth-of-type(10)::before
{
    content: '10';
}
.pm-items__inner .pm-items-list__item:nth-of-type(11)::before
{
    content: '11';
}
.pm-items__inner .pm-items-list__item:nth-of-type(12)::before
{
    content: '12';
}
.pm-items__inner .pm-items-list__item:nth-of-type(13)::before
{
    content: '13';
}
.pm-items__inner .pm-items-list__item:nth-of-type(14)::before
{
    content: '14';
}
.pm-items__inner .pm-items-list__item:nth-of-type(15)::before
{
    content: '15';
}
.pm-items__inner .pm-items-list__item:nth-of-type(16)::before
{
    content: '16';
}
.pm-items__inner .pm-items-list__item:nth-of-type(17)::before
{
    content: '17';
}
.pm-items__inner .pm-items-list__item:nth-of-type(18)::before
{
    content: '18';
}
.pm-items__inner .pm-items-list__item:nth-of-type(19)::before
{
    content: '19';
}
.pm-items__inner .pm-items-list__item:nth-of-type(20)::before
{
    content: '20';
}
.pm-items__inner .pm-items-list__item .list-item-image
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    margin-bottom: 15px;

    cursor: pointer;
    position: relative;
}
.pm-items__inner .pm-items-list__item .list-item-image > img
{
    display: block;

    width: 100%;
    height: auto;

    transition: .8s;

    -o-object-fit: cover;
       object-fit: cover;
}
.pm-items__inner .pm-items-list__item .list-item-image__label
{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 13px */

    position: absolute;
    top: 7px;
    right: 7px;

    padding: 3px 10px 5px;

    letter-spacing: .26px;

    color: #fff;
    border-radius: 20px;
    background-color: #b99f32;
}
.pm-items__inner .pm-items-list__item .list-item-image__label.-outlet {
  background-color: #a41415;
}
.pm-items__inner .pm-items-list__item .list-item-name
{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 12px */

    overflow: hidden;

    margin-bottom: 8px;

    text-overflow: ellipsis;

    color: var(--333, #333);
}
.pm-items__inner .pm-items-list__item .list-item-price
{
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 10px */

    display: flex;

    color: var(--333, #333);

    align-items: center;
}
.pm-items__inner .pm-items-list__item .list-item-price > span
{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%; /* 16px */

    margin-left: 4px;

    letter-spacing: .32px;

    color: var(--gold-text, #b99f32);
}
@media screen and (max-width: 767px)
{
  .pm-items__inner .pm-items-list__item .list-item-image__label
{
    font-size: 10px;
}
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .black-bg
    {
        /* min-height: 100svh; */
        min-height: 100vh;
        /* padding: 30px 15px; */
        padding: 86px 15px;
    }
    .black-bg__caution
    {
        overflow: scroll;

        max-width: 360px;
        max-height: 90vh;
        /* padding: 30px 20px 30px; */
        padding: 30px 20px 120px;
    }
    .black-bg__caution .bg-caution-title
    {
        margin-bottom: 26px;
    }
    .black-bg__caution .bg-caution-list__item:not(:last-of-type)
    {
        margin-bottom: 14px;
    }
    .black-bg__caution .bg-caution-list__item--title
    {
        font-size: 12px;
        font-weight: 500;

        margin-bottom: 2px;
    }
    .black-bg__caution .bg-caution-list__item--description
    {
        font-size: 11px;
        font-weight: 400;
        line-height: 150%; /* 16.5px */
    }
    .black-bg__item
    {
        width: 100%;
        min-width: unset;
        max-width: 310px;

        border-radius: 8px;
    }
    .black-bg__item .bg-item-close-button
    {
        top: 10px;
        right: 17px;
    }
    .black-bg__item .pm-item-detail-container__inner
    {
        flex-direction: column;

        padding: 8px 0 45px;

        gap: 0;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-image
    {
        width: 124px;
        height: 124px;
        margin-bottom: 2px;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-text-container
    {
        display: flex;
        flex-direction: column;

        align-items: center;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-name-en
    {
        font-size: 13px;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-name-jp
    {
        font-size: 10px;

        margin-bottom: 11px;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-category
    {
        font-size: 13px;

        margin-bottom: 14px;
        padding: 4px 30px 5px;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-complaint > li:not(:last-of-type)
    {
        margin-bottom: 8px;
    }
    .black-bg__item .pm-item-detail-container__inner .item-detail-text-container .item-detail-complaint > li > span
    {
        font-size: 12px;
    }
    .point-mole
    {
        margin: 0 auto;
        /* padding-top: 60px; */
    }
    .pm-contents-container
    {
        padding: 41px 15px 48px;
    }
    .pm-contents-container.-bottom
    {
        padding: 40px 12px 54px;
    }
    .pm-contents-container:not(:last-of-type)
    {
        margin-bottom: 21px;
    }
    .pm-contents-container .contents-point__title
    {
        font-size: 20px;

        margin-bottom: 28px;
    }
    .pm-contents-container .contents-point__description
    {
        font-size: 14px;

        margin-bottom: 24px;
        padding: 0 10px 0 15px;

        text-align: left;
    }
    .pm-contents-container .contents-point__trans-image
    {
        margin: 0 auto 40px;
    }
    .pm-contents-container .contents-point__sub-title
    {
        font-size: 16px;
        line-height: 140%;

        margin-bottom: 19px;
    }
    .pm-contents-container .contents-point__rank-image
    {
        max-width: 97%;
        margin: 0 auto 36px;
    }
    .pm-contents-container .contents-point__example-image
    {
        margin: 0 auto 60px;
    }
    .pm-contents-container .contents-store__description
    {
        font-size: 13px;
        font-weight: 400;

        margin-bottom: 28px;
    }
    .pm-contents-container .contents-store__list
    {
        flex-direction: column;

        width: 100%;
        margin: 0 auto 50px;
        padding: 0 10px;
        padding-left: unset;

        row-gap: 30px;
    }
    .pm-contents-container .contents-store__list--item .store-image
    {
        width: 100%;
    }
    .pm-contents-container .contents-store__list--item .store-name
    {
        font-size: 15px;

        margin-bottom: 9px;
    }
    .pm-contents-container .contents-store__list--item .store-data > tbody > tr
    {
        margin-bottom: 8px;
    }
    .pm-contents-container .contents-store__list--item .store-data > tbody > tr > th,
    .pm-contents-container .contents-store__list--item .store-data > tbody > tr > td
    {
        font-size: 12px;
    }
    .pm-contents-container .contents-limit__description
    {
        font-size: 13px;
        font-weight: 400;
    }
    .pm-contents-container .contents-use__title
    {
        font-size: 20px;

        margin-bottom: 28px;
    }
    .pm-contents-container .contents-use__lead
    {
        font-size: 14px;

        margin-bottom: 25px;
        padding: 0 16px 0 30px;

        text-align: left;
    }
    .pm-contents-container .contents-use__flow
    {
        margin: 0 auto 31px;
    }
    .pm-contents-container .contents-use__flow--item
    {
        padding: 15px 8px 16px 43px;
    }
    .pm-contents-container .contents-use__flow--item:not(:last-of-type)
    {
        margin-bottom: 21px;
    }
    .pm-contents-container .contents-use__flow--item:not(:last-of-type):after
    {
        bottom: -16px;

        width: 25px;
        height: 14px;
    }
    .pm-contents-container .contents-use__flow--item::before
    {
        font-size: 16px;

        width: 35px;
    }
    .pm-contents-container .contents-use__flow--item > span
    {
        font-size: 13px;
        line-height: 150%;
    }
    .pm-contents-container .contents-use__flow--item > span > span
    {
        font-size: 10px;

        margin-top: 2px;
    }
    .pm-contents-container .contents-use__annotation
    {
        margin: 0 auto 55px;
        padding: 0 8px;
    }
    .pm-contents-container .contents-use__annotation--item
    {
        margin-top: 0;
    }
    .pm-contents-container .contents-use__annotation--item > span
    {
        line-height: 1.5;

        display: inline-block;
    }
    .pm-contents-container .contents-use__caution-button
    {
        left: -14px;
    }
    .pm-contents-container .contents-use__caution-button::before,
    .pm-contents-container .contents-use__caution-button::after
    {
        right: -32px;

        width: 14px;
    }
    .pm-contents-container .contents-use__caution-button > span
    {
        font-size: 15px;
    }
    .pm-contents-container .contents-use__caution-button > span::after
    {
        right: -37px;

        width: 24px;
        height: 24px;
    }
    .pm-contents__inner
    {
        max-width: 390px;
        padding: 40px 20px 50px;
    }
    .pm-form
    {
        padding: 0 20px;
    }
    .pm-form > div
    {
        /* height: 2300px !important; */
    }
    .pm-fv
    {
        height: 101.2820512821vw;

        background-image: url(../images/point_mall/fv_sp.webp);
    }
    .pm-fv__inner
    {
        padding: 6.4102564103vw 5.1282051282vw 7.6923076923vw;
    }
    .pm-fv__inner .pm-fv-contents
    {
        padding: 7.6923076923vw 0 10.7692307692vw;
    }
    .pm-fv__inner .pm-fv-contents__title
    {
        font-size: 7.1794871795vw;
        line-height: 150%;

        margin-bottom: 5.1282051282vw;
    }
    .pm-fv__inner .pm-fv-contents__title > span
    {
        margin-left: 0;
    }
    .pm-fv__inner .pm-fv-contents__description
    {
        font-size: 3.5897435897vw;
        line-height: 170%;

        margin-bottom: 10.2564102564vw;
    }
    .pm-fv__inner .pm-fv-contents__button
    {
        width: 60.7692307692vw;
        height: 13.3333333333vw;
    }
    .pm-fv__inner .pm-fv-contents__button > span
    {
        font-size: 4.1025641026vw;

        letter-spacing: .4102564103vw;
    }
    .pm-items
    {
        margin-bottom: 61px;
        padding-bottom: 80px;
    }
    .pm-items__inner
    {
        max-width: 390px;
        padding: 61px 35px 0;
    }
    .pm-items__inner .pm-items-title
    {
        font-size: 20px;

        margin-bottom: 41px;
    }
    .pm-items__inner .pm-items-list
    {
        row-gap: 48px;
        -moz-column-gap: 20px;
             column-gap: 20px;
        justify-content: space-between;
    }
    .pm-items__inner .pm-items-list__item
    {
        width: calc(50% - 10px);
    }
    .pm-items__inner .pm-items-list__item::before
    {
        font-size: 18px;

        width: 28px;
        height: 26px;
    }
    .pm-items__inner .pm-items-list__item .list-item-image
    {
        position: relative;
    }
    .pm-items__inner .pm-items-list__item .list-item-image::before
    {
        position: absolute;
        z-index: 10;
        right: 4px;
        bottom: 2px;

        display: block;

        width: 32px;
        height: 32px;

        content: '';

        background-image: url(../images/point_mall/icon_more_look_sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .pm-items__inner .pm-items-list__item .list-item-image > img
    {
        transform: scale(1.1);
    }
    .pm-items__inner .pm-items-list__item .list-item-name
    {
        font-size: 11px;
        line-height: 120%;
    }
    .pm-items__inner .pm-items-list__item .list-item-price
    {
        font-weight: 500;
    }
    .pm-items__inner .pm-items-list__item .list-item-price > span
    {
        font-size: 17px;
    }
}
@media screen and (max-width: 390px)
{
    .pm-contents-container
    {
        padding: 10.5128205128vw 3.8461538462vw 12.3076923077vw;
    }
    .pm-contents-container.-bottom
    {
        padding: 10.2564102564vw 3.0769230769vw 13.8461538462vw;
    }
    .pm-contents-container:not(:last-of-type)
    {
        margin-bottom: 5.3846153846vw;
    }
    .pm-contents-container .contents-point__title
    {
        font-size: 5.1282051282vw;

        margin-bottom: 7.1794871795vw;
    }
    .pm-contents-container .contents-point__description
    {
        font-size: 3.5897435897vw;

        margin-bottom: 6.1538461538vw;
        padding: 0 2.5641025641vw 0 3.8461538462vw;
    }
    .pm-contents-container .contents-point__trans-image
    {
        margin: 0 auto 10.2564102564vw;
    }
    .pm-contents-container .contents-point__sub-title
    {
        font-size: 4.1025641026vw;

        margin-bottom: 4.8717948718vw;
    }
    .pm-contents-container .contents-point__rank-image
    {
        margin: 0 auto 9.2307692308vw;
    }
    .pm-contents-container .contents-point__example-image
    {
        margin: 0 auto 15.3846153846vw;
    }
    .pm-contents-container .contents-store__title--image
    {
        margin: 0 auto 7.6923076923vw;
    }
    .pm-contents-container .contents-store__description
    {
        font-size: 3.3333333333vw;

        margin-bottom: 7.1794871795vw;
    }
    .pm-contents-container .contents-store__list
    {
        margin: 0 auto 12.8205128205vw;
        padding: 0 2.5641025641vw;

        row-gap: 7.6923076923vw;
    }
    .pm-contents-container .contents-store__list--item .store-image
    {
        margin-bottom: 1.7948717949vw;
    }
    .pm-contents-container .contents-store__list--item .store-name
    {
        font-size: 3.8461538462vw;

        margin-bottom: 2.3076923077vw;
    }
    .pm-contents-container .contents-store__list--item .store-data > tbody > tr
    {
        margin-bottom: 2.0512820513vw;
    }
    .pm-contents-container .contents-store__list--item .store-data > tbody > tr > th,
    .pm-contents-container .contents-store__list--item .store-data > tbody > tr > td
    {
        font-size: 3.0769230769vw;
    }
    .pm-contents-container .contents-limit__description
    {
        font-size: 3.3333333333vw;
    }
    .pm-contents-container .contents-use__title
    {
        font-size: 5.1282051282vw;

        margin-bottom: 7.1794871795vw;
    }
    .pm-contents-container .contents-use__lead
    {
        font-size: 3.5897435897vw;

        margin-bottom: 6.4102564103vw;
        padding: 0 4.1025641026vw 0 7.6923076923vw;
    }
    .pm-contents-container .contents-use__flow
    {
        margin: 0 auto 7.9487179487vw;
    }
    .pm-contents-container .contents-use__flow--item
    {
        padding: 3.8461538462vw 2.0512820513vw 4.1025641026vw 11.0256410256vw;
    }
    .pm-contents-container .contents-use__flow--item:not(:last-of-type)
    {
        margin-bottom: 5.3846153846vw;
    }
    .pm-contents-container .contents-use__flow--item::before
    {
        font-size: 4.1025641026vw;

        width: 8.9743589744vw;
    }
    .pm-contents-container .contents-use__flow--item > span
    {
        font-size: 3.3333333333vw;
    }
    .pm-contents-container .contents-use__flow--item > span > span
    {
        font-size: 2.5641025641vw;

        margin-top: .5128205128vw;
    }
    .pm-contents-container .contents-use__annotation
    {
        margin: 0 auto 14.1025641026vw;
        padding: 0 2.0512820513vw;
    }
    .pm-contents-container .contents-use__caution-button
    {
        left: -3.5897435897vw;
    }
    .pm-contents-container .contents-use__caution-button::before,
    .pm-contents-container .contents-use__caution-button::after
    {
        right: -8.2051282051vw;

        width: 3.5897435897vw;
    }
    .pm-contents-container .contents-use__caution-button > span
    {
        font-size: 0 3.8461538462vw;
    }
    .pm-contents-container .contents-use__caution-button > span::after
    {
        right: -9.4871794872vw;

        width: 6.1538461538vw;
        height: 6.1538461538vw;
    }
    .pm-contents__inner
    {
        padding: 10.2564102564vw 5.1282051282vw 12.8205128205vw;
    }
    .pm-items__inner
    {
        padding: 15.641025641vw 8.9743589744vw 0;
    }
    .pm-items__inner .pm-items-title
    {
        font-size: 5.1282051282vw;

        margin-bottom: 10.5128205128vw;
    }
    .pm-items__inner .pm-items-list
    {
        row-gap: 12.3076923077vw;
        -moz-column-gap: 5.1282051282vw;
             column-gap: 5.1282051282vw;
    }
    .pm-items__inner .pm-items-list__item
    {
        width: calc(50% - 2.5641025641vw);
    }
    .pm-items__inner .pm-items-list__item::before
    {
        font-size: 4.6153846154vw;

        width: 7.1794871795vw;
        height: 6.6666666667vw;
    }
    .pm-items__inner .pm-items-list__item .list-item-name
    {
        font-size: 2.8205128205vw;
    }
    .pm-items__inner .pm-items-list__item .list-item-price
    {
        font-size: 2.5641025641vw;
    }
    .pm-items__inner .pm-items-list__item .list-item-price > span
    {
        font-size: 4.358974359vw;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .pm-contents-container .contents-store__list
    {
        width: 100%;

        -moz-column-gap: 40px;
             column-gap: 40px;
        justify-content: center;
    }
    .pm-contents__inner
    {
        padding: 88px 40px 100px;
    }
    .pm-fv__inner
    {
        padding: 89px 40px 90px;
    }
    .pm-items__inner
    {
        padding: 120px 40px 0;
    }
    .pm-items__inner .pm-items-list
    {
        row-gap: 40px;
        -moz-column-gap: 32px;
             column-gap: 32px;
    }
    .pm-items__inner .pm-items-list__item
    {
        width: calc(33.3333333333% - 22px);
    }
}
@media print, screen and (min-width: 1025px)
{
    .pm-contents-container .contents-use__caution-button:hover
    {
        transition: .5s;

        opacity: .7;
    }
    .pm-fv__inner .pm-fv-contents__button:hover
    {
        transition: .5s;

        background-color: #818181;
    }
    .pm-items__inner .pm-items-list__item .list-item-image:hover > img
    {
        transition: .8s;
        transform: scale(1.2);
    }
}
@media screen and (max-width: 767px) and (max-width: 390px)
{
    .pm-items__inner .pm-items-list__item .list-item-image::before
    {
        right: 1.0256410256vw;
        bottom: .5128205128vw;

        width: 8.2051282051vw;
        height: 8.2051282051vw;
    }
}

/* 240913 add top page */
.media-container
{
    display: flex;

    width: 100%;
    max-width: 1150px;
    height: auto;
    margin: 0 auto;
    padding: 0 40px;

    gap: 30px;
}
.media-container .media__wrapper
{
    display: block;

    width: calc(50% - 15px);
    padding: 37px 54px 48px;

    border: 2px solid rgba(67, 71, 72, .1);
}
.media-container .media__wrapper .media__img
{
    display: block;

    width: 164px;
    height: auto;
    margin: 0 auto 32px;
}
.media-container .media__wrapper .media__img > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.media-container .media__wrapper .media__content {
  width: 100%;
    padding-left: unset;
}

.media-container .media__wrapper .media__content .media__ttl
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px; /* 100% */

    margin-bottom: 18px;

    letter-spacing: 1.6px;

    color: #333;
}
.media-container .media__wrapper .media__content .media__txt
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px; /* 185.714% */

    margin-bottom: 38px;

    letter-spacing: 1.4px;

    color: #333;
}
.media-container .media__wrapper .media__content .media__link
{
    display: flex;

    width: 210px;
    height: 44px;
    padding: 0 10px 0 20px;

    background-color: #000;

    align-items: center;
    justify-content: space-between;

    margin-left: unset;
}
.media-container .media__wrapper .media__content .media__link > span
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px; /* 100% */

    letter-spacing: 1.4px;

    color: #fff;
}
.media-container .media__wrapper .media__content .media__link .media__next
{
    display: flex;

    align-items: center;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .main
    {
        margin: 0 auto;
    }
    .media-container
    {
        flex-direction: column;

        max-width: 390px;
        padding: 0 15px;
    }
    .media-container .media__wrapper
    {
        width: 100%;
    }
}
@media screen and (max-width: 390px)
{
    .media-container
    {
        gap: 21px;
    }
    .media-container .media__wrapper
    {
        padding: 4.1025641026vw 5.1282051282vw 15.3846153846vw;
    }
    .media-container .media__wrapper:last-of-type
    {
        padding: 11.7948717949vw 6.1538461538vw 15.3846153846vw;
    }
    .media-container .media__wrapper:last-of-type .media__img
    {
        width: 42.5641025641vw;
        margin: 0 auto 11.7948717949vw;
    }
    .media-container .media__wrapper:last-of-type .media__content .media__ttl
    {
        margin-bottom: 19px;
    }
    .media-container .media__wrapper .media__img
    {
        width: 40.7692307692vw;
        margin: 0 auto 3.5897435897vw;
    }
    .media-container .media__wrapper .media__content .media__ttl
    {
        margin-bottom: 15px;
    }
    .media-container .media__wrapper .media__content .media__txt
    {
        margin-bottom: 15px;
    }
    .media-container .media__wrapper .media__content .media__link
    {
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .media-container .media__wrapper
    {
        padding: 3.61328125vw 5.2734375vw 4.6875vw;
    }
    .media-container .media__wrapper .media__img
    {
        width: 16.015625vw;
        margin: 0 auto 3.125vw;
    }
}

.section__en-ttl {
  display: block;
  font-weight: lighter;
  font-size: 4.2rem;
  line-height: calc(42 /(4.2* 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.section__ttl {
  margin-top: 15px;
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4* 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.special-set {
display : block;
width : 100%;
max-width : 850px;
height : auto;
margin : 0 auto;
padding-top: 120px;
background-color : #ffffff;
}

.special-set-list {
display : -webkit-box;
display : -ms-flexbox;
display : flex;
/* -webkit-box-pack : justify;
-ms-flex-pack : justify;
justify-content : space-between; */
justify-content : center;
padding-top : 29px;
}
.special-set-list__wrap {
display : block;
width : calc(50% - 10px);
height : auto;
border : 1px solid #cbcbcb;
}
.special-set-list__wrap:first-of-type .special-set-list__wrap--inner .special-set-thumbnail {
width : 77%;
margin : 0 auto 16px;
}
.special-set-list__wrap:last-of-type .special-set-list__wrap--inner .special-set-thumbnail {
width : 53%;
margin : 0 auto 19px;
}
.special-set-list__wrap--inner {
display : block;
width : 100%;
height : auto;
padding : 43px 10px 26px;
}
.special-set-list__wrap--inner .special-set-thumbnail {
display : block;
height : auto;
}
.special-set-list__wrap--inner .special-set-thumbnail > img {
display : block;
width : 100%;
height : 100%;
-o-object-fit : cover;
object-fit : cover;
}
.special-set-list__wrap--inner .special-set-tag {
display : block;
width : -webkit-fit-content;
width : -moz-fit-content;
width : fit-content;
padding : 4px 10px;
margin : 0 auto 14px;
font-size : 12px;
line-height : 1;
letter-spacing : .1em;
border : 1px solid rgba(67, 71, 72, .1);
}
.special-set-list__wrap--inner .special-set-title {
margin-bottom : 10px;
font-size : 13px;
font-weight : 400;
text-align : center;
letter-spacing : 1px;
}
.special-set-list__wrap--inner .special-set-title > span {
display : block;
font-size : 12px;
}
.special-set-list__wrap--inner .special-set-price {
font-size : 11px;
font-weight : 400;
text-align : center;
text-align : center;
letter-spacing : 1px;
}
.special-set-list__wrap--inner .special-set-price > span {
font-size : 12px;
}
.special-set-list__wrap--inner .special-set-button {
position : relative;
display : block;
width : 54%;
margin : 20px auto 0;
background-color : #333333;
text-decoration: none;
transition: opacity 0.5s;
}
.special-set-list__wrap--inner .special-set-button:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.special-set-list__wrap--inner .special-set-button > span {
display : block;
padding : 9px 17px;
font-size : 12px;
line-height : 1.8571428571;
color : #ffffff;
text-align : left;
letter-spacing : .1em;
transition : -webkit-text-decoration .5s;
-webkit-transition : -webkit-text-decoration .5s;
transition : text-decoration .5s;
transition : text-decoration .5s, -webkit-text-decoration .5s;
}
.special-set-list__wrap--inner .special-set-button .item__next {
position : absolute;
top : 50%;
right : 10px;
width : 6px;
pointer-events : none;
-webkit-transform : translateY(-50%);
transform : translateY(-50%);
}
.special-set-list__wrap--inner .special-set-button .item__next > img {
width : 100%;
height : 100%;
-o-object-fit : contain;
object-fit : contain;
vertical-align : middle;
}
@media screen and (max-width: 767px) {
.special-set-list {
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.special-set-list__wrap {
  width : 100%;
  max-width : 370px;
}
.special-set-list__wrap:first-of-type {
  margin-bottom : 20px;
}
}
  
  .top-bunner {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .top-bunner > .bunner-link {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .top-bunner > .bunner-link > img {
    width: 100%;
    height: auto;
  }
  
  .bunner-pc {
    display: block;
  }
  
  .bunner-sp {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    .top-bunner {
    margin-bottom: 30px;
  }
    
    .bunner-pc {
    display: none;
  }
  
  .bunner-sp {
    display: block;
  }
  }

  .feature {
    padding-top: 118px;
    padding-bottom: 100px;
  }

  .push-item__container {
    margin-bottom: 81px;
  }

  .special-set-list__wrap {
    width: calc(36% - 10px);
    background-color: #fff;
  }




.r-product-list__content {
  width: 100%;
  max-width: 410px;
  padding: 50px;
  background: #fff;
}

.r-product-list__ttl {
  width: 100%;
  max-width: 300px;
}

.r-product-list__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.r-product-list__ttl span {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(26 /(1.4* 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}

.r-product-list__txt {
  margin-top: 80px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(26 /(1.4* 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}

.r-product-list__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin-top: 80px;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 /(1.4* 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}

.r-product-list__img-link {
  -webkit-transition: opacity 0.5s;
  display: block;
  width: calc(100% - 410px);
  height: 100%;
  transition: opacity 0.5s;
}

.r-product-list__img-link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking {
  background-color: #fff;
  padding-bottom: 0;
}

.push-item {
  padding-bottom: 102px;
}

.search {
  padding-bottom: 100px;
}

.special-set-list__wrap {
  border: none;
}

@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: 51px;
  }
  .special-set-list__wrap {
    width: 100%;
  }
  .push-item {
    padding-bottom: 32px;
  }
  .r-product-list__img-link {
    width: 100%;
    height: auto;
  }
  .r-product-list__content {
    padding: 36px 69px 40px;
    max-width: 100%;
  }
  .r-product-list__ttl {
    text-align: center;
  }
  .r-product-list__ttl span {
    margin-top: 10px;
    display: block;
  }
  .r-product-list__txt {
    display: block;
    margin-top: 24px;
    text-align: center;
    font-size: 10px;
  }
  .r-product-list__link {
    margin: 24px auto 0;
  }
  .search {
    padding-bottom: 50px;
  }
  .media__wrapper {
    margin-top: 0;
  }
  .media-container {
    margin-top: 30px;
  }
}

/* 240919 add */
.filter_wrap {
  justify-content: flex-end!important;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .filter_wrap {
    justify-content: space-between!important;
    gap: unset;
  }
  .filter_wrap > div.dropdown {
    width: 48.5%!important;
    margin-bottom: unset!important;
  }
}

.regular-stop {
  display: block;
  width: 100%;
  height: auto;
  background-color: #FBDBDB;
  margin: 24px auto 0;
  padding: 25px 124px 25px 187px;
}

.regular-stop > p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
}

.regular-stop > p:first-of-type {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .regular-stop {
    padding: 32px 15px 29px 15px;
    width: 92%;
  }
}

/* 240920 add */
.header-above-contents {
  display: block;
  width: 100%;
  max-width: 1070px;
  height: auto;
  margin: 0 auto;
}

.header-above-contents__bunner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.header-above-contents__bunner > source,
.header-above-contents__bunner > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-above-contents__description-image {
  display: block;
  width: 100%;
  max-width: 912px;
  height: auto;
  margin: 0 auto 100px;
}

.header-above-contents__description-image > source,
.header-above-contents__description-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.normal-text {
  display: block!important;
  font-size: 11px!important;
  color: #333!important;
  background-color: unset!important;
  padding: unset!important;
}

@media screen and (max-width: 1024px) {
  .header-above-contents {
    padding: 0 40px;
  }

  .header-above-contents__description-image {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header-above-contents {
    max-width: 390px;
    padding: 0 20px;
  }

  .header-above-contents__bunner {
    margin-bottom: 40px;
  }

  .header-above-contents__description-image {
    margin: 0 auto 80px;
  }
}

/* 241001 */
.ap-floating-button,
.ill-floating-button {
  display: table;
  width: 64px;
  height: 180px;
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 5000;
}

.ill-floating-button {
  width: 72px;
  height: 190px;
  right: -8px;
}

.ap-floating-button__image,
.ill-floating-button__image {
  display: block;
  width: 100%;
  height: 100%;
}

.ap-floating-button__image > source,
.ap-floating-button__image > img,
.ill-floating-button__image > source,
.ill-floating-button__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.point .point-under-appeal__inner {
  justify-content: flex-start;
  gap: 56px;
}

.illuminateporder .point__spacer {
  height: auto;
}

.illuminateporder .point__wrapper {
  height: auto;
}

.illuminateporder .point__container {
  height: auto;
  padding: 140px 40px 150px;
}

@media screen and (max-width: 767px) {
  .point .point-under-appeal__inner {
    gap: 0;
  }
  .ap-floating-button,
  .ill-floating-button {
    display: table;
    width: 100%;
    padding: 0 8px;
    max-width: 390px;
    height: 56px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 12px;
    z-index: 5000;
    margin: 0 auto;
  }
  .ill-floating-button {
    bottom: 2px;
    padding: 0 2px;
  }
  .pagetop.-floating {
    bottom: 64px;
  }
  .illuminateporder .point__container {
    padding: 55px 25px 70px;
  }
  .ill-floating-button__image > source,
  .ill-floating-button__image > img {
    display: inline-block;
  }
}

/* 241024 add */
.item__sub-lists.js-sub-menu-open {
  visibility: visible!important;
}

/* 241024 add 7thanniversary */
.u1279show
{
    display: none;
}

.anniversary7 > * {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.a7-features
{
    display: block;

    width: 100%;
    height: auto;

    background: linear-gradient(180deg, #dfe8f2 58.5%, #fff 100%);
}
.a7-features__inner
{
    display: block;

    width: 100%;
    max-width: 1094px;
    margin: 0 auto;
    padding: 80px 0 86px;
}
.a7-features__inner .a7-features-title
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    line-height: 140%; /* 36.4px */

    margin-bottom: 106px;

    text-align: center;
    letter-spacing: 1.56px;

    color: #3c4145;
}
.a7-features__inner .a7-features-contents
{
    display: flex;

    gap: 24px;
}
.a7-features__inner .a7-features-contents__image
{
    position: relative;
    top: -26px;

    display: block;

    width: 515px;
    height: 564px;
}
.a7-features__inner .a7-features-contents__image > source,
.a7-features__inner .a7-features-contents__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-features__inner .a7-features-contents__list
{
    display: block;

    width: calc(100% - 490px);
    height: auto;
}
.a7-features__inner .a7-features-contents__list--item
{
    transition: .8s;
    transform: translateY(0);

    opacity: 1;
}
.a7-features__inner .a7-features-contents__list--item.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-features__inner .a7-features-contents__list--item:not(:last-of-type)
{
    margin-bottom: 42px;
}
.a7-features__inner .a7-features-contents__list--item .features-number-image
{
    display: block;
}
.a7-features__inner .a7-features-contents__list--item .features-number-image > source,
.a7-features__inner .a7-features-contents__list--item .features-number-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-features__inner .a7-features-contents__list--item:first-of-type .features-number-image
{
    width: 431px;
    height: 91px;
}
.a7-features__inner .a7-features-contents__list--item:nth-of-type(2)
{
    padding-left: 48px;
}
.a7-features__inner .a7-features-contents__list--item:nth-of-type(2) .features-number-image
{
    width: 530px;
    height: 149px;
}
.a7-features__inner .a7-features-contents__list--item:nth-of-type(3)
{
    padding-left: 96px;
}
.a7-features__inner .a7-features-contents__list--item:nth-of-type(3) .features-number-image
{
    width: 367px;
    height: 120px;
}
.a7-features__inner .a7-features-contents__list--item:last-of-type
{
    padding-left: 144px;
}
.a7-features__inner .a7-features-contents__list--item:last-of-type .features-number-image
{
    width: 425px;
    height: 91px;
}

.header__inner > h1 > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.a7-insert
{
    position: relative;

    display: block;

    width: 100%;
    height: 460px;
}
.a7-insert::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/insert_02_pc.webp);
    background-position: center;
    background-size: cover;
}

.a7-introduction
{
    display: block;

    width: 100%;
    height: auto;

    background-image: url(../images/7thanniversary_nkmr/bg_pc.webp);
    background-size: cover;
}
.a7-introduction__inner
{
    display: block;

    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 98px;
}
.a7-introduction__inner .a7-introduction-title
{
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 33px */

    margin-bottom: 6px;

    text-align: center;
    letter-spacing: 1.32px;

    color: #272e31;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-introduction__inner .a7-introduction-title-image
{
    display: block;

    width: 763px;
    height: 89px;
    margin: 0 auto 30px;
}
.a7-introduction__inner .a7-introduction-title-image > source,
.a7-introduction__inner .a7-introduction-title-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-introduction__inner .a7-introduction-contents
{
    position: relative;

    display: flex;

    margin-bottom: 190px;
}
.a7-introduction__inner .a7-introduction-contents__image
{
    display: block;

    width: 880px;
    height: 580px;
}
.a7-introduction__inner .a7-introduction-contents__image > source,
.a7-introduction__inner .a7-introduction-contents__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-introduction__inner .a7-introduction-contents__list
{
    position: absolute;
    top: 49px;
    right: 0;

    width: 428px;
}
.a7-introduction__inner .a7-introduction-contents__list--item
{
    padding: 25px 36px;

    transition: .8s;
    transform: translateY(0);

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.a7-introduction__inner .a7-introduction-contents__list--item.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-introduction__inner .a7-introduction-contents__list--item:not(:last-of-type)
{
    margin-bottom: 22px;
}
.a7-introduction__inner .a7-introduction-contents__list--item .introduction-contents-title
{
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%; /* 30px */

    margin-bottom: 15px;

    letter-spacing: .4px;

    color: #2776c0;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-introduction__inner .a7-introduction-contents__list--item .introduction-contents-description
{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 25.5px */

    letter-spacing: .3px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-introduction__inner .a7-introduction-item
{
    display: flex;

    max-width: 872px;
    margin: 0 auto;
    padding: 0 17px;

    border: 3px solid #c7d7e6;
    background-color: #fff;

    gap: 27px;
}
.a7-introduction__inner .a7-introduction-item__image
{
    display: block;

    width: 388px;
    height: 386px;

    transition: .8s;
    transform: translateY(0);

    opacity: 1;
}
.a7-introduction__inner .a7-introduction-item__image.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-introduction__inner .a7-introduction-item__image > source,
.a7-introduction__inner .a7-introduction-item__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-introduction__inner .a7-introduction-item__data
{
    padding-top: 68px;
}
.a7-introduction__inner .a7-introduction-item__data--name
{
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 180%; /* 39.6px */

    margin-bottom: 14px;

    letter-spacing: .44px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-introduction__inner .a7-introduction-item__data--price
{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 30.6px */

    margin-bottom: 10px;

    letter-spacing: .36px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-introduction__inner .a7-introduction-item__data--labels
{
    display: flex;

    margin-bottom: 54px;
}
.a7-introduction__inner .a7-introduction-item__data--labels .item-label
{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 19.5px */

    padding: 1px 6px;

    letter-spacing: -.78px;

    color: #686a6b;
    border-radius: 4px;
    background-color: #ebedf0;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-introduction__inner .a7-introduction-item__data--button
{
    position: relative;
    left: -20px;

    display: block;

    width: 268px;
    height: 70px;

    transition: .5s;
}
.a7-introduction__inner .a7-introduction-item__data--button > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.a7-kv
{
    position: relative;

    display: block;

    width: 100%;
    height: 800px;
}
.a7-kv::before
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 113px;

    content: '';

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%);
}
.a7-kv::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/kv_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-kv__inner
{
    position: relative;
    z-index: 10;

    display: block;

    width: 100%;
    max-width: 1008px;
    height: 100%;
    margin: 0 auto;
    padding-top: 135px;
}
.a7-kv__inner .a7-kv-copy
{
    display: block;

    width: 567px;
    height: 314px;
}
.a7-kv__inner .a7-kv-copy > source,
.a7-kv__inner .a7-kv-copy > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.a7-lead
{
    display: block;

    width: 100%;
    height: auto;
}
.a7-lead__inner
{
    display: block;

    width: 100%;
    max-width: 872px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 157px;
}
.a7-lead__inner .a7-lead-contents
{
    position: relative;
    z-index: 100;

    margin-top: -93px;
    padding: 7px;

    border: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #c8aa5e 9%, #edd69d 40%, #ab8e43 65%, #dfc582 83%) 1;
       border-image: linear-gradient(to right, #c8aa5e 9%, #edd69d 40%, #ab8e43 65%, #dfc582 83%) 1;
    background-color: #fff;
}
.a7-lead__inner .a7-lead-contents::before,
.a7-lead__inner .a7-lead-contents::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
}
.a7-lead__inner .a7-lead-contents::before
{
    top: -2px;
    left: -2px;

    background-color: #c9ab60;
}
.a7-lead__inner .a7-lead-contents::after
{
    right: -2px;
    bottom: -2px;

    background-color: #dfc582;
}
.a7-lead__inner .a7-lead-contents__inner
{
    position: relative;

    display: block;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 71px 50px 125px;

    text-align: center;

    border: 1px solid #d4bf8b;

    align-items: center;
}
.a7-lead__inner .a7-lead-contents__inner::before,
.a7-lead__inner .a7-lead-contents__inner::after
{
    position: absolute;

    display: block;

    content: '';

    background-repeat: no-repeat;
    background-size: contain;
}
.a7-lead__inner .a7-lead-contents__inner::before
{
    top: -99px;
    right: -134px;

    width: 316.039px;
    height: 420.22px;

    /* background-image: url(../images/7thanniversary_nkmr/rose_01_pc.webp); */
}
.a7-lead__inner .a7-lead-contents__inner::after
{
    bottom: -94px;
    left: -99px;

    width: 394.362px;
    height: 354.766px;

    /* background-image: url(../images/7thanniversary_nkmr/rose_02_pc.webp); */
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title
{
    font-family: 'Crimson Text', serif;
    font-size: 46px;
    font-weight: 400;
    font-style: normal;
    line-height: 106%; /* 48.76px */

    margin-bottom: 40px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
{
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%; /* 34px */

    letter-spacing: .34px;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small01,
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small02
{
    font-size: 16px;
    line-height: 170%; /* 27.2px */

    letter-spacing: .32px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb01
{
    margin-bottom: 20px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb02
{
    margin-bottom: 71px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb03
{
    margin-bottom: 30px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb04
{
    margin-bottom: 20px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
{
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-bottom: 36px;

    letter-spacing: 1.92px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title::after
{
    display: block;

    width: 108px;
    height: 7px;
    margin: 16px auto 0;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_border.webp);
    background-size: contain;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 170%; /* 42.5px */

    margin-bottom: 30px;

    letter-spacing: .5px;

    color: #000;
}

.anniversary7
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    margin: 0 auto;
}

.a7-message
{
    position: relative;

    display: block;

    width: 100%;
    height: auto;

    background: linear-gradient(180deg, #fff 0%, #f5eedc 130.44%);
}
.a7-message::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 310px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/rose_under_pc.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.a7-message__inner
{
    display: block;

    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 77px 0 215px;

    text-align: center;
}
.a7-message__inner .a7-message-title
{
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-bottom: 78px;

    text-align: center;
    letter-spacing: 1.92px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-message__inner .a7-message-sub-title
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    line-height: 160%; /* 40px */

    margin-bottom: 40px;

    transition: .8s;
    transform: translateY(0);

    opacity: 1;
    color: #000;
}
.a7-message__inner .a7-message-sub-title.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-message__inner .a7-message-lead
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%; /* 32px */

    transition: .8s;
    transform: translateY(0);
    letter-spacing: .32px;

    opacity: 1;
    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-message__inner .a7-message-lead.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}

.a7-reach
{
    display: block;

    width: 100%;
    height: auto;
    padding-top: 49px;
}
.a7-reach__inner
{
    display: block;

    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 207px;
}
.a7-reach__inner .a7-reach-title
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    line-height: 140%; /* 36.4px */

    position: relative;

    margin-bottom: 77px;

    text-align: center;
    letter-spacing: 1.56px;

    color: #58574f;
}
.a7-reach__inner .a7-reach-title::before
{
    position: absolute;
    top: -54px;
    right: 0;
    left: 0;

    display: block;

    width: 117px;
    height: 40px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_small_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-reach__inner .a7-reach-list
{
    overflow: hidden;

    margin-bottom: 194px;
}
.a7-reach__inner .a7-reach-list__item
{
    transition: .8s;
    transform: translateY(0);

    opacity: 1;
}
.a7-reach__inner .a7-reach-list__item.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-reach__inner .a7-reach-list__item:not(:nth-of-type(2))
{
    margin-left: -20px;
}
.a7-reach__inner .a7-reach-list__item:not(:last-of-type)
{
    margin-bottom: 20px;
}
.a7-reach__inner .a7-reach-list__item:nth-of-type(2)
{
    margin-right: -20px;
}
.a7-reach__inner .a7-reach-list__item:nth-of-type(2) .a7-reach-contents
{
    gap: 80px;
    justify-content: flex-end;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents
{
    display: flex;

    width: 100%;

    gap: 48px;
    align-items: center;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__thumbnail
{
    display: block;

    width: 682px;
    height: 460px;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__thumbnail > source,
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__thumbnail > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__text.-mt01
{
    margin-top: -61px;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__text.-mt02
{
    margin-top: 24px;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__text.-mt03
{
    margin-top: -32px;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__text--title
{
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 22px */

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 20px;
    padding: 11px 24px 9px;

    color: #fff;
    background: var(--Linear, linear-gradient(90deg, #e7c97d 0%, #c4a65d 100%));

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-reach__inner .a7-reach-list__item .a7-reach-contents__text--description
{
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 28.9px */

    letter-spacing: .34px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-reach__inner .a7-reach-representative
{
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 894px;
    margin: 0 auto;
    padding: 92px 24px 101px;

    text-align: center;

    border: 1px solid #d4bf8b;

    align-items: center;
}
.a7-reach__inner .a7-reach-representative::before,
.a7-reach__inner .a7-reach-representative::after
{
    position: absolute;

    display: block;

    width: 346px;
    height: 78px;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_big_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-reach__inner .a7-reach-representative::before
{
    top: -51px;
}
.a7-reach__inner .a7-reach-representative::after
{
    bottom: -51px;

    transform: rotate(180deg);
}
.a7-reach__inner .a7-reach-representative__text
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 34px */

    letter-spacing: .4px;

    color: #cdb169;
}
.a7-reach__inner .a7-reach-representative__text:first-of-type
{
    margin-bottom: 26px;
}
.a7-reach__inner .a7-reach-representative__strong
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: 160%; /* 35.2px */

    margin-bottom: 26px;

    letter-spacing: .44px;

    color: #cdb169;
}
.a7-reach__inner .a7-reach-representative__strong > span
{
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: 160%; /* 44.8px */

    display: block;

    margin-bottom: 4px;

    letter-spacing: -.56px;
}

.a7-synagy
{
    display: block;

    width: 100%;
    height: auto;

    background-color: #fcfaf4;
}
.a7-synagy__inner
{
    display: block;

    width: 100%;
    max-width: 872px;
    height: auto;
    margin: 0 auto;
    padding: 160px 0 100px;
}
.a7-synagy__inner .a7-synagy-title
{
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-bottom: 54px;

    text-align: center;
    letter-spacing: 1.92px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-synagy__inner .a7-synagy-title::after
{
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;

    display: block;

    width: 108px;
    height: 7px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_border.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-synagy__inner .a7-synagy-lead
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    text-align: center;
    letter-spacing: .32px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-lead:first-of-type
{
    margin-bottom: 16px;
}
.a7-synagy__inner .a7-synagy-lead:last-of-type
{
    margin-bottom: 68px;
}
.a7-synagy__inner .a7-synagy-item
{
    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 80px;
    padding: 10px;

    border: 1px solid #d4bf8b;
}
.a7-synagy__inner .a7-synagy-item::before,
.a7-synagy__inner .a7-synagy-item::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    background-color: #d4bf8b;
}
.a7-synagy__inner .a7-synagy-item::before
{
    top: 0;
    left: 0;
}
.a7-synagy__inner .a7-synagy-item::after
{
    bottom: 0;
    left: 0;
}
.a7-synagy__inner .a7-synagy-item__inner
{
    position: relative;

    border: 2px solid #c8aa5e;
    background-color: #fff;
}
.a7-synagy__inner .a7-synagy-item__inner::before,
.a7-synagy__inner .a7-synagy-item__inner::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    background-color: #d4bf8b;
}
.a7-synagy__inner .a7-synagy-item__inner::before
{
    top: -12px;
    right: -12px;
}
.a7-synagy__inner .a7-synagy-item__inner::after
{
    right: -12px;
    bottom: -12px;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-title
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: 180%; /* 39.6px */

    position: absolute;
    top: -28px;
    right: 0;
    left: 0;

    display: flex;

    width: 410px;
    height: 48px;
    margin: 0 auto;

    letter-spacing: -1.54px;

    color: #fff;
    background-color: #cdb169;

    align-items: center;
    justify-content: center;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents
{
    display: flex;

    padding: 77px 0 63px;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__image
{
    display: block;

    width: 443px;
    height: 431px;

    transition: .8s;
    transform: translateY(0);

    opacity: 1;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__image.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__image > source,
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data
{
    position: relative;
    top: 15px;
    left: -20px;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--name
{
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 180%; /* 36px */

    margin-bottom: 10px;

    letter-spacing: .4px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--price
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    margin-bottom: 9px;

    letter-spacing: .32px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--labels
{
    margin-bottom: 50px;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--labels .item-label
{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%; /* 19.5px */

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 1px 6px;

    letter-spacing: -.78px;

    color: #6e6d67;
    background-color: #ece9e1;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil
{
    position: relative;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 54px;
    padding: 23px 0 20px;

    border-top: 1px solid #d4bf8b;
    border-bottom: 1px solid #d4bf8b;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil::before
{
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;

    display: block;

    width: 83px;
    height: 28px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_small_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil .detsil-description
{
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%; /* 22.1px */

    letter-spacing: .34px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil .detsil-description:first-of-type
{
    margin-bottom: 9px;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil .detsil-description:last-of-type
{
    line-height: 143%; /* 24px */

    letter-spacing: .32px;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--button
{
    display: block;

    width: 268px;
    height: 70px;
    margin-left: -20px;

    transition: .5s;
}
.a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--button > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-synagy__inner .a7-synagy-other-item
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    max-width: 798px;
    height: auto;
    margin: 0 auto;
}
.a7-synagy__inner .a7-synagy-other-item::after
{
    position: absolute;
    z-index: -1;
    top: -116px;
    left: -321px;

    display: block;

    width: 550px;
    height: 348px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/kirakira.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-synagy__inner .a7-synagy-other-item__list
{
    display: flex;

    gap: 36px;
}
.a7-synagy__inner .a7-synagy-other-item__list--item
{
    display: block;

    width: 168px;
    height: auto;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__image
{
    display: block;

    width: 100%;
    height: 170px;
    margin-bottom: 8px;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__button
{
    display: block;

    width: 100%;
    height: 38px;
    margin-bottom: 20px;

    transition: .5s;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__button > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__name
{
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%; /* 20.8px */

    margin-bottom: 12px;

    letter-spacing: .32px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__price
{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 15px */

    margin-bottom: 22px;

    letter-spacing: .3px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__description
{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 140%; /* 21px */

    margin-bottom: 10px;

    letter-spacing: .3px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__labels
{
    display: flex;
}
.a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__labels .other-item-label
{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 20.4px */

    padding: 2px 12px 0;

    letter-spacing: .24px;

    color: #58574f;
    border: 1px solid rgba(88, 87, 79, .5);
    border-radius: 30px;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.a7-voice
{
    display: block;

    width: 100%;
    height: auto;

    background-color: #fff;
}
.a7-voice__inner
{
    display: block;

    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 160px 0 160px;
}
.a7-voice__inner .a7-voice-title
{
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-bottom: 54px;

    text-align: center;
    letter-spacing: 1.92px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-voice__inner .a7-voice-title::after
{
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;

    display: block;

    width: 108px;
    height: 7px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_border.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-voice__inner .a7-voice-lead
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    margin-bottom: 80px;

    text-align: center;
    letter-spacing: .32px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.a7-voice__inner .a7-voice-lead:first-of-type
{
    margin-bottom: 16px;
}
.a7-voice__inner .a7-voice-lead:last-of-type
{
    margin-bottom: 77px;
}
.a7-voice__inner .a7-voice-list
{
    display: flex;

    justify-content: space-between;
}
.a7-voice__inner .a7-voice-list__item
{
    position: relative;

    max-width: 290px;
}
.a7-voice__inner .a7-voice-list__item:first-of-type
{
    margin-right: 55px;
}
.a7-voice__inner .a7-voice-list__item:nth-of-type(2)
{
    margin: 0 55px;
}
.a7-voice__inner .a7-voice-list__item:last-of-type
{
    margin-left: 55px;
}
.a7-voice__inner .a7-voice-list__item:not(:last-of-type)::after
{
    position: absolute;
    top: 0;
    right: -55px;

    display: block;

    width: 5px;
    height: 401px;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/dia_line_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data
{
    display: flex;

    margin-bottom: 10px;

    gap: 20px;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--image
{
    display: block;

    width: 78px;
    height: 78px;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec
{
    margin-bottom: 20px;
    padding-top: 10px;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec .spec-age
{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%; /* 14px */

    margin-bottom: 12px;

    color: #222;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec .spec-data
{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%; /* 16.8px */

    color: #222;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--rank
{
    display: block;

    width: 143px;
    height: 29px;
    margin-bottom: 6px;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--rank > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--comment
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 180%; /* 25.2px */

    letter-spacing: .28px;

    color: #58574f;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.a7-whatis
{
    position: relative;

    display: block;

    width: 100%;
    height: 680px;
}
.a7-whatis::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/insert_01_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-whatis__inner
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding-top: 400px;
    padding-left: 180px;
}
.a7-whatis__inner::before
{
    position: absolute;
    z-index: 2;
    top: -52px;
    left: 48px;

    display: block;

    width: 646px;
    height: 130px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/heading_en_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-whatis__inner .a7-whatis-contents
{
    position: relative;
    z-index: 10;
    bottom: 0;

    transition: .8s;
    transform: translateY(0);

    opacity: 1;
}
.a7-whatis__inner .a7-whatis-contents.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-whatis__inner .a7-whatis-contents__title
{
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 100%; /* 24px */

    margin-bottom: 30px;

    letter-spacing: .48px;

    color: #272e31;
}
.a7-whatis__inner .a7-whatis-contents__title > span
{
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%; /* 30px */

    display: inline-block;

    margin-top: 16px;
    margin-right: 3px;
    padding: 6px;

    letter-spacing: -1.5px;

    color: #2776c0;
    background-color: #fff;
}
.a7-whatis__inner .a7-whatis-contents__description
{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    letter-spacing: .32px;

    color: #272e31;

    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .a7-features
    {
        background: linear-gradient(180deg, #dfe8f2 58.5%, #fff 100%);
    }
    .a7-features__inner
    {
        max-width: 390px;
        padding: 71px 0 3px;
    }
    .a7-features__inner .a7-features-title
    {
        font-size: 26px;
        font-weight: 600;
        font-style: normal;
        line-height: 140%; /* 36.4px */

        margin-bottom: 6px;

        letter-spacing: .52px;
    }
    .a7-features__inner .a7-features-contents
    {
        flex-direction: column;
    }
    .a7-features__inner .a7-features-contents__image
    {
        top: unset;

        width: 100%;
        height: 121.7948717949vw;
        max-height: 457px;
    }
    .a7-features__inner .a7-features-contents__list
    {
        width: 100%;
        padding-left: 12px;
    }
    .a7-features__inner .a7-features-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 19px;
    }
    .a7-features__inner .a7-features-contents__list--item:first-of-type .features-number-image
    {
        width: 84.6153846154vw;
        max-width: 330px;
        height: auto;
    }
    .a7-features__inner .a7-features-contents__list--item:nth-of-type(2)
    {
        padding-left: unset;
    }
    .a7-features__inner .a7-features-contents__list--item:nth-of-type(2) .features-number-image
    {
        width: 84.6153846154vw;
        max-width: 330px;
        height: auto;
    }
    .a7-features__inner .a7-features-contents__list--item:nth-of-type(3)
    {
        padding-left: unset;
    }
    .a7-features__inner .a7-features-contents__list--item:nth-of-type(3) .features-number-image
    {
        width: 84.6153846154vw;
        max-width: 330px;
        height: auto;
    }
    .a7-features__inner .a7-features-contents__list--item:last-of-type
    {
        padding-left: unset;
    }
    .a7-features__inner .a7-features-contents__list--item:last-of-type .features-number-image
    {
        width: 84.6153846154vw;
        max-width: 330px;
        height: auto;
    }
    .a7-insert
    {
        height: 408px;
    }
    .a7-insert::after
    {
        background-image: url(../images/7thanniversary_nkmr/insert_02_sp.webp);
        background-position: unset;
        background-size: cover;
    }
    .a7-introduction__inner
    {
        max-width: 390px;
        padding: 61px 20px 72px;
    }
    .a7-introduction__inner .a7-introduction-title
    {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        line-height: 150%; /* 30px */

        margin-bottom: 14px;

        letter-spacing: 1.2px;
    }
    .a7-introduction__inner .a7-introduction-title-image
    {
        width: 318px;
        height: 103px;
        margin: 0 auto 32px;
    }
    .a7-introduction__inner .a7-introduction-contents
    {
        flex-direction: column;

        margin-bottom: 54px;
    }
    .a7-introduction__inner .a7-introduction-contents__image
    {
        position: relative;
        z-index: 2;

        width: 336px;
        height: 373px;
        margin-left: -20px;
    }
    .a7-introduction__inner .a7-introduction-contents__list
    {
        position: relative;
        z-index: 0;
        top: -20px;

        width: 100%;
    }
    .a7-introduction__inner .a7-introduction-contents__list--item
    {
        padding: 31px 29px 35px;

        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgba(172, 202, 215, .25);
    }
    .a7-introduction__inner .a7-introduction-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 18px;
    }
    .a7-introduction__inner .a7-introduction-contents__list--item:first-of-type
    {
        padding: 50px 29px 36px;
    }
    .a7-introduction__inner .a7-introduction-contents__list--item .introduction-contents-title
    {
        font-size: 22px;
        font-weight: 400;
        font-style: normal;
        line-height: 160%; /* 35.2px */

        margin-bottom: 12px;

        text-align: center;
        letter-spacing: .44px;
    }
    .a7-introduction__inner .a7-introduction-contents__list--item .introduction-contents-title > span
    {
        display: none;
    }
    .a7-introduction__inner .a7-introduction-contents__list--item .introduction-contents-description
    {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 160%; /* 25.6px */

        letter-spacing: .32px;
    }
    .a7-introduction__inner .a7-introduction-item
    {
        flex-direction: column;

        padding: 12px 0 58px;

        border: 2px solid #c7d7e6;

        gap: 16px;
    }
    .a7-introduction__inner .a7-introduction-item__image
    {
        width: 100%;
        height: auto;
        margin-left: -10px;
        padding: 0 15px;
    }
    .a7-introduction__inner .a7-introduction-item__data
    {
        padding: 0 42px 0;
    }
    .a7-introduction__inner .a7-introduction-item__data--name
    {
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        line-height: 180%; /* 36px */

        margin-bottom: 9px;

        letter-spacing: .4px;
    }
    .a7-introduction__inner .a7-introduction-item__data--price
    {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 170%; /* 27.2px */

        margin-bottom: 8px;

        letter-spacing: .32px;
    }
    .a7-introduction__inner .a7-introduction-item__data--labels
    {
        margin-bottom: 25px;
    }
    .a7-introduction__inner .a7-introduction-item__data--button
    {
        left: unset;
        left: -12px;

        width: 286px;
        height: 74px;
    }
    .a7-kv
    {
        height: 761px;
    }
    .a7-kv::after
    {
        background-image: url(../images/7thanniversary_nkmr/kv_sp.webp);
        background-position: unset;
        background-size: cover;
    }
    .a7-kv__inner
    {
        padding-top: 31px;
    }
    .a7-kv__inner .a7-kv-copy
    {
        width: 94.1025641026vw;
        max-width: 367px;
        height: 42.5641025641vw;
        max-height: 166px;
        margin: 0 auto;
    }
    .a7-lead__inner
    {
        max-width: 370px;
        padding-bottom: 118px;
    }
    .a7-lead__inner .a7-lead-contents
    {
        margin-top: -79px;
        padding: 5px;
    }
    .a7-lead__inner .a7-lead-contents::before,
    .a7-lead__inner .a7-lead-contents::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-lead__inner .a7-lead-contents__inner
    {
        padding: 30px 10px 82px;
    }
    .a7-lead__inner .a7-lead-contents__inner::before
    {
        top: -117px;
        right: -169px;

        width: 320.039px;
        height: 422.22px;
    }
    .a7-lead__inner .a7-lead-contents__inner::after
    {
        bottom: -69px;
        left: -83px;

        width: 372.362px;
        height: 288.766px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title
    {
        font-size: 38px;
        font-weight: 400;
        font-style: normal;
        line-height: 106%; /* 40.28px */

        margin-bottom: 31px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small01
    {
        font-size: 17px !important;
        font-weight: 500;
        font-style: normal;
        line-height: 170%; /* 28.9px */

        letter-spacing: .34px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb02
    {
        margin-bottom: 83px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb03
    {
        margin-bottom: 20px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
    {
        line-height: 170%;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
    {
        margin-bottom: 32px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title::after
    {
        margin: 13px auto 0;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
    {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;

        letter-spacing: 1.76px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
    {
        font-size: 23px;
        font-weight: 600;
        font-style: normal;
        line-height: 160%; /* 36.8px */

        margin-bottom: 20px;

        letter-spacing: .46px;
    }
    .a7-message::after
    {
        height: 76.9230769231vw;

        background-image: url(../images/7thanniversary_nkmr/rose_under_sp.webp);
    }
    .a7-message__inner
    {
        padding: 77px 28px 231px;
    }
    .a7-message__inner .a7-message-title
    {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;

        margin-bottom: 59px;

        letter-spacing: 1.76px;
    }
    .a7-message__inner .a7-message-title::after
    {
        bottom: -20px;
    }
    .a7-message__inner .a7-message-sub-title
    {
        font-size: 26px;
        font-weight: 500;
        font-style: normal;
        line-height: 160%; /* 41.6px */

        margin-bottom: 48px;
    }
    .a7-reach__inner
    {
        max-width: 390px;
        padding-bottom: 150px;
    }
    .a7-reach__inner .a7-reach-title
    {
        margin-bottom: 48px;
    }
    .a7-reach__inner .a7-reach-title::before
    {
        top: -47px;

        width: 94px;
    }
    .a7-reach__inner .a7-reach-list
    {
        margin-bottom: 103px;
    }
    .a7-reach__inner .a7-reach-list__item:not(:nth-of-type(2))
    {
        margin-left: unset;
    }
    .a7-reach__inner .a7-reach-list__item:not(:last-of-type)
    {
        margin-bottom: 48px;
    }
    .a7-reach__inner .a7-reach-list__item:nth-of-type(2)
    {
        margin-right: unset;
    }
    .a7-reach__inner .a7-reach-list__item:nth-of-type(2) .a7-reach-contents
    {
        justify-content: flex-start;
    }
    .a7-reach__inner .a7-reach-list__item:nth-of-type(2) .a7-reach-contents .a7-reach-contents__thumbnail
    {
        right: 0;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents
    {
        position: relative;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__thumbnail
    {
        position: absolute;
        top: 0;

        width: 300px;
        height: 260px;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text
    {
        position: relative;
        z-index: 1;

        padding-top: 216px;
        padding-left: 20px;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text.-mt01
    {
        margin-top: unset;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text.-mt02
    {
        margin-top: unset;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text.-mt03
    {
        margin-top: unset;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text--title
    {
        font-size: 21px;
        font-weight: 400;
        font-style: normal;
        line-height: 100%; /* 21px */

        margin-bottom: 16px;
        padding: 6px 12px 5px;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text--description
    {
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        line-height: 150%; /* 22.5px */

        padding-left: 12px;

        letter-spacing: .3px;
    }
    .a7-reach__inner .a7-reach-representative
    {
        max-width: 358px;
        padding: 46px 24px 52px;
    }
    .a7-reach__inner .a7-reach-representative::before,
    .a7-reach__inner .a7-reach-representative::after
    {
        width: 334px;

        background-image: url(../images/7thanniversary_nkmr/ashirai_big_sp.svg);
    }
    .a7-reach__inner .a7-reach-representative::before
    {
        top: -47px;
    }
    .a7-reach__inner .a7-reach-representative::after
    {
        bottom: -47px;
    }
    .a7-reach__inner .a7-reach-representative__text:first-of-type
    {
        margin-bottom: 20px;
    }
    .a7-reach__inner .a7-reach-representative__text
    {
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        line-height: 180%; /* 32.4px */

        letter-spacing: .36px;
    }
    .a7-reach__inner .a7-reach-representative__strong
    {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        line-height: 160%; /* 32px */

        margin-bottom: 21px;

        letter-spacing: .4px;
    }
    .a7-reach__inner .a7-reach-representative__strong > span
    {
        font-size: 26px;
        font-weight: 600;
        font-style: normal;
        line-height: 160%; /* 41.6px */

        letter-spacing: -.52px;
    }
    .a7-synagy__inner
    {
        max-width: 390px;
        padding: 72px 20px 60px;
    }
    .a7-synagy__inner .a7-synagy-title
    {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;

        letter-spacing: 1.76px;
    }
    .a7-synagy__inner .a7-synagy-title::after
    {
        bottom: -20px;
    }
    .a7-synagy__inner .a7-synagy-lead:first-of-type
    {
        margin-bottom: 23px;
    }
    .a7-synagy__inner .a7-synagy-lead:last-of-type
    {
        margin-bottom: 69px;
    }
    .a7-synagy__inner .a7-synagy-item
    {
        margin-bottom: 61px;
        padding: 7px;
    }
    .a7-synagy__inner .a7-synagy-item::before,
    .a7-synagy__inner .a7-synagy-item::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-synagy__inner .a7-synagy-item__inner::before,
    .a7-synagy__inner .a7-synagy-item__inner::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-synagy__inner .a7-synagy-item__inner::before
    {
        top: -10px;
        right: -9px;
    }
    .a7-synagy__inner .a7-synagy-item__inner::after
    {
        right: -9px;
        bottom: -10px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-title
    {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        line-height: 180%; /* 36px */

        top: -33px;

        width: 308px;
        height: 42px;

        letter-spacing: -1.4px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents
    {
        flex-direction: column;

        padding: 45px 0 40px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__image
    {
        width: 100%;
        height: auto;
        padding: 0 17px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data
    {
        top: -18px;
        left: unset;

        padding: 0 24px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--name
    {
        padding-left: 10px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--price
    {
        padding-left: 10px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--labels
    {
        margin-bottom: 63px;
        padding-left: 10px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil
    {
        width: 100%;
        margin: 0 auto 36px;
        padding: 25px 0 32px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil .detsil-description
    {
        text-align: center;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil .detsil-description:first-of-type
    {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        line-height: 130%; /* 26px */

        margin-bottom: 19px;

        letter-spacing: .4px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--detsil .detsil-description:last-of-type
    {
        line-height: 150%; /* 25.5px */

        letter-spacing: .34px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--button
    {
        width: 286px;
        height: 74px;
        margin: 0 auto;
    }
    .a7-synagy__inner .a7-synagy-other-item::after
    {
        top: -235px;
        left: -170px;

        width: 550px;
        height: 348px;
    }
    .a7-synagy__inner .a7-synagy-other-item__list
    {
        flex-wrap: wrap;
        row-gap: 41px;
        -moz-column-gap: 14px;
             column-gap: 14px;
    }
    .a7-synagy__inner .a7-synagy-other-item__list--item
    {
        width: calc(50% - 7px);
    }
    .a7-voice__inner
    {
        max-width: 390px;
        padding: 79px 36px 39px;
    }
    .a7-voice__inner .a7-voice-title
    {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;

        letter-spacing: 1.76px;
    }
    .a7-voice__inner .a7-voice-title::after
    {
        bottom: -21px;
    }
    .a7-voice__inner .a7-voice-lead:last-of-type
    {
        margin-bottom: 50px;
    }
    .a7-voice__inner .a7-voice-list
    {
        flex-direction: column;

        justify-content: center;
    }
    .a7-voice__inner .a7-voice-list__item
    {
        position: relative;

        width: 100%;
        max-width: 100%;
        padding: 54px 0 47px;
    }
    .a7-voice__inner .a7-voice-list__item::before
    {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;

        display: block;

        width: 300px;
        height: 6px;
        margin: 0 auto;

        content: '';

        background-image: url(../images/7thanniversary_nkmr/dia_line_sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .a7-voice__inner .a7-voice-list__item:first-of-type
    {
        margin-right: 0;
    }
    .a7-voice__inner .a7-voice-list__item:nth-of-type(2)
    {
        margin: 0;
    }
    .a7-voice__inner .a7-voice-list__item:last-of-type
    {
        margin-left: 0;
    }
    .a7-voice__inner .a7-voice-list__item:last-of-type::after
    {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        width: 300px;
        height: 6px;
        margin: 0 auto;

        content: '';

        background-image: url(../images/7thanniversary_nkmr/dia_line_sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .a7-voice__inner .a7-voice-list__item:not(:last-of-type)::after
    {
        display: none;
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data
    {
        margin-bottom: 13px;

        gap: 25px;
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--image
    {
        width: 90px;
        height: 90px;
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec
    {
        width: calc(100% - 90px - 25px);
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec .spec-age
    {
        margin-bottom: 14px;
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec .spec-data
    {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 140%; /* 19.6px */
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--comment
    {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 170%; /* 27.2px */

        letter-spacing: .32px;
    }
    .a7-whatis
    {
        height: 886px;
    }
    .a7-whatis::after
    {
        background-image: url(../images/7thanniversary_nkmr/insert_01_sp.webp);
        background-position: unset;
        background-size: cover;
    }
    .a7-whatis__inner
    {
        max-width: 390px;
        padding-top: 569px;
        padding-left: 20px;
    }
    .a7-whatis__inner::before
    {
        top: -41px;
        left: 4px;

        width: 312px;
        height: 157px;

        background-image: url(../images/7thanniversary_nkmr/heading_en_sp.webp);
    }
    .a7-whatis__inner .a7-whatis-contents__title
    {
        font-size: 22px;
        font-weight: 500;
        font-style: normal;
        line-height: 100%; /* 22px */

        margin-bottom: 28px;

        letter-spacing: .44px;
    }
    .a7-whatis__inner .a7-whatis-contents__title > span
    {
        margin-top: 12px;
        padding: 1px 3px;
    }
    .a7-whatis__inner .a7-whatis-contents__description
    {
        font-size: 17px;
        font-weight: 500;
        font-style: normal;
        line-height: 200%; /* 34px */

        letter-spacing: .34px;
    }
}
@media screen and (max-width: 1279px)
{
    .u1279show
    {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1200px)
{
    .a7-features__inner .a7-features-title
    {
        margin-bottom: 8.8333333333vw;
    }
    .a7-features__inner .a7-features-contents
    {
        gap: 1.6666666667vw;
    }
    .a7-features__inner .a7-features-contents__image
    {
        width: 42.9166666667vw;
        height: 47vw;
    }
    .a7-features__inner .a7-features-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 3.5vw;
    }
    .a7-features__inner .a7-features-contents__list--item:first-of-type .features-number-image
    {
        width: 34.4166666667vw;
        height: 7.5833333333vw;
    }
    .a7-features__inner .a7-features-contents__list--item:nth-of-type(2) .features-number-image
    {
        width: 44.1666666667vw;
        height: 12.4166666667vw;
    }
    .a7-features__inner .a7-features-contents__list--item:nth-of-type(3) .features-number-image
    {
        width: 30.5833333333vw;
        height: 10vw;
    }
    .a7-features__inner .a7-features-contents__list--item:last-of-type .features-number-image
    {
        width: 35.4166666667vw;
        height: 7.5833333333vw;
    }
    .a7-insert
    {
        height: 33.8333333333vw;
    }
    .a7-introduction__inner
    {
        padding: 100px 40px 98px;
    }
    .a7-introduction__inner .a7-introduction-contents
    {
        min-height: 580px;
    }
    .a7-introduction__inner .a7-introduction-contents__image
    {
        width: 73.3333333333vw;
        height: 48.3333333333vw;
    }
    .a7-voice__inner
    {
        padding: 160px 24px 160px;
    }
    .a7-voice__inner .a7-voice-list__item
    {
        max-width: 33.3333333333%;
    }
    .a7-voice__inner .a7-voice-list__item:first-of-type
    {
        margin-right: 24px;
    }
    .a7-voice__inner .a7-voice-list__item:nth-of-type(2)
    {
        margin: 0 24px;
    }
    .a7-voice__inner .a7-voice-list__item:last-of-type
    {
        margin-left: 24px;
    }
    .a7-voice__inner .a7-voice-list__item:not(:last-of-type)::after
    {
        right: -24px;
    }
}
@media print, screen and (min-width: 1025px)
{
    .a7-introduction__inner .a7-introduction-item__data--button:hover
    {
        transition: .5s;

        opacity: .6;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__data--button:hover
    {
        transition: .5s;

        opacity: .6;
    }
    .a7-synagy__inner .a7-synagy-other-item__list--item .other-item-contents__button:hover
    {
        transition: .5s;

        opacity: .6;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .a7-lead__inner
    {
        padding: 0 40px 157px;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__thumbnail
    {
        width: 50%;
        height: 35.15625vw;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text--title
    {
        font-size: max(19px, 2.1484375vw);
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__text--description
    {
        font-size: max(14px, 1.66015625vw);
    }
    .a7-reach__inner .a7-reach-representative
    {
        max-width: 90%;
    }
    .a7-synagy__inner
    {
        padding: 160px 40px 100px;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents
    {
        align-items: center;
    }
    .a7-synagy__inner .a7-synagy-item__inner .a7-synagy-item-contents__image
    {
        width: 43.26171875vw;
        height: 42.08984375vw;
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--image
    {
        width: 7.6171875vw;
        height: 7.6171875vw;
    }
    .a7-voice__inner .a7-voice-list__item .a7-voice-list-contents__data--spec
    {
        width: calc(100% - 78px - 20px);
    }
    .a7-whatis__inner
    {
        padding-left: 40px;
    }
}
@media screen and (min-width: 1441px)
{
    .a7-message::after
    {
        height: 21.5128383067vw;
    }
}
@media (min-width: 1025px) and (max-width: 1279px)
{
    .a7-reach__inner .a7-reach-list__item:nth-of-type(2)
    {
        padding-left: 40px;
    }
    .a7-reach__inner .a7-reach-list__item .a7-reach-contents__thumbnail
    {
        width: 56.8333333333vw;
        height: 38.3333333333vw;
    }
}
@media (min-width: 768px) and (max-width: 1279px)
{
    .a7-reach__inner .a7-reach-list__item:nth-of-type(2) .a7-reach-contents
    {
        gap: 48px;
    }
}

/* 241025 add */
.qa-list
{
    display: block;

    width: 100%;
    max-width: 780px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;

    background-color: #fff;
}
.qa-list__item
{
    border-top: 1px solid #e0e0e0;
}
.qa-list__item:last-of-type
{
    border-bottom: 1px solid #e0e0e0;
}
.qa-list__item .qa-contents__header
{
    position: relative;

    padding: 17px 40px 17px 30px;
}
.qa-list__item .qa-contents__header.js-icon-transform::after
{
    transition: .3s;
    transform: rotate(180deg);
}
.qa-list__item .qa-contents__header::before,
.qa-list__item .qa-contents__header::after
{
    position: absolute;
    top: 0;
    bottom: 0;

    display: block;

    width: 17px;
    height: 2px;
    margin: auto 0;

    content: '';
    transition: .3s;

    background-color: #333;
}
.qa-list__item .qa-contents__header::before
{
    right: 0;
}
.qa-list__item .qa-contents__header::after
{
    right: 0;

    transform: rotate(90deg);
}
.qa-list__item .qa-contents__header .header-text
{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px; /* 187.5% */

    position: relative;

    letter-spacing: 1.4px;

    color: #333;
}
.qa-list__item .qa-contents__header .header-text::before
{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 16px */

    position: absolute;
    top: 6px;
    left: -30px;

    content: 'Q.';
    letter-spacing: 1.4px;

    color: #333;
}
.qa-list__item .qa-contents__description
{
    display: none;

    padding: 3px 40px 50px 30px;
}
.qa-list__item .qa-contents__description .description-text
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    line-height: 30px; /* 214.286% */

    position: relative;

    letter-spacing: 1.4px;

    color: #333;
}
.qa-list__item .qa-contents__description .description-text::before
{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 16px */

    position: absolute;
    top: 7px;
    left: -30px;

    content: 'A.';
    letter-spacing: 1.4px;

    color: #333;
}
.qa-list__item .qa-contents__description .description-image
{
    display: block;

    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}
.qa-list__item .qa-contents__description .description-image > source,
.qa-list__item .qa-contents__description .description-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .qa-list
    {
        padding-top: 15px;
    }
    .qa-list__item .qa-contents__header::before,
    .qa-list__item .qa-contents__header::after
    {
        width: 18px;
    }
    .qa-list__item .qa-contents__header
    {
        padding: 22px 30px 22px 25px;
    }
    .qa-list__item .qa-contents__header .header-text
    {
        font-size: 13px;
        font-weight: 400;
        line-height: 140%; /* 18.2px */

        letter-spacing: 1.2px;
    }
    .qa-list__item .qa-contents__header .header-text::before
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 100%; /* 14px */

        top: 2px;
        left: -25px;

        letter-spacing: 1.2px;
    }
    .qa-list__item .qa-contents__description
    {
        padding: 0 0 29px 25px;
    }
    .qa-list__item .qa-contents__description .description-text
    {
        font-size: 12px;
        font-weight: 200;
        line-height: 22px; /* 183.333% */

        letter-spacing: 1.2px;
    }
    .qa-list__item .qa-contents__description .description-text::before
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 100%; /* 14px */

        top: 4px;
        left: -25px;

        letter-spacing: 1.2px;
    }
}
@media screen and (max-width: 1279px)
{
    .u1279show
    {
        display: block;
    }
}
@media print, screen and (min-width: 1025px)
{
    .qa-list__item .qa-contents__header:hover
    {
        cursor: pointer;
    }
}

.product-detail .point__ttl {
  padding-bottom: 4px;
}

/* 241028 add */
@media screen and (max-width: 767px) {
  .product-detail .point__head-img {
    margin-bottom: -5px;
  }
}

/* 241030 add */
.mail-to-page
{
    margin: 0 auto;

    background-color: #fff;
}

.mail-to-page-contents
{
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}
.mail-to-page-contents__inner
{
    display: flex;
    flex-direction: column;

    padding: 60px 0 86px;

    align-items: center;
}
.mail-to-page-contents__inner .mail-to-page-logo
{
    display: block;

    width: 127px;
    height: 196px;
    margin-bottom: 67px;
}
.mail-to-page-contents__inner .mail-to-page-logo > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.mail-to-page-contents__inner .mail-to-page-lead
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px; /* 75% */

    display: inline-block;

    text-align: center;
    letter-spacing: 1.2px;

    color: #000;
}
.mail-to-page-contents__inner .mail-to-page-lead:not(:last-of-type)
{
    margin-bottom: 11px;
}
.mail-to-page-contents__inner .mail-to-page-lead:last-of-type
{
    margin-bottom: 113px;
}
.mail-to-page-contents__inner .mail-to-page-link
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px; /* 75% */

    text-decoration: underline;
    letter-spacing: 1.2px;

    color: #000;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .mail-to-page-contents__inner
    {
        padding: 60px 20px 124px;
    }
    .mail-to-page-contents__inner .mail-to-page-logo
    {
        width: 97px;
        height: 150px;
        margin-bottom: 54px;
    }
    .mail-to-page-contents__inner .mail-to-page-lead
    {
        font-weight: 500;
        line-height: 170%; /* 27.2px */

        letter-spacing: .32px;
    }
    .mail-to-page-contents__inner .mail-to-page-lead:not(:last-of-type)
    {
        margin-bottom: 26px;
    }
    .mail-to-page-contents__inner .mail-to-page-lead:last-of-type
    {
        margin-bottom: 105px;
    }
}
@media print, screen and (min-width: 1025px)
{
    .mail-to-page-contents__inner .mail-to-page-link:hover
    {
        text-decoration: none;
    }
}

/* 241101 add */
/* .a7-kv
{
    position: relative;

    display: block;

    width: 100%;
    height: 800px;
}
.a7-kv::before
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 113px;

    content: '';

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%);
}
.a7-kv::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/kv_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-kv__inner
{
    position: relative;
    z-index: 10;

    display: block;

    width: 100%;
    max-width: 1008px;
    height: 100%;
    margin: 0 auto;
    padding-top: 135px;
}
.a7-kv__inner .a7-kv-copy
{
    display: block;

    width: 567px;
    height: 314px;
}
.a7-kv__inner .a7-kv-copy > source,
.a7-kv__inner .a7-kv-copy > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.a7-lead
{
    display: block;

    width: 100%;
    height: auto;

    background-image: url(../images/7thanniversary_nkmr/bg_new_lead_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-lead__inner
{
    display: block;

    width: 100%;
    max-width: 1224px;
    height: auto;
    margin: 0 auto;
    padding-right: 40px;
    padding-bottom: 123px;
    padding-left: 40px;
}
.a7-lead__inner .a7-lead-contents
{
    position: relative;
    z-index: 100;

    margin-top: -93px;
    margin-bottom: 100px;
    padding: 9px;

    border: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #c8aa5e 9%, #edd69d 40%, #ab8e43 65%, #dfc582 83%) 1;
       border-image: linear-gradient(to right, #c8aa5e 9%, #edd69d 40%, #ab8e43 65%, #dfc582 83%) 1;
    background-color: #fff;
}
.a7-lead__inner .a7-lead-contents::before,
.a7-lead__inner .a7-lead-contents::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
}
.a7-lead__inner .a7-lead-contents::before
{
    top: 0;
    left: 0;

    background-color: #c9ab60;
}
.a7-lead__inner .a7-lead-contents::after
{
    right: 0;
    bottom: 0;

    background-color: #dfc582;
}
.a7-lead__inner .a7-lead-contents__inner
{
    position: relative;

    display: block;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 59px 50px 104px;

    text-align: center;

    border: 1px solid #d4bf8b;

    align-items: center;
}
.a7-lead__inner .a7-lead-contents__inner::before,
.a7-lead__inner .a7-lead-contents__inner::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
}
.a7-lead__inner .a7-lead-contents__inner::before
{
    top: -10px;
    right: -10px;

    background-color: #dfc582;
}
.a7-lead__inner .a7-lead-contents__inner::after
{
    bottom: -10px;
    left: -10px;

    background-color: #c8aa5e;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title
{
    position: relative;
    right: -16px;

    display: block;

    width: 448px;
    height: 170px;
    margin: 0 auto 8px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title__image
{
    display: block;

    width: 100%;
    height: 100%;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title__image > source,
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%; 

    letter-spacing: .34px;

    color: #000;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small01,
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small02
{
    font-size: 16px;
    line-height: 170%; 

    letter-spacing: .32px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb01
{
    margin-bottom: 20px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb02
{
    margin-bottom: 71px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb03
{
    margin-bottom: 30px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb04
{
    margin-bottom: 20px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
{
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-bottom: 35px;

    letter-spacing: 1.92px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title::after
{
    display: block;

    width: 108px;
    height: 7px;
    margin: 16px auto 0;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_border.webp);
    background-size: contain;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 170%; 

    margin-bottom: 30px;

    letter-spacing: .5px;

    color: #000;
}
.a7-lead__inner .a7-under-contents
{
    display: block;

    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
}
.a7-lead__inner .a7-under-contents__list--item:not(:last-of-type)
{
    margin-bottom: 62px;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label
{
    display: flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 16px;
    padding: 9px 39px;

    border: 1px solid #000;

    align-items: center;
    justify-content: center;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label > span
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%; 

    letter-spacing: .36px;

    color: #000;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link
{
    transition: .5s;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link--image
{
    display: block;

    width: 100%;
    height: auto;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link--image > source,
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link--image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.anniversary7
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    margin: 0 auto;
}

.a7-message
{
    position: relative;

    display: block;

    width: 100%;
    height: 889px;

    background-image: url(../images/7thanniversary_nkmr/bg_new_under_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-message::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 360px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/bg_new_under_ashirai_pc.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.a7-message__inner
{
    display: block;

    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 107px 0 215px;

    text-align: center;
}
.a7-message__inner .a7-message-title
{
    position: relative;
    right: -2px;

    display: block;

    width: 219px;
    height: 122px;
    margin: 0 auto 32px;
}
.a7-message__inner .a7-message-title__image
{
    display: block;

    width: 100%;
    height: 100%;
}
.a7-message__inner .a7-message-title__image > source,
.a7-message__inner .a7-message-title__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-message__inner .a7-message-sub-title
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    line-height: 160%; 

    margin-bottom: 40px;

    transition: 1s;
    transform: translateY(0);

    opacity: 1;
    color: #000;
}
.a7-message__inner .a7-message-sub-title.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-message__inner .a7-message-lead
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%; 

    transition: 1s;
    transform: translateY(0);
    letter-spacing: .32px;

    opacity: 1;
    color: #58574f;
}
.a7-message__inner .a7-message-lead.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .a7-kv
    {
        height: 460px;
    }
    .a7-kv::after
    {
        background-image: url(../images/7thanniversary_nkmr/kv_sp.webp);
        background-position: unset;
        background-size: cover;
    }
    .a7-kv__inner
    {
        padding-top: 77px;
    }
    .a7-kv__inner .a7-kv-copy
    {
        width: 94.1025641026vw;
        max-width: 367px;
        height: 42.5641025641vw;
        max-height: 166px;
        margin: 0 auto;
    }
    .a7-lead
    {
        background-image: url(../images/7thanniversary_nkmr/bg_new_lead_sp.webp);
    }
    .a7-lead__inner
    {
        max-width: 390px;
        padding-right: 10px;
        padding-bottom: 80px;
        padding-left: 10px;
    }
    .a7-lead__inner .a7-lead-contents
    {
        margin-top: -53px;
        margin-bottom: 104px;
        padding: 5px;
    }
    .a7-lead__inner .a7-lead-contents::before,
    .a7-lead__inner .a7-lead-contents::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-lead__inner .a7-lead-contents::before
    {
        top: -1px;
        left: -1px;
    }
    .a7-lead__inner .a7-lead-contents::after
    {
        right: -1px;
        bottom: -1px;
    }
    .a7-lead__inner .a7-lead-contents__inner
    {
        padding: 41px 10px 60px;
    }
    .a7-lead__inner .a7-lead-contents__inner::before,
    .a7-lead__inner .a7-lead-contents__inner::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-lead__inner .a7-lead-contents__inner::before
    {
        top: -7px;
        right: -7px;
    }
    .a7-lead__inner .a7-lead-contents__inner::after
    {
        bottom: -7px;
        left: -7px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title
    {
        right: -5px;

        width: 100%;
        max-width: 324px;
        height: auto;
        margin: 0 auto 19px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb02
    {
        margin-bottom: 55px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb03
    {
        margin-bottom: 20px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
    {
        line-height: 170%;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
    {
        margin-bottom: 39px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title::after
    {
        margin: 13px auto 0;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
    {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;

        letter-spacing: 1.76px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
    {
        font-size: 23px;
        font-weight: 600;
        font-style: normal;
        line-height: 160%; 

        margin-bottom: 20px;

        letter-spacing: .46px;
    }
    .a7-lead__inner .a7-under-contents
    {
        padding: 0 6px;
    }
    .a7-lead__inner .a7-under-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 73px;
    }
    .a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label
    {
        margin-bottom: 24px;
        padding: 9px 23px;
    }
    .a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label > span
    {
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        line-height: 100%; 

        letter-spacing: .4px;
    }
    .a7-message
    {
        height: auto;

        background-image: url(../images/7thanniversary_nkmr/bg_new_under_sp.webp);
    }
    .a7-message::after
    {
        bottom: 21px;

        height: 51.5384615385vw;

        background-image: url(../images/7thanniversary_nkmr/bg_new_under_ashirai_sp.webp);
    }
    .a7-message__inner .a7-message-title
    {
        width: 100%;
        max-width: 188px;
        height: auto;
    }
    .a7-message__inner .a7-message-sub-title
    {
        font-size: 26px;
        font-weight: 500;
        font-style: normal;
        line-height: 160%; 

        margin-bottom: 34px;
    }
}
@media screen and (max-width: 1279px)
{
    .u1279show
    {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .a7-lead__inner
    {
        padding: 0 40px 157px;
    }
    .a7-message
    {
        height: 86.81640625vw;
    }
}
@media screen and (max-width: 390px)
{
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
    {
        font-size: 4.358974359vw !important;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small01,
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small02
    {
        font-size: 4.1025641026vw !important;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
    {
        font-size: 5.8974358974vw !important;
    }
    .a7-message__inner .a7-message-sub-title
    {
        font-size: 6.6666666667vw;
    }
    .a7-message__inner .a7-message-lead
    {
        font-size: 4.1025641026vw;
    }
}
@media print, screen and (min-width: 1025px)
{
    .a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link:hover
    {
        transition: .5s;

        opacity: .5;
    }
}
@media screen and (min-width: 1441px)
{
    .a7-message::after
    {
        height: 24.9826509368vw;
    }
}
@media (min-width: 431px) and (max-width: 767px)
{
    .a7-message__inner
    {
        padding: 62px 28px 48.9559164733vw;
    }
}
@media screen and (max-width: 430px)
{
    .a7-message__inner
    {
        padding: 62px 20px 211px;
    }
} */

.a7-kv
{
    position: relative;

    display: block;

    width: 100%;
    height: 800px;
}
.a7-kv::before
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 113px;

    content: '';

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%);
}
.a7-kv::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/kv_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-kv__inner
{
    position: relative;
    z-index: 10;

    display: block;

    width: 100%;
    max-width: 1008px;
    height: 100%;
    margin: 0 auto;
    padding-top: 135px;
}
.a7-kv__inner .a7-kv-copy
{
    display: block;

    width: 567px;
    height: 314px;
}
.a7-kv__inner .a7-kv-copy > source,
.a7-kv__inner .a7-kv-copy > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.a7-lead
{
    display: block;

    width: 100%;
    height: auto;

    background-image: url(../images/7thanniversary_nkmr/bg_new_lead_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-lead__inner
{
    display: block;

    width: 100%;
    max-width: 1224px;
    height: auto;
    margin: 0 auto;
    padding-right: 40px;
    padding-bottom: 201px;
    padding-left: 40px;
}
.a7-lead__inner .a7-lead-contents
{
    position: relative;
    z-index: 100;

    margin-top: -93px;
    margin-bottom: 108px;
    padding: 9px;

    border: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #c8aa5e 9%, #edd69d 40%, #ab8e43 65%, #dfc582 83%) 1;
       border-image: linear-gradient(to right, #c8aa5e 9%, #edd69d 40%, #ab8e43 65%, #dfc582 83%) 1;
    background-color: #fff;
}
.a7-lead__inner .a7-lead-contents::before,
.a7-lead__inner .a7-lead-contents::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
}
.a7-lead__inner .a7-lead-contents::before
{
    top: 0;
    left: 0;

    background-color: #c9ab60;
}
.a7-lead__inner .a7-lead-contents::after
{
    right: 0;
    bottom: 0;

    background-color: #dfc582;
}
.a7-lead__inner .a7-lead-contents__inner
{
    position: relative;

    display: block;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 59px 50px 104px;

    text-align: center;

    border: 1px solid #d4bf8b;

    align-items: center;
}
.a7-lead__inner .a7-lead-contents__inner::before,
.a7-lead__inner .a7-lead-contents__inner::after
{
    position: absolute;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
}
.a7-lead__inner .a7-lead-contents__inner::before
{
    top: -10px;
    right: -10px;

    background-color: #dfc582;
}
.a7-lead__inner .a7-lead-contents__inner::after
{
    bottom: -10px;
    left: -10px;

    background-color: #c8aa5e;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title
{
    position: relative;
    right: -16px;

    display: block;

    width: 448px;
    height: 170px;
    margin: 0 auto 8px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title__image
{
    display: block;

    width: 100%;
    height: 100%;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title__image > source,
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%; /* 34px */

    letter-spacing: .34px;

    color: #000;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small01,
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small02
{
    font-size: 16px;
    line-height: 170%; /* 27.2px */

    letter-spacing: .32px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb01
{
    margin-bottom: 20px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb02
{
    margin-bottom: 71px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb03
{
    margin-bottom: 30px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb04
{
    margin-bottom: 20px;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
{
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    position: relative;

    margin-bottom: 35px;

    letter-spacing: 1.92px;

    background: var(--Linear, linear-gradient(81deg, #c8aa5e 13.41%, #edd69d 40.74%, #ab8e43 63.23%, #dfc582 79.54%));
    -webkit-background-clip: text;
            background-clip: text;

    -webkit-text-fill-color: transparent;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title::after
{
    display: block;

    width: 108px;
    height: 7px;
    margin: 16px auto 0;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/ashirai_border.webp);
    background-size: contain;
}
.a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 170%; /* 42.5px */

    margin-bottom: 30px;

    letter-spacing: .5px;

    color: #000;
}
.a7-lead__inner .a7-under-contents
{
    display: block;

    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
}
.a7-lead__inner .a7-under-contents .bunner-slider
{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.a7-lead__inner .a7-under-contents .bunner-slider .slide-contents
{
    margin: 0 10px;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__label
{
    display: flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 16px;
    padding: 9px 39px;

    border: 1px solid #000;

    align-items: center;
    justify-content: center;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__label > span
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%; /* 18px */

    letter-spacing: .36px;

    color: #000;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__link
{
    display: block;

    width: 100%;
    height: auto;

    transition: .5s;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__link--image
{
    display: block;

    width: 100%;
    height: 100%;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__link--image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slick-prev
{
    z-index: 100;
    top: 56%;
    left: 290px;

    width: 45px;
    height: 45px;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slick-next
{
    z-index: 100;
    top: 56%;
    right: 290px;

    width: 45px;
    height: 45px;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slick-prev:before,
.a7-lead__inner .a7-under-contents .bunner-slider .slick-next:before
{
    font-family: none;

    display: block;

    width: 45px;
    height: 45px;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/icon_circle_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.a7-lead__inner .a7-under-contents .bunner-slider .slick-next:before
{
    transform: rotate(180deg);
}
.a7-lead__inner .a7-under-contents__list
{
    display: none;
}
.a7-lead__inner .a7-under-contents__list--item:not(:last-of-type)
{
    margin-bottom: 62px;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label
{
    display: flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 16px;
    padding: 9px 39px;

    border: 1px solid #000;

    align-items: center;
    justify-content: center;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label > span
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%; /* 18px */

    letter-spacing: .36px;

    color: #000;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link
{
    transition: .5s;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link--image
{
    display: block;

    width: 100%;
    height: auto;
}
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link--image > source,
.a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link--image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.anniversary7
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    margin: 0 auto;
}

.a7-message
{
    position: relative;

    display: block;

    width: 100%;
    height: 889px;

    background-image: url(../images/7thanniversary_nkmr/bg_new_under_pc.webp);
    background-position: center;
    background-size: cover;
}
.a7-message::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 360px;
    margin: 0 auto;

    content: '';

    background-image: url(../images/7thanniversary_nkmr/bg_new_under_ashirai_pc.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.a7-message__inner
{
    display: block;

    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 107px 0 215px;

    text-align: center;
}
.a7-message__inner .a7-message-title
{
    position: relative;
    right: -2px;

    display: block;

    width: 219px;
    height: 122px;
    margin: 0 auto 32px;
}
.a7-message__inner .a7-message-title__image
{
    display: block;

    width: 100%;
    height: 100%;
}
.a7-message__inner .a7-message-title__image > source,
.a7-message__inner .a7-message-title__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.a7-message__inner .a7-message-sub-title
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    line-height: 160%; /* 40px */

    margin-bottom: 40px;

    transition: 1s;
    transform: translateY(0);

    opacity: 1;
    color: #000;
}
.a7-message__inner .a7-message-sub-title.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
.a7-message__inner .a7-message-lead
{
    font-family: YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%; /* 32px */

    transition: 1s;
    transform: translateY(0);
    letter-spacing: .32px;

    opacity: 1;
    color: #58574f;
}
.a7-message__inner .a7-message-lead.-animation-target
{
    transform: translateY(24px);

    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .a7-kv
    {
        height: 460px;
    }
    .a7-kv::after
    {
        background-image: url(../images/7thanniversary_nkmr/kv_sp.webp);
        background-position: unset;
        background-size: cover;
    }
    .a7-kv__inner
    {
        padding-top: 77px;
    }
    .a7-kv__inner .a7-kv-copy
    {
        width: 94.1025641026vw;
        max-width: 367px;
        height: 42.5641025641vw;
        max-height: 166px;
        margin: 0 auto;
    }
    .a7-lead
    {
        background-image: url(../images/7thanniversary_nkmr/bg_new_lead_sp.webp);
    }
    .a7-lead__inner
    {
        max-width: 390px;
        padding-right: 10px;
        padding-bottom: 73px;
        padding-left: 10px;
    }
    .a7-lead__inner .a7-lead-contents
    {
        margin-top: -53px;
        margin-bottom: 104px;
        padding: 5px;
    }
    .a7-lead__inner .a7-lead-contents::before,
    .a7-lead__inner .a7-lead-contents::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-lead__inner .a7-lead-contents::before
    {
        top: -1px;
        left: -1px;
    }
    .a7-lead__inner .a7-lead-contents::after
    {
        right: -1px;
        bottom: -1px;
    }
    .a7-lead__inner .a7-lead-contents__inner
    {
        padding: 41px 10px 60px;
    }
    .a7-lead__inner .a7-lead-contents__inner::before,
    .a7-lead__inner .a7-lead-contents__inner::after
    {
        width: 7px;
        height: 7px;
    }
    .a7-lead__inner .a7-lead-contents__inner::before
    {
        top: -7px;
        right: -7px;
    }
    .a7-lead__inner .a7-lead-contents__inner::after
    {
        bottom: -7px;
        left: -7px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-title
    {
        right: -5px;

        width: 100%;
        max-width: 324px;
        height: auto;
        margin: 0 auto 19px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb02
    {
        margin-bottom: 55px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-mb03
    {
        margin-bottom: 20px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
    {
        line-height: 170%;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
    {
        margin-bottom: 39px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title::after
    {
        margin: 13px auto 0;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-sub-title
    {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;

        letter-spacing: 1.76px;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
    {
        font-size: 23px;
        font-weight: 600;
        font-style: normal;
        line-height: 160%; /* 36.8px */

        margin-bottom: 20px;

        letter-spacing: .46px;
    }
    .a7-lead__inner .a7-under-contents
    {
        padding: 0 6px;
    }
    .a7-lead__inner .a7-under-contents .bunner-slider
    {
        display: none;
    }
    .a7-lead__inner .a7-under-contents__list
    {
        display: block;
    }
    .a7-lead__inner .a7-under-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 73px;
    }
    .a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label
    {
        margin-bottom: 10px;
        padding: 9px 23px;
    }
    .a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__label > span
    {
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        line-height: 100%; /* 15px */

        letter-spacing: .3px;
    }
    .a7-message
    {
        height: auto;

        background-image: url(../images/7thanniversary_nkmr/bg_new_under_sp.webp);
    }
    .a7-message::after
    {
        bottom: 21px;

        height: 51.5384615385vw;

        background-image: url(../images/7thanniversary_nkmr/bg_new_under_ashirai_sp.webp);
    }
    .a7-message__inner .a7-message-title
    {
        width: 100%;
        max-width: 188px;
        height: auto;
    }
    .a7-message__inner .a7-message-sub-title
    {
        font-size: 26px;
        font-weight: 500;
        font-style: normal;
        line-height: 160%; /* 41.6px */

        margin-bottom: 34px;
    }
}
@media screen and (max-width: 1279px)
{
    .u1279show
    {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .a7-lead__inner
    {
        padding: 0 40px 157px;
    }
    .a7-lead__inner .a7-under-contents .bunner-slider .slick-prev
    {
        left: 190px;
    }
    .a7-lead__inner .a7-under-contents .bunner-slider .slick-next
    {
        right: 190px;
    }
    .a7-message
    {
        height: 86.81640625vw;
    }
}
@media screen and (max-width: 390px)
{
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text
    {
        font-size: 4.358974359vw !important;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small01,
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-text.-small02
    {
        font-size: 4.1025641026vw !important;
    }
    .a7-lead__inner .a7-lead-contents__inner .a7-lead-contents-strong
    {
        font-size: 5.8974358974vw !important;
    }
    .a7-message__inner .a7-message-sub-title
    {
        font-size: 6.6666666667vw;
    }
    .a7-message__inner .a7-message-lead
    {
        font-size: 4.1025641026vw;
    }
}
@media print, screen and (min-width: 1025px)
{
    .a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__link:hover
    {
        transition: .5s;

        opacity: .5;
    }
    .a7-lead__inner .a7-under-contents__list--item .bunner-contents-container__link:hover
    {
        transition: .5s;

        opacity: .5;
    }
}
@media screen and (min-width: 1441px)
{
    .a7-lead__inner .a7-under-contents .bunner-slider .slide-contents__link
    {
        height: 29.5628036086vw;
    }
    .a7-message::after
    {
        height: 24.9826509368vw;
    }
}
@media (min-width: 431px) and (max-width: 767px)
{
    .a7-message__inner
    {
        padding: 62px 28px 48.9559164733vw;
    }
}
@media screen and (max-width: 430px)
{
    .a7-message__inner
    {
        padding: 62px 20px 211px;
    }
}

/* 241119 add */
.new-system {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0 0;
  @media screen and (max-width: 767px) {
    padding: 50px 0 0;
  }  
  .new-system__inner {
    padding: 0 40px;
    @media screen and (max-width: 767px) {
      padding: 0;
    }    
    .new-system-cotents {
      border: 2px solid #333333;
      padding: 32px 24px 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 840px;
      height: auto;
      margin: 0 auto;
      @media screen and (max-width: 767px) {
        padding: 28px 16px 40px;
        width: auto;
      }
      .new-system-cotents__title {
        color: var(--black-text, #333);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 26px;
        font-style: normal;
        font-weight: 350;
        line-height: 140%; /* 36.4px */
        letter-spacing: 3.12px;
        margin-bottom: 14px!important;
        @media screen and (max-width: 767px) {
          font-size: 20px;
          letter-spacing: 2.4px;
          margin-bottom: 10px!important;
        }
      }
      .new-system-cotents__lead {
        color: var(--black-text, #333);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: 140%; /* 22.4px */
        margin-bottom: 27px!important;
        @media screen and (max-width: 767px) {
          font-size: 15px;
          margin-bottom: 28px!important;
        }
      }
      .new-system-cotents__link {
        color: var(--black-text, #333);
        text-align: center;
        font-family: "Noto Sans JP"!important;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        letter-spacing: 2.16px;
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
        @media screen and (max-width: 767px) {
          font-size: 15px;
        }
      }
    }
  }
}

/* 241125 add */
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr {
  grid-template-columns: 240px 1fr 1fr 1fr 1fr;
}

.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td:first-of-type .rank-price {
  padding-left: 42px;
}

.new-member__inner .new-member-info__contents {
  padding-bottom: 13px;
}

.new-member__inner .new-member-info__contents .new-member-info-list {
  padding: 39px 10px 13px;
}

.new-member-info-annotation {
  display: block;
  padding: 0 10px;
  max-width: 568px;
  margin: 0 auto 13px;
  color: var(--black-text, #333);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%; /* 24px */
  letter-spacing: 0.7px;
}

.new-member__inner .new-member-introduction__list--item .introduction-list-item-inner {
  background-repeat: no-repeat;
}

.new-member__inner .new-member-rank__other-contents .rank-other-benefits__item .benefits-item-inner {
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .sp-table {
    width: 718px;
  }
  .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .sp-table > img {
    height: 100%;
  }
  .new-member-info-annotation {
    color: var(--black-text, #333);
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 350;
    line-height: 160%; /* 20.8px */
    letter-spacing: 0.26px;
  }
}

/* 241126 add */
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .new-member-rank-table-data > tbody > tr > td {
  position: relative;
  & > .annotation {
    color: var(--black-text, #333);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 11px */
    position: absolute;
    bottom: 10px;
  }
}

/* 241210 */
.new-member__inner .new-member-faq
{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 50px;
    padding: 63px 0 187px;

    background-color: #fff;
}
.new-member__inner .new-member-faq__inner
{
    max-width: 1060px;
    margin: 0 auto;
}
.new-member__inner .new-member-faq__inner .new-member-faq-title
{
    font-family: 'Noto Sans JP';
    font-size: 28px;
    font-weight: 350;
    font-style: normal;
    line-height: 42px; /* 150% */

    margin-bottom: 42px;

    text-align: center;
    letter-spacing: .7px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-faq__inner .new-member-faq-title > span
{
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 350;
    font-style: normal;
    line-height: 140%; /* 18.2px */

    display: block;

    margin-top: 9px;

    text-align: center;
    letter-spacing: .26px;

    color: var(--black-text, #333);
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner
{
    padding: 40px;

    border-bottom: 1px solid #eceded;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header
{
    position: relative;

    padding-left: 56px;

    cursor: pointer;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header.js-icon-transform::after
{
    top: 13px;
    left: 15px;

    transform: rotate(45deg);
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header::before
{
    position: absolute;
    left: 0;

    display: block;

    width: 40px;
    height: 40px;

    content: '';

    background-color: #f0f0f0;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header::after
{
    position: absolute;
    top: 15px;
    left: 13px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    transform: rotate(-45deg);

    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header__inner > h3
{
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 44px; /* 183.333% */

    position: relative;
    top: -4px;

    letter-spacing: 2.4px;

    color: #333;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-contents
{
    display: none;

    margin-top: 16px;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-contents__inner
{
    padding: 30px;

    background-color: #f0f0f0;
}
.new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-contents__inner > p
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px; /* 200% */

    letter-spacing: 2.4px;

    color: #333;
}

@media screen and (max-width: 767px) {
  .new-member__inner .new-member-faq
    {
        padding: 48px 0 121px;
    }
    .new-member__inner .new-member-faq__inner
    {
        max-width: 390px;
        padding: 0 35px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-title
    {
        font-size: 23px;
        line-height: 140%;

        margin-bottom: 14px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-title > span
    {
        font-size: 11px;

        margin-top: 4px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner
    {
        padding: 20px 0;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header.js-icon-transform::after
    {
        top: 9px;
        left: 10px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header::before
    {
        width: 25px;
        height: 25px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header::after
    {
        top: 10px;
        left: 9px;

        width: 6px;
        height: 6px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-header__inner > h3
    {
        /* jp/16px-DemiLight */
        font-family: 'Noto Sans JP';
        font-size: 16px;
        font-weight: 350;
        font-style: normal;
        line-height: 150%; /* 24px */

        color: #333;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-contents
    {
        margin-top: 7px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-contents__inner
    {
        padding: 15px;
    }
    .new-member__inner .new-member-faq__inner .new-member-faq-list__inner .new-member-faq-list-contents__inner > p
    {
        font-family: 'Noto Sans JP';
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: 22px; /* 183.333% */

        letter-spacing: 1.6px;

        color: #333;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .new-member__inner .new-member-faq__inner
    {
        padding: 0 40px;
    }
}

/* 241227 add */
.p-entry-complete {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-entry-confirm {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-entry-complete .c-section .regist-message {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-entry-complete {
    padding: 0 24px;
    .c-contents-body {
      .c-section {
        padding: 0;
      }
    }
  }
  .p-entry-confirm {
    padding: 0 24px;
  }
}

/* 20251015 add */
.regular-purchase-text {
  color: #1C1B1F;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.96px;
  display: block;
  max-width: 752px;
  margin: 30px auto 40px;
  &.-irregular {
    margin: 0 auto;
  }
}

.regular-purchase-wrap-pc {
  padding-top: 30px;
}

.regular-purchase-wrap-sp {
  padding: 0 15px 0;
}

/* 20250213 add */
.lead {
  margin-bottom: 24px;
  color: var(--black-text, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.tokuten.-member2502,
.other-lists.-member2502,
.other-lists.-member2502 + .caution {
  max-width: 960px!important;
  margin: 0 auto;
}
.-member250213 {
  overflow: visible!important;
  width: 100%!important;
  max-width: 1124px!important;
}
.new-member__inner.-member2502 {
  max-width: 1124px!important;
}
.new-member__inner.-member2502 + .caution {
  margin-bottom: 40px;
}
.new-member__inner .new-member-rank.-member2502 {
  margin-bottom: 0;
}

.new-member__inner .new-member-rank__contents.-member2502 {
  border: none;
  min-height: auto;
  margin-bottom: 0;
}
.new-member__inner .new-member-rank__contents--inner.-member2502 {
  display: none;
  border-radius: unset;
}
.new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper.-member2502 {
  background-color: unset;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .lead {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.14px; /* 151.167% */
  }
  .new-member__inner.-member2502 > .table-sp-header {
    display: none;
  }
  .new-member__inner .new-member-rank.-member2502,
  .new-member__inner.-member2502 + .caution {
    padding-left: 5%;
  }
  .-member250213 {
    overflow: hidden!important;
    width: 60em!important;
    max-width: 100%!important;
  }
  .tokuten.-member2502,
  .other-lists.-member2502,
  .other-lists.-member2502 + .caution {
    max-width: 90%!important;
  }
  .new-member__inner .new-member-rank__contents--inner.-member2502 {
    display: flex;
  }
  .new-member__inner .new-member-rank__contents--inner .new-member-rank-table-data-wrapper .sp-table.-member2502 {
    width: 928px;
  }
  .new-system {
    width: 90%!important;
  }
}

/* 20250402 add */
@media screen and (max-width: 767px) {
  .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__category {
    font-size: 20px;
  }
  .faq__inner .faq-contents__inner .faq-list__item .faq-list-contents__heading--title {
    font-size: 16px;
  }
}

/* 202504520 add */
.subscription .product .i-item__box {
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  bottom: -50px;
  width: 240px;
}

.subscription .product .i-item__content {
  top: -40px;
}

.subscription .product .i-item__img picture, .subscription .product .i-item__img {
  height: 60vh!important;
  width: 100%!important;
}

.subscription .product .i-item__img picture, .subscription .product .i-item__img img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .subscription .product .i-item__box {
    margin: 0 auto;
  }
  .subscription .product .i-item__img picture, .subscription .product .i-item__img {
    height: auto!important;
    width: auto!important;
  }
}

/* 20250529 add */
.to-top-button {
  border: 1px solid rgba(255, 255, 255, 0.60);
  background: #3C3F40;
  display: flex;
  align-items: center;
  width: 307px;
  padding: 8px 12px 8px 16px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  transition: .6s;
}

.to-top-button:hover {
  opacity: .5;
  transition: .6s;
}

.to-top-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../images/concept/icon_arrow_white_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.to-top-button > span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
}

@media screen and (max-width: 767px) {
  .to-top-button {
    margin: -50px auto 0;
    z-index: 10;
  }
}

.product-list > article > .kv > .kv__container > .kv__img {
  position: relative;
}

.product-list > article > .kv > .kv__container > .kv__img > .page-title {
  font-weight: 100;
  font-size: 4.2rem;
  line-height: 1.1097619048;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product-list > article > .kv > .kv__container > .kv__img > .page-title > span {
  display: block;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-list > article > .kv > .kv__container > .kv__img > .page-title {
    font-size: 3rem;
  }
  .product-list > article > .kv > .kv__container > .kv__img > .page-title > span {
    font-size: 1.2rem;
  }
}

.item-teiki-tag {
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 0.8px;
  display: inline-flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  border: 1px solid #B3B3B3;
  margin-bottom: 17px;
}

.shuso-tags {
  display: flex;
  gap: 4px;
  padding-top: 20px;
}

.shuso-tags > .shuso-tags__item > span {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  background: #DFDFDF;
  color: #7B7B7B;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .product-list .contents .item__content {
    padding: 10px 0 20px;
  }
  .shuso-tags {
    padding-top: 8px;
  }
  .item-teiki-tag {
    margin-bottom: 8px;
  }
  .product-list .contents__box {
    position: relative;
  }
}

/* 20250604 add */
.text-black-link {
  text-decoration: underline;
  color: #333;
  font-family: "Noto Sans JP", sans-serif!important;
}

.text-black-link:hover {
  text-decoration: none;
}



















