@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Sorts+Mill+Goudy&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
    background-image: url("../img/03@2x.png");
    background-repeat: repeat;
    background-size: 30px;
  }
  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #page-top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ common ------------ */
  p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------ mainvisual-box ------------ */
  #mainvisual-box {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  #mainvisual-box .mainvisual-image {
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
  #mainvisual-box .mainvisual-image img, #mainvisual-box .mainvisual-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #mainvisual-box .mainvisual-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }
  #mainvisual-box .mainvisual-copy .logo {
    max-width: 190px;
    margin: 0 auto;
  }
  #mainvisual-box .mainvisual-copy .logo img {
    width: 100%;
    vertical-align: bottom;
    margin: 0 auto;
  }
  #mainvisual-box .mainvisual-copy h1 {
    font: normal 1.4rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 25px 0 0 0;
    white-space: nowrap;
  }
  #mainvisual-box .lan-box {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #mainvisual-box .lan-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mainvisual-box .lan-box ul li {
    list-style: none;
    font: normal 1.6rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: #fff;
  }
  #mainvisual-box .lan-box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #mainvisual-box .lan-box ul li a:link, #mainvisual-box .lan-box ul li a:visited, #mainvisual-box .lan-box ul li a:active {
    color: #fff;
    text-decoration: none;
  }
  #mainvisual-box .lan-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* ------------ about-box ------------ */
  #about-box {
    padding: 80px 0;
  }
  #about-box .wrap-box {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #about-box .image-box {
    width: 70%;
    order: 2;
    margin: 50px auto 0;
  }
  #about-box .image-box img {
    width: 100%;
    vertical-align: bottom;
  }
  #about-box .text-box {
    order: 1;
  }
  #about-box .text-box h2 {
    font: normal 2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  /* ------------ location-box ------------ */
  #location-box {
    padding: 0 0 80px;
  }
  #location-box .wrap-box {
    width: 90%;
    margin: 0 auto;
  }
  #location-box .title-box {
    text-align: center;
  }
  #location-box .title-box figure {
    width: 120px;
    margin: 0 auto 30px;
  }
  #location-box .title-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #location-box .title-box h2 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  #location-box .title-box p {
    margin: 20px 0 0 0;
  }
  #location-box .map-box {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #location-box .map-box .map-image {
    width: 100%;
    position: relative;
    order: 2;
    margin: 50px 0 0 0;
  }
  #location-box .map-box .map-image img {
    width: 100%;
    vertical-align: bottom;
  }
  #location-box .map-box .location-list {
    width: 90%;
    box-sizing: border-box;
    margin: 20px auto 0;
    order: 1;
  }
  #location-box .map-box .location-list ul {
    list-style: none;
  }
  #location-box .map-box .location-list ul li {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #location-box .map-box .location-list ul li img {
    max-width: 80px;
    vertical-align: bottom;
  }
  #location-box .map-box .location-list ul li p {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    margin: 0 0 0 15px;
  }
  #location-box .map-box .location-list ul li:first-child {
    margin: 0;
    padding: 0 0 15px 0;
  }
  #location-box .map-box .location-list ul li:last-child {
    border: none;
    padding: 15px 0 0 0;
  }
  /* ------------ gallery-box ------------ */
  #gallery-box {
    overflow: hidden;
    box-sizing: border-box;
  }
  #gallery-box .gallery-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: galleryScroll 70s linear infinite;
  }
  #gallery-box ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #gallery-box ul li {
    flex-shrink: 0;
  }
  #gallery-box ul li img {
    display: block;
    max-width: 200px;
    height: auto;
  }
  @keyframes galleryScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* ------------ collection-box ------------ */
  #collection-box {
    padding: 80px 0 150px 0;
  }
  #collection-box .wrap-box {
    width: 90%;
    margin: 0 auto;
  }
  #collection-box .title-box {
    text-align: center;
    margin: 0 0 50px 0;
  }
  #collection-box .title-box h2 {
    font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #collection-box .title-box p {
    margin: 20px 0 0 0;
  }
  #collection-box figure.banner-box {
    width: 100%;
    margin: 50px auto 0;
  }
  #collection-box figure.banner-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #collection-box figure.banner-box a:link, #collection-box figure.banner-box a:visited, #collection-box figure.banner-box a:active {
    text-decoration: none;
  }
  #collection-box figure.banner-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #collection-box figure.banner-box a img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ collection-group ------------ */
  #collection-box .collection-group {
    margin: 50px 0 0 0;
  }
  #collection-box .collection-group:first-child {
    margin: 0;
  }
  #collection-box .collection-group .wrap-box {
    background: rgba(188, 188, 170, 0.2);
    padding: 40px 25px;
    border-top: 2px solid #2A201C;
    box-sizing: border-box;
    width: 100%;
  }
  #collection-box .collection-group .wrap-box .group-title {
    padding: 0 0 15px 0;
  }
  #collection-box .collection-group .wrap-box .group-title figure {
    width: 120px;
    margin: 0 auto;
  }
  #collection-box .collection-group .wrap-box .group-title figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #collection-box .collection-group .wrap-box .collection-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  #collection-box .collection-group .wrap-box .collection-list li {
    width: 45%;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
    margin: 30px 0 0 0;
  }
  #collection-box .collection-group .wrap-box .collection-list li figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box h3 {
    font: normal 1.6rem/1.4 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box p {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a {
    width: 80px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin: 15px 0 0 0;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a:link, #collection-box .collection-group .wrap-box .collection-list li .text-box a:visited, #collection-box .collection-group .wrap-box .collection-list li .text-box a:active {
    text-decoration: none;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a img {
    width: 100%;
    vertical-align: bottom;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a.res {
    width: 78px;
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    border: 1px solid #8A785E;
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:link, #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:visited, #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:active {
    text-decoration: none;
    color: #8A785E;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #collection-box .c-01 .wrap-box {
    border-color: #305E2F;
  }
  #collection-box .c-02 .wrap-box {
    border-color: #8A785E;
  }
  #collection-box .c-03 .wrap-box {
    border-color: #b85a4f;
  }
  #collection-box .c-04 .wrap-box {
    border-color: #BE6F63;
  }
  #collection-box .c-05 .wrap-box {
    border-color: #442712;
  }
  /* ------------ message-box ------------ */
  #message-box {
    min-height: 700px;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #message-box .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #message-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }
  #message-box .wrap-box {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
  }
  #message-box h2 {
    font: normal 2.4rem/1.7 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  #message-box p {
    font: normal 1.3rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #message-box .message-logo {
    width: 120px;
    margin: 55px auto 0;
  }
  #message-box .message-logo img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ footer-box ------------ */
  #footer-box {
    background: #211815;
    padding: 80px 0;
    color: #9B958D;
  }
  #footer-box .wrap-box {
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }
  #footer-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer-box .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0 0 0;
  }
  #footer-box nav {
    width: 48%;
    text-align: left;
  }
  #footer-box nav p.title {
    font: normal 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
  }
  #footer-box nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
  }
  #footer-box nav ul li {
    width: 50%;
    list-style: none;
    margin: 0 0 10px 0;
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer-box nav ul li a {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #footer-box nav ul li a:link, #footer-box nav ul li a:visited, #footer-box nav ul li a:active {
    color: #9B958D;
    text-decoration: none;
  }
  #footer-box nav ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer-box .copy {
    border-top: 1px solid #9B958D;
    font: normal 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 30px 0;
  }
  .js-scroll-fade {
    will-change: opacity, transform;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -30px;
    bottom: 50px;
    background: #8A785E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 200;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_upward";
    font-size: 15px;
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
}
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
    background-image: url("../img/03@2x.png");
    background-repeat: repeat;
    background-size: 30px;
  }
  /* ------------ material-i ------------ */
  .material-i, #page-top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ common ------------ */
  p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------ mainvisual-box ------------ */
  #mainvisual-box {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  #mainvisual-box .mainvisual-image {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  #mainvisual-box .mainvisual-image img, #mainvisual-box .mainvisual-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #mainvisual-box .mainvisual-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }
  #mainvisual-box .mainvisual-copy .logo {
    width: 260px;
    margin: 0 auto;
  }
  #mainvisual-box .mainvisual-copy .logo img {
    width: 100%;
    vertical-align: bottom;
  }
  #mainvisual-box .mainvisual-copy h1 {
    font: normal 2rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 25px 0 0 0;
  }
  #mainvisual-box .lan-box {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  #mainvisual-box .lan-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mainvisual-box .lan-box ul li {
    list-style: none;
    font: normal 1.8rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: #fff;
  }
  #mainvisual-box .lan-box ul li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #mainvisual-box .lan-box ul li a:link, #mainvisual-box .lan-box ul li a:visited, #mainvisual-box .lan-box ul li a:active {
    color: #fff;
    text-decoration: none;
  }
  #mainvisual-box .lan-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* ------------ about-box ------------ */
  #about-box {
    padding: 150px 0;
  }
  #about-box .wrap-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  #about-box .image-box {
    width: 44%;
  }
  #about-box .image-box img {
    width: 100%;
    vertical-align: bottom;
  }
  #about-box .text-box {
    width: 46%;
  }
  #about-box .text-box h2 {
    font: normal 2.6rem/1.6 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 35px 0;
  }
  #about-box .text-box p {
    margin: 0 0 25px 0;
  }
  /* ------------ location-box ------------ */
  #location-box {
    padding: 0 0 150px;
  }
  #location-box .wrap-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  #location-box .title-box {
    text-align: center;
  }
  #location-box .title-box figure {
    width: 150px;
    margin: 0 auto 40px;
  }
  #location-box .title-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #location-box .title-box h2 {
    font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  #location-box .title-box p {
    margin: 30px 0 0 0;
  }
  #location-box .map-box {
    max-width: 900px;
    margin: 70px auto 0;
    position: relative;
  }
  #location-box .map-box .map-image {
    width: 100%;
    position: relative;
  }
  #location-box .map-box .map-image img {
    width: 100%;
    vertical-align: bottom;
  }
  #location-box .map-box .location-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #DBDBCD;
    padding: 20px;
    box-sizing: border-box;
  }
  #location-box .map-box .location-list ul {
    list-style: none;
  }
  #location-box .map-box .location-list ul li {
    border-bottom: 1px solid #DBDBCD;
    padding: 15px 0;
  }
  #location-box .map-box .location-list ul li img {
    max-width: 100px;
    vertical-align: bottom;
  }
  #location-box .map-box .location-list ul li p {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 8px 0 0 20px;
  }
  #location-box .map-box .location-list ul li:first-child {
    margin: 0;
    padding: 0 0 15px 0;
  }
  #location-box .map-box .location-list ul li:last-child {
    border: none;
    padding: 15px 0 0 0;
  }
  /* ------------ gallery-box ------------ */
  #gallery-box {
    overflow: hidden;
    box-sizing: border-box;
  }
  #gallery-box .gallery-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: galleryScroll 70s linear infinite;
  }
  #gallery-box ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #gallery-box ul li {
    flex-shrink: 0;
  }
  #gallery-box ul li img {
    display: block;
    max-width: 360px;
    height: auto;
  }
  @keyframes galleryScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* ------------ collection-box ------------ */
  #collection-box {
    padding: 150px 0 200px 0;
  }
  #collection-box .wrap-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  #collection-box .title-box {
    text-align: center;
    margin: 0 0 100px 0;
  }
  #collection-box .title-box h2 {
    font: normal 4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #collection-box .title-box p {
    margin: 20px 0 0 0;
  }
  #collection-box figure.banner-box {
    max-width: 700px;
    margin: 70px auto 0;
  }
  #collection-box figure.banner-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #collection-box figure.banner-box a:link, #collection-box figure.banner-box a:visited, #collection-box figure.banner-box a:active {
    text-decoration: none;
  }
  #collection-box figure.banner-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #collection-box figure.banner-box a img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ collection-group ------------ */
  #collection-box .collection-group {
    margin: 100px 0 0 0;
  }
  #collection-box .collection-group:first-child {
    margin: 0;
  }
  #collection-box .collection-group .wrap-box {
    background: rgba(188, 188, 170, 0.2);
    padding: 70px 50px;
    border-top: 2px solid #2A201C;
  }
  #collection-box .collection-group .wrap-box .group-title {
    padding: 0 0 25px 0;
  }
  #collection-box .collection-group .wrap-box .group-title figure {
    width: 180px;
    margin: 0 auto;
  }
  #collection-box .collection-group .wrap-box .group-title figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #collection-box .collection-group .wrap-box .collection-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    box-sizing: border-box;
    margin: 40px 0 0 0;
  }
  #collection-box .collection-group .wrap-box .collection-list li {
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
  }
  #collection-box .collection-group .wrap-box .collection-list li figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box {
    position: relative;
    padding: 23px 18px;
    box-sizing: border-box;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box h3 {
    font: normal 2.2rem/1.4 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a {
    width: 120px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a:link, #collection-box .collection-group .wrap-box .collection-list li .text-box a:visited, #collection-box .collection-group .wrap-box .collection-list li .text-box a:active {
    text-decoration: none;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a img {
    width: 100%;
    vertical-align: bottom;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a.res {
    width: 118px;
    position: absolute;
    right: 15px;
    bottom: 55px;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    border: 1px solid #8A785E;
    border-radius: 7px;
    padding: 9px 0;
    text-align: center;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:link, #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:visited, #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:active {
    text-decoration: none;
    color: #8A785E;
  }
  #collection-box .collection-group .wrap-box .collection-list li .text-box a.res:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #collection-box .c-01 .wrap-box {
    border-color: #305E2F;
  }
  #collection-box .c-02 .wrap-box {
    border-color: #8A785E;
  }
  #collection-box .c-03 .wrap-box {
    border-color: #b85a4f;
  }
  #collection-box .c-04 .wrap-box {
    border-color: #BE6F63;
  }
  #collection-box .c-05 .wrap-box {
    border-color: #442712;
  }
  /* ------------ message-box ------------ */
  #message-box {
    min-height: 900px;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #message-box .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #message-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }
  #message-box .wrap-box {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 130px 50px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
  }
  #message-box h2 {
    font: normal 3.6rem/1.7 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 0 0 45px 0;
  }
  #message-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #message-box .message-logo {
    width: 120px;
    margin: 55px auto 0;
  }
  #message-box .message-logo img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ footer-box ------------ */
  #footer-box {
    background: #211815;
    padding: 100px 0;
    color: #9B958D;
  }
  #footer-box .wrap-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: left;
  }
  #footer-box p {
    font: normal 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer-box .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 80px 0 0 0;
  }
  #footer-box nav {
    width: 45%;
    text-align: left;
  }
  #footer-box nav p.title {
    font: normal 2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
  }
  #footer-box nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #footer-box nav ul li {
    width: 50%;
    list-style: none;
    margin: 0 0 15px 0;
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer-box nav ul li a {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #footer-box nav ul li a:link, #footer-box nav ul li a:visited, #footer-box nav ul li a:active {
    color: #9B958D;
    text-decoration: none;
  }
  #footer-box nav ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer-box .copy {
    border-top: 1px solid #9B958D;
    font: normal 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 30px 0 0 0;
  }
  .js-scroll-fade {
    will-change: opacity, transform;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #8A785E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 200;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_upward";
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
}
/* ------------ //PC ------------ *//*# sourceMappingURL=style.css.map */