@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Shuei Nijimi Go Kin B";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  color: #28322f;
  background-color: #c2e0df;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: .8;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

.mv {
  position: relative;
  background-image: url(/store/mybike/2023/assets/img/movie/mv.jpg);
  background-size: 100%;
  padding-top: 66.6vw;
}

.mv .mv-logo-1 {
  width: 100%;
  max-width: 367.2881px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.mv .mv-logo-2 {
  width: 100%;
  max-width: 232.2387px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.mv-under {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  padding: 60px 30px 100px;
}

.mv-under .yodogawa {
  display: flex;
  justify-content: center;
}

.mv-under .yodogawa.bottom {
  font-size: 13px;
}

.mv-under .yt iframe {
  margin: 50px auto 30px;
  display: block;
}

@media (max-width: 1140px) {
  .mv-under .yt {
    position: relative;
    width: 100%;
    /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
    height: 0;
    /* 高さは0にしておく(padding-topで高さを指定するため) */
    padding-top: 56.25%;
    /* 高さを指定(16:9) */
  }
  .mv-under .yt iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.mv-under time {
  display: block;
  margin: auto;
  max-width: 102px;
  width: 100%;
}

.gototop {
  padding: 8px 30px 20px;
  border-bottom: 10px solid #fff;
  background-color: #d6cdbf;
}

.gototop a {
  display: block;
  width: 161.1368px;
  margin: auto;
}

footer {
  position: relative;
  background-color: #28322f;
}

footer a {
  color: #fff;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 100px 20px 50px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 195.7812px;
}

footer .footer__left img.twitter {
  width: 40.6538px;
}

footer .footer__left img.facebook {
  width: 35.5264px;
}

footer .footer__left img.line {
  width: 37.3942px;
}

footer .footer__right {
  width: 700px;
  margin: 0 0 5px 100px;
  align-items: flex-end;
}

footer .footer__right > a {
  display: flex;
  align-items: center;
}

footer .footer__right > a span.imgWrap {
  display: flex;
  align-items: center;
}

footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__right img.kansou {
  width: 25.2491px;
}

footer .footer__right img.home {
  width: 42px;
}

footer .footer__right img.mail {
  width: 23.2297px;
}

footer .footer__right img.toStore {
  width: 22.9539px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 60px;
  font-size: 14px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__links {
  padding-bottom: 15px;
}

footer .footer__bottom__links span {
  display: inline-block;
  color: #fff;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 1140px) {
  footer .footer__right {
    margin-left: 50px;
  }
}

@media (max-width: 990px) {
  footer br.sp {
    display: block;
  }
  footer .hobonichi.pc {
    display: none;
  }
  footer .hobonichi.sp {
    display: block;
  }
  footer .footer__inner {
    padding: 50px 15px;
    align-items: flex-end;
    flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 13px;
  }
  footer .footer__left {
    width: 100%;
    justify-content: center;
  }
  footer .footer__left a:nth-of-type(2) {
    margin: 0 20%;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    flex-wrap: wrap;
    align-items: initial;
    width: 100%;
    margin: 40px 0 0;
    overflow: hidden;
  }
  footer .footer__right a {
    margin: 16px 0;
    width: 50%;
    justify-content: center;
  }
  footer .footer__right a:nth-of-type(1) {
    transform: translateX(-29px);
  }
  footer .footer__right a span.imgWrap {
    display: inline-block;
    width: 32px;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 20.7px;
  }
  footer .footer__right img.home {
    width: 31.8px;
  }
  footer .footer__right img.mail {
    width: 23.2297px;
  }
  footer .footer__right img.toStore {
    width: 22.9539px;
  }
  footer .footer__bottom {
    margin: 30px 0 0;
    line-height: 17px;
    text-align: left;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links {
    line-height: 2;
  }
  footer .footer__bottom__links a {
    margin-top: 10px;
  }
  footer .footer__bottom__links a:first-of-type {
    margin-top: 0;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  .mv {
    background-size: 250%;
    background-position: 53% top;
    padding-top: 166vw;
  }
  .mv .mv-logo-1 {
    width: 64%;
  }
  .mv .mv-logo-2 {
    width: 48%;
  }
  .mv-under {
    padding: 30px 0;
  }
  .mv-under .yodogawa {
    padding: 0 20px 30px;
  }
  .mv-under .yodogawa.bottom {
    padding: 20px 20px 0;
  }
  .mv-under .yt iframe {
    margin: 0;
  }
  .mv-under time {
    margin-top: 10px;
  }
  .gototop a {
    max-width: 161.1368px;
    width: 45%;
  }
}
