@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reggae+One&display=swap");
:root {
  --mc01: #f7dd00;
  --mc02: #ff8a00;
  --sc: #894b14;
  --fc: #333;
  --bc: #f5f7f5;
  --red: #b10000;
}
@media screen and (min-width: 768px) {
  :root {
    --mq: 10.24;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --mq: 7.5;
  }
}


/*class*/
.cmn {
  /*display:none*/
}
.cmn-content__box {
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
.cmn-content__box--size01 {
  max-width: 1230px;
}
.cmn-content__box--full {
  width: 100%;
  padding: 0;
}
.cmn-text--center {
  text-align: center;
}
.cmn-text--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cmn-text--sp-left {
    text-align: center;
  }
}
.cmn-text--vertical {
  writing-mode: vertical-rl;
}
.cmn-text--link {
  position: relative;
  z-index: 1;
}
.cmn-text--link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .cmn-text--link:hover:after {
    visibility: hidden;
    opacity: 0;
  }
}
.cmn-bold {
  font-weight: bold !important;
}
.cmn-color {
  color: var(--mc01) !important;
}
.cmn-color--sc {
  color: var(--sc) !important;
}
.cmn-color--w {
  color: white !important;
}
.cmn-color--b {
  color: black !important;
}
.cmn-bg {
  background: var(--mc01);
}
.cmn-bg--sc {
  background: var(--sc);
}
.cmn-bg--bc {
  background: var(--bc);
}
.cmn-bg--w {
  background: white;
}
.cmn-bg--b {
  background: black;
}
.cmn-border-b {
  border-bottom: 1px solid;
}
.cmn-border-b--sc {
  border-bottom: 2px solid var(--sc);
}
.cmn-marker {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.cmn-display__pcl--block {
  display: none !important;
}
@media screen and (min-width: 1800px) {
  .cmn-display__pcl--block {
    display: block !important;
  }
}
@media screen and (min-width: 1800px) {
  .cmn-display__pcl--none {
    display: none;
  }
}
.cmn-display__pc--block {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .cmn-display__pc--block {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-display__pc--none {
    display: none;
  }
}
.cmn-display__pc-tb--block {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmn-display__pc-tb--block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .cmn-display__pc-tb--none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cmn-display__sp--block {
    display: none;
  }
}
.cmn-display__sp--none {
  display: none;
}
@media screen and (min-width: 768px) {
  .cmn-display__sp--none {
    display: block;
  }
}
.cmn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn-layout__column {
  display: flex;
  flex-wrap: wrap;
}
.cmn-layout__column--just-btw {
  justify-content: space-between;
}
.cmn-layout__column--item-cnt {
  align-items: center;
}
.cmn-layout__column--column {
  flex-direction: column;
}
.cmn-layout__column--reverse {
  flex-direction: row-reverse;
}
.cmn-layout__column--sp-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cmn-layout__column--sp-column {
    flex-direction: row;
  }
}

.subpage-head-gannosu {
  background: url(/system_panel/uploads/images/bg_gannosu_subttl.jpg) no-repeat center center/cover;
}
.subpage-head-gannosu.subpage-head-gannosu-shop {
  background: url(/system_panel/uploads/images/bg_gannosu-shop_subttl.jpg) no-repeat center center/cover;
}
.subpage-head-highball {
  background: url(/system_panel/uploads/images/bg_highball_subttl.jpg) no-repeat center center/cover;
}
.subpage-head-recruit {
  background: url(/system_panel/uploads/images/bg_recrtuil_subttl.jpg) no-repeat center center/cover;
}
.subpage-head-contact {
  background: url(/system_panel/uploads/images/bg_contact_subttl.jpg) no-repeat center center/cover;
}
.subpage-head-news {
  background: url(/system_panel/uploads/images/bg_news_subttl.jpg) no-repeat center center/cover;
}
.subpage-head__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1280px;
  height: min(600px, 600 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .subpage-head__inr {
    height: 600px;
    padding-inline: 40px;
  }
}
.subpage-head__ttl {
  line-height: 1;
  text-align: center;
}
.subpage-head__ttl-st {
  font-size: 3.6rem;
  color: #fff;
  text-shadow: 0px 0px 29.4px rgba(0, 0, 0, 0.004);
}
@media screen and (min-width: 768px) {
  .subpage-head__ttl-st {
    font-size: 4.6rem;
  }
}
.subpage-head__ttl-en {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subpage-head__ttl-en {
    font-size: 2.1rem;
  }
}

.subpage-head-gannosu .subpage-head__ttl-st {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.subpage-head-otr {
  background-color: var(--mc02);
  padding: 80px 15px 15px;
}
@media screen and (min-width: 1024px) {
  .subpage-head-otr {
    padding: 120px 30px 30px;
  }
}

.subpage-head-highball .subpage-head__ttl-st {
  font-family: "Reggae One", system-ui;
}

.subpage-head-conpany {
  background-image: linear-gradient(90deg, var(--mc01) 0%, var(--mc01) 50%, var(--mc02) 50%, var(--mc02) 100%);
  padding: 0 15px 15px;
}
@media screen and (min-width: 1024px) {
  .subpage-head-conpany {
    padding: 0 30px 30px;
  }
}
.subpage-head-conpany .subpage-head__ttl-st {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.cmn-nav-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}
@media screen and (min-width: 768px) {
  .cmn-nav-toggle {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-nav-toggle {
    display: none;
  }
}
.cmn-nav-toggle__btn {
  display: block;
  width: 25px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .cmn-nav-toggle__btn {
    width: 37.5px;
    height: 24px;
  }
}
.cmn-nav-toggle__btn-line {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 2px;
  background: #fff;
}
.open .cmn-nav-toggle__btn-line {
  background: #000;
}
.cmn-nav-toggle__btn-line:nth-child(1) {
  top: 0;
}
.cmn-nav-toggle__btn-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.cmn-nav-toggle__btn-line:nth-child(3) {
  bottom: 0;
}

.header.open .cmn-nav-toggle__btn-line:nth-child(1) {
  top: 7px;
  transform: rotate(315deg);
}
.header.open .cmn-nav-toggle__btn-line:nth-child(2) {
  left: 50%;
  width: 0;
}
.header.open .cmn-nav-toggle__btn-line:nth-child(3) {
  top: 7px;
  transform: rotate(-315deg);
}

.header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
}
.header__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1830px;
  width: 100%;
  height: 100%;
  padding: 30px 7.5px 20px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header__content {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__content {
    padding: 30px 40px;
  }
}
.header__content-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header__content-info {
    width: auto;
  }
}
.header__content-info-ttl {
  display: none;
}
.header__content-info-logo {
  width: 150px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header__content-info-logo {
    width: auto;
  }
}
.js-dn .header__content-menu-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .js-dn .header__content-menu-nav {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
}
.header__content-menu-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header__content-menu-nav-item {
  padding: 0 min(1.1111111111vw, 1.6rem);
}
.header__content-menu-nav-item:first-of-type {
  padding-left: 0;
}
.header__content-menu-nav-item:last-of-type {
  padding-right: 0;
}
.header__content-menu-nav-item-anc {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item-anc {
    padding: 0;
  }
}
.header__content-menu-nav-item-anc-str {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--fc);
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item-anc-str {
    font-size: 1.8rem;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item--pulldown {
    position: relative;
  }
  .header__content-menu-nav-item--pulldown:hover .header__content-menu-nav-item-submenu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu {
    display: none;
    min-width: 170px;
    width: max-content;
    border-top: solid 15px transparent;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .gjs-dashed .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-inr {
    background-color: #000;
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc:last-of-type {
    margin-bottom: 0;
  }
}
.header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
  letter-spacing: 0.05em;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
}
.header__content-menu-nav-item--pulldown .header__content-menu-nav-item-submenu-anc-str::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sp-nav.header__content-menu-nav {
  display: block;
  overflow-y: scroll;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  padding: 65px 5%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 100%;
  transform: scale(0.9);
  visibility: hidden;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  z-index: 1000;
}
.open .sp-nav.header__content-menu-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}
.sp-nav .header__content-menu-nav-list {
  display: block;
  width: 100%;
}
.sp-nav .header__content-menu-nav-item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.sp-nav .header__content-menu-nav-item-anc {
  display: block;
}
.sp-nav .header__content-menu-nav-item-anc-str {
  font-size: 1.6rem;
}
.sp-nav .header__content-menu-nav-item--pulldown .header__content-menu-nav-item-anc {
  padding: 10px 10px 0;
}
.sp-nav .header__content-menu-nav-item-submenu {
  padding: 0 10px 10px;
}

@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }
}
.header__content-menu-nav--sub .header__content-menu-nav-list {
  order: 2;
}
.header__content-menu-nav--sub .header__content-menu-nav-info {
  order: 1;
  display: inline-block;
  border: solid 1px #000;
  padding: 5px 20px;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub .header__content-menu-nav-info {
    border: solid 1px #fff;
    color: #fff;
  }
}
.header__content-menu-nav--sub .header__content-menu-nav-info-otr {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub .header__content-menu-nav-info-otr {
    text-align: right;
  }
}
.header__content-menu-nav--sub .header__content-menu-nav-info-inr {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub .header__content-menu-nav-info-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.header__content-menu-nav--sub .header__content-menu-nav-info-str {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub .header__content-menu-nav-info-str {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub .header__content-menu-nav-info-str::after {
    content: "|";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.header__content-menu-nav--sub .header__content-menu-nav-info-num {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header__content-menu-nav--sub .header__content-menu-nav-info-num a{
  color: inherit;
}
.header__content-menu-nav--sub .header__content-menu-nav-sns {
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .header__content-menu-nav--sub .header__content-menu-nav-sns {
    margin: 0;
  }
}

.header--gannosu .header__content-menu-nav-item-anc-str {
  font-family: "Zen Old Mincho", serif;
}
.header--gannosu .header__content-menu-nav-info-num {
  font-family: "Zen Old Mincho", serif;
}
.header--gannosu .header__content-menu-nav-info-str {
  font-family: "Zen Old Mincho", serif;
}

.header--highball .header__content-info {
  justify-content: flex-end;
}
.header--highball .header__content-info-logo {
  width: 120px;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .header--highball .header__content-info-logo {
    width: 150px;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header--highball .header__content-info-logo {
    max-width: max-content;
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .header--highball .header__content-menu-nav--sub {
    gap: 40px;
  }
}
.header--highball .header__content-menu-nav-item-anc-str {
  font-family: "Reggae One", system-ui;
}
.header--highball .header__content-menu-nav-info {
  background-color: var(--mc01);
  border: none;
}
.header--highball .header__content-menu-nav-info-num {
  font-family: "Reggae One", system-ui;
  color: #000;
}
.header--highball .header__content-menu-nav-info-str {
  font-family: "Reggae One", system-ui;
  color: #000;
}

.footer__content {
  background: url(/system_panel/uploads/images/bg-ft.jpg) no-repeat center center/cover;
  padding: min(70px, 70 / var(--mq) * 1vw) 0 min(100px, 100 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .footer__content-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 50px;
  }
}
.footer__content-info-logo {
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer__content-info-logo {
    width: auto;
    margin: 0;
  }
}
.footer__content-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__content-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: min(50px, 50 / var(--mq) * 1vw);
  }
}
.footer__content-menu-item {
  margin-bottom: 5px;
}
.footer__content-menu-item:last-of-type {
  margin-bottom: 0;
}
.footer__content-menu-item-anc-str {
  font-weight: 700;
  color: #fff;
}
.footer__copy {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
}
.footer__copy-str {
  color: #fff;
}

.ojf {
  position: relative;
  height: auto;
}
.ojf::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ojf img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.cmn-btn-anc {
  display: block;
  max-width: 400px;
  width: 100%;
  background-color: var(--sc);
  border: solid 1px var(--sc);
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.cmn-btn-anc::before {
  content: "";
  width: 8px;
  height: 15px;
  background: url(/system_panel/uploads/images/icon_arrow03.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cmn-btn-anc::before {
    right: 30px;
  }
}
.cmn-btn-anc-str {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 5;
  color: #fff;
  transition: all 0.3s;
}
.cmn-btn-anc:hover {
  background-color: #fff;
}
.cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow03_brown.png);
}
.cmn-btn-anc:hover .cmn-btn-anc-str {
  color: var(--sc);
}
.cmn-btn--white .cmn-btn-anc {
  background-color: transparent;
  border: solid 2px #fff;
}
.cmn-btn--white .cmn-btn-anc:hover {
  background-color: #fff;
  border: solid 2px var(--sc);
}
.cmn-btn--black .cmn-btn-anc {
  background-color: #000;
  border: solid 2px #000;
}
.cmn-btn--black .cmn-btn-anc:hover {
  background-color: #fff;
}
.cmn-btn--black .cmn-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow03_black.png);
}
.cmn-btn--black .cmn-btn-anc:hover .cmn-btn-anc-str {
  color: #000;
}

.cmn-ttl {
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
.cmn-ttl--jp {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--jp {
    font-size: 4.2rem;
  }
}
.cmn-ttl--white .cmn-ttl--jp, .cmn-ttl--white .cmn-ttl--en {
  color: #fff;
}

.cmn-ttl--gannosu .cmn-ttl--jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  padding-bottom: min(30px, 30 / var(--mq) * 1vw);
  position: relative;
}
.cmn-ttl--gannosu .cmn-ttl--jp::before {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #a96107;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cmn-ttl--gannosu--vertical {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--gannosu--vertical .cmn-ttl--jp {
    writing-mode: vertical-rl;
    line-height: 50px;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--gannosu--vertical .cmn-ttl--jp::before {
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    transform: translateX(0);
  }
}

.cmn-ttl--highball .cmn-ttl--jp {
  font-family: "Reggae One", system-ui;
}
.cmn-ttl--highball .cmn-ttl--en {
  font-family: "Reggae One", system-ui;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #ff8a00;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--highball .cmn-ttl--en {
    font-size: 1.8rem;
  }
}
.cmn-ttl--highball.cmn-ttl--black .cmn-ttl--en {
  color: #000;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--highball--vertical {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--highball--vertical.cmn-ttl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--highball--vertical .cmn-ttl--jp {
    writing-mode: vertical-rl;
    line-height: 50px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--highball--vertical .cmn-ttl--en {
    writing-mode: vertical-rl;
  }
}

.cmn-ttl--company .cmn-ttl--jp {
  font-weight: 700;
}
.cmn-ttl--company .cmn-ttl--en {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cmn-ttl--company--vertical {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--company--vertical.cmn-ttl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--company--vertical .cmn-ttl--jp {
    writing-mode: vertical-rl;
    line-height: 50px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cmn-ttl--company--vertical .cmn-ttl--en {
    writing-mode: vertical-rl;
  }
}

.cmn-parallax {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn-parallax {
    height: min(500px, 41.6666666667vw);
  }
}
.cmn-parallax__cont {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cmn-parallax__cont {
    background-attachment: fixed;
  }
}

@media screen and (min-width: 768px) {
  .top-fv__cont {
    display: flex;
  }
}
.top-fv__cont-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item {
    width: 50%;
  }
}
.top-fv__cont-item--01 {
  background-color: var(--mc01);
  padding: 15px 0 0 15px;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item--01 {
    padding: 0 0 15px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .top-fv__cont-item--01 {
    padding: 0 0 20px 20px;
  }
}
.top-fv__cont-item--01 .top-fv__cont-item-logo {
  max-width: 150px;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item--01 .top-fv__cont-item-logo {
    max-width: max-content;
    width: 40%;
  }
}
.top-fv__cont-item--02 {
  background-color: var(--mc02);
  padding: 0 15px 15px 0;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item--02 {
    padding: 15px 15px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-fv__cont-item--02 {
    padding: 20px 20px 0 0;
  }
}
.top-fv__cont-item--02 .top-fv__cont-item-logo {
  max-width: 250px;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item--02 .top-fv__cont-item-logo {
    max-width: max-content;
    width: 50%;
  }
}
.top-fv__cont-item-img {
  height: 40vh;
}
@media screen and (min-width: 768px) {
  .top-fv__cont-item-img {
    height: 70vh;
  }
}
@media screen and (min-width: 1024px) {
  .top-fv__cont-item-img {
    max-height: 1080px;
    height: min(60vw, 95vh);
  }
}
.top-fv__cont-item-img.ojf::before {
  content: none;
}
.top-fv__cont-item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-news {
  padding: min(70px, 70 / var(--mq) * 1vw) 0 0;
}
.top-news__cont {
  border: solid 1px var(--sc);
  border-radius: 10px;
  padding: min(50px, 50 / var(--mq) * 1vw) 15px;
}
.top-news__cont-inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news__cont-inr {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "top-news__ttl top-news__list" "top-news__btn top-news__list";
    gap: 25px min(70px, 70 / var(--mq) * 1vw);
  }
}
.top-news__cont-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl {
    grid-area: top-news__ttl;
    margin-bottom: 0;
  }
}
.top-news__cont-ttl--jp {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl--jp {
    font-size: 3rem;
  }
}
.top-news__cont-ttl--en {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-news__cont-ttl--en {
    font-size: 1.8rem;
  }
}
.top-news__cont-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-news__cont-list {
    grid-area: top-news__list;
    margin-bottom: 0;
  }
}
.top-news__cont-list .webgene-item {
  border-top: solid 1px var(--sc);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .top-news__cont-list .webgene-item {
    padding: 15px;
  }
}
.top-news__cont-list .webgene-item:last-of-type {
  border-bottom: solid 1px var(--sc);
}
.top-news__cont-list-item {
  display: flex;
  flex-wrap: wrap;
}
.top-news__cont-list-item-date {
  font-weight: 700;
  color: #666;
}
.top-news__cont-list-item-cate {
  min-width: 180px;
  margin-top: 5px;
  margin-left: 20px;
}
.top-news__cont-list-item-cate-str {
  display: inline-block;
  border: solid 1px var(--sc);
  border-radius: 5px;
  font-size: 1.4rem;
  color: var(--sc);
  line-height: 23px;
  text-align: center;
  padding: 0 10px;
}
.top-news__cont-list-item-ttl {
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .top-news__cont-list-item-ttl {
    flex: 1;
    width: auto;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-news__cont-btn {
    grid-area: top-news__btn;
  }
}
.top-news__cont-btn-anc {
  display: block;
  max-width: 200px;
  width: 100%;
  background-color: var(--sc);
  border: solid 1px var(--sc);
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-news__cont-btn-anc {
    margin: 0;
  }
}
.top-news__cont-btn-anc::before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(/system_panel/uploads/images/icon_arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.top-news__cont-btn-anc-str {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 3.125;
  transition: all 0.3s;
}
.top-news__cont-btn-anc:hover {
  background-color: transparent;
}
.top-news__cont-btn-anc:hover::before {
  background-image: url(/system_panel/uploads/images/icon_arrow01_brown.png);
}
.top-news__cont-btn-anc:hover .top-news__cont-btn-anc-str {
  color: var(--sc);
}

.top-concept {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.top-concept__cont {
  overflow-x: hidden;
  padding-bottom: min(200px, 200 / var(--mq) * 1vw);
  position: relative;
}
.top-concept__cont::before {
  content: "";
  width: 80%;
  height: 19.28vw;
  background: url(/system_panel/uploads/images/icon_wave01.png) no-repeat center center/contain;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-concept__cont::before {
    width: 70%;
    height: 16.87vw;
  }
}
.top-concept__cont::after {
  content: "";
  width: 70%;
  height: 26.6875vw;
  background: url(/system_panel/uploads/images/icon_wave02.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-concept__cont::after {
    width: 50%;
    height: 19.0625vw;
  }
}
.top-concept__cont-inr {
  position: relative;
}
.top-concept__cont-head {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
.top-concept__cont-head-catch {
  max-width: max-content;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top-concept__cont-head-catch {
    width: 75%;
  }
}
.top-concept__cont-head-icon {
  width: 25%;
  position: absolute;
  top: -5%;
  right: 7%;
}
.top-concept__cont-txt {
  max-width: 780px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px 15px;
  margin-left: auto;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-concept__cont-txt {
    padding: 30px;
  }
}
.top-concept__cont-txt-str {
  max-width: 725px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-concept__cont-txt-str {
    font-size: 1.8rem;
  }
}
.top-concept__cont-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (min-width: 1300px) {
  .top-concept__cont-list {
    display: block;
  }
}
.top-concept__cont-list-img {
  max-width: max-content;
}
@media screen and (min-width: 1300px) {
  .top-concept__cont-list-img {
    position: absolute;
  }
}
.top-concept__cont-list-img--01 {
  width: calc((100% - 50px) * 0.7);
}
@media screen and (min-width: 1300px) {
  .top-concept__cont-list-img--01 {
    width: 42vw;
    bottom: -170px;
    left: max((1200px - 100vw) / 2, -360px);
  }
}
.top-concept__cont-list-img--02 {
  width: calc((100% - 50px) * 0.3);
}
@media screen and (min-width: 1300px) {
  .top-concept__cont-list-img--02 {
    width: 16vw;
    top: 100px;
    right: max((1230px - 100vw) / 2, -190px);
  }
}
.top-concept__slider-img {
  margin: 0 15px;
}
@media screen and (min-width: 1024px) {
  .top-concept__slider-img {
    margin: 0 35px;
  }
}
.gjs-dashed .top-concept__slider-img {
  max-width: 500px;
}
.top-concept__slider-img.ojf::before {
  padding-top: 76%;
}
.top-concept__slider-img:nth-of-type(2n) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-concept__slider-img:nth-of-type(2n) {
    margin-top: 70px;
  }
}

.top-shop-btn {
  max-width: 1920px;
  width: 100%;
  padding: 0 30px min(100px, 100 / var(--mq) * 1vw);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-shop-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.top-shop-btn__cont {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .top-shop-btn__cont {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
}
.top-shop-btn__cont:last-of-type {
  margin-bottom: 0;
}
.top-shop-btn__cont-anc {
  display: block;
  padding: 20px 15px 20px;
}
@media screen and (min-width: 768px) {
  .top-shop-btn__cont-anc {
    padding: 25px 15px 25px;
  }
}
.top-shop-btn__cont-logo {
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.top-shop-btn__cont-name {
  width: 280px;
  background-color: #000;
  text-align: center;
  margin: 0 auto 20px;
}
.top-shop-btn__cont-name-str {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.905;
}
@media screen and (min-width: 768px) {
  .top-shop-btn__cont-name-str {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
  }
}
.top-shop-btn__cont-arrow {
  text-align: center;
}
.top-shop-btn__cont.top-shop-btn__cont--gannosu {
  background-color: var(--mc01);
  border: solid 2px var(--mc01);
  transition: all 0.3s;
}
.top-shop-btn__cont.top-shop-btn__cont--gannosu:hover {
  background-color: #fff;
}
.top-shop-btn__cont.top-shop-btn__cont--gannosu .top-shop-btn__cont-name-str {
  font-family: "Zen Old Mincho", serif;
}
.top-shop-btn__cont.top-shop-btn__cont--highball {
  background-color: var(--mc02);
  border: solid 2px var(--mc02);
  transition: all 0.3s;
}
.top-shop-btn__cont.top-shop-btn__cont--highball:hover {
  background-color: #fff;
}
.top-shop-btn__cont.top-shop-btn__cont--highball .top-shop-btn__cont-name-str {
  font-family: "Reggae One", system-ui;
}

.top-shop {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.top-shop::before {
  content: "";
  width: 87.5%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
}
.top-shop__head {
  text-align: center;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.top-shop__head-logo {
  max-width: max-content;
  margin: 0 auto 30px;
}
.top-shop__head-name {
  max-width: 380px;
  width: 100%;
  border: solid 1px #000;
  text-align: center;
  margin: 0 auto;
}
.top-shop__head-name-str {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-shop__head-name-str {
    font-size: 3rem;
  }
}
.top-shop__cont {
  padding: min(200px, 200 / var(--mq) * 1vw) 0 min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-shop__cont {
    padding-top: min(100px, 100 / var(--mq) * 1vw);
  }
}
.top-shop__cont-str {
  font-size: min(45.7831325301vw, 38rem);
  line-height: 0.8;
  position: absolute;
  top: 0;
}
.top-shop__cont-info {
  position: relative;
}
.top-shop__cont-info-img {
  display: flex;
}
.top-shop__cont-info-img--01 {
  max-width: 920px;
  width: 76.7%;
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .top-shop__cont-info-img--01 {
    padding-bottom: 70px;
  }
}
.top-shop__cont-info-img--02 {
  max-width: 280px;
  flex: 1;
  align-self: flex-end;
  z-index: 1;
}
.top-shop__cont-info-catch {
  position: absolute;
}
.top-shop__txt {
  padding: min(70px, 70 / var(--mq) * 1vw) 0;
}
.top-shop__txt-str {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .top-shop__txt-str {
    text-align: center;
  }
}
.top-shop__parallax {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-shop__parallax {
    height: min(500px, 41.6666666667vw);
  }
}
.top-shop__parallax-cont {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .top-shop__parallax-cont {
    background-attachment: fixed;
  }
}
.top-shop__scene {
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
  margin-top: max(-250px, -250 / var(--mq) * 1vw);
}
.top-shop__scene-list {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .top-shop__scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.top-shop__scene-item {
  max-width: 380px;
  width: 100%;
  background: url(/system_panel/uploads/images/icon_scene01.png) no-repeat center center/contain;
  text-align: center;
  padding: 25px 0 35px;
  margin: 0 auto 20px;
}
.top-shop__scene-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .top-shop__scene-item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.top-shop__scene-item-ttl {
  display: inline-block;
  letter-spacing: 0.05em;
}
.top-shop__scene-item-ttl strong {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-shop__scene-item-ttl strong {
    font-size: 2.4rem;
  }
}
.top-shop__scene-item-str {
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .top-shop__scene-item-str {
    font-size: 2.4rem;
  }
}
.top-shop__scene-item-str span {
  background-image: radial-gradient(circle at center, #ab0000 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 1.06em 0.3em;
  padding-bottom: 0.4em;
}
.top-shop.top-shop--gannosu {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
}
.top-shop.top-shop--gannosu::before {
  background: url(/system_panel/uploads/images/bg_top-gannosu01.jpg) no-repeat center center/cover;
  right: 0;
}
.top-shop.top-shop--gannosu .top-shop__head-logo {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--gannosu .top-shop__head-logo {
    width: auto;
  }
}
.top-shop.top-shop--gannosu .top-shop__head-name-str {
  font-family: "Zen Old Mincho", serif;
}
.top-shop.top-shop--gannosu .top-shop__cont {
  position: relative;
}
.top-shop.top-shop--gannosu .top-shop__cont::before {
  content: "";
  width: 87.5%;
  height: 100%;
  background-color: var(--mc01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-shop.top-shop--gannosu .top-shop__cont-str {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #fef49f;
  left: 0;
}
.top-shop.top-shop--gannosu .top-shop__cont-info-img {
  flex-direction: row-reverse;
}
.top-shop.top-shop--gannosu .top-shop__cont-info-img--01 {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-img--01 {
    padding-bottom: 70px;
  }
}
.top-shop.top-shop--gannosu .top-shop__cont-info-img--01-inr {
  margin-right: -15px;
}
@media screen and (min-width: 1230px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-img--01-inr {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.top-shop.top-shop--gannosu .top-shop__cont-info-img--02-inr {
  margin-right: min(-35vw, -200px);
  margin-left: -15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-img--02-inr {
    margin-right: -200px;
  }
}
.top-shop.top-shop--gannosu .top-shop__cont-info-img--02-inr::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-img--02-inr::before {
    content: none;
  }
}
@media screen and (min-width: 1230px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-img--02-inr {
    margin-left: max((1200px - 100vw) / 2, -120px);
  }
}
.top-shop.top-shop--gannosu .top-shop__cont-info-catch {
  width: 105px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-catch {
    width: 150px;
    bottom: -25px;
    right: 3%;
    left: auto;
    transform: translate(0);
  }
}
@media screen and (min-width: 1024px) {
  .top-shop.top-shop--gannosu .top-shop__cont-info-catch {
    max-width: max-content;
    width: 20%;
    bottom: max(-13%, -75px);
  }
}
.top-shop.top-shop--gannosu .top-shop__parallax-cont {
  background-image: url(/system_panel/uploads/images/img_top-gannosu-parallax01.jpg);
}
.top-shop.top-shop--gannosu .top-shop__scene-item-ttl {
  font-family: "Zen Old Mincho", serif;
  border-bottom: solid 1px #333;
  margin-bottom: 10px;
}
.top-shop.top-shop--gannosu .top-shop__scene-item-str {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 1024px) {
  .top-shop.top-shop--gannosu .top-shop__scene-item-str {
    font-size: min(2vw, 2.4rem);
  }
}
.top-shop.top-shop--highball::before {
  background: url(/system_panel/uploads/images/bg_top-highball01.jpg) no-repeat center center/cover;
  left: 0;
}
.top-shop.top-shop--highball .top-shop__head-logo {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--highball .top-shop__head-logo {
    width: auto;
  }
}
.top-shop.top-shop--highball .top-shop__head-name-str {
  font-family: "Reggae One", system-ui;
}
.top-shop.top-shop--highball .top-shop__cont {
  position: relative;
}
.top-shop.top-shop--highball .top-shop__cont::before {
  content: "";
  width: 87.5%;
  height: 100%;
  background-color: var(--mc02);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.top-shop.top-shop--highball .top-shop__cont-str {
  font-family: "Reggae One", system-ui;
  color: #ffb85b;
  right: 0;
}
.top-shop.top-shop--highball .top-shop__cont-info-img--01 {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--highball .top-shop__cont-info-img--01 {
    padding-bottom: 70px;
  }
}
.top-shop.top-shop--highball .top-shop__cont-info-img--01-inr {
  margin-left: -15px;
}
@media screen and (min-width: 1230px) {
  .top-shop.top-shop--highball .top-shop__cont-info-img--01-inr {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.top-shop.top-shop--highball .top-shop__cont-info-img--02-inr {
  margin-right: -15px;
  margin-left: min(-35vw, -200px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--highball .top-shop__cont-info-img--02-inr {
    margin-left: -200px;
  }
}
.top-shop.top-shop--highball .top-shop__cont-info-img--02-inr::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-shop.top-shop--highball .top-shop__cont-info-img--02-inr::before {
    content: none;
  }
}
@media screen and (min-width: 1230px) {
  .top-shop.top-shop--highball .top-shop__cont-info-img--02-inr {
    margin-right: max((1200px - 100vw) / 2, -120px);
  }
}
.top-shop.top-shop--highball .top-shop__cont-info-catch {
  max-width: max-content;
  width: 80%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}
.top-shop.top-shop--highball .top-shop__parallax-cont {
  background-image: url(/system_panel/uploads/images/img_top-highball-parallax01.jpg);
}
.top-shop.top-shop--highball .top-shop__scene-item-ttl {
  font-family: "Reggae One", system-ui;
}
.top-shop.top-shop--highball .top-shop__scene-item-str {
  font-family: "Reggae One", system-ui;
  min-height: 50px;
}
@media screen and (min-width: 1024px) {
  .top-shop.top-shop--highball .top-shop__scene-item-str {
    font-size: min(2vw, 2.4rem);
  }
}

.top-recruit {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.top-recruit__cont {
  background: url(/system_panel/uploads/images/bg_top-recruit01.jpg) no-repeat right center/cover;
  background-size: 100% 100%;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
@media screen and (min-width: 1024px) {
  .top-recruit__cont {
    background-size: 85% 100%;
  }
}
@media screen and (min-width: 1024px) {
  .top-recruit__cont-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 50px;
  }
}
.top-recruit__cont-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .top-recruit__cont-info {
    max-width: 500px;
    flex: 1;
    padding-top: min(80px, 80 / var(--mq) * 1vw);
    margin-bottom: 0;
  }
}
.top-recruit__cont-info-ttl {
  color: #fff;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.top-recruit__cont-info-ttl--jp {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-recruit__cont-info-ttl--jp {
    font-size: 4rem;
  }
}
.top-recruit__cont-info-ttl--en {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-recruit__cont-info-ttl--en {
    font-size: 1.8rem;
  }
}
.top-recruit__cont-info-txt {
  color: #fff;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
.top-recruit__cont-info-btn .cmn-btn-anc {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .top-recruit__cont-img {
    width: 50%;
  }
}
.top-recruit__cont-img-inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1230px) {
  .top-recruit__cont-img-inr {
    margin-left: max((1200px - 100vw) / 2, -330px);
  }
}
.top-recruit__cont-img--01, .top-recruit__cont-img--02 {
  width: calc((100% - 20px) / 2);
}

.sub-news {
  max-width: min(100% - 30px, 1000px);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sub-news {
    padding: 20px;
  }
}
.sub-news__inr {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sub-news__inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sub-news__ttl {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sub-news__ttl {
    font-size: 2.4rem;
    margin-right: min(50px, 50 / var(--mq) * 1vw);
  }
}
@media screen and (min-width: 768px) {
  .sub-news .webgene-blog {
    flex: 1;
    align-self: center;
    margin-right: min(20px, 20 / var(--mq) * 1vw);
  }
}
.sub-news__anc {
  display: block;
}
@media screen and (min-width: 768px) {
  .sub-news__anc-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.sub-news__anc-item-date {
  font-weight: 700;
  color: #666;
}
@media screen and (min-width: 768px) {
  .sub-news__anc-item-date {
    margin-right: min(40px, 40 / var(--mq) * 1vw);
  }
}
.sub-news__anc-item-ttl {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sub-news__anc-item-ttl {
    flex: 1;
  }
}
.sub-news__btn {
  text-align: right;
}
.sub-news__btn-anc {
  display: inline-block;
}
.sub-news__btn-anc-str {
  border-bottom: solid 1px #333;
}

.gannosu .header__content-info-logo img {
  display: none;
}

.gannosu-fv {
  position: relative;
}
.gannosu-fv__img {
  max-height: 800px;
  height: 70vh;
}
@media screen and (min-width: 768px) {
  .gannosu-fv__img {
    max-height: 900px;
    height: 80vh;
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-fv__img {
    max-height: 1080px;
    height: min(70vw, 95vh);
  }
}
.gannosu-fv__img.ojf:before {
  content: none;
}
.gannosu-fv__logo {
  max-width: max-content;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .gannosu-fv__news {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.gannosu-fv__news-ttl {
  font-family: "Zen Old Mincho", serif;
}

.gannosu-catch {
  overflow-x: hidden;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.gannosu-catch::before {
  content: "";
  width: 87.5%;
  height: 50%;
  background-color: var(--mc01);
  position: absolute;
  bottom: min(250px, 250 / var(--mq) * 1vw);
  right: 0;
  z-index: -2;
}
.gannosu-catch__cont {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "gannosu-catch__cont-ttl     gannosu-catch__cont-ttl" "gannosu-catch__cont-img--01 gannosu-catch__cont-img--02" "gannosu-catch__cont-txt     gannosu-catch__cont-txt";
  gap: min(40px, 40 / var(--mq) * 1vw);
  padding-bottom: min(100px, 100 / var(--mq) * 1vw);
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__cont {
    grid-template-rows: auto auto;
    grid-template-columns: min(30%, 400px) 1fr;
    grid-template-areas: "gannosu-catch__cont-ttl     gannosu-catch__cont-img--01" "gannosu-catch__cont-img--02 gannosu-catch__cont-txt";
    gap: 0 min(70px, 70 / var(--mq) * 1vw);
  }
}
.gannosu-catch__cont::before {
  content: "";
  width: 87.5vw;
  height: 66%;
  background: url(/system_panel/uploads/images/bg_gannosu_catch01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 1230px) {
  .gannosu-catch__cont::before {
    left: calc((1200px - 100vw) / 2);
  }
}
.gannosu-catch__cont-ttl {
  grid-area: gannosu-catch__cont-ttl;
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gannosu-catch__cont-ttl {
    max-width: max-content;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__cont-ttl {
    width: auto;
    padding-bottom: min(80px, 80 / var(--mq) * 1vw);
  }
}
.gannosu-catch__cont-img {
  grid-area: gannosu-catch__cont-img--01;
}
.gannosu-catch__cont-img--01 {
  align-self: flex-end;
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__cont-img--01 {
    align-self: flex-start;
    padding-top: min(70px, 70 / var(--mq) * 1vw);
    margin-right: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .gannosu-catch__cont-img--01 {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.gannosu-catch__cont-img--02 {
  grid-area: gannosu-catch__cont-img--02;
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__cont-img--02 {
    margin-top: max(-50px, -50 / var(--mq) * 1vw);
    margin-left: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .gannosu-catch__cont-img--02 {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.gannosu-catch__cont-txt {
  grid-area: gannosu-catch__cont-txt;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__cont-txt {
    padding-top: min(60px, 60 / var(--mq) * 1vw);
  }
}
.gannosu-catch__cont-icon {
  max-width: 680px;
  width: 40vw;
  position: absolute;
  right: 0;
  bottom: max(-100px, -100 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .gannosu-catch__cont-icon {
    bottom: max(-130px, -130 / var(--mq) * 1vw);
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__cont-icon {
    width: 36vw;
    bottom: -170px;
  }
}
@media screen and (min-width: 1230px) {
  .gannosu-catch__cont-icon {
    right: max((1200px - 100vw) / 2, -360px);
  }
}
.gannosu-catch__scene {
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.gannosu-catch__scene-item {
  max-width: 380px;
  width: 100%;
  background: url(/system_panel/uploads/images/icon_scene01.png) no-repeat center center/contain;
  text-align: center;
  padding: 25px 0 35px;
  margin: 0 auto 20px;
}
.gannosu-catch__scene-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .gannosu-catch__scene-item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.gannosu-catch__scene-item-ttl {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #333;
  margin-bottom: 10px;
}
.gannosu-catch__scene-item-ttl strong {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .gannosu-catch__scene-item-ttl strong {
    font-size: 2.4rem;
  }
}
.gannosu-catch__scene-item-str {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .gannosu-catch__scene-item-str {
    font-size: min(2vw, 2.4rem);
  }
}
.gannosu-catch__scene-item-str span {
  background-image: radial-gradient(circle at center, #ab0000 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 1.06em 0.3em;
  padding-bottom: 0.4em;
}

.gannosu-parallax__cont {
  background-image: url(/system_panel/uploads/images/img_gannosu_parallax01.jpg);
}

.gannosu-strength {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.gannosu-strength__item {
  padding-top: min(80px, 80 / var(--mq) * 1vw);
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 50px;
    padding-top: 0;
  }
}
.gannosu-strength__item:last-of-type {
  margin-bottom: 0;
}
.gannosu-strength__item-str {
  font-family: "Zen Old Mincho", serif;
  font-size: min(45.7831325301vw, 38rem);
  font-weight: 600;
  color: #f3f3f3;
  line-height: 0.8;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item-str {
    font-size: min(19.7916666667vw, 38rem);
    right: auto;
    left: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .gannosu-strength__item-str {
    left: max((1200px - 100vw) / 2, -360px);
  }
}
.gannosu-strength__item-info {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item-info {
    max-width: 500px;
    width: 50%;
    margin-bottom: 0;
  }
}
.gannosu-strength__item-info-ttl {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.gannosu-strength__item-info-ttl-str {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .gannosu-strength__item-info-ttl-str {
    font-size: 3.6rem;
  }
}
.gannosu-strength__item-info-ttl-str strong {
  display: inline-block;
  background-color: var(--mc01);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.43;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .gannosu-strength__item-info-ttl-str strong {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item-img {
    max-width: 600px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item-img-inr {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .gannosu-strength__item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -330px);
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.gannosu-strength__item:nth-of-type(2n) .gannosu-strength__item-str {
  right: -15px;
  left: auto;
}
@media screen and (min-width: 1230px) {
  .gannosu-strength__item:nth-of-type(2n) .gannosu-strength__item-str {
    right: max((1200px - 100vw) / 2, -360px);
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-strength__item:nth-of-type(2n) .gannosu-strength__item-img-inr {
    margin-right: 0;
    margin-left: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .gannosu-strength__item:nth-of-type(2n) .gannosu-strength__item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -330px);
  }
}

.gannosu-recommend {
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
.gannosu-recommend::before {
  content: "";
  width: 87.5vw;
  height: 66%;
  background-color: var(--mc01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.gannosu-recommend__tax {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.gannosu-recommend__box {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.gannosu-recommend__box::before {
  content: "";
  width: calc(100% + (100vw - 100%) / 2 + min((100vw - 100%) / 2, 120px));
  height: 100%;
  background: url(/system_panel/uploads/images/bg_gannosu_reccomend01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: max((100% - 100vw) / 2, -120px);
  z-index: -1;
}
.gannosu-recommend__box-cont {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.gannosu-recommend__box-cont-pickup {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-pickup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 min(50px, 50 / var(--mq) * 1vw);
  }
}
.gannosu-recommend__box-cont-pickup-img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-pickup-img {
    flex: 1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-pickup-info {
    max-width: 500px;
    width: 50%;
    padding-top: 30px;
  }
}
.gannosu-recommend__box-cont-pickup-info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
}
.gannosu-recommend__box-cont-pickup-info-ttl-name {
  font-size: 2.2rem;
  padding-left: 90px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-pickup-info-ttl-name {
    font-size: 3rem;
    padding-left: 120px;
  }
}
.gannosu-recommend__box-cont-pickup-info-ttl-name::before {
  content: "";
  width: 70px;
  height: 68.6px;
  background: url(/system_panel/uploads/images/icon_meibutsu01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-pickup-info-ttl-name::before {
    width: 100px;
    height: 98px;
  }
}
.gannosu-recommend__box-cont-pickup-info-ttl-price {
  font-size: 2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-pickup-info-ttl-price {
    font-size: 2.4rem;
  }
}
.gannosu-recommend__box-cont-pickup-info-txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .gannosu-recommend__box-cont-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.gannosu-recommend__box-cont-item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .gannosu-recommend__box-cont-item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.gannosu-recommend__box-cont-item-img.ojf::before {
  padding-top: 65.8%;
}
.gannosu-recommend__box-cont-item-info {
  background-color: #fff;
  box-shadow: 0px 0px 14.7px 0.3px rgba(51, 51, 51, 0.1);
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-item-info {
    padding: 20px 25px;
  }
}
.gannosu-recommend__box-cont-item-info-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-item-info-name {
    font-size: 2.4rem;
  }
}
.gannosu-recommend__box-cont-item-info-price {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .gannosu-recommend__box-cont-item-info-price {
    font-size: 1.8rem;
  }
}

.gannosu-shop {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.gannosu-shop__list {
  max-width: 1890px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .gannosu-shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.gannosu-shop__item {
  max-width: 610px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .gannosu-shop__item {
    width: calc((100% - 30px) / 3);
    margin: 0;
  }
}
.gannosu-shop__item:last-of-type {
  margin-bottom: 0;
}
.gannosu-shop__item-anc {
  display: block;
  position: relative;
}
.gannosu-shop__item-anc-bg.ojf::before {
  padding-top: 49.2%;
}
.gannosu-shop__item-anc-info {
  width: min(75%, 280px);
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 30px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gannosu-shop__item-anc-info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gannosu-shop__item-anc-info-ttl {
    font-size: 3rem;
  }
}
.gannosu-shop__item-anc-info-more {
  display: inline-block;
  border-bottom: solid 1px #fff;
  letter-spacing: 0.05em;
  color: #fff;
}

.gannosu-menu-catch {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.gannosu-menu-catch__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .gannosu-menu-catch__ttl {
    font-size: 3rem;
  }
}
.gannosu-menu-catch__ttl strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .gannosu-menu-catch__ttl strong br {
    display: none;
  }
}
.gannosu-menu-catch__txt {
  font-family: "Zen Old Mincho", serif;
  font-size: min(4.5vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-catch__txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-catch__txt br {
    display: none;
  }
}
.gannosu-menu-catch__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-catch__btn {
    gap: 20px;
  }
}
.gannosu-menu-catch__btn-item {
  max-width: 330px;
  width: calc((100% - 15px) / 2);
  background-color: var(--mc01);
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-catch__btn-item {
    width: calc((100% - 40px) / 3);
  }
}
.gannosu-menu-catch__btn-item-anc {
  display: block;
  text-align: center;
  padding: 20px 15px 30px;
  position: relative;
}
.gannosu-menu-catch__btn-item-anc::before {
  content: "";
  width: 16px;
  height: 6px;
  background: url(/system_panel/uploads/images/icon_arrow04.png) no-repeat center center/contain;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.gannosu-menu-catch__btn-item-anc-str {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .gannosu-menu-catch__btn-item-anc-str {
    font-size: 1.8rem;
  }
}
.gannosu-menu-catch__tax {
  letter-spacing: 0.05em;
  text-align: center;
}

.gannosu-menu-recommend {
  background: url(/system_panel/uploads/images/bg_gannosu-menu_recommend01.jpg) no-repeat center center/cover;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.gannosu-menu-recommend__list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-recommend__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.gannosu-menu-recommend__item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-recommend__item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.gannosu-menu-recommend__item:last-of-type {
  margin-bottom: 0;
}
.gannosu-menu-recommend__item-icon {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 2;
}
.gannosu-menu-recommend__item-img.ojf:before {
  padding-top: 65.8%;
}
.gannosu-menu-recommend__item-info {
  background-color: #000;
  padding: 20px 15px;
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-recommend__item-info {
    padding: 20px 25px;
  }
}
.gannosu-menu-recommend__item-info-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gannosu-menu-recommend__item-info-name {
    font-size: 2.4rem;
  }
}
.gannosu-menu-recommend__item-info-price {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .gannosu-menu-recommend__item-info-price {
    font-size: 1.8rem;
  }
}
.gannosu-menu-recommend__deco {
  max-width: 1280px;
  width: 70%;
  position: absolute;
  bottom: max(-80px, -80 / var(--mq) * 1vw);
  left: 0;
}

.gannosu-menu-box {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.gannosu-menu-box:nth-of-type(2n) {
  background-color: #fcf6e9;
}
.gannosu-menu-box__inr {
  margin-top: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
  }
}
.gannosu-menu-box__table {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .gannosu-menu-box__table {
    width: calc((100% - 60px) / 2);
    margin: 0 auto;
  }
}
.gannosu-menu-box__table:last-of-type {
  margin-bottom: 0;
}
.gannosu-menu-box__table-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gannosu-menu-box__table-ttl {
    font-size: 1.8rem;
  }
}
.gannosu-menu-box__table-ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gannosu-menu-box__table-tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #999;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .gannosu-menu-box__table-tr {
    padding: 15px 5px;
  }
}
.gannosu-menu-box__table-tr:last-of-type {
  border-bottom: solid 1px #999;
}
.gannosu-menu-box__table-th-str {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
.gannosu-menu-box__table-td {
  margin-left: auto;
}
.gannosu-menu-box__table-td-str {
  text-align: right;
  font-family: "Zen Old Mincho", serif;
}

.gannosu-shop-catch {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.gannosu-shop-catch__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .gannosu-shop-catch__ttl {
    font-size: 3rem;
  }
}
.gannosu-shop-catch__ttl strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .gannosu-shop-catch__ttl strong br {
    display: none;
  }
}
.gannosu-shop-catch__txt {
  font-family: "Zen Old Mincho", serif;
  font-size: min(4.5vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gannosu-shop-catch__txt {
    font-size: 2.4rem;
  }
}
.gannosu-shop-catch__txt strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .gannosu-shop-catch__txt strong br {
    display: none;
  }
}

.gannosu-shop-seat {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.gannosu-shop-seat::before {
  content: "";
  width: 87.5vw;
  height: 66%;
  background-color: var(--mc01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.gannosu-shop-seat::after {
  content: "";
  width: calc(87.5vw + 30px);
  height: 73%;
  background: url(/system_panel/uploads/images/bg_gannosu_reccomend01.jpg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .gannosu-shop-seat__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(80px, 80 / var(--mq) * 1vw);
  }
}
.gannosu-shop-seat__cont-list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gannosu-shop-seat__cont-list {
    flex: 1;
    padding-top: min(50px, 50 / var(--mq) * 1vw);
  }
}
.gannosu-shop-seat__cont-item {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .gannosu-shop-seat__cont-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(50px, 50 / var(--mq) * 1vw);
  }
}
.gannosu-shop-seat__cont-item:last-of-type {
  margin-bottom: 0;
}
.gannosu-shop-seat__cont-item-info {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .gannosu-shop-seat__cont-item-info {
    max-width: 420px;
    flex: 1;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.gannosu-shop-seat__cont-item-info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .gannosu-shop-seat__cont-item-info-ttl {
    font-size: 3rem;
  }
}
.gannosu-shop-seat__cont-item-info-txt {
  letter-spacing: 0.05em;
}
.gannosu-shop-seat__cont-item-img {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .gannosu-shop-seat__cont-item-img {
    width: 55%;
    margin: 0;
  }
}
.gannosu-shop-seat__cont-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.gannosu-shop-seat__deco {
  max-width: 1280px;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cmn-shop-overview {
  padding-top: min(100px, 100 / var(--mq) * 1vw);
}
.cmn-shop-overview__cont {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.cmn-shop-overview__cont-info {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont-info {
    width: 500px;
    margin: 0;
  }
}
.cmn-shop-overview__cont-info-table-tr {
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .cmn-shop-overview__cont-info-table-tr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.cmn-shop-overview__cont-info-table-tr:last-of-type {
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .cmn-shop-overview__cont-info-table-th {
    width: 140px;
    padding: 0 10px 0 25px;
  }
}
.cmn-shop-overview__cont-info-table-th-str {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cmn-shop-overview__cont-info-table-td {
    flex: 1;
    padding-right: 10px;
  }
}
.cmn-shop-overview__cont-info-table-td-str {
  letter-spacing: 0.05em;
}
.cmn-shop-overview__cont-img {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont-img {
    max-width: 600px;
    flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__cont-img-inr {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .cmn-shop-overview__cont-img-inr {
    margin-right: max((1200px - 100vw) / 2, -330px);
  }
}
.cmn-shop-overview__map {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .cmn-shop-overview__map {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .cmn-shop-overview__map {
    height: 600px;
  }
}
.cmn-shop-overview__map iframe {
  width: 100%;
  height: 100%;
}

.highball-fv {
  background-color: var(--mc02);
  padding: 80px 15px 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .highball-fv {
    padding: 120px 30px 30px;
  }
}
.highball-fv__img {
  max-height: 800px;
  height: 70vh;
}
@media screen and (min-width: 768px) {
  .highball-fv__img {
    max-height: 900px;
    height: 80vh;
  }
}
@media screen and (min-width: 1024px) {
  .highball-fv__img {
    max-height: 1080px;
    height: min(70vw, 95vh);
  }
}
.highball-fv__img.ojf:before {
  content: none;
}
.highball-fv__logo {
  max-width: max-content;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highball-fv__news {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .highball-fv__news {
    max-width: min(100% - 30px, 1000px);
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}
@media screen and (min-width: 1230px) {
  .highball-fv__news {
    left: 60px;
  }
}
.highball-fv__news-ttl {
  font-family: "Reggae One", system-ui;
}

.highball-catch {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.highball-catch::before {
  content: "";
  width: 87.5%;
  height: 50%;
  background-color: var(--mc02);
  position: absolute;
  bottom: min(250px, 250 / var(--mq) * 1vw);
  right: 0;
  z-index: -2;
}
.highball-catch__cont {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .highball-catch__cont {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr min(35%, 400px);
    grid-template-areas: "highball-catch__cont-img--01 highball-catch__cont-ttl" ". highball-catch__cont-img--02";
    gap: 0 min(70px, 70 / var(--mq) * 1vw);
  }
}
.highball-catch__cont::before {
  content: "";
  width: 87.5vw;
  height: 73%;
  background: url(/system_panel/uploads/images/bg_highball_catch01.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: min(80px, 80 / var(--mq) * 1vw);
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 1230px) {
  .highball-catch__cont::before {
    left: calc((1200px - 100vw) / 2);
  }
}
.highball-catch__cont-ttl {
  max-width: max-content;
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .highball-catch__cont-ttl {
    grid-area: highball-catch__cont-ttl;
    width: auto;
    padding-top: min(60px, 60 / var(--mq) * 1vw);
    margin: 0 0 0 max(-13vw, -270px);
    z-index: 1;
  }
}
.highball-catch__cont-img--01 {
  width: 90%;
  margin-left: -15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .highball-catch__cont-img--01 {
    width: auto;
    grid-area: highball-catch__cont-img--01;
    align-self: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1230px) {
  .highball-catch__cont-img--01 {
    margin-left: max((1200px - 100vw) / 2, -360px);
  }
}
.highball-catch__cont-img--02 {
  width: 70%;
  margin-right: -15px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .highball-catch__cont-img--02 {
    grid-area: highball-catch__cont-img--02;
    width: auto;
    margin-top: max(-50px, -50 / var(--mq) * 1vw);
    margin-left: 0;
  }
}
@media screen and (min-width: 1230px) {
  .highball-catch__cont-img--02 {
    margin-right: max((1200px - 100vw) / 2, -360px);
  }
}
.highball-catch__cont-icon {
  max-width: max-content;
  width: 25vw;
  position: absolute;
  left: 0;
  bottom: max(-40px, -40 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .highball-catch__cont-icon {
    bottom: max(-60px, -60 / var(--mq) * 1vw);
    width: 20vw;
  }
}
@media screen and (min-width: 1230px) {
  .highball-catch__cont-icon {
    left: max((1230px - 100vw) / 2, -280px);
  }
}
.highball-catch__scene {
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .highball-catch__scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.highball-catch__scene-item {
  max-width: 380px;
  width: 100%;
  background: url(/system_panel/uploads/images/icon_scene01.png) no-repeat center center/contain;
  text-align: center;
  padding: 25px 0 35px;
  margin: 0 auto 20px;
}
.highball-catch__scene-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .highball-catch__scene-item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.highball-catch__scene-item-ttl {
  display: inline-block;
  font-family: "Reggae One", system-ui;
  letter-spacing: 0.05em;
}
.highball-catch__scene-item-ttl strong {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .highball-catch__scene-item-ttl strong {
    font-size: 2.4rem;
  }
}
.highball-catch__scene-item-str {
  min-height: 50px;
  font-family: "Reggae One", system-ui;
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .highball-catch__scene-item-str {
    font-size: min(2vw, 2.4rem);
  }
}
.highball-catch__scene-item-str span {
  background-image: radial-gradient(circle at center, #ab0000 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 1.06em 0.3em;
  padding-bottom: 0.4em;
}

.highball-picture {
  max-width: 1860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .highball-picture {
    gap: 30px;
  }
}
.highball-picture__img {
  width: calc((100% - 20px) / 3);
}
@media screen and (min-width: 768px) {
  .highball-picture__img {
    width: calc((100% - 60px) / 3);
  }
}
.highball-picture__img:nth-of-type(2) {
  padding-top: min(70px, 70 / var(--mq) * 1vw);
}
.highball-picture__img:nth-of-type(3) {
  padding-top: min(140px, 140 / var(--mq) * 1vw);
}

.highball-strength {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.highball-strength__item {
  padding-top: min(80px, 80 / var(--mq) * 1vw);
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .highball-strength__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 50px;
    padding-top: 0;
  }
}
.highball-strength__item:last-of-type {
  margin-bottom: 0;
}
.highball-strength__item::before {
  content: "";
  width: min(40vw, 740px);
  aspect-ratio: 740/480;
  background: url(/system_panel/uploads/images/icon_highball_kodawari01.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: -1;
}
@media screen and (min-width: 1230px) {
  .highball-strength__item::before {
    left: max((1200px - 100vw) / 2, -360px);
  }
}
.highball-strength__item-info {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .highball-strength__item-info {
    max-width: 520px;
    width: 50%;
    margin-bottom: 0;
  }
}
.highball-strength__item-info-ttl {
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.highball-strength__item-info-ttl-sub {
  font-family: "Reggae One", system-ui;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .highball-strength__item-info-ttl-sub {
    font-size: min(3vw, 3.6rem);
  }
}
.highball-strength__item-info-ttl-str {
  font-family: "Reggae One", system-ui;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .highball-strength__item-info-ttl-str {
    font-size: min(5vw, 5.6rem);
  }
}
.highball-strength__item-info-ttl-str strong {
  display: inline-block;
  background-color: #000;
  color: var(--mc01);
  line-height: 1.43;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .highball-strength__item-img {
    max-width: 600px;
    flex: 1;
  }
}
.highball-strength__item-img-inr {
  padding-bottom: min(160px, 160 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .highball-strength__item-img-inr {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .highball-strength__item-img-inr {
    margin-right: max((1200px - 100vw) / 2, -330px);
  }
}
.highball-strength__item-img--01 {
  max-width: max-content;
  width: 70%;
}
.highball-strength__item-img--02 {
  max-width: max-content;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .highball-strength__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.highball-strength__item:nth-of-type(2n)::before {
  left: auto;
  right: -15px;
}
@media screen and (min-width: 1230px) {
  .highball-strength__item:nth-of-type(2n)::before {
    right: max((1200px - 100vw) / 2, -360px);
  }
}
.highball-strength__item:nth-of-type(2n) .highball-strength__item-str {
  right: -15px;
  left: auto;
}
@media screen and (min-width: 1230px) {
  .highball-strength__item:nth-of-type(2n) .highball-strength__item-str {
    right: max((1200px - 100vw) / 2, -360px);
  }
}
@media screen and (min-width: 1024px) {
  .highball-strength__item:nth-of-type(2n) .highball-strength__item-img-inr {
    margin-right: 0;
    margin-left: -15px;
  }
}
@media screen and (min-width: 1230px) {
  .highball-strength__item:nth-of-type(2n) .highball-strength__item-img-inr {
    margin-left: max((1200px - 100vw) / 2, -330px);
  }
}
.highball-strength__item:nth-of-type(2n) .highball-strength__item-img--01 {
  margin-left: auto;
}
.highball-strength__item:nth-of-type(2n) .highball-strength__item-img--02 {
  right: auto;
  left: 0;
}

.highball-recommend {
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  position: relative;
}
.highball-recommend::before {
  content: "";
  width: 87.5vw;
  height: 66%;
  background-color: var(--mc02);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.highball-recommend__tax {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
}
.highball-recommend__box {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.highball-recommend__box::before {
  content: "";
  width: calc(100% + (100vw - 100%) / 2 + min((100vw - 100%) / 2, 120px));
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 14.7px 0.3px rgba(51, 51, 51, 0.1);
  position: absolute;
  top: 0;
  left: max((100% - 100vw) / 2, -120px);
  z-index: -1;
}
.highball-recommend__box-cont {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.highball-recommend__box-cont-pickup {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-pickup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 min(50px, 50 / var(--mq) * 1vw);
  }
}
.highball-recommend__box-cont-pickup-img {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-pickup-img {
    flex: 1;
    margin-bottom: 0;
  }
}
.highball-recommend__box-cont-pickup-info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-pickup-info {
    max-width: 500px;
    width: 50%;
    padding-top: 30px;
  }
}
.highball-recommend__box-cont-pickup-info-logo {
  max-width: max-content;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.highball-recommend__box-cont-pickup-info-ttl {
  font-family: "Reggae One", system-ui;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.highball-recommend__box-cont-pickup-info-ttl-name {
  font-size: 2.2rem;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-pickup-info-ttl-name {
    font-size: 3rem;
  }
}
.highball-recommend__box-cont-pickup-info-ttl-price {
  font-size: 2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-pickup-info-ttl-price {
    font-size: 2.4rem;
  }
}
.highball-recommend__box-cont-pickup-info-txt {
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .highball-recommend__box-cont-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.highball-recommend__box-cont-item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .highball-recommend__box-cont-item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.highball-recommend__box-cont-item-img.ojf::before {
  padding-top: 65.8%;
}
.highball-recommend__box-cont-item-info {
  background-color: #fff;
  box-shadow: 0px 0px 14.7px 0.3px rgba(51, 51, 51, 0.1);
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-item-info {
    padding: 20px 25px;
  }
}
.highball-recommend__box-cont-item-info-name {
  font-family: "Reggae One", system-ui;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-item-info-name {
    font-size: 2.4rem;
  }
}
.highball-recommend__box-cont-item-info-price {
  font-family: "Reggae One", system-ui;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .highball-recommend__box-cont-item-info-price {
    font-size: 1.8rem;
  }
}

.highball-shop {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.highball-shop__list {
  max-width: 1890px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .highball-shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.highball-shop__item {
  max-width: 610px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .highball-shop__item {
    width: calc((100% - 30px) / 3);
    margin: 0;
  }
}
.highball-shop__item:last-of-type {
  margin-bottom: 0;
}
.highball-shop__item-anc {
  display: block;
  position: relative;
}
.highball-shop__item-anc-bg.ojf::before {
  padding-top: 49.2%;
}
.highball-shop__item-anc-info {
  width: min(75%, 280px);
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 30px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highball-shop__item-anc-info-ttl {
  font-family: "Reggae One", system-ui;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .highball-shop__item-anc-info-ttl {
    font-size: 3rem;
  }
}
.highball-shop__item-anc-info-more {
  display: inline-block;
  border-bottom: solid 1px #fff;
  letter-spacing: 0.05em;
  color: #fff;
}

.highball-deco__line {
  width: min(20vw, 350px);
  height: min(20vw, 350px);
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
}
.highball-deco__line::before {
  content: "";
  width: calc(min(20vw, 350px) * 1.4142135624);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.highball-recommend__box .highball-deco__line {
  bottom: max(-100px, -100 / var(--mq) * 1vw);
}

.highball-menu-catch {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.highball-menu-catch__ttl {
  font-family: "Reggae One", system-ui;
  font-size: min(5.5vw, 2.2rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .highball-menu-catch__ttl {
    font-size: min(3.5vw, 3rem);
  }
}
.highball-menu-catch__ttl strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .highball-menu-catch__ttl strong br {
    display: none;
  }
}
.highball-menu-catch__txt {
  font-family: "Reggae One", system-ui;
  font-size: min(4.5vw, 2rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .highball-menu-catch__txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .highball-menu-catch__txt br {
    display: none;
  }
}
.highball-menu-catch__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .highball-menu-catch__btn {
    gap: 20px;
  }
}
.highball-menu-catch__btn-item {
  max-width: 330px;
  width: calc((100% - 15px) / 2);
  background-color: var(--mc01);
}
@media screen and (min-width: 1024px) {
  .highball-menu-catch__btn-item {
    width: calc((100% - 40px) / 3);
  }
}
.highball-menu-catch__btn-item-anc {
  display: block;
  text-align: center;
  padding: 20px 15px 30px;
  position: relative;
}
.highball-menu-catch__btn-item-anc::before {
  content: "";
  width: 16px;
  height: 6px;
  background: url(/system_panel/uploads/images/icon_arrow04.png) no-repeat center center/contain;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.highball-menu-catch__btn-item-anc-str {
  font-family: "Reggae One", system-ui;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .highball-menu-catch__btn-item-anc-str {
    font-size: 1.8rem;
  }
}
.highball-menu-catch__tax {
  letter-spacing: 0.05em;
  text-align: center;
}

.highball-menu-recommend {
  background: url(/system_panel/uploads/images/bg_highball-menu_recommend01.jpg) no-repeat center center/cover;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.highball-menu-recommend__list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .highball-menu-recommend__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.highball-menu-recommend__item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .highball-menu-recommend__item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
.highball-menu-recommend__item:last-of-type {
  margin-bottom: 0;
}
.highball-menu-recommend__item-icon {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 2;
}
.highball-menu-recommend__item-img.ojf:before {
  padding-top: 65.8%;
}
.highball-menu-recommend__item-info {
  background-color: #000;
  padding: 20px 15px;
}
@media screen and (min-width: 1024px) {
  .highball-menu-recommend__item-info {
    padding: 20px 25px;
  }
}
.highball-menu-recommend__item-info-name {
  font-family: "Reggae One", system-ui;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .highball-menu-recommend__item-info-name {
    font-size: 2.4rem;
  }
}
.highball-menu-recommend__item-info-price {
  font-family: "Reggae One", system-ui;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .highball-menu-recommend__item-info-price {
    font-size: 1.8rem;
  }
}
.highball-menu-recommend__deco {
  max-width: 1280px;
  width: 70%;
  position: absolute;
  bottom: max(-80px, -80 / var(--mq) * 1vw);
  left: 0;
}

.highball-menu-box {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.highball-menu-box:nth-of-type(2n) {
  background-color: #fcf6e9;
}
.highball-menu-box__inr {
  margin-top: min(60px, 60 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .highball-menu-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
  }
}
.highball-menu-box__table {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .highball-menu-box__table {
    width: calc((100% - 60px) / 2);
    margin: 0 auto;
  }
}
.highball-menu-box__table:last-of-type {
  margin-bottom: 0;
}
.highball-menu-box__table-ttl {
  font-family: "Reggae One", system-ui;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .highball-menu-box__table-ttl {
    font-size: 1.8rem;
  }
}
.highball-menu-box__table-ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.highball-menu-box__table-tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #999;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .highball-menu-box__table-tr {
    padding: 15px 5px;
  }
}
.highball-menu-box__table-tr:last-of-type {
  border-bottom: solid 1px #999;
}
.highball-menu-box__table-th-str {
  font-family: "Reggae One", system-ui;
  letter-spacing: 0.05em;
}
.highball-menu-box__table-td {
  margin-left: auto;
}
.highball-menu-box__table-td-str {
  text-align: right;
  font-family: "Reggae One", system-ui;
}

.highball-shop-catch {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.highball-shop-catch__ttl {
  font-family: "Reggae One", system-ui;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .highball-shop-catch__ttl {
    font-size: 3rem;
  }
}
.highball-shop-catch__ttl strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .highball-shop-catch__ttl strong br {
    display: none;
  }
}
.highball-shop-catch__txt {
  font-family: "Reggae One", system-ui;
  font-size: min(3.8vw, 2rem);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .highball-shop-catch__txt {
    font-size: 2.4rem;
  }
}
.highball-shop-catch__txt strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .highball-shop-catch__txt strong br {
    display: none;
  }
}

.highball-shop-seat {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
  position: relative;
}
.highball-shop-seat::before {
  content: "";
  width: 87.5vw;
  height: 66%;
  background-color: var(--mc02);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.highball-shop-seat::after {
  content: "";
  width: calc(87.5vw + 30px);
  height: 73%;
  background-color: #fff;
  box-shadow: 0px 0px 14.7px 0.3px rgba(51, 51, 51, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .highball-shop-seat__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(80px, 80 / var(--mq) * 1vw);
  }
}
.highball-shop-seat__cont-list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .highball-shop-seat__cont-list {
    flex: 1;
    padding-top: min(50px, 50 / var(--mq) * 1vw);
  }
}
.highball-shop-seat__cont-item {
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .highball-shop-seat__cont-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(50px, 50 / var(--mq) * 1vw);
  }
}
.highball-shop-seat__cont-item:last-of-type {
  margin-bottom: 0;
}
.highball-shop-seat__cont-item-info {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .highball-shop-seat__cont-item-info {
    max-width: 420px;
    flex: 1;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.highball-shop-seat__cont-item-info-ttl {
  font-family: "Reggae One", system-ui;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .highball-shop-seat__cont-item-info-ttl {
    font-size: 3rem;
  }
}
.highball-shop-seat__cont-item-info-txt {
  letter-spacing: 0.05em;
}
.highball-shop-seat__cont-item-img {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .highball-shop-seat__cont-item-img {
    width: 55%;
    margin: 0;
  }
}
.highball-shop-seat__cont-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.highball-shop-seat__deco {
  max-width: 1280px;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recruit-catch {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.recruit-catch__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .recruit-catch__ttl {
    font-size: min(3.5vw, 3rem);
  }
}
.recruit-catch__ttl strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit-catch__ttl strong br {
    display: none;
  }
}
.recruit-catch__txt {
  font-size: min(3.8vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(30px, 30 / var(--mq) * 1vw);
}
@media screen and (min-width: 1024px) {
  .recruit-catch__txt {
    font-size: 2.4rem;
  }
}
.recruit-catch__txt strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recruit-catch__txt strong br {
    display: none;
  }
}
.recruit-catch__annotation {
  letter-spacing: 0.05em;
  text-align: center;
}

.recruit-merit {
  background: url(/system_panel/uploads/images/bg_rectuit01.jpg) no-repeat center center/cover;
  background-size: min(100% + 30px, 1680px) 100%;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.recruit-merit__picture {
  display: flex;
}
.recruit-merit__picture-img {
  flex: 1;
}
.recruit-merit__picture-img.ojf::before {
  padding-top: 62.5%;
}
.recruit-merit__picture-img--01 {
  margin-bottom: min(100px, 100 / var(--mq) * 1vw);
}
.recruit-merit__picture-img--02 {
  margin-top: min(100px, 100 / var(--mq) * 1vw);
}
.recruit-merit__cont {
  max-width: 1000px;
  width: 100%;
  padding-top: min(100px, 100 / var(--mq) * 1vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(80px, 80 / var(--mq) * 1vw);
  }
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info {
    flex: 1;
  }
}
.recruit-merit__cont-info-item {
  background-color: #fff;
  padding: 30px 15px;
  margin-bottom: 20px;
}
.recruit-merit__cont-info-item-inr {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-inr {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.recruit-merit__cont-info-item-inr:last-of-type {
  margin-bottom: 0;
}
.recruit-merit__cont-info-item-head-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: var(--mc01);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-head-ttl {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
  }
}
.recruit-merit__cont-info-item-head-ttl--en {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-head-ttl--en {
    font-size: 1.8rem;
  }
}
.recruit-merit__cont-info-item-head-ttl--en::before {
  content: "";
  width: 67px;
  height: 8px;
  background: url(/system_panel/uploads/images/icon_recruit_merit01.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recruit-merit__cont-info-item-head-ttl--num {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-head-ttl--num {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-box {
    flex: 1;
  }
}
.recruit-merit__cont-info-item-box-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-box-ttl {
    font-size: 2.4rem;
  }
}
.recruit-merit__cont-info-item-box-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mc01);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .recruit-merit__cont-info-item-box-ttl::before {
    width: calc(100% + 30px);
    left: -30px;
  }
}
.recruit-merit__cont-info-item-box-txt {
  letter-spacing: 0.05em;
}

.recruit-job {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.recruit-job__item {
  max-width: 1130px;
  width: 100%;
  padding-top: min(70px, 70 / var(--mq) * 1vw);
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.recruit-job__item:last-of-type {
  margin-bottom: 0;
}
.recruit-job__item-inr {
  border: solid 1px var(--mc02);
  padding: min(50px, 50 / var(--mq) * 1vw) 15px;
}
@media screen and (min-width: 1024px) {
  .recruit-job__item-inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: min(50px, 50 / var(--mq) * 1vw);
    padding-left: min(50px, 50 / var(--mq) * 1vw);
  }
}
.recruit-job__item-info {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .recruit-job__item-info {
    flex: 1;
    margin-bottom: 0;
  }
}
.recruit-job__item-info-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.67;
  color: #fff;
  margin-bottom: min(40px, 40 / var(--mq) * 1vw);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .recruit-job__item-info-ttl {
    font-size: 3rem;
  }
}
.recruit-job__item-info-ttl::before {
  content: "";
  width: calc(100% + 15px);
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .recruit-job__item-info-ttl::before {
    width: calc(100% + min(50px, 50 / var(--mq) * 1vw));
    left: calc(min(50px, 50 / var(--mq) * 1vw) * -1);
  }
}
.recruit-job__item-info-txt {
  letter-spacing: 0.05em;
}
.recruit-job__item-img {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .recruit-job__item-img {
    width: 50%;
  }
}
.recruit-job__item-img-inr {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .recruit-job__item-img-inr {
    width: auto;
    margin: calc(min(120px, 120 / var(--mq) * 1vw) * -1) -30px 0 0;
  }
}
@media screen and (min-width: 1145px) {
  .recruit-job__item-img-inr {
    margin-right: max((1115px - 100vw) / 2, -69px);
  }
}
@media screen and (min-width: 1024px) {
  .recruit-job__item:nth-of-type(2n) .recruit-job__item-inr {
    flex-direction: row-reverse;
    padding-right: min(50px, 50 / var(--mq) * 1vw);
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-job__item:nth-of-type(2n) .recruit-job__item-img-inr {
    margin-right: 0;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1145px) {
  .recruit-job__item:nth-of-type(2n) .recruit-job__item-img-inr {
    margin-right: 0;
    margin-left: max((1115px - 100vw) / 2, -69px);
  }
}

.recruit-posting {
  background-color: #ebe7d8;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.recruit-posting__cont {
  background-color: #fff;
  padding: min(70px, 70 / var(--mq) * 1vw) 15px;
}
.recruit-posting__cont-table {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.recruit-posting__cont-table-tr {
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .recruit-posting__cont-table-tr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.recruit-posting__cont-table-tr:last-of-type {
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .recruit-posting__cont-table-th {
    width: 200px;
    padding: 0 15px 0 30px;
  }
}
.recruit-posting__cont-table-th-str {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recruit-posting__cont-table-td {
    flex: 1;
  }
}
.recruit-posting__cont-table-td-str {
  letter-spacing: 0.05em;
}

.recruit-contact {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.recruit-contact__txt {
  font-size: min(4.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .recruit-contact__txt {
    font-size: 2.4rem;
  }
}
.recruit-contact__cont {
  margin-bottom: min(70px, 70 / var(--mq) * 1vw);
}
.recruit-contact__btn-anc {
  display: block;
  max-width: 560px;
  width: 100%;
  background-color: #ab0000;
  text-align: center;
  margin: 0 auto;
}
.recruit-contact__btn-anc-str {
  display: inline;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 5.56;
  color: #fff;
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-contact__btn-anc-str {
    font-size: 1.8rem;
  }
}
.recruit-contact__btn-anc-str::before {
  content: "";
  width: 30px;
  height: 23px;
  background: url(/system_panel/uploads/images/icon_mail01.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cmn-contact-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cmn-contact-box {
    display: flex;
    justify-content: space-between;
    gap: min(40px, 40 / var(--mq) * 1vw);
  }
}
.cmn-contact-box__item {
  max-width: 480px;
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .cmn-contact-box__item {
    margin: 0;
  }
}
.cmn-contact-box__item:last-of-type {
  margin-bottom: 0;
}
.cmn-contact-box__item-ttl {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  background-color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.905;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .cmn-contact-box__item-ttl {
    font-size: 2.1rem;
  }
}
.cmn-contact-box__item-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .cmn-contact-box__item-num {
    font-size: 2.4rem;
  }
}
.cmn-contact-box__item-num strong {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .cmn-contact-box__item-num strong {
    font-size: 4rem;
  }
}
.cmn-contact-box__item-info {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmn-contact-box__item-info {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
  }
}
.cmn-contact-box__item-info-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cmn-contact-box__item-info-cont {
    margin-bottom: 0;
  }
}
.cmn-contact-box__item-info-cont-ttl {
  min-width: 100px;
  border: solid 1px #333;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  padding: 0 10px;
}
.cmn-contact-box__item-info-cont-txt {
  letter-spacing: 0.05em;
}
.cmn-contact-box__item--gannosu {
  border: solid 5px var(--mc01);
}
.cmn-contact-box__item--gannosu .cmn-contact-box__item-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.cmn-contact-box__item--highball {
  border: solid 5px var(--mc02);
}
.cmn-contact-box__item--highball .cmn-contact-box__item-ttl {
  font-family: "Reggae One", system-ui;
}

.contact-ttl {
  font-size: min(5.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: min(50px, 50 / var(--mq) * 1vw);
}
@media screen and (min-width: 768px) {
  .contact-ttl {
    font-size: 3rem;
  }
}

.contact-tel {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}

.contact-mail {
  background-color: #ebe7d8;
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}
.contact-mail__txt {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact-mail__txt br {
    display: none;
  }
}
.contact-mail__annotation {
  text-align: center;
  margin-bottom: 40px;
}
.contact-mail__annotation-str {
  display: inline-block;
  border: solid 1px #ab0000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ab0000;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .contact-mail__annotation-str {
    font-size: 1.8rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .contact-mail__annotation-str br {
    display: none;
  }
}

.contact-privacy {
  padding: min(100px, 100 / var(--mq) * 1vw) 0;
}

.page-formcomplete__txt {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-formcomplete__txt {
    text-align: center;
  }
}

.gjs-dashed .fade_up,
.gjs-dashed .slide_right,
.gjs-dashed .slide_left,
.gjs-dashed .slide_left_card,
.gjs-dashed .fede_up_card {
  opacity: 1;
}