@media screen and (min-width: 769px) {
  .txt + .caption {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .txt + .caption {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .townSection__area {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .townSection__area {
    margin-top: 40px;
  }
}

.townSection__movie {
  margin-top: 40px;
}

.townSection__movie .movieModal__btn {
  background-image: url(../imgs/btn-movie.jpg);
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .townSection__movie .movieModal__btn {
    height: 130px;
    width: 553px;
  }
}

@media screen and (max-width: 768px) {
  .townSection__movie .movieModal__btn {
    height: calc(130 / 553 * 100vw);
    width: 100%;
  }
}

.townSection__movie .movieModal__btn:after {
  border: solid 1px #8c795e;
  content: '';
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}

.townSection__movie .movieModal__btn .text {
  display: block;
  font-weight: 600;
  left: 47%;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .townSection__movie .movieModal__btn .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .townSection__movie .movieModal__btn .text {
    font-size: 16px;
  }
}

.townSection__movie .movieModal__btn .arrow {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .townSection__movie .movieModal__btn .arrow {
    height: 50px;
    right: -60px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .townSection__movie .movieModal__btn .arrow {
    height: 30px;
    right: -40px;
    width: 30px;
  }
}

.townSection__movie .movieModal__btn .arrow:after {
  bottom: 0;
  content: '';
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .townSection__movie .movieModal__btn .arrow:after {
    border-bottom: 8px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, 0.6);
    border-top: 8px solid transparent;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .townSection__movie .movieModal__btn .arrow:after {
    border-bottom: 6px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.6);
    border-top: 6px solid transparent;
    left: 13px;
  }
}

.townSection__movie .movieModal__btn:hover .arrow {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.townSection__movie .modalContent__inner {
  aspect-ratio: 16/9;
}

@media screen and (min-width: 769px) {
  .townSection__movie .modalContent__inner {
    width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .townSection__movie .modalContent__inner {
    width: 100%;
  }
}

.townSection__movie .modalContent__inner iframe {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .developSection {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .developSection {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .developSection__area {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .developSection__area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .developSection__area .photo .photo__capIn {
    margin-top: 10px;
    position: relative;
  }
}

.developSection__box {
  background: #000000;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .developSection__box {
    margin-top: 50px;
    padding: 60px;
  }
}

@media screen and (max-width: 768px) {
  .developSection__box {
    margin-top: 40px;
    padding: 40px 30px;
  }
}

@media screen and (min-width: 769px) {
  .developSection__logo {
    width: calc(207 / 880 * 100%);
  }
}

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

@media screen and (min-width: 769px) {
  .developSection__text {
    width: calc(633 / 880 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .developSection__text {
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .landscapeSection {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSection {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .landscapeSection__area {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSection__area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .landscapeSection__area .photo .photo__capIn {
    margin-top: 10px;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .greenSection {
    margin-top: 140px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .greenSection {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .greenSection__area {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .greenSection__area {
    margin-top: 40px;
  }
}

.greenSection .photo--abinc {
  margin-top: 30px;
  text-align: center;
}

.greenSection__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .greenSection__box {
    margin-top: 80px;
    padding: 59px;
  }
}

@media screen and (max-width: 768px) {
  .greenSection__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    padding: 29px;
  }
}

@media screen and (min-width: 769px) {
  .greenSection__box .heading {
    width: 147px;
  }
}

@media screen and (min-width: 769px) {
  .greenSection__box .txt {
    margin-top: 0;
    width: 673px;
  }
}

@media screen and (max-width: 768px) {
  .greenSection__box .txt {
    margin-top: 20px;
  }
}

.greenSection__box .txt sup {
  font-size: 10px;
  vertical-align: super;
}
