@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  z-index: -100;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 55px 10px;
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* Section Color */
section {
  background-color: #fff;
  color: #333;
}
section[data-type="blk"] {
  background-color: #1e1e1e;
  color: #ccc;
}
section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #896955 url("../img/hdg_main_bg_pc.jpg?191017") center center;
  background-size: cover;
}
.hdg-main[data-type="video"]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .05;
  background: transparent url("../img/vegas_ol_05.png") center center repeat;
  z-index: 5;
}
#hdg-bg-video, #hdg-bg-video-sp {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100vh;
  display: none;
}
#hdg-bg-video.adjust-height, #hdg-bg-video-sp.adjust-height {
  width: auto;
  height: 100%;
}
#hdg-bg-video.is-active, #hdg-bg-video-sp.is-active {
  display: block;
}
.hdg-cpn-title {
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  position: relative;
}
.loaded .hdg-cpn-title {
  opacity: 1;
  transition: .5s;
}
.hdg-cpn-title img {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 180px;
  max-width: 25vw;
}
.hdg-scroll-wrapper {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 55;
  width: 120px;
  max-width: 25vw;
  opacity: 0;
}
.loaded .hdg-scroll-wrapper {
  opacity: 1;
  transition-duration: .7s;
  transition-delay: .7s;
}
.hdg-scroll-wrapper img {
  filter: drop-shadow(2px 2px 3px #000);
}
.hdg-scroll-wrapper svg > g > g:first-child > rect {
  opacity: 0;
}
@media screen and (orientation: portrait) {
  .hdg-main {
    background: #896955 url("../img/hdg_main_bg_sp.jpg?191017") center center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hdg-main-box {
    margin-left: -20px;
  }
  .hdg-main-box > * {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-main {
    background: #896955 url("../img/hdg_main_bg_sp.jpg") center center;
    background-size: cover;
  }
  .hdg-main-box {
    padding: 10px;
    flex-direction: column;
  }
  .hdg-scroll-wrapper {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
    margin: 0;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #896955;
  padding-top: 70px;
}
.hdg-sec-lv2::before, .hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 15vw;
  height: 5px;
  background-color: #896955;
  flex-shrink: 2;
}
.hdg-sec-lv2[data-type="white"] {
  color: #fff;
}
.hdg-sec-lv2[data-type="white"]::before, .hdg-sec-lv2[data-type="white"]::after {
  background-color: #fff;
}
.hdg-sec-lv2 h2 {
  font-size: 3.8rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem;
  margin: 0 30px;
  flex-grow: 2;
}
.hdg-sec-lv2 h2 > span {
  display: inline-block;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2  {
    padding-top: 50px;
  }
  .hdg-sec-lv2 h2 {
    font-size: 2.4rem;
    margin: 0 20px;
  }
  .hdg-sec-lv2::before, .hdg-sec-lv2::after {
    max-width: 12vw;
  }
}

/* Hedding h3 */
.hdg-sec-lv3 {
  margin: 30px 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.hdg-sec-lv3::before, .hdg-sec-lv3::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #cccccc;
  display: block;
}
.hdg-sec-lv3-inner {
  padding: 0 25px;
  text-align: center;
}
.hdg-sec-lv3-inner h3 {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.hdg-sec-lv3-inner p {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-top: 0;
}

/* Lead Section */
#lead-section {
  width: 100%;
  min-height: calc(100vh - 81px);
  display: flex;
  background-color: transparent;
  position: relative;
}
#lead-section .lead-section-bg {
	content: '';
	background: #000 url(/int_jp/campaign/2019/culture/img/lead_sec_bg_01.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
  bottom: 0;
  right: 0;
	width: 100%;
	min-height: calc(100vh - 81px);
  height: 100%;
	display: block;
	z-index: -10;
}
.lead-section-left {
  width: 40%;
  padding: 0 0 0 5vw;
  min-height: calc(100vh - 81px);
}
.lead-section-left-inner {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transform: translateX(-100vw);
  transition: .6s;
  transition-delay: .3s;
  opacity: .4;
}
.scroll .lead-section-left-inner {
  transform: translateX(0);
  opacity: 1;
}
.lead-section-left-inner > * {
  text-align: center;
}
.lead-section-left-inner > *:first-child {
  margin-top: 0;
}
.lead-section-left-inner > *:last-child {
  margin-bottom: 0;
}
.lead-section-left-inner .hdg-cpn-logo {
  width: 100%;
  min-height: 0%;
}
.lead-section-left-inner .hdg-cpn-logo > img {
  max-width: 100%;
}
.lead-section-left-inner .hdg-cpn-catch {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .4rem;
  font-size: 1.35vw;
  line-height: 2;
  color: #333;
  opacity: 0;
  transition-duration: .6s;
  transition-delay: 1s;
  transition-property: opacity;
}
.lead-section-left-inner .hdg-cpn-catch {
  opacity: 1;
}
.lead-section-right {
  width: 60%;
  padding: 25px 3vw 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.lead-section-right > p {
  text-align: right;
  line-height: 1.9;
  letter-spacing: .3rem;
  font-size: 1.5rem;
  max-width: 100%;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  color: #f2f2f2;
  opacity: 0;
  transform: translateY(20px);
}
.scroll .lead-section-right > p {
  opacity: 1;
  transform: translateY(0);
  transition-duration: .8s;
  transition-property: opacity, transform;
}
.scroll .lead-section-right > p:nth-child(2) {
  transition-delay: .4s;
}
.scroll .lead-section-right > p:nth-child(3) {
  transition-delay: .8s;
}
.scroll .lead-section-right > p:nth-child(4) {
  transition-delay: 1.2s;
}
.scroll .lead-section-right > p:nth-child(5) {
  transition-delay: 1.6s;
}
.scroll .lead-section-right > p:nth-child(6) {
  transition-delay: 2s;
}
.lead-section-right > p:first-child {
  margin-top: 0;
}
.lead-section-right > p > span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #lead-section {
    min-height: auto;
    flex-direction: column;
  }
  .lead-section-left, .lead-section-right {
    width: 100%;
    min-height: auto;
  }
  .lead-section-left {
    padding: 40px 0;
  }
  .lead-section-left-inner .hdg-cpn-catch {
    font-size: 4vw;
  }
  .lead-section-right {
    padding: 0 10px 40px;
  }
  .lead-section-right > p {
    text-align: center;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
  .lead-section-right > p > span {
    display: inline;
  }
}

/* Contents Index*/
#contents-index {
  background: transparent;
  position: relative;
  color: #f2f2f2;
}
#contents-index::before {
  content: '';
  background: #000 url(../img/contents_index_bg.jpg) center top;
  background-size: cover;
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #f2f2f2;
}
.contents-index-lead {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
.contents-list {
  width: 100%;
  margin-top: 100px;
}
.contents-list > li {
  margin-top: 150px;
  position: relative;
  cursor: pointer;
  transition-duration: .5s;
  transition-property: opacity;
}
.contents-list > li[data-type="coming"] {
  pointer-events: none;
}
.contents-list > li:hover {
  opacity: .85;
}
.contents-list > li:first-child {
  margin-top: 0;
}
.contents-list > li > .contents-number {
  position: absolute;
  top: -9rem;
  right: 40px;
  color: #fff;
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12rem;
  line-height: 1.2;
  border-bottom: 6px solid #896955;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition-duration: .5s;
  transition-delay: .5s;
  z-index: 4;
}
.contents-list > li:nth-child(even) > .contents-number {
  right: auto;
  left: 40px;
}
.contents-list > li.active > .contents-number {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contents-list > li > .contents-list-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contents-list > li > .contents-list-box::before {
  background: #896955;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all .8s 0s ease; 
  z-index: 3; 
}
.contents-list > li.active > .contents-list-box::before {
  transform: translateX(100%);
}
.contents-list > li:nth-child(even) > .contents-list-box::before {
  transform: translateX(100%);
}
.contents-list > li.active:nth-child(even) > .contents-list-box::before {
  transform: translateX(-100%);
}
.contents-list > li > .contents-list-box > .contents-list-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all .5s .3s ease;
  opacity: 0;
  z-index: 2;
}
.contents-list > li > .contents-list-box > .contents-list-inner img {
  width: 100%;
}
.contents-list > li.active > .contents-list-box > .contents-list-inner {
  opacity: 1;
}
.contents-list > li > .contents-list-box > .contents-list-inner .contents-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 3;
}
.contents-list > li:nth-child(even) > .contents-list-box > .contents-list-inner .contents-title {
  justify-content: flex-end;
}
.contents-list > li > .contents-list-box > .contents-list-inner .contents-title img {
  width: auto;
  height: 100%;
}
.contents-list > li > .contents-list-box > .contents-list-inner .wave {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 850px;
  height: 850px;
  z-index: 2;
  margin-left: -425px;
  margin-top: -425px;
}
.contents-list > li > .contents-lead {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.contents-list > li:nth-child(even) > .contents-lead {
  justify-content: flex-start;
}
.contents-list > li > .contents-lead > .contents-lead-inner {
  position: relative;
  display: inline-block;
  margin: -60px -50px 0 0;
  background: #000;
  padding: 75px 20px 15px 50px;
  color: #ccc;
  text-align: right;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  transform: translateX(100%);
  transition: .5s .7s;
  z-index: 1;
}
.contents-list > li:nth-child(even) > .contents-lead > .contents-lead-inner {
  margin: -60px 0 0 -50px;
  padding: 75px 50px 15px 20px;
  text-align: left;
  transform: translateX(-100%);
}
.contents-list > li > .contents-lead > .contents-lead-inner > *:first-child {
  margin-top: 0;
}
.contents-list > li.active > .contents-lead > .contents-lead-inner {
  opacity: 1;
  transform: translateX(0);
}
.contents-list > li > .contents-lead > .contents-lead-inner span {
  display: inline-block;
}
.contents-list > li > .contents-lead .read-button {
  position: absolute;
  right: 40px;
  top: -100%;
  padding: 12px 35px;
  background-color: #896955;
  opacity: 0;
  transition: .5s .7s;
  z-index: 5;
}
.contents-list > li:nth-child(even) > .contents-lead .read-button {
  right: auto;
  left: 40px;
}
.contents-list > li.active > .contents-lead .read-button {
  opacity: 1;
}
.contents-list > li > .contents-lead .read-button a {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  padding-left: 0.3rem;
}
.contents-list > li > .contents-lead .read-button a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .contents-list > li:nth-child(odd) {
    margin-right: 50px;
  }
  .contents-list > li:nth-child(even) {
    margin-left: 50px;
  }
  .contents-list > li:nth-child(even) > .contents-list-box > .contents-list-inner .wave {
    left: auto;
    right: 0%;
    margin-left: auto;
    margin-right: -425px;
  }
}
@media screen and (max-width: 767px) {
  .contents-list {
    margin-top: 70px;
  }
  .contents-list > li {
    margin-top: 70px;
  }
  .contents-list > li > .contents-number {
    top: -6rem;
    right: 20px;
    font-size: 8rem;
    border-bottom: 6px solid #896955;
  }
  .contents-list > li:nth-child(even) > .contents-number {
    right: auto;
    left: 20px;
  }
  .contents-list > li > .contents-list-box > .contents-list-inner .wave {
    left: 50%;
    top: 100%;
    right: auto;
    width: 200vw;
    height: 200vw;
    margin-left: -100vw;
    margin-top: -85vw;
  }
  .contents-list > li > .contents-list-box > .contents-list-inner .contents-title {
    padding: 0;
    align-items: flex-end;
  }
  .contents-list > li > .contents-list-box > .contents-list-inner .contents-title img {
    width: 100%;
    height: auto;
  }
  .contents-list > li > .contents-lead > .contents-lead-inner, .contents-list > li:nth-child(even) > .contents-lead > .contents-lead-inner {
    margin: 0;
    padding: 32px 12px 12px;
    text-align: center;
    /* transform: translateY(-100%); */
    width: 100%;
    z-index: 1;
  }
  .contents-list > li > .contents-lead .read-button, .contents-list > li:nth-child(even) > .contents-lead .read-button {
    right: 40px;
    left: 40px;
    top: -22px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s .7s;
  }
  .contents-list > li > .contents-lead .read-button > a {
    font-size: 1.6rem;
  }
}

/* Campaign Area */
#campaign p {
  color: #896955;
}

.campaign-coming-text {
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9rem;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem;
  text-align: center;
  color: #896955;
}

/* Campaign Schedule */
.m-accordion-campaign {
  margin: 30px 0 50px;
  color: #896955;
}
.m-accordion-campaign a {
  color: #896955;
}
.m-accordion-campaign > li {
  padding: 18px 0;
  border-bottom: #896955 1px solid;
  display: flex;
}
.m-accordion-campaign > li > div {
  padding-top: 12px;
  padding-bottom: 12px;
}
.m-accordion-campaign-date {
  padding-right: 15px;
  font-family: 'Helvetica Neue', Arial, Helvetica, "sans-serif";
  font-weight: 400;
  font-size: 2.8rem;
  padding-left: 9px;
  position: relative;
  color: #896955;
}
.m-accordion-campaign-date::before {
  content: '';
  border-left: 3px solid #896955;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  transition: .3s;
}
.m-accordion-campaign > li.is-active > .m-accordion-campaign-date::before {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.m-accordion-campaign-date span {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  padding-left: .5rem;
}
.m-accordion-campaign-date .day {
  font-size: 1.2rem;
  letter-spacing: 0.4rem;
  color: #8e8e8e;
  display: block;
}
.m-accordion-campaign-wrapper {
  border-left: #896955 1px solid;
  padding-left: 15px;
  padding-right: 15px;
  flex-grow: 2;
  position: relative;
}
.m-accordion-campaign-wrapper::after {
  content: none;
}
.m-accordion-campaign > li.is-active > .m-accordion-campaign-wrapper {
  background: #FCF9F6;
}
.m-accordion-campaign > li.is-active > .m-accordion-campaign-wrapper::after {
  content: '';
  position: absolute;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  bottom: 0;
  right: 0;
}
.m-accordion-campaign-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-accordion-campaign-title {
  font-family: 'Helvetica Neue', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
.m-accordion-campaign-title > span {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #8e8e8e;
  display: block;
  margin-top: 0;
}
.m-accordion-campaign__icn {
  padding: 4px 25px;
  background-color: transparent;
  color: #896955;
  font-size: 1.4rem;
  border-radius: 25px;
  border: 1px solid #896955;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
}
a.is-active > .m-accordion-campaign-trigger {
  color: #896955;
}
a.is-active > .m-accordion-campaign-trigger > .m-accordion-campaign__icn {
  background-color: #896955;
  color: #fff;
}
.js-accordion-campaign {
  display: flex;
  justify-content: space-between;
}
.m-accordion-campaign-content {
  display: none;
  margin-top: 25px;
  padding-bottom: 30px;
}
.m-accordion-campaign-content > *:first-child {
  margin-top: 0;
}
.m-accordion-campaign-content .m-txt-lead {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.m-accordion-campaign-content .m-btn-l {
  background: #896955;
}
.m-accordion-campaign-content .m-btn-l > span {
  color: #fff;
}
.m-accordion-campaign-content .m-media-l__img {
  max-width: 35%;
}
/*
.m-accordion-campaign-content .m-tbl tbody th {
  background: #666;
  color: #eaeaea;
}
.m-accordion-campaign-content .m-tbl tbody td {
  background: #333;
}
*/
@media screen and (max-width: 767px) {
  .m-accordion-campaign > li {
    flex-direction: column;
    margin-top: 15px;
  }
  .m-accordion-campaign > li:first-child {
    margin-top: 0;
  }
  .m-accordion-campaign-date {
    padding-left: 0;
    text-align: left;
  }
  .m-accordion-campaign > li.is-active > .m-accordion-campaign-date {
    padding-left: 10px;
  }
  .m-accordion-campaign-date::before {
    content: none;
  }
  .m-accordion-campaign > li.is-active > .m-accordion-campaign-date::before {
    content: '';
    border-left: 4px solid #896955;
  }
  .m-accordion-campaign-date .day {
    display: inline;
    padding-left: 12px;
  }
  .m-accordion-campaign-trigger {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .m-accordion-campaign-title {
    font-family: 'Helvetica Neue', Arial, Helvetica, "sans-serif";
    font-size: 2.2rem;
  }
  .m-accordion-campaign__icn {
    margin-top: 15px;
    padding: 3px 18px;
    font-size: 1.2rem;
  }
  .m-accordion-campaign-content .m-media-l__img {
    max-width: 100%;
  }
}

/* Team Introduction */
.team-lead {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #896955;
}
.m-btn-team {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-btn-team > a {
  padding: 12px 50px;
  background-color: #896955;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.m-btn-team > a:hover {
  text-decoration: none;
}

/* Reservation Module */
#reservation {
  background: #896955;
  color: #fff;
}
#reservation .hdg-sec-lv2 {
  color: #fff;
}
#reservation #snav1 {
  color: #333;
}
/* Loading */
#loading-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background-color: #000;
  opacity: 1;
  top: 0;
  left: 0;
}
.loading-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
.spinner {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); 
}
.spinner > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.spinner > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.spinner > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.loading-txt {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
  color: rgba(255,255,255,0.3);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 65px 100%;
  -moz-background-size: 65px 100%;
  background-size: 65px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

/* Logo Animation */
#logo-anime {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 180px;
  width: 50%;
}