@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --color-red: #B42D40;
  --font: "游ゴシック体", 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --font-baskerville: "baskerville-display-pt", serif;
  --font-ratio: "ratiomodern", serif;
  --font-mincho: 游明朝体, Yu Mincho, YuMincho, "Noto Sans JP", ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  --pc-width: 140rem;
  --sp-width: calc(750*(100vw / 750));
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: "palt";
}

* > .ebihara_lp202409 {
  font-family: var(--font);
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

.ebihara_lp202409 p, .ebihara_lp202409 span, .ebihara_lp202409 dl, h1, h2, h3, h4, h5, h6{
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  #footer {
    z-index: 0;
    position: relative;
    background-color: #fff;
  }
  #footer .menu-sns ul {
    margin: 0;
    padding: 20px 0px 40px 0px;
  }
}
/*----------LP normalize SP----------*/
.ebihara_lp202409 {
  font-family: var(--font);
}
.ebihara_lp202409 * {
  box-sizing: border-box;
}
.ebihara_lp202409 img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.ebihara_lp202409 a {
  text-decoration: none;
}
.ebihara_lp202409 picture, .ebihara_lp202409 a {
  display: block;
}
.ebihara_lp202409 .spOnly {
  display: block;
}
.ebihara_lp202409 .pcOnly {
  display: none;
}
.ebihara_lp202409 p, .ebihara_lp202409 ul, .ebihara_lp202409ol, .ebihara_lp202409dl {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .section__inner {
    max-width: 100%;
  }
  .ebihara_lp202409 .pc_only {
    display: none;
  }
  .ebihara_lp202409 .sp_only {
    display: block;
  }
}

/*----------LP normalize PC----------*/
@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100% !important;
  }
  .ebihara_lp202409 .pc_only {
    display: block;
  }
  .ebihara_lp202409 .sp_only {
    display: none;
  }
  .ebihara_lp202409 .section__inner {
    margin: 0 auto;
  }
}
/*----------アニメーション----------*/
.fadeup {
  opacity: 0;
  transition: opacity 1.5s;
}

.fadeup.fade-active {
  opacity: 1;
}

.fadein-load {
  opacity: 0;
  transition: opacity, 1s;
}

.fadein-load.fade-active {
  opacity: 1;
}

@keyframes move__upDown {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0px);
  }
}
#Header {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.cateList {
  max-width: 120rem;
  margin: 0 auto 40px;
  font-size: 12px;
}

.cateList span {
  padding: 0 5px;
}

.area_archive {
  background-color: #fff;
  z-index: 1;
  position: relative;
  width: 100% !important;
  padding: 16rem 0 12rem;
  margin: 0 !important;
}

.main-area {
  max-width: 140rem;
}

.sp_only {
  display: none;
}

/*----------layout pc----------*/
.ebihara_lp202409 {
  margin: 0;
  background-size: cover;
  font-family: var(--font);
  font-weight: 400;
  color: #000000;
  position: relative;
  z-index: 0;
  /*----------mv----------*/
  /*----------.intro----------*/
  /*----------sec----------*/
  /*----------imageBox----------*/
}
.ebihara_lp202409 a:hover {
  opacity: 1;
}
.ebihara_lp202409 .sec__inner {
  position: relative;
}
.ebihara_lp202409 img {
  width: 100%;
  display: block;
}
.ebihara_lp202409 .mainvisual {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0rem 0 0 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.ebihara_lp202409 .mainvisual .mainvisual--main_banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ebihara_lp202409 .mainvisual video {
  object-fit: cover;
  object-position: top center;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
.ebihara_lp202409 .mainvisual video.sp_only {
  display: none;
}
.ebihara_lp202409 .mainvisual .btn-sound {
  position: absolute;
  right: 1.8%;
  bottom: 2.4%;
  width: 4.4rem;
  height: 4rem;
  cursor: pointer;
  background: url(../img/sound-off.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}
.ebihara_lp202409 .mainvisual .btn-sound.active {
  background: url(../img/sound-on.svg) no-repeat;
  background-size: contain;
}
.ebihara_lp202409 .lp__title {
  width: 59.7rem;
  margin: 8rem auto 0;
}
.ebihara_lp202409 .lp__title img {
  image-rendering: -webkit-optimize-contrast;
}
.ebihara_lp202409 .lp__title--sub {
  margin: 1.7rem 0 0 0;
  font-family: var(--font-mincho);
  font-size: 1.7rem;
  font-weight: 200;
  letter-spacing: 0.15em;
  line-height: 2.5882352941;
}
.ebihara_lp202409 .val__text {
  margin: 4.6rem auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: var(--font-ratio);
  position: relative;
}
.ebihara_lp202409 .val__text::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.6rem;
  width: 2.2rem;
  height: 2px;
  background-color: var(--color-red);
}
.ebihara_lp202409 .val__text .number {
  display: inline-block;
  font-size: 2.2rem;
  padding: 0 0.4rem 0 0.5rem;
}
.ebihara_lp202409 .lp__title--lead {
  width: 29.8rem;
  margin: 4.8rem auto 0;
}
.ebihara_lp202409 .p-intro__text {
  text-align: center;
}
.ebihara_lp202409 .p-intro__text_lead {
  margin: 0 0 0 0;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.9333333333;
}
.ebihara_lp202409 .p-intro__text_lead.js-viewmore_hide {
  overflow: hidden;
  transition: height 0.5s;
  height: calc(6em + 3.5rem * 1);
}
.ebihara_lp202409 .p-intro__text_lead.js-viewmore_hide.__open {
  height: calc(13em + 3.5rem* 3);
  visibility: visible;
}
.ebihara_lp202409 .p-intro__text_lead .c-text_intro__lead {
  margin: 2.9rem 0 0 0;
  display: block;
  font-feature-settings: normal;
}
.ebihara_lp202409 .p-intro__text_lead .c-text_intro__lead.u-intro_first {
  margin: 0 0 0 0;
}
.ebihara_lp202409 .c-text_accordion {
  font-family: var(--font-ratio);
  font-weight: 400;
  width: 4.3rem;
  white-space: nowrap;
  margin-top: 1.2rem;
  margin-left: 58.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
.ebihara_lp202409 .c-text_accordion::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
}
.ebihara_lp202409 .c-text_accordion.__open::before {
  transform: rotate(-45deg);
  top: 1rem;
}
.ebihara_lp202409 .sec__content .item__area .model__credit {
  margin: 2.5rem 0 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  line-height: 2;
  font-family: var(--font-baskerville);
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.ebihara_lp202409 .sec__content .item__area .model__credit a {
  display: block;
}

.ebihara_lp202409 .sec__contener {
  max-width: 140rem;
  position: relative;
  margin: 0 auto;
}
.ebihara_lp202409 .sec-inner {
  position: relative;
  margin: 0 auto;
}

.ebihara_lp202409 .checkItemAll {
  width: 38rem;
  margin: 11.9rem auto 12rem;
  border: 1px solid #000;
}
.ebihara_lp202409 .checkItemAll a {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 2rem 0 2.4rem;
  display: block;
  font-feature-settings: normal;
}
.ebihara_lp202409 .archive-area {
  width: 65rem;
  margin: 0 auto;
}
.ebihara_lp202409 .archive__list {
  width: 100%;
}
.ebihara_lp202409 .staff__credit {
  margin: 9.5rem auto 15rem;
  font-family: var(--font-baskerville);
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .cateList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: calc(40 * (100vw/750)) calc(30 * (100vw/750));
    font-size: calc(20 * (100vw/750));
    line-height: normal;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .cateList a {
    text-decoration: none;
  }
  /*----------layout sp----------*/
  .ebihara_lp202409 {
    max-width: 100%;
    width: calc(750 * (100vw/750));
    margin: 0;
    position: relative;
    overflow: hidden;
    /*----------mv----------*/
    /*----------.intro----------*/
    /*----------sec----------*/
  }
  .ebihara_lp202409 a:hover {
    opacity: 1;
  }
  .ebihara_lp202409.pc_only {
    display: none !important;
  }
  .ebihara_lp202409 .mainvisual {
    width: 100%;
  }
  .ebihara_lp202409 .mainvisual .mainvisual--main_banner {
    width: 100%;
    margin: 0 auto;
  }
  .ebihara_lp202409 .mainvisual video.pc_only {
    display: none;
  }
  .ebihara_lp202409 .mainvisual video.sp_only {
    display: block;
  }
  .ebihara_lp202409 .lp__title {
    width: calc(569*(100vw / 750));
    margin: calc(99*(100vw / 750)) auto 0;
  }
  .ebihara_lp202409 .lp__title--sub {
    margin: calc(26*(100vw / 750)) 0 0 0;
    font-size: calc(26*(100vw / 750));
  }
  .ebihara_lp202409 .val__text {
    margin: calc(77*(100vw / 750)) 0 0 0;
    font-size: calc(28*(100vw / 750));
  }
  .ebihara_lp202409 .val__text::after {
    bottom: calc(-42*(100vw / 750));
    width: calc(40*(100vw / 750));
    height: calc(4*(100vw / 750));
  }
  .ebihara_lp202409 .val__text .number {
    font-size: calc(36*(100vw / 750));
    padding: 0 calc(4*(100vw / 750)) 0 calc(5*(100vw / 750));
  }
  .ebihara_lp202409 .lp__title--lead {
    width: calc(531*(100vw / 750));
    margin: calc(76*(100vw / 750)) auto 0;
  }
  .ebihara_lp202409 .p-intro__text_lead {
    font-size: calc(24 * (100vw/750));
    line-height: 2.3;
  }
  .ebihara_lp202409 .p-intro__text_lead.js-viewmore_hide {
    overflow: hidden;
    transition: height 0.5s;
    height: calc(4.5em + calc(55*(100vw / 750))* 1);
  }
  .ebihara_lp202409 .p-intro__text_lead.js-viewmore_hide.__open {
    height: calc(12em + calc(55 * (100vw/750)) * 3);
    visibility: visible;
  }
  .ebihara_lp202409 .p-intro__text_lead .c-text_intro__lead {
    margin: calc(50*(100vw / 750)) 0 0 0;
    display: block;
  }
  .ebihara_lp202409 .p-intro__text_lead .c-text_intro__lead.u-intro_first {
    margin: 0 0 0 0;
  }
  .ebihara_lp202409 .c-text_accordion {
    width: calc(70*(100vw / 750));
    margin-top: calc(33*(100vw / 750));
    margin-left: calc(356*(100vw / 750));
    font-size: calc(30*(100vw / 750));
    position: relative;
  }
  .ebihara_lp202409 .c-text_accordion.__open {
    margin-top: calc(20*(100vw / 750));
}
  .ebihara_lp202409 .c-text_accordion::before {
    top: 0;
    bottom: 0;
    left: calc(-28*(100vw / 750));
    width: calc(13*(100vw / 750));
    height: calc(13*(100vw / 750));
  }
  .ebihara_lp202409 .c-text_accordion.__open::before {
    top: calc(10*(100vw / 750));
  }
  .ebihara_lp202409 .sec__content {
    width: 100%;
  }
  .ebihara_lp202409 .sec__content .item__area .model__credit {
    margin: calc(34*(100vw / 750)) 0 0 calc(49*(100vw / 750));
    font-size: calc(24*(100vw / 750));
    line-height: 1.9;
  }
  .ebihara_lp202409 .sec__content .item__area .model__credit a {
    display: inline-block;
    margin-right: calc(7*(100vw / 750));
  }
  .ebihara_lp202409 .checkItemAll {
    width: calc(675 * (100vw/750));
    margin: calc(155*(100vw / 750)) auto calc(160*(100vw / 750));
    border: 1px solid #000;
  }
  .ebihara_lp202409 .checkItemAll a {
    font-size: calc(28 * (100vw/750));
    padding: calc(46 * (100vw/750)) 0;
  }
  .ebihara_lp202409 .archive-area {
    width: 100%;
  }
  .ebihara_lp202409 .archive__list {
    width: 100%;
  }
  .ebihara_lp202409 .staff__credit {
    margin: calc(150*(100vw / 750)) 0 calc(188*(100vw / 750));
    font-size: calc(22 * (100vw/750));
  }
}/*# sourceMappingURL=style.css.map */

/*
///////////////////////////////////////////////////////////////////////////
                                                          sec__01
///////////////////////////////////////////////////////////////////////////
*/
.ebihara_lp202409 .sec__01 .item__area {
  width: 122rem;
  margin: 0 auto;
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8rem;
}
.ebihara_lp202409 .sec__01 .model__01-1 {
  width: 60rem;
}
.ebihara_lp202409 .sec__01 .model__01-2 {
  width: 54rem;
  margin-top: 25rem;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .sec__01 .item__area {
    width: var(--sp-width);
    margin: 0 auto;
    margin-top: calc(160*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: calc(77*(100vw / 750));
  }
  .ebihara_lp202409 .sec__01 .model__01-1 {
    width: calc(700*(100vw / 750));
    margin-left: 0;
  }
  .ebihara_lp202409 .sec__01 .model__01-2 {
    width: calc(660*(100vw / 750));
    margin-top: 0;
    margin-left: calc(90*(100vw / 750));
  }
}
/*
///////////////////////////////////////////////////////////////////////////
                                                          sec__02
///////////////////////////////////////////////////////////////////////////
*/
.ebihara_lp202409 .sec__02 .item__area {
  width: 66rem;
  margin: 0 auto;
  margin-top: 18rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.ebihara_lp202409 .sec__02 .model__02-1 {
  width: 100%;
}
.ebihara_lp202409 .sec__02 .model__02-2 {
  width: 52rem;
  margin: 0 auto;
  position: relative;
}
.ebihara_lp202409 .sec__02 .model__02-2 .model__credit {
  position: absolute;
  bottom: -0.8rem;
  right: -13.4rem;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .sec__02 .item__area {
    width: var(--sp-width);
    margin: 0 auto;
    margin-top: calc(190*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: calc(30*(100vw / 750));
  }
  .ebihara_lp202409 .sec__02 .model__02-2 {
    width: calc(600*(100vw / 750));
  }
  .ebihara_lp202409 .sec__02 .model__02-2 .model__credit {
    position: static;
    text-align: center;
    margin-top: calc(37*(100vw / 750));
    margin-left: 0;
  }
  .ebihara_lp202409 .sec__02 .model__02-2 .model__credit a {
    margin-right: 0;
  }
  .ebihara_lp202409 .sec__02 .model__02-2 .model__credit a:nth-of-type(2){
    margin-left: calc(12*(100vw / 750));
  }
  .ebihara_lp202409 .sec__02 .model__02-2 .model__credit a:nth-of-type(4){
    margin-left: calc(12*(100vw / 750));
  }
}
/*
///////////////////////////////////////////////////////////////////////////
                                                          sec__03
///////////////////////////////////////////////////////////////////////////
*/
.ebihara_lp202409 .sec__03 .item__area {
  width: 116rem;
  margin: 0 auto;
  margin-top: 18rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  row-gap: 8rem;
}
.ebihara_lp202409 .sec__03 .model__03-1 {
  width: 60rem;
}
.ebihara_lp202409 .sec__03 .model__03-2 {
  width: 48rem;
  margin-top: 27.1rem;
}
.ebihara_lp202409 .sec__03 .model__03-1 .model__credit {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .sec__03 .item__area {
    width: var(--sp-width);
    margin: 0 auto;
    margin-top: calc(177*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: calc(77*(100vw / 750));
  }
  .ebihara_lp202409 .sec__03 .model__03-1 {
    width: calc(700*(100vw / 750));
    margin-left: calc(50*(100vw / 750));
  }
  .ebihara_lp202409 .sec__03 .model__03-2 {
    width: calc(600*(100vw / 750));
    margin-top: 0;
    margin-left: 0;
  }
  .ebihara_lp202409 .sec__03 .model__03-1 .model__credit {
    margin-top: calc(37*(100vw / 750));
    margin-right: calc(43*(100vw / 750));
  }
}
/*
///////////////////////////////////////////////////////////////////////////
                                                          sec__04
///////////////////////////////////////////////////////////////////////////
*/
.ebihara_lp202409 .sec__04 .item__area {
  width: 114rem;
  margin-top: 17.2rem;
  margin-left: 17rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}
.ebihara_lp202409 .sec__04 .model__04-1 {
  width: 56rem;
  position: absolute;
  z-index: 2;
}
.ebihara_lp202409 .sec__04 .model__04-2 {
  width: 66rem;
  margin-top: 25rem;
  margin-left: 48rem;
  position: relative;
}
.ebihara_lp202409 .sec__04 .model__04-2 .model__credit {
  position: absolute;
  text-align: right;
  bottom: -0.8rem;
  left: -14.1rem;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .sec__04 .item__area {
    width: var(--sp-width);
    height: fit-content;
    margin-left: 0;
    margin-top: calc(190*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }
  .ebihara_lp202409 .sec__04 .model__04-1 {
    width: calc(640*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }
  .ebihara_lp202409 .sec__04 .model__04-2 {
    width: var(--sp-width);
    margin-top: 74rem;
    margin-left: 0;
  }
  .ebihara_lp202409 .sec__04 .model__04-2 .model__credit {
    position: static;
    text-align: center;
    margin-left: 0;
    margin-top: calc(37*(100vw / 750));
  }
  .ebihara_lp202409 .sec__04 .model__04-2 .model__credit a {
    margin: 0 calc(6*(100vw / 750));
  }
}
/*
///////////////////////////////////////////////////////////////////////////
                                                          sec__05
///////////////////////////////////////////////////////////////////////////
*/
.ebihara_lp202409 .sec__05 .item__area {
  width: 114rem;
  margin: 0 auto;
  margin-top: 18rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.ebihara_lp202409 .sec__05 .model__box {
  width: 56rem;
}
.ebihara_lp202409 .sec__05 .item__area .model__credit {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .sec__05 .item__area {
    width: calc(680*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(177*(100vw / 750));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: calc(30*(100vw / 750));
  }
  .ebihara_lp202409 .sec__05 .model__box {
    width: 100%;
  }
  .ebihara_lp202409 .sec__05 .item__area .model__credit {
    margin: calc(7*(100vw / 750)) 0 0 0;
    text-align: center;
  }
  .ebihara_lp202409 .sec__05 .item__area .model__credit a {
    margin: 0 calc(6*(100vw / 750));
  }
}
/*
///////////////////////////////////////////////////////////////////////////
                                                          sec__06
///////////////////////////////////////////////////////////////////////////
*/
.ebihara_lp202409 .sec__06 .item__area {
  width: 42rem;
  margin: 0 auto;
  margin-top: 1.8rem;
  position: relative;
}
.ebihara_lp202409 .sec__06 .model__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5rem;
  font-family: var(--font-ratio);
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  z-index: 2;
}
.ebihara_lp202409 .sec__06 .model__box {
  width: 100%;
}
.ebihara_lp202409 .sec__06 .model__list {
  width: 12.6rem;
  margin: 0 auto;
  margin-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--black);
}
.ebihara_lp202409 .sec__06 .model__list a {
  font-family: var(--font);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
}
.ebihara_lp202409 .sec__06 .model__list a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 0.7rem transparent;
  border-left: solid 1rem var(--black);
  top: 50%;
  right: -0.6rem;
  margin-top: -0.7rem;
}
@media only screen and (max-width: 767px) {
  .ebihara_lp202409 .sec__06 .item__area {
    width: calc(512*(100vw / 750));
    margin-top: calc(178*(100vw / 750));
  }
  .ebihara_lp202409 .sec__06 .model__title {
    top: calc(-30*(100vw / 750));
    font-size: calc(64*(100vw / 750));
  }
  .ebihara_lp202409 .sec__06 .model__list {
    width: calc(190*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(45*(100vw / 750));
    padding-bottom: calc(14*(100vw / 750));
    border-bottom: solid calc(2*(100vw / 750)) var(--black);
  }
  .ebihara_lp202409 .sec__06 .model__list a {
    font-size: calc(27*(100vw / 750));
  }
  .ebihara_lp202409 .sec__06 .model__list a::after {
    border: solid calc(11.5*(100vw / 750)) transparent;
    border-left: solid calc(16.5*(100vw / 750)) var(--black);
    right: calc(-9*(100vw / 750));
    margin-top: calc(-10.5*(100vw / 750));
  }
}