@charset "UTF-8";
.normal {
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.normal2 {
  font-family: "Noto sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.bold {
  font-weight: 700 !important;
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .only-pc {
    display: none !important;
  }
  main * {
    max-width: 100%;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .only-pc {
    display: none !important;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .only-m {
    display: none !important;
  }
}
/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  background: #000;
  color: #fff;
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
  /*padding-right: calc(100vw - 100%);*/
}
body.menu-open {
  pointer-events: none;
}
body.menu-open > *:not(.menu-overlay):not(header) {
  pointer-events: none;
}
body.menu-open .menu-overlay,
body.menu-open header {
  pointer-events: auto;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

hr {
  display: none;
}

main {
  position: relative;
  overflow: hidden;
}

figure {
  width: 100%;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr0 {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr {
    max-width: 1100px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr2 {
    max-width: 990px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr3 {
    max-width: 580px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .m-noinr {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
  }
}

h1, h2, h3, h4, h5, h6, p, span {
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

main section p {
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

strong {
  font-weight: 700 !important;
}
strong small {
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

a {
  color: inherit;
}

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

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.only-img {
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

nav {
  display: block;
}

small {
  font-size: 80%;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.css-att {
  display: none;
}

html[class] {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

html {
  overflow-y: scroll;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html {
    font-size: 16px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  body {
    min-width: 360px;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  img {
    max-width: 100%;
  }
}

img:not([width]):not([height]) {
  width: auto;
  height: auto;
  max-width: 100%;
}

img.noimg {
  background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
  border: 0;
}

span[style*=background-image] {
  display: inline-block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.vimg[style*=background-image],
.vimgs span[style*=background-image] {
  padding-top: 133.3333333333%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover, a:hover:before {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
p {
  line-height: 1.5;
}

body {
  background: #000;
  color: #fff;
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
  transition: all 0.4s ease;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header {
    z-index: 999;
  }
}
header.scrolled {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
header .header-content {
  display: flex;
  justify-content: space-between;
  height: 7.5rem;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 2.5rem;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  header .header-content {
    padding: 0 1.25rem;
  }
}
header .header-content .logo {
  width: 12.5rem;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header .header-content .logo {
    width: 7rem;
    margin: 0 auto;
    padding-top: 2em;
  }
}
header .header-content .logo img {
  width: 100%;
  height: auto;
}
header .header-content .header-right {
  margin-top: 25px;
}
header .header-content .header-right .menu_pc {
  display: flex;
  align-items: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  header .header-content .header-right .menu_pc {
    gap: 2.5rem;
  }
}
header .header-content .header-right .menu_pc li {
  text-align: center;
  width: 5em;
}
header .header-content .header-right .menu_pc li:nth-child(4) {
  width: 11em;
}
header .header-content .header-right .menu_pc li:nth-child(3) {
  width: 8em;
}

footer {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 4;
  background-color: #000;
}
footer section#contact {
  padding-top: 3em;
  padding-bottom: 2em;
  background: url(/wp-content/themes/custom/img/contact_bk.png) no-repeat bottom right;
  background-size: 50%;
  mask-image: radial-gradient(circle at center, black 80%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at center, black 80%, transparent 100%);
  opacity: 0.8;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer section#contact {
    background-size: 85%;
  }
}
footer section#contact figure {
  width: 40%;
  margin: 0 auto;
  margin-block: 2em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer section#contact figure {
    width: 80%;
  }
}
footer section#contact h4 {
  border-bottom: 1px solid #fff;
  max-width: 20em;
  margin: 0 auto 1em;
}
footer section#contact table {
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 auto;
}
footer section#contact table td {
  border: 1px solid #fff;
  padding-inline: 0.5em;
}
footer section#contact .closed {
  margin-block: 2em;
}
footer section#contact .store_info h3 {
  margin-top: 2em;
}
footer section#contact .store_info p {
  line-height: 3;
}
footer section#footer_menu {
  position: relative;
  background: url(/wp-content/themes/custom/img/footer_bk.png) repeat;
  padding-bottom: 2em;
}
footer section#footer_menu .f_logo {
  margin: 0 auto;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer section#footer_menu .f_logo {
    padding-block: 2em;
    width: 10%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer section#footer_menu .f_logo {
    padding-block: 1em;
    width: 20%;
  }
}
footer section#footer_menu .inr3 {
  margin-bottom: 5em;
  margin-bottom: 2em;
}
footer section#footer_menu ul li {
  color: #000;
}
footer section#footer_menu .borderline {
  border-bottom: 10px solid #000;
  height: 10px;
}
footer section#footer_menu .gold_leaf {
  position: absolute;
  transform: scale(0.6);
  overflow-x: hidden;
}
footer section#footer_menu #gl01 {
  top: 10%;
  bottom: 0;
  left: -3%;
}
footer section#footer_menu #gl02 {
  overflow: visible;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer section#footer_menu #gl02 {
    top: 10%;
    bottom: 0;
    left: 70%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer section#footer_menu #gl02 {
    top: -20%;
    bottom: 0;
    left: 60%;
  }
}
footer section#footer_menu #gl03 {
  overflow: visible;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer section#footer_menu #gl03 {
    top: 25%;
    bottom: 0;
    left: -67%;
  }
}
footer .contact-link_m {
  z-index: 999;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  text-align: center;
  display: block;
  position: fixed !important;
}
footer .contact-link_m .row {
  padding-inline: 15px;
  position: relative;
  align-items: center;
  gap: 0.1em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .contact-link_m .row {
    background: url(/wp-content/themes/custom/img/contact_link_m_bk.png) repeat center/cover;
  }
}
footer .contact-link_m figure {
  margin-top: 0.2em;
  margin-bottom: 0;
}
footer .contact-link_m figure:first-child {
  flex: 0 0 80%;
}
footer .contact-link_m figure:nth-child(2) {
  flex: 0 0 15%;
}

html main section:not(#s01_fv) {
  padding-top: 5em;
}
html header .menu {
  background: url(/wp-content/themes/custom/img/menu_m_bk.png);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  width: 100%;
  transform: translateX(130vh);
  transition: all 0.5s;
  max-width: 120vw;
  height: 100dvh;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow-x: auto;
  overscroll-behavior: contain;
  opacity: 0;
  margin: 0 auto;
  padding-inline: 35px;
}
html header .menu > ul {
  margin-top: 5vh;
}
html header .menu > ul > li {
  font-size: 120%;
  border-top: 1px solid #000;
  padding-block: 0.5em;
  color: #000;
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-weight: 700;
}
html header .menu > ul > li > ul {
  font-family: "A1Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-left: 1em;
}
html header .menu > ul > li > ul li {
  margin-bottom: 0.5em;
  border-top: 1px solid #000;
}
html header .menu > ul > li .tel {
  color: #d10012;
  font-size: 200%;
  font-weight: 700;
  padding-left: 1em;
}
html header .menu > .quickmenu {
  display: none;
}
html header .menu .closebtn {
  text-align: center;
}
html header .menu .closebtn a {
  display: inline-flex !important;
  padding: 3px 8px 3px 8px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 999px;
  font-size: 150%;
  margin-top: 5px;
  background-color: white;
  margin-bottom: 1em;
}
html header .menu .closebtn a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
html header .menu .hlogo_m {
  text-align: center;
  margin-top: 10vh;
}
html .menu-toggle {
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 20px;
  right: 20px;
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 20px 15px;
  box-sizing: content-box;
  border-radius: 999px;
  font-size: 0px;
  border: 1px solid #f3ca6f;
}
html .menu-toggle button {
  position: relative;
  width: 25px;
  height: 15px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
html .menu-toggle button, html .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
html .menu-toggle button span {
  position: absolute;
  height: 1px;
  background: #f3ca6f;
}
html .menu-toggle button span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  animation: menu-bar01 0.75s forwards;
}
html .menu-toggle button span:nth-of-type(2) {
  top: calc(50% - 1px / 2);
  left: 0%;
  width: 100%;
  transition: all 0.25s 0.25s;
}
html .menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  left: 0%;
  width: 100%;
  animation: menu-bar02 0.75s forwards;
}
html .menu-toggle > span {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.6s;
  opacity: 1;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(calc(14px * -1)) rotate(-45deg);
  }
  50% {
    transform: translateY(calc(14px * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(14px * -1)) rotate(0) scaleX(2.5);
  }
  100% {
    transform: translateY(calc(14px * -1)) rotate(-45deg) scaleX(2.5);
  }
}
html body.menu-active nav.menu {
  transform: translateX(0vh);
  opacity: 1;
  overscroll-behavior-y: contain;
}
html body.menu-active .menu-toggle {
  border: 1px solid #000;
}
html body.menu-active .menu-toggle button span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
  transform: rotate(45deg);
  top: -40%;
  background-color: #000;
}
html body.menu-active .menu-toggle button span:nth-of-type(2) {
  opacity: 0;
}
html body.menu-active .menu-toggle button span:nth-of-type(3) {
  animation: active-menu-bar02 0.75s forwards;
  transform: rotate(135deg);
  bottom: unset;
  background-color: #000;
}
html body.menu-active .menu-toggle > span {
  opacity: 0;
}
html body.menu-active .menu-title {
  display: none;
}
html body.menu-active .menu-title2 {
  display: block;
}
html h3 {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
html h3:before {
  content: url(/wp-content/themes/custom/img/h_icon.svg);
  display: block;
  width: 35px;
  height: 35px;
  top: -80%;
  left: 48%;
  position: absolute;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html h3:before {
    left: 45%;
  }
}
html h2 {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
html h2:before {
  content: url(/wp-content/themes/custom/img/h_icon.svg);
  display: block;
  width: 35px;
  height: 35px;
  top: -80%;
  left: 48%;
  position: absolute;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html h2:before {
    left: 45%;
  }
}
html h4 {
  font-size: 150%;
  margin-bottom: 2em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html h4 {
    font-size: 130%;
  }
}
html .btns a {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
html .btns a::before {
  content: "";
  background: url(/wp-content/themes/custom/img/btn_icon_G.svg) no-repeat;
  width: 20px;
  position: absolute;
  top: -35%;
  bottom: 0%;
  left: -25%;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
html .btns a::after {
  content: "";
  background: url(/wp-content/themes/custom/img/btn_icon_G.svg) no-repeat;
  width: 20px;
  position: absolute;
  top: -30%;
  bottom: 0%;
  left: 110%;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
html .btns a:hover {
  color: #f3ca6f;
  border-bottom-color: #f3ca6f;
  text-decoration: none;
}
html .btns a:hover::before {
  filter: none;
}
html .btns a:hover::after {
  filter: none;
}

html#idx header .only-sec {
  display: none;
}
html#idx main section#s01_fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
html#idx main section#s01_fv #slider_m * {
  max-width: none !important;
  width: 100%;
}
html#idx main section#s02_greeting {
  position: relative;
  padding-block: 5em;
  margin-top: 100vh;
  background: #000;
}
html#idx main section#s02_greeting h1 {
  width: 10em;
  margin: 0 auto 2em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s02_greeting {
    z-index: 0;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s02_greeting {
    z-index: 3;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s02_greeting {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7) 60%, rgb(0, 0, 0) 100%);
    height: 120vh;
  }
}
html#idx main section#s02_greeting .inr {
  padding-block: 3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s02_greeting .inr p {
    line-height: 3;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s02_greeting .inr p {
    line-height: 2;
  }
}
html#idx main section#s02_greeting .gold_leaf {
  position: absolute;
  overflow-x: hidden;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s02_greeting .gold_leaf {
    width: 300px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s02_greeting .gold_leaf {
    width: 100px;
  }
}
html#idx main section#s02_greeting #gl03 {
  top: 25%;
  bottom: 0;
  left: 0%;
}
html#idx main section#s02_greeting #gl04 {
  top: 15%;
  bottom: 0;
  left: 80%;
  overflow: visible;
}
html#idx main section#s02_greeting #gl03_m {
  top: 90%;
  bottom: 0;
  left: 0%;
}
html#idx main section#s02_greeting #gl04_m {
  top: 60%;
  bottom: 0;
  left: 82%;
  overflow: visible;
  width: 70px;
}
@media screen {
  html#idx main section#s02_greeting #gl03 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s02_greeting :nth-child(1 of #gl03) {
    transition-delay: 0.3s;
  }
  html#idx main section#s02_greeting :nth-child(2 of #gl03) {
    transition-delay: 0.6s;
  }
  html#idx main section#s02_greeting :nth-child(3 of #gl03) {
    transition-delay: 0.9s;
  }
  html#idx main section#s02_greeting :nth-child(4 of #gl03) {
    transition-delay: 1.2s;
  }
  html#idx main section#s02_greeting :nth-child(5 of #gl03) {
    transition-delay: 1.5s;
  }
  html#idx main section#s02_greeting :nth-child(6 of #gl03) {
    transition-delay: 1.8s;
  }
  html#idx main section#s02_greeting :nth-child(7 of #gl03) {
    transition-delay: 2.1s;
  }
  html#idx main section#s02_greeting :nth-child(8 of #gl03) {
    transition-delay: 2.4s;
  }
  html#idx main section#s02_greeting :nth-child(9 of #gl03) {
    transition-delay: 2.7s;
  }
  html#idx main section#s02_greeting :nth-child(10 of #gl03) {
    transition-delay: 3s;
  }
  html#idx main section#s02_greeting.watchscroll:not(.scrolling) #gl03 {
    transform: translateX(-100%);
    transform-origin: right center;
  }
}
@media screen {
  html#idx main section#s02_greeting #gl04 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s02_greeting :nth-child(1 of #gl04) {
    transition-delay: 0.3s;
  }
  html#idx main section#s02_greeting :nth-child(2 of #gl04) {
    transition-delay: 0.6s;
  }
  html#idx main section#s02_greeting :nth-child(3 of #gl04) {
    transition-delay: 0.9s;
  }
  html#idx main section#s02_greeting :nth-child(4 of #gl04) {
    transition-delay: 1.2s;
  }
  html#idx main section#s02_greeting :nth-child(5 of #gl04) {
    transition-delay: 1.5s;
  }
  html#idx main section#s02_greeting :nth-child(6 of #gl04) {
    transition-delay: 1.8s;
  }
  html#idx main section#s02_greeting :nth-child(7 of #gl04) {
    transition-delay: 2.1s;
  }
  html#idx main section#s02_greeting :nth-child(8 of #gl04) {
    transition-delay: 2.4s;
  }
  html#idx main section#s02_greeting :nth-child(9 of #gl04) {
    transition-delay: 2.7s;
  }
  html#idx main section#s02_greeting :nth-child(10 of #gl04) {
    transition-delay: 3s;
  }
  html#idx main section#s02_greeting.watchscroll:not(.scrolling) #gl04 {
    transform: translateX(100%);
    transform-origin: left center;
  }
}
@media screen {
  html#idx main section#s02_greeting #gl03_m {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s02_greeting :nth-child(1 of #gl03_m) {
    transition-delay: 0.3s;
  }
  html#idx main section#s02_greeting :nth-child(2 of #gl03_m) {
    transition-delay: 0.6s;
  }
  html#idx main section#s02_greeting :nth-child(3 of #gl03_m) {
    transition-delay: 0.9s;
  }
  html#idx main section#s02_greeting :nth-child(4 of #gl03_m) {
    transition-delay: 1.2s;
  }
  html#idx main section#s02_greeting :nth-child(5 of #gl03_m) {
    transition-delay: 1.5s;
  }
  html#idx main section#s02_greeting :nth-child(6 of #gl03_m) {
    transition-delay: 1.8s;
  }
  html#idx main section#s02_greeting :nth-child(7 of #gl03_m) {
    transition-delay: 2.1s;
  }
  html#idx main section#s02_greeting :nth-child(8 of #gl03_m) {
    transition-delay: 2.4s;
  }
  html#idx main section#s02_greeting :nth-child(9 of #gl03_m) {
    transition-delay: 2.7s;
  }
  html#idx main section#s02_greeting :nth-child(10 of #gl03_m) {
    transition-delay: 3s;
  }
  html#idx main section#s02_greeting.watchscroll:not(.scrolling) #gl03_m {
    transform: translateX(-100%);
    transform-origin: right center;
  }
}
@media screen {
  html#idx main section#s02_greeting #gl04_m {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s02_greeting :nth-child(1 of #gl04_m) {
    transition-delay: 0.3s;
  }
  html#idx main section#s02_greeting :nth-child(2 of #gl04_m) {
    transition-delay: 0.6s;
  }
  html#idx main section#s02_greeting :nth-child(3 of #gl04_m) {
    transition-delay: 0.9s;
  }
  html#idx main section#s02_greeting :nth-child(4 of #gl04_m) {
    transition-delay: 1.2s;
  }
  html#idx main section#s02_greeting :nth-child(5 of #gl04_m) {
    transition-delay: 1.5s;
  }
  html#idx main section#s02_greeting :nth-child(6 of #gl04_m) {
    transition-delay: 1.8s;
  }
  html#idx main section#s02_greeting :nth-child(7 of #gl04_m) {
    transition-delay: 2.1s;
  }
  html#idx main section#s02_greeting :nth-child(8 of #gl04_m) {
    transition-delay: 2.4s;
  }
  html#idx main section#s02_greeting :nth-child(9 of #gl04_m) {
    transition-delay: 2.7s;
  }
  html#idx main section#s02_greeting :nth-child(10 of #gl04_m) {
    transition-delay: 3s;
  }
  html#idx main section#s02_greeting.watchscroll:not(.scrolling) #gl04_m {
    transform: translateX(100%);
    transform-origin: left center;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s02_greeting:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/custom/img/s02_bk_1.svg) no-repeat;
    position: absolute;
    top: -25vh;
  }
}
html#idx main section#s03_oshinagaki {
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_oshinagaki {
    background-size: 170% 5%;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_oshinagaki .photo-grid {
    display: grid;
    grid-template-columns: 240px 230px 116px repeat(2, 100px) 200px;
    grid-template-rows: repeat(2, 50px) 100px 177px repeat(3, 50px) 1fr;
    gap: 15px;
    position: relative;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_oshinagaki .photo-grid {
    height: 100vh;
  }
}
html#idx main section#s03_oshinagaki .item {
  z-index: 4;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_oshinagaki .item {
    position: relative;
    overflow: hidden;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_oshinagaki .item {
    position: absolute;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_oshinagaki .item:hover img {
    transform: scale(1.1);
    transition: transform 0.4s ease;
  }
}
@media screen {
  html#idx main section#s03_oshinagaki .item {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s03_oshinagaki :nth-child(1 of .item) {
    transition-delay: 0.3s;
  }
  html#idx main section#s03_oshinagaki :nth-child(2 of .item) {
    transition-delay: 0.6s;
  }
  html#idx main section#s03_oshinagaki :nth-child(3 of .item) {
    transition-delay: 0.9s;
  }
  html#idx main section#s03_oshinagaki :nth-child(4 of .item) {
    transition-delay: 1.2s;
  }
  html#idx main section#s03_oshinagaki :nth-child(5 of .item) {
    transition-delay: 1.5s;
  }
  html#idx main section#s03_oshinagaki :nth-child(6 of .item) {
    transition-delay: 1.8s;
  }
  html#idx main section#s03_oshinagaki :nth-child(7 of .item) {
    transition-delay: 2.1s;
  }
  html#idx main section#s03_oshinagaki :nth-child(8 of .item) {
    transition-delay: 2.4s;
  }
  html#idx main section#s03_oshinagaki :nth-child(9 of .item) {
    transition-delay: 2.7s;
  }
  html#idx main section#s03_oshinagaki :nth-child(10 of .item) {
    transition-delay: 3s;
  }
  html#idx main section#s03_oshinagaki.watchscroll:not(.scrolling) .item {
    opacity: 0;
    transform: translateY(20px);
    transform-origin: right center;
  }
}
html#idx main section#s03_oshinagaki .item1 {
  grid-column: 1/2;
  grid-row: 2/6;
}
html#idx main section#s03_oshinagaki .item2 {
  grid-column: 1/2;
  grid-row: 6/9;
}
html#idx main section#s03_oshinagaki .item3 {
  grid-column: 2/4;
  grid-row: 3/5;
}
html#idx main section#s03_oshinagaki .item4 {
  grid-column: 2/3;
  grid-row: 5/8;
}
html#idx main section#s03_oshinagaki .item5 {
  grid-column: 3/5;
  grid-row: 5/8;
}
html#idx main section#s03_oshinagaki .item6 {
  grid-column: 4/6;
  grid-row: 1/5;
}
html#idx main section#s03_oshinagaki .item7 {
  grid-column: 5/7;
  grid-row: 5/9;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_oshinagaki .item1 {
    top: 39%;
    left: 2%;
    width: 35%;
  }
  html#idx main section#s03_oshinagaki .item2 {
    top: 65%;
    left: 2%;
    width: 35%;
  }
  html#idx main section#s03_oshinagaki .item3 {
    top: 25.5%;
    left: 2%;
    width: 35%;
  }
  html#idx main section#s03_oshinagaki .item4 {
    top: 47%;
    left: 55%;
    width: 35%;
  }
  html#idx main section#s03_oshinagaki .item5 {
    top: 39%;
    left: 40%;
    width: 35%;
  }
  html#idx main section#s03_oshinagaki .item6 {
    top: 13%;
    left: 40%;
    width: 30%;
  }
  html#idx main section#s03_oshinagaki .item7 {
    top: 62%;
    left: 40%;
    width: 50%;
  }
}
html#idx main section#s03_oshinagaki .btns {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s03_oshinagaki .btns {
    top: -5em;
  }
}
html#idx main section#s03_oshinagaki .vertical {
  padding-block: 3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 13%;
  left: 70%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s03_oshinagaki .vertical {
    padding-block: 1em 15px;
  }
}
html#idx main section#s03_oshinagaki h3 {
  text-align: left;
}
html#idx main section#s03_oshinagaki h3:before {
  top: -20%;
  left: 40%;
}
html#idx main section#s04_aboutus {
  position: relative;
  background-color: #000;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s04_aboutus {
    z-index: 3;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_aboutus {
    z-index: 2;
  }
}
html#idx main section#s04_aboutus figure {
  position: absolute;
  top: -50%;
  left: 68%;
  z-index: 1;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_aboutus figure {
    top: -30%;
    left: 25%;
    transform: scale(0.5);
  }
}
html#idx main section#s04_aboutus p {
  text-align: center;
}
html#idx main section#s04_aboutus .pc-row {
  margin-top: 2em;
  align-items: flex-end;
  gap: 100px;
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
html#idx main section#s04_aboutus .pc-row * {
  flex: 1 1 auto;
}
html#idx main section#s04_aboutus .pc-row p {
  text-align: left;
}
@media screen {
  html#idx main section#s04_aboutus .content {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s04_aboutus :nth-child(1 of .content) {
    transition-delay: 0.3s;
  }
  html#idx main section#s04_aboutus :nth-child(2 of .content) {
    transition-delay: 0.6s;
  }
  html#idx main section#s04_aboutus :nth-child(3 of .content) {
    transition-delay: 0.9s;
  }
  html#idx main section#s04_aboutus :nth-child(4 of .content) {
    transition-delay: 1.2s;
  }
  html#idx main section#s04_aboutus :nth-child(5 of .content) {
    transition-delay: 1.5s;
  }
  html#idx main section#s04_aboutus :nth-child(6 of .content) {
    transition-delay: 1.8s;
  }
  html#idx main section#s04_aboutus :nth-child(7 of .content) {
    transition-delay: 2.1s;
  }
  html#idx main section#s04_aboutus :nth-child(8 of .content) {
    transition-delay: 2.4s;
  }
  html#idx main section#s04_aboutus :nth-child(9 of .content) {
    transition-delay: 2.7s;
  }
  html#idx main section#s04_aboutus :nth-child(10 of .content) {
    transition-delay: 3s;
  }
  html#idx main section#s04_aboutus.watchscroll:not(.scrolling) .content {
    opacity: 0;
    transform: translateY(20px);
    transform-origin: right center;
  }
}
html#idx main section#s04_aboutus .m-row {
  margin-top: 2em;
  width: 70%;
  gap: 15px;
  align-items: flex-end;
}
html#idx main section#s04_aboutus .m-row p {
  text-align: left;
}
html#idx main section#s04_aboutus .m-row p:first-child {
  flex: 0 0 40%;
}
html#idx main section#s04_aboutus .m-row p span {
  font-size: 80%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s04_aboutus .btns {
    margin-top: 2em;
  }
}
html#idx main section#s05_room {
  background-color: #000;
  position: relative;
  z-index: 2;
}
html#idx main section#s05_room #s05_slider {
  margin-bottom: 0;
}
html#idx main section#s05_room #s05_slider .slick-slide {
  margin: 0 15px;
}
html#idx main section#s05_room #s05_slider .slick-list {
  margin: 0 -15px;
}
html#idx main section#s05_room #s05_slider_2 {
  margin-bottom: 0;
  margin-top: 5em;
}
html#idx main section#s05_room #s05_slider_2 ul li {
  margin: 1em;
}
html#idx main section#s05_room .inr {
  margin-top: 3em;
}
html#idx main section#s05_room .inr p {
  text-align: center;
}
html#idx main section#s05_room .inr .btns {
  margin-top: 3em;
}
@media screen {
  html#idx main section#s05_room li {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#idx main section#s05_room :nth-child(1 of li) {
    transition-delay: 0.3s;
  }
  html#idx main section#s05_room :nth-child(2 of li) {
    transition-delay: 0.6s;
  }
  html#idx main section#s05_room :nth-child(3 of li) {
    transition-delay: 0.9s;
  }
  html#idx main section#s05_room :nth-child(4 of li) {
    transition-delay: 1.2s;
  }
  html#idx main section#s05_room :nth-child(5 of li) {
    transition-delay: 1.5s;
  }
  html#idx main section#s05_room :nth-child(6 of li) {
    transition-delay: 1.8s;
  }
  html#idx main section#s05_room :nth-child(7 of li) {
    transition-delay: 2.1s;
  }
  html#idx main section#s05_room :nth-child(8 of li) {
    transition-delay: 2.4s;
  }
  html#idx main section#s05_room :nth-child(9 of li) {
    transition-delay: 2.7s;
  }
  html#idx main section#s05_room :nth-child(10 of li) {
    transition-delay: 3s;
  }
  html#idx main section#s05_room.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(20px);
    transform-origin: right center;
  }
}
html#idx main section#s05_room .list {
  gap: 15px;
  margin-bottom: 15px;
}
html#idx main section#s05_room .list_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 0;
  margin-top: 2em;
}

html.sec header .only-sec {
  display: block;
}
html.sec header .only-sec img {
  transform: scale(0.7);
}
html.sec header .only-idx {
  display: none;
}
html.sec main {
  background-color: #000;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec section h3 {
    font-size: 150%;
    padding-top: 0.2em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec section h4 {
    font-size: 110%;
  }
}
html.sec section:not(#s01_fv) {
  position: relative;
  z-index: 2;
  background-color: #000;
}

html#menu main section#s01_fv {
  position: relative;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s01_fv h1 {
    position: absolute;
    top: 25%;
    left: 40%;
    width: 75px;
    z-index: 4;
  }
}
html#menu main section#s02_info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
  position: relative;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.9) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
    background-size: auto 3%;
    z-index: 2;
    padding-bottom: 3em;
  }
}
@media screen {
  html#menu main section#s02_info .menu_figure {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#menu main section#s02_info :nth-child(1 of .menu_figure) {
    transition-delay: 0.3s;
  }
  html#menu main section#s02_info :nth-child(2 of .menu_figure) {
    transition-delay: 0.6s;
  }
  html#menu main section#s02_info :nth-child(3 of .menu_figure) {
    transition-delay: 0.9s;
  }
  html#menu main section#s02_info :nth-child(4 of .menu_figure) {
    transition-delay: 1.2s;
  }
  html#menu main section#s02_info :nth-child(5 of .menu_figure) {
    transition-delay: 1.5s;
  }
  html#menu main section#s02_info :nth-child(6 of .menu_figure) {
    transition-delay: 1.8s;
  }
  html#menu main section#s02_info :nth-child(7 of .menu_figure) {
    transition-delay: 2.1s;
  }
  html#menu main section#s02_info :nth-child(8 of .menu_figure) {
    transition-delay: 2.4s;
  }
  html#menu main section#s02_info :nth-child(9 of .menu_figure) {
    transition-delay: 2.7s;
  }
  html#menu main section#s02_info :nth-child(10 of .menu_figure) {
    transition-delay: 3s;
  }
  html#menu main section#s02_info.watchscroll:not(.scrolling) .menu_figure {
    opacity: 0;
    transform: translateY(40px);
  }
}
html#menu main section#s02_info div p {
  text-align: center;
}
html#menu main section#s02_info h4 {
  text-align: center;
  font-size: 110%;
}
html#menu main section#s02_info .price_info {
  margin: 15em auto 0;
  position: relative;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#menu main section#s02_info .price_info {
    width: 40%;
  }
}
html#menu main section#s02_info .price_info .pc-row {
  border-top: 1px solid #fff;
  padding-block: 1em;
  justify-content: space-between;
}
html#menu main section#s02_info .price_info .pc-row:last-child {
  border-bottom: 1px solid #fff;
}
html#menu main section#s02_info .price_info .pc-row p:first-child {
  text-align: left;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info .price_info .pc-row p:first-child {
    text-align: center;
  }
}
html#menu main section#s02_info .price_info .pc-row p:last-child {
  text-align: right;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info .price_info .pc-row p:last-child {
    text-align: center;
  }
}
html#menu main section#s02_info .price_info .pc-row p:last-child strong {
  font-size: 150%;
}
html#menu main section#s02_info .price_info .cation {
  text-align: left;
  margin-top: 1em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info .price_info .cation {
    font-size: 80%;
    width: 100%;
    margin-left: 6em;
  }
}
html#menu main section#s02_info .price_info figure {
  width: 100px;
  margin: 0 auto;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#menu main section#s02_info .price_info figure {
    position: absolute;
    top: 20%;
    left: -30%;
  }
}
html#menu main section#s02_info .menu_figure {
  position: absolute;
}
html#menu main section#s02_info #menu_01 {
  top: 30%;
  left: 20%;
  z-index: 2;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #menu_01 {
    top: 68%;
    left: -35%;
    transform: scale(0.7);
  }
}
html#menu main section#s02_info #menu_02 {
  top: 25%;
  left: 60%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #menu_02 {
    left: 40%;
    top: 28%;
  }
}
html#menu main section#s02_info #menu_03 {
  top: 60%;
  left: 70%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #menu_03 {
    top: 95%;
    left: -40%;
    transform: scale(0.5);
  }
}
html#menu main section#s02_info .gold_leaf {
  position: absolute;
  overflow-x: hidden;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#menu main section#s02_info .gold_leaf {
    width: 300px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info .gold_leaf {
    width: 100px;
  }
}
html#menu main section#s02_info #s02_gl01 {
  top: 20%;
  left: 0;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #s02_gl01 {
    top: 30%;
  }
}
html#menu main section#s02_info #s02_gl02 {
  top: 75%;
  left: 0;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #s02_gl02 {
    top: 75%;
    left: -11%;
  }
}
html#menu main section#s02_info #s02_gl03 {
  top: 80%;
  left: 89%;
  z-index: 3;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #s02_gl03 {
    top: 13%;
    left: 80%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s02_info #s02_gl04 {
    top: 65%;
    left: 80%;
  }
}
@media screen {
  html#menu main section#s02_info #s02_gl01 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#menu main section#s02_info :nth-child(1 of #s02_gl01) {
    transition-delay: 0.3s;
  }
  html#menu main section#s02_info :nth-child(2 of #s02_gl01) {
    transition-delay: 0.6s;
  }
  html#menu main section#s02_info :nth-child(3 of #s02_gl01) {
    transition-delay: 0.9s;
  }
  html#menu main section#s02_info :nth-child(4 of #s02_gl01) {
    transition-delay: 1.2s;
  }
  html#menu main section#s02_info :nth-child(5 of #s02_gl01) {
    transition-delay: 1.5s;
  }
  html#menu main section#s02_info :nth-child(6 of #s02_gl01) {
    transition-delay: 1.8s;
  }
  html#menu main section#s02_info :nth-child(7 of #s02_gl01) {
    transition-delay: 2.1s;
  }
  html#menu main section#s02_info :nth-child(8 of #s02_gl01) {
    transition-delay: 2.4s;
  }
  html#menu main section#s02_info :nth-child(9 of #s02_gl01) {
    transition-delay: 2.7s;
  }
  html#menu main section#s02_info :nth-child(10 of #s02_gl01) {
    transition-delay: 3s;
  }
  html#menu main section#s02_info.watchscroll:not(.scrolling) #s02_gl01 {
    transform: translateX(-100%);
    transform-origin: right center;
  }
}
@media screen {
  html#menu main section#s02_info #s02_gl02 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#menu main section#s02_info :nth-child(1 of #s02_gl02) {
    transition-delay: 1.3s;
  }
  html#menu main section#s02_info :nth-child(2 of #s02_gl02) {
    transition-delay: 3.1s;
  }
  html#menu main section#s02_info :nth-child(3 of #s02_gl02) {
    transition-delay: 4.9s;
  }
  html#menu main section#s02_info :nth-child(4 of #s02_gl02) {
    transition-delay: 6.7s;
  }
  html#menu main section#s02_info :nth-child(5 of #s02_gl02) {
    transition-delay: 8.5s;
  }
  html#menu main section#s02_info :nth-child(6 of #s02_gl02) {
    transition-delay: 10.3s;
  }
  html#menu main section#s02_info :nth-child(7 of #s02_gl02) {
    transition-delay: 12.1s;
  }
  html#menu main section#s02_info :nth-child(8 of #s02_gl02) {
    transition-delay: 13.9s;
  }
  html#menu main section#s02_info :nth-child(9 of #s02_gl02) {
    transition-delay: 15.7s;
  }
  html#menu main section#s02_info :nth-child(10 of #s02_gl02) {
    transition-delay: 17.5s;
  }
  html#menu main section#s02_info.watchscroll:not(.scrolling) #s02_gl02 {
    transform: translateX(-100%);
    transform-origin: left center;
  }
}
@media screen {
  html#menu main section#s02_info #s02_gl03 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#menu main section#s02_info :nth-child(1 of #s02_gl03) {
    transition-delay: 2.3s;
  }
  html#menu main section#s02_info :nth-child(2 of #s02_gl03) {
    transition-delay: 4.6s;
  }
  html#menu main section#s02_info :nth-child(3 of #s02_gl03) {
    transition-delay: 6.9s;
  }
  html#menu main section#s02_info :nth-child(4 of #s02_gl03) {
    transition-delay: 9.2s;
  }
  html#menu main section#s02_info :nth-child(5 of #s02_gl03) {
    transition-delay: 11.5s;
  }
  html#menu main section#s02_info :nth-child(6 of #s02_gl03) {
    transition-delay: 13.8s;
  }
  html#menu main section#s02_info :nth-child(7 of #s02_gl03) {
    transition-delay: 16.1s;
  }
  html#menu main section#s02_info :nth-child(8 of #s02_gl03) {
    transition-delay: 18.4s;
  }
  html#menu main section#s02_info :nth-child(9 of #s02_gl03) {
    transition-delay: 20.7s;
  }
  html#menu main section#s02_info :nth-child(10 of #s02_gl03) {
    transition-delay: 23s;
  }
  html#menu main section#s02_info.watchscroll:not(.scrolling) #s02_gl03 {
    transform: translateX(100%);
    transform-origin: left center;
  }
}
@media screen {
  html#menu main section#s02_info #s02_gl04 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#menu main section#s02_info :nth-child(1 of #s02_gl04) {
    transition-delay: 2.3s;
  }
  html#menu main section#s02_info :nth-child(2 of #s02_gl04) {
    transition-delay: 4.6s;
  }
  html#menu main section#s02_info :nth-child(3 of #s02_gl04) {
    transition-delay: 6.9s;
  }
  html#menu main section#s02_info :nth-child(4 of #s02_gl04) {
    transition-delay: 9.2s;
  }
  html#menu main section#s02_info :nth-child(5 of #s02_gl04) {
    transition-delay: 11.5s;
  }
  html#menu main section#s02_info :nth-child(6 of #s02_gl04) {
    transition-delay: 13.8s;
  }
  html#menu main section#s02_info :nth-child(7 of #s02_gl04) {
    transition-delay: 16.1s;
  }
  html#menu main section#s02_info :nth-child(8 of #s02_gl04) {
    transition-delay: 18.4s;
  }
  html#menu main section#s02_info :nth-child(9 of #s02_gl04) {
    transition-delay: 20.7s;
  }
  html#menu main section#s02_info :nth-child(10 of #s02_gl04) {
    transition-delay: 23s;
  }
  html#menu main section#s02_info.watchscroll:not(.scrolling) #s02_gl04 {
    transform: translateX(100%);
    transform-origin: left center;
  }
}
html#menu main section#s02_info .content {
  margin-top: 5em;
}
html#menu main section#s02_info .content h4 {
  margin-bottom: 1em;
}
html#menu main section#s03_lists {
  background: #000 url(/wp-content/themes/custom/img/02/s03_bk.png) no-repeat bottom right;
  background-size: 50%;
  z-index: 2;
  padding-block: 3em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s03_lists {
    background-size: 100%;
    z-index: 1;
  }
}
html#menu main section#s03_lists p {
  text-align: center;
}
html#menu main section#s03_lists ul {
  margin-top: 2em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#menu main section#s03_lists ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 15px;
    row-gap: 35px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s03_lists ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    gap: 15px;
  }
}
@media screen {
  html#menu main section#s03_lists li {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#menu main section#s03_lists :nth-child(1 of li) {
    transition-delay: 0.3s;
  }
  html#menu main section#s03_lists :nth-child(2 of li) {
    transition-delay: 0.6s;
  }
  html#menu main section#s03_lists :nth-child(3 of li) {
    transition-delay: 0.9s;
  }
  html#menu main section#s03_lists :nth-child(4 of li) {
    transition-delay: 1.2s;
  }
  html#menu main section#s03_lists :nth-child(5 of li) {
    transition-delay: 1.5s;
  }
  html#menu main section#s03_lists :nth-child(6 of li) {
    transition-delay: 1.8s;
  }
  html#menu main section#s03_lists :nth-child(7 of li) {
    transition-delay: 2.1s;
  }
  html#menu main section#s03_lists :nth-child(8 of li) {
    transition-delay: 2.4s;
  }
  html#menu main section#s03_lists :nth-child(9 of li) {
    transition-delay: 2.7s;
  }
  html#menu main section#s03_lists :nth-child(10 of li) {
    transition-delay: 3s;
  }
  html#menu main section#s03_lists.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(20px);
    transform-origin: right center;
  }
}
@media screen {
  html#menu main section#s03_lists figure {
    transition-property: all;
    transition-duration: 3.5s;
  }
  html#menu main section#s03_lists :nth-child(1 of figure) {
    transition-delay: 2.3s;
  }
  html#menu main section#s03_lists :nth-child(2 of figure) {
    transition-delay: 2.6s;
  }
  html#menu main section#s03_lists :nth-child(3 of figure) {
    transition-delay: 2.9s;
  }
  html#menu main section#s03_lists :nth-child(4 of figure) {
    transition-delay: 3.2s;
  }
  html#menu main section#s03_lists :nth-child(5 of figure) {
    transition-delay: 3.5s;
  }
  html#menu main section#s03_lists :nth-child(6 of figure) {
    transition-delay: 3.8s;
  }
  html#menu main section#s03_lists :nth-child(7 of figure) {
    transition-delay: 4.1s;
  }
  html#menu main section#s03_lists :nth-child(8 of figure) {
    transition-delay: 4.4s;
  }
  html#menu main section#s03_lists :nth-child(9 of figure) {
    transition-delay: 4.7s;
  }
  html#menu main section#s03_lists :nth-child(10 of figure) {
    transition-delay: 5s;
  }
  html#menu main section#s03_lists.watchscroll:not(.scrolling) figure {
    opacity: 0;
    transform: translateY(20px);
    transform-origin: right center;
  }
}
html#menu main section#s03_lists .inr {
  margin-top: 5em;
}
html#menu main section#s03_lists .inr h4 {
  text-align: center;
}
html#menu main section#s03_lists .inr figure {
  width: 50%;
  margin: 0 auto;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s03_lists .inr figure {
    width: 80%;
  }
}
html#menu main section#s03_lists .inr .cation {
  text-align: right;
  width: 50%;
  margin: 0 auto;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#menu main section#s03_lists .inr .cation {
    width: 80%;
  }
}

html#aboutus main section#s01_fv {
  position: relative;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#s01_fv h1 {
    position: absolute;
    top: 25%;
    left: 40%;
    width: 75px;
    z-index: 4;
  }
}
html#aboutus main section#owner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#aboutus main section#owner {
    height: 120vh;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.9) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
    background-size: 200% 5%;
    z-index: 2;
    padding-bottom: 3em;
  }
}
html#aboutus main section#owner .inr p {
  text-align: center;
}
html#aboutus main section#owner .content {
  position: relative;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#aboutus main section#owner .content {
    margin-top: 5em;
    padding-block: 3em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner .content {
    padding-inline: 15px;
    padding-top: 3em;
    height: 100vh;
  }
}
html#aboutus main section#owner .content > div:first-child {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
  margin-right: auto;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#aboutus main section#owner .content > div:first-child {
    padding-right: 50px;
  }
}
html#aboutus main section#owner .content > div:first-child p {
  line-height: 2;
}
html#aboutus main section#owner .content h3 {
  text-align: left;
}
html#aboutus main section#owner .content h3:before {
  top: -10%;
  left: 40%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner .content h3:before {
    left: 12%;
    top: -8%;
  }
}
html#aboutus main section#owner .content .o_img {
  position: absolute;
  top: 5%;
  left: 65%;
  width: 25%;
}
html#aboutus main section#owner .content .o_img p {
  margin-left: 55px;
  position: relative;
}
html#aboutus main section#owner .content .o_img p::before {
  content: url(/wp-content/themes/custom/img/h_icon.svg);
  display: block;
  width: 50px;
  height: 50px;
  top: 0%;
  left: -55px;
  position: absolute;
}
html#aboutus main section#owner .content .o_img strong {
  font-size: 120%;
}
html#aboutus main section#owner .content #award {
  position: absolute;
  top: 80%;
  left: 20%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner .content #award {
    top: 75%;
    left: 0%;
    transform: scale(0.8);
  }
}
html#aboutus main section#owner .gold_leaf {
  position: absolute;
  overflow-x: hidden;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#aboutus main section#owner .gold_leaf {
    width: 300px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner .gold_leaf {
    width: 100px;
  }
}
html#aboutus main section#owner #o_gl01 {
  top: 20%;
  left: 0;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner #o_gl01 {
    top: 18%;
  }
}
html#aboutus main section#owner #o_gl02 {
  top: 70%;
  left: 85%;
  transform: scale(1.3);
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#owner #o_gl02 {
    top: 20%;
    left: 90%;
  }
}
@media screen {
  html#aboutus main section#owner #o_gl01 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#aboutus main section#owner :nth-child(1 of #o_gl01) {
    transition-delay: 0.3s;
  }
  html#aboutus main section#owner :nth-child(2 of #o_gl01) {
    transition-delay: 0.6s;
  }
  html#aboutus main section#owner :nth-child(3 of #o_gl01) {
    transition-delay: 0.9s;
  }
  html#aboutus main section#owner :nth-child(4 of #o_gl01) {
    transition-delay: 1.2s;
  }
  html#aboutus main section#owner :nth-child(5 of #o_gl01) {
    transition-delay: 1.5s;
  }
  html#aboutus main section#owner :nth-child(6 of #o_gl01) {
    transition-delay: 1.8s;
  }
  html#aboutus main section#owner :nth-child(7 of #o_gl01) {
    transition-delay: 2.1s;
  }
  html#aboutus main section#owner :nth-child(8 of #o_gl01) {
    transition-delay: 2.4s;
  }
  html#aboutus main section#owner :nth-child(9 of #o_gl01) {
    transition-delay: 2.7s;
  }
  html#aboutus main section#owner :nth-child(10 of #o_gl01) {
    transition-delay: 3s;
  }
  html#aboutus main section#owner.watchscroll:not(.scrolling) #o_gl01 {
    transform: translateX(-100%);
    transform-origin: right center;
  }
}
@media screen {
  html#aboutus main section#owner #o_gl02 {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#aboutus main section#owner :nth-child(1 of #o_gl02) {
    transition-delay: 0.3s;
  }
  html#aboutus main section#owner :nth-child(2 of #o_gl02) {
    transition-delay: 0.6s;
  }
  html#aboutus main section#owner :nth-child(3 of #o_gl02) {
    transition-delay: 0.9s;
  }
  html#aboutus main section#owner :nth-child(4 of #o_gl02) {
    transition-delay: 1.2s;
  }
  html#aboutus main section#owner :nth-child(5 of #o_gl02) {
    transition-delay: 1.5s;
  }
  html#aboutus main section#owner :nth-child(6 of #o_gl02) {
    transition-delay: 1.8s;
  }
  html#aboutus main section#owner :nth-child(7 of #o_gl02) {
    transition-delay: 2.1s;
  }
  html#aboutus main section#owner :nth-child(8 of #o_gl02) {
    transition-delay: 2.4s;
  }
  html#aboutus main section#owner :nth-child(9 of #o_gl02) {
    transition-delay: 2.7s;
  }
  html#aboutus main section#owner :nth-child(10 of #o_gl02) {
    transition-delay: 3s;
  }
  html#aboutus main section#owner.watchscroll:not(.scrolling) #o_gl02 {
    transform: translateX(100%);
    transform-origin: right center;
  }
}
@media screen {
  html#aboutus main section#owner .o_img {
    transition-property: all;
    transition-duration: 3.5s;
  }
  html#aboutus main section#owner :nth-child(1 of .o_img) {
    transition-delay: 1.3s;
  }
  html#aboutus main section#owner :nth-child(2 of .o_img) {
    transition-delay: 1.6s;
  }
  html#aboutus main section#owner :nth-child(3 of .o_img) {
    transition-delay: 1.9s;
  }
  html#aboutus main section#owner :nth-child(4 of .o_img) {
    transition-delay: 2.2s;
  }
  html#aboutus main section#owner :nth-child(5 of .o_img) {
    transition-delay: 2.5s;
  }
  html#aboutus main section#owner :nth-child(6 of .o_img) {
    transition-delay: 2.8s;
  }
  html#aboutus main section#owner :nth-child(7 of .o_img) {
    transition-delay: 3.1s;
  }
  html#aboutus main section#owner :nth-child(8 of .o_img) {
    transition-delay: 3.4s;
  }
  html#aboutus main section#owner :nth-child(9 of .o_img) {
    transition-delay: 3.7s;
  }
  html#aboutus main section#owner :nth-child(10 of .o_img) {
    transition-delay: 4s;
  }
  html#aboutus main section#owner.watchscroll:not(.scrolling) .o_img {
    opacity: 0;
    transform: translateY(20px);
    transform-origin: right center;
  }
}
@media screen {
  html#aboutus main section#owner #award {
    transition-property: all;
    transition-duration: 3.5s;
  }
  html#aboutus main section#owner :nth-child(1 of #award) {
    transition-delay: 0.5s;
  }
  html#aboutus main section#owner :nth-child(2 of #award) {
    transition-delay: 0.8s;
  }
  html#aboutus main section#owner :nth-child(3 of #award) {
    transition-delay: 1.1s;
  }
  html#aboutus main section#owner :nth-child(4 of #award) {
    transition-delay: 1.4s;
  }
  html#aboutus main section#owner :nth-child(5 of #award) {
    transition-delay: 1.7s;
  }
  html#aboutus main section#owner :nth-child(6 of #award) {
    transition-delay: 2s;
  }
  html#aboutus main section#owner :nth-child(7 of #award) {
    transition-delay: 2.3s;
  }
  html#aboutus main section#owner :nth-child(8 of #award) {
    transition-delay: 2.6s;
  }
  html#aboutus main section#owner :nth-child(9 of #award) {
    transition-delay: 2.9s;
  }
  html#aboutus main section#owner :nth-child(10 of #award) {
    transition-delay: 3.2s;
  }
  html#aboutus main section#owner.watchscroll:not(.scrolling) #award {
    opacity: 0;
    transform: translateY(20px);
  }
}
html#aboutus main section#owner .o_img_m {
  margin-top: 2em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room {
    background: #000 url(/wp-content/themes/custom/img/03/room_bk.png) no-repeat left top/45%;
  }
}
html#aboutus main section#room .inr p {
  text-align: center;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room .inr p {
    text-align: left;
    width: 70%;
    margin-left: auto;
  }
}
html#aboutus main section#room .inr0 {
  margin-top: 3em;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room .inr0 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.9) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
    background-size: 200% 10%;
    z-index: 2;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room .inr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html#aboutus main section#room .inr0 h4 {
  text-align: center;
}
html#aboutus main section#room .inr0 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#aboutus main section#room .inr0 ul {
    row-gap: 50px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room .inr0 ul {
    gap: 15px;
    justify-content: space-between;
  }
}
html#aboutus main section#room .inr0 ul li {
  max-width: 28.5714285714%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room .inr0 ul li {
    max-width: 48%;
  }
}
html#aboutus main section#room .inr0 ul li h5 {
  margin-left: 2em;
  font-size: 130%;
  position: relative;
  color: #fff;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#room .inr0 ul li h5 {
    font-size: 100%;
  }
}
html#aboutus main section#room .inr0 ul li h5::before {
  content: "";
  position: absolute;
  left: -0.8em;
  bottom: 0;
  width: 2px;
  height: 0;
  background: #d6c07f;
  transition: height 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  transform-origin: bottom;
}
html#aboutus main section#room .inr0 ul li h5.active::before {
  height: 3.5em;
}
@media screen {
  html#aboutus main section#room h5 {
    transition-property: all;
    transition-duration: 3.5s;
  }
  html#aboutus main section#room :nth-child(1 of h5) {
    transition-delay: 0.8s;
  }
  html#aboutus main section#room :nth-child(2 of h5) {
    transition-delay: 1.1s;
  }
  html#aboutus main section#room :nth-child(3 of h5) {
    transition-delay: 1.4s;
  }
  html#aboutus main section#room :nth-child(4 of h5) {
    transition-delay: 1.7s;
  }
  html#aboutus main section#room :nth-child(5 of h5) {
    transition-delay: 2s;
  }
  html#aboutus main section#room :nth-child(6 of h5) {
    transition-delay: 2.3s;
  }
  html#aboutus main section#room :nth-child(7 of h5) {
    transition-delay: 2.6s;
  }
  html#aboutus main section#room :nth-child(8 of h5) {
    transition-delay: 2.9s;
  }
  html#aboutus main section#room :nth-child(9 of h5) {
    transition-delay: 3.2s;
  }
  html#aboutus main section#room :nth-child(10 of h5) {
    transition-delay: 3.5s;
  }
  html#aboutus main section#room.watchscroll:not(.scrolling) h5 {
    opacity: 0;
    transform: translateY(20px);
  }
}
@media screen {
  html#aboutus main section#room li {
    transition-property: all;
    transition-duration: 3.5s;
  }
  html#aboutus main section#room :nth-child(1 of li) {
    transition-delay: 0.5s;
  }
  html#aboutus main section#room :nth-child(2 of li) {
    transition-delay: 0.8s;
  }
  html#aboutus main section#room :nth-child(3 of li) {
    transition-delay: 1.1s;
  }
  html#aboutus main section#room :nth-child(4 of li) {
    transition-delay: 1.4s;
  }
  html#aboutus main section#room :nth-child(5 of li) {
    transition-delay: 1.7s;
  }
  html#aboutus main section#room :nth-child(6 of li) {
    transition-delay: 2s;
  }
  html#aboutus main section#room :nth-child(7 of li) {
    transition-delay: 2.3s;
  }
  html#aboutus main section#room :nth-child(8 of li) {
    transition-delay: 2.6s;
  }
  html#aboutus main section#room :nth-child(9 of li) {
    transition-delay: 2.9s;
  }
  html#aboutus main section#room :nth-child(10 of li) {
    transition-delay: 3.2s;
  }
  html#aboutus main section#room.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(20px);
  }
}
html#aboutus main section#company {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
  padding-top: 10em;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#company {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.9) 100%), #000 url(/wp-content/themes/custom/img/s03_bk.svg) repeat-y;
    background-size: 200% 5%;
    z-index: 2;
    padding-bottom: 3em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#company .inr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html#aboutus main section#company .pc-row {
  gap: 35px;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#company .pc-row .info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
html#aboutus main section#company .pc-row .info p {
  line-height: 2;
}
html#aboutus main section#company .pc-row .info p strong {
  font-size: 130%;
}
html#aboutus main section#company .pc-row .info table td {
  padding-left: 0.5em;
}
html#aboutus main section#company .pc-row .info table td span {
  font-size: 90%;
}
html#aboutus main section#company .pc-row .info h5 {
  font-size: 150%;
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 10em;
  margin: 1em auto;
}
@media screen {
  html#aboutus main section#company .company_view {
    transition-property: all;
    transition-duration: 3.5s;
  }
  html#aboutus main section#company :nth-child(1 of .company_view) {
    transition-delay: 0.8s;
  }
  html#aboutus main section#company :nth-child(2 of .company_view) {
    transition-delay: 2.1s;
  }
  html#aboutus main section#company :nth-child(3 of .company_view) {
    transition-delay: 3.4s;
  }
  html#aboutus main section#company :nth-child(4 of .company_view) {
    transition-delay: 4.7s;
  }
  html#aboutus main section#company :nth-child(5 of .company_view) {
    transition-delay: 6s;
  }
  html#aboutus main section#company :nth-child(6 of .company_view) {
    transition-delay: 7.3s;
  }
  html#aboutus main section#company :nth-child(7 of .company_view) {
    transition-delay: 8.6s;
  }
  html#aboutus main section#company :nth-child(8 of .company_view) {
    transition-delay: 9.9s;
  }
  html#aboutus main section#company :nth-child(9 of .company_view) {
    transition-delay: 11.2s;
  }
  html#aboutus main section#company :nth-child(10 of .company_view) {
    transition-delay: 12.5s;
  }
  html#aboutus main section#company.watchscroll:not(.scrolling) .company_view {
    opacity: 0;
    transform: translateY(20px);
  }
}
html#aboutus main section#company ul {
  display: flex;
  gap: 15px;
  overflow: hidden;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#aboutus main section#company ul {
    flex-wrap: wrap;
    gap: 5px;
  }
  html#aboutus main section#company ul li {
    max-width: 48%;
  }
}
@media screen {
  html#aboutus main section#company li {
    transition-property: all;
    transition-duration: 2.5s;
  }
  html#aboutus main section#company :nth-child(1 of li) {
    transition-delay: 0.8s;
  }
  html#aboutus main section#company :nth-child(2 of li) {
    transition-delay: 1.6s;
  }
  html#aboutus main section#company :nth-child(3 of li) {
    transition-delay: 2.4s;
  }
  html#aboutus main section#company :nth-child(4 of li) {
    transition-delay: 3.2s;
  }
  html#aboutus main section#company :nth-child(5 of li) {
    transition-delay: 4s;
  }
  html#aboutus main section#company :nth-child(6 of li) {
    transition-delay: 4.8s;
  }
  html#aboutus main section#company :nth-child(7 of li) {
    transition-delay: 5.6s;
  }
  html#aboutus main section#company :nth-child(8 of li) {
    transition-delay: 6.4s;
  }
  html#aboutus main section#company :nth-child(9 of li) {
    transition-delay: 7.2s;
  }
  html#aboutus main section#company :nth-child(10 of li) {
    transition-delay: 8s;
  }
  html#aboutus main section#company.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(20px);
  }
}

/*-----------------------------------------------------------------*/
/*Lightbox カスタムスタイル*/
/*-----------------------------------------------------------------*/
.lb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.lb-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lb-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 10000;
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}
.lb-container.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5);
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  .lb-container.active {
    transform: translate(-50%, -50%) scale(1);
  }
}

.lb-image {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.lb-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease;
  z-index: 1001;
}
.lb-close:hover {
  background: rgb(255, 255, 255);
}
.lb-close::before, .lb-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.lb-close::before {
  transform: rotate(45deg);
}
.lb-close::after {
  transform: rotate(-45deg);
}

.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.lb-nav.lb-prev {
  left: -70px;
}
.lb-nav.lb-prev::before {
  content: "‹";
  font-size: 40px;
  line-height: 1;
}
.lb-nav.lb-next {
  right: -70px;
}
.lb-nav.lb-next::before {
  content: "›";
  font-size: 40px;
  line-height: 1;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .lb-container {
    width: 95vw;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lb-image {
    max-width: 100%;
    max-height: 100%;
  }
  .lb-close {
    top: 22.5%;
    right: 10%;
    transform: translateX(50%);
  }
  .lb-nav.lb-prev {
    left: 10px;
  }
  .lb-nav.lb-next {
    right: 10px;
  }
}
.scroll-down {
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  text-align: center;
  font-family: "serif";
  letter-spacing: 0.1em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  .scroll-down {
    left: 50%;
  }
}
.scroll-down::before {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background: #fff;
  margin: 0 auto 15px;
  animation: scroll-indicator 2.5s infinite ease-out;
}

@keyframes scroll-indicator {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}
.pgtop {
  position: fixed;
  z-index: 999;
  transform: translateY(200px);
  transition: all 1s;
  width: 60px;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .pgtop {
    right: 15px;
    bottom: 15vw;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .pgtop {
    right: 60px;
    bottom: 30px;
  }
}
.pgtop a {
  display: block;
  transform: translateY(0);
}
.pgtop a:hover {
  transform: translateY(-10px);
}

body.hdr-scrolling .pgtop {
  transform: translateY(0);
}
body.hdr-scrolling .m-btmnav {
  transform: translateY(0);
}/*# sourceMappingURL=site.css.map */