/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  position: relative;
}
#keyvisual .keyvisual-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.keyvisual-h1 {
  position: absolute;
  z-index: -1;
  color: #fff;
}

/* ---------------------------------------*/
/* intro */
/* ---------------------------------------*/
#intro {
  padding: 104px 0 145px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 33px 0 55px;
  }
}

.intro-image-01 {
  width: 38.2vw;
  margin-right: 6.2vw;
  margin-left: 55.6vw;
}
@media screen and (max-width: 768px) {
  .intro-image-01 {
    width: 50.2vw;
    margin-right: 0;
    margin-left: 49.8vw;
  }
}

.intro-image-02 {
  width: 42vw;
  margin-top: -9.5vw;
  margin-left: 0;
  margin-right: 58vw;
  margin-bottom: 7.3vw;
}
@media screen and (max-width: 768px) {
  .intro-image-02 {
    width: 44.2vw;
    margin-top: -9.4vw;
    margin-right: 55.8vw;
    margin-bottom: 10.6vw;
  }
}

.intro-image-03 {
  width: 42vw;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .intro-image-03 {
    width: 56.5vw;
  }
}

.intro-image-04 {
  width: 38.2vw;
  margin-left: 6.2vw;
  margin-right: 55.6vw;
  margin-top: -14.3vw;
}
@media screen and (max-width: 768px) {
  .intro-image-04 {
    width: 43.3vw;
    margin-left: 0;
    margin-right: 56.7vw;
    margin-top: -11.4vw;
  }
}

.intro_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.8vw;
}
@media screen and (max-width: 768px) {
  .intro_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 52vw;
    margin: 0 auto 10.6vw;
  }
}

.intro-heading {
  width: 42vw;
  text-align: right;
}
.intro-heading img {
  width: 21.6vw;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
  }
  .intro-heading img {
    width: 100%;
  }
}

.intro-lead {
  width: 49.7vw;
  text-align: left;
}
.intro-lead span {
  display: block;
  margin-bottom: 2.1vw;
}
.intro-lead span:nth-child(1) {
  width: 17.2vw;
}
.intro-lead span:nth-child(2) {
  width: 20.9vw;
}
.intro-lead span:nth-child(3) {
  width: 19.3vw;
}
.intro-lead span:nth-child(4) {
  width: 19.8vw;
}
.intro-lead span:nth-child(5) {
  width: 15vw;
}
.intro-lead span:nth-child(6) {
  width: 17.4vw;
}
.intro-lead span:last-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .intro-lead {
    width: 100%;
  }
  .intro-lead span {
    display: block;
    margin-bottom: 1.3vw;
  }
  .intro-lead span:nth-child(1) {
    width: 41.3vw;
  }
  .intro-lead span:nth-child(2) {
    width: 50.4vw;
  }
  .intro-lead span:nth-child(3) {
    width: 46.5vw;
  }
  .intro-lead span:nth-child(4) {
    width: 47.7vw;
  }
  .intro-lead span:nth-child(5) {
    width: 36.2vw;
  }
  .intro-lead span:nth-child(6) {
    width: 42.1vw;
  }
}

/* ---------------------------------------*/
/* banner */
/* ---------------------------------------*/
#banner {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  #banner {
    margin-bottom: 96px;
  }
}

.banner-list__item {
  margin: 0 0 80px;
  position: relative;
}
.banner-list__item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .banner-list__item {
    margin: 0 0 28px;
  }
}

/* ---------------------------------------*/
/* west */
/* ---------------------------------------*/
#west {
  margin: -75px 0 250px;
  padding: 75px 0 0;
}
@media screen and (max-width: 768px) {
  #west {
    margin: -60px 0 100px;
    padding: 60px 0 0;
  }
}

.west-section-heading {
  width: 151px;
  margin: 0 auto 115px;
}
@media screen and (max-width: 768px) {
  .west-section-heading {
    width: 24.2vw;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 768px) {
  .west-list {
    padding: 0 25px;
  }
}

.west-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 150px;
  position: relative;
}
.west-list__item:last-child {
  margin: 0;
}
.west-list__item:nth-child(odd) .west-list__item__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.west-list__item:nth-child(odd) .west-list__item__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}
.west-list__item:nth-child(even) .west-list__item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.west-list__item:nth-child(even) .west-list__item__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
}
.west-list__item .west-name {
  position: absolute;
}
.west-list__item.is-shigeoka .west-name {
  width: 58%;
  bottom: 12px;
  left: -17.6%;
}
.west-list__item.is-kiriyama .west-name {
  width: 58.4%;
  top: 22px;
  right: -16.6%;
}
.west-list__item.is-nakama .west-name {
  width: 49%;
  top: 22px;
  left: -8%;
}
.west-list__item.is-kamiyama .west-name {
  width: 61%;
  top: -44px;
  left: -18.4%;
}
.west-list__item.is-fujii .west-name {
  width: 42.2%;
  top: 7px;
  right: -10.6%;
}
.west-list__item.is-hamada .west-name {
  width: 53.6%;
  top: 23px;
  left: -15.8%;
}
.west-list__item.is-kotaki .west-name {
  width: 55.8%;
  top: 31px;
  right: -17.4%;
}
@media screen and (max-width: 768px) {
  .west-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 65px;
  }
  .west-list__item:nth-child(odd) .west-list__item__image, .west-list__item:nth-child(even) .west-list__item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .west-list__item:nth-child(odd) .west-list__item__text, .west-list__item:nth-child(even) .west-list__item__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .west-list__item.is-shigeoka .west-name {
    width: 54.3%;
    bottom: 7px;
    left: -13.7%;
  }
  .west-list__item.is-kiriyama .west-name {
    width: 59.2%;
    top: 12px;
    right: -16.8%;
  }
  .west-list__item.is-nakama .west-name {
    width: 49.6%;
    top: 65px;
    left: -13.1%;
  }
  .west-list__item.is-kamiyama .west-name {
    width: 59.8%;
    top: -16px;
    left: -15.6%;
  }
  .west-list__item.is-fujii .west-name {
    width: 39.2%;
    top: 8px;
    right: -10.7%;
  }
  .west-list__item.is-hamada .west-name {
    width: 49.8%;
    top: 30px;
    left: -16.4%;
  }
  .west-list__item.is-kotaki .west-name {
    width: 53.1%;
    top: 17px;
    right: -16.6%;
  }
}

.west-photo,
.west-name,
.west-list__item__text-content {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.is-show .west-photo {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}
.is-show .west-name {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-show .west-list__item__text-content {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.west-list__item__image {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .west-list__item__image {
    width: 100%;
    margin: 0 0 34px;
  }
}

.west-list__item__text {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .west-list__item__text {
    width: 100%;
    display: block;
  }
}

.west-list__item__name {
  font-weight: 700;
  font-size: 2.1rem;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .west-list__item__name {
    font-size: 2rem;
    margin: 0 0 17px;
  }
}

.west-list__item__dec {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

.west-list__item__birth {
  font-weight: 500;
  font-size: 1.4rem;
}

.west-decoration {
  position: absolute;
  z-index: -1;
  will-change: transform;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}
.west-decoration.is-01 {
  width: 123.7%;
  bottom: 0;
  left: 50;
}
.west-decoration.is-02 {
  width: 89.2%;
  bottom: 9%;
  right: 10%;
}
.west-decoration.is-03 {
  width: 97.1%;
  bottom: -50.2%;
  left: 57.2%;
}
.west-decoration.is-04 {
  width: 98.1%;
  top: 15%;
  right: 69.3%;
}
.west-decoration.is-05 {
  width: 106.1%;
  top: 17.8;
  left: 58%;
}
.west-decoration.is-06 {
  width: 90.6%;
  top: 44.2%;
  right: 56.3%;
}
.west-decoration.is-07 {
  width: 127.3%;
  top: -25.2%;
  left: 18.6%;
}
.west-decoration.is-08 {
  width: 82.7%;
  top: 48%;
  right: 74%;
}
@media screen and (max-width: 768px) {
  .west-decoration.is-01-sp {
    width: 153.9%;
    bottom: 45.6%;
    left: 8.4%;
  }
  .west-decoration.is-02-sp {
    width: 190.1%;
    top: -80%;
    right: -6%;
  }
  .west-decoration.is-03-sp {
    width: 179.8%;
    top: -94.5%;
    left: 20%;
  }
  .west-decoration.is-04-sp {
    width: 199%;
    top: 40.7%;
    right: -8.8%;
  }
  .west-decoration.is-05-sp {
    width: 222.1%;
    top: 0;
    left: -7.2%;
  }
  .west-decoration.is-06-sp {
    width: 181.3%;
    top: 45.6%;
    right: 32.9%;
  }
  .west-decoration.is-07-sp {
    width: 250%;
    top: -9.4%;
    left: -40%;
  }
  .west-decoration.is-08-sp {
    width: 178.4%;
    top: 57.8%;
    right: 22.3%;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(40px, -40px) scale(1.2);
            transform: translate(40px, -40px) scale(1.2);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(40px, -40px) scale(1.2);
            transform: translate(40px, -40px) scale(1.2);
  }
}
/* ---------------------------------------*/
/* link */
/* ---------------------------------------*/
#link {
  margin: 0 0 250px;
}
@media screen and (max-width: 768px) {
  #link {
    margin: 0 0 96px;
  }
}

.link-section-heading {
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .link-section-heading {
    font-size: 2rem;
    margin: 0 0 35px;
  }
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
}

.link-list__item {
  width: 48.4%;
}
@media screen and (max-width: 768px) {
  .link-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .link-list__item:last-child {
    margin: 0;
  }
}