@charset "UTF-8";
html {
  font-family: "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  overflow-x: hidden;
}

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-feature-settings: inherit;
}

html,
body {
  height: 100%;
}

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer;
}

button {
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
}

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
button:hover {
  outline: none;
}

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

img {
  width: 100%;
}

main {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

.effect1 {
  opacity: 0;
}
.effect1.on {
  animation: ef1 1s forwards;
}

.effect2 li {
  opacity: 0;
}
.effect2.on li {
  animation: ef2 1s forwards;
}
.effect2.on li:nth-child(1) {
  animation-delay: 0s;
}
.effect2.on li:nth-child(2) {
  animation-delay: 0.2s;
}
.effect2.on li:nth-child(3) {
  animation-delay: 0.4s;
}
.effect2.on li:nth-child(4) {
  animation-delay: 0.6s;
}
.effect2.on li:nth-child(5) {
  animation-delay: 0.8s;
}
.effect2.on li:nth-child(6) {
  animation-delay: 1.0s;
}

.effect3 {
  opacity: 0;
}
.effect3.on {
  animation: ef3 1s forwards;
}

@keyframes ef1 {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes ef2 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ef3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move1 {
  0% {
    opacity: 0;
    transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes moveslide {
  0% {
    transform: scale(1.2) translate(70px, 0px);
  }
  100% {
    transform: scale(1.2) translate(-70px, 0px);
  }
}
@keyframes moveslide2 {
  0% {
    transform: scale(1.2) translate(30px, 0px);
  }
  100% {
    transform: scale(1.2) translate(-30px, 0px);
  }
}
#mainzone .swiper-slide-active .slide-img,
#mainzone .swiper-slide-duplicate-active .slide-img,
#mainzone .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

#page3 .swiper-slide-active .slide-img,
#page3 .swiper-slide-duplicate-active .slide-img,
#page3 .swiper-slide-next .slide-img,
#page3 .swiper-slide-prev .slide-img {
  animation: moveslide 17s linear 0s 1 normal both;
}
@media (max-width: 750px) {
  #page3 .swiper-slide-active .slide-img,
  #page3 .swiper-slide-duplicate-active .slide-img,
  #page3 .swiper-slide-next .slide-img,
  #page3 .swiper-slide-prev .slide-img {
    animation: moveslide2 17s linear 0s 1 normal both;
  }
}

_:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img,
_:-ms-lang(x)::-ms-backdrop, .swiper-slide-duplicate-active .slide-img,
_:-ms-lang(x)::-ms-backdrop, .swiper-slide-prev .slide-img {
  animation: none;
}

.btn1 {
  width: 430px;
  display: block;
  color: #000;
  padding: 0.7em 1em;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #cc5517;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .btn1 {
    width: 100%;
  }
}
.btn1::before {
  content: '';
  width: 13px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url("../img/arrow.png") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 750px) {
  .btn1::before {
    width: 10px;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
  }
}
.btn1:hover {
  opacity: 1;
  background: #fcf4f0;
}
@media (max-width: 750px) {
  .btn1.ex::before {
    right: 15px;
    transform: rotate(-90deg);
  }
}

.btn2 {
  display: block;
  color: #cc5517;
  font-size: 16px;
  font-weight: bold;
  padding: 1em;
  position: relative;
  background: #fff;
}
.btn2::before {
  content: '';
  width: 14px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 20px;
  background: url("../img/arrow.png") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 750px) {
  .btn2::before {
    width: 10px;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
  }
}
.btn2:hover {
  opacity: 1;
  background: #fcf4f0;
}

@media (min-width: 1201px) {
  header #menubtn {
    display: none;
  }

  #menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  header {
    position: relative;
  }
  header nav {
    display: none;
  }
  header #menubtn {
    display: block;
    position: absolute;
    top: 25px;
    right: 50px;
    width: 100px;
    height: 50px;
    padding: 17px;
    cursor: pointer;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  header #menubtn {
    top: 0px;
    right: 0px;
    width: 95px;
    height: 40px;
    padding: 12px;
  }
}

@media (max-width: 1200px) {
  #menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: rgba(255, 255, 255, 0.85);
    top: 100px;
    left: 0px;
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    pointer-events: none;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  #menu {
    height: calc(100vh - 40px);
    top: 40px;
  }
}
@media (max-width: 1200px) {
  #menu.bgon {
    background: white;
  }
  #menu.on {
    opacity: 1;
    z-index: 9999;
    pointer-events: auto;
  }
  #menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 1px;
    background: #000;
  }
  #menu ul li {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  #menu ul li {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #menu ul li a {
    display: block;
    padding: 20px;
    color: #cc5517;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  #menu ul li a {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  #menu ul li a i {
    display: block;
    color: #000;
    font-size: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  #menu ul li a i {
    font-size: 10px;
  }
}

@media (max-width: 1200px) {
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }

  .hm_button {
    display: block;
    padding: 0;
    width: 20px;
    height: 16px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
  }

  .hm_button .hm_bar {
    display: block;
    width: 20px;
    height: 2px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }

  .hm_button .hm_bar1 {
    top: 0;
  }

  .hm_button .hm_bar2 {
    top: 50%;
  }

  .hm_button .hm_bar3 {
    top: 100%;
  }

  .hm_button.active .hm_bar {
    width: 22.63px;
    left: 2px;
  }

  .hm_button.active .hm_bar1 {
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px;
  }

  .hm_button.active .hm_bar2 {
    opacity: 0;
  }

  .hm_button.active .hm_bar3 {
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px);
  }

  .hm_text.active {
    opacity: 0;
  }

  .hm_button .hm_bar {
    background-color: #000;
  }

  .hm_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .hm_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_text {
    position: absolute;
    top: 0px;
    left: 30px;
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  .zdo_drawer_text {
    top: 2px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 10px;
  top: 10px;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current {
  display: block;
}

.fancybox-slide--next {
  display: block;
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  color: #fff;
}
.fancybox-button:visited, .fancybox-button:link, .fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default;
}
.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2),
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
/* .fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px; } */
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s, background-color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 60px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 1;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: stroke .1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #fff;
  right: -5px;
  top: -55px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  background: transparent;
  color: #fff;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 750px) {
  .none, .pc {
    display: none;
  }

  a {
    color: #000;
  }

  main {
    font-size: 12px;
  }

  #pagetop {
    position: fixed;
    right: 5px;
    bottom: 30px;
  }
  #pagetop img {
    width: 40px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    transition: 0.3s;
  }
  header.on {
    background: white;
  }
  header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .container .logo {
    width: 245px;
  }
  header .container .logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 10px;
    line-height: 1.1;
    height: 40px;
  }
  header .container .logo a img {
    width: 90px;
  }

  .support {
    display: none;
  }

  footer {
    background: #cc5517;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
  }
  footer .logo {
    padding-bottom: 20px;
  }
  footer .logo a i {
    font-size: 12px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
  }
  footer .logo a img {
    width: 140px;
  }
  footer .copyright {
    font-size: 10px;
    line-height: 1.4;
  }

  #mainzone {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
  }
  #mainzone .topmain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #mainzone .topmain .slide-img {
    width: 100%;
    height: 100%;
  }
  #mainzone .topmain .s1 {
    background: url("../img/main1_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s2 {
    background: url("../img/main2_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s3 {
    background: url("../img/main3_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s4 {
    background: url("../img/main4_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s5 {
    background: url("../img/main5_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .logo {
    position: absolute;
    top: 25%;
    left: calc(50% - 25px);
    opacity: 0;
    animation: ef3 5s forwards 1s;
  }
  #mainzone .logo img {
    width: 50px;
  }
  #mainzone .maincopy {
    position: absolute;
    bottom: 22%;
    left: 0;
    opacity: 0;
    animation: ef3 5s forwards 1s;
    width: 100%;
    text-align: center;
    font-family: "游明朝", YuMincho,serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
  }
  #mainzone .scroll {
    position: absolute;
    bottom: 3%;
    left: calc(50% - 15px);
    opacity: 0;
    animation: ef3 5s forwards 1s;
  }
  #mainzone .scroll img {
    width: 30px;
  }

  .copy {
    font-family: "游明朝", YuMincho,serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .copy sup {
    font-size: 10px;
  }

  .copy2 {
    line-height: 1.8;
    padding-bottom: 20px;
  }
  .copy2 small {
    font-size: 10px;
  }

  #page1 {
    background: #2a1c07;
    color: #fff;
  }
  #page1 ul {
    padding: 50px 20px;
  }
  #page1 ul > li {
    position: relative;
  }
  #page1 ul > li a {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
  }
  #page1 h2 {
    padding-bottom: 20px;
  }
  #page1 h2 img {
    max-width: 300px;
  }

  #page2 {
    background: url("../img/bg2_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    padding: 50px 20px;
  }
  #page2 ul > li {
    position: relative;
  }
  #page2 h2 {
    padding-bottom: 20px;
  }
  #page2 h2 img {
    max-width: 300px;
  }

  #page3 {
    position: relative;
    padding-bottom: 20px;
  }
  #page3 .qslide {
    width: 100%;
    height: 250px;
    z-index: -1;
  }
  #page3 .qslide .swiper-slide {
    overflow: hidden;
    position: relative;
  }
  #page3 .qslide .swiper-slide i {
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  #page3 .qslide .slide-img {
    width: 100%;
    height: 100%;
  }
  #page3 .qslide .s1 {
    background: url("../img/quarity1_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s2 {
    background: url("../img/quarity2_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s3 {
    background: url("../img/quarity3_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s4 {
    background: url("../img/quarity4_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s5 {
    background: url("../img/quarity5_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s6 {
    background: url("../img/quarity6_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s7 {
    background: url("../img/quarity7_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .swiper-pagination {
    display: none;
  }
  #page3 .swiper-pagination-bullet {
    display: none;
  }
  #page3 .swiper-prev {
    position: absolute;
    top: 105px;
    left: 10px;
    width: 20px;
    height: 40px;
    background: url("../img/prev.png") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
  }
  #page3 .swiper-next {
    position: absolute;
    top: 105px;
    right: 10px;
    width: 20px;
    height: 40px;
    background: url("../img/next.png") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
  }
  #page3 .in {
    padding: 50px 20px 0;
  }
  #page3 .in h2 {
    padding-bottom: 20px;
  }
  #page3 .in h2 img {
    max-width: 300px;
  }

  .bg ul > li {
    position: relative;
  }
  .bg ul > li:last-child {
    padding: 30px 20px 50px;
  }
  .bg ul > li:last-child div {
    padding: 10px;
  }
  .bg h2 {
    padding-bottom: 20px;
  }
  .bg h2 img {
    max-width: 300px;
  }

  #page4 ul i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 10px;
  }

  #page5 ul .in {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10% 7%;
  }
  #page5 ul .in .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 10px;
  }
  #page5 ul .in .list li {
    width: calc(50% - 5px);
    padding-bottom: 3%;
    font-size: 18px;
    font-weight: bold;
  }
  #page5 ul .in .list li:last-child {
    width: 100%;
    padding: 0;
    padding-bottom: 3%;
  }
  #page5 ul .in .list li:last-child img {
    width: 63%;
  }
  #page5 ul .in p {
    color: #fff;
    font-size: 10px;
  }

  #page8 {
    background: #cc5517;
    color: #fff;
    padding: 50px 0px;
  }
  #page8 h2 {
    padding-bottom: 30px;
    margin: 0 20px;
  }
  #page8 h2 img {
    max-width: 300px;
  }
  #page8 .text {
    margin: 0 20px;
    font-family: "游明朝", YuMincho,serif;
    padding-bottom: 15px;
    line-height: 1.8;
  }
  #page8 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #page8 ul li {
    width: 50%;
    border-bottom: 2px solid #cc5517;
    text-align: center;
  }
  #page8 ul li:nth-child(2n) {
    border-left: 2px solid #cc5517;
  }
}
@media (min-width: 751px) {
  .none, .sp {
    display: none;
  }

  a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }

  a {
    transition: 0.3s;
    color: #000;
  }
  a:hover {
    opacity: 0.8;
  }

  main {
    min-width: 1000px;
  }

  #pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
  #pagetop img {
    width: 80px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    width: 100%;
    height: 100px;
    padding: 0 50px;
    transition: 0.3s;
  }
  header.on {
    background: white;
  }
  header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .container .logo {
    width: 400px;
  }
  header .container .logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
    line-height: 1.3;
    height: 100px;
  }
  header .container .logo a img {
    width: 150px;
  }
  header .container nav {
    width: 700px;
  }
  header .container nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .container nav ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    font-size: 12px;
    height: 100px;
    position: relative;
    line-height: 1.2;
  }
  header .container nav ul li a i {
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    background: #cc5517;
    font-size: 10px;
    white-space: nowrap;
    padding: 3px 5px;
    opacity: 0;
    transition: 0.3s;
  }
  header .container nav ul li a:hover i {
    opacity: 1;
  }

  .support {
    display: none;
  }
  .support img {
    width: 700px;
  }

  footer {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
  }
  footer .logo {
    width: 290px;
    margin: auto;
    padding-bottom: 30px;
  }
  footer .logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 16px;
  }
  footer .logo a img {
    width: 150px;
  }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 2px;
  }

  #mainzone {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: ef3 1s forwards 1s;
  }
  #mainzone .topmain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #mainzone .topmain .slide-img {
    width: 100%;
    height: 100%;
  }
  #mainzone .topmain .s1 {
    background: url("../img/main1.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s2 {
    background: url("../img/main2.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s3 {
    background: url("../img/main3.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s4 {
    background: url("../img/main4.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .topmain .s5 {
    background: url("../img/main5.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainzone .logo {
    position: absolute;
    top: 25%;
    left: calc(50% - 52px);
    opacity: 0;
    animation: ef3 5s forwards 1s;
  }
  #mainzone .logo img {
    width: 104px;
  }
  #mainzone .maincopy {
    position: absolute;
    bottom: 22%;
    left: 0;
    opacity: 0;
    animation: ef3 5s forwards 1s;
    width: 100%;
    text-align: center;
    font-family: "游明朝", YuMincho,serif;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
  }
  #mainzone .scroll {
    position: absolute;
    bottom: 3%;
    left: calc(50% - 30px);
    opacity: 0;
    animation: ef3 5s forwards 1s;
  }
  #mainzone .scroll img {
    width: 60px;
  }

  .copy {
    font-family: "游明朝", YuMincho,serif;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .copy sup {
    font-size: 16px;
  }

  .copy2 {
    line-height: 1.8;
    padding-bottom: 20px;
  }
  .copy2 small {
    font-size: 12px;
  }

  #page1 {
    min-height: 900px;
    background: url("../img/bg1.jpg") no-repeat center bottom;
    background-size: cover;
    padding-top: 80px;
    color: #fff;
  }
  #page1 ul {
    width: 1050px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #page1 ul > li {
    position: relative;
  }
  #page1 ul > li:last-child {
    width: 520px;
  }
  #page1 ul > li a {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
  }
  #page1 ul > li a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
  }
  #page1 h2 {
    padding-bottom: 20px;
  }
  #page1 h2 img {
    width: auto;
    height: 50px;
  }

  #page2 {
    min-height: 900px;
    background: url("../img/bg2.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 80px;
  }
  #page2 ul {
    width: 1050px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  #page2 ul > li {
    position: relative;
  }
  #page2 ul > li:last-child {
    width: 480px;
  }
  #page2 h2 {
    padding-bottom: 20px;
  }
  #page2 h2 img {
    width: auto;
    height: 50px;
  }

  #page3 {
    position: relative;
    padding-bottom: 20px;
  }
  #page3 .qslide {
    width: 100%;
    height: 700px;
    z-index: -1;
  }
  #page3 .qslide .swiper-slide {
    overflow: hidden;
    position: relative;
  }
  #page3 .qslide .swiper-slide i {
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 10px;
    color: #fff;
  }
  #page3 .qslide .slide-img {
    width: 100%;
    height: 100%;
  }
  #page3 .qslide .s1 {
    background: url("../img/quarity1.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s2 {
    background: url("../img/quarity2.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s3 {
    background: url("../img/quarity3.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s4 {
    background: url("../img/quarity4.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s5 {
    background: url("../img/quarity5.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s6 {
    background: url("../img/quarity6.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .qslide .s7 {
    background: url("../img/quarity7.jpg") no-repeat center center;
    background-size: cover;
  }
  #page3 .swiper-pagination {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #page3 .swiper-pagination-bullet {
    width: 50px;
    height: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 0%;
    opacity: 0.5;
    margin: 0 2px;
  }
  #page3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  #page3 .swiper-prev {
    position: absolute;
    top: calc(50% - 60px);
    left: 10px;
    width: 70px;
    height: 120px;
    background: url("../img/prev.png") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
    outline: none;
  }
  #page3 .swiper-next {
    position: absolute;
    top: calc(50% - 60px);
    right: 10px;
    width: 70px;
    height: 120px;
    background: url("../img/next.png") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
    outline: none;
  }
  #page3 .in {
    position: absolute;
    top: 70px;
    left: 20%;
    color: #fff;
  }
  #page3 .in h2 {
    padding-bottom: 20px;
  }
  #page3 .in h2 img {
    width: auto;
    height: 50px;
  }

  .bg {
    background: url("../img/bg3.png");
    background-size: 20px;
  }
  .bg ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .bg ul > li {
    width: 50%;
    position: relative;
  }
  .bg ul > li:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .bg ul > li:last-child div {
    width: 500px;
    padding: 10px;
  }
  .bg h2 {
    padding-bottom: 30px;
  }
  .bg h2 img {
    width: auto;
    height: 65px;
  }

  #page4 ul i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 10px;
  }

  #page5 ul {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  #page5 ul .in {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12% 7%;
    width: 100%;
  }
  #page5 ul .in .list {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 30px;
  }
  #page5 ul .in .list li {
    width: calc(50% - 5px);
    padding-bottom: 3.5%;
    font-size: 18px;
    font-weight: bold;
  }
  #page5 ul .in .list li:last-child {
    /* width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; */
  }
  #page5 ul .in .list li:last-child img {
    /* width: 63%; */
  }
  #page5 ul .in p {
    color: #fff;
    font-size: 10px;
  }

  #page7 ul {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  #page8 {
    padding: 80px 0;
    text-align: center;
  }
  #page8 h2 {
    padding-bottom: 30px;
  }
  #page8 h2 img {
    width: auto;
    height: 30px;
  }
  #page8 .text {
    font-family: "游明朝", YuMincho,serif;
    padding-bottom: 15px;
  }
  #page8 ul {
    max-width: 1140px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 2px solid #cc5517;
    border-left: 2px solid #cc5517;
  }
  #page8 ul li {
    width: 25%;
    border-right: 2px solid #cc5517;
    border-bottom: 2px solid #cc5517;
  }
}