html {
  font-size: 18px;
}

body {
  font-family: -apple-system, "Yu Gothic Medium", sans-serif;
  color: #222222;
  font-size: 18px;
}

p, figcaption {
  text-align: justify;
  text-justify: inter-character;
}

p {
  margin-bottom: 2rem;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.8em;
}
main p {				/* 2024.02 */
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

nav.navbar {
  padding-top: 1rem;
  height: 100px;
}
nav.navbar .catch_copy {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
nav.navbar .navbar-toggler {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: 52px;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  width: 52px;
  background: url(../img/open.svg) no-repeat center;
}
nav.navbar .navbar-collapse {
  margin-left: calc(50% - 50vw);
  display: none;
  background: #fff;
  z-index: 999;
  width: 320px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 1.5rem 2rem 2.2rem;
  border-right: 3px solid #755040;
  border-bottom: 3px solid #755040;
  border-bottom-right-radius: 20px;
}
nav.navbar .navbar-collapse a {
  color: #222222;
  margin-bottom: 0.2rem;
}
nav.navbar .navbar-collapse .navbar-close {
  border: none;
  outline: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
nav.navbar .navbar-collapse .navbar-close .navbar-close-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/close.svg) no-repeat;
}
nav.navbar .navbar-collapse .dropdown-divider {
  border-top: 4px solid #755040;
  opacity: 1;
  margin-right: 2rem;
}
nav.navbar .navbar-brand {
  padding-top: 0;
  margin: 0;
  font-size: 1.38rem;
  color: #222222;
}
nav.navbar .navbar-brand a {
  text-decoration: none;
  color: #222222;
}
nav.navbar .navbar-shopping {
  position: absolute;
  top: 29px;
  left: 87px;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: -999em;
  background: url(../img/cart.svg) no-repeat;
}

#carouselIndicators {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 3rem;
}
#carouselIndicators .carousel-item img, #carouselIndicators .carousel-item svg {
  height: 67vw;
}
#carouselIndicators .carousel-indicators {
  right: 6vw;
  left: inherit;
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
#carouselIndicators .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  background-color: transparent;
  margin-right: 0;
  margin-left: 20px;
}
#carouselIndicators .carousel-indicators li.active {
  background-color: #000;
  border-color: #000;
}

.container .logo {
  width: 136px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .container .logo {
    margin-top: 1.5rem;
  }
}

.key {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .key {
    display: block;
  }
}
.key .key_item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .key .key_item {
    flex: none;
  }
}
.key .key_item:first-of-type .figure {
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .key .key_item:first-of-type .figure {
    padding-right: 0;
  }
}
.key .key_item:last-of-type .figure {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .key .key_item:last-of-type .figure {
    padding-left: 0;
  }
}
.key .key_item .figure {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .key .key_item .figure {
    margin-top: 0.5rem;
  }
}

.hd {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .hd {
    display: block;
    padding-bottom: 1rem;
    text-align: center;
  }
}
.hd.is-reverse {
  flex-direction: row-reverse;
}
.hd.is-reverse:after {
  margin-left: 0;
  margin-right: 30px;
}
.hd:after {
  content: "";
  display: block;
  border-top: 4px solid #000;
  flex: 1;
  position: static;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .hd:after {
    flex: none;
    width: 100%;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.akigawagyu h1, .compost h1, .home h1 {
  margin-bottom: 3rem;
  font-weight: normal;
}

.ja h1, .farmers h1, .expert h1 {
  border: 3px solid #6BA330;
  line-height: 1.5 !important;
  padding: 1rem 1rem 0;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
}

.ja h1 strong, .farmers h1 strong {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}

.expert h1 {
  border-color: #5A3F33;
}
.expert h1 strong {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}

.ja h1 {
  border-color: #D1732C;
}

h2.h5 {
  color: #81A73A;
  font-weight: normal;
}

.expert h2.h5 {
  color: #EFB513;
}

.akigawagyu h2.h5, .ja h2.h5 {
  color: #b45345;
}

.figure {
  margin-bottom: 2rem;
}
.figure img {
  width: 100%;
}

.akigawagyu .figure {
  margin-bottom: 1.2rem;
}

.figure-caption {
  color: #222222;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0 1rem;
  margin-top: 0.5rem;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.8em;
}
main .figure-caption {	/* 2024.02 */
  font-size: 14px;
}

.disabled {
  opacity: 0.4;
  cursor: default;
}

footer.footer .container {
  position: relative;
}
footer.footer ul.menu {
  list-style: none;
  padding: 0 0 2em;
  margin: 0;
}
footer.footer ul.menu li a {
  font-size: 1rem;
  border: 3px solid #6BA330;
  display: block;
  margin-bottom: 20px;
  padding: 1rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: #222222;
  text-decoration: none;
  line-height: 1.6;
}
footer.footer ul.menu li a strong {
  font-size: 1.5rem;
  font-weight: 500;
}
footer.footer ul.menu li:first-child a {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
footer.footer ul.menu li:last-child a {
  border-color: #5A3F33;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
footer.footer .shopping {
  border: 3px solid #FAC500;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
footer.footer .shopping .shopping-inner {
  padding: 2rem 2rem 1rem;
  display: table;
}
@media screen and (max-width: 991px) {
  footer.footer .shopping .shopping-inner {
    padding: 2rem 1rem;
  }
}
footer.footer .shopping .shopping-inner .shopping_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  footer.footer .shopping .shopping-inner .shopping_row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  footer.footer .shopping .shopping-inner .shopping_row:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  footer.footer .shopping .shopping-inner .shopping_row:not(:first-of-type) {
    margin-top: 50px;
  }
}
footer.footer .shopping .shopping-inner .shopping_row .figure {
  width: 40%;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  footer.footer .shopping .shopping-inner .shopping_row .figure {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  footer.footer .shopping .shopping-inner .shopping_row .figure {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
footer.footer .shopping .shopping-inner .shopping_row .shopping_info {
  flex: 1;
}
@media screen and (max-width: 991px) {
  footer.footer .shopping .shopping-inner .shopping_row .shopping_info {
    flex: none;
    width: 100%;
  }
}
footer.footer .shopping .shopping-inner .shopping_row .shopping_info .storesjp-button-cart {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
footer.footer .shopping .shopping-inner .shopping_row .shopping_title {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  footer.footer .shopping .shopping-inner .shopping_row .shopping_title {
    margin-bottom: 20px;
  }
}
footer.footer .shopping .figure-img {
  margin-bottom: 0;
}
footer.footer .shopping .figure-caption {
  border: none;
  padding: 0;
  margin-top: 0;
  text-align: center;
}
footer.footer .shopping .btn_shopping {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 2px;
  background: #FAC500 url(../img/btn_shopping.png) center/150px auto no-repeat;
  padding: 26px 0 0;
  text-align: center;
  color: #222222;
  text-decoration: none;
  font-size: 1.157rem;
}
@media screen and (max-width: 1200px) {
  footer.footer .shopping .btn_shopping {
    height: 50px;
    background: #FAC500 url(../img/btn_shopping.png) center/120px auto no-repeat;
  }
}
footer.footer .footer {
  position: relative;
  padding-top: 5rem;
  font-size: 0.722222rem;
}
footer.footer .footer .gototop {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 50px;
  background: url(../img/arrow-up.svg) no-repeat right top;
}
footer.footer .footer h6 {
  font-size: 0.722222rem;
}
footer.footer .footer nav ul {
  padding: 0;
  list-style: none;
}
footer.footer .footer nav ul li {
  display: inline-block;
  padding-right: 0.75rem;
  margin-bottom: 0.5rem;
}
footer.footer .footer nav ul li a {
  text-decoration: none;
  color: #000;
  margin-right: 0.75rem;
}
footer.footer .footer nav ul li:after {
  content: " |";
}
footer.footer .footer nav ul li:last-child:after {
  content: "";
}

main.akigawagyu + footer.footer ul.menu, main.ja + footer.footer ul.menu {
  padding-bottom: 0;
}
main.akigawagyu + footer.footer ul.menu li a, main.ja + footer.footer ul.menu li a {
  border-color: #D1732C;
}
main.akigawagyu + footer.footer .footer, main.ja + footer.footer .footer {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
  }
  nav.navbar {
    height: auto;
    padding-top: 35px;
  }
  nav.navbar .catch_copy {
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  nav.navbar .navbar-toggler {
    width: 35px;
  }
  nav.navbar .navbar-toggler .navbar-toggler-icon {
    width: 35px;
    background: url(../img/open.svg) no-repeat center;
  }
  nav.navbar .navbar-brand {
    font-size: 1rem;
    padding-top: 5px;
  }
  nav.navbar .navbar-shopping {
    top: 19px;
    left: 60px !important;
    width: 25px;
    height: 25px;
  }
  .akigawagyu h1, .compost h1, .home h1 {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
  }
  h2.h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
  }
  #carouselIndicators {
    padding-bottom: 0;
  }
  #carouselIndicators .carousel-indicators {
    right: inherit;
    left: 50%;
    bottom: -40px;
    margin-left: -62px;
  }
  #carouselIndicators .carousel-indicators li {
    height: 9px;
    width: 9px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .home h2:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0 !important;
  }
  footer.footer .shopping .btn {
    height: 140px;
    padding: 28px 0 0;
    font-size: 1rem;
  }
  footer.footer .shopping .btn svg {
    width: 190.5705px;
    height: 85.7295px;
  }
  footer.footer .footer nav ul li:nth-child(3):after {
    content: "";
  }
}
@media screen and (max-width: 338px) {
  nav.navbar .navbar-shopping {
    display: none;
  }
}