@charset "UTF-8";
/*---------- reset ----------*/
.main-inner {
  width: 100% !important;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.LB0623 img,
.LB0623 svg {
  width: 100%;
  height: auto;
}
.LB0623 a, .LB0623 picture {
  display: block;
}
.LB0623 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .LB0623 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .LB0623 .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.txtAnimation-wrap {
  overflow: hidden;
  padding: 0.1px;
}

.txtAnimation {
  display: inline-block;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transform: translate(0, 105%);
}

.txtAnimation-wrap:nth-of-type(2) .txtAnimation {
  transition-delay: 0.3s;
}

.txtAnimation-wrap:nth-of-type(3) .txtAnimation {
  transition-delay: 0.6s;
}

.js-txt-Vr.active .txtAnimation {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.LB0623 {
  color: #000000;
}

.firstviewArea__lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(26 *(100vw / 750));
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .firstviewArea__lead {
    font-size: 1.5rem;
    line-height: 2.2666666667;
    letter-spacing: 0.1em;
  }
}

.sec-credit span {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(26 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 1.4rem;
  }
}

.LB0623__btn a {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(34 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .LB0623__btn a {
    font-size: 2.1rem;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.firstviewArea__img {
  width: 100%;
}

.image-box101 {
  width: calc(630 *(100vw / 750));
}

.item-image102 {
  width: calc(500 *(100vw / 750));
}

.model-image103 {
  width: calc(530 *(100vw / 750));
}

.model-image104 {
  width: calc(660 *(100vw / 750));
}

.image-box201 {
  width: calc(460 *(100vw / 750));
}

.image-box202 {
  width: calc(690 *(100vw / 750));
}

.image-box203 {
  width: 100%;
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.sec__wrapper {
  position: relative;
}

.image-box {
  position: relative;
}

.js-txt-Vr span {
  display: inline-block;
}

.sec-ttl {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.sec-credit {
  text-align: center;
  margin-top: calc(34 *(100vw / 750));
}
.sec-credit span {
  display: inline-block;
  margin-top: calc(16 *(100vw / 750));
  margin-inline: calc(7 *(100vw / 750));
}

.txtAnimation {
  width: 100%;
  height: auto;
}

/*---------- common ----------*/
/*---------- bg ----------*/
.sec__bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.sec__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0 0 calc(464 *(100vw / 750)) 100vw;
}

/*---------- bg ----------*/
.LB0623 {
  padding-bottom: calc(200 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea {
  padding-bottom: calc(124 *(100vw / 750));
}
.firstviewArea__imgWrap {
  position: relative;
  margin-bottom: calc(76 *(100vw / 750));
}
.firstviewArea__img {
  margin-inline: auto;
}
.firstviewArea__ttl {
  position: absolute;
  top: calc(209 *(100vw / 750));
  left: calc(25 *(100vw / 750));
  width: calc(344 *(100vw / 750));
  pointer-events: none;
}
.firstviewArea__ttl .txtAnimation-wrap:nth-of-type(1) {
  margin-bottom: calc(28 *(100vw / 750));
  width: calc(342.4 *(100vw / 750));
}
.firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) {
  margin-bottom: calc(42 *(100vw / 750));
  width: calc(342.8 *(100vw / 750));
}
.firstviewArea__ttl .txtAnimation-wrap:nth-of-type(3) {
  width: calc(341.5 *(100vw / 750));
}
.firstviewArea__lead {
  text-align: center;
}

.sec01 {
  margin-bottom: calc(136 *(100vw / 750));
}
.sec01__bg {
  top: calc(1450 *(100vw / 750));
  bottom: calc(405 *(100vw / 750));
  background-color: #eef4ed;
}
.sec01__bg::after {
  transform: scale(-1, 1);
}
.sec01 .sec-flexWrap {
  display: flex;
  flex-direction: column;
}
.sec01 .sec-flexWrap .sec-credit {
  text-align: right;
  margin-right: calc(30 *(100vw / 750));
  order: 3;
}
.sec01 .sec-flexWrap .sec-credit span {
  margin-left: calc(16 *(100vw / 750));
  margin-right: 0;
}
.sec01 .image-box101 {
  margin-inline: auto;
  margin-bottom: calc(282 *(100vw / 750));
}
.sec01 .item-image102 {
  margin-left: auto;
  margin-right: calc(-30 *(100vw / 750));
  margin-bottom: calc(100 *(100vw / 750));
}
.sec01 .image-box103 {
  display: contents;
}
.sec01 .model-image103 {
  margin-left: calc(30 *(100vw / 750));
  margin-bottom: calc(40 *(100vw / 750));
  order: 1;
}
.sec01 .model-image104 {
  margin-left: auto;
  order: 2;
}
.sec01 .sec-ttl {
  left: calc(-19 *(100vw / 750));
  bottom: calc(-326 *(100vw / 750));
  width: calc(469.6 *(100vw / 750));
}
.sec01 .sec-ttl .txtAnimation-wrap:nth-of-type(1) {
  margin-bottom: calc(30 *(100vw / 750));
  width: calc(337 *(100vw / 750));
}
.sec01 .sec-ttl .txtAnimation-wrap:nth-of-type(2) {
  width: calc(469.6 *(100vw / 750));
}

.sec02__bg {
  top: 0;
  bottom: 0;
  background-color: #e9f2f4;
}
.sec02 .image-box201 {
  margin-left: calc(30 *(100vw / 750));
  margin-bottom: calc(198 *(100vw / 750));
}
.sec02 .image-box202 {
  margin-inline: auto;
  margin-bottom: calc(137 *(100vw / 750));
}
.sec02 .model-image202 {
  position: relative;
}
.sec02 .model-image202::after {
  display: block;
  position: absolute;
  top: calc(-30 *(100vw / 750));
  right: calc(-30 *(100vw / 750));
  width: calc(320 *(100vw / 750));
  height: calc(320 *(100vw / 750));
  background-image: url(../img/bg-image201_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  content: "";
}
.sec02 .sec-ttl {
  text-align: right;
  right: calc(-220 *(100vw / 750));
  bottom: calc(-20 *(100vw / 750));
  width: calc(469.9 *(100vw / 750));
}
.sec02 .sec-ttl .txtAnimation-wrap:nth-of-type(1) {
  margin-right: calc(4 *(100vw / 750));
  margin-bottom: calc(30 *(100vw / 750));
  width: calc(155.3 *(100vw / 750));
}
.sec02 .sec-ttl .txtAnimation-wrap:nth-of-type(2) {
  margin-bottom: calc(30 *(100vw / 750));
  width: calc(101.4 *(100vw / 750));
}
.sec02 .sec-ttl .txtAnimation-wrap:nth-of-type(3) {
  margin-right: calc(8 *(100vw / 750));
  width: calc(462.6 *(100vw / 750));
}

.sec-btnArea {
  padding-top: calc(156 *(100vw / 750));
  padding-bottom: calc(160 *(100vw / 750));
  background-color: #e9f2f4;
}

.LB0623__btn a {
  display: flex !important;
  position: relative;
  justify-content: center;
  align-items: center;
  width: calc(675 *(100vw / 750));
  height: calc(146 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #000000;
}
.LB0623__btn a::after {
  display: block;
  position: absolute;
  right: calc(5 *(100vw / 750));
  bottom: calc(5 *(100vw / 750));
  width: calc(40 *(100vw / 750));
  height: calc(40 *(100vw / 750));
  background-image: url(../img/btn-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  content: "";
  pointer-events: none;
}

.LB0623__btn + .LB0623__btn {
  margin-top: calc(20 *(100vw / 750));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    width: 96rem;
  }
  .image-box101 {
    width: 50rem;
  }
  .item-image102 {
    width: 36rem;
  }
  .model-image103 {
    width: auto;
  }
  .image-box103 {
    width: 45rem;
  }
  .model-image104 {
    width: 56rem;
  }
  .image-box201 {
    width: 33rem;
  }
  .image-box202 {
    width: 52rem;
  }
  .image-box203 {
    width: 71rem;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec-credit {
    margin-top: 2.3rem;
  }
  .sec-credit span {
    display: inline-block;
    margin-top: 0.8rem;
    margin-inline: 0;
  }
  /*---------- common ----------*/
  .LB0623 {
    padding-bottom: 15rem;
  }
  .firstviewArea {
    padding-bottom: 9rem;
  }
  .firstviewArea__imgWrap {
    margin-inline: auto;
    margin-bottom: 6rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .firstviewArea__ttl {
    top: 13.3rem;
    left: auto;
    right: 12.4rem;
    width: 29rem;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(1) {
    margin-bottom: 1.5rem;
    width: 28.79rem;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(2) {
    margin-bottom: 4.1rem;
    width: 28.84rem;
  }
  .firstviewArea__ttl .txtAnimation-wrap:nth-of-type(3) {
    width: 28.95rem;
  }
  .sec01 {
    margin-bottom: 16rem;
  }
  .sec01__bg {
    top: 29.5rem;
    bottom: 18rem;
  }
  .sec01__bg::after {
    border-width: 0 0 108.5rem 100vw;
  }
  .sec01 .sec-flexWrap {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
  .sec01 .sec-flexWrap .sec-credit {
    text-align: left;
    margin-right: 0;
    order: 0;
  }
  .sec01 .sec-flexWrap .sec-credit span {
    margin-left: 0;
  }
  .sec01 .image-box101 {
    margin-bottom: 10rem;
  }
  .sec01 .image-box101 .sec-credit {
    text-align: left;
    position: absolute;
    right: -45px;
    bottom: 0;
    transform: translateX(12rem);
  }
  .sec01 .item-image102 {
    margin-inline: auto;
    margin-bottom: 0;
    transform: translateX(24rem);
  }
  .sec01 .image-box103 {
    display: block;
    margin-top: -18rem;
  }
  .sec01 .model-image103 {
    margin: 0;
    order: 0;
  }
  .sec01 .model-image104 {
    margin-top: 8rem;
    margin-left: 0;
    order: 0;
  }
  .sec01 .sec-ttl {
    left: -14.7rem;
    bottom: -12.6rem;
    width: 35.36rem;
  }
  .sec01 .sec-ttl .txtAnimation-wrap:nth-of-type(1) {
    margin-bottom: 2rem;
    width: 25.38rem;
  }
  .sec01 .sec-ttl .txtAnimation-wrap:nth-of-type(2) {
    width: 35.36rem;
  }
  .sec02 {
    margin-bottom: 12rem;
  }
  .sec02__wrapper {
    padding-bottom: 9.8rem;
  }
  .sec02__bg {
    top: 9.5rem;
  }
  .sec02__bg::after {
    border-width: 0 0 88rem 100vw;
  }
  .sec02 .sec-flexWrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 17rem;
    margin-bottom: 12rem;
    transform: translateX(-1.2rem);
  }
  .sec02 .image-box201 {
    margin-top: 32.6rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .sec02 .image-box201 .sec-credit {
    text-align: left;
    position: absolute;
    right: -14rem;
    bottom: 0;
  }
  .sec02 .image-box202 {
    margin: 0;
  }
  .sec02 .image-box202 .sec-credit {
    text-align: left;
    position: absolute;
    right: -45px;
    bottom: 0;
    transform: translateX(12rem);
  }
  .sec02 .model-image202::after {
    top: -4rem;
    left: -4rem;
    right: auto;
    width: 24rem;
    height: 24rem;
    background-image: url(../img/bg-image201_pc.png);
  }
  .sec02 .image-box203 {
    margin-inline: auto;
  }
  .sec02 .sec-ttl {
    text-align: center;
    top: -23.5rem;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 34.83rem;
    transform: translateX(-50%);
  }
  .sec02 .sec-ttl .txtAnimation-wrap:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 1.1rem;
    width: 11.69rem;
  }
  .sec02 .sec-ttl .txtAnimation-wrap:nth-of-type(2) {
    margin-bottom: 1.2rem;
    width: 7.64rem;
  }
  .sec02 .sec-ttl .txtAnimation-wrap:nth-of-type(3) {
    margin-right: 0;
    width: 34.83rem;
  }
  .sec-btnArea {
    padding: 0;
    background-color: transparent;
  }
  .LB0623__btn a {
    width: 42rem;
    height: 7.1rem;
  }
  .LB0623__btn a::after {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .LB0623__btn + .LB0623__btn {
    margin-top: 1rem;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}/*# sourceMappingURL=style.css.map */