@charset "UTF-8";

.f-gold {
  color: #c3ad7d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7e5d01), color-stop(#7c5800), color-stop(#e7dd93), color-stop(#bea646), to(#a18011)), -webkit-gradient(linear, left top, left bottom, from(#c3ad7d), to(#c3ad7d));
  background-image: linear-gradient(to top, #7e5d01, #7c5800, #e7dd93, #bea646, #a18011), linear-gradient(to bottom, #c3ad7d, #c3ad7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: "Crimson-Roman";
  font-style: normal ttf;
  font-weight: normal;
  src: url("../font/Crimson-Roman.eot?") format("eot"), url("../font/Crimson-Roman.woff2") format("woff2"), url("../font/Crimson-Roman.woff") format("woff"), url("../font/Crimson-Roman.ttf") format("truetype"), url('../font/Crimson-Roman.svg#str-replace("Crimson-Roman", " ", "_")') format("svg");
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outline {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
  max-width: 1520px;
  margin: 0 auto;
  width: 95%;
}

.inner-block {
  position: relative;
  max-width: 1200px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 95%;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.fw-bold {
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  margin-bottom: 1.5em;
}

.c-header .mv {
  position: relative;
  width: 100%;
  height: 92vh;
  overflow: hidden;
  -webkit-clip-path: ellipse(100% 76% at 50% 20%);
  clip-path: ellipse(100% 76% at 50% 20%);
  background: #000;
}

.c-header .mv__txtHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
}

.c-header .mv__logo {
  margin-bottom: 1em;
}

.c-header .mv__text {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(20px, 1vw, 32px);
  line-height: 2.5;
  color: #fff;
}

.c-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  background-color: #131316;
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.71;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 400;
  padding-top: 24px;
}

.c-footer__wrapper {
  max-width: 1070px;
  margin: 0 auto;
  width: 95%;
}

.c-footer a {
  color: inherit;
}

.c-footer__title {
  text-align: center;
  line-height: 1.87;
  font-weight: 600;
  font-size: clamp(24px, 1vw, 30px);
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
}

.c-footer__subtitle {
  font-size: clamp(18px, 1vw, 20px);
  line-height: 2.8;
  font-weight: 600;
  color: #c3ad7d;
  font-family: "Shippori Mincho", serif;
}

.c-footer__contents {
  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;
  padding-bottom: 1em;
}

.c-footer__block {
  width: 30%;
}

.c-footer__img2 {
  margin-bottom: 1em;
}

.c-footer__note {
  margin-bottom: 1em;
}

.c-footer__bottom {
  background-color: #fff;
  color: #000;
  font-size: clamp(12px, 1vw, 14px);
  padding: 2em 0;
}

.c-footer__bottom-contents {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 30px;
  z-index: 10;
  width: 5%;
}

.c-pagetop a {
  display: block;
}

.c-menu {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.45em;
  margin-bottom: 170px;
}

.c-menu ul {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-menu ul li {
  padding-right: 1.5em;
}

.c-menu ul li+li {
  border-left: solid 1px #4c4c4c;
  padding: 0 1.5em;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  /* btn 基本 */
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0;
  color: #000;
  border-radius: 0;
}

.c-btn-green {
  color: #2b8400;
  background-color: #fff;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
  width: 15em;
  border: solid 1px #2b8400;
  position: relative;
}

.c-btn-green::before {
  content: "";
  position: absolute;
  border-top: solid 1px #2b8400;
  top: 50%;
  left: 0;
  width: 2em;
}

.c-btn-green:hover {
  color: #fff;
  background-color: #2b8400;
  border: solid 1px #fff;
}

.c-btn-green:hover::before {
  border-top: solid 1px #fff;
}

.c-btn-brown {
  color: #5f420a;
  background-color: #fff;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
  width: 15em;
  border: solid 1px #5f420a;
  position: relative;
}

.c-btn-brown::before {
  content: "";
  position: absolute;
  border-top: solid 1px #5f420a;
  top: 50%;
  left: 0;
  width: 2em;
}

.c-btn-brown:hover {
  color: #fff;
  background-color: #5f420a;
  border: solid 1px #fff;
}

.c-btn-brown:hover::before {
  border-top: solid 1px #fff;
}

.c-btn.buy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  background-color: #6f0800;
  width: 100%;
  padding: 0.5em 0;
  border: solid 1px #6f0800;
}

.c-btn.buy:hover {
  color: #6f0800;
  background-color: #fff;
  border: solid 1px #6f0800;
}

.c-btn__wrapper {
  text-align: center;
}

/* --------------------------------
c-online-buy
----------------------------------- */
.c-online-buy {
  right: 0;
  z-index: 10;
}

.c-online-buy a {
  width: 4em;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #6f0800;
  color: #fff;
  border-radius: 15px 0 0 15px;
  padding: 3em 0;
  font-size: 18px;
  line-height: 2.67;
  letter-spacing: 0.2em;
}

.c-online-buy a img {
  width: 1em;
  margin-bottom: 1em;
}

.c-hamburger {
  /*   display: flex;
  align-items: center; */
  /* メニューを閉じるための要素のデザイン*/
}

.c-hamburger .menu__boxHolder .menu__box {
  /*       display: flex;
  flex-direction: row;
  list-style-type: none; */
}

.c-hamburger .menu__item.nav-current {
  color: #0042a8;
}

.c-hamburger .menu__item.nav-current::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #0042a8;
}

.c-hamburger .menu__item::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: transparent;
}

.c-hamburger .menu__item:hover::after {
  background-color: #000;
}

.c-hamburger #menu__toggle {
  opacity: 0;
}

.c-hamburger #menu__toggle:checked~.menu__btn>span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger #menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: #fff;
}

.c-hamburger #menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
}

.c-hamburger #menu__toggle:checked~.menu__boxHolder {
  visibility: visible;
  /* left: 0; */
  right: 0;
  margin: 0;
  -webkit-transition: 0.3s opacity 0.1s, 0.3s -webkit-transform;
  transition: 0.3s opacity 0.1s, 0.3s -webkit-transform;
  transition: 0.3s opacity 0.1s, 0.3s transform;
  transition: 0.3s opacity 0.1s, 0.3s transform, 0.3s -webkit-transform;
  opacity: 1;
}

.c-hamburger .menu__btn {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  position: relative;
  bottom: 14px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 2;
}

.c-hamburger .menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
}

.c-hamburger .menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.c-hamburger .menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.8);
  content: "";
  top: 10px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.c-hamburger .drawer-close {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 100%;
  /* 閉じるための要素を画面外へ */
  z-index: -1;
  /* 重なり順をメニューより下に*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger #menu__toggle:checked~.drawer-close {
  left: 0;
  /* 閉じるための要素を画面内へ */
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.p-home .intro__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 12%;
}

.p-home .intro__img {
  width: 72%;
  position: relative;
  z-index: 2;
}

.p-home .intro__text {
  width: 28%;
  padding-right: 5%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(28px, 2vw, 32px);
  line-height: 3.03;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.p-home .intro__bg {
  position: absolute;
  top: 32%;
  right: 0;
  width: 50%;
  z-index: 1;
}

.p-home .about {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#cfddc0));
  background: linear-gradient(to bottom, #fff 40%, #cfddc0);
  padding-bottom: 240px;
}

.p-home .about__contents {
  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;
  margin-bottom: 120px;
}

.p-home .about__contents:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.p-home .about__contents:nth-of-type(2) .about__titleImg {
  width: 2.5em;
}

.p-home .about__img {
  width: 46%;
}

.p-home .about__txtHolder {
  width: 48%;
}

.p-home .about__titleHolder {
  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;
  margin-bottom: 1em;
}

.p-home .about__titleImg {
  width: 1.5em;
  margin-right: 2em;
}

.p-home .about__title {
  font-size: clamp(20px, 1vw, 24px);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.p-home .about__text {
  line-height: 2.44;
  font-weight: 400;
  margin-bottom: 1em;
}

.p-home .about .c-btn__wrapper {
  text-align: right;
}

.p-home .feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#cfddc0), color-stop(50%, #cfddc0), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(180deg, #cfddc0 0%, #cfddc0 50%, #fff 50%, #fff 100%);
  margin-bottom: 80px;
}

.p-home .feature__contents {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.p-home .feature__item {
  position: relative;
}

.p-home .feature__txtHolder {
  position: absolute;
  bottom: 9%;
  width: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 10em;
}

.p-home .feature__title {
  font-size: clamp(18px, 1vw, 24px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.p-home .feature__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-home .meat {
  background-image: url(../img/meat-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 6%;
}

.p-home .meat__contents {
  position: relative;
  z-index: 1;
}

.p-home .meat__contents02,
.p-home .meat__contents03 {
  width: 80%;
  max-width: 1090px;
  margin: -12% auto 0;
  position: relative;
  z-index: 2;
}

.p-home .meat__contents03 {
  margin-top: 0;
}

.p-home .meat__txtHolder01 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 27%;
  -webkit-transform: translate(-27%, -50%);
  transform: translate(-27%, -50%);
}

.p-home .meat__txtHolder02,
.p-home .meat__txtHolder03 {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 10%;
  width: 65%;
  right: 0;
  padding: 2em 4em;
}

.p-home .meat__txtHolder03 {
  left: 0;
  right: unset;
}

.p-home .meat__en {
  color: #5e420b;
  font-family: Crimson-Roman;
  font-size: clamp(18px, 1vw, 24px);
  line-height: 2.08;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.p-home .meat__titleHolder {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-home .meat__title {
  font-size: clamp(20px, 1vw, 32px);
  line-height: 1.56;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}

.p-home .meat__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-home .meat__text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.p-home .meat__img01 {
  width: 70%;
  margin: 0 0 0 auto;
}

.p-home .meat__img02 {
  width: 68%;
}

.p-home .meat__img03 {
  width: 45%;
  margin: 0 0 0 auto;
}

.p-home__title {
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: 0.1em;
}

.p-home__title-en {
  color: #5e420b;
  font-family: Crimson-Roman;
  font-size: 24px;
  line-height: 2.08;
  letter-spacing: 0.1em;
}

.p-home .scene {
  text-align: center;
  padding: 90px 0 30px;
}

.p-home .scene__text {
  margin: 1em 0 5em;
}

.p-home .scene__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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home .scene__item {
  width: 30%;
  margin-bottom: 1em;
}

.p-home .scene figure a {
  display: block;
  background-color: #000;
}

.p-home .scene figure a img {
  opacity: 0.6;
}

.p-home .scene figure a:hover img {
  opacity: 1;
}

.p-home .scene figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 1em;
}

.p-home .lineup {
  text-align: center;
  padding: 90px 0 150px;
}

.p-home .lineup__contents {
  margin-top: 4em;
}

.p-home .lineup__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home .lineup__item {
  width: 30%;
  text-align: left;
}

.p-home .lineup__item:not(:nth-child(3n+3)) {
  margin-right: 5%;
}

.p-home .lineup__item:nth-child(n+4) {
  margin-top: 70px;
}

.p-home .lineup figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.p-home .lineup__btnHolder {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home .lineup__btnHolder+.lineup__btnHolder {
  margin-top: 1em;
}

.p-home .lineup__btnHolder.btn-1 li {
  width: 50%;
}

.p-home .lineup__btnHolder.btn-3 li {
  width: 30%;
}

.p-home .lineup__btnHolder.btn-4 li {
  width: 24%;
}

.p-home .lineup__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 2;
  letter-spacing: -0.1em;
  font-weight: bold;
  white-space: nowrap;
}

.p-home .recommended {
  text-align: center;
  background-image: url(../img/recommended.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 130px;
}

.p-home .recommended__contents {
  margin-top: 80px;
}

.p-home .recommended__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.p-home .recommended__item+.recommended__item {
  margin-top: 40px;
}

.p-home .recommended__txtHolder {
  width: 50%;
  padding: 3em 4em;
}

.p-home .recommended__img {
  width: 50%;
}

.p-home .recommended__title {
  color: #5f420a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 24px);
  line-height: 2.08;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.p-home .recommended__title::after {
  content: "";
  position: absolute;
  border-top: solid 1px #5f420a;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.p-home .recommended__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #010101;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.75;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2.5em;
}

.p-news {
  height: 1200px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }

  .inner-block {
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-hamburger .menu__btn {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .outline {
    width: 95%;
  }

  body {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }

  .c-header {
    margin-bottom: 15%;
  }

  .c-header .mv {
    -webkit-clip-path: ellipse(200% 80% at 50% 20%);
    clip-path: ellipse(200% 80% at 50% 20%);
  }

  .c-header .mv__txtHolder {
    width: 50%;
  }

  .c-header .mv__text {
    font-size: clamp(18px, 6vw, 20px);
  }

  .c-footer__wrapper {
    width: 90%;
  }

  .c-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-footer__block {
    width: 100%;
  }

  .c-footer__bottom-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-footer__copyright {
    margin-top: 1em;
  }

  .c-pagetop {
    right: 10px;
    width: 15%;
  }

  .c-menu {
    font-size: clamp(16px, 3vw, 18px);
  }

  .c-menu ul li {
    padding-right: 0;
  }

  .c-menu ul li+li {
    border: none;
    padding: 0;
  }

  .c-btn-green {
    width: 100%;
  }

  .c-btn-brown {
    width: 100%;
  }

  .c-btn.buy {
    font-size: clamp(10px, 1vw, 12px);
    padding: 0.8em 0;
  }

  .c-btn {
    font-size: clamp(16px, 3vw, 20px);
    letter-spacing: 0.1em;
  }

  .c-online-buy {
    display: none;
  }

  .c-hamburger {
    display: inline;
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 100;
  }

  .c-hamburger .menu__boxHolder {
    position: fixed;
    visibility: hidden;
    top: 0;
    /* left: 0; */
    right: -100vw;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 3em 0;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0;
    -webkit-transition: 0.3s opacity, 0.3s -webkit-transform 0.1s;
    transition: 0.3s opacity, 0.3s -webkit-transform 0.1s;
    transition: 0.3s opacity, 0.3s transform 0.1s;
    transition: 0.3s opacity, 0.3s transform 0.1s, 0.3s -webkit-transform 0.1s;
  }

  .c-hamburger .menu__boxHolder .menu__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-hamburger .menu__boxHolder li {
    width: 100%;
  }

  .c-hamburger .menu__item.nav-current {
    color: #fff;
  }

  .c-hamburger .menu__item.nav-current::after {
    content: none;
  }

  .c-hamburger .menu__item {
    display: inline-block;
    padding: 1em 0;
    color: #ffffff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .p-home .intro__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-home .intro__img {
    width: 100%;
  }

  .p-home .intro__text {
    font-size: 20px;
    width: 100%;
    padding-right: 0;
    position: absolute;
    bottom: 0;
  }

  .p-home .intro__bg {
    width: 100%;
    position: static;
  }

  .p-home .about {
    padding-bottom: 20%;
  }

  .p-home .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-home .about__contents:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-home .about__contents:nth-of-type(2) .about__titleImg {
    width: 1.5em;
  }

  .p-home .about__img {
    width: 100%;
    margin-bottom: 10%;
  }

  .p-home .about__txtHolder {
    width: 100%;
  }

  .p-home .about__titleImg {
    width: 2em;
    margin-right: 1em;
  }

  .p-home .feature__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-home .meat {
    padding-bottom: 15%;
    background-size: 300%;
  }

  .p-home .meat__contents02,
  .p-home .meat__contents03 {
    width: 100%;
  }

  .p-home .meat__contents03 {
    margin-top: 40%;
  }

  .p-home .meat__txtHolder01 {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .p-home .meat__txtHolder02,
  .p-home .meat__txtHolder03 {
    width: 100%;
    padding: 1em;
    bottom: -35%;
  }

  .p-home .meat__txtHolder03 {
    position: static;
    margin-top: -10%;
  }

  .p-home .meat__text {
    font-size: clamp(14px, 1vw, 16px);
  }

  .p-home .meat__img01 {
    width: 100%;
    margin: 0;
  }

  .p-home .meat__img02 {
    width: 100%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .p-home .meat__img03 {
    width: 75%;
  }

  .p-home__title {
    font-size: 20px;
  }

  .p-home__title-en {
    font-size: 1em;
  }

  .p-home .scene__item {
    width: 48%;
  }

  .p-home .scene figcaption {
    font-size: 16px;
    margin-top: 0.5em;
  }

  .p-home .lineup__item {
    width: 48%;
  }

  .p-home .lineup__item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .p-home .lineup__item:not(:nth-child(2n+2)) {
    margin-right: 4%;
  }

  .p-home .lineup__item:nth-child(n+4) {
    margin-top: 0;
  }

  .p-home .lineup__item:nth-child(n+3) {
    margin-top: 10%;
  }

  .p-home .lineup figcaption {
    font-size: clamp(10px, 1vw, 16px);
  }

  .p-home .lineup__btnHolder.btn-1 li {
    width: 100%;
  }

  .p-home .lineup__btnHolder.btn-3 li {
    width: 32%;
  }

  .p-home .lineup__btnHolder.btn-4 li {
    width: 48%;
  }

  .p-home .recommended {
    padding: 15% 0;
  }

  .p-home .recommended__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-home .recommended__txtHolder {
    width: 100%;
    padding: 10% 1.5em;
  }

  .p-home .recommended__img {
    width: 100%;
  }

  .p-home .recommended__title {
    font-size: clamp(18px, 1vw, 20px);
  }
}
