.single-slider {
  margin-bottom: 15px;
}

.single-slider img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .single-slider img {
    max-width: 600px;
  }
}

@media screen and (min-width: 960px) {
  .single-slider {
    width: calc(100% - var(--gatter));
    margin: 0 auto 20px;
  }
}

.slider-nav {
  margin-bottom: 20px;
}

.slider-nav .slick-track {
  margin-left: 0 !important;
}

.slider-nav img {
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto 0 0;
  transition: .4s;
}

.slider-nav img:hover {
  cursor: pointer;
  opacity: .65;
}

@media screen and (min-width: 960px) {
  .slider-nav {
    width: calc(100% - var(--gatter));
    margin: 0 auto 40px;
  }
}

.single-header {
  width: calc(100% - var(--gatter) - var(--gatter));
  margin: 0 auto 40px;
}

@media screen and (min-width: 960px) {
  .single-header {
    width: calc(100% - var(--gatter));
    margin-bottom: 32px;
  }
}

.single-kataban {
  display: block;
  margin: 35px 0 5px;
  font-size: 12px;
  letter-spacing: 1px;
}

@media screen and (min-width: 960px) {
  .single-kataban {
    margin-top: 55px;
    font-size: 15px;
  }
}

.single-ttl {
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 960px) {
  .single-ttl {
    font-size: 24px;
  }
}

.single-price {
  margin-bottom: 0;
  font-size: 18px;
}

.single-price span {
  font-size: 66.67%;
}

@media screen and (min-width: 960px) {
  .single-price {
    font-size: 24px;
  }
}

.single-row {
  padding: 0 calc(var(--gatter) / 2);
}

.single-row .right, .single-row .left {
  width: calc(100% - var(--gatter));
  margin: 0 calc(var(--gatter) / 2);
}

.single-row .right {
  margin-bottom: 30px;
}

.single-row .left {
  margin-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .single-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .single-row .right, .single-row .left {
    width: calc(100% / 2 - var(--gatter));
    margin-bottom: 60px;
  }
  .single-row .left {
    padding-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .single-row .right, .single-row .left {
    margin-bottom: 50px;
  }
}

.single-estimate {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 15px 15px 15px 70px;
  border: 1px solid #D7C0A5;
}

.single-estimate::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 22px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/single/icon-estimate.svg) no-repeat;
  background-size: 30px;
  content: '';
}

.single-estimate p {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.single-estimate p .note {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .single-estimate {
    margin-bottom: 30px;
  }
  .single-estimate p {
    font-size: 16px;
  }
}

.single-zaiko {
  margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
  .single-zaiko {
    margin-bottom: 30px;
  }
}

.single-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-cart dt {
  width: 30%;
  margin-bottom: 25px;
  padding-right: 1em;
  font-weight: 400;
}

.single-cart dd {
  width: 70%;
  margin-bottom: 25px;
}

.single-cart select {
  width: 100%;
}

.single-cart input[type="text"] {
  max-width: 100px;
  height: auto;
  padding: 15px 10px !important;
  border: 1px solid #A3A3A3;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .single-cart dt, .single-cart dd {
    margin-bottom: 30px;
  }
}

.single-cart .num-row {
  display: flex;
  align-items: center;
}

.single-cart .num-btn {
  display: flex;
}

.single-cart .num-btn li {
  margin-left: 10px;
}

.single-cartrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

.single-cartrow .cartbtn {
  width: calc(100% - 60px);
}

.single-cartrow .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  box-shadow: 2px 3px 0 0 rgba(98, 84, 70, 0.15);
  background-color: #c8b431;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: 600;
  transition: .4s;
}

.single-cartrow .submit img {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}

.single-cartrow .submit:hover {
  box-shadow: none;
}

@media screen and (min-width: 960px) {
  .single-cartrow .submit img {
    width: 30px;
  }
}

.single-cartrow .sold {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 10px;
  background-color: #A3A3A3;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: 600;
  line-height: 1;
}

.single-cartrow .favbtn {
  width: 60px;
  text-align: center;
}

.single-cartrow .favorite-button {
  width: 30px;
  height: 27px;
  margin: 0 auto;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/icon-fav-add.svg) no-repeat center center;
  background-size: 30px;
  content: '';
  border: 0;
  font-size: 2px;
  text-indent: -200px;
  overflow: hidden;
  transition: .4s;
}

.single-cartrow .favorite-button:hover {
  opacity: .65;
  cursor: pointer;
}

.single-cartrow .favorite-button:active {
  opacity: .65;
}

.single-cartrow .favorite-button.fav-items {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/icon-fav-added.svg) no-repeat center center;
  background-size: 30px;
}

@media screen and (min-width: 960px) {
  .single-cartrow {
    margin-bottom: 40px;
  }
  .single-cartrow input[type="submit"] {
    padding: 25px 10px;
  }
}

.single-rellink {
  margin-bottom: 30px;
}

.single-rellink li {
  margin-bottom: 10px;
  list-style: none;
}

@media screen and (min-width: 960px) {
  .single-rellink {
    margin-bottom: 40px;
  }
}

.single-breadcrumb {
  margin-bottom: 10px;
}

.single-breadcrumb:last-of-type {
  margin-bottom: 30px;
}

.single-breadcrumb li {
  display: inline-block;
  font-size: 12px;
}

.single-breadcrumb li::after {
  display: inline-block;
  margin: 0 .5em;
  content: '>';
}

.single-breadcrumb li:last-child::after {
  display: none;
}

.single-breadcrumb a {
  color: #262626;
}

@media screen and (min-width: 960px) {
  .single-breadcrumb li {
    font-size: 12px;
  }
}

.single-share {
  display: flex;
  align-items: center;
}

.single-share dt, .single-share dd {
  margin-right: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 1.2px;
  color: #000;
}

.single-share dd:last-child {
  margin-right: 0;
}

@media screen and (min-width: 960px) {
  .single-share dt {
    font-size: 14px;
  }
}

.single-desc__area {
  padding: 0 var(--gatter);
}

.single-desc__area .left-column, .single-desc__area .right-column {
  width: 100%;
  margin-bottom: 50px;
}

.single-desc__area .ttl {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #A3A3A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 1.6px;
  color: #000;
}

.single-desc__area table {
  display: block;
  width: 100%;
}

.single-desc__area table tbody {
  display: block;
  width: 100%;
}

.single-desc__area table tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.single-desc__area table th {
  width: 35%;
  font-weight: 400;
}

.single-desc__area table td {
  width: 65%;
}

@media screen and (min-width: 600px) {
  .single-desc__area #detail-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-desc__area .left-column, .single-desc__area .right-column {
    width: calc(100% / 2 - var(--gatter));
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 960px) {
  .single-desc__area .ttl {
    font-size: 18px;
    text-align: left;
  }
}

#detail-info {
  margin-bottom: 60px;
  padding: 30px var(--gatter) 0;
  background: #FFF9F2;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  #detail-info {
    padding: 30px calc(var(--gatter) * 2) 0;
  }
}

@media screen and (min-width: 960px) {
  #detail-info {
    margin-bottom: 100px;
  }
}

.single-artist {
  margin-bottom: 60px;
}

.single-artist p {
  margin-bottom: 40px;
}

.single-artist p:last-child {
  margin-bottom: 0;
}

.single-artist h2 {
  display: block;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000;
}

.single-artist img {
  display: block;
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .single-artist h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .single-artist img {
    margin-bottom: 50px;
  }
  .single-artist p {
    margin-bottom: 60px;
  }
}

.single-lp h2 {
  display: block;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000;
}

.single-lp img {
  display: block;
  margin-bottom: 30px;
}

.single-lp p + img {
  margin-top: 60px;
}

.single-lp a {
  text-decoration: underline;
}

.single-lp a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .single-lp img {
    margin-bottom: 40px;
  }
  .single-lp h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .single-lp p + img {
    margin-top: 80px;
  }
}

.single-pagetop {
  display: block;
  max-width: 220px;
  margin: 60px auto 80px;
  text-align: center;
}

.single-pagetop a {
  position: relative;
  display: block;
  padding: 56px 0 25px;
  border-radius: 6px;
  box-shadow: 2px 3px 0 0 rgba(172, 141, 107, 0.16);
  border: solid 1px #ac8d6b;
  background-color: #fff;
  color: #553C25;
  font-weight: 500;
  line-height: 1;
}

.single-pagetop a::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/arrow-top.svg) no-repeat;
  background-size: 26px;
  content: '';
}

.single-pagetop a:hover {
  opacity: 1;
  box-shadow: none;
}

@media screen and (min-width: 960px) {
  .single-pagetop {
    margin: 100px auto;
  }
  .single-pagetop a {
    font-size: 16px;
  }
}

.c-sep.single {
  width: calc(100% - var(--gatter) - var(--gatter));
}

.c-sep.single::before {
  width: calc(50% - 40px);
}

.c-sep.single::after {
  width: calc(50% - 40px);
}

.single-about {
  width: calc(100% - calc(var(--gatter) * 2));
  margin: 0 auto;
}

.single-about .index {
  display: block;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.8px;
  color: #000;
}

.single-about img {
  display: block;
  margin-bottom: 30px;
}

.single-about p {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .single-about .index {
    font-size: 24px;
    line-height: 2;
  }
  .single-about img {
    margin-bottom: 40px;
  }
}

/*  クイックカートイン CSS  */
.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}

.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}

.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
/*# sourceMappingURL=single.css.map */

.top-kutani__wrap {
  margin: 0 calc(var(--gatter) / 2) 15px;
}

.top-kutani__wrap .right {
  padding: 20px 20px 35px;
  background: rgba(255, 249, 242, 0.9);
  z-index: 1000;
}

.top-kutani__wrap .index {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 4px;
  color: #000;
  font-weight: 600;
}

.top-kutani__wrap p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .top-kutani__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .top-kutani__wrap .left {
    width: 74%;
  }
  .top-kutani__wrap .right {
    width: 74%;
    margin-left: auto;
    margin-top: -30px;
  }
}

@media screen and (min-width: 960px) {
  .top-kutani__wrap {
    margin-bottom: 25px;
  }
  .top-kutani__wrap .right {
    padding: 40px 40px 55px;
  }
}

/*作家プロフィール********************/
p.link {
    display: block;
    margin-bottom: 0;
    text-align: right;
}

.single-desc__area .link a {
    border-bottom: solid 2px #958623;
}

img.artist_img {
    margin-bottom: 20px;
}

.artist-name {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}

.artist-cat-name {
    display: block;
    color: #A3A3A3;
}

span.rome {
    color: #262626;
    margin-left: 0.4em;
}

.a-prof-ttl {
    margin-bottom: 14px;
}

@media screen and (min-width: 960px) {
  .a-prof-ttl {
    margin-bottom: 25px;
  }
}

.rome {
  color: #262626;
}

.a-grp-detail {
  position: relative;
}

.a-grp-detail .img {
  position: relative;
  margin-bottom: 30px;
}

.a-grp-detail h2 {
  display: block;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.a-grp-detail p {
  display: block;
  font-size: 14px;
}

.a-grp-detail .profile {
  max-width: 680px;
  margin: 60px auto;
}

.a-grp-detail .profile-index {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A3A3A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 16px;
}

.a-grp-detail .profile-index::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 2px;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #B28C66;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.a-grp-detail .profile-index::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 2px;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #B28C66;
  transition: .3s;
}

.a-grp-detail .profile-index.active::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.a-grp-detail .profile-index.active::after {
  background-color: transparent;
}

.a-grp-detail .profile-index:hover {
  opacity: .65;
  cursor: pointer;
}

.a-grp-detail .profile-index:active {
  opacity: .65;
}

.a-grp-detail dl {
  display: flex;
  flex-wrap: wrap;
}

.a-grp-detail dl dt {
  display: block;
  width: 23.65%;
  line-height: 1.5;
  font-weight: 400;
}

.a-grp-detail dl dd {
  display: block;
  width: 76.35%;
  margin-bottom: 15px;
  line-height: 1.5;
}


@media screen and (min-width: 960px) {
  .a-grp-detail .img {
    width: calc(100% - var(--gatter) - var(--gatter));
    margin: 0 auto 50px;
  }
  .a-grp-detail h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .a-grp-detail .profile-index {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
  }
}






