/* ja 12px sp: 12px*/
/* ja 14px 16px 18px 24px sp: 14px 16px 20px*/
/* ja 34px 40px sp: 27px 32px*/
/* en 14px 20px sp: 14px 16px*/
/* en 24px 40px 60px sp: 20px 32px 48px*/
.home-hero {
  position: relative;
  opacity: 0;
}
.home-hero.show {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.home-hero .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

.home-discover {
  opacity: 0;
  padding-top: 108px;
  padding-bottom: 60px;
  width: 980px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-discover {
    padding: 15.4666666667vw 5.3333333333vw 12.8vw;
    width: 100%;
  }
}
.home-discover__sign--mark {
  width: 256px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-discover__sign--mark {
    width: 48.5333333333vw;
  }
}
.home-discover__sign--type {
  width: 414px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-discover__sign--type {
    width: 80vw;
  }
}
.home-discover__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home-discover__title {
    font-size: 8.5333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.home-discover__title .sentence-wrap {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.home-discover__title .sentence-wrap span {
  line-height: 1.6;
  display: inline-block;
}
.home-discover__txt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-discover__txt {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.home-discover__link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-discover__link {
    margin-top: 5.3333333333vw;
  }
}

.home-news {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-news {
    padding: 12.8vw 5.3333333333vw;
    width: 100%;
  }
}
.home-news__title {
  font-size: 2.5rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-news__title {
    font-size: 8.5333333333vw;
  }
}
.home-news__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-news__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
.home-news__list > li {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .home-news__list > li {
    width: 41.6vw;
  }
  .home-news__list > li:nth-child(n+3) {
    margin-top: 10.6666666667vw;
  }
}
.home-news__store {
  font-size: 0.875rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #BBBBBB;
  margin-top: 1em;
}
.home-news__store + .home-news__date {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .home-news__store {
    font-size: 3.7333333333vw;
  }
}
.home-news__store ~ .home-news__store {
  margin-top: 0.2em;
}
.home-news__thumb {
  width: 100%;
  aspect-ratio: 215/121;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-news__thumb {
    aspect-ratio: 1.7931034483;
  }
}
.home-news__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 215px;
  height: 121px;
}
@media screen and (max-width: 767px) {
  .home-news__thumb img {
    width: 41.6vw;
    height: 23.2vw;
  }
}
.home-news__date {
  font-size: 0.75rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #BBBBBB;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .home-news__date {
    font-size: 3.2vw;
    margin-top: 0.857em;
  }
}
.home-news__txt {
  font-size: 0.875rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .home-news__txt {
    font-size: 3.7333333333vw;
    margin-top: 0.857em;
  }
}
.home-news__cat {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 1.17em;
  padding: 0 0.34em;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home-news__cat {
    font-size: 3.2vw;
    margin-top: 1em;
  }
}
.home-news__cat--notice {
  background-color: #282828;
}
.home-news__cat--open {
  background-color: #076BD8;
}
.home-news__cat--closed {
  background-color: #BBBBBB;
}
.home-news__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-news__link .home-news__txt span {
    background-image: -webkit-gradient(linear, left top, right top, from(#076BD8), to(#076BD8));
    background-image: linear-gradient(90deg, #076BD8, #076BD8);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.3s, color 0.3s;
    transition: background-size 0.3s, color 0.3s;
  }
  .home-news__link:hover .home-news__txt span {
    color: #076BD8;
    background-size: 100% 1px;
  }
}
.home-news__link--all {
  text-align: center;
  margin-top: 40px;
}

.home-store {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-store {
    padding: 12.8vw 5.3333333333vw;
    width: 100%;
  }
}
.home-store__card {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .home-store__card {
    display: block;
  }
}
.home-store__card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-store__card ~ .home-store__card {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-store__card ~ .home-store__card {
    margin-top: 10.6666666667vw;
  }
}
.home-store__thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .home-store__thumb {
    width: 100%;
  }
}
.home-store__description {
  width: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .home-store__description {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
}
.home-store__inner {
  text-align: center;
}
.home-store__txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .home-store__txt {
    margin-top: 5.3333333333vw;
    font-weight: 700;
  }
}
.home-store__txt--en {
  font-size: 1.25rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home-store__txt--en {
    font-size: 4.2666666667vw;
  }
}
.home-store__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .home-store__title {
    font-size: 6.4vw;
    margin-top: 3.7333333333vw;
  }
}
.home-store__link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-store__link {
    margin-top: 5.3333333333vw;
  }
}
.home-store__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-store__list {
    margin-top: 5.3333333333vw;
  }
}
.home-store__list li ~ li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .home-store__list li ~ li {
    margin-top: 5.3333333333vw;
  }
}

.home-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-contact {
    padding: 12.8vw 5.3333333333vw;
    width: 100%;
  }
}
.home-contact__title {
  font-size: 2.5rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-contact__title {
    font-size: 8.5333333333vw;
  }
}
.home-contact__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-contact__wrap {
    margin-top: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.home-contact__card {
  background-color: #fff;
  width: 470px;
  padding: 40px 18px;
}
@media screen and (max-width: 767px) {
  .home-contact__card {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
  .home-contact__card ~ .contact__card {
    margin-top: 5.3333333333vw;
  }
}
.home-contact__secondary-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-contact__secondary-title {
    font-size: 4.2666666667vw;
  }
}
.home-contact__icon {
  width: 120px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .home-contact__icon {
    width: 25.6vw;
    margin: 5.3333333333vw auto 0;
  }
}
.home-contact__txt {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-contact__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.home-contact__link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .home-contact__link {
    margin-top: 5.3333333333vw;
  }
}

.home-sns {
  padding-top: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home-sns {
    padding: 12.8vw 5.3333333333vw 0;
    width: 100%;
  }
}
.home-sns__title {
  font-size: 2.5rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-sns__title {
    font-size: 8.5333333333vw;
  }
}
.home-sns__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-sns__wrap {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.home-sns__card {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .home-sns__card {
    width: 100%;
  }
  .home-sns__card ~ .home-sns__card {
    margin-top: 21.8666666667vw;
  }
}
.home-sns__secondary-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home-sns__secondary-title {
    font-size: 5.3333333333vw;
  }
}
.home-sns__icon {
  width: 80px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .home-sns__icon {
    width: 17.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.home-sns__insta {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .home-sns__insta {
    margin-top: 5.3333333333vw;
  }
}
.home-sns__message {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-sns__message {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.home-sns__qr {
  width: 180px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .home-sns__qr {
    display: none;
  }
}
.home-sns__txt {
  font-size: 0.875rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .home-sns__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.home-sns__link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-sns__link {
    margin-top: 10.6666666667vw;
  }
}

#sb_instagram #sbi_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 10px 150px 10px 150px;
  grid-template-columns: 150px 150px 150px;
  -ms-grid-rows: 150px 10px 150px 10px 150px;
  grid-template-rows: 150px 150px 150px;
  gap: 10px;
}

#sb_instagram #sbi_images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#sb_instagram #sbi_images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#sb_instagram #sbi_images > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#sb_instagram #sbi_images > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#sb_instagram #sbi_images > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#sb_instagram #sbi_images > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#sb_instagram #sbi_images > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

#sb_instagram #sbi_images > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

#sb_instagram #sbi_images > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    -ms-grid-columns: 28.5333333333vw 1.8666666667vw 28.5333333333vw 1.8666666667vw 28.5333333333vw;
    grid-template-columns: 28.5333333333vw 28.5333333333vw 28.5333333333vw;
    -ms-grid-rows: 28.5333333333vw 1.8666666667vw 28.5333333333vw 1.8666666667vw 28.5333333333vw;
    grid-template-rows: 28.5333333333vw 28.5333333333vw 28.5333333333vw;
    gap: 1.8666666667vw;
  }
  #sb_instagram #sbi_images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #sb_instagram #sbi_images > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #sb_instagram #sbi_images > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #sb_instagram #sbi_images > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #sb_instagram #sbi_images > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #sb_instagram #sbi_images > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #sb_instagram #sbi_images > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #sb_instagram #sbi_images > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #sb_instagram #sbi_images > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 150px !important;
  height: 150px;
}
@media screen and (max-width: 767px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 28.5333333333vw !important;
    height: 28.5333333333vw;
  }
}