@import './sanitize.css';
:root {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 1025px) {
  :root {
    font-size: 10px;
  }
}

* {
  background-repeat: no-repeat;
}

*::before,
*::after {
  background-repeat: no-repeat;
}

html {
  background: #fff;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-weight: 400;
  color: #000;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

p {
  margin: 0;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

img.lazy {
  opacity: 0;
  transition: opacity 500ms ease-out;
}

img.lazyloaded {
  opacity: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

input[type=submit],
.hover {
  cursor: pointer;
}

.wrapper {
  position: relative;
}

main.contents {
  position: relative;
  margin: 0 auto;
}
main.contents.home section {
  position: relative;
}
main.contents.home section .section-inner {
  width: 35rem;
  margin: 0 auto;
}
main.contents.home section .section-title {
  position: relative;
  text-align: center;
}
main.contents.home section .section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
main.contents.home section .section-title span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  main.contents.home section .section-title span {
    /* font-size: 1.9rem;
    line-height: 2.3rem;
    letter-spacing: 0.096rem; */
  }
}
main.contents.home section .section-title h2 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.7rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  main.contents.home section .section-title h2 {
    /* font-size: 3rem;
    line-height: 4.1rem; */
  }
}
main.contents.home section.kv {
  height: 70.4rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.kv {
    height: auto;
    max-height: 100vh;
    overflow: hidden;
    padding-bottom: 19rem;
  }
}
main.contents.home section.kv::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27.8rem;
  background-image: url(../img/kv-bg-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.kv::before {
    bottom: -2.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 93.9rem;
    height: 39.7rem;
    background-image: url(../img/kv-bg-pc.png);
  }
}
@media screen and (min-width: 1025px) {
  main.contents.home section.kv::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 19rem;
    background: #000;
  }
}
main.contents.home section.kv h1 {
  position: absolute;
  z-index: 2;
  bottom: 13.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25.2rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.kv h1 {
    bottom: 15.8rem;
    width: 27.2rem;
  }
}
main.contents.home section.kv .merit-list {
  position: absolute;
  left: 0;
  bottom: 4rem;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.kv .merit-list {
    bottom: 5.5rem;
  }
}
main.contents.home section.kv .merit-list ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 1.6rem;
}
main.contents.home section.kv .merit-list ul li {
  width: 5.2rem;
}
main.contents.home section.kv .merit-list ul li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 1.8rem;
  margin-top: 0.2rem;
  white-space: nowrap;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #fff;
}
main.contents.home section.about {
  padding: 2rem 0;
  background: #FFFAED;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about {
    /* padding: 2.7rem 0; */
  }
}
main.contents.home section.about .section-inner {
  padding: 3.9rem 6.4rem 3.7rem;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .section-inner {
    /* padding: 5.4rem 8.7rem 5rem; */
  }
}
main.contents.home section.about .section-title {
  padding-top: 4.1rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .section-title {
    /* padding-top: 5.2rem; */
  }
}
main.contents.home section.about .section-title::before {
  width: 4.2rem;
  height: 2.7rem;
  background-image: url(../img/icon-paper.png);
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .section-title::before {
    /* width: 5.8rem;
    height: 3.7rem; */
  }
}
main.contents.home section.about .about-list {
  margin-top: 4.6rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .about-list {
    /* margin-top: 6rem; */
  }
}
main.contents.home section.about .about-list ul {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .about-list ul {
    /* gap: 6.1rem 0; */
  }
}
main.contents.home section.about .about-list ul li {
  position: relative;
  width: 100%;
}
main.contents.home section.about .about-list ul li .num {
  position: absolute;
  top: -2.3rem;
  left: -2rem;
  z-index: 1;
  font-family: "Aoboshi One", serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .about-list ul li .num {
    /* top: -3.1rem;
    left: -2.7rem;
    font-size: 5.5rem; */
  }
}
main.contents.home section.about .about-list ul li .detail {
  margin-top: 1.4rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .about-list ul li .detail {
    /* margin-top: 2.0rem; */
  }
}
main.contents.home section.about .about-list ul li .detail h3 {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .about-list ul li .detail h3 {
    /* font-size: 2.5rem;
    line-height: 1; */
  }
}
main.contents.home section.about .about-list ul li .detail p {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.about .about-list ul li .detail p {
    /* margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.04em */
  }
}
main.contents.home section.cafe {
  color: #fff;
  background: #000;
}
main.contents.home section.cafe .section-inner {
  padding: 5rem 0 6.4rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .section-inner {
    /* padding: 6.8rem 0 8.7rem; */
  }
}
main.contents.home section.cafe .section-title {
  padding-top: 4.9rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .section-title {
    /* padding-top: 6.6rem; */
  }
}
main.contents.home section.cafe .section-title::before {
  width: 4.2rem;
  height: 3.4rem;
  background-image: url(../img/icon-cafe.svg);
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .section-title::before {
    /* width: 5.8rem;
    height: 4.6rem; */
  }
}
main.contents.home section.cafe .cafe-menu {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu {
    /* margin-top: 5.1rem; */
  }
}
main.contents.home section.cafe .cafe-menu dl {
  padding: 0 2.3rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu dl {
    /* padding: 0 3.3rem; */
  }
}
main.contents.home section.cafe .cafe-menu dl dt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu dl dt {
    /* font-size: 2.2rem;
    letter-spacing: 0.044rem; */
  }
}
main.contents.home section.cafe .cafe-menu dl dd {
  margin-top: 1.2rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu dl dd {
    /* margin-top: 1.7rem; */
  }
}
main.contents.home section.cafe .cafe-menu dl dd ul {
  margin-left: -0.5rem;
}
main.contents.home section.cafe .cafe-menu dl dd ul li {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu dl dd ul li {
    /* font-size: 1.9rem;
    line-height: 2.7rem;
    letter-spacing: 0.038rem; */
  }
}
main.contents.home section.cafe .cafe-menu dl dd + dt {
  margin-top: 3.7rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu dl dd + dt {
    /* margin-top: 5rem; */
  }
}
main.contents.home section.cafe .cafe-menu .cafe-image {
  display: flex;
  justify-content: center;
  gap: 0 0.3rem;
  margin-top: 3.7rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu .cafe-image {
    /* gap: 0 1rem;
    margin-top: 5.3rem; */
  }
}
main.contents.home section.cafe .cafe-menu .cafe-image img {
  width: 12.8rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.cafe .cafe-menu .cafe-image img {
    /* width: 23.3rem; */
  }
}
main.contents.home section.activity {
  background: #FFFAED;
}
main.contents.home section.activity .section-inner {
  padding: 6.4rem 2.4rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.activity .section-inner {
    /* padding: 8.8rem 0; */
  }
}
main.contents.home section.activity .section-title {
  padding-top: 4.1rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.activity .section-title {
    /* padding-top: 5.7rem; */
  }
}
main.contents.home section.activity .section-title::before {
  width: 4.2rem;
  height: 2.7rem;
  background-image: url(../img/icon-paper.png);
}
@media screen and (min-width: 1025px) {
  main.contents.home section.activity .section-title::before {
    /* width: 5.8rem;
    height: 3.7rem; */
  }
}
main.contents.home section.activity .activity-menu {
  width: 30.2rem;
  margin: 3.6rem auto 0;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.activity .activity-menu {
    /* width: 41.4rem; */
    /* margin-top: 5rem; */
  }
}
main.contents.home section.activity .activity-menu ul {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.activity .activity-menu ul {
    /* gap: 3.3rem 0; */
  }
}
main.contents.home section.access {
  color: #fff;
  background: #000;
}
main.contents.home section.access .section-inner {
  padding: 6.4rem 1.6rem 6rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.access .section-inner {
    /*  padding: 8.7rem 2.2rem 5rem; */
  }
}
main.contents.home section.access .section-title {
  padding-top: 4.2rem;
  color: #FFFAED;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.access .section-title {
    /* padding-top: 5.7rem; */
  }
}
main.contents.home section.access .section-title::before {
  width: 2rem;
  height: 2.8rem;
  background-image: url(../img/icon-map.svg);
}
@media screen and (min-width: 1025px) {
  main.contents.home section.access .section-title::before {
    /* width: 2.8rem;
    height: 3.8rem; */
  }
}
main.contents.home section.access .map {
  position: relative;
  width: 31.8rem;
  height: 20.5rem;
  margin: 3.5rem auto 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.access .map {
    /* width: 43.5rem;
    height: 28.1rem;
    margin-top: 4.7rem; */
  }
}
main.contents.home section.access .map iframe {
  position: absolute;
  top: -15rem;
  left: 0;
  width: 100%;
  height: calc(100% + 30rem);
}
main.contents.home section.access .address {
  margin-top: 2.6rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.028rem;
}
@media screen and (min-width: 1025px) {
  main.contents.home section.access .address {
    /*  margin-top: 3.6rem;
     font-size: 1.9rem;
     line-height: 2.7rem;
     letter-spacing: 0.038rem; */
  }
}
main.contents.home section.access .movie-block {
  margin-top: 5.3rem;
  text-align: center;
}
main.contents.home section.access .movie-block h3 {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
main.contents.home section.access .movie-block .movie {
  position: relative;
  width: 31.8rem;
  margin: 3.4rem auto 0;
}
main.contents.home section.access .movie-block .movie video {
  width: 100%;
}
main.contents.home section.access .movie-block .movie .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
main.contents.home section.access .movie-block .movie .play-btn.play {
  opacity: 0;
}
main.contents.home section.access .movie-block .movie .play-btn::before {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  background-image: url(../img/icon-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.header-language {
  position: fixed;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 99;
  border-radius: 0.3rem;
  border: 1px solid #FFFAED;
  background: #000;
  box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.16);
  font-family: "Inter", sans-serif;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .header-language {
    top: 3.2rem;
    right: 3.2rem;
  }
}
.header-language span {
  display: block;
  height: 100%;
  padding: 0 2.6rem 0 1.5rem;
  font-size: 1rem;
  line-height: 3rem;
}
.header-language span::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0.9rem;
  width: 1rem;
  height: 0.6rem;
  background-image: url(../img/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-language ul {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0.3rem;
  border: 1px solid #FFFAED;
  background: #000;
  box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.16);
}
.header-language ul.active {
  display: block;
}
.header-language ul li {
  line-height: 3rem;
  white-space: nowrap;
}
.header-language ul li a {
  display: block;
  padding: 0 2.6rem 0 1.5rem;
}

footer {
  padding: 1.9rem 0 3.7rem;
  background: #000;
  color: #FFFAED;
}
@media screen and (min-width: 1025px) {
  footer {
    /* padding: 9.4rem 0 5rem; */
  }
}
footer .footer-inner {
  width: 35rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  footer .footer-inner {
    /* width: $pcContentWidth; */
  }
}
footer .logo {
  display: block;
  width: 25.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  footer .logo {
    /* width: 34.8rem; */
  }
}
footer .shop-information {
  margin-top: 5.4rem;
}
@media screen and (min-width: 1025px) {
  footer .shop-information {
    /* margin-top: 7.7rem; */
  }
}
footer .shop-information .shop-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  footer .shop-information .shop-title {
    /* font-size: 2.7rem; */
  }
}
footer .shop-information dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2.5rem 0;
  margin-top: 3.8rem;
}
@media screen and (min-width: 1025px) {
  footer .shop-information dl {
    /* gap: 3.2rem 0;
    margin-top: 3.9rem; */
  }
}
footer .shop-information dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #000;
  background: #FFFAED;
}
@media screen and (min-width: 1025px) {
  footer .shop-information dl dt {
    /* width: 11rem;
    height: 2.7rem;
    font-size: 1.4rem;
    line-height: 2.7rem; */
  }
}
footer .shop-information dl dd {
  width: calc(100% - 8rem);
  padding-left: 2.3rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.028rem;
}
@media screen and (min-width: 1025px) {
  footer .shop-information dl dd {
    /* width: calc(100% - 11rem);
    padding-left: 3.1rem;
    font-size: 1.9rem;
    line-height: 2.7rem;
    letter-spacing: 0.038rem; */
  }
}
footer .merit-list {
  margin-top: 5.9rem;
}
@media screen and (min-width: 1025px) {
  footer .merit-list {
    /* margin-top: 8.4rem; */
  }
}
footer .merit-list ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 1.6rem;
}
footer .merit-list ul li {
  width: 5.2rem;
}
footer .merit-list ul li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 1.8rem;
  margin-top: 0.2rem;
  white-space: nowrap;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #fff;
}
footer .link-list {
  margin-top: 7.4rem;
}
@media screen and (min-width: 1025px) {
  footer .link-list {
    /* margin-top: 10.2rem; */
  }
}
footer .link-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.7rem;
}
@media screen and (min-width: 1025px) {
  footer .link-list ul {
    /* gap: 3.6rem; */
  }
}
footer .link-list ul li {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  footer .link-list ul li {
    /* font-size: 1.9rem;
    line-height: 2.8rem; */
  }
}
footer .link-list ul li a[target=_blank] {
  display: inline-flex;
  align-items: center;
}
footer .link-list ul li a[target=_blank]::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.2rem;
  background-image: url(../img/icon-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  footer .link-list ul li a[target=_blank]::after {
    /* width: 1.9rem;
    height: 1.9rem; */
  }
}
footer .sns-list {
  margin-top: 3.8rem;
}
@media screen and (min-width: 1025px) {
  footer .sns-list {
    /* margin-top: 5.1rem; */
  }
}
footer .sns-list ul {
  display: flex;
  justify-content: center;
  gap: 0 3.2rem;
}
@media screen and (min-width: 1025px) {
  footer .sns-list ul {
    /* gap: 0 4.4rem; */
  }
}
footer .sns-list ul li {
  width: 2rem;
}
@media screen and (min-width: 1025px) {
  footer .sns-list ul li {
    /* width: 2.7rem; */
  }
}
footer .sns-list ul li a {
  display: block;
}
footer .copyright {
  margin-top: 3.6rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.022rem;
}
@media screen and (min-width: 1025px) {
  footer .copyright {
    /* margin-top: 5.1rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.03rem; */
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */