body {
  font-family: 'Gothic MB101 Light';
  color: #435257;
}

.swiper-container {
  position: relative;
}

.gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-button-next {
  width: 20px;
  height: 40px;
}

.gallery-thumbs .swiper-slide.swiper-slide-visible::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  display: block;
  background: #000;
}

.gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  display: none;
}

#contents header {
  background-color: #BDC6C6;
  height: 60px;
  padding: 10px 0;
}

#contents header h1 {
  text-indent: inherit;
  height: auto;
}

#contents header h1 a {
  color: #435257;
}

#contents header h1 a img {
  max-width: 433px;
}

#contents .btn-menu {
  display: none;
  top: 17px;
}

@media screen and (max-width: 768px) {
  .gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-button-next {
    width: 6px;
    height: 12px;
    margin-top: 2.4%;
  }
  #contents .btn-menu {
    top: 12px;
  }
  #contents header {
    height: 40px;
    padding: 8px 0;
  }
  #contents header h1 {
    width: 300px;
  }
}

/* ===============================================================================
TopArea
=============================================================================== */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1410px;
  margin: 60px auto 0;
  padding: 0 100px;
}

#mv .gallery-thumbs {
  margin-top: 10px;
}

#mv .gallery-thumbs .swiper-wrapper {
  max-width: 100%;
}

#mv .gallery-thumbs .swiper-button-next,
#mv .gallery-thumbs .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 768px) {
  #mv {
    padding: 0;
    margin-top: 40px;
  }
  #mv .gallery-thumbs {
    margin-top: 5px;
    margin-left: 5px;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#product .detail {
  padding: 70px 0;
  position: relative;
}

#product h2, #product .detail__container {
  max-width: 840px;
  margin: 30px auto 0;
}

.info-wrap {
  line-height: 1.75;
}

.info-wrap a {
  color: #871012;
  border-bottom: 1px solid;
}

#product h2 {
  font-size: 3.9rem;
  padding-bottom: 60px;
  margin-top: 0;
  font-family: 'Cinema Letter';
  padding-right: 175px;
  line-height: 1.4;
}

#product .detail h3 {
  margin-bottom: 0;
}

.video-wrap {
  max-width: 480px;
  width: 90%;
  position: relative;
  margin-top: 25px;
}

.video-wrap div {
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#product .list {
  padding: 0;
  max-width: inherit;
  width: 100%;
}

#product h3 {
  margin-bottom: 40px;
  font-size: 22px;
  font-family: 'Cinema Letter';
}

#product h3.list-h3 {
  display: none;
}

#product .list dd, #product .list dd h2 {
  font-size: 2.4rem;
  padding-bottom: 0;
}

#product .list .text {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.66;
  padding: 2em 0 1em;
}

#product .list .cart_btn:before {
  background-image: url(../img/icon_cart_w.svg);
  display: inline-block;
  content: '';
  content: none;
  vertical-align: middle;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 24px;
  padding-top: 24px;
  margin-right: 8px;
}

#product .list .cart_wrapper p:first-of-type {
  padding-top: .5em;
}

.cart_wrapper {
  padding: 50px 30px;
  background-color: #E6E6E6;
}

.cart_wrapper.fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
}

#product .list .cart_btn {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 442px;
  font-size: 30px;
  margin: auto;
}

#product .list .cart_btn.sold {
  pointer-events: none;
}

#product .list .stock {
  font-size: 1.3rem;
  line-height: 2;
  color: #435257;
  display: none;
}

#product .list .shipping {
  font-size: 1.3rem;
  line-height: 2;
  color: #435257;
  display: none;
}

#product .spec {
  background: #BDC6C6;
  padding: 50px 0;
  position: relative;
}

#product .spec.fix {
  margin-top: 234px;
}

#product .spec .spec__container {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

#product .spec .spec__container > div {
  width: 50%;
  line-height: 1.68;
}

#product .spec .spec__container > div > p {
  padding-bottom: 30px;
  color: #333333;
}

.info-ttl h3 {
  font-size: 2.4rem;
  width: 100%;
}

#banner .swiper-container {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

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

#banner .swiper-button-next {
  background-image: none;
  width: 10%;
  height: 110%;
  right: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

#banner .swiper-button-next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(/store/soboro2022/img/hanbai/ico-arrow-r.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 47px;
  transform: translateY(-50%);
}

#banner .swiper-button-prev {
  background-image: none;
  width: 10%;
  height: 110%;
  left: 0;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

#banner .swiper-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  background: url(/store/soboro2022/img/hanbai/ico-arrow-l.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 47px;
  transform: translateY(-50%);
}

#banner .banner__container {
  padding: 45px 0 130px;
}

#banner h3 {
  font-size: 2.4rem;
  font-family: 'Cinema Letter';
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
}

#banner .swiper-wrapper p, #banner .swiper-wrapper h2 {
  line-height: 1.68;
  padding-top: .5em;
}

#banner .swiper-wrapper p {
  margin-bottom: -.5em;
}

#banner .swiper-wrapper p {
  padding-top: 1em;
}

#banner .banner1 {
  margin-bottom: 100px;
}

.pre {
  background: #a8a8a8;
  font-size: 1.6rem;
  padding: .85em 0;
  pointer-events: none;
}

.pre_note {
  text-align: center;
  padding-top: 30px;
}

.pre_note a {
  color: #881012;
  border-bottom: 1px solid;
}

@media screen and (min-width: 769px) {
  #product .detail__container {
    display: flex;
    align-items: flex-end;
  }
  .info-wrap {
    width: 50%;
  }
  .info-ttl {
    line-height: 1;
  }
  #product .spec .spec__container > div.rmn-notice {
    padding-top: 50px;
  }
  #product .list ul {
    display: block;
  }
  #product .list ul li a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
  }
  #product .list ul li a:hover {
    opacity: .4;
  }
  #banner a {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
    font-size: 1.4rem;
  }
  #banner a:hover {
    opacity: .4;
  }
}

@media screen and (max-width: 768px) {
  #product h2, #product .detail__container {
    width: 90%;
  }
  #product .detail {
    padding: 25px 0;
  }
  #product h2 {
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-right: 0;
    margin-top: 0;
  }
  #product h3 {
    font-size: 20px;
    padding: 0;
    margin: 50px 0 20px;
    width: 100%;
  }
  .video-wrap {
    margin: 20px auto 0;
  }
  #product .list ul {
    display: block;
  }
  #product .list ul li {
    font-size: 1.6rem;
  }
  #product .list h3 {
    font-size: 2.4rem;
    padding-top: 0;
    margin-bottom: 40px;
  }
  #product .list h2 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  #product .list ul li .text {
    font-size: 1.2rem;
    text-align: left;
    padding: 1em 0 1em;
  }
  #product .list dd, #product .list dd h2 {
    font-size: 1.6rem;
  }
  #product .list .cart_btn.sold {
    padding: .85em 0;
  }
  #product .list .cart_btn {
    padding: 0;
    font-size: 30px;
  }
  #product .list .cart_btn:before {
    width: 16px;
    padding-top: 16px;
    margin-right: 6px;
  }
  #product .list .stock {
    font-size: 1rem;
  }
  #product .list .shipping {
    font-size: 1rem;
  }
  #product .spec {
    padding: 1px 0 30px;
  }
  #product .spec.fix {
    margin-top: 0;
  }
  #product .spec .spec__container {
    display: block;
  }
  #product .spec .spec__container > div {
    width: 100%;
  }
  .info-ttl h3 {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  #banner .banner__container {
    padding: 30px 0 70px;
  }
  #banner .banner1 {
    margin-bottom: 65px;
  }
  #banner h3 {
    font-size: 16px;
  }
  #banner .swiper-container p, #banner .swiper-container h2 {
    padding-top: .5em;
  }
  #banner .banner1, #banner .banner2 {
    font-size: 1rem;
    line-height: 1.68;
  }
  #banner .swiper-button-next::after, #banner .swiper-button-prev::after {
    width: 6px;
    height: 12px;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    display: none;
  }
  .pre {
    font-size: 1.1rem;
    padding: .8em 0 .6em;
  }
  .banner1 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
  }
  .banner1 .swiper-slide {
    width: calc(25% - 8px) !important;
    margin-right: 10px !important;
  }
  .banner1 .swiper-slide:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .banner1 .swiper-slide:nth-of-type(n+5) {
    margin-top: 15px !important;
  }
  .banner2 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    max-width: inherit;
  }
  .banner2 .swiper-slide {
    width: 100% !important;
    margin: 15px 0 0 !important;
  }
  .banner2 .swiper-slide:nth-of-type(1) {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .video-wrap {
    width: 100vw;
    margin-left: -5vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url(/store/soboro2022/img/hanbai/ico-arrow-l.svg);
  background-size: contain;
  width: 28px;
  height: 56px;
  top: 39%;
}

.swiper-button-prev.main {
  left: 50px;
}

.swiper-button-next {
  background-image: url(/store/soboro2022/img/hanbai/ico-arrow-r.svg);
}

.swiper-button-next.main {
  right: 50px;
}

.swiper-container.gallery-top {
  position: static;
}

.swiper-wrapper {
  max-width: calc(100% - 200px);
}

#product .list ul li dt,
#product .list dd h2,
#product .list .text.rmn-product-message {
  display: none;
}

#product .list dd h2 + div {
  display: none;
}

.series {
  max-width: 840px;
  margin: 0 auto 15px;
  font-size: 18px;
  font-family: 'Cinema Letter';
}

.cart-copy {
  position: absolute;
  top: 119px;
  right: 50%;
  transform: translateX(400px);
  font-size: 28px;
  text-align: right;
}

.cart-copy .zei {
  display: block;
  font-size: 12px;
  color: #999;
}

.chusenbi {
  max-width: 435px;
  width: 100%;
  margin: 20px auto 0;
}

.rmn-notice-title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 5px;
}

footer {
  background-color: #BDC6C6;
}

footer a {
  color: #435257;
}

footer .copyright {
  color: #435257;
}

footer {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 16px;
  background-color: #BDC6C6;
}

footer img {
  width: inherit;
}

footer .banner {
  padding: 45px 0;
}

footer .banner_vintage {
  max-width: 630px;
  padding: 30px 0;
  margin: 0 auto 100px;
  font-size: 2.6rem;
  line-height: 2;
  border-top: 2.62px solid #7F4B63;
  border-bottom: 2.62px solid #7F4B63;
}

footer .banner_vintage a img:nth-of-type(1) {
  max-width: 408px;
}

footer .banner_vintage a img:nth-of-type(2) {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

footer .banner_vintage div img {
  padding-right: 10px;
}

footer .banner_vintage div {
  padding-bottom: 20px;
}

footer a {
  color: #808080;
}

footer .yokoku_list {
  padding: 0 0 30px;
  background-color: #CCE0EC;
}

footer .yokoku_list ul {
  max-width: 902px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

footer .yokoku_list ul li {
  width: 33.333%;
}

footer .yokoku_list ul li .num {
  font-size: 2.4rem;
}

footer .yokoku_list ul li:last-of-type a {
  border-right: none !important;
}

footer .yokoku_list ul li.border_bottom {
  border-bottom: 2px solid #fffffa;
}

footer .yokoku_list ul li a {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  line-height: 1.875;
  pointer-events: none;
}

footer .yokoku_list ul li a.active {
  pointer-events: inherit;
  color: #DD5A24;
}

footer .yokoku_list ul li a img {
  opacity: .5;
}

footer .yokoku_list ul li a.active img {
  opacity: 1;
}

footer .yokoku_list .event_off {
  pointer-events: none;
}

footer .yokoku_list .color_off {
  opacity: .5;
}

footer .banner .link {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer li span {
  display: block;
  vertical-align: middle;
}

footer .bottom {
  padding: 50px 15px 350px;
}

footer .bottom a {
  color: #435257;
}

footer .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

footer .share {
  display: flex;
  max-width: 780px;
}

footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 12px;
  font-weight: bold;
}

footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .share li {
  margin: 0 35px 0 0;
  line-height: 0;
}

footer .share li a {
  font-size: 38px;
  display: block;
}

footer .bottom .menu {
  font-size: 12px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 914px;
  margin: auto;
}

footer .bottom .menu li::after {
  content: none;
}

footer .bottom .menu li:last-of-type:after {
  display: none;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #435257;
}

.hb-twitter:before, .hb-facebook-box:before, .hb-line:before {
  color: #435257;
}

.share-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 800px;
  padding-bottom: 50px;
}

footer img {
  width: inherit;
}

footer .hobo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  width: 100%;
  margin-top: 7px;
}

footer .hobo li:nth-of-type(1) img {
  width: 25px;
}

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

.before-sale {
  color: #666;
  text-align: center;
}

.before-sale a {
  color: #B15669;
}

.before-sale-cart {
  display: block;
  max-width: 442px;
  margin: 0 auto 20px;
}

.ico {
  margin-right: 8px;
}

.ico-pen {
  width: 25px;
}

.ico-saru {
  width: 42px;
}

.ico-q {
  width: 22px;
}

@media screen and (max-width: 768px) {
  .before-sale {
    text-align: left;
  }
  .before-sale-cart {
    margin-bottom: 10px;
  }
  .series {
    padding: 0 5%;
    margin-bottom: 0;
    font-size: 16px;
  }
  .cart-copy {
    position: static;
    transform: inherit;
    text-align: left;
    padding: 0 5%;
    font-size: 20px;
  }
  .cart-copy .zei {
    display: inline-block;
    margin-left: 10px;
  }
  .cart_wrapper {
    padding: 10px 30px;
  }
  .chusenbi {
    margin-top: 10px;
  }
  .rmn-notice-title {
    font-size: 16px;
    margin: 15px 0 5px;
  }
  .swiper-container.gallery-thumbs.slides-4 .swiper-wrapper {
    width: 100%;
    margin: 0;
  }
  .swiper-button-prev.main, .swiper-button-next.main {
    display: none;
  }
  .share-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
  footer .banner .link {
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type {
    display: block;
    padding-bottom: 20px;
  }
  footer .banner_vintage {
    font-size: 1.12rem;
    padding: 30px 0 15px;
  }
  footer .banner_vintage div {
    padding-bottom: 10px;
  }
  footer .banner_vintage div img {
    width: 265px;
    padding-right: 5px;
  }
  footer .yokoku_list ul li {
    width: 50%;
  }
  footer .yokoku_list {
    padding: 0;
  }
  footer .yokoku_list ul li a {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 2px solid #fffffa;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 2px solid #fffffa;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
  }
  footer .banner {
    padding: 20px 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 30px 10px 180px;
  }
  footer .share {
    max-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a {
    font-size: 45px;
  }
  footer .hobo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 350px;
    width: 100%;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
    font-size: 13px;
  }
  footer .hobo li {
    margin: 0 20px 20px;
    display: block;
  }
  footer .email {
    font-size: 13px;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3px;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 26px;
  }
  footer .bottom .menu {
    font-size: 11px;
    display: block;
    padding: 30px 0 40px;
  }
  footer .bottom .menu li {
    display: inline-block;
    line-height: 2;
  }
  footer .bottom .menu li::after {
    content: none;
  }
  footer .copyright {
    font-size: 10px;
  }
  footer .banner_vintage {
    padding: 30px 10px;
    margin: 0 auto 80px;
    border-top: 1.33px solid #7F4B63;
    border-bottom: 1.33px solid #7F4B63;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 84%;
  }
}
