@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #000;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Old Mincho", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
  background-color: #110D0A;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-wide {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-s {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner-s {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------------
	scroll action
------------------------------------------*/
.js-scroll {
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
.js-scroll:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scroll:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-scroll:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scroll:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-scroll.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.js-scroll.is-fadeInUp.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .js-scroll.is-fadeInUp {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}
.js-scroll.is-fadeIn {
  opacity: 0;
}
.js-scroll.is-fadeIn.is-view {
  opacity: 1;
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l-header {
    position: -webkit-sticky;
    position: absolute;
    z-index: 9990;
    top: 0;
    left: 0;
    height: 80px;
    padding: 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 70px 0 0;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  position: relative;
  background: #fff;
}
.l-footer p, .l-footer li {
  line-height: 1.8;
  font-family: "Zen Old Mincho", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-text-size-adjust: 100%;
}
.l-footer a, .l-footer span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a, .l-footer li, .l-footer div, .l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  padding: 64px 0;
}
.l-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-footer-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 auto;
  padding: 0;
  gap: 10px 0;
}
.l-footer-nav__item {
  list-style: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
}
.l-footer-nav__item + .l-footer-nav__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #000;
  margin: auto;
}
.l-footer-nav__item a {
  display: block;
  padding: 0 20px;
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-nav.is-nav02 .l-footer-nav__item {
  font-weight: 400;
  font-size: 14px;
}
.l-footer-copyright {
  color: #000;
  font-size: 11px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    display: block;
    padding: 50px 20px 50px;
  }
  .l-footer-logo {
    gap: 10px;
  }
  .l-footer__logo {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer__logo img {
    margin: 0 auto;
    width: 50%;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 20px;
  }
  .l-footer-nav__item {
    font-size: 13px;
  }
  .l-footer-nav__item + .l-footer-nav__item::after {
    content: none;
  }
  .l-footer-nav__item a {
    padding: 10px 0;
  }
  .l-footer-nav.is-nav02 .l-footer-nav__item {
    font-size: 12px;
  }
  .l-footer-copyright {
    font-size: 10px;
    text-align: center;
  }
}

.pagetop {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-indent: 200%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background: #323232;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
}
.pagetop a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 2px 2px, 2px 100%, 0 100%);
  background: currentColor;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.l-nav a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* PC */
@media screen and (min-width: 769px) {
  .l-nav {
    display: block !important;
    height: auto !important;
  }
  .l-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 40px;
  }
  .l-nav-list__item {
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .l-nav-list__item a {
    padding: 5px 0;
    position: relative;
  }
  .l-nav-list__item a::after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-list__item a:hover {
    opacity: 1;
  }
  .l-nav-list__item a:hover::after {
    width: 100%;
    opacity: 1;
  }
  .l-nav__entry {
    width: 173px;
    font-size: 22px;
    line-height: 1.4;
  }
  .l-nav__entry a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 66px;
  }
  .l-nav__entry a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: black;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    pointer-events: none;
  }
  .l-nav__entry a:hover {
    opacity: 1;
  }
  .l-nav__entry a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .gnavBtn {
    overflow: hidden;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 9992;
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
  }
  .gnavBtn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 25px;
  }
  .gnavBtn span:nth-of-type(2) {
    bottom: 25px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-200deg);
            transform: translateY(5px) rotate(-200deg);
  }
  .gnavBtn.is-close span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(200deg);
            transform: translateY(-4px) rotate(200deg);
  }
  .l-nav {
    display: none;
    padding: 80px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav-list__item {
    border-bottom: 1px solid #999;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
  }
  .l-nav-list__item a {
    padding: 15px 30px 15px 20px;
    position: relative;
  }
  .l-nav-list__item a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-nav__entry {
    width: min(100%, 350px);
    margin: 30px auto 0;
    font-size: 20px;
  }
  .l-nav__entry a {
    height: 60px;
  }
}
/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
}
.l-mv img {
  width: 100%;
}
.l-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-mv__logo img {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .l-mv__logo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 75%;
  }
}

.js-mv {
  height: 100vh;
}
.js-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------
	.secMessage
------------------------------------------*/
.secMessage {
  padding: 120px 0 300px;
  background: url("../img/bg_message01.webp") no-repeat center/cover;
  position: relative;
}
.secMessage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.secMessage-txtBox {
  margin: 110px 80px 0 0;
}
.secMessage__txt {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 2.15;
}
.secMessage__txt + .secMessage__txt {
  margin-right: 40px;
}
.secMessage__img {
  width: 860px;
  position: absolute;
  right: 0;
  bottom: -160px;
}
@media screen and (min-width: 769px) {
  .secMessage-txtBox {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    min-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .secMessage {
    margin-bottom: 0;
    padding: 60px 0 140px;
  }
  .secMessage-inner {
    display: block;
  }
  .secMessage-txtBox {
    margin: 0 auto;
  }
  .secMessage__txt {
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
  }
  .secMessage__txt + .secMessage__txt {
    margin: 20px 0 0;
  }
  .secMessage__secTit {
    margin-bottom: 40px;
  }
  .secMessage__secTit img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 25%;
  }
  .secMessage__img {
    width: 80%;
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}

/*------------------------------------------
	.secShop
------------------------------------------*/
.secShop {
  padding: 224px 0 180px;
  background: url("../img/bg_shop01.webp") no-repeat center/cover;
}
.secShop-imgBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 120px auto;
  grid-template-columns: 440px auto;
  gap: 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 190px;
}
.secShop__img {
  margin-bottom: -110px;
}
.secShop__secTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secShop-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: max(800px, 100%);
  margin-top: 120px;
}
.secShop-data th, .secShop-data td {
  padding: 32px 0;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
.secShop-data th {
  width: 140px;
  font-weight: 700;
  position: relative;
  top: 1px;
}
.secShop-data th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #525252;
}
.secShop-data td {
  border-bottom: 1px solid #525252;
  font-weight: 400;
}
.secShop iframe {
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secShop {
    padding: 90px 0;
  }
  .secShop-imgBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 120px;
  }
  .secShop__img {
    margin-bottom: -40px;
  }
  .secShop__secTit {
    margin-bottom: 40px;
  }
  .secShop__secTit img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 10%;
  }
  .secShop-data {
    margin: 0 auto;
    width: 90%;
  }
  .secShop-data th, .secShop-data td {
    padding: 15px 0;
    font-size: min(3.2vw, 14px);
    line-height: 2;
  }
  .secShop-data th {
    width: 90px;
  }
  .secShop-data th::after {
    width: calc(100% - 5px);
  }
  .secShop iframe {
    margin-top: 32px;
    height: 70vw;
  }
}

#shop {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #shop {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

/*------------------------------------------
	.secEntry
------------------------------------------*/
.secEntry {
  height: 400px;
  background: url("../img/bg_recruit01.webp") no-repeat center top/cover;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secEntry__btn {
  width: min(100%, 480px);
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.16em;
}
.secEntry__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  border: 1px solid #000;
  background: url("../img/ico_arrow.svg") no-repeat right 40px center/42px;
}
.secEntry__btn a:hover {
  opacity: 1;
  color: #fff;
  background: #000 url("../img/ico_arrow-w.svg") no-repeat right 40px center/42px;
}
@media screen and (max-width: 768px) {
  .secEntry {
    height: 240px;
    overflow: hidden;
  }
  .secEntry__btn {
    width: min(100%, 300px);
  }
  .secEntry__btn a {
    height: 80px;
    font-size: 20px;
    background: url("../img/ico_arrow.svg") no-repeat right 30px center/32px;
  }
  .secEntry__btn a:hover {
    background: url("../img/ico_arrow-w.svg") no-repeat right 30px center/32px;
  }
}
/*# sourceMappingURL=style.css.map */