@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.l-wrapper:has(.p-top) {
  padding-top: 1px;
}

.p-top-header {
  margin-bottom: 4.5rem;
  padding: 4rem 0;
  color: #fff;
  background: url(../images/top/bg_top.png) no-repeat center center/cover;
}

.p-top-search {
  margin-bottom: 2.5rem;
}
.p-top-search .c-searchform__icon svg {
  filter: brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(2735%) hue-rotate(314deg) brightness(88%) contrast(86%);
}

.p-top-description {
  margin-bottom: 3rem;
}

.p-top-anchor__inner {
  display: flex;
  gap: 1rem;
}
.p-top-anchor a {
  flex: 1;
  position: relative;
  text-align: center;
  color: #442b2b;
  background-color: #fff;
  line-height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-anchor a {
    padding-bottom: 1.5rem;
    line-height: 4.5rem;
  }
}
.p-top-anchor a::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: middle;
  color: #442b2b;
  background: #442b2b;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  transform-origin: top center;
  transform: rotate(90deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-anchor a::after {
    top: auto;
    bottom: 0.5rem;
    left: 50%;
    right: auto;
    transform: rotate(90deg) translateX(-50%);
  }
}

.p-top-fv {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  align-items: flex-start;
  max-width: 140.5rem;
  height: 37.5rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (min-width: 1180px) {
  .p-top-fv {
    height: 33.3333333333vw;
  }
}
@media (min-width: 1405px) {
  .p-top-fv {
    height: 49rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    display: block;
    height: auto;
    padding: 0 2rem;
  }
}

.p-top-pickup {
  flex: 1;
  overflow: hidden;
}
.p-top-pickup .swiper,
.p-top-pickup .swiper-wrapper,
.p-top-pickup .swiper-slide {
  height: 100%;
}
.p-top-pickup .swiper-slide,
.p-top-pickup .swiper-slide-duplicate {
  transition-property: all !important;
  visibility: hidden;
  opacity: 0;
}
.p-top-pickup .swiper-slide[class*=-active] {
  visibility: visible;
  opacity: 1;
}
.p-top-pickup__item {
  aspect-ratio: 955/490;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__item {
    aspect-ratio: 69/100;
  }
}
.p-top-pickup__item * {
  width: 100%;
  height: 100%;
}
.p-top-pickup__item picture {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-top-pickup__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-pickup__item a:hover {
  opacity: 1;
}

.p-top-news {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 32rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    width: 100%;
    height: 30rem;
    margin-top: 4rem;
  }
}
.p-top-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dbdbdb;
}
.p-top-news__title {
  font-size: 2.1rem;
}
.p-top-news__link {
  display: flex;
  gap: 0.5rem;
}
.p-top-news__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  background-color: #c61b27;
}
@media screen and (max-width: 767px) {
  .p-top-news__link-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-top-news__link-icon svg {
  width: 1.2rem;
  color: #fff;
}
.p-top-news__list {
  flex: 1;
  padding-right: 1rem;
  overflow-y: auto;
}
.p-top-news__item {
  padding: 2rem 0;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    padding: 1rem 0;
  }
}
.p-top-news__item-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.p-top-news__item-date {
  flex-shrink: 0;
  color: #988b8b;
  font-size: 1.4rem;
}
.p-top-news__item-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-top-news__item-category span {
  padding: 0.4rem 1rem;
  color: #988b8b;
  font-size: 1.3rem;
  background-color: #f3f5f5;
}
.p-top-news__item-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.p-top-breadcrumb {
  margin-top: 5rem;
}

.p-top-category {
  padding: 9rem 0 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-category {
    padding: 6rem 0;
  }
}
.p-top-category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-category__list {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.p-top-category__item[open] .p-top-category__parent {
  color: #fff;
  background-color: #c61b27;
}
.p-top-category__item[open] .p-top-category__parent::after {
  background-image: url(../images/common/icon_close.png);
}
.p-top-category__parent {
  position: relative;
  display: flex;
  align-items: center;
  height: 8rem;
  padding: 0 1.5rem;
  border-radius: 1.2rem;
  background-color: #eff1f1;
  text-align: center;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-category__parent {
    height: 5rem;
  }
}
.p-top-category__parent::-webkit-details-marker {
  display: none;
}
.p-top-category__parent::after {
  position: absolute;
  top: 51%;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background: url(../images/common/icon_open.png) no-repeat center center/contain;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-category__parent {
    transition: all 0.3s;
  }
  .p-top-category__parent:hover {
    color: #fff;
    background-color: #c61b27;
    opacity: 1;
  }
  .p-top-category__parent:hover::after {
    background-image: url(../images/common/icon_hover.png);
  }
}
.p-top-category__children {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-category__children {
    padding: 1rem 0 2rem 0;
  }
}
.p-top-category__children li {
  display: flex;
}
.p-top-category__children li::before {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #C61B27;
  content: "";
  vertical-align: middle;
  margin: 1rem 0.6rem 0 0.5rem;
  flex-shrink: 0;
}
.p-top-category__children li a {
  max-width: calc(100% - 1.5rem);
}

.p-top-maker {
  padding: 12rem 0;
  background-color: #f3f5f5;
}
@media screen and (max-width: 767px) {
  .p-top-maker {
    padding: 6rem 0;
  }
}
.p-top-maker__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-maker__list {
    grid-template-columns: 1fr;
  }
}
.p-top-maker__item {
  background-color: #fff;
}
.p-top-maker__item a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}
.p-top-maker__logo {
  margin-bottom: 1rem;
  max-width: 14.3rem;
  max-height: 2.9rem;
}
.p-top-maker__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=top.css.map */