@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
[data-animate*=crossFade] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-animate=rotate] {
  animation-name: rotate;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}

[data-animate=slide-in]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, transform 1500ms;
  pointer-events: none;
}
[data-animate=slide-in].onView::after {
  transform: translate3d(100%, 0, 0);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slide-up] {
  transform: translate3d(0, 10rem, 0);
}
[class*=anima][data-animate=slide-up].onView {
  transform: translate3d(0, 0, 0);
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


.MO230706HIGASHIHARA_lp .MO230706HIGASHIHARA_lp .slick-dots li.slick-active button:before {
  background-color: #e2dbcc;
  content: "";
}
.MO230706HIGASHIHARA_lp .MO230706HIGASHIHARA_lp .slick-dots li button:before {
  background-color: #f2efe8;
  content: "";
  opacity: 1 !important;
}
.MO230706HIGASHIHARA_lp * {
  box-sizing: border-box;
}
.MO230706HIGASHIHARA_lp li, .MO230706HIGASHIHARA_lp summary {
  list-style: none;
}
.MO230706HIGASHIHARA_lp img, .MO230706HIGASHIHARA_lp video, .MO230706HIGASHIHARA_lp picture {
  width: 100%;
  height: auto;
}
.MO230706HIGASHIHARA_lp a, .MO230706HIGASHIHARA_lp picture, .MO230706HIGASHIHARA_lp figure {
  display: block;
}
.MO230706HIGASHIHARA_lp a {
  color: inherit;
  text-decoration: none;
}
.MO230706HIGASHIHARA_lp table {
  border-collapse: collapse;
}
.MO230706HIGASHIHARA_lp img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.MO230706HIGASHIHARA_lp address {
  font-style: inherit;
}
.MO230706HIGASHIHARA_lp *:focus {
  outline: none;
}
.MO230706HIGASHIHARA_lp .cont_inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #Contents .bredlist.lp {
    padding-bottom: 3rem;
  }
}


@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .slick-dots li.slick-active button:before {
    width: calc(100 *(100vw / 750)) !important;
    height: calc(10 *(100vw / 750)) !important;
  }
  .MO230706HIGASHIHARA_lp .slick-dots li.slick-active button:before:nth-child(2) {
    margin-top: calc(-10 *(100vw / 750));
  }
  .MO230706HIGASHIHARA_lp .slick-dots li button:before {
    width: calc(100 *(100vw / 750)) !important;
    height: calc(10 *(100vw / 750)) !important;
  }
  .MO230706HIGASHIHARA_lp .slick-dots li {
    width: calc(100 *(100vw / 750)) !important;
    height: calc(10 *(100vw / 750)) !important;
    margin: calc(30 *(100vw / 750)) calc(20 *(100vw / 750)) 0 0 !important;
    border-radius: 100%;
  }
  .MO230706HIGASHIHARA_lp .slick-dots {
    text-align: center !important;
  }
  .MO230706HIGASHIHARA_lp .pcOnly {
    display: none;
  }
  .MO230706HIGASHIHARA_lp .spOnly {
    display: block;
  }
  .MO230706HIGASHIHARA_lp .cont_inner {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .MO230706HIGASHIHARA_lp .slick-dots li.slick-active button:before {
    width: 5rem;
    height: 0.5rem;
  }
  .MO230706HIGASHIHARA_lp .slick-dots li button:before {
    width: 5rem;
    height: 0.5rem;
  }
  .MO230706HIGASHIHARA_lp .slick-dots li {
    width: 5rem;
    height: 0.5rem;
  }
  .MO230706HIGASHIHARA_lp .slick-dots {
    margin-top: 1.2rem;
  }
  .MO230706HIGASHIHARA_lp .slick-dots {
    margin-top: 1.4rem;
    margin-left: 0.2rem;
  }
  .MO230706HIGASHIHARA_lp .slick-dots {
    margin-top: 1.4rem;
    margin-left: 0.2rem;
    text-align: center;
  }
  .MO230706HIGASHIHARA_lp .spOnly {
    display: none;
  }
  .MO230706HIGASHIHARA_lp .pcOnly {
    display: block;
  }
  .MO230706HIGASHIHARA_lp img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html,
body {
    font-size: calc(10 *(100vw / 1400));
  }
}
.MO230706HIGASHIHARA_lp .js-fade-Vr {
  transition-duration: 2.5s;
  opacity: 0;
  transform: translateX(-100px);
}

.MO230706HIGASHIHARA_lp .js-fade-Vr.active {
  opacity: 1;
  transform: translateX(0);
}

.MO230706HIGASHIHARA_lp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.main-area {
  max-width: none;
}

.MO230706HIGASHIHARA_lp {
  margin: 0rem 0 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp {
    margin: calc(0 *(100vw / 750)) 0 0 0;
    overflow: hidden;
  }
}
.MO230706HIGASHIHARA_lp a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .MO230706HIGASHIHARA_lp .model_img {
    background: #fff;
  }
}
.MO230706HIGASHIHARA_lp .credit {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.833;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .credit {
    font-size: calc(20 *(100vw / 750));
    line-height: 1.954;
  }
}
.MO230706HIGASHIHARA_lp .spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .pcOnly {
    display: none !important;
  }
  .MO230706HIGASHIHARA_lp .spOnly {
    display: block;
  }
}
.MO230706HIGASHIHARA_lp .load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.MO230706HIGASHIHARA_lp .load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.MO230706HIGASHIHARA_lp .load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.MO230706HIGASHIHARA_lp .load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.MO230706HIGASHIHARA_lp .scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.MO230706HIGASHIHARA_lp .scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.MO230706HIGASHIHARA_lp .Mainvisual--main_visual {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .Mainvisual--main_visual {
    width: calc(750 *(100vw / 750));
    background: none;
  }
}
.MO230706HIGASHIHARA_lp .Mainvisual--main_text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 6.6rem 0 0 0.4rem;
  font-size: 1.5rem;
  line-height: 2.93;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .Mainvisual--main_text {
    font-size: calc(24 *(100vw / 750));
    margin: calc(63 *(100vw / 750)) 0 0 calc(0 *(100vw / 750));
    line-height: 2.33;
    letter-spacing: 0.015em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 {
    margin-top: calc(100 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents1 .flexArea {
  display: flex;
  margin: 8.6rem 0 0 15.5rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea {
    flex-direction: column;
    width: calc(678 *(100vw / 750));
    margin: calc(0 *(100vw / 750)) auto calc(0 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents1 .flexArea--box1 {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea--box1 {
    width: calc(678 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 {
  margin: 15.6rem 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 {
    margin: calc(57 *(100vw / 750)) 0 0 calc(0 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox {
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox li:nth-of-type(1) {
  border-bottom: 1px solid #000;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox li:nth-of-type(1) {
    width: calc(45 *(100vw / 750));
    margin: 0 auto;
  }
}
.MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox li:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox li:nth-of-type(2) {
    font-size: calc(28 *(100vw / 750));
    margin: calc(37 *(100vw / 750)) 0 0 calc(4 *(100vw / 750));
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
}
.MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox li:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  margin-top: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .flexArea--box2 .txtBox li:nth-of-type(3) {
    font-size: calc(22 *(100vw / 750));
    margin: calc(18 *(100vw /750)) 0 0 calc(4 *(100vw /750));
    line-height: 1.68;
    font-feature-settings: normal;
  }
}
.MO230706HIGASHIHARA_lp .contents1 .btm_flexArea--box1 {
  width: 46rem;
  margin: -13.3rem 10rem 0 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .btm_flexArea--box1 {
    width: calc(600 *(100vw / 750));
    margin: calc(49 *(100vw / 750)) calc(0 *(100vw / 750)) 0 0;
  }
}
.MO230706HIGASHIHARA_lp .contents1 .btm_flexArea--box2 {
  width: 40.6rem;
  margin: -13.4rem 0 0 35.5rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .btm_flexArea--box2 {
    width: calc(540 *(100vw / 750));
    margin: calc(48 *(100vw / 750)) calc(35 *(100vw / 750)) 0 calc(0 *(100vw / 750));
    margin-left: auto;
  }
}
.MO230706HIGASHIHARA_lp .contents1 .btm_flexArea--box2 .credit {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents1 .btm_flexArea--box2 .credit {
    margin-top: calc(30 *(100vw / 750));
    text-align: right;
  }
}
.MO230706HIGASHIHARA_lp .contents2 {
  margin-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 {
    margin-top: calc(167 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea {
  width: 106rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea {
    width: calc(750 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box1 {
  width: 51rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box1 {
    width: calc(660 *(100vw / 750));
    margin-left: 0;
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 {
  width: 61.2rem;
  margin-top: -54rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 {
    width: calc(750 *(100vw / 750));
    margin-top: calc(56 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox {
    margin-left: calc(0 *(100vw / 750));
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox li:nth-of-type(1) {
  border-bottom: 1px solid #000;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox li:nth-of-type(1) {
    width: calc(45 *(100vw / 750));
    margin: 0 auto;
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox li:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox li:nth-of-type(2) {
    font-size: calc(28 *(100vw / 750));
    margin: calc(40 *(100vw / 750)) 0 0 calc(4 *(100vw / 750));
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox li:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  margin-top: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .txtBox li:nth-of-type(3) {
    font-size: calc(22 *(100vw / 750));
    margin-top: calc(18 *(100vw / 750));
    margin-left: calc(5 *(100vw / 750));
    line-height: 1.68;
    font-feature-settings: normal;
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .moedel_img {
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .moedel_img {
    margin-top: calc(50 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .credit {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents2 .flexArea--box2 .credit {
    margin-top: calc(30 *(100vw / 750));
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .contents3 {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 {
    margin-top: calc(165 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents3 .top_moedel {
  width: 54rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .top_moedel {
    width: calc(678 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea {
  width: 107rem;
  margin: 8rem 0 0 17.5rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea {
    width: calc(750 *(100vw / 750));
    margin: calc(0 *(100vw / 750)) 0 0 calc(0 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 {
    width: calc(750 *(100vw / 750));
    display: flex;
    flex-direction: column-reverse;
    margin-top: calc(60 *(100vw / 750));
  }
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .moedel_img {
    width: calc(700 *(100vw / 750));
    margin-top: calc(47 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox {
    text-align: center;
    margin-top: calc(0 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox li:nth-of-type(1) {
  border-bottom: 1px solid #000;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox li:nth-of-type(1) {
    width: calc(45 *(100vw / 750));
    margin: 0 auto;
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox li:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 3rem;
  margin-left: -0.3rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox li:nth-of-type(2) {
    font-size: calc(28 *(100vw / 750));
    margin: calc(37 *(100vw / 750)) 0 0 calc(4 *(100vw / 750));
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox li:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  margin-top: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box1 .txtBox li:nth-of-type(3) {
    font-size: calc(22 *(100vw / 750));
    margin-top: calc(22 *(100vw / 750));
    line-height: 1.68;
    font-feature-settings: normal;
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box2 {
  width: 39rem;
  margin-left: auto;
  margin-top: -56.7rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box2 {
    width: calc(530 *(100vw / 750));
    margin: calc(48 *(100vw / 750)) 0 0 0;
    margin-left: auto;
  }
}
.MO230706HIGASHIHARA_lp .contents3 .flexArea--box2 .credit {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents3 .flexArea--box2 .credit {
    margin: calc(29 *(100vw / 750)) calc(50 *(100vw / 750)) 0 0;
    text-align: right;
  }
}
.MO230706HIGASHIHARA_lp .contents4 {
  margin-top: 17.4rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 {
    margin-top: calc(180 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents4 .top_model {
  width: 54rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .top_model {
    width: calc(630 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents4 .flexArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 8rem 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea {
    margin: calc(56 *(100vw / 750)) 0 0 calc(0 *(100vw / 750));
    flex-direction: column;
  }
}
.MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox {
  margin: 8.7rem 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox {
    margin: calc(0 *(100vw / 750)) 0 0 calc(0 *(100vw / 750));
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(1) {
  border-bottom: 1px solid #000;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(1) {
    width: calc(45 *(100vw / 750));
    margin: 0 auto;
  }
}
.MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 1.96;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(2) {
    font-size: calc(28 *(100vw / 750));
    margin: calc(39 *(100vw / 750)) 0 0 calc(5 *(100vw / 750));
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
}
/* .MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(2) span {
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(2) span {
    letter-spacing: 0.14em;
  }
} */
.MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  margin-top: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box1 .txtBox li:nth-of-type(3) {
    font-size: calc(22 *(100vw / 750));
    margin-top: calc(20 *(100vw / 750));
    line-height: 1.68;
    font-feature-settings: normal;
  }
}
.MO230706HIGASHIHARA_lp .contents4 .flexArea--box2 {
  width: 59.8rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box2 {
    width: calc(750 *(100vw / 750));
    margin-top: calc(50 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents4 .flexArea--box2 .credit {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents4 .flexArea--box2 .credit {
    margin-top: calc(29 *(100vw / 750));
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .contents5 {
  margin-top: 15.4rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 {
    margin-top: calc(168 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 0 20.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea {
    display: block;
    margin: 0 calc(0 *(100vw / 750)) 0 0;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea--box1 {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea--box1 {
    width: calc(630 *(100vw / 750));
    margin: 0 auto;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 {
  margin: 8.5rem 8.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 {
    margin: calc(57 *(100vw / 750)) calc(0 *(100vw / 750)) 0 0;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox {
  margin: 8.7rem 0.2rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox {
    margin: calc(0 *(100vw / 750)) 0 0 calc(0 *(100vw / 750));
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox li:nth-of-type(1) {
  border-bottom: 1px solid #000;
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox li:nth-of-type(1) {
    width: calc(45 *(100vw / 750));
    margin: 0 auto;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox li:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox li:nth-of-type(2) {
    font-size: calc(28 *(100vw / 750));
    margin: calc(37 *(100vw / 750)) 0 0 calc(4 *(100vw / 750));
    line-height: 1.75;
    letter-spacing: 0.14em;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox li:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  margin-top: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .flexArea--box2 .txtBox li:nth-of-type(3) {
    font-size: calc(22 *(100vw / 750));
    margin-top: calc(18 *(100vw / 750));
    margin-left: calc(6 *(100vw /750));
    line-height: 1.68;
    letter-spacing: 0.08em;
    font-feature-settings: normal;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .btm_modelArea {
  width: 78rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .btm_modelArea {
    width: calc(750 *(100vw / 750));
    margin: calc(50 *(100vw / 750)) auto 0;
  }
}
.MO230706HIGASHIHARA_lp .contents5 .btm_modelArea .credit {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .contents5 .btm_modelArea .credit {
    margin-top: calc(30 *(100vw / 750));
    text-align: center;
  }
}
.MO230706HIGASHIHARA_lp .checkItemAll {
  display: block;
  margin-top: 14.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .checkItemAll {
    margin-top: calc(150 *(100vw / 750));
    font-size: calc(28 *(100vw / 750));
  }
}
.MO230706HIGASHIHARA_lp .checkItemAll a {
  width: 38rem;
  margin: 0 auto;
  display: block;
  padding: 2.1rem 0 2.4rem 0;
  border: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .checkItemAll a {
    width: calc(675 *(100vw / 750));
    padding: calc(42 *(100vw / 750)) 0 calc(46 *(100vw / 750)) 0;
  }
}
.MO230706HIGASHIHARA_lp .staffBox {
  margin-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .staffBox {
    margin-top: calc(156 *(100vw / 750));
    margin-left: calc(7 *(100vw /750))
  }
}
.MO230706HIGASHIHARA_lp .staffBox ul {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  text-align: center;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .MO230706HIGASHIHARA_lp .staffBox ul {
    font-size: calc(23 *(100vw / 750));
    line-height: 1.57;
  }
}
.MO230706HIGASHIHARA_lp .js-zoomAnimation.is-zoom-show {
  -webkit-animation: zoomIn 3s ease 0s 1 normal;
  animation: zoomIn 3s ease 0s 1 normal;
}
.MO230706HIGASHIHARA_lp .js-zoomAnimation {
  opacity: 0;
  transform: translate(0, 20px) scale(0.95);
}
.MO230706HIGASHIHARA_lp .is-zoom-show {
  opacity: 1;
  transform: none;
  transition: opacity 1.6s ease 0s, transform 1.2s ease 0s;
}
.MO230706HIGASHIHARA_lp .slick-slider {
  margin: 0;
  padding: 0;
}
.MO230706HIGASHIHARA_lp .slick-slider img {
  width: 100%;
  height: 100%;
}

footer#footer {
  margin-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  footer#footer {
    margin-top: calc(189 *(100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.33334vw;
  }
}
