.global_inner {
  overflow-x: hidden;
}

@media screen and (min-width: 1100px) {
  .front-page_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 795px;
    padding-bottom: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1100px) {
  .front-page_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(200px, 15.625vw, 300px);
    height: 735px;
    padding: 18px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1100px) {
  .front-page_header_logo {
    -webkit-transform: translate(-1px, -4px);
            transform: translate(-1px, -4px);
    width: 162px;
    height: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .front-page_header_logo path {
    fill: #222222;
  }
}
.front-page_header_logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.front-page_header_logo a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1100px) {
  .front-page_header_nav {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .front-page_header_nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}

.front-page_header_nav-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.front-page_header_nav-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1100px) {
  .front-page_header_nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .front-page_header_nav-en {
    color: #222222;
    text-align: center;
    font-family: "Patua One", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.92px;
  }
}

@media screen and (min-width: 1100px) {
  .front-page_header_nav-ja {
    color: #222222;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1100px) {
  .front-page_header-nav-snsIcon path {
    fill: #222222;
  }
}

.front-page_fv {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  height: 667px;
}
@media screen and (min-width: 1100px) {
  .front-page_fv {
    height: 735px;
  }
}

.front-page_fv_inner {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_inner {
    padding-left: 50px;
  }
}

.front-page_fv-text {
  margin-top: 124px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.24px;
}
@media screen and (min-width: 1100px) {
  .front-page_fv-text {
    margin-top: 603px;
    font-size: 20px;
    letter-spacing: 2.8px;
  }
}

.front-page_fv_article {
  position: absolute;
  bottom: 32px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1100px) {
  .front-page_fv_article {
    bottom: 20px;
    right: 20px;
    left: auto;
    width: 388px;
  }
}

.front-page_fv_entry-item {
  max-width: 335px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1100px) {
  .front-page_fv_entry-item {
    max-width: 388px;
    width: 100%;
  }
}

.front-page_fv_entry-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 12px;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_entry-item-inner {
    padding: 16px;
  }
}

.front-page_fv_balloon-pickup {
  position: absolute;
  top: -43px;
  right: 0;
  width: 126px;
  height: 82px;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_balloon-pickup {
    top: -51px;
    width: 168px;
    height: 109px;
  }
}
.front-page_fv_balloon-pickup img {
  width: 100%;
  height: auto;
}

.front-page_fv_entry-item-tag {
  position: absolute;
  z-index: 90;
  top: 8px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  background-color: #382620;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_entry-item-tag {
    top: 8px;
  }
}
.front-page_fv_entry-item-tag::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 4px;
  background-image: url(./img/category-badge__deco-bottom.svg);
}
.front-page_fv_entry-item-tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  -webkit-transform: translateX(-0.3px);
          transform: translateX(-0.3px);
  width: 5px;
  height: 22px;
  background-image: url(./img/category-badge__deco-right.svg);
}

.front-page_fv_entry-item-img {
  z-index: 80;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_entry-item-img {
    width: 120px;
    height: 120px;
  }
}
.front-page_fv_entry-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.front-page_fv_entry-item-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 1100px) {
  .front-page_fv_entry-item-body {
    padding-right: 12px;
  }
}

.front-page_fv_entry-item-published {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.front-page_fv_entry-item-title {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_entry-item-title {
    font-size: 14px;
    font-weight: 700;
  }
}

.front-page_fv_swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.front-page_fv_deco {
  position: absolute;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  top: 0;
  right: 0;
  width: 984px;
  height: 795px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .front-page_fv_deco {
    width: 1029px;
  }
}

.front-page_concept {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1100px) {
  .front-page_concept {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.front-page_concept_bg-deco {
  position: absolute;
  top: -20px;
  right: -17px;
  width: 145px;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_bg-deco {
    top: -40px;
    right: -40px;
    width: 296px;
  }
}
.front-page_concept_bg-deco img {
  width: 100%;
}

.front-page_concept_inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 467px;
  width: 100%;
  max-width: 560px;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 80px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding-left: 0;
    padding-right: 90px;
    padding-bottom: 0;
    max-width: 1280px;
  }
}

.front-page_concept_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_content {
    margin-top: 31.5px;
    gap: 48px;
  }
}

.front-page_concept_content-title .heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.front-page_concept_content-subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_content-subtitle {
    font-size: 28px;
  }
}

.front-page_concept_content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  font-size: 14px;
}

.front-page_concept_content-button {
  margin-top: 1px;
  margin-left: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_content-button {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.front-page_concept_img {
  position: absolute;
  z-index: 90;
  bottom: 0;
  left: 0;
  max-width: 315px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_img {
    position: static;
    max-width: 600px;
  }
}
.front-page_concept_img img {
  width: 100%;
}

.front-page_concept_deco {
  position: absolute;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  bottom: 0;
  max-width: 100%;
  width: calc(100% - 20px);
  height: 100px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .front-page_concept_deco {
    right: 90px;
    width: calc(100% - 90px);
    height: 300px;
  }
}

.front-page_specialLunchSet {
  margin-top: 120px;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.front-page_specialLunchSet_deco {
  position: absolute;
  z-index: 90;
  top: -170px;
  right: -33px;
  width: 119px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_deco {
    top: -130px;
    right: -34px;
    width: 201px;
  }
}
.front-page_specialLunchSet_deco img {
  width: 100%;
}

.front-page_specialLunchSet_inner {
  position: relative;
  z-index: 80;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
}

.front-page_specialLunchSet_deco2 {
  position: absolute;
  z-index: 90;
  top: -106px;
  right: -20px;
  max-width: 206px;
  height: 107px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_deco2 {
    top: 99px;
    right: 15.5px;
    max-width: 308px;
  }
}
.front-page_specialLunchSet_deco2 img {
  width: 100%;
}

.front-page_specialLunchSet_title .heading_en {
  margin-left: 4px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_title .heading_en {
    margin-left: 10px;
  }
}

.front-page_specialLunchSet_content {
  position: relative;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_content {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.front-page_specialLunchSet_messageRibbon {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 230px;
  width: calc(100% - 40px);
  height: 37px;
  background: #222;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_messageRibbon {
    top: -20px;
    max-width: 290px;
    font-size: 18px;
  }
}
.front-page_specialLunchSet_messageRibbon::after {
  content: "";
  position: absolute;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  top: 7px;
  left: -19px;
  width: 31px;
  height: 37px;
  background-image: url(./img/messageRibbon__deco-left.svg);
}
.front-page_specialLunchSet_messageRibbon::before {
  content: "";
  position: absolute;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  top: 7px;
  right: -19px;
  width: 31px;
  height: 37px;
  background-image: url(./img/messageRibbon__deco-right.svg);
}

.front-page_specialLunchSet_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 336px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_items {
    max-width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 26.67px;
  }
}

.front-page_specialLunchSet_item {
  margin: 0;
  max-width: 158px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item {
    max-width: 260px;
  }
}
.front-page_specialLunchSet_item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item:nth-child(2), .front-page_specialLunchSet_item:nth-child(4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item:nth-child(1) figcaption, .front-page_specialLunchSet_item:nth-child(3) figcaption, .front-page_specialLunchSet_item:nth-child(4) figcaption {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item:nth-child(2) figcaption {
    margin-top: 17px;
  }
}

.front-page_specialLunchSet_item-figcaption {
  margin-top: 16.5px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item-figcaption {
    margin-top: 0;
  }
}

.front-page_specialLunchSet_item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item-name {
    gap: 12px;
    font-size: 18px;
  }
}
.front-page_specialLunchSet_item-name span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #222;
  color: #ffffff;
  text-align: center;
  font-family: "Patua One", serif;
  font-size: 19px;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_item-name span {
    width: 49px;
    height: 49px;
    font-size: 32px;
    line-height: 1.5;
  }
}

.front-page_specialLunchSet_details {
  margin-top: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  width: 100%;
  border-radius: 8px;
  background: #f7f6f4;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details {
    margin-top: 60px;
    padding-left: 85px;
    padding-right: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    max-width: 100%;
    max-height: 230px;
  }
}

.front-page_specialLunchSet_details-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-page_specialLunchSet_details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 98px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item {
    height: 190px;
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(1) img, .front-page_specialLunchSet_details-item:nth-of-type(3) img, .front-page_specialLunchSet_details-item:nth-of-type(5) img {
  width: 100%;
}
.front-page_specialLunchSet_details-item:nth-of-type(1) svg, .front-page_specialLunchSet_details-item:nth-of-type(3) svg, .front-page_specialLunchSet_details-item:nth-of-type(5) svg {
  width: 100%;
}
.front-page_specialLunchSet_details-item:nth-of-type(1) {
  -webkit-transform: translate(-3px, -1px);
          transform: translate(-3px, -1px);
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(1) {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(1) img {
  max-width: 88.58px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(1) img {
    max-width: 172px;
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(1) svg {
  margin-top: 7.74px;
  max-width: 35.02px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(1) svg {
    margin-top: 15px;
    max-width: 68px;
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(3) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.front-page_specialLunchSet_details-item:nth-of-type(3) img {
  max-width: 77.25px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(3) img {
    max-width: 150px;
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(3) svg {
  margin-top: 6.19px;
  max-width: 36.05px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(3) svg {
    margin-top: 12px;
    max-width: 70px;
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(5) img {
  max-width: 82.4px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(5) img {
    max-width: 160px;
  }
}
.front-page_specialLunchSet_details-item:nth-of-type(5) svg {
  max-width: 43.775px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-item:nth-of-type(5) svg {
    max-width: 85px;
  }
}

.front-page_specialLunchSet_details-plusIcon svg {
  max-width: 13px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-plusIcon svg {
    max-width: 26px;
  }
}
.front-page_specialLunchSet_details-plusIcon:nth-of-type(2) {
  margin-left: 4.21px;
  margin-right: 12.87px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-plusIcon:nth-of-type(2) {
    margin-top: 6px;
    margin-left: 26px;
    margin-right: 37px;
  }
}
.front-page_specialLunchSet_details-plusIcon:nth-of-type(4) {
  margin-left: 12.88px;
  margin-right: 10.3px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-plusIcon:nth-of-type(4) {
    margin-top: 6px;
    margin-left: 37px;
    margin-right: 32px;
  }
}

.front-page_specialLunchSet_details-body {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-body {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.front-page_specialLunchSet_details-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-title {
    text-align: right;
    font-size: 20px;
  }
}

.front-page_specialLunchSet_details-price {
  text-align: center;
  max-width: 158px;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 13px;
  font-family: "Damion", cursive;
  font-size: 40px;
  line-height: 1;
  background-image: radial-gradient(circle, #382620 2px, transparent 2px);
  background-position: left 0 bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-price {
    background-position: left -4px bottom;
    -webkit-transform: translate(3px, 13px);
            transform: translate(3px, 13px);
    font-size: 60px;
    background-size: 11.62px 8px;
    max-width: 213px;
    padding-bottom: 17px;
  }
}

.front-page_specialLunchSet_details-time {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 1100px) {
  .front-page_specialLunchSet_details-time {
    margin-top: 10px;
    -webkit-transform: translate(18px, 12px);
            transform: translate(18px, 12px);
    font-size: 14px;
  }
}

.grandMenu {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1100px) {
  .grandMenu {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}

.grandMenu_deco {
  position: absolute;
  top: -94px;
  left: -46px;
  width: 198px;
}
@media screen and (min-width: 1100px) {
  .grandMenu_deco {
    top: -146px;
    left: -118px;
    width: 415px;
  }
}
.grandMenu_deco img {
  width: 100%;
}

.grandMenu_inner {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .grandMenu_inner {
    max-width: 1140px;
  }
}

.grandMenu_title .heading_en {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 1100px) {
  .grandMenu_title .heading_en {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.grandMenu_menus {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menus {
    margin-top: 63px;
    gap: 63px;
  }
}

.grandMenu_menu:nth-child(2) {
  margin-top: -17px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu:nth-child(2) {
    margin-top: 41px;
  }
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu:nth-child(3) {
    margin-top: 37px;
  }
}
.grandMenu_menu:nth-child(4) {
  margin-top: 4px;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu:nth-child(4) {
    margin-top: 41px;
  }
}

.grandMenu_menu-heading {
  position: relative;
  margin-bottom: 24px;
  padding: 1px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-heading {
    margin-bottom: 28px;
    padding: 4px 20px;
    font-size: 24px;
  }
}
.grandMenu_menu-heading::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  padding: 4px 0;
  width: 100%;
  height: 42px;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-heading::before {
    top: -6px;
    height: 56px;
  }
}

.grandMenu_menu-items {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-items {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 34px;
  }
}

.grandMenu_menu-item {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-item {
    max-width: 344px;
  }
}
.grandMenu_menu-item img {
  width: 100%;
  height: auto;
  border: 5px solid #ffffff;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-item img {
    border: 8px solid #ffffff;
  }
}

.grandMenu_menu-item-figcaption {
  margin-top: 12px;
}

.grandMenu_menu-item-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-item-name {
    font-size: 20px;
  }
}

.grandMenu_menu-item-price {
  font-family: "Damion", cursive;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-item-price {
    font-size: 32px;
  }
}
.grandMenu_menu-item-price span {
  margin-left: 7px;
}

.grandMenu_menu-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1100px) {
  .grandMenu_menu-img {
    width: 327px;
  }
  .grandMenu_menu-img img {
    width: 100%;
    border: 8px solid #ffffff;
  }
}

.grandMenu_menu-drinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-drinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    padding-left: 0;
    padding-right: 0;
    max-width: 687px;
  }
}

.grandMenu_menu-drink {
  width: 100%;
}
.grandMenu_menu-drink:nth-child(3) {
  margin-top: 2px;
}
@media screen and (min-width: 1100px) {
  .grandMenu_menu-drink:nth-child(3) {
    margin-top: 0;
  }
}

.grandMenu_menu-drink-heading {
  padding-bottom: 4px;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #222222;
}

.grandMenu_menu-drink-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.grandMenu_menu-drink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grandMenu_menu-drink-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.grandMenu_menu-drink-price {
  font-family: "Damion", cursive;
  font-size: 20px;
  line-height: 1.5;
}
.grandMenu_menu-drink-price span {
  margin-left: 4px;
}

.grandMenu_button {
  margin-top: 40px;
  text-align: center;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media screen and (min-width: 1100px) {
  .grandMenu_button {
    margin-top: 60px;
  }
}

.grandMenu_deco2 {
  position: absolute;
  right: -30px;
  bottom: -100px;
  width: 168px;
}
@media screen and (min-width: 1100px) {
  .grandMenu_deco2 {
    right: -89px;
    bottom: -121px;
    width: 390px;
  }
}
.grandMenu_deco2 img {
  width: 100%;
}

.grandMenu_deco3 {
  position: absolute;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  right: 0;
  bottom: 0;
  width: 73.0666666667%;
  height: 1565px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .grandMenu_deco3 {
    width: 80%;
    height: 2196px;
  }
}

.front-page_gallery {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 65px;
  background-color: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .front-page_gallery {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 85px;
  }
}

.front-page_gallery_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 560px;
}
@media screen and (min-width: 1100px) {
  .front-page_gallery_inner {
    max-width: 1140px;
  }
}

.front-page_gallery_deco {
  position: absolute;
  top: -119px;
  left: -20px;
  width: 200px;
}
@media screen and (min-width: 1100px) {
  .front-page_gallery_deco {
    top: -140px;
    left: 227px;
    width: 266px;
  }
}
.front-page_gallery_deco img {
  width: 100%;
}

.front-page_gallery_title .heading_en {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 1100px) {
  .front-page_gallery_title .heading_en {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.front-page_gallery_images {
  margin-top: 41px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}
@media screen and (min-width: 1100px) {
  .front-page_gallery_images {
    margin-top: 60px;
    max-width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
}

.front-page_gallery_image {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .front-page_gallery_image {
    max-width: 257px;
  }
}
.front-page_gallery_image img {
  width: 100%;
  height: auto;
}

.front-page_gallery_button {
  margin-top: 40px;
  width: 100%;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media screen and (min-width: 1100px) {
  .front-page_gallery_button {
    margin-top: 61px;
  }
}

.front-page_news {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1100px) {
  .front-page_news {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

.front-page_news_deco {
  position: absolute;
  top: -40px;
  left: -70px;
  width: 204px;
}
@media screen and (min-width: 1100px) {
  .front-page_news_deco {
    left: -87px;
    top: -161px;
    width: 354px;
  }
}
.front-page_news_deco img {
  width: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.front-page_news_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 560px;
}
@media screen and (min-width: 1100px) {
  .front-page_news_inner {
    max-width: 1140px;
  }
}

.front-page_news_title .heading_en {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 1100px) {
  .front-page_news_title .heading_en {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    letter-spacing: 10.4px;
  }
}

.front-page_news_articles {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .front-page_news_articles {
    margin-top: 59px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.entry-item-primary {
  max-width: 100% !important;
}
@media screen and (min-width: 1100px) {
  .entry-item-primary {
    max-width: 510px !important;
  }
}

.entry-item-tag-primary {
  top: 21px !important;
  font-size: 16px !important;
}
.entry-item-tag-primary::after {
  height: 28px !important;
  background-image: url(./img/category-badge__deco-right2.svg) !important;
}

.entry-item-title-primary {
  margin-top: 16px !important;
  font-size: 14px !important;
}
@media screen and (min-width: 1100px) {
  .entry-item-title-primary {
    font-size: 20px !important;
  }
}

.entry-item-published-primary {
  margin-top: 20px !important;
  font-size: 14px !important;
}
@media screen and (min-width: 1100px) {
  .entry-item-published-primary {
    margin-top: 19px !important;
    font-size: 14px !important;
  }
}

.front-page_news_secondary {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 560px;
}
@media screen and (min-width: 1100px) {
  .front-page_news_secondary {
    gap: 30px;
  }
}

.front-page_news_button {
  margin-top: 40px;
  width: 100%;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
@media screen and (min-width: 1100px) {
  .front-page_news_button {
    margin-top: 36px;
  }
}

.concept-section1 {
  position: relative;
  padding-top: 58px;
  padding-bottom: 54px;
  overflow-x: hidden;
}
@media screen and (min-width: 1100px) {
  .concept-section1 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.concept-section1_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .concept-section1_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
    max-width: 1140px;
  }
}

.concept-section1_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1100px) {
  .concept-section1_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 389px;
  }
}

.concept-section1_subtitle {
  margin-top: -2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .concept-section1_subtitle {
    font-size: 28px;
  }
}

.concept-section1_text {
  margin-top: 1px;
}

.concept-section1_grid-layout {
  display: grid;
  z-index: 90;
  gap: 11px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1100px) {
  .concept-section1_grid-layout {
    gap: 20px;
    grid-template-rows: 400px 310px;
    grid-template-columns: 310px 310px;
  }
}

.concept-section1_grid-item:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}
.concept-section1_grid-item:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.concept-section1_grid-item:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

.concept-section1_deco {
  position: absolute;
  left: 40px;
  bottom: 50px;
  width: 100%;
  height: 100px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .concept-section1_deco {
    left: 296px;
    bottom: 0;
    height: 200px;
  }
}

.concept-section2 {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .concept-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.concept-section2_inner {
  padding-left: 21px;
  padding-right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .concept-section2_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 70px;
    max-width: 1140px;
  }
}

.concept-section2_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1100px) {
  .concept-section2_content {
    position: relative;
    z-index: 90;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 389px;
  }
}

.concept-section2_subtitle {
  margin-top: -3px;
  margin-left: -1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .concept-section2_subtitle {
    font-size: 28px;
  }
}

.concept-section2_text {
  margin-top: 3px;
  margin-left: -1px;
}

.concept-section2_img {
  position: relative;
  z-index: 90;
}
.concept-section2_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .concept-section2_img img {
    width: 640px;
    height: 537px;
  }
}

.concept-section2_deco {
  position: absolute;
  z-index: 80;
  right: 91px;
  bottom: -50px;
  width: 100%;
  height: 227px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .concept-section2_deco {
    right: 700px;
    bottom: 40px;
    height: 437px;
  }
}

.concept-section3 {
  position: relative;
  padding-top: 55px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
@media screen and (min-width: 1100px) {
  .concept-section3 {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}

.concept-section3_inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .concept-section3_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
    max-width: 1140px;
  }
}

.concept-section3_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1100px) {
  .concept-section3_content {
    position: relative;
    z-index: 90;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 389px;
  }
}

.concept-section3_subtitle {
  margin-top: -4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .concept-section3_subtitle {
    font-size: 28px;
  }
}

.concept-section3_text {
  margin-top: 3px;
}

.concept-section3_img {
  position: relative;
  z-index: 90;
}
.concept-section3_img img {
  width: 100%;
  height: auto;
}

.concept-section3_deco {
  position: absolute;
  z-index: 80;
  left: 191px;
  bottom: -20px;
  width: 100%;
  height: 195px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .concept-section3_deco {
    left: 880px;
    bottom: -80px;
    height: 520px;
  }
}

.menu {
  padding-top: 56px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
@media screen and (min-width: 1100px) {
  .menu {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}

.menu_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .menu_inner {
    gap: 80px;
    max-width: 1140px;
  }
}

.menu_category {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .menu_category {
    grid-template-rows: 1fr;
    grid-template-columns: 200px 200px 200px 200px;
  }
}

.menu_categoryItem a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 64px;
  padding: 22px 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  background: #888888;
}
.menu_categoryItem a.is-active {
  background: #382620;
}
@media screen and (min-width: 1100px) {
  .menu_categoryItem a {
    height: 69px;
    padding: 24px 20px;
    font-size: 16px;
  }
}
.menu_categoryItem a::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: 56px;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 1100px) {
  .menu_categoryItem a::after {
    height: 61px;
  }
}

.menu_foods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .menu_foods {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.menu_food {
  margin: 0;
}
.menu_food img {
  width: 100%;
  height: auto;
}

.menu_food-figcaption {
  margin-top: 12px;
}

.menu_food-name {
  font-weight: 700;
  line-height: 1.5;
}

.menu_food-price {
  text-align: center;
  font-family: "Damion", cursive;
  font-size: 24px;
  line-height: 1.5;
}
.menu_food-price span {
  margin-left: 7px;
}

.menu_drinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .menu_drinks-img img {
    width: 327px;
    border: 8px solid #ffffff;
  }
}

.menu_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .menu_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    padding-left: 0;
    padding-right: 0;
    max-width: 687px;
  }
}

.menu_drink {
  width: 100%;
}

.menu_drink-heading {
  padding-bottom: 5px;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #222222;
}

.menu_drink-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.menu_drink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_drink-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.menu_drink-price {
  font-family: "Damion", cursive;
  font-size: 20px;
  line-height: 1.5;
}
.menu_drink-price span {
  margin-left: 4px;
}

.news {
  padding-top: 56px;
  padding-bottom: 39px;
}
@media screen and (min-width: 1100px) {
  .news {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}

.news_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .news_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
  }
}

.news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .news_content {
    gap: 60px;
  }
}

.news_entries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 21px;
     -moz-column-gap: 21px;
          column-gap: 21px;
  row-gap: 24px;
}
@media screen and (min-width: 1100px) {
  .news_entries {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .news_entries .entry-item {
    max-height: 330px;
  }
}
.news_entries .entry-item-tag {
  top: 10px;
}
.news_entries .entry-item-title {
  margin-top: 8.8px;
}
@media screen and (min-width: 1100px) {
  .news_entries .entry-item-title {
    margin-top: 11.8px;
  }
}

.single {
  padding-top: 56px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .single {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}

.single_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .single_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    max-width: 728px;
  }
}

.article_img {
  aspect-ratio: 335/176;
}
.article_img img {
  width: 100%;
  height: auto;
}

.article_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #382620;
}
@media screen and (min-width: 1100px) {
  .article_title {
    font-size: 28px;
  }
}

.article_meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.article_published {
  margin-right: 20px;
  color: #382620;
  font-weight: 700;
  line-height: 1.5;
}

.article_label {
  position: relative;
  padding-left: 21px;
  color: #382620;
  font-weight: 700;
  line-height: 1.5;
}
.article_label::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 18px;
  background: #382620;
}

.article_contents {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 1100px) {
  .article_contents {
    gap: 16px;
  }
}
.article_contents h2 {
  color: #382620;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 10px;
  border-left: 6px solid #382620;
}
@media screen and (min-width: 1100px) {
  .article_contents h2 {
    font-size: 24px;
  }
}
.article_contents h3 {
  margin-top: 26px;
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 11px;
  border-bottom: 1px solid #382620;
}
@media screen and (min-width: 1100px) {
  .article_contents h3 {
    margin-top: 24px;
    font-size: 20px;
  }
}
.article_contents h4 {
  margin-top: 26px;
  color: #382620;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .article_contents h4 {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .article_contents p {
    font-size: 16px;
  }
}
.article_contents figure {
  padding: 0 !important;
  margin: 0 !important;
}
.article_contents figure blockquote {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: start;
  gap: 14px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 20px;
  width: 100%;
  background: #f8f8f8;
}
@media screen and (min-width: 1100px) {
  .article_contents figure blockquote {
    padding: 40px;
    gap: 16px;
  }
}
.article_contents figure blockquote p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .article_contents figure blockquote p {
    font-size: 16px;
  }
}
.article_contents figure blockquote cite {
  margin-right: 2px;
  font-style: normal;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .article_contents figure blockquote cite {
    font-size: 14px;
  }
}
.article_contents figure blockquote cite a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.article_contents img {
  width: 100%;
  height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1100px) {
  .article_contents img {
    height: 250px;
  }
}
.article_contents ul li {
  position: relative;
  padding-left: 21px;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .article_contents ul li {
    font-size: 16px;
    padding-left: 24px;
  }
}
.article_contents ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 50%;
}
.article_contents ol li {
  margin-left: 4px;
  counter-increment: my-num;
}
@media screen and (min-width: 1100px) {
  .article_contents ol li {
    margin-left: 5px;
    font-size: 16px;
  }
}
.article_contents ol li:first-child {
  margin-left: 5px;
}
@media screen and (min-width: 1100px) {
  .article_contents ol li:first-child {
    margin-left: 6px;
  }
}
.article_contents ol li::before {
  margin-right: 5px;
  content: counter(my-num) ".";
  color: #222222;
}

.article_pagination {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.article_page-left {
  grid-column: 1;
  text-align: left;
  position: relative;
  color: #382620;
  padding-left: 16px;
  white-space: nowrap;
  font-size: clamp(0.1px, 4vw, 14px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .article_page-left {
    font-size: 16px;
  }
}
.article_page-left::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(./img/Icon\ metro-chevron-thin-left.svg);
}

.article_page {
  grid-column: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 136px;
  width: 100%;
  height: 47px;
  padding: 12px 35px;
  border: 1px solid #382620;
  color: #382620;
  white-space: nowrap;
  font-size: clamp(0.1px, 4vw, 14px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .article_page {
    font-size: 16px;
  }
}

.article_page-right {
  grid-column: 3;
  text-align: right;
  position: relative;
  color: #382620;
  padding-right: 16px;
  white-space: nowrap;
  font-size: clamp(0.1px, 4vw, 14px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .article_page-right {
    font-size: 16px;
  }
}
.article_page-right::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(./img/Icon\ metro-chevron-thin-right.svg);
}

.entry_releted {
  margin-top: 74px;
}
@media screen and (min-width: 1100px) {
  .entry_releted {
    margin-top: 95px;
  }
}
.entry_releted .entry-item-tag {
  position: absolute;
  top: 10px;
}

.releted_title {
  color: #382620;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .releted_title {
    font-size: 28px;
  }
}

.related_items {
  margin-top: 40px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .related_items {
    margin-top: 61px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}

.shop {
  padding-top: 56px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .shop {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}

.shop_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .shop_inner {
    gap: 120px;
    max-width: 728px;
  }
}

.shop_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop_name {
  color: #382620;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 10px;
  border-left: 6px solid #382620;
}
@media screen and (min-width: 1100px) {
  .shop_name {
    font-size: 24px;
  }
}

.shop_img {
  margin-top: 20px;
}
.shop_img img {
  aspect-ratio: 335/184;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1100px) {
  .shop_img {
    margin-top: 24px;
    aspect-ratio: 688/377;
  }
}

.shop_prof-body {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .shop_prof-body {
    margin-top: 39px;
  }
}

.shop_prof-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1100px) {
  .shop_prof-lists {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
  }
}

.shop_prof-list {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .shop_prof-list:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .shop_prof-list:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .shop_prof-list:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .shop_prof-list:nth-child(4) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .shop_prof-list:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .shop_prof-list:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.shop_prof-list span {
  display: block;
  max-width: 56px;
  width: 100%;
  font-weight: 700;
}

.gift {
  padding-top: 56px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .gift {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}

.gift_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .gift_inner {
    gap: 100px;
    max-width: 1140px;
  }
}

.gift_items {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .gift_items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.gift_item {
  margin: 0;
}
.gift_item:nth-child(1) {
  grid-column: 1/3;
}
@media screen and (min-width: 1100px) {
  .gift_item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.gift_item:nth-child(1) .gift_item-name {
  font-size: 20px;
}
@media screen and (min-width: 1100px) {
  .gift_item:nth-child(1) .gift_item-name {
    font-size: 24px;
  }
}
.gift_item:nth-child(1) .gift_item-price {
  font-size: 28px;
}
@media screen and (min-width: 1100px) {
  .gift_item:nth-child(1) .gift_item-price {
    font-size: 32px;
  }
}
.gift_item:nth-child(1) .gift_item-price span {
  margin-left: 8px;
}
.gift_item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gift_item-figcaption {
  margin-top: 8px;
}

.gift_item-name {
  font-weight: 700;
  line-height: 1.5;
}

.gift_item-price {
  margin-top: 8px;
  text-align: center;
  font-family: "Damion", cursive;
  font-size: 24px;
  line-height: 1.5;
}
.gift_item-price span {
  margin-left: 6px;
}

.gift_button {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapping {
  width: 100%;
  padding: 5px;
  border: 4px solid #382620;
  background: #fff;
}

.wrapping_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  padding: 30px;
  border: 1px solid #382620;
}
@media screen and (min-width: 1100px) {
  .wrapping_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 440px;
    padding: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .wrapping_body {
    max-width: 460px;
  }
}

.wrapping_text1 {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 23px;
  background-image: radial-gradient(circle, #382620 1.5px, transparent 1.5px);
  background-position: left -4px bottom;
  background-repeat: repeat-x;
  background-size: 10.96px 3px;
}
@media screen and (min-width: 1100px) {
  .wrapping_text1 {
    font-size: 24px;
  }
}

.wrapping_text2 {
  margin-top: 20px;
}
@media screen and (min-width: 1100px) {
  .wrapping_text2 {
    margin-top: 36px;
    font-size: 16px;
  }
}

.wrapping_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .wrapping_img img {
    width: 460px;
    height: 300px;
  }
}

.contact {
  padding-top: 57px;
  padding-bottom: 47px;
}
@media screen and (min-width: 1100px) {
  .contact {
    padding-top: 77px;
    padding-bottom: 165px;
  }
}

.contact_inner {
  margin-top: -1px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .contact_inner {
    gap: 80px;
    max-width: 728px;
  }
}

.contact_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 1100px) {
  .contact_heading {
    gap: 24px;
  }
}

.contact_title {
  color: #382620;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .contact_title {
    font-size: 28px;
  }
}

.contact_text {
  color: #382620;
}
@media screen and (min-width: 1100px) {
  .contact_text {
    font-size: 16px;
  }
}

.contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.form-field {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1100px) {
  .form-field {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-field:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(1) {
    margin-top: 1px;
  }
}
.form-field:nth-of-type(2) {
  margin-top: -1px;
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(2) {
    margin-top: -2px;
  }
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(3), .form-field:nth-of-type(4), .form-field:nth-of-type(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(2), .form-field:nth-of-type(3), .form-field:nth-of-type(4) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .form-field_head {
    max-width: 170px;
    width: 100%;
  }
}

.form-field_label {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.form-field_tag {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: block;
  width: 34px;
  height: 19px;
  padding: 1px 6px;
  gap: 10px;
  border-radius: 2px;
  background: #f07317;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .form-field_tag {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.form-field_item {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.form-field-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1100px) {
  .form-field-radios {
    margin-top: -2px;
  }
}
.form-field-radios input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-field-radios input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  color: #382620;
  font-size: 16px;
  line-height: 1.5;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border-radius: 1000px;
  border: 1px solid #382620;
  background: #ffffff;
}
.wpcf7-list-item-label::after {
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #f07317;
  opacity: 0;
}

.form-field_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}

.form-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #ffffff;
}
@media screen and (min-width: 1100px) {
  .form-textarea {
    height: 240px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea::placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}

.contact_form-privacy {
  color: #382620;
  line-height: 1.5;
}

.contact_form-button {
  text-align: center;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.contact_form-button .btn-default {
  letter-spacing: 16px;
  text-indent: 16px;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

.contact-thanks {
  padding-top: 57px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .contact-thanks {
    padding-top: 77px;
    padding-bottom: 161px;
  }
}

.contact-thanks_inner {
  margin-top: -1px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .contact-thanks_inner {
    gap: 80px;
    max-width: 728px;
  }
}

.contact-thanks_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 1100px) {
  .contact-thanks_heading {
    gap: 24px;
  }
}

.contact-thanks_title {
  color: #382620;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .contact-thanks_title {
    font-size: 28px;
  }
}

.contact-thanks_text {
  color: #382620;
}
@media screen and (min-width: 1100px) {
  .contact-thanks_text {
    font-size: 16px;
  }
}

.contact-thanks_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.form-field {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1100px) {
  .form-field {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-field:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(1) {
    margin-top: 1px;
  }
}
.form-field:nth-of-type(2) {
  margin-top: -1px;
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(2) {
    margin-top: -2px;
  }
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(3), .form-field:nth-of-type(4), .form-field:nth-of-type(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .form-field:nth-of-type(2), .form-field:nth-of-type(3), .form-field:nth-of-type(4) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .form-field_head {
    max-width: 170px;
    width: 100%;
  }
}

.form-field_label {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.form-field_tag {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: block;
  width: 34px;
  height: 19px;
  padding: 1px 6px;
  gap: 10px;
  border-radius: 2px;
  background: #f07317;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .form-field_tag {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.form-field_item {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.form-field-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1100px) {
  .form-field-radios {
    margin-top: -2px;
  }
}
.form-field-radios input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-field-radios input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  color: #382620;
  font-size: 16px;
  line-height: 1.5;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border-radius: 1000px;
  border: 1px solid #382620;
  background: #ffffff;
}
.wpcf7-list-item-label::after {
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #f07317;
  opacity: 0;
}

.form-field_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-field_input::placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}

.form-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #ffffff;
}
@media screen and (min-width: 1100px) {
  .form-textarea {
    height: 240px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}
.form-textarea::placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.5;
}

.contact-thanks_form-privacy {
  color: #382620;
  line-height: 1.5;
}

.contact-thanks_form-button {
  text-align: center;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.contact-thanks_form-button .btn-default {
  letter-spacing: 16px;
  text-indent: 16px;
}

.wpcf7-response-output {
  display: none !important;
}

.news-error {
  padding-top: 56px;
  padding-bottom: 39px;
}
@media screen and (min-width: 1100px) {
  .news-error {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}

.news-error_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .news-error_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1140px;
  }
}

.news-error_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .news-error_content {
    gap: 60px;
  }
}

.news-error_entries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 21px;
     -moz-column-gap: 21px;
          column-gap: 21px;
  row-gap: 24px;
}
@media screen and (min-width: 1100px) {
  .news-error_entries {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}
.news-error_entries .entry-item {
  max-height: 191px;
}
@media screen and (min-width: 1100px) {
  .news-error_entries .entry-item {
    max-height: 330px;
  }
}
.news-error_entries .entry-item-tag {
  top: 10px;
}
.news-error_entries .entry-item-title {
  margin-top: 8.8px;
}
@media screen and (min-width: 1100px) {
  .news-error_entries .entry-item-title {
    margin-top: 11.8px;
  }
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media screen and (max-width: 1099px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .hidden-pc {
    display: none;
  }
}

.drawer-icon {
  position: fixed;
  z-index: 120;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-icon circle {
  fill: #382620;
}
.drawer-icon path {
  fill: white;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon.is-checked circle {
  fill: white;
}
.drawer-icon.is-checked path {
  fill: #382620;
}
.drawer-icon.is-checked path:nth-child(2) {
  -webkit-transform: translateX(25px) translateY(-7px) rotate(45deg);
          transform: translateX(25px) translateY(-7px) rotate(45deg);
}
.drawer-icon.is-checked path:nth-child(3) {
  opacity: 0;
}
.drawer-icon.is-checked path:nth-child(4) {
  -webkit-transform: translateX(-19px) translateY(27px) rotate(-45deg);
          transform: translateX(-19px) translateY(27px) rotate(-45deg);
}

.drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  pointer-events: none;
}
.drawer.is-checked {
  opacity: 1;
  pointer-events: auto;
}
.drawer.is-checked .drawer-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 375px;
  width: 100%;
  height: 100%;
  background: #382620;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.drawer_logo {
  padding: 10px;
}
.drawer_logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer_logo a:hover {
  opacity: 0.7;
}
.drawer_logo svg {
  width: 119.999px;
  height: 65px;
}
.drawer_logo path {
  fill: #ffffff;
}

.drawer-content_menu {
  padding: 43px 40px;
  color: #ffffff;
}

.drawer-content_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.drawer-content_nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-content_nav-link:hover {
  opacity: 0.7;
}
.drawer-content_nav-link span:nth-of-type(1) {
  font-family: "Patua One", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
.drawer-content_nav-link span:nth-of-type(2), .drawer-content_nav-link span:nth-of-type(3) {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transform: translate(-2px, -1px);
          transform: translate(-2px, -1px);
}

.drawer-content_nav-snsLists {
  margin-top: 50px;
}

.drawer-content-nav-snsItem path {
  fill: #ffffff;
}

.nav-snsLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.nav-snsIcon {
  width: 24px;
  height: 24px;
}
.nav-snsIcon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-snsIcon a:hover {
  opacity: 0.7;
}
.nav-snsIcon:nth-child(1) svg {
  width: 19.5px;
  height: 15.838px;
}
.nav-snsIcon:nth-child(2) svg {
  width: 18px;
  height: 17.996px;
}
.nav-snsIcon:nth-child(3) svg {
  width: 21px;
  height: 14.766px;
}

@-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);
  }
}
.swiper-slide-active img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide-duplicate-active img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide {
  width: 100%;
  height: 667px;
}
@media screen and (min-width: 1100px) {
  .swiper-slide {
    height: 735px;
  }
}
.swiper-slide img {
  width: 100%;
  height: 667px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px) {
  .swiper-slide img {
    height: 735px;
  }
}

.swiper-pagination {
  bottom: 3px !important;
  left: 13px !important;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .swiper-pagination {
    bottom: 12px !important;
    left: 12px !important;
  }
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}

.swiper-pagination-bullet-active {
  background-color: #d59b71;
}

.entry-item {
  margin: 0;
}
.entry-item img {
  width: 100%;
  height: auto;
}

.entry-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}

.entry-item-tag {
  z-index: 90;
  position: absolute;
  top: 11px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  background-color: #382620;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.entry-item-tag::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 4px;
  background-image: url(./img/category-badge__deco-bottom.svg);
}
.entry-item-tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  -webkit-transform: translateX(-0.3px);
          transform: translateX(-0.3px);
  width: 5px;
  height: 22px;
  background-image: url(./img/category-badge__deco-right.svg);
}

.entry-item-img {
  z-index: 80;
  aspect-ratio: 158/99;
  overflow: hidden;
  isolation: isolate;
}
.entry-item-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.entry-item-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.entry-item-title {
  margin-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .entry-item-title {
    margin-top: 12px;
    font-size: 16px;
  }
}

.entry-item-excerpt {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .entry-item-excerpt {
    font-size: 14px;
  }
}

.entry-item-published {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .entry-item-published {
    font-size: 14px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #382620;
  background: #ffffff;
  color: #382620;
}
.page-numbers path {
  fill: #382620;
}
.page-numbers.current {
  background: #382620;
  color: #ffffff;
}
.page-numbers.current path {
  fill: #ffffff;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1100px) {
  .sidebar {
    max-width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.sidebar_widget {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  background: #f8f8f8;
}

.sidebar_heading {
  position: relative;
  padding-bottom: 21px;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.sidebar_heading::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: #222222;
}

.sidebar_entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}

.sidebar_entry-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.sidebar_entry-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.sidebar_entry-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.sidebar_entry-item-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sidebar_entry-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.sidebar_entry-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .sidebar_entry-item-title {
    font-size: 14px;
    font-weight: 700;
  }
}

.sidebar_entry-item-published {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.5;
}

.sidebar_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.sidebar_category a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar_category a:hover {
  opacity: 0.7;
}
.sidebar_category a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 12px;
  background: url(./img/Icon\ metro-chevron-thin-right.svg);
}

.btn-default {
  position: relative;
  display: inline-block;
  max-width: 290px;
  width: 100%;
  height: 72px;
  padding: 24px 0;
  background: #222222;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn-default::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 72px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn-default::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  width: 16px;
  height: 24px;
  background-image: url(./img/arrow.svg);
}
.btn-default input {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 72px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 16px;
  text-indent: 16px;
  text-align: center;
}
.btn-default:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.btn-default:hover::before {
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}

.btn-shop {
  display: inline-block;
  max-width: 132px;
  width: 100%;
  height: 30px;
  padding: 6px;
  background: #382620;
  border: 1px solid #382620;
  color: #ffffff;
  text-align: center;
  font-size: clamp(0.1px, 3.5vw, 12px);
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
  transition: background-color 0.3s, color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.btn-shop:hover {
  background-color: #ffffff;
  color: #382620;
}
@media screen and (min-width: 1100px) {
  .btn-shop {
    max-width: 174px;
    height: 37px;
    padding: 8px;
    font-size: 14px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #222222;
  background-color: #f3efeb;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.heading_en {
  font-family: "Amatic SC", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .heading_en {
    font-size: 52px;
    letter-spacing: 10.4px;
  }
}

.heading_ja {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .heading_ja {
    font-size: 14px;
  }
}

.header .heading {
  color: #ffffff;
}
.header .heading_en {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  font-family: "Amatic SC", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .header .heading_en {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    font-size: 72px;
    letter-spacing: 14.4px;
  }
}
.header .heading_ja {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 1100px) {
  .header .heading_ja {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.header_inner {
  position: relative;
}
.header_inner::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  border: 2px solid #ffffff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
@media screen and (min-width: 1100px) {
  .header_inner::after {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.header_inner::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 11px;
  border: 1px solid #ffffff;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}
@media screen and (min-width: 1100px) {
  .header_inner::before {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}

.header_title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .breadcrumb {
    padding-top: 12px;
  }
}

.breadcrumb_inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.breadcrumb_inner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumb_inner a:hover {
  opacity: 0.7;
}
.breadcrumb_inner span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_inner span {
    font-size: 14px;
  }
}

.breadcrumb_sep {
  margin-left: 5px;
  margin-right: 6px;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_sep {
    margin-left: 16px;
    margin-right: 15px;
  }
}

.access {
  margin-top: 120px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eae0d5;
}
@media screen and (min-width: 1100px) {
  .access {
    margin-top: 0;
  }
}

.access_deco {
  position: absolute;
  z-index: 90;
  top: -93px;
  right: 0;
  width: 154px;
}
@media screen and (min-width: 1100px) {
  .access_deco {
    top: -170px;
    width: 298px;
  }
}
.access_deco img {
  width: 100%;
}

.access_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
@media screen and (min-width: 1100px) {
  .access_inner {
    max-width: 728px;
  }
}

.access_deco2 {
  position: absolute;
  top: -124.12px;
  left: -31.562px;
  width: 200px;
}
@media screen and (min-width: 1100px) {
  .access_deco2 {
    top: -130.12px;
    left: 60px;
    width: 233px;
  }
}
.access_deco2 img {
  width: 100%;
}

.access_title .heading_en {
  letter-spacing: 4px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .access_title .heading_en {
    letter-spacing: 10.4px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.access_prof {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.access_prof-iframe {
  position: relative;
  overflow: hidden;
  aspect-ratio: 335/184;
  border: 5px solid #fff;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .access_prof-iframe {
    aspect-ratio: 688/377;
    border: 10px solid #fff;
  }
}
.access_prof-iframe iframe {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.access_prof-body {
  width: 100%;
}

.access_prof-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1100px) {
  .access_prof-lists {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.access_prof-list {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .access_prof-list:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .access_prof-list:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .access_prof-list:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .access_prof-list:nth-child(4) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .access_prof-list:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .access_prof-list:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.access_prof-list span {
  display: block;
  max-width: 56px;
  width: 100%;
  font-weight: 700;
}

.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 14px;
  background-color: #382620;
}

.footer_bg-deco {
  position: absolute;
  top: -61px;
  left: -32px;
  width: 125px;
}
@media screen and (min-width: 1100px) {
  .footer_bg-deco {
    top: auto;
    bottom: 0;
    left: -68px;
    width: 324px;
  }
}
.footer_bg-deco img {
  width: 100%;
}

.footer_inner {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-nav-snsIcon path {
  fill: #ffffff;
}

.footer_copyright {
  margin-top: 40px;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1100px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
.pagetop img {
  width: 100%;
}