.c-container-tights {
  width: 970px;
  max-width: 100%;
  margin-inline: auto;
}

.c-container-tights img {
  height: auto;
}

.c-tights-mv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-tights-h2 {
  margin-bottom: 30px;
}

.c-tights-point {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.c-tights-point__col {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

.c-tights-row {
  display: flex;
  flex-wrap: wrap;
}

.c-tights-row--4col {
  margin: 30px 0;
}

.c-tights-row--4col .c-tights-row__col {
  width: 100%;
}

.c-tights-row--3col {
  margin: 0;
}

.c-tights-row__col {
  margin: 10px 0;
}


.c-tights-row--3col .c-tights-row__col {
  width: 100%;
}

.c-tights-row h3 {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
.c-tights-row h3 span {
  font-size: 14px;
}

.c-tights-row p {
  font-size: 14px;
}

.c-tights-row img {
  display: block;
  margin-bottom: 15px;
}

.c-container-tights img {
  display: block;
  margin-inline: auto;
}


@media screen and (min-width:768px){
  .c-tights-mv {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .c-tights-h2 {
    margin-bottom: 50px;
  }

  .c-tights-point {
    margin: 0 -17.5px 40px;
  }

  .c-tights-point__col {
    width: calc(100% / 3);
    margin: 17.5px 0;
    padding: 0 17.5px;
  }

  .c-tights-row--4col {
    margin: 20px -15px;
  }


  .c-tights-row--4col .c-tights-row__col {
    width: calc(100% / 4);
    margin: 15px 0;
    padding: 0 15px;
  }


  .c-tights-row--3col {
    margin: 45px -17.5px;
  }

  .c-tights-row--3col .c-tights-row__col {
    width: calc(100% / 3);
    margin: 17.5px 0;
    padding: 0 17.5px;
  }

  .c-tights-row__col {
    margin: 0;
  }

  .c-tights-row h3 {
    font-size: 18px;
  }

  .c-tights-row p {
    font-size: 16px;
  }

  .c-container-tights img {
    margin-inline: 0;
  }
}

/* Beauty Powerページ */

.p-gradation--purple::before {
  background: linear-gradient(90deg, rgba(191,122,226, 0) 0%, rgba(191,122,226, 0.8) 50%, rgba(255, 255, 255, 0) 100%)
}

/* hero */
.p-category-hero.p-category-hero--beautypw-v2 {
  background-color: #f2f0ff;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .p-category-hero.p-category-hero--beautypw-v2 {
      margin-top: 30px;
      margin-bottom: 100px;
  }

}

.p-category-hero.p-category-hero--beautypw-v2 [class].p-btn:not(:hover) {
  border: none;
  background-color: #5794ce;
}

.p-category-hero.p-category-hero--beautypw-v2 .p-category-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
  flex-direction: column-reverse;
}

.p-category-hero.p-category-hero--beautypw-v2 .p-category-hero__item {
  width: 22rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}


@media print, screen and (min-width: 768px) {
  .p-category-hero.p-category-hero--beautypw-v2 .p-category-hero__content {
    flex-direction: row;
    padding-left: 4rem;
  }
  .p-category-hero.p-category-hero--beautypw-v2 .p-category-hero__textarea {
    margin-right: 8rem;
    padding-top: 2rem;
  }
  .p-category-hero.p-category-hero--beautypw-v2 .p-category-hero__item {
    width: auto;
    margin: 0;
  }
}

/* Beauty Powerは こんなときにおすすめ */
.p-beautypw-recommend {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 2rem 2rem 4rem;
}

.p-beautypw-recommend__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-beautypw-recommend__trouble {
  background: #fff;
  text-align: center;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
  padding: 3rem 2rem;
}

.p-beautypw-recommend__item__col {
  margin: 3rem 0;
  padding: 0 2rem;
}

@media print, screen and (min-width: 768px) {
  .p-beautypw-recommend {
    padding: 4rem 4rem 6rem;
  }
  .p-beautypw-recommend__item {
    display: flex;
    justify-content: center;
  }
  .p-beautypw-recommend__item__col {
    margin: 0 3.2rem;
    padding: 0;
  }
}

/* Beauty Powerの特徴 */
.p-beautypw-fearure-cd {
  position: relative;
  z-index: 0;
  padding: 0 2rem 2.5rem;
  text-align: center;
}

.p-beautypw-fearure-cd__figure {
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
  padding: 1rem 2rem;
}

.p-beautypw-fearure-cd__figure__col {
  padding: 1rem 0;
}

.p-beautypw-fearure-cd__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .p-beautypw-fearure-cd__figure {
    padding: 2rem;
  }
  .p-beautypw-fearure-cd__figure__col {
    padding: 3.5rem 0;
  }
  .p-beautypw-fearure-cd {
    padding: 0 4rem 4.5rem;
  }
}


/* ほどよい着圧のひみつ */
.p-beautypw-secret__item__pic {
  text-align: center;
  margin-bottom: 2rem;
}

.p-beautypw-secret__item__tag {
  display: inline-block;
  background: #f6f6ff;
  padding: .5rem 1rem;
}

.p-beautypw-secret__item__catch {
  font-size: 2rem;
  font-weight: 500;
  color: #39047b;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .p-beautypw-secret__item {
    display: flex;
  }

  .p-beautypw-secret__item__pic {
    flex: 0 0 auto;
    margin-right: 50px;
    margin-bottom: 0;
    text-align: left;
  }

  .p-beautypw-secret__item__tag {
    font-size: 2rem;
  }

  .p-beautypw-secret__item__catch {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .p-beautypw-secret__item__text {
    font-size: 2rem;
  }
}


/* カラー・サイズ展開 */

.p-beautypw-color {
  position: relative;
  z-index: 0;
  padding: 3.5rem 1.5rem;
}

.p-beautypw-color__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-beautypw-color__item {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-beautypw-color__item__col {
  margin: 0 1rem;
}

.p-beautypw-color__size {
  display: flex;
  justify-content: center;
}

.p-beautypw-color__size__col {
  margin: 0 1.5rem;
  text-align: center;
}

.p-beautypw-color__size__col ul {
  color: #3f3f3f;
}

.p-beautypw-color__size p {
  color: #39047b;
  font-size: 4rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .p-beautypw-color {
    padding: 7.5rem 2rem;
  }
  .p-beautypw-color__item__col {
    margin: 0 1.7rem;
  }
  .p-beautypw-color__item {
    margin-bottom: 3.5rem;
  }
  .p-beautypw-color__size__col ul {
    font-size: 2.4rem;
  }
  .p-beautypw-color__size p {
    font-size: 5.2rem;
  }
  .p-beautypw-color__size__col {
    margin: 0 4.5rem;
  }
}

/* ご愛用の方からの声 */
.p-beautypw-voice__item {
  background: #f6f6ff;
  margin: 10px 0;
  padding: 20px 15px;
}

.p-beautypw-voice__item__pic {
  text-align: center;
  margin-bottom: 2rem;
}

.p-beautypw-voice__item__catch {
  font-size: 1.8rem;
  font-weight: 500;
  color: #39047b;
}

.p-beautypw-voice__item__detail {
  display: flex;
  flex-wrap: wrap;
  color: #39047b;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}


@media print, screen and (min-width: 768px) {
  .p-beautypw-voice__item {
    padding: 40px;
  }

  .p-beautypw-voice__item__inner {
    display: flex;
  }

  .p-beautypw-voice__item__pic {
    flex: 0 0 auto;
    margin-right: 50px;
    text-align-last: left;
    margin-bottom: 0;
  }

  .p-beautypw-voice__item__catch {
    font-size: 2rem;
  }

  .p-beautypw-voice__item__detail {
    margin-bottom: 3rem;
  }
}
.p-beautypw-voice__item__text {
  font-size: 1.3rem;
  line-height: calc(23 / 13);
}



.p-beautypw-voice__item__detail > li:not(:last-child)::after {
  content: '/';
  margin: 0 5px;

}

/* 3つのラインナップ */
.p-beautypw-lineup__header {
  position: relative;
  z-index: 0;
  padding: 2.8rem 2rem;
  color: #fff;
}

.p-beautypw-lineup__header h3 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem
}

.p-beautypw-lineup__header h3::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: .2rem;
  width: calc( 520 / 960 * 100%);
  background: #fff;
}

.p-beautypw-lineup__header--blue {
  background: #2562bd;
}

.p-beautypw-lineup__header--red {
  background: #a60139;
}

.p-beautypw-lineup__header--black {
  background: #333333;
}

.p-beautypw-lineup__header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-pagein-btn--wide {
  max-width: 100%;
}

.p-btn.p-btn--beautypw-blue:not(:hover) {
  border: 2px solid #4d7fc9;
  color: #5081ca;
  background: #dce6f4;
}

.p-pagein-btn--wide [class].p-btn--beautypw-blue:hover{
  background: #4d7fc9;
}

.p-btn.p-btn--beautypw-red:not(:hover) {
  border: 2px solid #b83360;
  color: #b83360;
  background: #eedce6;
}

.p-pagein-btn--wide [class].p-btn--beautypw-red:hover{
  background: #b83360;
}

.p-btn.p-btn--beautypw-black:not(:hover) {
  border: 2px solid #585858;
  color: #585858;
  background: #e5e5e5;
}

.p-pagein-btn--wide [class].p-btn--beautypw-black:hover{
  background: #585858;
}


/* ５本指ストッキングページ */


/* hero */
.p-category-hero.p-category-hero--shaleg-v3 {
  background-color: #efedf0;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .p-category-hero.p-category-hero--shaleg-v3 {
      margin-top: 30px;
      margin-bottom: 100px;
  }
}

.p-category-hero.p-category-hero--shaleg-v3 .p-category-hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 0 5rem;
}

.p-category-hero.p-category-hero--shaleg-v3 .p-category-hero__item {
  width: 14rem;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .p-category-hero.p-category-hero--shaleg-v3 .p-category-hero__content {
    flex-direction: row;
    padding-left: 4rem;
  }
  .p-category-hero.p-category-hero--shaleg-v3 .p-category-hero__textarea {
    margin-right: 8rem;
    padding-top: 2rem;
  }
  .p-category-hero.p-category-hero--shaleg-v3 .p-category-hero__item {
    width: auto;
    margin: 0;
  }
}

.p-page-link__item--shaleg {
  background: #daf8ec;
  border: 2px solid #00afaf;
  color: #00afaf;
}

.p-page-link__item--shaleg .p-page-link__text {
  color: #333;
}

.p-page-link__item--beautypw {
  background: #f6f6ff;
  border: 2px solid #8d5ad9;
  color: #39047b;
}

.p-page-link__item--beautypw .p-page-link__text {
  color: #333;
}

.p-page-link__item--pedicure {
  background: #fff1f1;
  border: 2px solid #ef395b;
  color: #ef395b;
}

.p-page-link__item--pedicure .p-page-link__text {
  color: #333;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .p-page-link__item--shaleg .p-page-link__text--heart::before{
    background-image: url("../img/icon/fa-heart-o-green@2x.png");
  }
  .p-page-link__item--shaleg .p-page-link__text--fukidashi::before{
    background-image: url("../img/icon/fa-fukidashi-o-green@2x.png");
  }
  .p-page-link__item--shaleg .p-page-link__text--search::before{
    background-image: url("../img/icon/fa-search-o-green@2x.png");
  }
  .p-page-link__item--beautypw .p-page-link__text--heart::before{
    background-image: url("../img/icon/fa-heart-o-purple@2x.png");
  }
  .p-page-link__item--beautypw .p-page-link__text--fukidashi::before{
    background-image: url("../img/icon/fa-fukidashi-o-purple@2x.png");
  }
  .p-page-link__item--beautypw .p-page-link__text--search::before{
    background-image: url("../img/icon/fa-search-o-purple@2x.png");
  }
  .p-page-link__item--pedicure .p-page-link__text--heart::before{
    background-image: url("../img/icon/fa-heart-o-pink@2x.png");
  }
  .p-page-link__item--pedicure .p-page-link__text--fukidashi::before{
    background-image: url("../img/icon/fa-fukidashi-o-pink@2x.png");
  }
  .p-page-link__item--pedicure .p-page-link__text--search::before{
    background-image: url("../img/icon/fa-search-o-pink@2x.png");
  }
}

.p-page-link__item--shaleg .p-page-link__text--heart::before{
  background-image: url("../img/icon/fa-heart-o-green.png");
}
.p-page-link__item--shaleg .p-page-link__text--fukidashi::before{
  background-image: url("../img/icon/fa-fukidashi-o-green.png");
}
.p-page-link__item--shaleg .p-page-link__text--search::before{
  background-image: url("../img/icon/fa-search-o-green.png");
}
.p-page-link__item--beautypw .p-page-link__text--heart::before{
  background-image: url("../img/icon/fa-heart-o-purple.png");
}
.p-page-link__item--beautypw .p-page-link__text--fukidashi::before{
  background-image: url("../img/icon/fa-fukidashi-o-purple.png");
}
.p-page-link__item--beautypw .p-page-link__text--search::before{
  background-image: url("../img/icon/fa-search-o-purple.png");
}
.p-page-link__item--pedicure .p-page-link__text--heart::before{
  background-image: url("../img/icon/fa-heart-o-pink.png");
}
.p-page-link__item--pedicure .p-page-link__text--fukidashi::before{
  background-image: url("../img/icon/fa-fukidashi-o-pink.png");
}
.p-page-link__item--pedicure .p-page-link__text--search::before{
  background-image: url("../img/icon/fa-search-o-pink.png");
}

html:not(.sp) .p-page-link__item--shaleg:hover, html:not(.sp) .p-page-link__item--shaleg:focus {
  box-shadow: inset 0 0 0 3px #00afaf, inset 0 0 0 4px #ffffff;
}
html:not(.sp) .p-page-link__item--beautypw:hover, html:not(.sp) .p-page-link__item--beautypw:focus {
  box-shadow: inset 0 0 0 3px #8d5ad9, inset 0 0 0 4px #ffffff;
}
html:not(.sp) .p-page-link__item--pedicure:hover, html:not(.sp) .p-page-link__item--pedicure:focus {
  box-shadow: inset 0 0 0 3px #ef395b, inset 0 0 0 4px #ffffff;
}


.p-gradation--green::before {
  background: linear-gradient(90deg, rgba(191,122,226, 0) 0%, rgba(98,202,199, 0.8) 50%, rgba(255, 255, 255, 0) 100%)
}

.p-gradation--pink::before {
  background: linear-gradient(90deg, rgb(255,110,137) 0%, rgb(255,110,137) 50%, rgba(255, 255, 255, 0) 100%)
}

/* 5本指ストッキングはこんなときにおすすめ */
.p-shaleg-reccomend {
  background: #e5f4f2;
  padding-bottom: 2rem;
}

.p-shaleg-reccomend__header {
  position: relative;
  z-index: 0;
  padding: 4rem 0;
}

.p-shaleg-reccomend__header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: bottom center;
}

.p-shaleg-recommend__care {
  text-align: center;
  width: 20rem;
  margin-inline: auto;
}

.p-shaleg-recommend__trouble {
  width: calc(100% - 2rem);
  margin-inline: auto;
  background: #fff;
  text-align: center;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
  padding: 3rem 1rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width:768px){
  .p-shaleg-reccomend {
    padding-bottom: 4rem;
  }
  .p-shaleg-recommend__care {
    width: auto;
  }
  .p-shaleg-recommend__trouble {
    width: calc(100% - 8rem);
    margin-bottom: 4rem;
  }
}

.p-shaleg-recommend__point {
  margin: 3rem 0;
  padding: 0 2rem;
  text-align: center;
}

.p-shaleg-beauty {
  padding: 4.5rem 2rem;
  background: linear-gradient( 0deg, rgb(234,249,244) 0%, rgb(246,252,244) 40%, rgb(255,254,244) 100%);
}

.p-shaleg-beauty__item {
  width: 63rem;
  max-width: 100%;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
  padding: 3rem 2rem;
  border-radius: 20px;
}

.p-shaleg-beauty__item:last-of-type {
  margin-top: 3rem;
}

.p-shaleg-beauty__item__heading {
  color: #13b5b1;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.p-shaleg-beauty__item__heading span {
  display: inline-block;
}

.p-shaleg-beauty__item__underline {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.p-shaleg-beauty__item__underline span {
  background: linear-gradient(transparent 60%, #dcfffc 60%);
}


.p-shaleg-processing {
  border-radius: 2rem;
  padding: 3rem 2rem;
  width: calc(100% - 2rem);
  background: #f8f8f8;
  margin-inline: auto;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
}

.p-shaleg-processing__item {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}

.p-shaleg-processing__item__text {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #000;
}


@media screen and (min-width:768px){
  .p-shaleg-beauty {
    padding: 6rem 2rem;
  }
  .p-shaleg-beauty__item {
    padding: 4rem;
  }
  .p-shaleg-beauty__item__heading {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .p-shaleg-beauty__item__underline {
    font-size: 2.4rem;
  }
  .p-shaleg-processing__item__text {
    margin-top: 3rem;
    margin-right: 4rem;
    font-size: 2rem;
  }
  .p-shaleg-processing {
    padding: 6rem 2rem;
    width: calc(100% - 7rem);
  }
  .p-shaleg-processing__item {
    flex-direction: row;
  }
  .p-shaleg-beauty__item:last-of-type {
    margin-top: 6rem;
  }
}

.p-shaleg-about {
  position: relative;
  border: 1rem solid #f6fbfa;
  padding: 3rem 2rem;
}

.p-shaleg-about__text {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  color: #000;
  margin-top: 2rem;
}

@media screen and (min-width:768px){
  .p-shaleg-about {
    padding: 6rem 4.5rem;
  }
  .p-shaleg-about__inner {
    display: flex;
    justify-content: space-between;
  }
  .p-shaleg-about__text {
    margin-right: 2rem;
    order: -1;
    width: 48rem;
    font-size: 2rem;
  }
}

.p-shaleg-about__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* 春から冬までオールシーズン選べるスタイル */
.p-shaleg-style {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.p-shaleg-style__item {
  width: 50%;
  padding: 1rem;
}

.p-shaleg-style__item a {
  display: block;
  position: relative;
}

.p-shaleg-style__item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00afaf;
  border-radius: 20px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

@media screen and (min-width:768px){
  .p-shaleg-style {
    margin-inline: -1rem;
    padding: 0 1.5rem;
  }
  .p-shaleg-style__item {
    width: 50%;
    padding: 2rem;
  }
}

.p-shaleg-style__item a:hover::before {
  opacity: 1;
}


/* 商品ラインナップ */

.p-shaleg-lineup__pic {
  text-align: center;
  width: 20rem;
  margin-inline: auto;
}

.p-shaleg-lineup__body__inner {
  width: 100%;
  max-width: 100%;
}

.p-shaleg-lineup--common .p-shaleg-lineup__body {
  position: relative;
  max-width: 100%;
  padding: 0 0 3rem;
  z-index: 0;
}

.p-shaleg-lineup--common .p-shaleg-lineup__dl {
  width: 100%;
  max-width: 100%;
  margin-top: 4rem;
}


.p-shaleg-lineup__dl .p-tag {
  font-size: 1.2rem;
  line-height: 1;
  padding: .5rem;
  display: inline-block;
  color: #fff;
  margin-right: 1rem;
}


.p-shaleg-lineup--common .p-shaleg-lineup-header__t {
  display: block;
  width: 22rem;
  max-width: 100%;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 1rem;
}

.p-shaleg-lineup-header__detail {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p-shaleg-lineup-header__detail .p-shaleg-lineup-header__col{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.p-shaleg-lineup-header__detail .p-shaleg-lineup-header__col::after {
  content: none;
}

.p-shaleg-lineup-header__type {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.p-shaleg-lineup-header__type .p-shaleg-lineup-header__col {
  flex-wrap: nowrap;
  margin: .5rem auto;
  width: 24rem;
}

.p-shaleg-lineup-header__type .p-shaleg-lineup-header__price {
  flex: 1 1  auto;
}


.p-shaleg-lineup-header__col.p-shaleg-lineup-header__col--size {
  padding-right: 0;
}

.p-shaleg-lineup-header__detail .p-shaleg-lineup-header__sizetag {
  flex: none;
}

.p-shaleg-lineup-header__t .p-small{
  font-size: 1.8rem;
  letter-spacing: .1em;
}

@media screen and (min-width:768px){
  .p-shaleg-lineup--common .p-shaleg-lineup-header__t {
    margin: 0 5rem;
    padding: 0;
  }
  .p-shaleg-lineup--common .p-shaleg-lineup__body {
    padding: 3rem 0;
  }

  .p-shaleg-lineup__body__inner {
    width: calc(550 / 960 * 100%);
  }

  .p-shaleg-lineup--common .p-shaleg-lineup__dl {
    width: 41rem;
    margin-inline: 3.5rem;
  }

  .p-shaleg-lineup__pic {
    width: calc(410 / 960 * 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .p-shaleg-lineup-header__detail {
    flex-direction: row;
  }

  .p-shaleg-lineup-header__detail .p-shaleg-lineup-header__col {
    width: auto;
  }

  .p-shaleg-lineup-header__detail .p-shaleg-lineup-header__col.p-shaleg-lineup-header__col--size {
    flex-direction: column;
    padding-right: 2rem;
  }

  .p-shaleg-lineup-header__type {
    margin-top: 0;
  }

  .p-shaleg-lineup-header__type .p-shaleg-lineup-header__col {
    width: auto;
    margin-left: 0;
    margin-right: 3rem;
  }
}

@media screen and (min-width:1024px){
  .p-shaleg-lineup__pic {
    width: auto;
    padding-left: 45rem;
  }
}

.p-shaleg-lineup--lightblue,
.p-shaleg-lineup--lightpurple,
.p-shaleg-lineup--pink {
  background: #fff;
}

.p-shaleg-lineup--lightblue .p-shaleg-lineup-header{
  background: #dddeed;
  color: #1d2089;
}

.p-shaleg-lineup--lightblue .p-shaleg-lineup-header__sizetag {
  background: #fff;
  color: #1d2089;
}

.p-shaleg-lineup--lightblue .p-shaleg-lineup-header__cattag{
  color: #1d2089;
  border-color: #1d2089;
}

.p-shaleg-lineup--lightblue .p-shaleg-lineup__dl dt {
  color: #1d2089;
  border-color: #1d2089;
}

.p-shaleg-lineup--lightblue [class].p-btn:not(:hover) {
  border: 2px solid #1d2089;
  color: #1d2089;
  background: #dddeed;
}

.p-shaleg-lineup--lightblue [class].p-btn:hover {
  background: #1d2089;
}


.p-shaleg-lineup--lightpurple .p-shaleg-lineup-header{
  background: #eedce6;
  color: #5a1677;
}

.p-shaleg-lineup--lightpurple .p-shaleg-lineup-header__sizetag {
  background: #fff;
  color: #5a1677;
}

.p-shaleg-lineup--lightpurple .p-shaleg-lineup-header__cattag{
  color: #5a1677;
  border-color: #5a1677;
}

.p-shaleg-lineup--lightpurple .p-shaleg-lineup__dl dt {
  color: #6a0553;
  border-color: #6a0553;
}

.p-shaleg-lineup__dl .p-tag {
  background: #6a0553;
}

.p-shaleg-lineup--lightpurple [class].p-btn:not(:hover) {
  border: 2px solid #5a1677;
  color: #5a1677;
  background: #eedce6;
}

.p-shaleg-lineup--lightpurple [class].p-btn:hover {
  background: #5a1677;
}



.p-shaleg-lineup--pink .p-shaleg-lineup-header{
  background: #fbdfdc;
  color: #dc4c75;
}

.p-shaleg-lineup--pink .p-shaleg-lineup-header__sizetag {
  background: #fff;
  color: #dc4c75;
}

.p-shaleg-lineup--pink .p-shaleg-lineup-header__cattag{
  color: #dc4c75;
  border-color: #dc4c75;
}

.p-shaleg-lineup--pink .p-shaleg-lineup__dl dt {
  color: #dc4c75;
  border-color: #dc4c75;
}

.p-shaleg-lineup--pink [class].p-btn:not(:hover) {
  border: 2px solid #dc4c75;
  color: #dc4c75;
  background: #fbdfdc;
}

.p-shaleg-lineup--pink [class].p-btn:hover {
  background: #dc4c75;
}

.p-shaleg-lineup--pink .p-shaleg-lineup__body__inner {
  min-height: 70rem;
}



/* 履けるジェルネイル */

.p-category-hero.p-category-hero--pedicure-v2 {
  background-image: url("../img/series/hero-pedicure-v2-bg-mobile.jpg");
  background-size: cover;
  padding: 0 2rem 4rem;
}

.p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__foot {
  display: block;
  width: 30rem;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.p-category-hero.p-category-hero--pedicure-v2:before {
  content: none;
}

@media screen and (min-width:768px){
  .p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__foot {
    display: none;
  }
  .p-category-hero.p-category-hero--pedicure-v2:before {
    content: '';
    background-image: url("../img/series/hero-pedicure-v2-bg.jpg");
  }
  .p-category-hero.p-category-hero--pedicure-v2 {
    height: 48rem;
    display: flex;
    align-items: center;
    background-image: none;
    padding: 0;
  }
}


.p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__skin {
  width: 108rem;
  max-width: 100%;
  margin-inline: auto;
  height: auto;
  background: transparent;
}

.p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__text {
  margin-top: 1.5rem;
}

.p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__price {
  margin-top: 2rem;
  text-align: center;
}

.p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__content {
  width: 59.1rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
}

@media screen and (min-width:768px){
  .p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__content {
    margin: 0;
  }
  .p-category-hero.p-category-hero--pedicure-v2 .p-category-hero__text {
    margin-top: 3rem;
  }
}

.p-category-hero.p-category-hero--pedicure-v2 [class].p-btn:not(:hover) {
  background: #ff6e89;
  border-color: #ff6e89;
}

.p-category-hero.p-category-hero--pedicure-v2 [class].p-btn:hover {
  color: #ff6e89;
}

.p-pedicure-recommend {
  background-image: linear-gradient( -86deg, rgba(255,232,206,0.25) 0%, rgba(251,184,160,0.25) 100%);
}

.p-pedicure-feature {
  background-image: linear-gradient( 41deg, rgba(208,212,255,.25) 0%, rgba(221,194,254,.25) 45%, rgba(255,228,241,.25) 100%);
}

.p-pedicure-style {
  padding: 2rem;
  background-image: linear-gradient( 46deg, rgba(250,195,252,0.21) 0%, rgba(229,180,255,0.21) 48%, rgba(155,196,252,0.21) 100%);
}

.p-pedicure-style__item {
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
  padding: 2rem;
  border-radius: 4rem;
}

@media screen and (min-width:768px){
  .p-pedicure-style {
    padding: 3rem 2.5rem;
  }
  .p-pedicure-style__item {
    padding: 3rem 2rem;
    border-radius: 8rem;
  }
}

.p-pedicure-style__item__inner {
  width: 70.5rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-pedicure-style__item__heading span {
  display: inline-block;
}

.p-pedicure-style__item__text {
  font-size: 2.2rem;
  font-weight: 500;
}

.p-pedicure-recommend__checklist {
  background: #fff;
  border-radius: 2rem;
  width: 87rem;
  max-width: calc(100% - 2rem);
  padding: 2rem 1rem;
  margin-inline: auto;
  margin-top: -2rem;
  position: relative;
}

@media screen and (min-width:768px){
  .p-pedicure-recommend__checklist {
    max-width: calc(100% - 4rem);
    padding: 3rem 2rem;
    margin-top: -4rem;
  }
}

.p-pedicure-about {
  position: relative;
  z-index: 0;
  padding-bottom: 3rem;
}

.p-pedicure-about__text {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
}

.p-pedicure-about__inner {
  width: 79rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-pedicure-about__deco {
  position: absolute;
  width: calc(100% / 3);
}

.p-pedicure-about__deco--top {
  top: 0;
  left: 0;
  z-index: 1;
}

.p-pedicure-about__deco--bottom {
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width:768px){
  .p-pedicure-about {
    padding-bottom: 6rem;
  }
  .p-pedicure-about__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-pedicure-about__text {
    margin-right: 2rem;
    order: -1;
    width: 50rem;
    font-size: 2.1rem;
    margin-top: 0;
  }
  .p-pedicure-about__deco {
    width: auto;
  }
}

.p-pedicure-processing {
  padding: 3rem 2rem;
  width: 100%;
  background: #f8f8f8;
  margin-inline: auto;
  box-shadow: 0px 3px 10px 0px rgba(76, 81, 104, 0.1);
}

.p-pedicure-color {
  padding-top: 5rem;
  background: linear-gradient( 46deg, rgba(208,212,255,.15) 0%, rgba(221,194,254,.15) 45%, rgba(255,228,241,.15) 100%);
}

.p-pedicure-color__price {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.p-pedicure-color__price > * {
  margin-inline: 2rem;
}

@media screen and (min-width:768px){
  .p-pedicure-processing {
    padding: 6rem 2rem;
  }

  .p-pedicure-color__price {
    margin: 4rem 0;
  }
}

.p-pedicure-product-btn {
  background: #fff1f1;
  color: #ef395b;
  font-size: 2.4rem;
  height: 6rem;
  margin-top: 3.5rem;
  transition: all .3s ease-in-out;
}

.p-pedicure-product-btn:hover {
  background: #ef395b;
  color: #fff;
}

.p-pedicure-product-btn .p-btn__icon{
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-pedicure-product {
  position: relative;
  z-index: 0;
  padding: 2rem;
}

.p-pedicure-product__inner {
  background: #fff;
  padding-bottom: 3rem;
}

@media screen and (min-width:768px){
  .p-pedicure-product-btn {
    font-size: 3.4rem;
    height: 10rem;
    margin-top: 7rem;
  }

  .p-pedicure-product {
    position: relative;
    z-index: 0;
    padding: 5rem;
  }
  .p-pedicure-product__inner {
    background: #fff;
    padding-bottom: 6rem;
  }
}

.p-pedicure-product__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
