@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

.main-area {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .main-area {
    padding-top: calc(170 * (100vw / 750));
  }
  .main-area .main-inner{
    padding-left: 0;
    padding-right: 0;
  }
  .footer{
    padding-top: 0;
  }
}

#st250918first {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #999999;
  --font-ja: "hiragino-kaku-gothic-pron", sans-serif;
  --font-en: "usual", sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  font-family: var(--font-ja);
  color: var(--color-black);
  font-weight: var(--fw-light);
  text-align: center;
  overflow: clip;
  font-feature-settings: "palt"; 
}

/*----------共通設定 pc----------*/
* > #st250918first {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow: clip; */
}

/*----------LP normalize SP----------*/
#st250918first * {
  box-sizing: border-box;
}

#st250918first li{
  display: inline-block;
}

#st250918first a {
  display: inline;
  text-decoration: none;
  color: var(--color-black);
}

#st250918first .sec_item a{
  display: inline-block;
}

#st250918first a:hover{
  transition: .3s;
  opacity: .7;
}

#st250918first p{
  color: var(--color-black);
}

#st250918first img,
#st250918first picture,
#st250918first video{
  display: block;
  width: 100%;
  height: auto;
}

#st250918first .imgOuter > a,
#st250918first .imgOuter > span{
  display: block; 
  width: 100%; 
  height: auto;
}

#st250918first p,
#st250918first ul,
#st250918first ol,
#st250918first dl {
  margin: 0;
  list-style: none;
}

/*============ ▼ 共通部分 ▼ ============*/
#st250918first .sec_lead {
  font-size: calc(26*(100vw / 750));
  line-height: 2;
  letter-spacing: 0.12em;
}

#st250918first .crdt__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: calc(40 *(100vw / 750));
  column-gap: calc(12 *(100vw / 750));
}

#st250918first .crdt,
#st250918first .crdt__wrapper a {
  font-size: calc(25 *(100vw / 750));
  font-family: var(--font-en);
  white-space: nowrap;
  letter-spacing: 0.070em;
  line-height: 1;
  font-style: normal;
}

#st250918first .crdt__wrapper .crdt:last-child a{
  padding-right: 0;
}

#st250918first .crdt__wrapper a{
  padding-right: calc(5 *(100vw / 750));
}

@media only screen and (max-width: 767px) {
  #st250918first .sp_only {
    display: block;
  }
  #st250918first .pc_only {
    display: none;
  }

}


@media screen and (min-width: 768px) {
  #st250918first .sp_only{
    display: none;
  }

  #st250918first .pc_only{
    display: block;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 mv / intro
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250918first .mvWrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#st250918first .mv_title {
  position: absolute;
  width: calc(435*(100vw / 1400));
  top: 50%;
  transform: translateY(-50%);
  left: calc(200*(100vw / 1400));
  z-index: 10;
  pointer-events: none;
}

#st250918first .intro{
  margin-block: 5.3rem 7.3rem;
}

#st250918first .intro_txt__wrapper {
  width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

#st250918first .intro_txt{
  font-size: 1.4rem;
  font-family: var(--font-ja);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
#st250918first .mvWrap {
  width: 100%;
}

#st250918first .mv_title {
  width: calc(490 * (100vw / 750));
  top: calc(457 * (100vw / 750));
  left: calc(130 * (100vw / 750));
}

#st250918first .intro{
  margin-block: calc(110 * (100vw / 750)) calc(122 * (100vw / 750));
}

#st250918first .intro_txt__wrapper {
  width: calc(600 *(100vw / 750));
}

#st250918first .intro_txt{
  font-size: calc(26 *(100vw / 750));
}
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 sec
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*============ ▼ sec01 ▼ ============*/
#st250918first .sec01{
  width: 80rem;
  margin: 0 auto;
  background-color: #CCD2BD;
}

#st250918first .sec01 .sec_flex{
  width: 64rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 5.7rem;
  padding-bottom: 6.2rem;
}

#st250918first .sec01 .sec_img__wrapper{
  width: 28.3rem;
  position: relative;
  padding-left: 2rem;
}

#st250918first .sec01 .img01{
  position: relative;
  z-index: 2;
}

#st250918first .sec01 .img02{
  width: 31.4rem;
  position: absolute;
  top: -1.3rem;
  left: -0.4rem;
  z-index: 1;
}

#st250918first .sec01 .text_box{
  width: 20rem;
  position: absolute;
  top: 31.6rem;
  left: 5.1rem;
  z-index: 3;
}

#st250918first .sec01 .text_title{
  font-family: var(--font-en);
  font-size: 1.314rem;
  line-height: 1.9452054795;
  letter-spacing: 0.05em;
  font-weight: var(--fw-medium);
  white-space: nowrap;
}

#st250918first .sec01 .text_credit{
  font-family: var(--font-en);
  font-size: 0.968rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: var(--fw-regular);
  padding-top: 0.1rem;
}

#st250918first .sec01 .sec_lead__wrapper{
  width: 28rem;
  margin-top: 5.6rem;
}

#st250918first .sec01 .sec_lead{
  font-family: var(--font-ja);
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  #st250918first .sec01{
    width: calc(750*(100vw / 750));
  }

  #st250918first .sec01 .sec_flex{
    width: 100%;
    flex-direction: column;
    padding-top: calc(102 * (100vw / 750));
    padding-bottom: calc(130 * (100vw / 750));
  }

  #st250918first .sec01 .sec_img__wrapper{
    width: calc(620 * (100vw / 750));
    margin: 0 auto;
    padding-left: 0;
  }

  #st250918first .sec01 .img02{
    width: calc(740 * (100vw / 750));
    top: calc(-27 * (100vw / 750));
    left: calc(-60 * (100vw / 750));
  }

  #st250918first .sec01 .text_box{
    width: calc(470 * (100vw / 750));
    top: calc(745 * (100vw / 750));
    left: calc(73 * (100vw / 750));
  }

  #st250918first .sec01 .text_title{
    font-size: calc(31*(100vw / 750));
  }

  #st250918first .sec01 .text_credit{
    font-size: calc(20*(100vw / 750));
    padding-top: calc(4 * (100vw / 750));
  }

  #st250918first .sec01 .sec_lead__wrapper{
    width: calc(600*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(100 * (100vw / 750));
  }

  #st250918first .sec01 .sec_lead{
    font-size: calc(24*(100vw / 750));
  }
}
/*============ ▲ sec01 ▲ ============*/

/*============ ▼ sec02 ▼ ============*/
#st250918first .sec02 {
  width: 80rem;
  margin: 0 auto;
  padding-block: 6rem 8rem;
  background-color: rgba(179, 186, 165, 0.25); 
}

#st250918first .sec02 .sec_title {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.05em;
}

#st250918first .sec02 .sec_block {
  width: 62rem;
  margin: 0 auto;
  margin-top: 5.9rem;
  background-color: var(--color-white);
  position: relative;
  padding-bottom: 5rem;
}

#st250918first .sec02 .ver_img {
  width: 15.2rem;
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#st250918first .sec02 .point__wrapper01 {
  width: 20.4rem;
  margin: 0 auto 0 15rem;
  display: flex;
  justify-content: space-between;
}

#st250918first .sec02 .point__wrapper01 .point_img {
  width: 5.4rem;
  padding-top: 6rem;
}

#st250918first .sec02 .point_txt {
  font-family: var(--font-ja);
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: left;
  font-feature-settings: "palt";
}

#st250918first .sec02 .point__wrapper01 .point_txt {
  width: 13.7rem;
  padding-top: 7.1rem;
  white-space: nowrap;
}

#st250918first .sec02 .sec_img__wrapper01 {
  width: 34rem;
  margin: 0.4rem auto 0;
  position: relative;
}

#st250918first .sec02 .sec_img__wrapper01 .line_img01 {
  width: 7.3rem;
  position: absolute;
  pointer-events: none;
  top: 1rem;
  left: 6.4rem;
  z-index: 2;
}

#st250918first .sec02 .sec_img__wrapper01 .line_img02 {
  width: 1.5rem;
  position: absolute;
  pointer-events: none;
  top: 29.1rem;
  right: 10.9rem;
  z-index: 2;
}

#st250918first .sec02 .point__wrapper02 {
  width: 21.5rem;
  margin: 1rem auto 0 25.6rem;
  display: flex;
  justify-content: space-between;
}

#st250918first .sec02 .point__wrapper02 .point_img {
  width: 5.5rem;
}

#st250918first .sec02 .point__wrapper02 .point_txt {
  width: 14.8rem;
  margin-top: 1.2rem;
  white-space: nowrap;
}

#st250918first .sec02 .item__wrapper {
  width: 33.7rem;
  margin: 3.2rem auto 0;
  display: flex;
  justify-content: space-between;
  column-gap: 0.35rem;
}

#st250918first .sec02 .item__wrapper .item_box {
  width: 11rem;
}

#st250918first .sec02 .item__wrapper .item_box p {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.07em;
  margin-top: 0.5rem;
}

#st250918first .sec02 .sec_img__wrapper02 {
  width: 32rem;
  margin: 4.9rem auto 0;
}

/*-- block02 --*/
#st250918first .sec02 .block02 {
  margin-top: 8.9rem;
}
#st250918first .block02 .sec_img__wrapper01 {
  width: 33.5rem;
  margin: 3.3rem auto 0;
}

#st250918first .block02 .sec_img__wrapper01 .line_img01 {
  width: 2.3rem;
  top: -2.1rem;
  left: 14.4rem;
}

#st250918first .block02 .sec_img__wrapper01 .line_img02 {
  width: 3.2rem;
  top: 24.8rem;
  right: 6.9rem;
}

#st250918first .sec02 .block02 .point__wrapper02 {
    width: 16.7rem;
    margin: 2.4rem auto 0 30.3rem;
}

#st250918first .sec02 .block02 .point__wrapper02 .point_txt {
    width: 10rem;
    margin-top: 1.2rem;
}

#st250918first .sec02 .block02 .item__wrapper {
    margin: 3.7rem auto 0;
}

@media only screen and (max-width: 767px) {
  #st250918first .sec02 {
    width: calc(750*(100vw / 750));
    padding-block: calc(127*(100vw / 750)) calc(120*(100vw / 750));
  }

  #st250918first .sec02 .sec_title {
    font-size: calc(64*(100vw / 750));
  }

  #st250918first .sec02 .sec_block {
    width: calc(690*(100vw / 750));
    margin-top: calc(104*(100vw / 750));
    padding-bottom: calc(100 * (100vw / 750));
  }

  #st250918first .sec02 .ver_img {
    width: calc(305*(100vw / 750));
    top: calc(-48*(100vw / 750));
  }

  #st250918first .sec02 .point__wrapper01 {
    width: calc(407*(100vw / 750));
    margin: 0 auto 0 calc(45*(100vw / 750));
  }

  #st250918first .sec02 .point__wrapper01 .point_img {
    width: calc(108*(100vw / 750));
    padding-top: calc(120*(100vw / 750));
  }

  #st250918first .sec02 .point_txt {
    font-size: calc(24*(100vw / 750));
  }

  #st250918first .sec02 .point__wrapper01 .point_txt {
    width: calc(273*(100vw / 750));
    padding-top: calc(144 * (100vw / 750));
  }

  #st250918first .sec02 .sec_img__wrapper01 {
    width: calc(680*(100vw / 750));
    margin: calc(6*(100vw / 750)) auto 0;
  }

  #st250918first .sec02 .sec_img__wrapper01 .line_img01 {
    width: calc(144*(100vw / 750));
    top: calc(22 * (100vw / 750));
    left: calc(120 * (100vw / 750));
  }

  #st250918first .sec02 .sec_img__wrapper01 .line_img02 {
    width: calc(30 * (100vw / 750));
    top: calc(582 * (100vw / 750));
    right: calc(220 * (100vw / 750));
  }

  #st250918first .sec02 .point__wrapper02 {
    width: calc(424*(100vw / 750));
    margin: calc(22 * (100vw / 750)) auto 0 calc(220 * (100vw / 750));
  }

  #st250918first .sec02 .point__wrapper02 .point_img {
    width: calc(108*(100vw / 750));
  }

  #st250918first .sec02 .point__wrapper02 .point_txt {
    width: calc(290*(100vw / 750));
    margin-top: calc(25 * (100vw / 750));
  }

  #st250918first .sec02 .item__wrapper {
    width: calc(660*(100vw / 750));
    margin: calc(64*(100vw / 750)) auto 0;
    column-gap: 0;
  }

  #st250918first .sec02 .item__wrapper .item_box {
    width: calc(220*(100vw / 750));
  }

  #st250918first .sec02 .item__wrapper .item_box p {
    font-size: calc(24*(100vw / 750));
    margin-top: calc(10*(100vw / 750));
  }

  #st250918first .sec02 .sec_img__wrapper02 {
    width: calc(600*(100vw / 750));
    margin: calc(96 * (100vw / 750)) auto 0;
  }

  /*-- block02 --*/
  #st250918first .sec02 .block02 {
    margin-top: calc(186 * (100vw / 750));
  }
  #st250918first .block02 .sec_img__wrapper01 {
    width: calc(670*(100vw / 750));
    margin: calc(64 * (100vw / 750)) auto 0;
  }

  #st250918first .block02 .sec_img__wrapper01 .line_img01 {
    width: calc(44*(100vw / 750));
    top: calc(-42 * (100vw / 750));
    left: calc(290 * (100vw / 750));
  }

  #st250918first .block02 .sec_img__wrapper01 .line_img02 {
    width: calc(64*(100vw / 750));
    top: calc(500 * (100vw / 750));
    right: calc(138 * (100vw / 750));
  }

  #st250918first .sec02 .block02 .point__wrapper02 {
    width: calc(332*(100vw / 750));
    margin: calc(49 * (100vw / 750)) auto 0 calc(312 * (100vw / 750));
  }

  #st250918first .sec02 .block02 .point__wrapper02 .point_txt {
    width: calc(200 * (100vw / 750));
    margin-top: calc(22 * (100vw / 750));
  }

  #st250918first .sec02 .block02 .item__wrapper {
    margin: calc(77 * (100vw / 750)) auto 0;
  }

}
/*============ ▲ sec02 ▲ ============*/



/*============ ▼ animation ▼ ============*/
/*******************************
fadeInSetting
*******************************/
#st250918first .fadeInBlock{
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

#st250918first .fadeInBlock.view{
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}

#st250918first .fadeInDown{
  clip-path: inset(0% 0% 100% 0%);
  opacity: 0;
  transition: all 1.2s ease-in 0s;
}

#st250918first .fadeInDown.view{
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}

#st250918first .fadeInUp{
  clip-path: inset(100% 0% 0% 0%);
  opacity: 0;
  transition: all 1.2s ease-in 0s;
}

#st250918first .fadeInUp.view{
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}

#st250918first .animation-fade {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s ease;
}

#st250918first .animation-fade.view {
  opacity: 1;
  transform: translate(0, 0);
}
#st250918first .anime_delay {
  transition-delay: 1s;
  animation-delay: 1s;
}

#st250918first .js-fade-rotate {
  opacity: 0;
  transform: translate(0, 0) rotate(-9.2deg);
  filter: blur(5px);
  transition: all 1.2s ease;
}

#st250918first .js-fade-rotate.view {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
}
/*============ ▲ animation ▲ ============*/