@charset "UTF-8";
/*-----------------------------------------------------
	main visual (~768px)
-----------------------------------------------------*/
.p-top-mv {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.p-top-mv__slide-item {
  line-height: 0;
}
.p-top-mv__slide-item a {
  display: inline;
}
.p-top-mv__slide-item img {
  width: 100vw;
  height: 56.25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .slick-dots {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0;
       column-gap: 0;
  line-height: 0;
}
.p-top-mv .slick-dots li {
  flex-basis: 1.0625rem;
  box-sizing: border-box;
  padding: 0.3125rem;
}
.p-top-mv .slick-dots li button {
  width: 0.4375rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #aaa;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: 0 0 0.0625rem #fff;
}
.p-top-mv .slick-dots li.slick-active button {
  background-color: #ff1900;
  transform: scale(1.3);
}

/*-----------------------------------------------------
	main visual (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-top-mv {
    width: 100%;
    height: min(56.25vw, 100dvh - 5rem);
    aspect-ratio: auto;
  }
  .p-top-mv__slide {
    width: 100%;
    height: min(56.25vw, 100dvh - 5rem);
  }
  .p-top-mv__slide-item {
    width: auto;
    height: min(56.25vw, 100dvh - 5rem);
  }
  .p-top-mv__slide-item a {
    width: auto;
    height: min(56.25vw, 100dvh - 5rem);
  }
  .p-top-mv__slide-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(1);
    opacity: 0.5;
  }
  .p-top-mv .is-center img {
    filter: grayscale(0);
    opacity: 1;
  }
}
@media (min-width: 768px) and (min-width: calc((100dvh - 5rem) / 9 * 16)) {
  .p-top-mv .slick-list {
    padding: 0 calc((100% - (100dvh - 5rem) / 9 * 16) / 2);
  }
}
@media (min-width: 768px) {
  .p-top-mv .slick-dots {
    bottom: 1.75rem;
  }
  .p-top-mv .slick-dots li {
    flex-basis: 1.3125rem;
    padding: 0.375rem;
    text-align: center;
  }
  .p-top-mv .slick-dots li button {
    width: 0.5625rem;
  }
  .p-top-mv .slick-dots li.slick-active button {
    transform: scale(1.3);
  }
}
/*-----------------------------------------------------
	top-news (~768px)
-----------------------------------------------------*/
.p-top-news {
  padding: 1.5625rem 0rem 2.8125rem;
  background-color: #f5f5f5;
}
.p-top-news__title {
  margin-bottom: 0.625rem;
}
.p-top-news__button {
  text-align: center;
  margin-top: 1.875rem;
}

/*-----------------------------------------------------
	top-news (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-top-news {
    padding: 2.5rem 0rem 0.625rem;
  }
  .p-top-news__title {
    margin-bottom: 1.25rem;
  }
  .p-top-news__list {
    max-width: 40rem;
    margin: 0 auto;
  }
  .p-top-news__button {
    text-align: right;
    margin-top: 1.5625rem;
  }
}
/*-----------------------------------------------------
	top-product (~768px)
-----------------------------------------------------*/
.p-top-product {
  padding: 3.125rem 0;
}
.p-top-product__title {
  margin-bottom: 2.5rem;
}
.p-top-product__tab-nav {
  width: 100vw;
  margin: 0 -4vw 1.875rem;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  background-color: #fff;
  position: sticky;
  top: 3.75rem;
  z-index: 2;
}
.p-top-product__tab-list {
  display: inline-flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  margin: 0 4vw;
  letter-spacing: 0.05em;
}
.p-top-product__tab-list::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-top-product__tab-list li {
  cursor: pointer;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  word-break: keep-all;
  white-space: nowrap;
}
.p-top-product__tab-list li.is-active {
  color: #221D35;
  border-color: #221D35;
}
.p-top-product__tab-title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0.75em;
}
.p-top-product__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5625rem 0.625rem;
}
.p-top-product__list + .p-top-product__tab-title {
  margin-top: 1.5625rem;
}
.p-top-product__item {
  flex-basis: calc(50% - 0.3125rem);
}
.p-top-product__item a {
  text-decoration: none;
  transition: opacity 0.4s ease 0s;
}
.p-top-product__item a:hover {
  opacity: 0.75;
}
.p-top-product__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  line-height: 0;
  margin-bottom: 0.3125rem;
}
.p-top-product__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-product__item-title {
  text-align: center;
}
.p-top-product__item-title strong {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top-product__item-title span {
  display: block;
  font-size: 0.5625rem;
  line-height: 1.5;
  color: #aaa;
  height: 1.5em;
  overflow-y: visible;
}

/*-----------------------------------------------------
	top-product (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-top-product__title {
    margin-bottom: 1.5625rem;
  }
  .p-top-product__tab-nav {
    width: auto;
    margin: 0 auto 3.125rem;
    text-align: center;
    top: 5rem;
  }
  .p-top-product__tab-list {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
  .p-top-product__tab-list li {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.9375rem;
  }
  .p-top-product__tab-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .p-top-product__list {
    gap: 3.75rem 2.5rem;
  }
  .p-top-product__list + .p-top-product__tab-title {
    margin-top: 5rem;
  }
  .p-top-product__item {
    flex-basis: calc(25% - 1.875rem);
  }
  .p-top-product__item-image {
    margin-bottom: 0.625rem;
  }
  .p-top-product__item-title strong {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25em;
  }
  .p-top-product__item-title span {
    font-size: 0.75rem;
  }
}
/*-----------------------------------------------------
	top-concierge (~768px)
-----------------------------------------------------*/
.p-top-concierge {
  background-color: #221D35;
  color: #fff;
  padding: 1.5625rem 0;
}
.p-top-concierge__header {
  display: grid;
  grid-template: "icon logo" "icon en" "icon jp"/5.625rem 1fr;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.p-top-concierge__icon {
  grid-area: icon;
  height: 5.625rem;
  line-height: 0;
}
.p-top-concierge__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-concierge__logo {
  line-height: 0;
  padding: 0.625rem 0;
}
.p-top-concierge__logo img {
  max-width: 100%;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-top-concierge__en {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.p-top-concierge__jp {
  font-size: 0.875rem;
}
.p-top-concierge__text {
  margin-bottom: 1.875rem;
}
.p-top-concierge__image {
  margin-bottom: 1.875rem;
}
.p-top-concierge__image img {
  width: 100%;
}
.p-top-concierge__button {
  text-align: center;
}
.p-top-concierge__button .c-link-square {
  font-size: 1rem;
}
.p-top-concierge__blog {
  padding-top: 3.125rem;
}
.p-top-concierge__blog-title {
  margin-bottom: 1.25rem;
}
.p-top-concierge__blog-list {
  gap: 0;
  border-top: 1px solid #fff;
}
.p-top-concierge__blog-list .c-news-list__item {
  border-bottom: 1px solid #fff;
  padding: 0.9375rem;
}
.p-top-concierge__blog-list .c-news-list__item:nth-child(n+4) {
  display: none;
}
.p-top-concierge__blog-list .c-news-list__postdate,
.p-top-concierge__blog-list .c-news-list__category {
  color: #fff;
}
.p-top-concierge__blog-button {
  text-align: center;
  margin-top: 1.875rem;
}

/*-----------------------------------------------------
	top-concierge (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-top-concierge {
    padding: 2.1875rem 0;
  }
  .p-top-concierge__inner {
    max-width: 53.125rem;
    margin: 0 auto;
  }
  .p-top-concierge__header {
    margin-bottom: 1.875rem;
  }
  .p-top-concierge__en {
    font-size: 1.5rem;
  }
  .p-top-concierge__text {
    margin-bottom: 2.5rem;
  }
  .p-top-concierge__image {
    margin-bottom: 2.5rem;
  }
  .p-top-concierge__button .c-link-square {
    font-weight: 500;
  }
  .p-top-concierge__blog {
    padding-top: 5rem;
  }
  .p-top-concierge__blog-title {
    margin-bottom: 1.25rem;
  }
  .p-top-concierge__blog-list {
    flex-direction: row;
    border-top: none;
    width: calc(100% - 3.75rem);
    margin: 0 auto;
  }
  .p-top-concierge__blog-list .c-news-list__item {
    border-bottom: none;
    padding: 0.9375rem 2.8125rem;
  }
  .p-top-concierge__blog-list .c-news-list__item:nth-child(n+4) {
    display: block;
  }
  .p-top-concierge__blog-list .is-center {
    box-shadow: inset 1px 0 0 #fff, inset -1px 0 0 #fff; /* 左/右 */
  }
  .p-top-concierge__blog-list .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.25rem;
    height: 2.5rem;
    background: url(../images/arrow-big.svg) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .p-top-concierge__blog-list .slick-prev {
    left: -1.875rem;
    transform: scaleX(-1);
  }
  .p-top-concierge__blog-list .slick-next {
    right: -1.875rem;
  }
  .p-top-concierge__blog-button {
    text-align: right;
    margin-top: 0.625rem;
  }
}
/*-----------------------------------------------------
	top-personal (~768px)
-----------------------------------------------------*/
.p-top-personal {
  padding: 2.1875rem 0rem;
}
.p-top-personal__title {
  margin-bottom: 1.25rem;
}
.p-top-personal__title .c-main-title__en {
  letter-spacing: 0.05em;
}
.p-top-personal__text {
  margin-bottom: 1.875rem;
}
.p-top-personal__image {
  margin-bottom: 1.5625rem;
}
.p-top-personal__image img {
  width: 100%;
}
.p-top-personal__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}

/*-----------------------------------------------------
	top-personal (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-top-personal {
    padding: 4.375rem 0 5.625rem;
  }
  .p-top-personal__inner {
    max-width: 53.125rem;
    margin: 0 auto;
  }
  .p-top-personal__title {
    margin-bottom: 1.875rem;
  }
  .p-top-personal__text {
    margin-bottom: 3.125rem;
  }
  .p-top-personal__image {
    margin-bottom: 2.8125rem;
  }
  .p-top-personal__button {
    flex-direction: row;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}/*# sourceMappingURL=top.css.map */