.section-info__title {
  position: absolute;
  width: 70vw;
  top: -6.5vw;
  left: 6vw;
}

.section-info {
  position: absolute;
  text-align: center;
  background-color: #fff;
  width: 80vw;
  border-radius: 20px;
  box-shadow: -1.5vw 1.5vw rgba(0, 0, 0, 0.1);
}

.bg--web {
  display: none;
}

.section1 {
  width: 100vw;
  height: 60vw;
  position: relative;
}
.section1 .bg {
  width: 90vw;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1vw;
}

@keyframes swingCar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(12deg);
  }
}
.section1 #car01 {
  position: absolute;
  width: 30vw;
  left: -13vw;
  top: 11vw;
  animation: swingCar 0.5s ease-in-out 0s infinite alternate;
}

.section1 #flag01 {
  position: absolute;
  width: 12vw;
  left: 19vw;
  top: 21vw;
}

.section1 .section-info {
  padding-right: 3.5vw;
  padding-top: 10vw;
  padding-bottom: 3.5vw;
  padding-left: 24vw;
  right: 5vw;
  bottom: 15vw;
}

/*========= Section 02 ==========*/
.section2 {
  width: 100vw;
  height: 88vw;
  position: relative;
  overflow: hidden;
}

.section2 .bg {
  width: 92vw;
  position: absolute;
  bottom: 8vw;
  right: -17px;
}

@keyframes moveCard {
  from {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(2%);
  }
}
.section2 #car02 {
  position: absolute;
  width: 40vw;
  left: 10vw;
  top: 30vw;
  animation: moveCard 0.5s ease 0s infinite alternate;
}

.section2 #flag02 {
  position: absolute;
  width: 12vw;
  left: 51vw;
  bottom: -12vw;
}
.section2 #ice {
  position: absolute;
  width: 17vw;
  right: 5vw;
  top: 24vw;
  animation: swingCar 0.5s ease-in-out 0s infinite alternate;
}

.section2 .section-info {
  width: 90vw;
  padding-top: 6vw;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 15vw;
  right: 3vw;
  bottom: 30vw;
}
/*========= Section 03 ==========*/
.section3 {
  width: 100vw;
  position: relative;
}

.apply-form {
  width: 90vw;
  background-color: #fff;
  border-radius: 5vw;
  margin: 0 auto;
  padding: 5vw;
  padding-top: 10vw;
  box-shadow: -1.5vw 1.5vw rgba(0, 0, 0, 0.1);
  margin-top: 8vw;
}

.apply-form .form-group {
  width: 100%;
  margin-bottom: 2vw;
}

.apply-form .form-label {
  display: inline-block;
  background-image: url(../image/form_span_bg.png);
  padding: 1vw 2.5vw;
  text-align: center;
  width: 21.9vw;
  background-size: cover;
  height: 7.22vw;
  margin-right: 1vw;
}

.apply-form .form-input {
  height: 7.22vw;
  border: none;
  background-color: #fef4e8;
  border-radius: 2vw;
  width: calc(100% - 24vw);
}
.apply-form .form-group--multiple .form-input {
  display: inline-block;
  width: 20vw;
}

.apply-form .form-group--multiple .form-input.form_input--block {
  display: block;
  width: calc(100% - 23.9vw);
  margin-left: 23.9vw;
  margin-top: 2vw;
}
.apply-form .form-check {
  display: block;
  margin-bottom: 2vw;
}
.apply-form .form-check input[type="checkbox"] {
  margin-right: 1vw;
}
.apply-form button {
  border: none;
  width: 100%;
  color: #fff;
  background-color: #f55b65;
  padding: 2vw 0;
  border-radius: 2vw;
  font-weight: 700;
}
.apply-form__title {
  width: 70vw;
  position: absolute;
  top: -18vw;
  left: 2vw;
}
.apply-form__title--web {
  display: none;
}

.apply-form__special-link {
  border-bottom: 1px dashed #333489;
}

#section3-gift {
  position: absolute;
  width: 20vw;
  top: -15vw;
  right: 8vw;
  animation: swingCar 0.5s ease-in-out 0s infinite alternate;
}

#section3-item {
  display: none;
}
#more-info {
  margin-top: 10vw;
}
.info-group {
  position: relative;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 8vw;
}
#more-info .info-group:first-child::before {
  text-align: center;
  content: "Coming Soon";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5vw;
  line-height: 50vw;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.info-group__img {
  width: 100%;
  border-radius: 5vw;
  box-shadow: -1.5vw 1.5vw rgba(0, 0, 0, 0.1);
}
.info-group__link {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  color: #fff;
  background-color: #f55b65;
  text-align: center;
  padding: 2vw 6vw;
  border-radius: 2vw;
  text-decoration: none;
  font-weight: 700;
}
.info-group__link:hover {
  text-decoration: none;
}

/*======== MessageBox =========*/
.mask,
.detail-info__mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.message-box {
  position: absolute;
  width: 90vw;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3.1vw;
  padding: 3.1vw;
}
.message-box__close-btn {
  border: none;
  background: transparent;
  width: 10vw;
  position: absolute;
  top: 1vw;
  right: 0px;
}
.message-box__close-btn img {
  width: 100%;
}

.message-box__body {
  border: 1px solid #ffadb3;
  padding: 3.1vw;
  border-radius: 3.1vw;
  padding-left: 26.25vw;
  position: relative;
}
.message-box__img {
  position: absolute;
  width: 20vw;
  left: 3.1vw;
  top: 50%;
  transform: translateY(-50%);
}

.message-box__title {
  color: #f55b65;
  font-size: 5vw;
  margin: 0px;
}
.message-box__desc {
  margin: 3.5vw 0;
}
.message-box__fb {
  display: block;
}

.message-box__fb img {
  width: 30vw;
}

.detail-info__mask .message-box__body {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 10px;
}
.detail-info__mask .message-box__body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.detail-info__mask .message-box__body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.detail-info__mask .message-box__body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.detail-info__mask .message-box__body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.detail-info__mask .message-box__body::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.detail-info__mask .message-box__close-btn {
  top: 4vw;
  right: 3.1vw;
}
/*======== MEDIA QUERY =========*/
@media screen and (min-width: 680px) {
  #grass {
    background-image: url(../image/grass3.png);
    background-size: auto;
    height: auto;
    min-height: 670px;
	top: 537px;
  }
  .bg {
    display: none;
  }
  .section1,
  .section2,
  .section3 {
    width: 680px;
    margin: 0 auto;
  }
  .bg--web {
    display: block;
  }

  .section1 {
    height: 266px;
  }

  .section1 .bg--web {
    display: block;
    width: 640px;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .section1 .section-info {
    padding: 25px 15px;
    bottom: 64px;
    right: 10px;
    box-shadow: -6px 5px rgba(0, 0, 0, 0.1);
    max-width: 460px;
  }

  .section1 .section-info__title {
    width: 308px;
    top: 0px;
    left: 30px;
    transform: translateY(-50%);
  }

  .section1 #car01 {
    width: 180px;
    top: -15px;
    left: -240px;
  }

  .section1 #flag01 {
    width: 80px;
    top: 40px;
    left: -52px;
  }

  .section2 {
    height: 452px;
    overflow: initial;
  }

  .section2 .bg--web {
    position: absolute;
    right: 0px;
    bottom: 100px;
  }

  .section2 .section-info {
    max-width: 355px;
    padding: 25px 15px;
    bottom: 155px;
    right: 255px;
    box-shadow: -6px 5px rgba(0, 0, 0, 0.1);
  }

  .section2 .section-info__title {
    width: auto;
    left: 20px;
    top: 0px;
    transform: translateY(-50%);
  }

  .section2 #ice {
    width: 116px;
    top: 74px;
    right: inherit;
    left: -90px;
  }

  .section2 #car02 {
    width: 274px;
    left: 340px;
    top: 0px;
  }

  .section2 #flag02 {
    width: 82px;
    bottom: 20px;
    left: 527px;
  }

  .section3 {
    width: 90vw;
  }
  .apply-form__title {
    display: none;
  }

  .apply-form__title--web {
    display: block;
    position: absolute;
    width: 80%;
    max-width: 641px;
    top: -70px;
  }
  .apply-form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 55px 55px 20px;
    margin-top: 30px;
    box-shadow: -6px 5px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .apply-form .form-group {
    margin-bottom: 10px;
  }

  .apply-form .form-label {
    width: 108px;
    height: 41px;
    line-height: 41px;
    padding: 0px;
    margin-right: 15px;
  }

  .apply-form .form-input {
    height: 41px;
    line-height: 41px;
    padding-left: 10px;
    width: calc(100% - 108px - 25px);
  }
  .apply-form .form-group--multiple .form-input {
    width: 115px;
  }
  .apply-form .form-group--multiple .form-input.form_input--block {
    margin-top: 10px;
    margin-left: calc(108px + 20px);
    width: calc(100% - 108px - 25px);
  }
  .apply-form .form-check {
    margin-bottom: 10px;
    margin-left: calc(108px + 15px);
    font-size: 14px;
  }
  .apply-form button {
    width: 333px;
    padding: 10px 0px;
    margin: 0 auto;
    display: block;
  }
  #section3-gift {
    width: 141px;
    top: 387px;
    left: -15px;
  }

  #more-info {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .info-group {
    display: inline-block;
    width: 45%;
    margin: 0;
  }
  #more-info .info-group:first-child::before {
    border-radius: 10px;
    line-height: 160px;
  }
  .info-group__img {
    border-radius: 10px;
    box-shadow: -6px 5px rgba(0, 0, 0, 0.1);
  }
  .info-group__link {
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 16px;
  }
  .message-box {
    width: 515px;
    border-radius: 10px;
    padding: 10px;
  }
  .message-box__close-btn {
    width: 47px;
    top: 5px;
    right: 0px;
  }
  .message-box__body {
    padding: 10px;
    border-radius: 10px;
    padding-left: 243px;
  }
  .message-box__img {
    position: absolute;
    width: 213px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .message-box__title {
    color: #f55b65;
    font-size: 32px;
    margin: 1em 0 0;
  }
  .message-box__desc {
    margin: 1em 0;
  }
  .message-box__fb {
    display: block;
  }

  .message-box__fb img {
    width: 232px;
  }
  .detail-info__mask .message-box {
    padding: 10px;
  }
  .detail-info__mask .message-box {
    width: 90vw;
    max-width: 1200px;
  }
  .detail-info__mask .message-box__close-btn {
    top: 15px;
    right: 10px;
  }
}