@charset "UTF-8";
.lp1 {
  font-size: 18px;
  line-height: 2.111111;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .lp1 {
    font-size: 4.2666666667vw;
    line-height: 1.60714;
  }
}

@media (min-width: 768px) {
  .lp1-onlysp {
    display: none;
  }
}

@media (max-width: 767px) {
  .lp1-onlypc {
    display: none;
  }
}

.lp1-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .lp1-inner {
    padding: 0 5.3333333333vw;
  }
}

/* 見出し */
.lp1-heading02 {
  text-align: center;
  margin-bottom: 15px;
}
.lp1-heading02 .ja {
  font-size: 40px;
  font-weight: normal;
  color: #d43c6b;
  display: block;
  position: relative;
  text-align: center;
  padding: 42px 0;
}
.lp1-heading02 .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 134px;
  line-height: 1;
  color: rgba(212, 60, 107, 0.2);
}
@media (max-width: 767px) {
  .lp1-heading02 {
    margin-bottom: 2vw;
  }
  .lp1-heading02 .ja {
    font-size: 7.2vw;
    padding: 5.6vw 0;
  }
  .lp1-heading02 .num {
    font-size: 18.6666666667vw;
  }
}

/* カラム */
.lp1-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp1-reason2 .lp1-cols, .lp1-reason4 .lp1-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lp1-cols {
    display: block;
  }
}

.lp1-visual {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-bottom: 44px;
}
.lp1-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp1-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp1-body p {
  text-align: center;
}
@media (max-width: 767px) {
  .lp1-body {
    display: block;
    padding: 0 5.3333333333vw;
  }
}

/* ファーストビュー */
.lp1-hero {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .lp1-hero {
    margin-bottom: 12.8vw;
  }
}

.lp1-hero-image {
  width: 79%;
  height: 576px;
  margin-left: auto;
}
.lp1-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .lp1-hero-image {
    width: 100%;
    height: 59.0666666667vw;
  }
}

.lp1-hero-body {
  background-color: #f8f8f8;
  padding: 66px 80px 56px;
  margin-top: -380px;
  position: relative;
  max-width: 660px;
}
.lp1-hero-body h1 {
  font-size: 28px;
  letter-spacing: 0.16em;
  line-height: 1.785;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp1-hero-body {
    margin-top: 0;
    padding: 7.6vw 0;
  }
  .lp1-hero-body h1 {
    font-size: 7.2vw;
    line-height: 1.48148;
    margin-bottom: 4.5333333333vw;
    text-align: center;
  }
  .lp1-hero-body p {
    line-height: 2.3214;
    text-align: center;
    letter-spacing: 0;
  }
}

/* セクション間の余白 */
section[class^=lp1-reason]:not(.lp1-reason1) {
  margin-top: 90px;
}
@media (max-width: 767px) {
  section[class^=lp1-reason]:not(.lp1-reason1) {
    margin-top: 18.6666666667vw;
  }
}

.lp1-text1 {
  text-align: center;
}

/* 理由1セクション */
.lp1-reason1 .lp1-cols {
  background-color: #fffdf5;
}
.lp1-reason1 .lp1-visual {
  -ms-flex-preferred-size: 67.85%;
      flex-basis: 67.85%;
  text-align: center;
  position: relative;
}
.lp1-reason1 .lp1-visual img {
  width: 100%;
  height: auto;
}
.lp1-reason1 .lp1-visual .lp1-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.lp1-reason1 .lp1-body {
  background-color: #f8f8f8;
  max-width: 477px;
  padding: 50px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .lp1-reason1 .lp1-visual .lp1-inner {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .lp1-reason1 .lp1-visual .lp1-body {
    padding: 5.3333333333vw 0;
    margin-top: -6.1333333333vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.08em;
  }
}

/* お悩み */
.lp1-nayami {
  margin-top: 105px;
}
.lp1-nayami p {
  text-align: center;
}
@media (max-width: 767px) {
  .lp1-nayami {
    margin-top: 6.6666666667vw;
  }
}

.lp1-nayami-text1 {
  margin-bottom: 70px;
}
.lp1-nayami-text1 .underline {
  border-bottom: 1px solid #d43c6b;
  padding-bottom: 6px;
}
.lp1-nayami-text1 [data-text=自分に合った形、サイズ] {
  font-size: 22px;
}
@media (max-width: 767px) {
  .lp1-nayami-text1 {
    line-height: 2;
    margin-bottom: 5.3333333333vw;
  }
  .lp1-nayami-text1 [data-text=自分に合った形、サイズ] {
    font-size: 5.3333333333vw;
  }
}

.lp1-nayami-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8.5vw;
  position: relative;
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
}
.lp1-nayami-list:after {
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  background: url("https://ruig.itembox.design/item/lp1/nayami_arrow.png") no-repeat center center;
  background-size: contain;
  left: 50%;
  top: calc(100% + 2.6428571429vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1400px) {
  .lp1-nayami-list {
    margin-bottom: 119px;
  }
  .lp1-nayami-list:after {
    width: 56px;
    height: 56px;
    top: calc(100% + 36px);
  }
}
@media (max-width: 767px) {
  .lp1-nayami-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20vw;
  }
  .lp1-nayami-list:after {
    width: 13.3333333333vw;
    height: 10.6666666667vw;
  }
}

.lp1-nayami-item {
  background-color: #f8f8f8;
  -ms-flex-preferred-size: calc(50% - 32px);
      flex-basis: calc(50% - 32px);
  padding: 20px;
}
@media (min-width: 1400px) {
  .lp1-nayami-item {
    margin: 0 16px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lp1-nayami-item {
    font-size: inherit;
    margin: 0 2.2666666667vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    padding: 2vw;
  }
  .lp1-nayami-item p {
    font-size: 5.0666666667vw;
    line-height: 1.5789;
  }
  .lp1-nayami-item:first-child {
    margin: 0 0 4vw;
  }
}

.lp1-nayami-img {
  text-align: center;
}

.lp1-nayami-text2 {
  margin-top: 30px;
}

/* お試しブラ */
.lp1-otameshi {
  padding: 76px 30px 0;
}
@media (max-width: 767px) {
  .lp1-otameshi {
    padding: 76px 0 0;
  }
}

.lp1-otameshi-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d43c6b;
  padding: 50px 50px 60px;
}
@media (max-width: 767px) {
  .lp1-otameshi-inner {
    padding: 10vw 5.3333333333vw 16vw;
  }
}

.lp1-otameshi-title {
  color: #d43c6b;
  letter-spacing: 0.15em;
  font-size: 24px;
  text-align: center;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .lp1-otameshi-title {
    margin-bottom: 4vw;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}

.lp1-otameshi-text {
  text-align: center;
}

.lp1-otameshi--button {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .lp1-otameshi--button {
    margin-top: 4vw;
  }
}

/* サイズ選択 */
.lp1-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 74px auto 0;
}
@media (max-width: 767px) {
  .lp1-sizes {
    display: block;
  }
}

.lp1-sizes-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1em;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
@media (max-width: 767px) {
  .lp1-sizes-heading {
    padding-right: 0;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}

.lp1-sizes-list {
  -ms-flex-preferred-size: 850px;
      flex-basis: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .lp1-sizes-list {
    display: block;
  }
}

.lp1-size-group {
  background-color: #f8f8f8;
  border-radius: 17px;
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(50% - 18px);
      flex-basis: calc(50% - 18px);
}
@media (max-width: 767px) {
  .lp1-size-group {
    margin-bottom: 2.4vw;
    line-height: 2.111111em;
  }
}

.lp1-size-group-title {
  font-size: 18px;
  width: 2.111111em;
  text-align: center;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .lp1-size-group-title {
    font-size: 4vw;
    margin-right: 2.6666666667vw;
  }
}

.lp1-size-group-size span {
  font-size: 16px;
  letter-spacing: 0.075em;
  cursor: pointer;
  display: inline-block;
  width: 2.111111em;
  text-align: center;
  border-radius: 1.1em;
}
.lp1-size-group-size span:hover {
  background-color: #e9979d;
  color: #ffffff;
}
@media (max-width: 767px) {
  .lp1-size-group-size span {
    font-size: 3.4666666667vw;
    line-height: 2.111111em;
    width: 2.111111em;
  }
}

.lp1-filter {
  background-color: #e7e7e7;
  padding: 50px 30px 90px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .lp1-filter {
    padding: 0;
    margin-top: 11.7333333333vw;
    padding-bottom: 11.7333333333vw;
  }
  .lp1-filter .p-filter-cols {
    padding-left: 0;
    padding-right: 0;
  }
}