@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap");
/* =================================================
   RESET
================================================= */
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: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
  content: '';
  content: none;
}

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: #BF9224;
  text-align: left;
  width: 100%;
  height: 100%;
  background: black;
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

a, a:link {
  color: #BF9224;
  text-decoration: underline;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: #EC6D45;
  text-decoration: none;
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    font-size: calc(100vw / 32);
    /* 10px:320 */
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    font-size: calc(100vw / 32);
    /* 10px:320 */
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    line-height: 1.75;
  }
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.f_min {
  font-family: "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

.f_go {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
html {
  min-width: 100%;
}

#container {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

#container .sp img,
#container .sp svg {
  display: block;
  width: 100%;
  height: auto;
}

#container .pc {
  display: none !important;
}

#container [data-ruby] {
  display: inline-block;
  margin: 0.9rem 0 0;
  position: relative;
}

#container [data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 0.9rem;
  width: auto;
  margin: 0;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   Effects
*/
.fixfigure_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.fixfigure_2 .figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fixfigure_2 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.fixfigure_3 {
  position: relative;
}

.fixfigure_3 .figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.fixfigure_3 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   header property
------------------------------------- */
#container {
  padding: 0;
}

#container #py {
  width: 100%;
  height: 18.75vw;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0;
}

#container {
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#container img,
#container svg {
  display: block;
  width: 100%;
  height: auto;
}

#container img.border,
#container svg.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#container .figure.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#container .map iframe,
#container .matterport iframe {
  width: 100% !important;
  height: 100% !important;
}

#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}

#container .youtube .pc {
  width: 100%;
  height: 200px;
}

#container .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#container .aside {
  /* -------------------------------------
           fmenu
        */
}

#container .aside .inner a,
#container .aside .inner a:link {
  text-decoration: none;
  display: block;
}

#container .aside.fmenu {
  margin: 18.75vw auto 0;
}

#container .aside.fmenu .inner .content {
  width: 87.5vw;
  margin: 0 auto;
}

#container .aside.fmenu .inner .content .h4.h4_1 {
  margin: 0;
}

#container .aside.fmenu .inner .content .h4.h4_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.125em;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

#container .aside.fmenu .inner .content .h4.h4_1 span.icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3.125vw;
  transform: translateY(-50%) scaleY(0.8);
}

#container .aside.fmenu .inner .content .h4.h4_1 span.icon:after {
  content: "";
  display: block;
  width: 2.34375vw;
  height: 2.34375vw;
  border-top: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  transform: rotate(45deg);
}

#container .aside.fmenu .inner .content .item {
  width: 100%;
  padding: 0;
  margin: 4.6875vw auto 0;
  position: relative;
}

#container .aside.fmenu .inner .content .item a,
#container .aside.fmenu .inner .content .item a:link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  height: 10.9375vw;
  padding: 0;
  border: 1px solid white;
  box-sizing: border-box;
}

/* -------------------------------------
   contents
------------------------------------- */
#container.page {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#container.page .section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  /* -------------------------------------
           404
        */
}

#container.page .section .inner {
  margin: 0 auto;
}

#container.page .section .inner .content {
  margin: 0 auto;
  position: relative;
}

#container.page .section .inner .content a,
#container.page .section .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container.page .section .inner .content .h3 {
  font-feature-settings: "pkna";
}

#container.page .section .inner .content .h3 span {
  display: block;
}

#container.page .section .inner .content .h4 {
  font-feature-settings: "pkna";
}

#container.page .section#error404 {
  padding: 4em 0 3em;
}

#container.page .section#error404 .inner {
  width: 84.375vw;
  margin: 0 auto;
}

#container.page .section#error404 .inner .h3.h3_1 {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1em 0 1em;
}

#container.page .section#error404 .inner p {
  padding: 1em 0 1em;
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  width: 100%;
  padding: 13.28125vw 0 0;
  margin: 21.875vw 0 0 0;
  background: #333333;
  /* -------------------------------------
       pagetop
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#footer #pagetop {
  width: 100%;
  padding: 0;
}

#footer #pagetop .inner {
  width: 23.4375vw;
  margin: 0 auto;
  position: relative;
}

#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  text-decoration: none;
  display: block;
  width: 23.4375vw;
  height: 12.5vw;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -31.25vw;
  transform: scaleX(0.58);
}

#footer #pagetop .inner a:before, #footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:before,
#footer #pagetop .inner a:link:after {
  content: "";
  display: block;
  width: 6.875vw;
  height: 6.875vw;
  margin: 1.7rem auto 0;
  border-top: 1px solid #BF9224;
  border-right: 1px solid #BF9224;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

#footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:after {
  display: none;
}

#footer .aside {
  /* -------------------------------------
           aside_1
        */
  /* -------------------------------------
           aside_2
        */
}

#footer .aside.aside_1 {
  width: 100%;
  padding: 0;
}

#footer .aside.aside_1 .inner {
  width: 87.5vw;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .content .h2.h2_1 span {
  display: block;
}

#footer .aside.aside_1 .inner .content .h2.h2_1 span.img, #footer .aside.aside_1 .inner .content .h2.h2_1 span.svg {
  width: 100%;
}

#footer .aside.aside_1 .inner .content .h2.h2_1 span.img img,
#footer .aside.aside_1 .inner .content .h2.h2_1 span.img svg, #footer .aside.aside_1 .inner .content .h2.h2_1 span.svg img,
#footer .aside.aside_1 .inner .content .h2.h2_1 span.svg svg {
  width: 46.875vw;
}

#footer .aside.aside_1 .inner .content .h2.h2_1 span.img svg .st0,
#footer .aside.aside_1 .inner .content .h2.h2_1 span.img svg .st1, #footer .aside.aside_1 .inner .content .h2.h2_1 span.svg svg .st0,
#footer .aside.aside_1 .inner .content .h2.h2_1 span.svg svg .st1 {
  fill: white;
}

#footer .aside.aside_1 .inner .content .h4 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: white;
  font-size: 1.2rem;
}

#footer .aside.aside_1 .inner .content .h4 span a,
#footer .aside.aside_1 .inner .content .h4 span a:link {
  color: white;
}

#footer .aside.aside_1 .inner .content .h4.h4_1 {
  margin: 10.9375vw auto 0;
}

#footer .aside.aside_1 .inner .content .h4.h4_2 {
  display: flex;
}

#footer .aside.aside_1 .inner .content .h4.h4_2 span {
  letter-spacing: 0.025em;
}

#footer .aside.aside_1 .inner .content .h4.h4_2 span.txt {
  margin: 0 0.5em 0 0;
}

#footer .aside.aside_1 .inner .content .h4.h4_2 span.txt_3 {
  margin: 0 0 0 0.5em;
}

#footer .aside.aside_1 .inner .content .h4.h4_2 span.txt_3:before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em 0 0;
}

#footer .aside.aside_1 .inner .content .h4.h4_3 {
  display: flex;
}

#footer .aside.aside_1 .inner .content .h4.h4_3 span {
  font-family: Helvetica, Arial, sans-serif;
}

#footer .aside.aside_1 .inner .content .h4.h4_3 span.txt {
  margin: 0 0.5em 0 0;
}

#footer .aside.aside_1 .inner .content .item.item_2 {
  margin: 11.71875vw auto 0;
  border-left: 1px solid white;
}

#footer .aside.aside_2 {
  width: 100%;
}

#footer .aside.aside_2 .inner {
  width: 96.875vw;
  padding: 0 0 11.71875vw;
  margin: 18.75vw auto 0;
}

#footer .aside.aside_2 .inner small {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  font-size: 0.9rem;
  line-height: 1.25;
  width: 100%;
  margin: 0 auto;
}

#footer .aside.aside_2 .inner .content {
  /* -------------------------------------
                       content_1
                    */
}

@media screen and (min-width: 768px) {
  /* =================================================
   Global layout
================================================= */
  /* -----------------------------------------------
    common
----------------------------------------------- */
  html {
    min-width: 980px;
  }
  #container {
    /* -------------------------------------
    // Effects
    */
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container .ahover2 {
    transition: 0.3s;
  }
  #container .pahover a,
  #container .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container .pahover a:hover,
  #container .pahover a:link:hover {
    opacity: 0.6;
  }
  #container a.transhover .figure img,
  #container a.transhover:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 0.6;
  }
  #container a.transhover2 .figure img,
  #container a.transhover2:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover2:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 1.0 !important;
  }
  #container .fixfigure {
    position: relative;
  }
  #container .fixfigure .figure {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  #container .fixfigure .figure img {
    width: auto !important;
    height: 100% !important;
    position: relative;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  /* -------------------------------------
   header property
------------------------------------- */
  #container #py {
    height: 928px;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #container {
    overflow: hidden;
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #container .aside {
    /* -------------------------------------
           fmenu
        */
  }
  #container .aside .inner a,
  #container .aside .inner a:link {
    text-decoration: none;
    display: block;
  }
  #container .aside.fmenu {
    width: 100vw;
    margin: 85px 0 0;
  }
  #container .aside.fmenu .inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #container .aside.fmenu .inner .content {
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
    z-index: 1;
  }
  #container .aside.fmenu .inner .content:before {
    content: "";
    display: block;
    height: 60px;
    border-right: 1px solid white;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #container .aside.fmenu .inner .content .h4.h4_1 span {
    font-size: 2.1rem;
  }
  #container .aside.fmenu .inner .content .h4.h4_1 span.icon {
    right: 40px;
  }
  #container .aside.fmenu .inner .content .h4.h4_1 span.icon:after {
    width: 15px;
    height: 15px;
    transition: 0.3s;
  }
  #container .aside.fmenu .inner .content .item {
    width: 490px;
    margin: 0;
  }
  #container .aside.fmenu .inner .content .item a,
  #container .aside.fmenu .inner .content .item a:link {
    height: 120px;
    border: none;
    transition: 0.3s;
  }
  #container .aside.fmenu .inner .content .item a:hover {
    color: #4d4d4d;
  }
  #container .aside.fmenu .inner .content .item a:hover .h4.h4_1 span.icon:after {
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
  }
  /* -------------------------------------
   contents
------------------------------------- */
  #container.page {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page .section {
    width: 100%;
    padding: 0;
    overflow: hidden;
    /* -------------------------------------
           404
        */
  }
  #container.page .section .inner {
    width: 980px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #container.page .section .inner .content {
    width: 1280px;
    position: relative;
    z-index: 1;
  }
  #container.page .section#error404 .inner {
    width: 980px;
  }
  #container.page .section#error404 .inner .h3.h3_1 {
    font-size: 2.4rem;
  }
  /* -------------------------------------
footer
------------------------------------- */
  #footer {
    width: 100%;
    padding: 85px 0 85px;
    margin: 200px 0 0;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 20px;
  }
  #footer #pagetop .inner {
    width: 1280px;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    width: 80px;
    height: 80px;
    top: auto;
    right: 10px;
    bottom: 0;
  }
  #footer #pagetop .inner a span.pc,
  #footer #pagetop .inner a:link span.pc {
    display: none !important;
  }
  #footer #pagetop .inner a:before, #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:before,
  #footer #pagetop .inner a:link:after {
    width: 30px;
    height: 30px;
    margin: 34px auto 0;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    display: block;
    margin: 0;
    border-top: 1px solid white;
    border-right: 1px solid white;
    position: absolute;
    z-index: 1;
    top: 33px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  #footer .aside {
    /* -------------------------------------
           aside_1
        */
    /* -------------------------------------
           aside_2
        */
  }
  #footer .aside.aside_1 {
    width: 100vw;
    margin: 0;
  }
  #footer .aside.aside_1 .inner {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  #footer .aside.aside_1 .inner .content {
    width: 980px;
  }
  #footer .aside.aside_1 .inner .content .h2.h2_1 span {
    display: block;
  }
  #footer .aside.aside_1 .inner .content .h2.h2_1 span.img img,
  #footer .aside.aside_1 .inner .content .h2.h2_1 span.img svg, #footer .aside.aside_1 .inner .content .h2.h2_1 span.svg img,
  #footer .aside.aside_1 .inner .content .h2.h2_1 span.svg svg {
    width: 230px;
  }
  #footer .aside.aside_1 .inner .content .h2.h2_1 span.img svg, #footer .aside.aside_1 .inner .content .h2.h2_1 span.svg svg {
    height: 51px;
  }
  #footer .aside.aside_1 .inner .content .h4 span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #footer .aside.aside_1 .inner .content .h4.h4_1 {
    margin: 24px auto 0;
  }
  #footer .aside.aside_1 .inner .content .item.item_1.float {
    display: flex;
    align-items: flex-end;
  }
  #footer .aside.aside_1 .inner .content .item.item_1 .float_l {
    width: 230px;
  }
  #footer .aside.aside_1 .inner .content .item.item_1 .float_r {
    margin: 0 0 0 70px;
  }
  #footer .aside.aside_1 .inner .content .item.item_2 {
    width: 610px;
    margin: 0;
    border-left: none;
  }
  #footer .aside.aside_2 {
    width: 100vw;
  }
  #footer .aside.aside_2 .inner {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 85px 0 0;
  }
  #footer .aside.aside_2 .inner small {
    font-size: 1rem;
    width: 980px;
    padding: 0;
  }
}
