/* home */
/* home > mv */
@media screen and (min-width: 769px) {
  .p-home__mv {
    padding: 0 0 25px 0;
  }
  .p-home__mv__slide__item {
    transition: 0.3s;
  }
  .p-home__mv__slide__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv {
    padding: 0 0 6.933vw 0;
  }
}
/* home > nav */
.p-home__nav__inner {
  display: flex;
}

.p-home__nav__item {
  background-color: #FAFAFA;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.p-home__nav__text {
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-home__nav__inner {
    max-width: 787px;
    justify-content: space-between;
  }
  .p-home__nav__item {
    font-size: 13px;
    width: 31.6%;
    padding: 2.6% 0;
    transition: 0.3s;
    border-radius: 16px;
  }
  .p-home__nav__item:hover {
    opacity: 0.7;
  }
  .p-home__nav__arrow {
    width: 14px;
    height: 14px;
    margin: 0 7px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__nav__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-home__nav__item {
    font-size: 2.933vw;
    width: 45.333vw;
    padding: 5.3vw 0;
    margin-bottom: 5.866vw;
  }
  .p-home__nav__item {
    border-radius: 4.266vw;
  }
  .p-home__nav__item:nth-child(1) {
    margin-right: 2.666vw;
  }
  .p-home__nav__arrow {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.8vw 0 0;
  }
}
/* home > intro */
.p-home__intro__inner {
  padding-top: 47px;
  padding-bottom: 77px;
}

@media screen and (max-width: 768px) {
  .p-home__intro__inner {
    padding-top: 5.2vw;
    padding-bottom: 14.6vw;
  }
}
.p-home__intro__kokochi__title {
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokochi__title {
    font-size: 5.2vw;
    line-height: 2.6;
  }
}
.p-home__intro__kokochi_flex {
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokochi_flex {
    flex-direction: column;
    margin-top: 7.1vw;
  }
}
.p-home__intro__kokochi__txtarea {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  line-height: 2.2666666667;
  padding-right: 10%;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokochi__txtarea {
    width: 100%;
    text-align: center;
    padding: 0 1.5vw;
    font-size: 3.5vw;
    line-height: 2;
  }
}
.p-home__intro__kokochi__txtarea span {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 30px;
}

.p-home__intro__kokochi__imgarea {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokochi__imgarea {
    width: 100%;
    margin-top: 4vw;
  }
}
.p-home__intro__kokoroatari {
  margin-top: 181px;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokoroatari {
    margin-top: 31vw;
  }
}
.p-home__intro__kokoroatari__title {
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokoroatari__title {
    font-size: 5.2vw;
    line-height: 2.6;
  }
}
.p-home__intro__kokoroatari_flex {
  display: flex;
  gap: 39px;
  width: 94%;
  margin: 85px auto 0;
}

@media screen and (max-width: 768px) {
  .p-home__intro__kokoroatari_flex {
    flex-direction: column;
    margin-top: 6vw;
    width: 73%;
    gap: 9.6vw;
  }
}
/* home > about */
.p-home__about__logo {
  display: flex;
  flex-wrap: wrap;
}

.p-home__about__logo__item {
  position: relative;
}

.p-home__about__logo__bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.-dots .p-home__about__logo__bg:after {
  background-image: linear-gradient(0deg, rgb(242, 229, 83) 26%, rgba(255, 255, 255, 0) 26%);
}

.-flat .p-home__about__logo__bg:after {
  background-image: linear-gradient(0deg, #98C68E 26%, rgba(255, 255, 255, 0) 26%);
}

.-net .p-home__about__logo__bg:after {
  background-image: linear-gradient(0deg, #A0C8DD 26%, rgba(255, 255, 255, 0) 26%);
}

.-soft .p-home__about__logo__bg:after {
  background-image: linear-gradient(0deg, #CBBBAA 26%, rgba(255, 255, 255, 0) 26%);
}

.p-home__about__logo__bg {
  display: block;
  padding: 100% 0 0 0;
  border-radius: 50%;
  background-color: #FAFAFA;
  overflow: hidden;
}

.p-home__about__logo__item img {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 64.9%;
  margin: auto;
}

.p-home__about__text {
  text-align: center;
}

.p-home__about__text__title {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.3em;
}

.p-home__about__text__copy {
  line-height: 2.26;
  font-weight: 300;
}

.p-home__about__text__copy:last-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .p-home__about__inner {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
  }
  .p-home__about__logo {
    /* justify-content: flex-end; */
    width: 46.5%;
    margin: 0 auto;
  }
  .p-home__about__logo__item {
    width: 46%;
    margin: 0 3% 3% 0;
    /* background-color: #F6F6F6; */
  }
  .p-home__about__logo__item:nth-child(2),
  .p-home__about__logo__item:nth-child(4) {
    margin: 0 0 3% 0;
  }
  .p-home__about__text {
    /* width: 56%; */
    margin: 0 0 2.1% 0;
  }
  .p-home__about__text__title {
    font-size: 50px;
    margin: 0 0 3.5% 0;
  }
  .p-home__about__text__copy {
    font-size: 15px;
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__about__inner {
    flex-wrap: wrap;
    width: 94vw;
  }
  .p-home__about__logo {
    justify-content: space-between;
    width: 77.86vw;
    margin: 0 auto;
  }
  .p-home__about__logo__item {
    width: 35.73vw;
    margin: 0 0 5.33vw 0;
  }
  .p-home__about__text__title {
    line-height: 1.66;
    font-size: 8vw;
    margin: 0 0 9.6vw 0;
  }
  .p-home__about__text__copy {
    font-size: 3.46vw;
    margin: 0 0 4vw 0;
  }
}
/* home > recommend */
.p-home__recommend__title {
  text-align: center;
}

.p-home__recommend__whichtxt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.36;
}

.p-home__recommend__nav {
  display: flex;
  justify-content: space-between;
}

.p-home__recommend__nav__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #2E3D45;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 16px;
  color: white;
}

.p-home__recommend__nav__item.-active,
.p-home__recommend__nav__item:hover {
  color: white;
  opacity: 0.8;
}

.p-home__recommend__nav__item .-ja {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-home__recommend__nav__item .-ja:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow_05.png);
  background-size: contain;
  margin-right: 10px;
}

.p-home__recommend__nav__item .-en {
  font-weight: bold;
  opacity: 0.25;
}

.p-home__recommend__nav__item.-active .-ja,
.p-home__recommend__nav__item:hover .-ja {
  color: #fff;
}

.p-home__recommend__nav__item.-active .-en,
.p-home__recommend__nav__item:hover .-en {
  color: rgba(255, 255, 255, 0.35);
}

.p-home__recommend__slider__ttl {
  font-size: 30px;
  line-height: 0.8333333333;
  font-weight: bold;
  color: white;
  background-color: #2E3D45;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 100px auto 0;
}

.p-home__recommend__slider__item {
  /* display: none; */
  display: block;
}

/* .p-home__recommend__slider__item.-active {
  display: block;
}  */
@media screen and (min-width: 769px) {
  .p-home__recommend__inner {
    padding: 68px 0;
  }
  .p-home__recommend__title {
    font-size: 35px;
    margin: 0 0 50px 0;
  }
  .p-home__recommend__nav {
    padding: 57px 0 0 0;
    width: 82%;
    margin: 0 auto;
  }
  .p-home__recommend__nav__item {
    width: 47.16%;
    height: 71px;
  }
  .p-home__recommend__nav__item .-ja {
    font-size: 17px;
  }
  .p-home__recommend__nav__item .-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__recommend__inner {
    flex-wrap: wrap;
    padding: 10vw 0;
  }
  .p-home__recommend__title {
    font-size: 5.33vw;
    line-height: 1.75;
    margin: 0 0 10.03vw 0;
  }
  .p-home__recommend__whichtxt {
    font-size: 4.5vw;
  }
  .p-home__recommend__nav {
    margin: 18vw 0 8vw 0;
  }
  .p-home__recommend__nav__item {
    padding: 6.2vw 0;
    text-align: center;
    width: 48.36%;
    border-radius: 10px;
  }
  .p-home__recommend__nav__item .-ja {
    font-size: 4.6vw;
    line-height: 1.3529411765;
    margin: 0;
  }
  .p-home__recommend__nav__item .-ja::before {
    margin-right: 6px;
  }
  .p-home__recommend__nav__item .-en {
    font-size: 2vw;
    /* display: none; */
  }
  .p-home__recommend__slider__ttl {
    font-size: 5.3vw;
    margin: 3vw auto 0;
  }
}
/* home > dotslp_banner */
.p-home__dotslp_banner {
  max-width: 900px;
  padding: 0;
  padding-top: min(100px, 14vw);
}

.p-home__dotslp_banner a:hover,
.p-home__dotslp_banner a:active {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .p-home__dotslp_banner {
    padding-top: 14vw;
  }
}
/* home > lineup */
.p-home__lineup__inner {
  padding-bottom: 0;
}

.p-home__lineup__title {
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .p-home__lineup__title {
    font-size: 37px;
    margin: 0 0 58px 0;
  }
  .page-home .p-home__lineup__mattress__item {
    transition: 0.3s;
  }
  .page-home .p-home__lineup__mattress__item:hover {
    opacity: 0.8;
  }
  .page-home .p-home__lineup__lightmattress__item {
    transition: 0.3s;
  }
  .page-home .p-home__lineup__lightmattress__item:hover {
    opacity: 0.8;
  }
  .page-home .p-home__lineup__pillow__item {
    transition: 0.3s;
  }
  .page-home .p-home__lineup__pillow__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-home__lineup__inner {
    flex-wrap: wrap;
    padding-bottom: 17.6vw;
  }
  .p-home__lineup__title {
    font-size: 9.866vw;
    margin: 0 0 16vw 0;
  }
}
/* home > interview */
.p-home__interview__movie__item {
  max-width: 555px;
  width: 49%;
  display: flex;
  flex-direction: column;
  margin-top: 77px;
}

@media screen and (max-width: 768px) {
  .p-home__interview__movie__item {
    max-width: 100%;
    width: 100%;
    margin-top: 12vw;
  }
}
.p-home__interview__movie__item__txt .-ttl {
  text-align: center;
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .p-home__interview__movie__item__txt .-ttl {
    margin-top: 3.8vw;
  }
}
/* home > voice */
.p-home__voice {
  background-color: #EBEBEB;
}

.p-home__voice__inner {
  padding: 0;
}

.p-home__voice__title {
  text-align: center;
}

.p-home__voice__list {
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
}

.p-home__voice__list__item .-prof {
  font-weight: bold;
  text-align: center;
}

.p-home__voice__list__item .-comment {
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-home__voice__inner {
    padding: 5.5% 0 7.5% 0;
  }
  .p-home__voice__title {
    margin: 0 0 7.3% 0;
  }
  .p-home__voice__img {
    width: 61%;
    margin: 0 auto 4.58% auto;
  }
  .p-home__voice__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 2.25% 0;
  }
  .p-home__voice__list__item {
    width: 48%;
    margin: 0 0 2.5% 0;
    display: flex;
    align-items: center;
  }
  .p-home__voice__list__item .-prof {
    width: 80px;
    flex-shrink: 0;
    font-size: 14px;
    margin: 0 37px 0 0;
  }
  .p-home__voice__list__item .-comment {
    font-size: 16px;
    padding: 13px 20px;
    width: 100%;
    border-radius: 18px;
  }
  .p-home__voice__list__item .-comment:before {
    content: "";
    display: block;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 8px solid transparent;
    border-right: 20px #fff solid;
    position: absolute;
    width: 0;
    height: 0;
  }
  .p-home__voice__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__voice__inner {
    flex-wrap: wrap;
    padding: 14.4vw 0 13.3vw 0;
  }
  .p-home__voice__title {
    line-height: 1.66;
    font-size: 5.33vw;
    margin: 0 0 9.6vw 0;
  }
  .p-home__voice__img {
    margin: 0 auto 13.33vw auto;
  }
  .p-home__voice__list {
    margin: 0 0 6.66vw 0;
  }
  .p-home__voice__list__item {
    margin: 0 0 8vw 0;
    font-size: 3.733vw;
  }
  .p-home__voice__list__item .-prof {
    margin: 0 0 3.73vw 0;
    font-size: 3.73vw;
  }
  .p-home__voice__list__item .-comment {
    font-size: 3.73vw;
    padding: 4.5vw 3.73vw;
    width: 100%;
    border-radius: 18px;
  }
  .p-home__voice__list__item .-comment:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    border: 8px solid transparent;
    border-bottom: 20px #fff solid;
    position: absolute;
    width: 0;
    height: 0;
  }
  .p-home__voice__note {
    font-size: 2.66vw;
  }
}
/* home > doctor's interview */
.p-home__drinterview {
  background-color: #EBEBEB;
}

.p-home__drinterview__movie__item {
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .p-home__drinterview__movie__item {
    margin-top: 14vw;
  }
}
.p-home__drinterview__movie__item__img {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .p-home__drinterview__movie__item__img {
    width: 100%;
  }
}
.p-home__drinterview__movie__item__txt {
  width: 54%;
  padding-left: 6.5%;
}

@media screen and (max-width: 768px) {
  .p-home__drinterview__movie__item__txt {
    width: 100%;
    padding-left: 0;
  }
}
/* home > case */
.p-home__case__title {
  text-align: center;
}

.p-home__case__text__catch {
  font-weight: bold;
}

.p-home__case__col.-interview a {
  transition: 0.3s;
}

.p-home__case__col.-interview a:hover,
.p-home__case__col.-interview a:active {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .p-home__case__inner {
    padding-bottom: 77px;
  }
  .p-home__case__title {
    margin: 0 0 7.3% 0;
  }
  .p-home__case__img {
    width: 50%;
  }
  .p-home__case__col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-home__case__col.-interview {
    margin-top: 86px;
  }
  .p-home__case__text {
    width: 47.333%;
    display: flex;
    flex-direction: column;
  }
  .p-home__case__text__catch {
    font-size: 18px;
    margin: 0 0 5% 0;
  }
  .p-home__case__text__copy {
    font-size: 14px;
    line-height: 2;
  }
  .p-home__case__note {
    /* width: 73.33%;
    margin: 0 auto;
    padding: 2.5%; */
    text-align: center;
    margin: 6% 0 1.666% 0;
    font-weight: bold;
    font-size: 14px;
  }
  .p-home__case__bnr {
    display: block;
    width: 75%;
    margin: 108px auto 0 auto;
    transition: 0.3s;
  }
  .p-home__case__bnr:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-home__case__title {
    line-height: 1.66;
    font-size: 5.33vw;
    margin: 0 0 9.6vw 0;
  }
  .p-home__case__col.-interview {
    margin-top: 9.6vw;
  }
  .p-home__case__img {
    margin: 0 0 6.66vw 0;
  }
  .p-home__case__text__catch {
    font-size: 4.8vw;
    margin: 0 0 5.33vw 0;
    letter-spacing: 0.3em;
  }
  .p-home__case__text__catch.-center {
    text-align: center;
  }
  .p-home__case__text__copy {
    font-size: 3.7vw;
    line-height: 2;
  }
  .p-home__case__note {
    margin: 6vw 0 4vw 0;
    font-weight: bold;
    font-size: 3.2vw;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .p-home__case__bnr {
    margin: 6vw 0 0 0;
    display: block;
  }
}
/* home > lineup > mattress */
@media screen and (min-width: 769px) {
  .p-home__lineup__mattress {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 120px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-home__lineup__mattress__item {
    width: 100%;
    margin: 0 0 4.15% 0;
  }
  .p-home__lineup__mattress__item--short {
    width: 49%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__lineup__mattress {
    margin: 0 auto 28.26vw auto;
  }
}
/* home > lineup > lightmattress */
@media screen and (min-width: 769px) {
  .p-home__lineup__lightmattress {
    margin: 0 auto 160px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-home__lineup__lightmattress__item {
    width: 24.16%;
    margin: 0;
    background-color: #fff;
    padding: 0 0 2% 0;
  }
  .p-home__lineup__lightmattress__img {
    margin: 0 0 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__lineup__lightmattress {
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-home__lineup__lightmattress__item {
    width: 46.13vw;
    margin: 0 0 2.66vw 0;
    background-color: #fff;
    padding: 0 0 3.46vw 0;
  }
}
/* home > lineup > pillow */
@media screen and (min-width: 769px) {
  .p-home__lineup__pillow {
    margin: 0 auto 15% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-home__lineup__pillow__item {
    width: 24.16%;
    margin: 0;
    background-color: #fff;
    padding: 0 0 2% 0;
  }
  .p-home__lineup__pillow__img {
    margin: 0 0 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__lineup__pillow {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-home__lineup__pillow__item {
    width: 46.13vw;
    margin: 0 0 2.66vw 0;
    background-color: #fff;
    padding: 0 0 3.46vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-home__campaign__inner {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__campaign__inner {
    padding-bottom: 0px;
  }
}
.p-home__campaign__btn_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.p-home__campaign__btn_item {
  display: block;
  transition: 0.3s;
}
.p-home__campaign__btn_item:hover {
  opacity: 0.8;
}
.p-home__campaign__btn_item:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-home__campaign__btn_item:not(:first-child) {
    margin-top: 18px;
  }
}

/* mattress > intro */
.p-mattress__intro__title {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-mattress__intro__inner {
    padding: 7% 0 6.66% 0;
  }
  .p-mattress__intro__title {
    font-size: 35px;
    margin: 0 0 6% 0;
  }
  .p-mattress__intro__nav {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
  }
  .p-mattress__intro__nav.--col4 {
    max-width: 1200px;
    width: 100%;
  }
  .p-mattress__intro__nav__item {
    width: 31.6%;
  }
}
@media screen and (max-width: 768px) {
  .p-mattress__intro__inner {
    padding: 11.73vw 0 0 0;
  }
  .p-mattress__intro__title {
    font-size: 5.86vw;
    margin: 0 0 8vw 0;
  }
}
/* mattress > product */
@media screen and (min-width: 769px) {
  .p-mattress__product__inner {
    padding: 0 0 3% 0;
  }
  .p-mattress__product__main {
    margin: 0 0 6.66% 0;
  }
}
/* mattress > product > point */
.p-mattress__product__point__title__large {
  letter-spacing: 0.2em;
  line-height: 1.42;
}

.p-mattress__product__point__list__item {
  text-align: center;
}

.p-mattress__product__point__list__img {
  overflow: hidden;
  line-height: 0;
}

.p-mattress__product__point__list__catch {
  font-weight: bold;
}

.p-mattress__product__point__list__note {
  text-align: left;
}

.p-mattress__product__point {
  overflow: hidden;
}

.p-mattress__product__point__list__movie {
  /* line-height: 0; */
}

.p-mattress__product__point__list__movie__inner {
  background-color: #fff;
}

.p-mattress__product__point__list__movie__title {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.p-mattress__product__point__list__movie__item {
  text-align: center;
}

.p-mattress__product__point__list__movie__text02 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-mattress__product__point__list__movie__text02 .-logo {
  display: inline-block;
}

.p-mattress__product__point__list__movie__img {
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .p-mattress__product__main {
    margin: 0 0 6.66% 0;
  }
  .p-mattress__product__point {
    max-width: 1037px;
    width: 90%;
    margin: 0 auto 3% auto;
  }
  .p-mattress__product__point:last-child {
    margin-bottom: 0;
  }
  .p-mattress__product__point__title__large {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
  .p-mattress__product__point__title__small {
    font-size: 16px;
    letter-spacing: 0;
  }
  .p-mattress__product__point__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-mattress__product__point__list__item {
    width: 48.21%;
    margin: 0 0 4% 0;
  }
  .p-mattress__product__point__list__item--long {
    width: 100%;
  }
  .p-mattress__product__point__list__item--middle {
    width: 80%;
  }
  .p-mattress__product__point__list__item--middle02 {
    width: 57.2%;
  }
  .p-mattress__product__point__list__item--short02 {
    width: 39.9%;
  }
  .p-mattress__product__point__list__item:nth-child(2) {
    margin-left: 2.89%;
  }
  .p-mattress__product__point__list__img {
    margin: 0 0 4% 0;
    border-radius: 20px;
  }
  .p-mattress__product__point__list__text {
    font-size: 14px;
  }
  .p-mattress__product__point__list__text .-small {
    font-size: 12px;
  }
  .p-mattress__product__point__list__catch {
    font-size: 14px;
    margin: 0 0 2% 0;
  }
  .p-mattress__product__point__list__note {
    font-size: 14px;
  }
  .p-mattress__product__point__list__movie {
    margin: 0 0 4% 0;
  }
  .p-mattress__product__point__list__movie__title {
    margin: 0 0 1.4% 0;
    font-size: 16px;
  }
  .p-mattress__product__point__list__movie__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2% 3.5% 2% 3.5%;
    margin: 0 0 2% 0;
    border-radius: 20px;
  }
  .p-mattress__product__point__list__movie__item {
    width: 48%;
  }
  .p-mattress__product__point__list__movie__img {
    margin: 0 0 2.17% 0;
  }
  .p-mattress__product__point__list__movie__img.-short {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-mattress__product__point__list__movie__text {
    margin: 0 0 4% 0;
  }
  .p-mattress__product__point__list__movie__note {
    text-align: center;
  }
  .p-mattress__product__point__list__item--movie {
    width: 63.9%;
    margin: 0 0 9% 0;
  }
  .p-mattress__product__point__list__video {
    margin: 0 0 2% 0;
  }
  .p-mattress__product__point__list__video-text {
    font-size: 14px;
  }
  .p-mattress__product__point__list__movie__text02 .-logo {
    margin: 0 0 0 7px;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__dotsplus {
    width: 65px;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__dots {
    width: 54px;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__flat {
    width: 45px;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__soft {
    width: 51px;
  }
}
@media screen and (max-width: 768px) {
  .p-mattress__product__inner {
    padding: 15vw 0 8vw 0;
  }
  .p-mattress__product__main {
    margin: 0 0 6.66vw 0;
  }
  .p-mattress__product__point {
    margin: 0 auto 18.66vw auto;
  }
  .p-mattress__product__point:last-child {
    margin-bottom: 0;
  }
  .p-mattress__product__point__no {
    margin-bottom: 4vw;
  }
  .p-mattress__product__point__title {
    /* margin: 0 0 8vw 0; */
  }
  .p-mattress__product__point__title__large {
    font-size: 5.2vw;
    margin: 0 0 3.4vw 0;
  }
  .p-mattress__product__point__title__large:last-child {
    margin: 0;
  }
  .p-mattress__product__point__title__small {
    font-size: 3.733vw;
  }
  .p-mattress__product__point__list__item {
    margin: 0 0 8vw 0;
  }
  .p-mattress__product__point__list__item:last-child {
    margin-bottom: 0;
  }
  .p-mattress__product__point__list__img {
    margin: 0 0 2.66vw 0;
    border-radius: 2.66vw;
  }
  .p-mattress__product__point__list__text {
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__text .-small {
    font-size: 2.66vw;
  }
  .p-mattress__product__point__list__catch {
    font-size: 3.2vw;
    margin: 4.8vw 0 5.33vw 0;
  }
  .p-mattress__product__point__list__note {
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__movie__title {
    margin: 0 0 4.26vw 0;
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__movie__inner {
    padding: 6.9vw 2.93vw 5.86vw 2.93vw;
    margin: 0 0 5.33vw 0;
    border-radius: 2.66vw;
  }
  .p-mattress__product__point__list__movie__item {
    margin: 0 0 8vw 0;
  }
  .p-mattress__product__point__list__movie__item:last-child {
    margin: 0;
  }
  .p-mattress__product__point__list__movie__img {
    margin: 0 0 2.66vw 0;
  }
  .p-mattress__product__point__list__movie__text {
    margin: 0 0 2.66vw 0;
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__movie__text02 {
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__movie__note {
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__item--movie {
    margin: 0 0 8vw 0;
  }
  .p-mattress__product__point__list__video {
    margin: 0 0 2.6vw 0;
  }
  .p-mattress__product__point__list__video-text {
    font-size: 3.2vw;
  }
  .p-mattress__product__point__list__movie__text02 .-logo {
    margin: 0 0 0 2.6vw;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__dotsplus {
    width: 15.4vw;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__dots {
    width: 11.73vw;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__flat {
    width: 9.33vw;
  }
  .p-mattress__product__point__list__movie__text02 .-logo__soft {
    width: 11.46vw;
  }
}
/* mattress > about */
@media screen and (min-width: 769px) {
  .p-mattress__about {
    margin: 28px 0 5.4% 0;
  }
  .p-mattress__about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: #fff;
  }
  .p-mattress__about__header {
    margin: 0 0 0 5.25%;
  }
  .p-mattress__about__header__catch {
    width: 63%;
    margin: 0 0 4% 0;
  }
  .p-mattress__about__header__title {
    font-size: 18px;
  }
  .p-mattress__about__header__text {
    font-size: 16px;
  }
  .p-mattress__about__img {
    width: 36.5%;
    /* margin: 0 0 0 12.9%; */
    margin: 0 0 0 4%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mattress__about {
    background-color: #fff;
    width: 100vw;
    transform: translateX(-2.7vw);
    margin: 0 0 8.8vw 0;
    padding: 5vw 0 0 0;
  }
  .p-mattress__about__inner {
    padding: 0;
    width: 100%;
    /* transform: translateX(-10%); */
  }
  .p-mattress__about__header {
    /* padding: 0 0 0 4vw; */
    width: 94.66vw;
    margin: 0 auto;
  }
  .p-mattress__about__header__catch {
    margin: 0 0 4.8vw 0;
  }
  .p-mattress__about__header__title {
    font-size: 3.2vw;
    text-align: center;
    margin: 0 0 3.9vw 0;
  }
  .p-mattress__about__header__text {
    font-size: 2.66vw;
  }
  .p-mattress__about__img {
    /* width: 35.46vw; */
    /* padding: 0 0 0 4vw; */
    /* flex-shrink: 0; */
    margin: 3.73vw 0 0 0;
  }
}
.p-pillow__net__point01__img {
  position: relative;
}

.p-pillow__net__point01__movie {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .p-pillow__net__point01__movie {
    width: 37%;
    bottom: 10%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-pillow__net__point01__movie {
    width: 48%;
    bottom: 13%;
    left: 1%;
  }
}
@media screen and (min-width: 769px) {
  .p-mattress__product__movie__net01 {
    width: 107%;
    max-width: 107%;
  }
}
/* shoplist */
/* shoplist > consul */
.p-shoplist__consul__inner {
  padding-bottom: 0;
}

.p-shoplist__consul__title {
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__title {
    font-size: 5vw;
  }
}
.p-shoplist__consul__subtitle {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-shoplist__consul__subtitle {
    margin-top: 4vw;
    font-size: 3.8vw;
  }
}

.p-shoplist__consul__lead__flex {
  display: flex;
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__flex {
    flex-direction: column;
    margin-top: 8vw;
    align-items: center;
  }
}
.p-shoplist__consul__lead__imgarea {
  width: 578px;
  flex-shrink: 2;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__imgarea {
    width: 100%;
  }
}
.p-shoplist__consul__lead__txtarea {
  width: 578px;
  flex-shrink: 1;
  margin-left: 3.7%;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__txtarea {
    width: 95%;
    margin: 0;
  }
}
.p-shoplist__consul__lead__txt__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.36rem;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__txt__title {
    margin-top: 6.2vw;
    font-size: 4.85vw;
    text-align: center;
  }
}
.p-shoplist__consul__lead__txt__exp {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__txt__exp {
    font-size: 3.8vw;
    margin-top: 4.2vw;
    line-height: 2;
  }
}
.p-shoplist__consul__lead__iconguide__list__wrap {
  margin-top: 79px;
  display: flex;
  gap: 7.2%;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__iconguide__list__wrap {
    margin-top: 8vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__iconguide__list:not(:first-child) {
    margin-top: 1.4vw;
  }
}
.p-shoplist__consul__lead__iconguide {
  display: flex;
  align-items: center;
}

.p-shoplist__consul__lead__iconguide:not(:first-child) {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__iconguide:not(:first-child) {
    margin-top: 1.4vw;
  }
}
.p-shoplist__consul__lead__iconguide__iconimg {
  display: inline-block;
  width: 38px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__iconguide__iconimg {
    width: 8.8vw;
  }
}
.p-shoplist__consul__lead__iconguide__icontxt {
  font-size: 14px;
  margin-left: 13px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__iconguide__icontxt {
    font-size: 3.1vw;
  }
}
.p-shoplist__consul__lead__anno {
  font-size: 12px;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__lead__anno {
    font-size: 3.2vw;
    margin-top: 2.7vw;
    line-height: 2.3;
  }
}
.p-shoplist__consul__list {
  margin-top: 57px;
  display: flex;
  flex-wrap: wrap;
  gap: 3.8%;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__list {
    margin-top: 8.2vw;
  }
}
.p-shoplist__consul__item {
  font-size: 18px;
  line-height: 1.7222222222;
  background-color: white;
  padding: 18px 22px 38px;
  width: 48.1%;
  margin-bottom: 3.8%;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item {
    font-size: 3.75vw;
    width: 100%;
    padding: 4vw 2.6vw 3.7vw;
    line-height: 2.2142857143;
    margin-bottom: 6.4vw;
  }
}
.p-shoplist__consul__item__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding-bottom: 13px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item__titlewrap {
    padding-left: 3.1vw;
    padding-bottom: 4.1vw;
    margin-bottom: 4.7vw;
  }
}
.p-shoplist__consul__item__title {
  font-weight: bold;
}

.p-shoplist__consul__item__icon__list {
  display: flex;
  gap: 11px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item__icon__list {
    gap: 2.1vw;
  }
}
.p-shoplist__consul__item__icon {
  width: 38px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item__icon {
    width: 8.3vw;
  }
}
.p-shoplist__consul__item__icon a {
  transition: all 0.2s;
}

.p-shoplist__consul__item__icon a:hover,
.p-shoplist__consul__item__icon a:active {
  opacity: 0.7;
}

.p-shoplist__consul__item__address {
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item__address {
    margin-top: -1.1vw;
  }
}
.p-shoplist__consul__item__tel {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item__tel {
    font-size: 4.4vw;
    margin-top: -0.9vw;
  }
}
.p-shoplist__consul__item__tel::before {
  content: "";
  display: block;
  width: 18.62px;
  height: 18.62px;
  background-image: url("../img/products/shoplist/icon-tel.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 17px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__consul__item__tel::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2.4vw;
  }
}
/* shoplist > intro */
.p-shoplist__intro__inner {
  padding: 4% 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-shoplist__intro__inner {
    padding: 17.83vw 0 0 0;
  }
}
.p-shoplist__intro__title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 5.5px;
  padding: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-shoplist__intro__title {
    font-size: 5.16vw;
    padding: 0 0 0 0;
  }
}
.p-shoplist__intro__comment {
  font-size: 12px;
  color: #C51F33;
  text-align: center;
  padding: 0 0 3% 0;
}

@media screen and (max-width: 768px) {
  .p-shoplist__intro__comment {
    padding: 0 0 8vw 0;
  }
}
.p-shoplist__intro__nav__list {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-shoplist__intro__nav__list {
    justify-content: flex-start;
    padding: 0 4%;
  }
}
.p-shoplist__intro__nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 25px;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-shoplist__intro__nav__item {
    margin: 0 0 7.4vw;
    width: 33.33333333%;
    padding: 0;
  }
}
.p-shoplist__intro__nav__item:after {
  display: block;
  position: absolute;
  bottom: -10px;
  content: "";
  background-image: url("../img/common/arrow_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 7px;
  transition: all 0.2s;
}

.p-shoplist__intro__nav__item:hover::after {
  transform: translateY(5px);
}

.p-shoplist__intro__nav__item.active:after {
  transform: translateY(5px);
}

.p-shoplist__intro__nav__item__text {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-shoplist__intro__nav__item__text {
    font-size: 3.7vw;
  }
}
/* shoplist > region */
.p-shoplist__region {
  display: none;
}

.p-shoplist__region.active {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-shoplist__region__inner {
  padding: 58px 0;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__inner {
    padding: 4.1% 0;
  }
}
.p-shoplist__region__ttl {
  font-size: 16px;
  font-weight: bold;
  background-color: #EBEBEB;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 31px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__ttl {
    font-size: 3.7vw;
    padding-left: 2.7vw;
    height: 11.8vw;
  }
}
.p-shoplist__region__list {
  margin: 0 auto 40px;
  background-color: white;
  padding: 15px 31px 48px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__list {
    padding: 15px 2.5% 0;
  }
}
.p-shoplist__region__item {
  display: flex;
  padding: 30.1px 0 24.1px;
  border-bottom: solid 1px black;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__item {
    flex-direction: column;
    justify-content: normal;
    padding: 3.2% 0 2.3%;
  }
}
.p-shoplist__region__item__left {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__item__left {
    font-size: 3.8vw;
    margin-bottom: 2%;
  }
}
.p-shoplist__region__item__right {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 64.3%;
  flex-shrink: 0;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__item__right {
    font-size: 3.4vw;
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
}
.p-shoplist__region__item__name {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.p-shoplist__region__item__name .-small {
  font-size: 70%;
  display: flex;
  flex-wrap: wrap;
}

.p-shoplist__region__item__name .nowrap {
  /* white-space: nowrap; */
  margin-right: 10px;
}

.p-shoplist__region__item__zipaddress {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__item__zipaddress {
    flex-direction: column;
  }
}
.p-shoplist__region__item__zipaddress .zip {
  margin-right: 35px;
  width: 100px;
  flex-shrink: 0;
}

.p-shoplist__region__item__zipaddress .address a {
  overflow-wrap: break-word;
}

.p-shoplist__region__item__zipaddress .address a:hover,
.p-shoplist__region__item__zipaddress .address a:active {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__item__zipaddress .zip {
    margin-right: 3%;
  }
}
.p-shoplist__region__item__tel {
  margin-left: 10px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-shoplist__region__item__tel {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-shoplist__campaign__inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-shoplist__campaign__inner {
    padding-bottom: 3vw;
  }
}
.p-shoplist__campaign__btn_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.p-shoplist__campaign__btn_item {
  display: block;
  transition: 0.3s;
}
.p-shoplist__campaign__btn_item:hover {
  opacity: 0.8;
}
.p-shoplist__campaign__btn_item:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-shoplist__campaign__btn_item:not(:first-child) {
    margin-top: 18px;
  }
}

/* mattress > interview */
.p-mattress__interview {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-mattress__interview {
    margin-top: 6vw;
  }
}
.p-mattress__interview__inner {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-mattress__interview__title .-large {
    font-size: 4.8vw;
  }
  .p-mattress__interview__title .-small {
    font-size: 3.7vw;
  }
}
.p-mattress__interview__movie__item {
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .p-mattress__interview__movie__item {
    margin-top: 14vw;
  }
}
.p-mattress__interview__movie__item__img {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .p-mattress__interview__movie__item__img {
    width: 100%;
  }
}
.p-mattress__interview__movie__item__txt {
  width: 54%;
  padding-left: 6.5%;
}

@media screen and (max-width: 768px) {
  .p-mattress__interview__movie__item__txt {
    width: 100%;
    padding-left: 0;
  }
}
.p-cover__intro__inner {
  padding: 7% 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-cover__intro__inner {
    padding: 11.73vw 0 0 0;
  }
}
.p-cover__intro__title {
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .p-cover__intro__title {
    font-size: 5.86vw;
  }
}
.p-cover__guide__inner {
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .p-cover__guide__inner {
    padding: 6vw 0 14vw;
  }
}
.p-cover__guide__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-cover__guide__nav {
    margin: 0 auto;
    width: 82%;
  }
}
.p-cover__guide__nav__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #2E3D45;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 16px;
  color: white;
}
@media screen and (min-width: 769px) {
  .p-cover__guide__nav__item {
    width: 47.16%;
    height: 71px;
  }
}
@media screen and (max-width: 768px) {
  .p-cover__guide__nav__item {
    padding: 6.2vw 0;
    text-align: center;
    width: 48.36%;
    border-radius: 10px;
  }
}
.p-cover__guide__nav__item:hover {
  color: white;
  opacity: 0.8;
}
.p-cover__guide__nav__item .-ja {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .p-cover__guide__nav__item .-ja {
    font-size: 4.6vw;
    line-height: 1.3529411765;
    margin: 0;
  }
}
.p-cover__guide__nav__item .-ja:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow_05.png);
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-cover__guide__nav__item .-ja:before {
    margin-right: 6px;
  }
}
.p-cover__product__wrap {
  margin-bottom: 4.5%;
  padding-bottom: 98px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-cover__product__wrap {
    padding-bottom: 0;
    margin-bottom: 8vw;
  }
}
.p-cover__product {
  background-color: white;
}
@media screen and (min-width: 769px) {
  .p-cover__product {
    padding-top: 65px;
  }
}
.p-cover__product__title {
  font-size: 30px;
  line-height: 0.8333333333;
  font-weight: bold;
  color: white;
  background-color: #2E3D45;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cover__product__title {
    font-size: 5.3vw;
  }
}
.p-cover__product__topimg {
  margin: 0 auto;
}
.p-cover__product__topimg.-sheet {
  width: 53.6%;
}
@media screen and (max-width: 768px) {
  .p-cover__product__topimg.-sheet {
    width: 81.3%;
  }
}
.p-cover__product__topimg.-pillowcase {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-cover__product__topimg.-pillowcase {
    width: 81.3%;
  }
}
.p-cover__product-spec:not(:first-child) {
  padding-top: 235px;
}
@media screen and (max-width: 768px) {
  .p-cover__product-spec:not(:first-child) {
    padding-top: 30vw;
  }
}
.p-cover__product-spec__wrap {
  padding-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .p-cover__product-spec__wrap {
    padding-bottom: 20vw;
  }
}

.p-mattress__product.--flat, .p-mattress__product.--net, .p-mattress__product.--soft, .p-mattress__product.--dots {
  margin-top: 10%;
}
.p-mattress__product-interview {
  margin-top: 10%;
}
.p-mattress__product-spec__wrap {
  padding-top: 8.33%;
  padding-bottom: 8%;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-mattress__product-spec__wrap {
    padding-top: 8vw;
    padding-bottom: 9.6vw;
  }
}
.p-mattress__product-spec:not(:first-child) {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-mattress__product-spec:not(:first-child) {
    padding-top: 20vw;
  }
}
