@charset "UTF-8";

/* ----------------------------------------------------------------
    Common
----------------------------------------------------------------- */
p, ul, dl {
  margin: 0;
}
.row-fluid .row-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 860px) {
  .row-fluid .row-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: hidden;
  }
}

/* .kh-hdg
----------------------------------------------- */
.kh-hdg {
  margin-bottom: 68px;
  text-align: center;
}
.kh-hdg {
  margin-bottom: 56px;
}
.kh-hdg_sub {
  display: block;
  margin-bottom: 14px;
  color: #eac52d;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 700;
}
.kh-hdg_sub.-color-02 {
  color: #50b2bc;
}
.kh-hdg-l2 {
  position: relative;
  display: inline-block;
  padding: 0 32px;
  margin: 0 auto;
  color: #237ec9;
  font-size: 4.4rem;
  line-height: 1.4318181818;
  font-weight: 400;
}
.kh-hdg-l2::before,
.kh-hdg-l2::after {
  content: "";
  position: absolute;
  bottom: 7px;
  display: block;
  width: 26px;
  height: 40px;
  background: url('/content/dam/yayoi-corp/keirinohi/2022/img/icon-hdg.svg') no-repeat center center;
}
.kh-hdg-l2::before {
  left: -2px;
}
.kh-hdg-l2::after {
  right: -2px;
  transform: scale(-1, 1);
}
.kh-hdg-l2_text {
  background: -webkit-linear-gradient(transparent 80%, #fcf5d9 0%);
  background: linear-gradient(transparent 80%, #fcf5d9 0%);
}
.kh-hdg-l2_version {
  margin-left: 12px;
}

@media only screen and (max-width: 860px) {
  .kh-hdg {
    margin-bottom: 36px;
  }
  .kh-hdg_sub {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .kh-hdg-l2 {
    font-size: 2.7rem;
    padding: 0 22px;
  }
  .kh-hdg-l2::before,
  .kh-hdg-l2::after {
    width: 20px;
    height: 31px;
  }
  .kh-hdg-l2_text {
    font-size: 2.6rem;
  }
  .kh-hdg-l2_version {
    margin-left: 0;
    display: block;
  }
}

/* .kh-btn_link 
----------------------------------------------- */
.kh-btn_link {
  position: relative;
  display: inline-block;
  min-width: 274px;
  padding: 12px 84px;
  background-color: #eac52d;
  border: 1px solid #b69200;
  border-radius: 100vw;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.3;
  transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
}
.kh-btn_link::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url('/content/dam/yayoi-corp/keirinohi/2022/img/icon-link-02.svg') no-repeat center center;
}
.kh-btn_link.-white {
  background-color: #fff;
  border-color: #333;
}
.kh-btn_text > img {
  margin-left: 6px;
  vertical-align: middle;
}
.kh-btn_link:not(.-disabled):hover,
.kh-btn_link:not(.-disabled):active,
.kh-btn_link:not(.-disabled):focus {
  color: inherit;
  opacity: .7;
}
.kh-btn_link.-disabled {
  background: #767676;
  border-color: #565656;
  color: #fff;
}
.kh-btn_link.-disabled::before {
  display: none;
}

@media only screen and (max-width: 860px) {
  .kh-btn_link {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 46px;
    padding-right: 46px;
  }
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
/* .kh-mv
----------------------------------------------- */
.kh-mv {
  background-image: url(/content/dam/yayoi-corp/keirinohi/2022/img/index-bg-01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kh-mv_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0 170px;
}
.kh-mv_title {
  min-height: 474px;
  position: relative;
  margin: 0 200px;
}
.kh-mv_hdg-l1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: mv-hdg-img 0.25s both;
  animation: mv-hdg-img 0.25s both;
}

@-webkit-keyframes mv-hdg-img {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(0.75, 0.75);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes mv-hdg-img {
  from {
    animation-timing-function: linear;
    transform: scale(0.75, 0.75);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: scale(1, 1);
    opacity: 1;
  }
}

.kh-mv_title > span {
  position: absolute;
}
.kh-mv_title > span img {
  min-width: 84px;
}
.kh-mv_icon-01 {
  top: 0;
  left: -30px;
}
.kh-mv_icon-02 {
  top: 0;
  right: -24px;
}
.kh-mv_icon-03 {
  top: 160px;
  left: -170px;
}
.kh-mv_icon-04 {
  top: 174px;
  right: -150px;
}
.kh-mv_icon-05 {
  bottom: 0;
  left: -98px;
}
.kh-mv_icon-06 {
  bottom: 0;
  right: -40px;
}
.kh-mv_icon-01.kh-mv_animation {
  -webkit-animation: mv-icon-01 0.7s both;
  animation: mv-icon-01 0.7s both;
}

@-webkit-keyframes mv-icon-01 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(100px, 50px);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(100px, 50px);
    opacity: 0;
  }
}

@keyframes mv-icon-01 {
  from {
    animation-timing-function: linear;
    transform: translate(100px, 50px);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(100px, 50px);
    opacity: 0;
  }
}

.kh-mv_icon-02.kh-mv_animation {
  -webkit-animation: mv-icon-02 0.7s both;
  animation: mv-icon-02 0.7s both;
}

@-webkit-keyframes mv-icon-02 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(-100px, 50px);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(-100px, 50px);
    opacity: 0;
  }
}

@keyframes mv-icon-02 {
  from {
    animation-timing-function: linear;
    transform: translate(-100px, 50px);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(-100px, 50px);
    opacity: 0;
  }
}

.kh-mv_icon-03.kh-mv_animation {
  -webkit-animation: mv-icon-03 0.9s both;
  animation: mv-icon-03 0.9s both;
}

@-webkit-keyframes mv-icon-03 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(100px, 0);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(100px, 0);
    opacity: 0;
  }
}

@keyframes mv-icon-03 {
  from {
    animation-timing-function: linear;
    transform: translate(100px, 0);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(100px, 0);
    opacity: 0;
  }
}

.kh-mv_icon-04.kh-mv_animation {
  -webkit-animation: mv-icon-04 0.9s both;
  animation: mv-icon-04 0.9s both;
}

@-webkit-keyframes mv-icon-04 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(-100px, 0);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(-100px, 0);
    opacity: 0;
  }
}

@keyframes mv-icon-04 {
  from {
    animation-timing-function: linear;
    transform: translate(-100px, 0);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(-100px, 0);
    opacity: 0;
  }
}

.kh-mv_icon-05.kh-mv_animation {
  -webkit-animation: mv-icon-05 1.1s both;
  animation: mv-icon-05 1.1s both;
}

@-webkit-keyframes mv-icon-05 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(100px, -50px);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(100px, -50px);
    opacity: 0;
  }
}

@keyframes mv-icon-05 {
  from {
    animation-timing-function: linear;
    transform: translate(100px, -50px);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(100px, -50px);
    opacity: 0;
  }
}

.kh-mv_icon-06.kh-mv_animation {
  -webkit-animation: mv-icon-06 1s both;
  animation: mv-icon-06 1s both;
}

@-webkit-keyframes mv-icon-06 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(-100px, -50px);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(-100px, -50px);
    opacity: 0;
  }
}

@keyframes mv-icon-06 {
  from {
    animation-timing-function: linear;
    transform: translate(-100px, -50px);
    opacity: 0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(10px, 0);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(-100px, -50px);
    opacity: 0;
  }
}

.kh-mv_animation2 img {
  -webkit-animation: shaking-01 2s both infinite;
  animation: shaking-01 2s both infinite;
}

@-webkit-keyframes shaking-01 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  24% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 5px);
    opacity: 1;
  }
}

@keyframes shaking-01 {
  from {
    animation-timing-function: linear;
    transform: translate(0, 0);
    opacity: 1;
  }
  to {
    animation-timing-function: linear;
    transform: translate(0, 0);
    opacity: 1;
  }
  24% {
    animation-timing-function: linear;
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    animation-timing-function: linear;
    transform: translate(0, 5px);
    opacity: 1;
  }
}

.kh-mv_icon-02.kh-mv_animation2 img,
.kh-mv_icon-03.kh-mv_animation2 img,
.kh-mv_icon-06.kh-mv_animation2 img {
  -webkit-animation: shaking-02 2s both infinite;
  animation: shaking-02 2s both infinite;
}

@-webkit-keyframes shaking-02 {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  24% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 5px);
    opacity: 1;
  }
  50% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes shaking-02 {
  from {
    animation-timing-function: linear;
    transform: translate(0, 0);
    opacity: 1;
  }
  to {
    animation-timing-function: linear;
    transform: translate(0, 0);
    opacity: 1;
  }
  24% {
    animation-timing-function: linear;
    transform: translate(0, 5px);
    opacity: 1;
  }
  50% {
    animation-timing-function: linear;
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    animation-timing-function: linear;
    transform: translate(0, -5px);
    opacity: 1;
  }
}

.kh-mv_detail {
  margin-bottom: 47px;
}
.kh-mv_text {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 54px;
}
.kh-mv_text:last-child {
  margin-bottom: 0;
}
.kh-mv_text > sup {
  vertical-align: 2px;
}

@media only screen and (max-width: 860px) {
  .kh-mv {
    background-position: initial;
  }
  .kh-mv_inner {
    padding: 25px 15px 100px;
  }
  .kh-mv_title {
    min-height: 490px;
    max-width: 345px;
    margin: 0 auto 20px;
  }
  .kh-mv_hdg-l1 img {
    bottom: 10px;
  }
  .kh-mv_title > span img {
    max-width: 84px;
  }
  .kh-mv_icon-01 {
    top: 10%;
    left: 0;
  }
  .kh-mv_icon-02 {
    top: 0;
    right: 39.5%;
  }
  .kh-mv_icon-03 {
    top: auto;
    bottom: 8%;
    left: 0;
  }
  .kh-mv_icon-04 {
    top: 8%;
    right: 4%;
  }
  .kh-mv_icon-05 {
    bottom: 0;
    left: 35%;
  }
  .kh-mv_icon-06 {
    bottom: 6%;
    right: 5%;
  }
  .kh-mv_icon-01.kh-mv_animation {
    -webkit-animation: mv-icon-01-sp 0.7s both;
    animation: mv-icon-01-sp 0.7s both;
  }

  @-webkit-keyframes mv-icon-01-sp {
    from {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(60px, 60px);
      opacity: 0;
    }
    to {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(60px, 60px);
      opacity: 0;
    }
  }

  @keyframes mv-icon-01-sp {
    from {
      animation-timing-function: linear;
      transform: translate(60px, 60px);
      opacity: 0;
    }
    to {
      animation-timing-function: linear;
      transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      animation-timing-function: linear;
      transform: translate(60px, 60px);
      opacity: 0;
    }
  }

  .kh-mv_icon-02.kh-mv_animation {
    -webkit-animation: mv-icon-02-sp 0.7s both;
    animation: mv-icon-02-sp 0.7s both;
  }

  @-webkit-keyframes mv-icon-02-sp {
    from {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(0, 60px);
      opacity: 0;
    }
    to {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(0, 60px);
      opacity: 0;
    }
  }

  @keyframes mv-icon-02-sp {
    from {
      animation-timing-function: linear;
      transform: translate(0, 60px);
      opacity: 0;
    }
    to {
      animation-timing-function: linear;
      transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      animation-timing-function: linear;
      transform: translate(0, 60px);
      opacity: 0;
    }
  }

  .kh-mv_icon-04.kh-mv_animation {
    -webkit-animation: mv-icon-04-sp 0.7s both;
    animation: mv-icon-04-sp 0.7s both;
  }

  @-webkit-keyframes mv-icon-04-sp {
    from {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(-60px, 60px);
      opacity: 0;
    }
    to {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(-60px, 60px);
      opacity: 0;
    }
  }

  @keyframes mv-icon-04-sp {
    from {
      animation-timing-function: linear;
      transform: translate(-60px, 60px);
      opacity: 0;
    }
    to {
      animation-timing-function: linear;
      transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      animation-timing-function: linear;
      transform: translate(-60px, 60px);
      opacity: 0;
    }
  }

  .kh-mv_icon-03.kh-mv_animation {
    -webkit-animation: mv-icon-03-sp 0.7s both;
    animation: mv-icon-03-sp 0.7s both;
  }

  @-webkit-keyframes mv-icon-03-sp {
    from {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(60px, -60px);
      opacity: 0;
    }
    to {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(60px, -60px);
      opacity: 0;
    }
  }

  @keyframes mv-icon-03-sp {
    from {
      animation-timing-function: linear;
      transform: translate(60px, -60px);
      opacity: 0;
    }
    to {
      animation-timing-function: linear;
      transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      animation-timing-function: linear;
      transform: translate(60px, -60px);
      opacity: 0;
    }
  }

  .kh-mv_icon-05.kh-mv_animation {
    -webkit-animation: mv-icon-05-sp 0.7s both;
    animation: mv-icon-05-sp 0.7s both;
  }

  @-webkit-keyframes mv-icon-05-sp {
    from {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(0, -60px);
      opacity: 0;
    }
    to {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(0, -60px);
      opacity: 0;
    }
  }

  @keyframes mv-icon-05-sp {
    from {
      animation-timing-function: linear;
      transform: translate(0, -60px);
      opacity: 0;
    }
    to {
      animation-timing-function: linear;
      transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      animation-timing-function: linear;
      transform: translate(0, -60px);
      opacity: 0;
    }
  }

  .kh-mv_icon-06.kh-mv_animation {
    -webkit-animation: mv-icon-06-sp 0.7s both;
    animation: mv-icon-06-sp 0.7s both;
  }

  @-webkit-keyframes mv-icon-06-sp {
    from {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(-60px, -60px);
      opacity: 0;
    }
    to {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      -webkit-animation-timing-function: linear;
      -webkit-transform: translate(-60px, -60px);
      opacity: 0;
    }
  }

  @keyframes mv-icon-06-sp {
    from {
      animation-timing-function: linear;
      transform: translate(-60px, -60px);
      opacity: 0;
    }
    to {
      animation-timing-function: linear;
      transform: translate(10px, 0);
      opacity: 1;
    }
    50% {
      animation-timing-function: linear;
      transform: translate(-60px, -60px);
      opacity: 0;
    }
  }

  .kh-mv_detail {
    margin-bottom: 30px;
  }
  .kh-mv_text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

/* .kh-modal
----------------------------------------------- */
.kh-modal {
  margin-bottom: 50px;
}
.kh-modal_btn {
  display: inline-block;
  min-width: 160px;
  padding: 3px 10px 5px;
  border-radius: 100vw;
  font-size: 1.8rem;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
  background-color: #fff;
  border: 1px solid #333;
  position: relative;
}
.kh-modal_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg) translateY(-50%);
}
.kh-modal_btn:hover,
.kh-modal_btn:focus,
.kh-modal_btn:active {
  color: #333;
  opacity: .75;
}
.kh-modal_box {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.kh-modal_lead {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #237ec9;
}
.kh-modal_text {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 20px;
}
.kh-modal_text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 860px) {
  .kh-modal {
    margin-bottom: 30px;
  }
  .kh-modal_lead {
    font-size: 2.2rem;
  }
  .kh-modal_text {
    font-size: 1.6rem;
  }
}

/* .kh-relation
----------------------------------------------- */
.kh-relation {
  padding: 100px 10px 20px;
}
.kh-relation_bg {
  position: relative;
  overflow: hidden;
}
.kh-relation_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url('/content/dam/yayoi-corp/keirinohi/2022/img/index-bg-04.png') no-repeat center center/ cover;
}
.kh-relation_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.kh-relation_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  text-align: left;
}
.kh-relation_num {
  position: absolute;
  right: 32px;
  bottom: 60px;
  z-index: -1;
}
.kh-relation_contentWrap:last-of-type {
  margin-bottom: 0;
}
.kh-relation_detail {
  position: relative;
  width: 57.1666666666%;
  padding-bottom: 60px;
}
.kh-relation_detail::before {
  width: calc(100vw + 100% + 112px);
  height: calc(100% - 28px);
  background-color: #f1f9fd;
  position: absolute;
  content: "";
  top: 28px;
  left: -100vw;
  z-index: -1;
}
.kh-relation_title {
  font-size: 3.4rem;
  line-height: 1.5;
  color: #49aab2;
  margin-bottom: 30px;
  font-weight: 400;
}
.kh-relation_contentSub {
  font-size: 3rem;
  color: #237ec9;
  margin-bottom: 36px;
  margin-top: -18px;
}
.kh-relation_text {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  margin-bottom: 30px;
}
.kh-relation_image {
  width: 40.3333333333%;
}
.kh-relation_content:nth-child(2n) {
  flex-flow: row-reverse;
}
.kh-relation_content:nth-child(2n) .kh-relation_detail::before {
  right: -100vw;
  left: auto;
}

@media only screen and (max-width: 860px) {
  .kh-relation {
    padding: 60px 15px;
  }
  .kh-relation_bg::before {
    background-image: url('/content/dam/yayoi-corp/keirinohi/2022/img/index-bg-04_sp.png');
  }
  .kh-relation_content {
    flex-direction: column;
    margin-bottom: 52px;
  }
  .kh-relation_content:last-child {
    margin-bottom: 0;
  }
  .kh-relation_num {
    max-width: 36.5%;
    right: 0;
    bottom: 102px;
  }  
  .kh-relation_detail {
    width: 100%;
    padding-bottom: 32px;
  }
  .kh-relation_detail::before {
    height: 128%;
    top: 16px;
  }
  .kh-relation_title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .kh-relation_contentSub {
    font-size: 3rem;
    margin-bottom: 36px;
    margin-top: -18px;
  }
  .kh-relation_text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .kh-relation_image {
    width: 100%;
  }
  .kh-relation_image img {
    width: 100%;
  }
  .kh-relation_content:nth-child(2n) {
    flex-flow: column;
  }
  .kh-relation_content:nth-child(2n) .kh-relation_detail::before {
    right: -100vw;
    left: auto;
  }
  .kh-relation_content.-reverse .kh-relation_image {
    transform: translateX(-10px);
  }
}

/* .kh-info
----------------------------------------------- */
.kh-info {
  background-color: #ebf6fc;
}
.kh-info_inner {
  position: relative;
  top: -30px;
  padding: 0 15px;
}
.kh-info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 976px;
  margin: 0 auto;
}
.kh-info_item {
  position: relative;
  width: 100%;
  max-width: 31.7622950819%;
}
.kh-info_item:nth-child(n+4) {
  margin-top: 22px;
}
.kh-info_link {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 14px 12px 34px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  transition: border-color .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 0 15px rgb(0 0 0 / .1);
}
.kh-info_link:not(.-disabled):hover,
.kh-info_link:not(.-disabled):active,
.kh-info_link:not(.-disabled):focus {
  border-color: #237ec9;
  color: inherit;
  box-shadow: none;
}
.kh-info_link:hover img,
.kh-info_link:active img,
.kh-info_link:focus img {
  opacity: inherit;
}
.kh-info_link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 24px;
  background-color: #237ec9;
  border-radius: 0 0 10px 10px;
}
.kh-info_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: url('/content/dam/yayoi-corp/keirinohi/2022/img/icon-link-03.svg') no-repeat center center;
}
.kh-info_label {
  position: absolute;
  top: -1px;
  left: -1px;
  max-width: calc(100% - 12px);
  padding: 4px 9px;
  background-color: #eac52d;
  border-radius: 10px 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.4166666666;
  text-align: left;
}
.kh-info_label.-color-02 {
  color: #fff;
  background-color: #50b2bc;
}
.kh-info_title {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kh-info_title > * {
  font-weight: inherit;
}
.kh-info_media {
  margin-bottom: 10px;
  text-align: center;
}
.kh-info_end {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51,51,51,.8);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.kh-info_end-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: solid 1px #fff;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
.kh-info_end-icon > span {
  display: block;
}
.kh-info_end-icon small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 860px) {
  .kh-info {
    background: -webkit-linear-gradient(top, #ebf6fc 90%, transparent 90%);
    background: linear-gradient(to bottom, #ebf6fc 90%, transparent 90%);
  }
  .kh-info_inner {
    top: -30px;
  }
  .kh-info_item {
    max-width: 100%;
    width: 48.7%;
    margin-bottom: 10px;
  }
  .kh-info_item:nth-child(n+4) {
    margin-top: 0;
  }
  .kh-info_item:last-child {
    margin-bottom: 10px;
  }
  .kh-info_link {
    padding: 14px 8px 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
  }
  .kh-info_link::before,
  .kh-info_link::after {
    height: 14px;
  }
  .kh-info_link::before {
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
  }
  .kh-info_link::after {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .kh-info_label {
    padding: 4px 6px;
    font-size: 1rem;
  }
  .kh-info_title {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .kh-info_media {
    margin-bottom: 5px;
  }
  .kh-info_end {
    font-size: 1.1rem;
  }
  .kh-info_end-icon {
    margin-bottom: 14px;
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .kh-info_end-icon small {
    font-size: 1.2rem;
  }
  .kh-info_break {
    display: block;
  }
}

/* .kh-status
----------------------------------------------- */
.kh-status {
  border-top: 1px solid #e2f4fd;
  border-bottom: 1px solid #e2f4fd;
  padding: 84px 10px 118px;
  background: repeating-linear-gradient(45deg, #f1f9fd, #f1f9fd 3px, #fff 3px, #fff 6px);
}
.kh-status_inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 860px) {
  .kh-status {
    padding: 60px 15px 52px;
  }
}

/* .kh-lead
----------------------------------------------- */
.kh-lead {
  margin-bottom: 60px;
  font-size: 2.0rem;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .kh-lead {
    font-size: 1.6rem;
  }
}

/* .kh-box
----------------------------------------------- */
.kh-box {
  margin-bottom: 68px;
  background-color: #fff;
  border: 1px solid #e2f4fd;
}
.kh-box_inner {
  padding: 55px 80px 70px;
}
.kh-box_inner > *:first-child {
  margin-top: 0;
}
.kh-box_inner > *:last-child {
  margin-bottom: 0;
}
.kh-box_hdg-l3 {
  margin-bottom: 56px;
  color: #50b2bc;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .kh-box {
    margin-bottom: 18px;
  }
  .kh-box_inner {
    padding: 46px 20px 12px;
  }
  .kh-box_hdg-l3 {
    margin-bottom: 38px;
    font-size: 2.2rem;
  }
  .kh-box_inner > *:last-child {
    margin-bottom: 28px;
  }
}

/* .kh-faq
----------------------------------------------- */
.kh-faq {
  margin-bottom: 44px;
}
.kh-faq_hdg-l4 {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
  color: #237ec9;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}
.kh-faq_hdg-icon {
  margin-right: 13px;
}
.kh-faq_content {
  display: flex;
  align-items: center;
}
.kh-faq_content.-full {
  flex-direction: column;
}
.kh-faq_media {
  width: calc((100% - 62px) / 2);
  margin-right: 62px;
  text-align: center;
}
.kh-faq_content.-full .kh-faq_media {
  width: 100%;
  margin: 0 0 40px;
}
.kh-faq_comment {
  position: relative;
  width: 46.8208092485%;
  background-color: #f3f9fc;
  padding: 25px 27px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  text-align: left;
}
.kh-faq_comment.-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 10px solid #dbdbdb;
  border-bottom: 7px solid transparent;
}
.kh-faq_content.-full .kh-faq_comment {
  width: 100%;
}
.kh-faq_content.-full .kh-faq_comment.-bubble::before {
  top: -13px;
  left: 0;
  right: 0;
  bottom: initial;
  transform: rotate(90deg);
}
.kh-faq_list > *:last-child {
  margin-bottom: 0;
}
.kh-faq_item {
  position: relative;
  padding-left: 13px;
  margin-bottom: 18px;
}
.kh-faq_item::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #eac52d;
  border-radius: 50%;
}
.kh-faq_answer {
  margin-bottom: 14px;
}
.kh-faq_answer:last-child {
  margin-bottom: 0;
}
.kh-faq_answer > *:last-child {
  margin-bottom: 0;
}
.kh-faq_title {
  margin-bottom: 10px;
  color: #237ec9;
  font-size: 1.8rem;
  font-weight: 700;
}
.kh-faq_text {
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px;
  font-size: 1.6rem;
  line-height: 1.6111111111;
}
.kh-faq_text::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #eac52d;
  border-radius: 50%;
}

@media only screen and (max-width: 860px) {
  .kh-faq {
    margin-bottom: 28px;
  }
  .kh-faq_hdg-l4 {
    margin-bottom: 22px;
    font-size: 1.8rem;
  }
  .kh-faq_hdg-icon {
    width: 28px;
  }
  .kh-faq_media {
    width: 100%;
    margin-bottom: 26px;
  }
  .kh-faq_content {
    display: block;
  }
  .kh-faq_content > *:last-child,
  .kh-faq_content.-full > *:last-child {
    margin-bottom: 0;
  }
  .kh-faq_comment {
    width: 100%;
    padding: 20px 18px;
  }
  .kh-faq_comment.-bubble::before {
    top: -13px;
    left: 0;
    right: 0;
    bottom: initial;
    transform: rotate(90deg);
  }
  .kh-faq_item {
    margin-bottom: 20px;
  }
  .kh-faq_title {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .kh-faq_text {
    margin-bottom: 20px;
  }
}

/* .kh-faq_column
----------------------------------------------- */
.kh-faq_column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
  text-align: left;
}
.kh-faq_columnLeft,
.kh-faq_columnRight {
  width: 46.6281310211%;
}
.kh-faq_columnRight .kh-faq {
  margin-bottom: 0;
}

@media only screen and (max-width: 860px) {
  .kh-faq_column {
    display: block;
    margin-bottom: 0;
  }
  .kh-faq_columnLeft,
  .kh-faq_columnRight {
    width: 100%;
  }
  .kh-faq_columnRight .kh-faq {
    margin-bottom: 28px;
  }
  .kh-faq_columnItem {
    margin-bottom: 28px;
  }
  .kh-faq_columnItem:last-child {
    margin-bottom: 0;
  }
}

/* .kh-desc
----------------------------------------------- */
.kh-desc {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  padding: 0 10px;
}
.kh-desc_item {
  display: flex;
  justify-content: flex-end;
}
.kh-desc_title {
  position: relative;
  padding-right: 16px;
}
.kh-desc_title::before {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 860px) {
  .kh-desc {
    margin-bottom: 52px;
    font-size: 1.0rem;
  }
}

/* .kh-talk
----------------------------------------------- */
.kh-talk {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  padding: 0 10px;
}
.kh-talk_content {
  flex: 1;
  min-width: 46%;
}
.kh-talk_hdg-l3 {
  margin-bottom: 12px;
  color: #49aab2;
  font-size: 3.2rem;
  line-height: 1.59375;
  font-weight: 400;
}
.kh-talk_sub {
  display: block;
  margin-bottom: 28px;
  color: #237ec9;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.kh-talk_text {
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.6111111111;
}
.kh-talk_media {
  margin-right: 58px;
  text-align: center;
}
.kh-talk_media img {
  width: 100%;
}

@media only screen and (max-width: 860px) {
  .kh-talk {
    flex-direction: column;
  }
  .kh-talk_content {
    margin-bottom: 32px;
  }
  .kh-talk_hdg-l3 {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }
  .kh-talk_sub {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .kh-talk_text {
    margin-bottom: 28px;
    font-size: 1.6rem;
  }
  .kh-talk_media {
    margin-right: 0;
  }
}

/* .kh-present
----------------------------------------------- */
.kh-present {
  padding: 82px 10px 120px;
}
.kh-present.kh-bg-02 {
  background-image: url(/content/dam/yayoi-corp/keirinohi/2022/img/index-bg-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.kh-present_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.kh-present_text {
  margin-bottom: 52px;
}
.kh-present_image {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.kh-present_image_end {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51,51,51,.8);
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.kh-present_image_end > span {
  display: block;
  margin-bottom: 16px;
}
.ge-tbl.-present {
  border-top: 1px solid #cccccc;
  margin-bottom: 70px;
}
.ge-tbl.-present th {
  background-color: #f1f9fd;
  color: #237ec9;
}
.ge-tbl.-present th,
.ge-tbl.-present td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.ge-tbl.-present td > .ge-list-bullet > li::before {
  background-color: #eac52d;
}

@media only screen and (max-width: 860px) {
  .kh-present {
    padding: 60px 15px 80px;
  }
  .kh-present.kh-bg-02 {
    background-position: right top 150px;
  }
  .ge-tbl.-present {
    border-top: 1px solid #cccccc;
    margin-bottom: 30px;
  }
  .kh-present_image_end {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .kh-present_image_end > span {
    margin-bottom: 12px;
  }
}

/* .kh-backnumber
----------------------------------------------- */
.kh-backnumber {
  padding: 82px 10px 120px;
  background-color: #f1f9fd;
}
.kh-backnumber_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.kh-backnumber_box {
  padding: 75px 10px;
  background-image: url(/content/dam/yayoi-corp/keirinohi/2022/img/index-bg-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.kh-backnumber_box .kh-hdg {
  margin-bottom: 35px;
}
.kh-backnumber_box .kh-back_text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 860px) {
  .kh-backnumber {
    padding: 30px 10px 30px;
  }
  .kh-backnumber_box .kh-hdg {
    margin-bottom: 20px;
  }
  .kh-backnumber_box .kh-back_text {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}