@charset "UTF-8";
:root {
  --color-gray: #272526;
  --font-en: 'Libre Bodoni', serif;
  --font-gothic: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.gm-style-mot {
  text-align: center;
}

html {
  font-size: 0.1333333333vmin;
}

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

.animated {
  opacity: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  padding-top: 160rem;
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

main {
  background: #f5f5f4;
  padding-bottom: 150rem;
}

a {
  text-decoration: none;
  color: #1e1e1e;
}

.pc {
  display: none;
}

p {
  line-height: 1.8;
  color: #1e1e1e;
  font-size: 26rem;
  text-align: justify;
  letter-spacing: 0.02em;
}

.hstyle-basic {
  font-size: 54rem;
  line-height: 1.3;
  margin-bottom: 40rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
}
.hstyle-basic span.ja {
  display: block;
  font-size: 24rem;
  margin-top: 16rem;
}

.scroll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50rem;
  bottom: 0;
  padding: 0 0 130rem;
}
.scroll-top span {
  font-size: 14rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scroll-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100rem;
  background: #1e1e1e;
  -webkit-animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 140rem;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  background: #fff;
}
header .logo {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 30rem;
}

.logo-vertical {
  width: 22rem;
  position: absolute;
  left: 54rem;
  top: 290rem;
}

.menu {
  position: fixed;
  right: 30rem;
  top: 40rem;
  z-index: 10;
  mix-blend-mode: exclusion;
}

#hm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86rem;
  height: 86rem;
  vertical-align: middle;
  text-align: center;
  border: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background: none;
}

.menu-text {
  font-size: 26rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  color: #fff;
}

#hm-icon {
  display: block;
  position: absolute;
  top: 10px;
  width: 48rem;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}

#hm-icon:before,
#hm-icon:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#hm-icon:before {
  margin-top: -5px;
}

#hm-icon:after {
  margin-top: 5px;
}

.clicked .menu-text {
  color: #fff;
}

#hm .close {
  background: transparent;
}

#hm .close:before,
#hm .close:after {
  margin-top: 0;
  background: #fff;
}

#hm .close:before {
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}

#hm .close:after {
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
}

#sp_menu {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100rem;
  z-index: 11;
  width: 100vw;
  height: 100%;
  background-color: #222;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_menu.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#sp_menu .logo-spmenu {
  width: 100vw;
  margin-top: 60rem;
}
#sp_menu .menu-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  right: -10px;
}
#sp_menu .menu-inner.show {
  opacity: 1;
  right: 0;
}
#sp_menu .menu-inner nav {
  position: relative;
  margin: 20px 0 80rem;
}
#sp_menu .menu-inner nav ul li a {
  display: block;
  padding: 0.6em 0;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36rem;
}
#sp_menu .menu-inner nav ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.g-map {
  width: 80%;
  margin: 0 auto;
}

a.shop-link {
  font-weight: bold;
  display: block;
  position: relative;
}
a.shop-link::after {
  content: "";
  display: block;
  width: 56rem;
  height: 56rem;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 16rem;
  top: -10rem;
}

.area-info {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 100rem 0 0;
}
.area-info .company-name {
  font-weight: bold;
  font-size: 26rem;
  margin-bottom: 20rem;
}
.area-info .address {
  font-size: 26rem;
  color: #646464;
}
.area-info .info {
  font-size: 26rem;
  color: #646464;
}

.area-gmap {
  margin-top: 60rem;
}
.area-gmap .box-gmap {
  margin-top: 60rem;
}
.area-gmap .box-gmap .gmap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

footer {
  position: relative;
  padding-top: 100rem;
  padding-bottom: 100rem;
  background: #272526;
  color: #fff;
}
footer .scroll-bottom {
  display: none;
}
footer section.shop {
  width: 80%;
  margin: 0 auto;
}
footer section.shop .wrap-shop .card {
  margin-bottom: 60rem;
}
footer section.shop .wrap-shop .photo {
  position: relative;
}
footer section.shop .wrap-shop .photo .hstyle-shopName {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: #272526;
  padding: 40rem 30rem 0;
}
footer section.shop .wrap-shop .photo .hstyle-shopName .ja {
  font-size: 20rem;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  margin-bottom: 5rem;
  color: #fff;
}
footer section.shop .wrap-shop .photo .hstyle-shopName .en {
  font-size: 44rem;
  font-weight: bold;
}
footer section.shop .wrap-shop .photo .hstyle-shopName .logo {
  text-align: left;
}
footer section.shop .wrap-shop .photo .hstyle-shopName .logo img {
  height: 66rem;
  width: auto;
}
footer section.shop .wrap-shop p {
  margin-top: 30rem;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26rem;
  color: #fff;
}
footer .wrap-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
}
footer .wrap-sns .icon {
  margin: 0 20rem;
  width: 50rem;
}
footer .logo-footer {
  width: 50%;
  margin: 0 auto;
}
footer .link-privacy {
  text-align: center;
  margin-top: 60rem;
}
footer .link-privacy a {
  color: #fff;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22rem;
}
footer small {
  display: block;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 13rem;
  margin-top: 60rem;
}

section.g-map {
  margin-top: 160rem;
}
section.g-map a.btn-small {
  margin-top: 30rem;
}
section.g-map .gmap {
  width: 100%;
  height: 450rem;
  overflow: hidden;
  border: 0;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
section.g-map .gmap iframe {
  width: 100%;
  height: 860rem;
  margin-top: -170rem;
}
section.g-map .map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
}
section.g-map .map-btn .btn {
  margin: 0 20rem;
}
section.g-map .map-btn a {
  font-size: 24rem;
  font-family: "Open Sans", sans-serif;
  display: block;
  position: relative;
  padding-left: 80rem;
  font-weight: bold;
  letter-spacing: 0.18em;
}
section.g-map .map-btn a::before {
  content: "";
  width: 58rem;
  height: 58rem;
  display: block;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: content;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wrapper {
  background-color: #fff;
  overflow: hidden;
}

section.area-works {
  width: 94%;
  margin: 120rem auto 0;
}

.wrap-works {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40rem 20rem;
}
.wrap-works .inner-works {
  padding: 0 10rem;
}
.wrap-works .works-info {
  margin-top: 40rem;
  position: relative;
}
.wrap-works .works-info p {
  font-size: 26rem;
}
.wrap-works .box-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  gap: 10rem;
}
.wrap-works .box-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  font-size: 16rem;
}
.wrap-works .box-info p span.left {
  width: auto;
}
.wrap-works .box-info p span.right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-works .box-info p.place {
  padding-right: 120rem;
}
.wrap-works .box-movieIcon {
  width: 100rem;
  height: 50rem;
  position: absolute;
  right: 0;
  top: -10rem;
  background: url("../images/v2/btn-youtube-sp.svg") no-repeat center;
  background-size: contain;
}
.wrap-works .box-movieIcon.no-link {
  background: url("../images/v2/btn-youtube-black-sp.svg") no-repeat center;
}
.wrap-works .works-title {
  margin-top: 15rem;
}
.wrap-works .works-title h3 {
  font-size: 32rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100rem;
}
.nav-links .page-numbers {
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.nav-links span.current,
.nav-links a.page-numbers {
  width: 50rem;
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20rem;
}
.nav-links .current {
  color: #fff;
  background: #000;
}
.nav-links a.next,
.nav-links a.prev {
  width: auto !important;
}

.page-head {
  height: calc(100svh - 160rem);
  position: relative;
  margin-left: 140rem;
}
.page-head h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: var(--font-en);
  font-size: 86rem;
  line-height: 1.2;
}
.page-head img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

a.btn-arrow-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10rem;
  line-height: 1;
  font-size: 32rem;
}
a.btn-arrow-page::after {
  content: "";
  width: 45rem;
  height: 45rem;
  display: block;
  background: url("../images/btn-arrow.svg") no-repeat center bottom;
  background-size: contain;
}

section.contact {
  margin: 100rem 80rem 160rem;
  display: -ms-grid;
  display: grid;
  gap: 100rem;
}
section.contact h1 {
  font-size: 30rem;
}
section.contact a.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1e1e1e;
  padding: 0 44rem 0 50rem;
  height: 165rem;
  margin-top: 40rem;
  position: relative;
  letter-spacing: 0.15em;
}
section.contact a.btn-arrow::after {
  content: "";
  width: 38rem;
  height: 38rem;
  display: block;
  background: url("../images/btn-arrow.svg") no-repeat center;
  background-size: content;
  position: absolute;
  right: 50rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.contact a.btn-arrow .icon {
  height: 70rem;
  margin-right: 30rem;
}
section.contact a.btn-arrow .icon img {
  height: 100%;
}
section.contact a.btn-arrow .en {
  font-family: "Open Sans", sans-serif;
  font-size: 36rem;
}
section.contact a.btn-arrow .ja {
  font-size: 16rem;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.contact .box-desc {
  margin-top: 40rem;
}
section.contact .box-tel .tel {
  font-size: 67rem;
  white-space: nowrap;
  letter-spacing: 0;
}

section.service-area {
  width: 90%;
  margin: 80rem auto 0;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.service-area .hstyle-service-area {
  font-size: 30rem;
  font-weight: bold;
  margin-bottom: 30rem;
}
section.service-area table.service-area-table {
  width: 100%;
  border-top: 1px solid #1e1e1e;
}
section.service-area table.service-area-table th,
section.service-area table.service-area-table td {
  font-size: 24rem;
}
section.service-area table.service-area-table th {
  font-weight: bold;
  padding: 20rem;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}
section.service-area table.service-area-table td {
  padding: 20rem 0 20rem 20rem;
  border-bottom: 1px solid #1e1e1e;
  line-height: 1.5;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    letter-spacing: 0.03em;
    font-size: 15px;
    padding-top: 0;
  }
  #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1000px;
    z-index: 1;
    position: relative;
    overflow: visible;
  }
  main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-bottom: min(150px, 7.89vw);
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  p {
    font-size: 18px;
    line-height: 1.9;
  }
  .hstyle-basic {
    font-size: min(54px, 2.84vw);
    line-height: 1.3;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .hstyle-basic span.ja {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .scroll-top {
    position: relative;
    height: min(160px, 8.42vw);
    bottom: min(20px, 1.05vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: auto;
    padding: 0 0 min(100px, 5.26vw);
  }
  .scroll-top span {
    font-size: min(10px, 0.53vw);
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: min(100px, 5.26vw);
    background: #1e1e1e;
    -webkit-animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: down 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @-webkit-keyframes down {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
  }
  @keyframes down {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
    }
  }
  header {
    position: sticky;
    left: 0;
    top: 0;
    width: min(160px, 8.42vw);
    height: 100vh;
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 5;
    background: #fff;
  }
  header .logo {
    display: none;
  }
  header .logo-vertical {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: min(70px, 3.68vw);
    margin-bottom: min(80px, 4.21vw);
    width: min(20px, 1.05vw);
    position: static;
  }
  header nav.pc {
    margin-bottom: min(130px, 6.84vw);
    width: 100%;
    padding-left: min(40px, 2.11vw);
  }
  header nav.pc ul {
    display: -ms-grid;
    display: grid;
    gap: min(5px, 0.26vw);
  }
  header nav.pc ul li {
    font-size: min(15px, 0.79vw);
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav.pc ul li::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    margin-right: 5px;
  }
  header nav.pc ul li:hover::before {
    width: 10px;
  }
  header nav.pc ul li a {
    display: block;
    padding: min(10px, 0.53vw) 0;
  }
  #sp_menu {
    display: none;
  }
  .scroll-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 60px;
    mix-blend-mode: exclusion;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 200px 0 60px;
    overflow: hidden;
    width: 1em;
  }
  .scroll-bottom span {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
  }
  .scroll-bottom.show {
    opacity: 1;
  }
  .scroll-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 130px;
    background: #fff;
    -webkit-animation: up 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: up 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @-webkit-keyframes up {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
  }
  @keyframes up {
    0% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
    100% {
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: top right;
              transform-origin: top right;
    }
  }
  a.shop-link {
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a.shop-link:hover {
    opacity: 0.8;
  }
  a.shop-link::after {
    content: "";
    display: block;
    width: min(30px, 1.58vw);
    height: min(30px, 1.58vw);
    background: url("../images/btn-arrow.svg") no-repeat center;
    background-size: contain;
    position: static;
    margin-left: min(20px, 1.05vw);
  }
  .area-info {
    max-width: 1300px;
    margin: -30px auto 0;
  }
  .area-info .company-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .area-info .address {
    font-size: 16px;
  }
  .area-info .info {
    font-size: 16px;
  }
  footer {
    z-index: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: min(60px, 3.16vw);
    padding-bottom: min(30px, 1.58vw);
    margin-top: 0;
  }
  footer .scroll-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .inner {
    position: relative;
    width: min(1240px, 65.26vw);
    margin: 0 auto 0;
  }
  footer section.shop {
    width: 100%;
  }
  footer section.shop .hstyle-basic {
    margin-bottom: min(20px, 1.05vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer section.shop .hstyle-basic span.en {
    line-height: 1;
  }
  footer section.shop .hstyle-basic span.ja {
    font-size: min(15px, 0.79vw);
    margin-bottom: min(13px, 0.68vw);
    margin-left: min(10px, 0.53vw);
  }
  footer section.shop .wrap-shop {
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(50px, 2.63vw) 1fr min(50px, 2.63vw) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: min(50px, 2.63vw);
  }
  footer section.shop .wrap-shop .card {
    margin-bottom: 0;
    position: relative;
  }
  footer section.shop .wrap-shop .card a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  footer section.shop .wrap-shop .card a:hover {
    opacity: 0.8;
  }
  footer section.shop .wrap-shop .photo {
    position: relative;
  }
  footer section.shop .wrap-shop .photo .hstyle-shopName {
    padding: min(25px, 1.32vw) min(40px, 2.11vw) 0;
  }
  footer section.shop .wrap-shop .photo .hstyle-shopName .ja {
    font-size: min(12px, 0.63vw);
    line-height: 1.3;
    margin-bottom: 0;
  }
  footer section.shop .wrap-shop .photo .hstyle-shopName .en {
    font-size: 2.8rem;
  }
  footer section.shop .wrap-shop .photo .hstyle-shopName .logo {
    margin-top: min(5px, 0.26vw);
  }
  footer section.shop .wrap-shop .photo .hstyle-shopName .logo img {
    height: min(44px, 2.32vw);
  }
  footer section.shop .wrap-shop p {
    margin-top: min(30px, 1.58vw);
    font-size: min(14px, 0.74vw);
  }
  footer .logo-footer {
    display: block;
    width: min(365px, 19.21vw);
    margin: min(50px, 2.63vw) auto 0;
  }
  footer .link-privacy {
    position: absolute;
    bottom: min(80px, 4.21vw);
    right: 0;
    text-align: center;
    margin-top: min(20px, 1.05vw);
  }
  footer .link-privacy a {
    font-size: 13px;
  }
  footer .link-privacy a:hover {
    text-decoration: underline;
  }
  footer .wrap-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: min(20px, 1.05vw);
  }
  footer .wrap-sns .icon {
    width: 30px;
    margin: 0 min(15px, 0.79vw) 0;
  }
  footer small {
    font-size: 11px;
    margin-top: min(60px, 3.16vw);
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  section.g-map {
    max-width: 1280px;
    width: 90%;
    margin: 5rem auto 0;
  }
  section.g-map a.btn-small {
    margin-top: 30px;
  }
  section.g-map .gmap {
    height: 100%;
    overflow: hidden;
  }
  section.g-map .gmap iframe {
    height: 860px;
    margin-top: -170px;
  }
  section.g-map .map-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
  }
  section.g-map .map-btn .btn {
    margin: 0 20px;
  }
  section.g-map .map-btn a {
    font-size: 14px;
    padding-left: 40px;
    font-weight: bold;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  section.g-map .map-btn a:hover {
    opacity: 0.6;
  }
  section.g-map .map-btn a::before {
    content: "";
    width: 32px;
    height: 32px;
  }
  .area-gmap {
    margin-top: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8.4rem;
  }
  .area-gmap .box-gmap {
    margin-top: 0;
  }
  .area-gmap .box-gmap .gmap {
    width: 100%;
    margin-left: 0;
  }
  section.area-works {
    max-width: min(1490px, 78.42vw);
    margin: min(120px, 6.32vw) auto 0;
  }
  .wrap-works {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(55px, 2.89vw) 1fr min(55px, 2.89vw) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: min(55px, 2.89vw);
  }
  .wrap-works .works-image img {
    clip-path: inset(0);
    -webkit-transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wrap-works .works-item:hover .works-image img {
    clip-path: inset(5px);
  }
  .wrap-works .inner-works {
    padding: 0 min(10px, 0.53vw);
  }
  .wrap-works .works-info {
    margin-top: min(40px, 2.11vw);
    position: relative;
  }
  .wrap-works .works-info p {
    font-size: min(26px, 1.37vw);
  }
  .wrap-works .box-info {
    gap: min(10px, 0.53vw);
  }
  .wrap-works .box-info p {
    font-size: min(21px, 1.11vw);
  }
  .wrap-works .box-info p.place {
    padding-right: min(180px, 9.47vw);
  }
  .wrap-works .box-movieIcon {
    width: min(168px, 8.84vw);
    height: min(50px, 2.63vw);
    position: absolute;
    right: 0;
    top: min(-10px, -0.53vw);
    background: url("../images/v2/btn-youtube-pc.svg") no-repeat center;
    background-size: contain;
  }
  .wrap-works .box-movieIcon.no-link {
    background: url("../images/v2/btn-youtube-black-pc.svg") no-repeat center;
  }
  .wrap-works .works-title {
    margin-top: min(15px, 0.79vw);
  }
  .wrap-works .works-title h3 {
    font-size: min(33px, 1.74vw);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .nav-links {
    margin-top: min(100px, 5.26vw);
  }
  .nav-links .page-numbers {
    font-size: min(22px, 1.16vw);
  }
  .nav-links span.current,
  .nav-links a.page-numbers {
    width: min(40px, 2.11vw);
    height: min(40px, 2.11vw);
    margin: 0 min(20px, 1.05vw);
  }
  .nav-links span.current:hover,
  .nav-links a.page-numbers:hover {
    opacity: 0.6;
  }
  .page-head {
    height: min(550px, 28.95vw);
    position: relative;
    margin-left: 0;
  }
  .page-head h2 {
    position: absolute;
    top: 50%;
    left: min(150px, 7.89vw);
    width: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-family: var(--font-en);
    font-size: min(75px, 3.95vw);
    line-height: 1.2;
  }
  .page-head img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  a.btn-arrow-page {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: min(10px, 0.53vw);
    line-height: 1;
    font-size: min(30px, 1.58vw);
  }
  a.btn-arrow-page::after {
    content: "";
    width: min(45px, 2.37vw);
    height: min(45px, 2.37vw);
    display: block;
    background: url("../images/btn-arrow.svg") no-repeat center bottom;
    background-size: contain;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a.btn-arrow-page:hover::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  section.contact {
    max-width: 1310px;
    margin: min(110px, 5.79vw) auto min(160px, 8.42vw);
    gap: min(120px, 6.32vw);
  }
  section.contact h1 {
    font-size: min(29px, 1.53vw);
    font-weight: bold;
    white-space: nowrap;
  }
  section.contact .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(120px, 6.32vw) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: min(120px, 6.32vw);
  }
  section.contact a.btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #1e1e1e;
    padding: 0 44px 0 50px;
    height: 145px;
    margin-top: min(20px, 1.05vw);
    position: relative;
    letter-spacing: 0.15em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  section.contact a.btn-arrow::after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url("../images/btn-arrow.svg") no-repeat center;
    background-size: content;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.contact a.btn-arrow .icon {
    height: 70px;
    margin-right: 30px;
  }
  section.contact a.btn-arrow .icon img {
    height: 100%;
  }
  section.contact a.btn-arrow .en {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
  }
  section.contact a.btn-arrow .ja {
    font-size: 16px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  section.contact a.btn-arrow:hover {
    background: #e2e0df;
  }
  section.contact a.btn-arrow:hover::after {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  section.contact .box-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  section.contact .box-desc p {
    font-size: min(23px, 1.21vw);
    letter-spacing: 0;
    line-height: 2.2;
  }
  section.contact .inner.tel {
    display: block;
  }
  section.contact .box-tel {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.contact .box-tel .tel {
    font-size: min(85px, 4.47vw);
    line-height: 1;
  }
  section.contact .box-tel .info {
    margin-left: 4rem;
  }
  section.contact .box-tel .info p {
    font-size: min(24px, 1.26vw);
    line-height: 1.5;
  }
  section.service-area {
    width: 90%;
    max-width: min(1310px, 68.95vw);
    margin: min(110px, 5.79vw) auto min(110px, 5.79vw);
  }
  section.service-area .hstyle-service-area {
    font-size: min(20px, 1.05vw);
    margin-bottom: min(30px, 1.58vw);
  }
  section.service-area table.service-area-table th {
    padding: min(30px, 1.58vw);
    width: 18%;
    font-size: min(20px, 1.05vw);
  }
  section.service-area table.service-area-table td {
    font-size: min(17px, 0.89vw);
    padding: min(30px, 1.58vw) 0 min(30px, 1.58vw) min(40px, 2.11vw);
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  header nav.pc {
    margin-bottom: min(50px, 2.63vw);
  }
  header .logo-vertical {
    margin-top: min(60px, 3.16vw);
  }
  footer section.shop {
    width: min(1100px, 57.89vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.g-map .map-btn {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-works {
    -ms-grid-columns: 1fr min(50px, 2.63vw) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: min(50px, 2.63vw);
  }
  .area-info .company-name {
    font-size: 13px;
  }
  .area-info .address {
    font-size: 13px;
  }
  .area-info .info {
    font-size: 13px;
  }
  section.g-map .map-btn a {
    font-size: 10px;
  }
}
/*# sourceMappingURL=common.css.map */