@charset "UTF-8";
.sp_show {
  display: none;
}
@media (max-width: 599px) {
  .sp_show {
    display: block;
  }
}

.pc_show {
  display: block;
}
@media (max-width: 599px) {
  .pc_show {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-family: "Noto Sans JP", "source-han-sans-japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #404040;
}
@media (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

.br-sp {
  display: block;
}
@media (min-width: 600px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 600px) {
  .br-pc {
    display: block;
  }
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.9s;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  margin: auto;
  max-width: 1024px;
}
@media (max-width: 599px) {
  .wrapper {
    max-width: 599px;
  }
}
.wrapper__inner {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .wrapper__inner {
    width: 90%;
  }
}

.c-maintitle {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .c-maintitle {
    font-size: 3.2rem;
  }
}

.c-subtitle {
  text-align: center;
  font-size: 2rem;
  padding: 5px 0 20px;
  border-bottom: 1px solid #2e2e2e;
}
@media (max-width: 599px) {
  .c-subtitle {
    font-size: 1.8rem;
  }
}

.c-btn {
  color: #fff;
  background-color: #313131;
  padding: 9px;
  text-decoration: none;
}
.c-btn::after {
  content: " >";
}

.c-icon {
  padding: 5px 10px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
}

.btn {
  margin: 30px 0;
}
.btn span {
  font-size: 1.2rem;
  color: white;
  background-color: #021d38;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .btn span {
    font-size: 1.4rem;
    padding: 15px 25px;
  }
}

.mv {
  z-index: -1;
  position: relative;
}
@media (min-width: 600px) {
  .mv__img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.bodycopy {
  text-align: center;
  padding: 80px 0 110px;
}
.bodycopy__title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 30px;
}
@media (max-width: 599px) {
  .bodycopy__title {
    font-size: 1.8rem;
  }
}
.bodycopy__list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 599px) {
  .bodycopy__list {
    flex-wrap: wrap;
  }
}
.bodycopy__list-item {
  color: #ff823f;
  font-weight: 500;
  background-color: #e8e5de;
  padding: 8px 25px;
  border-radius: 15px;
}
@media (max-width: 599px) {
  .bodycopy__list-item {
    padding: 3px 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.bodycopy__text {
  padding-top: 30px;
  font-weight: 500;
  line-height: 3rem;
}
@media (min-width: 600px) {
  .bodycopy__text {
    line-height: 3.2rem;
  }
}

/*========= メリット =========*/
.merit {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 100px;
  font-weight: 500;
}
.merit__title {
  font-size: 2.6rem;
  margin-top: 50px;
  line-height: normal;
}
@media (min-width: 600px) {
  .merit__title {
    font-size: 3.2rem;
  }
}
.merit__list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .merit__list ul {
    gap: 35px;
  }
}
.merit__list ul li {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  line-height: normal;
  letter-spacing: 0.15rem;
  white-space: nowrap;
  margin-left: 4%;
}
.merit__list ul li img {
  width: 15%;
  flex-shrink: 0; /* 画像のサイズを固定 */
}
.merit__list ul li span {
  flex-grow: 1; /* テキスト部分を可能な限り詰める */
  display: block;
}
@media (min-width: 600px) {
  .merit__list ul li {
    gap: 15px;
  }
}
.merit__01 img, .merit__02 img, .merit__03 img {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .merit__01 img, .merit__02 img, .merit__03 img {
    margin-bottom: 30px;
  }
}
.merit__text {
  font-size: 1.7rem;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .merit__text {
    font-size: 2.2rem;
  }
}
.merit__text__sub {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.6rem;
}
@media (min-width: 600px) {
  .merit__text__sub {
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
}
.merit__text__sub__mini {
  font-size: 1.1rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .merit__text__sub__mini {
    font-size: 1.3rem;
  }
}

.access {
  margin-top: 120px;
}
.access__title {
  margin-bottom: 50px;
}
.access__title-sub {
  margin-top: 20px;
  font-weight: 500;
}
.access__shoptitle {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .access__shoptitle {
    font-size: 1.4rem;
  }
}
.access__list-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 110px;
}
@media (max-width: 599px) {
  .access__list-wrap {
    flex-direction: column-reverse;
  }
}
.access__list-map {
  width: 55%;
}
.access__list-map iframe {
  width: 100%;
  height: 560px;
}
@media (max-width: 599px) {
  .access__list-map iframe {
    height: 300px;
  }
}
@media (max-width: 599px) {
  .access__list-map {
    width: 100%;
  }
}
.access__list-btn {
  text-align: center;
  padding-top: 20px;
}
.access__list {
  width: 43%;
}
@media (max-width: 599px) {
  .access__list {
    width: 100%;
    padding-bottom: 20px;
  }
}
.access__list-item {
  margin-bottom: 10px;
}
.access__content {
  display: flex;
  justify-content: space-between;
}
.access__smalltitle {
  padding: 6px 8px;
  width: 25%;
  background-color: #bfc6ce;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .access__smalltitle {
    width: 27%;
    font-size: 1.3rem;
  }
}
.access__body {
  width: 70%;
  padding-top: 9px;
}
.access__image {
  width: 270px;
  height: 180px;
  object-fit: cover;
}
.access__floormap-txt {
  margin-top: 30px;
  font-weight: bold;
}

.event {
  padding-bottom: 60px;
}
.event__time {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #2e2e2e;
}
.event__time time {
  margin-right: 10px;
}
.event__text {
  padding-bottom: 50px;
}
.event__img {
  padding-bottom: 30px;
}
@media (min-width: 600px) {
  .event__img {
    width: 80%;
  }
}

.news {
  padding-bottom: 60px;
}
.news__time {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #2e2e2e;
}
.news__time time {
  margin-right: 10px;
}
.news__text {
  padding-bottom: 50px;
}

.footer {
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer__btn-wrap {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: auto;
  align-items: center;
  gap: 10px;
}
@media (min-width: 600px) {
  .footer__btn-wrap {
    width: 80%;
    max-width: 600px;
  }
}
.footer__btn:first-child {
  margin-right: 5%;
}
.footer__btn__ow {
  width: 40%;
}
@media (min-width: 600px) {
  .footer__btn__ow img {
    max-width: 80%;
  }
}
.footer__btn__pagetop__wrap {
  display: flex;
  font-weight: bold;
  align-items: center;
  color: #404040;
  justify-content: flex-end;
  gap: 5px;
}
@media (min-width: 600px) {
  .footer__btn__pagetop__wrap {
    gap: 10px;
  }
}
.footer__btn__pagetop__wrap img {
  width: 16%;
  height: auto;
}

.copyright {
  padding: 10px 0px;
  text-align: center;
  font-size: 1.2rem;
}

.color-event {
  background-color: #a285a3;
}

.color-sale {
  background-color: #ff823f;
}

.color-recruit {
  background-color: #98cad3;
}

.color-news {
  background-color: #829671;
}

/*========= スライダー =========*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  margin-bottom: 50px;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 50vw;
}

.scroll-infinity__item > img {
  width: 100%;
}

.scroll-infinity__wrap ul li {
  margin-right: 6px;
}

@media screen and (min-width: 461px) {
  .scroll-infinity__item {
    width: 20vw;
  }
  .scroll-infinity__list {
    margin-bottom: 60px;
  }
}
.noscroll__wrap {
  margin-bottom: 100px;
}
.noscroll__wrap ul {
  display: flex;
  gap: 12px;
}

.insta {
  margin-bottom: 120px;
}
.insta__title {
  font-weight: 500;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.insta__title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://osharewalker.itembox.design/item/common/top_ic_insta.png?t=20250323220011") no-repeat center;
  background-size: contain;
}
.insta-link {
  text-align: center;
}
.insta-link a {
  color: #404040;
  border-bottom: 1px solid #404040;
}
.insta-swiper {
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
}
.insta .swiper-slide a {
  display: block;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
}
.insta #insta-official-slide {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .insta #insta-official-slide {
    margin-bottom: 50px;
  }
}
.insta .insta-swiper {
  position: relative;
}
@media (min-width: 600px) {
  .insta div[class^=insta-swiper-button-] {
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    z-index: 2;
  }
}
.insta .insta-swiper-button-prev {
  background-image: url("../../image/common/ic-arrow-left.png");
  top: 50%;
  left: 0;
}
.insta .insta-swiper-button-next {
  background-image: url("../../image/common/ic-arrow-right.png");
  top: 50%;
  right: 0;
}