@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* setting/_base.scss
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
/* setting/_extend.scss
-------------------------------------------------- */
.m-detail__ttl i, .m-detail__ttl--column i, .m-detail__ttl--left i, .m-bg__inner {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.m-result__ttl, .m-result__subttl, .m-result__chap, .m-result__number-p, .m-result__number-time, .m-result__number-rider, .m-result__number-machine, .m-result__number-chap, .m-comparison__staff-name span, .m-comparison__tires-ttl, .m-comparison__tires-result span, .m-comparison__explanation-ttl, .m-movies__box--single-ttl, .m-movies__ttl, .m-date__item, .m-detail__label, .m-detail__label--wt, .m-detail__label--blue, .m-detail__ttl, .m-detail__ttl--column, .m-detail__ttl--left, .m-flyinglap-mv__bnr-ttl {
  font-family: "Bungee", cursive;
}

@media screen and (min-width: 701px) {
  .m-comparison__tires-movie:not(span):not(p), .m-comparison__explanation:not(span):not(p), .m-movies__box:not(span):not(p), .m-movies__box--single:not(span):not(p), .m-flyinglap-mv__bnr-nav a:not(span):not(p), .m-about-gallery__item:not(span):not(p), .m-about-machine__table-link:not(span):not(p), .g-lowernav__logo a:not(span):not(p), .g-lowernav__list a:not(span):not(p) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-comparison__tires-movie:not(span):not(p):hover, .m-comparison__explanation:not(span):not(p):hover, .m-movies__box:not(span):not(p):hover, .m-movies__box--single:not(span):not(p):hover, .m-flyinglap-mv__bnr-nav a:not(span):not(p):hover, .m-about-gallery__item:not(span):not(p):hover, .m-about-machine__table-link:not(span):not(p):hover, .g-lowernav__logo a:not(span):not(p):hover, .g-lowernav__list a:not(span):not(p):hover {
    opacity: 0.7;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  text-decoration: none;
}

.comming {
  display: none !important;
}

.js-scrollIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
}

.js-scrollIn.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 3;
  position: relative;
}

.js-first-in,
.js-second-in,
.js-third-in {
  opacity: 0;
}

.js-first-in {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
}

.js-second-in {
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 1.6s 0.1s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1.6s 0.1s;
}

.js-third-in {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
}

.js-first-in.is-show,
.js-second-in.is-show,
.js-third-in.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.share-buttons-1-wrapper {
  position: relative;
  background: #000;
}

.pageTop {
  z-index: 10;
}

@media screen and (min-width: 701px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 700px) {
  [data-device=pc] {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .mc-gnav-1-container {
    pointer-events: none;
  }
}
/* global/_lowernav.scss
-------------------------------------------------- */
.g-lowernav__logo {
  margin: 0 auto;
}
.g-lowernav__logo img {
  width: 100%;
}
.g-lowernav__ttl {
  text-align: center;
  font-weight: 500;
}
.g-lowernav__item {
  text-align: center;
  display: block;
  color: #FFF;
}
.g-lowernav__col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-lowernav__col3-item {
  color: #FFF;
}
@media screen and (min-width: 701px) {
  .g-lowernav__inner {
    padding: 220px 0 114px;
  }
  .g-lowernav__logo {
    width: 168px;
  }
  .g-lowernav__ttl {
    font-size: 14px;
    margin-top: 35px;
  }
  .g-lowernav__list {
    margin-top: 35px;
  }
  .g-lowernav__item {
    font-size: 24px;
  }
  .g-lowernav__item:not(:first-of-type) {
    margin-top: 25px;
  }
  .g-lowernav__col3 {
    margin-top: 17px;
    gap: 0 50px;
  }
  .g-lowernav__col3-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .g-lowernav__inner {
    padding: 240px 0 95px;
  }
  .g-lowernav__logo {
    width: 111px;
  }
  .g-lowernav__ttl {
    font-size: 9px;
    margin-top: 22px;
  }
  .g-lowernav__list {
    margin-top: 15px;
  }
  .g-lowernav__item {
    font-size: 15px;
  }
  .g-lowernav__item:not(:first-of-type) {
    margin-top: 10px;
  }
  .g-lowernav__col3 {
    margin-top: 10px;
    gap: 0 30px;
  }
  .g-lowernav__col3-item {
    font-size: 11px;
  }
}

/* modules/_top-mv.scss
-------------------------------------------------- */
.m-bg__inner {
  color: #F2F2F2;
}
.m-bg__ph {
  background-color: #000;
  position: relative;
  width: 100%;
}
.m-bg__ph:before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#000));
  background-image: linear-gradient(180deg, transparent 0 80%, #000 100%);
  z-index: 1;
}
.m-bg__ph:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 701px) {
  .m-bg__inner {
    font-size: 1.4rem;
  }
}
/* modules/_ttl.scss
-------------------------------------------------- */
.m-ttl__ttl {
  text-align: center;
  display: block;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.m-ttl__ttl--wt {
  text-align: center;
  color: #F2F2F2;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  .m-ttl__ttl {
    font-size: 26px;
    margin-bottom: 90px;
  }
  .m-ttl__ttl--wt {
    font-size: 26px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 700px) {
  .m-ttl__ttl {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .m-ttl__ttl--wt {
    font-size: 18px;
    margin-bottom: 45px;
  }
}

/* modules/_modal.scss
-------------------------------------------------- */
.m-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.m-modal__wrap {
  position: relative;
  z-index: 4;
}
.m-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.m-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.m-modal__content-cap {
  display: none;
  color: #FFF;
  text-align: right;
}
.m-modal__close {
  color: #FFF;
  pointer-events: auto;
}
.m-modal__close--movie {
  color: #FFF;
  pointer-events: auto;
}
.m-modal__movie {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  pointer-events: all;
}
.m-modal__movie-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-modal__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 701px) {
  .m-modal__content {
    top: calc(50% + 60px);
    width: 90%;
    height: calc(100% - 120px);
  }
  .m-modal__content-cap {
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: calc(50% + 300px);
  }
  .m-modal__content-img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 543px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .m-modal__close {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    left: calc(50% + 520px);
    bottom: 130px;
    cursor: pointer;
  }
  .m-modal__close--movie {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    right: 0;
    bottom: 30px;
    cursor: pointer;
  }
  .m-modal__movie-wrap {
    width: 90%;
    max-width: 950px;
  }
}
@media screen and (max-width: 700px) {
  .m-modal__content {
    top: calc(50% + 26.5px);
    width: 100%;
    height: calc(100% - 53px);
  }
  .m-modal__content-cap {
    font-size: 16px;
    position: absolute;
    text-align: left;
    top: -40px;
    left: 30px;
  }
  .m-modal__content-img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .m-modal__content-inner {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-modal__close {
    font-size: 12px;
    display: inline-block;
    text-align: right;
    margin-top: 20px;
    margin-right: 32px;
  }
  .m-modal__close--movie {
    font-size: 12px;
    display: inline-block;
    text-align: right;
    margin-top: 20px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 375px) {
  .m-modal__content {
    top: calc(50% + 26.5px);
    width: 80%;
    height: 80%;
  }
  .m-modal__content-cap {
    left: 0;
  }
}

/* modules/_top-mv.scss
-------------------------------------------------- */
.m-top-mv__inner {
  z-index: 1;
  position: relative;
}
.m-top-mv__logo img {
  width: 100%;
  height: auto;
}
.m-top-mv__ttl {
  text-align: center;
}
.m-top-mv__scroll img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 701px) {
  .m-top-mv__inner {
    padding-top: 95px;
    padding-bottom: 50px;
  }
  .m-top-mv__logo {
    width: 420px;
    margin: 0 auto;
  }
  .m-top-mv__ttl {
    font-size: 20px;
    margin: 45px 0 30px;
  }
  .m-top-mv__scroll {
    width: 28px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .m-top-mv {
    margin-bottom: 15px;
  }
  .m-top-mv__inner {
    padding-top: 49%;
    position: relative;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100 - 53px);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-top-mv__logo {
    width: 216px;
    margin: 0 auto;
  }
  .m-top-mv__ttl {
    font-size: 18px;
    margin-top: 50px;
  }
  .m-top-mv__scroll {
    width: 30px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
  }
}

/* modules/_top-about.scss
-------------------------------------------------- */
.m-top-about__inner {
  z-index: 1;
}
.m-top-about__ttl {
  text-align: center;
  line-height: 2.1333333333;
}
.m-top-about__btn {
  display: block;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 80px;
  color: #FFF;
}
@media screen and (min-width: 701px) {
  .m-top-about__inner {
    padding: 160px 0 0;
  }
  .m-top-about__ttl {
    font-size: 30px;
  }
  .m-top-about__btn {
    width: 320px;
    height: 80px;
    line-height: 80px;
    margin: 60px auto 0;
    font-size: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-top-about__btn:hover {
    background-color: #FFF;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  .m-top-about__inner {
    padding: 150px 0 0;
  }
  .m-top-about__ttl {
    font-size: 18px;
  }
  .m-top-about__btn {
    width: 170px;
    height: 46px;
    line-height: 46px;
    margin: 30px auto 0;
    font-size: 14px;
  }
}

/* modules/_top-flyinglap.scss
-------------------------------------------------- */
.m-top-flyinglap {
  position: relative;
  z-index: 1;
}
.m-top-flyinglap__ttl {
  text-align: center;
  color: #000;
  letter-spacing: -0.02em;
}
.m-top-flyinglap__lead {
  text-align: center;
  line-height: 2.1333333333;
  color: #333;
}
.m-top-flyinglap__btn {
  color: #000;
  display: block;
  text-align: center;
  background-color: #FFF;
  border-radius: 80px;
}
.m-top-flyinglap__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m-top-flyinglap__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 701px) {
  .m-top-flyinglap__inner {
    padding: 245px 0 260px;
    background: url(../img/top/top-flyinglap_bg.jpg) center top/cover no-repeat;
  }
  .m-top-flyinglap__ttl {
    font-size: 90px;
  }
  .m-top-flyinglap__lead {
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
  }
  .m-top-flyinglap__btn {
    width: 320px;
    height: 80px;
    line-height: 80px;
    margin: 105px auto 0;
    font-size: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-top-flyinglap__btn:hover {
    background-color: #000;
    color: #FFF;
  }
  .m-top-flyinglap__movie {
    margin: 66px auto 0;
    max-width: 950px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 700px) {
  .m-top-flyinglap__inner {
    padding: 150px 15px 180px;
    background: url(../img/top/sp/top-flyinglap_bg.jpg) center center/cover no-repeat;
  }
  .m-top-flyinglap__ttl {
    font-size: 44px;
  }
  .m-top-flyinglap__lead {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
  }
  .m-top-flyinglap__btn {
    width: 170px;
    height: 46px;
    line-height: 46px;
    margin: 70px auto 0;
    font-size: 14px;
  }
  .m-top-flyinglap__movie {
    margin: 60px auto 0;
    width: 100%;
  }
}

/* modules/_about-mv.scss
-------------------------------------------------- */
.m-about-mv__inner {
  position: relative;
  z-index: 1;
}
.m-about-mv__ttl {
  text-align: center;
  color: #FFF;
}
.m-about-mv__logo img {
  width: 100%;
  height: auto;
}
.m-about-mv__scroll img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 701px) {
  .m-about-mv__inner {
    padding-top: 155px;
  }
  .m-about-mv__ttl {
    font-size: 90px;
  }
  .m-about-mv__logo {
    width: 178px;
    margin: 105px auto 130px;
  }
  .m-about-mv__scroll {
    width: 28px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .m-about-mv__inner {
    padding-top: 69%;
    position: relative;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100 - 53px);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-about-mv__ttl {
    font-size: 44px;
  }
  .m-about-mv__logo {
    width: 100px;
    margin: 60px auto 0;
  }
  .m-about-mv__scroll {
    width: 30px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
  }
}

/* modules/_about-lead.scss
-------------------------------------------------- */
.m-about-lead__inner {
  position: relative;
}
.m-about-lead__inner:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  mix-blend-mode: difference;
}
.m-about-lead__box {
  overflow-wrap: break-word;
}
.m-about-lead__box-ttl {
  text-align: center;
}
.m-about-lead__box-subttl {
  text-align: center;
}
.m-about-lead__box-txt p {
  font-weight: 500;
}
.m-about-lead__box--top {
  position: relative;
  z-index: -1;
  overflow-wrap: break-word;
}
.m-about-lead__box--top-ttl {
  text-align: center;
}
.m-about-lead__box--top-subttl {
  text-align: center;
}
.m-about-lead__box--top-txt p {
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  .m-about-lead__inner {
    padding-top: 85px;
  }
  .m-about-lead__inner:after {
    background: url(../img/about/bg_tire.png) center center/contain no-repeat;
    max-width: 1271px;
    height: 1286px;
    top: -270px;
  }
  .m-about-lead__box {
    width: 560px;
  }
  .m-about-lead__box:not(:first-of-type) {
    margin: 180px auto 0;
  }
  .m-about-lead__box-ttl {
    font-size: 30px;
    line-height: 1.3333333333;
  }
  .m-about-lead__box-subttl {
    font-size: 18px;
    line-height: 1.6666666667;
    margin: 50px 0 30px;
  }
  .m-about-lead__box-txt {
    width: 560px;
    margin-top: 50px;
  }
  .m-about-lead__box-txt p {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .m-about-lead__box-txt p:not(:first-of-type) {
    margin-top: 30px;
  }
  .m-about-lead__box--top {
    margin: 0 auto 470px;
    width: 560px;
  }
  .m-about-lead__box--top-ttl {
    font-size: 30px;
    line-height: 1.3333333333;
  }
  .m-about-lead__box--top-subttl {
    font-size: 18px;
    line-height: 1.6666666667;
    margin: 50px 0 30px;
  }
  .m-about-lead__box--top-txt {
    margin-top: 60px;
  }
  .m-about-lead__box--top-txt p {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .m-about-lead__box--top-txt p:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .m-about-lead__inner {
    padding-top: 210px;
  }
  .m-about-lead__inner:after {
    background: url(../img/about/sp/bg_tire.png) center top/100% auto no-repeat;
    width: 100%;
    height: 1100px;
    top: 9.3%;
  }
  .m-about-lead__box {
    padding: 0 30px;
  }
  .m-about-lead__box:not(:first-of-type) {
    margin: 150px auto 0;
  }
  .m-about-lead__box-ttl {
    font-size: 24px;
    font-size: min(6.1vw, 24px);
    line-height: 1.4166666667;
  }
  .m-about-lead__box-subttl {
    font-size: 16px;
    line-height: 1.625;
    margin: 50px 0 30px;
  }
  .m-about-lead__box-txt {
    margin-top: 45px;
  }
  .m-about-lead__box-txt p {
    font-size: 16px;
    line-height: 1.625;
  }
  .m-about-lead__box-txt p:not(:first-of-type) {
    margin-top: 25px;
  }
  .m-about-lead__box--top {
    margin: 0 auto 185px;
    padding: 0 30px;
  }
  .m-about-lead__box--top-ttl {
    font-size: 24px;
    font-size: min(6.1vw, 24px);
    line-height: 1.4166666667;
  }
  .m-about-lead__box--top-subttl {
    font-size: 16px;
    line-height: 1.625;
    margin: 50px 0 30px;
  }
  .m-about-lead__box--top-txt {
    margin-top: 45px;
  }
  .m-about-lead__box--top-txt p {
    font-size: 16px;
    line-height: 1.625;
  }
  .m-about-lead__box--top-txt p:not(:first-of-type) {
    margin-top: 25px;
  }
}

/* modules/_about-lineup.scss
-------------------------------------------------- */
.m-about-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-about-lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-about-lineup__item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-about-lineup__item-img img {
  width: 100%;
}
.m-about-lineup__item-ttl {
  font-weight: 500;
  line-height: 1.3333333333;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.m-about-lineup__item-btn {
  font-weight: 500;
  display: block;
  color: #F2F2F2;
  position: relative;
  border: 1px solid #F2F2F2;
  border-radius: 40px;
}
.m-about-lineup__item-btn:after {
  content: "";
  position: absolute;
  background: url(../img/common/ic_link_wt.svg) center center/100% auto no-repeat;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (min-width: 701px) {
  .m-about-lineup__inner {
    padding-top: 180px;
  }
  .m-about-lineup__list {
    padding: 0 20px;
    max-width: 910px;
    margin: 0 auto;
    gap: 64px 50px;
  }
  .m-about-lineup__item {
    width: 270px;
  }
  .m-about-lineup__item-img {
    margin-bottom: 15px;
  }
  .m-about-lineup__item-ttl {
    width: 240px;
    min-height: 67px;
    margin: 0 auto;
    font-size: 18px;
  }
  .m-about-lineup__item-btn {
    margin: 15px auto 0;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-about-lineup__item-btn:hover {
    background-color: #FFF;
    color: #000;
  }
  .m-about-lineup__item-btn:hover:after {
    background: url(../img/common/ic_link.svg) center center/100% auto no-repeat;
  }
  .m-about-lineup__image {
    margin-top: -180px;
    position: relative;
    z-index: -1;
  }
  .m-about-lineup__image img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .m-about-lineup__inner {
    padding-top: 145px;
  }
  .m-about-lineup__list {
    padding: 0 5px;
    gap: 45px 21px;
  }
  .m-about-lineup__item {
    width: calc(50% - 11px);
  }
  .m-about-lineup__item-img {
    margin-bottom: 11px;
  }
  .m-about-lineup__item-ttl {
    padding: 0 10px;
    min-height: 55px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .m-about-lineup__item-btn {
    margin: 25px auto 0;
    width: 100%;
    line-height: 1.4166666667;
    font-size: 12px;
    font-size: min(3.07vw, 12px);
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-about-lineup__item-btn:after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .m-about-lineup__image {
    margin-top: -75px;
    position: relative;
    z-index: -1;
  }
  .m-about-lineup__image img {
    width: 100%;
  }
}

/* modules/_about-machine.scss
-------------------------------------------------- */
.m-about-machine__inner {
  background-color: #FFF;
  color: #333;
}
.m-about-machine__table th {
  vertical-align: top;
  font-weight: 700;
}
.m-about-machine__table-link {
  color: #000;
  position: relative;
  pointer-events: none;
}
.m-about-machine__table-linkbtn {
  font-weight: 500;
  display: block;
  color: #000;
  border: 1px solid #000;
  position: relative;
  border-radius: 40px;
}
.m-about-machine__table-linkbtn:after {
  content: "";
  position: absolute;
  background: url(../img/common/ic_link.svg) center center/100% auto no-repeat;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.m-about-machine__table-linkbtn--none {
  font-weight: 500;
  display: block;
  color: #000;
  border: 1px solid #000;
  position: relative;
  border-radius: 40px;
  pointer-events: none;
}
.m-about-machine__table-linkbtn--none:after {
  display: none;
}
@media screen and (min-width: 701px) {
  .m-about-machine__inner {
    padding: 154px 20px 171px;
  }
  .m-about-machine__table {
    max-width: 910px;
    margin: 0 auto;
  }
  .m-about-machine__table:not(:first-of-type) {
    margin-top: 40px;
  }
  .m-about-machine__table tr:not(:first-of-type) {
    border-top: 15px solid #FFF;
  }
  .m-about-machine__table th {
    font-size: 30px;
    width: 185px;
  }
  .m-about-machine__table td:nth-child(2) {
    width: 464px;
  }
  .m-about-machine__table td:nth-child(3) {
    width: 250px;
  }
  .m-about-machine__table-link {
    font-size: 30px;
  }
  .m-about-machine__table-linkbtn {
    font-size: 12px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-about-machine__table-linkbtn:hover {
    background-color: #333;
    color: #F2F2F2;
  }
  .m-about-machine__table-linkbtn:hover:after {
    background: url(../img/common/ic_link_wt.svg) center center/100% auto no-repeat;
  }
  .m-about-machine__table-linkbtn--none {
    font-size: 12px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 700px) {
  .m-about-machine__inner {
    padding: 120px 32px;
  }
  .m-about-machine__table {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  .m-about-machine__table:not(:first-of-type) {
    margin-top: 50px;
  }
  .m-about-machine__table tr {
    display: block;
  }
  .m-about-machine__table tr:not(:first-of-type) {
    margin-top: 40px;
  }
  .m-about-machine__table th {
    font-size: 26px;
    line-height: 1.8846153846;
    display: block;
    margin-bottom: 20px;
    padding: 0 18px;
  }
  .m-about-machine__table td:nth-child(2) {
    display: inline-block;
    padding: 0 18px;
  }
  .m-about-machine__table td:nth-child(3) {
    margin-top: 10px;
    display: block;
  }
  .m-about-machine__table-link {
    font-size: 20px;
  }
  .m-about-machine__table-link:after {
    width: 10px;
    height: 10px;
  }
  .m-about-machine__table-linkbtn {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-about-machine__table-linkbtn--none {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* modules/_about-record.scss
-------------------------------------------------- */
.m-about-record__image img {
  width: 100%;
}
.m-about-record__image02 img {
  width: 100%;
}
.m-about-record__list table {
  display: block;
}
.m-about-record__list tr {
  display: block;
}
.m-about-record__list th {
  vertical-align: top;
}
.m-about-record__list p {
  color: #F2F2F2;
  font-weight: 500;
}
.m-about-record__list small {
  font-weight: 300;
  display: inline-block;
}
@media screen and (min-width: 701px) {
  .m-about-record__inner {
    padding-top: 160px;
  }
  .m-about-record__image {
    width: 733px;
    margin: 0 auto 145px;
  }
  .m-about-record__image02 {
    margin-top: 155px;
  }
  .m-about-record__list {
    padding: 0 20px;
    margin-top: 105px;
  }
  .m-about-record__list table {
    max-width: 905px;
    margin: 0 auto;
  }
  .m-about-record__list tr:not(:first-of-type) {
    margin-top: 27px;
  }
  .m-about-record__list th {
    width: 75px;
  }
  .m-about-record__list p {
    font-size: 22px;
  }
  .m-about-record__list p + p {
    margin-top: 20px;
  }
  .m-about-record__list small {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 7px;
  }
}
@media screen and (max-width: 700px) {
  .m-about-record__inner {
    padding: 115px 0 0;
  }
  .m-about-record__image {
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-about-record__image02 {
    margin-top: 120px;
  }
  .m-about-record__list {
    margin-top: 90px;
    padding: 0 35px;
  }
  .m-about-record__list table {
    width: 100%;
    margin: 0 auto;
  }
  .m-about-record__list tr:not(:first-of-type) {
    margin-top: 29px;
  }
  .m-about-record__list th {
    width: 65px;
  }
  .m-about-record__list p {
    font-size: 16px;
  }
  .m-about-record__list p + p {
    margin-top: 20px;
  }
  .m-about-record__list small {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 7px;
  }
}

/* modules/_about-gallery.scss
-------------------------------------------------- */
.m-about-gallery img {
  width: 100%;
}
.m-about-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-about-gallery__item img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  .m-about-gallery__inner {
    padding: 150px 20px 0;
  }
  .m-about-gallery__list {
    margin: -30px auto 0;
    max-width: 1228px;
    gap: 30px;
  }
  .m-about-gallery__item {
    max-width: 220px;
    width: calc(20% - 25px);
  }
}
@media screen and (max-width: 700px) {
  .m-about-gallery__inner {
    padding: 115px 24px 0;
  }
  .m-about-gallery__list {
    margin: -3px auto 0;
    gap: 15px;
  }
  .m-about-gallery__item {
    width: calc(33% - 10px);
  }
}

/* modules/_flyinglap-mv.scss
-------------------------------------------------- */
.m-flyinglap-mv__inner {
  position: relative;
  z-index: 1;
}
.m-flyinglap-mv__inner--wide {
  position: relative;
  z-index: 1;
}
.m-flyinglap-mv__logo img {
  width: 100%;
}
.m-flyinglap-mv__logo--wide img {
  width: 100%;
}
.m-flyinglap-mv__bnr-ttl {
  color: #FFF;
  text-align: center;
}
.m-flyinglap-mv__bnr-ttl span {
  display: block;
}
.m-flyinglap-mv__bnr-nav a {
  color: #FFF;
  text-decoration: underline;
}
.m-flyinglap-mv__ttl {
  text-align: center;
  color: #000;
  letter-spacing: -0.02em;
}
.m-flyinglap-mv__subttl {
  text-align: center;
  color: #000;
}
.m-flyinglap-mv__lead {
  text-align: center;
  font-weight: 500;
}
.m-flyinglap-mv__txt {
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  .m-flyinglap-mv__inner {
    padding: 50px 20px 95px;
  }
  .m-flyinglap-mv__inner--wide {
    padding: 135px 0 100px;
  }
  .m-flyinglap-mv__logo {
    width: 178px;
    margin: 0 auto;
  }
  .m-flyinglap-mv__logo--wide {
    width: 178px;
    margin: 0 auto;
  }
  .m-flyinglap-mv__bnr {
    max-width: 1236px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 45px;
    padding: 85px 0 84px;
    margin: 0 auto;
    background: url(../img/flyinglap/tsukuba/mv_bnr.jpg) center center/cover no-repeat;
  }
  .m-flyinglap-mv__bnr-ttl {
    font-size: 150px;
  }
  .m-flyinglap-mv__bnr-ttl span {
    font-size: 40px;
    display: block;
    margin-bottom: -40px;
  }
  .m-flyinglap-mv__bnr-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
    margin-top: -25px;
  }
  .m-flyinglap-mv__bnr-nav a {
    font-size: 17px;
  }
  .m-flyinglap-mv__ttl {
    font-size: 90px;
    margin-bottom: 125px;
  }
  .m-flyinglap-mv__subttl {
    font-size: 20px;
    margin: 18px 0 42px;
  }
  .m-flyinglap-mv__lead {
    font-size: 32px;
    margin: 45px 0 60px;
    line-height: 1.875;
  }
  .m-flyinglap-mv__txt {
    color: #F2F2F2;
    font-size: 22px;
    line-height: 1.8181818182;
    width: 550px;
    margin: 0 auto;
  }
  .m-flyinglap-mv__txt:not(:first-of-type) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 700px) {
  .m-flyinglap-mv__inner {
    padding: 35px 0 30px;
  }
  .m-flyinglap-mv__inner--wide {
    padding: 145px 0 0;
  }
  .m-flyinglap-mv__logo {
    width: 100px;
    margin: 0 auto;
  }
  .m-flyinglap-mv__logo--wide {
    width: 130px;
    margin: 0 auto;
  }
  .m-flyinglap-mv__bnr {
    margin: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 30px;
    padding: 32px 0 48px;
    background: url(../img/flyinglap/tsukuba/sp/mv_bnr.jpg) center center/cover no-repeat;
  }
  .m-flyinglap-mv__bnr-ttl {
    font-size: 60px;
  }
  .m-flyinglap-mv__bnr-ttl span {
    font-size: 18px;
    margin-bottom: -5px;
  }
  .m-flyinglap-mv__bnr-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 0;
    margin-top: 15px;
    text-align: center;
  }
  .m-flyinglap-mv__bnr-nav a {
    font-size: 16px;
  }
  .m-flyinglap-mv__ttl {
    font-size: 44px;
    margin-bottom: 53px;
    padding: 0 10px;
  }
  .m-flyinglap-mv__subttl {
    font-size: 14px;
    margin: 6px 0 14px;
  }
  .m-flyinglap-mv__lead {
    font-size: min(5.1vw, 20px);
    margin: 60px 0 50px;
    line-height: 2;
    padding: 0 15px;
  }
  .m-flyinglap-mv__txt {
    padding: 0 45px;
    font-size: 16px;
    line-height: 1.625;
    margin: 0 auto;
  }
  .m-flyinglap-mv__txt:not(:first-of-type) {
    margin-top: 25px;
  }
}

/* modules/_flyinglap-event.scss
-------------------------------------------------- */
.m-flyinglap-event__item {
  display: block;
}
.m-flyinglap-event__item img {
  width: 100%;
}
.m-flyinglap-event__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFF;
  color: #000;
  display: block;
  text-align: center;
  background-color: #FFF;
  border-radius: 80px;
  position: relative;
}
@media screen and (min-width: 701px) {
  .m-flyinglap-event__inner {
    padding-bottom: 80px;
  }
  .m-flyinglap-event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 50px;
  }
  .m-flyinglap-event__item {
    width: 359px;
  }
  .m-flyinglap-event__item:hover .m-flyinglap-event__card {
    opacity: 0.7;
  }
  .m-flyinglap-event__item:hover .m-flyinglap-event__btn {
    background-color: #000;
    color: #FFF;
  }
  .m-flyinglap-event__card {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-flyinglap-event__btn {
    width: 322px;
    height: 84px;
    line-height: 80px;
    margin: -10px auto 0;
    font-size: 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 700px) {
  .m-flyinglap-event__inner {
    padding: 0 16px;
  }
  .m-flyinglap-event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
  }
  .m-flyinglap-event__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .m-flyinglap-event__btn {
    width: 234px;
    height: 61px;
    line-height: 57px;
    margin: -10px auto 0;
    font-size: 16px;
  }
}

/* modules/_detail.scss
-------------------------------------------------- */
.m-detail__inner {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.m-detail__label, .m-detail__label--wt, .m-detail__label--blue {
  position: absolute;
  z-index: 2;
}
.m-detail__ttl, .m-detail__ttl--column {
  color: #333;
  text-align: center;
  letter-spacing: -0.05em;
}
.m-detail__ttl i, .m-detail__ttl--column i {
  font-style: normal;
  display: block;
}
.m-detail__ttl sup, .m-detail__ttl--column sup {
  font-size: 63%;
}
.m-detail__ttl--left {
  color: #333;
  letter-spacing: -0.05em;
  line-height: 0.8;
}
.m-detail__ttl--left i {
  font-style: normal;
  display: block;
}
.m-detail__ttl--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
.m-detail__lead {
  color: #333;
  font-weight: 500;
}
.m-detail__txt {
  color: #333;
  font-weight: 500;
}
.m-detail__notice {
  position: relative;
  font-weight: 500;
}
.m-detail__notice:before {
  content: "";
  position: absolute;
  background: url(../img/common/ic_notice.svg) center center/contain no-repeat;
  width: 26px;
  height: 22px;
  top: 5px;
  left: 0;
}
.m-detail__notice--gry {
  color: #AAAAAA;
  position: relative;
  font-weight: 500;
}
.m-detail__notice--gry:before {
  content: "";
  position: absolute;
  background: url(../img/common/ic_notice.svg) center center/contain no-repeat;
  width: 26px;
  height: 22px;
  top: 5px;
  left: 0;
}
.m-detail__btn {
  font-weight: 500;
  display: block;
  color: #F2F2F2 !important;
  position: relative;
  border: 1px solid #F2F2F2 !important;
  border-radius: 40px;
}
.m-detail__btn:after {
  content: "";
  position: absolute;
  background: url(../img/common/ic_link_wt.svg) center center/100% auto no-repeat;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.m-detail__btn--wide, .m-detail__btn--wide-w {
  font-weight: 500;
  display: block;
  color: #F2F2F2 !important;
  position: relative;
  border: 1px solid #F2F2F2 !important;
  border-radius: 40px;
}
.m-detail__btn--wide:after, .m-detail__btn--wide-w:after {
  content: "";
  position: absolute;
  background: url(../img/common/ic_link_wt.svg) center center/100% auto no-repeat;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.m-detail__btn--wide-w {
  border: 1px solid #E1E1E1 !important;
  color: #333 !important;
  background: #FFF;
}
.m-detail__btn--wide-w:after {
  background: url(../img/common/ic_link.svg) center center/100% auto no-repeat;
}
@media screen and (min-width: 701px) {
  .m-detail {
    padding-top: 120px;
    margin-top: -120px;
  }
  .m-detail-wrap {
    padding: 0 20px;
  }
  .m-detail__inner {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border-radius: 45px;
  }
  .m-detail__label, .m-detail__label--wt, .m-detail__label--blue {
    font-size: 28px;
    top: 35px;
    left: 52px;
  }
  .m-detail__ttl, .m-detail__ttl--column {
    vertical-align: baseline;
    font-size: 60px;
    margin-bottom: 32px;
    line-height: 1;
  }
  .m-detail__ttl small, .m-detail__ttl--column small {
    font-size: 20px;
    margin-left: 10px;
    letter-spacing: -0.02em;
  }
  .m-detail__ttl i, .m-detail__ttl--column i {
    font-size: 30px;
  }
  .m-detail__ttl--left {
    vertical-align: baseline;
    font-size: 60px;
    margin-bottom: 28px;
    line-height: 0.8;
  }
  .m-detail__ttl--left small {
    font-size: 20px;
    padding-left: 10px;
    letter-spacing: -0.02em;
  }
  .m-detail__ttl--left i {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .m-detail__lead {
    line-height: 2.2222222222;
    font-size: 18px;
  }
  .m-detail__lead:not(:first-of-type) {
    margin-top: 40px;
  }
  .m-detail__txt {
    line-height: 1.625;
    font-size: 16px;
  }
  .m-detail__notice {
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.8333333333;
  }
  .m-detail__notice--gry {
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.8333333333;
  }
  .m-detail__btn {
    margin: 15px auto 0;
    width: 240px;
    height: 40px;
    line-height: 1.2857142857;
    font-size: 12px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-detail__btn:hover {
    background-color: #F2F2F2 !important;
  }
  .m-detail__btn--wide, .m-detail__btn--wide-w {
    margin: 15px auto 0;
    width: 300px;
    height: 48px;
    line-height: 1.2857142857;
    font-size: 14px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-detail__btn--wide:hover, .m-detail__btn--wide-w:hover {
    background-color: #F2F2F2 !important;
  }
  .m-detail__btn--wide-w:hover {
    background-color: transparent !important;
    color: #FFF !important;
  }
  .m-detail__btn--wide-w:hover:after {
    background: url(../img/common/ic_link_wt.svg) center center/100% auto no-repeat;
  }
}
@media screen and (max-width: 700px) {
  .m-detail {
    padding-top: 53px;
    margin-top: -53px;
  }
  .m-detail__inner {
    margin: 40px 15px 0;
    border-radius: 30px;
  }
  .m-detail__label, .m-detail__label--wt, .m-detail__label--blue {
    font-size: 16px;
    top: 45px;
    left: 30px;
  }
  .m-detail__label--wt {
    top: 40px;
  }
  .m-detail__ttl, .m-detail__ttl--column {
    vertical-align: baseline;
    font-size: 36px;
    margin-bottom: 28px;
    line-height: 1;
  }
  .m-detail__ttl small, .m-detail__ttl--column small {
    font-size: 16px;
    letter-spacing: -0.02em;
    display: block;
  }
  .m-detail__ttl i, .m-detail__ttl--column i {
    font-size: 20px;
  }
  .m-detail__ttl strong, .m-detail__ttl--column strong {
    font-size: 46px;
  }
  .m-detail__ttl--left {
    vertical-align: baseline;
    font-size: 36px;
    margin-bottom: 35px;
    line-height: 1;
  }
  .m-detail__ttl--left small {
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: -0.02em;
  }
  .m-detail__ttl--left i {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .m-detail__ttl--left strong {
    font-size: 46px;
  }
  .m-detail__ttl--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 7px;
  }
  .m-detail__ttl--column small {
    padding-bottom: 3px;
    font-size: 15px;
  }
  .m-detail__lead {
    line-height: 1.875;
    font-size: 16px;
  }
  .m-detail__lead:not(:first-of-type) {
    margin-top: 25px;
  }
  .m-detail__txt {
    line-height: 1.625;
    font-size: 16px;
  }
  .m-detail__notice {
    padding-left: 40px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-detail__notice--gry {
    padding-left: 40px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-detail__btn {
    margin: 15px auto 0;
    max-width: 295px;
    width: 100%;
    height: 48px;
    line-height: 1.2857142857;
    font-size: 14px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-detail__btn:after {
    right: 25px;
  }
  .m-detail__btn--wide, .m-detail__btn--wide-w {
    margin: 15px auto 0;
    max-width: 295px;
    width: 100%;
    height: 48px;
    line-height: 1.2857142857;
    font-size: 14px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-detail__btn--wide:after, .m-detail__btn--wide-w:after {
    right: 25px;
  }
}

/* modules/_date.scss
-------------------------------------------------- */
.m-date__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-date__item dd span {
  vertical-align: baseline;
}
.m-date__item:nth-child(1) {
  color: #22D5FF;
}
.m-date__item:nth-child(2) {
  color: #FF9022;
}
.m-date__item:nth-child(3) {
  color: #D1CFB5;
}
.m-date__notice {
  color: #333;
}
@media screen and (min-width: 701px) {
  .m-date__inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 124px 30px 62px;
  }
  .m-date__notice {
    max-width: 658px;
    margin: 50px auto 50px;
  }
  .m-date__list {
    gap: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-date__list:not(:first-of-type) {
    margin-top: 50px;
  }
  .m-date__item dt {
    font-size: 14px;
    margin-bottom: -10px;
  }
  .m-date__item dd {
    font-size: 60px;
  }
  .m-date__item dd span {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .m-date__inner {
    padding: 95px 30px 45px;
  }
  .m-date__ttl h3 {
    font-size: 50px;
    line-height: 0.8;
  }
  .m-date__notice {
    margin: 20px 0 40px;
  }
  .m-date__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-date__item {
    width: 100%;
    margin-left: 20px;
  }
  .m-date__item dt {
    font-size: 14px;
    margin-bottom: -15px;
  }
  .m-date__item dd {
    font-size: 50px;
  }
  .m-date__item dd span {
    font-size: 25px;
  }
  .m-date__item:nth-child(even) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 701px) {
  ::-webkit-full-page-media, :future, :root .m-date__item dd {
    font-size: 57px;
  }
  ::-webkit-full-page-media, :future, :root .m-date__item dd span {
    font-size: 48px;
  }
}
/* modules/_circuit.scss
-------------------------------------------------- */
.m-circuit__inner * {
  color: #FFF;
}
.m-circuit__course {
  position: relative;
}
.m-circuit__course figcaption {
  position: absolute;
}
.m-circuit__img img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  .m-circuit__inner {
    padding-top: 100px;
  }
  .m-circuit__course {
    max-width: 859px;
    margin: 0 auto 55px;
    padding: 0 30px;
  }
  .m-circuit__course img {
    width: 100%;
    margin: 0 auto;
  }
  .m-circuit__course figcaption {
    top: 0;
    left: 54px;
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: -0.06em;
  }
  .m-circuit__ttl {
    margin-bottom: 42px;
  }
  .m-circuit__img {
    margin-top: 60px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-circuit__txts {
    max-width: 738px;
    margin: 0 auto 20px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .m-circuit__inner {
    padding-top: 85px;
  }
  .m-circuit__course {
    margin: 0 auto 30px;
    padding: 65px 17px 0;
  }
  .m-circuit__course img {
    width: 100%;
    margin: 0 auto;
  }
  .m-circuit__course figcaption {
    margin-top: 0;
    top: 0;
    left: 30px;
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: -0.06em;
  }
  .m-circuit__ttl {
    margin-bottom: -5px;
  }
  .m-circuit__ttl > * {
    text-align: left;
  }
  .m-circuit__img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-circuit__txts {
    padding: 0 30px;
    margin: 0 auto 30px;
  }
}

/* modules/_rider.scss
-------------------------------------------------- */
.m-rider__inner {
  position: relative;
}
.m-rider__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m-rider__img img {
  width: 100%;
}
.m-rider__box {
  position: absolute;
}
@media screen and (min-width: 701px) {
  .m-rider__inner {
    max-width: 950px;
    height: 700px;
  }
  .m-rider__img {
    max-width: 949px;
    height: auto;
  }
  .m-rider__box {
    width: 362px;
    top: 128px;
    left: 70px;
  }
}
@media screen and (max-width: 700px) {
  .m-rider__inner {
    padding: 127px 0 0;
  }
  .m-rider__img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .m-rider__box {
    position: static;
    padding: 0 30px;
  }
}

@media screen and (min-width: 701px) {
  ::-webkit-full-page-media, :future, :root .m-rider__box {
    width: 375px;
  }
}
/* modules/_machine.scss
-------------------------------------------------- */
.m-machine__inner {
  background-color: #000;
}
.m-machine__inner * {
  color: #FFF;
}
@media screen and (min-width: 701px) {
  .m-machine__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 691px;
    padding: 75px 60px 45px;
    background: url(../img/flyinglap/tsukuba/machine_img.jpg) center top/cover no-repeat;
  }
  .m-machine__ttl {
    margin-bottom: -17px;
  }
  .m-machine__txts {
    margin: 0 60px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .m-machine__inner {
    padding: 0 0 37px;
    background: url(../img/flyinglap/tsukuba/sp/machine_img.jpg) center top/cover no-repeat;
  }
  .m-machine__img {
    height: 285px;
  }
  .m-machine__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .m-machine__ttl {
    padding: 0 20px;
    margin-bottom: -17px;
  }
  .m-machine__ttl > * {
    line-height: 1em;
    letter-spacing: -0.07em;
  }
  .m-machine__txt {
    padding: 0 30px;
  }
  .m-machine__txts {
    padding-top: 315px;
  }
}

/* modules/_tires.scss
-------------------------------------------------- */
.m-tires__inner * {
  color: #FFF;
}
.m-tires__img {
  position: relative;
}
.m-tires__img img {
  width: 100%;
}
.m-tires__img:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/flyinglap/tsukuba/tires_v02.png) center center/cover no-repeat;
}
@media screen and (min-width: 701px) {
  .m-tires__inner {
    padding: 82px 20px 73px;
    background: #000 url(../img/flyinglap/tsukuba/tires_bg.jpg) center center/cover no-repeat;
  }
  .m-tires__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 57px;
  }
  .m-tires__box {
    max-width: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-tires__img {
    max-width: 340px;
    margin: 0 auto 18px;
  }
  .m-tires__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 30px;
  }
  .m-tires__txt p {
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 700px) {
  .m-tires__inner {
    padding: 97px 30px 54px;
    background: #000 url(../img/flyinglap/tsukuba/sp/tires_bg.jpg) center center/cover no-repeat;
  }
  .m-tires__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 62px 0;
  }
  .m-tires__img {
    margin: 0 auto 15px;
    max-width: 400px;
  }
  .m-tires__txt {
    margin-bottom: 35px;
  }
  .m-tires__txt p {
    line-height: 1.625;
  }
}

/* modules/_movies.scss
-------------------------------------------------- */
.m-movies__inner {
  background-color: #000;
  color: #FFF;
}
.m-movies__box {
  position: relative;
}
.m-movies__box-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-movies__box--single {
  position: relative;
}
.m-movies__box--single-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-movies__box--single-ttl {
  color: #FFF;
  text-align: center;
}
.m-movies__logo img {
  width: 100%;
}
.m-movies__ttl {
  text-align: center;
  line-height: 0.8;
}
.m-movies__ttl span {
  display: block;
}
.m-movies__click img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  .m-movies.m-detail__inner {
    max-width: 922px;
  }
  .m-movies__box {
    cursor: pointer;
    max-width: 461px;
    width: 50%;
    height: 500px;
  }
  .m-movies__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-movies__box-inner {
    gap: 30px 0;
  }
  .m-movies__box:nth-child(1) {
    background: url(../img/flyinglap/tsukuba/movie_thum01.jpg) center center/cover no-repeat;
  }
  .m-movies__box:nth-child(2) {
    background: url(../img/flyinglap/tsukuba/movie_thum02.jpg) center center/cover no-repeat;
  }
  .m-movies__box--single {
    cursor: pointer;
    width: 100%;
    height: 500px;
    background: url(../img/flyinglap/tsukuba/movie_thum03.jpg) center top/cover no-repeat;
  }
  .m-movies__box--single-inner {
    top: 125px;
    gap: 5px 0;
  }
  .m-movies__box--single-ttl {
    font-size: 58px;
  }
  .m-movies__logo {
    margin: 0 auto;
  }
  .m-movies__logo img {
    height: 120px;
    width: auto;
  }
  .m-movies__ttl {
    margin: 27px 0 25px;
    font-size: 60px;
  }
  .m-movies__ttl span {
    margin-bottom: 45px;
    font-size: 30px;
  }
  .m-movies__click {
    width: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .m-movies__box {
    height: 330px;
  }
  .m-movies__box-inner {
    top: 0;
    gap: 30px 0;
  }
  .m-movies__box:nth-child(1) {
    background: url(../img/flyinglap/tsukuba/sp/movie_thum01.jpg) center center/cover no-repeat;
  }
  .m-movies__box:nth-child(2) {
    background: url(../img/flyinglap/tsukuba/sp/movie_thum02.jpg) center center/cover no-repeat;
  }
  .m-movies__box--single {
    width: 100%;
    height: 460px;
    background: url(../img/flyinglap/tsukuba/sp/movie_thum03.jpg) center top/cover no-repeat;
  }
  .m-movies__box--single-inner {
    top: 33%;
    gap: 17px 0;
  }
  .m-movies__box--single-ttl {
    font-size: 40px;
  }
  .m-movies__logo {
    margin: 0 auto;
  }
  .m-movies__logo img {
    height: 112px;
    width: auto;
  }
  .m-movies__ttl {
    margin: 23px 0;
    font-size: 60px;
  }
  .m-movies__ttl span {
    margin-bottom: 38px;
    font-size: 30px;
  }
  .m-movies__click {
    width: 100px;
    margin: 0 auto;
  }
}

/* modules/_comparison.scss
-------------------------------------------------- */
.m-comparison__inner * {
  color: #FFF;
}
.m-comparison__img img {
  width: 100%;
}
.m-comparison__staff-name {
  text-align: center;
  letter-spacing: -0.02em;
}
.m-comparison__tires-ttl {
  text-align: center;
}
.m-comparison__tires-img img {
  width: 100%;
}
.m-comparison__tires-txt {
  font-weight: 500;
}
.m-comparison__tires-movie {
  position: relative;
}
.m-comparison__tires-movie img {
  width: 100%;
}
.m-comparison__tires-movie:after {
  content: "";
  position: absolute;
  background: url(../img/common/ic_movie.svg) center center/contain no-repeat;
  width: 78px;
  height: 78px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m-comparison__tires-result {
  text-align: center;
  line-height: 1;
}
.m-comparison__tires-result span {
  display: block;
}
.m-comparison__explanation {
  position: relative;
  display: block;
}
.m-comparison__explanation-wrap {
  background-color: #000;
}
.m-comparison__explanation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.m-comparison__explanation-ttl {
  color: #FFF;
  text-align: center;
}
.m-comparison__explanation-icn img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  .m-comparison__txt {
    max-width: 751px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .m-comparison__txt p {
    line-height: 1.6666666667;
  }
  .m-comparison__img {
    width: 100%;
    margin-bottom: 45px;
  }
  .m-comparison__staff {
    margin: 20px 0 95px;
  }
  .m-comparison__staff-name {
    font-size: 28px;
  }
  .m-comparison__tires-ttl {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .m-comparison__tires-list {
    max-width: 856px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    gap: 0 38px;
  }
  .m-comparison__tires-item {
    max-width: 259px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-comparison__tires-item--single {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 25px;
  }
  .m-comparison__tires-item-txts {
    width: 250px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-comparison__tires-item-movies {
    max-width: 520px;
    margin-top: 24px;
  }
  .m-comparison__tires-img {
    width: 187px;
    margin: 0 auto;
  }
  .m-comparison__tires-txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 24px 0 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-comparison__tires-movie {
    cursor: pointer;
    margin-top: 24px;
  }
  .m-comparison__tires-result {
    margin-top: 22px;
    font-size: 18px;
  }
  .m-comparison__tires-result span {
    margin-top: 5px;
    font-size: 59px;
    letter-spacing: -0.05em;
  }
  .m-comparison__explanation {
    cursor: pointer;
    margin-top: 59px;
    height: 390px;
    width: 100%;
    background: url(../img/flyinglap/tsukuba/comparison_thum04.jpg) center center/cover no-repeat;
  }
  .m-comparison__explanation-inner {
    top: -20px;
  }
  .m-comparison__explanation-ttl {
    font-size: 58px;
  }
  .m-comparison__explanation-icn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 700px) {
  .m-comparison__txt {
    margin: 0 auto;
    padding: 0 30px;
  }
  .m-comparison__txt p {
    line-height: 1.625;
  }
  .m-comparison__img {
    width: 100%;
    margin-bottom: 40px;
  }
  .m-comparison__staff {
    margin: 37px 0 80px;
  }
  .m-comparison__staff-name {
    font-size: 24px;
  }
  .m-comparison__tires-ttl {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .m-comparison__tires-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
    margin: 0 auto;
    padding: 0 20px;
  }
  .m-comparison__tires-item, .m-comparison__tires-item--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-comparison__tires-img {
    width: 186px;
    margin: 0 auto;
  }
  .m-comparison__tires-txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 24px 0;
    padding: 0 35px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-comparison__tires-movie {
    margin-top: 24px;
    padding: 0 35px;
  }
  .m-comparison__tires-result {
    margin-top: 22px;
    font-size: 18px;
  }
  .m-comparison__tires-result span {
    margin-top: 5px;
    font-size: min(15.3vw, 60px);
    letter-spacing: -0.05em;
  }
  .m-comparison .m-detail__btn {
    width: calc(100% - 80px);
    height: 40px;
    font-size: 12px;
    margin: 0 auto;
  }
  .m-comparison .m-detail__btn:after {
    right: 20px;
  }
  .m-comparison__explanation {
    margin-top: 62px;
    height: 350px;
    width: 100%;
    background: url(../img/flyinglap/tsukuba/sp/comparison_thum04.jpg) center top/cover no-repeat;
  }
  .m-comparison__explanation-inner {
    gap: 29px 0;
  }
  .m-comparison__explanation-ttl {
    font-size: 40px;
    line-height: 0.9;
  }
  .m-comparison__explanation-icn {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 701px) {
  ::-webkit-full-page-media, :future, :root .m-comparison__tires-result span {
    font-size: 57px;
  }
}
/* modules/_result.scss
-------------------------------------------------- */
.m-result__inner {
  color: #FFF;
}
.m-result__subttl {
  position: relative;
  border-bottom: 1px solid #AAAAAA;
  line-height: 1.1;
}
.m-result__subttl p small sup {
  font-size: 60%;
}
.m-result__subttl img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-result__outline-img img {
  width: 100%;
}
.m-result__outline-txt {
  font-weight: 500;
  color: #F2F2F2;
}
.m-result__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
}
.m-result__number:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
}
.m-result__number-p {
  text-align: center;
  color: #FFF;
  height: 100%;
}
.m-result__number-time {
  color: #333;
  line-height: 1;
}
.m-result__number-tire {
  color: #333;
}
.m-result__number-tire img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.m-result__number-rider {
  color: #333;
  line-height: 1;
}
.m-result__number-machine {
  color: #333;
  line-height: 1;
}
.m-result__number-chap {
  color: #333;
}
.m-result__number:nth-child(2):before {
  background-color: #FF0000;
}
.m-result__number:nth-child(3):before {
  background-color: #F4B62A;
}
.m-result__number:nth-child(4):before {
  background-color: #FF7F00;
}
.m-result__number:nth-child(5):before {
  background-color: #F4B62A;
}
.m-result__number:nth-child(6):before {
  background-color: #76B421;
}
.m-result__tire-img {
  width: 100%;
}
.m-result__tire-name {
  text-align: center;
  color: #FFF;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 701px) {
  .m-result__inner {
    max-width: 866px;
    margin: 75px auto 0;
  }
  .m-result__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .m-result__subttl {
    padding: 0 20px 15px;
  }
  .m-result__subttl p {
    font-size: 20px;
  }
  .m-result__subttl p small {
    font-size: 16px;
  }
  .m-result__subttl img {
    width: 54px;
    height: auto;
    top: -10px;
    right: 20px;
  }
  .m-result__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 18px;
    margin: 20px 0 38px;
  }
  .m-result__outline {
    max-width: 410px;
  }
  .m-result__outline-img {
    margin-top: 35px;
  }
  .m-result__outline-txt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .m-result__best {
    max-width: 433px;
  }
  .m-result__chap {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 13px;
    padding-left: 30px;
  }
  .m-result__chap > * {
    display: inline-block;
  }
  .m-result__chap-p {
    width: 45px;
    margin-right: 9px;
    text-align: center;
  }
  .m-result__chap-time {
    width: 78px;
  }
  .m-result__chap-tire {
    width: 70px;
  }
  .m-result__chap-rider {
    width: 120px;
  }
  .m-result__chap-machine {
    width: 110px;
  }
  .m-result__number-click {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 14px;
  }
  .m-result__number {
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    overflow: hidden;
    height: 43px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-result__number:not(:first-of-type) {
    margin-top: 5px;
  }
  .m-result__number:hover {
    background-color: #333;
  }
  .m-result__number:hover > * {
    color: #F2F2F2;
  }
  .m-result__number:hover img {
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  .m-result__number:hover .m-result__number-click {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .m-result__number > * {
    display: inline-block;
  }
  .m-result__number-p {
    font-size: 22px;
    line-height: 43px;
    width: 45px;
    margin-right: 8px;
  }
  .m-result__number-time {
    font-size: 14px;
    width: 100px;
    text-decoration: underline;
  }
  .m-result__number-tire {
    width: 55px;
  }
  .m-result__number-tire img {
    height: 18px;
    width: auto;
  }
  .m-result__number-rider {
    width: 138px;
    font-size: 14px;
  }
  .m-result__number-machine {
    width: 110px;
    font-size: 14px;
  }
  .m-result__tire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    margin-top: 24px;
  }
  .m-result__tire-item {
    width: 80px;
  }
  .m-result__tire-img {
    width: 75px;
    margin: 0 auto;
  }
  .m-result__tire-name {
    font-size: 10px;
    line-height: 1.2;
  }
  .m-result__tire-name:hover {
    text-decoration: underline;
  }
  .m-result__notice {
    max-width: 845px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .m-result__inner {
    margin: 75px auto 20px;
    padding: 0 45px;
  }
  .m-result__ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .m-result__subttl {
    padding: 0 0 55px;
  }
  .m-result__subttl p {
    font-size: 20px;
  }
  .m-result__subttl p small {
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
  }
  .m-result__subttl img {
    width: 54px;
    height: auto;
    right: 0;
    bottom: 10px;
    top: auto;
  }
  .m-result__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    margin: 30px 0 40px;
  }
  .m-result__outline {
    max-width: 400px;
    margin: 0 auto;
  }
  .m-result__outline-txt {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 17px;
    margin-bottom: 10px;
  }
  .m-result__chap {
    line-height: 1;
    max-width: 400px;
    margin: 0 auto 7px;
    padding-left: 6%;
  }
  .m-result__chap > * {
    display: inline-block;
  }
  .m-result__chap-p {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 10.2%;
    margin-right: 0;
    text-align: center;
  }
  .m-result__chap-time {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 19.8%;
  }
  .m-result__chap-tire {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 14.3%;
  }
  .m-result__chap-rider {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 26.7%;
  }
  .m-result__chap-machine {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 23.5%;
  }
  .m-result__number-click {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .m-result__number {
    max-width: 400px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 8px 0 8px 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
  .m-result__number:before {
    width: 6px;
  }
  .m-result__number:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-result__number > * {
    display: inline-block;
  }
  .m-result__number-p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    width: 10.9%;
  }
  .m-result__number-time {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-result__number-tire {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -4px;
  }
  .m-result__number-tire img {
    -webkit-filter: invert(0%);
            filter: invert(0%);
    height: 10px;
    width: auto;
  }
  .m-result__number-tire small {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    vertical-align: baseline;
    margin-left: -4px;
    margin-bottom: -2px;
  }
  .m-result__number-rider {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-result__number-machine {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-result__number-chap {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 65px;
  }
  .m-result__tire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 20px;
    margin-top: 45px;
  }
  .m-result__tire-item {
    width: 50%;
    max-width: 110px;
    text-align: center;
  }
  .m-result__tire-img {
    margin: 0 auto 3px;
    width: 111px;
  }
  .m-result__tire-name {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: -0.08em;
  }
  .m-result__notice {
    margin: 0 auto;
  }
}

/* modules/_thanks.scss
-------------------------------------------------- */
.m-thanks__inner {
  color: #FFF;
}
.m-thanks__ttl {
  text-align: center;
}
.m-thanks__item {
  text-align: center;
}
.m-thanks__item img {
  width: 100%;
}
.m-thanks__item--player {
  text-align: center;
}
.m-thanks__item--honda img {
  width: 100%;
}
.m-thanks__item--yamaha img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  .m-thanks__inner {
    max-width: 930px;
    margin: 0 auto;
    padding: 110px 0 100px;
  }
  .m-thanks__ttl {
    font-size: 18px;
    margin-bottom: 65px;
  }
  .m-thanks__item-wrap {
    margin-top: 40px;
  }
  .m-thanks__item--player {
    font-size: 28px;
  }
  .m-thanks__item--player:not(:first-of-type) {
    margin-top: 8px;
  }
  .m-thanks__item--honda {
    width: 182px;
    margin: 0 auto;
  }
  .m-thanks__item--yamaha {
    width: 287px;
    margin: 18px auto 65px;
  }
}
@media screen and (max-width: 700px) {
  .m-thanks__inner {
    margin: 0 auto;
    padding: 90px 15px 40px;
  }
  .m-thanks__ttl {
    font-size: 18px;
    margin-bottom: 55px;
  }
  .m-thanks__item-wrap {
    margin-top: 20px;
  }
  .m-thanks__item--player {
    font-size: 14px;
  }
  .m-thanks__item--player:not(:first-of-type) {
    margin-top: 8px;
  }
  .m-thanks__item--honda {
    width: 120px;
    margin: 0 auto;
  }
  .m-thanks__item--yamaha {
    width: 191px;
    margin: 18px auto 35px;
  }
}

/* patches/_top.scss
-------------------------------------------------- */
@media screen and (min-width: 701px) {
  .p-top .m-bg__ph:before {
    height: 1147px;
  }
  .p-top .m-bg__ph:after {
    background-image: url(../img/top/top-mv_bg.jpg);
    height: 1147px;
  }
}
@media screen and (max-width: 700px) {
  .p-top .m-bg__ph:before {
    height: 564px;
  }
  .p-top .m-bg__ph:after {
    background-image: url(../img/top/sp/top-mv_bg.jpg);
    height: 564px;
  }
}

/* patches/_about.scss
-------------------------------------------------- */
.p-about {
  overflow: hidden;
  width: 100%;
}
.p-about .m-about-mv {
  z-index: 2;
}
@media screen and (min-width: 701px) {
  .p-about .m-bg__ph::before {
    height: 892px;
  }
  .p-about .m-bg__ph:after {
    background-image: url(../img/about/mv_bg.jpg);
    height: 892px;
  }
  .p-about .m-flyinglap-event {
    padding-top: 200px;
  }
  .p-about .m-flyinglap-event__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .p-about .m-bg__ph::before {
    height: 545px;
  }
  .p-about .m-bg__ph:after {
    background-image: url(../img/about/sp/mv_bg.jpg);
    height: 545px;
  }
  .p-about .m-flyinglap-event {
    padding-top: 100px;
  }
}

/* patches/_flyinglap.scss
-------------------------------------------------- */
.p-flyinglap .m-flyinglap-mv {
  z-index: 2;
}
@media screen and (min-width: 701px) {
  .p-flyinglap .m-bg__ph::before {
    height: 1500px;
  }
  .p-flyinglap .m-bg__ph:after {
    background-image: url(../img/flyinglap/mv_bg.jpg);
    height: 1500px;
    background-size: contain;
  }
}
@media screen and (max-width: 700px) {
  .p-flyinglap .m-bg__ph::before {
    height: 1000px;
  }
  .p-flyinglap .m-bg__ph:after {
    background-image: url(../img/flyinglap/sp/mv_bg.jpg);
    height: 1000px;
    background-size: contain;
  }
}

/* patches/_flyinglap-tsukuba.scss
-------------------------------------------------- */
.p-flyinglap-tsukuba {
  overflow-wrap: break-word;
}
.p-flyinglap-tsukuba .m-flyinglap-mv {
  z-index: 2;
}
.p-flyinglap-tsukuba .m-detail__label {
  color: #0036A7;
}
.p-flyinglap-tsukuba .m-circuit * {
  background-color: #0036A7;
}
.p-flyinglap-tsukuba .m-rider__inner {
  background-color: #F4F2EE;
}
.p-flyinglap-tsukuba .m-rider__inner * {
  color: #0036A7;
}
.p-flyinglap-tsukuba .m-comparison__inner {
  background-color: #0036A7;
}
@media screen and (min-width: 701px) {
  .p-flyinglap-tsukuba .m-bg__ph::before {
    height: 1500px;
  }
  .p-flyinglap-tsukuba .m-bg__ph:after {
    background-image: url(../img/flyinglap/mv_bg.jpg);
    height: 1500px;
    background-size: contain;
  }
  .p-flyinglap-tsukuba .m-detail__btn:hover {
    color: #0036A7 !important;
  }
  .p-flyinglap-tsukuba .m-detail__btn:hover:after {
    background: url(../img/common/ic_link_blu.svg) center center/100% auto no-repeat;
  }
  .p-flyinglap-tsukuba .m-detail__btn--wide:hover {
    color: #0036A7 !important;
  }
  .p-flyinglap-tsukuba .m-detail__btn--wide:hover:after {
    background: url(../img/common/ic_link_blu.svg) center center/100% auto no-repeat;
  }
  .p-flyinglap-tsukuba .m-flyinglap-event {
    padding-top: 200px;
  }
  .p-flyinglap-tsukuba .m-flyinglap-event__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .p-flyinglap-tsukuba .m-bg__ph::before {
    height: 1000px;
  }
  .p-flyinglap-tsukuba .m-bg__ph:after {
    background-image: url(../img/flyinglap/sp/mv_bg.jpg);
    height: 1000px;
    background-size: contain;
  }
  .p-flyinglap-tsukuba .m-flyinglap-event {
    padding-top: 100px;
  }
}

#tires {
  z-index: 4;
}

/* patches/_flyinglap-suzuka.scss
-------------------------------------------------- */
.p-flyinglap-suzuka {
  overflow-wrap: break-word;
}
.p-flyinglap-suzuka .m-flyinglap-mv {
  z-index: 2;
}
.p-flyinglap-suzuka .m-flyinglap-mv__bnr {
  background: url(../img/flyinglap/suzuka/mv_bnr.jpg) center center/cover no-repeat;
}
.p-flyinglap-suzuka .m-detail__label {
  color: #D30000;
}
.p-flyinglap-suzuka .m-detail__label--blue {
  color: #0036A7;
}
.p-flyinglap-suzuka .m-circuit * {
  background-color: #D30000;
}
.p-flyinglap-suzuka .m-rider__inner * {
  color: #D30000;
}
.p-flyinglap-suzuka .m-comparison__inner {
  background-color: #D30000;
}
.p-flyinglap-suzuka .m-comparison__explanation-wrap {
  background-color: transparent;
}
.p-flyinglap-suzuka #tires {
  z-index: 5;
}
.p-flyinglap-suzuka #movies {
  z-index: 4;
}
@media screen and (min-width: 701px) {
  .p-flyinglap-suzuka .m-bg__ph::before {
    height: 1500px;
  }
  .p-flyinglap-suzuka .m-bg__ph:after {
    background-image: url(../img/flyinglap/mv_bg.jpg);
    height: 1500px;
    background-size: contain;
  }
  .p-flyinglap-suzuka .m-detail__btn:hover {
    color: #D30000 !important;
  }
  .p-flyinglap-suzuka .m-detail__btn:hover:after {
    background: url(../img/common/ic_link_red.svg) center center/100% auto no-repeat;
  }
  .p-flyinglap-suzuka .m-detail__btn--wide:hover {
    color: #D30000 !important;
  }
  .p-flyinglap-suzuka .m-detail__btn--wide:hover:after {
    background: url(../img/common/ic_link_blu.svg) center center/100% auto no-repeat;
  }
  .p-flyinglap-suzuka .m-machine__inner {
    background: url(../img/flyinglap/suzuka/machine_img.jpg) center top/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-tires__inner {
    background: #000 url(../img/flyinglap/suzuka/tires_bg.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-tires__box {
    max-width: 596px;
  }
  .p-flyinglap-suzuka .m-tires__txt {
    margin-bottom: 45px;
  }
  .p-flyinglap-suzuka .m-circuit__ttl .m-detail__ttl--column {
    font-size: 56px;
  }
  .p-flyinglap-suzuka .m-circuit__ttl .m-detail__ttl--column small {
    font-size: 17px;
    padding-bottom: 6px;
  }
  .p-flyinglap-suzuka .m-circuit__course {
    max-width: 765px;
  }
  .p-flyinglap-suzuka .m-rider__box {
    left: 60px;
  }
  .p-flyinglap-suzuka .m-movies__box--single:nth-child(1) {
    background: url(../img/flyinglap/suzuka/movie_thum01.jpg) center top/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-movies__box--single:nth-child(2) {
    background: url(../img/flyinglap/suzuka/movie_thum02.jpg) center top/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-comparison__tires-txt {
    margin-bottom: 25px;
  }
  .p-flyinglap-suzuka .m-comparison__staff {
    margin-bottom: 67px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation {
    margin-top: 70px;
    height: 426px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation:nth-child(1) {
    background: url(../img/flyinglap/suzuka/comparison_thum01.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-comparison__explanation:nth-child(2) {
    background: url(../img/flyinglap/suzuka/comparison_thum02.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-comparison__explanation:not(:first-of-type) {
    margin-top: 50px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation-wrap {
    max-width: 710px;
    margin: 0 auto;
    padding-bottom: 122px;
  }
  .p-flyinglap-suzuka .m-flyinglap-event {
    padding-top: 200px;
  }
  .p-flyinglap-suzuka .m-flyinglap-event__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .p-flyinglap-suzuka .m-flyinglap-mv__bnr {
    background: url(../img/flyinglap/suzuka/sp/mv_bnr.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-bg__ph::before {
    height: 1000px;
  }
  .p-flyinglap-suzuka .m-bg__ph:after {
    background-image: url(../img/flyinglap/sp/mv_bg.jpg);
    height: 1000px;
    background-size: contain;
  }
  .p-flyinglap-suzuka .m-circuit__course {
    padding: 23px 30px 0;
    margin-bottom: 20px;
  }
  .p-flyinglap-suzuka .m-rider__img {
    margin-top: 60px;
  }
  .p-flyinglap-suzuka .m-machine {
    background: #C0B5AB;
  }
  .p-flyinglap-suzuka .m-machine:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 380px;
    background: url(../img/flyinglap/suzuka/sp/machine_bg.png) center bottom/cover repeat-y;
  }
  .p-flyinglap-suzuka .m-machine__inner {
    position: relative;
    z-index: 1;
    background: none;
    margin-top: 87px;
    padding-bottom: 60px;
  }
  .p-flyinglap-suzuka .m-machine__txts {
    margin-top: -55px;
    padding-top: 0;
  }
  .p-flyinglap-suzuka .m-tires__inner {
    padding: 110px 10px 60px;
    background: #000 url(../img/flyinglap/suzuka/sp/tires_bg.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-tires__img {
    margin: 0 auto 30px;
  }
  .p-flyinglap-suzuka .m-tires__txt {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .p-flyinglap-suzuka .m-movies__box--single:nth-child(1) {
    background: url(../img/flyinglap/suzuka/sp/movie_thum01.jpg) center top/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-movies__box--single:nth-child(2) {
    height: 660px;
    background: url(../img/flyinglap/suzuka/sp/movie_thum02.jpg) center top/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-movies__box-inner {
    top: -70px;
  }
  .p-flyinglap-suzuka .m-comparison__staff {
    margin-bottom: 65px;
  }
  .p-flyinglap-suzuka .m-comparison__staff-name:nth-child(2) span {
    display: block;
    margin-top: -15px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation {
    margin-top: 79px;
    height: 300px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation:nth-child(1) {
    background: url(../img/flyinglap/suzuka/sp/comparison_thum01.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-comparison__explanation:nth-child(2) {
    background: url(../img/flyinglap/suzuka/sp/comparison_thum02.jpg) center center/cover no-repeat;
  }
  .p-flyinglap-suzuka .m-comparison__explanation:not(:first-of-type) {
    margin-top: 50px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation-icn {
    width: 83px;
    height: 83px;
  }
  .p-flyinglap-suzuka .m-comparison__explanation-inner {
    gap: 15px 0;
  }
  .p-flyinglap-suzuka .m-comparison__explanation-ttl {
    letter-spacing: -0.05em;
  }
  .p-flyinglap-suzuka .m-comparison__explanation-wrap {
    padding: 0 30px 106px;
  }
  .p-flyinglap-suzuka .m-flyinglap-event {
    padding-top: 100px;
  }
}

#tires {
  z-index: 4;
}