* {
  box-sizing: border-box;
}
*::-moz-selection {
  background: #cb893b;
  color: #fff;
}
*::selection {
  background: #cb893b;
  color: #fff;
}

*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: system-ui,-apple-system,BlinkMacSystemFont, 
    'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  background-color: #fff;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal;
}

.wrapper {
  overflow: hidden;
  padding-bottom: 64px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.main {
  margin: 0 auto;
}

.main.center {
  max-width: 1200px;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}
img.w-auto {
  width: auto;
}
.show-sm-down,
.show-md-down {
  display: block !important;
}
img.show-sm-down,
img.show-md-down {
  display: inline-block !important;
}
.show-sm-up,
.show-md-up,
img.show-sm-up,
img.show-md-up {
  display: none !important;
}

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
}
.bt::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bt:focus {
  outline: none;
}
.bt:hover {
  text-decoration: none;
}
.bt-style1 {
  color: #fff;
  background: #333;
  font-weight: 700;
  line-height: 2.5;
  width: 12.5em;
  border-radius: 5px;
}
.bt-style1:hover {
  background: #c00020;
}

.field {
  display: block;
  width: 100%;
  height: 2.5em;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.field:focus {
  outline: none;
  border-color: #cb893b;
}
.field::-webkit-input-placeholder {
  color: #999;
}
.field::-moz-placeholder {
  color: #999;
}
.field:-ms-input-placeholder {
  color: #999;
}
.field:-moz-placeholder {
  color: #999;
}

textarea.field {
  height: auto;
  line-height: 1.5;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.field-group {
  position: relative;
  line-height: 2.5em;
  margin-bottom: 20px;
  font-size: 0.875em;
}
.field-group .field-label {
  float: left;
  display: block;
  width: 5em;
  text-align: right;
}
.field-group .field-label b {
  color: #f00;
}
.field-group .field-box {
  position: relative;
  margin-left: 6em;
}
.field-group .field-box:focus-within {
  border-color: #cb893b;
}
.field-group a {
  display: inline-block;
  color: #cb893b;
  text-decoration: underline;
}
.field-group a:hover {
  color: #333;
}
.custom-radio,
.custom-checkbox {
  position: relative;
  display: block;
}
.custom-radio.inline,
.custom-checkbox.inline {
  display: inline-block;
}
.custom-radio input,
.custom-checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-radio input + *,
.custom-checkbox input + * {
  display: block;
  text-indent: -2.25em;
  padding-left: 2.25em;
  line-height: 1.5;
}
.custom-radio input + * *,
.custom-checkbox input + * * {
  text-indent: 0;
}
.custom-radio input + *::before,
.custom-checkbox input + *::before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  background: #fff no-repeat 0 50%;
  background-size: 200% 100%;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  margin-left: 0.2em;
  margin-right: 0.5em;
  position: relative;
  top: 0.05em;
}
.custom-radio input:checked + *::before,
.custom-checkbox input:checked + *::before {
  background-position: 100% 50%;
}

.custom-checkbox input + *::before {
  background-image: url(../img/form_checkbox.png);
}
.custom-radio input + *::before {
  background-image: url(../img/form_radio.png);
  border-radius: 50%;
}
.field-group .field-box .custom-radio.inline,
.field-group .field-box .custom-checkbox.inline {
  margin-right: 1em;
}
.form-foot {
  text-align: center;
  padding-top: 2em;
}

.header .site-title {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 5px 15px;
  font-size: 1em;
  transition: 0.3s;
}

.header .site-title .logo {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  vertical-align: top;
  background: url(../img/logo.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 152px;
  height: 70px;
}

.header .site-title .logo:hover {
  opacity: 0.7;
}

.header-fixed .header .site-title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.nav-open .header .site-title {
  background: #c00020;
  transition: 0.3s 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav {
  background: #c00020;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 100%;
  right: -300px;
  bottom: 0;
  overflow: hidden;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 80px;
}

.nav-open .nav {
  right: 0;
  left: 0;
}

.nav-open {
  overflow: hidden;
}

.nav-toggle {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background: none;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: top;
}

.nav-toggle .ic-bar {
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle .ic-bar:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

.nav-open .nav-toggle .ic-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle .ic-bar:nth-of-type(2) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

.nav-open .nav-toggle .ic-bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .nav-toggle .ic-bar:nth-of-type(3) {
  display: none;
}

.nav-inner {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 1.25em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 1.5em 0 225px;
  background: url('../img/nav_bg.png') no-repeat 100% 100%;
}

.nav .menu > li {
  margin-bottom: 0.5em;
}

.nav .menu > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.5em 2em;
}

.nav .menu > li > a:hover,
.nav .menu > li.current > a {
  background: rgba(51, 51, 51, 0.5);
}
.nav .menu .txt-pc {
  display: none;
}

.floating {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: -1px;
  border-top: 1px solid #fff;
  background: #333;
  color: #fff;
}

.floating-contact {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
}

.floating-contact > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
}

.floating-contact > li > a {
  display: block;
  text-align: center;
  padding: 10px;
}
.floating-contact > li > a:hover {
  background-color: #CB893B;
}

.floating-contact > li > a > * {
  display: block;
}
.floating-contact > li > a > .ic {
  font-size: 25px;
}

.gotop {
  background: #333 url('../img/gotop.png') no-repeat 50% 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: fixed;
  right: 5px;
  bottom: 25%;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.gotop:hover {
  background-color: #cb893b;
}
.header-fixed .gotop {
  z-index: 200;
  opacity: 1;
  pointer-events: visible;
}

.footer {
  color: #fff;
  background: #c00020;
  font-size: 0.875em;
}
.footer .container {
  padding: 60px;
}
.footer-logo {
  letter-spacing: 2.5em;
}
.footer-logo img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 1em;
}
.footer-info {
  padding: 1em 0;
}
.footer-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-info-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
.footer-info-list li .ic {
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-copyright {
  font-size: 0.9em;
}
.footer-copyright .author {
  opacity: 0.5;
  margin-top: 0.2em;
}

.gallery .slick-prev,
.gallery .slick-next {
  border: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  background: url('../img/slider_arrow_m.png') no-repeat;
  width: 25px;
  height: 50px;
  margin-top: -25px;
}
.gallery .slick-prev {
  left: 10px;
}
.gallery .slick-next {
  right: 10px;
  background-position: 100% 0;
}
.gallery .slick-dots {
  margin: 0;
  padding: 0.5em 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
}

.gallery .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}

.gallery .slick-dots li button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
  width: 28px;
  height: 28px;
}

.gallery .slick-dots li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gallery .slick-dots li button:focus {
  outline: none;
}

.gallery .slick-dots li button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #666;
}

.gallery .slick-dots li.slick-active button:before {
  background: #c00020;
}
.gallery .txt {
  display: none;
}
.gallery .pic {
  position: relative;
}
.gallery .pic-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.25em 0.75em;
}

.banner {
  position: relative;
  background: #931105;
}
.banner::before {
  content: '';
  display: block;
  padding-top: 169.17%;
}
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.dragscroll {
  margin: 0 auto;
  position: relative;
}
.dragscroll img {
  max-width: none;
  width: auto;
  height: 600px;
  margin: 0 auto;
}
.dragscroll-wrap {
  position: relative;
}
.zoom-icon {
  position: absolute;
  z-index: 10;
  right: 12px;
  top: 12px;
  line-height: 1;
}
.zoom-icon .ic {
  font-size: 40px;
  color: #fff;
}
.dragscroll-icon {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 50%;
  margin-left: -20px;
  font-size: 42px;
  line-height: 1;
  -webkit-animation: shake 1s ease-in-out infinite alternate;
  -o-animation: shake 1s ease-in-out infinite alternate;
  animation: shake 1s ease-in-out infinite alternate;
}
.dragscroll-wrap .photo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: move;
  -webkit-overflow-scrolling: touch;
}
.photo {
  margin: 0;
  background: #00a0ea;
}
#sect2 .photo a {
  display: block;
  padding-top: 50px;
}
#sect2 .dragscroll-wrap {
  background: #00a0ea;
  padding-top: 70px;
  color: #fff;
}

@-webkit-keyframes shake {
  0% {
    margin-left: -19px;
  }
  100% {
    margin-left: -39px;
  }
}

@-o-keyframes shake {
  0% {
    margin-left: -19px;
  }
  100% {
    margin-left: -39px;
  }
}

@keyframes shake {
  0% {
    margin-left: -19px;
  }
  100% {
    margin-left: -39px;
  }
}

.main {
  background: #eee url('../img/main_bg_m.jpg') repeat-y;
  background-size: 100% auto;
}
.sect {
  position: relative;
}
.sect-content {
  padding: 70px 35px 35px;
  position: relative;
}
.sect-content.pt2 {
  padding-top: 35px;
}
.sect-content.pb0 {
  padding-bottom: 0;
}
.sect-heading.mb1 {
  margin-bottom: 1em;
}
.sect-heading.mb2 {
  margin-bottom: 2em;
}
.sect-heading img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0.5em 0 1em;
}
.sect-title {
  font-family: 'DFGMinchoP-W5', '新細明體', serif;
  letter-spacing: 0.05em;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 0.25em;
}
.sect-title img {
  display: inline-block;
  vertical-align: text-bottom;
  height: 1em;
}
.sect-smalltitle {
  color: #cb893b;
  font-family: 'Times New Roman', 'EB Garamond', serif;
  line-height: 1.16;
}
.sect-smalltitle.fz2 {
  font-size: 1.875em;
}
.sect-smalltitle .ic {
  font-size: 0.85em;
  margin: 0 0.25em;
}
.sect-subtitle {
  color: #000;
  font-family: 'DFGMinchoP-W5', '新細明體', serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 0.25em;
}
.sect-subtitle img {
  display: inline-block;
  vertical-align: text-bottom;
  height: 1em;
}
.sect-desc {
  color: #666;
  font-size: 1em;
  margin: 0;
}
.sect-desc2 {
  color: #333;
  font-size: 1.125em;
  margin: 0 -1em 0.5em;
}
.sect-desc.lh2 {
  line-height: 2;
}
.sect .deco {
  position: absolute;
}
#sect1 {
  padding-bottom: 3em;
}
#sect1 .deco {
  width: 32.85%;
  max-width: 136px;
  top: 86px;
  right: 30px;
}
#sect2 {
  padding-bottom: 62px;
}
#sect3 .deco,
#sect4 .deco,
#sect5 .deco {
  width: 32.85%;
  max-width: 136px;
  top: 142px;
  right: 9px;
}
#sect5 {
  padding-bottom: 128px;
}
#sect5 .deco {
  top: 50px;
  right: 30px;
}
#sect5 .deco2 {
  width: 414px;
  bottom: 0;
  left: 0;
}
#sect7 {
  padding-bottom: 200px;
}
#sect7 .deco {
  width: 180px;
  bottom: -40px;
  right: -30px;
}
#sect7 .sect-title img {
  vertical-align: middle;
  margin: 0.2em 0;
}

.architect {
  padding: 45px 50px;
}
.architect img {
  width: auto;
  vertical-align: text-bottom;
}
.architect .txt {
  padding: 20px 25px;
}
.architect .info {
  font-family: 'DFGMinchoP-W5', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666;
  padding-left: 25px;
  margin: 1.2em 0 0;
}
.architect .info li {
  margin-bottom: 0.4em;
}

#sect8 {
  padding-bottom: 64px;
}
#sect8 .sect-content {
  text-align: center;
}
#sect8 .sect-smalltitle {
  margin-bottom: 1em;
}
#sect8 .sect-subtitle,
#sect8 .reminder {
  display: inline-block;
  margin: 0 0.25em;
}
#sect8 .sect-subtitle img {
  display: inline-block;
  margin: 0;
}
#sect8 .txt-wrap {
  margin-bottom: 1em;
}
#sect8 .txt-wrap img {
  margin: 0 auto;
}

#sect8 .reminder b {
  color: #f00;
}
.contact-form {
  padding: 30px 40px;
}

@media (min-width: 768px) {
  .main {
    background-image: url('../img/main_bg.jpg');
  }
  .br-sm-up {
    display: block;
    height: 0;
  }
  .show-sm-down,
  img.show-sm-down {
    display: none !important;
  }
  .show-sm-up {
    display: block !important;
  }
  img.show-sm-up {
    display: inline-block !important;
  }
  
  .banner::before {
    padding-top: 56.25%;
  }

  .architect::after {
    content: '';
    display: block;
    clear: both;
  }
  .architect .pic {
    float: left;
    width: 42%;
  }
  .architect .txt {
    float: right;
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding-bottom: 70px;
  }
  .show-md-down,
  img.show-md-down {
    display: none !important;
  }
  .show-md-up {
    display: block !important;
  }
  img.show-md-up {
    display: inline-block !important;
  }
  .header {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-fixed .header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .header .container {
    padding: 0 30px;
  }
  .header .site-title {
    position: static;
    float: left;
    padding: 15px 0;
  }
  .header-fixed .header .site-title {
    background: none;
  }
  .nav {
    position: static;
    overflow: visible;
    background: none;
    margin-left: 180px;
    padding: 0;
  }
  .nav-toggle {
    display: none;
  }
  .nav-inner {
    position: relative;
    top: 0;
  }
  .nav .menu {
    background: none;
    padding: 0;
    display: flex;
    text-align: center;
    max-width: 900px;
  }
  .nav .menu > li {
    margin-bottom: 0;
    flex: auto;
  }
  .nav .menu > li > a {
    padding: 2em 1em 1em;
  }
  .nav .menu .txt-m {
    display: none;
  }
  .nav .menu .txt-pc {
    display: inline;
  }
  .floating-contact {
    font-size: 18px;
  }
  .floating-contact > li > a {
    padding: 20px 0;
    line-height: 28px;
  }
  .floating-contact > li > a > * {
    display: inline-block;
    vertical-align: middle;
  }
  .floating-contact > li > a > .ic {
    margin-right: 0.25em;
    min-width: 1em;
    text-align: center;
  }
  .footer .container::after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-logo {
    float: left;
  }
  .footer-info {
    float: right;
    width: 40%;
    padding: 0.5em 0;
    margin-top: 0;
  }
  .footer-copyright {
    clear: left;
  }
  
  .gallery .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .gallery .slick-dots li button {
    width: 46px;
    height: 46px;
  }
  .gallery .slick-dots li button:before {
    width: 16px;
    height: 16px;
  }
  .gallery .slick-prev, .gallery .slick-next {
    background-image: url('../img/slider_arrow.png');
    background-size: auto 100%;
    width: 35px;
    height: 70px;
    margin-top: -35px;
  }
  .gallery .slick-prev {
    left: 1.83%;
  }
  .gallery .slick-next {
    right: 1.83%;
  }
  .footer .container,
  .sect .container {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
  }
  .sect-smalltitle {
    font-size: 1.4em;
  }
  #sect1, #sect2 {
    padding-bottom: 10.4%;
  }
  #sect1 .sect-content .sect-heading {
    float: left;
    margin-right: 5em;
    margin-bottom: 0;
  }
  #sect1 .deco {
    width: 15.4%;
    max-width: 222px;
    right: 0;
  }
  .dragscroll img {
    height: 800px;
  }
  .sect::after {
    content: '';
    display: block;
    clear: both;
  }
  .sect-heading {
    margin-bottom: 2px;
  }
  .sect-heading.mb1 {
    margin-bottom: 3.5em;
  }
  .sect-heading.mb2 {
    margin-bottom: 5em;
  }
  .content-wrap .sect-content {
    padding-bottom: 0;
  }
  #sect3 {
    padding-bottom: 19%;
  }
  #sect1 .sect-heading img,
  #sect3 .sect-heading img,
  #sect4 .sect-heading img {
    height: 4.8em;
  }
  #sect5 .sect-heading img {
    height: 8.2em;
  }
  #sect6 .sect-heading img {
    height: 10.875em;
  }
  #sect3 .content-wrap,
  #sect5 .content-wrap {
    float: right;
    width: 37.5%;
  }
  #sect3 .gallery-wrap,
  #sect5 .gallery-wrap {
    float: left;
    width: 62.5%;
  }
  #sect4 .content-wrap,
  #sect6 .content-wrap {
    float: left;
    width: 37.5%;
  }
  #sect4 .gallery-wrap,
  #sect6 .gallery-wrap {
    float: right;
    width: 62.5%;
  }
  #sect4 {
    padding-bottom: 22%;
  }
  #sect4 .deco2 {
    position: absolute;
    left: 30px;
    bottom: 50px;
    width: 198px;
  }
  #sect4 .sect-content {
    text-align: right;
  }
  #sect5 {
    padding-bottom: 12%;
  }
  #sect5 .sect-content {
    padding-top: 40px;
  }
  #sect6 {
    padding-bottom: 5%;
  }
  #sect6 .sect-content {
    padding-top: 15px;
  }
  #sect6 .deco2 {
    width: 39%;
  }
  #sect7 {
    padding-bottom: 100px;
  }
  #sect7 .deco {
    width: 200px;
    bottom: 0;
    right: 0;
  }
  #sect8 .txt-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
  }
  
  #sect8 .txt-wrap img {
    height: 2.8em;
  }
  #sect8 .txt-wrap .txt1 {
    padding-right: 1em;
  }
  #sect8 .txt-wrap .txt2 {
    text-align: left;
  }
  #sect8 .sect-title {
    margin-bottom: 0;
  }
  #sect8 .sect-smalltitle,
  #sect8 .sect-desc2 {
    margin: 0;
  }
  .contact-form {
    padding: 60px 0;
  }
  .contact-form .row {
    margin: 0 -35px;
  }
  .contact-form .row::after {
    content: '';
    display: block;
    clear: both;
  }
  .contact-form .col {
    float: left;
    width: 50%;
    padding: 0 35px;
  }
}
@media (min-width: 1200px) {
  .header .container {
    padding: 0 50px;
  }
  .header .site-title .logo {
    width: 175px;
    height: 80px;
  }
  .nav {
    margin-left: 250px;
  }
  .nav .menu > li > a {
    padding: 2.25em 1em 1.25em;
  }
  .sect {
    font-size: 1.2em;
  }
  #sect1 .sect-content {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #sect1 .deco {
    top: 110px;
  }
  #sect3 .deco {
    top: 190px;
    width: 40%;
    max-width: 273px;
  }
}
@media (min-width: 1440px) {
  .nav {
    margin-left: 300px;
  }
  .gotop {
    width: 50px;
    height: 50px;
    right: 1%;
  }
  .footer-logo {
    width: 38.6%;
    padding-top: 0.5em;
  }
  .footer-info {
    width: 29.6%;
    padding: 0;
  }
  .footer-copyright {
    padding-top: 1.25em;
    clear: none;
  }
  .footer-copyright .author {
    margin-top: 0.5em;
  }
  .gallery .slick-prev, .gallery .slick-next {
    width: 50px;
    height: 100px;
    margin-top: -50px;
  }
  .sect {
    font-size: 1.5em;
  }
  #sect1 .sect-content {
    padding: 140px 50px 80px;
  }
  #sect1 .deco {
    top: 160px;
  }
  .dragscroll img {
    height: 1080px;
  }
  #sect3 .deco {
    top: 240px;
    right: 10%;
  }
  #sect3 .sect-content,
  #sect5 .sect-content {
    padding-left: 60px;
    padding-right: 0;
  }
  #sect4 .content-wrap,
  #sect6 .content-wrap {
    display: flex;
    justify-content: flex-end;
  }
  #sect4 .sect-content,
  #sect6 .sect-content {
    flex: 1;
    max-width: 480px;
    padding-left: 0;
    padding-right: 60px;
  }
  #sect4 .sect-content {
    text-align: right;
  }
  #sect4 .deco2 {
    left: 10%;
  }
  #sect7 {
    padding-bottom: 150px;
  }
  #sect7 .deco {
    width: 369px;
  }
  .architect {
    max-width: 1220px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .architect .txt {
    width: 44%;
  }
  .contact-form .row {
    margin: 0 -60px;
  }
  .contact-form .col {
    padding: 0 60px;
  }
}
@media (min-width: 1680px) {
  .sect-heading.mb2 {
    margin-bottom: 10em;
  }
  #sect3 .deco {
    top: 280px;
  }
  #sect3 .sect-heading.mb2 {
    margin-bottom: 12em;
  }
  #sect4 .deco2 {
    left: 15%;
  }
  #sect6 .sect-heading.mb2 {
    margin-bottom: 6em;
  }
  #sect6 .deco2 {
    position: relative;
    top: -100px;
  }
}
@media (min-width: 1920px) {
  .dragscroll-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-sm-down {
    display: block;
    height: 0;
  }
}
