/*----------- reset start -----------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

body {
  line-height: 140%;
}

ol, ul, li {
  list-style: none;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

iframe {
  border: 0;
}

/*----------- reset end -----------*/
html {
  font-family: 'Vollkorn', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: 200;
}

a, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

*:focus, a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

input, select, textarea {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.nav__logo, .nav__hamburger, .nav__close {
  position: fixed;
  z-index: 1003;
  top: 37px;
  cursor: pointer;
}

.nav__logo {
  left: 33px;
  width: 154px;
  height: auto;
}

.nav__hamburger {
  right: 33px;
  width: 25px;
  height: auto;
}

.nav__close {
  display: none;
  right: 33px;
  width: 24px;
  height: auto;
}

@media (min-width: 1200px) {
  .nav__logo, .nav__hamburger, .nav__close {
    top: 49px;
  }
}

@media (min-width: 1200px) {
  .nav__logo {
    left: 60px;
  }
  .nav__hamburger, .nav__close {
    right: 60px;
  }
}

.nav__social {
  position: fixed;
  z-index: 1000;
  display: none;
}

.nav__fb img, .nav__twitter img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 60px;
    bottom: 49px;
  }
  .nav__fb {
    width: 8px;
    height: auto;
  }
  .nav__twitter {
    margin-top: 26px;
    width: 21px;
    height: auto;
  }
}

.nav__arrow {
  position: fixed;
  z-index: 1001;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 37px;
  width: 10px;
  height: auto;
  display: none;
  cursor: pointer;
}

.nav__arrow.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__arrow.no-action {
  opacity: 0 !important;
  cursor: auto !important;
}

@media (min-width: 1200px) {
  .nav__arrow {
    left: 78px;
    right: auto;
    margin: 0;
    bottom: 49px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.nav__list {
  position: fixed;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a18a7b;
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 2.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 74px;
  cursor: default;
}

.nav__list li {
  margin: 5px 0;
  cursor: pointer;
}

.nav__list li:first-child {
  margin-top: 0;
}

.nav__list li:last-child {
  margin-bottom: 0;
}

.nav__list li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.nav__list li.active::after {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  background: #a18a7b;
  margin-top: 5px;
}

.nav__list li:last-child.active::after {
  display: none !important;
}

.nav__list li:last-child.active::before {
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  background: #a18a7b;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .nav__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.nav__menu {
  position: fixed;
  z-index: 1002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__menu__wrap {
  position: relative;
  z-index: 1;
  height: calc(100% - 86px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .nav__menu__wrap {
    height: calc(100% - 98px);
  }
}

.nav__menu__list {
  max-height: calc(100% - (20px * 2));
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 2px;
  text-align: center;
}

.nav__menu__list li {
  margin: 15px 0;
}

.nav__menu__list li:first-child {
  margin-top: 0;
}

.nav__menu__list li:last-child {
  margin-bottom: 0;
}

.nav__menu__list span {
  position: relative;
  padding-left: 2px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.nav__menu__list span:hover, .nav__menu__list span:focus {
  color: white;
}

@media (min-width: 1200px) {
  .nav__menu__list {
    font-size: 3.6rem;
    letter-spacing: 4px;
    text-align: left;
  }
  .nav__menu__list li {
    padding: 0 20px;
  }
  .nav__menu__list span {
    padding-left: 4px;
    left: 0px;
  }
  .nav__menu__list span:hover, .nav__menu__list span:focus {
    color: white;
    left: -20px;
  }
}

.nav__menu__back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(14.6px);
  backdrop-filter: blur(14.6px);
  background-color: rgba(19, 26, 44, 0.9);
}

html, body {
  overflow: hidden;
}

.page-container {
  position: relative;
  top: 0;
}

.page {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-touch-action: none;
      touch-action: none;
}

.page section {
  position: relative;
  color: #fff;
  padding-left: 33px;
  padding-right: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page section:first-child {
  padding-top: calc(86px + 40px);
}

.page section:last-child {
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .page section {
    padding-left: 181px;
    padding-right: 181px;
  }
  .page section:first-child {
    padding-top: calc(98px + 50px);
  }
  .page section:last-child {
    padding-bottom: 50px;
  }
}

.page1 {
  position: relative;
}

.page1__back1, .page1__back2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page1__back1 {
  background-image: url(../image/page1/back1.jpg);
}

.page1__back2 {
  background-image: url(../image//page1/back2.png);
  z-index: 2;
}

.page1__back3 {
  position: absolute;
  background-color: #131a2c;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.page1__content {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
}

.page1__content .small-text {
  font-size: 1.2rem;
  line-height: 3.6rem;
}

.page1__content .big-text {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-top: 10px;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .page1__content {
    top: 20%;
  }
}

@media (min-width: 375px) {
  .page1__content .big-text {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .page1__content .small-text {
    font-size: 2.4rem;
  }
  .page1__content .big-text {
    font-size: 7.2rem;
    line-height: 10rem;
    margin-top: 24px;
  }
}

.section__title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 2px;
  color: #fff;
}

@media (min-width: 1200px) {
  .section__title {
    font-size: 3.6rem;
    line-height: 7rem;
    letter-spacing: 4px;
  }
}

.section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
}

.section__flex .column {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

@media (min-width: 1200px) {
  .section__flex .column {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 2px;
  }
}

.section__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page2 {
  background-color: #131a2c;
}

.page2 .section__title {
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
  opacity: 0;
}

.page2 .down-animation {
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  opacity: 0;
}

.page2__section1 .section__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -33px;
}

.page2__section1 .section__title::before {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #a18a7b;
  margin-right: 20px;
}

.page2__section1 .section__flex {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -20px;
}

.page2__section1 .section__flex .column {
  width: 100%;
  margin-top: 39px;
}

.page2__section1 .section__flex .column .section__text {
  margin-left: 20px;
  margin-right: 20px;
}

.page2__section1 .section__flex .column:nth-child(2) .section__img {
  display: block;
  padding-bottom: 65%;
}

.page2__section1 .section__img {
  display: none;
  width: 100%;
}

.page2__section1 .left-img, .page2__section1 .right-img {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #131a2c;
}

.page2__section1 .img-left-animation {
  left: -20px;
}

.page2__section1 .img-right-animation {
  right: -20px;
}

@media (min-width: 1200px) {
  .page2__section1 .section__title {
    margin-left: 0px;
  }
  .page2__section1 .section__title::before {
    display: none;
  }
  .page2__section1 .section__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -50px;
  }
  .page2__section1 .section__flex .column {
    margin-top: 0;
  }
  .page2__section1 .section__flex .column .section__text, .page2__section1 .section__flex .column .section__img {
    margin-top: 59px;
  }
  .page2__section1 .section__flex .column .section__text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page2__section1 .section__flex .column:nth-child(1) {
    width: 36%;
    margin-right: 76px;
  }
  .page2__section1 .section__flex .column:nth-child(1) .section__img {
    padding-bottom: 86%;
  }
  .page2__section1 .section__flex .column:nth-child(1) .section__text {
    margin-left: 50px;
    margin-right: 0px;
  }
  .page2__section1 .section__flex .column:nth-child(2) {
    width: 64%;
  }
  .page2__section1 .section__flex .column:nth-child(2) .section__img {
    padding-bottom: 120%;
  }
  .page2__section1 .section__img {
    display: block;
  }
  .page2__section1 .left-img, .page2__section1 .right-img {
    width: 50px;
  }
  .page2__section1 .img-left-animation {
    left: -50px;
  }
  .page2__section1 .img-right-animation {
    right: -50px;
  }
}

.page3 {
  background: #131a2c;
}

.page3 .section__title {
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
  opacity: 0;
}

.page3 .down-animation {
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  opacity: 0;
}

.page3__section1 .section__title {
  position: relative;
  background-image: url(../image/page3/back1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 -33px;
  text-align: center;
  padding: 65px 0;
}

.page3__section1 .section__title span {
  position: relative;
  z-index: 1;
}

.page3__section1 .section__title::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19, 26, 44, 0.7);
}

.page3__section1 .section__sub-title, .page3__section1 .section__flex {
  position: relative;
  z-index: 1;
}

.page3__section1 .section__sub-title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 32px;
}

.page3__section1 .section__flex {
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .page3 {
    position: relative;
    background-image: url(../image/page3/back1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .page3__section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 194px 0;
  }
  .page3__section1 .section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    padding: 0;
    z-index: 1;
  }
  .page3__section1 .section__title::before {
    display: none;
  }
  .page3__section1 .section__title::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 41px;
    height: 1px;
    background: #979797;
    margin-top: 30px;
  }
  .page3__section1 .section__sub-title, .page3__section1 .section__flex {
    max-width: 753px;
    text-align: center;
  }
  .page3__section1 .section__sub-title {
    font-size: 3rem;
    line-height: 3.6rem;
    letter-spacing: 3px;
    padding-left: 3px;
    margin-top: 49px;
  }
  .page3__section1 .section__flex {
    margin-top: 45px;
    padding-left: 2px;
  }
  .page3::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(19, 26, 44, 0.7);
  }
}

.page4 {
  background: #131a2c;
}

.page4 .section__title {
  -webkit-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
  opacity: 0;
}

.page4 .right-animation {
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  opacity: 0;
}

.page4 .img-scale-animation {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0;
}

.page4__section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 100%;
}

.page4__section1 .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page4__section1 .section__title::before {
  content: "";
  width: 1px;
  height: 57px;
  background: #a18a7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.page4__section1 .section__map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page4__section1 .section__map-list li {
  position: relative;
  width: 35px;
  height: 20px;
  margin-right: 21px;
  cursor: pointer;
}

.page4__section1 .section__map-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 1px;
  background: #fff;
}

.page4__section1 .section__map-list li.active::before {
  height: 3px;
}

.page4__section1 .section__list {
  margin-top: 20px;
}

.page4__section1 .section__list li.section__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page4__section1 .section__list__item {
  display: none;
}

.page4__section1 .section__list__item.active {
  display: block;
}

.page4__section1 .section__list__item.section__flex.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page4__section1 .column.full-width {
  margin: 0 -33px;
}

.page4__section1 .column.full-width .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page4__section1 .column.full-width .column:nth-child(1) {
  padding-left: 33px;
  width: 24%;
}

.page4__section1 .column.full-width .column:nth-child(2) {
  padding-left: 8px;
  width: 76%;
}

.page4__section1 .section__sub-title {
  line-height: 2.4rem;
}

.page4__section1 .section__img-wrap {
  width: 100%;
  overflow: hidden;
}

.page4__section1 .section__img {
  width: 100%;
  padding-bottom: 92%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.page4__section1 .section__text, .page4__section1 .section__map-list {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .page4__section1 .section__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page4__section1 .section__title::before {
    display: none;
  }
  .page4__section1 .section__map-list {
    display: none;
  }
  .page4__section1 .section__list {
    margin-top: 0px;
  }
  .page4__section1 .section__list li.section__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page4__section1 .column.full-width {
    width: 630px;
    margin: 0;
  }
  .page4__section1 .column.full-width .column:nth-child(1) {
    width: 15%;
    padding-left: 0px;
  }
  .page4__section1 .column.full-width .column:nth-child(2) {
    width: 85%;
    padding-left: 61px;
  }
  .page4__section1 .column.full-width + .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 630px);
    padding-left: 91px;
  }
  .page4__section1 .section__sub-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .page4__section1 .section__text {
    margin-top: 0;
  }
  .page4__section1 .section__img {
    padding-bottom: 120%;
  }
}

.page5 {
  position: relative;
  background: #131a2c;
}

.page5 .up-down-animation {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 0;
}

.page5 .down-animation {
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  opacity: 0;
}

.page5__back1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(161, 138, 123, 0.1);
}

.page5__section1 {
  padding-bottom: 0 !important;
}

.page5__section1 .container {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.page5__section1 .section__title, .page5__section1 .section__title + .section__flex {
  margin: 0 -33px;
  padding: 0 33px;
  background: #131a2c;
}

.page5__section1 .section__title {
  margin-top: calc((86px + 40px) * -1);
  padding-top: calc(86px + 40px);
}

.page5__section1 .section__title + .section__flex {
  padding-top: 30px;
  padding-bottom: 57px;
}

@media (min-width: 1200px) {
  .page5__section1 {
    padding-bottom: 50px !important;
  }
  .page5__section1 .section__title, .page5__section1 .section__title + .section__flex {
    margin: 0;
    padding: 0;
    background: transparent;
  }
}

.page5__post {
  margin: 0 -33px;
}

.page5__post li {
  border-bottom: 1px solid #fff;
  padding: 0 33px;
  background: #131a2c;
}

.page5__post li:first-child {
  border-top: 1px solid #fff;
}

.page5__post li:first-child.active {
  border: 0;
}

.page5__post p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-align: justify;
}

.page5__post .post__img, .page5__post .post__content {
  display: none;
}

.page5__post .post__img {
  width: 100%;
  padding-bottom: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 33px;
}

.page5__post .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  line-height: 3.6rem;
  padding: 23px 0;
}

.page5__post .title-wrap .title {
  margin-right: 10px;
}

.page5__post .title-wrap .number {
  font-family: 'Lora', serif;
}

.page5__post .title-wrap + p {
  display: none;
  margin-top: 18px;
}

.page5__post .more-button {
  display: none;
}

.page5__post li.active {
  background: transparent;
  padding-top: 38px;
}

.page5__post li.active .title-wrap {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 2px;
  padding: 0;
}

.page5__post li.active .title-wrap + p {
  display: block;
}

.page5__post li.active .post__img, .page5__post li.active .post__content {
  display: block;
}

.page5__post li.active .open-button {
  display: none;
}

.page5__post li.active .close-button {
  display: block;
}

.page5__post .open-button, .page5__post .close-button > .img {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../image/icon/close.svg);
}

.page5__post .open-button {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.page5__post .close-button {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 43px;
  margin-bottom: 38px;
}

.page5__post .post__content img {
  width: 100%;
  height: auto;
  margin-top: 18px;
}

.page5__post .post__content h1 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 2px;
  margin-top: 15px;
}

.page5__post .post__content h2 {
  font-size: 1.3rem;
  line-height: 3.6rem;
  letter-spacing: 2px;
  margin-top: 18px;
}

.page5__post .post__content p {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .page5__post {
    margin: 0;
  }
  .page5__post li {
    display: none;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .page5__post li:first-child {
    border: 0;
  }
  .page5__post p {
    font-size: 1.4rem;
    line-height: 2.7rem;
    letter-spacing: 2px;
  }
  .page5__post .title-wrap {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 2px;
  }
  .page5__post .title-wrap .number {
    display: none;
  }
  .page5__post .more-button {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-top: 30px;
    text-decoration: underline;
    cursor: pointer;
  }
  .page5__post li.active {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page5__post li.active .title-wrap {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .page5__post li.active .more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .page5__post li.active .post__img, .page5__post li.active .post__content, .page5__post li.active .close-button {
    display: none;
  }
  .page5__post li.open .post__img {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 50%;
    padding: 0;
    margin: 0;
    z-index: 2001;
  }
  .page5__post li.open .close-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 85px;
    left: 50%;
    padding: 0;
    margin: 0;
    margin-left: 81px;
    z-index: 2001;
  }
  .page5__post li.open .post__content {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 0;
    margin: 0;
    z-index: 2000;
    background: #131a2c;
  }
  .page5__post li.open .post__content h1 {
    font-size: 3.6rem;
    line-height: 7rem;
    letter-spacing: 4px;
    margin-bottom: -20px;
  }
  .page5__post li.open .post__content h2 {
    font-size: 2.4rem;
    letter-spacing: 3px;
    margin-top: 50px;
  }
  .page5__post li.open .post__content p {
    margin-top: 22px;
  }
  .page5__post li.open .post__content img {
    margin-top: 20px;
  }
  .page5__post li.open .post__content__container {
    position: fixed;
    top: 158px;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 0 81px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2001;
    overflow-y: auto;
  }
  .page5__post .open-button {
    display: none;
  }
  .page5__post .close-button {
    width: auto;
    height: auto;
  }
  .page5__post .close-button::after {
    content: "Back to overview";
    margin-left: 25px;
    color: #dfbb93;
    font-size: 2rem;
    line-height: 3.6rem;
  }
}

.page5__slick {
  display: none;
  width: calc((336px * 2) + 430px - (45px * 2));
  margin: 0 auto;
  margin-top: 90px;
}

.page5__slick .slick-slide {
  position: relative;
  width: 336px;
  height: 395px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  -webkit-transform: translateX(45px) translateY(50px);
          transform: translateX(45px) translateY(50px);
}

.page5__slick .slick-slide .item {
  height: 395px;
}

.page5__slick .slick-center + .slick-slide {
  -webkit-transform: translateX(-45px) translateY(50px);
          transform: translateX(-45px) translateY(50px);
}

.page5__slick .slick-center + .slick-slide .item__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page5__slick .slick-center {
  width: 430px;
  height: calc(506px + 95px + 50px + 15px);
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
  z-index: 30;
}

.page5__slick .slick-center .item {
  height: 506px;
  -webkit-box-shadow: 0px 15px 50px 0px #141417;
  box-shadow: 0px 15px 50px 0px #141417;
}

.page5__slick .slick-center .item__img {
  opacity: 1;
}

.page5__slick .slick-center .item__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
}

.page5__slick .item {
  position: relative;
  width: 100%;
}

.page5__slick .item__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page5__slick .item__index {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  font-family: 'Lora', serif;
  font-size: 7.2rem;
  padding-left: 2px;
  line-height: 100%;
  color: rgba(161, 138, 123, 0.35);
  margin-top: -55px;
}

@media (min-width: 1200px) {
  .page5__slick {
    display: block;
  }
}

.page5__slick-dots {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: -30px;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page5__slick-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page5__slick-dots .slick-dots li {
  margin: 0 10px;
}

.page5__slick-dots .slick-dots li button {
  width: 35px;
  height: 1px;
  background: #fff;
  color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.page5__slick-dots .slick-dots li.slick-active button {
  height: 3px;
}

@media (min-width: 1200px) {
  .page5__slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  body.read-mode .nav__logo, body.read-mode .nav__hamburger, body.read-mode .nav__social, body.read-mode .nav__list, body.read-mode .nav-arrow {
    display: none !important;
  }
  body.read-mode .page5__post {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.page6 {
  background-color: #131a2c;
}

.page6 .section__title {
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
  opacity: 0;
}

.page6 .down-animation {
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  opacity: 0;
}

.page6__section1 .section__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -33px;
}

.page6__section1 .section__title::before {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #a18a7b;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .page6__section1 .section__title {
    margin-left: 0px;
  }
  .page6__section1 .section__title::before {
    display: none;
  }
}

.page6__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
  margin-top: 12px;
}

.page6__list li {
  position: relative;
  width: calc((100% - (13px * 4)) / 2);
  padding-bottom: calc(100% / 2 / 2);
  background: #fff;
  margin: 0 13px;
  margin-top: 31px;
}

.page6__list li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1200px) {
  .page6__list {
    margin: 0 -30px;
    margin-top: 57px;
  }
  .page6__list li {
    width: calc((100% - (30px * 6)) / 3);
    padding-bottom: calc(100% / 3 / 2);
    margin: 0 30px;
    margin-top: 26px;
  }
}

.page7 {
  background: #131a2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page7 .section__title {
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
  opacity: 0;
}

.page7 .down-animation {
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  opacity: 0;
}

.page7__section1 .content {
  display: none;
}

.page7__section1 .section__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 37px;
}

.page7__section1 .section__flex .title-column {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: 20px 0;
}

.page7__section1 .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 3.6rem;
  padding: 7px 0;
  margin: 0 -33px;
  cursor: pointer;
}

.page7__section1 .title::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../image/icon/expand.svg) no-repeat center;
  background-size: contain;
  margin-left: 9px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.page7__section1 .title__close {
  display: none;
}

.page7__section1 .title__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(161, 138, 123, 0.1);
}

.page7__section1 .title.active .title__open {
  display: none;
}

.page7__section1 .title.active .title__close {
  display: block;
}

.page7__section1 .title.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .page7__section1 .section__flex {
    margin-bottom: 49px;
  }
  .page7__section1 .section__flex .column {
    font-size: 1.4rem;
  }
  .page7__section1 .section__flex .title-column {
    font-size: 2.4rem;
    margin: 50px 0;
  }
  .page7__section1 .title {
    margin: 0 -181px;
    font-size: 2.4rem;
    padding: 20px 0;
  }
  .page7__section1 .title::after {
    margin-left: 20px;
  }
}

.page7__section2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page7__section2 .section__title {
  margin-top: 32px;
}

.page7__section2 .section__title::after {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  background: #fff;
  margin-top: 31px;
}

.page7__section2 .list, .page7__section2 .section__flex {
  font-family: 'Lora', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 3rem;
  letter-spacing: 0px;
}

.page7__section2 .list {
  margin-top: 31px;
  color: #a18a7b;
}

.page7__section2 .text-white {
  color: rgba(255, 255, 255, 0.3);
}

.page7__section2 .section__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 38px;
}

.page7__section2 .section__flex a {
  margin-right: 30px;
}

@media (min-width: 1200px) {
  .page7__section2 .section__title {
    margin-top: 78px;
  }
  .page7__section2 .section__title::after {
    margin-top: 30px;
  }
  .page7__section2 .list, .page7__section2 .section__flex {
    font-size: 1.8rem;
    line-height: 5rem;
    letter-spacing: 1px;
  }
  .page7__section2 .section__flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -44px;
    margin-bottom: 86px;
  }
  .page7__section2 .section__flex .column {
    font-size: 1.8rem;
    line-height: 5rem;
    letter-spacing: 1px;
  }
  .page7__section2 .section__flex .column:first-child {
    display: none;
  }
}
