@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond:400,500);
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body.active-menu {
  overflow: hidden;
  height: 100vh;
}

body {
  word-wrap: break-word;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a img {
  border: none;
  outline: none;
}
a.text-link {
  color: inherit;
  text-decoration: underline;
}
a.text-link:hover {
  opacity: 0.65;
}
a.in-text-link {
  display: inline-block;
  padding: 0px 0.5em;
  border-radius: 4px;
  margin-left: 0.25em;
  margin-right: 0.25em;
  border: 1px solid currentColor;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
a.in-text-link:hover {
  opacity: 0.65;
  text-decoration: none;
}

button, input[type=submit], input[type=reset] {
  cursor: pointer;
}

figure, picture {
  margin: 0;
  padding: 0;
}
figure img, picture img {
  width: auto;
  max-width: 100%;
  height: auto;
}
figure figcaption, picture figcaption {
  font-size: 0.9em;
  margin: 0.45em 0px;
}

img {
  display: inline-block;
  vertical-align: top;
}
img.fit-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: 100%;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  color: #5f2f2f;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 600;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: white;
}
h1.brown, h2.brown, h3.brown, h4.brown, h5.brown, h6.brown {
  color: #5f2f2f;
}
h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, h6.gold {
  color: #dfc59e;
}
h1.red, h2.red, h3.red, h4.red, h5.red, h6.red {
  color: #a1272e;
}
h1.navy, h2.navy, h3.navy, h4.navy, h5.navy, h6.navy {
  color: #103656;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #69abdb;
}
h1.vivid-red, h2.vivid-red, h3.vivid-red, h4.vivid-red, h5.vivid-red, h6.vivid-red {
  color: #ff0000;
}
h1.shadow, h2.shadow, h3.shadow, h4.shadow, h5.shadow, h6.shadow {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.65);
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  display: block;
  margin-top: 0.5em;
  font-size: 1rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.15rem;
}

p.white, span.white, strong.white, small.white {
  color: white;
}
p.brown, span.brown, strong.brown, small.brown {
  color: #5f2f2f;
}
p.gold, span.gold, strong.gold, small.gold {
  color: #dfc59e;
}
p.red, span.red, strong.red, small.red {
  color: #a1272e;
}
p.navy, span.navy, strong.navy, small.navy {
  color: #103656;
}
p.blue, span.blue, strong.blue, small.blue {
  color: #69abdb;
}

p {
  margin: 1.25em 0px;
  line-height: 1.85;
}
p.medium {
  font-weight: 600;
}
p.large {
  font-size: 1rem;
}

sup {
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  top: -1.15em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  h1.white-sp, h2.white-sp, h3.white-sp, h4.white-sp, h5.white-sp, h6.white-sp {
    color: white;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.15rem;
  }
  h6 {
    font-size: 1rem;
  }
  p.white-sp, span.white-sp, strong.white-sp, small.white-sp {
    color: white;
  }
  p {
    line-height: 1.75;
  }
  p.large {
    font-size: 0.85rem;
  }
}
.btn-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

header {
  width: 100%;
  position: relative;
}
header .header-button {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-user-select: none;
  border: 0;
  position: absolute;
  background-color: transparent;
}
header .header-button .btn-hamburger, header .header-button .btn-hamburger:before, header .header-button .btn-hamburger:after {
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #5f2f2f;
}
header .header-button .btn-hamburger {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
}
header .header-button .btn-hamburger:before, header .header-button .btn-hamburger:after {
  content: "";
  left: 0;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
header .header-button .btn-hamburger:before {
  top: -6px;
}
header .header-button .btn-hamburger:after {
  top: 6px;
}
.active-menu header .header-button .btn-hamburger {
  background-color: transparent;
}
.active-menu header .header-button .btn-hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
.active-menu header .header-button .btn-hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}
header .page-nav {
  width: 100%;
  padding-bottom: 20px;
}
header .logo {
  text-align: center;
  padding-top: 40px;
}
header .logo a {
  display: inline-block;
}
header .logo img {
  width: 180px;
  height: auto;
}
header .globalnav {
  display: block;
  padding-top: 30px;
}
header .globalnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .globalnav > ul > li {
  margin: 0 1.5em;
  padding: 0 10px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
}
header .globalnav > ul > li:first-child {
  margin-left: 0;
}
header .globalnav > ul > li:last-child {
  margin-right: 0;
}
header .globalnav > ul > li a {
  display: inline-block;
}
header .globalnav > ul > li.has-child > a, header .globalnav > ul > li.has-child > span {
  padding-right: 16px;
  position: relative;
}
header .globalnav > ul > li.has-child > a:after, header .globalnav > ul > li.has-child > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .globalnav > ul > li.has-child ul {
  position: absolute;
  z-index: 5;
  min-width: 100px;
  margin-left: -10px;
  padding: 10px 10px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.925);
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.25s;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.25s;
}
header .globalnav > ul > li.has-child ul li {
  margin: 5px 0px;
}
header .globalnav > ul > li.has-child:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s;
}

@media screen and (max-width: 767px) {
  header .header-button {
    display: block;
  }
  header .page-nav {
    padding: 0;
    min-height: 40px;
  }
  header .logo {
    padding-top: 10px;
  }
  header .logo img {
    width: 120px;
    height: auto;
  }
  header .globalnav {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: white;
    position: absolute;
    top: 40px;
    z-index: 100;
    padding-top: 10px;
  }
  header .globalnav.init {
    display: block;
  }
  header .globalnav > ul {
    display: block;
  }
  header .globalnav > ul > li {
    margin: 0;
    padding: 0.5em 1em;
    font-size: 1.1rem;
  }
  header .globalnav > ul > li a {
    display: block;
  }
  header .globalnav > ul > li.has-child {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }
  header .globalnav > ul > li.has-child > a, header .globalnav > ul > li.has-child > span {
    padding-right: 0;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0.5em 20px 0.5em 0px;
  }
  header .globalnav > ul > li.has-child > a:after, header .globalnav > ul > li.has-child > span:after {
    top: 17px;
  }
  header .globalnav > ul > li.has-child ul {
    position: static;
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
    padding: 0.5em 0px 0px 1.5em;
    visibility: visible;
    opacity: 1;
    background-color: white;
  }
  header .globalnav > ul > li.has-child ul li {
    margin: 0px;
    padding: 0.5em 0px;
  }
}
footer {
  padding: 50px 0px 0px;
  background-color: #5f2f2f;
  position: relative;
}
footer .gf-directory {
  max-width: 800px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .gf-directory .gf-directory-column {
  margin-left: 3%;
  margin-top: 3%;
  width: 22.75%;
}
footer .gf-directory .gf-directory-column:nth-child(4n+1) {
  margin-left: 0;
}
footer .gf-directory .gf-directory-column-section {
  margin-bottom: 3em;
  padding-top: 0.5em;
  border-top: 1px dotted white;
  font-size: 0.75rem;
  text-align: center;
}
footer .gf-directory .gf-directory-column-section > a, footer .gf-directory .gf-directory-column-section > span {
  display: inline-block;
  margin: 0.5em 0px;
  color: #dfc59e;
  font-weight: 700;
}
footer .gf-directory .gf-directory-column-section ul li a {
  display: inline-block;
  margin: 0.5em 0px;
  color: white;
}
footer .gf-logo {
  margin-top: 2em;
  text-align: center;
}
footer .gf-legal-link {
  margin-top: 3em;
  margin-bottom: 4em;
  text-align: center;
}
footer .gf-legal-link span {
  color: white;
  font-size: 0.75rem;
}
footer .gf-legal-link span:after {
  content: "＼";
  margin-right: 0.75em;
  padding-left: 1em;
}
footer .gf-legal-link span:last-child:after {
  display: none;
}
footer .gf-copyright {
  padding: 4em 0px;
  background-color: white;
  font-size: 0.75rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0px 0px;
  }
  footer .gf-directory .gf-directory-column {
    margin-left: 3%;
    margin-top: 3%;
    width: 45.5%;
  }
  footer .gf-directory .gf-directory-column:nth-child(odd) {
    margin-left: 3%;
  }
  footer .gf-directory .gf-directory-column-section {
    margin-bottom: 1.5em;
    font-size: 0.8rem;
  }
  footer .gf-directory .gf-directory-column-section + .gf-directory-column-section {
    margin-top: 3.25em;
  }
  footer .gf-legal-link {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0px 1.5em;
  }
  footer .gf-legal-link span {
    display: inline-block;
    margin: 0.5em 0.75em;
    font-size: 0.8rem;
  }
  footer .gf-legal-link span:after {
    display: none;
  }
  footer .gf-copyright {
    padding: 2em 0px;
    font-size: 0.8rem;
  }
}
.scroll-down a,
.page-top a {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 0.35em;
  position: relative;
}
.scroll-down a:before, .scroll-down a:after,
.page-top a:before,
.page-top a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.scroll-down a:before,
.page-top a:before {
  width: 10px;
  height: 2px;
}
.scroll-down a:after,
.page-top a:after {
  width: 2px;
  height: 100%;
}
.scroll-down a:hover,
.page-top a:hover {
  text-decoration: none;
}

.scroll-down {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.scroll-down a {
  color: white;
  padding-bottom: 40px;
}
.scroll-down a:before, .scroll-down a:after {
  background-color: white;
}
.scroll-down a:before {
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* IE11 のみ適用される */
_:-ms-lang(x)::-ms-backdrop, .scroll-down a:before {
  bottom: 5px;
  left: 1px;
}

.page-top {
  padding: 40px 20px;
  text-align: right;
}
.page-top a {
  padding-top: 50px;
}
.page-top a:before, .page-top a:after {
  top: 0;
  background-color: #5f2f2f;
}
.page-top a:before {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* IE11 のみ適用される */
_:-ms-lang(x)::-ms-backdrop, .page-top a:before {
  top: 3px;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .scroll-down {
    right: 25px;
    bottom: 20px;
  }
  .scroll-down a {
    padding-bottom: 25px;
  }
  .page-top {
    padding: 40px 10px;
  }
  .page-top a {
    padding-top: 30px;
  }
}
section.space {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.min-space {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.top-space {
  padding-top: 100px;
}
section.bottom-space {
  padding-bottom: 100px;
}
section.top-large-space {
  padding-top: 150px;
}
section.bottom-large-space {
  padding-bottom: 150px;
}
section.bg-line {
  position: relative;
}
section.bg-line .page-container,
section.bg-line .section-inner,
section.bg-line .content-inner {
  position: relative;
  z-index: 1;
}
section.bg-line:after {
  content: "";
  position: absolute;
  top: -5vw;
  width: 100vw;
  height: 65vw;
  background-color: #dfc59e;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}
section.bg-line#history:after {
  top: -17.5vw;
}
section.bg-edge {
  position: relative;
}
section.bg-edge:after {
  content: "";
  position: absolute;
  top: -5vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60vw 0 0 60vw;
  border-color: transparent transparent transparent #dfc59e;
}

@media screen and (max-width: 767px) {
  section.space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.min-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.top-space {
    padding-top: 60px;
  }
  section.bottom-space {
    padding-bottom: 60px;
  }
  section.top-large-space {
    padding-top: 85px;
  }
  section.bottom-large-space {
    padding-bottom: 85px;
  }
  section.bg-line:after {
    top: -10vw;
    width: 100vw;
    height: 100vw;
  }
  section.bg-edge:after {
    top: -10vw;
    border-width: 92.5vw 0 0 92.5vw;
  }
}
.page-container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 20px;
}

.section-inner {
  width: 100%;
  height: 100%;
  max-width: calc(1280px + 40px);
  margin: 0px auto;
  padding: 0px 20px;
}
.page-container .section-inner {
  max-width: 1280px;
  padding: 0px;
}

.content-inner {
  width: 100%;
  height: 100%;
  max-width: calc(980px + 40px);
  margin: 0px auto;
  padding: 0px 20px;
}
.page-container .content-inner {
  max-width: 980px;
  padding: 0px;
}
.content-inner.top-space {
  padding-top: 100px;
}
.content-inner.bottom-space {
  padding-bottom: 100px;
}
.content-inner.top-min-space {
  padding-top: 60px;
}
.content-inner.bottom-min-space {
  padding-bottom: 60px;
}

.content-item {
  max-width: 900px;
  margin: 0px auto;
}
.content-item.min-size {
  max-width: 640px;
}

.static-content {
  max-width: 640px;
  margin: 0px auto;
}

.section-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.section-title > h2 {
  margin: 0;
  font-size: 2.25rem;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section-title > h2 span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.045em;
}

.section-description {
  margin-bottom: 2em;
  text-align: center;
}
.section-description p {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 2;
}

.section-link {
  margin-top: 4em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-container,
  .section-inner,
  .content-inner {
    padding: 0px 16px;
  }
  .content-inner.top-space {
    padding-top: 50px;
  }
  .content-inner.bottom-space {
    padding-bottom: 50px;
  }
  .content-inner.top-min-space {
    padding-top: 30px;
  }
  .content-inner.bottom-min-space {
    padding-bottom: 30px;
  }
  .section-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .section-title > h2 {
    font-size: 1.65rem;
  }
  .section-title > h2 > small {
    font-size: 0.85rem;
  }
  .section-description {
    margin-bottom: 1.5em;
    padding: 0px 16px;
  }
  .section-description p {
    font-size: 0.95rem;
    line-height: 1.75;
  }
  .section-link {
    margin-top: 3em;
  }
}
.block-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-list > li {
  margin-left: 2.5%;
  margin-top: 3.5%;
  width: 48.75%;
}
.block-list > li:nth-child(odd) {
  margin-left: 0;
}
.block-list > li.size1of1 {
  width: 100%;
  margin-left: 0;
}
.block-list > li.right {
  margin-left: auto !important;
}
.block-list > li h6:first-child, .block-list > li p:first-child {
  margin-top: 0;
}
.block-list > li h6 {
  margin-top: 1.45rem;
  margin-bottom: 1.45rem;
}
.block-list.col3 > li {
  margin-left: 2.5%;
  margin-top: 3.5%;
  width: 31.666666333%;
}
.block-list.col3 > li:nth-child(3n+1) {
  margin-left: 0;
}
.block-list.col3 > li.size2of3 {
  width: 65.416666667%;
}
.block-list.col4 > li {
  margin-left: 2%;
  margin-top: 3.5%;
  width: 23.5%;
}
.block-list.col4 > li:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .block-list {
    display: block;
  }
  .block-list > li {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .block-list.col3 > li, .block-list.col4 > li {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .block-list.col3 > li.size2of3 {
    width: 100%;
  }
}
.page-hero {
  position: relative;
}
.page-hero .kv-image {
  width: 100%;
  height: 50vw;
  max-height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-hero .kv-image {
    height: 100vw;
    max-height: 100%;
  }
  .page-hero .kv-image figure, .page-hero .kv-image picture {
    height: 100%;
  }
}
.simple-table {
  border-collapse: collapse;
  width: 100%;
}
.simple-table.space {
  margin: 12% 0px;
}
.simple-table.min-space {
  margin: 6% 0px;
}

.simple-table tr {
  border-bottom: 1px solid currentColor;
}
.simple-table tr:first-child {
  border-top: 1px solid currentColor;
}
.simple-table th, .simple-table td {
  padding: 1.5em 0px;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.simple-table th {
  width: 27.5%;
}
.simple-table td {
  width: 72.5%;
}
.simple-table.min-head th {
  width: 15%;
}
.simple-table.min-head td {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .simple-table th, .simple-table td {
    padding: 0.75em 0px;
  }
  .simple-table td {
    padding-left: 2.5%;
  }
  .simple-table.min-head th, .simple-table.min-head td {
    display: block;
    width: 100%;
    padding: 0.25em 0px;
  }
  .simple-table.min-head th {
    padding-top: 0.75em;
  }
  .simple-table.min-head td {
    padding-left: 1em;
    padding-bottom: 0.75em;
  }
}
.full-size-map {
  width: 100%;
  padding-top: 33.3333333%;
  position: relative;
}
.full-size-map > iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .full-size-map {
    padding-top: 75%;
  }
}
.hidden-text {
  display: none;
}
.content-item .hidden-text {
  margin-top: 1.25em;
}

button[name=hidden-item-button] > .open {
  display: inline;
}
button[name=hidden-item-button] > .close {
  display: none;
}
button[name=hidden-item-button].active > .open {
  display: none;
}
button[name=hidden-item-button].active > .close {
  display: inline;
}

.square-button {
  display: inline-block;
  width: 50%;
  max-width: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border: 0;
  border-radius: 0;
}
.square-button:hover {
  opacity: 0.5;
}
.square-button.brown {
  color: white;
  border: 1px solid #5f2f2f;
  background-color: #5f2f2f;
}
.square-button.brown-line {
  color: #5f2f2f;
  border: 1px solid #5f2f2f;
  background-color: white;
}
.square-button.small-size {
  max-width: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .square-button {
    width: 48%;
  }
}
form {
  padding-bottom: 10px;
}

.form-list {
  margin-top: 40px;
}

.form-item {
  margin-top: 16px;
  margin-bottom: 16px;
}
.form-item.space {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item input[type=submit],
.form-item input[type=reset],
.form-item textarea,
.form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  color: #5f2f2f;
  font-size: 0.9rem;
}
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item textarea,
.form-item select {
  border: 1px solid #5f2f2f;
  background-color: white;
  padding: 8px 8px;
  line-height: 1.75;
}
.form-item input[type=text].error,
.form-item input[type=email].error,
.form-item input[type=tel].error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #EE0000;
}
.form-item > p {
  margin: 0.15em 0px;
}
.form-item label.error {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.form-item span.error {
  display: block;
  width: 100%;
  margin-top: 0.25em;
  color: #EE0000;
}
.form-item .form-item-output {
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid #5f2f2f;
}
.form-item .form-item-input {
  width: 100%;
  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;
}
.form-item .form-item-input input[type=text],
.form-item .form-item-input input[type=email],
.form-item .form-item-input input[type=tel] {
  width: 60%;
}
.form-item .form-item-input .form-item-example {
  width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
}
.form-item ul.form-item-radio {
  width: 100%;
}
.form-item ul.form-item-radio > li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
}
.form-item ul.form-item-radio > li:last-child {
  margin-right: 0;
}
.form-item ul.form-item-radio > li input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.form-item ul.form-item-radio > li input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1.35;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}
.form-item ul.form-item-radio > li input[type=radio] + label:before, .form-item ul.form-item-radio > li input[type=radio] + label:after {
  content: "";
  position: absolute;
}
.form-item ul.form-item-radio > li input[type=radio] + label:before {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #5f2f2f;
}
.form-item ul.form-item-radio > li input[type=radio] + label:after {
  display: none;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5f2f2f;
}
.form-item ul.form-item-radio > li input[type=radio]:checked + label:before {
  background-color: #af9797;
}
.form-item ul.form-item-radio > li input[type=radio]:checked + label:after {
  display: block;
}
.form-item ul.form-item-radio > li input[type=radio].error + label {
  color: #EE0000;
}

.form-submit {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.form-submit a:nth-child(2n),
.form-submit button:nth-child(2n),
.form-submit input[type=submit]:nth-child(2n),
.form-submit input[type=reset]:nth-child(2n) {
  margin-left: 35px;
}
.form-submit a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .form-list {
    margin-top: 30px;
  }
  .form-item > p {
    font-weight: 700;
  }
  .form-item .form-item-input {
    margin-top: 5px;
  }
  .form-item .form-item-input input[type=text],
  .form-item .form-item-input input[type=email],
  .form-item .form-item-input input[type=tel] {
    width: 100%;
  }
  .form-item .form-item-input .form-item-example {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    font-size: 0.7rem;
  }
  .form-item ul.form-item-radio > li {
    display: inline-block;
    margin: 0.45em 2em 0.45em 0;
  }
  .form-submit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .form-submit a:nth-child(2n),
  .form-submit button:nth-child(2n),
  .form-submit input[type=submit]:nth-child(2n),
  .form-submit input[type=reset]:nth-child(2n) {
    margin-left: 1.5%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-rel {
  position: relative;
}

.position-abs {
  position: absolute;
}

.position-fix {
  position: fixed;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.ltb {
  display: block !important;
}

.ltbi {
  display: inline !important;
}

.smt {
  display: none !important;
}

.smti {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .ltb {
    display: none !important;
  }
  .ltbi {
    display: none !important;
  }
  .smt {
    display: block !important;
  }
  .smti {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
section.top-hero {
  position: relative;
}

.slide-images {
  width: 100%;
  height: 50vw;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.slide-images .slide-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=00)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.slide-images .slide-item.selected {
  position: relative;
  z-index: 0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slide-images .slide-item figure {
  height: 100%;
}
.slide-images .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.slide-indicator {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
.slide-indicator a {
  display: inline-block;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  background-color: #5f2f2f;
  border-radius: 50%;
}
.slide-indicator a > i {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  font-size: 0;
}
.slide-indicator a.selected {
  -webkit-transform: scale(1.65);
  transform: scale(1.65);
}

@media screen and (max-width: 767px) {
  .slide-images {
    height: 100vw;
    max-height: 100%;
  }
}
.top-content-title {
  position: absolute;
  left: 0;
  top: 5%;
}
.content-inner.top-space .top-content-title {
  top: calc(5% + 100px);
}
.top-content-title.right {
  left: auto;
  right: 0;
}
.top-content-title h3 {
  font-size: 4.35rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}
.top-content-title h3 span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.045em;
}

@media screen and (max-width: 767px) {
  .top-content-title {
    top: 5%;
  }
  .content-inner.top-space .top-content-title {
    top: calc(5% + 40px);
  }
  .top-content-title h3 {
    font-size: 3rem;
    padding: 0px 5px;
  }
  .top-content-title h3 span {
    margin-top: 0.5em;
    font-size: 1rem;
  }
}
.top-history-copy {
  position: absolute;
  top: 0;
  right: 80px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-history-copy h4 {
  font-size: 1.75rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.125em;
}
.top-history-copy h4 span {
  display: inline-block;
  padding: 0.15em 0.15em;
  margin: 0px 0.15em;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .top-history-copy {
    right: 20px;
  }
  .top-history-copy h4 {
    font-size: 1.35rem;
    letter-spacing: 0.05em;
    padding: 0.15em 0.25em;
    margin: 0;
  }
}
.thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.thumbnails.scroll-items {
  display: block;
  overflow: hidden;
}
.thumbnails.scroll-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumbnails.scroll-items .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  -webkit-transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.thumbnails.scroll-items .slick-arrow.slick-prev {
  left: 0;
}
.thumbnails.scroll-items .slick-arrow.slick-next {
  right: 0;
}
.thumbnails.scroll-items .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.thumbnails .thumb-item {
  width: 20%;
}
.thumbnails .thumb-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .thumbnails .thumb-item {
    width: 33.333333%;
  }
}
.brand-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand-list > li:nth-child(1) {
  max-width: 32.5%;
  margin-right: 5%;
}
.brand-list > li:nth-child(2) {
  max-width: 20%;
  margin-left: 5%;
}
.brand-list > li:nth-child(3) {
  max-width: 17.5%;
}
.brand-list > li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .brand-list > li {
    margin: 15px auto;
  }
  .brand-list > li:nth-child(1) {
    max-width: 65%;
    margin-right: auto;
  }
  .brand-list > li:nth-child(2) {
    max-width: 40%;
    margin-left: auto;
  }
  .brand-list > li:nth-child(3) {
    max-width: 35%;
  }
  .brand-list > li img {
    width: 100%;
    height: auto;
  }
}