@charset "UTF-8";

/*---------- slick ----------*/
#static_wrap .slide-dots {
  display: flex;
  justify-content: center;
  gap: calc(13 * (100vw / 375));
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-40 * (100vw / 375));
  margin: auto;
}

#static_wrap .slide-dots li {
  width: calc(6 * (100vw / 375));
  height: calc(6 * (100vw / 375));
  transform: rotate(-45deg);
}

#static_wrap .slide-dots li.slick-active button {
  background-color: #250d00;
}

#static_wrap .slide-dots button {
  padding: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #887d75;
}

#static_wrap .slick-arrow {
  z-index: 2;
  width: calc(30 * (100vw / 375));
  height: calc(13 * (100vw / 375));
}

#static_wrap .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#static_wrap .slick-next,
#static_wrap .slick-prev {
  top: auto;
  bottom: calc(-45 * (100vw / 375));
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#static_wrap .slick-next {
  right: calc(62 * (100vw / 375));
}

#static_wrap .slick-next:before {
  background: url(../../../detail/img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#static_wrap .slick-prev {
  left: calc(62 * (100vw / 375));
}

#static_wrap .slick-prev:before {
  background: url(../../../detail/img/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*---------- slick ----------*/

.sp_only {
  display: none;
}

.wrapBottom,
.wrapTop {
  width: 100%;
}

#static_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin: auto;
  letter-spacing: var(--cls-100);
  color: var(--color-font-blk);
}

#static_wrap li {
  list-style: none;
}

#static_wrap img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#static_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#Wrap,
.wrapBottom,
.wrapTop {
  width: auto;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
}

#static_wrap picture,
#static_wrap video {
  display: block;
}

#static_wrap .pc {
  display: none !important;
}

#static_wrap .pc_inline {
  display: none !important;
}

.main_inner {
  background-color: var(--color-bg-main);
}

.static__en {
  font-family: var(--font-en);
}

.static__jp {
  font-family: var(--font-jp);
}

.section__ttl {
  font-family: var(--font-mucha);
  text-align: center;
}

.static__bg_text {
  font-family: var(--font-en);
}

#static_wrap .static {
  padding: calc(20 * (100vw / 375)) 0 calc(87 * (100vw / 375));
}

#static_wrap .static__wrap {
  padding: calc(165 * (100vw / 375)) 0 0;
}

#static_wrap .static__inner:not(:first-of-type) {
  background-image: url(/Page/LP/experience/img/sp_line.png);
  background-size: calc(336 * (100vw / 375)) calc(14 * (100vw / 375));
  background-repeat: no-repeat;
  background-position-x: center;
  padding: calc(62 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
  margin-top: calc(42 * (100vw / 375));
}

#static_wrap .static__item_inner {
  margin-top: calc(40 * (100vw / 375));
}

#static_wrap .static__fxWrap.static__fxWrap01{
  max-width: calc(338 * (100vw / 375));
  margin-inline: auto;
}

#static_wrap .static__img_wrap {
  margin-bottom: calc(106 * (100vw / 375));
  /* padding: 0 calc(20 * (100vw / 375)); */
}


#static_wrap .static__innerWrap {
  padding: 0 calc(23 * (100vw / 375));
}

#static_wrap .static__text_wrap {
  position: relative;
}

#static_wrap .static__text_wrap::after {
  display: block;
  position: absolute;
  top: calc(-13 * (100vw / 375));
  left: calc(22 * (100vw / 375));
  width: calc(40 * (100vw / 375));
  height: calc(30 * (100vw / 375));
  background-image: url(../../../detail/img/quotation.png);
  background-size: contain;
  content: "";
}

#static_wrap .static__bottom {
  align-items: center;
  background-image: url(/Page/LP/experience/img/sp_line.png);
  background-size: calc(336 * (100vw / 375)) calc(14 * (100vw / 375));
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding: 0 0 calc(55 * (100vw / 375));
  margin-bottom: calc(48 * (100vw / 375));
}

#static_wrap .static__cat,
#static_wrap .static__bg_text {
  position: absolute;
}

#static_wrap .static__cat {
  font-size: calc(14 * (100vw / 375));
  line-height: 1;
  letter-spacing: 0.08em;
  top: calc(6 * (100vw / 375));
  right: calc(19 * (100vw / 375));
  writing-mode: vertical-lr;
}

#static_wrap .static__bg_text {
  font-size: calc(40 * (100vw / 375));
  line-height: 1;
  letter-spacing: 0.08em;
  color: #887d75;
  opacity: 13%;
  top: calc(118 * (100vw / 375));
  left: calc(18 * (100vw / 375));
}

#static_wrap .static__cat::before {
  display: block;
  position: absolute;
  top: calc(-22 * (100vw / 375));
  left: 50%;
  width: calc(17 * (100vw / 375));
  height: calc(17 * (100vw / 375));
  background-image: url(/Page/LP/experience/img/star.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}

#static_wrap .static__ttl {
  font-size: calc(16 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: calc(40 * (100vw / 375));
}

#static_wrap .static__text {
  font-size: calc(14 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.08em;
}

#static_wrap .static__motif {
  font-size: calc(16 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.08em;
}

#static_wrap .static__text--red {
  color: #ff0000;
}

#static_wrap .static__text span {
  display: block;
}

#static_wrap .static__text span+span {
  margin-top: calc(28 * (100vw / 375));
}

#static_wrap .static__list {
  font-size: calc(14 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.08em;
}

#static_wrap .static__list th {
  display: inline-block;
  white-space: nowrap;
  margin-right: calc(6 * (100vw / 375));
}

#static_wrap .static__list_wrap {
  margin: 0 auto;
  padding-top: calc(61 * (100vw / 375));
  width: calc(336 * (100vw / 375));
  background-image: url(/Page/LP/experience/img/star.png);
  background-repeat: no-repeat;
  background-size: calc(15 * (100vw / 375));
  background-position: 0 calc(25 * (100vw / 375));
}

.static__list_wrap>*+* {
  margin-top: calc(18 * (100vw / 375));
}

.static__list_wrap--ttl {
  font-size: calc(14 * (100vw / 375));
  line-height: 1;
}

.static__img {
  margin-bottom: calc(14 * (100vw / 375));
}

.statc__page {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(50 * (100vw / 375));
  padding: 0 calc(19 * (100vw / 375));
}

.statc__page li {
  font-family: var(--font-en);
  font-size: calc(16 * (100vw / 375));
  line-height: 1;
}

.statc__page li a {
  display: flex;
  gap: calc(16 * (100vw / 375));
}

.statc__page .arrow-img {
  width: calc(29 * (100vw / 375));
}

@media only screen and (min-width: 768px),
print {

  /*---------- slick ----------*/
  #static_wrap .slide-dots {
    gap: 1.2rem;
    bottom: -5rem;
  }

  #static_wrap .slide-dots li {
    width: 0.6rem;
    height: 0.6rem;
  }

  #static_wrap .slick-arrow {
    width: 3rem;
    height: 1.3rem;
  }

  #static_wrap .slick-next,
  #static_wrap .slick-prev {
    bottom: -5.5rem;
  }

  #static_wrap .slick-next {
    right: 11.5rem;
  }

  #static_wrap .slick-prev {
    left: 11.5rem;
  }

  /*---------- slick ----------*/

  #static_wrap {
    width: 100%;
  }

  #static_wrap .sp {
    display: none !important;
  }

  #static_wrap .pc {
    display: block !important;
  }

  #static_wrap .pc_inline {
    display: inline !important;
  }

  #static_wrap .static__fx {
    display: flex;
    justify-content: center;
    gap: 3.2rem;
    transform: translateX(0.2rem);
  }

  #static_wrap .static {
    padding: 0;
    padding-top: 21rem;
  }

  #static_wrap .static__wrap {
    padding: 0;
    padding-bottom: 8rem;
  }

  #static_wrap .static__item_inner {
    margin-top: 12.2rem;
  }

  #static_wrap .static__img_wrap {
    margin-bottom: 0;
    padding: 0;
    /* width: 47.8rem; */
  }

  #static_wrap .static__innerWrap {
    padding: 0;
  }

  #static_wrap .static__fxWrap02 {
    margin-top: 1rem;
    width: 48.1rem;
  }

  #static_wrap .static__text_wrap::after {
    top: -3rem;
    left: 0rem;
    width: 7rem;
    height: 5.2rem;
  }

  #static_wrap .static__cat {
    font-size: 1.8rem;
    top: -1rem;
    right: 0.2rem;
  }

  #static_wrap .static__bg_text {
    font-size: 6.4rem;
    top: 17rem;
    left: 0rem;
  }

  #static_wrap .static__cat::before {
    top: -2.2rem;
    left: 56%;
    width: 1.7rem;
    height: 1.7rem;
  }

  #static_wrap .static__ttl {
    font-size: 2.4rem;
    margin-bottom: 5.9rem;
  }

  #static_wrap .static__innerWrap {
    margin-left: 0.4rem;
  }

  #static_wrap .static__text {
    font-size: 1.6rem;
  }

  #static_wrap .static__motif {
    font-size: 1.6rem;
  }

  #static_wrap .static__text span+span {
    margin-top: 3.2rem;
  }

  #static_wrap .static__list {
    font-size: 1.4rem;
  }

  #static_wrap .static__list th {
    margin-right: 0.6rem;
  }

  #static_wrap .static__list_wrap {
    margin: 0;
    padding-top: 5.2rem;
    width: auto;
    background-size: 1.5rem;
    background-position: 0 1.5rem;
  }

  #static_wrap .static__list_wrap>*+* {
    margin-top: 1.7rem;
  }

  #static_wrap .static__list_wrap--ttl {
    font-size: 1.4rem;
  }

  #static_wrap .static__img {
    margin-bottom: 0;
  }

  #static_wrap .statc__page {
    margin: 0 auto;
    margin-bottom: 4.8rem;
    padding: 0;
    width: 98.8rem;
  }

  #static_wrap .statc__page li {
    font-size: 1.6rem;
  }

  #static_wrap .statc__page li a {
    gap: 1.6rem;
  }

  #static_wrap .statc__page .arrow-img {
    width: 2.9rem;
  }

  #static_wrap .static__inner:not(:first-of-type) {
    background-image: url(/Page/LP/experience/img/pc_line.png);
    background-size: 98.8rem 1.5rem;
    padding: 5.5rem 0 0;
    margin-top: 7.3rem;
  }

  #static_wrap .static__bottom {
    flex-direction: row-reverse;
    gap: 3.2rem;
    background-image: url(/Page/LP/experience/img/pc_line.png);
    background-size: 98.8rem 1.5rem;
    padding: 0 0 6.3rem;
    margin: 0 auto;
    margin-bottom: 5rem;
    width: 98.8rem;
  }

  #static_wrap .static__bottom .static__img,
  #static_wrap .static__bottom .static__text {
    width: 50%;
  }

  #static_wrap .static__bottom .static__img {
    margin-top: 0.8rem;
  }

  #static_wrap .static__fxWrap.static__fxWrap01 {
    width: 100%;
    max-width: 47.8rem;
    overflow: hidden;
    margin-inline: 0;
  }
}