@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link {
  border: solid 1px #fff;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #a2824a;
}
.btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

#side-bar {
  background: url("/img/common/pattern-grid.jpg");
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 88;
  transition: 0.3s;
}
#side-bar a {
  outline: solid 2px #000;
  outline-offset: -6px;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#side-bar:hover {
  transform: translateX(7px);
}
#side-bar:hover a {
  color: rgba(0, 0, 0, 0.8);
}

.ic-line, .ic-tel, .ic-mail, .ic-ig {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line::before, .ic-tel::before, .ic-mail::before, .ic-ig::before {
  content: "";
  display: block;
  transition: 0.3s;
}
.ic-line::before {
  width: 32px;
  aspect-ratio: 32/31;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.ic-cart::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 25px;
  max-width: 100%;
  aspect-ratio: 25/24;
  background-image: url("/img/common/ic-cart.png");
  background-size: 100%;
}
.ic-tel::before {
  width: 19px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-mail::before {
  width: 25px;
  aspect-ratio: 25/20;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-ig::before {
  width: 31px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-instagram.png");
  background-size: 100%;
}

.arw-solid {
  position: relative;
}
.arw-solid::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}
.arw-solid:hover::after {
  transform: translate(0, -50%);
}

.bg-circle-com {
  position: relative;
  z-index: 1;
}
.bg-circle-com::before, .bg-circle-com::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
.bg-circle-com::before {
  width: 562px;
  max-width: 29.2708333333%;
  aspect-ratio: 562/415;
  background-image: url("/img/common/bg-circle-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
}
.bg-circle-com::after {
  width: 682px;
  max-width: 35.5208333333%;
  aspect-ratio: 682/576;
  background-image: url("/img/common/bg-circle-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.deco-line::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 1px;
  height: 22px;
  background: #997d42;
  margin: 25px auto 0 auto;
}

.deco-bf-float, .deco-af-float,
.obj-bf-float,
.obj-af-float,
.bg-bf-float,
.bg-af-float {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.deco-bf-float::before, .deco-af-float::after,
.obj-bf-float::before,
.obj-af-float::after,
.bg-bf-float::before,
.bg-af-float::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
  padding: 18px 0;
  border-bottom: solid 1px rgba(115, 115, 115, 0.3);
  line-height: 1.7647058824;
}
.tbl-01 th, .tbl-02 th {
  width: 20%;
}
.tbl-01 td, .tbl-02 td {
  padding-left: 10px;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td, .tbl-02 tr:first-child th, .tbl-02 tr:first-child td {
  padding-top: 0 !important;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-privacy .list-item, .list-commit .list-item, .list-point .list-item, .list-material .list-item, .list-recruit .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
  color: #cda357;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news-top time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top time {
    font-size: 20px;
  }
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news-top__img {
  width: 100%;
  aspect-ratio: 340/250;
  overflow: hidden;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-ent {
  row-gap: 1.5vw;
}
.list-ent__item {
  overflow: hidden;
}
.list-ent__item:nth-child(1), .list-ent__item:nth-child(2) {
  width: 49.29%;
  height: 365px;
}
.list-ent__item:nth-child(1) .list-ent__ttl {
  width: 46.82%;
  aspect-ratio: 420/89;
  border-left-color: #657524;
}
.list-ent__item:nth-child(2) .list-ent__ttl {
  width: 37.9%;
  aspect-ratio: 340/89;
  border-left-color: #cd4b4b;
}
.list-ent__item:nth-child(3), .list-ent__item:nth-child(4), .list-ent__item:nth-child(5) {
  width: 32.31%;
  height: 365px;
}
.list-ent__item:nth-child(3) .list-ent__ttl, .list-ent__item:nth-child(4) .list-ent__ttl, .list-ent__item:nth-child(5) .list-ent__ttl {
  width: 62.93%;
  aspect-ratio: 370/130;
}
.list-ent__item:nth-child(3) .list-ent__ttl {
  border-left-color: #df9c46;
}
.list-ent__item:nth-child(4) .list-ent__ttl {
  border-left-color: #d0b72a;
}
.list-ent__item:nth-child(5) .list-ent__ttl {
  border-left-color: #b86215;
}
.list-ent__item.official a::before {
  background: url("/img/entrance/ent-img-01.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__item.order a::before {
  background: url("/img/entrance/ent-img-02.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__item.furusato a::before {
  background: url("/img/entrance/ent-img-03.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__item.special a::before {
  background: url("/img/entrance/ent-img-04.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__item.recipe a::before {
  background: url("/img/entrance/ent-img-05.jpg") center center no-repeat;
  background-size: cover;
}
.list-ent__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-ent__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
  transition: 0.5s;
}
.list-ent__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0;
}
.list-ent__link:hover::before {
  transform: scale(1.03);
}
.list-ent__link:hover::after {
  opacity: 0.3;
}
.list-ent__ttl {
  border-left: solid 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 1260px) {
  .list-ent__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .list-ent__ttl {
    font-size: 24px;
  }
}
.list-ent__ttl span {
  font-size: 18px;
  font-size: 0.9375vw;
}
@media screen and (max-width: 1260px) {
  .list-ent__ttl span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .list-ent__ttl span {
    font-size: 18px;
  }
}
.list-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.list-bnr .list-item,
.list-bnr .layout-item {
  width: calc((100% - 80px) / 2);
}
.list-bnr__item {
  aspect-ratio: 500/620;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.list-bnr__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  border: solid 1px #cda357;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
}
.list-bnr__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 80%);
  opacity: 0.6;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.list-bnr__link:hover::before {
  transform: translate(0px, 0px);
}
.list-bnr__link:hover .list-bnr__ttl::after {
  transform: translate(-4px, 0);
}
.list-bnr__ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 64px;
  max-width: 100%;
  aspect-ratio: 64/50;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  right: 40px;
  bottom: 40px;
}
.list-bnr .commitment a {
  background: url("/img/top/bnr-img-commitment.jpg") center center no-repeat;
  background-size: cover;
}
.list-bnr .features a {
  background: url("/img/top/bnr-img-features.jpg") center center no-repeat;
  background-size: cover;
}
.list-commit__item:nth-child(1) .ttl-01::before, .list-point__item:nth-child(1) .ttl-01::before, .list-material-item__item:nth-child(1) .ttl-01::before {
  content: "01";
}
.list-commit__item:nth-child(2) .ttl-01::before, .list-point__item:nth-child(2) .ttl-01::before, .list-material-item__item:nth-child(2) .ttl-01::before {
  content: "02";
}
.list-commit__item:nth-child(3) .ttl-01::before, .list-point__item:nth-child(3) .ttl-01::before, .list-material-item__item:nth-child(3) .ttl-01::before {
  content: "03";
}
.list-commit__item:nth-child(4) .ttl-01::before, .list-point__item:nth-child(4) .ttl-01::before, .list-material-item__item:nth-child(4) .ttl-01::before {
  content: "04";
}
.list-commit__item:nth-child(5) .ttl-01::before, .list-point__item:nth-child(5) .ttl-01::before, .list-material-item__item:nth-child(5) .ttl-01::before {
  content: "05";
}
.list-commit__item:nth-child(6) .ttl-01::before, .list-point__item:nth-child(6) .ttl-01::before, .list-material-item__item:nth-child(6) .ttl-01::before {
  content: "06";
}
.list-commit__item:nth-child(7) .ttl-01::before, .list-point__item:nth-child(7) .ttl-01::before, .list-material-item__item:nth-child(7) .ttl-01::before {
  content: "07";
}
.list-commit__item:nth-child(8) .ttl-01::before, .list-point__item:nth-child(8) .ttl-01::before, .list-material-item__item:nth-child(8) .ttl-01::before {
  content: "08";
}
.list-commit__item:nth-child(9) .ttl-01::before, .list-point__item:nth-child(9) .ttl-01::before, .list-material-item__item:nth-child(9) .ttl-01::before {
  content: "09";
}
.list-commit__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-commit .com-layout {
  justify-content: space-between;
}
.list-commit .txtbx {
  width: 565px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-sale {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.list-sale .list-item,
.list-sale .layout-item {
  width: calc((100% - 60px) / 2);
}
.list-sale__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-sale .ttl-02 {
  text-align: center;
}
.list-sale .btn {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}
.list-sale .btn a {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-sale .btn a {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-sale .btn a {
    font-size: 18.6666666667px;
  }
}
.list-point__item {
  background: #0d0d0d;
  border: solid 1px #cda357;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-foods__item {
  background: #0d0d0d;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  padding: 50px 60px;
}
.list-foods .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-foods .img {
  width: 300px;
  max-width: 100%;
  min-width: 300px;
  aspect-ratio: 300/220;
  overflow: hidden;
}
.list-recipe__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-recipe .com-layout {
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-recipe .img {
  width: 515px;
  max-width: 100%;
  min-width: 515px;
  aspect-ratio: 515/364;
  overflow: hidden;
}
.list-recipe .bx,
.list-recipe .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-recipe .ttl-05 {
  text-align: center;
}
.list-recipe h6 {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
.list-recipe .list-material,
.list-recipe .list-flow {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-recipe .list-material,
  .list-recipe .list-flow {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recipe .list-material,
  .list-recipe .list-flow {
    font-size: 17.3333333333px;
  }
}
.list-recipe .list-flow {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-material__item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.list-material__item:first-child {
  padding-top: 0 !important;
}
.list-material dt {
  max-width: 75%;
  display: flex;
}
.list-material dt::before {
  content: "・";
}
.list-material dd {
  max-width: 20%;
  text-align: right;
}
.list-flow__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-flow__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "01";
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50rem;
  padding: 3px 0 3px 1px;
  background: #cda357;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow__item::before {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__item::before {
    font-size: 16.6666666667px;
  }
}
.list-flow__item:nth-child(2)::before {
  content: "02";
}
.list-flow__item:nth-child(3)::before {
  content: "03";
}
.list-flow__item:nth-child(4)::before {
  content: "04";
}
.list-flow__item:nth-child(5)::before {
  content: "05";
}
.list-flow__item:nth-child(6)::before {
  content: "06";
}
.list-flow__item:nth-child(7)::before {
  content: "07";
}
.list-flow__item:nth-child(8)::before {
  content: "08";
}
.list-flow__item:nth-child(9)::before {
  content: "09";
}
.list-flow__item:nth-child(10)::before {
  content: "10";
}
.list-flow__item:nth-child(11)::before {
  content: "11";
}
.list-flow__item:nth-child(12)::before {
  content: "12";
}
.list-flow__item:nth-child(13)::before {
  content: "13";
}
.list-flow__item:nth-child(14)::before {
  content: "14";
}
.list-flow__item:nth-child(15)::before {
  content: "15";
}
.list-flow__item:nth-child(16)::before {
  content: "16";
}
.list-flow__item:nth-child(17)::before {
  content: "17";
}
.list-flow__item:nth-child(18)::before {
  content: "18";
}
.list-flow__item:nth-child(19)::before {
  content: "19";
}
.list-flow__item:nth-child(20)::before {
  content: "20";
}
.list-material-item .list-item, .list-workshop .list-item {
  background: #0d0d0d;
  padding: 50px 60px;
  justify-content: space-between;
}
.list-material-item .txtbx, .list-workshop .txtbx {
  width: 625px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-recruit {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.list-recruit .list-item,
.list-recruit .layout-item {
  width: calc((100% - 50px) / 2);
}
.list-recruit {
  row-gap: 80px;
}
.list-recruit__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-recruit__img {
  width: 100%;
  aspect-ratio: 515/340;
  overflow: hidden;
}
.list-recruit .txtbx {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-recruit__ttl {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  text-align: center;
  line-height: 1.7307692308;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-recruit__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit__ttl {
    font-size: 24px;
  }
}
.list-recruit .btn {
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
}
.list-recruit .btn a {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-recruit .btn a {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recruit .btn a {
    font-size: 18.6666666667px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  border: solid 1px #cda357;
  color: #cda357;
  padding: 10px 20px;
  border-radius: 50rem;
}
.tag-main__link:hover {
  color: rgba(205, 163, 87, 0.8);
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 18px;
  }
}
.tag-sub__item {
  line-height: 1;
  border: solid 1px #cda357;
  border-radius: 50rem;
  color: #fff;
  padding: 3px 15px 5px 15px;
  border-radius: 50rem;
  color: #cda357;
}

.ttl-sub {
  border-left: solid #cda357 6px;
  border-bottom: solid 1px #737373;
  background: #0d0d0d;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  line-height: 1.625;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 28px;
  }
}
.ttl-01::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "01";
  width: 66px;
  min-width: 66px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-circle.png");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3px 0;
  color: #cda357;
  line-height: 1;
  letter-spacing: 0;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .ttl-01::before {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01::before {
    font-size: 22px;
  }
}
.ttl-01 span {
  margin-top: 5px;
}
.ttl-02 {
  border-bottom: solid 1px #cda357;
  padding-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 26.6666666667px;
  }
}
.ttl-03 {
  color: #cda357;
  letter-spacing: 0.24em;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 26.6666666667px;
  }
}
.ttl-04 {
  letter-spacing: 0.24em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 28px;
  }
}
.ttl-05 {
  background: #997d42;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-05 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-05 {
    font-size: 20px;
  }
}
.ttl-06 {
  background: #997d42;
  padding: 8px 40px;
  letter-spacing: 0.24em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-06 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-06 {
    font-size: 28px;
  }
}

.txt-plain {
  line-height: 2.2352941176;
}
.txt-01 {
  line-height: 1.6666666667;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 18.6666666667px;
  }
}
.txt-02 {
  line-height: 2.1111111111;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 18.6666666667px;
  }
}
.txt-03 {
  line-height: 2;
}
.txt-04 {
  line-height: 1.7647058824;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18.6666666667px;
  }
}
.header-nav__link {
  letter-spacing: 0.12em;
}
.header-nav .current {
  color: #cda357;
}

.footer-nav {
  margin-top: 50px;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 176px 160px;
  grid-template-rows: repeat(5, auto);
  gap: 30px 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 17.3333333333px;
  }
}
.footer-nav__link {
  letter-spacing: 0;
}

#header {
  width: 100%;
  background: #000;
}

.header-bar {
  width: 100%;
  min-width: 1260px;
  padding: 20px 40px 20px 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  background: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, 0) 100%);
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
}

.sv {
  aspect-ratio: 1920/700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sv-ttl {
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.24em;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 46.6666666667px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-features {
  background: url("/img/features/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-initiatives {
  background: url("/img/initiatives/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-info {
  background: url("/img/info/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

#page-ent {
  background: #000;
  min-height: 100vh;
  padding: 25px 2.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 25px;
}

#page-top {
  position: relative;
  z-index: 1;
}
#page-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/para-img.jpg");
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.top-policy, .top-bnr {
  padding: 120px 0;
}
.top-policy .ttl-main, .top-news .ttl-main {
  margin-bottom: 60px;
}

.top-about {
  padding: 150px 0 120px 0;
  background: url("/img/top/about-bg-01.png") left top no-repeat;
  background-size: 49.53%;
}
.top-about .ttl-main {
  margin-bottom: 70px;
}
.top-about .wrp-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100px, 100px);
}
.top-about .img-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-about .obj-bf-float::before {
  width: 392px;
  max-width: 100%;
  aspect-ratio: 392/318;
  background-image: url("/img/top/about-obj-takenoko.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(130px, -100px);
}
.top-about.bg-af-float::after {
  width: 823px;
  max-width: 42.8645833333%;
  aspect-ratio: 823/420;
  background-image: url("/img/top/about-bg-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.top-policy {
  background: url("/img/top/policy-bg-01.png") left top no-repeat;
  background-size: 28.91%;
}
.top-policy.bg-af-float::after {
  width: 690px;
  max-width: 35.9375%;
  aspect-ratio: 690/213;
  background-image: url("/img/top/policy-bg-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.top-bnr {
  background: url("/img/top/bnr-bg-01.png") left 3.39% top no-repeat;
  background-size: 28.65%;
}
.top-bnr.bg-af-float::after {
  width: 773px;
  max-width: 40.2604166667%;
  aspect-ratio: 773/565;
  background-image: url("/img/top/bnr-bg-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.top-initiatives {
  padding: 100px 0 120px 0;
}
.top-initiatives .ttl-main {
  margin-bottom: 35px;
}
.top-initiatives .com-base {
  background: rgba(0, 0, 0, 0.9);
}

.top-news {
  padding: 130px 0 90px 0;
  background: url("/img/top/news-bg-01.png") left top no-repeat;
  background-size: 46.82%;
}
.top-news.bg-af-float::after {
  width: 595px;
  max-width: 30.9895833333%;
  aspect-ratio: 595/416;
  background-image: url("/img/top/news-bg-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

#page-low {
  background: #000;
}
#page-low section {
  padding: 120px 0;
}
#page-low .ttl-main {
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.24em;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #page-low .ttl-main {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #page-low .ttl-main {
    font-size: 34.6666666667px;
  }
}

.about-greeting {
  background: url("/img/about/greeting-bg-01.png") left bottom no-repeat;
  background-size: 42.86%;
}
.about-greeting .img {
  margin-left: -100px;
}
.about-greeting .obj-bf-float::before {
  width: 271px;
  max-width: 100%;
  aspect-ratio: 271/318;
  background-image: url("/img/about/greeting-obj.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-270px, -80px);
}
.about-greeting.bg-bf-float::before {
  width: 839px;
  max-width: 43.6979166667%;
  aspect-ratio: 839/789;
  background-image: url("/img/about/greeting-bg-02.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}
.about-sale {
  background: url("/img/about/sale-bg-01.png") left top no-repeat;
  background-size: 28.65%;
}
.about-sale.bg-af-float::after {
  width: 682px;
  max-width: 35.5208333333%;
  aspect-ratio: 682/576;
  background-image: url("/img/about/sale-bg-02.png");
  background-size: 100%;
  right: 0;
  bottom: 50px;
}

.features-about .img {
  margin-right: -100px;
}

.recruit-detail dl {
  border-bottom: solid 1px rgba(115, 115, 115, 0.3);
  padding: 25px 0;
  display: flex;
}
.recruit-detail dl dt {
  width: 20%;
}
.recruit-detail dl dd {
  width: 80%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.recruit-detail .btn-01 {
  width: 270px;
  max-width: 100%;
}
.recruit-detail .btn-01 a {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-detail .btn-01 a {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .recruit-detail .btn-01 a {
    font-size: 16.6666666667px;
  }
}

#com-contact {
  background: url("/img/common/pattern-flower.jpg") center center;
  padding: 130px 0 120px 0;
}
#com-contact .ttl-main {
  margin-bottom: 50px;
}
#com-contact .deco-line::after {
  background: #000;
}
#com-contact .bx {
  background: url("/img/common/contact-base.png") center center no-repeat;
  background-size: cover;
}
#com-contact .list-btn {
  row-gap: 22px;
}
#com-contact .list-btn .list-item {
  width: 270px;
  max-width: 100%;
}
#com-contact .list-btn .btn-01 a {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #com-contact .list-btn .btn-01 a {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .list-btn .btn-01 a {
    font-size: 16.6666666667px;
  }
}
#com-contact.obj-bf-float::before {
  width: 100%;
  aspect-ratio: 1920/150;
  background-image: url("/img/common/frame-arch.png");
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1px);
}

#footer {
  background: #000;
}

.footer-com {
  padding: 110px 0 20px 0;
}
.footer-com .com-logo {
  margin-bottom: 50px;
}/*# sourceMappingURL=style.css.map */