@charset "UTF-8";
/* ▼ -----------可変設定---------- ▼ */
.lp_variable {
  /*デザインの値*/
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 560; /*SPデザイン幅*/
  --pc-artboard-width: 560; /*SP共通デザイン幅*/
  --sp-artboard-width: 560; /*PC共通デザイン幅*/
  /*可変率の計算式*/
  --formula: calc(var(--variable) * var(--ratio)); /*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1); /*PCデザインの可変割合の計算式*/
}

/* PC画面幅 1400px以上 固定 */
@media (min-width: 1401px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
/* PC画面幅 768～1400px 可変 */
@media (min-width: 768px) and (max-width: 1400px) {
  .lp_variable {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  .lp_variable {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */
.ebt-251003-lp__pc__flex {
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__pc__flex {
    overflow-y: auto;
  }
}
.ebt-251003-lp__pc__flex--left, .ebt-251003-lp__pc__flex--right {
  position: fixed;
  top: 50%;
  width: calc(460 * var(--formula_pc));
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__pc__flex--left, .ebt-251003-lp__pc__flex--right {
    display: none;
  }
}
.ebt-251003-lp__pc__flex .js-pc-logo, .ebt-251003-lp__pc__flex .js-pc-logo02 {
  opacity: 0;
  transition: 0.2s;
  width: calc(188 * var(--formula_pc));
  position: absolute;
  left: calc(116 * var(--formula_pc));
}
.ebt-251003-lp__pc__flex .js-pc-logo.js-active, .ebt-251003-lp__pc__flex .js-pc-logo02.js-active {
  opacity: 1;
  transition: 0.2s;
}
.ebt-251003-lp__pc--top {
  display: block;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__pc--top {
    display: none;
  }
}
.ebt-251003-lp--main-content {
  scrollbar-width: none;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp--main-content {
    overflow-x: hidden;
    width: 100%;
  }
}
.ebt-251003-lp--main-content__pc-bg-01 {
  position: relative;
}
.ebt-251003-lp--main-content__pc-bg-01::before {
  content: "";
  background-image: url("../img/pc_img/pc_content01-bg.jpg");
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: var(--bg-opacity, 0);
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp--main-content__pc-bg-01::before {
    content: unset;
    display: none;
  }
}
.ebt-251003-lp--main-content__pc-bg-06 {
  position: relative;
}
.ebt-251003-lp--main-content__pc-bg-06::before {
  content: "";
  background-image: url("../img/pc_img/pc_content06-bg.jpg");
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: var(--bg-opacity, 0);
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp--main-content__pc-bg-06::before {
    content: unset;
    display: none;
  }
}
.ebt-251003-lp__mv {
  width: calc(560 * var(--formula_pc));
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__mv {
    width: 100%;
  }
}
.ebt-251003-lp__mv--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__mv--sp {
    display: block;
  }
}
.ebt-251003-lp__mv__text-box {
  background-image: url("../img/common_img/mv-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: calc(640 * var(--formula));
  position: relative;
  clip-path: inset(0 0 100% 0);
  transition: 1.2s;
  transition-property: clip-path;
}
.ebt-251003-lp__mv__text-box.is-active {
  clip-path: inset(0);
}
.ebt-251003-lp__mv__text-box.ebt-251003-lp__pc--mv {
  background-image: url("../img/pc_img/pc_mv-bg.jpg");
  background-size: cover;
}
.ebt-251003-lp__mv__text-box.ebt-251003-lp__pc--mv .ebt-251003-lp__pc--mv--about {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.ebt-251003-lp__mv__text-box.ebt-251003-lp__pc--mv .ebt-251003-lp__pc--mv--about .ebt-251003-lp__mv__text-box--01 {
  width: calc(288 * var(--formula));
  margin-top: calc(3 * var(--formula));
  margin-left: calc(33 * var(--formula));
}
.ebt-251003-lp__mv__text-box.ebt-251003-lp__pc--mv .ebt-251003-lp__pc--mv--about .ebt-251003-lp__mv__text-box--02 {
  width: calc(362 * var(--formula));
  margin-top: calc(-25 * var(--formula));
  margin-right: calc(63 * var(--formula));
}
.ebt-251003-lp__mv__text-box.ebt-251003-lp__pc--mv .ebt-251003-lp__pc--mv--about .ebt-251003-lp__mv__text-box--03 {
  width: calc(299 * var(--formula));
  margin: calc(40 * var(--formula)) calc(33 * var(--formula)) 0;
}
.ebt-251003-lp__mv__text-box.ebt-251003-lp__pc--mv .ebt-251003-lp__pc--mv--about .ebt-251003-lp__mv__text-box--04 {
  width: calc(57 * var(--formula));
  position: absolute;
  left: calc(150 * var(--formula));
  top: calc(230 * var(--formula));
}
.ebt-251003-lp__mv__text-box span {
  position: absolute;
}
.ebt-251003-lp__mv__text-box--01 {
  top: calc(166 * var(--formula));
  left: calc(44 * var(--formula));
  width: calc(213 * var(--formula));
  clip-path: inset(0 100% 0 0);
  transition: 0.8s;
  transition-property: clip-path;
}
.ebt-251003-lp__mv__text-box--01.is-active {
  clip-path: inset(0);
}
.ebt-251003-lp__mv__text-box--02 {
  top: calc(252 * var(--formula));
  left: calc(19 * var(--formula));
  width: calc(268 * var(--formula));
  clip-path: inset(0 0 0 100%);
  transition: 0.8s;
  transition-property: clip-path;
}
.ebt-251003-lp__mv__text-box--02.is-active {
  clip-path: inset(0);
}
.ebt-251003-lp__mv__text-box--03 {
  top: calc(360 * var(--formula));
  left: calc(44 * var(--formula));
  width: calc(221 * var(--formula));
  clip-path: inset(0 0 0 100%);
  transition: 0.8s;
  transition-property: clip-path;
}
.ebt-251003-lp__mv__text-box--03.is-active {
  clip-path: inset(0);
}
.ebt-251003-lp__mv__text-box--04 {
  top: calc(337 * var(--formula));
  left: calc(132 * var(--formula));
  width: calc(42 * var(--formula));
  clip-path: inset(100% 0 0 0);
  transition: 0.8s;
  transition-property: clip-path;
}
.ebt-251003-lp__mv__text-box--04.is-active {
  clip-path: inset(0);
}
.ebt-251003-lp__mv p {
  font-family: shippori-mincho, "yu-mincho-pr6n", sans-serif;
  font-size: calc(18 * var(--formula));
  line-height: calc(28 * var(--formula));
  text-align: center;
  margin: 0 auto;
  padding-bottom: calc(62 * var(--formula));
  padding-top: calc(32 * var(--formula));
  background-color: white;
}
.ebt-251003-lp .js-shutter-parent .js-shutter-content {
  transition: 0.8s;
  transition-property: clip-path;
}
.ebt-251003-lp .js-shutter-parent .js-shutter-content.is-active {
  clip-path: inset(0);
}
.ebt-251003-lp__item-content__right__main-title, .ebt-251003-lp__item-content__left__main-title {
  width: calc(230 * var(--formula));
}
.ebt-251003-lp__item-content__right__main-title {
  margin-left: auto;
  margin-right: calc(24 * var(--formula));
}
.ebt-251003-lp__item-content__right__main-title.js-shutter-content {
  clip-path: inset(0 100% 0 0);
}
.ebt-251003-lp__item-content__right__main-img img {
  scale: 1.2;
  transition: 1s;
}
.ebt-251003-lp__item-content__right__main-img.js-shutter-content {
  clip-path: inset(0 0 0 100%);
}
.ebt-251003-lp__item-content__right__main-img.js-shutter-content.is-active img {
  scale: 1;
}
.ebt-251003-lp__item-content__right__sub-img {
  margin-top: calc(10 * var(--formula));
  text-align: right;
}
.ebt-251003-lp__item-content__right__sub-img img {
  width: calc(430 * var(--formula));
  margin-left: auto;
}
.ebt-251003-lp__item-content__left__main-title {
  margin-right: auto;
  margin-left: calc(24 * var(--formula));
}
.ebt-251003-lp__item-content__left__main-title.js-shutter-content {
  clip-path: inset(0 0 0 100%);
}
.ebt-251003-lp__item-content__left__main-img img {
  scale: 1.2;
  transition: 1s;
}
.ebt-251003-lp__item-content__left__main-img.js-shutter-content {
  clip-path: inset(0 100% 0 0);
}
.ebt-251003-lp__item-content__left__main-img.js-shutter-content.is-active img {
  scale: 1;
}
.ebt-251003-lp__item-content__left__sub-img {
  margin-top: calc(10 * var(--formula));
}
.ebt-251003-lp__item-content__left__sub-img img {
  width: calc(430 * var(--formula));
  margin-right: auto;
}
.ebt-251003-lp__item-content__item-text {
  text-align: center;
}
.ebt-251003-lp__item-content__item-text--title {
  font-size: calc(22 * var(--formula));
  font-family: shippori-mincho, "yu-mincho-pr6n", sans-serif;
  margin: calc(34 * var(--formula)) auto calc(14 * var(--formula));
  letter-spacing: 0.03em;
  line-height: calc(28 * var(--formula));
}
.ebt-251003-lp__item-content__item-text--about {
  font-size: calc(18 * var(--formula));
  font-family: shippori-mincho, "yu-mincho-pr6n", sans-serif;
  margin-bottom: calc(24 * var(--formula));
  line-height: calc(28 * var(--formula));
}
.ebt-251003-lp__item-content__item-price {
  display: flex;
  gap: calc(15 * var(--formula));
  flex-wrap: wrap;
  width: calc(400 * var(--formula));
  justify-content: center;
  margin: 0 auto;
  padding-bottom: calc(60 * var(--formula));
}
.ebt-251003-lp__item-content__item-price a {
  color: #8E8E8E;
  font-family: "Noto Serif JP", serif;
  line-height: calc(11 * var(--formula));
  text-decoration: underline;
  font-size: calc(16 * var(--formula));
}
.ebt-251003-lp__content01 {
  width: calc(560 * var(--formula_pc));
  margin: 0 auto;
  background: white;
  z-index: 2;
  position: relative;
}
.ebt-251003-lp__content01__slider {
  margin: calc(10 * var(--formula)) auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ebt-251003-lp__content01__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.ebt-251003-lp__content01__slider .swiper-slide {
  width: calc(430 * var(--formula));
  height: auto;
}
.ebt-251003-lp__content01__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ebt-251003-lp .ebt-251003-lp--pc-width-content {
  width: calc(560 * var(--formula_pc));
  margin: 0 auto;
  background: white;
  z-index: 2;
  position: relative;
}
.ebt-251003-lp__content02 {
  position: relative;
}
.ebt-251003-lp__content02::before {
  content: "";
  background-image: url("../img/pc_img/pc_content02-bg.jpg");
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: var(--bg-opacity, 0);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content02::before {
    content: unset;
    display: none;
  }
}
.ebt-251003-lp__content02 .ebt-251003-lp__item-content__left__main-title {
  margin-bottom: calc(-22 * var(--formula));
  position: relative;
  z-index: 1;
  width: calc(259 * var(--formula));
  margin-left: calc(30 * var(--formula));
  margin-top: calc(-4 * var(--formula));
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content02 .ebt-251003-lp__item-content__left__main-title {
    margin-bottom: calc(-25 * var(--formula));
    width: calc(260 * var(--formula));
  }
}
.ebt-251003-lp__content02 .ebt-251003-lp__item-content__item-text--title {
  margin-top: calc(34 * var(--formula));
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content02 .ebt-251003-lp__item-content__item-text--title {
    margin-top: calc(37 * var(--formula));
  }
}
.ebt-251003-lp__content03 {
  position: relative;
}
.ebt-251003-lp__content03::before {
  content: "";
  background-image: url("../img/pc_img/pc_content03-bg.jpg");
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: var(--bg-opacity, 0);
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content03::before {
    content: unset;
    display: none;
  }
}
.ebt-251003-lp__content03 .ebt-251003-lp__item-content__right__main-title {
  margin-bottom: calc(-20 * var(--formula));
  position: relative;
  z-index: 1;
  width: calc(295 * var(--formula));
  margin-top: calc(-6 * var(--formula));
  margin-right: calc(29 * var(--formula));
}
.ebt-251003-lp__content03 .ebt-251003-lp__item-content__item-text--title {
  margin-top: calc(35 * var(--formula));
}
.ebt-251003-lp__content03 .ebt-251003-lp__item-content__item-price a {
  font-size: calc(15 * var(--formula));
}
.ebt-251003-lp__content04 {
  position: relative;
}
.ebt-251003-lp__content04::before {
  content: "";
  background-image: url("../img/pc_img/pc_content04-bg.jpg");
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: var(--bg-opacity, 0);
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content04::before {
    content: unset;
    display: none;
  }
}
.ebt-251003-lp__content04 .ebt-251003-lp__item-content__left__main-title {
  width: calc(395 * var(--formula));
  margin-top: calc(-4 * var(--formula));
  margin-left: calc(30 * var(--formula));
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content04 .ebt-251003-lp__item-content__left__main-title {
    margin-top: calc(-6 * var(--formula));
  }
}
.ebt-251003-lp__content04 .ebt-251003-lp__item-content__item-text--title {
  margin-bottom: calc(15 * var(--formula));
  margin-top: calc(33 * var(--formula));
}
.ebt-251003-lp__content04 .ebt-251003-lp__item-content__item-text--about {
  margin-bottom: calc(24 * var(--formula));
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content04 .ebt-251003-lp__item-content__item-text--about {
    margin-bottom: calc(22 * var(--formula));
  }
}
.ebt-251003-lp__content05 {
  position: relative;
}
.ebt-251003-lp__content05::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc_img/pc_content05-bg.jpg");
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: var(--bg-opacity, 0);
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content05::before {
    content: unset;
    display: none;
  }
}
.ebt-251003-lp__content05 .ebt-251003-lp__item-content__right__main-title {
  margin-bottom: calc(-22 * var(--formula));
  position: relative;
  z-index: 1;
  width: calc(380 * var(--formula));
  margin-right: calc(30 * var(--formula));
  margin-top: calc(-6 * var(--formula));
}
.ebt-251003-lp__content05 .ebt-251003-lp__item-content__item-text--title {
  margin-bottom: calc(13 * var(--formula));
  margin-top: calc(33 * var(--formula));
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content05 .ebt-251003-lp__item-content__item-text--title {
    margin-top: calc(35 * var(--formula));
  }
}
.ebt-251003-lp__content06 .ebt-251003-lp__item-content__left__main-title {
  margin-bottom: calc(-20 * var(--formula));
  position: relative;
  z-index: 1;
  width: calc(333 * var(--formula));
  margin-top: calc(-7 * var(--formula));
  margin-left: calc(30 * var(--formula));
}
.ebt-251003-lp__content06 .ebt-251003-lp__item-content__item-text--title {
  margin: calc(34 * var(--formula)) auto calc(16 * var(--formula));
}
.ebt-251003-lp__content06 .ebt-251003-lp__item-content__item-text--about {
  margin-bottom: calc(24 * var(--formula));
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__content06 .ebt-251003-lp__item-content__item-text--about {
    margin-bottom: calc(22 * var(--formula));
  }
}
.ebt-251003-lp__content06 .ebt-251003-lp__item-content__item-price {
  padding-bottom: calc(54 * var(--formula));
}
.ebt-251003-lp__content04 .ebt-251003-lp__item-content__item-price, .ebt-251003-lp__content05 .ebt-251003-lp__item-content__item-price, .ebt-251003-lp__content06 .ebt-251003-lp__item-content__item-price {
  width: calc(350 * var(--formula));
}
.ebt-251003-lp__all-item {
  text-align: center;
}
.ebt-251003-lp__all-item:hover {
  opacity: 0.7;
}
.ebt-251003-lp__all-item::before {
  content: none;
}
.ebt-251003-lp__all-item a {
  border: 1px solid;
  padding: calc(10 * var(--formula)) calc(50 * var(--formula));
  display: inline-block;
}
.ebt-251003-lp__all-item a img {
  width: calc(159 * var(--formula));
}
.ebt-251003-lp__staff-list {
  font-family: "Bodoni Moda", serif;
  text-align: center;
  font-style: italic;
  font-size: calc(14 * var(--formula));
  line-height: calc(20 * var(--formula));
  margin: calc(21 * var(--formula)) auto 0;
  padding-bottom: calc(50 * var(--formula));
}
.ebt-251003-lp__staff-list::before {
  content: none;
}
.ebt-251003-lp__top-btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.ebt-251003-lp__top-btn--content {
  width: calc(560 * var(--formula_pc));
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ebt-251003-lp__top-btn--content {
    width: 100%;
  }
}
.ebt-251003-lp__top-btn--content a {
  position: absolute;
  z-index: 5;
  width: calc(20 * var(--formula));
  top: calc(120 * var(--formula));
  right: calc(20 * var(--formula));
  opacity: 0;
  transition: 0.2s;
  pointer-events: auto;
  cursor: pointer;
}
.ebt-251003-lp__top-btn.is-active a {
  opacity: 1;
  transition: 0.2s;
}
.ebt-251003-lp__top-btn.js-clip-btn {
  opacity: 0;
  transition: 0.2s;
}