@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
:root {
  --base: #333333;
  --pink1: #ef8e9c;
  --pink2: #e9898d;
  --base-font-size: 0.9671179884vw;
}

@media only screen and (max-width: 767px) {
  :root {
    --base-font-size: 1.5231712425vw;
  }
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.ff-tsukugo {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}

.ff-lat {
  font-family: "Lato", sans-serif;
}

.fs-l-main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: inherit !important;
}

.fs-c-heading {
  display: none !important;
}

.common-header {
  margin-bottom: 0 !important;
}

.common-footer-area {
  margin-top: 0 !important;
}

.l-wrapper {
  margin: 0;
  padding: 0;
  background-size: 100%;
  background: var(--background);
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
    overflow-y: scroll;
  }
}


.l-header {
  padding: calc(var(--base-font-size)*24.5281) 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding-top: calc(var(--base-font-size)*19.7177);
  }
}
.l-header__logo {
  width: calc(var(--base-font-size)*56);
  position: absolute;
  top: calc(var(--base-font-size)*9.09504);
  right: calc(var(--base-font-size)*4.10284);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: calc(var(--base-font-size)*48.1032);
    top: calc(var(--base-font-size)*5.86699);
    right: calc(var(--base-font-size)*2.78993);
  }
}

.l-section {
  position: relative;
}
.l-section--wave-1::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/0.069;
  background: url(https://naigaiec.itembox.design/item/suasic/wave-2.webp) 50% 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: calc(100% - 1.5px);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .l-section--wave-1::before {
    aspect-ratio: 1/0.0666;
    background-size: 100% 100%;
  }
}
.l-section--wave-2::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/0.102;
  background: url(https://naigaiec.itembox.design/item/suasic/wave-1.webp) 50% 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .l-section--wave-2::before {
    aspect-ratio: 1/0.128;
    background-size: 100% 100%;
  }
}

.c-marker--pink1 {
  background: linear-gradient(to top, var(--pink1) 20%, rgba(255, 255, 255, 0) 20%);
}

.js-scrollTop {
  transform: translateY(calc(var(--base-font-size)*5));
  opacity: 0;
  transition: 0.8s cubic-bezier(0.21, 0.52, 0.15, 0.91);
}
.js-scrollTop.on {
  transform: translateY(0);
  opacity: 1;
}
.js-scrollTopSlow {
  transform: translateY(calc(var(--base-font-size)*5));
  opacity: 0;
  transition: 0.8s cubic-bezier(0.21, 0.52, 0.15, 0.91) 1.3s;
}
.js-scrollTopSlow.on {
  transform: translateY(0);
  opacity: 1;
}

.p-new-item {
  padding: calc(var(--base-font-size)*10.202) 0 0;
}
@media only screen and (max-width: 767px) {
  .p-new-item {
    padding: calc(var(--base-font-size)*10.0377) 0 0;
  }
}
.p-concept {
  padding: calc(var(--base-font-size)*10.202) 0 calc(var(--base-font-size)*15.2541);
}
@media only screen and (max-width: 767px) {
  .p-concept {
    padding: calc(var(--base-font-size)*10.0377) 0 calc(var(--base-font-size)*14.5567);
  }
}
.p-new-item__title {
  width: calc(var(--base-font-size)*18.5);
  margin: 0 auto calc(var(--base-font-size)*6.5);
}
@media only screen and (max-width: 767px) {
  .p-new-item__title {
    width: calc(var(--base-font-size)*23.6);
    margin-bottom: calc(var(--base-font-size)*4.5);
  }
}
.p-new-item__block {
  margin: 0 auto;
  max-width: calc(var(--base-font-size)*60);
}
@media only screen and (max-width: 767px) {
  .p-new-item__block {
    max-width: calc(var(--base-font-size)*61.1681);
  }
}
.p-new-item__block img {
  padding-left: 5vw;
}
@media only screen and (max-width: 767px) {
  .p-new-item__block img {
    padding-left: 7vw;
  }
}

.p-concept__title {
  width: calc(var(--base-font-size)*44.8174);
  margin: 0 auto calc(var(--base-font-size)*3.0354);
}
@media only screen and (max-width: 767px) {
  .p-concept__title {
    width: calc(var(--base-font-size)*22.6);
    margin-bottom: calc(var(--base-font-size)*3.65637);
  }
}
.p-concept__block {
  display: flex;
  justify-content: space-between;
  max-width: calc(var(--base-font-size)*87.7369);
  width: 100%;
  margin: 0 auto 0 calc(var(--base-font-size)*6.29013);
}
@media only screen and (max-width: 767px) {
  .p-concept__block {
    flex-direction: column;
    align-items: center;
    row-gap: calc(var(--base-font-size)*2.09448);
    max-width: calc(var(--base-font-size)*54.891);
    margin: 0 auto;
  }
}
.p-concept__block_lead {
  width: calc(var(--base-font-size)*41.1335);
  padding-top: calc(var(--base-font-size)*3.72703);
}
@media only screen and (max-width: 767px) {
  .p-concept__block_lead {
    width: calc(var(--base-font-size)*49.2188);
    padding: 0;
  }
}
.p-concept__block_image {
  width: calc(var(--base-font-size)*45.4356);
}
@media only screen and (max-width: 767px) {
  .p-concept__block_image {
    width: calc(var(--base-font-size)*54.891);
  }
}

.p-feature {
  padding: calc(var(--base-font-size)*1.51027) 0 calc(var(--base-font-size)*21.9067);
  background: linear-gradient(to bottom, #f1c9ca 15%, #edecec 90%, #FFF);
}
@media only screen and (max-width: 767px) {
  .p-feature {
    padding: calc(var(--base-font-size)*5.388) 0 calc(var(--base-font-size)*21.8584);
    background: linear-gradient(to bottom, #f1c9ca 30%, #edecec 95%, #FFF);
  }
}
.p-feature__title {
  max-width: calc(var(--base-font-size)*28.7507);
  width: 100%;
  margin: 0 auto calc(var(--base-font-size)*5.90606);
}
@media only screen and (max-width: 767px) {
  .p-feature__title {
    max-width: calc(var(--base-font-size)*33.95239);
    margin-bottom: calc(var(--base-font-size)*3.88887);
  }
}
.p-feature__block {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--base-font-size)*8.33783);
  max-width: calc(var(--base-font-size)*72.7222);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-feature__block {
    row-gap: calc(var(--base-font-size)*8.34902);
    max-width: calc(var(--base-font-size)*50.5586);
  }
}

.p-styling {
  padding: calc(var(--base-font-size)*8.86238) 0 calc(var(--base-font-size)*34.3042);
  background: linear-gradient(to bottom, #f1c9ca, #edecec 75%, #FFF);
}
@media only screen and (max-width: 767px) {
  .p-styling {
    padding: calc(var(--base-font-size)*7.578) 0 calc(var(--base-font-size)*19.025);
  }
}
.p-styling__title {
  max-width: calc(var(--base-font-size)*35.36514);
  width: 100%;
  margin: 0 auto calc(var(--base-font-size)*11.7046);
}
@media only screen and (max-width: 767px) {
  .p-styling__title {
    max-width: calc(var(--base-font-size)*55.0878);
    margin-bottom: calc(var(--base-font-size)*13.9437);
  }
}
.p-styling__carousel_item {
  width: calc(var(--base-font-size)*47.5906);
  margin: 0 calc(var(--base-font-size)*5.0589);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel_item {
    width: calc(var(--base-font-size)*39.3226);
    margin: 0 calc(var(--base-font-size)*4.08259);
  }
}
.p-styling__carousel_item::before {
  content: "";
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
}
.p-styling__carousel_item-0::before {
    display: none; //20230420追記
  width: calc(var(--base-font-size)*49.5436);
  height: calc(var(--base-font-size)*33.0291);
  background-image: url(https://naigaiec.itembox.design/item/suasic/styling_deco-03.webp);
  bottom: calc(var(--base-font-size)*-1.61427);
  left: calc(var(--base-font-size)*-17.2414);
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel_item-0::before {
    width: calc(var(--base-font-size)*40.9363018193);
    height: calc(var(--base-font-size)*27.2908954218);
    bottom: calc(var(--base-font-size)*-1.3338199876);
    left: calc(var(--base-font-size)*-14.2460207612);
  }
}
.p-styling__carousel_item-1::before {
  width: calc(var(--base-font-size)*49.5436);
  height: calc(var(--base-font-size)*33.0291);

  bottom: calc(var(--base-font-size)*-2.01081);
  left: calc(var(--base-font-size)*-17.1088);
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel_item-1::before {
    width: calc(var(--base-font-size)*40.9363018193);
    height: calc(var(--base-font-size)*27.2908954218);
    bottom: calc(var(--base-font-size)*-1.6614683846);
    left: calc(var(--base-font-size)*-14.1364575962);
  }
}
.p-styling__carousel_item-2::before {
  width: calc(var(--base-font-size)*50.5818);
  height: calc(var(--base-font-size)*33.72124);

  bottom: calc(var(--base-font-size)*-2.08);
  left: calc(var(--base-font-size)*-15.847);
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel_item-2::before {
    width: calc(var(--base-font-size)*41.7941334776);
    height: calc(var(--base-font-size)*27.8627887025);
    bottom: calc(var(--base-font-size)*-1.7186378823);
    left: calc(var(--base-font-size)*-13.0938723655);
  }
}
.p-styling__carousel_item-3::before {
  width: calc(var(--base-font-size)*40.13);
  height: calc(var(--base-font-size)*26.7533);

  bottom: calc(var(--base-font-size)*-1.12121);
  left: calc(var(--base-font-size)*-11.2827);
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel_item-3::before {
    width: calc(var(--base-font-size)*33.1581433728);
    height: calc(var(--base-font-size)*22.105401373);
    bottom: calc(var(--base-font-size)*-0.9264201827);
    left: calc(var(--base-font-size)*-9.3225363626);
  }
}
.p-styling__carousel .slick-arrow {
  width: calc(var(--base-font-size)*2.06084);
  height: calc(var(--base-font-size)*5.91367);
  background: url(https://naigaiec.itembox.design/item/suasic/slick-arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.p-styling__carousel .slick-arrow::before {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel .slick-arrow {
    width: calc(var(--base-font-size)*2.79727);
    height: calc(var(--base-font-size)*8.21504);
  }
}
.p-styling__carousel .slick-arrow.slick-prev {
  left: calc(var(--base-font-size)*22.0547);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel .slick-arrow.slick-prev {
    left: calc(var(--base-font-size)*7.46684);
  }
}
.p-styling__carousel .slick-arrow.slick-next {
  right: calc(var(--base-font-size)*22.0547);
  transform: translateY(-50%) scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .p-styling__carousel .slick-arrow.slick-next {
    right: calc(var(--base-font-size)*7.46684);
  }
}
.p-styling-inspection {
  padding: calc(var(--base-font-size)*19.5) 0 0;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection {
    padding: calc(var(--base-font-size)*9.79) 0 0;
  }
}
.p-styling-inspection__title {
  margin: 0 auto calc(var(--base-font-size)*4.099);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: calc(var(--base-font-size)*1.41732);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__title {
    margin-bottom: calc(var(--base-font-size)*2.48181);
    font-size: calc(var(--base-font-size)*1.84252);
  }
}
.p-styling-inspection__block {
  max-width: calc(var(--base-font-size)*85.02324);
  width: 100%;
  margin: 0 auto;
  padding: calc(var(--base-font-size)*1.1);
  border: calc(var(--base-font-size)*0.2) solid var(--pink2);
  border-radius: calc(var(--base-font-size)*1.5);
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__block {
    width: calc(100% - (var(--base-font-size)*3.72372));
    margin: 0 calc(var(--base-font-size)*1.86186);
    padding: calc(var(--base-font-size)*0.78713);
  }
}
.p-styling-inspection__block + .p-styling-inspection__block {
  margin-top: calc(var(--base-font-size)*2.215);
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__block + .p-styling-inspection__block {
    margin-top: calc(var(--base-font-size)*1.60425);
  }
}
.p-styling-inspection__block_inner {
  padding: calc(var(--base-font-size)*8.11713) 3calc(var(--base-font-size)*.81992);
  border-radius: calc(var(--base-font-size)*1.5);
  box-sizing: border-box;
  background: url(https://naigaiec.itembox.design/item/suasic/bg_dot.webp) 50% 50% repeat;
  background-size: calc(var(--base-font-size)*1.4);
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__block_inner {
    padding: calc(var(--base-font-size)*5.89353) calc(var(--base-font-size)*2.76684);
  }
}
.p-styling-inspection__block_title {
  margin: 0 auto calc(var(--base-font-size)*2.92092);
  padding: 0 0 calc(var(--base-font-size)*1.2475);
  border-bottom: 1px solid var(--base);
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*2.83465);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__block_title {
    margin-bottom: calc(var(--base-font-size)*2.20722);
    padding-bottom: calc(var(--base-font-size)*0.97375);
    font-size: calc(var(--base-font-size)*2.2);
  }
}
.p-styling-inspection__result {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(var(--base-font-size)*2.8);
       column-gap: calc(var(--base-font-size)*2.8);
  margin: 0 auto calc(var(--base-font-size)*4.95377);
  padding: 0 0 calc(var(--base-font-size)*2.165);
  border-bottom: 1px solid var(--base);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__result {
    margin-bottom: calc(var(--base-font-size)*2.09606);
  }
}
.p-styling-inspection__result_head {
  line-height: 1.8;
  font-size: calc(var(--base-font-size)*1.48819);
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__result_head {
    font-size: calc(var(--base-font-size)*2);
  }
}
.p-styling-inspection__result_body {
  font-size: calc(var(--base-font-size)*3.04724);
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__result_body {
    font-size: calc(var(--base-font-size)*2.4);
  }
}
.p-styling-inspection__image-01 {
  max-width: calc(var(--base-font-size)*71.03);
  width: 100%;
  margin: 0 0 0 auto;
  transform: translateX(calc(var(--base-font-size)*2.42161));
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__image-01 {
    max-width: calc(var(--base-font-size)*51.633);
    transform: translateX(0);
  }
}
.p-styling-inspection__image-03 {
  max-width: calc(var(--base-font-size)*68.938);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__image-03 {
    width: calc(var(--base-font-size)*51.0812);
  }
}
.p-styling-inspection__movie {
  max-width: calc(var(--base-font-size)*58.2949);
  width: 100%;
  margin: 0 auto;
  padding: 0 0 calc(var(--base-font-size)*10.6642);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__movie {
    max-width: calc(var(--base-font-size)*50.0816);
    padding-bottom: calc(var(--base-font-size)*9.26636);
  }
}
.p-styling-inspection__movie::after {
  content: "";
  width: calc(var(--base-font-size)*34.0198);
  height: calc(var(--base-font-size)*9.36992);
  background: url(https://naigaiec.itembox.design/item/suasic/inspection_img-02_1.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: calc(var(--base-font-size)*-8.19157);
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-styling-inspection__movie::after {
    width: calc(var(--base-font-size)*22.4532);
    height: calc(var(--base-font-size)*6.7868);
    right: 0;
  }
}
.p-styling-inspection__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-product {
  padding: calc(var(--base-font-size)*0.97093) 0 calc(var(--base-font-size)*24.7027);
  background: linear-gradient(to bottom, #f1c9ca 30%, #edecec 92%, #FFF);
}
@media only screen and (max-width: 767px) {
  .p-product {
    padding: calc(var(--base-font-size)*2.65813) 0 calc(var(--base-font-size)*20.9666);
  }
}
.p-product__title {
  max-width: calc(var(--base-font-size)*28);
  width: 100%;
  margin: 0 auto calc(var(--base-font-size)*8.03496) calc(var(--base-font-size)*10.2447);
}
@media only screen and (max-width: 767px) {
  .p-product__title {
    max-width: calc(var(--base-font-size)*34.8315);
    margin: 0 auto calc(var(--base-font-size)*5.5826) calc(var(--base-font-size)*5.52395);
  }
}
.p-product__lineup {
  max-width: calc(var(--base-font-size)*92.1);
  width: 100%;
  margin: 0 auto calc(var(--base-font-size)*6.452);
  padding: calc(var(--base-font-size)*2.85) 0 calc(var(--base-font-size)*2.02738);
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-product__lineup {
    margin-bottom: calc(var(--base-font-size)*7.53995);
    padding: calc(var(--base-font-size)*3.98496) 0 calc(var(--base-font-size)*2.67798);
  }
}
@media only screen and (max-width: 767px) {
  .p-product__lineup.newitem-wide .p-product__lineup_image {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -25vw;
  }
}

.p-product__lineup .fukidashi {
  position: absolute;
  width: 20vw;
  top: -9.4vw;
  right: 2vw;
}
@media only screen and (max-width: 767px) {
  .p-product__lineup .fukidashi {
    /* width: 36vw;
    top: -20vw;
    right: 2vw; */
    display: none;
  }
}
.p-product__lineup_image {
  max-width: calc(var(--base-font-size)*79.191);
  width: 100%;
  margin: 0 auto calc(var(--base-font-size)*1.61854);
}
@media only screen and (max-width: 767px) {
  .p-product__lineup_image {
    max-width: calc(var(--base-font-size)*55.1352);
    margin-bottom: calc(var(--base-font-size)*5.85619);
  }
}
.p-product__lineup_price {
  margin: 0 auto calc(var(--base-font-size)*1.08632);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.8957);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product__lineup_price {
    margin-bottom: calc(var(--base-font-size)*0.56842);
    font-size: calc(var(--base-font-size)*3);
  }
}
.p-product__lineup_size {
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.24405);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product__lineup_size {
    font-size: calc(var(--base-font-size)*2);
  }
}
.p-product__lineup_btn {
  margin: calc(var(--base-font-size)*0.172) auto 0;
}
@media only screen and (max-width: 767px) {
  .p-product__lineup_btn {
    margin-top: calc(var(--base-font-size)*0.64632);
  }
}
.p-product__lineup_link {
  display: block;
  max-width: calc(var(--base-font-size)*32);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-product__lineup_link {
    max-width: calc(var(--base-font-size)*56);
  }
}
.p-product-use {
  max-width: calc(var(--base-font-size)*60);
  width: 100%;
  margin: 0 auto;
  padding: calc(var(--base-font-size)*1.078);
  border: calc(var(--base-font-size)*0.2) solid var(--pink1);
  border-radius: calc(var(--base-font-size)*1.5);
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-product-use {
    max-width: calc(var(--base-font-size)*61.1681);
    padding: calc(var(--base-font-size)*0.98234);
  }
}
.p-product-use__inner {
  padding: calc(var(--base-font-size)*4.5877) calc(var(--base-font-size)*8.49396);
  border-radius: calc(var(--base-font-size)*1.5);
  box-sizing: border-box;
  background: url(https://naigaiec.itembox.design/item/suasic/bg_stripe.webp) 50% 50% repeat;
  background-size: calc(var(--base-font-size)*1.4);
}
@media only screen and (max-width: 767px) {
  .p-product-use__inner {
    padding: calc(var(--base-font-size)*4.79379) calc(var(--base-font-size)*2.94575);
  }
}
.p-product-use__how {
  margin: 0 auto;
}
.p-product-use__how_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(var(--base-font-size)*11.7553);
  height: calc(var(--base-font-size)*3.75321);
  margin: 0 auto calc(var(--base-font-size)*1.66024);
  border: 1px solid var(--base);
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.65607);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-use__how_title {
    width: calc(var(--base-font-size)*20.4162);
    height: calc(var(--base-font-size)*6.51843);
    margin-bottom: calc(var(--base-font-size)*2.95109);
    font-size: calc(var(--base-font-size)*2.8);
  }
}
.p-product-use__how_content {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.4);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-use__how_content {
    font-size: calc(var(--base-font-size)*2.4);
  }
}
.p-product-use__preparation {
  margin: calc(var(--base-font-size)*2) auto 0;
}
@media only screen and (max-width: 767px) {
  .p-product-use__preparation {
    margin-top: calc(var(--base-font-size)*4.08936);
  }
}
.p-product-use__preparation_title {
  margin: 0 auto calc(var(--base-font-size)*0.7589);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.1);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-use__preparation_title {
    margin-bottom: calc(var(--base-font-size)*1.08378);
    font-size: calc(var(--base-font-size)*2);
  }
}
.p-product-use__preparation_content {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.4);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-use__preparation_content {
    font-size: calc(var(--base-font-size)*2.4);
  }
}
.p-product-use__preparation_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.p-product-use__preparation_item::before {
  content: "・ ";
}
.p-product-use__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(var(--base-font-size)*0.87051);
       column-gap: calc(var(--base-font-size)*0.87051);
  margin: calc(var(--base-font-size)*4.01761) auto 0;
}
@media only screen and (max-width: 767px) {
  .p-product-use__grid {
    -moz-column-gap: calc(var(--base-font-size)*1.11203);
         column-gap: calc(var(--base-font-size)*1.11203);
    row-gap: calc(var(--base-font-size)*0.97683);
    margin-top: calc(var(--base-font-size)*5.06118);
  }
}
.p-product-use__grid_item {
  display: flex;
  flex-direction: column;
}
.p-product-use__grid_image {
  flex-grow: 0;
}
.p-product-use__grid_content {
  flex-grow: 1;
  padding: calc(var(--base-font-size)*1.499) 0 calc(var(--base-font-size)*1.48);
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-product-use__grid_content {
    padding: calc(var(--base-font-size)*4.14474) calc(var(--base-font-size)*1.89544) calc(var(--base-font-size)*5.259);
  }
}
.p-product-use__grid_num {
  margin: 0 auto calc(var(--base-font-size)*0.8);
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*2.12598);
  font-weight: 600;
  color: var(--pink2);
}
@media only screen and (max-width: 767px) {
  .p-product-use__grid_num {
    margin-bottom: calc(var(--base-font-size)*2.12211);
    font-size: calc(var(--base-font-size)*2.8);
  }
}
.p-product-use__grid_lead {
  line-height: 1.2884727272;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.1);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-use__grid_lead {
    font-size: calc(var(--base-font-size)*2.2);
  }
}
.p-product-use__grid_att {
  display: block;
  margin: calc(var(--base-font-size)*0.8) auto 0;
  font-size: calc(var(--base-font-size)*1);
}
@media only screen and (max-width: 767px) {
  .p-product-use__grid_att {
    margin-top: 1.5em;
    font-size: calc(var(--base-font-size)*2);
  }
}
.p-product-deveropment {
  margin: calc(var(--base-font-size)*20.8437) auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-product-deveropment {
    margin-top: calc(var(--base-font-size)*35.8677);
  }
}
.p-product-deveropment__content {
  position: absolute;
  top: calc(var(--base-font-size)*-6.88398);
  right: calc(var(--base-font-size)*10.985);
}
@media only screen and (max-width: 767px) {
  .p-product-deveropment__content {
    top: calc(var(--base-font-size)*-23.3139);
    right: calc(var(--base-font-size)*7.29195);
  }
}
.p-product-deveropment__lead {
  display: block;
  height: calc(var(--base-font-size)*37.7349);
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.77165625;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  font-size: calc(var(--base-font-size)*1.6);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-deveropment__lead {
    width: 100%;
    height: calc(var(--base-font-size)*43.8962);
    line-height: 1.5461727273;
    font-size: calc(var(--base-font-size)*2.2);
  }
}
.p-product-deveropment__lead_en {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: calc(var(--base-font-size)*1.41732);
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-product-deveropment__lead_en {
    font-size: calc(var(--base-font-size)*1.9);
  }
}
.p-product-deveropment__lead_sub {
  line-height: 3;
  font-size: calc(var(--base-font-size)*2.40945);
  font-weight: 700;
}
.p-product-voice {
  margin: calc(var(--base-font-size)*17.942) auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-product-voice {
    margin-top: calc(var(--base-font-size)*32.8622);
  }
}
.p-product-voice__title {
  position: absolute;
  top: 0;
  left: calc(var(--base-font-size)*9.55609);
  z-index: 2;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-product-voice__title {
    top: auto;
    left: calc(var(--base-font-size)*6.13509);
    bottom: calc(100% + (var(--base-font-size)*4.39468));
  }
}
.p-product-voice__title_en {
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: calc(var(--base-font-size)*1.41732);
  font-weight: 700;
}
.p-product-voice__title_jp {
  line-height: 3;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*2.40945);
  font-weight: 700;
}
.p-product-voice__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(var(--base-font-size)*5.565);
       column-gap: calc(var(--base-font-size)*5.565);
  row-gap: calc(var(--base-font-size)*10.6313);
  max-width: calc(var(--base-font-size)*67.1);
  width: 100%;
  margin: 0 calc(var(--base-font-size)*9.29925) 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-product-voice__body {
    grid-template-columns: 100%;
    row-gap: 0;
  }
}
.p-product-voice__body::after {
  content: "";
  width: calc(var(--base-font-size)*88.0432);
  height: calc(var(--base-font-size)*60.0497);
  background: url(https://naigaiec.itembox.design/item/suasic/voice_bg.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: calc(var(--base-font-size)*-9.29925);
  z-index: -1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-product-voice__body::after {
    width: calc(var(--base-font-size)*65.6);
    height: calc(var(--base-font-size)*131.952);
    background-image: url(https://naigaiec.itembox.design/item/suasic/voice_bg-sp.webp);
    right: 50%;
    transform: translate(50%, -53%);
  }
}
@media only screen and (max-width: 767px) {
  .p-product-voice__item {
    width: calc(var(--base-font-size)*47.4406);
    height: calc(var(--base-font-size)*27.74);
    margin: 0 auto;
  }
}
.p-product-voice__item_title {
  margin: calc(var(--base-font-size)*0 0 0.985);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.81417);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-voice__item_title {
    font-size: 2.8);
  }
}
.p-product-voice__item_lead {
  line-height: 1.5263461538;
  letter-spacing: 0.05em;
  font-size: calc(var(--base-font-size)*1.3);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-product-voice__item_lead {
    line-height: 1.518295;
    font-size: calc(var(--base-font-size)*2);
  }
}
.p-product-item {
  margin: calc(var(--base-font-size)*21.8232) 0 0;
}
@media only screen and (max-width: 767px) {
  .p-product-item {
    margin-top: calc(var(--base-font-size)*24.6926);
  }
}
.p-product-item__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(var(--base-font-size)*5.42188);
       column-gap: calc(var(--base-font-size)*5.42188);
  max-width: calc(var(--base-font-size)*77.5781);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-product-item__wrap {
    flex-direction: column;
    row-gap: calc(var(--base-font-size)*3.6);
  }
}
.p-product-item__image {
  max-width: calc(var(--base-font-size)*30.1562);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-product-item__image {
    max-width: calc(var(--base-font-size)*44.3229);
  }
}
.p-product-item__btn {
  max-width: calc(var(--base-font-size)*42);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-product-item__btn {
    max-width: calc(var(--base-font-size)*56);
  }
}
/*# sourceMappingURL=maps/style.css.map */

/* 20250317追記 */
.p-feature {
	padding-bottom: calc(var(--base-font-size)* 11.17837);
    background: linear-gradient(to bottom, #f1c9ca 15%, #edecec 90%, #F4F4F4);
}
.p-concept__title {
  width: calc(var(--base-font-size)* 38.00645);
}
@media only screen and (max-width: 767px) {
    .p-concept__title {
        width: calc(var(--base-font-size)* 52.87217);
    }
}
.p-concept__what {
	max-width: calc(var(--base-font-size)*72.7222);
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.p-concept__what {
		max-width: calc(var(--base-font-size)*52.52202);
	}
}
.p-product-top {
	padding: calc(var(--base-font-size)*5.58918) 0 calc(var(--base-font-size)*15.98507);
	text-align: center;
	background: linear-gradient(to bottom, #ECEBEC 80%, #FFFFFF);
}
@media only screen and (max-width: 767px) {
	.p-product-top {
		padding-top: calc(var(--base-font-size)*10.50440);
	}
}
.p-product-top__title {
	margin-inline: auto;
	width: calc(var(--base-font-size)*13.41404);
	margin-bottom: calc(var(--base-font-size)* 3.35351);
}
@media only screen and (max-width: 767px) {
	.p-product-top__title {
		width: calc(var(--base-font-size)*28.01174);
	}
}
.p-product-top__block {
	max-width: calc(var(--base-font-size)*92.22153);
	margin-inline: auto;
	background: #fff;
	padding: calc(var(--base-font-size)*5.58918) calc(var(--base-font-size)*3.57798) calc(var(--base-font-size)*3.57798);
	display: grid;
	grid-template-columns: calc(var(--base-font-size)*36.88861) calc(var(--base-font-size)*22.35674);
	grid-template-rows: auto auto auto;
	justify-content: center;
	align-items: center;
	column-gap: calc(var(--base-font-size)*2.23567);
}
@media only screen and (max-width: 767px) {
	.p-product-top__block {
		padding: calc(var(--base-font-size)*7.00294) 0;
		grid-template-columns: 1fr;
		row-gap: calc(var(--base-font-size)*5.25220);
	}
}
@media only screen and (max-width: 767px) {
	.p-product-top__lineup {
		max-width: calc(var(--base-font-size)*59.52496);
		margin-inline: auto;
	}
}
.p-product-top__shoes {
	grid-column: 2/3;
	grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
	.p-product-top__shoes {
		max-width: calc(var(--base-font-size)*38.51615);
		margin-inline: auto;
		grid-column: 1;
		grid-row: 2/3;
	}
}
.p-product-top__btn {
	max-width: calc(var(--base-font-size)*39.12429);
	margin-inline: auto;
	grid-column: 1/3;
	grid-row: 3/4;
	margin-top: calc(var(--base-font-size)*2.23567);
}
@media only screen and (max-width: 767px) {
	.p-product-top__btn {
		max-width: calc(var(--base-font-size)*52.52202);
		grid-column: 1;
		grid-row: 4/5;
		margin-top: 0;
	}
}
.p-product-top__text {
	font-size: calc(var(--base-font-size)*1.34140);
}
@media only screen and (max-width: 767px) {
	.p-product-top__text {
		font-size: calc(var(--base-font-size)*3.15132);
	}
}
.p-lineup {
	background: #F4F4F4;
	padding: calc(var(--base-font-size)*2.23567) 0 calc(var(--base-font-size)*13.63761);
}
.p-lineup__title {
	margin-inline: auto;
	width: calc(var(--base-font-size)*30.68462);
	margin-bottom: calc(var(--base-font-size)* 5.58918);
}
@media only screen and (max-width: 767px) {
	.p-lineup__title {
		width: calc(var(--base-font-size)*52.87217);
		margin-bottom: calc(var(--base-font-size)* 5.25220);
	}
}
.p-lineup__fukidashi {
	margin-inline: auto;
	width: calc(var(--base-font-size)*36.10613);
}
@media only screen and (max-width: 767px) {
	.p-lineup__fukidashi {
		width: calc(var(--base-font-size)*62.06352);
	}
}
.p-lineup__types {
	max-width: calc(var(--base-font-size)* 72.7222);
	margin-inline: auto;
	margin-top: calc(var(--base-font-size)* 1.11784);
	margin-bottom: calc(var(--base-font-size)*8.38378);
}
@media only screen and (max-width: 767px) {
	.p-lineup__types {
		max-width: calc(var(--base-font-size)* 52.52202);
		margin-top: calc(var(--base-font-size)* 2.97625);
		margin-bottom: calc(var(--base-font-size)*8.5786);
	}
}
.p-lineup__type1,
.p-lineup__type2 {
	max-width: calc(var(--base-font-size)* 78.80749);
	margin-inline: auto;
}
@media only screen and (max-width: 767px) {
	.p-lineup__type1,
	.p-lineup__type2 {
		max-width: calc(var(--base-font-size)* 60.400032);
	}
}
.p-lineup .p-product__lineup {
	max-width: calc(var(--base-font-size)* 72.7222);
	margin-inline: auto;
	margin-top: calc(var(--base-font-size)* 2.79459);
}
@media only screen and (max-width: 767px) {
	.p-lineup .p-product__lineup {
		max-width: 100%;
		margin-top: calc(var(--base-font-size)* 7.00294);
		padding: calc(var(--base-font-size)* 6.56525);
	}
}
.p-lineup .p-product__lineup:last-child {
	margin-bottom: 0;
}
.p-product__lineup_image-type1 {
	max-width: calc(var(--base-font-size)* 64.27561);
	margin-inline: auto;
	margin-bottom: calc(var(--base-font-size)* 2.23567);
}
.p-product__lineup_image-type2 {
	max-width: calc(var(--base-font-size)* 41.91888);
	margin-inline: auto;
	margin-bottom: calc(var(--base-font-size)* 2.23567);
}
.p-lineup .p-product__lineup_btn {
	margin-top: calc(var(--base-font-size)* 2.23567);
}
.p-styling {
    padding-bottom: calc(var(--base-font-size)* 8.94269);
}
.p-product {
	padding-top: calc(var(--base-font-size)* 3.35351);
}
