@charset "UTF-8";
.c-hamburger-menu-button span, .c-hamburger-menu-button span::before, .c-hamburger-menu-button span::after {
  content: "";
  height: 6px;
  width: 36px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

html {
  overflow: auto;
}

body {
  max-width: 1920px;
  min-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    min-width: 100vw;
  }
}

em {
  font-style: normal;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100vw;
    padding: 0 12px 0;
  }
}

.container--wide {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container--wide {
    width: 100vw;
    padding: 0 12px 0;
  }
}

.container--narrow {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container--narrow {
    width: 100vw;
    padding: 0 12px 0;
  }
}

.l-general-footer__header {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-general-footer__header {
    height: 100px;
  }
}

.l-general-footer__contents:nth-of-type(3), .l-general-footer__contents:nth-of-type(5) {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .l-general-footer__contents:nth-of-type(3), .l-general-footer__contents:nth-of-type(5) {
    padding: 10px 0;
  }
}

.l-general-footer__contents:nth-of-type(6) {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-general-footer__contents:nth-of-type(6) {
    height: 40px;
  }
}

.l-general-footer__gmap {
  height: 0;
  padding: 0 0 300px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-general-footer__gmap {
    padding: 0 0 240px 0;
  }
}

.l-general-footer__gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-access-contents {
  padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  .l-access-contents {
    padding: 40px 0 20px;
  }
}

.l-access-contents__info-and-appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-access-contents__info-item {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .l-access-contents__info-item {
    width: 100%;
  }
}

.l-access-contents__logo {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .l-access-contents__logo {
    margin: 0 auto;
  }
}

.l-access-contents__logo img {
  width: 100%;
}

.l-access-contents__address {
  padding: 20px 0 30px;
}

.l-access-contents__image-item {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .l-access-contents__image-item {
    width: 100%;
  }
}

.l-access-contents__image-item img {
  width: 100%;
}

.l-general-header__block {
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-general-header__block {
    height: 1850px;
  }
}

.l-general-header__menu {
  width: 100vw;
  position: fixed;
}

@media screen and (min-width: 769px) {
  .l-general-header__menu {
    height: 100vh;
    top: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .l-general-header__menu {
    height: calc(100vh - 72px);
    top: -100%;
    z-index: 3;
  }
}

.l-general-header__nav-and-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-general-header__logo {
  height: 100px;
  margin: 18vh 0 40px;
}

.l-general-header__logo img {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .l-general-header__nav {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .l-general-header__nav {
    padding: 3vh 0;
  }
}

@media screen and (min-width: 769px) {
  .l-general-header__contact-and-sns {
    width: 42%;
  }
}

@media screen and (max-width: 768px) {
  .l-top-contents {
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 4;
  }
}

.l-top-contents__block {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-top-contents__block {
    height: 72px;
    padding: 6px 12px;
  }
}

.l-top-contents__store {
  height: 100px;
  padding: 20px 30px 0 35px;
}

.l-top-contents__store img {
  height: 80px;
}

.l-top-contents__logo {
  height: 50px;
  margin: 0;
}

.l-top-contents__logo img {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .l-top-contents__menu-btn {
    width: 100px;
    height: 100px;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .l-top-contents__menu-btn {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-catch-contents {
    margin: 220px 0 0;
  }
}

.l-catch-contents__block {
  position: relative;
}

.l-catch-contents__catchcopy-1 {
  width: 50%;
  margin: 0 auto;
}

.l-catch-contents__catchcopy-1 img {
  width: 100%;
}

.l-catch-contents__catchcopy-2 {
  width: 8%;
  position: absolute;
  bottom: -42%;
  right: 28%;
}

.l-catch-contents__catchcopy-2 img {
  width: 100%;
}

.l-catch-contents__logo {
  margin: 50px auto 0;
  width: 15%;
}

.l-catch-contents__logo img {
  width: 100%;
}

.l-catch-contents__image {
  width: 100%;
}

.l-catch-contents__image img {
  width: 100%;
}

.l-intro-contents {
  margin: 490px 0 0;
}

@media screen and (max-width: 768px) {
  .l-intro-contents {
    margin: 0;
  }
}

.l-intro-contents__block {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-intro-contents__description {
    text-align: justify;
  }
}

.l-intro-contents__title {
  margin: 170px 0 0;
}

@media screen and (max-width: 768px) {
  .l-intro-contents__title {
    margin: 1.2em 0;
  }
}

.l-first-section .l-heading-contents__block {
  position: relative;
}

.l-first-section .l-heading-contents__image {
  height: 400px;
  width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-first-section .l-heading-contents__image {
    height: 50vw;
    width: auto;
    text-align: center;
  }
}

.l-first-section .l-heading-contents__image img {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .l-first-section .l-heading-contents__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top 44% left 0;
       object-position: top 44% left 0;
  }
}

.l-first-section .l-heading-contents__store {
  position: absolute;
  top: 28%;
  left: calc(50% - 400px);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.l-first-section .l-heading-contents__owner {
  padding: 0 4em 0 1em;
  position: absolute;
  top: 45%;
  left: calc(50% - 330px);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.l-first-section .l-heading-contents__name {
  padding: 0 0.2em 0;
  position: absolute;
  z-index: 2;
  top: 60%;
  right: calc(50% - 330px);
}

.l-first-section .l-main-contents {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .l-first-section .l-main-contents {
    padding: 40px 0 64px;
  }
}

.l-first-section .l-main-contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-first-section .l-main-contents__text {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .l-first-section .l-main-contents__text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: justify;
  }
}

.l-first-section .l-main-contents__text p {
  margin: 0 0 2em;
}

.l-first-section .l-main-contents__image {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .l-first-section .l-main-contents__image {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.l-first-section .l-main-contents__image img {
  width: 100%;
}

.l-first-section .l-main-contents__link-btn {
  width: 60%;
  margin: 60px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-first-section .l-main-contents__link-btn {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-first-section .l-main-contents__link-btn a {
  display: block;
  width: 100%;
  padding: 0.8em 0;
}

.l-second-section .l-heading-contents__block {
  text-align: center;
  padding: 2em 0 4em;
}

@media screen and (max-width: 768px) {
  .l-second-section .l-heading-contents__block {
    padding: 2em 0;
  }
}

.l-second-section .l-main-contents {
  padding: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  .l-second-section .l-main-contents {
    padding: 40px 0 50vw;
  }
}

.l-second-section .l-main-contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-second-section .l-main-contents__card {
  width: 49%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 4px 8px;
}

@media screen and (max-width: 768px) {
  .l-second-section .l-main-contents__card {
    width: 100%;
    margin: 0 0 24px;
  }
}

@media screen and (min-width: 769px) {
  .l-second-section .l-main-contents__card:nth-of-type(1) {
    margin: -120px 0 136px;
  }
  .l-second-section .l-main-contents__card:nth-of-type(3) {
    margin: -120px 0 0;
  }
}

.l-second-section .l-main-contents__image-item {
  width: 100%;
}

.l-second-section .l-main-contents__image-item img {
  width: 100%;
}

.l-second-section .l-main-contents__heading-item {
  padding: 1.2em 0;
  text-align: center;
}

.l-second-section .l-main-contents__text-item {
  padding: 0 1.6em;
}

.l-second-section .l-main-contents__link-item {
  padding: 3em 1.6em 0;
  text-align: right;
}

.l-third-section .l-heading-contents__block {
  text-align: center;
  padding: 3em 0;
}

.l-third-section .l-main-contents {
  padding: 60px 0 100px;
}

@media screen and (max-width: 768px) {
  .l-third-section .l-main-contents {
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-third-section .l-main-contents .container {
    padding: 0;
  }
}

.l-third-section .l-main-contents__picture-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .l-third-section .l-main-contents__picture-item {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .l-third-section .l-main-contents__picture-item:nth-of-type(3n) {
    margin: 0 0 3.5%;
  }
}

@media screen and (max-width: 768px) {
  .l-third-section .l-main-contents__picture-item {
    width: 33%;
    margin: 0 0.5% 0.5% 0;
  }
  .l-third-section .l-main-contents__picture-item:nth-of-type(3n) {
    margin: 0 0 0.5%;
  }
}

.l-third-section .l-main-contents__picture-item img {
  width: 100%;
}

.l-third-section .l-main-contents__insta-id {
  margin: 20px 0 0;
  text-align: center;
}

.l-general-footer {
  color: #ffffff;
  background-color: #5c070c;
}

.l-general-footer__heading {
  font-size: 26px;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-general-footer__heading {
    font-size: 20px;
  }
}

.l-general-footer__contents:nth-of-type(6) {
  background-color: #000000;
}

.l-general-footer__copyright {
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-general-footer__copyright {
    font-size: 11px;
  }
}

.l-access-contents__address span {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .l-access-contents__address span {
    font-size: 15px;
    line-height: 29px;
  }
}

@media screen and (min-width: 769px) {
  .l-general-header__block {
    background: url("../img/bg-top.jpg") top 0 left 0 no-repeat;
    background-size: 100%;
  }
  .l-general-header__block::after {
    content: url("../img/food.png");
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: -80px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.l-general-header__menu {
  background-color: rgba(92, 7, 12, 0.9);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media screen and (min-width: 769px) {
  .l-general-header__menu {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-top-contents__block {
    background-color: #5c070c;
  }
}

.l-top-contents__store {
  background: -webkit-gradient(linear, left top, left bottom, from(#5c070c), color-stop(70%, #5c070c), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #5c070c 0%, #5c070c 70%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.l-top-contents__menu-btn {
  background-color: #5c070c;
}

.l-intro-contents__block {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-intro-contents__title {
    font-size: clamp(14px, 9.1vw, 38px) !important;
  }
}

@media screen and (min-width: 769px) {
  .l-first-section .l-heading-contents {
    background: #5c070c url("../img/logo-dark.svg") center center no-repeat;
    background-size: 30%;
  }
}

.l-first-section .l-heading-contents__owner {
  background-color: #000000;
}

.l-first-section .l-heading-contents__name {
  background-color: #000000;
}

.l-first-section .l-main-contents__block {
  color: #ffffff;
}

.l-first-section .l-main-contents__link-btn {
  border: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .l-second-section .l-heading-contents__description {
    font-size: clamp(14px, 5.4vw, 18px) !important;
  }
}

@media screen and (min-width: 769px) {
  .l-second-section .l-main-contents {
    background-image: url("../img/spice.png"), url("../img/bg-article.jpg");
    background-position: top calc(50% + 160px) right -20px, top 0 left 0;
    background-repeat: no-repeat;
    background-size: 30%, 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-second-section .l-main-contents {
    background-image: url("../img/bg-article-sp-1.jpg"), url("../img/bg-article-sp-2.jpg");
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100%, 100%;
  }
}

.l-second-section .l-main-contents__card {
  background-color: #ffffff;
}

.l-second-section .l-main-contents__text-item {
  letter-spacing: -0.05em;
}

.l-second-section .l-main-contents__link-item::after {
  content: ">>";
}

.l-third-section .l-main-contents__block {
  color: #ffffff;
}

.l-heading-contents {
  background-color: #5c070c;
}

.l-heading-contents__block {
  color: #ffffff;
}

.c-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}

.c-sns li:not(:last-of-type) {
  margin: 0 30px 0 0;
}

.c-sns a {
  display: block;
  width: 50px;
}

.c-sns a img {
  width: 100%;
}

.c-sns.is-top ul {
  margin: 20px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .c-link ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.c-link li {
  width: 32%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #000000;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .c-link li {
    height: 60px;
    width: 100%;
    margin: 10px 0;
    line-height: 60px;
  }
}

.c-link a {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .c-link a {
    font-size: 17px;
  }
}

.c-link.is-top ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-link.is-top li {
  width: 100%;
  margin: 0 0 20px;
  height: 60px;
  line-height: 60px;
}

.c-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-navigation li {
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .c-navigation li:not(:last-of-type)::after {
    content: "|";
    display: inline-block;
    padding: 0 1em 0;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .c-navigation li {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0.5em 0;
  }
}

.c-navigation.is-sp li, .c-navigation.is-top li {
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
  text-align: left;
}

.c-navigation.is-sp li::before, .c-navigation.is-top li::before {
  content: "▶";
  display: inline-block;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
}

.c-navigation.is-sp li::after, .c-navigation.is-top li::after {
  content: "";
}

@media screen and (min-width: 769px) {
  .c-navigation.is-top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .c-navigation.is-top li {
    font-size: 24px;
    font-weight: 500;
    line-height: inherit;
    margin: 0 0 1.4em;
  }
}

.c-fixed-menu {
  height: 520px;
  width: 50px;
  position: fixed;
  top: 35px;
  right: -4px;
  z-index: 1;
}

.c-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-fixed-menu li {
  height: 250px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #c86400;
  border-radius: 5px;
}

.c-fixed-menu li:first-of-type {
  margin: 0 0 20px;
}

.c-fixed-menu a {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
}

.c-page-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-page-top {
    bottom: 50px;
    right: 25px;
  }
}

.c-page-top a {
  display: block;
  width: 50px;
}

.c-page-top a img {
  width: 100%;
}

.c-hamburger-menu-button {
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.c-hamburger-menu-button input {
  display: none;
}

.c-hamburger-menu-button input:checked + span {
  background-color: rgba(255, 255, 255, 0);
}

.c-hamburger-menu-button input:checked + span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-menu-button input:checked + span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger-menu-button span {
  top: 27px;
  left: 12px;
}

.c-hamburger-menu-button span::before {
  bottom: 13px;
}

.c-hamburger-menu-button span::after {
  top: 13px;
}

.is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-1024 {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1441px) {
  .is-1024 {
    display: block;
  }
}

.js-display {
  opacity: 1;
  z-index: 3;
}

.u-reservation-padding {
  padding: 60px 0 100px;
}

@media screen and (max-width: 768px) {
  .u-reservation-padding {
    padding: 30px 0 50px;
  }
}

.u-ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-serif {
  font-family: "Noto Serif JP", serif;
}

.u-font-16-400-29 {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.u-font-16-400-30 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.u-font-18-400-43 {
  font-size: 18px;
  font-weight: 400;
  line-height: 43px;
}

.u-font-18-400-45 {
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}

.u-font-20-400-30 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.u-font-24-400-40 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.u-font-26-300-30 {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.u-font-26-500-30 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.u-font-30-400-51 {
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
}

.u-font-36-400-47 {
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

.u-font-47-400-68 {
  font-size: 47px;
  font-weight: 400;
  line-height: 68px;
}

.u-font-51-400-60 {
  font-size: 51px;
  font-weight: 400;
  line-height: 60px;
}

.u-font-53-900-57 {
  font-size: 53px;
  font-weight: 900;
  line-height: 57px;
}

@media screen and (max-width: 768px) {
  .u-font-sp-14-400-22 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-14-400-23 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-14-400-25 {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-15-400-29 {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-18-400-27 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-19-300-22 {
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-19-400-31 {
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-20-500-15 {
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-21-400-31 {
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
  }
}

@media screen and (max-width: 768px) {
  .u-font-sp-38-900-41 {
    font-size: 38px;
    font-weight: 900;
    line-height: 41px;
  }
}