@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../../images/common/bg_main.jpg) repeat center top/1000px;
  color: #2f2725;
  word-break: break-all;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.section-block {
  width: 100%;
  padding: 10rem 6rem;
  position: relative;
}

.page-width {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

.partition-line {
  position: relative;
}
.partition-line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
}

.w-md {
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
}
.w-sm {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-t_none {
  padding-top: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.text-area p {
  line-height: 1.9285;
}

.bg-c01 {
  background-color: rgba(212, 212, 210, 0.2);
}

a {
  color: #3c3b3b;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
a.imgLink {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover {
  cursor: pointer;
}
a[date-link=disable] {
  opacity: 0.5;
  pointer-events: none;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-color {
  color: #2175cb;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p {
  letter-spacing: 0.035em;
  line-height: 2;
}
p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.text-default {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.text-caution {
  color: #b33f4c;
}
.text-bold {
  font-weight: bold;
}
.text-lead {
  font-size: 24px;
}
.text-red {
  color: #b33f4c;
}
.text-blue {
  color: #1d348b;
}

.cf01 {
  font-family: "Marcellus", serif;
}

.tabOnly {
  display: none;
}
@media (max-width: 833px) {
  .tabOnly {
    display: inherit;
  }
}

.spOnly {
  display: none;
}
@media (max-width: 833px) {
  .spOnly {
    display: inherit;
  }
}

.headline-01 {
  letter-spacing: 0.22em;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
}
.headline-02 {
  margin-bottom: 1em;
  position: relative;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
}
.headline-02 .label {
  display: block;
  color: #777;
  letter-spacing: 0.07em;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 1;
}
.headline-02.text-vertical .label {
  position: absolute;
  top: 0.5em;
  left: 100%;
}
.headline-02.center {
  margin-right: auto;
  margin-left: auto;
}
.headline-02.light {
  font-weight: 400;
}
.headline-03 {
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.6;
}
.headline-03 .label {
  margin-top: 0.5em;
  color: #d8521e;
  letter-spacing: 0.07em;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 1;
}
.headline-03.center {
  margin-right: auto;
  margin-left: auto;
}
.headline-04 {
  margin-bottom: 3rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #99999a;
  font-size: 2.4rem;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.text-sm {
  font-size: 1.2rem;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.btn-01 {
  padding: 1em 1em;
  background-color: #d8521e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.btn-frame {
  padding: 1em 1em;
  position: relative;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.btn-frame::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: url(../../images/common/btn_frame.png) no-repeat center/100% 100%;
}
.btn-more {
  width: 218px;
  height: 48px;
  padding-top: 4px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0d0c0c;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
}
.btn-more::before {
  content: "";
  width: 17px;
  height: 8px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2028%2012%22%20width%3D%2217%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cstyle%3E.cls-arwRt%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-arwRt%22%20d%3D%22M27%205.96%201%206.22M27%205.96%2023.05%2011M27%205.96%2022.95%201%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-more::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  display: block;
  background-color: #229254;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.link-01 {
  padding-right: 2rem;
  background: url(../../images/common/arrow01.svg) no-repeat right 0.2rem center/1.2rem;
  letter-spacing: 0.035em;
}
.link-01.wh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  background-image: url(../../images/common/arrow01_wh.svg);
}
.link-01.org {
  border-bottom: 1px solid #d8521e;
  background-image: url(../../images/common/arrow01_org.svg);
  color: #d8521e;
}

ul {
  list-style-type: none;
}
ul.dot {
  list-style-type: none;
}
ul.dot li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
ul.dot li:before {
  content: "・";
}
ul.dot li:not(:last-child) {
  margin-bottom: 0.3em;
}
ul.note {
  list-style-type: none;
}
ul.note li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
ul.note li:before {
  content: "※";
  font-family: cursive;
}
ul.note li:not(:last-child) {
  margin-bottom: 0.3em;
}

dl.note dt {
  position: relative;
}
dl.note dt span {
  position: absolute;
}
dl.note dd {
  padding-left: 1em;
}

.pager-number {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-number .page-numbers {
  margin: 0 2rem;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
}
.pager-number .page-numbers.current {
  border-bottom: 1px solid #141413;
}
.pager-number .prev, .pager-number .next {
  color: #868684;
  white-space: nowrap;
}

.site-header {
  width: 100%;
  padding: 2.8rem 6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.site-header.wh .header-navi a {
  color: #fff;
}
.site-header.wh .header-navi .btn a {
  background-image: url(../../images/common/menu-frame.png);
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-title {
  font-size: 1rem;
}
.header-title a {
  display: inline-block;
}

.header-navi {
  margin-left: 6rem;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.header-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-navi li:not(:last-child) {
  margin-right: 1.4rem;
}
.header-navi a {
  color: #1b130d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.header-navi .btn:not(:last-child) {
  margin-right: 0.4rem;
}
.header-navi .btn a {
  width: 2.5rem;
  height: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../../images/common/menu-frame2.png) no-repeat center/contain;
  font-size: 1.1rem;
}

.follow-navi {
  width: 1.4rem;
  position: fixed;
  right: 6rem;
  bottom: 4rem;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  mix-blend-mode: difference;
}
.follow-navi dt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.follow-navi dd {
  margin-top: 1rem;
  line-height: 1;
}
.follow-navi dd span {
  margin: 0.8rem auto;
  display: inline-block;
}

#hamburgerMenu {
  width: 7.1rem;
  height: 2.2rem;
  position: fixed;
  top: 3rem;
  right: 6rem;
  z-index: 9;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  cursor: pointer;
  mix-blend-mode: difference;
}
#hamburgerMenu span:nth-child(2) {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.3rem;
  margin-left: -0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#hamburgerMenu.is-open span:nth-child(2) {
  margin-top: -0.1rem;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#hamburgerNavi {
  width: 100%;
  min-height: 27.5rem;
  padding: 2.8rem 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
  background: url(../../images/common/bg_navi.jpg) repeat left top/100rem;
  -webkit-box-shadow: inset 0 0 1.8rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 1.8rem 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}
#hamburgerNavi .header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#hamburgerNavi .header-navi a {
  color: #fff;
}
#hamburgerNavi .sns-link {
  margin-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}
#hamburgerNavi .sns-link li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 0.8rem;
}
#hamburgerNavi .sns-link li:not(:last-child)::after {
  content: "/";
  margin-top: 0.6rem;
  display: block;
}
#hamburgerNavi .header-info {
  margin-right: 11rem;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
#hamburgerNavi .header-info .inner + .inner {
  margin-left: 2.5rem;
}
#hamburgerNavi .header-info .address {
  font-style: normal;
  line-height: 1.4;
}
#hamburgerNavi .header-info .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#hamburgerNavi .header-info .tel dt::after {
  content: "/";
}
#hamburgerNavi .header-info .tel dd {
  margin-left: 0.6rem;
  font-size: 1.7rem;
}
#hamburgerNavi .header-info .tel dd a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
#hamburgerNavi .header-info p {
  line-height: 1.5714285714;
}

.site-footer {
  background: #000 url(../../images/common/footer_bg.jpg) no-repeat center right/auto 100%;
  background-color: #000;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .area01 {
  width: 22.85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(27, 27, 27, 0.8);
}
.site-footer .area02 {
  width: 77.15%;
  padding: 12rem 5% 12rem 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-title a {
  display: inline-block;
}

.footer-information {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}
.footer-information .name dt {
  color: #8a8a8a;
  font-size: 1.2rem;
}
.footer-information .name dd {
  font-size: 2.4rem;
}
.footer-information .address {
  font-style: normal;
}
.footer-information .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-information .tel dt {
  margin-right: 0.5em;
  color: #8a8a8a;
  font-size: 1.2rem;
}
.footer-information .tel dd {
  font-size: 1.8rem;
}
.footer-information .business-hours {
  margin: 0.5em 0;
  line-height: 1.2857142857;
}
.footer-information .link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-information .link-icon li + li {
  margin-left: 1rem;
}
.footer-information .link-icon a {
  display: inline-block;
}

.footer-navi {
  margin-left: 8%;
}
.footer-navi ul {
  display: grid;
  gap: 2rem 6rem;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
.footer-navi a {
  font-size: 1.8rem;
}
.footer-navi .label {
  margin-top: 0.3em;
  display: block;
  color: #8a8a8a;
  font-size: 1rem;
}

.footer-other {
  margin-top: auto;
  margin-left: 5%;
  text-align: center;
}

.copyright {
  margin-top: 6.4rem;
  color: #8a8a8a;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1;
}

.form-box + .form-box {
  margin-top: 2.4rem;
}
.form-box dt {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}
.form-box .required {
  margin-left: 0.8rem;
  padding: 0.2em 0.5em;
  display: inline-block;
  background-color: #313131;
  color: #fff;
  font-size: 1.2rem;
}
.form-box .required::before {
  content: "必須";
}
.form-box .error {
  margin-top: 0.5em;
  color: #d94e4e;
  font-size: 13px;
}

.form-control {
  width: 100%;
  padding: 0.8em 1.2em;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

textarea.form-control {
  height: 29.6rem;
  padding: 1.2em;
}

.form-submit {
  width: 16.5rem;
  margin: 4.4rem auto 0;
}

#hero-visual {
  width: 100%;
  height: 100vh;
  margin-bottom: 10rem;
  position: relative;
}

.hero-slider {
  height: 100%;
}
.hero-slider .swiper-slide, .hero-slider .slide-image {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .swiper-slide-active .slide-image, .hero-slider .swiper-slide-duplicate-active .slide-image, .hero-slider .swiper-slide-prev .slide-image {
  -webkit-animation: zoom-in 10s linear 0s 1 normal both;
          animation: zoom-in 10s linear 0s 1 normal both;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hero-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-scroll .text {
  margin-left: 2px;
  color: #fff;
  font-size: 1.1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.hero-scroll .bar {
  width: 1px;
  height: 12.8rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
}
.hero-scroll .bar::after {
  content: "";
  width: 1px;
  height: 12.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-animation: sdl 2s ease-in-out infinite;
          animation: sdl 2s ease-in-out infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.hero-follow {
  width: 1.4rem;
  position: absolute;
  right: 6rem;
  bottom: 4rem;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.hero-follow dt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.hero-follow dd {
  margin-top: 1rem;
  line-height: 1;
}
.hero-follow dd span {
  margin: 0.8rem auto;
  display: inline-block;
}

.block-message .content {
  padding: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-message .text p {
  white-space: nowrap;
  letter-spacing: 0.22em;
  font-size: 1.7rem;
  line-height: 2.5882352941;
}
.block-message .btn-01 {
  margin-bottom: auto;
  display: block;
}

.block-menu .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-menu .menu-list {
  max-height: 100vh;
  grid-template-rows: 50% 50%;
}
.block-menu .menu-list .pic {
  height: 100%;
}
.block-menu .menu-list .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-list {
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.menu-list:hover a::before {
  opacity: 1;
}
.menu-list a {
  position: relative;
}
.menu-list a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-list a:hover::before {
  opacity: 0 !important;
}
.menu-list a .title {
  z-index: 3;
}
.menu-list a img {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.menu-list .pic {
  position: relative;
}
.menu-list .pic img {
  width: 100%;
}
.menu-list .title {
  position: absolute;
  top: 3rem;
  right: 1.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.22em;
  font-weight: 400;
  font-size: 2.7rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
.menu-list .title .label {
  margin-top: 0.5em;
  color: #b6b6b4;
  letter-spacing: 0.07em;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
}

.menu-text {
  width: 22.4rem;
  margin-left: 12%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.menu-text .headline-02 {
  margin-right: auto;
  margin-left: auto;
}
.menu-text p {
  font-size: 1.4rem;
}
.menu-text .btn {
  margin: 2.5rem auto 0;
  font-size: 1.2rem;
}

.partition-visual01 {
  width: 100%;
  height: 68vw;
  max-height: 94rem;
}
.partition-visual01::after {
  bottom: -1px;
}
.partition-visual01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-vision {
  background-color: rgba(212, 212, 210, 0.2);
}
.block-vision .content {
  position: relative;
}
.block-vision .headline-02 {
  position: absolute;
  top: 15rem;
  right: 0;
}

.vision-box .pic {
  margin-bottom: 3.5rem;
  position: relative;
}
.vision-box .title {
  margin-bottom: 0.2em;
  font-weight: 500;
  font-size: 2.2rem;
}
.vision-box p {
  letter-spacing: 0.035em;
  font-size: 1.5rem;
}
.vision-box .link-01 {
  margin-top: 2rem;
}

.vision01 {
  width: 58rem;
  margin-top: -15rem;
}
.vision01 .pic01 {
  position: relative;
  z-index: 2;
}
.vision01 .pic02 {
  width: 21.2rem;
  position: absolute;
  top: calc(100% - 5.5rem);
  left: calc(100% - 2.5rem);
}
.vision01 .pic02::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
  display: block;
  background: url(../../images/home/vision_pic1_2_frame.png) no-repeat center/100% 100%;
}

.vision02 {
  width: 44.6rem;
  margin-top: 2rem;
  margin-left: auto;
}
.vision02 .pic02 {
  width: 11rem;
  position: absolute;
  top: -17.4rem;
  right: 5.5rem;
  z-index: 2;
}
.vision02 .pic02::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.3rem;
  left: -0.3rem;
  display: block;
  background: url(../../images/home/vision_pic2_2_frame.png) no-repeat center/100% 100%;
}

.vision03 {
  width: 61rem;
  margin-top: -39.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vision03 .pic {
  width: 27.8rem;
  margin-right: 4rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.vision03 .text {
  margin-top: 4.5rem;
}

.block-information .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.information-visual {
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-areas: "area1 area3" "area1 area4" "area2 area4" "area2 area4";
  gap: 0.2rem 0.2rem;
  grid-template-columns: 62.5% 37.5%;
  grid-template-rows: auto auto auto auto;
}
.information-visual .pic img {
  width: 100%;
}
.information-visual .pic01 {
  grid-area: area1;
}
.information-visual .pic02 {
  grid-area: area2;
}
.information-visual .pic03 {
  grid-area: area3;
}
.information-visual .pic04 {
  grid-area: area4;
}

.information-text {
  margin-left: 12%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.information-text .headline-02 {
  margin-right: auto;
  margin-left: auto;
}
.information-text p {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3529411765;
}
.information-text p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.information-text p.sm {
  font-size: 1.6rem;
  line-height: 1.625;
}
.information-text p a {
  display: inline-block;
  border-bottom: 1px solid #d8521e;
  color: #d8521e;
  line-height: 1.3;
}
.information-text .btn-group {
  margin-top: 2.5rem;
}
.information-text .btn {
  width: 16.2rem;
  margin: 0 auto;
}
.information-text .btn + .btn {
  margin-top: 1.6rem;
}

.block-post {
  padding-top: 7rem;
  padding-bottom: 11.8rem;
}
.block-post .post-inner::before, .block-post .post-inner::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.block-post .post-inner::before {
  left: 0;
  background-color: rgba(212, 212, 210, 0.2);
}
.block-post .post-inner::after {
  right: 0;
  background-color: rgba(212, 212, 210, 0.4);
}
.block-post .post-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-post .content {
  width: 50%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-post .headline-02 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.block-post .block-dairy {
  padding-right: 5.8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block-dairy .inner {
  max-width: 33rem;
}
.block-dairy .headline-02 {
  margin-top: auto;
}
.block-dairy .headline-02 .catch {
  width: 9.2rem;
  position: absolute;
  top: calc(100% + 2rem);
  left: calc(50% - 4.6rem);
  color: #7b7979;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
.block-dairy .pic img {
  width: 100%;
}
.block-dairy .title {
  margin-top: 3rem;
  margin-bottom: 0.8rem;
}
.block-dairy .title dt {
  vertical-align: baseline;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.block-dairy .title dt::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.6rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #aaa;
}
.block-dairy .title dd {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 2.2rem;
}
.block-dairy p {
  letter-spacing: 0.035em;
  font-size: 1.4rem;
}
.block-dairy .link-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.4rem;
  margin-left: auto;
  display: block;
}

.block-news {
  padding-left: 4.5rem;
}
.block-news .headline-02 {
  margin-right: 6rem;
  margin-bottom: 0;
}
.block-news .inner {
  width: 100%;
}
.block-news .link-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6rem;
  margin-left: auto;
  display: block;
}

.news-list li {
  padding: 1.2em 0;
  position: relative;
  background: url(../../images/common/arrow01.svg) no-repeat right 0.4rem center/1.2rem;
}
.news-list li::before, .news-list li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  display: block;
  background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
}
.news-list li::before {
  content: none;
  top: 0;
}
.news-list li::after {
  bottom: 0;
}
.news-list li:first-child::before {
  content: "";
}
.news-list li:nth-child(2n)::after {
  background-position: 40% center;
}
.news-list li:nth-child(2n+1)::after {
  background-position: 80% center;
}
.news-list li:nth-child(3n+1)::after {
  background-position: 60% center;
}
.news-list a {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
.news-list .date {
  display: block;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}

.lower .site-container {
  margin-top: 12.8rem;
}

.lower-headline.headline-02 {
  margin-bottom: 8rem;
}

.concept-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(100vh - 12.8rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concept-lead p {
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 1.7rem;
  line-height: 2.7058823529;
}
.concept-lead p img {
  position: absolute;
  bottom: 2em;
  left: -2em;
}

.concept-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.concept-menu li {
  width: 7.6rem;
}
.concept-menu li + li {
  margin-right: 1.6rem;
}
.concept-menu li:nth-child(even) {
  margin-top: 3rem;
}
.concept-menu a {
  width: 100%;
  height: 48.6rem;
  padding-top: 3.5rem;
  position: relative;
  display: block;
}
.concept-menu a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.concept-menu a:hover::before {
  opacity: 0 !important;
}
.concept-menu .headline-03 {
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 2.4rem;
}
.concept-menu .headline-03 .label {
  margin-top: 1em;
  color: #b6b6b4;
}
.concept-menu img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-menu:hover a::before {
  opacity: 1;
}

.concept-lead-visual {
  margin-bottom: 7.2rem;
}
.concept-lead-visual.left {
  margin-left: calc(50% - 50vw);
}
.concept-lead-visual.right {
  margin-right: calc(50% - 50vw);
}

.concept-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.concept-column .image-area {
  width: 100%;
}
.concept-column .text-area {
  width: 42.7%;
  padding: 6.8rem 4.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.concept-column .text-area p {
  letter-spacing: 0.14em;
}
.concept-column .headline-03 {
  margin-bottom: 7.2rem;
  color: #0f0702;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 4.8rem;
}
.concept-column .label {
  margin-top: 1em;
  color: #5c5c59;
}

#concept01 .pic01 {
  margin-right: -6rem;
  margin-bottom: 3rem;
  margin-left: calc(88% - 50vw);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, calc(100% - 6rem) 53%, calc(100% - 6rem) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 53%, calc(100% - 6rem) 53%, calc(100% - 6rem) 100%, 0 100%);
}
#concept01 .pic01 img {
  width: 100%;
}
#concept01 .pic02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

#concept02 .pic01 {
  margin-bottom: 3rem;
  margin-left: calc(88% - 50vw);
}
#concept02 .pic01 img {
  width: 100%;
}
#concept02 .pic02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

#concept03 .pic01 {
  width: 38rem;
  margin-bottom: -6rem;
}
#concept03 .pic02 {
  width: 33rem;
  margin-left: auto;
}

#concept04 .pic01 {
  width: 30.4rem;
  margin-top: 6.8rem;
  margin-right: 8rem;
  margin-left: auto;
}

.block-menu-archive .headline-03 {
  margin-bottom: 7rem;
}
.block-menu-archive .menu-list {
  margin-right: calc(50% - 50vw);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.block-menu-archive .menu-list .title {
  font-size: 2rem;
}
.block-menu-archive .menu-list .title .label {
  font-size: 1rem;
}

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-box .visual {
  width: 55.6%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-box .title {
  margin: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.menu-box .title span {
  margin-top: 0.5em;
  color: #767575;
  font-size: 1.6rem;
}
.menu-box .title span::before, .menu-box .title span::after {
  content: "";
  width: 1px;
  height: 0.5rem;
  display: inline-block;
  background-color: #767575;
}
.menu-box .title span::before {
  margin-bottom: 0.3em;
}
.menu-box .title span::after {
  margin-top: 0.3em;
}
.menu-box .swiper-pagination {
  width: 2rem !important;
  margin: 0 1em;
  position: absolute;
  top: 1.2em;
  right: 100%;
  bottom: auto !important;
  left: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #767575;
  vertical-align: middle;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.menu-box .swiper-pagination .swiper-pagination-bullet {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  display: block;
  background: none !important;
  line-height: 2rem !important;
  opacity: 1 !important;
}
.menu-box .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 0.5em !important;
}
.menu-box .swiper-pagination .swiper-pagination-bullet-active {
  color: #2f2725;
  font-size: 2rem;
}
.menu-box .menu-image {
  width: 100%;
  height: 82.5rem;
  max-height: 100vh;
  padding-left: 7.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.menu-box .menu-image * {
  max-width: 100%;
  max-height: 100vh;
}
.menu-box .menu-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-box .menu-slide {
  overflow: visible;
}
.menu-box .menu-archive-list {
  width: 40%;
}
.menu-box .menu-archive-list dl {
  padding: 1.2em 0;
  position: relative;
}
.menu-box .menu-archive-list dl::before, .menu-box .menu-archive-list dl::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  display: block;
  background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
}
.menu-box .menu-archive-list dl::before {
  content: none;
  top: 0;
}
.menu-box .menu-archive-list dl::after {
  bottom: 0;
}
.menu-box .menu-archive-list dl:first-of-type::before {
  content: "";
}

.menu-archive-list .inner + .inner {
  margin-top: 3.5rem;
}
.menu-archive-list .menu-title {
  margin: 3.5rem auto 1em;
  display: block;
  color: #d8521e;
  font-weight: 500;
  font-size: 2.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.menu-archive-list .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 2.2rem;
}
.menu-archive-list .name + * {
  margin-top: 0.8em;
}
.menu-archive-list .name .pic {
  width: 7rem;
  height: 7rem;
  margin-right: 2.4rem;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
}
.menu-archive-list .comment {
  font-size: 1.5rem;
}
.menu-archive-list .price {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-archive-list .price-note {
  font-size: 1.2rem;
}
.menu-archive-list .price-text {
  margin-left: auto;
  font-size: 1.8rem !important;
}

.block-drink-archive {
  padding-bottom: 16rem;
}

.drink-visual {
  max-width: 100rem;
  margin: 0 auto 6.8rem;
  display: block;
}

.menu-drink-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-drink-list li {
  width: 48%;
  padding: 2.8em 0.7em;
  position: relative;
  background: url(../../images/common/arrow01.svg) no-repeat right 0.4rem center/1.2rem;
}
.menu-drink-list li::before, .menu-drink-list li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  display: block;
  background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
}
.menu-drink-list li::before {
  content: none;
  top: 0;
}
.menu-drink-list li::after {
  bottom: 0;
}
.menu-drink-list li:first-child::before, .menu-drink-list li:nth-child(2)::before {
  content: "";
}
.menu-drink-list li:nth-child(2n)::before, .menu-drink-list li:nth-child(2n)::after {
  background-position: 40% center;
}
.menu-drink-list li:nth-child(2n+1)::after {
  background-position: 80% center;
}
.menu-drink-list li:nth-child(3n+1)::after {
  background-position: 60% center;
}
.menu-drink-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 1.4;
}
.menu-drink-list a::after {
  content: "";
  width: 2rem;
  height: 2.4rem;
  margin-left: 1rem;
  display: inline-block;
  background: url(../../images/common/icon_pdf.png) no-repeat center/contain;
}

.about-lead {
  margin-top: -12.8rem;
  position: relative;
  color: #fff;
}
.about-lead .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-lead .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-lead .inner {
  padding-top: 23.6rem;
  padding-bottom: 13.4rem;
  position: relative;
  z-index: 2;
}
.about-lead .headline-02 {
  margin-bottom: 2em;
}
.about-lead .headline-02 .label {
  color: #aeaea7;
}
.about-lead p {
  letter-spacing: 0.3em;
  line-height: 2.8125;
}

.block-about .headline-02 {
  margin-bottom: 7rem;
}

.profile-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.3em;
}
.profile-item + .profile-item {
  margin-top: 2px;
}
.profile-item > dt {
  width: 20.5rem;
  padding: 3.5rem 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-color: #efefef;
  mix-blend-mode: multiply;
}
.profile-item > dd {
  width: 100%;
  padding: 3.5rem 4rem;
  background-color: #fff;
}

.history-list {
  position: relative;
}
.history-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.history-list dl + dl {
  margin-top: 1.5em;
}
.history-list dt {
  width: 10.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  text-align: right;
}
.history-list dd {
  width: 100%;
  padding-left: 4rem;
}
.history-list .has-pic dd {
  padding-left: 18.4rem;
}
.history-list .history-pic {
  position: absolute;
  top: -0.6rem;
  left: 14.8rem;
}

.greeting-block + .greeting-block {
  margin-top: 7rem;
}
.greeting-block dt {
  margin-bottom: 0.8em;
  letter-spacing: 0.3em;
  font-size: 3.2rem;
}
.greeting-block dd p {
  letter-spacing: 0.3em;
  line-height: 2.8125;
}

.ceo-info {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ceo-info dl {
  margin-right: 3rem;
  letter-spacing: 0.3em;
  line-height: 1;
}
.ceo-info dt {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.ceo-info dd {
  font-size: 2.4rem;
}

.page-archive {
  margin-top: 0 !important;
}
.page-archive .content {
  padding-top: 17.8rem;
  padding-bottom: 17.8rem;
  background-color: rgba(255, 255, 255, 0.74);
}

.page-news-archive .archive-select-navi {
  width: 75rem;
  max-width: 100%;
}
.page-news-archive .news-list {
  width: 75rem;
  max-width: 100%;
  margin: 3rem auto;
}

.post-content {
  padding: 7rem 11.5rem;
  background-color: rgba(255, 255, 255, 0.74);
}

.post-header {
  margin-bottom: 2.8rem;
  padding-bottom: 1.6rem;
  position: relative;
  text-align: center;
}
.post-header::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
}
.post-header .date {
  color: #656563;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.post-header .title {
  font-size: 2.4rem;
}

.post-body {
  font-size: 1.4rem;
}
.post-body figure {
  max-width: 70rem;
  margin-right: auto;
  margin-bottom: 4em;
  margin-left: auto;
  display: block;
}
.post-body figure img {
  width: 100%;
}
.post-body p:not(:last-of-type) {
  margin-bottom: 2em;
}

.post-footer {
  margin-top: 10rem;
  padding-top: 5rem;
  border-top: 1px solid #99999a;
}
.post-footer .post-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.post-footer a {
  color: #141413;
}
.post-footer .prev, .post-footer .next {
  min-width: 16.5rem;
  padding: 1em 0;
  background: url(../../images/common/select_frame.png) no-repeat center/100% 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
.post-footer .prev a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 2rem;
  display: inline-block;
  background: url(../../images/common/arrow01.svg) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post-footer .next a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: 2rem;
  display: inline-block;
  background: url(../../images/common/arrow01.svg) no-repeat center/cover;
}
.post-footer .back {
  margin: 0 3.4rem;
  text-decoration: underline;
  font-size: 1.8rem;
}

.page-fine-foods {
  position: relative;
}
.page-fine-foods::before {
  content: "";
  width: 61.9rem;
  height: 48.7rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: url(../../images/fine-foods/object_tree.png) no-repeat right top/contain;
  pointer-events: none;
}

.page-fine-foods-archive .headline {
  width: 63rem;
  max-width: 100%;
  margin: 0 auto 3.4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #9a9a99;
}
.page-fine-foods-archive .headline .logo {
  width: 100%;
  height: 12.8rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../../images/fine-foods/headline_frame.png) no-repeat center/100% 100%;
}
.page-fine-foods-archive .headline p {
  color: #7b7979;
  letter-spacing: 0.035em;
  font-size: 1.5rem;
}
.page-fine-foods-archive .headline .btn {
  margin: 4rem auto 0;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.page-fine-foods-archive .archive-select-navi {
  width: 63rem;
  max-width: 100%;
}

.archive-select-navi {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-dropdown {
  min-width: 16.5rem;
  padding: 1em 3.6rem 1em 1em;
  background: url(../../images/common/select_frame.png) no-repeat center/100% 100%, url(../../images/common/select_arrow.png) no-repeat right 1.2rem center/1.2rem;
  font-size: 1.5rem;
  line-height: 1;
}
.archive-dropdown:not(:last-child) {
  margin-right: 2.4rem;
}

.fine-foods-archive-list {
  width: 63rem;
  max-width: 100%;
  margin: 3.4rem auto;
  padding: 0;
}
.fine-foods-archive-list .archive-box {
  margin-bottom: 4rem;
  padding-bottom: 5rem;
  position: relative;
}
.fine-foods-archive-list .archive-box::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
}
.fine-foods-archive-list .archive-box .title {
  margin-top: 2rem;
  margin-bottom: 0;
}

.page-fine-foods-detail {
  margin-top: 0 !important;
}

.fine-foods-headline {
  margin-bottom: 2.4rem;
}

.toc-list {
  margin-bottom: 2.4rem;
  padding: 2.4rem 2.4rem 3.2rem;
  background-color: rgba(212, 212, 210, 0.4);
}
.toc-list dt {
  margin-bottom: 0.5em;
}
.toc-list dd {
  padding: 0 1.5rem;
  font-size: 1.8rem;
}
.toc-list li {
  padding: 0.3em 0 0.3em 2.6rem;
  position: relative;
  border-bottom: 1px solid rgba(148, 146, 143, 0.4);
}
.toc-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.3rem;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.post-fine-foods-header {
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #99999a;
}
.post-fine-foods-header .title dt {
  margin-bottom: 0.2em;
  vertical-align: baseline;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.post-fine-foods-header .title dt::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.6rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #aaa;
}
.post-fine-foods-header .title dd {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 2.4rem;
}

.post-fine-foods-content .label {
  margin-bottom: 0.2em;
  vertical-align: baseline;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.post-fine-foods-content .label::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.6rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #aaa;
}
.post-fine-foods-content .label + h2 {
  margin-top: 0 !important;
}
.post-fine-foods-content .post-body {
  font-size: 1.6rem;
}
.post-fine-foods-content .post-body figure {
  max-width: 100%;
  margin-bottom: 4.6rem;
}
.post-fine-foods-content .post-body h2 {
  margin-bottom: 2rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #99999a;
  font-size: 2.4rem;
}
.post-fine-foods-content .post-body p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.post-fine-foods-content .post-body p + figure {
  margin-top: 4.2rem;
}
.post-fine-foods-content .post-body * + h2 {
  margin-top: 4.2rem;
}

.recommend-post {
  margin-top: 6rem;
}

.recommend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommend-list .archive-box {
  width: 49%;
}
.recommend-list .archive-box .title {
  margin-top: 2rem;
}
.recommend-list .archive-box .title dd {
  font-size: 2rem;
}

.contact-lead {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
}
.contact-lead dt {
  margin-bottom: 1.8em;
  text-align: center;
  font-weight: 600;
  font-size: 1.9rem;
}
.contact-lead dd {
  font-size: 1.5rem;
}
.contact-lead dd p {
  letter-spacing: 0;
}

.page-stand-open {
  padding-top: 11rem;
  padding-bottom: 25rem;
}
.page-stand-open .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-stand-open .image {
  width: 18rem;
}
.page-stand-open .logo {
  width: 6.9rem;
}
.page-stand-open .text {
  margin-top: -1.6rem;
}
.page-stand-open .text p {
  letter-spacing: 0.1em;
}
.page-stand-open .text p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.page-stand-open .text01 {
  font-family: "Cormorant Garamond", serif;
  font-size: 5.5rem;
  line-height: 1.1636363636;
}
.page-stand-open .text01 span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.page-stand-open .text01 span::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 1rem;
  left: 0.3rem;
  z-index: -1;
  border-radius: 50%;
  background-color: #dc5f0d;
}
.page-stand-open .text02 {
  padding-left: 3rem;
  background: url(../../images/stand/icon_place.png) no-repeat 0.4rem 0.4rem/1.6rem 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.page-stand-open .text03 {
  padding-left: 3rem;
  background: url(../../images/stand/icon_clock.svg) no-repeat left 0.34em/2rem 2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  line-height: 1;
}
.page-stand-open .text03 span {
  font-size: 2.4rem;
}
.page-stand-open .text04 {
  padding-left: 3rem;
  background: url(../../images/stand/icon_phone.svg) no-repeat left 0.34em/2rem 2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  line-height: 1;
}
.page-stand-open .column {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-stand-open .link-map {
  width: 10.8rem;
  height: 2.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dc5f0d;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}

@media (min-width: 834px) {
  .spOnly {
    display: none !important;
  }
  .block-menu-archive {
    padding-bottom: 50vh;
  }
}
@media (min-width: 834px) and (max-width: 1134px) {
  html {
    font-size: 0.8818342152vw;
  }
}
@-webkit-keyframes headerShow {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerShow {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@supports (-webkit-touch-callout: none) {
  #hero-visual {
    max-height: -webkit-fill-available;
  }
  .concept-lead {
    height: -webkit-fill-available;
  }
  .concept-lead .inner {
    margin-top: -5rem;
  }
  .about-lead .bg {
    height: -webkit-fill-available;
  }
}
@media (max-width: 833px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.5rem;
  }
  .section-block {
    padding: 8rem 1.5rem;
  }
  .pcOnly, .spHide {
    display: none !important;
  }
  .pic {
    display: block;
  }
  .pic img {
    width: 100%;
  }
  .headline-01 {
    font-size: 2.4rem;
  }
  .headline-02 {
    font-size: 2.5rem;
  }
  .headline-02 .label {
    font-size: 1.3rem;
  }
  .headline-02.sp-horizontal {
    margin: 0 auto 3rem;
    text-align: center;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .headline-02.sp-horizontal .label {
    position: relative;
    top: auto;
    left: auto;
  }
  .headline-04 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .btn-01 {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 1.5rem;
  }
  .btn-frame {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 1.5rem;
  }
  .link-01 {
    background-image: url(../../images/common/arrow01_sp.svg);
    background-size: 1.4rem;
    font-size: 1.5rem;
  }
  .link-01.wh {
    background-image: url(../../images/common/arrow01_wh_sp.svg);
  }
  .link-01.org {
    background-image: url(../../images/common/arrow01_org_sp.svg);
  }
  .pager-number .page-numbers {
    margin: 0 1.5rem;
    font-size: 1.4rem;
  }
  .site-header {
    padding: 1rem 1.5rem;
  }
  .header-inner {
    display: block;
  }
  .header-title {
    width: 4.4rem;
  }
  .header-navi {
    margin-left: 0;
    display: none;
  }
  .header-navi ul {
    display: block;
    text-align: center;
  }
  .header-navi li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .header-navi a {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .header-navi .btn {
    margin: 0 auto;
  }
  .header-navi .btn:not(:last-child) {
    margin-right: auto;
  }
  .header-navi .btn a {
    width: 10rem;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
  }
  #hamburgerMenu {
    width: 6.3rem;
    height: 1.6rem;
    top: 2rem;
    right: 1.5rem;
  }
  #hamburgerNavi {
    height: 100vh;
    padding: 2.8rem 1.5rem;
    overflow-y: auto;
  }
  #hamburgerNavi .header-title {
    position: fixed;
    top: 2.8rem;
    left: 1.5rem;
  }
  #hamburgerNavi .header-navi {
    padding-top: 3rem;
    display: block;
  }
  #hamburgerNavi .sns-link {
    margin: 3rem auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hamburgerNavi .sns-link li:not(:last-child) {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
  #hamburgerNavi .sns-link li:not(:last-child)::after {
    margin-top: 0;
    margin-right: 0.6rem;
    display: inline-block;
  }
  #hamburgerNavi .header-info {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
  #hamburgerNavi .header-info .inner + .inner {
    margin-top: 2rem;
    margin-left: 0;
  }
  #hamburgerNavi .header-info .tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer {
    background-position: bottom right;
    background-size: auto 50%;
  }
  .site-footer .content {
    position: relative;
    display: block;
  }
  .site-footer .area01 {
    width: 100%;
    height: 27.5rem;
    padding: 4.4rem 2.4rem;
    display: block;
    background: none;
  }
  .site-footer .area02 {
    width: 100%;
    padding: 0 2.4rem 1.5rem;
    display: block;
  }
  .footer-title {
    width: 4rem;
  }
  .foujita-logo {
    width: 6.1rem;
    position: absolute;
    top: 19rem;
    left: 1.5rem;
  }
  .footer-navi {
    margin-left: 0;
    padding-right: 2.4rem;
    padding-left: 33%;
    position: absolute;
    top: 4rem;
    left: 0;
  }
  .footer-navi ul {
    gap: 1rem 4rem;
  }
  .footer-navi a {
    font-size: 1.6rem;
  }
  .footer-navi .label {
    white-space: nowrap;
  }
  .footer-information {
    font-size: 1.2rem;
  }
  .footer-information .name {
    line-height: 1.4;
  }
  .footer-information .name dt {
    font-size: 1rem;
  }
  .footer-information .name dd {
    font-size: 1.7rem;
  }
  .footer-information .tel dt {
    font-size: 1rem;
  }
  .footer-information .tel dd {
    font-size: 1.4rem;
  }
  .footer-information .link-icon {
    margin-top: 1rem;
  }
  .footer-other {
    margin-left: 0;
    text-align: left;
  }
  .copyright {
    margin-top: 1.5rem;
  }
  #hero-visual {
    margin-bottom: 0;
  }
  .hero-scroll .text {
    font-size: 1rem;
  }
  .hero-scroll .bar {
    height: 8rem;
  }
  .hero-scroll .bar::after {
    height: 8rem;
  }
  .follow-navi {
    right: 1.5rem;
    bottom: 2rem;
  }
  .block-message .content {
    padding: 0;
    display: block;
  }
  .block-message .headline-01 {
    margin: 0 auto 3rem;
  }
  .block-message .pic {
    margin: 0 -1.5rem 5rem;
  }
  .block-message .text {
    margin: 0 auto;
  }
  .block-message .text p {
    font-size: 1.6rem;
    line-height: 2.15625;
  }
  .block-message .btn {
    margin: 4.5rem auto 0;
  }
  .block-menu .content {
    padding-top: 17rem;
    position: relative;
    display: block;
  }
  .block-menu .menu-list {
    max-height: none;
    margin: 0 -1.5rem 3rem;
    grid-template-rows: auto;
  }
  .menu-list {
    grid-template-columns: 1fr 1fr;
  }
  .menu-list .title {
    top: 1.6rem;
    right: 1.2rem;
    font-size: 2rem;
  }
  .menu-list .title .label {
    font-size: 1rem;
  }
  .menu-text {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
  .menu-text .headline-02 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .menu-text p {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .menu-text .btn {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .partition-visual01 {
    height: 31.5rem;
    max-height: none;
    margin-top: 3rem;
  }
  .block-vision .headline-02 {
    display: none;
  }
  .vision-box {
    width: 100%;
    margin-top: 5rem;
  }
  .vision-box .text {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .vision-box .title {
    font-size: 1.9rem;
  }
  .vision-box .link-01 {
    font-size: 1.5rem;
  }
  .vision01 {
    margin-top: -13rem;
  }
  .vision01 .pic {
    padding-bottom: 1.9rem;
  }
  .vision01 .pic01 {
    width: 80%;
  }
  .vision01 .pic02 {
    width: 34.8%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 3;
  }
  .vision02 {
    width: 100%;
  }
  .vision02 .pic01 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .vision02 .pic02 {
    display: none;
  }
  .vision03 {
    width: 100%;
    position: relative;
    display: block;
  }
  .vision03 .pic {
    width: 50vw;
    margin-right: auto;
    margin-left: -1.5rem;
  }
  .vision03 .text {
    margin-top: 3.5rem;
  }
  .vision03 .title {
    position: absolute;
    top: 9rem;
    left: 50vw;
  }
  .block-information .content {
    padding-top: 17.5rem;
    position: relative;
    display: block;
  }
  .block-information .headline-02 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .information-visual {
    margin: 0 -1.5rem 4rem;
  }
  .information-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .information-text .btn {
    width: 20rem;
  }
  .block-post {
    padding: 0;
  }
  .block-post .post-inner::before, .block-post .post-inner::after {
    content: none;
  }
  .block-post .post-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block-post .content {
    width: 100%;
    padding: 6rem 1.5rem;
    display: block;
  }
  .block-dairy {
    padding-right: 0;
  }
  .block-dairy .inner {
    max-width: none;
    padding: 0 2.5rem;
  }
  .block-dairy .headline-02 .catch {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    font-size: 1.2rem;
  }
  .block-dairy .title dd {
    font-size: 1.85rem;
  }
  .block-dairy p {
    font-size: 1.5rem;
  }
  .block-dairy .link-01 {
    margin-top: 3rem;
    margin-left: 0;
  }
  .block-news {
    padding-left: 0;
    position: relative;
    background-color: rgba(212, 212, 210, 0.4);
  }
  .block-news::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: url(../../images/common/partition_line.png) repeat-x center/auto 100%;
  }
  .block-news .link-01 {
    margin: 5rem auto 0;
  }
  .news-list li {
    padding: 1.2em 2.5rem;
    background: url(../../images/common/arrow01.svg) no-repeat right 0.4rem center/1.2rem;
  }
  .news-list a {
    font-size: 1.5rem;
  }
  .news-list .date {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .lower .site-container {
    margin-top: 10rem;
  }
  .lower-headline.headline-02 {
    margin-bottom: 4rem;
  }
  .concept-lead {
    height: calc(100vh - 10rem);
  }
  .concept-lead p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .concept-lead p img {
    bottom: 0;
    left: 0.5em;
  }
  .concept-menu {
    width: 30rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .concept-menu li {
    width: 6.5rem;
  }
  .concept-menu li + li {
    margin-right: auto;
  }
  .concept-menu a {
    width: 100%;
    height: 41.4rem;
    padding-top: 2.8rem;
  }
  .concept-menu .headline-03 {
    font-size: 2rem;
  }
  .concept-menu .headline-03 .label {
    font-size: 1rem;
  }
  .concept-lead-visual {
    height: 18rem;
    margin: 0 -1.5rem 5.5rem;
  }
  .concept-lead-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .concept-column {
    position: relative;
    display: block;
  }
  .concept-column .image-area {
    width: 100%;
    padding: 0 2.5rem;
  }
  .concept-column .text-area {
    width: 100%;
    padding: 2.5rem 2.5rem;
  }
  .concept-column .text-area p {
    letter-spacing: 0.03em;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .concept-column .headline-03 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.6rem;
  }
  .concept-column .label {
    font-size: 1.2rem;
  }
  #concept01 {
    padding-bottom: 0;
  }
  #concept01 .pic01 {
    width: 29.5rem;
    margin-right: 0;
    margin-bottom: 4.8rem;
    margin-left: -4rem;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #concept02 {
    padding-bottom: 0;
  }
  #concept02 .pic01 {
    width: 29.5rem;
    margin-bottom: 3.2rem;
    margin-left: -4rem;
  }
  #concept02 .headline-03 {
    top: 3.5rem;
  }
  #concept03 {
    padding-bottom: 0;
  }
  #concept03 .pic01 {
    width: 27.6rem;
    margin-bottom: -3.3rem;
    margin-left: -4rem;
  }
  #concept03 .pic02 {
    width: 19.1rem;
    margin-right: -2.5rem;
    margin-left: auto;
  }
  #concept03 .headline-03 {
    top: 2.5rem;
  }
  #concept04 .pic01 {
    width: 29.4rem;
    margin-top: 0;
    margin-right: -4rem;
    margin-left: auto;
  }
  #concept04 .headline-03 {
    top: 13rem;
    right: auto;
    left: 0;
  }
  .block-menu-archive .headline-03 {
    margin-bottom: 3rem;
  }
  .block-menu-archive .menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .block-menu-archive .menu-list .title {
    font-size: 1.6rem;
  }
  .block-menu-archive .menu-list .title .label {
    font-size: 1rem;
  }
  .menu-box {
    position: relative;
    display: block;
  }
  .menu-box .visual {
    width: 100%;
  }
  .menu-box .swiper-pagination {
    width: 1.4rem !important;
    margin: 0 0.8em;
    top: 0;
    font-size: 1.2rem;
  }
  .menu-box .swiper-pagination .swiper-pagination-bullet-active {
    color: #2f2725;
    font-size: 1.4rem;
  }
  .menu-box .menu-image {
    height: auto;
    margin-bottom: 3rem;
    padding: 0 2.5rem;
  }
  .menu-box .menu-archive-list {
    width: 100%;
    padding: 0 2.5rem;
  }
  .menu-archive-list .inner + .inner {
    margin-top: 3.5rem;
  }
  .menu-archive-list .menu-title {
    margin: 0.5rem auto 4rem;
    text-align: center;
    font-size: 1.8rem;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .menu-archive-list .name {
    font-size: 1.8rem;
  }
  .menu-archive-list .name + * {
    margin-top: 0.8em;
  }
  .menu-archive-list .name .pic {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 1rem;
  }
  .menu-archive-list .price {
    margin-top: 0.3em;
  }
  .menu-archive-list .price-note {
    font-size: 1.1rem;
  }
  .menu-archive-list .price-text {
    font-size: 1.5rem !important;
  }
  .menu-anchor-navi {
    position: absolute;
    top: 0;
    right: -0.5em;
    color: #767575;
    font-size: 1.1rem;
  }
  .menu-anchor-navi ul {
    width: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .menu-anchor-navi li + li::before {
    content: "-";
    margin: 0.5em 0;
  }
  .menu-anchor-navi a {
    color: #767575;
  }
  .menu-anchor-navi .is-current {
    color: #000;
    font-weight: 600;
  }
  .drink-visual {
    margin-bottom: 4.5rem;
  }
  .menu-drink-list {
    padding: 0 2.5rem;
    display: block;
  }
  .menu-drink-list li {
    width: 100%;
    padding: 2em 0.5em;
  }
  .menu-drink-list li:nth-child(2)::before {
    content: none;
  }
  .menu-drink-list a {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .menu-drink-list a::after {
    width: 1.2rem;
    height: 1.5rem;
  }
  .about-lead {
    margin-top: -10rem;
  }
  .about-lead .bg {
    height: 100vh;
  }
  .about-lead .inner {
    padding-top: 16.9rem;
    padding-right: 4rem;
    padding-bottom: 10rem;
    padding-left: 4rem;
  }
  .about-lead p {
    text-align: left;
  }
  .block-about .headline-02 {
    margin-bottom: 5rem;
  }
  .profile-item {
    display: block;
    font-size: 1.5rem;
  }
  .profile-item + .profile-item {
    margin-top: 0;
  }
  .profile-item > dt {
    width: 100%;
    padding: 0.8em 1em;
    text-align: center;
  }
  .profile-item > dd {
    padding: 1em 2.5rem;
    text-align: center;
  }
  .history-list {
    text-align: left;
  }
  .history-list dl {
    display: block;
  }
  .history-list dl + dl {
    margin-top: 1.5em;
  }
  .history-list dt {
    width: 100%;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .history-list dd {
    padding-left: 0;
  }
  .history-list .has-pic dd {
    padding-left: 0;
  }
  .history-list .history-pic {
    width: 11rem;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  .greeting-block {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .greeting-block + .greeting-block {
    margin-top: 5rem;
  }
  .greeting-block dt {
    letter-spacing: 0.2em;
    font-size: 2.4rem;
  }
  .greeting-block dd p {
    font-size: 1.5rem;
    line-height: 2.2666666667;
  }
  .ceo-info {
    margin-top: 6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ceo-info dl {
    margin-right: 1.5rem;
  }
  .ceo-info dt {
    font-size: 1rem;
  }
  .ceo-info dd {
    font-size: 1.5rem;
  }
  .ceo-info .pic {
    width: 20rem;
  }
  .page-archive .content {
    padding-top: 10rem;
    padding-right: 2rem;
    padding-bottom: 8rem;
    padding-left: 2rem;
  }
  .post-content {
    padding: 4rem 2rem;
  }
  .post-footer {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 2.5rem;
    position: relative;
  }
  .post-footer .post-navi {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-footer .prev, .post-footer .next {
    min-width: 48%;
    font-size: 1.4rem;
    line-height: 1;
  }
  .post-footer .back {
    margin: 0;
    position: absolute;
    top: calc(100% + 1.6rem);
    left: 50%;
    font-size: 1.6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-fine-foods::before {
    width: 31rem;
    height: 24rem;
    top: -2rem;
    right: -8rem;
  }
  .page-fine-foods-archive .headline .logo {
    height: 10rem;
  }
  .page-fine-foods-archive .headline .logo img {
    width: 5.4rem;
  }
  .page-fine-foods-archive .headline p {
    font-size: 1.3rem;
  }
  .page-fine-foods-archive .headline .btn {
    margin-top: 2rem;
  }
  .archive-dropdown {
    min-width: 0;
    max-width: 48.5%;
    font-size: 1.4rem;
  }
  .archive-dropdown:not(:last-child) {
    margin-right: 3%;
  }
  .toc-list {
    padding: 2rem 2rem 2rem;
  }
  .toc-list dd {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .post-fine-foods-content .post-body {
    font-size: 1.4rem;
  }
  .post-fine-foods-content .post-body figure {
    margin-bottom: 2.3rem;
  }
  .post-fine-foods-content .post-body h2 {
    font-size: 2rem;
  }
  .post-fine-foods-content .post-body p + figure {
    margin-top: 2.1rem;
  }
  .post-fine-foods-content .post-body * + h2 {
    margin-top: 2.1rem;
  }
  .recommend-post {
    margin-top: 4rem;
  }
  .recommend-list {
    display: block;
  }
  .recommend-list .archive-box {
    width: 100%;
  }
  .recommend-list .archive-box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .contact-lead {
    margin-top: 2.4rem;
  }
  .contact-lead dt {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  .contact-lead dd {
    font-size: 1.4rem;
  }
  textarea.form-control {
    height: 16rem;
  }
  .page-stand-open {
    padding-top: 2rem;
    padding-right: 2.5rem;
    padding-bottom: 12rem;
    padding-left: 2.5rem;
  }
  .page-stand-open .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-stand-open .logo {
    width: 5.2rem;
  }
  .page-stand-open .text01 {
    text-align: center;
    font-size: 3.8rem;
  }
  .page-stand-open .text01 span::before {
    content: "";
    width: 2rem;
    height: 2rem;
    bottom: 0.8rem;
  }
  .page-stand-open .text02 {
    padding-left: 2rem;
    background-size: 1rem 1.4rem;
    font-size: 1.2rem;
  }
  .page-stand-open .text03 {
    padding-left: 2rem;
    background-size: 1.4rem;
    font-size: 2.5rem;
  }
  .page-stand-open .text03 span {
    font-size: 1.7rem;
  }
  .page-stand-open .text04 {
    padding-left: 2rem;
    background-size: 1.4rem;
    font-size: 2.5rem;
  }
  .page-stand-open .column {
    gap: 1rem;
  }
  .page-stand-open .link-map {
    width: 7.5rem;
    height: 1.6rem;
    font-size: 1rem;
  }
}