/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  position: relative;
  aspect-ratio: 1366/1048;
  margin-top: -75px;
  padding-top: 75px;
}

.keyvisual-bg {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-animation: keyvisualBgIn 1.6s ease forwards;
          animation: keyvisualBgIn 1.6s ease forwards;
}

.keyvisual_heading {
  width: 65.6%;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
  opacity: 0;
  translate: 0 40px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: keyvisualHeadingIn 1s ease forwards;
          animation: keyvisualHeadingIn 1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .keyvisual_heading {
    width: 86%;
    top: 42.2%;
  }
}

@-webkit-keyframes keyvisualBgIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes keyvisualBgIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes keyvisualHeadingIn {
  from {
    opacity: 0;
    translate: 0 40px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    translate: none;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes keyvisualHeadingIn {
  from {
    opacity: 0;
    translate: 0 40px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    translate: none;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/* ---------------------------------------*/
/* intro */
/* ---------------------------------------*/
#intro {
  padding: 235px 0 150px;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 36px 0 96px;
  }
}

.intro-image-01 {
  width: 21.5vw;
  margin-left: 13.3vw;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .intro-image-01 {
    width: 35.3vw;
    margin-left: 41.2vw;
    position: relative;
    z-index: 2;
  }
}

.intro-image-02 {
  width: 34.9vw;
  margin-right: 5.8vw;
  margin-left: auto;
  margin-top: -16.3vw;
}
@media screen and (max-width: 768px) {
  .intro-image-02 {
    width: 53.4vw;
    margin-right: auto;
    margin-left: 0;
    margin-top: -8.6vw;
  }
}

.intro-image-03 {
  width: 20.2vw;
  margin-right: 36.5vw;
  margin-left: auto;
  margin-top: -5.6vw;
}
@media screen and (max-width: 768px) {
  .intro-image-03 {
    width: 40vw;
    margin-right: 0;
    margin-top: -14.6vw;
  }
}

.intro-image-04 {
  width: 20.7vw;
  margin-right: 22.1vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .intro-image-04 {
    width: 34.2vw;
    margin-left: 7.2vw;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
}

.intro-image-05 {
  width: 44.1vw;
  margin-left: 5.8vw;
  margin-right: auto;
  margin-top: -8.3vw;
}
@media screen and (max-width: 768px) {
  .intro-image-05 {
    width: 65.3vw;
    margin-right: 0;
    margin-left: auto;
    margin-top: -13.3vw;
    position: relative;
    z-index: 1;
  }
}

.intro-image-06 {
  width: 29.2vw;
  margin-right: 0;
  margin-left: auto;
  margin-top: -15.3vw;
}
@media screen and (max-width: 768px) {
  .intro-image-06 {
    width: 47.7vw;
    margin-left: 0;
    margin-right: auto;
    margin-top: -6.6vw;
  }
}

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

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

.intro-lead {
  width: 50vw;
  text-align: left;
}
.intro-lead span {
  display: block;
  margin-bottom: 2.1vw;
}
.intro-lead span:nth-child(1) {
  width: 20.7vw;
}
.intro-lead span:nth-child(2) {
  width: 19.3vw;
}
.intro-lead span:nth-child(3) {
  width: 19.5vw;
}
.intro-lead span:nth-child(4) {
  width: 20.2vw;
}
.intro-lead span:nth-child(5) {
  width: 9.1vw;
}
.intro-lead span:nth-child(6) {
  width: 20vw;
}
.intro-lead span:nth-child(7) {
  width: 22vw;
}
.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: 53.2vw;
  }
  .intro-lead span:nth-child(2) {
    width: 49.7vw;
  }
  .intro-lead span:nth-child(3) {
    width: 50.2vw;
  }
  .intro-lead span:nth-child(4) {
    width: 51.8vw;
  }
  .intro-lead span:nth-child(5) {
    width: 23.4vw;
  }
  .intro-lead span:nth-child(6) {
    width: 51.4vw;
  }
  .intro-lead span:nth-child(7) {
    width: 56.5vw;
  }
}

/* ---------------------------------------*/
/* collabo */
/* ---------------------------------------*/
#collabo {
  padding: 150px 0 190px;
  background: #F1FAFD;
}
@media screen and (max-width: 768px) {
  #collabo {
    padding: 57px 0 50px;
  }
}

.collabo-section-heading {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.21;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .collabo-section-heading {
    font-size: 2.8rem;
    margin: 0 0 25px;
  }
}

.collabo-start {
  display: inline-block;
  width: 300px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .collabo-start {
    width: 196px;
    margin: 0 auto 25px;
  }
}

.collabo-lead {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.94;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .collabo-lead {
    font-size: 1.4rem;
  }
}

.collabo-soon figcaption {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .collabo-soon figcaption {
    font-size: 1.4rem;
    margin: 23px 0 0;
  }
}

/* ---------------------------------------*/
/* ha */
/* ---------------------------------------*/
#ha {
  padding: 137px 0 250px;
}
@media screen and (max-width: 768px) {
  #ha {
    padding: 0 0 96px;
  }
}

.ha-content {
  border: solid 2px #005BAC;
  border-radius: 10px;
  padding: 60px 100px;
}
@media screen and (max-width: 768px) {
  .ha-content {
    padding: 38px 28px 28px;
  }
}

.ha-section-heading {
  width: 275px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .ha-section-heading {
    width: 55.2%;
    margin: 0 auto 35px;
  }
}

.ha-image-01 {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .ha-image-01 {
    margin: 0 0 35px;
  }
}

.ha-lead {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.94;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .ha-lead {
    font-size: 1.4rem;
    margin: 0 0 35px;
  }
}

.ha-button-01 {
  display: inline-block;
  padding: 15px 30px;
  background: #005BAC;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ha-button-01 {
    border-radius: 5px;
  }
}

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

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

.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 113px;
  position: relative;
}
.west-list__item:last-child {
  margin: 0;
}
.west-list__item:nth-child(odd) .west-list__item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
.west-list__item:nth-child(odd) .west-list__item__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}
.west-list__item:nth-child(even) .west-list__item__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}
.west-list__item:nth-child(even) .west-list__item__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
.west-list__item .west-name {
  position: absolute;
}
.west-list__item.is-shigeoka .west-photo {
  width: 57.7%;
}
.west-list__item.is-shigeoka .west-name {
  width: 46.2%;
  bottom: 42px;
  left: 16.6%;
}
.west-list__item.is-kiriyama .west-photo {
  width: 53.5%;
}
.west-list__item.is-kiriyama .west-name {
  width: 51%;
  bottom: 269px;
  right: 14%;
}
.west-list__item.is-nakama .west-photo {
  width: 60.8%;
}
.west-list__item.is-nakama .west-name {
  width: 42.7%;
  bottom: 183px;
  left: 22.9%;
}
.west-list__item.is-kamiyama .west-photo {
  width: 47.9%;
}
.west-list__item.is-kamiyama .west-name {
  width: 50.8%;
  top: 29px;
  right: 14.5%;
}
.west-list__item.is-fujii .west-photo {
  width: 60.6%;
}
.west-list__item.is-fujii .west-name {
  width: 35.2%;
  top: 25px;
  left: 22.9%;
}
.west-list__item.is-hamada .west-photo {
  width: 55.8%;
}
.west-list__item.is-hamada .west-name {
  width: 43.7%;
  top: 204px;
  right: 15.6%;
}
.west-list__item.is-kotaki .west-photo {
  width: 59.7%;
}
.west-list__item.is-kotaki .west-name {
  width: 45.4%;
  top: 160px;
  left: 12.5%;
}
@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;
    text-align: center;
  }
  .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-photo {
    width: 56.1%;
  }
  .west-list__item.is-shigeoka .west-name {
    width: 43.9%;
    bottom: 38px;
    left: 0;
  }
  .west-list__item.is-kiriyama .west-photo {
    width: 50.6%;
  }
  .west-list__item.is-kiriyama .west-name {
    width: 47.9%;
    bottom: auto;
    top: 160px;
    right: -5%;
  }
  .west-list__item.is-nakama .west-photo {
    width: 59.2%;
  }
  .west-list__item.is-nakama .west-name {
    width: 40.1%;
    bottom: 118px;
    left: 5.5%;
  }
  .west-list__item.is-kamiyama .west-photo {
    width: 46.3%;
  }
  .west-list__item.is-kamiyama .west-name {
    width: 48.4%;
    top: 16px;
    right: -5.6%;
  }
  .west-list__item.is-fujii .west-photo {
    width: 59%;
  }
  .west-list__item.is-fujii .west-name {
    width: 31.7%;
    top: 21px;
    left: 5.7%;
  }
  .west-list__item.is-hamada .west-photo {
    width: 54.2%;
  }
  .west-list__item.is-hamada .west-name {
    width: 40.3%;
    top: 132px;
    right: -4%;
  }
  .west-list__item.is-kotaki .west-photo {
    width: 58%;
  }
  .west-list__item.is-kotaki .west-name {
    width: 43%;
    top: 78px;
    left: -5%;
  }
}

.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: 60%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .west-list__item__image {
    width: 100%;
    margin: 0 0 34px;
  }
}

.west-list__item__text {
  width: 40%;
  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 15px;
}

.west-list-birth {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 30px;
}

.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: 178.3%;
  bottom: -22.75%;
  right: 26.5%;
}
.west-decoration.is-02 {
  width: 91.2%;
  bottom: -41.6%;
  right: -54.8%;
}
.west-decoration.is-03 {
  width: 126.1%;
  bottom: -69.7%;
  left: -86.3%;
}
.west-decoration.is-04 {
  width: 121.3%;
  bottom: -55.6%;
  right: -70.8%;
}
.west-decoration.is-05 {
  width: 109.2%;
  bottom: -63.1%;
  left: -80%;
}
.west-decoration.is-06 {
  width: 113.2%;
  bottom: -58.7%;
  right: -71.1%;
}
.west-decoration.is-07 {
  width: 114%;
  bottom: -59.6%;
  left: -84.5%;
}
.west-decoration.is-08 {
  width: 103.3%;
  bottom: -52.2%;
  right: -63.5%;
}
@media screen and (max-width: 768px) {
  .west-decoration.is-01-sp {
    width: 132.9%;
    top: -15%;
    right: -50%;
  }
  .west-decoration.is-02-sp {
    width: 168.3%;
    bottom: -10%;
    left: -65.5%;
  }
  .west-decoration.is-03-sp {
    width: 169.5%;
    bottom: 11.9%;
    right: -66%;
  }
  .west-decoration.is-04-sp {
    width: 305.5%;
    bottom: -50.4%;
    left: -162.9%;
  }
  .west-decoration.is-05-sp {
    width: 320.1%;
    bottom: -25%;
    right: -101.9%;
  }
  .west-decoration.is-06-sp {
    width: 176.7%;
    bottom: 3.4%;
    left: -105.5%;
  }
  .west-decoration.is-07-sp {
    width: 137.6%;
    bottom: 30.2%;
    right: -31.2%;
  }
}

@-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);
  }
}