/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.about {
  position: relative;
  z-index: 1;
}
.about__wrapper {
  position: relative;
  container-type: inline-size;
  padding: 215px 0;
}
@media all and (max-width: 480px) {
  .about__wrapper {
    padding: 36% 0 56%;
  }
}
.about .enhead::before {
  bottom: -51px;
}
@media all and (max-width: 480px) {
  .about .enhead::before {
    bottom: -34px;
  }
}
.about .enhead::after {
  bottom: -45px;
}
@media all and (max-width: 480px) {
  .about .enhead::after {
    bottom: -28px;
  }
}
.about__txt {
  text-align: center;
  word-break: keep-all;
  margin: 70px auto 0;
  max-width: 750px;
  font-size: 1.8rem;
  line-height: 3;
}
@media all and (max-width: 1367px) {
  .about__txt {
    max-width: 720px;
  }
}
@media (width < 1100px) {
  .about__txt {
    max-width: 700px;
  }
}
@media all and (max-width: 480px) {
  .about__txt {
    font-size: min(4vw, 1.55rem);
    line-height: 2.5;
  }
}
.about-img1 {
  position: absolute;
  top: -2.5cqw;
  right: 4cqw;
  width: 23cqw;
}
@media all and (max-width: 480px) {
  .about-img1 {
    top: -6.5cqw;
    width: 28cqw;
  }
}
.about-img2 {
  position: absolute;
  top: 8cqw;
  left: 13cqw;
  width: 14.5cqw;
}
@media all and (max-width: 1367px) {
  .about-img2 {
    left: 4cqw;
  }
}
@media all and (max-width: 480px) {
  .about-img2 {
    left: 1cqw;
    width: 24cqw;
  }
}
.about-img3 {
  position: absolute;
  top: 34.5cqw;
  right: 0;
  width: 12.5cqw;
}
@media all and (max-width: 480px) {
  .about-img3 {
    top: auto;
    bottom: 34cqw;
    right: 4cqw;
    width: 22cqw;
  }
}
.about-img4 {
  position: absolute;
  bottom: 10.5cqw;
  right: 16cqw;
  width: 12.5cqw;
}
@media (width < 1100px) {
  .about-img4 {
    right: 7cqw;
  }
}
@media all and (max-width: 480px) {
  .about-img4 {
    bottom: 5cqw;
    right: 20cqw;
    width: 22cqw;
  }
}
.about-img5 {
  position: absolute;
  top: 32cqw;
  left: 0;
  width: 20cqw;
}
@media (width < 1100px) {
  .about-img5 {
    top: auto;
    bottom: 10cqw;
    width: 18cqw;
  }
}
@media all and (max-width: 480px) {
  .about-img5 {
    left: 1cqw;
    width: 32cqw;
  }
}

@media all and (max-width: 480px) {
  .chef {
    margin-top: 50px;
  }
}
.chef__wrapper {
  display: flex;
  flex-direction: column;
  gap: 170px 0;
}
@media (width < 1441px) {
  .chef__wrapper {
    gap: 85px 0;
  }
}
@media all and (max-width: 480px) {
  .chef__wrapper {
    gap: 50px 0;
  }
}
.chef__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 45px;
  container-type: inline-size;
  margin-bottom: 70px;
  color: #fff;
}
@media all and (max-width: 1025px) {
  .chef__list {
    gap: 45px;
  }
}
@media all and (max-width: 896px) {
  .chef__list {
    background: #193059;
    margin-bottom: 0;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 480px) {
  .chef__list {
    padding-bottom: 50px;
    gap: 23px;
  }
}
.chef__list::after {
  position: absolute;
  content: "";
  top: 5cqw;
  left: 0;
  width: 89cqw;
  height: 65cqw;
  min-height: 1000px;
  background: #193059;
  z-index: -1;
}
@media (width < 1681px) {
  .chef__list::after {
    min-height: 1250px;
    width: 92cqw;
  }
}
@media (width < 1501px) {
  .chef__list::after {
    width: 99cqw;
  }
}
@media (width < 1441px) {
  .chef__list::after {
    min-height: 1180px;
  }
}
@media all and (max-width: 1367px) {
  .chef__list::after {
    min-height: 1150px;
  }
}
@media (width < 1101px) {
  .chef__list::after {
    min-height: 1080px;
  }
}
@media all and (max-width: 1025px) {
  .chef__list::after {
    width: 100cqw;
    min-height: 980px;
  }
}
@media all and (max-width: 896px) {
  .chef__list::after {
    content: none;
  }
}
.chef__list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .chef__list-top {
    flex-wrap: wrap;
  }
}
.chef__list-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 4cqw;
  width: 86cqw;
  max-width: 1300px;
  margin-inline: auto;
}
@media all and (max-width: 1025px) {
  .chef__list-bottom {
    justify-content: space-between;
    width: 93cqw;
  }
}
@media all and (max-width: 896px) {
  .chef__list-bottom {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  .chef__list-bottom {
    width: 90cqw;
    margin-inline: auto;
  }
}
.chef__list-mainimg {
  position: relative;
  width: 70cqw;
  margin-left: -8cqw;
}
@media (width < 1501px) {
  .chef__list-mainimg {
    margin-left: 0;
  }
}
@media all and (max-width: 1025px) {
  .chef__list-mainimg {
    width: 63cqw;
    margin-inline: auto;
  }
}
@media all and (max-width: 896px) {
  .chef__list-mainimg {
    width: 100cqw;
  }
}
.chef__list-en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
@media all and (max-width: 1025px) {
  .chef__list-en {
    bottom: -10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 896px) {
  .chef__list-en {
    bottom: 0;
  }
}
.chef__list-en img {
  height: 70px;
  vertical-align: bottom;
}
@media all and (max-width: 480px) {
  .chef__list-en img {
    height: auto;
    width: 85vw;
  }
}
.chef__list-name {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 30cqw;
  margin-left: 3cqw;
  margin-top: 5cqw;
}
@media (width < 1501px) {
  .chef__list-name {
    margin-left: 0;
  }
}
@media all and (max-width: 896px) {
  .chef__list-name {
    width: 100cqw;
  }
}
.chef__list-name img {
  width: 110px;
}
@media all and (max-width: 1367px) {
  .chef__list-name img {
    width: 90px;
  }
}
@media all and (max-width: 480px) {
  .chef__list-name img {
    width: 60px;
  }
}
.chef__list-name p, .chef__list-name h2 {
  width: 100%;
}
.chef__list-name h2 {
  margin-top: 1.5cqw;
  font-size: 1.8rem;
  word-break: keep-all;
}
@media all and (max-width: 1367px) {
  .chef__list-name h2 {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .chef__list-name h2 {
    font-size: min(4vw, 1.6rem);
  }
}
.chef__list-name dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  letter-spacing: 0.1em;
}
.chef__list-name dl dt {
  font-size: 1.8rem;
}
@media all and (max-width: 1367px) {
  .chef__list-name dl dt {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .chef__list-name dl dt {
    font-size: min(4vw, 1.6rem);
  }
}
.chef__list-name dl dd {
  font-size: 3rem;
}
@media all and (max-width: 1367px) {
  .chef__list-name dl dd {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 480px) {
  .chef__list-name dl dd {
    font-size: min(7vw, 2.5rem);
  }
}
.chef__list-detail {
  width: 42cqw;
}
@media all and (max-width: 1025px) {
  .chef__list-detail {
    width: 48cqw;
  }
}
@media all and (max-width: 896px) {
  .chef__list-detail {
    width: 100cqw;
  }
}
.chef__list-detail p {
  font-size: 1.6rem;
}
@media all and (max-width: 1367px) {
  .chef__list-detail p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .chef__list-detail p {
    font-size: min(4vw, 1.3rem);
  }
}
.chef__list-detail ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2cqw;
  margin-top: 3cqw;
}
@media all and (max-width: 896px) {
  .chef__list-detail ul {
    width: 80cqw;
    margin: 5cqw auto 2cqw;
  }
}
@media all and (max-width: 480px) {
  .chef__list-detail ul {
    width: 85cqw;
    gap: 3cqw;
    margin: 5cqw auto 3cqw;
  }
}
.chef__list-subimg {
  width: 41cqw;
  margin-right: -8cqw;
}
@media all and (max-width: 1025px) {
  .chef__list-subimg {
    width: 48cqw;
    margin-right: 0;
    margin-inline: auto;
  }
}
@media all and (max-width: 896px) {
  .chef__list-subimg {
    width: 80cqw;
  }
}
@media all and (max-width: 480px) {
  .chef__list-subimg {
    width: 85cqw;
  }
}
.chef__list.second {
  flex-direction: row-reverse;
}
.chef__list.second::after {
  height: 62.5cqw;
}
@media (width < 1681px) {
  .chef__list.second::after {
    min-height: 1200px;
  }
}
@media all and (max-width: 1367px) {
  .chef__list.second::after {
    min-height: 1130px;
  }
}
@media all and (max-width: 1025px) {
  .chef__list.second::after {
    min-height: 960px;
  }
}
.chef__list.second .chef__list-en {
  text-align: left;
  padding-right: 0;
  padding-left: 20px;
}
@media all and (max-width: 1025px) {
  .chef__list.second .chef__list-en {
    padding-left: 10px;
  }
}
@media all and (max-width: 480px) {
  .chef__list.second .chef__list-en {
    text-align: left;
  }
}
.chef__list.second .chef__list-en img {
  height: 55px;
}
@media all and (max-width: 480px) {
  .chef__list.second .chef__list-en img {
    height: auto;
    width: 95vw;
  }
}
.chef__list.second .chef__list-mainimg {
  order: 2;
  margin-left: 0;
  margin-right: -8cqw;
}
@media (width < 1601px) {
  .chef__list.second .chef__list-mainimg {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .chef__list.second .chef__list-mainimg {
    order: 1;
  }
}
.chef__list.second .chef__list-name {
  order: 1;
  margin-left: auto;
  margin-right: 3cqw;
}
@media all and (max-width: 896px) {
  .chef__list.second .chef__list-name {
    order: 2;
    margin-inline: auto;
  }
}
.chef__list.second .chef__list-detail {
  order: 2;
}
@media all and (max-width: 896px) {
  .chef__list.second .chef__list-detail {
    order: 1;
  }
}
.chef__list.second .chef__list-subimg {
  order: 1;
  margin-right: 0;
  margin-left: -8cqw;
}
@media (width < 1501px) {
  .chef__list.second .chef__list-subimg {
    margin-left: 0;
  }
}
@media all and (max-width: 896px) {
  .chef__list.second .chef__list-subimg {
    order: 2;
    margin-inline: auto;
  }
}
.chef__list.second::after {
  left: auto;
  right: 0;
}

.separate {
  margin-top: 190px;
}
@media all and (max-width: 1367px) {
  .separate {
    margin-top: 80px;
  }
}
@media all and (max-width: 1025px) {
  .separate {
    margin-top: 120px;
  }
}
@media all and (max-width: 480px) {
  .separate {
    margin-top: 60px;
  }
}

.next {
  margin-top: 170px;
}
@media all and (max-width: 1367px) {
  .next {
    margin-top: 85px;
  }
}
@media all and (max-width: 480px) {
  .next {
    margin-top: 50px;
  }
}
.next__wrapper .next__box {
  margin: 50px auto 0;
}
@media all and (max-width: 1367px) {
  .next__wrapper .next__box {
    max-width: 93cqw;
  }
}
@media all and (max-width: 896px) {
  .next__wrapper .next__box {
    max-width: 85cqw;
  }
}
@media all and (max-width: 480px) {
  .next__wrapper .next__box {
    max-width: 100cqw;
  }
}
.next__wrapper .next__box:nth-child(even) .next__txt {
  order: 1;
}
@media all and (max-width: 896px) {
  .next__wrapper .next__box:nth-child(even) .next__txt {
    order: 2;
  }
}
.next__wrapper .next__box:nth-child(even) .next__img {
  order: 2;
}
@media all and (max-width: 896px) {
  .next__wrapper .next__box:nth-child(even) .next__img {
    order: 1;
  }
}
.next__wrapper .next__box .next__txt {
  order: 2;
}
.next__wrapper .next__box .next__img {
  order: 1;
}
.next__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #eeeeee;
  container-type: inline-size;
}
@media all and (max-width: 896px) {
  .next__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.next__txt {
  display: grid;
  place-content: center;
  padding: 0 4cqw;
}
@media all and (max-width: 1367px) {
  .next__txt {
    padding: 3cqw 4cqw;
  }
}
@media all and (max-width: 480px) {
  .next__txt {
    padding: 7cqw 5cqw;
  }
}
.next__txt h2 {
  font-size: 2.6rem;
  border-bottom: 1px solid #bba47e;
  color: #bba47e;
  display: flex;
  gap: 0 20px;
}
@media all and (max-width: 1025px) {
  .next__txt h2 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 480px) {
  .next__txt h2 {
    gap: 0 15px;
    font-size: min(6vw, 2.5rem);
  }
}
.next__txt h2 img {
  width: 50px;
}
@media all and (max-width: 480px) {
  .next__txt h2 img {
    width: 40px;
  }
}
.next__txt h2 + p {
  word-break: keep-all;
}
@media all and (max-width: 1025px) {
  .next__txt h2 + p {
    font-size: 1.4rem;
  }
}
.next__txt dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 1em;
  margin-top: 10px;
}
.next__txt dl dd {
  font-size: 2.4rem;
}
@media all and (max-width: 480px) {
  .next__txt dl dd {
    width: 100%;
    font-size: min(5vw, 2.2rem);
    line-height: 1;
  }
}
.next__txt ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 0 2cqw;
}
@media all and (max-width: 896px) {
  .next__txt ul {
    gap: 0 4cqw;
  }
}
@media all and (max-width: 480px) {
  .next__txt ul {
    flex-wrap: wrap;
    gap: 4cqw;
  }
}
.next__txt ul li:first-child {
  width: 44cqw;
}
@media all and (max-width: 1367px) {
  .next__txt ul li:first-child {
    width: 48cqw;
  }
}
@media all and (max-width: 480px) {
  .next__txt ul li:first-child {
    width: 100cqw;
  }
}
.next__txt ul li:last-child {
  width: 36cqw;
}
@media all and (max-width: 1367px) {
  .next__txt ul li:last-child {
    width: 32cqw;
  }
}
@media all and (max-width: 480px) {
  .next__txt ul li:last-child {
    width: 80cqw;
    margin-inline: auto;
  }
}
.next__txt ul li:last-child img {
  width: 100%;
}
@media all and (max-width: 1367px) {
  .next__txt ul li p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .next__txt ul li p {
    font-size: min(3.5vw, 1.3rem);
  }
}
@media all and (max-width: 1025px) {
  .next__enttl img {
    max-height: 8px;
  }
}

.movie {
  padding: 150px 0;
}
@media all and (max-width: 1367px) {
  .movie {
    padding: 75px 0;
  }
}
.movie .soontxt {
  width: 800px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: grid;
  place-content: center;
  background: #eeeeee;
  margin: 50px auto 0;
}
@media (width < 801px) {
  .movie .soontxt {
    width: calc(100% - 50px);
  }
}

.project {
  background: #eeeeee;
  width: 100%;
  padding: 150px 0;
}
@media all and (max-width: 1367px) {
  .project {
    padding: 75px 0;
  }
}
@media all and (max-width: 480px) {
  .project .enhead img {
    height: 50px;
  }
}
.project .soontxt {
  max-width: 1400px;
  height: 380px;
  width: 100%;
  border: 1px solid #bba47e;
  margin-top: 55px;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  justify-self: center;
}
@media (width < 1501px) {
  .project .soontxt {
    width: 80vw;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 896px) {
  .project .soontxt {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 480px) {
  .project .soontxt {
    height: 200px;
  }
}

.enhead {
  position: relative;
  text-align: center;
}
.enhead img {
  height: 30px;
}
@media (width < 1101px) {
  .enhead img {
    height: 25px;
  }
}
@media all and (max-width: 480px) {
  .enhead img {
    height: 18px;
  }
}
.enhead h2 {
  margin-top: 45px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
@media (width < 1101px) {
  .enhead h2 {
    margin-top: 30px;
    font-size: 2.6rem;
  }
}
@media all and (max-width: 480px) {
  .enhead h2 {
    font-size: min(5vw, 1.6rem);
  }
}
.enhead::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2210%22%20viewBox%3D%220%200%209%2010%22%3E%3Cg%20transform%3D%22translate(-4587%20262)%22%3E%3Cpath%20d%3D%22M4.5%2C0C4.5%2C2.13%2C1.914%2C5%2C0%2C5c1.914%2C0%2C4.5%2C2.879%2C4.5%2C5C4.5%2C7.87%2C7.086%2C5%2C9%2C5%2C7.086%2C5%2C4.5%2C2.121%2C4.5%2C0Z%22%20transform%3D%22translate(4587%20-262)%22%20fill%3D%22%23bba47e%22%2F%3E%3Cpath%20d%3D%22M4.5%2C0C4.5%2C2.13%2C1.914%2C5%2C0%2C5c1.914%2C0%2C4.5%2C2.879%2C4.5%2C5C4.5%2C7.87%2C7.086%2C5%2C9%2C5%2C7.086%2C5%2C4.5%2C2.121%2C4.5%2C0Z%22%20transform%3D%22translate(4587%20-262)%22%20fill%3D%22none%22%20stroke%3D%22%23bba47e%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 54px;
  width: 13px;
  height: 14px;
}
@media (width < 1101px) {
  .enhead::before {
    bottom: 48px;
  }
}
@media all and (max-width: 480px) {
  .enhead::before {
    bottom: 42px;
  }
}
.enhead::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  height: 1px;
  background-color: #bba47e;
}
@media (width < 1101px) {
  .enhead::after {
    width: 50px;
    bottom: 55px;
  }
}
@media all and (max-width: 480px) {
  .enhead::after {
    width: 30px;
    bottom: 48px;
  }
}

.soontxt {
  font-size: 2.2rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  .soontxt {
    font-size: min(5vw, 1.8rem);
  }
}