@charset "UTF-8";

html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Helvetica", "Arial", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.85;
  min-width: 1100px;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"] {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

p {
  word-break: normal;
  word-wrap: break-word;
}

body:after,
.header__inner:after,
.contents-list:after {
  display: block;
  content: "";
  clear: both;
}

#conteiner {
  font-size: 16px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}


#header {
  width: 100%;
  background-image: linear-gradient(90deg, #03274c 2%, #2087be);
}

.header__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.header__logo h1 {
  color: #fff;
  font-size: 24px;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 60px;
}

h2 span {
  font-weight: bold;
  color: #f00;
  font-style: italic;
}



#content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

main {
  margin-top: 30px;
}

.main-video {
  max-width: 800px;
  margin: 0 auto 60px;
}

.main-video iframe{
  width: 100%;
  height: 450px;
}


.conv-btn {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

a.btn_08 {
  font-weight: bold;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
a.btn_08::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #ffbfbf 20%, #c2fcf9 40%, #f9c5ff 51%, #ffbfbf 80%);
  border-radius: 7em;
  box-sizing: border-box;
}
a.btn_08::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #e99300;
  border-radius: 7em;
  box-sizing: border-box;
  transform: translate(0, -10px);
}
a.btn_08 span {
  font-weight: bold;
  position: relative;
  display: block;
  padding: 1rem 2.5rem;
  transform: translate(0, -10px);
  overflow: hidden;
  z-index: +1;
}
a.btn_08 span::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
}
a.btn_08::after, a.btn_08 span {
  transition-property: transform;
  transition-duration: 0.3s;
}
a.btn_08:hover::after, a.btn_08:hover span {
  transform: translate(0, 0);
}
a.btn_08:hover span::before {
  animation: shine 1s ease-in-out 1;
}
@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(45deg);
    opacity: 0.5;
  }
  20% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.fg-img {
  max-width: 650px;
  height: auto;
  margin: 50px auto;
}

.fg-img img {
  width: 100%;
  height: auto;
}


.movie-sec {
  margin: 60px auto 0;
}

.movie-sec h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.movie-wrap {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.movie-list {
  width: 45%;
  height: auto;
  margin: 0 2.5% 20px;
}

.movie-list:nth-of-type(4),
.movie-list:nth-of-type(3) {
  margin-bottom: 0;
}

.movie-list iframe {
  width: 100%;
  min-height: 200px;
}


.contact-sec {
  margin-top: 60px;
  background-size: cover;
  padding: 30px 0 50px;
  position: relative;
  background: #154f28;
}

.contact-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/background.png") center no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
    background-size: 110%;
    background-position: 63.6%;
}

.contact-sec_inner {
  position: relative;
}

.contact-sec h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;

}

.app-icon {
  margin: 20px 0 40px;
}

.app-icon ul {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.app-icon li {
  width: 120px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}

.app-icon li img {
  width: 100%;
  height: auto;
}

.contact-sec .conv-btn {
  margin-bottom: 30px;
}

.btn_contact {
  color: #fff;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  font-weight: bold;
  padding: 14px 0;
  box-shadow: 0px 0px 16px -6px rgba(255,255,255,0.6);
}

.btn_contact:hover {
  box-shadow: 0px 0px 20px -3px rgba(255,255,255,1);
  opacity: .9;
}

.btn_whatsapp {
  background: #28a71b;
}
.btn_line {
  background: #38cd01;
}


#footer {
  width: 100%;
  height: auto;
  padding: 0;
  background-image: linear-gradient(90deg, #03274c 2%, #2087be);
}

#footer::after {
  content: "";
}

.copyright {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}


@media only screen and (max-width: 1100px) {
  body {
    min-width: auto;
  }
}

@media only screen and (max-width: 768px) {

  .header__logo h1 {
    color: #fff;
    font-size: 18px;
  }

  h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 40px;
  }


  .main-sec {
    padding: 0 3%;
  }

  .main-video {
    max-width: 100%;
    margin: 0 auto 50px;
  }

  .main-video iframe{
    height: 250px;
  }


  .fg-img {
    max-width: 100%;
    margin: 40px auto;
  }


  .movie-sec {
    margin: 40px auto 0;
  }

  .movie-sec h3 {
    font-size: 18px;
  }

  .movie-wrap {
    width: 100%;
    padding: 0 30px;
  }

  .movie-list {
    width: 100%;
    margin: 0 0 20px;
  }

  .movie-list:nth-of-type(3) {
    margin-bottom: 20px;
  }

  .movie-list iframe {
    min-height: 180px;
  }


  .contact-sec {
    margin-top: 50px;
    background-size: cover;
    padding: 30px 3% 20px;
  }

  .contact-sec:before {
    background-size: 1050px;
    background-position: 51.8%;
  }

  .contact-sec h3 {
    font-size: 21px;
  }

  .app-icon {
    margin: 15px 0 30px;
  }

  .app-icon li {
    width: 65px;
  }

  .contact-sec .conv-btn {
    margin-bottom: 30px;
  }

  .btn_contact {
    padding: 10px 0;
  }


  .copyright p {
    color: #fff;
    text-align: center;
    font-size: 13px;
  }

  a[href^="tel"] {
    pointer-events: auto;
  }
}
