@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300;1,400&display=swap");
* {
  min-height: 0%;
  box-sizing: border-box;
}

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

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

a:hover {
  opacity: .8;
}

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

.pc {
  display: block;
}

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

.sp {
  display: none;
}

.price .num {
  font-size: 26px;
}

.price .tax {
  font-size: 12px;
}

.related {
  display: none;
  max-width: 1160px;
  margin: auto;
  padding: 50px 30px;
}

.related .related-ttl {
  font-size: 28px;
  margin-bottom: 20px;
}

.related .swiper {
  overflow: hidden;
  position: relative;
  padding-right: 54px;
}

.related .swiper-button-next,
.related .swiper-button-prev {
  height: 100%;
  top: 0;
  left: initial;
  right: 0;
  margin: 0;
  cursor: pointer;
  border-left: 1px solid #604C3F;
  background-color: #dad1c3;
}

.related .swiper-button-next::after,
.related .swiper-button-prev::after {
  content: none;
}

.related .swiper-button-next::before,
.related .swiper-button-prev::before {
  content: '';
  background-image: url(/books/ohagichan_shop/assets/img/btn-swiper2.svg);
  background-size: contain;
  width: 12px;
  height: 22.2222px;
}

.related .swiper-button-prev {
  right: initial;
  left: 0;
  transform: rotate(180deg);
}

.related .swiper-button-next.swiper-button-disabled, .related .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.related.relatedCotents .related-ttl {
  width: 134px;
}

.related.relatedProducts .related-ttl {
  width: 82px;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear {
  display: none;
}

/* youtube設定 */
.yt-area {
  position: fixed;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
.yt-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.yt {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
.yt-mask {
  position: absolute;
  z-index: -1;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #28322f;
  color: #fff;
  z-index: 11;
  display: none;
}

header a {
  color: #fff;
}

header a:link, header a:visited {
  color: #fff;
  text-decoration: none;
}

header a:hover, header a:active, header a:focus {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  padding: 15px 30px;
  margin: auto;
}

header .header-left h1 img {
  width: 146px;
}

header .header-right {
  display: flex;
  align-items: center;
}

header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

header .header-right a span {
  padding-left: 10px;
}

header .header-right a:nth-of-type(1) img {
  width: 30px;
}

header .header-right a:nth-of-type(2) img {
  width: 16px;
}

header .header-right a:nth-of-type(3) {
  margin-right: 0;
}

header .header-right a:nth-of-type(3) img {
  width: 21.5px;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-size: 30px;
}

.loading.loaded {
  display: none;
}

.picSlide {
  max-width: 100vw;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.picSlide .swiper {
  width: 100%;
  height: 100%;
}

.picSlide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.picSlide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picSlide .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.picSlide .swiper-slide {
  background-size: cover;
  background-position: center;
}

.picSlide .mySwiper2 {
  height: 80%;
  width: 55vw;
  position: relative;
}

.picSlide .mySwiper2 .swiper-slide {
  width: 55vw;
}

.picSlide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picSlide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  border: 1px solid #000;
}

.picSlide .swiper-pagination-bullet-active {
  background: #000;
}

.picSlide .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -33px;
}

.picSlide .swiper-button-prev::after,
.picSlide .swiper-button-next::after {
  content: none;
}

.picSlide .swiper-button-prev {
  left: initial;
  right: 80%;
}

.picSlide .swiper-button-next {
  right: initial;
  left: 80%;
}

.mibke-contnet {
  background-color: #fff;
}

.mv {
  position: relative;
}

.mv .mv-logo-lefttop {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 232.2387px;
  width: 100%;
  z-index: 1;
}

.mv .mv-logo-lefttopUnder {
  position: absolute;
  top: 56px;
  left: 0;
  max-width: 406.336px;
  width: 100%;
  z-index: 1;
}

.mv .mv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 386px;
  width: 100%;
  z-index: 1;
}

.mv .mv-yt {
  position: relative;
  /*ローディング画像などを表示す際の基点とするため指定*/
  height: 100vh;
  /*高さを全画面にあわせる*/
  text-align: center;
  color: #fff;
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background: url("../img/movie.jpg") no-repeat;
  background-size: cover;
}

.mv .videoWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  overflow: hidden;
}

.mv .videoWrap video {
  min-width: 100vw;
  min-height: 100vh;
}

.mv-under {
  padding: 80px 30px;
  background-color: #c6e4e3;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.mv-under .mv-under-inner {
  margin: auto;
  max-width: 504px;
}

.mv-under .yodogawa {
  line-height: 1.78;
}

.mv-under img {
  max-width: 423.7432px;
  width: 100%;
}

.about {
  padding: 28px 10px;
  border-bottom: 10px solid #fff;
  background-color: #f2be3e;
}

.about a {
  display: block;
  width: 372.1731px;
  margin: auto;
}

.spCnt {
  border-top: 10px solid #fff;
  background-color: #dad1c3;
  padding: 70px 30px;
}

.spCnt .spCnt-ttl {
  margin: 0 auto -15px;
  max-width: 266.208px;
  width: 100%;
}

.spCnt .spCnt-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.spCnt .spCnt-items a {
  max-width: 333px;
  margin: 70px 50px 0;
}

.spCnt .spCnt-items-pic {
  position: relative;
}

.spCnt .spCnt-items-pic .no {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 44.1045px;
  width: auto;
}

.spCnt .spCnt-items-txt {
  padding-top: 17px;
}

.spCnt .spCnt-items-txt p {
  letter-spacing: 0;
}

.spCnt .spCnt-items-txt p:nth-of-type(1) {
  font-size: 15px;
  padding-bottom: 5px;
}

.spCnt .spCnt-items-txt p:nth-of-type(2) {
  font-size: 25px;
}

.bike {
  background-color: #fff;
  padding: 90px 30px;
  text-align: center;
}

.bike .bike-sec {
  max-width: 1200px;
  margin: 0 auto 150px;
}

.bike .bike-sec--friends {
  max-width: 1230px;
  margin-bottom: 30px;
}

.bike .bike-sec--friends .bike-sec-header {
  margin-bottom: -80px;
}

.bike .bike-sec-header {
  padding-bottom: 10px;
  margin: auto;
  max-width: 1200px;
}

.bike .bike-sec-header-ttl {
  width: 100%;
  margin: auto;
}

.bike .bike-sec-header-ttl--1 {
  max-width: 74.1748px;
}

.bike .bike-sec-header-ttl--2 {
  max-width: 235.6758px;
}

.bike .bike-sec-header-txt {
  line-height: 2;
  padding: 40px 0 60px;
}

.bike .bike-sec-header-zeikomi {
  font-size: 14px;
  text-align: right;
}

.bike .bike-sec-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bike .bike-sec-items a {
  position: relative;
  width: calc(50% - 20px);
}

.bike .bike-sec-items a .ttl {
  max-width: 316.1821px;
  width: 100%;
  padding-top: 30px;
}

.bike .bike-sec-items a p {
  font-size: 24px;
  padding: 30px 0 25px;
}

.bike .bike-sec-items a .picWrap {
  position: relative;
}

.bike .bike-sec-items a .picWrap::after {
  content: '';
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 84.2523px;
  height: 84.2523px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bike .bike-sec-items a .picWrap.off25::after {
  background-image: url(/store/mybike/2023/assets/img/ico-25per-off.svg);
}

.bike .bike-sec-items a .picWrap.off40::after {
  background-image: url(/store/mybike/2023/assets/img/ico-40per-off.svg);
}

.bike .bike-sec-items a .picWrap.off50::after {
  background-image: url(/store/mybike/2023/assets/img/ico-50per-off.svg);
}

.bike .bike-sec-items a .picWrap.off55::after {
  background-image: url(/store/mybike/2023/assets/img/ico-55per-off.svg);
}

.bike .bike-sec-items a .price-before {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.bike .bike-sec-items a .price-before::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: 2px;
  background-color: #28322f;
  z-index: 1;
}

.bike .bike-sec-items a .price-arrow {
  width: 8.3545px;
  margin: 5px 0;
}

.bike .bike-sec-items a .priceWrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

.bike .bike-sec-items a .priceWrap::after {
  content: '';
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 84.2523px;
  height: 84.2523px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bike .bike-sec-items a .priceWrap.off25::after {
  background-image: url(/store/mybike/2023/assets/img/ico-25per-off.svg);
}

.bike .bike-sec-items a .priceWrap.off40::after {
  background-image: url(/store/mybike/2023/assets/img/ico-40per-off.svg);
}

.bike .bike-sec-items a .priceWrap.off50::after {
  background-image: url(/store/mybike/2023/assets/img/ico-50per-off.svg);
}

.bike .bike-sec-items a .priceWrap.off55::after {
  background-image: url(/store/mybike/2023/assets/img/ico-55per-off.svg);
}

.bike .bike-sec-items a .priceWrap.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bike .bike-sec-items a .priceWrap.row .price-before::after {
  height: 1.5px;
}

.bike .bike-sec-items a .priceWrap.row .price-arrow {
  width: 18.5039px;
  margin: 0 10px;
}

.bike .bike-sec-items a .priceWrap.row::after {
  content: none;
}

.bike .bike-sec-items a .price {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  display: block;
  font-size: 22px;
}

.bike .bike-sec-items a .detail {
  display: block;
  width: 136px;
  padding-top: 26px;
  margin: auto;
}

.bike .bike-sec-items a .soldout {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
}

.bike .bike-sec-items a.sold .soldout {
  display: block;
}

.bike .bike-sec-items--friends {
  justify-content: initial;
}

.bike .bike-sec-items--friends a {
  width: calc(100% / 3 - 40px);
  margin: 80px 20px 0;
}

.bike .bike-sec-items--friends a p {
  font-size: 22px;
  line-height: 1.45;
  padding: 10px 0;
}

.bike .bike-sec-items--friends a .detail {
  padding-top: 30px;
}

.bike .bike-sec-items--friends a .price {
  font-size: 20px;
}

.desc a,
.info a {
  color: #c94946;
}

.desc {
  background-color: #f2be3e;
  padding: 100px 30px;
}

.desc .ttl {
  font-size: 26px;
  line-height: 1.6;
  padding-bottom: 40px;
  max-width: 1250px;
  margin: auto;
}

.desc .desc-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  margin: auto;
}

.desc .desc-inner > div {
  width: calc(50% - 30px);
}

.desc .desc-inner > div p {
  line-height: 1.78;
  padding-bottom: 60px;
}

.desc .desc-inner > div:nth-of-type(1) p:last-of-type {
  padding-bottom: 40px;
}

.desc .desc-inner > div:nth-of-type(1) img {
  max-width: 530px;
}

.desc .desc-inner > div:nth-of-type(2) {
  width: calc(51% - 30px);
}

.desc .desc-inner > div:nth-of-type(2) img {
  width: 200px;
}

.desc .desc-inner > div:nth-of-type(2) p:last-of-type {
  padding: 25px 0 0;
}

.info {
  border-top: 10px solid #fff;
  background-color: #dad1c3;
  padding: 100px 30px;
}

.info .info-ttl {
  max-width: 187.916px;
  width: 100%;
  margin: 0 auto 80px;
}

.info > div:not(.info-ttl) {
  position: relative;
  padding-left: 20px;
  margin: 0 auto 100px;
  max-width: 600px;
}

.info > div:not(.info-ttl)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #28322f;
}

.info > div:not(.info-ttl) p {
  line-height: 1.78;
  font-size: 14px;
}

.info > div:not(.info-ttl) p.big {
  font-size: 24px;
  line-height: 1.33;
  padding-bottom: 30px;
}

.info > div:not(.info-ttl) p.big + .icon {
  margin-top: 0;
}

.info > div:not(.info-ttl) p.icon {
  background-color: #28322f;
  color: #dad1c3;
  border-radius: 100px;
  padding: 0 9px;
  margin: 30px 0 4px;
  display: inline-block;
}

.info > div:not(.info-ttl) ul, .info > div:not(.info-ttl) li {
  list-style: none;
}

.info > div:not(.info-ttl) ul {
  line-height: 1.78;
  font-size: 14px;
}

.info > div:not(.info-ttl) li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.info > div:not(.info-ttl):last-of-type {
  margin-bottom: 0;
}

footer {
  position: relative;
  background-color: #28322f;
  border-top: 10px solid #fff;
}

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;
  color: #fff;
}

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

.up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 98;
}

.up img {
  width: 44px;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
  font-size: 30px;
}

.loading.loaded {
  display: none;
}

@media (max-width: 1359px) {
  .spCnt .spCnt-items a {
    margin: 70px 20px 0;
  }
}

@media (max-width: 940px) {
  .spCnt .spCnt-items a {
    width: calc(50% - 40px);
  }
}

@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: 835px) {
  header .header-right a {
    margin-right: 20px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  .yt {
    top: 0;
    left: 0;
    transform: initial;
    width: 100%;
    height: 100vw;
    min-height: initial;
    min-width: initial;
  }
  .related {
    display: block;
    padding: 0;
  }
  .related .related-ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .related .swiper {
    padding-right: 20px;
  }
  .price {
    font-size: 15px;
  }
  .price .num {
    font-size: 22px;
  }
  .price .tax {
    font-size: 10px;
  }
  header .header-inner {
    position: relative;
    padding: 20px 10px;
  }
  header .watasino {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 153.4531px;
    width: 38vw;
  }
  header .header-left h1 {
    line-height: 1;
  }
  header .header-left h1 img {
    max-width: 121px;
    width: 25vw;
  }
  header .header-right {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background-color: #28322f;
  }
  header .header-right a {
    margin: 0;
    padding: 15px 55px;
    border: 1px solid #fff;
  }
  header .header-right a:nth-of-type(2) {
    border-top: none;
    border-bottom: none;
  }
  header .header-right.active {
    display: block;
  }
  header .toggleWrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .toggle {
    position: relative;
    width: 42px;
    height: 10px;
  }
  header .toggle span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  header .toggle span:nth-of-type(1) {
    top: 0;
  }
  header .toggle span:nth-of-type(2) {
    top: 100%;
  }
  header .toggle.active span {
    top: 5px;
  }
  header .toggle.active span:nth-of-type(1) {
    transform: translateX(-50%) rotate(45deg);
  }
  header .toggle.active span:nth-of-type(2) {
    transform: translateX(-50%) rotate(-45deg);
  }
  .mv .mv-logo-lefttop {
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 44%;
  }
  .mv .mv-logo-lefttopUnder {
    top: 40px;
    max-width: 207px;
    width: 37%;
  }
  .mv .mv-logo {
    top: initial;
    bottom: 30px;
    transform: translateX(-50%);
    width: 52%;
  }
  .mv .mv-yt {
    height: 100vw;
  }
  .mv .videoWrap {
    height: 100vw;
  }
  .mv .videoWrap video {
    min-height: initial;
    height: 100vw;
  }
  .picSlide .swiper-button-prev,
  .picSlide .swiper-button-next {
    width: 18px;
  }
  .picSlide .swiper-button-prev {
    left: 10px;
    right: initial;
  }
  .picSlide .swiper-button-next {
    right: 10px;
    left: initial;
  }
  .picSlide .mySwiper2 {
    width: 100%;
  }
  .picSlide .mySwiper2 .swiper-slide {
    width: 100%;
  }
  .mv-under {
    display: block;
    padding: 30px 15px;
  }
  .mv-under img {
    max-width: 362px;
    width: 73%;
  }
  .mv-under .profile {
    text-align: center;
    padding-top: 30px;
  }
  .about a {
    max-width: 372.1731px;
    width: 65%;
  }
  .spCnt {
    padding: 50px 15px;
  }
  .spCnt .spCnt-ttl {
    margin: 0 auto 35px;
    transform: scale(0.8);
  }
  .spCnt .spCnt-items.pconly {
    display: none;
  }
  .spCnt .spCnt-items-txt {
    padding-top: 12px;
  }
  .spCnt .spCnt-items-txt p:nth-of-type(1) {
    font-size: 2vw;
    padding-bottom: 7px;
  }
  .spCnt .spCnt-items-txt p:nth-of-type(2) {
    font-size: 3.3vw;
  }
  .spCnt .spCnt-items-pic .no {
    height: 21%;
  }
  .bike {
    padding: 60px 15px 40px;
  }
  .bike .bike-sec {
    margin-bottom: 80px;
  }
  .bike .bike-sec--friends {
    margin-bottom: 0;
  }
  .bike .bike-sec--friends .bike-sec-header {
    margin-bottom: 0;
  }
  .bike .bike-sec-header {
    margin-bottom: 0;
  }
  .bike .bike-sec-header-ttl {
    transform: scale(0.8);
  }
  .bike .bike-sec-header-txt {
    text-align: left;
    line-height: 1.78;
    padding: 40px 0 20px;
  }
  .bike .bike-sec-header-zeikomi {
    font-size: 12px;
  }
  .bike .bike-sec-items a {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }
  .bike .bike-sec-items a .ttl {
    height: 52px;
    width: auto;
    padding-top: 25px;
  }
  .bike .bike-sec-items a p {
    font-size: 17px;
    padding: 25px 0;
  }
  .bike .bike-sec-items a .picWrap::after {
    left: 5px;
    bottom: 5px;
    max-width: 53.935px;
    max-height: 53.935px;
    width: 10vw;
    height: 10vw;
  }
  .bike .bike-sec-items a .price-before {
    font-size: 14px;
  }
  .bike .bike-sec-items a .price {
    font-size: 17px;
  }
  .bike .bike-sec-items a .detail {
    max-width: 136px;
    width: 30%;
    padding-top: 35px;
  }
  .bike .bike-sec-items a .soldout {
    width: 35%;
    max-width: 104px;
  }
  .bike .bike-sec-items--friends {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
  }
  .bike .bike-sec-items--friends a {
    width: calc(50% - 10px);
    margin: 0 0 60px;
  }
  .bike .bike-sec-items--friends a p {
    padding: 6px 0;
  }
  .bike .bike-sec-items--friends a .detail {
    width: 60%;
    padding-top: 25px;
  }
  .desc {
    padding: 40px 15px;
  }
  .desc .ttl {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .desc .desc-inner > div {
    width: 100% !important;
  }
  .desc .desc-inner > div p {
    padding-bottom: 40px;
  }
  .desc .desc-inner > div:nth-of-type(1) p:last-of-type {
    padding-bottom: 15px;
  }
  .desc .desc-inner > div:nth-of-type(1) img {
    max-width: 100%;
  }
  .desc .desc-inner > div:nth-of-type(2) {
    padding-top: 15px;
  }
  .desc .desc-inner > div:nth-of-type(2) img {
    width: 180px;
  }
  .desc .desc-inner > div:nth-of-type(2) p:last-of-type {
    padding: 20px 0 0;
  }
  .info {
    padding: 60px 15px;
  }
  .info .info-ttl {
    margin-bottom: 50px;
    transform: scale(0.8);
  }
  .info > div:not(.info-ttl) {
    margin-bottom: 60px;
    padding-left: 15px;
  }
  .info > div:not(.info-ttl) p.big {
    font-size: 20px;
  }
}
