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

/* PC画面幅 1400px以上 固定 */
@media (min-width: 1401px) {
  .LB260708item {
    --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) {
  .LB260708item {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  .LB260708item {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */
.main-area .main-inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .go-top {
    opacity: 0;
  }
}
.LB260708item p, .LB260708item a, .LB260708item h1, .LB260708item h2 {
  font-feature-settings: normal;
}
.LB260708item img {
  width: 100%;
  height: auto;
}
.LB260708item .js-display-anime {
  opacity: 0;
}
.LB260708item .bg-beige {
  background-color: #f3f4f0;
}
.LB260708item .m-t40 {
  margin-top: calc(31 * var(--formula));
}
.LB260708item .js-sub-text span {
  opacity: 0;
}
.LB260708item .js-sub-text span.is-active {
  opacity: 1;
}
.LB260708item--price-list {
  text-align: center;
}
.LB260708item--price-list a {
  font-size: calc(28 * var(--formula));
  font-family: "cronos-pro", sans-serif;
  line-height: 1.75;
  color: #191919;
  margin-left: calc(21 * var(--formula));
  letter-spacing: 0.02em;
  font-weight: normal;
}
.LB260708item--price-list a:first-child {
  margin-left: 0;
}
.LB260708item--price-list a.m-l0 {
  margin-left: 0;
}
.LB260708item--price-list--margin {
  margin: calc(28 * var(--formula)) auto calc(150 * var(--formula));
}
.LB260708item__pc-left, .LB260708item__pc-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .LB260708item {
    display: flex;
    position: relative;
    clip-path: inset(0);
  }
  .LB260708item:after {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url("../img/pc_bg.jpg");
    background-size: 1400px 800px;
    background-position: top center;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .LB260708item__content {
    width: calc(490 * var(--formula_pc));
    margin: 0 auto;
    overflow: hidden;
  }
  .LB260708item__pc-left, .LB260708item__pc-right {
    position: sticky;
    top: 0;
    height: 100vh;
    flex: 1;
    place-items: center;
    display: grid;
  }
  .LB260708item__pc-left__text-box {
    text-align: center;
  }
  .LB260708item__pc-left__text-box--title {
    font-family: "loretta-display", serif;
    color: #ff99bb;
    letter-spacing: 0.02em;
    font-size: calc(59 * var(--formula_pc));
    font-weight: 500;
  }
  .LB260708item__pc-left__text-box--sub-text {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #191919;
    letter-spacing: 0.02em;
    font-size: calc(16 * var(--formula_pc));
    margin: calc(32 * var(--formula_pc)) auto calc(40 * var(--formula_pc));
    line-height: 1.75;
    position: relative;
  }
  .LB260708item__pc-left__text-box--sub-text::before {
    content: "";
    background: url("../img/mv-txt-brackets-l.svg");
    width: calc(10 * var(--formula_pc));
    display: inline-block;
    height: calc(30 * var(--formula_pc));
    background-repeat: no-repeat;
    position: absolute;
    left: calc(76 * var(--formula_pc));
    top: calc(3 * var(--formula_pc));
  }
  .LB260708item__pc-left__text-box--sub-text::after {
    content: "";
    background: url("../img/mv-txt-brackets-r.svg");
    width: calc(6.5 * var(--formula_pc));
    display: inline-block;
    height: calc(30 * var(--formula_pc));
    background-repeat: no-repeat;
    position: absolute;
    right: calc(76 * var(--formula_pc));
  }
  .LB260708item__pc-left__text-box img {
    width: calc(140 * var(--formula_pc));
  }
  .LB260708item__pc-right .LB260708item__all-item-btn {
    width: calc(300 * var(--formula_pc));
    font-size: calc(29 * var(--formula_pc));
    padding: calc(35 * var(--formula)) 0 calc(41 * var(--formula));
    margin-top: calc(10 * var(--formula_pc));
  }
  .LB260708item .js-pc-rl {
    opacity: 0;
    transition: 1.2s;
  }
  .LB260708item .js-pc-rl.is-active {
    opacity: 1;
    transition: 1.2s;
  }
}
.LB260708item__section__title {
  color: #ad0930;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: calc(146 * var(--formula));
}
.LB260708item__section__title--item-num {
  font-size: calc(38 * var(--formula));
  font-family: "cronos-pro", sans-serif;
}
.LB260708item__section__title--item-name {
  font-size: calc(72 * var(--formula));
  font-family: "loretta-display", serif;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.LB260708item__section__item-thumbnail-list {
  display: flex;
  justify-content: center;
  gap: calc(50 * var(--formula));
  margin: calc(67 * var(--formula)) auto calc(73 * var(--formula));
}
.LB260708item__section__item-thumbnail-list li {
  width: calc(190 * var(--formula));
  text-align: center;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.LB260708item__section__item-thumbnail-list li .thumbnail-list-rotate {
  background-color: #f3f4f0;
  visibility: visible;
  transform: rotateY(180deg);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  box-shadow: calc(0 * var(--formula)) calc(0 * var(--formula)) calc(10 * var(--formula)) #ddd;
  border: calc(7 * var(--formula)) solid #f3f4f0;
}
.LB260708item__section__item-thumbnail-list li .thumbnail-list-rotate img {
  background-color: #f3f4f0;
  visibility: visible;
  opacity: 0;
  width: calc(172 * var(--formula));
}
.LB260708item__section__item-thumbnail-list li p {
  font-size: calc(28 * var(--formula));
  font-family: "cronos-pro", sans-serif;
  letter-spacing: 0.02em;
  margin-top: calc(22 * var(--formula));
}
.LB260708item__section__item-thumbnail-list .is-active .thumbnail-list-rotate {
  visibility: visible;
  transform: rotateY(0deg);
  pointer-events: inherit;
  border: calc(7 * var(--formula)) solid white;
}
.LB260708item__section__item-thumbnail-list .is-active .thumbnail-list-rotate img {
  background-color: unset;
  visibility: visible;
  opacity: 1;
  transition: opacity 2.2s ease 0.2s;
}
@media screen and (max-width: 767px) {
  .LB260708item__content {
    position: relative;
    clip-path: inset(0);
  }
  .LB260708item__content:after {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url("../img/img-bg.jpg");
    background-size: calc(750 * var(--formula)) calc(1334 * var(--formula));
    background-position: top center;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.LB260708item__content .sub-text span {
  position: absolute;
  display: inline-block;
  color: #ad0930;
  font-family: "loretta-display", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.LB260708item__content__mv {
  position: relative;
}
.LB260708item__content__mv__title {
  text-align: center;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .LB260708item__content__mv__title {
    top: 49.5%;
  }
}
.LB260708item__content__mv__title h1 {
  font-size: calc(96 * var(--formula));
  letter-spacing: 0.02em;
  font-family: "loretta-display", serif;
  color: #ff99bb;
  margin-bottom: calc(30 * var(--formula));
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .LB260708item__content__mv__title h1 {
    font-size: calc(63 * var(--formula_pc));
    margin-bottom: calc(28 * var(--formula_pc));
  }
}
.LB260708item__content__mv__title h2 {
  width: calc(240 * var(--formula));
  margin: 0 auto;
}
.LB260708item__content__mv__slider {
  width: 100%;
  margin: 0 auto;
}
.LB260708item__content__fv-txt {
  text-align: center;
  margin: calc(120 * var(--formula)) auto 0;
}
.LB260708item__content__fv-txt h3 {
  font-size: calc(34 * var(--formula));
  letter-spacing: 0.02em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  color: #191919;
  margin-bottom: calc(50 * var(--formula));
  position: relative;
  display: inline-block;
  font-weight: 300;
  line-height: 1.75;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .LB260708item__content__fv-txt h3 {
    font-size: calc(23 * var(--formula_pc));
    margin-bottom: calc(30 * var(--formula_pc));
  }
}
.LB260708item__content__fv-txt h3::before {
  content: "";
  background: url("../img/mv-txt-brackets-l.svg");
  width: calc(13 * var(--formula));
  display: inline-block;
  height: calc(59 * var(--formula));
  background-repeat: no-repeat;
  position: absolute;
  left: calc(-40 * var(--formula));
}
@media screen and (min-width: 768px) {
  .LB260708item__content__fv-txt h3::before {
    width: calc(10 * var(--formula_pc));
    left: calc(-23 * var(--formula_pc));
  }
}
.LB260708item__content__fv-txt h3::after {
  content: "";
  background: url("../img/mv-txt-brackets-r.svg");
  width: calc(13 * var(--formula));
  display: inline-block;
  height: calc(59 * var(--formula));
  background-repeat: no-repeat;
  position: absolute;
  right: calc(-40 * var(--formula));
}
@media screen and (min-width: 768px) {
  .LB260708item__content__fv-txt h3::after {
    width: calc(10 * var(--formula_pc));
    right: calc(-23 * var(--formula_pc));
  }
}
.LB260708item__content__fv-txt p {
  font-size: calc(26 * var(--formula));
  letter-spacing: 0.04em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  color: #191919;
  font-weight: 300;
  line-height: 1.75;
}
.LB260708item__content__section01 .LB260708item__section__item-thumbnail-list li p {
  margin-top: calc(17 * var(--formula));
}
.LB260708item__content__section01__item-img--img01 {
  width: calc(670 * var(--formula));
  margin: 0 auto;
}
.LB260708item__content__section01__item-img--img02 {
  width: calc(430 * var(--formula));
  margin-left: auto;
  margin-top: calc(40 * var(--formula));
  position: relative;
  z-index: 2;
}
.LB260708item__content__section01__item-img--img03 {
  width: calc(590 * var(--formula));
  margin-right: auto;
  margin-top: calc(-60 * var(--formula));
  position: relative;
}
.LB260708item__content__section01__item-img--img03 .img03__item-sub-text span {
  font-size: calc(54 * var(--formula));
}
.LB260708item__content__section01__item-img--img03 .img03__item-sub-text .img03__item-sub-text--item01 {
  top: calc(59 * var(--formula));
  left: calc(50 * var(--formula));
}
.LB260708item__content__section01__item-img--img03 .img03__item-sub-text .img03__item-sub-text--item02 {
  top: calc(358 * var(--formula));
  right: calc(58 * var(--formula));
}
.LB260708item__content__section01__item-img--img03 .img03__item-sub-text .img03__item-sub-text--item03 {
  bottom: calc(222 * var(--formula));
  left: calc(22 * var(--formula));
}
.LB260708item__content__section01__item-img--img03 .img03__item-sub-text .img03__item-sub-text--item04 {
  bottom: calc(123 * var(--formula));
  left: calc(120 * var(--formula));
}
.LB260708item__content__section01__sub-item-img {
  padding: calc(50 * var(--formula)) 0 calc(97 * var(--formula));
  margin: 0 auto;
}
.LB260708item__content__section01__sub-item-img--logo {
  margin: 0 auto calc(50 * var(--formula));
  width: calc(290 * var(--formula));
}
.LB260708item__content__section01__sub-item-img--main-img {
  margin: 0 auto;
  width: calc(510 * var(--formula));
}
.LB260708item__content__section01__sub-item-img .LB260708item--price-list a {
  margin-left: calc(26 * var(--formula));
}
.LB260708item__content__section01__sub-item-img .LB260708item--price-list a.m-l0 {
  margin-left: 0;
}
.LB260708item__content__section02 .LB260708item__section__title {
  margin-top: calc(140 * var(--formula));
}
.LB260708item__content__section02 .LB260708item__section__item-thumbnail-list {
  gap: calc(42 * var(--formula));
}
.LB260708item__content__section02 .LB260708item__section__item-thumbnail-list li {
  width: calc(198 * var(--formula));
}
.LB260708item__content__section02 .LB260708item__section__item-thumbnail-list li p {
  margin-top: calc(17 * var(--formula));
}
.LB260708item__content__section02__item-img--img01, .LB260708item__content__section02__item-img--img02 {
  position: relative;
}
.LB260708item__content__section02__item-img--img01 span, .LB260708item__content__section02__item-img--img02 span {
  font-size: calc(42 * var(--formula));
}
.LB260708item__content__section02__item-img--img01 .img01__item-sub-text--item01, .LB260708item__content__section02__item-img--img02 .img01__item-sub-text--item01 {
  right: calc(90 * var(--formula));
  bottom: calc(90 * var(--formula));
}
.LB260708item__content__section02__item-img--img01 .img02__item-sub-text--item01, .LB260708item__content__section02__item-img--img02 .img02__item-sub-text--item01 {
  left: calc(22 * var(--formula));
  top: calc(105 * var(--formula));
  letter-spacing: 0.05em !important;
}
.LB260708item__content__section02__item-img--img01 .img02__item-sub-text--item02, .LB260708item__content__section02__item-img--img02 .img02__item-sub-text--item02 {
  right: calc(169 * var(--formula));
  bottom: calc(185 * var(--formula));
}
.LB260708item__content__section03 .LB260708item__section__item-thumbnail-list {
  gap: calc(42 * var(--formula));
}
.LB260708item__content__section03 .LB260708item__section__item-thumbnail-list li {
  width: calc(198 * var(--formula));
}
.LB260708item__content__section03 .LB260708item__section__item-thumbnail-list li p {
  margin-top: calc(17 * var(--formula));
}
.LB260708item__content__section03__slider-box--img img {
  width: calc(630 * var(--formula));
}
.LB260708item__content__section03__sub-item-img {
  padding: calc(88 * var(--formula)) 0;
  margin: 0 auto;
}
.LB260708item__content__section03__sub-item-img--main-img {
  margin: 0 auto;
  width: calc(630 * var(--formula));
}
.LB260708item__content__section04 .LB260708item__section__title {
  margin-top: calc(157 * var(--formula));
}
.LB260708item__content__section04 .LB260708item__section__item-thumbnail-list {
  gap: calc(42 * var(--formula));
}
.LB260708item__content__section04 .LB260708item__section__item-thumbnail-list li {
  width: calc(198 * var(--formula));
}
.LB260708item__content__section04 .LB260708item__section__item-thumbnail-list li p {
  margin-top: calc(18 * var(--formula));
}
.LB260708item__content__section04 .LB260708item--price-list--margin {
  margin-top: calc(32 * var(--formula));
}
.LB260708item__content__section04__item-img--img02 {
  position: relative;
}
.LB260708item__content__section04__item-img--img02 a {
  width: calc(550 * var(--formula));
  margin: 0 auto;
  display: block;
}
.LB260708item__content__section04__item-img--img02 .img02__item-sub-text {
  font-size: calc(42 * var(--formula));
}
.LB260708item__content__section04__item-img--img02 .img02__item-sub-text--item01 {
  right: calc(70 * var(--formula));
  top: calc(64 * var(--formula));
}
.LB260708item__content__section04__item-img--img02 .img02__item-sub-text--item02 {
  left: calc(45 * var(--formula));
  top: calc(245 * var(--formula));
  letter-spacing: 0.05em !important;
}
.LB260708item__content__section04__item-img--img02 .img02__item-sub-text--item03 {
  right: calc(140 * var(--formula));
  bottom: calc(163 * var(--formula));
}
.LB260708item__content__section05 .LB260708item__section__title {
  margin-top: calc(156 * var(--formula));
}
.LB260708item__content__section05 .LB260708item__section__item-thumbnail-list {
  gap: calc(47 * var(--formula));
}
.LB260708item__content__section05 .LB260708item__section__item-thumbnail-list li {
  width: calc(194 * var(--formula));
}
.LB260708item__content__section05 .LB260708item__section__item-thumbnail-list li p {
  margin-top: calc(16 * var(--formula));
}
.LB260708item__content__section05__slider-box--img img {
  width: calc(650 * var(--formula));
}
.LB260708item__content__section05 .LB260708item--price-list {
  margin-top: calc(30 * var(--formula));
}
.LB260708item__content__section05 .LB260708item--price-list a.m-l26 {
  margin-left: calc(26 * var(--formula));
}
.LB260708item__content__section05 .LB260708item--price-list a.m-l0 {
  margin-left: 0;
}
.LB260708item__content__section06 .LB260708item__section__item-thumbnail-list {
  width: calc(460 * var(--formula));
  flex-wrap: wrap;
}
.LB260708item__content__section06 .LB260708item__section__title {
  margin-top: calc(-2 * var(--formula));
}
.LB260708item__content__section06 .LB260708item__section__item-thumbnail-list {
  gap: calc(51 * var(--formula)) calc(47 * var(--formula));
}
.LB260708item__content__section06 .LB260708item__section__item-thumbnail-list li {
  width: calc(193 * var(--formula));
}
.LB260708item__content__section06 .LB260708item__section__item-thumbnail-list li p {
  margin-top: calc(15 * var(--formula));
}
.LB260708item__content__section06__item-img--img01 {
  position: relative;
}
.LB260708item__content__section06__item-img--img01 span {
  font-size: calc(54 * var(--formula));
}
.LB260708item__content__section06__item-img--img01 .img01__item-sub-text--item01 {
  left: calc(90 * var(--formula));
  top: calc(146 * var(--formula));
}
.LB260708item__content__section06__item-img--img01 .img01__item-sub-text--item02 {
  left: calc(132 * var(--formula));
  top: calc(266 * var(--formula));
}
.LB260708item__content__section06__item-img--img01 .img01__item-sub-text--item03 {
  right: calc(66 * var(--formula));
  top: calc(437 * var(--formula));
}
.LB260708item__content__section06__item-img--img01 .img01__item-sub-text--item04 {
  right: calc(185 * var(--formula));
  bottom: calc(367 * var(--formula));
}
.LB260708item__content__section06__item-img--img01 .img01__item-sub-text--item05 {
  right: calc(135 * var(--formula));
  bottom: calc(328 * var(--formula));
}
.LB260708item__content__section06 .LB260708item--price-list {
  margin-top: calc(30 * var(--formula));
}
.LB260708item__all-item-btn {
  color: #ad0930;
  text-align: center;
  padding: calc(47 * var(--formula)) 0 calc(50 * var(--formula));
  font-size: calc(56 * var(--formula));
  border-top: calc(2 * var(--formula)) solid #ad0930;
  border-bottom: calc(2 * var(--formula)) solid #ad0930;
  position: relative;
  font-family: "loretta-display", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block;
}
.LB260708item__all-item-btn::before, .LB260708item__all-item-btn::after {
  content: "";
  display: block;
  background-color: #ad0930;
  height: calc(2 * var(--formula));
  width: 100%;
  position: absolute;
}
.LB260708item__all-item-btn::before {
  top: calc(8 * var(--formula));
}
.LB260708item__all-item-btn::after {
  bottom: calc(8 * var(--formula));
}
.LB260708item__staff-list {
  margin: calc(110 * var(--formula)) auto 0;
  padding-bottom: calc(140 * var(--formula));
  font-family: "cronos-pro", sans-serif;
  letter-spacing: 0.02em;
  font-size: calc(28 * var(--formula));
  color: #ad0930;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .img-hover img {
    transition: 0.3s;
  }
  .img-hover a:hover {
    opacity: 1;
    background-color: white;
    display: block;
  }
  .img-hover a:hover img {
    opacity: 0.7;
    transition: 0.3s;
  }
}