@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;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -0.2em;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

select {
  -webkit-appearance: auto;
  color: #28322f;
}

ul, li {
  list-style: none;
}

p {
  line-height: 1;
}

img + p, div + p {
  margin-top: 0;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

.hbi-cart {
  height: auto;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.hbi-cart-plus {
  height: auto;
  display: flex;
  align-items: center;
}

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

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;
}

.cart.sold .cart_btn {
  background-color: #A2A2A2 !important;
  pointer-events: none !important;
}

.cart.sold .cart_btn .ireru {
  display: none !important;
}

.cart.sold .cart_btn .nashi {
  display: inline-block !important;
}

.content {
  overflow: hidden;
}

.mv {
  display: flex;
  max-width: 1160px;
  margin: 70px auto;
  padding: 0 30px;
}

.mv .swiper-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.mv .swiper-container.slider-thumbnail-mv {
  margin-top: 10px;
}

.mv .swiper-container.slider-thumbnail-mv .swiper-wrapper .swiper-slide {
  width: 150px;
  margin-right: 10px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.mv .swiper-container.slider-thumbnail-mv .swiper-wrapper .swiper-slide img {
  opacity: 0.5;
}

.mv .swiper-container.slider-thumbnail-mv .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.mv .swiper-button-next,
.mv .swiper-button-prev {
  top: 40%;
  left: initial;
  right: -45px;
  margin: 0;
  width: 27px;
  cursor: pointer;
}

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

.mv .swiper-button-next::before,
.mv .swiper-button-prev::before {
  content: none;
}

.mv .swiper-button-prev {
  right: initial;
  left: -45px;
}

.mv .mv-left {
  position: relative;
}

.desc {
  max-width: 500px;
  margin: auto;
  padding-bottom: 70px;
}

.desc .desc-ttl {
  max-width: 367.2881px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.desc .desc-ttl img.hellogoodbuy {
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  transform: translateY(-50%);
  width: 241.001px;
}

.desc .desc-ttl.v2 img {
  width: 148.0195px;
}

.desc .desc-ttl.v2 p {
  font-size: 28px;
  padding-top: 10px;
  line-height: 1.3;
}

.desc .desc-txt {
  line-height: 1.78;
}

.purchase {
  padding: 70px 0;
}

.purchase .purchase-item {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.purchase .purchase-item > div {
  text-align: center;
  width: 45%;
}

.purchase .purchase-item > div .pic {
  padding: 20px 0 5px;
}

.purchase .purchase-item > div .picWrap {
  position: relative;
}

.purchase .purchase-item > div .picWrap::after {
  content: '';
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 84.2523px;
  height: 84.2523px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.purchase .purchase-item > div .picWrap.off25::after {
  background-image: url(/store/mybike/2023/assets/img/ico-25per-off.svg);
}

.purchase .purchase-item > div .picWrap.off40::after {
  background-image: url(/store/mybike/2023/assets/img/ico-40per-off.svg);
}

.purchase .purchase-item > div .picWrap.off50::after {
  background-image: url(/store/mybike/2023/assets/img/ico-50per-off.svg);
}

.purchase .purchase-item > div .picWrap.off55::after {
  background-image: url(/store/mybike/2023/assets/img/ico-55per-off.svg);
}

.purchase .purchase-item > div .price-before {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.purchase .purchase-item > div .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;
}

.purchase .purchase-item > div .price-arrow {
  width: 8.3545px;
  margin: 5px 0;
}

.purchase .purchase-item > div .priceWrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

.purchase .purchase-item > div .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;
}

.purchase .purchase-item > div .priceWrap.off25::after {
  background-image: url(/store/mybike/2023/assets/img/ico-25per-off.svg);
}

.purchase .purchase-item > div .priceWrap.off40::after {
  background-image: url(/store/mybike/2023/assets/img/ico-40per-off.svg);
}

.purchase .purchase-item > div .priceWrap.off50::after {
  background-image: url(/store/mybike/2023/assets/img/ico-50per-off.svg);
}

.purchase .purchase-item > div .priceWrap.off55::after {
  background-image: url(/store/mybike/2023/assets/img/ico-55per-off.svg);
}

.purchase .purchase-item > div .priceWrap.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase .purchase-item > div .priceWrap.row .price-before::after {
  height: 1.5px;
}

.purchase .purchase-item > div .priceWrap.row .price-arrow {
  width: 18.5039px;
  margin: 0 10px;
}

.purchase .purchase-item > div .priceWrap.row::after {
  content: none;
}

.purchase .purchase-item > div .price {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  display: block;
  font-size: 22px;
}

.purchase .purchase-item.small {
  padding-top: 100px;
  justify-content: center;
}

.purchase .purchase-item.small > div {
  width: 190px;
}

.purchase .purchase-item-select {
  padding-top: 50px;
  max-width: 470px;
  margin: auto;
}

.purchase .purchase-item-select .ttl {
  padding-bottom: 10px;
}

.purchase .purchase-item-select select {
  font-size: 16px;
  padding: 20px;
  border: 1px solid;
  width: 100%;
}

.purchase .purchase-item-select select option span.soldout {
  display: none;
}

.purchase .purchase-item-select select.gray {
  color: #666;
}

.purchase .attention {
  padding-top: 35px;
  list-style: square;
  margin: auto;
  max-width: 745px;
  padding-left: 128px;
  line-height: 1.78;
}

.purchase .attention li {
  list-style: square;
}

.purchase .gotocartWrap {
  text-align: center;
}

.purchase .gotocartWrap img {
  height: 70px;
  width: auto;
}

.purchase .gotocartWrap .before {
  display: none;
}

.purchase .gotocartWrap .moushikomi {
  display: inline-block;
}

.purchase .gotocartWrap .zaikonashi {
  display: none;
}

.purchase .gotocartWrap.sold {
  pointer-events: none;
}

.purchase .gotocartWrap.sold .before {
  display: none;
}

.purchase .gotocartWrap.sold .moushikomi {
  display: none;
}

.purchase .gotocartWrap.sold .zaikonashi {
  display: inline-block;
}

.purchase .gotocart {
  margin-top: 60px;
  text-align: center;
  display: none;
  cursor: pointer;
}

.purchase .gotocart.active {
  display: inline-block;
}

.information {
  background-color: #c6e4e3;
  padding: 50px 30px;
  border-top: 10px solid #fff;
  letter-spacing: 0;
}

.information a {
  color: #c94946;
}

.information br {
  display: block !important;
}

.information .information-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.information .information-inner > div {
  width: 50%;
}

.information .information-inner > div.papabubble {
  padding-right: 50px;
}

.information .information-inner > div.left {
  padding-right: 30px;
}

.information .information-inner > div.right {
  padding-left: 30px;
}

.information .information-ttl {
  margin-bottom: 30px;
  font-size: 22px;
}

.information .information-ttl.mgt {
  margin-top: 30px;
}

.information .information-item-colors {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  padding: 45px 0 25px;
}

.information .information-item-colors > div {
  position: relative;
}

.information .information-item-colors p {
  font-size: 15px;
  line-height: 1.33;
  position: absolute;
  bottom: 100%;
  left: -50%;
  width: 200%;
  text-align: center;
}

.information .information-item-colors img {
  width: 90px;
}

.information .information-item + .information-item {
  margin-top: 40px;
}

.information .information-item-badge {
  font-size: 20px;
  padding-bottom: 10px;
}

.information .information-item-cnt {
  line-height: 1.81;
  font-size: 16px;
  margin-top: 6px;
}

.information .information-list {
  font-size: 15px;
}

.information .information-list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  margin-top: 7px;
}

.information .information-list li img {
  max-width: 400px;
}

.information .information-list li.mgt {
  margin-top: 14px;
}

.information .information-item-txt {
  line-height: 1.81;
  font-size: 16px;
}

.information .information-item-txt + .information-item-txt {
  margin-top: 20px;
}

.information .information-item-txt.indent {
  position: relative;
  padding-left: 10px;
}

.information .information-item-txt.indent::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.information .information-staff {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 1.93;
}

.related {
  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: #fff;
}

.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;
}

.relatedProducts .relatedProducts-img {
  max-width: 200px;
  width: 100%;
}

.relatedProducts .relatedProducts-txt {
  color: #28322f;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 10px;
}

.floating-footer {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px;
  background-color: #28322f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 97;
}

.floating-footer .moushikomi,
.floating-footer .zaikonashi {
  display: none;
}

.floating-footer .moushikomi.active,
.floating-footer .zaikonashi.active {
  display: block;
}

.floating-footer.active {
  position: fixed;
}

.floating-footer.bottom {
  visibility: hidden;
  z-index: -1;
}

.floating-footer > a {
  display: block;
  position: relative;
  max-width: 400px;
  width: 100%;
}

.floating-footer > a .ireru {
  display: inline-block;
}

.floating-footer > a .nashi {
  display: none;
}

.floating-footer > a.sold {
  background-color: #A2A2A2;
  pointer-events: none;
}

.floating-footer > a.sold .ireru {
  display: none;
}

.floating-footer > a.sold .nashi {
  display: inline-block;
}

.floating-footer > a.beforesale {
  padding: 6px;
  pointer-events: none;
}

.floating-footer > a.beforesale::after {
  content: none;
}

.floating-btn {
  position: fixed;
  right: 10px;
  bottom: 122px;
  width: 55px;
  cursor: pointer;
}

.floating-footer-bottom {
  text-align: center;
  color: #fff;
}

.floating-footer-bottom > div:nth-of-type(1) {
  padding: 20px 0 15px;
  font-size: 22px;
}

.floating-footer-bottom > div:nth-of-type(2) {
  font-size: 13px;
  line-height: 1.54;
}

.floating-footer-bottom > div:nth-of-type(2) a {
  color: #c94946;
}

.appeal {
  padding: 100px 30px;
  background-color: #dad1c3;
  letter-spacing: 0;
}

.appeal .appeal-block-1 {
  max-width: 800px;
  margin: auto;
}

.appeal .appeal-block-1 .ttl {
  font-size: 32px;
  line-height: 1.81;
  padding-bottom: 10px;
}

.appeal .appeal-block-2 {
  line-height: 1.81;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.appeal .appeal-block-2 > div {
  max-width: 420px;
  margin-top: 120px;
}

.appeal .appeal-block-2 .ttl {
  padding: 10px 0;
  font-size: 22px;
}

.appeal .appeal-block-2 .txt {
  font-size: 16px;
}

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 150px;
}

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__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

.modaal-overlay {
  z-index: 99;
}

.modaal-wrapper {
  z-index: 100;
}

.hbr-cart-modal-overlay {
  height: initial;
  touch-action: initial;
}

.hbr-open-cart-modal.hbr-cart-modal-overlay::before {
  content: none;
}

.hbr-cart-modal-menu,
.hbr-button-cart {
  background-color: #28322f;
}

.hbr-cart-modal-close {
  cursor: pointer;
}

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

.up img {
  width: 44px;
}

.table {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  max-width: 500px;
  text-align: center;
  line-height: 1;
}

.table > div {
  width: calc(100% / 3);
  border-top: 2px solid #000;
}

.table > div .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.table > div .ttl.last {
  border-right: none;
}

.table > div .item {
  border-bottom: 1px dashed #000;
  display: flex;
}

.table > div .item.last {
  border-bottom: none;
}

.table > div .item div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2px;
  height: 22px;
}

.table > div .item div:nth-of-type(1) {
  border-right: 1px dashed #000;
}

.table > div .item div:nth-of-type(2) {
  border-right: 1px solid #000;
  letter-spacing: 0;
  font-size: 14px;
}

.table > div.last .item div:nth-of-type(2) {
  border-right: none;
}

.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: 102;
  font-size: 30px;
}

.loading.loaded {
  display: none;
}

@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 screen and (max-width: 800px) {
  .mv {
    display: block;
    padding: 0;
    margin-top: 48px;
    margin-bottom: 20px;
  }
  .mv .swiper-button-next,
  .mv .swiper-button-prev {
    width: 17px;
    top: 35%;
  }
  .mv .swiper-button-next {
    right: 3px;
  }
  .mv .swiper-button-prev {
    left: 3px;
  }
  .mv .swiper-container.slider-thumbnail-mv {
    height: initial;
    margin-top: 5px;
  }
  .desc {
    padding: 0 15px 30px;
  }
  .desc .desc-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    width: 100%;
    max-width: 304.1951px;
  }
  .desc .desc-ttl img.hellogoodbuy {
    position: static;
    transform: initial;
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
  }
  .purchase {
    padding: 70px 15px 50px;
  }
  .purchase .purchase-item {
    display: block;
  }
  .purchase .purchase-item > div {
    width: 100%;
    margin-top: 80px;
  }
  .purchase .purchase-item > div:first-of-type {
    margin-top: 0;
  }
  .purchase .purchase-item > div .pic {
    padding-top: 0;
  }
  .purchase .purchase-item > div .picWrap::after {
    left: 5px;
    bottom: 5px;
    max-width: 53.935px;
    max-height: 53.935px;
    width: 10vw;
    height: 10vw;
  }
  .purchase .purchase-item > div .price-before {
    font-size: 14px;
  }
  .purchase .purchase-item > div .price {
    font-size: 17px;
  }
  .purchase .purchase-item.small > div {
    margin: auto;
  }
  .purchase .purchase-item-select select {
    font-size: 3.1vw;
    padding: 4vw;
  }
  .purchase .attention {
    padding: 20px 15px 0;
  }
  .purchase .gotocart {
    margin-top: 30px;
  }
  .purchase .gotocart img {
    height: 50px;
  }
  .appeal {
    padding: 30px 15px;
  }
  .appeal .appeal-block-1 .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .appeal .appeal-block-2 > div {
    margin-top: 50px;
    max-width: 100%;
  }
  .appeal .appeal-block-2 .txt {
    font-size: 15px;
  }
  .information {
    padding: 30px 15px;
    margin-top: 50px;
  }
  .information .information-inner {
    display: block;
  }
  .information .information-inner > div {
    width: 100%;
  }
  .information .information-inner > div.left {
    padding-right: 0;
  }
  .information .information-inner > div.right {
    padding-left: 0;
    margin-top: 60px;
  }
  .information .information-ttl {
    font-size: 18px;
  }
  .information .information-item-badge {
    font-size: 16px;
  }
  .information .information-item-cnt {
    font-size: 14px;
  }
  .information .information-staff {
    font-size: 13px;
  }
  .information .information-item-txt {
    font-size: 14px;
  }
  .information .information-item-txt + .information-item-txt {
    margin-top: 10px;
  }
  .related {
    padding: 30px 15px;
  }
  .related .related-ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .related .swiper {
    padding-right: 20px;
  }
  .relatedProducts .relatedProducts-img {
    max-width: 100%;
  }
  .floating-footer {
    padding: 14.7px 15px;
  }
  .floating-footer a {
    max-width: initial;
    width: initial;
  }
  .floating-footer a img {
    height: 50px;
    width: auto;
  }
  .floating-btn {
    right: 5px;
    bottom: 103px;
  }
  .floating-footer-bottom > div:nth-of-type(1) {
    padding: 15px 0 10px;
    font-size: 15px;
  }
  .floating-footer-bottom > div:nth-of-type(2) {
    font-size: 10px;
  }
  .up {
    bottom: 84px;
    right: 5px;
  }
  .table > div .item div:nth-of-type(1) {
    font-size: 13px;
  }
  .table > div .item div:nth-of-type(2) {
    font-size: 12px;
  }
}

.modaal-content-container {
  padding: 0 !important;
}

.product_label {
  display: none;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  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);
  }
  .modaal-inner-wrapper {
    padding: 80px 15px;
  }
  .modaal-content-container {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .desc .desc-ttl {
    width: calc(100% - 30px);
    max-width: initial;
  }
  .desc .desc-ttl > img:first-of-type {
    width: 63%;
  }
  .desc .desc-ttl > img.hellogoodbuy {
    position: static;
    transform: initial;
    max-width: initial;
    width: 37%;
    margin-left: 5%;
  }
}

@media (max-width: 425px) {
  .mv .mv-right-block2 a {
    font-size: 3.5vw;
    width: calc(50% - 5px);
  }
  .information .information-item-colors p {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .cart_btn::after {
    left: 18px;
    width: 80px;
    height: 55px;
  }
}

@media screen and (max-width: 360px) {
  .floating-footer-bottom > div:nth-of-type(1) {
    font-size: 13px;
  }
}
