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

#page-header .ph--en-tt,
#page-header .ph--en-read,
.cc--read h2,
.cc--read .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) {
  .cc--hd-bg {
    position: relative;
    background-image: url(../img/cc_hd_bg.jpg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 120px;
  }

  .cc--read {
    text-align: center;
  }
  .cc--read .sec-read {
    margin-bottom: 80px;
  }
  .cc--read p + p {
    margin-top: 30px;
  }

  .cc--read .btn-normal {
    margin: auto;
  }

  .cc--movie {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1320px;
    height: 100%;
    aspect-ratio: 1 / 0.605;
    background-color: #000;
    margin: auto;
  }

  /* art */
  /* ============================== */
  #art {
    position: relative;
    margin: auto;
    padding: 120px 0;
  }
  .art--inner {
    margin: auto;
    padding: 0 5%;
  }

  #art .sec-en-tt {
    font-size: var(--fs42);
    letter-spacing: -0.018em;
  }
  #art .sec-header h2 {
    line-height: 1.6;
  }

  .art--inner .colum-l {
    margin-bottom: 80px;
  }
  .art--inner .colum-r {
    width: 80%;
    margin: auto;
  }

  /* bg */
  /* ============================== */
  .cc--bg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.469;
    background-image: url(../img/cc_bg.jpg);
    background-size: cover;
  }

  /* crafting */
  /* ============================== */
  #crafting {
    position: relative;
    background-image: url(../img/top_crafting_bg.webp);
    background-size: 1000px;
    background-position: 10% -8%;
    background-repeat: no-repeat;
    background-color: rgb(28, 28, 28);
    background-blend-mode: color-burn;
    margin: auto;
    padding: 120px 0 0;
  }
  .craft--inner {
    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 {
    margin: auto;
    padding: 0 5%;
  }
  .chef--item {
    display: flex;
    flex-flow: column;
    flex: 1;
  }
  .chef--item + .chef--item {
    margin-top: 80px;
  }
  .chef--item-txt {
    padding-top: 30px;
    order: 2;
  }
  .chef--item-prof {
    line-height: 1;
    margin-bottom: 30px;
  }
  .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(--fs13);
    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-txt h4 {
    font-family: var(--font-en-ebg);
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .chef--item-txt h4::after {
    display: block;
    content: "";
    flex: 1;
    width: auto;
    height: 1px;
    margin-left: 8px;
    background-color: var(--font-color-base);
  }
  .chef--item-prof-read {
    font-size: var(--fs14);
    text-align: justify;
    line-height: 1.8;
  }

  .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;
  }
  
}

@media (min-width: 769px) {
  .cc--hd-bg {
    position: relative;
    background-image: url(../img/cc_hd_bg.jpg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 280px;
  }

  .cc--read {
    text-align: center;
  }
  .cc--read .sec-read {
    margin-bottom: 80px;
  }
  .cc--read p + p {
    margin-top: 30px;
  }

  .cc--read .btn-normal {
    margin: auto;
  }

  .cc--movie {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1320px;
    height: 100%;
    aspect-ratio: 1 / 0.605;
    background-color: #000;
    margin: auto;
  }

  /* art */
  /* ============================== */
  #art {
    position: relative;
    margin: auto;
    padding: 200px 0;
  }
  .art--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1752px;
    margin: auto;
    padding: 0 11.5%;
  }

  #art .sec-en-tt {
    font-size: var(--fs61);
    letter-spacing: -0.018em;
  }
  #art .sec-header h2 {
    line-height: 1.6;
  }

  .art--inner .colum-r {
    width: 40%;
  }

  /* bg */
  /* ============================== */
  .cc--bg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.469;
    background-image: url(../img/cc_bg.jpg);
    background-size: cover;
  }

  /* 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: auto;
    padding: 175px 0 0;
  }
  .craft--inner {
    max-width: 1752px;
    margin: auto;
    padding: 0 11.5%;
  }

  #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 {
    width: 1020px;
    margin: auto;
  }
  .chef--item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .chef--item + .chef--item {
    margin-top: 100px;
  }
  .chef--item-txt {
    flex: 1;
    margin-left: 60px;
    padding-top: 20px;
    order: 2;
  }
  .chef--item-prof {
    line-height: 1;
    margin-bottom: 30px;
  }
  .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-txt h4 {
    font-family: var(--font-en-ebg);
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .chef--item-txt h4::after {
    display: block;
    content: "";
    flex: 1;
    width: auto;
    height: 1px;
    margin-left: 8px;
    background-color: var(--font-color-base);
  }
  .chef--item-prof-read {
    font-size: var(--fs14);
    text-align: justify;
    line-height: 1.8;
  }
  
  .chef--item-ph {
    width: 300px;
  }
  .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;
  }
  
}
