@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
/* ヘッダー部分 */
@media (min-width: 751px) {
  .header {
    display: none;
  }
}
.header .menu-trigger {
  position: absolute;
  top: 1.07em;
  right: 1.07em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.33vw;
  height: 2vw;
  z-index: 1;
}
@media (min-width: 751px) {
  .header .menu-trigger {
    display: none;
  }
}
.header .menu-trigger {
  transition: all 0.4s;
  box-sizing: border-box;
  background-image: url(../images/wagyu/common/menu_open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 751px) {
  .header .menu-trigger {
    display: none;
  }
}
.header.active .menu-trigger {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: transparent;
  z-index: 10;
  background-image: url(../images/wagyu/common/menu_close.svg);
  width: 2.14em;
  height: 1.07em;
}
@media (min-width: 751px) {
  .header .g_menu {
    display: none;
  }
}
@media (max-width: 750px) {
  .header .g_menu {
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 8;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    width: 100%;
    transform: translateX(100%);
    background-color: white;
  }
}
.header .g_menu .logo {
  width: 50vw;
  margin-top: 4.643em;
  margin-right: auto;
  margin-left: auto;
}
.header .g_menu .logo img {
  width: 100%;
}
.header .g_menu nav {
  margin-top: 4.643em;
}
.header .g_menu li:not(:first-of-type) {
  margin-top: 2.14em;
}
.header .g_menu a {
  border: 1px solid black;
  text-align: center;
  text-decoration: none;
  font-size: 1.14em;
  line-height: 2.34;
  width: 61.33vw;
  border-radius: 3em;
  letter-spacing: 0.1em;
  padding: 0.7em 0;
  color: black;
}
.header .g_menu a:hover {
  opacity: 0.8;
}
.header.active .g_menu {
  transform: translateX(0%);
}

section.kv {
  color: white;
  padding-bottom: 10.625em;
  position: relative;
  background: black url(../images/wagyu/common/kv_bg_pc.jpg) top center/cover no-repeat;
  background-attachment: fixed;
}
@media (max-width: 750px) {
  section.kv {
    padding-bottom: 5.714em;
    background: black url(../images/wagyu/common/kv_bg_sp.jpg) top center/contain no-repeat;
  }
}
section.kv .catch {
  position: absolute;
  font-size: 0.875em;
  top: 2.14em;
  left: 3.21em;
}
@media (max-width: 750px) {
  section.kv .catch {
    font-size: 0.68em;
    top: 1.58em;
    left: 1.84em;
  }
}
section.kv .kv-logo {
  position: absolute;
  width: 5.625em;
  top: 5.625em;
  left: 3.21em;
}
@media (max-width: 750px) {
  section.kv .kv-logo {
    width: 11.73vw;
    top: 2.6em;
    left: 1.07em;
  }
}
section.kv .link-box {
  position: absolute;
  top: 1.875em;
  right: 1.44em;
  width: 1.75em;
}
@media (max-width: 750px) {
  section.kv .link-box {
    display: none;
  }
}
section.kv .link-box .cart {
  width: 90%;
}
section.kv .link-box .business {
  margin-top: 1em;
}
section.kv .link-box a img {
  width: 100%;
}
section.kv .lead-en {
  transition: all ease 1s;
  opacity: 0;
  transition: all ease 4s;
  width: 54.375em;
  padding-top: 13.75em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.kv .lead-en {
    width: 81.33vw;
    padding-top: 12em;
  }
}
section.kv .lead1, section.kv .lead2 {
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2.2;
}
@media (max-width: 750px) {
  section.kv .lead1, section.kv .lead2 {
    font-size: 0.79em;
  }
}
section.kv .lead1 {
  padding-right: 3em;
  padding-top: 4em;
}
@media (max-width: 750px) {
  section.kv .lead1 {
    padding-top: 1em;
  }
}
section.kv .lead2 {
  padding-left: 7em;
}
section.kv .lead3 {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.875em;
  padding-top: 21.66em;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  section.kv .lead3 {
    font-size: 1.14em;
    padding-top: 11.5625em;
  }
}
@media (max-width: 750px) {
  section.kv .text {
    margin-right: auto;
    margin-left: auto;
    width: 76vw;
  }
}
section.kv .feature {
  margin-top: 12.5em;
}
@media (max-width: 750px) {
  section.kv .feature {
    margin-top: 5.357em;
  }
}
@media (min-width: 751px) {
  section.kv .feature .feature-items {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
@media (max-width: 750px) {
  section.kv .feature .feature-items {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap-reverse;
    -webkit-justify-content: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
section.kv .feature .feature-item {
  transition: all ease 1s;
  opacity: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
@media (min-width: 751px) {
  section.kv .feature .feature-item {
    flex: 1;
    width: 20em;
    height: 20em;
  }
}
@media (max-width: 750px) {
  section.kv .feature .feature-item {
    width: 44vw;
    height: 44vw;
  }
}
@media (min-width: 751px) {
  section.kv .feature .feature-item:not(:first-of-type) {
    margin-left: 4.0625em;
  }
}
section.kv .feature .feature-item:nth-child(1) {
  background: url(../images/wagyu/feature/feature_01.png) center center/contain no-repeat;
}
@media (max-width: 750px) {
  section.kv .feature .feature-item:nth-child(1) {
    order: 3;
  }
}
section.kv .feature .feature-item:nth-child(2) {
  background: url(../images/wagyu/feature/feature_02.png) center center/contain no-repeat;
}
@media (max-width: 750px) {
  section.kv .feature .feature-item:nth-child(2) {
    margin-bottom: 2vw;
    order: 2;
    margin-left: auto;
  }
}
section.kv .feature .feature-item:nth-child(3) {
  background: url(../images/wagyu/feature/feature_03.png) center center/contain no-repeat;
  padding-top: 1em;
}
@media (max-width: 750px) {
  section.kv .feature .feature-item:nth-child(3) {
    margin-bottom: 2vw;
    order: 1;
  }
}
section.kv .feature .feature-item > div {
  font-size: 1.75em;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: 1.4;
}
@media (max-width: 750px) {
  section.kv .feature .feature-item > div {
    font-size: 1.21em;
  }
}
section.kv .feature .feature-item > div > span {
  font-size: 0.714em;
}
@media (max-width: 750px) {
  section.kv .feature .feature-item > div > span {
    font-size: 0.64em;
  }
}
section.meal {
  padding-top: 6.25em;
}
@media (max-width: 750px) {
  section.meal {
    padding-top: 5.714em;
    padding-bottom: 7.143em;
  }
}
@media (max-width: 750px) {
  section.meal .inner2 {
    padding-left: 2.75em;
  }
}
section.meal .meal-items {
  position: relative;
}
@media (min-width: 751px) {
  section.meal .meal-items {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    padding-top: 4.375em;
    margin-left: 9.0625em;
    display: grid;
    column-gap: 4.375em;
    row-gap: 2.5em;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  section.meal .meal-items {
    padding-top: 2.14em;
    padding-left: 5.714em;
    padding-right: 4.1em;
  }
}
section.meal .meal-item {
  transition: all ease 1s;
  opacity: 0;
}
@media (max-width: 750px) {
  section.meal .meal-item:not(:first-of-type) {
    margin-top: 1.5em;
  }
}
section.meal .meal-en {
  position: absolute;
  width: 15em;
  z-index: 1;
}
@media (min-width: 751px) {
  section.meal .meal-en {
    top: 4em;
    right: -2em;
  }
}
@media (max-width: 750px) {
  section.meal .meal-en {
    width: 31.6vw;
    top: 1.5em;
    right: 2em;
  }
}
section.meal .text {
  text-align: center;
  margin-top: 1em;
  line-height: 1.2;
}
@media (min-width: 751px) {
  section.meal .text {
    font-size: 1.25em;
  }
}
section.new-sensation {
  position: relative;
}
@media (min-width: 751px) {
  section.new-sensation .inner1 {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    /* no prefix */
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  section.new-sensation .inner1 {
    position: static;
  }
}
section.new-sensation .h2default {
  transition: all ease 1s;
  opacity: 0;
}
@media (min-width: 751px) {
  section.new-sensation .h2default {
    position: static;
    margin-top: 2.94em;
  }
}
section.new-sensation .text-box {
  transition: all ease 1s;
  opacity: 0;
}
@media (min-width: 751px) {
  section.new-sensation .text-box {
    margin-left: 20em;
    margin-right: 6.25em;
    padding-top: 11.25em;
    padding-bottom: 5em;
  }
}
@media (max-width: 750px) {
  section.new-sensation .text-box {
    margin-top: 1.71em;
  }
}
section.new-sensation .img-liqueur {
  transition: all ease 1s;
  opacity: 0;
}
@media (min-width: 751px) {
  section.new-sensation .img-liqueur {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40%;
    max-width: 600px;
  }
}
@media (max-width: 750px) {
  section.new-sensation .img-liqueur {
    width: 80vw;
  }
}
section.about {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}
@media (max-width: 750px) {
  section.about {
    padding-top: 5em;
    padding-bottom: 4.286em;
  }
}
@media (min-width: 751px) {
  section.about .about-flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 750px) {
  section.about .about-flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    /* no prefix */
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 751px) {
  section.about .about-flex:not(:first-of-type) {
    margin-top: 6.25em;
  }
}
@media (max-width: 750px) {
  section.about .about-flex:not(:first-of-type) {
    margin-top: 3.571em;
  }
}
section.about .about-flex > div {
  transition: all ease 1s;
  opacity: 0;
}
@media (min-width: 751px) {
  section.about .about-flex.alter {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 751px) {
  section.about .about-flex:nth-of-type(1) .title {
    width: 12%;
  }
}
@media (max-width: 750px) {
  section.about .about-flex:nth-of-type(1) .title {
    width: 4.643em;
  }
}
@media (min-width: 751px) {
  section.about .about-flex:nth-of-type(1) .imgbox {
    width: 38.42%;
  }
}
@media (max-width: 750px) {
  section.about .about-flex:nth-of-type(1) .imgbox {
    width: 74.4vw;
  }
}
@media (min-width: 751px) {
  section.about .about-flex:nth-of-type(2) .title {
    width: 23.14%;
  }
}
@media (max-width: 750px) {
  section.about .about-flex:nth-of-type(2) .title {
    width: 33.33vw;
  }
}
@media (min-width: 751px) {
  section.about .about-flex:nth-of-type(2) .imgbox {
    width: 38.88%;
  }
}
@media (max-width: 750px) {
  section.about .about-flex:nth-of-type(2) .imgbox {
    width: 81.33vw;
  }
}
@media (min-width: 751px) {
  section.about .about-flex:nth-of-type(3) .title {
    width: 15.74%;
  }
}
@media (max-width: 750px) {
  section.about .about-flex:nth-of-type(3) .title {
    width: 22.66vw;
  }
}
section.about .about-flex:nth-of-type(3) .imgbox {
  width: 38.42%;
}
@media (max-width: 750px) {
  section.about .about-flex:nth-of-type(3) .imgbox {
    width: 74.4vw;
  }
}
@media (max-width: 750px) {
  section.about .about-flex .title {
    margin-right: auto;
    margin-left: auto;
    order: 1;
  }
}
@media (min-width: 751px) {
  section.about .about-flex .text {
    padding: 0 2em;
  }
}
@media (max-width: 750px) {
  section.about .about-flex .text {
    margin-top: 2.14em;
    order: 3;
  }
}
section.about .about-flex .text a {
  color: #d2bb67;
}
@media (max-width: 750px) {
  section.about .about-flex .imgbox {
    margin-top: 1.79em;
    margin-right: auto;
    margin-left: auto;
    order: 2;
  }
}
section.recommendation {
  padding-top: 2.5em;
  padding-bottom: 3.125em;
}
@media (max-width: 750px) {
  section.recommendation {
    padding-top: 2.14em;
    padding-bottom: 2.857em;
  }
}
section.recommendation .title {
  font-size: 1.5625em;
  text-align: center;
}
@media (max-width: 750px) {
  section.recommendation .title {
    font-size: 1.14em;
  }
}
section.flavor {
  padding-top: 7.5em;
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  section.flavor {
    padding-top: 3.571em;
    padding-bottom: 3.929em;
  }
}
@media (min-width: 751px) {
  section.flavor .flavor-en {
    width: 10.625em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.375em;
  }
}
@media (max-width: 750px) {
  section.flavor .flavor-en {
    width: 6.071em;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  section.flavor .flavor-flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* no prefix */
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  section.flavor .flavor-flex {
    margin-top: 2.14em;
  }
}
@media (min-width: 751px) {
  section.flavor .flavor-content {
    width: 20.75em;
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    /* no prefix */
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  section.flavor .flavor-content:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media (min-width: 751px) {
  section.flavor .flavor-content:nth-of-type(1) .imgbox {
    width: 17.8125em;
  }
}
@media (max-width: 750px) {
  section.flavor .flavor-content:nth-of-type(1) .imgbox {
    width: 57.86vw;
  }
}
@media (min-width: 751px) {
  section.flavor .flavor-content:nth-of-type(2) .imgbox {
    width: 16.625em;
  }
}
@media (max-width: 750px) {
  section.flavor .flavor-content:nth-of-type(2) .imgbox {
    width: 61vw;
  }
}
section.flavor .imgbox {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  section.flavor .imgbox {
    order: 3;
  }
}
section.flavor .title {
  text-align: center;
}
@media (min-width: 751px) {
  section.flavor .title {
    order: 1;
    font-size: 1.875em;
  }
}
@media (max-width: 750px) {
  section.flavor .title {
    font-size: 1.21em;
  }
}
@media (min-width: 751px) {
  section.flavor .title span {
    font-size: 0.73em;
  }
}
@media (max-width: 750px) {
  section.flavor .title span {
    font-size: 0.82em;
  }
}
section.flavor .text {
  margin-top: 1em;
}
@media (min-width: 751px) {
  section.flavor .text {
    order: 2;
    height: 18.75em;
  }
}
@media (min-width: 751px) {
  section.flavor .h2default {
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  section.flavor .h2default {
    margin-top: 1em;
    position: static;
    text-align: center;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}
section.design {
  padding-top: 11.5625em;
  padding-bottom: 17.5em;
}
@media (max-width: 750px) {
  section.design {
    padding-top: 4.643em;
    padding-bottom: 5.357em;
  }
}
section.design .design-en {
  transition: all ease 1s;
  opacity: 0;
  position: absolute;
}
@media (min-width: 751px) {
  section.design .design-en {
    width: 10.9375em;
    top: -2em;
    right: 0;
  }
}
@media (max-width: 750px) {
  section.design .design-en {
    width: 23.2vw;
    top: 1em;
    left: 6.071em;
  }
}
section.design .h2default {
  transition: all ease 1s;
  opacity: 0;
}
@media (min-width: 751px) {
  section.design .h2default {
    top: 1.61em;
  }
}
@media (max-width: 750px) {
  section.design .h2default {
    right: 1em;
  }
}
section.design .js-delay {
  transition: all ease 1s;
  opacity: 0;
}
section.design .imgbox {
  width: 62%;
}
@media (min-width: 751px) {
  section.design .imgbox {
    margin-left: 16.66%;
  }
}
@media (max-width: 750px) {
  section.design .imgbox {
    width: 74.4vw;
    padding-top: 4.643em;
  }
}
section.design .mt80 {
  margin-top: 5em;
}
@media (max-width: 750px) {
  section.design .mt80 {
    margin-top: 2.857em;
  }
}
section.design .designer {
  font-size: 1.5625em;
  text-align: center;
  margin-top: 2em;
}
section.comment {
  padding-bottom: 11.25em;
}
@media (max-width: 750px) {
  section.comment {
    padding-bottom: 5.357em;
  }
}
section.comment .title {
  text-align: center;
  font-size: 1.5625em;
  margin-bottom: 2.4em;
}
@media (max-width: 750px) {
  section.comment .title {
    font-size: 1.14em;
    margin-bottom: 1.875em;
  }
}
@media (min-width: 751px) {
  section.comment .comment-items {
    display: grid;
    column-gap: 1.75em;
    row-gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.comment .comment-item {
  transition: all ease 1s;
  opacity: 0;
  border-radius: 0.4em;
  color: black;
  padding: 1em;
  background: white;
}
@media (max-width: 750px) {
  section.comment .comment-item {
    padding: 1.5em;
  }
}
@media (max-width: 750px) {
  section.comment .comment-item:not(:first-of-type) {
    margin-top: 0.71em;
  }
}
section.comment .comment-item p {
  line-height: 1.86;
}
section.store {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 751px) {
  section.store .store-inner {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
@media (min-width: 751px) {
  section.store .store-inner > div {
    width: 50%;
    padding-top: 4.375em;
    padding-bottom: 5.625em;
  }
}
section.store .h2default {
  position: static;
  writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  text-align: center;
}
section.store .store-en {
  position: absolute;
  width: 8.75em;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2em;
}
@media (max-width: 750px) {
  section.store .store-en {
    width: 18.66vw;
    bottom: 22em;
  }
}
section.store .online {
  position: relative;
}
@media (max-width: 750px) {
  section.store .online {
    padding: 2.5em 0;
  }
}
@media (min-width: 751px) {
  section.store .online .imgbox {
    width: 21em;
    margin-left: 6em;
  }
}
@media (max-width: 750px) {
  section.store .online .imgbox {
    width: 45vw;
  }
}
section.store .online .content {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
@media (min-width: 751px) {
  section.store .online .content {
    margin-top: 6.25em;
  }
}
@media (max-width: 750px) {
  section.store .online .content {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.store .online .info {
  margin-left: -9.5em;
}
@media (max-width: 750px) {
  section.store .online .info {
    margin-left: -4.5em;
  }
}
section.store .online .info .how {
  line-height: 1.5;
}
@media (max-width: 750px) {
  section.store .online .info .mt2em {
    margin-top: 2em;
  }
}
section.store .online .name {
  font-size: 1.5em;
}
@media (min-width: 751px) {
  section.store .online .name {
    margin-top: 1.5em;
  }
}
@media (max-width: 750px) {
  section.store .online .name {
    font-size: 1.36em;
  }
}
section.store .online .name span {
  font-size: 0.66em;
}
section.store .online .text {
  margin-top: 0.5em;
  line-height: 1.5;
}
@media (max-width: 750px) {
  section.store .online .text {
    margin-top: 0.5em;
  }
}
section.store .online .kakomiWrap {
  margin-top: 1em;
}
@media (max-width: 750px) {
  section.store .online .kakomiWrap {
    margin-top: 0.5em;
  }
}
section.store .online .kakomiWrap > div {
  font-size: 0.875em;
  line-height: 2;
  border: 1px solid black;
  padding: 0 0.5em;
  display: inline-block;
}
@media (max-width: 750px) {
  section.store .online .kakomiWrap > div {
    font-size: 0.86em;
  }
}
section.store .online .kakomiWrap > div:not(:first-of-type) {
  margin-top: 0.5em;
}
section.store .online .button {
  font-size: 1.125em;
  width: 13.88em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em 0;
  color: black;
  border: 1px solid black;
  border-radius: 3em;
  margin-top: 1.2em;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 750px) {
  section.store .online .button {
    font-size: 1.07em;
    padding: 0.8em 0;
    margin-top: 1.5em;
  }
}
section.store .store {
  position: relative;
}
@media (max-width: 750px) {
  section.store .store {
    padding-top: 3.571em;
    padding-bottom: 3.571em;
  }
}
section.store .store::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #b38740, #cba33b, #b0801b, #9e7823, #cba33b, #f0d46d, #c1942f, #816a32);
  opacity: 0.6;
  z-index: -1;
}
section.store .store .text {
  margin-bottom: 2.5em;
}
section.store .store .kakomiWrap {
  max-height: 25em;
  overflow: auto;
}
@media (max-width: 750px) {
  section.store .store .kakomiWrap {
    max-height: 8em;
  }
}
section.store .store .kakomiWrap > div {
  padding: 0 0.5em;
  font-size: 0.875em;
  background: white;
  line-height: 2.7;
}
section.store .store .kakomiWrap > div:not(:first-of-type) {
  margin-top: 0.5em;
}
@media (max-width: 750px) {
  section.store .store .kakomiWrap > div {
    font-size: 0.86em;
  }
}
section.closing {
  padding-top: 11.875em;
  padding-bottom: 7.5em;
  background-attachment: fixed;
  background-position: top 3.75em center;
  background-size: 16%;
  background-repeat: no-repeat;
  background-image: url(../images/wagyu/closing/closing_bg.png);
}
@media (max-width: 750px) {
  section.closing {
    padding-top: 3.214em;
    padding-bottom: 4.641em;
    background-position: top 3.214em center;
    background-size: 50%;
  }
}
section.closing .title {
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  section.closing .title {
    font-size: 1.3em;
  }
}
section.closing .title:not(:first-of-type) {
  margin-top: 9.6em;
}
@media (max-width: 750px) {
  section.closing .title:not(:first-of-type) {
    margin-top: 1.875em;
  }
}
section.closing .closing-flex {
  margin-top: 5em;
}
@media (min-width: 751px) {
  section.closing .closing-flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
section.closing .closing-item {
  flex: 1;
}
@media (min-width: 751px) {
  section.closing .closing-item:not(:first-of-type) {
    margin-left: 2.375em;
  }
}
@media (max-width: 750px) {
  section.closing .closing-item:not(:first-of-type) {
    margin-top: 1.79em;
  }
}
@media (max-width: 750px) {
  section.closing .closing-item {
    width: 62.66vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.closing .closing-item img {
  width: 100%;
}
section.closing .lead {
  font-size: 0.875em;
  margin-top: 2em;
}
@media (max-width: 750px) {
  section.closing .lead {
    font-size: 0.93em;
  }
}

.footer {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 750px) {
  .footer {
    padding-top: 1.43em;
    padding-bottom: 1.43em;
  }
}
.footer .footer-content {
  position: relative;
  margin-top: 2em;
}
@media (min-width: 751px) {
  .footer .footer-content {
    height: 5.8em;
  }
}
.footer .footer-content a {
  color: white;
}
.footer .footer-content a[target="_blank"]::after {
  content: none;
}
@media (min-width: 751px) {
  .footer .inner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .address {
  text-align: center;
}
@media (min-width: 751px) {
  .footer .address {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.footer .logo {
  width: 13.75em;
  margin-right: auto;
  margin-left: auto;
}
.footer .copy {
  font-size: 0.75em;
}
@media (min-width: 751px) {
  .footer .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
@media (max-width: 750px) {
  .footer .copy {
    text-align: center;
    font-size: 0.79em;
    margin-top: 3em;
  }
}
@media (min-width: 751px) {
  .footer .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 750px) {
  .footer .link {
    margin-top: 2.857em;
    text-align: center;
  }
}
.footer .link li:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 751px) {
  .footer .link-items {
    margin-left: auto;
  }
}

body.contact .h2default2 {
  font-size: 2.125em;
  text-align: center;
  position: relative;
  padding: 1em 0 0.85em;
  margin-bottom: 1.76em;
}
@media (max-width: 750px) {
  body.contact .h2default2 {
    font-size: 1.36em;
  }
}
body.contact .h2default2 .en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.contact .h2default2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  height: 1px;
  width: 1em;
}
body.contact section {
  padding-bottom: 8.75em;
}
@media (max-width: 750px) {
  body.contact section {
    padding-bottom: 4.28em;
  }
}
body.contact section.kv {
  padding-bottom: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  background: black url(../images/wagyu/contact/kv_bg_pc.jpg) top center/cover no-repeat;
  height: 46.875em;
}
@media (max-width: 750px) {
  body.contact section.kv {
    background: black url(../images/wagyu/contact/kv_bg_sp.jpg) top center/cover no-repeat;
    height: 74.66vw;
  }
}
body.contact section.kv .kv-box {
  text-align: center;
}
body.contact section.kv .kv-box h1 {
  font-size: 2.375em;
  line-height: 1.97;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  body.contact section.kv .kv-box h1 {
    font-size: 1.1em;
  }
}
body.contact section.kv .kv-box .title {
  font-size: 1.75em;
  line-height: 1.7;
  margin-top: 1em;
}
@media (max-width: 750px) {
  body.contact section.kv .kv-box .title {
    font-size: 1em;
    padding: 0 22vw;
    margin-top: 2em;
  }
}
body.contact section.trading {
  text-align: center;
  padding-top: 8.125em !important;
}
@media (max-width: 750px) {
  body.contact section.trading {
    padding-top: 2.85em !important;
  }
}
body.contact section.trading .en {
  width: 6.5em;
}
@media (max-width: 750px) {
  body.contact section.trading .en {
    width: 33.33vw;
  }
}
body.contact section.trading .title {
  font-size: 1.125em;
  line-height: 1.5;
}
@media (max-width: 750px) {
  body.contact section.trading .title {
    font-size: 1.07em;
  }
}
body.contact section.form .en {
  width: 4.11em;
}
body.contact .hs-form-field {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
body.contact .form input[type=submit], body.contact form .hs-button {
  text-align: center;
}
