body {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #21201e;
  scroll-behavior: smooth;
  background: url("/img/common/ptn-bg.png") center center;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #21201e !important;
}
.col-main {
  color: #ae2135 !important;
}
.col-sub {
  color: #1c1c1a !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #21201e !important;
}
.bg-main {
  background-color: #ae2135 !important;
}
.bg-sub {
  background-color: #1c1c1a !important;
}

.btn-01__link, .btn-02__link, .btn-03__link {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ae2135;
  border: solid 1px #fff;
  color: #fff;
}
.btn-01__link:hover, .btn-02__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  border-color: #21201e;
}
.btn-03__link {
  background: #21201e;
  border: solid 1px #fff;
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/18;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}

.obj-line-top {
  position: relative;
  z-index: 1;
}
.obj-line-top::before {
  content: "";
  display: block;
  width: 1580px;
  max-width: 82.2916666667%;
  height: 1px;
  background: #21201e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  background: #fff;
  border: solid 1px #21201e;
}
.tbl-01 th, .tbl-01 td {
  font-weight: 500;
  padding: 24px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  font-size: 20px;
  font-size: 2rem;
  width: 30%;
  background: #1c1c1a;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tbl-01 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 th {
    font-size: 17.6470588235px;
  }
}
.tbl-01 td {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 td {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 td {
    font-size: 16.4705882353px;
  }
}
.tbl-01 tr:not(:first-child) th {
  border-top: solid 1px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #21201e;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}
.cts-1580 {
  width: 1580px;
  max-width: 82.2916666667%;
}

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

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-voice .list-item {
  width: 100%;
}
.list-news time {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 21.1764705882px;
  }
}
.list-news__item {
  border-bottom: solid 1px #1c1c1a;
  padding-bottom: 35px;
}
.list-info__item {
  display: flex;
  border-left: solid 2px #fff;
  padding-left: 5px;
}
.list-info__ttl {
  width: 90px;
}
.list-product__link {
  display: grid;
  row-gap: 25px;
}
.list-product__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.list-product__ttl, .list-product__price {
  line-height: 1;
}
.list-product__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  border-left: solid 3px #ae2135;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .list-product__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-product__ttl {
    font-size: 21.1764705882px;
  }
}
.list-product__price {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-product__price {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-product__price {
    font-size: 18.8235294118px;
  }
}
.list-voice__item {
  background: #fff;
  padding: 50px 55px;
}
.list-voice__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  color: #ae2135;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 21.1764705882px;
  }
}
.list-voice__txt {
  margin-top: 10px;
  white-space: pre-wrap;
}
.list-arrange__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: #1c1c1a;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .list-arrange__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-arrange__ttl {
    font-size: 23.5294117647px;
  }
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contents-wrp .contents-wrp__item {
  width: 100%;
}

.tag-main__list {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #1c1c1a;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.7058823529px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #1c1c1a;
  color: #fff;
  padding: 8px 15px 10px 15px;
}
.tag-sub__ttl {
  margin: 12px 0;
}

.ttl-main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
}
.ttl-main__bx {
  display: flex;
  justify-content: center;
}
.ttl-main__bx .ttl-main__txt {
  aspect-ratio: 1/1;
  position: relative;
  border: solid 1px #21201e;
}
.ttl-main__bx .ttl-main__txt:not(:first-child) {
  border-left: none;
}
.ttl-main__bx .ttl-main__txt-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -55%);
}
.ttl-main__bx.obj-x:not(:first-child) {
  margin-top: 120px;
  position: relative;
}
.ttl-main__bx.obj-x:not(:first-child)::before {
  content: "";
  display: block;
  width: 57px;
  aspect-ratio: 57/63;
  background-image: url("/img/top/about-x.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -50%);
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #ae2135 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-bar {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  background: #fff;
  border: solid 1px #21201e;
  padding: 12px 20px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 24.7058823529px;
  }
}

.txt-plain {
  line-height: 2;
}
.txt-plain.ft-20 {
  line-height: 2.1;
}
.txt-plain.ft-22 {
  line-height: 2.2727272727;
}

.header-bar {
  padding: 40px 13% 0 8.85%;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.header-nav__list {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18.8235294118px;
  }
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .current {
  color: #ae2135;
}

.side-totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 77;
}
.side-bar {
  position: fixed;
  top: 40px;
  right: 10px;
  z-index: 77;
}
.side-bar img {
  filter: drop-shadow(0px 0px 15px rgba(33, 32, 30, 0.5));
}

@media screen and (max-width: 1670px) {
  .header-bar {
    padding: 40px 15% 0 6%;
  }
  .header-bar .com-logo {
    width: 250px;
    max-width: 100%;
  }
  .header-nav__list {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1670px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 1670px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18.2352941176px;
  }
}
@media screen and (max-width: 1670px) {
  .side-bar {
    width: 190px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1430px) {
  .header-bar {
    padding: 40px 18% 0 5%;
  }
  .header-bar .com-logo {
    width: 240px;
    max-width: 100%;
  }
  .header-nav__list {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1430px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 1430px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.6470588235px;
  }
}
@media screen and (max-width: 1430px) {
  .side-bar {
    width: 180px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1270px) {
  .header-bar {
    padding: 40px 18% 0 5%;
  }
  .header-bar .com-logo {
    width: 220px;
    max-width: 100%;
  }
  .header-nav__list {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1270px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 1270px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 16.4705882353px;
  }
}
@media screen and (max-width: 1270px) {
  .side-bar {
    width: 160px;
    max-width: 100%;
  }
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  margin-top: 50px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.mv.show {
  opacity: 1;
}
.mv-cc {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
}
.mv-cc-main {
  font-size: 345px;
  font-size: 17.96875vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main {
    font-size: 202.9411764706px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main {
    font-size: 345px;
  }
}
.mv-cc-main__txt:nth-child(1) {
  letter-spacing: -20px;
}
.mv-cc-main__txt:nth-child(2) {
  letter-spacing: -50px;
}
.mv-cc-main__txt:nth-child(3) {
  letter-spacing: -10px;
}
.mv-cc-sub {
  font-size: 114px;
  font-size: 5.9375vw;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 2vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 67.0588235294px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 114px;
  }
}
.mv-img {
  margin-top: 3vw;
}

.sv {
  margin-top: 60px;
}
.sv-img {
  width: 1580px;
  max-width: 82.2916666667%;
  margin: 0 auto;
}
.sv-ttl {
  width: 100%;
  width: 1680px;
  max-width: 87.5%;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 55px;
  font-size: 2.8645833333vw;
  line-height: 1;
  display: flex;
  transform: translateY(-50%);
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 32.3529411765px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 55px;
  }
}
.sv-ttl__inner {
  min-width: 42.86%;
  background: #fff;
  border: solid 1px #21201e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 2.5vw;
}

.top-about {
  background: url("/img/top/about-bg.png") center bottom no-repeat;
  background-size: 100%;
  padding: 100px 0 200px 0;
}
.top-about .ttl-main {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-about .ttl-main {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-about .ttl-main {
    font-size: 52.9411764706px;
  }
}
.top-about .ttl-main__txt {
  width: 105px;
}
.top-about h3 {
  margin-top: 55px;
}
.top-about .txt-bx {
  margin-top: 80px;
}
.top-about .txt-bx__txt {
  line-height: 1.9166666667;
}
.top-about h4 {
  margin-top: 60px;
}
.top-about .obj-food1::before, .top-about .obj-food2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.top-about .obj-food1::before {
  width: 220px;
  aspect-ratio: 1/1;
  background-image: url("/img/top/about-obj-01.png");
  background-size: 100%;
  left: 0;
  transform: translateX(-100px);
}
.top-about .obj-food2::after {
  width: 179px;
  aspect-ratio: 179/219;
  background-image: url("/img/top/about-obj-02.png");
  background-size: 100%;
  right: 0;
  transform: translateX(100px);
}

.top-food {
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.top-food .cts-full {
  position: relative;
  z-index: 2;
}
.top-food .layout-item {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.top-food .img {
  position: relative;
  z-index: -1;
}
.top-food .img img {
  display: block;
  width: 100%;
}
.top-food .bg-txt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 900px;
  font-size: 46.875vw;
  line-height: 1;
  font-weight: 900;
  color: rgba(28, 28, 26, 0);
  -webkit-text-stroke: rgba(174, 33, 53, 0.5) 1px;
  text-stroke: rgba(174, 33, 53, 0.5) 1px;
  paint-order: stroke;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}
@media screen and (max-width: 1120px) {
  .top-food .bg-txt {
    font-size: 529.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food .bg-txt {
    font-size: 900px;
  }
}
.top-food .ttl-main {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6vw;
}
.top-food .ttl-main__txt {
  line-height: 1;
  text-align: left;
  color: #fff;
}
.top-food .ttl-main__txt:first-child {
  font-size: 300px;
  font-size: 15.625vw;
  color: #ae2135;
}
@media screen and (max-width: 1120px) {
  .top-food .ttl-main__txt:first-child {
    font-size: 176.4705882353px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food .ttl-main__txt:first-child {
    font-size: 300px;
  }
}
.top-food .ttl-main__txt:not(:first-child) {
  transform: translateY(25%);
}
.top-food .cc {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 45px;
  font-size: 2.34375vw;
  background: #fff;
  border: solid 1px #21201e;
  padding: 0.5vw 1vw;
  margin-bottom: 3vw;
}
@media screen and (max-width: 1120px) {
  .top-food .cc {
    font-size: 26.4705882353px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food .cc {
    font-size: 45px;
  }
}
.top-food .txt {
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 1.8333333333;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .top-food .txt {
    font-size: 17.6470588235px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food .txt {
    font-size: 30px;
  }
}
.top-food .ttl-main, .top-food .txt {
  text-shadow: 0px 0px 16px rgba(33, 32, 30, 0.3);
  text-align: left;
}
.top-food-01 .layout-item,
.top-food-01 .bg-txt, .top-food-03 .layout-item,
.top-food-03 .bg-txt {
  left: 8%;
}
.top-food-02, .top-food-03 {
  margin-top: 150px;
}
.top-food-02 .ttl-main__txt:nth-child(2), .top-food-03 .ttl-main__txt:nth-child(2) {
  font-size: 130px;
  font-size: 6.7708333333vw;
  letter-spacing: 0;
}
@media screen and (max-width: 1120px) {
  .top-food-02 .ttl-main__txt:nth-child(2), .top-food-03 .ttl-main__txt:nth-child(2) {
    font-size: 76.4705882353px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food-02 .ttl-main__txt:nth-child(2), .top-food-03 .ttl-main__txt:nth-child(2) {
    font-size: 130px;
  }
}
.top-food-01 .ttl-main__txt:first-child {
  letter-spacing: -40px;
}
.top-food-01 .ttl-main__txt:nth-child(2) {
  font-size: 190px;
  font-size: 9.8958333333vw;
  letter-spacing: -25px;
}
@media screen and (max-width: 1120px) {
  .top-food-01 .ttl-main__txt:nth-child(2) {
    font-size: 111.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food-01 .ttl-main__txt:nth-child(2) {
    font-size: 190px;
  }
}
.top-food-01 .ttl-main__txt:nth-child(3) {
  font-size: 180px;
  font-size: 9.375vw;
}
@media screen and (max-width: 1120px) {
  .top-food-01 .ttl-main__txt:nth-child(3) {
    font-size: 105.8823529412px;
  }
}
@media screen and (min-width: 1920px) {
  .top-food-01 .ttl-main__txt:nth-child(3) {
    font-size: 180px;
  }
}
.top-food-01 .img {
  width: 1200px;
  max-width: 62.5%;
}
.top-food-02 .layout-item,
.top-food-02 .bg-txt {
  right: 5%;
}
.top-food-02 .ttl-main__txt:first-child {
  letter-spacing: -80px;
}
.top-food-02 .img {
  width: 1285px;
  max-width: 66.9270833333%;
}
.top-food-03 .img {
  width: 988px;
  max-width: 51.4583333333%;
}

.top-product {
  padding: 180px 0;
}
.top-product .ttl-main {
  margin-bottom: 70px;
}
.top-product .btn {
  position: absolute;
  top: 90px;
  right: 0;
}

.top-voice {
  background: url("/img/top/voice-bg-01.png") left bottom no-repeat;
  background-size: 35.94%;
  padding: 180px 0;
}
.top-voice .ttl-main {
  margin: 30px 0 80px 0;
}
.top-voice .btn {
  margin-top: 70px;
}
.top-voice::after {
  content: "";
  display: block;
  width: 792px;
  max-width: 41.25%;
  aspect-ratio: 792/614;
  background-image: url("/img/top/voice-bg-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top-news {
  padding: 180px 0;
}
.top-news .cts-1080 {
  min-height: 500px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#ctn-lower article {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  font-size: 80px;
  font-size: 8rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 52.9411764706px;
  }
}
#ctn-lower #com-online_shop {
  margin-top: 180px;
}
#ctn-lower #com-online_shop .ttl-main {
  transform: translate(-50%, calc(-190px - 75%));
}

.lower-concept {
  background: url("/img/about/concept-bg.png") center bottom no-repeat;
  background-size: 85.47%;
}
.lower-concept h4 {
  line-height: 1.2;
}
.lower-concept .txt {
  margin-top: 90px;
}

.lower-policy {
  background: url("/img/about/policy-bg.png") center bottom no-repeat;
  background-size: 86.15%;
}

.lower-howto {
  background: url("/img/products/howto-bg-02.png") right bottom no-repeat;
  background-size: 24.17%;
}
.lower-howto .com-base {
  padding: 75px 0;
}
.lower-howto .obj-bg::before {
  content: "";
  display: block;
  width: 655px;
  max-width: 34.1145833333%;
  aspect-ratio: 655/461;
  background-image: url("/img/products/howto-bg-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(240px);
  z-index: -1;
}

#com-online_shop {
  padding: 190px 0 160px 0 !important;
}
#com-online_shop .ttl-main {
  font-size: 93px;
  font-size: 9.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-190px - 50%));
}
@media screen and (max-width: 768px) {
  #com-online_shop .ttl-main {
    font-size: 103px;
    font-size: 13.4114583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-online_shop .ttl-main {
    font-size: 60.5882352941px;
  }
}
#com-online_shop .ttl-main .ttl-main {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #com-online_shop .ttl-main .ttl-main {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-online_shop .ttl-main .ttl-main {
    font-size: 52.9411764706px;
  }
}
#com-online_shop .ttl-main .ttl-main__txt {
  width: 120px;
  background: #1c1c1a;
  border-color: #fff;
}

.com-online_shop__ttl {
  margin-bottom: 40px;
}
.com-online_shop__txt {
  line-height: 1.6923076923;
}
.com-online_shop .btn-03 {
  margin-top: 50px;
}
.com-online_shop .btn-01 {
  margin-top: 30px;
}

#footer {
  background: url("/img/common/footer-bg.png") center bottom no-repeat;
  background-size: 100%;
  padding: 140px 0 280px;
}
#footer .com-logo {
  margin-bottom: 60px;
}
#footer .com-logo img {
  filter: drop-shadow(0 0 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
}
#footer .btn-01 {
  margin-top: 80px;
}
#footer .list-sns {
  margin-top: 50px;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  row-gap: 25px;
}
.footer-nav__link {
  color: #fff;
}
.footer-nav__link:hover {
  opacity: 0.8;
}

.footer-copy {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */