@charset "UTF-8";


/* ----------------------------
  Wrapper
---------------------------- */
html, body, .wrapper {
  height: 100%;
}

@media screen and (max-width: 812px) {
  body.hidden-bg:before {
    opacity: 0;
  }
}


/* ----------------------------
  WWD Logo
---------------------------- */
.logo-wwd {
  position: absolute;
  top: 15px;
  right: 15px;
}
.logo-wwd a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.logo-wwd a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .logo-wwd {
    width: 58px;
    top: 11px;
    right: 2.9333333%;
  }
}



/* ----------------------------
  Triggers
---------------------------- */
.triggers {
  padding-left: 60px;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  background: #8d7b39;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.triggers-hidden {
  opacity: 0;
}
.triggers-visible {
  opacity: 1;
}
.menu-open .triggers {
  width: 470px;
  position: fixed;
}

@media screen and (max-width: 812px) {
  .triggers {
    padding-left: 45px;
    width: 37.3333333%;
    height: 45px;
  }
  .menu-open .triggers {
    width: 290px;
  }
}


/* Triggers Overlay
---------------------------- */
.triggers:before {
  content: "";
  display: block;
  background-image: -moz-linear-gradient( 18deg, rgb(75,73,35) 0%, rgb(255,255,255) 44%, rgb(93,91,46) 100%);
  background-image: -webkit-linear-gradient( 18deg, rgb(75,73,35) 0%, rgb(255,255,255) 44%, rgb(93,91,46) 100%);
  background-image: -ms-linear-gradient( 18deg, rgb(75,73,35) 0%, rgb(255,255,255) 44%, rgb(93,91,46) 100%);
  opacity: 0.07;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* Triggers Line
---------------------------- */
.triggers:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #b9b9b9;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 812px) {
  .triggers:after {
    height: 40px;
    left: 45px;
  }
}


/* Triggers Menu
---------------------------- */
.triggers-menu {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.triggers-menu span {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.triggers-menu:before,
.triggers-menu span:before,
.triggers-menu span:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #e3e5ea;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.triggers-menu span:before {
  margin-top: -9px;
}
.triggers-menu span:after {
  margin-top: 9px;
}
.triggers-menu:hover:before {
  margin-left: -13px;
}
.triggers-menu:hover span:before,
.triggers-menu:hover span:after {
  margin-left: -17px;
}

@media screen and (max-width: 812px) {
  .triggers-menu {
    width: 45px;
  }
  .triggers-menu:before,
  .triggers-menu span:before,
  .triggers-menu span:after {
    width: 20px;
    margin-left: -10px;
  }
  .triggers-menu span:before {
    margin-top: -7px;
  }
  .triggers-menu span:after {
    margin-top: 7px;
  }
  .triggers-menu:hover:before {
    margin-left: -8px;
  }
  .triggers-menu:hover span:before,
  .triggers-menu:hover span:after {
    margin-left: -12px;
  }
}

/* Close */
.menu-open .triggers-menu:before {
  opacity: 0;
}
.menu-open .triggers-menu span:before,
.menu-open .triggers-menu span:after {
  margin-top: 0;
  margin-left: -15px;
}
.menu-open .triggers-menu span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .triggers-menu span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 812px) {
  .menu-open .triggers-menu span:before,
  .menu-open .triggers-menu span:after {
    margin-left: -10px;
  }
}

/* Close Hover */
.menu-open .triggers-menu {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-open .triggers-menu:hover {
  opacity: 0.6;
}


/* Triggers Invitation
---------------------------- */
.triggers-invitation {
  padding-right: 20px;
  height: 100%;
  text-align: right;
  line-height: 1;
  font-family: "Neutraface 2 Text", sans-serif;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.triggers-invitation:hover {
  opacity: 0.6;
}
.triggers-invitation span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  position: relative;
  top: -1px;
}
.triggers-invitation img {
  margin-left: 16px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 812px) {
  .triggers-invitation {
    padding-right: 10px;
  }
  .triggers-invitation:before,
  .triggers-invitation:after {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .triggers-invitation:before {
    content: "GET";
    font-size: 15px;
    top: 8px;
  }
  .triggers-invitation:after {
    content: "INVITATION";
    font-size: 11px;
    bottom: 8px;
  }
  .menu-open .triggers-invitation:before,
  .menu-open .triggers-invitation:after {
    opacity: 0;
  }
  .triggers-invitation span {
    font-size: 15px;
    top: 1px;
  }
  .triggers-invitation img {
    width: 13px;
    margin-left: 22px;
    top: -1px;
  }
  .triggers-invitation span,
  .triggers-invitation img {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu-open .triggers-invitation span,
  .menu-open .triggers-invitation img {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}



/* ----------------------------
  Menu
---------------------------- */

/* Menu Background
---------------------------- */
.menu-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.menu-open .menu-bg {
  opacity: 1;
  visibility: visible;
}


/* Menu Inner
---------------------------- */
.menu-inner {
  padding-top: 60px;
  width: 470px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open .menu-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu-body {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-flex-direction: column; /* Less than iOS8 */
  flex-direction: column;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  padding: 20px 58px;
  min-height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  .menu-inner {
    padding-top: 45px;
    width: 290px;
    -webkit-overflow-scrolling: touch;
  }
  .menu-body {
    display: block;
    padding: 24px 7.4766355%;
    min-height: 0;
  }
}


/* Menu Head
---------------------------- */
.menu-head {
  margin-bottom: 28px;
}
.menu-head a {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-head a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .menu-head {
    margin-bottom: 20px;
  }
  .menu-head img {
    width: 82.5px;
  }
}


/* Menu List
---------------------------- */
.menu-list li {
  margin-top: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 17px;
}
.menu-list li:first-child {
  margin-top: 0;
}
.menu-list a {
  display: inline-block;
  vertical-align: top;
  color: #595139;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-list a:hover {
  color: #9F8447;
}
.menu-list small {
  display: block;
  margin-top: -2px;
  font-size: 10px;
  color: #ad8f47;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-list a:hover small {
  color: #9F8447;
}

@media screen and (max-width: 812px) {
  .menu-list li {
    margin-top: 14px;
    text-align: left;
    font-size: 13.5px;
    letter-spacing: 0;
  }
  .menu-list a {
    display: block;
  }
}


/* Menu Button
---------------------------- */
.menu-button {
  margin-top: 25px;
}
.menu-button a {
  display: block;
  padding: 13px 0 10px;
  border: 1px solid #7b7053;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 17px;
  color: #7b7053;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-button a:hover {
  background: #7b7053;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .menu-button {
    margin-top: 19px;
  }
  .menu-button a {
    padding: 9px 0 6px;
    line-height: 1.5;
    font-size: 12px;
  }
}



/* ----------------------------
  Invitation Modal
---------------------------- */
.invitation {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  -webkit-box-align: center; /* Less than android 4.3 */
  -webkit-align-items: center; /* Less than iOS8 */
  align-items: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-invitation-pc.png);
  background-color: #41b1d2;
  background-size: 100% auto;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: none; /* To Prevent Clicking Close Button */
}
.invitation-open .invitation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.invitation-inner {
  max-width: 800px;
}

@media screen and (max-width: 812px) { /* For Tablet */
  .invitation {
    background-image: url(../img/common/bg-invitation-sp.png);
  }
  .invitation-inner {
    padding: 54px 5.3333333%;
  }
}

@media screen and (max-width: 480px) { /* For Mobile */
  .invitation {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* Invitation Head
---------------------------- */
.invitation-head {
  text-align: center;
  line-height: 1;
  font-family: "Neutraface 2 Text", sans-serif;
}
.invitation-head em {
  display: block;
  letter-spacing: 0;
  font-size: 42px;
}
.invitation-head span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 812px) {
  .invitation-head em {
    font-size: 27px;
  }
  .invitation-head span {
    margin-top: 8px;
    font-size: 16px;
  }
}


/* Invitation Lead
---------------------------- */
.invitation-lead {
  margin-top: 40px;
  letter-spacing: 0.05em;
  line-height: 1.666666667;
  font-size: 15px;
}

@media screen and (max-width: 812px) {
  .invitation-lead {
    margin-top: 34px;
    line-height: 1.615384615;
    font-size: 13px;
  }
}


/* Invitation Apply
---------------------------- */
.invitation-apply {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-top: 24px;
}
.invitation-apply li {
  width: 46.25%;
  line-height: 1;
}
.invitation-apply span{
  display: block;
  padding: 43px 10px;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.invitation-apply span:hover {
  background: #fff;
  color: #7f7c52;
}
.invitation-apply span {
  display: block;
  font-family: "Neutraface 2 Text", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.invitation-apply em {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.invitation-apply br {
  display: none;
}

@media screen and (max-width: 812px) {
  .invitation-apply {
    margin-top: 20px;
  }
  .invitation-apply li {
    width: 47.761194%;
  }
  .invitation-apply a {
    padding: 34px 0;
  }
  .invitation-apply span {
    font-size: 12px;
  }
  .invitation-apply em {
    margin-top: 7px;
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .invitation-apply a {
    padding: 25px 0 23px;
  }
  .invitation-apply em {
    line-height: 1.4;
  }
  .invitation-apply br {
    display: block;
  }
}


/* Invitation Note
---------------------------- */
.invitation-note {
  margin-top: 17px;
  line-height: 1.636363636;
  font-size: 11px;
}

@media screen and (max-width: 812px) {
  .invitation-note {
    margin-top: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 10px;
  }
}


/* Invitation Buttons
---------------------------- */
.invitation-buttons {
  margin-top: 36px;
  text-align: center;
}
.invitation-buttons li {
  display: inline-block;
  margin: 0 13px;
  vertical-align: top;
  width: 225px;
  text-align: center;
}
.invitation-buttons a {
  display: block;
  padding: 7px 10px 5px;
  border: 1px solid #fff;
  letter-spacing: 0;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.invitation-buttons a:hover {
  background: #fff;
  color: #7f7c52;
}

@media screen and (max-width: 812px) {
  .invitation-buttons {
    margin-top: 38px;
  }
  .invitation-buttons li {
    margin: 0 3px;
    max-width: 145px;
    width: 43.2835821%;
  }
  .invitation-buttons a {
    padding: 8px 10px 6px;
    font-size: 11px;
  }
}


/* Invitation SNS
---------------------------- */
.invitation-sns {
  margin-top: 40px;
}

@media screen and (max-width: 812px) {
  .invitation-sns {
    margin-top: 38px;
  }
}


/* Invitation Close
---------------------------- */
.invitation-close {
  padding-top: 36px;
  width: 36px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.invitation-close:hover {
  opacity: 0.6;
}
.invitation-close:before,
.invitation-close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
}
.invitation-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.invitation-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 812px) {
  .invitation-close {
    padding-top: 52px;
    width: 52px;
    top: 0;
    left: 0;
  }
  .invitation-close:before,
  .invitation-close:after {
    width: 34px;
    margin-left: -17px;
  }
}



/* ----------------------------
  Footer
---------------------------- */
.footer {
  padding-top: 32px;
  background: #fff;
}



/* ----------------------------
  Footer - Poster
---------------------------- */
.poster {
  margin-bottom: 18px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .poster {
    margin-bottom: 23px;
  }
}


/* Poster Head
---------------------------- */
.poster-head:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 190px;
  height: 1px;
  background: #adafaf;
}

@media screen and (max-width: 800px) {
  .poster-head img {
    width: 194.5px;
  }
  .poster-head:after {
    margin-top: 12px;
    width: 110px;
  }
}


/* Poster Logo
---------------------------- */
.poster-logo {
  margin-top: 26px;
}

@media screen and (max-width: 812px) {
  .poster-logo {
    margin-top: 16px;
  }
  .poster-logo img {
    width: 136.5px;
  }
}


/* Poster Date
---------------------------- */
.poster-date {
  margin-top: 10px;
  line-height: 1.5;
  font-family: "Chronicle Display Roman", serif;
  font-size: 28px;
}

@media screen and (max-width: 812px) {
  .poster-date {
    margin-top: 12px;
    font-size: 21px;
  }
}


/* Poster Buttons
---------------------------- */
.poster-buttons {
  margin-top: 20px;
}
.poster-buttons:last-child {
  margin-bottom: 50px;
}
.poster-buttons li {
  display: inline-block;
  margin: 0 28px;
  width: 280px;
  line-height: 1.5;
  vertical-align: top;
}
.poster-buttons a {
  display: block;
  padding: 10px 10px 7px;
  border: 1px solid #959595;
  font-size: 17px;
  font-family: "Neutraface 2 Text", sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.poster-buttons a:hover {
  background: #8d7b39;
  border: 1px solid #8d7b39;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .poster-buttons {
    display: -webkit-box; /* Less than android 4.3 */
    display: -webkit-flex; /* Less than iOS8 */
    display: flex;
    -webkit-box-pack: justify; /* Less than android 4.3 */
    -webkit-justify-content: space-between; /* Less than iOS8 */
    justify-content: space-between;
    margin-top: 25px;
  }
  .poster-buttons:last-child {
    margin-bottom: 35px;
  }
  .poster-buttons li {
    margin: 0;
    width: 47.761194%;
  }
  .poster-buttons a {
    padding: 9px 10px 6px;
    font-size: 12px;
  }
}


/* Poster Note
---------------------------- */
.poster-note {
  margin-top: 20px;
}
.poster-note a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.333333333;
  font-size: 16px;
  color: #776f45;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.poster-note a:hover {
  opacity: 0.6;
}
.poster-note img {
  margin-left: 18px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 812px) {
  .poster-note {
    margin-top: 28px;
  }
  .poster-note a {
    font-size: 15px;
  }
  .poster-note img {
    margin-left: 6px;
    top: 0;
  }
}



/* ----------------------------
  Footer - Action
---------------------------- */
.action {
  padding: 52px 110px 60px;
  background: #2d2c2d;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .action {
    padding: 47px 5.9701493% 60px;
  }
}


/* Action Head
---------------------------- */
.action-head {
  text-align: center;
}

@media screen and (max-width: 812px) {
  .action-head img {
    max-width: 210px;
  }
}


/* Action Lead
---------------------------- */
.action-lead {
  margin-top: 22px;
  line-height: 1.666666667;
  font-size: 12px;
}

@media screen and (max-width: 812px) {
  .action-lead {
    margin-top: 24px;
  }
}


/* Action Note
---------------------------- */
.action-note {
  margin-top: 10px;
  line-height: 2;
  font-size: 10px;
}

@media screen and (max-width: 812px) {
  .action-note {
    margin-top: 22px;
    line-height: 1.476190476;
    font-size: 10.5px;
  }
}


/* Action Buttons
---------------------------- */
.action-buttons {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-top: 20px;
}
.action-buttons li {
  width: 350px;
  text-align: center;
  line-height: 1.5;
}
.action-buttons span {
  display: block;
  padding: 34px 10px 33px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.action-buttons span:hover {
  background: #fff;
  color: #282828;
}
.action-buttons span {
  display: block;
  font-family: "Neutraface 2 Text", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 16px;
}
.action-buttons em {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 812px) {
  .action-buttons {
    display: block;
    margin-top: 34px;
  }
  .action-buttons li {
    margin-top: 16px;
    width: 100%;
  }
  .action-buttons a {
    padding: 28px 10px 27px;
  }
  .action-buttons span {
    font-size: 12px;
  }
  .action-buttons em {
    margin-top: 3px;
    font-size: 15px;
  }
}


/* Action Address
---------------------------- */
.action-address {
  margin-top: 24px;
  line-height: 2.333333333;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 812px) {
  .action-address {
    margin-top: 33px;
    line-height: 1.869565217;
    font-size: 11.5px;
  }
}


/* Action Official
---------------------------- */
.action-official {
  margin: 24px auto 0;
  width: 300px;
}
.action-official a {
  display: block;
  padding: 8px 0;
  border: 1px solid #939393;
  text-align: center;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.action-official a:hover {
  border-color: #fff;
  background: #fff;
  color: #282828;
}

@media screen and (max-width: 812px) {
  .action-official {
    margin-top: 18px;
    width: 210px;
  }
  .action-official a {
    font-size: 11px;
  }
}



/* ----------------------------
  Footer - Foot
---------------------------- */
.foot {
  padding-top: 32px;
  padding-bottom: 24px;
}

@media screen and (max-width: 812px) {
  .foot {
    padding-bottom: 18px;
  }
}


/* Foot Icons
---------------------------- */
.foot-icons {
  margin: 0 auto;
  max-width: 308px;
  width: 100%;
  line-height: 1;
}
.foot-icons ul {
  display: -webkit-box; /* Less than android 4.3 */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
}
.foot-icons li:first-child {
  padding-right: 32px;
  border-right: 1px solid #7d7d7d;
}
.foot-icons a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.foot-icons a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .foot-icons {
    max-width: 330px;
  }
  .foot-icons li:first-child {
    padding-right: 20px;
  }
  .foot-icons img {
    width: auto;
    height: 26px;
  }
  .foot-icons svg {
    width: 28px;
    height: 26px;
  }
}


/* Foot Copy
---------------------------- */
.foot-copy {
  margin-top: 24px;
  line-height: 1.3;
  text-align: center;
  font-family: "Chronicle Display Roman", serif;
  font-size: 10px;
}

@media screen and (max-width: 812px) {
  .foot-copy {
    margin-top: 32px;
  }
}



/* ----------------------------
  Keyvisual
---------------------------- */
.keyvisual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.keyvisual-dark {
  color: #333535;
}

@media screen and (max-width: 812px) {
  .keyvisual {
    padding-bottom: 45px;
  }
}


/* Keyvisual Inner
---------------------------- */
.keyvisual-inner {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-flex-direction: column; /* Less than iOS8 */
  flex-direction: column;
  -webkit-box-pack: end; /* Less than android 4.3 */
  -webkit-justify-content: flex-end; /* Less than iOS8 */
  justify-content: flex-end;
  height: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.overlay-visible .keyvisual-inner {
  opacity: 0;
  visibility: hidden;
}


/* Keyvisual Title
---------------------------- */
.keyvisual-title {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.loaded .keyvisual-title {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  .keyvisual-title img {
    width: 180.5px;
  }
}


/* Keyvisual Lead
---------------------------- */
.keyvisual-lead {
  margin-top: 66px;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.loaded .keyvisual-lead {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.keyvisual-lead em {
  display: block;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 35px;
}
.keyvisual-lead span {
  display: block;
  margin-top: 12px;
  font-family: "Chronicle Display Roman", serif;
  font-size: 31px;
}

@media screen and (max-width: 812px) {
  .keyvisual-lead {
    margin-top: 52px;
  }
  .keyvisual-lead em {
    font-size: 24px;
  }
  .keyvisual-lead span {
    margin-top: 8px;
    font-size: 18.5px;
  }
}


/* Keyvisual Down
---------------------------- */
.keyvisual-down {
  line-height: 1;
  margin-top: 45px;
  opacity: 0;
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
  -webkit-animation: arrow-down 1.8s 1.2s infinite;
  animation: arrow-down 1.8s 1.2s infinite;
}

@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
    opacity: 0;
  }
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
    opacity: 0;
  }
}


@media screen and (max-width: 812px) {
  .keyvisual-down {
    margin-top: 30px;
  }
  .keyvisual-down img {
    width: 26px;
  }
}



/* ----------------------------
  Keyvisual Overlay
---------------------------- */
.overlay {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  -webkit-box-align: center; /* Less than android 4.3 */
  -webkit-align-items: center; /* Less than iOS8 */
  align-items: center;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.overlay-visible .overlay {
  opacity: 1;
  visibility: visible;
}
.overlay:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-inner {
  max-width: 800px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 812px) {
  .overlay-inner {
    max-width: 76%;
  }
}


/* Overlay Head
---------------------------- */
.overlay-head {
  margin-bottom: 44px;
  text-align: center;
  line-height: 1;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 30px;
  color: #a6a8a8;
}

@media screen and (max-width: 812px) {
  .overlay-head {
    margin-bottom: 16px;
    font-size: 21px;
  }
}

@media screen and (max-width: 320px) {
  .overlay-head {
    margin-bottom: 16px;
    font-size: 18px;
  }
}


/* Overlay Body
---------------------------- */
.overlay-body {
  line-height: 2;
  letter-spacing: 0.01em;
  font-size: 13px;
}
.overlay-body em {
  display: block;
  font-size: 15px;
}
.overlay-body small {
  display: block;
  margin-top: 28px;
  font-size: 10px;
}

@media screen and (max-width: 812px) {
  .overlay-body {
    line-height: 1.692307692;
    letter-spacing: 0;
  }
  .overlay-body em {
    margin-top: 32px;
    font-size: 13px;
  }
}


@media screen and (max-width: 320px) {
  .overlay-body {
    line-height: 1.692307692;
    letter-spacing: 0;
  }
  .overlay-body em {
    margin-top: 32px;
    font-size: 11px;
  }
}


/* Overlay Down
---------------------------- */
.overlay-down {
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

@media screen and (max-width: 812px) {
  .overlay-down {
    bottom: 45px;
  }
  .overlay-down img {
    width: 26px;
  }
}



/* Local Navigation
---------------------------- */
.local-nav {
  line-height: 3;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 13px;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -1.5em;
  margin-right: 1.5em;
  -webkit-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
  z-index: 10;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hide-nav .local-nav {
  opacity: 0;
  visibility: hidden;
}
.local-nav ul {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
}
.local-nav li {
  margin-left: 28px;
}
.local-nav li:first-child {
  margin-left: 0;
}
.local-nav a {
  display: block;
  color: #c1c0c3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.local-nav a:hover,
.local-nav .active a {
  color: #67663c;
}

@media screen and (max-width: 812px) {
  .local-nav {
    line-height: 2;
    font-size: 10px;
    margin-top: -1em;
    margin-right: 1em;
    white-space: nowrap;
  }
  .local-nav li {
    margin-left: 36px;
  }
}



/* Local Label
---------------------------- */
.local-label {
  line-height: 2.666666667;
  font-size: 12px;
  color: #67663c;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -1.333333334em;
  margin-left: 1.333333334em;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hide-nav .local-label {
  opacity: 0;
  visibility: hidden;
}
.local-label-white {
  color: #fff;
}

@media screen and (max-width: 812px) {
  .local-label {
    line-height: 2;
    margin-top: -1em;
    margin-left: 1em;
    font-size: 10px;
  }
}



/* ----------------------------
  Modal
---------------------------- */
.modal {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  -webkit-box-align: center; /* Less than android 4.3 */
  -webkit-align-items: center; /* Less than iOS8 */
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  line-height: 1.636363636;
  font-size: 11px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 812px) {
  .modal {
    line-height: 1.45;
    font-size: 10px;
  }
}


/* Modal Inner
---------------------------- */
.modal-inner {
  width: 100%;
  max-width: 650px;
}

@media screen and (max-width: 812px) {
  .modal-inner {
    max-width: 375px;
  }
}


/* Modal Counter
---------------------------- */
.modal-counter {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Chronicle Display Roman", serif;
  font-size: 22px;
}
.modal-counter span {
  margin: 0 4px;
}


/* Modal Text
---------------------------- */
.modal-text {
  margin-top: 14px;
  padding: 0 125px;
  text-align: center;
  letter-spacing: 0.01em;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-text.hidden {
  opacity: 0;
}
.modal-text dl {
  margin-bottom: 1.454545455em;
}
.modal-text dt {
  margin-bottom: 1em;
  font-size: 14px;
}
.modal-text dd {
  color: #b7b8bb;
}

@media screen and (max-width: 812px) {
  .modal-text {
    margin-top: 17px;
    padding: 0 38px;
  }
  .modal-text dl {
    margin-bottom: 13px;
  }
  .modal-text dt {
    margin-bottom: 10px;
    font-size: 12px;
  }
}


/* Modal Close
---------------------------- */
.modal-close {
  padding-top: 36px;
  width: 36px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-close:hover {
  opacity: 0.6;
}
.modal-close:before,
.modal-close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
}
.modal-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 812px) {
  .modal-close {
    padding-top: 52px;
    width: 52px;
    top: 0;
    left: 0;
  }
  .modal-close:before,
  .modal-close:after {
    width: 34px;
    margin-left: -17px;
  }
}



/* ----------------------------
  Slide
---------------------------- */
.slide {
  padding: 0 125px;
  overflow: hidden;
  position: relative;
}
.slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slide-inner {
  padding: 0 125px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 812px) {
  .slide {
    padding: 0 38px;
  }
  .slide-inner {
    padding: 0 38px;
  }
}


/* Slide Image
---------------------------- */
.slide-image {
  max-width: none;
  width: 100%;
}


/* Slide Arrow
---------------------------- */
.slick-arrow {
  overflow: hidden;
  width: 125px;
  background-repeat: no-repeat;
  text-indent: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-prev {
  background-position: left center;
  background-image: url(../img/common/arrow-left-white.png);
  left: 0;
}
.slick-next {
  background-position: right center;
  background-image: url(../img/common/arrow-right-white.png);
  right: 0;
}

@media screen and (max-width: 812px) {
  .slick-arrow {
    width: 38px;
    background-position: center;
    background-size: 18px auto;
  }
}


/* Slide Body
---------------------------- */
.slide-body {
  display: none;
}



/* ----------------------------
  Loader
---------------------------- */
.loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
}
.loader-inner {
  width: 209px;
  height: 84px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -104px;
  margin-top: -42px;
}

@media screen and (max-width: 812px) {
  .loader-inner {
    width: 144px;
    height: 58px;
    margin-left: -72px;
    margin-top: -29px;
  }
}


/* Loader Logo
---------------------------- */
.loader-logo {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}
.loader-logo img {
  display: block;
  width: 209px;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 812px) {
  .loader-logo img {
    width: 144px;
  }
}


/* Loader Logo Color
---------------------------- */
.loader-logo-blue {
  width: 0px;
  left: 0;
}
.loader-logo-blue img {
  left: 0;
}
.loader-logo-black {
  width: 100%;
  right: 0;
}
.loader-logo-black img {
  right: 0;
}


/* Animation
---------------------------- */
.loader-start .loader-logo-blue {
  -webkit-animation: loader 1.2s linear forwards;
  animation: loader 1.2s linear forwards;
}
.loader-start .loader-logo-black {
  -webkit-animation: loader 1.2s reverse linear forwards;
  animation: loader 1.2s reverse linear forwards;
}

@keyframes loader {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
