@charset "UTF-8";
.mainv-img_sp {
  display: none;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .mainv-img_sp {
    display: block;
  }
}
.mainv-img_sp img {
  width: 100%;
}

.mainv-scroll {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.mainv-scroll a {
  position: absolute;
  bottom: -35px;
  left: calc(50% + 4px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainv-scroll a::before {
  position: absolute;
  top: 25px;
  left: 50%;
  content: "";
  width: 1px;
  height: 50px;
  background-color: #000;
}

.pickup {
  background-image: radial-gradient(#cef3ff 30%, transparent 30%), radial-gradient(#cef3ff 30%, transparent 30%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  margin-top: -45px;
}

.pickup-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .pickup-wrap {
    margin: 0 0 0 20px;
  }
}
.pickup-tit {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .pickup-tit {
    font-size: 20px;
  }
}
.pickup-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 20px;
  background-color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .pickup-tit::before {
    top: 3px;
  }
}
.pickup-tit::after {
  content: "ピックアップ情報";
  position: absolute;
  top: 50%;
  left: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .pickup-tit::after {
    font-size: 10px;
    left: 120px;
  }
}
.pickup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 600px) {
  .pickup-grid {
    grid-template-columns: 300px 300px 300px;
    gap: 10px;
    overflow: scroll;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pickup-grid::-webkit-scrollbar {
    display: none;
  }
}
.pickup-banner {
  display: block;
  border-radius: 10px;
}

.pickup-banner:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.pickup-banner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 90px;
}

@media screen and (max-width: 600px) {
  .about {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .about {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .about {
    padding: 60px 0;
  }
}
.about-tit {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 2px;
}

@media screen and (max-width: 600px) {
  .about-tit {
    font-size: 18px;
    line-height: 34px;
  }
}
.about-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}

.about-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
}

@media screen and (max-width: 600px) {
  .about-tit::after {
    bottom: -20px;
  }
}
.about-txt {
  padding: 55px 0 40px;
}

@media screen and (max-width: 600px) {
  .about-txt {
    padding: 35px 0 40px;
  }
}
.about-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin: 0 auto;
}

.about-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .about-btn {
    width: 100%;
  }
}
.points {
  background-color: #1bb3e0;
  text-align: center;
  padding: 65px 0 70px 0;
}

@media screen and (max-width: 600px) {
  .points {
    padding: 50px 0;
  }
}
.points-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .points-wrap {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .points-wrap {
    margin: 0 20px;
  }
}
.points-tit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 45px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .points-tit {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.points-tit::before,
.points-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background-image: linear-gradient(to right, #fff 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.points-tit::before {
  left: 0;
  -webkit-transform: translateY(-60%) rotate(65deg);
          transform: translateY(-60%) rotate(65deg);
}

.points-tit::after {
  right: 0;
  -webkit-transform: translateY(-60%) rotate(-65deg);
          transform: translateY(-60%) rotate(-65deg);
}

.points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}
.points-cols {
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
}

.points-cols:nth-child(2) {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 600px) {
  .points-cols:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .points-cols {
    margin: 0;
  }
}
.points-tit_red {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .points-tit_red {
    font-size: 18px;
  }
}
.points-tit_red::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 110%;
  height: 20px;
  background-color: #ffe0e0;
  z-index: -1;
}

.points-tit_red p {
  position: relative;
  color: #fa1b1b;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .points-tit_red p {
    padding-bottom: 15px;
  }
}
.points-tit_red p::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#fa1b1b 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}

.points-txt {
  line-height: 2;
}

.scholarship {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0 100px 0;
}

@media screen and (max-width: 600px) {
  .scholarship {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .scholarship {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .scholarship {
    display: block;
    padding: 60px 0 70px;
  }
}
.scholarship-left {
  margin-right: 50px;
}

@media screen and (max-width: 600px) {
  .scholarship-left {
    margin-right: 0;
  }
}
.scholarship-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .scholarship-tit {
    font-size: 18px;
  }
}
.scholarship-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .scholarship-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .scholarship-tit {
    text-align: center;
  }
}
.scholarship-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  bottom: 20px;
}

@media screen and (max-width: 600px) {
  .scholarship-tit::after {
    content: "";
    position: absolute;
    left: 0;
    width: 70px;
    height: 5px;
    background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
    background-size: 6px 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.scholarship-txt span {
  display: block;
  color: #1bb3e0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.scholarship-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-top: 40px;
}

.scholarship-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .scholarship-btn {
    width: 100%;
  }
}
.scholarship-img {
  width: 100%;
  height: 410px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .scholarship-img {
    display: none;
  }
}
.scholarship-img img {
  width: 100%;
  height: 115%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.scholarship-img_sp {
  display: none;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .scholarship-img_sp {
    display: block;
  }
}
.scholarship-img_sp img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.questions {
  position: relative;
  z-index: 0;
  background-image: radial-gradient(#cef3ff 30%, transparent 30%), radial-gradient(#cef3ff 30%, transparent 30%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  padding: 70px 0;
}

@media screen and (max-width: 600px) {
  .questions {
    padding: 50px 0 40px 0;
  }
}
.questions-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .questions-wrap {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .questions-wrap {
    margin: 0 20px;
  }
}
.questions-head {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .questions-head {
    width: 100%;
    max-width: 450px;
  }
}
.questions-img {
  position: absolute;
  top: 0;
  max-width: 95px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .questions-img {
    top: 10px;
    max-width: 75px;
  }
}
.questions ._left {
  left: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.questions ._right {
  right: -20px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  max-width: 100px;
}

@media screen and (max-width: 600px) {
  .questions ._right {
    right: -5px;
    max-width: 80px;
  }
}
.questions-tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .questions-tit {
    font-size: 18px;
  }
}
.questions-tit p {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 250px;
  background-color: #1bb3e0;
  border-radius: 100vh;
  padding: 5px;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 600px) {
  .questions-tit p {
    width: 200px;
    font-size: 12px;
  }
}
.questions-tit p::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-top: 15px solid #1bb3e0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.questions-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .questions-grid {
    display: block;
    margin-top: 20px;
  }
}
.questions-link {
  display: block;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}

.questions-link:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.questions-link:hover p::after {
  width: calc(100% + 10px);
}

.questions-link:hover .questions-img_thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  .questions-link {
    margin-bottom: 20px;
  }
}
.questions-link p {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
}

.questions-link p::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0;
  background-color: #cef3ff;
  width: 0;
  height: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.questions-img_thumb {
  width: 100%;
  height: 175px;
  overflow: hidden;
}

.questions-img_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.questions-img_thumb ._schedule {
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}

.info {
  padding: 100px 0;
}

@media screen and (max-width: 600px) {
  .info {
    padding: 60px 0;
  }
}
.info-bg {
  position: relative;
  background-color: #1bb3e0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 80px;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .info-bg {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .info-bg {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .info-bg {
    padding: 40px 30px;
  }
}
.info-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-2deg);
          transform: translate(-50%, -50%) rotate(-2deg);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .info-bg::after {
    width: calc(100% - 20px);
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
            transform: translate(-50%, -50%) rotate(-1deg);
  }
}
.info-tit {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .info-tit {
    font-size: 18px;
  }
}
.info-tit p {
  font-size: 12px;
}

.info-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.info-line span {
  position: relative;
  display: block;
  width: 300px;
}

.info-line span::before,
.info-line span::after {
  content: "";
  position: absolute;
  bottom: 4px;
}

.info-line .left::before {
  left: -15px;
  width: 27px;
  height: 15px;
  background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.info-line .left::after {
  left: 17px;
  height: 45px;
  border-left: 3px solid #fa1b1b;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.info-line .right::before {
  right: 0;
  height: 27px;
  border-left: 3px solid #fa1b1b;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.info-line .right::after {
  right: -15px;
  width: 45px;
  height: 30px;
  background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
}

@media screen and (max-width: 600px) {
  .info-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info-line span {
    position: relative;
    display: block;
    width: 250px;
  }
  .info-line span::before,
  .info-line span::after {
    content: "";
    position: absolute;
    bottom: 4px;
  }
  .info-line .left::before {
    left: -15px;
    width: 27px;
    height: 15px;
    background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .info-line .left::after {
    left: 17px;
    height: 45px;
    border-left: 3px solid #fa1b1b;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .info-line .right::before {
    right: 0;
    height: 27px;
    border-left: 3px solid #fa1b1b;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .info-line .right::after {
    right: -15px;
    width: 45px;
    height: 30px;
    background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    -webkit-transform: rotate(-58deg);
            transform: rotate(-58deg);
  }
}
.info-wrap {
  margin: 20px 0;
}

@media screen and (max-width: 600px) {
  .info-wrap {
    margin: 10px 0;
  }
}
.info-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: top;
  letter-spacing: 1px;
  padding: 15px 0;
}

@media screen and (max-width: 600px) {
  .info-grid {
    display: block;
  }
}
.info-grid:first-child {
  background-image: none;
}

.info-grid h3 {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.info-grid a {
  color: #1bb3e0;
  text-decoration: underline;
}

.info-btn {
  display: block;
  width: 100%;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 100vh;
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-btn:hover {
  background-color: #1bb3e0;
  color: #fff;
  border: 1px solid #1bb3e0;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes showUpBnr {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes showUpBnr {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mainv {
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .mainv {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mainv {
    padding-bottom: 16.082vw;
  }
}
.mainv img {
  width: 100%;
  height: auto;
}
.mainv-wrap {
  position: relative;
  background-color: #edecec;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.6) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.6) calc(100% - 1px));
  background-size: 14px 14px;
  background-repeat: repeat;
  background-position: center center;
  height: 39.474vw;
}
@media screen and (max-width: 1180px) {
  .mainv-wrap {
    height: 465px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-wrap {
    height: 160.000002vw;
  }
}
.mainv-wrap img {
  opacity: 0;
}
.mainv-img__tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 40.936vw;
  -webkit-animation: showUp 0.5s ease 3.4s forwards;
          animation: showUp 0.5s ease 3.4s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__tit {
    max-width: 483px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__tit {
    max-width: 90.6666678vw;
  }
}
.mainv-img__img img {
  position: absolute;
  background-color: #fff;
  padding: 0.3655vw;
}
@media screen and (max-width: 1180px) {
  .mainv-img__img img {
    padding: 4.3px;
  }
}
.mainv-img__img img:nth-child(1) {
  max-width: 16.813vw;
  top: 0;
  left: 19.4446vw;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.3s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.3s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__img img:nth-child(1) {
    max-width: 197.9px;
    left: 229px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__img img:nth-child(1) {
    max-width: 25.33333365vw;
    top: -1.06666668vw;
    left: 26.666667vw;
  }
}
.mainv-img__img img:nth-child(2) {
  max-width: 20.1756vw;
  top: 2.924vw;
  right: 2.5585vw;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.1s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.1s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__img img:nth-child(2) {
    max-width: 237.3px;
    top: 34.4px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__img img:nth-child(2) {
    max-width: 29.3333337vw;
    top: 25.06666698vw;
    bottom: auto;
    right: -0.80000001vw;
  }
}
.mainv-img__img img:nth-child(3) {
  max-width: 20.1756vw;
  bottom: 0.731vw;
  right: 29.24vw;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.5s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.5s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__img img:nth-child(3) {
    max-width: 237.5px;
    bottom: 8.6px;
    right: 345.3px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__img img:nth-child(3) {
    max-width: 34.6666671vw;
    bottom: 12.80000016vw;
    right: 28.00000035vw;
  }
}
.mainv-img__student img {
  position: absolute;
}
.mainv-img__student img:nth-child(1) {
  max-width: 29.6055vw;
  top: -1.8275vw;
  left: 2.5585vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__student img:nth-child(1) {
    max-width: 349px;
    top: -21px;
    left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__student img:nth-child(1) {
    max-width: 49.33333395vw;
    top: -4.00000005vw;
    left: 3.20000004vw;
    z-index: 1;
  }
}
.mainv-img__student img:nth-child(2) {
  max-width: 21.4914vw;
  bottom: -4.386vw;
  left: 21.5645vw;
  z-index: 1;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__student img:nth-child(2) {
    max-width: 253.8px;
    bottom: -51.7px;
    left: 254.6px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__student img:nth-child(2) {
    max-width: 45.3333339vw;
    bottom: 21.86666694vw;
    left: -1.33333335vw;
  }
}
.mainv-img__student img:nth-child(3) {
  max-width: 15.351vw;
  top: -1.8275vw;
  right: 33.626vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.6s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.6s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__student img:nth-child(3) {
    max-width: 181px;
    top: -21px;
    right: 397px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__student img:nth-child(3) {
    max-width: 36.00000045vw;
    top: 20.00000025vw;
    right: 16.0000002vw;
  }
}
.mainv-img__student img:nth-child(4) {
  max-width: 17.1785vw;
  top: 4.7515vw;
  right: 9.503vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__student img:nth-child(4) {
    max-width: 202px;
    top: 56px;
    right: 112px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__student img:nth-child(4) {
    max-width: 36.00000045vw;
    top: auto;
    bottom: 1.33333335vw;
    right: 2.13333336vw;
    z-index: 1;
  }
}
.mainv-img__item img {
  position: absolute;
}
.mainv-img__item img:nth-child(1) {
  max-width: 7.31vw;
  top: 1.0965vw;
  left: 1.0965vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.2s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.2s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(1) {
    max-width: 86px;
    top: 12.9px;
    left: 12.9px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(1) {
    max-width: 17.33333355vw;
    top: 4.00000005vw;
    left: -4.00000005vw;
  }
}
.mainv-img__item img:nth-child(2) {
  max-width: 5.4825vw;
  top: 8.772vw;
  left: 23.392vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.7s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.7s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(2) {
    max-width: 64.5px;
    top: 103.5px;
    left: 276.2px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(2) {
    max-width: 9.86666679vw;
    top: 42.6666672vw;
    left: 38.93333382vw;
  }
}
.mainv-img__item img:nth-child(3) {
  max-width: 9.1375vw;
  bottom: 1.0965vw;
  left: 1.462vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.9s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.9s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(3) {
    max-width: 107.5px;
    bottom: 12.9px;
    left: 17px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(3) {
    max-width: 21.3333336vw;
    bottom: -4.80000006vw;
    left: 25.33333365vw;
  }
}
.mainv-img__item img:nth-child(4) {
  max-width: 8.772vw;
  bottom: 0.3655vw;
  left: 43.86vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.1s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.1s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(4) {
    max-width: 103.5px;
    bottom: 4.3px;
    left: 517.9px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(4) {
    max-width: 14.66666685vw;
    bottom: 37.60000047vw;
    left: 46.40000058vw;
  }
}
.mainv-img__item img:nth-child(5) {
  max-width: 9.1375vw;
  top: 2.193vw;
  right: 20.1025vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(5) {
    max-width: 107.5px;
    top: 25.8px;
    right: 237.4px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(5) {
    max-width: 16.0000002vw;
    top: 3.46666671vw;
    right: 25.33333365vw;
  }
}
.mainv-img__item img:nth-child(6) {
  max-width: 10.5995vw;
  top: 17.1785vw;
  right: 19.737vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.8s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 1.8s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(6) {
    max-width: 125.1px;
    top: 202.8px;
    right: 233px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(6) {
    max-width: 17.33333355vw;
    top: 35.20000044vw;
    right: -1.60000002vw;
  }
}
.mainv-img__item img:nth-child(7) {
  max-width: 10.5995vw;
  bottom: 0;
  right: 2.193vw;
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.3s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.3s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__item img:nth-child(7) {
    max-width: 124.7px;
    bottom: 0;
    right: 25.8px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__item img:nth-child(7) {
    max-width: 16.0000002vw;
    bottom: -4.00000005vw;
    right: -3.46666671vw;
  }
}
.mainv-img__txt img {
  position: absolute;
}
.mainv-img__txt img:nth-child(1) {
  max-width: 6.2135vw;
  bottom: 19.006vw;
  left: 1.462vw;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.4s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.4s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__txt img:nth-child(1) {
    max-width: 73.1px;
    bottom: 224.4px;
    left: 17.2px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__txt img:nth-child(1) {
    max-width: 16.0000002vw;
    bottom: 12.80000016vw;
    left: 8.0000001vw;
  }
}
.mainv-img__txt img:nth-child(2) {
  max-width: 10.234vw;
  top: 2.924vw;
  left: 40.205vw;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.6s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.6s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__txt img:nth-child(2) {
    max-width: 120.4px;
    top: 34.5px;
    left: 474.8px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__txt img:nth-child(2) {
    max-width: 17.33333355vw;
    top: 20.00000025vw;
    left: 45.3333339vw;
  }
}
.mainv-img__txt img:nth-child(3) {
  max-width: 7.8217vw;
  top: 17.1785vw;
  right: 2.193vw;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.5s forwards;
          animation: show 1s cubic-bezier(0, 0.55, 0.45, 1) 2.5s forwards;
}
@media screen and (max-width: 1180px) {
  .mainv-img__txt img:nth-child(3) {
    max-width: 92px;
    top: 202.1px;
    right: 25.8px;
  }
}
@media screen and (max-width: 600px) {
  .mainv-img__txt img:nth-child(3) {
    max-width: 14.66666685vw;
    top: 14.13333351vw;
    right: 5.86666674vw;
  }
}

.pickup {
  position: relative;
  background: none;
  z-index: 10;
  opacity: 0;
  -webkit-animation: showUpBnr 0.5s ease 4s forwards;
          animation: showUpBnr 0.5s ease 4s forwards;
}
@media screen and (max-width: 600px) {
  .pickup {
    margin-top: -10px;
  }
}