/* 
for 火鶴工業股份有限公司
create 2024/3/30
author Kinjen
*/
@font-face {
  font-family: "gothic";
  src: url("../fonts/gothic.ttf");
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 20px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  letter-spacing: 1px;
}
p {
  margin: 0;
  padding: 0;
}
a {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover, a.active {
  text-decoration: none;
  outline: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input, textarea {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  width: 100%;
  background-color: #fff;
}
textarea {
  height: 150px;
}
figure {
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 38px;
}
.btn {
  display: inline-block;
  border-radius: 8px;
  padding: 1px 20px 0;
  border: 2px solid #fe4545;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #fe4545;
  color:#fff!important;
  text-decoration: none!important;;
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.row .col {
  margin: 0 12px;
}
.row .col-3 {
  width: calc((100% / 4) - 24px);
}
.row .col-4 {
  width: calc((100% / 3) - 24px);
}
.row .col-8 {
  width: calc(((100% / 3) * 2) - 24px);
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 45px;
  background: url(../images/templete/header_shadow.png) no-repeat center bottom;
  z-index: 990;
  padding-bottom: 32px;
  transition: all 0.3s;
}
header.scroll {
  top: 0;
}
header.scroll .logo {
  width: 240px;
  margin-top: 17px;
  transition: all 0.3s;
  margin-bottom: 14px;
}
header.scroll #menu li a {
  padding: 30px 6px 28px;
}
header .shadow {
  background-color: #385492;
}
header .wrap{
  display: flex;
  justify-content: space-between;
}
header .logo {
  width: 318px;
  transition: all 0.3s;
  margin-top: 35px;
  display: block;
  margin-bottom: 28px;
}
header .btn-ham {
  display: none;
}
header #menu {
  display: flex;
}
header #menu li {
  margin: 0 10px;
}
header #menu li a {
  color: #fff;
  font-size: 16px;
  padding: 53px 3px 50px;
  display: block;
  transition: all 0.3s;
  font-weight: 500;
}
header #menu li a:hover {
  color: #ff0000;
  transition: all 0.3s;
}
header #menu li a.active {
  position: relative;
}
header #menu li a.active:before {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background-color: #ff0000;
  content: '';
}
header #menu li.line {
  position: relative;
}
header #menu li.line:after {
  position: absolute;
  width: 1px;
  height: 23px;
  left: -21px;
  top: 18px;
  background-color: #fff;
  content: '';
}
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section:last-child{
  padding-bottom: 80px;
}
.section.bg-gy{
  background: url(../images/templete/bg_gy.png) repeat center top;
}
.section .section-title {
  font-size: 26px;
  background: url(../images/templete/title_shadow.png) no-repeat center bottom;
  padding-bottom: 22px;
  margin-bottom: 35px;
  text-align: center;
  color:#385492;
  font-weight: bold;
}
.section .section-title .en{
  color:#ff0000;
  font-size: 25px;
  font-family: 'gothic';
  padding-left: 38px;
  padding-right: 38px;
}
.section .section-box{
  font-size: 16px;
  line-height: 1.6;
}
.section .section-box .name{
  font-size: 26px;
  color:#385492;
  font-weight: bold;
  margin-bottom: 15px;
}
.section .section-box ol{
  margin: 0;
  padding-left: 1.4em;
}
.section .section-box ol li{
  list-style: decimal;
}
.section .section-box .box + .box{
  margin-top: 40px;
}
footer {
  position: relative;
}
footer .btn-top {
  position: absolute;
  left: 50%;
  margin-left: -38px;
  width: 78px;
  top: -39px;
  font-size: 0;
}
footer .menu {
  text-align: center;
  background-color: #fff;
}
footer .menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 35px 22px;
}
footer .menu li:after {
  content: '';
  width: 2px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 34px;
  background-color: #dbd9d9;
}
footer .menu li a {
  font-size: 16px;
  padding: 0 6px;
  display: block;
  font-weight: bold;
  transition: all 0.3s;
}
footer .menu li a:hover {
  color: #385492;
  transition: all 0.3s;
}
footer .menu li:first-child:after {
  display: none;
}
footer .menu li.active {
  position: relative;
}
footer .menu li.active:before {
  position: absolute;
  width: calc(100% - 52px);
  height: 3px;
  left: 26px;
  top: 0;
  background-color: #385492;
  content: '';
}
footer .copyright {
  background-color: #333333;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
footer .copyright span{
  display: inline-block;
  padding: 0 16px;
}
#topBanner {
  height: 495px;
  padding-top: 290px;
  background: url(../images/templete/top_banner.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
#topBanner::before {
  content: "";
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 356px;
  z-index: 1;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 100%);
}
#topBanner .banner-text {
  padding-left: 67px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
}
#topBanner .banner-text .page-title {
  font-size: 57px;
}
#index #banner {
  position: relative;
}
#index #banner .full-slider {
  position: relative;
}
#index #banner .full-slider .slider-item .img {
  height: 988px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index #banner .full-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: none;
  padding: 0;
  border: none;
  margin-top: -70px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
#index #banner .full-slider .slick-arrow:hover {
  opacity: 1;
}
#index #banner .full-slider .slick-prev {
  left: 70px;
}
#index #banner .full-slider .slick-next {
  right: 70px;
}
#index #banner .banner-text {
  position: absolute;
  top: 250px;
  left: 50%;
  padding-left: 0;
  padding-right: 100px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
#index #banner .banner-text .text{
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1.7px;
  opacity: 0;
}
#index #banner .banner-text p {
  max-width: 290px;
  line-height: 1.4;
  opacity: 0;
}
#index #banner .banner-text .btn {
  font-size: 23px;
  margin-top: 265px;
  letter-spacing: 2px;
  padding: 6px 36px 10px;
  border-width: 4px;
  border-radius: 10px;
  opacity: 0;
}
#index #section1 .box{
  padding-top: 66.6%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#index #section1 .box::before{
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.46);
}
#index #section1 .box p{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color:rgba(255, 255, 255, 0.72);
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 2;
  font-size: 28px;
  text-align: center;
}
#index #section1 .section-box{
  margin-top: 38px;
}
#index #section1 .section-box .row .col-left {
  width: calc(36% - 24px);
}
#index #section1 .section-box .row .col-left a{
  display: block;
  position: relative;
}
#index #section1 .section-box .row .col-left a::after{
  width: 80px;
  height: 80px;
  content: "";
  background: url(../images/index/btn_play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left:calc(50% - 40px);
  top:calc(50% - 40px);
  transition: all 0.3s;
}
#index #section1 .section-box .row .col-left a:hover::after{
  width: 90px;
  height: 90px;
  left:calc(50% - 45px);
  top:calc(50% - 45px);
}
#index #section1 .section-box .row .col-right {
  width: calc(64% - 24px);
}
#index #section1 .section-box .btn-block{
  margin-top: 45px;
}
#index #section2 .gallery .col{
  margin-bottom: 20px;
}
#index #section2 .gallery .galleryPopup{
  display: block;
}
#index #section2 .gallery .galleryPopup:hover .img{
  box-shadow: 0 0 10px rgba(0,0,0, 0.46);
}
#index #section2 .gallery .galleryPopup:hover{
  color: #385492;
}
#index #section2 .gallery .galleryPopup .img{
  padding-top: 66.7%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  transition: all 0.3s;
}
#index #section2 .gallery .galleryPopup .text{
  text-align: center;
}
#index #section2 .popup-gallery{
  display: none;
}
#index #section3 .section-title{
  padding-bottom: 14px;
}
#index #section3 .section-title .icon{
  width: 41px;
  display: inline-block;
  vertical-align: top;
  margin-top: -8px;
  margin-bottom: 8px;
  animation: fly .8s linear infinite alternate;
}
#index #section3 .section-title .en{
  padding-left: 23px;
  padding-right: 23px;
}
#about #section1 .section-box img{
  margin-bottom: 33px;
}
#about #section2 .section-box{
  padding: 30px 0 50px;
}
#about #section2 .section-box ul{
  text-align: left;
}
#about #section2 .section-box ul li{
  position: relative;
  padding-left: 22px;
  margin: 5px 0;
}
#about #section2 .section-box ul li::before{
  width: 10px;
  height: 10px;
  background-color: #385492;
  position: absolute;
  left:0;
  top:8px;
  content: "";
}
#about #section2 .section-box .row .col-4 a{
  display: block;
  position: relative;
}
#about #section2 .section-box .row .col-4 a::after{
  width: 80px;
  height: 80px;
  content: "";
  background: url(../images/index/btn_play.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left:calc(50% - 40px);
  top:calc(50% - 40px);
  transition: all 0.3s;
}
#about #section2 .section-box .row .col-4 a:hover::after{
  width: 90px;
  height: 90px;
  left:calc(50% - 45px);
  top:calc(50% - 45px);
}
.gallery-box{
  margin-bottom: 20px;
}
.gallery-box .gallery-name{
  font-size: 26px;
  color:#385492;
  font-weight: bold;
  margin-bottom: 15px;
}
.gallery-box .popup-gallery a{
  display: block;
  padding-top:16%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.gallery-box .popup-gallery a:hover {
  box-shadow: 0 0 10px rgba(0,0,0, 0.46);
}
.mfp-title, .mfp-counter{
  font-size: 16px;
  padding: 5px 0;
}
#develop #section1 .gallery-box .popup-gallery a{
  padding-top: 20%;
}
#contact #section1 .section-box{
  text-align: center;
}
#contact .section-box a{
  color: #385492;
}
#contact .section-box a:hover{
  text-decoration: underline;
}
#contact .form-wrap{
  max-width: 640px;
  margin: 20px auto;
}
#contact .form-wrap .btn-block {
  margin-top: 35px;
  width: 100%;
}
#contact .form-wrap .btn-block .btn{
  font-size: inherit;
  line-height:1.6;
  color:inherit;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  color: #385492;
  cursor: pointer;
}
#contact .form-wrap .input-row{
  display: flex;
  margin-bottom: 10px;
}
#contact .form-wrap .input-row .name {
  margin-right: 30px;
  text-align: right;
  width: 100px;
  font-size: 20px;
}
#contact .form-wrap .input-row .input {
  width: calc(100% - 130px);
}
@-webkit-keyframes fly {
  form {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  to {
    margin-top: -2px;
    margin-bottom: 2px;
  }
}
@-moz-keyframes fly {
  form {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  to {
    margin-top: -2px;
    margin-bottom: 2px;
  }
}
@-o-keyframes fly {
  form {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  to {
    margin-top: -2px;
    margin-bottom: 2px;
  }
}
@keyframes fly {
  form {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  to {
    margin-top: -2px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1024px) {
  html, body {
    font-size: calc(100vw / 1200 * 20);
  }
  input, textarea {
    font-size: calc(100vw / 1200 * 16);
    padding: calc(100vw / 1200 * 10);
  }
  textarea {
    height: calc(100vw / 1200 * 150);
  }
  .wrap {
    padding: 0 calc(100vw / 1200 * 30);
  }
  .btn {
    border-radius: calc(100vw / 1200 * 8);
    padding: 0 calc(100vw / 1200 * 20);
    border-width: calc(100vw / 1200 * 2);
  }
  .row{
    margin: 0 calc(100vw / 1200 * -12);
  }
  .row .col {
    margin: 0 calc(100vw / 1200 * 12);
  }
  .row .col-3 {
    width: calc((100% / 4) - (100vw / 1200 * 24));
  }
  .row .col-4 {
    width: calc((100% / 3) - (100vw / 1200 * 24));
  }
  .row .col-8 {
    width: calc(((100% / 3) * 2) - (100vw / 1200 * 24));
  }
  header {
    top: calc(100vw / 1200 * 45);
  }
  header.scroll .logo {
    width: calc(100vw / 1200 * 240);
    margin-top: calc(100vw / 1200 * 17);
    margin-bottom: calc(100vw / 1200 * 14);
  }
  header.scroll #menu li a {
    padding: calc(100vw / 1200 * 30) calc(100vw / 1200 * 6) calc(100vw / 1200 * 28);
  }
  header .logo {
    width: calc(100vw / 1200 * 318);
    margin-top: calc(100vw / 1200 * 35);
    margin-bottom: calc(100vw / 1200 * 28);
  }
  header #menu li {
    margin: 0 calc(100vw / 1200 * 10);
  }
  header #menu li a {
    font-size: calc(100vw / 1200 * 16);
    padding: calc(100vw / 1200 * 53) calc(100vw / 1200 * 3) calc(100vw / 1200 * 50);
  }
  header #menu li a.active:before {
    height: calc(100vw / 1200 * 3);
  }
  header #menu li.line:after {
    width: calc(100vw / 1200 * 1);
    height: calc(100vw / 1200 * 23);
    left: calc(100vw / 1200 * -21);
    top: calc(100vw / 1200 * 18);
  }
  .section{
    padding-top: calc(100vw / 1200 * 50);
    padding-bottom: calc(100vw / 1200 * 50);
  }
  .section:last-child{
    padding-bottom: calc(100vw / 1200 * 80);
  }
  .section .section-title {
    font-size: calc(100vw / 1200 * 26);
    padding-bottom: calc(100vw / 1200 * 22);
    margin-bottom: calc(100vw / 1200 * 25);
  }
  .section .section-title .en{
    font-size: calc(100vw / 1200 * 25);
    padding-left: calc(100vw / 1200 * 38);
    padding-right: calc(100vw / 1200 * 38);
  }
  .section .section-box{
    font-size: calc(100vw / 1200 * 16);
  }
  .section .section-box .name{
    font-size: calc(100vw / 1200 * 26);
    margin-bottom: calc(100vw / 1200 * 15);
  }
  .section .section-box .box + .box{
    margin-top: calc(100vw / 1200 * 40);
  }
  footer .btn-top {
    margin-left: calc(100vw / 1200 * -38);
    width: calc(100vw / 1200 * 78);
    top: calc(100vw / 1200 * -39);
  }
  footer .menu li {
    padding: calc(100vw / 1200 * 35) calc(100vw / 1200 * 22);
  }
  footer .menu li:after {
    width: calc(100vw / 1200 * 2);
    height: calc(100vw / 1200 * 28);
    top: calc(100vw / 1200 * 34);
  }
  footer .menu li a {
    font-size: calc(100vw / 1200 * 16);
    padding: 0 calc(100vw / 1200 * 6);
  }
  footer .menu li.active:before {
    width: calc(100% - (100vw / 1200 * 52));
    height: calc(100vw / 1200 * 3);
    left: calc(100vw / 1200 * 26);
  }
  footer .copyright {
    font-size: calc(100vw / 1200 * 15);
    padding: calc(100vw / 1200 * 10);
  }
  footer .copyright span{
    padding: 0 calc(100vw / 1200 * 16);
  }
  #topBanner {
    height: calc(100vw / 1200 * 400);
    padding-top: calc(100vw / 1200 * 220);
  }
  #topBanner::before {
    height: calc(100vw / 1200 * 356);
  }
  #topBanner .banner-text {
    padding-left: calc(100vw / 1200 * 67);
  }
  #topBanner .banner-text .page-title {
    font-size: calc(100vw / 1200 * 57);
  }
  #index #banner .full-slider .slider-item .img {
    height: calc(100vw / 1200 * 840);
  }
  #index #banner .full-slider .slick-arrow {
    margin-top: 0;
  }
  #index #banner .full-slider .slick-prev {
    left: calc(100vw / 1200 * 20);
  }
  #index #banner .full-slider .slick-next {
    right: calc(100vw / 1200 * 20);
  }
  #index #banner .banner-text {
    top: calc(100vw / 1200 * 250);
    padding-left: 0;
    padding-right: calc(100vw / 1200 * 50);
  }
  #index #banner .banner-text .text{
    font-size: calc(100vw / 1200 * 64);
    margin-bottom: calc(100vw / 1200 * 10);
    letter-spacing: calc(100vw / 1200 * 1.7);
  }
  #index #banner .banner-text p {
    max-width: calc(100vw / 1200 * 290);
  }
  #index #banner .banner-text .btn {
    font-size: calc(100vw / 1200 * 23);
    margin-top: calc(100vw / 1200 * 265);
    letter-spacing: calc(100vw / 1200 * 2);
    padding: calc(100vw / 1200 * 6) calc(100vw / 1200 * 36) calc(100vw / 1200 * 10);
    border-width: calc(100vw / 1200 * 4);
    border-radius: calc(100vw / 1200 * 10);
  }
  #index #section1 .box p{
    font-size: calc(100vw / 1200 * 28);
  }
  #index #section1 .section-box{
    margin-top: calc(100vw / 1200 * 38);
  }
  #index #section1 .section-box .row .col-left {
    width: calc(36% - (100vw / 1200 * 24));
  }
  #index #section1 .section-box .row .col-left a::after{
    width: calc(100vw / 1200 * 80);
    height: calc(100vw / 1200 * 80);
    left:calc(50% - (100vw / 1200 * 40));
    top:calc(50% - (100vw / 1200 * 40));
  }
  #index #section1 .section-box .row .col-left a:hover::after{
    width: calc(100vw / 1200 * 90);
    height: calc(100vw / 1200 * 90);
    left:calc(50% - (100vw / 1200 * 45));
    top:calc(50% - (100vw / 1200 * 45));
  }
  #index #section1 .section-box .row .col-right {
    width: calc(64% - (100vw / 1200 * 24));
  }
  #index #section1 .section-box .btn-block{
    margin-top: calc(100vw / 1200 * 45);
  }
  #index #section2 .gallery .col{
    margin-bottom: calc(100vw / 1200 * 20);
  }
  #index #section2 .gallery .galleryPopup:hover .img{
    box-shadow: 0 0 calc(100vw / 1200 * 10) rgba(0,0,0, 0.46);
  }
  #index #section2 .gallery .galleryPopup .img{
    margin-bottom: calc(100vw / 1200 * 10);
  }
  #index #section3 .section-title{
    padding-bottom: calc(100vw / 1200 * 14);
  }
  #index #section3 .section-title .icon{
    width: calc(100vw / 1200 * 41);
    margin-top: calc(100vw / 1200 * -8);
    margin-bottom: calc(100vw / 1200 * 8);
  }
  #index #section3 .section-title .en{
    padding-left: calc(100vw / 1200 * 23);
    padding-right: calc(100vw / 1200 * 23);
  }
  #about #section1 .section-box img{
    margin-bottom: calc(100vw / 1200 * 33);
  }
  #about #section2 .section-box{
    padding: calc(100vw / 1200 * 30) 0 calc(100vw / 1200 * 50);
  }
  #about #section2 .section-box ul li{
    padding-left: calc(100vw / 1200 * 42);
    font-size: calc(100vw / 1200 * 28);
    margin: calc(100vw / 1200 * 5) 0;
  }
  #about #section2 .section-box ul li::before{
    width: calc(100vw / 1200 * 22);
    height: calc(100vw / 1200 * 22);
    top:calc(100vw / 1200 * 13);
  }
  .gallery-box{
    margin-bottom: calc(100vw / 1200 * 20);
  }
  .gallery-box .gallery-name{
    font-size: calc(100vw / 1200 * 26);
    margin-bottom: calc(100vw / 1200 * 15);
  }
  .gallery-box .popup-gallery a{
    margin-bottom: calc(100vw / 1200 * 20);
  }
  .gallery-box .popup-gallery a:hover {
    box-shadow: 0 0 calc(100vw / 1200 * 10) rgba(0,0,0, 0.46);
  }
  .mfp-title, .mfp-counter{
    font-size: calc(100vw / 1200 * 16);
    padding: calc(100vw / 1200 * 5) 0;
  }
  #contact .form-wrap{
    max-width: calc(100vw / 1200 * 640);
    margin: calc(100vw / 1200 * 20) auto;
  }
  #contact .form-wrap .btn-block {
    margin-top: calc(100vw / 1200 * 35);
  }
  #contact .form-wrap .input-row{
    margin-bottom: calc(100vw / 1200 * 10);
  }
  #contact .form-wrap .input-row .name {
    margin-right: calc(100vw / 1200 * 30);
    width: calc(100vw / 1200 * 100);
    font-size: calc(100vw / 1200 * 20);
  }
  #contact .form-wrap .input-row .input {
    width: calc(100% - (100vw / 1200 * 130));
  }
  @-webkit-keyframes fly {
    form {
      margin-top: calc(100vw / 1200 * -8);
      margin-bottom: calc(100vw / 1200 * 8);
    }
    to {
      margin-top: calc(100vw / 1200 * -2);
      margin-bottom: calc(100vw / 1200 * 2);
    }
  }
  @-moz-keyframes fly {
    form {
      margin-top: calc(100vw / 1200 * -8);
      margin-bottom: calc(100vw / 1200 * 8);
    }
    to {
      margin-top: calc(100vw / 1200 * -2);
      margin-bottom: calc(100vw / 1200 * 2);
    }
  }
  @-o-keyframes fly {
    form {
      margin-top: calc(100vw / 1200 * -8);
      margin-bottom: calc(100vw / 1200 * 8);
    }
    to {
      margin-top: calc(100vw / 1200 * -2);
      margin-bottom: calc(100vw / 1200 * 2);
    }
  }
  @keyframes fly {
    form {
      margin-top: calc(100vw / 1200 * -8);
      margin-bottom: calc(100vw / 1200 * 8);
    }
    to {
      margin-top: calc(100vw / 1200 * -2);
      margin-bottom: calc(100vw / 1200 * 2);
    }
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: calc(100vw / 320 * 20);
  }
  input, textarea {
    font-size: calc(100vw / 320 * 16);
    padding: calc(100vw / 320 * 10);
  }
  textarea {
    height: calc(100vw / 320 * 150);
  }
  .wrap {
    padding: 0 calc(100vw / 320 * 15);
  }
  .btn {
    border-radius: calc(100vw / 320 * 8);
    padding: 0 calc(100vw / 320 * 20);
  }
  .row{
    margin: 0;
  }
  .row .col {
    margin: 0 0 calc(100vw / 320 * 20);
  }
  .row .col-3 {
    width: 100%;
  }
  .row .col-4 {
    width: 100%;
  }
  .row .col-8 {
    width: 100%;
  }
  header {
    top: 0;
  }
  header .shadow{
    padding: calc(100vw / 320 * 10) 0 calc(100vw / 320 * 5);
  }
  header .wrap{
    display: block;
  }
  header .btn-ham {
    display: block;
    position: fixed;
    width: calc(100vw / 320 * 30);
    height: calc(100vw / 320 * 37);
    right: calc(100vw / 320 * 15);
    top: calc(100vw / 320 * 4);
    z-index: 999;
  }
  header .btn-ham span {
    background-color: #fff;
    display: block;
    height: calc(100vw / 320 * 3);
    margin: calc(100vw / 320 * 7) 0;
    transition: all 0.3s;
  }
  header .btn-ham.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: calc(100vw / 320 * 10);
  }
  header .btn-ham.active span:nth-child(2) {
    display: none;
  }
  header .btn-ham.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .logo {
    width: calc(100vw / 320 * 160);
    margin-bottom: 0;
    margin-top:0;
  }
  header.scroll .btn-ham {
    top: calc(100vw / 320 * 4);
  }
  header.scroll .logo {
    width: calc(100vw / 320 * 160);
    margin-bottom: 0;
    margin-top: 0;
  }
  header.scroll #menu {
    padding-top: calc(100vw / 320 * 70);
  }
  header.scroll #menu li a {
    padding: calc(100vw / 320 * 10) calc(100vw / 320 * 25);
  }
  header #menu {
    width: calc(100vw / 320 * 200);
    right: calc(100vw / 320 * -210);
    padding-top: calc(100vw / 320 * 70);
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s;
    display: block;
    background-color: #385492;
    z-index: -1;
  }
  header #menu li {
    margin: 0;
  }
  header #menu li a {
    font-size: calc(100vw / 320 * 16);
    padding: calc(100vw / 320 * 10) calc(100vw / 320 * 25);
  }
  header #menu li a.active:before {
    height: 100%;
    width: calc(100vw / 320 * 3);
  }
  header #menu li.line:after {
    display: none;
  }
  header #menu.active{
    right: 0;
  }
  .mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 980;
    display: none;
  }
  .mask.active {
    display: block;
  }
  .section{
    padding-top: calc(100vw / 320 * 30);
    padding-bottom: calc(100vw / 320 * 30);
  }
  .section:last-child{
    padding-bottom: calc(100vw / 320 * 30);
  }
  .section .section-title {
    font-size: calc(100vw / 320 * 20);
    padding-bottom: calc(100vw / 320 * 15);
    margin-bottom: calc(100vw / 320 * 20);
  }
  .section .section-title .en{
    font-size: calc(100vw / 320 * 18);
    padding-left: calc(100vw / 320 * 20);
    padding-right: calc(100vw / 320 * 20);
  }
  .section .section-box{
    font-size: calc(100vw / 320 * 16);
  }
  .section .section-box .name{
    font-size: calc(100vw / 320 * 20);
    margin-bottom: calc(100vw / 320 * 8);
  }
  .section .section-box .box + .box{
    margin-top: calc(100vw / 320 * 25);
  }
  footer .btn-top {
    display: none;
    position: fixed;
    width: calc(100vw / 320 * 50);
    height: calc(100vw / 320 * 50);
    background-color: rgba(0, 0, 0, 0.6);
    right: calc(100vw / 320 * 15);
    bottom: calc(100vw / 320 * 15);
    top: auto;
    left: auto;
    color: #fff;
    font-size: calc(100vw / 320 * 14);
    text-align: center;
    border-radius: 100%;
    box-shadow: calc(100vw / 320 * 2) calc(100vw / 320 * 2) calc(100vw / 320 * 50) rgba(0, 0, 0, 0.4);
    z-index: 980;
    line-height: calc(100vw / 320 * 50);
  }
  footer .btn-top img{
    display: none;
  }
  footer .menu {
    padding: calc(100vw / 320 * 20) 0;
  }
  footer .menu li {
    padding: calc(100vw / 320 * 10) calc(100vw / 320 * 6);
  }
  footer .menu li:after {
    width: calc(100vw / 320 * 2);
    height: calc(100vw / 320 * 18);
    top: calc(100vw / 320 * 10);
  }
  footer .menu li a {
    font-size: calc(100vw / 320 * 14);
    padding: 0 calc(100vw / 320 * 6);
  }
  footer .menu li.active:before {
    width: calc(100% - (100vw / 320 * 52));
    height: calc(100vw / 320 * 3);
    left: calc(100vw / 320 * 26);
  }
  footer .copyright {
    font-size: calc(100vw / 320 * 12);
    padding: calc(100vw / 320 * 10) 0;
    text-align: center;
  }
  footer .copyright span{
    padding: 0 calc(100vw / 320 * 16);
  }
  #topBanner {
    height: calc(100vw / 320 * 200);
    padding-top: calc(100vw / 320 * 100);
  }
  #topBanner::before {
    height: calc(100vw / 320 * 150);
  }
  #topBanner .banner-text {
    padding-left: 0;
  }
  #topBanner .banner-text .page-title {
    font-size: calc(100vw / 320 * 28);
  }
  #index #banner .full-slider .slider-item .img {
    height: calc(100vw / 320 * 400);
  }
  #index #banner .full-slider .slick-arrow {
    width: calc(100vw / 320 * 30);
  }
  #index #banner .full-slider .slick-prev {
    left: calc(100vw / 320 * 10);
  }
  #index #banner .full-slider .slick-next {
    right: calc(100vw / 320 * 10);
  }
  #index #banner .banner-text {
    top: calc(100vw / 320 * 90);
    padding: 0 calc(100vw / 320 * 60);
    left:0;
  }
  #index #banner .banner-text .text{
    font-size: calc(100vw / 320 * 34);
    margin-bottom: calc(100vw / 320 * 10);
    letter-spacing: calc(100vw / 320 * 1.7);
  }
  #index #banner .banner-text p {
    max-width: none;
    font-size: calc(100vw / 320 * 14);
  }
  #index #banner .banner-text .btn {
    font-size: calc(100vw / 320 * 16);
    margin-top: calc(100vw / 320 * 80);
    letter-spacing: calc(100vw / 320 * 2);
    padding: calc(100vw / 320 * 6) calc(100vw / 320 * 30) calc(100vw / 320 * 8);
    border-width: calc(100vw / 320 * 3);
    border-radius: calc(100vw / 320 * 10);
  }
  #index #section1 .box p{
    font-size: calc(100vw / 320 * 28);
  }
  #index #section1 .section-box{
    margin-top:calc(100vw / 320 * 20);
  }
  #index #section1 .section-box .row .col-left {
    width: 100%;
  }
  #index #section1 .section-box .row .col-left a::after{
    width: calc(100vw / 320 * 80);
    height: calc(100vw / 320 * 80);
    left:calc(50% - (100vw / 320 * 40));
    top:calc(50% - (100vw / 320 * 40));
  }
  #index #section1 .section-box .row .col-left a:hover::after{
    width: calc(100vw / 320 * 90);
    height: calc(100vw / 320 * 90);
    left:calc(50% - (100vw / 320 * 45));
    top:calc(50% - (100vw / 320 * 45));
  }
  #index #section1 .section-box .row .col-right {
    width: 100%;
  }
  #index #section1 .section-box .btn-block{
    margin-top: calc(100vw / 320 * 25);
  }
  #index #section2 .gallery .col{
    margin-bottom: calc(100vw / 320 * 20);
  }
  #index #section2 .gallery .galleryPopup:hover .img{
    box-shadow: 0 0 calc(100vw / 320 * 10) rgba(0,0,0, 0.46);
  }
  #index #section2 .gallery .galleryPopup .img{
    margin-bottom: calc(100vw / 320 * 10);
  }
  #index #section3 .section-title{
    padding-bottom: calc(100vw / 320 * 14);
  }
  #index #section3 .section-title .icon{
    width: calc(100vw / 320 * 36);
    margin-top: calc(100vw / 320 * -8);
    margin-bottom: calc(100vw / 320 * 8);
  }
  #index #section3 .section-title .en{
    padding-left: calc(100vw / 320 * 20);
    padding-right: calc(100vw / 320 * 20);
  }
  #about #section1 .section-box .col-4{
    display: flex;
    justify-content: space-between;
  }
  #about #section1 .section-box img{
    width: calc(50% - (100vw / 320 * 12));
    margin: 0;
  }
  #about #section2 .section-box{
    padding: calc(100vw / 320 * 10) 0 calc(100vw / 320 * 30);
  }
  #about #section2 .section-box ul li{
    padding-left: calc(100vw / 320 * 24);
    font-size: calc(100vw / 320 * 18);
    margin: calc(100vw / 320 * 5) 0;
  }
  #about #section2 .section-box ul li::before{
    width: calc(100vw / 320 * 14);
    height: calc(100vw / 320 * 14);
    top:calc(100vw / 320 * 9);
  }
  .gallery-box{
    margin-bottom: calc(100vw / 320 * 20);
  }
  .gallery-box .gallery-name{
    font-size: calc(100vw / 320 * 18);
    margin-bottom: calc(100vw / 320 * 10);
  }
  .gallery-box .popup-gallery a{
    margin-bottom: calc(100vw / 320 * 20);
    padding-top: 66.6%!important;
  }
  .gallery-box .popup-gallery a:hover {
    box-shadow: 0 0 calc(100vw / 320 * 10) rgba(0,0,0, 0.46);
  }
  .mfp-title, .mfp-counter{
    font-size: calc(100vw / 320 * 14);
    padding: calc(100vw / 320 * 5) 0;
  }
  #contact .form-wrap{
    max-width: none;
    margin: calc(100vw / 320 * 20) auto;
  }
  #contact .form-wrap .btn-block {
    margin-top: calc(100vw / 320 * 35);
  }
  #contact .form-wrap .input-row{
    margin-bottom: calc(100vw / 320 * 10);
    flex-direction: column;
  }
  #contact .form-wrap .input-row .name {
    text-align: left;
    margin-right: 0;
    width: auto;
    font-size: calc(100vw / 320 * 16);
    margin-bottom:calc(100vw / 320 * 5);
  }
  #contact .form-wrap .input-row .input {
    width: 100%;
  }
  @-webkit-keyframes fly {
    form {
      margin-top: calc(100vw / 320 * -8);
      margin-bottom: calc(100vw / 320 * 8);
    }
    to {
      margin-top: calc(100vw / 320 * -2);
      margin-bottom: calc(100vw / 320 * 2);
    }
  }
  @-moz-keyframes fly {
    form {
      margin-top: calc(100vw / 320 * -8);
      margin-bottom: calc(100vw / 320 * 8);
    }
    to {
      margin-top: calc(100vw / 320 * -2);
      margin-bottom: calc(100vw / 320 * 2);
    }
  }
  @-o-keyframes fly {
    form {
      margin-top: calc(100vw / 320 * -8);
      margin-bottom: calc(100vw / 320 * 8);
    }
    to {
      margin-top: calc(100vw / 320 * -2);
      margin-bottom: calc(100vw / 320 * 2);
    }
  }
  @keyframes fly {
    form {
      margin-top: calc(100vw / 320 * -8);
      margin-bottom: calc(100vw / 320 * 8);
    }
    to {
      margin-top: calc(100vw / 320 * -2);
      margin-bottom: calc(100vw / 320 * 2);
    }
  }

}
