@charset "UTF-8";
#container {
  background: #FFFCF8;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  /* For better font rendering on macOS */
  -moz-osx-font-smoothing: grayscale;
  /* For better font rendering on macOS */
}

#container img {
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#container a {
  outline: none;
  text-decoration: none;
  color: #373737;
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 768px) {
  #container img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  #container {
    min-width: 1000px;
  }
}

@media all and (max-width: 768px) {
  #container .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  #container .u-sp-only {
    display: none !important;
  }
}

#container.in .p-suda-mv__copy {
  opacity: 1;
}

#container.in .p-suda-mv__copy2 {
  opacity: 1;
}

#container.in .p-suda-mv__photo {
  opacity: 1;
  z-index: 0;
}

#container.in .p-suda-mv-linkbox {
  opacity: 1;
  z-index: 2;
}

@-webkit-keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInText2 {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes fadeInText2 {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
}

.p-suda-mv {
  position: relative;
}

.p-suda-mv__photo {
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease 0.8s, -webkit-transform 0s;
  transition: opacity 1.5s ease 0.8s, -webkit-transform 0s;
  transition: opacity 1.5s ease 0.8s, transform 0s;
  transition: opacity 1.5s ease 0.8s, transform 0s, -webkit-transform 0s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
  overflow: hidden;
}

.p-suda-mv__photo .imagemv {
  position: absolute;
  width: 100%;
  height: auto;
  top: -8%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-suda-mv-linkbox {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease 0.8s, -webkit-transform 0s;
  transition: opacity 1.5s ease 0.8s, -webkit-transform 0s;
  transition: opacity 1.5s ease 0.8s, transform 0s;
  transition: opacity 1.5s ease 0.8s, transform 0s, -webkit-transform 0s;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.p-suda-mv__copy {
  font-family: 'YakuHanJPs',"Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: block;
  overflow: hidden;
  letter-spacing: 0.3em;
  opacity: 0;
  line-height: 1;
}

.p-suda-mv__copy2 {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: 0.01em;
  opacity: 0;
  overflow: hidden;
}

.p-suda-mv__link {
  background: #DAE9F4;
  text-align: center;
  padding: 8px 10px;
  line-height: 1.8;
  border-radius: 30px;
  border: solid 1px #DAE9F4;
}

.p-suda-mv__link span {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #555555;
}

.p-suda-mv-linkbox2 {
  background: #DAE9F4;
  text-align: center;
  padding: 8px 10px;
  line-height: 1.8;
  border-radius: 30px;
}

.p-suda-mv-linkbox2 span {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #555555;
}

@media all and (max-width: 768px) {
  .p-suda-mv {
    position: relative;
    padding: 5.33333vw 4vw 8vw 4vw;
  }
  .p-suda-mv__copy {
    display: block;
    position: relative;
    z-index: 1;
    top: 0vw;
    font-size: 60px;
    font-size: 16vw;
    left: 2.66667vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(1) {
    -webkit-animation: fadeInText 0.3s ease-out 0.04s forwards;
            animation: fadeInText 0.3s ease-out 0.04s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(2) {
    -webkit-animation: fadeInText 0.3s ease-out 0.08s forwards;
            animation: fadeInText 0.3s ease-out 0.08s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(3) {
    -webkit-animation: fadeInText 0.3s ease-out 0.12s forwards;
            animation: fadeInText 0.3s ease-out 0.12s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(4) {
    -webkit-animation: fadeInText 0.3s ease-out 0.16s forwards;
            animation: fadeInText 0.3s ease-out 0.16s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(5) {
    -webkit-animation: fadeInText 0.3s ease-out 0.2s forwards;
            animation: fadeInText 0.3s ease-out 0.2s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(6) {
    -webkit-animation: fadeInText 0.3s ease-out 0.24s forwards;
            animation: fadeInText 0.3s ease-out 0.24s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(7) {
    -webkit-animation: fadeInText 0.3s ease-out 0.28s forwards;
            animation: fadeInText 0.3s ease-out 0.28s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(8) {
    -webkit-animation: fadeInText 0.3s ease-out 0.32s forwards;
            animation: fadeInText 0.3s ease-out 0.32s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(9) {
    -webkit-animation: fadeInText 0.3s ease-out 0.36s forwards;
            animation: fadeInText 0.3s ease-out 0.36s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(10) {
    -webkit-animation: fadeInText 0.3s ease-out 0.4s forwards;
            animation: fadeInText 0.3s ease-out 0.4s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(11) {
    -webkit-animation: fadeInText 0.3s ease-out 0.44s forwards;
            animation: fadeInText 0.3s ease-out 0.44s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(12) {
    -webkit-animation: fadeInText 0.3s ease-out 0.48s forwards;
            animation: fadeInText 0.3s ease-out 0.48s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(13) {
    -webkit-animation: fadeInText 0.3s ease-out 0.52s forwards;
            animation: fadeInText 0.3s ease-out 0.52s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(14) {
    -webkit-animation: fadeInText 0.3s ease-out 0.56s forwards;
            animation: fadeInText 0.3s ease-out 0.56s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(15) {
    -webkit-animation: fadeInText 0.3s ease-out 0.6s forwards;
            animation: fadeInText 0.3s ease-out 0.6s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(16) {
    -webkit-animation: fadeInText 0.3s ease-out 0.64s forwards;
            animation: fadeInText 0.3s ease-out 0.64s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(17) {
    -webkit-animation: fadeInText 0.3s ease-out 0.68s forwards;
            animation: fadeInText 0.3s ease-out 0.68s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(18) {
    -webkit-animation: fadeInText 0.3s ease-out 0.72s forwards;
            animation: fadeInText 0.3s ease-out 0.72s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(19) {
    -webkit-animation: fadeInText 0.3s ease-out 0.76s forwards;
            animation: fadeInText 0.3s ease-out 0.76s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(20) {
    -webkit-animation: fadeInText 0.3s ease-out 0.8s forwards;
            animation: fadeInText 0.3s ease-out 0.8s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(21) {
    -webkit-animation: fadeInText 0.3s ease-out 0.84s forwards;
            animation: fadeInText 0.3s ease-out 0.84s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(22) {
    -webkit-animation: fadeInText 0.3s ease-out 0.88s forwards;
            animation: fadeInText 0.3s ease-out 0.88s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(23) {
    -webkit-animation: fadeInText 0.3s ease-out 0.92s forwards;
            animation: fadeInText 0.3s ease-out 0.92s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(24) {
    -webkit-animation: fadeInText 0.3s ease-out 0.96s forwards;
            animation: fadeInText 0.3s ease-out 0.96s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(25) {
    -webkit-animation: fadeInText 0.3s ease-out 1s forwards;
            animation: fadeInText 0.3s ease-out 1s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(26) {
    -webkit-animation: fadeInText 0.3s ease-out 1.04s forwards;
            animation: fadeInText 0.3s ease-out 1.04s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(27) {
    -webkit-animation: fadeInText 0.3s ease-out 1.08s forwards;
            animation: fadeInText 0.3s ease-out 1.08s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(28) {
    -webkit-animation: fadeInText 0.3s ease-out 1.12s forwards;
            animation: fadeInText 0.3s ease-out 1.12s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(29) {
    -webkit-animation: fadeInText 0.3s ease-out 1.16s forwards;
            animation: fadeInText 0.3s ease-out 1.16s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(30) {
    -webkit-animation: fadeInText 0.3s ease-out 1.2s forwards;
            animation: fadeInText 0.3s ease-out 1.2s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(31) {
    -webkit-animation: fadeInText 0.3s ease-out 1.24s forwards;
            animation: fadeInText 0.3s ease-out 1.24s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(32) {
    -webkit-animation: fadeInText 0.3s ease-out 1.28s forwards;
            animation: fadeInText 0.3s ease-out 1.28s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(33) {
    -webkit-animation: fadeInText 0.3s ease-out 1.32s forwards;
            animation: fadeInText 0.3s ease-out 1.32s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(34) {
    -webkit-animation: fadeInText 0.3s ease-out 1.36s forwards;
            animation: fadeInText 0.3s ease-out 1.36s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(35) {
    -webkit-animation: fadeInText 0.3s ease-out 1.4s forwards;
            animation: fadeInText 0.3s ease-out 1.4s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(36) {
    -webkit-animation: fadeInText 0.3s ease-out 1.44s forwards;
            animation: fadeInText 0.3s ease-out 1.44s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(37) {
    -webkit-animation: fadeInText 0.3s ease-out 1.48s forwards;
            animation: fadeInText 0.3s ease-out 1.48s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(38) {
    -webkit-animation: fadeInText 0.3s ease-out 1.52s forwards;
            animation: fadeInText 0.3s ease-out 1.52s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(39) {
    -webkit-animation: fadeInText 0.3s ease-out 1.56s forwards;
            animation: fadeInText 0.3s ease-out 1.56s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(40) {
    -webkit-animation: fadeInText 0.3s ease-out 1.6s forwards;
            animation: fadeInText 0.3s ease-out 1.6s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(41) {
    -webkit-animation: fadeInText 0.3s ease-out 1.64s forwards;
            animation: fadeInText 0.3s ease-out 1.64s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(42) {
    -webkit-animation: fadeInText 0.3s ease-out 1.68s forwards;
            animation: fadeInText 0.3s ease-out 1.68s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(43) {
    -webkit-animation: fadeInText 0.3s ease-out 1.72s forwards;
            animation: fadeInText 0.3s ease-out 1.72s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(44) {
    -webkit-animation: fadeInText 0.3s ease-out 1.76s forwards;
            animation: fadeInText 0.3s ease-out 1.76s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(45) {
    -webkit-animation: fadeInText 0.3s ease-out 1.8s forwards;
            animation: fadeInText 0.3s ease-out 1.8s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(46) {
    -webkit-animation: fadeInText 0.3s ease-out 1.84s forwards;
            animation: fadeInText 0.3s ease-out 1.84s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(47) {
    -webkit-animation: fadeInText 0.3s ease-out 1.88s forwards;
            animation: fadeInText 0.3s ease-out 1.88s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(48) {
    -webkit-animation: fadeInText 0.3s ease-out 1.92s forwards;
            animation: fadeInText 0.3s ease-out 1.92s forwards;
  }
  .p-suda-mv__copy.act .txt:first-of-type span:nth-child(49) {
    -webkit-animation: fadeInText 0.3s ease-out 1.96s forwards;
            animation: fadeInText 0.3s ease-out 1.96s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(1) {
    -webkit-animation: fadeInText 0.3s ease-out 0.34s forwards;
            animation: fadeInText 0.3s ease-out 0.34s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(2) {
    -webkit-animation: fadeInText 0.3s ease-out 0.38s forwards;
            animation: fadeInText 0.3s ease-out 0.38s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(3) {
    -webkit-animation: fadeInText 0.3s ease-out 0.42s forwards;
            animation: fadeInText 0.3s ease-out 0.42s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(4) {
    -webkit-animation: fadeInText 0.3s ease-out 0.46s forwards;
            animation: fadeInText 0.3s ease-out 0.46s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(5) {
    -webkit-animation: fadeInText 0.3s ease-out 0.5s forwards;
            animation: fadeInText 0.3s ease-out 0.5s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(6) {
    -webkit-animation: fadeInText 0.3s ease-out 0.54s forwards;
            animation: fadeInText 0.3s ease-out 0.54s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(7) {
    -webkit-animation: fadeInText 0.3s ease-out 0.58s forwards;
            animation: fadeInText 0.3s ease-out 0.58s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(8) {
    -webkit-animation: fadeInText 0.3s ease-out 0.62s forwards;
            animation: fadeInText 0.3s ease-out 0.62s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(9) {
    -webkit-animation: fadeInText 0.3s ease-out 0.66s forwards;
            animation: fadeInText 0.3s ease-out 0.66s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(10) {
    -webkit-animation: fadeInText 0.3s ease-out 0.7s forwards;
            animation: fadeInText 0.3s ease-out 0.7s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(11) {
    -webkit-animation: fadeInText 0.3s ease-out 0.74s forwards;
            animation: fadeInText 0.3s ease-out 0.74s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(12) {
    -webkit-animation: fadeInText 0.3s ease-out 0.78s forwards;
            animation: fadeInText 0.3s ease-out 0.78s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(13) {
    -webkit-animation: fadeInText 0.3s ease-out 0.82s forwards;
            animation: fadeInText 0.3s ease-out 0.82s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(14) {
    -webkit-animation: fadeInText 0.3s ease-out 0.86s forwards;
            animation: fadeInText 0.3s ease-out 0.86s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(15) {
    -webkit-animation: fadeInText 0.3s ease-out 0.9s forwards;
            animation: fadeInText 0.3s ease-out 0.9s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(16) {
    -webkit-animation: fadeInText 0.3s ease-out 0.94s forwards;
            animation: fadeInText 0.3s ease-out 0.94s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(17) {
    -webkit-animation: fadeInText 0.3s ease-out 0.98s forwards;
            animation: fadeInText 0.3s ease-out 0.98s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(18) {
    -webkit-animation: fadeInText 0.3s ease-out 1.02s forwards;
            animation: fadeInText 0.3s ease-out 1.02s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(19) {
    -webkit-animation: fadeInText 0.3s ease-out 1.06s forwards;
            animation: fadeInText 0.3s ease-out 1.06s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(20) {
    -webkit-animation: fadeInText 0.3s ease-out 1.1s forwards;
            animation: fadeInText 0.3s ease-out 1.1s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(21) {
    -webkit-animation: fadeInText 0.3s ease-out 1.14s forwards;
            animation: fadeInText 0.3s ease-out 1.14s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(22) {
    -webkit-animation: fadeInText 0.3s ease-out 1.18s forwards;
            animation: fadeInText 0.3s ease-out 1.18s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(23) {
    -webkit-animation: fadeInText 0.3s ease-out 1.22s forwards;
            animation: fadeInText 0.3s ease-out 1.22s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(24) {
    -webkit-animation: fadeInText 0.3s ease-out 1.26s forwards;
            animation: fadeInText 0.3s ease-out 1.26s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(25) {
    -webkit-animation: fadeInText 0.3s ease-out 1.3s forwards;
            animation: fadeInText 0.3s ease-out 1.3s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(26) {
    -webkit-animation: fadeInText 0.3s ease-out 1.34s forwards;
            animation: fadeInText 0.3s ease-out 1.34s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(27) {
    -webkit-animation: fadeInText 0.3s ease-out 1.38s forwards;
            animation: fadeInText 0.3s ease-out 1.38s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(28) {
    -webkit-animation: fadeInText 0.3s ease-out 1.42s forwards;
            animation: fadeInText 0.3s ease-out 1.42s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(29) {
    -webkit-animation: fadeInText 0.3s ease-out 1.46s forwards;
            animation: fadeInText 0.3s ease-out 1.46s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(30) {
    -webkit-animation: fadeInText 0.3s ease-out 1.5s forwards;
            animation: fadeInText 0.3s ease-out 1.5s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(31) {
    -webkit-animation: fadeInText 0.3s ease-out 1.54s forwards;
            animation: fadeInText 0.3s ease-out 1.54s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(32) {
    -webkit-animation: fadeInText 0.3s ease-out 1.58s forwards;
            animation: fadeInText 0.3s ease-out 1.58s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(33) {
    -webkit-animation: fadeInText 0.3s ease-out 1.62s forwards;
            animation: fadeInText 0.3s ease-out 1.62s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(34) {
    -webkit-animation: fadeInText 0.3s ease-out 1.66s forwards;
            animation: fadeInText 0.3s ease-out 1.66s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(35) {
    -webkit-animation: fadeInText 0.3s ease-out 1.7s forwards;
            animation: fadeInText 0.3s ease-out 1.7s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(36) {
    -webkit-animation: fadeInText 0.3s ease-out 1.74s forwards;
            animation: fadeInText 0.3s ease-out 1.74s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(37) {
    -webkit-animation: fadeInText 0.3s ease-out 1.78s forwards;
            animation: fadeInText 0.3s ease-out 1.78s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(38) {
    -webkit-animation: fadeInText 0.3s ease-out 1.82s forwards;
            animation: fadeInText 0.3s ease-out 1.82s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(39) {
    -webkit-animation: fadeInText 0.3s ease-out 1.86s forwards;
            animation: fadeInText 0.3s ease-out 1.86s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(40) {
    -webkit-animation: fadeInText 0.3s ease-out 1.9s forwards;
            animation: fadeInText 0.3s ease-out 1.9s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(41) {
    -webkit-animation: fadeInText 0.3s ease-out 1.94s forwards;
            animation: fadeInText 0.3s ease-out 1.94s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(42) {
    -webkit-animation: fadeInText 0.3s ease-out 1.98s forwards;
            animation: fadeInText 0.3s ease-out 1.98s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(43) {
    -webkit-animation: fadeInText 0.3s ease-out 2.02s forwards;
            animation: fadeInText 0.3s ease-out 2.02s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(44) {
    -webkit-animation: fadeInText 0.3s ease-out 2.06s forwards;
            animation: fadeInText 0.3s ease-out 2.06s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(45) {
    -webkit-animation: fadeInText 0.3s ease-out 2.1s forwards;
            animation: fadeInText 0.3s ease-out 2.1s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(46) {
    -webkit-animation: fadeInText 0.3s ease-out 2.14s forwards;
            animation: fadeInText 0.3s ease-out 2.14s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(47) {
    -webkit-animation: fadeInText 0.3s ease-out 2.18s forwards;
            animation: fadeInText 0.3s ease-out 2.18s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(48) {
    -webkit-animation: fadeInText 0.3s ease-out 2.22s forwards;
            animation: fadeInText 0.3s ease-out 2.22s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(49) {
    -webkit-animation: fadeInText 0.3s ease-out 2.26s forwards;
            animation: fadeInText 0.3s ease-out 2.26s forwards;
  }
  .p-suda-mv__copy.act .txt:last-of-type span:nth-child(50) {
    -webkit-animation: fadeInText 0.3s ease-out 2.3s forwards;
            animation: fadeInText 0.3s ease-out 2.3s forwards;
  }
  .p-suda-mv__copy .txt span {
    opacity: 0;
    display: inline-block;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  .p-suda-mv__copy .txt {
    display: block;
    position: relative;
    line-height: 1.1;
    overflow: hidden;
  }
  .p-suda-mv__copy .txt span {
    line-height: 1;
  }
  .p-suda-mv__copy span {
    letter-spacing: 0.05em;
  }
  .p-suda-mv__copy2 {
    padding: 5.33333vw 0vw 0vw 0vw;
    left: 4vw;
    position: relative;
    display: block;
    z-index: 1;
    line-height: 1.8;
    font-size: 4.26667vw;
  }
  .p-suda-mv__copy2 .txt {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
  }
  .p-suda-mv__copy2 .txt span {
    opacity: 0;
    display: inline-block;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    letter-spacing: 0em;
    line-height: 1;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0.1em;
  }
  .p-suda-mv__copy2 span {
    letter-spacing: 0.05em;
  }
  .p-suda-mv__copy2 .txt + .txt {
    margin: 4.53333vw 0vw 0vw 0vw;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(1) {
    -webkit-animation: fadeInText 0.3s ease-out 0.64s forwards;
            animation: fadeInText 0.3s ease-out 0.64s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(2) {
    -webkit-animation: fadeInText 0.3s ease-out 0.68s forwards;
            animation: fadeInText 0.3s ease-out 0.68s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(3) {
    -webkit-animation: fadeInText 0.3s ease-out 0.72s forwards;
            animation: fadeInText 0.3s ease-out 0.72s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(4) {
    -webkit-animation: fadeInText 0.3s ease-out 0.76s forwards;
            animation: fadeInText 0.3s ease-out 0.76s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(5) {
    -webkit-animation: fadeInText 0.3s ease-out 0.8s forwards;
            animation: fadeInText 0.3s ease-out 0.8s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(6) {
    -webkit-animation: fadeInText 0.3s ease-out 0.84s forwards;
            animation: fadeInText 0.3s ease-out 0.84s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(7) {
    -webkit-animation: fadeInText 0.3s ease-out 0.88s forwards;
            animation: fadeInText 0.3s ease-out 0.88s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(8) {
    -webkit-animation: fadeInText 0.3s ease-out 0.92s forwards;
            animation: fadeInText 0.3s ease-out 0.92s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(9) {
    -webkit-animation: fadeInText 0.3s ease-out 0.96s forwards;
            animation: fadeInText 0.3s ease-out 0.96s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(10) {
    -webkit-animation: fadeInText 0.3s ease-out 1s forwards;
            animation: fadeInText 0.3s ease-out 1s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(11) {
    -webkit-animation: fadeInText 0.3s ease-out 1.04s forwards;
            animation: fadeInText 0.3s ease-out 1.04s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(12) {
    -webkit-animation: fadeInText 0.3s ease-out 1.08s forwards;
            animation: fadeInText 0.3s ease-out 1.08s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(13) {
    -webkit-animation: fadeInText 0.3s ease-out 1.12s forwards;
            animation: fadeInText 0.3s ease-out 1.12s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(14) {
    -webkit-animation: fadeInText 0.3s ease-out 1.16s forwards;
            animation: fadeInText 0.3s ease-out 1.16s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(15) {
    -webkit-animation: fadeInText 0.3s ease-out 1.2s forwards;
            animation: fadeInText 0.3s ease-out 1.2s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(16) {
    -webkit-animation: fadeInText 0.3s ease-out 1.24s forwards;
            animation: fadeInText 0.3s ease-out 1.24s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(17) {
    -webkit-animation: fadeInText 0.3s ease-out 1.28s forwards;
            animation: fadeInText 0.3s ease-out 1.28s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(18) {
    -webkit-animation: fadeInText 0.3s ease-out 1.32s forwards;
            animation: fadeInText 0.3s ease-out 1.32s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(19) {
    -webkit-animation: fadeInText 0.3s ease-out 1.36s forwards;
            animation: fadeInText 0.3s ease-out 1.36s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(20) {
    -webkit-animation: fadeInText 0.3s ease-out 1.4s forwards;
            animation: fadeInText 0.3s ease-out 1.4s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(21) {
    -webkit-animation: fadeInText 0.3s ease-out 1.44s forwards;
            animation: fadeInText 0.3s ease-out 1.44s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(22) {
    -webkit-animation: fadeInText 0.3s ease-out 1.48s forwards;
            animation: fadeInText 0.3s ease-out 1.48s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(23) {
    -webkit-animation: fadeInText 0.3s ease-out 1.52s forwards;
            animation: fadeInText 0.3s ease-out 1.52s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(24) {
    -webkit-animation: fadeInText 0.3s ease-out 1.56s forwards;
            animation: fadeInText 0.3s ease-out 1.56s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(25) {
    -webkit-animation: fadeInText 0.3s ease-out 1.6s forwards;
            animation: fadeInText 0.3s ease-out 1.6s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(26) {
    -webkit-animation: fadeInText 0.3s ease-out 1.64s forwards;
            animation: fadeInText 0.3s ease-out 1.64s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(27) {
    -webkit-animation: fadeInText 0.3s ease-out 1.68s forwards;
            animation: fadeInText 0.3s ease-out 1.68s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(28) {
    -webkit-animation: fadeInText 0.3s ease-out 1.72s forwards;
            animation: fadeInText 0.3s ease-out 1.72s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(29) {
    -webkit-animation: fadeInText 0.3s ease-out 1.76s forwards;
            animation: fadeInText 0.3s ease-out 1.76s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(30) {
    -webkit-animation: fadeInText 0.3s ease-out 1.8s forwards;
            animation: fadeInText 0.3s ease-out 1.8s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(31) {
    -webkit-animation: fadeInText 0.3s ease-out 1.84s forwards;
            animation: fadeInText 0.3s ease-out 1.84s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(32) {
    -webkit-animation: fadeInText 0.3s ease-out 1.88s forwards;
            animation: fadeInText 0.3s ease-out 1.88s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(33) {
    -webkit-animation: fadeInText 0.3s ease-out 1.92s forwards;
            animation: fadeInText 0.3s ease-out 1.92s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(34) {
    -webkit-animation: fadeInText 0.3s ease-out 1.96s forwards;
            animation: fadeInText 0.3s ease-out 1.96s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(35) {
    -webkit-animation: fadeInText 0.3s ease-out 2s forwards;
            animation: fadeInText 0.3s ease-out 2s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(36) {
    -webkit-animation: fadeInText 0.3s ease-out 2.04s forwards;
            animation: fadeInText 0.3s ease-out 2.04s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(37) {
    -webkit-animation: fadeInText 0.3s ease-out 2.08s forwards;
            animation: fadeInText 0.3s ease-out 2.08s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(38) {
    -webkit-animation: fadeInText 0.3s ease-out 2.12s forwards;
            animation: fadeInText 0.3s ease-out 2.12s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(39) {
    -webkit-animation: fadeInText 0.3s ease-out 2.16s forwards;
            animation: fadeInText 0.3s ease-out 2.16s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(40) {
    -webkit-animation: fadeInText 0.3s ease-out 2.2s forwards;
            animation: fadeInText 0.3s ease-out 2.2s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(41) {
    -webkit-animation: fadeInText 0.3s ease-out 2.24s forwards;
            animation: fadeInText 0.3s ease-out 2.24s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(42) {
    -webkit-animation: fadeInText 0.3s ease-out 2.28s forwards;
            animation: fadeInText 0.3s ease-out 2.28s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(43) {
    -webkit-animation: fadeInText 0.3s ease-out 2.32s forwards;
            animation: fadeInText 0.3s ease-out 2.32s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(44) {
    -webkit-animation: fadeInText 0.3s ease-out 2.36s forwards;
            animation: fadeInText 0.3s ease-out 2.36s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(45) {
    -webkit-animation: fadeInText 0.3s ease-out 2.4s forwards;
            animation: fadeInText 0.3s ease-out 2.4s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(46) {
    -webkit-animation: fadeInText 0.3s ease-out 2.44s forwards;
            animation: fadeInText 0.3s ease-out 2.44s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(47) {
    -webkit-animation: fadeInText 0.3s ease-out 2.48s forwards;
            animation: fadeInText 0.3s ease-out 2.48s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(48) {
    -webkit-animation: fadeInText 0.3s ease-out 2.52s forwards;
            animation: fadeInText 0.3s ease-out 2.52s forwards;
  }
  .p-suda-mv__copy2.act .txt:first-of-type span:nth-child(49) {
    -webkit-animation: fadeInText 0.3s ease-out 2.56s forwards;
            animation: fadeInText 0.3s ease-out 2.56s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(1) {
    -webkit-animation: fadeInText 0.3s ease-out 0.84s forwards;
            animation: fadeInText 0.3s ease-out 0.84s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(2) {
    -webkit-animation: fadeInText 0.3s ease-out 0.88s forwards;
            animation: fadeInText 0.3s ease-out 0.88s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(3) {
    -webkit-animation: fadeInText 0.3s ease-out 0.92s forwards;
            animation: fadeInText 0.3s ease-out 0.92s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(4) {
    -webkit-animation: fadeInText 0.3s ease-out 0.96s forwards;
            animation: fadeInText 0.3s ease-out 0.96s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(5) {
    -webkit-animation: fadeInText 0.3s ease-out 1s forwards;
            animation: fadeInText 0.3s ease-out 1s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(6) {
    -webkit-animation: fadeInText 0.3s ease-out 1.04s forwards;
            animation: fadeInText 0.3s ease-out 1.04s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(7) {
    -webkit-animation: fadeInText 0.3s ease-out 1.08s forwards;
            animation: fadeInText 0.3s ease-out 1.08s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(8) {
    -webkit-animation: fadeInText 0.3s ease-out 1.12s forwards;
            animation: fadeInText 0.3s ease-out 1.12s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(9) {
    -webkit-animation: fadeInText 0.3s ease-out 1.16s forwards;
            animation: fadeInText 0.3s ease-out 1.16s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(10) {
    -webkit-animation: fadeInText 0.3s ease-out 1.2s forwards;
            animation: fadeInText 0.3s ease-out 1.2s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(11) {
    -webkit-animation: fadeInText 0.3s ease-out 1.24s forwards;
            animation: fadeInText 0.3s ease-out 1.24s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(12) {
    -webkit-animation: fadeInText 0.3s ease-out 1.28s forwards;
            animation: fadeInText 0.3s ease-out 1.28s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(13) {
    -webkit-animation: fadeInText 0.3s ease-out 1.32s forwards;
            animation: fadeInText 0.3s ease-out 1.32s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(14) {
    -webkit-animation: fadeInText 0.3s ease-out 1.36s forwards;
            animation: fadeInText 0.3s ease-out 1.36s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(15) {
    -webkit-animation: fadeInText 0.3s ease-out 1.4s forwards;
            animation: fadeInText 0.3s ease-out 1.4s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(16) {
    -webkit-animation: fadeInText 0.3s ease-out 1.44s forwards;
            animation: fadeInText 0.3s ease-out 1.44s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(17) {
    -webkit-animation: fadeInText 0.3s ease-out 1.48s forwards;
            animation: fadeInText 0.3s ease-out 1.48s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(18) {
    -webkit-animation: fadeInText 0.3s ease-out 1.52s forwards;
            animation: fadeInText 0.3s ease-out 1.52s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(19) {
    -webkit-animation: fadeInText 0.3s ease-out 1.56s forwards;
            animation: fadeInText 0.3s ease-out 1.56s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(20) {
    -webkit-animation: fadeInText 0.3s ease-out 1.6s forwards;
            animation: fadeInText 0.3s ease-out 1.6s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(21) {
    -webkit-animation: fadeInText 0.3s ease-out 1.64s forwards;
            animation: fadeInText 0.3s ease-out 1.64s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(22) {
    -webkit-animation: fadeInText 0.3s ease-out 1.68s forwards;
            animation: fadeInText 0.3s ease-out 1.68s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(23) {
    -webkit-animation: fadeInText 0.3s ease-out 1.72s forwards;
            animation: fadeInText 0.3s ease-out 1.72s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(24) {
    -webkit-animation: fadeInText 0.3s ease-out 1.76s forwards;
            animation: fadeInText 0.3s ease-out 1.76s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(25) {
    -webkit-animation: fadeInText 0.3s ease-out 1.8s forwards;
            animation: fadeInText 0.3s ease-out 1.8s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(26) {
    -webkit-animation: fadeInText 0.3s ease-out 1.84s forwards;
            animation: fadeInText 0.3s ease-out 1.84s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(27) {
    -webkit-animation: fadeInText 0.3s ease-out 1.88s forwards;
            animation: fadeInText 0.3s ease-out 1.88s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(28) {
    -webkit-animation: fadeInText 0.3s ease-out 1.92s forwards;
            animation: fadeInText 0.3s ease-out 1.92s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(29) {
    -webkit-animation: fadeInText 0.3s ease-out 1.96s forwards;
            animation: fadeInText 0.3s ease-out 1.96s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(30) {
    -webkit-animation: fadeInText 0.3s ease-out 2s forwards;
            animation: fadeInText 0.3s ease-out 2s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(31) {
    -webkit-animation: fadeInText 0.3s ease-out 2.04s forwards;
            animation: fadeInText 0.3s ease-out 2.04s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(32) {
    -webkit-animation: fadeInText 0.3s ease-out 2.08s forwards;
            animation: fadeInText 0.3s ease-out 2.08s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(33) {
    -webkit-animation: fadeInText 0.3s ease-out 2.12s forwards;
            animation: fadeInText 0.3s ease-out 2.12s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(34) {
    -webkit-animation: fadeInText 0.3s ease-out 2.16s forwards;
            animation: fadeInText 0.3s ease-out 2.16s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(35) {
    -webkit-animation: fadeInText 0.3s ease-out 2.2s forwards;
            animation: fadeInText 0.3s ease-out 2.2s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(36) {
    -webkit-animation: fadeInText 0.3s ease-out 2.24s forwards;
            animation: fadeInText 0.3s ease-out 2.24s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(37) {
    -webkit-animation: fadeInText 0.3s ease-out 2.28s forwards;
            animation: fadeInText 0.3s ease-out 2.28s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(38) {
    -webkit-animation: fadeInText 0.3s ease-out 2.32s forwards;
            animation: fadeInText 0.3s ease-out 2.32s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(39) {
    -webkit-animation: fadeInText 0.3s ease-out 2.36s forwards;
            animation: fadeInText 0.3s ease-out 2.36s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(40) {
    -webkit-animation: fadeInText 0.3s ease-out 2.4s forwards;
            animation: fadeInText 0.3s ease-out 2.4s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(41) {
    -webkit-animation: fadeInText 0.3s ease-out 2.44s forwards;
            animation: fadeInText 0.3s ease-out 2.44s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(42) {
    -webkit-animation: fadeInText 0.3s ease-out 2.48s forwards;
            animation: fadeInText 0.3s ease-out 2.48s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(43) {
    -webkit-animation: fadeInText 0.3s ease-out 2.52s forwards;
            animation: fadeInText 0.3s ease-out 2.52s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(44) {
    -webkit-animation: fadeInText 0.3s ease-out 2.56s forwards;
            animation: fadeInText 0.3s ease-out 2.56s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(45) {
    -webkit-animation: fadeInText 0.3s ease-out 2.6s forwards;
            animation: fadeInText 0.3s ease-out 2.6s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(46) {
    -webkit-animation: fadeInText 0.3s ease-out 2.64s forwards;
            animation: fadeInText 0.3s ease-out 2.64s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(47) {
    -webkit-animation: fadeInText 0.3s ease-out 2.68s forwards;
            animation: fadeInText 0.3s ease-out 2.68s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(48) {
    -webkit-animation: fadeInText 0.3s ease-out 2.72s forwards;
            animation: fadeInText 0.3s ease-out 2.72s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(49) {
    -webkit-animation: fadeInText 0.3s ease-out 2.76s forwards;
            animation: fadeInText 0.3s ease-out 2.76s forwards;
  }
  .p-suda-mv__copy2.act .txt:last-of-type span:nth-child(50) {
    -webkit-animation: fadeInText 0.3s ease-out 2.8s forwards;
            animation: fadeInText 0.3s ease-out 2.8s forwards;
  }
  .p-suda-mv__photo {
    margin: 8.53333vw 0vw 0vw 0vw;
    border-radius: 13.33333vw 13.33333vw 13.33333vw 13.33333vw;
    display: block;
    width: 100%;
    height: 122.66667vw;
  }
  .p-suda-mv__photo .imagemv {
    top: -5%;
  }
  .p-suda-mv-linkbox {
    position: absolute;
    width: 26.66667vw;
    height: 26.66667vw;
    right: 9.33333vw;
    bottom: -5.33333vw;
  }
  .p-suda-mv__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 26.66667vw;
    height: 26.66667vw;
  }
  .p-suda-mv__link .ico {
    width: 6.22133vw;
    height: 5.13333vw;
  }
  .p-suda-mv__link .txt {
    margin: 2.13333vw 0vw 0vw 0vw;
    position: relative;
    left: 0.53333vw;
    font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }
  .p-suda-mv-linkbox2 {
    position: absolute;
    width: 26.66667vw;
    height: 26.66667vw;
    right: 9.33333vw;
    bottom: -5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p-suda-mv-linkbox2 .ico {
    width: 6.22133vw;
    height: 5.13333vw;
  }
  .p-suda-mv-linkbox2 .txt {
    margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0.8vw 0vw;
    position: relative;
    left: 0.53333vw;
    font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px), print {
  .p-suda-mv {
    padding: 57px 90px;
  }
  .p-suda-mv__inner {
    max-width: 1260px;
    margin: 0 auto;
  }
  .p-suda-mv-titbox {
    position: relative;
  }
  .p-suda-mv__photo {
    width: 100%;
    height: 610px;
    border-radius: 50px;
  }
  .p-suda-mv__copy {
    position: relative;
    display: block;
    top: 0;
    left: -9px;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .p-suda-mv__copy span {
    opacity: 0;
    display: inline-block;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    letter-spacing: 0.3em;
  }
  .p-suda-mv__copy span {
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .p-suda-mv__copy span:nth-child(1) {
    -webkit-animation: fadeInText 0.3s ease-out 0.04s forwards;
            animation: fadeInText 0.3s ease-out 0.04s forwards;
  }
  .p-suda-mv__copy span:nth-child(2) {
    -webkit-animation: fadeInText 0.3s ease-out 0.08s forwards;
            animation: fadeInText 0.3s ease-out 0.08s forwards;
  }
  .p-suda-mv__copy span:nth-child(3) {
    -webkit-animation: fadeInText 0.3s ease-out 0.12s forwards;
            animation: fadeInText 0.3s ease-out 0.12s forwards;
  }
  .p-suda-mv__copy span:nth-child(4) {
    -webkit-animation: fadeInText 0.3s ease-out 0.16s forwards;
            animation: fadeInText 0.3s ease-out 0.16s forwards;
  }
  .p-suda-mv__copy span:nth-child(5) {
    -webkit-animation: fadeInText 0.3s ease-out 0.2s forwards;
            animation: fadeInText 0.3s ease-out 0.2s forwards;
  }
  .p-suda-mv__copy span:nth-child(6) {
    -webkit-animation: fadeInText 0.3s ease-out 0.24s forwards;
            animation: fadeInText 0.3s ease-out 0.24s forwards;
  }
  .p-suda-mv__copy span:nth-child(7) {
    -webkit-animation: fadeInText 0.3s ease-out 0.28s forwards;
            animation: fadeInText 0.3s ease-out 0.28s forwards;
  }
  .p-suda-mv__copy span:nth-child(8) {
    -webkit-animation: fadeInText 0.3s ease-out 0.32s forwards;
            animation: fadeInText 0.3s ease-out 0.32s forwards;
  }
  .p-suda-mv__copy span:nth-child(9) {
    -webkit-animation: fadeInText 0.3s ease-out 0.36s forwards;
            animation: fadeInText 0.3s ease-out 0.36s forwards;
  }
  .p-suda-mv__copy span:nth-child(10) {
    -webkit-animation: fadeInText 0.3s ease-out 0.4s forwards;
            animation: fadeInText 0.3s ease-out 0.4s forwards;
  }
  .p-suda-mv__copy span:nth-child(11) {
    -webkit-animation: fadeInText 0.3s ease-out 0.44s forwards;
            animation: fadeInText 0.3s ease-out 0.44s forwards;
  }
  .p-suda-mv__copy span:nth-child(12) {
    -webkit-animation: fadeInText 0.3s ease-out 0.48s forwards;
            animation: fadeInText 0.3s ease-out 0.48s forwards;
  }
  .p-suda-mv__copy span:nth-child(13) {
    -webkit-animation: fadeInText 0.3s ease-out 0.52s forwards;
            animation: fadeInText 0.3s ease-out 0.52s forwards;
  }
  .p-suda-mv__copy span:nth-child(14) {
    -webkit-animation: fadeInText 0.3s ease-out 0.56s forwards;
            animation: fadeInText 0.3s ease-out 0.56s forwards;
  }
  .p-suda-mv__copy span:nth-child(15) {
    -webkit-animation: fadeInText 0.3s ease-out 0.6s forwards;
            animation: fadeInText 0.3s ease-out 0.6s forwards;
  }
  .p-suda-mv__copy span:nth-child(16) {
    -webkit-animation: fadeInText 0.3s ease-out 0.64s forwards;
            animation: fadeInText 0.3s ease-out 0.64s forwards;
  }
  .p-suda-mv__copy span:nth-child(17) {
    -webkit-animation: fadeInText 0.3s ease-out 0.68s forwards;
            animation: fadeInText 0.3s ease-out 0.68s forwards;
  }
  .p-suda-mv__copy span:nth-child(18) {
    -webkit-animation: fadeInText 0.3s ease-out 0.72s forwards;
            animation: fadeInText 0.3s ease-out 0.72s forwards;
  }
  .p-suda-mv__copy span:nth-child(19) {
    -webkit-animation: fadeInText 0.3s ease-out 0.76s forwards;
            animation: fadeInText 0.3s ease-out 0.76s forwards;
  }
  .p-suda-mv__copy span:nth-child(20) {
    -webkit-animation: fadeInText 0.3s ease-out 0.8s forwards;
            animation: fadeInText 0.3s ease-out 0.8s forwards;
  }
  .p-suda-mv__copy span:nth-child(21) {
    -webkit-animation: fadeInText 0.3s ease-out 0.84s forwards;
            animation: fadeInText 0.3s ease-out 0.84s forwards;
  }
  .p-suda-mv__copy span:nth-child(22) {
    -webkit-animation: fadeInText 0.3s ease-out 0.88s forwards;
            animation: fadeInText 0.3s ease-out 0.88s forwards;
  }
  .p-suda-mv__copy span:nth-child(23) {
    -webkit-animation: fadeInText 0.3s ease-out 0.92s forwards;
            animation: fadeInText 0.3s ease-out 0.92s forwards;
  }
  .p-suda-mv__copy span:nth-child(24) {
    -webkit-animation: fadeInText 0.3s ease-out 0.96s forwards;
            animation: fadeInText 0.3s ease-out 0.96s forwards;
  }
  .p-suda-mv__copy span:nth-child(25) {
    -webkit-animation: fadeInText 0.3s ease-out 1s forwards;
            animation: fadeInText 0.3s ease-out 1s forwards;
  }
  .p-suda-mv__copy span:nth-child(26) {
    -webkit-animation: fadeInText 0.3s ease-out 1.04s forwards;
            animation: fadeInText 0.3s ease-out 1.04s forwards;
  }
  .p-suda-mv__copy span:nth-child(27) {
    -webkit-animation: fadeInText 0.3s ease-out 1.08s forwards;
            animation: fadeInText 0.3s ease-out 1.08s forwards;
  }
  .p-suda-mv__copy span:nth-child(28) {
    -webkit-animation: fadeInText 0.3s ease-out 1.12s forwards;
            animation: fadeInText 0.3s ease-out 1.12s forwards;
  }
  .p-suda-mv__copy span:nth-child(29) {
    -webkit-animation: fadeInText 0.3s ease-out 1.16s forwards;
            animation: fadeInText 0.3s ease-out 1.16s forwards;
  }
  .p-suda-mv__copy span:nth-child(30) {
    -webkit-animation: fadeInText 0.3s ease-out 1.2s forwards;
            animation: fadeInText 0.3s ease-out 1.2s forwards;
  }
  .p-suda-mv__copy span:nth-child(31) {
    -webkit-animation: fadeInText 0.3s ease-out 1.24s forwards;
            animation: fadeInText 0.3s ease-out 1.24s forwards;
  }
  .p-suda-mv__copy span:nth-child(32) {
    -webkit-animation: fadeInText 0.3s ease-out 1.28s forwards;
            animation: fadeInText 0.3s ease-out 1.28s forwards;
  }
  .p-suda-mv__copy span:nth-child(33) {
    -webkit-animation: fadeInText 0.3s ease-out 1.32s forwards;
            animation: fadeInText 0.3s ease-out 1.32s forwards;
  }
  .p-suda-mv__copy span:nth-child(34) {
    -webkit-animation: fadeInText 0.3s ease-out 1.36s forwards;
            animation: fadeInText 0.3s ease-out 1.36s forwards;
  }
  .p-suda-mv__copy span:nth-child(35) {
    -webkit-animation: fadeInText 0.3s ease-out 1.4s forwards;
            animation: fadeInText 0.3s ease-out 1.4s forwards;
  }
  .p-suda-mv__copy span:nth-child(36) {
    -webkit-animation: fadeInText 0.3s ease-out 1.44s forwards;
            animation: fadeInText 0.3s ease-out 1.44s forwards;
  }
  .p-suda-mv__copy span:nth-child(37) {
    -webkit-animation: fadeInText 0.3s ease-out 1.48s forwards;
            animation: fadeInText 0.3s ease-out 1.48s forwards;
  }
  .p-suda-mv__copy span:nth-child(38) {
    -webkit-animation: fadeInText 0.3s ease-out 1.52s forwards;
            animation: fadeInText 0.3s ease-out 1.52s forwards;
  }
  .p-suda-mv__copy span:nth-child(39) {
    -webkit-animation: fadeInText 0.3s ease-out 1.56s forwards;
            animation: fadeInText 0.3s ease-out 1.56s forwards;
  }
  .p-suda-mv__copy span:nth-child(40) {
    -webkit-animation: fadeInText 0.3s ease-out 1.6s forwards;
            animation: fadeInText 0.3s ease-out 1.6s forwards;
  }
  .p-suda-mv__copy span:nth-child(41) {
    -webkit-animation: fadeInText 0.3s ease-out 1.64s forwards;
            animation: fadeInText 0.3s ease-out 1.64s forwards;
  }
  .p-suda-mv__copy span:nth-child(42) {
    -webkit-animation: fadeInText 0.3s ease-out 1.68s forwards;
            animation: fadeInText 0.3s ease-out 1.68s forwards;
  }
  .p-suda-mv__copy span:nth-child(43) {
    -webkit-animation: fadeInText 0.3s ease-out 1.72s forwards;
            animation: fadeInText 0.3s ease-out 1.72s forwards;
  }
  .p-suda-mv__copy span:nth-child(44) {
    -webkit-animation: fadeInText 0.3s ease-out 1.76s forwards;
            animation: fadeInText 0.3s ease-out 1.76s forwards;
  }
  .p-suda-mv__copy span:nth-child(45) {
    -webkit-animation: fadeInText 0.3s ease-out 1.8s forwards;
            animation: fadeInText 0.3s ease-out 1.8s forwards;
  }
  .p-suda-mv__copy span:nth-child(46) {
    -webkit-animation: fadeInText 0.3s ease-out 1.84s forwards;
            animation: fadeInText 0.3s ease-out 1.84s forwards;
  }
  .p-suda-mv__copy span:nth-child(47) {
    -webkit-animation: fadeInText 0.3s ease-out 1.88s forwards;
            animation: fadeInText 0.3s ease-out 1.88s forwards;
  }
  .p-suda-mv__copy span:nth-child(48) {
    -webkit-animation: fadeInText 0.3s ease-out 1.92s forwards;
            animation: fadeInText 0.3s ease-out 1.92s forwards;
  }
  .p-suda-mv__copy span:nth-child(49) {
    -webkit-animation: fadeInText 0.3s ease-out 1.96s forwards;
            animation: fadeInText 0.3s ease-out 1.96s forwards;
  }
  .p-suda-mv__copy2 {
    margin: 35px 0 45px;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1;
  }
  .p-suda-mv__copy2 span {
    opacity: 0;
    display: inline-block;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    letter-spacing: 0.3em;
  }
  .p-suda-mv__copy2 span {
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-suda-mv__copy2 span:nth-child(1) {
    -webkit-animation: fadeInText 0.3s ease-out 0.03s forwards;
            animation: fadeInText 0.3s ease-out 0.03s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(2) {
    -webkit-animation: fadeInText 0.3s ease-out 0.06s forwards;
            animation: fadeInText 0.3s ease-out 0.06s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(3) {
    -webkit-animation: fadeInText 0.3s ease-out 0.09s forwards;
            animation: fadeInText 0.3s ease-out 0.09s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(4) {
    -webkit-animation: fadeInText 0.3s ease-out 0.12s forwards;
            animation: fadeInText 0.3s ease-out 0.12s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(5) {
    -webkit-animation: fadeInText 0.3s ease-out 0.15s forwards;
            animation: fadeInText 0.3s ease-out 0.15s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(6) {
    -webkit-animation: fadeInText 0.3s ease-out 0.18s forwards;
            animation: fadeInText 0.3s ease-out 0.18s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(7) {
    -webkit-animation: fadeInText 0.3s ease-out 0.21s forwards;
            animation: fadeInText 0.3s ease-out 0.21s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(8) {
    -webkit-animation: fadeInText 0.3s ease-out 0.24s forwards;
            animation: fadeInText 0.3s ease-out 0.24s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(9) {
    -webkit-animation: fadeInText 0.3s ease-out 0.27s forwards;
            animation: fadeInText 0.3s ease-out 0.27s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(10) {
    -webkit-animation: fadeInText 0.3s ease-out 0.3s forwards;
            animation: fadeInText 0.3s ease-out 0.3s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(11) {
    -webkit-animation: fadeInText 0.3s ease-out 0.33s forwards;
            animation: fadeInText 0.3s ease-out 0.33s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(12) {
    -webkit-animation: fadeInText 0.3s ease-out 0.36s forwards;
            animation: fadeInText 0.3s ease-out 0.36s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(13) {
    -webkit-animation: fadeInText 0.3s ease-out 0.39s forwards;
            animation: fadeInText 0.3s ease-out 0.39s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(14) {
    -webkit-animation: fadeInText 0.3s ease-out 0.42s forwards;
            animation: fadeInText 0.3s ease-out 0.42s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(15) {
    -webkit-animation: fadeInText 0.3s ease-out 0.45s forwards;
            animation: fadeInText 0.3s ease-out 0.45s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(16) {
    -webkit-animation: fadeInText 0.3s ease-out 0.48s forwards;
            animation: fadeInText 0.3s ease-out 0.48s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(17) {
    -webkit-animation: fadeInText 0.3s ease-out 0.51s forwards;
            animation: fadeInText 0.3s ease-out 0.51s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(18) {
    -webkit-animation: fadeInText 0.3s ease-out 0.54s forwards;
            animation: fadeInText 0.3s ease-out 0.54s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(19) {
    -webkit-animation: fadeInText 0.3s ease-out 0.57s forwards;
            animation: fadeInText 0.3s ease-out 0.57s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(20) {
    -webkit-animation: fadeInText 0.3s ease-out 0.6s forwards;
            animation: fadeInText 0.3s ease-out 0.6s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(21) {
    -webkit-animation: fadeInText 0.3s ease-out 0.63s forwards;
            animation: fadeInText 0.3s ease-out 0.63s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(22) {
    -webkit-animation: fadeInText 0.3s ease-out 0.66s forwards;
            animation: fadeInText 0.3s ease-out 0.66s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(23) {
    -webkit-animation: fadeInText 0.3s ease-out 0.69s forwards;
            animation: fadeInText 0.3s ease-out 0.69s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(24) {
    -webkit-animation: fadeInText 0.3s ease-out 0.72s forwards;
            animation: fadeInText 0.3s ease-out 0.72s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(25) {
    -webkit-animation: fadeInText 0.3s ease-out 0.75s forwards;
            animation: fadeInText 0.3s ease-out 0.75s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(26) {
    -webkit-animation: fadeInText 0.3s ease-out 0.78s forwards;
            animation: fadeInText 0.3s ease-out 0.78s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(27) {
    -webkit-animation: fadeInText 0.3s ease-out 0.81s forwards;
            animation: fadeInText 0.3s ease-out 0.81s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(28) {
    -webkit-animation: fadeInText 0.3s ease-out 0.84s forwards;
            animation: fadeInText 0.3s ease-out 0.84s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(29) {
    -webkit-animation: fadeInText 0.3s ease-out 0.87s forwards;
            animation: fadeInText 0.3s ease-out 0.87s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(30) {
    -webkit-animation: fadeInText 0.3s ease-out 0.9s forwards;
            animation: fadeInText 0.3s ease-out 0.9s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(31) {
    -webkit-animation: fadeInText 0.3s ease-out 0.93s forwards;
            animation: fadeInText 0.3s ease-out 0.93s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(32) {
    -webkit-animation: fadeInText 0.3s ease-out 0.96s forwards;
            animation: fadeInText 0.3s ease-out 0.96s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(33) {
    -webkit-animation: fadeInText 0.3s ease-out 0.99s forwards;
            animation: fadeInText 0.3s ease-out 0.99s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(34) {
    -webkit-animation: fadeInText 0.3s ease-out 1.02s forwards;
            animation: fadeInText 0.3s ease-out 1.02s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(35) {
    -webkit-animation: fadeInText 0.3s ease-out 1.05s forwards;
            animation: fadeInText 0.3s ease-out 1.05s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(36) {
    -webkit-animation: fadeInText 0.3s ease-out 1.08s forwards;
            animation: fadeInText 0.3s ease-out 1.08s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(37) {
    -webkit-animation: fadeInText 0.3s ease-out 1.11s forwards;
            animation: fadeInText 0.3s ease-out 1.11s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(38) {
    -webkit-animation: fadeInText 0.3s ease-out 1.14s forwards;
            animation: fadeInText 0.3s ease-out 1.14s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(39) {
    -webkit-animation: fadeInText 0.3s ease-out 1.17s forwards;
            animation: fadeInText 0.3s ease-out 1.17s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(40) {
    -webkit-animation: fadeInText 0.3s ease-out 1.2s forwards;
            animation: fadeInText 0.3s ease-out 1.2s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(41) {
    -webkit-animation: fadeInText 0.3s ease-out 1.23s forwards;
            animation: fadeInText 0.3s ease-out 1.23s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(42) {
    -webkit-animation: fadeInText 0.3s ease-out 1.26s forwards;
            animation: fadeInText 0.3s ease-out 1.26s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(43) {
    -webkit-animation: fadeInText 0.3s ease-out 1.29s forwards;
            animation: fadeInText 0.3s ease-out 1.29s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(44) {
    -webkit-animation: fadeInText 0.3s ease-out 1.32s forwards;
            animation: fadeInText 0.3s ease-out 1.32s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(45) {
    -webkit-animation: fadeInText 0.3s ease-out 1.35s forwards;
            animation: fadeInText 0.3s ease-out 1.35s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(46) {
    -webkit-animation: fadeInText 0.3s ease-out 1.38s forwards;
            animation: fadeInText 0.3s ease-out 1.38s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(47) {
    -webkit-animation: fadeInText 0.3s ease-out 1.41s forwards;
            animation: fadeInText 0.3s ease-out 1.41s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(48) {
    -webkit-animation: fadeInText 0.3s ease-out 1.44s forwards;
            animation: fadeInText 0.3s ease-out 1.44s forwards;
  }
  .p-suda-mv__copy2 span:nth-child(49) {
    -webkit-animation: fadeInText 0.3s ease-out 1.47s forwards;
            animation: fadeInText 0.3s ease-out 1.47s forwards;
  }
  .p-suda-mv-linkbox {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 26px;
    width: 256px;
    height: 109px;
    top: 42px;
    right: 0;
  }
  .p-suda-mv-linkbox:hover .p-suda-mv__link {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .p-suda-mv-linkbox:hover .p-suda-mv__link .ico {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-suda-mv-linkbox:hover .p-suda-mv__linktxt:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .p-suda-mv-linkbox:hover .p-suda-mv__linktxt:before {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .p-suda-mv__linktxt {
    width: 119px;
    padding: 5px 0 8px;
    position: relative;
    top: 3px;
    left: 5px;
  }
  .p-suda-mv__linktxt .txt {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .p-suda-mv__linktxt:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-suda-mv__linktxt:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .p-suda-mv__linktxt .txtbox {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 14px;
    line-height: 1;
    gap: 0;
  }
  .p-suda-mv__linktxt .txt,
  .p-suda-mv__linktxt .txt2 {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  .p-suda-mv__linktxt .txt span,
  .p-suda-mv__linktxt .txt2 span {
    font-size: 13px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    line-height: 1;
  }
  .p-suda-mv__link {
    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;
    text-align: center;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    /*
      &:hover{
        transform:scale(0.9);
        .ico{
          transform:scale(1.1);
        }
      }
      */
  }
  .p-suda-mv__link .ico {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .p-suda-mv__link.link .ico {
    display: block;
  }
  .p-suda-mv__link.link:hover {
    background: #fff;
  }
  .p-suda-mv-linkbox2 {
    position: absolute;
    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;
    text-align: center;
    gap: 16px;
    width: 354px;
    height: 61px;
    top: 85px;
    right: 0;
    border-radius: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-suda-mv-linkbox2 .txt {
    font-size: 16px;
    letter-spacing: 0.15em;
    padding: 0 0 2px 12px;
  }
  .p-suda-mv-linkbox2 .ico {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    fill: #DAE9F4;
    stroke: #555555;
  }
  .p-suda-mv-linkbox2:hover {
    background: #EEEEEE;
  }
  .p-suda-mv-linkbox2:hover .ico {
    fill: #555555;
    stroke: #fff;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suda-mv__photo {
    width: 100%;
    height: 550px;
    border-radius: 50px;
  }
  .p-suda-mv-linkbox2 {
    gap: 16px;
    width: 320px;
    height: 61px;
  }
}

@media (min-width: 769px) and (max-width: 1260px) {
  .p-suda-mv {
    padding: 57px 40px;
  }
  .p-suda-mv__inner {
    max-width: 1260px;
    margin: 0 auto;
  }
  .p-suda-mv__photo {
    width: 100%;
    height: 530px;
    border-radius: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1160px) {
  .p-suda-mv__copy {
    font-size: 64px;
    left: -6px;
  }
  .p-suda-mv__copy2 {
    font-size: 16px;
  }
  .p-suda-mv__photo {
    width: 100%;
    height: 500px;
    border-radius: 50px;
  }
  .p-suda-mv-linkbox {
    top: 14px;
  }
  .p-suda-mv-linkbox2 {
    gap: 10px;
    width: 280px;
    height: 61px;
    top: 70px;
    right: 0;
    border-radius: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-suda-mv-linkbox2 .txt {
    font-size: 14px;
    letter-spacing: 0.15em;
    padding: 0 0 2px 12px;
  }
  .p-suda-mv-linkbox2 .ico {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    fill: #DAE9F4;
    stroke: #555555;
  }
  .p-suda-mv-linkbox2:hover {
    background: #EEEEEE;
  }
  .p-suda-mv-linkbox2:hover .ico {
    fill: #555555;
    stroke: #fff;
  }
}

.u-suda-link .ico {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #555555;
}

.u-suda-link .ico.type1 {
  fill: #DBDAD8;
  stroke: #555555;
}

.u-suda-link .ico.type2 {
  fill: #FFFCF8;
  stroke: #555555;
}

.u-suda-link .txtbox {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 768px) {
  .u-suda-link {
    width: 46.66667vw;
    margin: 5.33333vw 0vw 0vw 0vw;
    padding: 0vw 1.33333vw 1.33333vw 1.33333vw;
    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;
    border-bottom: solid 1px rgba(85, 85, 85, 0.7);
  }
  .u-suda-link .txt {
    font-size: 12.6px;
    font-size: 3.36vw;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px), print {
  .u-suda-link {
    position: relative;
    padding: 0 5px 5px;
    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;
    width: 165px;
  }
  .u-suda-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .u-suda-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .u-suda-link .ico {
    width: 31px;
    height: 31px;
    display: block;
    fill: #555;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .u-suda-link:hover svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-suda-link:hover .ico.type1 {
    fill: #555555;
    stroke: #fff;
  }
  .u-suda-link:hover .ico.type2 {
    fill: #555555;
    stroke: #fff;
  }
  .u-suda-link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .u-suda-link:hover:before {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .u-suda-link:hover .txtbox {
    opacity: 0.8;
    /*
          .txt{
            animation: fadeInText2 0.3s ease-out 0.04 * $i + s forwards;
          }
          .txt2{
            animation: fadeInText2 0.3s ease-out 0.04 * $i + s forwards;
          }
          */
  }
  .u-suda-link .txtbox {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1em;
  }
  .u-suda-link .txt,
  .u-suda-link .txt2 {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .u-suda-link .txt span,
  .u-suda-link .txt2 span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .u-suda-link .txt.pt14 span,
  .u-suda-link .txt2.pt14 span {
    font-size: 14px;
  }
}

.u-suda-link02 {
  border-radius: 20px;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.u-suda-link02.col2 {
  background: #DD8974;
}

.u-suda-link02.col2 .txt {
  color: #fff;
}

.u-suda-link02.col2 .ico {
  stroke: #fff;
}

.u-suda-link02.col2 .ico2 {
  stroke: #fff;
}

.u-suda-link02 .txt {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.17em;
}

.u-suda-link02 .txtbox {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 768px) {
  .u-suda-link02 {
    margin: 13.33333vw auto 0vw;
    border-radius: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
    gap: 4vw;
  }
  .u-suda-link02 .txt {
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: center;
  }
  .u-suda-link02.col2 {
    width: 65.6vw;
    height: 20.53333vw;
  }
  .u-suda-link02.col2.type2 {
    width: 78.66667vw;
    height: 16.8vw;
  }
  .u-suda-link02.col2.type2 .txt {
    padding: 0vw 1.33333vw 0vw 3.46667vw;
  }
  .u-suda-link02.col2 .txt {
    padding: 0vw 0vw 0vw 5.33333vw;
  }
  .u-suda-link02.col2 .ico {
    width: 7.73333vw;
    height: 7.73333vw;
  }
  .u-suda-link02.col2 .ico2 {
    width: 8vw;
    height: 6.66667vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-suda-link02 {
    width: 354px;
    height: 61px;
    margin: 100px auto 0;
    gap: 15px;
  }
  .u-suda-link02 .txt {
    font-size: 16px;
    padding: 0 0 2px 15px;
  }
  .u-suda-link02.col2.type2 {
    width: 295px;
  }
  .u-suda-link02.col2.type2 .txt {
    padding: 0 5px 2px 12px;
  }
  .u-suda-link02.col2:hover {
    background: #FFFCF8;
  }
  .u-suda-link02.col2:hover .txt {
    color: #DD8974;
  }
  .u-suda-link02.col2:hover .ico {
    stroke: #DD8974;
  }
  .u-suda-link02.col2:hover .ico2 {
    stroke: #DD8974;
  }
}

.u-suda-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DAE9F4;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  -webkit-transition: 0.3s cubic-bezier(0.01, 0.53, 0.35, 1.02) 0.2s;
  transition: 0.3s cubic-bezier(0.01, 0.53, 0.35, 1.02) 0.2s;
  opacity: 0.5;
}

.u-suda-tit.act {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.u-suda-tit.col2 {
  background: #555555;
  text-align: center;
}

.u-suda-tit.col2 .txt {
  color: #DAE9F4;
  line-height: 1.7;
}

.u-suda-tit.col3 {
  background: #DBDAD8;
}

.u-suda-tit .txt {
  position: relative;
  z-index: 2;
  font-family: 'YakuHanJPs',"Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.07em;
  opacity: 0;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}

.u-suda-tit .txt span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.u-suda-tit.act .txt {
  opacity: 1;
}

.u-suda-tit.act .min span:nth-child(1) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.07s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.07s forwards;
}

.u-suda-tit.act .min span:nth-child(2) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.14s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.14s forwards;
}

.u-suda-tit.act .min span:nth-child(3) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.21s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.21s forwards;
}

.u-suda-tit.act .min span:nth-child(4) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.28s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.28s forwards;
}

.u-suda-tit.act .min span:nth-child(5) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.35s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.35s forwards;
}

.u-suda-tit.act .min span:nth-child(6) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.42s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.42s forwards;
}

.u-suda-tit.act .min span:nth-child(7) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.49s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.49s forwards;
}

.u-suda-tit.act .min span:nth-child(8) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.56s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.56s forwards;
}

.u-suda-tit.act .min span:nth-child(9) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.63s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.63s forwards;
}

.u-suda-tit.act .min span:nth-child(10) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.7s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.7s forwards;
}

.u-suda-tit.act .min span:nth-child(11) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.77s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.77s forwards;
}

.u-suda-tit.act .min span:nth-child(12) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.84s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.84s forwards;
}

.u-suda-tit.act .min span:nth-child(13) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.91s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.91s forwards;
}

.u-suda-tit.act .min span:nth-child(14) {
  -webkit-animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.98s forwards;
          animation: fadeInText 1.2s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.98s forwards;
}

@media all and (max-width: 768px) {
  .u-suda-tit {
    margin: 0vw auto 0vw;
    width: 29.33333vw;
    height: 29.33333vw;
  }
  .u-suda-tit .txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .u-suda-tit.col3 .txt {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

@media screen and (min-width: 769px), print {
  .u-suda-tit {
    width: 148px;
    height: 148px;
  }
  .u-suda-tit .txt {
    font-size: 16px;
  }
  .u-suda-tit.col3 .txt {
    font-size: 20px;
  }
}

.p-suda01 {
  position: relative;
}

.p-suda01__tit {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-suda01__tit span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  letter-spacing: 0.08em;
}

.p-suda01__tit.act span:nth-child(1) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.03s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.03s forwards;
}

.p-suda01__tit.act span:nth-child(2) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.06s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.06s forwards;
}

.p-suda01__tit.act span:nth-child(3) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.09s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.09s forwards;
}

.p-suda01__tit.act span:nth-child(4) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.12s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.12s forwards;
}

.p-suda01__tit.act span:nth-child(5) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.15s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.15s forwards;
}

.p-suda01__tit.act span:nth-child(6) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.18s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.18s forwards;
}

.p-suda01__tit.act span:nth-child(7) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.21s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.21s forwards;
}

.p-suda01__tit.act span:nth-child(8) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.24s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.24s forwards;
}

.p-suda01__tit.act span:nth-child(9) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.27s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.27s forwards;
}

.p-suda01__tit.act span:nth-child(10) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.3s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.3s forwards;
}

.p-suda01__tit.act span:nth-child(11) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.33s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.33s forwards;
}

.p-suda01__tit.act span:nth-child(12) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.36s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.36s forwards;
}

.p-suda01__tit.act span:nth-child(13) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.39s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.39s forwards;
}

.p-suda01__tit.act span:nth-child(14) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.42s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.42s forwards;
}

.p-suda01__tit.act span:nth-child(15) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.45s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.45s forwards;
}

.p-suda01__tit.act span:nth-child(16) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.48s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.48s forwards;
}

.p-suda01__tit.act span:nth-child(17) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.51s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.51s forwards;
}

.p-suda01__tit.act span:nth-child(18) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.54s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.54s forwards;
}

.p-suda01__tit.act span:nth-child(19) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.57s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.57s forwards;
}

.p-suda01__tit.act span:nth-child(20) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.6s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.6s forwards;
}

.p-suda01__tit.act span:nth-child(21) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.63s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.63s forwards;
}

.p-suda01__tit.act span:nth-child(22) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.66s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.66s forwards;
}

.p-suda01__tit.act span:nth-child(23) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.69s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.69s forwards;
}

.p-suda01__tit.act span:nth-child(24) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.72s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.72s forwards;
}

.p-suda01__tit.act span:nth-child(25) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.75s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.75s forwards;
}

.p-suda01__tit.act span:nth-child(26) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.78s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.78s forwards;
}

.p-suda01__tit.act span:nth-child(27) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.81s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.81s forwards;
}

.p-suda01__tit.act span:nth-child(28) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.84s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.84s forwards;
}

.p-suda01__tit.act span:nth-child(29) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.87s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.87s forwards;
}

.p-suda01__tit.act span:nth-child(30) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.9s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.9s forwards;
}

.p-suda01__tit.act span:nth-child(31) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.93s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.93s forwards;
}

.p-suda01__tit.act span:nth-child(32) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.96s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.96s forwards;
}

.p-suda01__tit.act span:nth-child(33) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.99s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 0.99s forwards;
}

.p-suda01__tit.act span:nth-child(34) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.02s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.02s forwards;
}

.p-suda01__tit.act span:nth-child(35) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.05s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.05s forwards;
}

.p-suda01__tit.act span:nth-child(36) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.08s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.08s forwards;
}

.p-suda01__tit.act span:nth-child(37) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.11s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.11s forwards;
}

.p-suda01__tit.act span:nth-child(38) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.14s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.14s forwards;
}

.p-suda01__tit.act span:nth-child(39) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.17s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.17s forwards;
}

.p-suda01__tit.act span:nth-child(40) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.2s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.2s forwards;
}

.p-suda01__tit.act span:nth-child(41) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.23s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.23s forwards;
}

.p-suda01__tit.act span:nth-child(42) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.26s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.26s forwards;
}

.p-suda01__tit.act span:nth-child(43) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.29s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.29s forwards;
}

.p-suda01__tit.act span:nth-child(44) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.32s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.32s forwards;
}

.p-suda01__tit.act span:nth-child(45) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.35s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.35s forwards;
}

.p-suda01__tit.act span:nth-child(46) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.38s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.38s forwards;
}

.p-suda01__tit.act span:nth-child(47) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.41s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.41s forwards;
}

.p-suda01__tit.act span:nth-child(48) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.44s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.44s forwards;
}

.p-suda01__tit.act span:nth-child(49) {
  -webkit-animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.47s forwards;
          animation: fadeInText 1.5s cubic-bezier(0.2, 0.93, 0.56, 1.01) 1.47s forwards;
}

.p-suda01__txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-suda01-item__photo {
  position: relative;
  display: block;
  overflow: hidden;
}

.p-suda01-item__photo .image {
  position: absolute;
  /* 中の要素を絶対配置にする */
  width: 100%;
  height: auto;
}

.p-suda01-item__tit {
  font-family: 'YakuHanJPs',"Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #9EBCD3;
  letter-spacing: 0.1em;
}

@media all and (max-width: 768px) {
  .p-suda01 {
    position: relative;
    top: 0vw;
    padding: 3.73333vw 8vw 18.13333vw 8vw;
  }
  .p-suda01__tit {
    display: block;
    font-size: 22px;
    font-size: 5.86667vw;
    margin: 0vw -4vw 0vw 0vw;
  }
  .p-suda01__tit span {
    line-height: 1.8;
  }
  .p-suda01__txt {
    margin: 8vw -5.33333vw 0vw 0vw;
    display: block;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .p-suda01-item {
    margin: 13.33333vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-suda01-item__tit {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 24px;
    font-size: 6.4vw;
  }
  .p-suda01-item__tit.col1 {
    position: relative;
    left: 3.2vw;
    top: 1.06667vw;
  }
  .p-suda01-item__tit.col2 {
    position: relative;
    left: -3.2vw;
    top: 1.06667vw;
  }
  .p-suda01-item__photo {
    display: block;
    width: 70.66667vw;
  }
  .p-suda01-item__photo {
    width: 70.66667vw;
    height: 70.66667vw;
    border-radius: 8vw 8vw 8vw 8vw;
  }
  .p-suda01-item.col2 .p-suda01__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-suda01-item.col2 .p-suda01-item__tit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 769px), print {
  .p-suda01 {
    padding: 0px 0px 135px;
  }
  .p-suda01__inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 0;
    padding: 15px 60px 0px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 140px;
  }
  .p-suda01__tit {
    position: relative;
    font-size: 24px;
    left: 50px;
    line-height: 2.5;
  }
  .p-suda01__tit span {
    line-height: 2.5;
  }
  .p-suda01__txt {
    margin: 64px -55px 0 0;
    display: block;
    font-size: 16px;
    line-height: 2.8;
  }
  .p-suda01-box.type1 {
    padding: 25px 0 0;
  }
  .p-suda01-item__photo {
    width: 500px;
    height: 500px;
    border-radius: 50px;
  }
  .p-suda01-item.col1 {
    margin: 100px 0 0;
  }
  .p-suda01-item__tit {
    margin: 10px 0px 0;
    font-size: 35px;
  }
  .p-suda01-item__tit.col2 {
    position: relative;
    top: 4px;
    left: 2px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suda01__inner {
    padding: 15px 50px 0px 50px;
    gap: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-suda01__tit {
    margin: 0 -20px 0 0;
    left: 5%;
  }
  .p-suda01-item__photo {
    width: 450px;
    height: 450px;
  }
}

.p-suda02 {
  position: relative;
  background: #DBDAD8;
}

.p-suda02__tit {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.p-suda02__txt {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.p-suda02-items__tit {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-suda02-items__num {
  position: relative;
  display: block;
  font-family: 'YakuHanJPs',"Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.p-suda02-items__num:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555555;
  z-index: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 1.5s cubic-bezier(0, 0.87, 0.41, 1.04) 0.3s;
  transition: 1.5s cubic-bezier(0, 0.87, 0.41, 1.04) 0.3s;
}

.p-suda02-items__num.act:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-suda02-items__num span {
  display: inline-block;
  background: #DBDAD8;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

.p-suda02-item__tit {
  display: block;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-suda02-item__txt {
  display: block;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.p-suda02-item__txt2 {
  display: block;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media all and (max-width: 768px) {
  .p-suda02 {
    padding: 9.33333vw 8vw 12vw 8vw;
  }
  .p-suda02-items.first {
    margin: 3.73333vw 0vw 0vw 0vw;
  }
  .p-suda02-items__tit {
    font-size: 25px;
    font-size: 6.66667vw;
  }
  .p-suda02-items__num {
    font-size: 62px;
    font-size: 16.53333vw;
  }
  .p-suda02-items__num span {
    padding: 0vw 2.66667vw 0vw 0vw;
  }
  .p-suda02-item {
    position: relative;
    margin: 2.66667vw 0vw 0vw 0vw;
    padding: 4.53333vw 0vw 10.66667vw 0vw;
  }
  .p-suda02-item__tit {
    margin: 5.86667vw -5.33333vw 0vw 0vw;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .p-suda02-item__tit sup {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-suda02-item__ico {
    position: absolute;
    display: block;
    width: 23.01867vw;
    top: -8.26667vw;
    right: -1.06667vw;
  }
  .p-suda02-item__ico img {
    width: 100%;
  }
  .p-suda02-item__photo {
    margin: 6.4vw 0vw 0vw 0vw;
  }
  .p-suda02-item__txt {
    margin: 2.66667vw -1.86667vw 0vw 0vw;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.9;
  }
  .p-suda02-item__txt2 {
    margin: 5.33333vw -2.66667vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.4;
  }
  .p-suda02-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-suda02-item__link {
    width: 46.66667vw;
    margin: 8vw 0vw 0vw 0vw;
    padding: 0vw 1.33333vw 1.86667vw 1.33333vw;
    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;
    border-bottom: solid 1px rgba(85, 85, 85, 0.7);
  }
  .p-suda02-item__link .txt {
    font-size: 12.6px;
    font-size: 3.36vw;
    letter-spacing: 0em;
    position: relative;
    top: -0.53333vw;
  }
  .p-suda02-item__link .txt span {
    font-size: 12.6px;
    font-size: 3.36vw;
    letter-spacing: 0.1em;
  }
  .p-suda02-item__link .ico {
    width: 8.26667vw;
  }
  .p-suda02 .p-suda02-items__num + .p-suda02-item {
    margin: 0vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-suda02 {
    padding: 70px 0px 150px;
  }
  .p-suda02__inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 0;
    padding: 15px 80px 0px 210px;
  }
  .p-suda02 .u-suda-tit {
    position: absolute;
    top: 0;
    left: -18px;
  }
  .p-suda02__tit {
    font-size: 34px;
  }
  .p-suda02__tit sup {
    font-size: 18px;
    position: relative;
    top: -14px;
  }
  .p-suda02-itemswrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
  .p-suda02-items {
    margin: 40px 0 0;
  }
  .p-suda02-items.first {
    margin: 0;
  }
  .p-suda02-items.last {
    margin: 60px 0 0;
  }
  .p-suda02-items__tit {
    font-size: 28px;
    padding: 15px 0 28px;
  }
  .p-suda02-items__num {
    font-size: 75px;
  }
  .p-suda02-items__num.step3:after {
    -webkit-transition: 1.5s cubic-bezier(0, 0.87, 0.41, 1.04) 0.7s;
    transition: 1.5s cubic-bezier(0, 0.87, 0.41, 1.04) 0.7s;
  }
  .p-suda02-items__num span {
    padding: 0 20px 0 0;
  }
  .p-suda02-itemcol2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
  .p-suda02-item {
    position: relative;
  }
  .p-suda02-item.wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
  .p-suda02-item.wide .p-suda02-item__txt {
    padding: 0 0 20px;
  }
  .p-suda02-item__tit {
    margin: 50px -10px 0 0;
    font-size: 20px;
  }
  .p-suda02-item__tit sup {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .p-suda02-item__ico {
    position: absolute;
    display: block;
    width: 83px;
    top: -23px;
    left: 0;
  }
  .p-suda02-item__photo {
    display: block;
    margin: 20px 0 0;
    max-width: 434px;
  }
  .p-suda02-item__txt {
    margin: 30px -10px 0 0;
    font-size: 15px;
    letter-spacing: 0.13em;
  }
  .p-suda02-item__txt2 {
    margin: 20px -5px 0 0;
    font-size: 11px;
    line-height: 1.45;
  }
  .p-suda02-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 30px 0 0;
  }
  .p-suda02-item__link {
    cursor: pointer;
    padding: 0 5px 8px;
    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;
    width: 165px;
    /*
        .txt{
          font-size: 12px;
          letter-spacing: 0.1em;
        }
        
        .ico{
          width : 22px;
        }
        */
  }
  .p-suda02-item__link .txt,
  .p-suda02-item__link .txt2 {
    line-height: 1;
  }
  .p-suda02-item__link .txt span,
  .p-suda02-item__link .txt2 span {
    line-height: 1;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suda02__inner {
    padding: 15px 60px 0px 210px;
    /* 20px 0px*/
  }
  .p-suda02 .u-suda-tit {
    position: absolute;
    top: 0;
    left: 30px;
  }
  .p-suda02-item.wide {
    gap: 50px;
  }
  .p-suda02-itemcol2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

.p-suda03 {
  position: relative;
  background: #EEEEEE;
}

.p-suda03-item__txt {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media all and (max-width: 768px) {
  .p-suda03 {
    padding: 9.33333vw 10.66667vw 16vw 10.66667vw;
  }
  .p-suda03-items {
    margin: 9.33333vw 0vw 0vw 0vw;
  }
  .p-suda03-item {
    margin: 5.33333vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.66667vw;
  }
  .p-suda03-item__photo {
    width: 32vw;
  }
  .p-suda03-item__txt {
    margin: 0vw -5.33333vw 0vw 0vw;
    font-size: 15px;
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-suda03 {
    padding: 70px 0px 115px;
  }
  .p-suda03__inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 0;
    padding: 0px 80px 0px 210px;
  }
  .p-suda03 .u-suda-tit {
    position: absolute;
    top: 0;
    left: -18px;
  }
  .p-suda03-items {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-suda03-item {
    width: 250px;
  }
  .p-suda03-item__txt {
    text-align: center;
    margin: 28px 0 0;
    font-size: 18px;
    line-height: 1.7;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suda03__inner {
    padding: 0px 60px 0px 210px;
  }
  .p-suda03 .u-suda-tit {
    top: 0;
    left: 30px;
  }
  .p-suda03-item {
    width: 28%;
  }
}

.p-suda04 {
  position: relative;
}

.p-suda04__tit2 {
  font-family: 'YakuHanJPs',"Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-suda04__txt {
  letter-spacing: 0.08em;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-suda04__txt .dowrap {
  display: inline-block;
  position: relative;
  left: -1px;
}

.p-suda04__txt .do {
  display: inline-block;
  position: relative;
  left: 1px;
}

.p-suda04-item__tit {
  display: block;
  text-align: center;
}

.p-suda04-item__tit span {
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-suda04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-suda04-list p {
  text-align: center;
  font-size: 17px;
}

.p-suda04-list p span {
  font-size: 15px;
  position: relative;
  display: inline-block;
  top: -1px;
}

.p-suda04 table {
  width: 100%;
  border-top: 1px solid rgba(85, 85, 85, 0.5);
}

.p-suda04 table th,
.p-suda04 table td {
  padding: 10px;
  text-align: center;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-suda04 table th .dowrap,
.p-suda04 table td .dowrap {
  display: inline-block;
  position: relative;
  left: -2px;
}

.p-suda04 table th .do,
.p-suda04 table td .do {
  display: inline-block;
  position: relative;
  left: 1px;
}

.p-suda04 table th {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  letter-spacing: 0.05em;
  font-size: 13px;
}

.p-suda04 table td {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  letter-spacing: 0.05em;
}

@media all and (max-width: 768px) {
  .p-suda04 {
    padding: 9.33333vw 4vw 8vw 4vw;
  }
  .p-suda04__tit2 {
    margin: 0vw auto 0vw;
  }
  .p-suda04__tit2 span {
    padding: 0vw 0vw 0vw 1.06667vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-suda04__txt {
    margin: 3.2vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.45;
  }
  .p-suda04__txt .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-suda04__txt .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-suda04-box {
    margin: 9.33333vw 0vw 0vw 0vw;
  }
  .p-suda04-box:nth-of-type(2) {
    margin: 20vw 0vw 0vw 0vw;
  }
  .p-suda04-box table {
    margin: 5.33333vw 0vw 0vw 0vw;
    border-top: none;
  }
  .p-suda04-box table tr:first-of-type th,
  .p-suda04-box table tr:first-of-type td {
    border-top: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suda04-box table th,
  .p-suda04-box table td {
    width: 50%;
    padding: 2.8vw 0vw 2.8vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
    height: 16.53333vw;
  }
  .p-suda04-box table th sup,
  .p-suda04-box table td sup {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-suda04-box table th .dowrap,
  .p-suda04-box table td .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-suda04-box table th .do,
  .p-suda04-box table td .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-suda04-box table th {
    border-right: 1px solid rgba(85, 85, 85, 0.5);
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suda04-box table td {
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .p-suda04-item {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-suda04-list {
    margin: 2.66667vw auto 0vw;
    width: 85.33333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p-suda04-list figure {
    margin: 4vw 0vw 0vw 0vw;
    width: 20.26667vw;
    margin: 0 auto;
  }
  .p-suda04-list p {
    position: relative;
    top: -0.8vw;
    margin: 0vw 0vw 0vw 0vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .p-suda04-list.type2 figure {
    margin: 2.66667vw auto 0vw;
    width: 21.86667vw;
  }
  .p-suda04-list.type2 figure img {
    height: auto;
  }
  .p-suda04__link {
    position: relative;
    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: 2.66667vw;
    margin: 10.66667vw auto 0vw;
    width: 39.2vw;
    padding: 0vw 1.33333vw 1.86667vw 2.13333vw;
  }
  .p-suda04__link .txt {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0em;
  }
  .p-suda04__link .txt span {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.25em;
  }
  .p-suda04__link .ico {
    position: relative;
    top: 0.26667vw;
    width: 8.26667vw;
  }
}

@media screen and (min-width: 769px), print {
  .p-suda04 {
    position: relative;
    padding: 70px 0px 60px;
  }
  .p-suda04__inner {
    position: relative;
    /*
      max-width: 1180px;
      margin: 55px auto 0;
      padding : 0px 40px 0px 115px;
      */
    max-width: 1260px;
    margin: 0px auto 0;
    padding: 0px 80px 0px 155px;
  }
  .p-suda04 .u-suda-tit {
    position: absolute;
    top: 0;
    left: -18px;
  }
  .p-suda04__tit2 {
    width: 145px;
    margin: 0 auto;
    font-family: 'YakuHanJPs',"Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .p-suda04__tit2 span {
    padding: 0 0 0 4px;
    font-size: 15px;
  }
  .p-suda04__txt {
    margin: 15px 0 0;
    font-size: 11px;
    line-height: 1.5;
  }
  .p-suda04-boxwrap {
    padding: 56px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  .p-suda04-boxwrap:before {
    content: "";
    display: block;
    width: 18%;
  }
  .p-suda04-box {
    width: 41%;
    position: relative;
    left: -15px;
  }
  .p-suda04-list {
    width: 320px;
    margin: 25px auto 0;
    min-height: 210px;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-suda04-list li {
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-suda04-list figure {
    width: 85px;
    min-height: 197px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-suda04-list figure img {
    height: auto;
  }
  .p-suda04-list p {
    display: block;
    margin: 0px -10px 0;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .p-suda04-list.type2 figure {
    width: 91px;
    min-height: 197px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-suda04-list.type2 figure img {
    height: auto;
  }
  .p-suda04 table {
    margin: 42px 0 0;
  }
  .p-suda04 table th,
  .p-suda04 table td {
    padding: 20px 0;
    height: 70px;
    letter-spacing: 0.1em;
  }
  .p-suda04 table th {
    width: 18%;
    font-size: 14px;
  }
  .p-suda04 table th sup {
    font-size: 9px;
  }
  .p-suda04 table td {
    border-left: 1px solid rgba(85, 85, 85, 0.5);
    width: 41%;
    font-size: 14px;
  }
  .p-suda04 table td span {
    font-size: 14px;
  }
  .p-suda04 table td span.min {
    font-size: 11px;
  }
  .p-suda04 table sup {
    font-size: 10px;
  }
  .p-suda04-linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .p-suda04__link {
    position: relative;
    margin: 70px auto 0;
    width: 145px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0 8px 8px;
  }
  .p-suda04__link .txt,
  .p-suda04__link .txt2 {
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .p-suda04__link .txt span,
  .p-suda04__link .txt2 span {
    line-height: 1;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .p-suda04 {
    max-width: 1260px;
    margin: 0px auto 0;
  }
  .p-suda04__inner {
    padding: 0px 80px 0px 115px;
  }
  .p-suda04 .u-suda-tit {
    top: 0;
    left: 30px;
  }
  .p-suda04-boxwrap {
    gap: 0px;
  }
  .p-suda04-boxwrap:before {
    content: "";
    display: block;
    width: 18%;
  }
  .p-suda04-box {
    left: 0;
  }
  .p-suda04-list {
    gap: 18px;
  }
}

.c-bnr-wrap,
.c-sns-wrap {
  position: relative;
  overflow: hidden;
}

.c-bnr-wrap a:hover,
.c-sns-wrap a:hover {
  text-decoration: none !important;
  color: #53565a !important;
}

@media screen and (min-width: 769px), print {
  .c-bnr-wrap a img,
  .c-sns-wrap a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-bnr-wrap a:hover img,
  .c-sns-wrap a:hover img {
    opacity: 0.8;
  }
}

.c-bnr li p {
  font-weight: bold;
  color: #000 !important;
}

@media all and (max-width: 768px) {
  .c-bnr {
    padding: 5.33333vw 10.66667vw 0vw 10.66667vw;
  }
  .c-bnr li {
    margin: 10.66667vw 0vw 0vw 0vw;
  }
  .c-bnr li p {
    margin: 0vw -5.33333vw 0vw 0vw;
    padding: 0vw 0vw 2.66667vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
  }
  .c-bnr__link {
    display: block;
    margin: 10.66667vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 769px), print {
  .c-bnr {
    max-width: 1100px;
    margin: 60px auto 0;
    width: 100%;
  }
  .c-bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -50px;
    position: relative;
  }
  .c-bnr ul li {
    width: 28%;
    margin: 0 25px;
    position: relative;
  }
  .c-bnr ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -25px;
    top: 0px;
    background: #000;
  }
  .c-bnr ul li:last-of-type:before {
    display: none;
  }
  .c-bnr ul li p {
    padding: 0 0 10px;
    font-size: 15px;
  }
  .c-bnr__link {
    display: block;
    width: 338px;
    margin: 50px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  .c-bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0px;
  }
  .c-bnr ul li p {
    font-size: 14px;
  }
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 768px) {
  .c-sns {
    padding: 10.66667vw 6.66667vw 10.66667vw 6.66667vw;
    margin: 0 auto;
    width: 50%;
  }
  .c-sns li {
    width: 30%;
  }
  .c-sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-sns li img {
    width: 5.33333vw;
    height: auto;
  }
  .c-sns li.tw img {
    width: 5.86667vw;
    position: relative;
    top: -0.26667vw;
    left: 0.26667vw;
  }
  .c-sns li.fb img {
    width: 2.66667vw;
  }
}

@media screen and (min-width: 769px), print {
  .c-sns {
    margin: 0 auto;
    padding: 85px 0 100px;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-sns li {
    width: 36px;
  }
  .c-sns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-sns li img {
    width: 36px;
    height: auto;
  }
  .c-sns li.tw {
    width: 44px;
  }
  .c-sns li.tw img {
    width: 42px;
    position: relative;
    top: -3px;
  }
  .c-sns li.fb img {
    width: 18px;
  }
}

/* モーダル全体 */
.modal {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 213, 220, 0.9);
  z-index: 9999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* モーダルのコンテンツ */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFCF8;
  text-align: center;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-content .close {
  position: absolute;
  cursor: pointer;
  top: -80px;
  right: 0px;
  width: 60px;
  height: 60px;
}

.modal-content .close img {
  width: 60px;
  height: 60px;
}

.modal-content__tit {
  display: block;
  text-align: center;
  letter-spacing: 0.13em;
  font-family: 'YakuHanJPs',"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  padding: 0 0 24px;
  border-bottom: solid 1px #555555;
}

.modal-content__txt {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.modal-content-item__photo img {
  display: block;
  max-width: 100%;
}

.modal-content-item__txt {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}

@media all and (max-width: 768px) {
  .modal-content {
    width: 84vw;
    padding: 9.33333vw 8.4vw 9.86667vw 8.4vw;
    border-radius: 6.93333vw 6.93333vw 6.93333vw 6.93333vw;
  }
}

@media all and (max-width: 768px) and (max-width: 768px) {
  .modal-content .close {
    width: 8.4vw;
    top: -11.2vw;
    right: 0vw;
  }
  .modal-content .close img {
    width: 8.4vw;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .modal-content__tit {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 0vw 0vw 4.53333vw 0vw;
    border-bottom: solid 1px rgba(85, 85, 85, 0.5);
  }
  .modal-content__txt {
    margin: 2.66667vw -2.66667vw 0vw -2.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .modal-content-item {
    margin: 2.66667vw auto 0vw;
    width: 62.4vw;
  }
  .modal-content-item__photo {
    position: relative;
  }
}

@media screen and (min-width: 769px), print {
  .modal-content {
    max-width: 600px;
    width: 100%;
    border-radius: 50px;
    margin: 30px 0 0;
    padding: 75px 60px 55px;
    text-align: center;
  }
  .modal-content__tit {
    font-size: 28px;
  }
  .modal-content__txt {
    display: block;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 2;
  }
  .modal-content-item {
    width: 424px;
    margin: 10px auto 0;
  }
  .modal-content-item__photo {
    margin: 0px auto 0;
    display: block;
  }
  .modal-content-item__photo img {
    display: block;
    max-width: 100%;
  }
}

/* このページだけfooterのマージンを削除　*/
header {
  z-index: 3;
}

#topic_path {
  position: relative;
  z-index: 2;
}

.p-category_nav {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}
