@import "https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background-color: #ece6ce;
  min-width: 1080px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media (width <= 767px) {
  body {
    min-width: auto;
  }
}

a, a:visited, a:focus {
  outline: none;
  text-decoration: none;
  transition: all .35s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all .35s;
}

@media (width <= 767px) {
  .no-sp {
    display: none;
  }
}

.no-pc {
  display: none;
}

@media (width <= 767px) {
  .no-pc {
    display: inline;
  }
}

.header {
  z-index: 100;
  position: absolute;
  top: 40px;
  left: 40px;
}

@media (width <= 767px) {
  .header {
    top: 20px;
    left: 20px;
  }
}

.header__logo {
  width: 130px;
}

@media (width <= 767px) {
  .header__logo {
    width: 100px;
  }
}

.main {
  overflow: hidden;
}

.footer {
  text-align: center;
  background-color: #e6ddbf;
  border-radius: 40px 40px 0 0;
  margin-top: 140px;
  padding: 70px 0 60px;
  position: relative;
}

@media (width <= 767px) {
  .footer {
    margin-top: 80px;
  }
}

.footer__pagetop {
  z-index: 100;
  position: absolute;
  top: -50px;
  right: 155px;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__pagetop a:hover img {
    transform: scale(1.05);
  }
}

@media (width <= 767px) {
  .footer__pagetop {
    width: 63px;
    top: -27px;
    right: 30px;
  }
}

.footer__logo {
  margin-bottom: 40px;
}

.footer__link {
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
  display: flex;
}

@media (width <= 767px) {
  .footer__link {
    gap: 10px;
  }
}

.footer__link-item {
  letter-spacing: .04em;
  padding-right: 25px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  position: relative;
}

@media (width <= 767px) {
  .footer__link-item {
    padding-right: 10px;
    font-size: 12px;
  }
}

.footer__link-item a {
  text-underline-offset: 4px;
  color: #222;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__link-item a:hover {
    text-decoration: underline;
  }
}

.footer__link-item:not(:last-child):after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer__copyright {
  letter-spacing: .08em;
  opacity: .4;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

@media (width <= 767px) {
  .footer__copyright {
    font-size: 10px;
  }
}

.bg-text {
  background: url("../img/bg_text_eng.svg") 0 0 / auto 41px repeat-x;
  width: 100%;
  height: 41px;
  animation: 80s linear infinite loop-eng;
}

@media (width <= 767px) {
  .bg-text {
    background-size: auto 24px;
    height: 24px;
    animation: 80s linear infinite loop-eng-sp;
  }
}

@keyframes loop-eng {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2990px 0;
  }
}

@keyframes loop-eng-sp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1750px 0;
  }
}

.deco {
  margin-top: 80px;
}

@media (width <= 767px) {
  .deco {
    margin-top: 50px;
  }
}

.kv {
  position: relative;
}

.kv__inner {
  padding-top: 80px;
  position: relative;
}

@media (width <= 767px) {
  .kv__inner {
    padding-top: 125px;
  }
}

.kv__main {
  margin-left: auto;
  margin-right: auto;
  display: table;
  position: relative;
}

.kv__main img {
  max-width: 100%;
}

.kv__main-img-left {
  width: 359px;
  position: absolute;
  top: 64px;
  left: -285px;
}

@media (width <= 767px) {
  .kv__main-img-left {
    width: 180px;
    top: 70px;
    left: -73px;
    transform: none;
  }
}

.kv__main-img-left.move {
  opacity: 0;
  transition: all .5s cubic-bezier(.34, 1.56, .64, 1) .5s;
  transform: scale(.7);
}

.kv__main-img-left.move__show {
  opacity: 1;
  transform: scale(1);
}

.kv__main-img-center {
  width: 534px;
}

@media (width <= 767px) {
  .kv__main-img-center {
    width: 296px;
  }
}

.kv__main-img-right {
  width: 359px;
  position: absolute;
  top: -58px;
  right: -285px;
}

@media (width <= 767px) {
  .kv__main-img-right {
    width: 180px;
    top: -90px;
    right: -63px;
    transform: none;
  }
}

.kv__main-img-right.move {
  opacity: 0;
  transition: all .5s cubic-bezier(.34, 1.56, .64, 1) 1s;
  transform: scale(.7);
}

.kv__main-img-right.move__show {
  opacity: 1;
  transform: scale(1);
}

.kv__main-point {
  width: 219px;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-375px);
}

@media (width <= 767px) {
  .kv__main-point {
    width: 150px;
    top: -64px;
    left: -20px;
    transform: none;
  }
}

.kv__main-parts {
  width: 60px;
  position: absolute;
  top: -10px;
  right: 50%;
  transform: translateX(155px);
}

@media (width <= 767px) {
  .kv__main-parts {
    width: 30px;
    top: 2px;
    right: 152px;
    transform: none;
  }
}

.kv__title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  margin-top: -35px;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  .kv__title {
    gap: 30px;
    margin-top: -10px;
  }
}

.kv__title:before {
  content: "";
  aspect-ratio: 434 / 318;
  z-index: -1;
  background-image: url("../img/bg_kv_udon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 434px;
  position: absolute;
  top: 80px;
  left: -185px;
}

@media (width <= 767px) {
  .kv__title:before {
    width: 164px;
    top: 140px;
    left: -70px;
  }
}

.kv__title:after {
  content: "";
  aspect-ratio: 403 / 252;
  z-index: -1;
  background-image: url("../img/bg_kv_risotto.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 403px;
  position: absolute;
  top: -80px;
  right: -120px;
}

@media (width <= 767px) {
  .kv__title:after {
    width: 153px;
    top: 262px;
    right: -53px;
  }
}

.kv__title-logo {
  width: 233px;
}

@media (width <= 767px) {
  .kv__title-logo {
    width: 145px;
  }
}

.kv__title-logo.move {
  opacity: 0;
  transition: all 1s cubic-bezier(.34, 1.56, .64, 1) 2s;
  transform: translateY(30px);
}

.kv__title-logo.move__show {
  opacity: 1;
  transform: translateY(0);
}

.kv__title-text {
  width: 807px;
}

@media (width <= 767px) {
  .kv__title-text {
    width: 269px;
  }
}

.kv__title-text.move {
  opacity: 0;
  transition: all 1s cubic-bezier(.34, 1.56, .64, 1) 2s;
  transform: translateY(30px);
}

.kv__title-text.move__show {
  opacity: 1;
  transform: translateY(0);
}

.lead {
  padding-top: 80px;
}

@media (width <= 767px) {
  .lead {
    padding: 60px 30px 0;
  }
}

.lead__text {
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
}

@media (width <= 767px) {
  .lead__text {
    font-size: 15px;
    line-height: 2.2;
  }
}

.nav-section {
  padding-top: 80px;
}

@media (width <= 767px) {
  .nav-section {
    padding: 40px 20px 0;
  }
}

.nav-section__list {
  justify-content: center;
  gap: 30px;
  display: flex;
}

@media (width <= 767px) {
  .nav-section__list {
    gap: 8px;
  }
}

.nav-section__item {
  width: 250px;
}

@media (width <= 767px) {
  .nav-section__item {
    width: 100%;
    display: flex;
  }
}

.nav-section__link {
  color: #817752;
  text-align: center;
  background-color: #faf7ee;
  border-radius: 40px;
  padding: 18px 40px 18px 30px;
  font-size: 18px;
  font-weight: 900;
  display: block;
  position: relative;
  box-shadow: 2px 6px #0000001a;
}

.nav-section__link:after {
  content: "";
  background-image: url("../img/icon_arrow_nav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

@media (width <= 767px) {
  .nav-section__link:after {
    content: none;
  }

  .nav-section__link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
  }

  .nav-section__link img {
    display: none;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .nav-section__link:hover {
    transform: translateY(3px);
    box-shadow: 0 0 #0000001a;
  }
}

.content {
  padding-top: 130px;
}

@media (width <= 767px) {
  .content {
    padding-top: 60px;
  }
}

.bg-dish {
  z-index: 1;
  background: url("../img/img_dish.png") 0 0 / auto 134px repeat-x;
  width: 100%;
  height: 134px;
  animation: 60s linear infinite loop-dish;
  position: relative;
}

@media (width <= 767px) {
  .bg-dish {
    background-size: auto 56px;
    height: 56px;
    animation: 60s linear infinite loop-dish-sp;
  }
}

@keyframes loop-dish {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2916px 0;
  }
}

@keyframes loop-dish-sp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1218px 0;
  }
}

.udon__container {
  background-color: #d3bb9c;
  padding: 100px 0 210px;
  position: relative;
}

@media (width <= 767px) {
  .udon__container {
    padding: 120px 0;
  }
}

.udon__container:before {
  content: "";
  aspect-ratio: 1920 / 106;
  background-image: url("../img/bg_round_udon.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}

.udon__container:after {
  content: "";
  aspect-ratio: 641 / 547;
  background-image: url("../img/bg_deco_udon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 641px;
  position: absolute;
  bottom: 350px;
  right: -170px;
}

@media (width <= 767px) {
  .udon__container:after {
    width: 320px;
    bottom: 1160px;
    right: -70px;
  }
}

.udon__inner {
  z-index: 1;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.udon__title {
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  position: relative;
}

@media (width <= 767px) {
  .udon__title {
    margin-bottom: 50px;
  }

  .udon__title img {
    width: 178px;
  }
}

.udon__title:before {
  content: "";
  aspect-ratio: 227 / 194;
  z-index: -1;
  background-image: url("../img/bg_title_udon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 227px;
  position: absolute;
  top: -50px;
  left: -175px;
}

@media (width <= 767px) {
  .udon__title:before {
    width: 180px;
    top: -105px;
    left: -85px;
  }
}

.udon__title-sub {
  letter-spacing: .195em;
  margin-top: 15px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

@media (width <= 767px) {
  .udon__title-sub {
    font-size: 12px;
  }
}

.risotto__container {
  background-color: #e3d2a1;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  padding: 140px 0 80px;
  position: relative;
}

@media (width <= 767px) {
  .risotto__container {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    padding: 120px 0 80px;
  }
}

.risotto__container:before {
  content: "";
  background-image: url("../img/bg_round_risotto.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 106px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}

.risotto__container:after {
  content: "";
  aspect-ratio: 522 / 517;
  background-image: url("../img/bg_deco_risotto.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 522px;
  position: absolute;
  bottom: 460px;
  right: -40px;
}

@media (width <= 767px) {
  .risotto__container:after {
    width: 261px;
    bottom: 1040px;
    right: -68px;
  }
}

.risotto__inner {
  z-index: 1;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.risotto__title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

@media (width <= 767px) {
  .risotto__title {
    margin-bottom: 50px;
  }

  .risotto__title img {
    width: 238px;
  }
}

.risotto__title:before {
  content: "";
  aspect-ratio: 220 / 217;
  z-index: -1;
  background-image: url("../img/bg_title_risotto.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  position: absolute;
  top: -50px;
  left: 180px;
}

@media (width <= 767px) {
  .risotto__title:before {
    width: 180px;
    top: -80px;
    left: -30px;
  }
}

.risotto__title-sub {
  letter-spacing: .195em;
  margin-top: 15px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

@media (width <= 767px) {
  .risotto__title-sub {
    font-size: 12px;
  }

  .howto {
    padding: 0 30px;
  }
}

.howto__title {
  text-align: right;
  margin-bottom: 30px;
}

@media (width <= 767px) {
  .howto__title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.howto__title-main {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  display: block;
}

@media (width <= 767px) {
  .howto__title-main {
    margin-top: 1em;
    font-size: 14px;
  }
}

.howto__title-sub {
  letter-spacing: .06em;
  color: #fff;
  opacity: .2;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
}

@media (width <= 767px) {
  .howto__title-sub {
    font-size: 42px;
  }
}

.howto__list {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  .howto__list {
    flex-direction: column;
    gap: 40px;
  }
}

.howto__item {
  text-align: center;
  background-color: #ece6ce;
  border-radius: 40px;
  width: 300px;
  padding-bottom: 35px;
  position: relative;
  box-shadow: inset -5px 5px 4px #93744a26;
}

.howto__item:first-child {
  margin-top: -120px;
}

@media (width <= 767px) {
  .howto__item:first-child {
    margin-top: 0;
  }
}

.howto__item:nth-child(2) {
  margin-top: -60px;
}

@media (width <= 767px) {
  .howto__item:nth-child(2) {
    margin-top: 0;
  }
}

.howto__item:before {
  content: "";
  mix-blend-mode: multiply;
  background-image: url("../img/bg_udon_howto.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 40px 40px;
  width: 100%;
  height: 192px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.howto__item:after {
  content: "";
  z-index: 1;
  background-image: url("../img/parts_udon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
}

@media (width <= 767px) {
  .howto__item:after {
    inset: auto -30px -60px auto;
    transform: scale(-1, 1)rotate(45deg);
  }
}

.howto__item:nth-child(3):after {
  content: none;
}

.howto__item--risotto:before {
  background-image: url("../img/bg_risotto_howto.svg");
}

.howto__item--risotto:after {
  background-image: url("../img/parts_risotto_arrow.svg");
}

@media (width <= 767px) {
  .howto__item {
    width: 100%;
  }
}

.howto__item-img-wrap {
  width: 100%;
  height: 270px;
  position: relative;
}

@media (width <= 767px) {
  .howto__item-img-wrap {
    height: auto;
  }
}

.howto__item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 767px) {
  .howto__item-img {
    position: static;
    transform: none;
  }
}

.howto__item-product {
  position: absolute;
  bottom: 0;
  right: 0;
}

.howto__item-text {
  justify-content: center;
  align-items: center;
  min-height: 3em;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  .howto__item-text {
    font-size: 17px;
  }
}

.howto__item-num {
  color: #fff;
  background-color: #222;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -10px;
  left: -10px;
}

.ranking {
  margin-top: 80px;
}

@media (width <= 767px) {
  .ranking {
    padding: 0 30px;
  }
}

.ranking__title {
  text-align: center;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 18px 0;
}

.ranking__content {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

@media (width <= 767px) {
  .ranking__content {
    flex-direction: column;
    gap: 50px;
  }
}

.ranking__item--1 {
  align-items: flex-start;
  width: 610px;
  display: flex;
}

@media (width <= 767px) {
  .ranking__item--1 {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

.ranking__item-img-wrap {
  width: 397px;
  margin-top: 30px;
  margin-left: -50px;
  position: relative;
}

@media (width <= 767px) {
  .ranking__item-img-wrap {
    width: 100%;
    margin-top: -10px;
    margin-left: auto;
  }
}

.ranking__item-img-wrap img {
  max-width: 100%;
}

.ranking__item-cap {
  color: #725734;
  text-align: right;
  margin-top: -1em;
  font-size: 14px;
}

@media (width <= 767px) {
  .ranking__item-cap {
    font-size: 12px;
  }
}

.ranking__item-text {
  z-index: 1;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

@media (width <= 767px) {
  .ranking__item-text {
    font-size: 18px;
  }
}

.ranking__item-num {
  width: 86px;
  margin-bottom: 12px;
}

@media (width <= 767px) {
  .ranking__item-num {
    width: 78px;
    margin-bottom: 2px;
  }
}

.ranking__aside {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

@media (width <= 767px) {
  .ranking__aside {
    width: 100%;
  }
}

.ranking__aside .ranking__item {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.ranking__aside .ranking__item-img-wrap {
  width: 100px;
  margin-top: 0;
  margin-left: 0;
}

@media (width <= 767px) {
  .ranking__aside .ranking__item-img-wrap {
    width: 80px;
  }
}

.ranking__aside .ranking__item-num {
  width: 78px;
  margin-bottom: 4px;
}

.ranking__aside .ranking__item-name {
  font-size: 16px;
}

.link-section {
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
  display: flex;
}

@media (width <= 767px) {
  .link-section {
    flex-direction: column;
    margin-top: 80px;
    padding: 0 30px;
  }
}

.link-section .btn {
  letter-spacing: .03em;
  color: #795e3c;
  background-color: #ece6ce;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 90px;
  font-size: 18px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: inset -5px 5px 4px #93744a26;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .link-section .btn:hover {
    background-color: #c7ae8c;
  }
}

.link-section .btn--risotto {
  color: #796c3c;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .link-section .btn--risotto:hover {
    background-color: #d5c490;
  }
}

@media (width <= 767px) {
  .link-section .btn {
    width: 100%;
    height: 76px;
    font-size: 16px;
  }
}

.link-section .btn:after {
  content: "";
  background-image: url("../img/icon_arrow_udon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

@media (width <= 767px) {
  .link-section .btn:after {
    right: 30px;
  }
}

.link-section .btn--risotto:after {
  background-image: url("../img/icon_arrow_risotto.svg");
}

.lineup {
  padding: 220px 0 0;
}

@media (width <= 767px) {
  .lineup {
    padding: 120px 0 0;
  }
}

.lineup__inner {
  max-width: 1190px;
  margin: 0 auto;
}

.lineup__title {
  text-align: center;
  margin-bottom: 80px;
}

@media (width <= 767px) {
  .lineup__title {
    margin-bottom: 50px;
  }

  .lineup__title img {
    width: 292px;
  }
}

.lineup__title-sub {
  letter-spacing: .195em;
  margin-top: 16px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

@media (width <= 767px) {
  .lineup__title-sub {
    font-size: 12px;
  }
}

.lineup__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px 10px;
  display: flex;
}

@media (width <= 767px) {
  .lineup__list {
    justify-content: flex-start;
    gap: 50px 15px;
    padding: 0 30px;
  }
}

.lineup__item {
  text-align: center;
  flex-direction: column;
  width: 230px;
  display: flex;
}

@media (width <= 767px) {
  .lineup__item {
    width: calc(50% - 8px);
  }
}

.lineup__item-img {
  width: 147px;
}

@media (width <= 767px) {
  .lineup__item-img {
    width: 120px;
  }
}

.lineup__item-name {
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.5;
}

@media (width <= 767px) {
  .lineup__item-name {
    flex-grow: 1;
    margin-top: 10px;
    font-size: 15px;
  }
}

.lineup__item-name span {
  font-size: 12px;
}

@media (width <= 767px) {
  .lineup__item-name span {
    font-size: 10px;
  }
}

.lineup__item-desc {
  letter-spacing: -.02em;
  opacity: .7;
  flex-grow: 1;
  min-height: 5em;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

@media (width <= 767px) {
  .lineup__item-desc {
    text-align: left;
    flex-grow: 0;
    min-height: auto;
    font-size: 11px;
  }
}

.lineup__item-btn {
  color: #fff;
  letter-spacing: .03em;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  margin: 20px auto 0;
  font-size: 13px;
  display: flex;
  position: relative;
}

.lineup__item-btn:before {
  content: "";
  z-index: -1;
  background-color: #222;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .lineup__item-btn:hover:before {
    transform: scale(1.1);
  }
}

@media (width <= 767px) {
  .lineup__item-btn {
    font-size: 12px;
  }
}

.lineup__link {
  text-align: center;
  color: #222;
  border-bottom: 2px solid #222;
  width: fit-content;
  margin: 80px auto 0;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
}

@media (width <= 767px) {
  .lineup__link {
    margin-top: 60px;
    font-size: 16px;
  }
}

.banner {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media (width <= 767px) {
  .banner {
    padding-top: 50px;
  }
}

.banner__inner {
  justify-content: center;
  gap: 40px;
  display: flex;
}

@media (width <= 767px) {
  .banner__inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
  }
}
