@charset "UTF-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}
html * {
  box-sizing: border-box;
}

body {
  font-family: "ryo-text-plusn", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 500;
}

h1 {
  font-size: 2rem;
}

#gl-nav {
  position: fixed;
  z-index: -1;
  
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  transition: all 0.3s;
}

#gl-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#gl-nav.panelactive #gl-nav_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#gl-nav.panelactive #gl-nav_list .area {
  font-size: 12px;
  line-height: 1;
  border: solid 1px #999;
  padding: 0.25rem;
  margin-right: 0.75rem;
}

#gl-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
  width: 75%;
}

#gl-nav.panelactive ul {
  display: block;
}

#gl-nav li {
  list-style: none;
  border-bottom: solid 1px #444;
  padding-bottom: 1.35rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1.25rem;
}

#gl-nav li:first-child {
  border-top: solid 1px #444;
  padding-top: 1.25rem;
}

#gl-nav li a {
  color: #EEE;
  text-decoration: none;
  display: block;
}

.menu-btn {
  position: fixed;
  z-index: -1;
  
  top: 5px;
  right: 8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 1rem;
}

@media screen and (max-width: 479px) {
  .menu-btn {
    opacity: 1;
    z-index: 9999;
  }
}
.menu-btn.is-light {
  background-color: rgba(230, 230, 230, 0.6);
}

.menu-btn.active {
  background-color: rgba(0, 0, 0, 0);
}

.menu-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 3px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  width: 50%;
}

.menu-btn.is-dark span {
  background-color: #FFF;
}

.menu-btn.is-light span {
  background-color: #000;
}

.menu-btn.active span {
  background-color: #FFF !important;
}

.menu-btn span:nth-of-type(1) {
  top: 15px;
}

.menu-btn span:nth-of-type(2) {
  top: 23px;
}

.menu-btn span:nth-of-type(3) {
  top: 31px;
}

.menu-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  width: 55%;
}

.menu-btn.active span:nth-of-type(2) {
  
}

.menu-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  width: 55%;
}

.hero {
  position: relative;
}
.hero .hero_billboard-container {
  width: 78.125%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .hero .hero_billboard-container {
    width: 100vw;
  }
}
.hero .hero_greeting {
  position: absolute;
  top: 50%;
  left: 1.56%;
  transform: translateY(-60%);
  font-size: 5.125rem;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .hero .hero_greeting {
    font-size: 4.35625rem;
  }
}
@media screen and (max-width: 990px) {
  .hero .hero_greeting {
    font-size: 3.075rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_greeting {
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 639px) {
  .hero .hero_greeting {
    font-size: 2.05rem;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero_greeting {
    display: none;
  }
}
.hero .hero_greeting-invert {
  overflow-x: hidden;
}
.hero .hero_greeting-invert::after {
  position: absolute;
  left: -26.0032%;
  top: 50%;
  transform: translateY(-60%);
  content: "素敵な夜を彩る上質な空間で \a極上のひとときを";
  white-space: pre;
  font-size: 5.125rem;
  line-height: 1.4;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .hero .hero_greeting-invert::after {
    font-size: 4.35625rem;
  }
}
@media screen and (max-width: 990px) {
  .hero .hero_greeting-invert::after {
    font-size: 3.075rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_greeting-invert::after {
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 639px) {
  .hero .hero_greeting-invert::after {
    font-size: 2.05rem;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero_greeting-invert::after {
    left: 4.18vw;
    font-size: 1.79375rem;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.31);
  }
}
@media screen and (max-width: 375px) {
  .hero .hero_greeting-invert::after {
    font-size: 1.5375rem;
  }
}
.hero .hero_txt-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.875%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2.1875% 1.56% 0.52%;
}
@media screen and (max-width: 479px) {
  .hero .hero_txt-container {
    width: 100vw;
    padding: 1.45rem 1rem 0;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero_txt-container .site-id {
    width: 35vw;
    z-index: 10;
  }
}
.hero .hero_txt-container .site-id img {
  width: 100%;
  max-width: 358px;
  height: auto;
}
.hero .hero_txt-container .presented {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.58;
  padding-top: 21rem;
}
@media screen and (max-width: 1279px) {
  .hero .hero_txt-container .presented {
    font-size: 1.5vw;
    padding-top: 16.8rem;
  }
}
@media screen and (max-width: 990px) {
  .hero .hero_txt-container .presented {
    font-size: 1.5vw;
    padding-top: 13.65rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_txt-container .presented {
    padding-top: 11.55rem;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero_txt-container .presented {
    filter: invert(1);
    font-size: 0.875rem;
    padding-top: 9.45rem;
  }
}
.hero .hero_txt-container .scroll {
  margin-left: 1.04vw;
}
@media screen and (max-width: 1279px) {
  .hero .hero_txt-container .scroll img {
    width: 24.75px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_txt-container .scroll img {
    width: 19.8px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero_txt-container .scroll img {
    filter: invert(1);
  }
}
@media screen and (max-width: 479px) {
  .hero .hero_txt-container {
    z-index: 10;
  }
}

.section-head {
  font-family: "Ryo Text PlusN";
  font-weight: normal;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  line-height: 6.75rem;
  text-align: center;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-head {
    font-size: 2.8rem;
    line-height: 5.4rem;
  }
}
@media screen and (max-width: 479px) {
  .section-head {
    font-size: 2.1rem;
    line-height: 4.05rem;
  }
}
@media screen and (max-width: 375px) {
  .section-head {
    font-size: 1.75rem;
    line-height: 3.375rem;
  }
}
.section-head.is-shop {
  font-family: "Noto Serif JP", serif;
  font-size: 2.625rem;
  line-height: 1;
  color: #FFF;
  font-style: italic;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .section-head.is-shop {
    font-size: 2.1rem;
  }
}

.shop-guide {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .shop-guide {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  .shop-guide {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }
}
.shop-guide_header {
  color: #FFF;
  background-color: #000;
  padding: 82px 30px 30px;
  grid-area: span 1/span 3/span 1/span 3;
}
@media screen and (max-width: 767px) {
  .shop-guide_header {
    grid-area: span 1/span 1/span 1/span 1;
  }
}
@media screen and (max-width: 479px) {
  .shop-guide_header {
    padding: 41px 18px 15px;
  }
}
.shop-guide_header .section-head {
  line-height: 1;
  margin: 24px 0 30px;
}
@media screen and (max-width: 479px) {
  .shop-guide_header .section-head {
    margin: 19.2px 0 18px;
  }
}
.shop-guide_header .section-title {
  font-size: 1.75rem;
  line-height: 1.14;
  margin: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  .shop-guide_header .section-title {
    font-size: 1.4rem;
  }
}
.shop-guide_item {
  color: #FFF;
  text-decoration: none;
  height: 28.125vw;
  grid-area: span 1/span 1/span 1/span 1;
  background-size: cover;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4vw 3.65vw 4.17vw;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .shop-guide_item {
    padding: 3.65vw 3.65vw 4.17vw;
  }
}
@media screen and (max-width: 1279px) {
  .shop-guide_item {
    padding: 3vw 3.65vw 4.17vw;
  }
}
@media screen and (max-width: 990px) {
  .shop-guide_item {
    min-height: 33.3333333333vw;
    height: auto;
    padding: 4vw 3.65vw 4.17vw;
  }
}
@media screen and (max-width: 767px) {
  .shop-guide_item {
    width: 100vw;
    height: 84.375vw;
    padding: 14.34vw 9.13vw 10.43vw;
  }
}
@media screen and (max-width: 479px) {
  .shop-guide_item {
    width: 100%;
    height: auto;
    overflow: auto;
  }
}
.shop-guide_item:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.shop-guide_item.orooro-ginza {
  background-image: url(../images/orooro-ginza-bg.png);
}
.shop-guide_item.juju {
  background-image: url(../images/juju-bg.png);
}
.shop-guide_item.orooro-second {
  background-image: url(../images/orooro-second-bg.png);
}
.shop-guide_item.orooro-sendai {
  background-image: url(../images/orooro-sendai-bg.jpg);
}
.shop-guide_item.bontenmaru {
  background-image: url(../images/bontenmaru-bg.jpg);
}
.shop-guide_item.kentos {
  background-image: url(../images/kentos-bg.jpg);
}
.shop-guide_item .shop-view {
  width: 100%;
  height: auto;
}
.shop-guide_item .shop-name {
  margin: 0;
}
.shop-guide_item .shop-name img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .shop-guide_item .shop-name img {
    width: 70%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .shop-guide_item .shop-name img {
    width: 50%;
    height: auto;
  }
}
.shop-guide_item .shop-feature {
  font-size: 1.125rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  text-align: center;
  min-height: 2lh;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .shop-guide_item .shop-feature {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1279px) {
  .shop-guide_item .shop-feature {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .shop-guide_item .shop-feature {
    font-size: 0.8125rem;
  }
}
.shop-guide_item .shop-btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  max-width: 320px;
  color: #FFF;
  padding: 1vw;
  border: solid 1px #FFF;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .shop-guide_item .shop-btn {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-guide_item .shop-btn {
    font-size: 1rem;
    padding: 2.6vw;
  }
}
.shop-guide_item .shop-btn::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.company-guide {
  background-image: url(../images/company-guide-bg.jpg);
  background-position: center bottom 15%;
  background-repeat: no-repeat;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .company-guide {
    background-position: center top 450px;
  }
}
.company-guide .section-head.text-profile,
.company-guide .section-head.text-history {
  display: flex;
  justify-content: space-between;
  margin: 3.6rem 0;
}
@media screen and (max-width: 767px) {
  .company-guide .section-head.text-profile,
  .company-guide .section-head.text-history {
    margin: 2.88rem 0 0;
  }
}
@media screen and (max-width: 479px) {
  .company-guide .section-head.text-profile,
  .company-guide .section-head.text-history {
    margin: 1.8rem 0 0;
  }
}
@media screen and (max-width: 375px) {
  .company-guide .section-head.text-profile,
  .company-guide .section-head.text-history {
    margin: 1.08rem 0 0;
  }
}
.company-guide .section-head.text-profile::after,
.company-guide .section-head.text-history::after {
  font-family: "Noto Serif JP", serif;
  color: #d9d9d9;
  font-size: 2.625rem;
  font-style: italic;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .company-guide .section-head.text-profile::after,
  .company-guide .section-head.text-history::after {
    font-size: 1.575rem;
  }
}
@media screen and (max-width: 375px) {
  .company-guide .section-head.text-profile::after,
  .company-guide .section-head.text-history::after {
    font-size: 1.05rem;
  }
}
.company-guide .section-head.text-profile::after {
  content: "Company Profile";
}
.company-guide .section-head.text-history::after {
  content: "Company History";
}

.company-guide_container {
  max-width: 1080px;
  padding: 0 0 9.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .company-guide_container {
    max-width: none;
    width: 100%;
    padding: 0 1rem 4.6875rem;
  }
}

.company-section#profile {
  margin-bottom: 9rem;
}
@media screen and (max-width: 479px) {
  .company-section#profile {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .company-section#history .company-guide_table .label {
    padding: 1.75rem 0 1.75rem 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  .company-section#history .company-guide_table .label {
    padding: 1.05rem 0 0.4375rem 0;
    border-bottom: none;
  }
}

.company-guide_table {
  margin: 0;
  border-top: solid 1px #000;
  letter-spacing: 0.08em;
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-template-columns: 30% 70%;
}
@media screen and (max-width: 640px) {
  .company-guide_table {
    width: 100%;
    display: block;
  }
}
.company-guide_table .label {
  padding: 1.75rem 0 1.75rem 1.5rem;
  margin: 0;
  border-bottom: solid 1px #000;
}
.company-guide_table .label.is-justify:first-letter {
  padding-right: 1em;
}
@media screen and (max-width: 640px) {
  .company-guide_table .label {
    padding: 1.05rem 0 0.4375rem 0;
    border-bottom: none;
  }
}
.company-guide_table .content {
  padding: 1.75rem 1.5rem 1.75rem 0;
  margin: 0;
  border-bottom: solid 1px #000;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .company-guide_table .content {
    padding: 0 0 1.05rem 0;
  }
}
.company-guide_table .content ul {
  margin: 0;
  padding-left: 1.5em;
}
.company-guide_table .content li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.compani-guide_note {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  text-align: right;
}

.kentos-mv-bot {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  margin-top: 10px;
  border: 1px solid #707070;
  border-radius: 24px;
  text-decoration: none;
}
.kentos-mv-bot:hover {
  background-color: #F6F6F6;
}
.kentos-mv-bot::before {
  content: url(../images/icon-youtube.svg);
  margin-right: 7px;
}

#footer {
  color: #FFF;
  background-color: #000;
  text-align: center;
  padding: 3.75rem 0 1.875rem;
}
@media screen and (max-width: 479px) {
  #footer {
    padding: 2.25rem 0 1.125rem;
  }
}
#footer .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
#footer .copyright::before {
  content: "";
  background-image: url(../images/aramoto-ag-logo.svg);
  background-size: cover;
  width: 500px;
  height: 52px;
  margin-bottom: 40px;
  filter: invert(1);
}
@media screen and (max-width: 767px) {
  #footer .copyright::before {
    width: 350px;
    height: 36.4px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 479px) {
  #footer .copyright::before {
    width: 250px;
    height: 26px;
    margin-bottom: 20px;
  }
}
#footer .copyright small {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #footer .copyright small {
    font-size: 0.625rem;
  }
}
