.top-mv {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: -1;
}
.top-mv::before {
  content: "";
  background: url("../images/top_image.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top-mv::before {
    background: url("../images/sp/top_image_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.top-mv__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top-mv__logo {
    width: 54%;
    top: 18%;
    bottom: auto;
  }
}
.top-concept {
  padding: var(--p-240) 0 var(--p-320);
  position: relative;
  background: var(--color-text-inverse);
}
@media (max-width: 768px) {
  .top-concept {
    padding: 0;
  }
}
.top-concept::before {
  content: "";
  background: url("../images/PLAY. WORK. REST..svg") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  height: 12.3rem;
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .top-concept::before {
    background-size: contain;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
    height: 4.4rem;
    right: auto;
    bottom: 25%;
  }
}
.top-concept__txt {
  text-align: center;
  margin: var(--m-80) auto 0;
  font-size: var(--fs-16);
  line-height: var(--lh-180);
  width: 37%;
}
@media (max-width: 768px) {
  .top-concept__txt {
    font-size: 1.6rem;
    width: 100%;
    margin: var(--m-40) auto 0;
    padding-bottom: var(--p-59);
  }
}
.top-concept__bg01 {
  position: absolute;
  right: 2%;
  top: 8%;
  margin: auto;
  width: 34%;
  display: grid;
  align-items: center;
}
@media (max-width: 768px) {
  .top-concept__bg01 {
    position: relative;
    width: 80%;
    padding-top: var(--p-36);
    margin-right: 0;
    margin-left: auto;
    right: auto;
    top: auto;
    padding-bottom: var(--p-71);
  }
}
.top-concept__bg02 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31%;
  display: grid;
  align-items: center;
}
@media (max-width: 768px) {
  .top-concept__bg02 {
    width: 71%;
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    margin-right: auto;
    margin-left: 0;
  }
}
.top-concept__bg03 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  display: grid;
  align-items: center;
}
@media (max-width: 768px) {
  .top-concept__bg03 {
    width: 79%;
    position: relative;
    right: auto;
    bottom: auto;
    padding-bottom: var(--p-78);
    margin-right: 0;
    margin-left: auto;
    transform: translateY(-4rem);
  }
}
.top-product {
  padding: var(--p-80) 0 0;
  font-family: var(--ff-inter);
  background: var(--color-text-inverse);
}
.top-product__wrap {
  display: flex;
  margin-top: var(--m-80);
  text-align: center;
}
@media (max-width: 768px) {
  .top-product__wrap {
    flex-direction: column;
  }
}
.top-product__left {
  width: 50%;
  background: #2a2a2a;
  padding: var(--p-200) 0 var(--p-160);
}
@media (max-width: 768px) {
  .top-product__left {
    width: 100%;
    padding: var(--p-80) 0;
  }
}
.top-product__right {
  width: 50%;
  background: #f5f6f7;
  padding: var(--p-200) 0 var(--p-160);
}
@media (max-width: 768px) {
  .top-product__right {
    width: 100%;
    padding: var(--p-80) 0;
  }
}
.top-product__img {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-product__img {
    width: 82%;
  }
}
.top-product__ttl {
  font-size: var(--fs-24);
  font-weight: var(--fw-400);
  letter-spacing: var(--ls-005);
  margin: var(--m-16) 0;
}
@media (max-width: 768px) {
  .top-product__ttl {
    font-size: 2.4rem;
  }
}
.top-product__ttl.white {
  color: var(--color-text-inverse);
}
.top-product__color {
  font-size: var(--fs-12);
}
@media (max-width: 768px) {
  .top-product__color {
    font-size: 1.2rem;
  }
}
.top-product__color.white {
  color: var(--color-text-inverse);
}
.top-product__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: var(--m-16) 0;
}
.top-product__flex .black {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background: #000000;
  border: 0.1rem solid #dddddd;
}
.top-product__flex .half {
  background: #fff;
  position: relative;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #dddddd;
}
.top-product__flex .half::after {
  content: "";
  background: #000;
  border-radius: 2rem 0 0 2rem;
  display: block;
  width: 2rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
.top-product__flex .white {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background: white;
  border: 0.1rem solid #dddddd;
}
.top-product__txt {
  font-size: var(--fs-16);
  color: var(--color-text-inverse);
  font-weight: var(--fw-400);
  line-height: var(--lh-100);
}
@media (max-width: 768px) {
  .top-product__txt {
    font-size: 1.6rem;
  }
}
.top-product__txt + .top-product__txt {
  margin-top: var(--m-8);
  margin-bottom: var(--m-16);
}
.top-product__price {
  font-size: var(--fs-16);
  margin-bottom: var(--m-40);
  display: block;
}
@media (max-width: 768px) {
  .top-product__price {
    font-size: 1.6rem;
  }
}
.top-product__btn {
  margin-top: var(--m-16);
}
.top-product__link {
  font-size: var(--fs-16);
  border-radius: 3rem;
  width: 23.9rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-product__link {
    font-size: 1.6rem;
  }
}
.top-product__link.black {
  background: #1e1e1e;
  color: var(--color-text-inverse);
}
.top-product__link.white {
  background: #fff;
  color: var(--color-text);
}
.top-product__table {
  width: 62%;
  margin: var(--m-80) auto 0;
}
@media (max-width: 768px) {
  .top-product__table {
    width: 100%;
    padding: 0 var(--m-20);
  }
}
.top-product__table.white {
  color: var(--color-text-inverse);
}
.top-product__table table {
  width: 100%;
  border: 0.1rem solid var(--color-border);
}
.top-product__table table tr {
  border: 0.1rem solid var(--color-border);
}
.top-product__table table th {
  text-align: center;
  padding: var(--p-13) var(--p-8);
  font-weight: var(--fw-400);
  font-size: var(--fs-12);
  border: 0.1rem solid var(--color-border);
}
.top-product__table table th.tb-heading {
  text-align: left;
}
@media (max-width: 768px) {
  .top-product__table table th {
    font-size: 1.2rem;
    padding: var(--p-6) var(--p-8);
  }
}
.top-product__table table td {
  font-weight: var(--fw-400);
  font-size: var(--fs-12);
  width: 60%;
  padding: var(--p-13) var(--p-8);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-product__table table td {
    font-size: 1.2rem;
    padding: var(--p-6) var(--p-8);
  }
}
.top-product__table table td.tb-ttl {
  width: 17%;
  border-right: 0.1rem solid var(--color-border);
  padding-left: 0;
  padding-right: 0;
}
.top-product__table table td.tb-sbttl {
  width: 31%;
  border-right: 0.1rem solid var(--color-border);
  text-align: left;
}
.top-product__table.black {
  color: var(--color-text-inverse);
}
.top-product__table.black .tb-heading,
.top-product__table.black .tb-ttl,
.top-product__table.black .tb-sbttl {
  background: #3c3c3c;
}
.top-product__table.white {
  color: var(--color-text);
}
.top-product__table.white .tb-heading,
.top-product__table.white .tb-ttl,
.top-product__table.white .tb-sbttl {
  background: #e7eaef;
}
.top-product__note {
  margin: var(--m-40) auto 0;
  font-size: var(--fs-12);
  line-height: var(--lh-150);
  text-align: left;
  color: #888888;
  width: 62%;
}
@media (max-width: 768px) {
  .top-product__note {
    width: 100%;
    padding: 0 var(--m-20);
    font-size: 1.2rem;
  }
}
.top-shop {
  padding: var(--p-160) 0;
  background: var(--color-text-inverse);
}
@media (max-width: 768px) {
  .top-shop {
    padding: var(--p-80) 0;
  }
}
.top-shop__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-shop__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.top-shop__wrap .heading {
  width: 11%;
  text-align: left;
}
@media (max-width: 768px) {
  .top-shop__wrap .heading {
    width: 100%;
    text-align: center;
  }
}
.top-shop__content {
  width: 77%;
}
@media (max-width: 768px) {
  .top-shop__content {
    width: 100%;
  }
}
.top-shop__nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: var(--m-24);
}
@media (max-width: 768px) {
  .top-shop__nav {
    gap: 0.8rem;
  }
}
.top-shop__item {
  border: 0.1rem solid #ababab;
  border-radius: 3rem;
  color: #ababab;
  font-size: var(--fs-16);
  font-weight: var(--fw-500);
  padding: 0 var(--p-8);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 4.8rem;
  width: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .top-shop__item {
    width: 9rem;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0;
  }
}
.top-shop__item.is-active {
  background: var(--color-text);
  color: var(--color-text-inverse);
}
.top-shop__table table {
  width: 100%;
}
@media (max-width: 768px) {
  .top-shop__table table {
    display: block;
    border: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-shop__table table thead {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-shop__table table tbody {
    display: block;
    width: 100%;
  }
}
.top-shop__table table tr {
  border-bottom: 0.1rem solid var(--color-border);
}
@media (max-width: 768px) {
  .top-shop__table table tr {
    display: block;
    padding: var(--p-8) 0;
  }
}
.top-shop__table table tr th {
  font-size: var(--fs-12);
  color: var(--color-border);
  font-weight: var(--fw-500);
  padding-bottom: var(--p-16);
}
.top-shop__table table tr td {
  padding: var(--p-16) var(--p-8);
  line-height: var(--lh-100);
}
@media (max-width: 768px) {
  .top-shop__table table tr td {
    display: flex;
    width: 100%;
    padding: var(--p-8);
  }
  .top-shop__table table tr td::before {
    content: attr(data-label);
    font-weight: 500;
    display: block;
    font-size: var(--fs-12);
    color: #888;
    letter-spacing: 0.05em;
    width: 30%;
  }
}
.top-shop__table table tr td .store {
  font-size: var(--fs-14);
}
@media (max-width: 768px) {
  .top-shop__table table tr td .store {
    font-weight: var(--fw-500);
    width: 70%;
  }
}
.top-shop__table table tr td .product {
  font-size: var(--fs-12);
}
@media (max-width: 768px) {
  .top-shop__table table tr td .product {
    width: 70%;
  }
}
.top-shop__table table tr td .address {
  font-size: var(--fs-12);
}
@media (max-width: 768px) {
  .top-shop__table table tr td .address {
    width: 70%;
  }
}
.top-shop__table table tr td .tel {
  font-size: var(--fs-12);
}
@media (max-width: 768px) {
  .top-shop__table table tr td .tel {
    width: 70%;
  }
}
.top-shop__table.is-active thead {
  display: table-header-group;
}
.top-voice {
  background: #f5f6f7;
  padding: var(--p-80) 0;
}
.top-voice__list {
  margin-top: var(--m-80);
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-voice__list {
    margin-top: var(--m-40);
  }
}
.top-voice__item {
  background: #fff;
  border: 0.1rem solid #dddddd;
  padding: var(--p-24);
  display: flex;
  flex-direction: column;
  transition: 0.6s ease;
  overflow: hidden;
  margin: 0;
  height: auto;
  opacity: 0;
  pointer-events: none;
}
.top-voice__item.swiper-slide-prev, .top-voice__item.swiper-slide-active, .top-voice__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.top-voice__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--p-16);
  border-bottom: 0.1rem solid #ededed;
  margin-bottom: var(--m-16);
}
.top-voice__flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.top-voice__thumbnail {
  width: 4rem;
}
.top-voice__thumbnail img {
  border-radius: 50%;
}
.top-voice__ttl {
  color: #666;
  font-size: var(--fs-16);
  line-height: var(--lh-180);
  letter-spacing: var(--ls-005);
  text-decoration: none;
}
.top-voice__icon {
  width: 2rem;
}
.top-voice__txt {
  font-size: var(--fs-14);
  line-height: var(--lh-150);
  letter-spacing: var(--ls-005);
  flex-grow: 1;
  margin: 0 auto var(--m-16);
}
.top-voice__img {
  position: relative;
  padding-top: 70%;
  width: 100%;
  margin: var(--m-16) auto 0;
}
.top-voice__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.top-voice .voice-nav {
  position: relative;
  width: 100%;
  margin-top: var(--m-40);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.top-voice .voice-pagination {
  position: relative;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  margin: 0 !important;
  width: auto !important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-inter);
}
.top-voice .voice-button-prev {
  display: inline-block !important;
  vertical-align: middle;
  color: #888;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  transform: translate(25%) rotate(-135deg);
  cursor: pointer;
}
.top-voice .voice-button-prev::before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 0;
  left: 0;
  right: 0;
  height: 0.2rem;
}
.top-voice .voice-button-prev::after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2rem;
}
.top-voice .voice-button-next {
  display: inline-block !important;
  vertical-align: middle;
  color: #888;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  transform: translate(-25%) rotate(45deg);
  cursor: pointer;
}
.top-voice .voice-button-next::before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 0;
  left: 0;
  right: 0;
  height: 0.2rem;
}
.top-voice .voice-button-next::after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2rem;
}
.top-contact {
  padding: var(--p-160) 0;
}
@media (max-width: 768px) {
  .top-contact {
    padding: var(--p-80) 0;
  }
}
.top-contact__wrap {
  display: flex;
  justify-content: space-between;
  background: rgba(42, 42, 42, 0.8980392157);
}
@media (max-width: 768px) {
  .top-contact__wrap {
    flex-direction: column;
  }
}
.top-contact__link {
  color: var(--color-text-inverse);
  padding: var(--p-28) var(--p-24);
  width: 30%;
}
@media (max-width: 768px) {
  .top-contact__link {
    width: 100%;
    padding: var(--p-48);
  }
}
.top-contact__link:nth-child(1) {
  margin-left: var(--m-24);
}
@media (max-width: 768px) {
  .top-contact__link:nth-child(1) {
    margin-left: 0;
  }
}
.top-contact__link:nth-child(2) {
  position: relative;
}
.top-contact__link:nth-child(2)::before {
  content: "";
  width: 0.1rem;
  height: 80%;
  background: #7e7e7e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .top-contact__link:nth-child(2)::before {
    bottom: auto;
    right: 0;
    width: 92%;
    height: 0.1rem;
  }
}
.top-contact__link:nth-child(2)::after {
  content: "";
  width: 0.1rem;
  height: 80%;
  background: #7e7e7e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .top-contact__link:nth-child(2)::after {
    top: auto;
    left: 0;
    width: 92%;
    height: 0.1rem;
  }
}
.top-contact__link:nth-child(3) {
  margin-right: var(--m-24);
}
@media (max-width: 768px) {
  .top-contact__link:nth-child(3) {
    margin-right: 0;
  }
}
.top-contact__link .arrow {
  border: 0.1rem solid var(--color-text-inverse);
  width: 4.2rem;
  height: 2.4rem;
  border-radius: 3rem;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-top: var(--m-24);
}
@media (max-width: 768px) {
  .top-contact__link .arrow {
    margin-top: var(--m-16);
  }
}
.top-contact__link .arrow span {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-text-inverse);
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 0.1rem;
  background: currentColor;
}
@media (max-width: 768px) {
  .top-contact__link .arrow span {
    width: 1.2rem;
    height: 0.01rem;
  }
}
.top-contact__link .arrow span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-contact__link .arrow span::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.top-contact__en {
  font-weight: var(--fw-300);
  font-size: var(--fs-18);
  display: block;
  margin-bottom: var(--m-16);
  font-family: var(--ff-inter);
}
@media (max-width: 768px) {
  .top-contact__en {
    font-size: 1.8rem;
  }
}
.top-contact__ttl {
  font-weight: var(--fw-500);
  font-size: var(--fs-20);
  margin-bottom: var(--m-40);
}
@media (max-width: 768px) {
  .top-contact__ttl {
    font-size: 2rem;
  }
}
.top-contact__txt {
  font-size: var(--fs-14);
}
@media (max-width: 768px) {
  .top-contact__txt {
    font-size: 1.4rem;
  }
}