/* ---------------------------------------*/
/* 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.9%;
  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: 88.8%;
    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 75px;
  }
}

.intro-image-01 {
  display: block;
  width: 21.5vw;
  margin-left: 13.3vw;
  margin-right: calc(100% - 13.3vw - 21.5vw);
}
@media screen and (max-width: 768px) {
  .intro-image-01 {
    width: 37.4vw;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
}

.intro-image-02 {
  display: block;
  width: 43.9vw;
  margin-right: 6vw;
  margin-left: calc(100% - 43.9vw - 6vw);
  margin-top: -17.8vw;
  margin-bottom: 7.3vw;
}
@media screen and (max-width: 768px) {
  .intro-image-02 {
    width: 76.9vw;
    margin-right: auto;
    margin-left: 0;
    margin-top: -26.1vw;
    margin-bottom: 11vw;
  }
}

.intro-image-03 {
  width: 20.4vw;
  margin-right: 24.9vw;
  margin-left: calc(100% - 24.9vw - 17.9vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro-image-03 {
    width: 44.6vw;
    margin-right: 0;
    margin-left: calc(100% - 44.6vw);
    z-index: 2;
  }
}

.intro-image-04 {
  width: 44.4vw;
  margin-left: 5.9vw;
  margin-right: calc(100% - 5.9vw - 44.4vw);
  margin-top: -10.6vw;
}
@media screen and (max-width: 768px) {
  .intro-image-04 {
    width: 60vw;
    margin-left: 0;
    margin-right: calc(100% - 60vw);
    margin-bottom: 5.8vw;
  }
}

.intro-image-05 {
  width: 29.2vw;
  margin-top: -8.7vw;
  margin-left: calc(100% - 29.2vw);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .intro-image-05 {
    width: 47.6vw;
    margin-top: 0;
    margin-left: calc(100% - 47.6vw - 7vw);
    margin-right: 7vw;
  }
}

.intro_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: 53.4vw;
    margin: 0 auto 10.6vw;
  }
}

.intro-heading {
  width: 40.7vw;
  text-align: right;
}
.intro-heading img {
  width: 20vw;
}
@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: 18vw;
}
.intro-lead span:nth-child(3) {
  width: 14.6vw;
}
.intro-lead span:nth-child(4) {
  width: 16.4vw;
}
.intro-lead span:nth-child(5) {
  width: 12.7vw;
}
.intro-lead span:nth-child(6) {
  width: 13.5vw;
}
.intro-lead span:nth-child(7) {
  width: 20.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: 53.3vw;
  }
  .intro-lead span:nth-child(2) {
    width: 46.2vw;
  }
  .intro-lead span:nth-child(3) {
    width: 37.4vw;
  }
  .intro-lead span:nth-child(4) {
    width: 42.2vw;
  }
  .intro-lead span:nth-child(5) {
    width: 32.6vw;
  }
  .intro-lead span:nth-child(6) {
    width: 34.8vw;
  }
  .intro-lead span:nth-child(7) {
    width: 50.4vw;
  }
}

/* ---------------------------------------*/
/* collabo */
/* ---------------------------------------*/
#collabo {
  padding: 150px 0 190px;
  background: #F7FBF7;
}
@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: 275px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .collabo-start {
    width: 210px;
    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.4ren;
    margin: 23px 0 0;
  }
}

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

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

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

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

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

.ga-button-01 {
  display: inline-block;
  padding: 15px 30px;
  background: #006C2D;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2;
  line-height: 1.4;
  color: #fff;
}

/* ---------------------------------------*/
/* 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 120px;
  position: relative;
}
.west-list__item:last-child {
  margin: 0;
}
.west-list__item:nth-child(odd) .west-list__item__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.west-list__item:nth-child(odd) .west-list__item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.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(even) .west-list__item__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@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 75px;
  }
  .west-list__item:last-child {
    margin: 0;
  }
  .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;
  }
  .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__image {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .west-list__item__image {
    width: 53%;
    margin: 0 auto 30px;
  }
}

.west-list__item__text {
  width: 36.2%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .west-list__item__text {
    width: 100%;
    text-align: center;
  }
}

.west-list__item__name {
  font-weight: 700;
  font-size: 2.1rem;
  margin: 0 0 15px;
}

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

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

.west-button-list {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .west-button-list {
    margin: 0 0 10px;
  }
}

.west-button-list__item {
  margin: 0 0 12px;
}
.west-button-list__item a {
  display: block;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px;
  position: relative;
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 1.5rem;
}
.west-button-list__item a::after {
  content: "";
  display: block;
  width: 15.5%;
  aspect-ratio: 45/4;
  background-color: currentColor;
  -webkit-mask: url(../img/arrow-02.svg) no-repeat center/contain;
  mask: url(../img/arrow-02.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.west-button-list__item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .west-button-list__item {
    margin: 0 0 10px;
  }
  .west-button-list__item a {
    border: solid 1px;
    text-align: left;
  }
}

.west-list-att-heading {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .west-list-att-heading {
    margin: 0 0 10px;
  }
}

.west-list-charge a {
  display: block;
  position: relative;
  z-index: 2;
}

.west-list__item .west-name {
  position: absolute;
}
.west-list__item.is-shigeoka a,
.west-list__item.is-shigeoka .west-list-att-heading {
  color: #C6412A;
}
.west-list__item.is-shigeoka .west-name {
  width: 79.2%;
  bottom: 37px;
  left: -40%;
}
.west-list__item.is-kiriyama a,
.west-list__item.is-kiriyama .west-list-att-heading {
  color: #D8821A;
}
.west-list__item.is-kiriyama .west-name {
  width: 89.2%;
  bottom: 100px;
  right: -46%;
}
.west-list__item.is-nakama a,
.west-list__item.is-nakama .west-list-att-heading {
  color: #DCB539;
}
.west-list__item.is-nakama .west-name {
  width: 73.2%;
  bottom: 178px;
  left: -28.2%;
}
.west-list__item.is-kamiyama a,
.west-list__item.is-kamiyama .west-list-att-heading {
  color: #4F9A18;
}
.west-list__item.is-kamiyama .west-name {
  width: 87.8%;
  top: 27px;
  right: -50%;
}
.west-list__item.is-fujii a,
.west-list__item.is-fujii .west-list-att-heading {
  color: #125EA4;
}
.west-list__item.is-fujii .west-name {
  width: 60.3%;
  top: 22px;
  left: -30%;
}
.west-list__item.is-hamada a,
.west-list__item.is-hamada .west-list-att-heading {
  color: #87439B;
}
.west-list__item.is-hamada .west-name {
  width: 76.7%;
  top: 20px;
  right: -39.2%;
}
.west-list__item.is-kotaki a,
.west-list__item.is-kotaki .west-list-att-heading {
  color: #D14974;
}
.west-list__item.is-kotaki .west-name {
  width: 77.8%;
  top: 181px;
  left: -46.7%;
}

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

.west-list__item.is-show .west-photo {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}
.west-list__item.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;
}
.west-list__item.is-show .west-list__item__text {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.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: 154.7%;
  top: -67.3;
  right: 44.6%;
}
.west-decoration.is-02 {
  width: 111.5%;
  top: 33.4%;
  left: 73.2%;
}
.west-decoration.is-03 {
  width: 121.3%;
  top: 66.8%;
  right: 50%;
}
.west-decoration.is-04 {
  width: 122.6%;
  top: 28.7%;
  left: 51.5%;
}
.west-decoration.is-05 {
  width: 132.6%;
  top: 16.3%;
  right: 41.3%;
}
.west-decoration.is-06 {
  width: 113.2%;
  top: 44.4%;
  left: 61.2%;
}
.west-decoration.is-07 {
  width: 114%;
  top: 53.6%;
  right: 65.8%;
}
.west-decoration.is-08 {
  width: 159.1%;
  top: -6.3%;
  left: 29.7%;
}
@media screen and (max-width: 768px) {
  .west-decoration.is-01-sp {
    width: 154.2%;
    top: -9.6%;
    right: -53.7%;
  }
  .west-decoration.is-02-sp {
    width: 169.2%;
    top: -17.6%;
    left: -68.4%;
  }
  .west-decoration.is-03-sp {
    width: 202.6%;
    top: -25.9%;
    right: -73.9%;
  }
  .west-decoration.is-04-sp {
    width: 194.5%;
    top: -20.6%;
    left: -71.3%;
  }
  .west-decoration.is-05-sp {
    width: 183.7%;
    top: -20.6%;
    right: -75%;
  }
  .west-decoration.is-06-sp {
    width: 151.8%;
    top: -8.1%;
    left: -59.8%;
  }
  .west-decoration.is-07-sp {
    width: 183.5%;
    top: -9.3%;
    right: -72.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);
  }
}
/* ---------------------------------------*/
/* follow */
/* ---------------------------------------*/
#follow {
  margin: 0 0 253px;
  padding: 140px 0;
  background: #F7FBF7;
}
@media screen and (max-width: 768px) {
  #follow {
    margin: 0 0 96px;
    padding: 50px 0;
  }
}

.follow-section-heading {
  width: 220px;
  margin: 0 auto 113px;
}
@media screen and (max-width: 768px) {
  .follow-section-heading {
    width: 34.2vw;
    margin: 0 auto 50px;
  }
}

.ga-follow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media screen and (max-width: 768px) {
  .ga-follow-list {
    gap: 40px;
  }
}

.ga-follow-list__item:nth-child(1) {
  width: 54px;
}
.ga-follow-list__item:nth-child(2) {
  width: 45px;
}
.ga-follow-list__item:nth-child(3) {
  width: 52px;
}
.ga-follow-list__item:nth-child(3) {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .ga-follow-list__item:nth-child(1) {
    width: 42px;
  }
  .ga-follow-list__item:nth-child(2) {
    width: 35px;
  }
  .ga-follow-list__item:nth-child(3) {
    width: 40px;
  }
  .ga-follow-list__item:nth-child(3) {
    width: 42px;
  }
}