.explanation {
  width: 85.71%;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  .explanation {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .explanation {
    padding: 0 10px;
  }
}

.explanation .explanationwapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 599px) {
  .explanation .explanationwapper {
    display: block;
  }
}

.explanation .explanationwapper .left {
  width: 45.71%;
}

@media (max-width: 1024px) {
  .explanation .explanationwapper .left {
    width: 46%;
  }
}

@media (max-width: 599px) {
  .explanation .explanationwapper .left {
    width: auto;
  }
}

.explanation .explanationwapper .left .swiper_th .swiper-wrapper .swiper-slide .obf {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 380px;
}

@media (max-width: 1024px) {
  .explanation .explanationwapper .left .swiper_th .swiper-wrapper .swiper-slide .obf {
    padding-bottom: 100%;
  }
}

.explanation .explanationwapper .left .swiper_th .swiper-wrapper .swiper-slide .obf img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
}

.explanation .explanationwapper .left .thumbs-slider {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.explanation .explanationwapper .left .thumbs-slider li {
  cursor: pointer;
}

.explanation .explanationwapper .left .thumbs-slider li .obf {
  height: 0;
  display: block;
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  padding-bottom: 116px;
}

@media (max-width: 1024px) {
  .explanation .explanationwapper .left .thumbs-slider li .obf {
    padding-bottom: 100%;
  }
}

.explanation .explanationwapper .left .thumbs-slider li .obf img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
}

.explanation .explanationwapper .left .thumbs-slider .swiper-slide-thumb-active img {
  border: 2px solid #121212;
}

<!--slick-->
.main_slider li .obf {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 380px;
}

@media (max-width: 1024px) {
  .main_slider li .obf {
    padding-bottom: 100%;
  }
}

.main_slider li .obf img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
}

.main_slider-thumbnails {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.main_slider-thumbnails li {
  cursor: pointer;
  margin: 0 5px;
}

.main_slider-thumbnails li .obf {
  height: 0;
  display: block;
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  padding-bottom: 116px;
}

@media (max-width: 1024px) {
  .main_slider-thumbnails li .obf {
    padding-bottom: 100%;
  }
}

.main_slider-thumbnails li .obf img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
}
.main_slider-thumbnails .slick-current img {
  border: 2px solid #121212;
}


.explanation .explanationwapper .left .text {
  margin-top: 20px;
  padding:0;
}

.explanation .explanationwapper .left .text p {
  font-size: 1.2rem;
  line-height: 1.7em;
}

.explanation .explanationwapper .left .text img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.explanation .explanationwapper .right {
  width: 40%;
}

@media (max-width: 1024px) {
  .explanation .explanationwapper .right {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .explanation .explanationwapper .right {
    width: auto;
    margin-top: 60px;
  }
}

.explanation .explanationwapper .right .workprice h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.3em;
}

.explanation .explanationwapper .right .workprice .enname {
  margin-top: 4px;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif !important;
}

.explanation .explanationwapper .right .workprice .artist {
  position: relative;
  padding-bottom: 6px;
  margin: 20px 0;
  border-bottom: 1px solid #707070;
}

.explanation .explanationwapper .right .workprice .artist .icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.explanation .explanationwapper .right .workprice .artist p {
  color: #696969;
}

.explanation .explanationwapper .right .workprice .artist p a {
  color: #696969;
  border-bottom: 1px solid #696969;
  padding-bottom: 2px;
}

.explanation .explanationwapper .right .workprice .artist .en {
  margin-top: 4px;
}

.explanation .explanationwapper .right .workprice .artist .resale{
  position: absolute;
  bottom: 6px;
  right: 0px;
  font-family: futura , 'Hind', sans-serif;
  display:inline-block !important; 
  padding:6px 16px 6px; 
  background:#e2e3e4; 
  color:#000; 
  font-size: 1.3rem;
  border-radius:5px; 
}

.explanation .explanationwapper .right .workprice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #707070;
}

.explanation .explanationwapper .right .workprice dl dt, .explanation .explanationwapper .right .workprice dl dd {
  width: 50%;
  font-size: 1.3rem;
  line-height: 2em;
  border-bottom: 1px dotted #c7c7c7;
  margin-bottom: 10px;
}

.explanation .explanationwapper .right .workprice dl dt span,
.explanation .explanationwapper .right .workprice dl dd span{
  font-size: 1.3rem !important;
}

.explanation .explanationwapper .right .workprice dl dd {
  text-align: right;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem !important;
}

.explanation .explanationwapper .right .workprice dl .goukei, .explanation .explanationwapper .right .workprice dl .goukei_p {
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 20px;
}

.explanation .explanationwapper .right .workprice dl .goukei span {
  font-weight: 600;
}

.explanation .explanationwapper .right .workprice dl .goukei_p span {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem !important;
}

.explanation .explanationwapper .right .workprice .cartwapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explanation .explanationwapper .right .workprice .cartwapper .cart ,
.explanation .explanationwapper .right .workprice .cartwapper .ask {
  width: 76.19%;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  line-height: 60px;
  text-align: center;
  background-color: #121212;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.explanation .explanationwapper .right .workprice .cartwapper .cart:hover ,
.explanation .explanationwapper .right .workprice .cartwapper .ask:hover {
  background-color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.explanation .explanationwapper .right .workprice .cartwapper .cart span ,
.explanation .explanationwapper .right .workprice .cartwapper .ask span {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
}

.explanation .explanationwapper .right .workprice .cartwapper .cart span::before {
  content: '';
  background-image: url(../../img/images/common/cart_w.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.explanation .explanationwapper .right .workprice .cartwapper .arrival_sell {
  width: 76.19%;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  line-height: 60px;
  text-align: center;
  background-color: #121212;
  color: #666;
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.explanation .explanationwapper .right .workprice .cartwapper .limit_sell {
  width: 100%;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  padding: 16px 15px;
  line-height: 30px;
  text-align: center;
  background-color: #121212;
  color: #666;
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-sizing: border-box;
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark {
  margin-right: 4%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark.add {

}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark.before {
  cursor: default;
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip {
  position: relative;
  display: block;
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip img {
  width: 75%;
  padding: 12.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #7f7f7f;
  border-radius: 50%;
}

.explanation .explanationwapper .right .workprice .contactwapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explanation .explanationwapper .right .workprice .contactwapper a {
  width: 100%;
  line-height: 45px;
  display: block;
  background-color: #D1D1D1;
  border: 1px solid #D1D1D1;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.explanation .explanationwapper .right .workprice .contactwapper a.request {
  background-color: #fff;
  border: 1px solid #7f7f7f;
}

.explanation .explanationwapper .right .workprice .contactwapper a span{
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}

.explanation .explanationwapper .right .workprice .contactwapper a.request span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
}

.explanation .explanationwapper .right .workprice ul.contactwapper{
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explanation .explanationwapper .right .workprice ul.contactwapper li{
  width: 49%;
}

.explanation .explanationwapper .right .workprice .contactwapper a.ht_link {
  width: 100%;
  line-height: 0 !important;
  display: block;
  background-color: #fff !important;
  border: none !important;
  text-align: left;
  font-size: 1.2rem;
  font-weight: normal !important;
}
.explanation .explanationwapper .right .workprice .contactwapper a.ht_link span {
  margin-top: 0 !important;
  font-size: 1.20rem;
  color: #7f7f7f;
  text-decoration: underline;
  font-weight: normal !important;
}

.explanation .explanationwapper .right .workprice .ht_link a span {
  display: block;
  margin-top: 10px;
  font-size: 1.20rem;
  color: #7f7f7f;
  text-decoration: underline;
}

.explanation .explanationwapper .right .details {
  margin-top: 60px;
}

.explanation .explanationwapper .right .details #title {
  font-size: 1.4rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.explanation .explanationwapper .right .details #title::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #121212;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.explanation .explanationwapper .right .details #title::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #121212;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.explanation .explanationwapper .right .details #title.open::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.explanation .explanationwapper .right .details #title.open::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.explanation .explanationwapper .right .details .box {
  margin-top: 20px;
}

.explanation .explanationwapper .right .details .box a p ,
.explanation .explanationwapper .right .details .box p {
  font-size: 1.2rem;
}

.explanation .explanationwapper .right .details .box dl {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.explanation .explanationwapper .right .details .box dl dt{
  width: 40%;
  font-size: 1.1rem;
  border-bottom: 1px dotted #c7c7c7;
  line-height: 1.5em;
  padding-bottom: 2px;
  margin-top: 6px;
}

.explanation .explanationwapper .right .details .box dl dt span{
  font-size: 1.1rem;
  line-height: 1.5em;
}

.explanation .explanationwapper .right .details .box dl dd {
  width: 60%;
  font-size: 1.1rem;
  border-bottom: 1px dotted #c7c7c7;
  line-height: 1.5em;
  padding-bottom: 2px;
  margin-top: 6px;
}

.explanation .explanationwapper .right .details .box dl dd span{
  font-size: 1.1rem;
  line-height: 1.5em;
}

.explanation .explanationwapper .right .details .box .profile {
  margin-top: 20px;
}

.explanation .explanationwapper .right .details .box .profile h3 {
  font-size: 1.3rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

.explanation .explanationwapper .right .details .box .profile p {
  margin-top: 6px;
}

.explanation .explanationwapper .right .details .box .profile img {
  margin-left: 10px;
  margin-bottom: 10px;
}

.explanation .explanationwapper .right .details .authorwapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explanation .explanationwapper .right .details .authorwapper .morework {
  display: block;
  width: 76.19%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  background-color: #4E4D4D;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.explanation .explanationwapper .right .details .authorwapper .morework a{
  display: block;
}

.explanation .explanationwapper .right .details .authorwapper .morework a span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}

.explanation .explanationwapper .right .details .authorwapper .morework a span:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}

.explanation .explanationwapper .right .details .authorwapper .bookmark {
  width: 14.28%;
  line-height: 40px;
  border: none;
  background-color: #4E4D4D;
  cursor: pointer;
}

.explanation .explanationwapper .right .details .authorwapper .bookmark.add {

}

.explanation .explanationwapper .right .details .authorwapper .bookmark.before {
  cursor: default;
}

.explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip {
  position: relative;
  display: block;
}

.explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip .balloon ,
.explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip .balloon {
  width: 150px;
  position: absolute;
  left: 50%;
  bottom: 90%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding: 2px;
  background-color: #111;
  font-size: 0.5em;
  color: #fff;
  text-align: center;
  visibility: hidden; 
  opacity: 0; 
  z-index: 1;
  transition: 0.5s all;
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip .balloon::before ,
.explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip .balloon::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #111;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip:hover .balloon ,
.explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip:hover .balloon { 
  bottom: 100%; 
  visibility: visible; 
  opacity: 1;
}

@media (max-width: 599px) {
  .explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip .balloon ,
  .explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip .balloon {
    display: none;
  }
  
  .explanation .explanationwapper .right .workprice .cartwapper .bookmark span.tooltip .balloon::before ,
  .explanation .explanationwapper .right .details .authorwapper .bookmark span.tooltip .balloon::before {
    content: none;
  }
}

.check_contens {
  margin-top: 160px;
  padding: 0 80px;
}

@media (max-width: 1024px) {
  .check_contens {
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .check_contens {
    margin-top: 100px;
    padding: 0 10px;
  }
}

.titlewapper h2 {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .titlewapper h2 {
    font-size: 30px;
  }
}

/*
.check_contens ul.check_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .check_contens ul.check_list {
    margin-top: 0;
  }
}
.check_contens ul.check_list li {
  opacity: 1;
  width: 18.85%;
  margin-top: 40px;
  transition: all 0.4s ease 0s;
}
@media (max-width: 1024px) {
  .check_contens ul.check_list li {
    margin-top: 30px;
    width: 31.81%;
  }
}
@media (max-width: 599px) {
  .check_contens ul.check_list li {
    width: 48%;
  }
}
.check_contens ul.check_list li a {
  display: block;
  transition: all 0.4s ease 0s;
}
.check_contens ul.check_list li a:hover {
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}
.check_contens ul.check_list li a img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}
@media (max-width: 599px) {
  .check_contens ul.check_list li a img {
    height: 200px;
  }
}

.check_contens ul.check_list li .text {
  margin-top: 10px;
}

.check_contens ul.check_list li .text .name {
  color: #4A4A4A;
  font-size: 1.2rem;
}

.check_contens ul.check_list li .text h4 {
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4em;
}
*/

.check_contens ul.recommend_list ,
.check_contens ul.checked_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .check_contens ul.recommend_list ,
  .check_contens ul.checked_list {
    margin-top: 0;
  }
}
.check_contens ul.recommend_list li.slide ,
.check_contens ul.checked_list li.slide {
  opacity: 1;
  width: 18.85%;
  margin: 40px 0.16% 0;
  transition: all 0.4s ease 0s;
}
@media (max-width: 1024px) {
  .check_contens ul.recommend_list li.slide ,
  .check_contens ul.checked_list li.slide {
    margin: 30px 0.2% 0;
    width: 31.81%;
  }
}
@media (max-width: 599px) {
  .check_contens ul.recommend_list li.slide ,
  .check_contens ul.checked_list li.slide {
    width: 49%;
    margin: 30px 0.2% 0;
  }
}
.check_contens ul.recommend_list li.slide a ,
.check_contens ul.checked_list li.slide a {
  display: block;
  transition: all 0.4s ease 0s;
}
.check_contens ul.recommend_list li.slide a:hover ,
.check_contens ul.checked_list li.slide a:hover {
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}
.check_contens ul.recommend_list li.slide a img ,
.check_contens ul.checked_list li.slide a img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}

@media (max-width: 599px) {
  .check_contens ul.recommend_list li.slide a img ,
  .check_contens ul.checked_list li.slide a img {
    height: 200px;
  }
}

.check_contens ul.recommend_list li.slide .text ,
.check_contens ul.checked_list li.slide .text {
  margin-top: 10px;
}

.check_contens ul.recommend_list li.slide .text .name ,
.check_contens ul.checked_list li.slide .text .name {
  color: #4A4A4A;
  font-size: 1.2rem;
}

.check_contens ul.recommend_list li.slide .text h4 ,
.check_contens ul.checked_list li.slide .text h4 {
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4em;
}

/*# sourceMappingURL=style_detail.css.map */