@charset "UTF-8";
/**
* #0. # FONT & COLOR OPTIONS
*
* 
*/
:root {
  --body-font: Open Sans, sans-serif;
  --body-color: #858585;
  --body-background: #ffffff;
  --body-font-size: 16px;
  --body-line-height: 1.7;
  --headings-font: Cormorant, serif;
  --headings-color: #151515;
  --primary-color: #8bb8c1;
  --extra-color1: #acdae2;
  --white-color: #ffffff;
  --menu-normal-color: #ffffff;
  --menu-hover-color: #ffffff;
  --submenu-background-color: #ffffff;
  --submenu-normal-color: #0e1219;
  --submenu-hover-color: #8bb8c1;
  --footer-background-color: #151515;
  --footer-color: #eaeaea;
  --footer-title-color: #ffffff;
  --headings-h1-size: 3.5rem;
  --headings-h2-size: 3rem;
  --headings-h3-size: 2.25rem;
  --headings-h4-size: 2rem;
  --headings-h5-size: 1.5rem;
  --headings-h6-size: 1rem;
}

/**
* #1.# MAIN STYLES
*
* 
*/
/* RESET STYLES */
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

address {
  font-style: italic;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

strong,
b {
  font-weight: bold;
}

em,
cite {
  font-style: italic;
}

cite {
  display: block;
}

strike,
del {
  text-decoration: line-through;
}

sup {
  font-size: 11px;
  position: relative;
  vertical-align: top;
  top: 5px;
}

sub {
  bottom: 5px;
  font-size: 11px;
  position: relative;
  vertical-align: bottom;
}

.italic {
  font-style: italic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

.no-margin {
  margin: 0 !important;
}

.no-bottom {
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.column-clear {
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.sticky {
  position: relative;
}

.wp-caption-text,
.gallery-caption {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  font-style: italic;
  font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor .comment-body {
  border-color: 1px solid #fff;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 1em 1.5em;
  font-size: 0.8em;
  line-height: normal;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  text-decoration: none;
  z-index: 100000;
  /* Above WP toolbar */
}

.alignright {
  float: right;
  margin: 4px 0 0 24px;
}

.alignleft {
  float: left;
  margin: 4px 24px 0 0;
}

.aligncenter {
  margin: 24px auto;
  text-align: center;
  display: block;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e9e9e9;
}

pre,
code {
  background: #eee;
  color: #151515;
  font-family: "Courier New", Courier, monospace;
  padding: 8px;
  font-size: 13px;
}

pre {
  margin-bottom: 24px;
  overflow: auto;
  padding: 24px;
  white-space: pre-wrap;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  background: var(--body-background);
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: var(--body-line-height);
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: var(--headings-h1-size);
}

.h2,
h2 {
  font-size: var(--headings-h2-size);
}

.h3,
h3 {
  font-size: var(--headings-h3-size);
}

.h4,
h4 {
  font-size: var(--headings-h4-size);
}

.h5,
h5 {
  font-size: var(--headings-h5-size);
}

.h6,
h6 {
  font-size: var(--headings-h6-size);
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.display-1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
}

.display-3,
.slider-text h1,
.single-post-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  margin-bottom: 32px;
}

a,
.pcolor {
  color: var(--primary-color);
}

p a {
  text-decoration: none;
}

a:hover,
p a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0 0 16px 24px;
}

ul li,
ol li {
  margin-bottom: 8px;
}

.list-circle {
  margin: 0 0 24px 0;
}

.list-circle li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}

.list-circle li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 99em;
  transform: translateY(-50%);
}

blockquote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6em;
  color: #151515;
  position: relative;
  letter-spacing: 0.05em;
  margin: 32px 0 42px 0;
  padding-left: 54px;
}

blockquote:before {
  content: "";
  display: inline-block;
  margin-right: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  color: var(--primary-color);
  width: 5px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

blockquote cite {
  color: var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 16px;
}

p,
ul,
ol {
  margin-bottom: 24px;
}

/*
div p:last-of-type{
	margin-bottom: 0;
}
*/
/* definition lists */
dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-left: 16px;
  margin-bottom: 24px;
}

/* tables */
table {
  border: 1px solid #e9e9e9;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  border-collapse: collapse;
}

table caption {
  margin-bottom: 24px;
  text-align: center;
}

table th,
table td {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  text-align: center;
  padding: 16px;
}

table th {
  font-weight: bold;
}

a,
.view-more,
#submit,
.wpcf7-submit,
.white-btn,
.post-password-form input[type=submit],
.send-btn,
.post-image a:before,
.gallery-post a:after,
.grid-item-v2 .grid-item-img-v2:after,
.grid-item-v2 .port-caption-v2,
.grid-item-v3 .port-caption-v3,
.grid-item-v3 .grid-item-img-v3:after,
.port-item-htext-v2 .port-title-masonry-v2,
.port-item-htext-v2 .port-categ-masonry-v2,
.port-item-htext-v2 .port-img:after,
.port-item-htext-v2 .port-img-v2 img {
  -webkit-backface-visibility: hidden;
  transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

/**
* #2.# HEADER
*
* 
*/
.main-header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #0d1d41;
}

/*** menu large screens ***/
.menu-nav {
  margin: 0;
  font-size: 0;
}

.menu-nav li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  margin-left: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.menu-nav li::after {
  display: block;
  content: "";
  width: 1px;
  height: 25%;
  font-size: 20px;
  position: absolute;
  right: -16%;
  top: 38%;
  background: #fff;
}
.menu-nav li:last-child::after {
  display: none;
}
.menu-nav li img.icon_fb {
  width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}

.nav-fixed-top > .container > .header-container > nav > .menu-nav > li::after {
  background: #151515;
}

.menu-nav li:first-child {
  margin-left: 0;
}

.menu-nav li a {
  color: var(--menu-normal-color);
  padding: 28px 0;
  display: block;
}

.menu-nav li a:before {
  position: absolute;
  display: block;
  bottom: 28px;
  left: 0;
  width: 0;
  border-top: 1px solid var(--menu-normal-color);
  content: "";
  -webkit-backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
  background: none;
  color: var(--menu-hover-color);
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
  left: 0;
  width: 100%;
  border-color: var(--menu-hover-color);
}

.menu-nav ul {
  display: none;
  margin: 0;
  padding: 28px 0;
  width: 265px;
  text-align: left;
  position: absolute;
  top: 72px;
  left: -36px;
  background: var(--submenu-background-color);
  z-index: 5;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.05);
}

.menu-nav ul li {
  display: block;
  background: none;
  margin: 0;
  font-size: 12px;
}

.menu-nav ul li > a {
  display: block;
  padding: 8px 36px;
  color: var(--submenu-normal-color);
  transform: translateX(0px);
  -webkit-backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus {
  outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
  text-decoration: none;
  color: var(--submenu-hover-color);
  transform: translateX(12px);
}

.menu-nav li:hover > ul {
  display: block;
}

.menu-nav li ul ul {
  left: 100%;
  top: -28px;
  margin: 0;
}

.menu-nav .edge > ul {
  left: auto;
  right: 0;
}

.menu-nav li ul .edge ul {
  left: auto;
  top: -28px;
  margin: 0;
  right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
  display: none;
}

/*** end menu large screens ***/
/*** menu mobile ***/
.nav-button-holder {
  display: none;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 15px;
  vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
  display: block;
  height: 2px;
  width: 25px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-bar1,
.icon-bar2 {
  width: 18px;
  background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.icon-bar:after {
  bottom: -12px;
  left: 8px;
  top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
  left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
  transition: all 0.3s ease 0s;
}

.menu-mobile {
  font-size: 0;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 48px;
}

.menu-mobile li {
  font-size: 20px;
  font-weight: 400;
  padding-top: 24px;
  list-style: none;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.menu-mobile li a {
  color: #fff;
  display: block;
  line-height: 1.5;
}
.menu-mobile li a img.icon_fb {
  width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
  background: none;
}

.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a {
  color: #c1aa63;
}

/* .menu-mobile>li.menu-item-has-children>a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 13px;
	font-weight: 700;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "-";
} */
.menu-mobile ul {
  margin-left: 0;
}

.menu-mobile > li > ul {
  display: none;
}

.menu-mobile > li.menu-open > ul {
  display: block;
  margin-top: 8px;
}

.menu-mobile ul li {
  font-size: 12px;
  padding-top: 16px;
  text-transform: none;
  padding-left: 16px;
  display: block;
  text-transform: uppercase;
}

.menu-contact {
  margin-top: 81px;
  padding-left: 48px;
  font-size: 14px;
  color: #fff;
}

.menu-contact ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.menu-contact ul:first-child li i {
  font-size: 16px;
  margin-right: 8px;
}

.mobile-phone {
  margin-top: 8px;
}

.menu-contact .social-media {
  margin-top: 24px;
  padding-bottom: 48px;
}

.menu-contact .social-media li a {
  color: #fff;
}

/*** end menu mobile ***/
/***** MODAL WINDOW ******/
body {
  background: url(../images/bodybg.jpg) left top;
  font-family: Arial, "Arial Black", "Noto Sans TC", "微軟正黑體", "新細明體", "細明體";
  font-weight: 400;
  color: #333;
  letter-spacing: 5px;
}

body.has-active-menu {
  overflow: hidden;
}

h3 {
  font-size: 2vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

p {
  font-size: 1.15vw;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

.menu-mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.mobile-menu-holder {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  overflow-x: hidden;
  width: 300px;
  height: 100%;
  background: #151515;
  opacity: 0;
  padding: 0 30px;
  transform: translateX(400px);
  -webkit-backface-visibility: hidden;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
  opacity: 1;
  transform: translateX(0px);
}

.modal-menu-container {
  position: relative;
}

.exit-mobile {
  cursor: pointer;
  padding: 7px 1px;
  display: inline-block;
  margin-top: 32px;
}

.icon-bar1 {
  top: 2px;
  transform: rotate(45deg);
}

.icon-bar2 {
  transform: rotate(-45deg);
}

/***** END MODAL WINDOW ******/
/** Header 1 **/
.logo img {
  /*width: 120px;*/
  width: 145px; /*w155*/
}

.logo-1,
.header-social-1 {
  flex: 1 1 auto;
  min-width: 145px; /*w155*/
}

.header-container {
  display: flex;
  align-items: center;
}

.nav-holder-1 {
  text-align: center;
  width: 100%;
}

.logo-txt {
  font-size: 32px;
  font-weight: 700;
}

.logo-txt a {
  color: #ffffff;
}

.logo-dark {
  display: none;
}

.nav-fixed-top .logo-dark,
.no-top-image .logo-dark {
  display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white {
  display: none;
}

.btn-header {
  text-align: right;
}

.nav-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #fff;
  margin-top: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

/* no top featured image */
.no-top-image .logo-txt a,
.nav-fixed-top .logo-txt a {
  color: #151515;
}

.no-top-image .social-media li a,
.social-dark li a,
.nav-fixed-top .social-media li a {
  color: #151515;
}

.no-top-image .icon-bar,
.nav-fixed-top .icon-bar {
  background: #151515;
}

.no-top-image .icon-bar:before,
.no-top-image .icon-bar:after,
.nav-fixed-top .icon-bar:before,
.nav-fixed-top .icon-bar:after {
  background: #151515;
}

.no-top-image .menu-nav li a,
.nav-fixed-top .menu-nav li a {
  color: #151515;
}

.no-top-image .menu-nav li a:hover,
.no-top-image .menu-nav > li:hover > a,
.no-top-image .menu-nav > li.current-menu-item > a,
.nav-fixed-top .menu-nav li a:hover,
.nav-fixed-top .menu-nav > li:hover > a,
.nav-fixed-top .menu-nav > li.current-menu-item > a {
  background: none;
  color: #151515;
}

.no-top-image .menu-nav > li:hover > a:before,
.no-top-image .menu-nav li.current-menu-item > a:before,
.nav-fixed-top .menu-nav > li:hover > a:before,
.nav-fixed-top .menu-nav li.current-menu-item > a:before {
  border-color: #151515;
}

/* SLIDER */
.slider-container {
  position: relative;
}

.slider-boxed {
  margin-top: 108px;
}

.slider-item-box-bkg {
  height: 100vh;
}

.slider-item-box3 {
  height: 500px;
}

.slider-img,
.slider-img-v2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.slider-img:before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-caption {
  position: absolute;
  left: 0;
  top: 25%;
  right: 0;
  color: #fff;
  z-index: 2;
  transform: translateY(-50%);
}

.slider-text {
  width: 80%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.slider-text h1 {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}

.slider-text .view-more {
  margin-top: 32px;
}

.parallax,
.no-parallax {
  background-repeat: repeat;
  background-position: center center !important;
  background-attachment: scroll;
  background-size: cover;
}

.parallax {
  position: relative;
  padding: 108px 0;
}

.parallax:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax-content {
  color: #ffffff;
  position: relative;
}

/* Owl Carousel Default Nav */
.owl-carousel {
  cursor: -moz-grab;
}

.owl-carousel.owl-grab {
  cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 32px;
}

.owl-theme .owl-dots {
  position: relative;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0px;
  z-index: 100;
  width: auto;
  z-index: 20;
  transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
  margin: 0px 8px;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  line-height: 1;
  background: #fff;
  display: block;
  border-radius: 99em;
  opacity: 0.7;
  -webkit-backface-visibility: visible;
  transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
  transform: scale(1.8);
}

.owl-theme .owl-nav {
  position: initial;
}

.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  left: 35px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
}

.owl-theme .owl-nav button.owl-next {
  right: 35px;
  left: auto;
}

.owl-theme .owl-nav button.owl-next:before {
  content: "";
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.owl-theme .owl-nav button.owl-prev:before {
  content: "";
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* END Owl Carousel Default Nav */
.kv_title {
  width: 72.7%;
  position: absolute;
  left: 16.5%;
  top: 14.5%;
}

.kv_text {
  width: 46.8%;
  position: absolute;
  left: 26.5%;
  top: 11%;
}
@media (max-width: 768px) {
  .kv_text {
    width: 90%;
    left: 5%;
    top: 20%;
  }
}

.kv_en {
  width: 14.8%;
  position: absolute;
  right: 42.6%;
  bottom: 2.5%;
}

.slider-bg01 {
  background-image: url("../images/home/slider-1.jpg");
}
@media (max-width: 768px) {
  .slider-bg01 {
    background-image: url("../images/home/slider-1_m.jpg");
  }
}

/*---youtube---*/
.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.yt_box {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img {
  /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.yt_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.yt_box img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
}

/*---youtube---*/
.btn_list {
  display: block;
  width: 9.1%; /*w13%*/
  position: fixed;
  right: 1%; /*2%*/
  bottom: 4%; /*2%*/
  z-index: 10;
}
@media (max-width: 768px) {
  .btn_list {
    width: 30%;
  }
}
.btn_list .btn_buy {
  position: relative;
  margin: 5% 0;
}

img {
  max-width: 100%;
  height: auto;
}

.mt-10 {
  margin-top: 10%;
}
@media (max-width: 768px) {
  .mt-10 {
    margin-top: 5%;
  }
}

.mb-10 {
  margin-bottom: 10%;
}
@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: 5%;
  }
}

#s01 {
  background: url(../images/about/s01bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  #s01 {
    background: none;
  }
}

.wine {
  display: block;
  width: 50%;
  position: absolute;
  right: -33.5%;
  bottom: -20%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .wine {
    width: 25%;
    right: -5%;
    bottom: 5%;
  }
}
@media (max-width: 768px) {
  .wine {
    width: 25%;
    right: 75%;
    bottom: 65%;
  }
}

@media (max-width: 768px) {
  #s02, #s03 {
    padding-top: 90px;
  }
}

@media (max-width: 768px) {
  #s04 {
    padding-top: 0px;
  }
}

.s02_bg {
  background: url(../images/bellissima/s02bg.png) no-repeat top center;
  background-size: 100%;
  position: relative;
  margin-top: -5%;
  padding: 10% 0 15% 0;
}
@media (max-width: 768px) {
  .s02_bg {
    background: none;
  }
}
.s02_bg .lego_toys {
  width: 35%;
  position: absolute;
  left: -10%;
  bottom: -5%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1024px) {
  .s02_bg .lego_toys {
    left: -7%;
  }
}
@media (max-width: 768px) {
  .s02_bg .lego_toys {
    width: 36%;
    left: -17.5%;
    bottom: 5%;
  }
  .s02_bg .lego_toys img {
    transform: rotate(45deg);
  }
}
.s02_bg .lego_left {
  width: 13.6%;
  position: absolute;
  left: 0;
  top: 20%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1024px) {
  .s02_bg .lego_left {
    left: -2%;
    top: 12%;
  }
}
@media (max-width: 768px) {
  .s02_bg .lego_left {
    display: none;
  }
}
.s02_bg .lego_top {
  width: 13.2%;
  position: absolute;
  left: 45%;
  top: 2.5%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .s02_bg .lego_top {
    width: 30%;
    left: 70%;
    top: 2%;
  }
}
.s02_bg .lego_right {
  width: 14.8%;
  position: absolute;
  right: 5%;
  top: 25%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1024px) {
  .s02_bg .lego_right {
    right: -2.5%;
    top: 20%;
  }
}
@media (max-width: 768px) {
  .s02_bg .lego_right {
    display: none;
  }
}
.s02_bg .lego_bottom {
  width: 47.6%;
  position: absolute;
  left: 25%;
  top: 75%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .s02_bg .lego_bottom {
    width: 80%;
    left: 10%;
    top: 92%;
  }
}

#s03 {
  background: url(../images/facility/s03bg.png) no-repeat top center;
  background-size: 100% 90%;
  position: relative;
  padding-bottom: 20%;
}
@media (max-width: 768px) {
  #s03 {
    background: none;
  }
}
#s03 .vr {
  width: 58%;
  position: absolute;
  right: -30%;
  top: -90%;
  pointer-events: none;
}
@media (max-width: 1027px) {
  #s03 .vr {
    width: 30%;
    right: 0%;
    top: -50%;
  }
}
@media (max-width: 768px) {
  #s03 .vr {
    width: 38%;
    right: -3%;
    top: -90%;
  }
}
#s03 .car {
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 5%;
  pointer-events: none;
}
@media (max-width: 768px) {
  #s03 .car {
    bottom: 0%;
  }
}
#s03 .car img {
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: 5%;
}
@media (max-width: 768px) {
  #s03 .car img {
    width: 60%;
  }
}

#s04 .sec-title {
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  #s04 .sec-title {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
#s04 .flower {
  width: 20%;
  position: absolute;
  left: 0%;
  bottom: 0%;
}
@media (max-width: 768px) {
  #s04 .flower {
    width: 25%;
    position: absolute;
    right: 0%;
    top: -10%;
  }
}

#s05 {
  position: relative;
}
#s05 .flower {
  width: 20%;
  position: absolute;
  right: 2.5%;
  top: -20%;
}
@media (max-width: 768px) {
  #s05 .flower {
    width: 38%;
    position: absolute;
    right: -5%;
    top: -10%;
  }
}

.slider-item-box-bkg {
  height: auto;
}

/*--- 07.靜奢風玩法 ---*/
.play_list_w {
  position: relative;
}

.play_list {
  position: relative;
  text-align: center;
}
.play_list h2 {
  position: relative;
  background: url(../images/event01/h2_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .play_list h2 {
    border-bottom: 5px solid #0d1d41;
  }
}
.play_list h2 div {
  display: inline-block;
  width: auto;
  font-family: "Noto Sans TC";
  font-size: 2.6vw;
  font-weight: 300;
  line-height: 1.5;
  color: #d3eaf8;
  text-align: center;
  position: relative;
  margin: 2.75% auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .play_list h2 div span {
    display: block;
    font-size: 8vw;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .play_list h2 div {
    font-size: 8vw;
  }
}
.play_list h2 div::before {
  display: inline-block;
  content: "";
  width: 4vw;
  height: 4.5vw;
  position: absolute;
  left: -6vw;
  top: 1vw;
  z-index: 2;
  background: url(../images/event01/h2_line.png) no-repeat;
  background-size: 100%;
}
.play_list h2 div::after {
  display: inline-block;
  content: "";
  width: 4vw;
  height: 4.5vw;
  position: absolute;
  right: -6vw;
  top: -1vw;
  z-index: 2;
  background: url(../images/event01/h2_line.png) no-repeat;
  background-size: 100%;
}

.play_tab_box {
  width: 100%;
  position: relative;
}
.play_tab_box .play_item {
  position: relative;
}
.play_tab_box .play_content_box {
  position: relative;
}

.play_w {
  position: relative;
  background: url(../images/event01/event01_bg.jpg) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .play_w {
    background: url(../images/event01/event01_bg_m.png) no-repeat top center;
    background-size: cover;
  }
}

.play_box {
  position: relative;
}
@media (max-width: 768px) {
  .play_box {
    width: 85%;
    margin: 0 auto;
    padding: 5% 0;
  }
}
.play_box .play_photo {
  position: relative;
}
.play_box .play_info {
  transform: skewX(-30deg);
  display: inline-block;
  width: 18%;
  position: absolute;
  left: 15%;
  top: 15%;
  z-index: 2;
  overflow: hidden;
  text-align: left;
  letter-spacing: 2px;
  padding: 0.5%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .play_box .play_info {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: none;
    padding: 5% 0.5%;
  }
}
.play_box .play_info h3 {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5vw;
  color: #d3eaf8;
  line-height: 1.5;
  margin-bottom: 5%;
  text-align: left;
}
@media (max-width: 768px) {
  .play_box .play_info h3 {
    font-size: 5vw;
  }
}
.play_box .play_info p {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.05vw;
  font-weight: 300;
  color: #d3eaf8;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 768px) {
  .play_box .play_info p {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}
.play_box .play_info span {
  display: inline-block;
  transform: skewX(30deg); /* 讓單個字元保持水平 */
  margin-right: 2px; /* 控制字距 */
}
@media (max-width: 768px) {
  .play_box .play_info span {
    transform: none;
  }
}
.play_box .play_info .tips {
  display: inline-block;
  font-size: 1.05vw;
  color: #d3eaf8;
  border: 1px solid #d3eaf8;
  border-radius: 100px;
  margin: 5% 0;
  padding: 0 0.5vw;
  box-sizing: border-box;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .play_box .play_info .tips {
    font-size: 3.5vw;
  }
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  font-weight: bold;
  transition: background ease 0.2s;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .tabs label {
    border-bottom: 5px solid #0d1d41;
  }
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 {
  /*background: #fafafa;*/
  background: url("../images/event01/btn01_on.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn01 {
    background: url("../images/event01/btn01_on_m.png") no-repeat;
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label.tab_btn02 {
  /*background: #fafafa;*/
  background: url("../images/event01/btn02_on.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn02 {
    background: url("../images/event01/btn02_on_m.png") no-repeat;
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label.tab_btn03 {
  /*background: #fafafa;*/
  background: url("../images/event01/btn03_on.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn03 {
    background: url("../images/event01/btn03_on_m.png") no-repeat;
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label.tab_btn04 {
  /*background: #fafafa;*/
  background: url("../images/event01/btn04_on.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label.tab_btn04 {
    background: url("../images/event01/btn04_on_m.png") no-repeat;
    background-size: 100% 100%;
  }
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tabs input[type=radio]:checked + label + .tab {
    margin: 0% auto 0;
  }
}

/*--------------*/
.tabs_box {
  display: block;
  width: 100%;
  margin: 2% auto;
}

.tab_btn01 {
  width: 25%;
  background: url("../images/event01/btn01_off.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn01 {
    width: 50%;
    background: url("../images/event01/btn01_off_m.png") no-repeat;
    background-size: 100% 100%;
  }
}

.tab_btn02 {
  width: 25%;
  background: url("../images/event01/btn02_off.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn02 {
    width: 50%;
    background: url("../images/event01/btn02_off_m.png") no-repeat;
    background-size: 100% 100%;
  }
}

.tab_btn03 {
  width: 25%;
  background: url("../images/event01/btn03_off.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn03 {
    width: 50%;
    background: url("../images/event01/btn03_off_m.png") no-repeat;
    background-size: 100%;
  }
}

.tab_btn04 {
  width: 25%;
  background: url("../images/event01/btn04_off.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .tab_btn04 {
    width: 50%;
    background: url("../images/event01/btn04_off_m.png") no-repeat;
    background-size: 100%;
  }
}

.tabs {
  display: flex;
  justify-content: center;
  background: #193466;
}

.ps_text {
  display: inline-block;
  font-size: 1.15vw;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 2% auto 5%;
}
@media (max-width: 768px) {
  .ps_text {
    font-size: 3vw;
  }
}

/*---01.認識MSC---*/
section {
  overflow: hidden;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-bottom: 53px;
}
@media (max-width: 768px) {
  .sec-title {
    padding-bottom: 0px;
  }
}
.sec-title .sec-icon {
  display: block;
  width: 72px;
  margin: 0 auto;
}
.sec-title .sec-icon img {
  transform-origin: center;
  animation: sec-icon-r 8s ease-in-out infinite;
}
.sec-title .big-title {
  position: relative;
  display: block;
  padding: 17px 0 0;
}
@media (max-width: 1024px) {
  .sec-title .big-title {
    padding: 5px 0 0;
  }
}
.sec-title .big-title h2 {
  font-size: 2.1vw;
}
@media (max-width: 1024px) {
  .sec-title .big-title h2 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .sec-title .big-title h2 {
    font-size: 5vw;
  }
}
.sec-title p.big-title-p {
  display: inline-block;
  font-size: 1.3vw;
  width: auto;
  color: #c1aa63;
  position: relative;
  padding: 0 1.5vw;
}
@media (max-width: 1024px) {
  .sec-title p.big-title-p {
    font-size: 2vw;
    padding: 0 3vw;
  }
}
@media (max-width: 768px) {
  .sec-title p.big-title-p {
    font-size: 4vw;
    letter-spacing: 1px;
    padding: 0 5vw;
    margin-bottom: 10px;
  }
}
.sec-title p.big-title-p::before {
  display: block;
  content: "ー";
  position: absolute;
  left: 0px;
  top: 0;
}
.sec-title p.big-title-p::after {
  display: block;
  content: "ー";
  position: absolute;
  right: 0px;
  top: 0;
}

.text-center {
  text-align: center;
}
.about_info_box {
  display: flex;
  width: 90%;
  flex-flow: column wrap;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about_info_box {
    margin-bottom: 10%;
  }
}
.about_info_box .about_photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about_info_box .about_photo {
    order: 2;
  }
}
.about_info_box .about_photo img {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-in;
}
.about_info_box .about_photo span.about_photo_text {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(1, 30, 65, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 700ms ease-in 300ms;
}
@media (max-width: 768px) {
  .about_info_box .about_photo span.about_photo_text {
    opacity: 1;
    position: relative;
    background: rgb(1, 30, 65);
    order: 1;
  }
}
.about_info_box .about_photo span.about_photo_text p {
  display: block;
  width: 80%;
  text-align: justify;
  color: #fff;
  font-size: 0.84vw;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .about_info_box .about_photo span.about_photo_text p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .about_info_box .about_photo span.about_photo_text p {
    font-size: 3.5vw;
  }
}
.about_info_box .about_photo span.about_photo_text span {
  font-size: 1vw;
  line-height: 1.5;
  color: #c1aa63;
  text-align: center;
}
.about_info_box .about_photo:hover img {
  transform: scale(1.2);
}
.about_info_box .about_photo:hover span {
  opacity: 1;
}
.about_info_box p {
  display: block;
  font-size: 1.3vw;
  color: #c1aa63;
  margin: 5% auto;
}
@media (max-width: 1024px) {
  .about_info_box p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .about_info_box p {
    font-size: 3.8vw;
  }
}

/* 02.關於榮耀號 */
.bellissima-w {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.bellissima-w .bellissima_box {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  position: relative;
}
.bellissima-w .bellissima_box .bellissima_info {
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.bellissima-w .bellissima_box .bellissima_info .sec-title {
  padding-bottom: 0;
}
.bellissima-w .bellissima_box .bellissima_info .sec-title .sec-en {
  font-size: 1vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #c1aa63;
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_box .bellissima_info .sec-title .sec-en {
    font-size: 3vw;
  }
}
.bellissima-w .bellissima_box .bellissima_info .sec-title .big-title {
  color: #fff;
}
.bellissima-w .bellissima_box .bellissima_info .sec-title p.info {
  display: block;
  width: 100%;
  font-size: 0.84vw;
  line-height: 2;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 0 auto;
  padding: 5% 0;
}
@media (max-width: 1024px) {
  .bellissima-w .bellissima_box .bellissima_info .sec-title p.info {
    font-size: 1.2vw;
    line-height: 1.5;
    padding: 2% 0;
  }
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_box .bellissima_info .sec-title p.info {
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 3px;
  }
}
.bellissima-w .bellissima_box .bellissima_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.bellissima-w .bellissima_box .bellissima_bg span {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(1, 30, 65, 0.8);
  position: absolute;
  top: 0;
  z-index: 2;
}
.bellissima-w .bellissima_number {
  display: block;
  width: 100%;
  position: relative;
  background: #0d1d41;
  overflow: hidden;
}
.bellissima-w .bellissima_number ul {
  width: 58.4%;
  position: relative;
  margin: 2% auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .bellissima-w .bellissima_number ul {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_number ul {
    width: 90%;
    flex-flow: row wrap;
    margin: 5% auto;
  }
}
.bellissima-w .bellissima_number ul li {
  width: 16.6%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_number ul li {
    width: 33.33%;
    border-right: none;
    margin: 5% auto;
  }
}
.bellissima-w .bellissima_number ul li:last-child {
  border: none;
}
.bellissima-w .bellissima_number ul li .number_box {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.bellissima-w .bellissima_number ul li .number_box span {
  display: block;
  width: 29.9%;
  text-align: center;
}
@media (max-width: 1024px) {
  .bellissima-w .bellissima_number ul li .number_box span {
    width: 100%;
  }
}
.bellissima-w .bellissima_number ul li .number_box .number {
  display: inline-block;
  width: auto;
  font-size: 0.75vw;
  color: #fff;
}
@media (max-width: 1024px) {
  .bellissima-w .bellissima_number ul li .number_box .number {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_number ul li .number_box .number {
    font-size: 3vw;
    line-height: 1.5;
  }
}
.bellissima-w .bellissima_number ul li .number_box .number span {
  display: inline;
  font-size: 1.8vw;
  color: #c1aa63;
}
@media (max-width: 1024px) {
  .bellissima-w .bellissima_number ul li .number_box .number span {
    font-size: 2.5vw;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_number ul li .number_box .number span {
    font-size: 6vw;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}
.bellissima-w .bellissima_number ul li .number_box p {
  font-size: 0.75vw;
  color: #fff;
}
@media (max-width: 1024px) {
  .bellissima-w .bellissima_number ul li .number_box p {
    font-size: 1.5vw;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .bellissima-w .bellissima_number ul li .number_box p {
    font-size: 3vw;
    line-height: 1;
    margin-bottom: 0;
  }
}

.wave {
  display: block;
  position: relative;
}
.wave::after {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 31px;
  background: url(../images/wave_bottom.png);
  background-repeat: repeat-x;
  content: "";
  animation: bgSlideReverse 20s linear infinite;
}

.wave-top {
  display: block;
  position: relative;
}
.wave-top::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 31px;
  background: url(../images/wave_top.png);
  background-repeat: repeat-x;
  content: "";
  animation: bgSlideReverse 20s linear infinite;
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
.bellissima_info {
  display: block;
  margin: 5% auto;
  position: relative;
}
@media (max-width: 768px) {
  .bellissima_info {
    margin: 10% auto;
  }
}

.ba_info_box {
  display: flex;
  width: 95%;
  flex-flow: column wrap;
  position: relative;
  overflow: hidden;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .ba_info_box {
    width: 90%;
  }
}
.ba_info_box .ba_photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ba_info_box .ba_photo img {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-in;
}
.ba_info_box .ba_photo span.ba_photo_text {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(1, 30, 65, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 700ms ease-in 300ms;
}
@media (max-width: 768px) {
  .ba_info_box .ba_photo span.ba_photo_text {
    position: relative;
    background: rgb(1, 30, 65);
    opacity: 1;
    padding: 5% 0;
  }
}
.ba_info_box .ba_photo span.ba_photo_text p {
  display: block;
  width: 80%;
  text-align: center;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 300;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .ba_info_box .ba_photo span.ba_photo_text p {
    font-size: 2.5vw;
    margin: 2% 0;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .ba_info_box .ba_photo span.ba_photo_text p {
    font-size: 5vw;
    margin: 2% 0;
    letter-spacing: 3px;
  }
}
.ba_info_box .ba_photo span.ba_photo_text span {
  font-size: 1vw;
  line-height: 1.5;
  color: #c1aa63;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .ba_info_box .ba_photo span.ba_photo_text span {
    font-size: 2vw;
    margin: 2% 0;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .ba_info_box .ba_photo span.ba_photo_text span {
    font-size: 3.5vw;
    letter-spacing: 2px;
  }
}
.ba_info_box .ba_photo:hover img {
  transform: scale(1.2);
}
.ba_info_box .ba_photo:hover span {
  opacity: 1;
}
.ba_info_box p {
  display: block;
  font-size: 1.3vw;
  color: #c1aa63;
  margin: 50px auto;
}

.room_box {
  position: relative;
}
.room_box .item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 2;
  background: rgba(1, 30, 65, 0.8);
  padding: 3%;
  transition: all 1s ease-in-out;
}
@media (max-width: 768px) {
  .room_box .item {
    width: 100%;
    background: rgb(1, 30, 65);
    position: relative;
  }
}
.room_box .item .room_name {
  display: inline-block;
  width: auto;
  font-size: 1.15vw;
  line-height: 1.5;
  color: #c1aa63;
  position: relative;
  margin-top: 4vw;
}
@media (max-width: 768px) {
  .room_box .item .room_name {
    font-size: 3.5vw;
  }
}
.room_box .item .room_name .room_size {
  display: block;
  font-size: 1vw;
  color: #fff;
  width: 5vw;
  height: 5vw;
  position: absolute;
  background: url(../images/bellissima/room_sizebg.png) no-repeat;
  background-size: 100%;
  left: 4vw;
  top: -4vw;
}
@media (max-width: 768px) {
  .room_box .item .room_name .room_size {
    width: 15vw;
    height: 15vw;
    font-size: 4vw;
    left: 12vw;
    top: 2vw;
    position: relative;
  }
  .room_box .item .room_name .room_size::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(1, 30, 65);
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}
.room_box .item .room_name .room_size div {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  letter-spacing: 2px;
}
.room_box .item .room_name .room_size div span {
  display: block;
  font-size: 0.75vw;
}
@media (max-width: 768px) {
  .room_box .item .room_name .room_size div span {
    font-size: 2.5vw;
  }
}
.room_box h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}
.room_box ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 3%;
}
.room_box ul li {
  display: list-item;
  width: 45%;
  list-style-type: disc;
  font-size: 0.8vw;
  color: #fff;
  letter-spacing: 2px;
  margin: 1%;
}
@media (max-width: 768px) {
  .room_box ul li {
    font-size: 3vw;
    letter-spacing: 0px;
  }
}

.owl-item.active .item {
  right: 0;
}

/*---03.船上設施---*/
.ba_info_box .ba_photo span.ba_photo_text span.gold-t {
  display: inline;
  font-size: 1.5vw;
  color: #c1aa63;
}
@media (max-width: 1024px) {
  .ba_info_box .ba_photo span.ba_photo_text span.gold-t {
    font-size: 2.5vw;
    margin: 2% 0;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .ba_info_box .ba_photo span.ba_photo_text span.gold-t {
    font-size: 5vw;
    letter-spacing: 3px;
  }
}

.ba_info_box .ba_photo .ba_photo_text .btn_more {
  display: block;
  width: auto;
  font-size: 0.9vw;
  list-style: 1.5;
  color: #c1aa63;
  margin: 1.5% auto;
  padding: 0.15vw 2vw;
  position: relative;
}
.ba_info_box .ba_photo .ba_photo_text .btn_more::before {
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  border: 1px solid #c1aa63;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.ba_info_box .ba_photo .ba_photo_text .btn_more::after {
  display: block;
  content: "";
  width: 15%;
  height: 100%;
  border: 1px solid #c1aa63;
  border-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.ba_info_box .ba_photo .ba_photo_text .btn_more:hover {
  cursor: pointer;
}
.ba_info_box .ba_photo .ba_photo_text .btn_more:hover::before {
  width: 80%;
}
.ba_info_box .ba_photo .ba_photo_text .btn_more:hover::after {
  width: 80%;
}

/*---06.達人帶路---*/
.blogger_wrapper {
  display: block;
  position: relative;
  margin: 5% auto 0%;
  z-index: 2;
}
.blogger_wrapper .en {
  width: 50%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blogger_wrapper .en {
    width: 70%;
  }
}
.blogger_wrapper .blogger_main {
  position: relative;
  background: #0c1f3d;
  padding: 5% 0;
}

.blogger_w {
  position: relative;
  width: 82.2%;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 768px) {
  .blogger_w {
    width: 90%;
    margin: 10% auto;
  }
}
.blogger_w .blogger_content {
  width: 100%;
  margin: 0 auto;
  background: url(../images/blogger/b_bg.png) repeat-y center;
  background-size: 100%;
}
.blogger_w .blogger_content h2 {
  width: 34.2%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blogger_w .blogger_content h2 {
    width: 54.2%;
    margin: 10% auto 0;
  }
}
.blogger_w .blogger_content .yt_w {
  position: relative;
}

.yt_list {
  width: 95%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  /* .yt_box:nth-child(even){
  	width:calc(48% - 20px);//w1160
  	position: relative;
  	margin:25% auto 5%;
  	border:10px solid #0c1f3d;
  	z-index:2;
  	@media (max-width: 768px) {
  		width:90%;
  		border:5px solid #0c1f3d;
  		margin:30% auto 10%;
  	  }
  	&::after{
  	  display: block;
  	  content: '';
  	  width:100%;
  	  height: 100%;
  	  background:#0c1f3d;
  	  position: absolute;
  	  left:-3.5%;
  	  top:-5.5%;
  	  z-index:-1;
  	  @media (max-width: 768px) {
  		left:-4%;
  	    top:-6.5%;
  	  }
  	}
  	.yt_er{
  	  width:100%;		
  	  display: flex;
  	  flex-flow:row-reverse wrap;
  	  justify-content: flex-start;
  	  align-items: center;
  	  position: absolute;
  	  left:0%;
  	  top:-40%;
  	  z-index: 2;
  	  @media (max-width: 768px) {
  		width:100%;
  		left:0%;
  	    top:-36%;
  	  }
  	  .yt_photo{
  		  width:23.4%;
  		  @media (max-width: 768px) {
  			width:15%;
  		  }
  	  }
  	  .yt_info{
  		  width:76.6%;
  		  position: relative;
  		  @media (max-width: 768px) {
  			width:85%;
  		  }
  		  .yt_title{
  			  display:block;
  			  width: 95%;
  			  font-size:1.5vw;
  			  font-weight: 600;
  			  line-height: 1.5;
  			  color:#c1aa63;
  			  margin-left: 0%;
  			  margin-right: 5%;
  			  text-align: right;
  			  letter-spacing: 2px;
  			  @media (max-width: 992px) {
  				font-size:2vw;
  			  }
  			  @media (max-width: 768px) {
  				font-size:3.5vw;
  				letter-spacing: 0px;
  			  }
  		  }
  		  .yt_text{
  			  display:block;
  			  width: 95%;
  			  font-size: 1.15vw;
  			  font-weight: 400;
  			  line-height: 1.5;
  			  color:#0c1f3d;
  			  margin-left: 0%;
  			  margin-right: 5%;
  			  text-align: right;
  			  letter-spacing: 0px;
  			  @media (max-width: 992px) {
  				font-size:1.5vw;
  			  }
  			  @media (max-width: 768px) {
  				font-size:3vw;
  				letter-spacing: 0px;
  			  }
  		  }

  	  }
  	}
    }*/
}
.yt_list .yt_box {
  width: calc(48% - 20px);
  position: relative;
  margin: 15% auto 5%;
  border: 10px solid #0c1f3d;
  z-index: 2;
}
@media (max-width: 768px) {
  .yt_list .yt_box {
    width: 90%;
    border: 5px solid #0c1f3d;
    margin: 30% auto 10%;
  }
}
.yt_list .yt_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #0c1f3d;
  position: absolute;
  left: 3.5%;
  top: -5.5%;
  z-index: -1;
}
@media (max-width: 768px) {
  .yt_list .yt_box::after {
    left: 4%;
    top: -6.5%;
  }
}
.yt_list .yt_box .yt_er {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 5%;
  top: -40%;
  z-index: 2;
}
@media (max-width: 768px) {
  .yt_list .yt_box .yt_er {
    width: 100%;
    align-items: flex-start;
    left: 0%;
    top: -36%;
  }
}
.yt_list .yt_box .yt_er .yt_photo {
  width: 23.4%;
}
@media (max-width: 768px) {
  .yt_list .yt_box .yt_er .yt_photo {
    width: 15%;
  }
}
.yt_list .yt_box .yt_er .yt_info {
  width: 76.6%;
  position: relative;
}
@media (max-width: 768px) {
  .yt_list .yt_box .yt_er .yt_info {
    width: 85%;
  }
}
.yt_list .yt_box .yt_er .yt_info .yt_title {
  display: block;
  width: 95%;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #c1aa63;
  margin-left: 5%;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .yt_list .yt_box .yt_er .yt_info .yt_title {
    font-size: 2vw;
    letter-spacing: 0px;
  }
}
@media (max-width: 768px) {
  .yt_list .yt_box .yt_er .yt_info .yt_title {
    font-size: 3.5vw;
    letter-spacing: 0px;
  }
}
.yt_list .yt_box .yt_er .yt_info .yt_text {
  display: block;
  width: 95%;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.5;
  color: #0c1f3d;
  margin-left: 5%;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .yt_list .yt_box .yt_er .yt_info .yt_text {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .yt_list .yt_box .yt_er .yt_info .yt_text {
    font-size: 3vw;
    letter-spacing: 0px;
  }
}

.yt_g {
  position: relative;
}

.vidbacking {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

/*---04.沖繩假期---*/
.prd_w {
  display: block;
  width: 100%;
  background: #0d1d41;
  position: relative;
}

.prd_sale {
  display: block;
  width: 50%;
  margin: 2% auto;
}
@media (max-width: 768px) {
  .prd_sale {
    width: 80%;
    margin: 5% auto;
  }
}

.prd_sale_1226 {
  display: block;
  width: 100%;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .prd_sale_1226 {
    width: 95%;
    margin: 5% auto;
  }
}
.prd_sale_1226 img {
  margin: 0 auto;
}

.prd_sale02 {
  display: block;
  width: 26.2%;
  margin: 2% auto;
}
@media (max-width: 768px) {
  .prd_sale02 {
    width: 38%;
    margin: 5% auto;
  }
}

.prd_info_box {
  display: flex;
  width: 95%;
  flex-flow: column wrap;
  position: relative;
  overflow: hidden;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .prd_info_box {
    width: 90%;
  }
}
.prd_info_box .prd_title {
  display: inline-block;
  width: 15vw;
  font-size: 1.5vw;
  line-height: 1.5;
  color: #c1aa63;
  position: relative;
  padding: 0 1.5vw;
  text-align: center;
  margin: 5% auto;
}
@media (max-width: 1024px) {
  .prd_info_box .prd_title {
    width: 15vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .prd_info_box .prd_title {
    width: 28vw;
    font-size: 4vw;
  }
}
.prd_info_box .prd_title::before {
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  border: 1px solid #c1aa63;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
}
.prd_info_box .prd_title::after {
  display: block;
  content: "";
  width: 10%;
  height: 100%;
  border: 1px solid #c1aa63;
  border-left: none;
  position: absolute;
  right: 0;
  top: 0;
}
.prd_info_box .prd_photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.prd_info_box .prd_photo img {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-in;
}
.prd_info_box .prd_photo span.prd_photo_text {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(190, 170, 99, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 700ms ease-in 300ms;
}
@media (max-width: 768px) {
  .prd_info_box .prd_photo span.prd_photo_text {
    position: relative;
    background: rgb(190, 170, 99);
    opacity: 1;
    padding: 2% 0;
  }
}
.prd_info_box .prd_photo span.prd_photo_text p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.15vw;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 2% 0;
}
@media (max-width: 1024px) {
  .prd_info_box .prd_photo span.prd_photo_text p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .prd_info_box .prd_photo span.prd_photo_text p {
    font-size: 3.5vw;
  }
}
.prd_info_box .prd_photo span.prd_photo_text p span {
  font-size: 1vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .prd_info_box .prd_photo span.prd_photo_text p span {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .prd_info_box .prd_photo span.prd_photo_text p span {
    font-size: 3.5vw;
  }
}
.prd_info_box .prd_photo:hover img {
  transform: scale(1.2);
}
.prd_info_box .prd_photo:hover span {
  opacity: 1;
}

.prd_info_box02 {
  display: flex;
  width: 95%;
  flex-flow: column wrap;
  position: relative;
  margin: 10% auto 10%;
}
@media (max-width: 768px) {
  .prd_info_box02 {
    width: 90%;
  }
}
.prd_info_box02 .prd_info {
  width: 98%;
  border: 1px solid #fff;
  outline: 0px solid #fff;
  padding: 0 1%;
  display: flex;
  flex-flow: column wrap;
  transition: all 0.25s linear;
}
.prd_info_box02 .prd_info .prd_title02 {
  width: 80%;
  margin: -16% auto 5%;
  z-index: 2;
}
.prd_info_box02 .prd_info .btn_prd_go {
  width: 24.2%;
  margin: 2% auto 5%;
  transition: all 0.5s linear;
}

.prd_info_box02:hover > .prd_info {
  border: 1px solid #c0ab62;
  outline: 5px solid #c0ab62;
}

.prd_info_box02 > .prd_info > .btn_prd_go:hover {
  transform: scale(0.9);
}

.prd_timetable_content {
  position: relative;
}
.prd_timetable_content .timetable_title {
  font-size: 1.5vw;
  font-weight: 500;
  color: #c0ab62;
  line-height: 1.5;
  text-align: center;
  margin: 2.5% auto;
}
@media (max-width: 768px) {
  .prd_timetable_content .timetable_title {
    font-size: 4.5vw;
  }
}
.prd_timetable_content .timetable_text {
  display: block;
  font-size: 1.25vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .prd_timetable_content .timetable_text {
    font-size: 3.8vw;
    letter-spacing: 0;
  }
}
.prd_timetable_content .timetable {
  position: relative;
  margin: 2.5% auto;
}
.prd_timetable_content .ps_box {
  position: relative;
  text-align: center;
}
.prd_timetable_content .ps_box span {
  display: inline-block;
  width: auto;
  font-size: 1vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .prd_timetable_content .ps_box span {
    font-size: 3vw;
    letter-spacing: 0;
  }
}
.prd_timetable_content .ps_box div {
  display: inline-block;
  width: auto;
  font-size: 1vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 2.5%;
  margin-top: 2.5%;
}
@media (max-width: 768px) {
  .prd_timetable_content .ps_box div {
    font-size: 3vw;
    letter-spacing: 0;
  }
}

.gotour_box {
  width: 100%;
  position: relative;
  text-align: center;
}
.gotour_box .btn_gotour {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 5% auto;
}
@media (max-width: 768px) {
  .gotour_box .btn_gotour {
    margin: 0% auto 15%;
  }
}
.gotour_box .btn_gotour a {
  text-decoration: none;
}
.gotour_box .btn_gotour a span {
  display: inline-block;
  width: auto;
  font-size: 1.5vw;
  font-weight: 500;
  color: #193466;
  background: #c0ab62;
  border-radius: 50vw;
  padding: 0.25vw 1.5vw;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .gotour_box .btn_gotour a span {
    font-size: 4vw;
    padding: 0.5vw 3vw;
  }
}
.gotour_box .btn_gotour a:hover span {
  padding: 0.25vw 2.5vw;
  background: #fff;
}
@media (max-width: 768px) {
  .gotour_box .btn_gotour a:hover span {
    padding: 0.5vw 5vw;
  }
}

/*---05.合作旅行社---*/
.travel_box {
  display: block;
  width: 100%;
  position: relative;
}
.travel_box .travel_list_g {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.travel_box span.travel_bg {
  width: 100%;
  height: 100%;
  background: rgba(1, 30, 65, 0.8);
  position: absolute;
  top: 0;
}

ul.travel_list {
  list-style-type: none;
  margin: 0;
  width: 75%;
  justify-content: center;
}
@media (max-width: 992px) {
  ul.travel_list {
    width: 85%;
  }
}
ul.travel_list li {
  text-align: center;
  display: flex;
  width: 20%;
  justify-content: center;
}
@media (max-width: 768px) {
  ul.travel_list li {
    width: 50%;
  }
}
ul.travel_list li a .btn_tour {
  display: inline-block;
  width: 10vw;
  font-size: 1.5vw;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 2% auto;
  position: relative;
}
@media (max-width: 1024px) {
  ul.travel_list li a .btn_tour {
    width: 15vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  ul.travel_list li a .btn_tour {
    width: 30vw;
    font-size: 4vw;
  }
}
ul.travel_list li a .btn_tour span {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
ul.travel_list li a .btn_tour::before, ul.travel_list li a .btn_tour::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border: 1px solid #fff;
  width: 15%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
ul.travel_list li a .btn_tour:before {
  left: 0;
  border-right: none;
}
ul.travel_list li a .btn_tour::after {
  right: 0;
  border-left: none;
}
ul.travel_list li a .btn_tour:hover span {
  color: #c1aa63;
}
ul.travel_list li a .btn_tour:hover::before, ul.travel_list li a .btn_tour:hover::after {
  width: 80%;
  border-color: #c1aa63;
}

/*---------------------------------------------------*/
/*---page---*/
.topbanner {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 88px;
  overflow: hidden;
  margin-bottom: 5%;
}
.topbanner .page_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.topbanner .page_title .sec-title {
  padding-bottom: 0;
}
.topbanner .page_title .sec-title .sec-en {
  font-size: 1vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #c1aa63;
}
@media (max-width: 768px) {
  .topbanner .page_title .sec-title .sec-en {
    font-size: 3vw;
  }
}
.topbanner .page_title .sec-title .big-title {
  color: #fff;
}
.topbanner .page_title .sec-title p.info {
  display: block;
  width: 100%;
  font-size: 0.84vw;
  line-height: 2;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 0 auto;
  padding: 2% 0;
}
@media (max-width: 992px) {
  .topbanner .page_title .sec-title p.info {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .topbanner .page_title .sec-title p.info {
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 3px;
  }
}
.topbanner span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(1, 30, 65, 0.8);
  z-index: 2;
}

.page_facility_box {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page_facility_box {
    width: 80%;
    margin: 5% auto;
  }
}
.page_facility_box .page_facility_info {
  display: flex;
  flex-flow: column nowrap;
  width: 42.3%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 3%;
  box-sizing: border-box;
  background: rgba(1, 30, 65, 0.8);
  color: #fff;
  justify-content: center;
}
@media (max-width: 992px) {
  .page_facility_box .page_facility_info {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page_facility_box .page_facility_info {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10%;
    background: rgb(1, 30, 65);
  }
}
.page_facility_box .title_en {
  font-size: 1.3vw;
  color: #c1aa63;
}
@media (max-width: 992px) {
  .page_facility_box .title_en {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .page_facility_box .title_en {
    font-size: 3vw;
  }
}
.page_facility_box h3 {
  font-size: 2vw;
}
@media (max-width: 992px) {
  .page_facility_box h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .page_facility_box h3 {
    font-size: 5vw;
  }
}
.page_facility_box h4 {
  font-size: 1.5vw;
}
@media (max-width: 992px) {
  .page_facility_box h4 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .page_facility_box h4 {
    font-size: 4vw;
  }
}
.page_facility_box ul {
  margin-bottom: 0;
  margin: 2% 0 2% 1.5vw;
}
.page_facility_box ul li {
  font-size: 0.84vw;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 2% 0;
}
@media (max-width: 992px) {
  .page_facility_box ul li {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .page_facility_box ul li {
    font-size: 3vw;
  }
}
.page_facility_box P {
  font-size: 0.84vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0px;
  margin: 2% 0;
  text-align: justify;
}
@media (max-width: 992px) {
  .page_facility_box P {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .page_facility_box P {
    font-size: 3vw;
  }
}

.pf_L .page_facility_info {
  left: 0;
}

.pf_R .page_facility_info {
  right: 0;
}

.page_facility_gap {
  display: block;
  width: 100%;
  font-size: 1.5vw;
  color: #c1aa63;
  margin: 2% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page_facility_gap {
    font-size: 3.5vw;
  }
}

/*---------------------------------------------------*/
@media (max-width: 1024px) {
  /* menu */
  .nav-holder {
    display: none;
  }
  .nav-button-holder {
    display: block;
  }
  .logo {
    flex: 1 1 auto;
  }
  .header-social-1 {
    margin-left: 32px;
    flex: 0 0 auto;
  }
  .header-2 .header-container {
    display: flex;
  }
  .logo-2 {
    text-align: left;
    margin: 0;
  }
  .main-header {
    padding: 10px 0; /*padding: 16px 0;*/
  }
  .btn-header {
    flex: 0 1 auto;
    margin-left: 16px;
  }
  .slider-text {
    width: 100%;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  blockquote {
    font-size: 18px;
  }
  .topnoimg,
  .topsingleimage {
    height: 300px;
  }
  /* end menu */
  /* home */
  .slider-item-box-bkg,
  .top-single-bkg {
    min-height: 500px;
    height: auto;
  }
  .title-404 {
    font-size: 81px;
  }
  .top-page404 .inner-desc {
    margin-top: 0;
  }
  .slider-text {
    font-size: 18px;
  }
  .slider-caption {
    padding: 0 50px;
  }
  .owl-theme .owl-nav button {
    left: 20px;
  }
  .owl-theme .owl-nav button.owl-next {
    right: 20px;
  }
  .inner-desc h1 {
    word-wrap: break-word;
  }
  #footer-instagram .instagram-pics li {
    width: 25%;
  }
  #footer-instagram,
  .top-page404 {
    margin-bottom: -72px;
  }
  footer {
    margin-top: 72px;
  }
  .footer-widgets {
    padding-top: 72px;
  }
  .prev-next {
    margin-top: 0;
  }
  /* blog */
  .posts-holder-push-right {
    order: 0;
  }
  .posts-holder,
  .posts-holder-push-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-item-1col-list {
    display: block;
  }
  .blog-item-1col-list .post-image {
    width: 100%;
    height: 300px;
    margin-bottom: 32px;
  }
  .blog-item-1col-list .post-holder {
    width: 100%;
  }
  .blog-item-1col .post-holder {
    padding: 0;
  }
  .list-holder {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
  }
  .author-single-page {
    display: block;
  }
  .author-content {
    margin-left: 0;
    margin-top: 32px;
  }
  aside,
  .aligncm {
    text-align: center;
  }
  /* end blog */
  .grid-item-v2,
  .grid-item-style2:nth-child(6n+1),
  .grid-item-style2:nth-child(6n+6),
  .grid-item-style3:nth-child(7n+1),
  .grid-item-v3,
  .grid-item-v4,
  .grid-item-v4-style1:nth-of-type(4n+1),
  .grid-item-v4-style1:nth-of-type(8n+7),
  .grid-item-v4-style2:nth-of-type(7n+1),
  .grid-item-v4-style2:nth-of-type(7n+2),
  .grid-item-v4-style2:nth-of-type(7n+3),
  .grid-item-v4-style3:nth-of-type(6n+1),
  .grid-item-v4-style3:nth-of-type(6n+5) {
    width: 100%;
  }
  .grid-item-v4,
  .grid-item-v4-style1:nth-of-type(4n+1),
  .grid-item-v4-style2:nth-of-type(7n+1),
  .grid-item-v4-style3:nth-of-type(6n+1),
  .grid-item-v4-style3:nth-of-type(6n+5) {
    height: 350px;
  }
  .portfolio-slider-item {
    height: 400px;
  }
  .port-item-zigzag {
    display: block;
  }
  .zigzag-image {
    width: 100%;
    margin-bottom: 32px;
  }
  .port-item-zigzag:nth-child(2n) .zigzag-image {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }
  .zigzag-content .read-more {
    display: none;
  }
  #fs-holder {
    padding: 0;
  }
  .meta-nav-right {
    margin-top: 32px;
  }
  .meta-nav-right.margin-none {
    margin-top: 0;
  }
  .meta-nav-right .pn-desc {
    text-align: left;
  }
  .meta-nav-right .pn-desc {
    order: 2;
  }
  .meta-nav-right .pn-img {
    margin-left: 0;
    margin-right: 24px;
  }
  .gmaps-4 {
    height: 350px;
  }
  /* comments */
  .children {
    margin: 28px 0 0;
  }
  .children li.depth-2,
  .children li.depth-3,
  .children li.depth-4,
  .children li.depth-5,
  .children li.depth-6,
  .children li.depth-7,
  .children li.depth-8,
  .children li.depth-9,
  .children li.depth-10 {
    margin: 0;
  }
  .section-home21,
  .section-home42,
  .section-home11-1 {
    margin-top: -72px;
  }
  .section-contact41,
  .section-home-13-1 {
    margin-top: -72px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section-home21,
  .section-home42,
  .section-home73,
  .section-about3,
  .home-section6,
  .parallax {
    padding: 72px 0;
  }
  .section-home31 {
    margin-top: 108px;
  }
  .section-home41 {
    padding-top: 108px;
  }
  .award-item {
    display: block;
  }
  .award-year {
    margin: 0;
  }
  .margin-bm24 {
    margin-bottom: 24px;
  }
  .margin-bm32 {
    margin-bottom: 32px;
  }
  .margin-bm54 {
    margin-bottom: 54px;
  }
  .margin-none,
  .foo-last,
  .foo-last .widget-footer,
  .section-home15 {
    margin: 0;
  }
}
.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.mob {
  display: none;
}

@media (max-width: 768px) {
  .mob {
    display: block;
  }
}
.jet_fi {
  width: 35%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .jet_fi {
    width: 85%;
  }
}

/* 自動彈出 */
#ad-win {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(1, 30, 65, 0.8);
  padding: 20px;
  z-index: 1500;
  display: none; /* 確保初始是隱藏的 */
}

#ad-win.visible {
  display: block;
}

.ad-w {
  width: 90%;
  height: 100%;
  margin: 0% auto;
  padding: 0% 0;
  position: relative;
  display: flex;
  align-items: center;
}

.ad_box {
  width: 40%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ad_box {
    width: 95%;
  }
}
.ad_box img {
  border-radius: 15px;
}

#close-ad-win {
  display: block;
  font-size: 3vw;
  position: absolute;
  top: -5%;
  right: -10%;
  z-index: 2;
  cursor: pointer;
  background: none;
  color: #fff;
  padding: 5px 10px;
  border: none;
}
@media (max-width: 767px) {
  #close-ad-win {
    font-size: 8vw;
  }
}/*# sourceMappingURL=style.css.map */