@charset "UTF-8";
#sub .flex.basic {
  margin-top: 24px;
}
#sub .flex.basic .left,
#sub .flex.basic .right {
  flex: 1 1 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub .flex.hino .left {
  flex: 0 0 30%;
  max-width: 370px;
}
@media (max-width: 750px) {
  #sub .flex.hino .left {
    max-width: auto;
  }
}
#sub .flex.hino .right {
  flex: 1 1 auto;
}
@media (max-width: 750px) {
  #sub .flex.hino {
    align-items: center;
  }
}
#sub .flex.kiku .left {
  flex: 1 1 70%;
}
#sub .flex.kiku .right {
  flex: 1 1 30%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #sub .flex.kiku .right {
    justify-content: space-around;
  }
}
#sub .flex.kiku .right img {
  width: 150px;
  height: 150px;
}
@media (max-width: 400px) {
  #sub .flex.kiku .right img {
    width: 120px;
    height: 120px;
  }
}
#sub .shikiri {
  width: 100%;
  height: 1px;
  background-color: #26604F;
  margin: 24px 0;
}
#sub section.center {
  text-align: center;
}
#sub section.center audio {
  margin-top: 4px;
}
#sub .badge {
  height: 46px;
  width: auto;
  margin: 10px 0;
}
#sub .y_back {
  margin-top: 24px;
  background-color: #E5D7AC;
  padding: 24px;
}
#sub .prof {
  margin-top: 24px;
}
#sub .a_guide {
  height: 30px;
  width: auto;
}
#sub .right {
  max-width: 500px;
  width: 50%;
}
@media (max-width: 750px) {
  #sub .right {
    max-width: 100%;
  }
}
#sub .right .swiper {
  width: 100%;
  max-height: 400px;
  min-width: 0;
  overflow: hidden;
}
#sub .right .swiper .swiper-button-prev,
#sub .right .swiper .swiper-button-next {
  background-color: #A71C4B;
  opacity: 0.5;
  color: #fff;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: #fff;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
#sub .right .swiper .swiper-button-prev:hover,
#sub .right .swiper .swiper-button-next:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  #sub .right .swiper .swiper-button-prev,
  #sub .right .swiper .swiper-button-next {
    display: none;
  }
}
#sub .right .swiper .swiper-button-prev::after,
#sub .right .swiper .swiper-button-next::after {
  font-size: 12px;
}
#sub .right .swiper .swiper-button-prev {
  left: 1rem;
  right: auto;
}
#sub .right .swiper .swiper-button-next {
  right: 1rem;
  left: auto;
}
#sub .right .swiper .swiper-pagination {
  display: none;
}
#sub .right .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A71C4B;
}
@media (max-width: 750px) {
  #sub .right .swiper .swiper-pagination {
    display: block;
    position: initial;
    bottom: 24px;
  }
}
#sub .right .swiper .swiper-wrapper {
  align-items: center;
}
#sub .right .swiper .swiper-wrapper .swiper-slide {
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  #sub .right .swiper .swiper-wrapper .swiper-slide {
    height: 360px;
    height: auto;
  }
}
#sub .right .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 600px;
  max-height: 400px;
}
@media (max-width: 750px) {
  #sub .right .swiper .swiper-wrapper .swiper-slide img {
    max-height: 300px;
  }
}

/* =====================================
   goods.html g02 note テキスト幅調整
===================================== */
#g02 .imgbox.yoko .note {
  /* note自体は横並び用の幅のまま */
}
#g02 .imgbox.yoko .note h5,
#g02 .imgbox.yoko .note p,
#g02 .imgbox.yoko .note ul {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* =====================================
   goods.html g02 スマホは縦積み100%
===================================== */
@media screen and (max-width: 750px) {
  #g02 .imgbox.yoko > * {
    width: 100% !important;
    flex: none !important;
  }
}/*# sourceMappingURL=goods.css.map */