@charset "UTF-8";

body {
  border: none;
}
.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;
  background-color: #fff;
  opacity: 0.6;
  display:block
}
.gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  display: none;
}
#contents {
  max-width: 1140px;
  margin: auto;
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px){
  .gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-button-next {
    width: 6px;
    height: 12px;
    margin-top: 2.4%;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

/* ===============================================================================
TopArea
=============================================================================== */
#mv {
  width: 100%;
  overflow: hidden;
  background: #fff;
  /* margin-top: 120px; */
  border-left: 40px solid #FFC3D1;
  border-right: 40px solid #FFC3D1;
}
#mv .gallery-thumbs {
  margin-top: 10px;
}
#mv .swiper-button-next.first {
  background-image: url(../img/btn_arrow.svg) !important;
  width: 60px;
  height: 90px;
  top: calc(50% - 45px);
}
#mv .swiper-button-prev.first {
  background-image: url(../img/btn_arrow.svg) !important;
  transform: translateY(-50%) rotate(180deg);
  width: 60px;
  height: 90px;
  top: calc(50% - 45px);
}
@media screen and (max-width: 768px){
  #mv {
    border: none;
  }
  #mv .gallery-thumbs {
    margin-top: 5px;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
#product .detail {
  background: #fff;
  color: #2E657A;
  padding: 70px 0;
}
#product h2, #product .detail__container {
  max-width: 1000px;
  margin: 0 auto;
}
#product .detail__container > div{
  line-height: 1.75;
}
#product .detail__container > div a {
  color: #871012;
  border-bottom: 1px solid;
}
#product h2 {
  font-size: 3.9rem;
  line-height: 1.14;
  padding-bottom: 60px;
}
#product .detail h3 {
  margin-bottom: 0;
}
/* .video-wrap {
  max-width: 480px;
  width: 90%;
  position: relative;
}
*/
.video-wrap div {
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  height: 0;
}
#product .list {
  padding: 40px 0 150px;
}
#product h3 {
  margin-bottom: 40px;
}
#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: '';
  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;
}
/* #product .list .cart_btn {
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  padding: 0.8em 0 0.6em;
}
#product .list .cart_btn.sold {
  background: #a8a8a8;
  color: #fff;
  font-size: 1.6rem;
  padding: .85em 0;
  pointer-events: none;
} */
#product .list .cart_btn.sold:before {
  display: none;
}
#product .list .stock {
  font-size: 1.3rem;
  line-height: 2;
  color: #666;
  font-family: 'A1 Gothic M', sans-serif;
}
#product .list .shipping {
  font-size: 1.3rem;
  line-height: 2;
  color: #2E657A;  
  font-family: 'A1 Gothic M', sans-serif;
}
#product .spec {
  background: #DDE3E0;
  padding: 50px 0;
  position: relative;
  margin: 0 -40px;
}
#product .spec .spec__container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
#product .spec .spec__container > div{
  width: 50%;
  font-family: 'A1 Gothic R', sans-serif;
  line-height: 1.68;
}
#product .spec .spec__container > div >p {
  padding-bottom: 30px;
  color: #333333;
}
#product .spec .spec__container > div h3 {
  font-size: 2.4rem;
  width: 100%;
  padding-bottom: 30px;
  font-family: 'A1 Gothic M', sans-serif;
}
#product .spec .spec__container > div h4 {
  font-family: 'A1 Gothic M', sans-serif;
}
#banner {
  border-left: 40px solid #FFC3D1;
  border-right: 40px solid #FFC3D1;
}
#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%); */
  background: linear-gradient(90deg,hsl(0deg 0% 100% / 0%),#fff 90%);
}
#banner .swiper-button-next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../img/btn_arrow_r_pink.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(../img/btn_arrow_r_pink.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 47px;
  transform: translateY(-50%) rotate(180deg);
}
#banner .banner__container {
  padding: 45px 0 130px;
}
#banner h3 {
  font-size: 2.4rem;
  font-family: 'A1 Gothic M', sans-serif;
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
}
#banner .swiper-wrapper p, #banner .swiper-wrapper h2{
  font-family: 'A1 Gothic R', sans-serif;
  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;
  color: #fff;
  font-size: 1.6rem;
  padding: .85em 0;
  pointer-events: none;
  font-family: 'A1 Gothic M', sans-serif;
}
.pre_note {
  text-align: center;
  padding-top: 30px;
}
.pre_note a{
  color: #881012;
  border-bottom: 1px solid;
}
.zeikomi {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: right;
}
.godetail {
  margin: 15px 0;
  display: block;
}

#product .list ul {
  margin-top: -100px;
  grid-template-columns: repeat(1, 1fr);
  color: #2E657A;
}
#product ul li {
  width: 100%;
}
.cart {
  list-style: none;
}
.cart:not(.first) {
  margin-top: 100px;
}
.cart.sold {
  position: relative;
}
.cart.sold::before {
  content: '';
  background-image: url(/store/treasuretrove/img/ico-sold.svg);
  background-size: contain;
  width: 94px;
  height: 94px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.rmn-product-message-red {
  display: none;
}
.cart.sold .rmn-product-message-red {
  display: block;
  color: red;
  font-size: 14px;
}
.cart.sold .cart_btn {
  pointer-events: none;
}
.cart.sold .shipping,
.cart.sold .stock,
.cart.before .shipping,
.cart.before .stock {
  display: none;
}
.cart .cart_btn img.sold,
.cart .cart_btn img.before {
  display: none;
}
.cart.sold .cart_btn img.sale{
  display: none;
}
.cart.sold:not(.before) .cart_btn img.sold{
  display: block;
}
.cart.before .cart_btn {
  pointer-events: none;
}
.cart.before .cart_btn img.sale{
  display: none;
}
.cart.before .cart_btn img.before{
  display: block;
}

.cart dd {
  text-align: center;
}
.price {
  font-size: 20px;
}
.yen {
  font-size: 14px;
}
.cart_btn {
  display: block;
  margin: 15px auto 0;
  max-width: 260px;
}
#product h2.product_name {
  font-size: 40px;
  padding: 30px 0 10px;
}
#product .list ul li a {
  color: #6FB1BC;
}
.bg-namisen {
  display: inline-block;
  position: relative;
  padding: 20px 10px !important;
  margin-top: 15px;
}
.bg-namisen.pattern2 {
  margin-top: 0;
  padding: 30px 10px 50px !important;
}
.bg-namisen::before {
  content: '';
  background-image: url(/store/treasuretrove/img/bg-namisen.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
}
.bg-namisen::after {
  content: '';
  background-image: url(/store/treasuretrove/img/bg-namisen.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
}
.before-txt {

}
.before-txt a {
  color: #6FB1BC;
}
.rmn-article {
  color: #666;
}
.rmn-article-title {
  margin-bottom: 20px !important;
}
.rmn-article-text {
  position: relative;
  padding-right: 90px;
  font-size: 14px;
}
.rmn-article-inner {
  position: relative;
}
.rmn-article-inner::after {
  content: '';
  position: absolute;
  background-image: url(/store/treasuretrove/img/bg-ningyo.png);
  background-size: contain;
  background-position: center;
  right: 0;
  bottom: 0;
  width: 53px;
  height: 96px;
}
.mgt15 {
  padding-top: 15px !important;
  margin-top: 0 !important;
  text-align: center !important;
}
footer {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 769px){
  #product .detail__container {
    display: flex;
    justify-content: space-between;
  }
  #product .detail__container > div{
    width: 50%;
  }
  #product .detail__container > div:nth-of-type(2){
    max-width: 470px;
  }
  #product .spec .spec__container > div.rmn-spec + div{
    position: absolute;
    left: 50%;
    line-height: 1;
  }
  #product .spec .spec__container > div.rmn-notice {
    padding-top: 50px;
  }
  #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;
  }
  footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px){
  .rmn-article-text br {
    display: none;
  }
  .rmn-article-text {
    padding-right: 60px;
    font-size: 14px;
  }
  #mv .swiper-button-prev.first,
  #mv .swiper-button-next.first {
    width: 30px;
    height: 50px;
    top: calc(50% - 25px);
  }
  #contents {
    border-left: 8px solid #FFC3D1;
    border-right: 8px solid #FFC3D1;
  }
  #banner {
    border: none;
  }
  #product h2, #product .detail__container {
    width: 90%;
  }
  #product .detail {
    padding: 25px 0;
  }
  #product .detail__container > div {
    width: 100%;
  }
  #product .detail__container > div:nth-of-type(2) {
    margin-top: 20px;
  }
  #product h2 {
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 20px;
  }
  #product h3 {
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
  .bg-namisen.pattern2 {
    padding: 30px 10px !important;
  }
  /* .video-wrap {
    margin: 20px auto 0;
  } */
  #product .list {
    padding: 0 0 80px;
  }
  #product .list ul li {
    font-size: 1.6rem;
    width: 100%;
  }
  #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 {
    margin-top: 0;
  }
  #product .list ul li .text {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 20px;
  }
  #product .list dd, #product .list dd h2 {
    font-size: 20px;
    padding: 0 8px;
    margin-top: 20px;
  }
  /* #product .list .cart_btn.sold {
    font-size: 1.1rem;
    padding: .85em 0;
  }
  #product .list .cart_btn {
    font-size: 1.1rem;
    padding: .8em 0 .6em;
  } 
  #product .list .cart_btn:before {
    width: 16px;
    padding-top: 16px;
    margin-right: 6px;
  } */
  #product .list .stock {
    font-size: 13px;
  }
  #product .list .shipping {
    font-size: 13px;
  }
  #product .spec {
    padding: 30px 0 0;
    margin: 0;
  }
  #product .spec .spec__container {
    display: block;
  }
  #product .spec .spec__container > div {
    width: 100%;
  }
  #product .spec .spec__container > div 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: 1.4rem;
  }
  #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;
  }
  .pre {
    font-size: 1.1rem;
    padding: .8em 0 .6em;
  }
  
  footer {
    border-left: 8px solid #FFC3D1;
    border-right: 8px solid #FFC3D1;
    padding-top: 0;
  }
  .zeikomi {
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .cart_btn {
    margin-bottom: 0;
  }
  #product ul li.sold::before {
    width: 64px;
    height: 64px;
    right: 10px;
    top: 10px;
  }

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