@charset "utf-8";

.l-main{
  padding-bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.p-top-section{
  background-color: var(--color-background);
}

/****************************************
 * MV
 ****************************************/
.p-top-mv{
  display: grid;
  width: 100%;
  height: max(56rem, 100lvh);
  padding-top: 7rem;
}
.p-top-mv__bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
}
.p-top-mv__bg > video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-mv__copy{
  justify-self: center;
  align-self: center;
  position: relative;
  font-size: 5.6rem;
  color: var(--color-white);
  font-weight: var(--font-weight-regular);
  line-height: 1.607;
  text-shadow: 0 0 30px rgb(0 0 0 / 0.6);
}

/****************************************
 * 追従ヘッダー
 ****************************************/
.p-top-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out 0s;
  pointer-events: none;
}
.p-top-header.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-top-header__inner{
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 11rem;
  padding-right: 5rem;
  padding-left: 8rem;
}
.p-top-header__nav{
  column-gap: 2.8rem;
}
.p-top-header__logo,
.p-top-header__nav-item{
  flex-shrink: 0;
}
.p-top-header__nav-item--menu{
  width: 4.4rem;
  height: 5.1rem;
  position: relative;
  z-index: 0;
}
.p-top-header__nav-item--menu::before,
.p-top-header__nav-item--menu::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-header__nav-item--menu::before{
  background-image: url(../images/common/icon-nav_stroke.png);
}
.p-top-header__nav-item--menu::after{
  background-image: url(../images/common/icon-nav_fill.png);
  opacity: 0;
}
.p-top-header__nav-item--menu > span{
  display: inline-block;
  width: 0;
  overflow: hidden;
  text-indent: 100vmax;
  white-space: nowrap;
}
.p-top-header__order{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.2rem;
  height: 5.8rem;
  font-size: 1.8rem;
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: var(--color-orange);
  border: 0.2rem solid var(--color-orange);
  border-radius: 0.5rem;
}
@media (hover: hover){
  .p-top-header__nav-item--menu::after{
    transition: opacity 300ms ease-out 0s;
  }
  .p-top-header__nav-item--menu:hover::after{
    opacity: 1;
  }
  .p-top-header__order{
    transition: all 300ms ease-out 0s;
  }
  .p-top-header__order:hover{
    color: var(--color-orange);
    background-color: transparent;
  }
}

/****************************************
 * NEWS
 ****************************************/
.p-top-news{
  column-gap: min(14vw, 20.1rem);
  padding-top: 15rem;
  padding-bottom: 8.3rem;
  position: relative;
  z-index: 5;
}
h2.p-top-news__heading{
  align-self: flex-start;
  margin-left: calc(var(--side-margin) + var(--side-padding));
  font-size: 10rem;
  color: var(--color-orange);
  font-family: var(--font-family-en);
  font-style: var(--font-style-italic);
  font-weight: var(--font-weight-extralight);
}
.p-top-news__heading img{
  width: 100%;
  height: auto;
}
.p-top-news .p-top-news__list{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-right: calc(var(--side-margin) + var(--side-padding));
}
.p-top-news__item{
  padding: 3.2rem 1rem 3.4rem;
  border-bottom: 1px solid var(--color-text);
}
.p-top-news__date{
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-family: var(--font-family-number);
  font-weight: var(--font-weight-regular);
  line-height: 1;
}
.p-top-news__body{
  font-size: 1.6rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.875;
}
.p-top-news__body > p:first-of-type{
  margin-top: 0;
}

/****************************************
 * MENU, Weekly Special MENU
 ****************************************/
.p-top-menu{
  padding-top: 8.2rem;
  padding-bottom: 20rem;
}
.p-top-menu__inner--menu{
  width: var(--main-inner);
  margin: 0 auto;
  padding: 0 var(--side-padding) 10rem;
  position: relative;
}
.p-top-menu__heading--menu{
  margin-bottom: 4rem;
  position: relative;
  z-index: 5;
  font-size: 10rem;
  color: var(--color-orange);
  font-family: var(--font-family-en);
  font-style: var(--font-style-italic);
  font-weight: var(--font-weight-extralight);
}
.p-top-menu__heading--menu::before{
  content: "";
  width: 84.4rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: calc(100% - 41.3rem);
  bottom: calc(100% - 42.2rem);
  z-index: -5;
  background: url(../images/top/menu-decoration.png) no-repeat center / contain;
  animation: topMenuRing 40s linear 0s infinite forwards;
}
@keyframes topMenuRing {
  0%{
    rotate: 0deg;
  }
  100%{
    rotate: 360deg;
  }
}
.p-top-menu__list{
  display: grid;
  grid-template-columns: 1.5625fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: 
    "pickup menu1 menu2"
    "pickup pdf pdf";
  align-items: flex-start;
  column-gap: 2rem;
  row-gap: 3.5rem;
  padding-left: 2rem;
  position: relative;
  z-index: 5;
}

.p-top-menu__list-item--pickup{
  grid-area: pickup;
}
.p-top-menu__list-item--1{
  grid-area: menu1;
}
.p-top-menu__list-item--2{
  grid-area: menu2;
}
.p-top-menu__list-img{
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-top-menu__list-tag{
  padding: 1rem 2.5rem 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-medium);
  background-color: var(--color-background);
  border-radius: 0 1rem 0 0;
}
.p-top-menu__list-img img{
  width: 100%;
  height: auto;
}
.p-top-menu__list-title{
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.555;
}
.p-top-menu__to-pdf{
  grid-area: pdf;
  margin-top: 0;
  margin-right: 3rem;
  margin-left: 3rem;
}
.p-top-menu__to-pdf .c-link-more::after{
  background-image: url(../images/common/icon-menu.png);
  background-position: top 50% right 1.2rem;
  background-size: 2.5rem 1.9rem;
}

.p-top-menu__inner--weekly{
  padding-top: 10rem;
}
.p-top-menu__heading--weekly{
  margin: 0 auto 6rem;
  font-size: 10rem;
  color: var(--color-orange);
  font-family: var(--font-family-en);
  font-style: var(--font-style-italic);
  font-weight: var(--font-weight-extralight);
  text-align: center;
}
.p-top-menu__body--weekly{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 8rem;
  width: var(--main-inner);
  margin: 0 auto;
  padding: 0 var(--side-padding);
}
.p-top-menu__weekly-img{
  flex-basis: 52rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-top-menu__weekly-img img{
  width: 100%;
  height: auto;
}
.p-top-menu__weekly-detail{
  flex-shrink: 1;
  flex-basis: 60rem;
  padding-top: 2rem;
}
.p-top-menu__weekly-title{
  margin-bottom: 3.6rem;
  font-size: 3.2rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.1875;
}
.p-top-menu__weekly-text{
  padding: 4rem 0;
  font-size: 1.6rem;
  font-weight: var(--font-weight-regular);
  line-height: 2.25;
  border-top: 0.1rem solid #D1C8C3;
  border-bottom: 0.1rem solid #D1C8C3;
}
.p-top-menu__weekly-text > p:first-of-type{
  margin-top: 0;
}
.p-top-menu__weekly-period{
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-top: 3rem;
}
.p-top-menu__period-heading{
  margin-top: 0.8rem;
  padding: 0.5rem 1.7rem 0.7rem;
  font-size: 1.6rem;
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: var(--color-red);
  border-radius: 0.3rem;
}
.p-top-menu__period-body{
  display: flex;
  align-items: flex-end;
  column-gap: 0.4rem;
  margin-top: 0;
  font-size: 1.8rem;
  color: var(--color-red);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.p-top-menu__period-body > .p-top-menu__period-date{
  position: relative;
  bottom: -0.3rem;
  font-size: 3.4rem;
}
.p-top-menu__to-order{
  margin-top: 6.6rem;
}

.p-top-menu .p-top-menu__tasting{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0;
  height: 11.9rem;
  margin-top: 3rem;
  padding: 0.5rem;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-orange);
  border-radius: 1rem;
}
.p-top-menu__tasting-body{
  padding-left: 3.5rem;
  padding-right: 11.3rem;
}
.p-top-menu__tasting-body > p{
  margin-top: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-top-menu__tasting-body > a{
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}
.p-top-menu__tasting-body > a::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-menu__tasting-image{
  width: 11.3rem;
  position: relative;
}
.p-top-menu__tasting-image::before{
  content: "";
  display: block;
  width: 4.9rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: calc(50% - 2.5rem);
  right: calc(100% + 3.9rem);
  background: url(../images/common/chevron_w.png) no-repeat center / 0.5rem 1.1rem;
  border: 0.2rem solid var(--color-white);
  border-radius: 50%;
  pointer-events: none;
}
.p-top-menu__tasting-image > img{
  border-radius: 0 0.5rem 0.5rem 0;
}

/****************************************
 * インターバル
 ****************************************/
.p-top-interval img{
  display: block;
  width: 100%;
  height: auto;
}

/****************************************
 * Hello!, 衛生環境へのこだわり
 ****************************************/
.p-top-about{
  padding-top: 23rem;
  padding-bottom: 15rem;
}

.p-top-about__policy{
  justify-content: space-between;
  align-items: flex-start;
  column-gap: min(8vw, 11rem);
  width: var(--main-inner);
  margin: 0 auto;
  padding: 0 var(--side-padding) 13.1rem;
  position: relative;
  z-index: 5;
}
.p-top-about .p-top-about__inner--policy{
  flex-basis: 46.2rem;
  margin-left: 5.4rem;
  padding-top: 4.7rem;
}
.p-top-about__policy-heading{
  margin-bottom: 5rem;
  color: var(--color-orange);
  font-weight: var(--font-weight-medium);
}
.p-top-about__policy-heading > span{
  display: block;
}
.p-top-about__policy-heading > span:first-of-type{
  margin-bottom: 1.2rem;
  position: relative;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-family-en);
  font-style: var(--font-style-italic);
}
.p-top-about__policy-heading > span:first-of-type::before{
  content: "";
  width: 3.2rem;
  aspect-ratio: 32 / 27;
  position: absolute;
  bottom: calc(100% - 0.5rem);
  right: calc(100% - 1.1rem);
  z-index: 0;
  background: url(../images/top/about-decoration01.png) no-repeat center / contain;
  pointer-events: none;
}
.p-top-about__policy-heading > span:nth-of-type(n+2){
  font-size: 4.2rem;
  line-height: 1.666;
  white-space: nowrap;
}
.p-top-about__policy-text{
  font-size: 1.6rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.875;
}
.p-top-about__policy-text p + p{
  margin-top: 2rem;
}
.p-top-about .p-top-about__to-tasting{
  width: min(100%, 56rem);
  margin-top: 8rem;
}
.p-top-about .p-top-about__policy-img{
  flex-basis: 55.2rem;
  margin-right: 2.2rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.p-top-about__policy-img img{
  width: 100%;
  height: auto;
}

.p-top-about__sanitation{
  align-items: center;
  column-gap: 6rem;
  width: var(--main-inner);
  margin: 0 auto;
  padding: 13.1rem var(--side-padding) 0;
  position: relative;
  z-index: 0;
}
.p-top-about__sanitation::before{
  content: "";
  display: block;
  width: min(66vw, 100rem);
  aspect-ratio: 1000 / 296;
  position: absolute;
  bottom: calc(100% - 2.5rem - 13.1rem);
  right: 0;
  z-index: 5;
  background: url(../images/top/about-decoration02.png) no-repeat center / contain;
  pointer-events: none;
}
.p-top-about__sanitation-video{
  flex-basis: 70rem;
  aspect-ratio: 700 / 393;
}

.p-top-about__sanitation-heading{
  margin-bottom: 3rem;
  font-size: 4rem;
  color: var(--color-orange);
  font-weight: var(--font-weight-regular);
  line-height: 1.208;
}
.p-top-about .p-top-about__sanitation-body{
  flex-basis: 42rem;
  margin-right: 2rem;
  line-height: 2.25;
  font-weight: var(--font-weight-regular);
}


/****************************************
 * 自動スライダー
 ****************************************/
.p-top-slider {
  --slider-range: 1860px;
  --slider-duration: 25s;
  width: 100%;
  padding-bottom: 20.4rem;
  background-color: var(--color-background);
  overflow: hidden;
}
.p-top-slider__track{
  display: flex;
  column-gap: 1.2rem;
  width: max-content;
  will-change: transform;
  transform: translate3d(0);
  backface-visibility: hidden;
}
.p-top-slider__item{
  flex-basis: 36rem;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.p-top-slider__item img{
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.p-top-slider.js-slider-initialized .p-top-slider__track{
  animation: topSlider var(--slider-duration) linear 0s infinite forwards;
}
@keyframes topSlider {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(var(--slider-range));
  }
}