.p-mv {
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv {
    position: relative;
    padding: 8.5rem 0 0;
  }
}
.p-mv-slider {
  height: calc(100vh - 17.4rem);
  position: relative;
  line-height: 1;
  padding: 0 0 1rem;
  border-bottom: 1px solid #1E201F;
  transition: 0.3s;
  opacity: 0;
}
.p-mv-slider.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-slider {
    height: 36rem;
    border-top: 1px solid #1E201F;
    padding: 1rem 0;
  }
}
/* ファーストビュー左下寄せ */
.p-mv-slider__item img{
  object-position: left bottom;
}
.p-mv-slider img {
  width: 100%;
  height: calc(100vh - 18.5rem);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv-slider img {
    height: 34rem;
  }
}
.p-mv-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv-nav {
    padding: 2.3rem 2rem 0;
  }
}
.p-mv-nav__ttl {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mv-nav__ttl {
    position: absolute;
    top: 2rem;
    left: 0;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
  .p-mv-nav__ttl span {
    display: none;
  }
}
.p-mv-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv-nav-list {
    display: none;
  }
}
.p-mv-nav-list__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.p-mv-nav-list__item + .p-mv-nav-list__item {
  margin-left: 3rem;
}
.p-mv-nav__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv-nav__btn {
    display: block;
    width: 25rem;
    height: 3.5rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .p-mv-nav__btn a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #1E201F;
    border-radius: 0.2rem;
    padding: 0 1.5rem;
  }
  .p-mv-nav__btn a img {
    width: 3.2rem;
    height: auto;
  }
}
.p-mv-nav__scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv-nav__scroll {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.5rem;
    line-height: 1;
    font-size: 1.4rem;
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    padding-left: 2rem;
    margin: 0 0 0 auto;
  }
  .p-mv-nav__scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.5rem;
    height: 7rem;
    background: url(../img/home/border_mv_scroll.png) 0 0/100% auto no-repeat;
  }
}

.p-bnr {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    margin-top: 8rem;
  }
}
.p-bnr .slick-list {
  padding: 0 !important;
}
.p-bnr-slider .slick-slide {
  line-height: 0;
  padding: 0 0.5rem;
}
.p-bnr-slider .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-bnr-slider .slick-dots {
    margin-top: 1rem;
  }
}
.p-bnr-slider .slick-dots li {
  line-height: 0;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-bnr-slider .slick-dots li {
    padding: 0 0.4rem;
  }
}
.p-bnr-slider .slick-dots li.slick-active button {
  background: #D91A2A;
}
.p-bnr-slider .slick-dots button {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0;
  border-radius: 100%;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-bnr-slider .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-bnr-slider__item {
  width: 70.4rem !important;
  line-height: 1;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-bnr-slider__item {
    width: 33.5rem !important;
  }
}

.p-store {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-store {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-lowhead {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-lowhead__ja {
    display: block;
    margin: 1rem 0 0;
  }
}
.p-store__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #1E201F;
  flex-wrap: wrap;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-store__wrap {
    display: block;
    padding: 3rem 0 0;
    margin: 0 2rem;
  }
}
.p-store__wrap::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: calc((100vw - 120rem) / 2);
  height: 1px;
  background: #1E201F;
}
@media screen and (max-width: 767px) {
  .p-store__wrap::after {
    width: 2rem;
  }
}
.p-store-content {
  width: 70rem;
}
@media screen and (max-width: 767px) {
  .p-store-content {
    width: 100%;
  }
}
.p-store-content__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-store-content-tel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.6rem 0 0;
}
.p-store-content-tel__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-store-content-tel__num img {
  width: 1.2rem;
  margin-right: 0.7rem;
}
.p-store-content-tel__txt {
  font-size: 1rem;
  line-height: 1;
}
.p-store-content__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-store-content__txt {
    line-height: 1.6;
  }
  .p-store-content__txt + .p-store-content__txt {
    margin-top: 0;
  }
}
.p-store-content__train {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
.p-store-content__access {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-store-content-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-content-btns {
    display: block;
  }
}
.p-store-content-btns__btn {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-store-content-btns__btn {
    font-size: 1.2rem;
  }
}
.p-store-content-btns__btn + .p-store-content-btns__btn {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-store-content-btns__btn + .p-store-content-btns__btn {
    margin: 1rem 0 0 0;
  }
}
.p-store-content-btns__btn a {
  display: inline-block;
  height: 4rem;
  border: 1px solid #B3B3B3;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-store-content-btns__btn a {
    height: 3.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-store-content-btns__btn a:hover {
    background: rgba(30, 32, 31, 0.1);
    opacity: 1;
  }
}
.p-store-content-btns__btn a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0 4.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-store-content-btns__btn a span {
    padding: 0 4.2rem 0 2rem;
  }
}
.p-store-content-btns__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/common/icn_blank.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-store-traffic {
  margin: 3.5rem 0 0;
}
.p-store-traffic table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  margin: 1.5rem 0 1.8rem;
}
.p-store-traffic table th {
  background: #1E201F;
  color: #fff;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
.p-store-traffic table td {
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: #fff;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
.p-store-traffic__txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-store-map {
  margin-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-store-map {
    margin-top: 3.5rem;
  }
}
.p-store-map__iframe {
  position: relative;
  width: 44rem;
  height: 33rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-store-map__iframe {
    width: 100%;
    height: 16rem;
  }
}
.p-store-map__iframe iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 30rem);
  transform: translateY(-50%);
}
.p-store-map__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.p-store-map__txt a {
  display: block;
  text-align: center;
  color: #fff;
  background: rgba(30, 32, 31, 0.8);
  padding: 1rem 0;
}
.p-store-map__txt a span {
  position: relative;
  padding: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-map__txt a span {
    padding: 0;
  }
}
.p-store-map__txt a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.9rem;
  background: url(../img/common/icn_access_arrow.svg) 0 0/100% 100% no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-store-map__txt a span::before {
    content: none;
  }
}
.p-store-map-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-map-list {
    justify-content: space-between;
  }
}
.p-store-map-list__item {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-store-map-list__item {
    width: 48%;
    font-size: 1.2rem;
  }
}
.p-store-map-list__item + .p-store-map-list__item {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-store-map-list__item + .p-store-map-list__item {
    margin-left: 0;
  }
}
.p-store-map-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  border-radius: 3rem;
  border: 1px solid #B3B3B3;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-store-map-list__item a {
    justify-content: center;
    padding: 1.5rem 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-store-map-list__item a:hover {
    background: rgba(30, 32, 31, 0.1);
    opacity: 1;
  }
}
.p-store-map-list__item a img {
  width: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-store-map-list__item a img {
    margin-left: 0.5rem;
  }
}
.p-store-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  gap: 0 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-store-list {
    display: block;
    margin-top: 3rem;
  }
}
.p-store-list__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-store-list__item {
    max-width: 29.5rem;
    margin: 0 auto;
  }
  .p-store-list__item + .p-store-list__item {
    margin-top: 2rem;
  }
}
.p-store-list__ttl {
  font-size: 1.4rem;
  text-align: center;
}
.p-store-list__btn {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}
.p-store-list__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
  border: 1px solid #B3B3B3;
  border-radius: 3rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-store-list__btn a:hover {
    background: rgba(30, 32, 31, 0.1);
    opacity: 1;
  }
}
.p-store-list__btn a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding: 0 4.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-store-list__btn a span {
    padding: 0 4.2rem 0 2rem;
  }
}
.p-store-list__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/common/icn_blank.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-store-list__btn.u-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
  background: #1E201F;
  color: #fff;
  border-radius: 3rem;
}

.p-sleep {
  position: relative;
  background: #F5F5EE;
  margin: 10rem 0 0;
  padding: 17rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sleep {
    margin-top: 8rem;
    padding-top: 11rem;
  }
}
.p-sleep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #FFFFF8;
}
@media screen and (max-width: 767px) {
  .p-sleep::before {
    height: 4rem;
  }
}
.p-sleep__wrap {
  position: relative;
  padding-bottom: 10rem;
}
.p-sleep__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6rem;
  width: 44.7rem;
  height: 16.7rem;
  background: url(../img/home/bg_sleep.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-sleep__wrap::after {
    left: 2rem;
    width: 21.5rem;
    height: 8rem;
  }
}
.p-sleep__ttl {
  position: absolute;
  top: -16.5rem;
  left: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-rl;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sleep__ttl {
    top: -11rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sleep-list {
    padding-left: 6rem;
  }
}
.p-sleep-list__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-sleep-list__item {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
}
.p-sleep-list__item + .p-sleep-list__item {
  margin-top: 0.5rem;
}
.p-sleep-list__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #D91A2A;
}
@media screen and (max-width: 767px) {
  .p-sleep-list__item::before {
    top: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-sleep-list__item span {
  display: inline-block;
  font-size: 1.4rem;
  background: rgba(30, 32, 31, 0.7);
  color: #fff;
  border-radius: 0.4rem;
  line-height: 1;
  padding: 0.8rem 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sleep-list__item span {
    font-size: 1.2rem;
    padding: 0.7rem 0.5rem;
  }
}
.p-sleep-list__item a {
  color: #D91A2A;
  background: linear-gradient(transparent calc(100% - 1px), #D91A2A 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-sleep-list__item a:hover {
    opacity: 1;
    background: none;
  }
}
.p-sleep__inner {
  position: relative;
  padding-left: 15rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sleep__inner {
    padding-left: 0;
  }
}
.p-sleep__slider {
  width: calc(100% + (100vw - 120rem) / 2);
  margin-top: 4rem;
}
@media screen and (max-width: 1240px) {
  .p-sleep__slider {
    width: calc(100% + 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-sleep__slider {
    padding-bottom: 6rem;
  }
}
.p-sleep__link {
  position: absolute;
  top: 3rem;
  left: 103.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1240px) {
  .p-sleep__link {
    left: 101.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sleep__link {
    top: auto;
    bottom: 0.9rem;
    left: auto;
    right: 11rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sleep__link a:hover {
    opacity: 1;
    background: linear-gradient(transparent calc(100% - 1px), #1E201F 0%);
  }
}
.p-sleep-slider .slick-arrow {
  position: absolute;
  top: -8.8rem;
  left: 96rem;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  border: 1px solid #1E201F;
  background: url(../img/common/icn_slider_arrow.svg) center center/0.6rem 1.1rem no-repeat;
  border-radius: 100%;
}
@media screen and (max-width: 1240px) {
  .p-sleep-slider .slick-arrow {
    left: 94rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sleep-slider .slick-arrow {
    top: auto;
    bottom: -6rem;
    left: auto;
    right: 7rem;
  }
}
.p-sleep-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.p-sleep-slider .slick-arrow.slick-next {
  left: 101rem;
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1240px) {
  .p-sleep-slider .slick-arrow.slick-next {
    left: 99rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sleep-slider .slick-arrow.slick-next {
    left: auto;
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sleep-slider .slick-arrow:hover {
    background-color: rgba(30, 32, 31, 0.1);
  }
}
.p-sleep-slider__item {
  position: relative;
  width: 30.6rem !important;
  background: #fff;
  padding: 2rem 2rem 3rem 2rem;
  border-radius: 0.2rem;
  margin-right: 2rem;
}
.p-sleep-slider__img {
  position: relative;
  width: 100%;
  height: 20.8rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.p-sleep-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sleep-slider__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background: rgba(74, 186, 167, 0.8);
  border-top-right-radius: 0.2rem;
  padding: 0.7rem 0.5rem;
}
.p-sleep-slider__badge.u-any {
  background: rgba(30, 32, 31, 0.7);
}
.p-sleep-slider__ttl {
  min-height: 3.2em;
  font-weight: 700;
  line-height: 1.6;
}
.p-sleep-slider__time {
  color: #4ABAA7;
  line-height: 1.6;
  margin: 1rem 0 0;
}
.p-sleep-slider__btn {
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
}
.p-sleep-slider__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #4ABAA7;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-sleep-slider__btn a:hover {
    background: #09947C;
    opacity: 1;
  }
}
.p-sleep-slider__other {
  position: absolute;
  bottom: 1.6rem;
  left: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-sleep-slider__other a {
  color: #D91A2A;
  background: linear-gradient(transparent calc(100% - 1px), #D91A2A 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-sleep-slider__other a:hover {
    opacity: 1;
    background: none;
  }
}

.p-about {
  background: #1E201F;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 8rem 0 3rem;
  }
}
.p-about .c-lowhead {
  border-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about .c-lowhead {
    display: block;
  }
  .p-about .c-lowhead .c-lowhead__ja {
    display: block;
    margin: 1rem 0 0;
  }
}
.p-about-photo {
  width: calc((100vw - 120rem) / 2 + 100%);
  margin-right: calc((100vw - 120rem) / 2 * -1);
  line-height: 1;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about-photo {
    width: 100vw;
    margin: 0 -2rem;
    padding: 0;
  }
}
.p-about-photo img {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-photo img {
    border-radius: 0;
  }
}
.p-about-photo__item {
  width: 50rem !important;
  height: 50rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 1.5rem 0 0;
}
.p-about-photo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-photo__item {
    width: 30rem !important;
    height: 30rem;
  }
}
.p-about-outline {
  position: relative;
  margin-top: -12rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline {
    margin-top: -3rem;
  }
}
.p-about-outline::after {
  content: "";
  position: absolute;
  top: 18rem;
  right: 0;
  width: 30.3rem;
  height: 30rem;
  background: url(../img/home/img_about_outline_01.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-outline::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-about-outline::before {
    content: "";
    position: absolute;
    top: 28rem;
    right: -1rem;
    width: 20rem;
    height: 21rem;
    background: url(../img/home/img_about_outline_01.png) 0 0/100% auto no-repeat;
  }
}
.p-about-outline__ttl {
  width: 54rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-outline__ttl {
    width: 30rem;
    font-size: 3.4rem;
  }
}
.p-about-outline__ttl span {
  display: inline-block;
  background: #fff;
  padding: 0.5rem 1.5rem 1rem;
}
.p-about-outline__ttl span.u-indent {
  padding-right: 0;
  margin-top: 1rem;
}
.p-about-outline__txt {
  color: #fff;
  line-height: 2.2;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-outline__txt {
    margin: 2.8rem 0 0;
  }
}
.p-about-outline__img {
  position: relative;
  border: 1px solid #5F6464;
  padding: 2rem;
  border-radius: 0.2rem;
  margin-top: 7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-outline__img {
    border-right: 0;
    border-left: 0;
    margin: 4rem -2rem 0;
    padding: 1rem 0;
  }
}
.p-about-outline__img img {
  border-radius: 0.3rem;
}
.p-about-outline__video {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  aspect-ratio: 1158/538;
}
@media screen and (max-width: 767px) {
  .p-about-outline__video {
    border-radius: 0;
    aspect-ratio: 375/280;
  }
}
.p-about-outline__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about-outline-sleep {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline-sleep {
    position: relative;
    display: block;
    margin-top: -2rem;
    z-index: 2;
    /*
    &::after{
    	content: '';
    	position: absolute;
    	top: 7.8rem;
    	right: -4rem;
    	width: 20rem;
    	height: 21rem;
    	background: url(../img/home/img_about_outline_01.png) 0 0 / 100% auto no-repeat;
    }
    */
  }
}
.p-about-outline-sleep__img {
  width: 32.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline-sleep__img {
    width: 22.1rem;
    margin: 0 auto;
  }
}
.p-about-outline-sleep__content {
  width: 79.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline-sleep__content {
    width: 100%;
  }
}
.p-about-outline-sleep__ttl {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-outline-sleep__ttl {
    font-size: 1.6rem;
    margin-top: 3.4rem;
  }
}
.p-about-outline-sleep__txt {
  color: #fff;
  line-height: 2.2;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline-sleep__txt {
    margin-top: 1.6rem;
  }
}
.p-about-outline__movie {
  width: 22.8rem;
  height: 5rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-outline__movie {
    margin-top: 3rem;
  }
}
.p-about-outline__movie a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D91A2A;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
}
.p-about-outline__movie a span {
  position: relative;
  padding: 0 0 0 2rem;
}
.p-about-outline__movie a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/home/icn_about_outline.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-about-master {
  position: relative;
  margin-top: 9rem;
  padding: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-master {
    margin-top: 8rem;
    padding: 4rem 0 0;
  }
}
.p-about-master::after {
  content: "";
  position: absolute;
  top: 0;
  left: -27.5rem;
  width: 88.5rem;
  height: 81.9rem;
  background: url(../img/home/bg_about_master.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-master::after {
    left: auto;
    top: 22rem;
    right: -1rem;
    width: 55.1rem;
    height: 54.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-master-head {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}
.p-about-master-head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-master-head-ttl {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-about-master-head-ttl__en {
  font-size: 4rem;
  writing-mode: vertical-rl;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-master-head-ttl__en {
    font-size: 2.4rem;
  }
}
.p-about-master-head-ttl__ja {
  writing-mode: vertical-rl;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-master-head-ttl__ja {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
.p-about-master-head__img {
  position: absolute;
  top: 16.8rem;
  right: 0;
  width: 46rem;
  height: auto;
  z-index: 2;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-master-head__img {
    position: relative;
    top: auto;
    right: auto;
    width: 23.1rem;
    height: 18.1rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
  }
}
.p-about-master-content {
  position: relative;
  width: calc(100% - 12rem);
  background: rgba(41, 44, 43, 0.9);
  padding: 9rem 40rem 0 14rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-master-content {
    width: calc(100vw - 4rem);
    background: rgba(41, 44, 43, 0.8);
    margin: 0 0 0 -2rem;
    padding: 21rem 2rem 2rem;
  }
}
.p-about-master-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - 120rem) / 2);
  height: 100%;
  background: rgba(41, 44, 43, 0.9);
}
.p-about-master-content__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-master-content__ttl {
    font-size: 1.6rem;
  }
}
.p-about-master-content__txt {
  color: #fff;
  line-height: 2.2;
  margin: 2rem 0 3rem;
}
.p-about-master-content__img {
  width: 31.8rem;
  margin-bottom: -3.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-master-content__img {
    width: 100%;
    margin-bottom: -5.2rem;
  }
}
.p-about-menu {
  flex-wrap: wrap;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-menu {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 767.1px) {
  .p-about-menu-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6rem 6rem;
  }
}
@media screen and (max-width: 1240px) {
  .p-about-menu-slider {
    gap: 6rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-menu-slider {
    margin: 0 -2rem;
  }
  .p-about-menu-slider .slick-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
  }
  .p-about-menu-slider .slick-dots li {
    line-height: 0;
    padding: 0 0.4rem;
  }
  .p-about-menu-slider .slick-dots li.slick-active button {
    background: #D91A2A;
  }
  .p-about-menu-slider .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0;
    border-radius: 100%;
    background: #D9D9D9;
  }
}
.p-about-menu-slider__item {
  width: calc((100% - 12rem) / 3);
  border: 1px solid #5F6464;
  border-radius: 0.2rem;
  padding: 3rem 2rem;
}
@media screen and (max-width: 1240px) {
  .p-about-menu-slider__item {
    width: calc((100% - 10rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-about-menu-slider__item {
    width: 28.5rem !important;
    margin: 0 1rem;
  }
}
.p-about-menu-slider__img {
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-about-menu-slider-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-menu-slider-ttl {
    display: block;
  }
}
.p-about-menu-slider-ttl__img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-menu-slider-ttl__img {
    margin-bottom: 0.5rem;
  }
}
.p-about-menu-slider-ttl__txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-menu-slider-ttl__txt {
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-about-menu-slider-ttl__reserve {
  display: inline-block;
  background: #4ABAA7;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.3rem 0.5rem;
  border-radius: 0.2rem;
  margin-left: 1rem;
}
.p-about-menu-slider__txt {
  min-height: 5.4em;
  color: #fff;
  letter-spacing: -0.03rem;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-menu-slider__txt {
    min-height: 7.2em;
    font-size: 1.4rem;
  }
}
.p-about-menu-slider__btn {
  font-size: 1.4rem;
  margin-top: 3rem;
}
.p-about-menu-slider__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15rem;
  height: 4rem;
  color: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 3rem;
  padding: 0 0 0 2rem;
  transition: 0.3s;
}
.p-about-menu-slider__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/home/icn_about_menu.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-about-menu-slider__btn a:hover {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
}
.p-about-modal {
  position: relative;
  width: 100rem;
  background: #F5F5EE;
  margin: 0 auto;
  padding: 8rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-modal {
    width: calc(100% - 4rem);
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 767.1px) {
  .p-about-modal-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-about-modal-slider {
    height: 20.2rem;
  }
  .p-about-modal-slider .slick-slide {
    line-height: 1;
  }
  .p-about-modal-slider .slick-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
  }
  .p-about-modal-slider .slick-dots li {
    line-height: 0;
    padding: 0 0.4rem;
  }
  .p-about-modal-slider .slick-dots li.slick-active button {
    background: #D91A2A;
  }
  .p-about-modal-slider .slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0;
    border-radius: 100%;
    background: #D9D9D9;
  }
}
.p-about-modal-slider__item {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-about-modal-slider__item {
    width: 100%;
  }
  .p-about-modal-slider__item img {
    width: 100%;
    height: 18.4rem;
    object-fit: cover;
  }
}
.p-about-modal-slider__item + .p-about-modal-slider__item {
  margin-left: 4rem;
}
.p-about-modal .mfp-close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 2.1rem;
  height: 2.1rem;
  font-size: 0;
  line-height: 1;
  background: url(../img/home/icn_about_modal_close.svg) 0 0/100% auto no-repeat;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-about-modal .mfp-close {
    top: 1.2rem;
    right: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-about-modal .mfp-close:hover {
    opacity: 0.5;
  }
}
.p-about-modal-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-modal-ttl {
    margin-top: 2rem;
  }
}
.p-about-modal-ttl__img {
  width: 4rem;
}
.p-about-modal-ttl__txt {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-modal-ttl__txt {
    font-size: 1.9rem;
    letter-spacing: -0.02rem;
  }
}
.p-about-modal-ttl__reserve {
  display: inline-block;
  background: #4ABAA7;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.3rem 0.5rem;
  border-radius: 0.2rem;
  margin-left: 1rem;
}
.p-about-modal-content {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-modal-content {
    margin-top: 1.4rem;
  }
}
.p-about-modal-content__txt + .p-about-modal-content__txt {
  margin-top: 3rem;
}
.p-about-modal-content__txt a {
  background: linear-gradient(transparent calc(100% - 1px), #1E201F 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-about-modal-content__txt a:hover {
    opacity: 1;
    background: none;
  }
}

.p-product {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product .c-lowhead {
    display: block;
  }
  .p-product .c-lowhead .c-lowhead__ja {
    display: block;
    margin: 1rem 0 0;
  }
}
.p-product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-product-list {
    display: block;
  }
}
.p-product-list__item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-product-list__item {
    width: 100%;
    margin-top: 1rem;
  }
  .p-product-list__item:first-child {
    margin-top: 0;
  }
}
.p-product__btn {
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-product__btn {
    margin-top: 2rem;
  }
}

.p-review {
  position: relative;
  background: #F5F5EE;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-review {
    padding: 8rem 0;
  }
}
.p-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #FFFFF8;
}
@media screen and (max-width: 767px) {
  .p-review::before {
    content: none;
  }
}
.p-review__wrap {
  position: relative;
}
.p-review-ttl {
  position: absolute;
  top: -8rem;
  left: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-review-ttl {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
}
.p-review-ttl__en {
  font-size: 6rem;
  writing-mode: vertical-rl;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-review-ttl__en {
    font-size: 3rem;
    margin-bottom: -0.4rem;
    writing-mode: horizontal-tb;
  }
}
.p-review-ttl__ja {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 1.4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-review-ttl__ja {
    display: block;
    font-size: 1.2rem;
    writing-mode: horizontal-tb;
    margin: 1rem 0 0;
  }
}
.p-review-content {
  padding: 5rem 0 10rem 18rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-review-content {
    margin: 2rem 0 0;
    padding: 0;
  }
}

.p-sns {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sns {
    padding: 4rem 0 0;
  }
}
.p-sns__block {
  height: 30.4rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-sns__block {
    height: 33.5rem;
  }
}
.p-sns-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sns-btns {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
    padding: 0 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sns-btns__item {
    width: calc((100% - 1rem) / 2);
  }
}
.p-sns-btns__item + .p-sns-btns__item {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sns-btns__item + .p-sns-btns__item {
    margin: 0;
  }
}

.p-column {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    margin-top: 8rem;
  }
}
.p-column .c-lowhead {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-column .c-lowhead {
    display: block;
    margin-bottom: 6rem;
  }
  .p-column .c-lowhead .c-lowhead__ja {
    display: block;
    margin: 1rem 0 0;
  }
}
.p-column__inner {
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-column__inner {
    padding: 0 0 8rem;
  }
}
.p-column__all {
  position: absolute;
  top: 1.3rem;
  right: 11rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .p-column__all {
    right: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column__all {
    top: auto;
    bottom: 1.3rem;
    right: 11rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-column__all a:hover {
    opacity: 1;
    background: linear-gradient(transparent calc(100% - 1px), #1E201F 0%);
  }
}
@media screen and (max-width: 767px) {
  .p-column-slider {
    margin: 0 -2rem;
  }
}
.p-column-slider__item {
  width: 26.1rem !important;
  padding-right: 5.2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-column-slider__item {
    padding: 0 0 0 5rem;
  }
}
.p-column-slider__img {
  width: 26.1rem;
  height: 26.1rem;
  margin-bottom: 2rem;
}
.p-column-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column-slider__date {
  font-size: 1.2rem;
  line-height: 1;
}
.p-column-slider__ttl {
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  margin: 1rem 0;
  word-break: keep-all;
}
.p-column-slider__cat {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #B3B3B3;
  line-height: 1;
  border-radius: 2rem;
  padding: 0.8rem 1rem;
}
.p-column-slider .slick-arrow {
  position: absolute;
  top: -6rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  border: 1px solid #1E201F;
  background: url(../img/common/icn_slider_arrow.svg) center center/0.6rem 1.1rem no-repeat;
  border-radius: 100%;
}
@media screen and (max-width: 1240px) {
  .p-column-slider .slick-arrow {
    right: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-slider .slick-arrow {
    top: auto;
    bottom: -8rem;
  }
}
.p-column-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.p-column-slider .slick-arrow.slick-next {
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1240px) {
  .p-column-slider .slick-arrow.slick-next {
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-column-slider .slick-arrow:hover {
    background-color: rgba(30, 32, 31, 0.1);
  }
}

.p-news {
  padding: 10rem 0 2px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 8rem 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-news .c-lowhead {
    display: block;
  }
  .p-news .c-lowhead .c-lowhead__ja {
    display: block;
    margin: 1rem 0 0;
  }
}
.p-news .c-campaign-list__item:first-child {
  border-top: 0;
}
.p-news .c-campaign-list__item:first-child a {
  padding-top: 0;
}
.p-news__btn {
  margin: 4rem auto 0;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.4);
}