@charset "UTF-8";
/* DLIGHT */
.dm{}

#soil .sec-en-tt,
#soil .sec-en-read,
#soil .sec-header h2,
#soil .sec-read p {
  text-shadow:
    0px 0px 15px rgba(0, 0, 0, 1),
    0px 0px 30px rgba(0, 0, 0, 1),
    0px 0px 60px rgba(0, 0, 0, 1);
}

@media ( max-width: 768px ) {
  
  /* Page Kv */
  /* ============================== */
  #pageKv {
    position: relative;
    width: 100%;
    height: 100svh;
    height: 100vh;
  }
  .pkv--slider {
    position: relative;
  }
  .pkv--slider .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .pkv--slider .swiper-slide-active .slide-img,
  .pkv--slider .swiper-slide-duplicate-active .slide-img,
  .pkv--slider .swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 10s linear 0s;
    animation: zoomUp 10s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .pkv--slider .slide-img {
    background-size: cover; 
    background-position: center center;
    width: 100%;
    height: 100svh;
    height: 100vh;
  }
  .pkv--slider .slider1 {
    background-image: url(../img/top_kvslider1.webp);
  }
  .pkv--slider .slider2 {
    background-image: url(../img/top_kvslider2.webp);
  }
  /* Swiper-zoom */
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
  }
  
  .pkv--txt {
    position: absolute;
    left: 0.5%;
    right: 0;
    bottom: 40.4%;
    text-align: center;
    margin: auto;
    z-index: 10;
  }
  .pkv--txt-logo {
    width: 180px;
    margin: 0 auto 30px;
  }
  .pkv--txt-logo img {
    filter: invert(100%);
  }
  .pkv--txt-open {
    font-family: var(--font-en-optima);
    font-size: var(--fs21);
  }
  
  .pkv--en-read {
    position: absolute;
    top: calc(275vw / 19.2);
    left: calc(216vw / 19.2);
    width: 27%;
  }
  
  
  /* soil */
  /* ============================== */
  #soil {
    position: relative;
    background-image: url(../img/top_soil_bg.webp);
    background-size: cover;
    background-position: center top;
  }
  .soil--inner {
    text-align: center;
    padding: 120px 0;
  }
  
  #soil .sec-en-txt {
    margin: 0 auto 80px;
  }
  #soil .sec-en-tt {
    font-size: var(--fs42);
  }
  #soil .sec-read {
    margin-bottom: 120px;
  }
  #soil .btn-normal {
    margin: auto;
  }
  
  
  /* cuisine */
  /* ============================== */
  #cuisine {
    position: relative;
    margin: auto;
    padding: 120px 0 60px;
  }
  .cui--inner {
    margin: auto;
    padding: 0 5%;
  }
  
  #cuisine .sec-en-tt {
    font-size: var(--fs36);
    letter-spacing: -0.018em;
  }
  #cuisine .sec-header h2 {
    line-height: 1.6;
  }
  
  #cuisine .sec-read {
    margin-bottom: 60px;
  }
  
  .cui--ph {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.64;
  }
  
  
  /* crafting */
  /* ============================== */
  #crafting {
    position: relative;
    background-image: url(../img/top_crafting_bg.webp);
    background-size: 1500px;
    background-position: 20% -50%;
    background-repeat: no-repeat;
    background-color:rgb(28, 28, 28);
    background-blend-mode: color-burn;
    margin: 0 auto 140px;
    padding: 120px 0 0;
  }
  .craft--inner {
    max-width: 1752px;
    margin: auto;
    padding: 0 5%;
  }
  
  #crafting .sec-en-txt {
    margin-bottom: 50px;
  }
  #crafting .sec-header {
    text-align: center;
    margin-bottom: 40px;
  }
  #crafting .sec-header h2 {
    display: inline-block;
    font-size: var(--fs21);
    font-weight: normal;
    writing-mode: vertical-rl;
    vertical-align: top;
    line-height: 1.6;
  }
  #crafting .sec-header h2 span {
    display: block;
    text-align: left;
  }
  #crafting .sec-read {
    margin-bottom: 90px;
  }
  #crafting .sec-read {
    font-size: var(--fs13);
    text-align: center;
  }
  
  .chef--list {
    display: flex;
    flex-flow: column;
    row-gap: 30px;
    margin: 0 auto 90px;
  }
  .chef--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }
  .chef--item-txt {
    width: 50%;
    order: 2;
  }
  .chef--item-prof {
    line-height: 1;
    margin-bottom: 20px;
  }
  .chef--item-prof-pos {
    font-family: var(--font-en-optima);
    font-size: var(--fs16);
    margin-bottom: 10px;
  }
  .chef--item-prof h3 {
    font-size: var(--fs16);
    line-height: 1;
    margin-bottom: 12px;
  }
  .chef--item-prof h3 span {
    font-size: var(--fs12);
    font-weight: 400;
  }
  .chef--item-prof-enname {
    font-family: var(--font-en-basker-i);
    font-size: var(--fs14);
  }
  .chef--item-prof-btn {
    position: relative;
    line-height: 1;
  }
  .chef--item-prof-btn::before,
  .chef--item-prof-btn::after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .chef--item-prof-btn::after {
    top: 50%;
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .chef--item-prof-read {
    text-align: left;
  }
  
  .chef--item-ph {
    flex-shrink: 0;
    width: 40%;
  }
  .chef--item-ph img {
    filter: grayscale(100%);
    transition: filter 1.2s ease-in-out;
    transition-delay: 0s;
  }
  .chef--item-ph.is-show img {
    filter: grayscale(0%);
    transition-delay: 0.5s;
  }
  
  #crafting .btn-normal {
    margin: auto;
  }
  
  
  /* commitment */
  /* ============================== */
  #commitment {
    position: relative;
  }
  .comm--inner {
    margin: auto;
    padding: 0 5%;
  }
  
  .comm--con-txt {
    margin-bottom: 80px;
  }
  #commitment .sec-read {
    margin-bottom: 30px;
  }
  #commitment .btn-normal {
    margin: auto
  }
  
  .comm--slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .comm--sl-item {
    text-align: center;
  }
  .comm--sl-item a {
    display: block;
  }
  .ca--theme02 a {
    pointer-events: none;
    opacity: .3;
  }
  .comm--sl-thum {
    position: relative;
    margin-bottom: 15px;
  }
  .comm--sl-thum figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    font-family: var(--font-en-minion);
  }
  
  .swiper-button-next-comm {
    position: absolute;
    top: 35%;
    right: 24%;
    width: 48px;
    height: 30px;
    z-index: 99;
  }
  .swiper-button-next-comm::before,
  .swiper-button-next-comm::after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    background: #FFF;
  }
  .swiper-button-next-comm::before {
    width: 100%;
    top: 50%;
    left: 0;
  }
  .swiper-button-next-comm::after {
    position: absolute;
    bottom: 17px;
    left: 40px;
    width: 9px;
    transform: rotate(45deg);
  }

}


@media ( min-width: 769px ) {
  
  /* Page Kv */
  /* ============================== */
  #pageKv {
    position: relative;
    width: 100%;
    height: 100svh;
    height: 100vh;
  }
  .pkv--slider {
    position: relative;
  }
  .pkv--slider .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .pkv--slider .swiper-slide-active .slide-img,
  .pkv--slider .swiper-slide-duplicate-active .slide-img,
  .pkv--slider .swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 10s linear 0s;
    animation: zoomUp 10s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .pkv--slider .slide-img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100svh;
    height: 100vh;
  }
  .pkv--slider .slider1 {
    background-image: url(../img/top_kvslider1.webp);
  }
  .pkv--slider .slider2 {
    background-image: url(../img/top_kvslider2.webp);
  }
  /* Swiper-zoom */
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
  }
  
  .pkv--txt {
    position: absolute;
    left: 0.5%;
    right: 0;
    bottom: 40%;
    text-align: center;
    margin: auto;
    z-index: 10;
  }
  .pkv--txt-logo {
    width: 252px;
    margin: 0 auto 30px;
  }
  .pkv--txt-logo img {
    filter: invert(100%);
  }
  .pkv--txt-open {
    font-family: var(--font-en-optima);
    font-size: var(--fs36);
  }
  
  .pkv--en-read {
    position: absolute;
    top: calc(275vw / 19.2);
    left: calc(216vw / 19.2);
    width: 27%;
  }
  
  
  /* soil */
  /* ============================== */
  #soil {
    position: relative;
    background-image: url(../img/top_soil_bg.webp);
    background-size: cover;
    background-position: center top;
  }
  .soil--inner {
    text-align: center;
    padding: 180px 0;
  }
  
  #soil .sec-en-txt {
    margin: 0 auto 80px;
  }
  #soil .sec-en-tt {
    font-size: var(--fs85);
  }
  #soil .sec-read {
    margin-bottom: 120px;
  }
  #soil .btn-normal {
    margin: auto;
  }
  
  
  /* cuisine */
  /* ============================== */
  #cuisine {
    position: relative;
    margin: auto;
    padding: 120px 0;
  }
  .cui--inner {
    max-width: 1752px;
    margin: auto;
    padding: 0 7%;
  }
  
  #cuisine .sec-en-tt {
    font-size: var(--fs61);
    letter-spacing: -0.018em;
  }
  #cuisine .sec-header h2 {
    line-height: 1.6;
  }
  
  .cui--ph {
    position: absolute;
    width: calc(93% - 620px);
    max-width: 1060px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .cui--ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
  }
  
  
  /* crafting */
  /* ============================== */
  #crafting {
    position: relative;
    background-image: url(../img/top_crafting_bg.webp);
    background-size: 3000px;
    background-position: 30% 180%;
    background-repeat: no-repeat;
    background-color:rgb(28, 28, 28);
    background-blend-mode: color-burn;
    margin: 0 auto 140px;
    padding: 175px 0 0;
  }
  .craft--inner {
    max-width: 1752px;
    margin: auto;
    padding: 0 7%;
  }
  
  #crafting .sec-en-txt {
    margin-bottom: 20px;
  }
  #crafting .sec-header {
    text-align: center;
    margin-bottom: 40px;
  }
  #crafting .sec-header h2 {
    display: inline-block;
    font-size: var(--fs25);
    font-weight: normal;
    writing-mode: vertical-rl;
    vertical-align: top;
    line-height: 1.6;
  }
  #crafting .sec-header h2 span {
    display: block;
    text-align: left;
  }
  #crafting .sec-read {
    margin-bottom: 90px;
  }
  #crafting .sec-read {
    font-size: var(--fs16);
    text-align: center;
  }
  
  .chef--list {
    display: flex;
    justify-content: space-between;
    column-gap: 10%;
    margin: 0 auto 90px;
    padding: 0 5.344%;
  }
  .chef--item {
    display: flex;
    flex-flow: column;
  }
  .chef--item-txt {
    padding-top: 30px;
    order: 2;
  }
  .chef--item-prof {
    line-height: 1;
  }
  .chef--item-prof-pos {
    font-family: var(--font-en-optima);
    font-size: var(--fs18);
    margin-bottom: 10px;
  }
  .chef--item-prof h3 {
    font-size: var(--fs18);
    line-height: 1;
    margin-bottom: 12px;
  }
  .chef--item-prof h3 span {
    font-size: var(--fs14);
    font-weight: 400;
  }
  .chef--item-prof-enname {
    font-family: var(--font-en-basker-i);
    font-size: var(--fs16);
  }
  .chef--item-prof-btn {
    position: relative;
    line-height: 1;
  }
  .chef--item-prof-btn::before,
  .chef--item-prof-btn::after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .chef--item-prof-btn::after {
    top: calc(50% + 1px);
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .chef--item-prof-read {
    text-align: left;
  }
  
  .chef--item-ph img {
    filter: grayscale(100%);
    transition: filter 1.2s ease-in-out;
    transition-delay: 0s;
  }
  .chef--item-ph.is-show img {
    filter: grayscale(0%);
    transition-delay: 0.5s;
  }
  
  #crafting .btn-normal {
    margin: auto;
  }
  
  
  /* commitment */
  /* ============================== */
  #commitment {
    position: relative;
  }
  .comm--inner {
    max-width: 1752px;
    margin: auto;
    padding: 0 7%;
  }
  
  #commitment .sec-read {
    margin-bottom: 90px;
  }
  
  .comm--con-archive {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: calc(93% - 620px);
    max-width: 1060px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .comm--slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .comm--sl-item {
    text-align: center;
  }
  .ca--theme02 a {
    pointer-events: none;
    opacity: .2;
  }
  .comm--sl-thum {
    position: relative;
    margin-bottom: 15px;
  }
  .comm--sl-thum figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    font-family: var(--font-en-minion);
  }
  
  .swiper-button-next-comm {
    position: absolute;
    top: 50%;
    right: 24%;
    width: 177px;
    height: 30px;
    z-index: 99;
  }
  .swiper-button-next-comm::before,
  .swiper-button-next-comm::after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    background: #FFF;
  }
  .swiper-button-next-comm::before {
    width: 100%;
    top: 50%;
    left: 0;
  }
  .swiper-button-next-comm::after {
    position: absolute;
    bottom: 17px;
    left: 170px;
    width: 9px;
    transform: rotate(45deg);
  }
  
}

