/*====================================================
////id common
====================================================*/
:root {
  --gold: #A28853;
  --blue: #0063D6;
}
body {
  overflow: visible;
}
.l-container.is-col2:before,
.c-bg-base:before {
  display: none;
}
.l-container {
  align-items: flex-start;
}
.ba_base01 { background: url('../img/common/bg_base01.jpg'); }
.ba_base02 { background: url('../img/common/bg_base02.jpg'); background-size: 200px;}
.flexBox { display: flex; }
.gridBox { display: grid; }
.arrow_link {
  padding-left: 1em;
  position: relative;
}
.arrow_link::before {
  border: solid transparent;
  border-width: .35em 0 .35em .5em;
  border-left-color: var(--gold);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: .35em;
    left: .15em;
  width: 0;
  height: 0;
}
.l-container a {
  transition: all .3s ease;
}
a.underline {
  background: linear-gradient(transparent calc(100% - 1px), var(--gold) calc(100% - 1px),var(--gold) 100%);
}
a.underline:hover {
  color: var(--gold);
}
.link_blue:hover {
  color: var(--blue);
}
figure {
  position: relative;
}
figure.coverImg {
	overflow: hidden;
	padding-top: 65.8%;
	width: 100%;
}
figure.coverImg img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
}
dl.accordion {
  position: relative;
  z-index: 3;
}
dl.accordion dt {
	cursor: pointer;
	position: relative;
}
dl.accordion dd {
  height: 0;
	overflow: hidden;
	transition: .2s ease-in-out;
}
dl.accordion .accordion_close {
	cursor: pointer;
  position: relative;
  z-index: 10;
}
dl.accordion.open .accordion_mask {
  display: block;
}
.gold { color: var(--gold); }

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
  }
  .l-container .l-contents {
    overflow: hidden;
    width: 100%;
  }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}

@media print, screen and (min-width: 1340px) {
  .l-container.is-col2 {
    width: 1300px;
  }
  .l-container.is-col2 .l-contents {
    width: calc(100% - 270px - 40px);
  }
}

/*====================================================
////id single_product_head
====================================================*/
#single_product_head {
  background: url('../img/product/product_head_bg.png') no-repeat center / cover;
}
#single_product_head .itemBox {
  display: grid;
    align-items: center;
    grid-gap: 15px;
  padding: 60px 0;
}
#single_product_head h1 {
  line-height: 1.6;
  margin-bottom: .3em;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}
#single_product_head .headBox p {
  font-weight: 600;
}
#single_product_head .c-cv01 {
  background: transparent;
  padding: 0;
}
#single_product_head .c-cv01 .u-inner{
  padding: 0;
}
#single_product_head .c-cv01__head,
#single_product_head .c-cv01__txt {
  display: none;
}
#single_product_head .c-cv01__btn {
  margin: 0;
}
#single_product_head .c-cv01__box {
  border-color: #000;
  margin: 30px 0;
}
#single_product_head .c-cv01__box-txt {
  color: #000;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #single_product_head h1 {
    font-size: 4.5rem;
  }
  #single_product_head .imgBox {
    margin: 0 0 0 auto;
    width: 50%;
  }
  #single_product_head .c-cv01__btn {
    display: flex;
      flex-direction: row-reverse;
      grid-gap: 0;
  }
  #single_product_head .c-cv01__btn li {
    flex: 1;
  }
  #single_product_head .c-cv01__btn-item {
    height: auto;
    margin-top: 0;
  }
  #single_product_head .c-cv01__btn-link {
    display: flex;
      align-items: center;
      justify-content: center;
    padding: 1em .5em;
  }
  #single_product_head .c-cv01__btn-item.is-tel a {
    border-radius: 5px 0 0 5px;
  }
  #single_product_head .c-cv01__btn-item.is-tel .c-cv01__btn-num {
  }
  #single_product_head .c-cv01__btn-item.is-tel .c-cv01__btn-num:before {
    margin-right: .2em;
    width: 1.7em;
    height: 1em;
  }
  #single_product_head .c-cv01__btn-item.is-mail a {
    border-radius: 0 5px 5px 0;
    letter-spacing: 0;
  }
  #single_product_head .c-cv01__btn-item.is-mail .c-cv01__btn-link:after {
    margin-left: .2em;
    position: unset;
    transform: none;
    width: 1.7em;
    height: 1em;
  }
  #single_product_head .c-cv01__box,
  #single_product_head .c-cv01__btn-time {
    display: none;
  }
}

@media print, screen and (max-width: 540px) {
  #single_product_head h1 {
    font-size: 7vw;
  }
  #single_product_head .c-cv01__btn {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  #single_product_head .c-cv01__btn-item.is-tel .c-cv01__btn-num {
    font-size: 4.2vw;
  }
  #single_product_head .c-cv01__btn-item.is-mail a {
    font-size: 3.6vw;
  }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #single_product_head > .u-inner {
  }
  #single_product_head .itemBox {
    grid-template-columns: 730px 1fr;
    padding: 100px 0 60px;
  }
  #single_product_head h1 {
    font-size: 6.4rem;
  }
  #single_product_head .headBox p {
    display: none;
  }
  #single_product_head .c-cv01__box {
    padding: 25px 10px;
  }
  #single_product_head .c-cv01__box-txt {
    letter-spacing: 0;
    margin-right: 25px;
  }
  #single_product_head .is-tel .u-view-pc {
    display: block !important;
  }
  #single_product_head .c-cv01__btn-item.is-tel .c-cv01__btn-link {
    padding: 16px 20px;
  }
  #single_product_head .c-cv01__btn-item.is-tel .c-cv01__btn-num {
    font-size: 2.4rem;
  }
  #single_product_head .c-cv01__box-list {
    width: 360px;
  }
  #single_product_head .c-cv01__box-link {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  #single_product_head .c-cv01__box-item .c-cv01__box-link:after {
    right: 10px;
  }
  #single_product_head .imgBox {
    grid-row: span 2;
  }
}

@media print, screen and (min-width: 1340px) {
  #single_product_head > .u-inner {
    max-width: 1300px;
  }
  #single_product_head .itemBox {
    grid-gap: 20px 100px;
  }
}
/*====================================================
////id l-breadcrumb common
====================================================*/
.l-breadcrumb {
  background: #fff;
}
.l-breadcrumb-list {
  padding-top: 15px;
  padding-top: 15px;
}

.alm-btn-wrap {
  margin: 40px auto 0;
  width: 60%;
  max-width: 190px;
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}


/*====================================================
////id main
====================================================*/
main .product-single {
  padding-bottom: 0;
}
main .headBox .c-head04 {
  margin-bottom: 1.2em;
  padding-bottom: .5em;
}
main .headBox .copy {
  margin-bottom: 1.5em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .product-single__article {
    grid-gap: 65px;
    padding: 60px 20px;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  main .headBox .copy {
    font-size: 1.5em;
  }
  .product-single__article {
    grid-gap: 75px;
    padding: 70px 40px;
  }
  main .c-cv01__btn,
  main .c-cv01__box {
    box-sizing: border-box;
    margin: 45px auto 0;
    width: 90%;
  }
  main .c-cv01__btn-item.is-tel .c-cv01__btn-link {
    padding: 16px;
  }
  main .c-cv01__btn-item.is-tel .c-cv01__btn-num.u-view-pc {
    display: block !important;
    font-size: 2.5rem;
  }
  main .c-cv01__box {
    padding: 25px 16px;
  }
  main .c-cv01__box-txt {
    font-size: 1.6rem;
  }
  main .c-cv01__box-link {
    font-size: 1.6rem;
    padding: 10px 16px;
  }
}

@media print, screen and (min-width: 1340px) {
  main .c-cv01__btn-item.is-tel .c-cv01__btn-num.u-view-pc {
    font-size: 3rem;
  }
}

/*====================================================
////id results
====================================================*/
#results .itemBox {
  display: grid;
    grid-gap: 35px;
}
#results .item {
  grid-gap: 16px 24px;
  line-height: 1.6;
}
#results .item .imgBox figure {
  margin-bottom: 1em;
}
#results .item h3 {
  font-size: 1.5em;
  font-weight: bold;
}
#results .item dl.name,
#results .item dl.price {
  grid-template-columns: auto 1fr;
}
#results .item dl {
  margin-top: .7em;
}
#results .item dl.price {
  align-items: baseline;
  grid-gap: 1em;
  margin-top: 0;
}
#results .item dt {
  font-weight: bold;
  margin-bottom: .2em;
}
#results .item .price dd {
  font-weight: bold;
}
#results .item .price .price_no {
  font-size: 2.18em;
  line-height: 1;
}
#results .alm-btn-wrap .c-btn01__link::after {
  transform: rotate(90deg);
  transform-origin: right;
}
#results .btnBox {
  margin: 16px auto 0;
  width: 100%;
    max-width: 490px;
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #results .item {
    grid-template-columns: 40% 1fr;
  }
  #results .btnBox {
    margin: 30px auto 0;
  }
}


/*====================================================
////id voice
====================================================*/
#voice .itemBox {
  display: grid;
    grid-gap: 35px;
}
#voice .item {
  grid-gap: 16px 24px;
  line-height: 1.6;
}
#voice .item h3 {
  font-size: 1.5em;
  font-weight: bold;
}
#voice .item .artist_name,
#voice .item .type {
  font-weight: bold;
  margin-top: .7em;
}
#voice .item dl {
  margin-top: .7em;
}
#voice .item dt {
  font-weight: bold;
  margin-bottom: .2em;
}
#voice .item .underBox dl {
  margin-top: 0;
}
#voice .item .rate {
  margin-top: 0;
  grid-gap: .5em;
  grid-template-columns: auto 1fr;
}
#voice .item .rate dd {
  color: var(--gold);
}
#voice .item .appraiser {
  grid-gap: 16px;
  grid-template-columns: 80px 1fr;
  margin-top: 16px;
}
#voice .item .appraiser .coverImg {
  border-radius: 100%;
  padding-top: 100%;
}
#voice .btnBox {
  margin: 40px auto 0;
  width: 190px;
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #voice .item {
    grid-template-columns: 40% 1fr;
  }
  #voice .item dl.price {
    align-items: baseline;
    grid-gap: 1em;
  }
  #voice .item .underBox {
    grid-column: span 2;
  }
}

/*====================================================
////id staff
====================================================*/
#staff .itemBox {
  grid-gap: 30px;
}
#staff .item {
  grid-gap: .7em 25px;
  line-height: 1.6;
}
#staff .item .txtBox {
  grid-gap: .7em;
}
#staff .item dt {
  font-weight: bold;
  margin-bottom: .2em;
}
#staff .btnBox {
  margin: 40px auto 0;
  width: 260px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #staff .item {
    grid-template-columns: 22% 1fr auto;
  }
  #staff .item .imgBox {
    grid-row: span 2;
  }
  #staff .item .commentBox {
    grid-column: span 2;
  }
  #staff .item .linkBox {
    grid-column: 3;
    grid-row: 1;
  }
}

@media print, screen and (min-width: 1340px) {
  #staff .item .txtBox {
    grid-template-columns: 12em 1fr;
  }
  #staff .item .txtBox dl {
  }
}

/*====================================================
////id entry_list
====================================================*/
.entry_list .itemBox {
  flex-wrap: wrap;
}
.entry_list .item {}
.entry_list .item:not(.item:last-child)::after {
  content: '/';
  margin: 0 .5em;
}
.entry_list a {
  position: relative;
  text-decoration: none;
}
.navBox ul {
  flex-wrap: wrap;
  grid-gap: .6em;
}
.navBox ul a {
  border: solid 1px #262626;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  padding: .5em .8em;
  text-decoration: none;
}
.navBox ul a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.entry_items h3 {
  margin-top: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .navBox ul {
    font-size: .9em;
  }

}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}

/*====================================================
////id cmn_area
====================================================*/
.cmn_area .itemBox {
  position: relative;
}
.cmn_area .imgBox {
  display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  padding-bottom: 3em;
  position: absolute;
    bottom: 0;
    right: 0;
  width: 50%;
  height: calc(100% - 2em);
}
.cmn_area .imgBox img {
  margin: 0 0 0 auto;
  width: auto;
    max-width: 100%;
  height: auto;
    max-height: 100%;
}
.cmn_area .area_item {
  position: relative;
}
.cmn_area .area_item h3 {
  font-size: 1.25em;
  margin-top: .5em;
}
.cmn_area .area_item .item {
  flex-wrap: wrap;
}
.cmn_area .area_item dl {
  position: unset;
}
.cmn_area .area_item dt,
.cmn_area .area_item .item .city {
  padding-right: 1.5em;
  position: relative;
}
.cmn_area .area_item dl:last-child dt,
.cmn_area .area_item .item .city:last-child {
  padding-right: 0;
}
.cmn_area .area_item dl:not(dl:last-child) dt::after,
.cmn_area .area_item .item .city:not(.city:last-child)::after {
  color: #000;
  content: '/';
  position: absolute;
    top: 0;
    right: .5em;
}
.cmn_area .area_item .item .city:not(.city:last-child)::after {
  line-height: 1.4;
}
.cmn_area .area_item dl.open {
  z-index: 20;
}
.cmn_area .area_item dt {
  transition: .3s ease;
}
.cmn_area .area_item dl.open dt,
.cmn_area .area_item dt:hover {
  color: var(--blue);
}
.cmn_area .area_item dd {
  position: absolute;
    /* top: 100%;
    left: 0; */
  /* width: 90vw; */
    max-width: 430px;
}
.cmn_area .area_item .accordion-inner {
  padding-top: 1em;
}
.cmn_area .area_item .balloon {
  background: #E8E8E2;
  border: solid 1px #262626;
  border-radius: 3px;
  padding: 1em;
  /* position: relative; */
}
.cmn_area .area_item .balloon .balloon_deco {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 15px;
  transform: rotate(115deg) skewX(-40deg);
  width: 20px;
  height: 20px;
}
.cmn_area .area_item .balloon .balloon_deco.deco-1 {
  background: #E8E8E2;
  border-radius: 3px;
  /* top: calc((.4em - 2px) * -1);
  left: 1em; */
  z-index: 2;
}
.cmn_area .area_item .balloon .balloon_deco.deco-2 {
  background: #262626;
  border-radius: 4px;
  transform: rotate(115deg) skewX(-40deg) scale(1.08);
  z-index: -2;
}
.cmn_area .area_item .balloon-inner {
  position: relative;
  z-index: 5;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .cmn_area .itemBox {
    font-size: .8em;
    min-height: 70vw;
  }
  .cmn_area .txtBox .item {
    padding-right: 20%;
  }
  .cmn_area .area_item dd {
    max-width: 80vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  .cmn_area .itemBox {
    min-height: 500px;
  }
}

/*====================================================
////id tabBox
====================================================*/
.tabBox {
	position: relative;
}
.tabBox .tabArea {
	grid-gap: .5em;
}
.tabBox .tabArea li {
  border: solid 1px;
  border-radius: 4px;
	cursor: pointer;
  font-weight: bold;
	line-height: 1.2;
  padding: .85em .7em;
  transition: .2s ease-in-out;
}
.tabBox .tabArea li.current {
	background: var(--gold);
  border-color: var(--gold);
  color: #fff;
	cursor: default;
	pointer-events: none;
}
.tabBox .tabArea li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.tabBox .tabArea li.current a {
	pointer-events: none;
}
.tabBox .contentArea {
	position: relative;
	transition: .4 all;
}
.tabBox .contentArea .tab_content {
	transition: .2s all;
}
.tabBox .contentArea .tab_content:not(.current) {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.tabBox .contentArea .tab_content-inner {
  padding-top: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.tabBox .tabArea {
		display: flex;
      flex-wrap: wrap;
	}
	.tabBox .tabArea .tab {
	}
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  .tabBox .tabArea li:hover {
  	background: var(--gold);
    border-color: var(--gold);
    color: #fff;
  }
}

/*====================================================
////id entry_artist
====================================================*/
#entry_artist h3 {
  height: 0;
  overflow: hidden;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}

/*====================================================
////id shop
====================================================*/
#shop .navBox {
  padding-top: 10px;
}
#shop .item h3 {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: .3em;
}
#shop .item .txt-inner {
  grid-gap: .5em 1em;
}
#shop .item .txtBox dl {
  grid-template-columns: auto 1fr;
  line-height: 1.6;
}
#shop .item .txtBox .zip {
  margin-right: .5em;
}
#shop .item .txtBox .address_text {
  display: inline-block;
}
#shop .item .txtBox .holiday small {
  display: block;
  font-size: .8em;
}
#shop .item .linkBox {
  grid-gap: .5em;
  margin-top: .8em;
}
#shop .item .linkBox a {
  border: solid 1px #262626;
  border-radius: 4px;
  padding: .4em .8em;
}
#shop .item .linkBox a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #shop .itemBox {
    grid-gap: 30px;
    margin-top: 30px;
  }
  #shop .item {
    grid-gap: 16px;
  }
  #shop .item .linkBox {
    flex-direction: column;
    width: 100%;
      max-width: 220px;
  }
  #shop .item .linkBox a {
    text-align: center;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #shop .itemBox {
    grid-gap: 60px;
    margin-top: 40px;
  }
  #shop .item {
    grid-gap: 24px;
    grid-template-columns: 22% 1fr;
    padding-top: .5em;
  }
  #shop .item .txtBox {
    position: relative;
  }
  #shop .item .txt-inner {
    grid-template-columns: 1fr 1fr;
  }
  #shop .item .address {
    grid-column: span 2;
    padding-right: 150px;
  }
  #shop .item .linkBox a.map {
    font-size: .75em;
    padding: .3em .6em;
    position: absolute;
      top: -.3em;
      right: 0;
  }
}

/*====================================================
////id flow
====================================================*/
#flow .item {
  font-weight: bold;
  line-height: 1.8;
  position: relative;
}
#flow .item:not(.item:first-child)::before {
  border: solid transparent;
  content: '';
  margin: auto;
  position: absolute;
    top: 70px;
    left: -16px;
  width: 0;
  height: 0;
}
#flow .item .no {
  font-size: 1.25em;
}
#flow .text {
  background: var(--gold);
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  padding: .3em .5em;
  text-align: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #flow .item {
    grid-gap: 1em;
    grid-template-columns: 100px 1fr;
    padding: 1em 0;
  }
  #flow .item:not(.item:first-child) {
    border-top: 1px solid #d3d3d3;
  }
  #flow .item:not(.item:first-child)::before {
    border-width: 13px 13px 0;
    border-top-color: #262626;
    top: -6px;
    left: 0;
    right: 0;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #flow .itemBox {
    grid-gap: .5em 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  #flow .item {
    grid-template-rows: auto 1fr;
    text-align: center;
  }
  #flow .item:not(.item:first-child)::before {
    border-width: 13px 0 13px 13px;
    border-left-color: #262626;
  }
  #flow .item:nth-child(1),
  #flow .item:nth-child(2) {
    grid-row: span 2;
  }
  #flow .item .imgBox {
    margin: auto;
    width: 90%;
      max-width: 160px;
  }
  #flow .text {
    grid-column: 3 / 5;
    grid-row: 2;
  }
}

@media screen and (min-width: 1340px) {
  #flow .item {
    font-size: 1.8rem;
  }
}

/*====================================================
////id method
====================================================*/
#method h3 {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
#method h3::before {
  background: var(--gold);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: .8em;
    left: 0;
  width: .5em;
  height: .5em
}
#method p {
  line-height: 1.8;
}
#method a {
  border: solid 1px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  margin-top: 1em;
  padding: .5em .8em;
}
#method a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #method .itemBox {
    grid-gap: 2em;
  }
  #method h3 {
    font-size: 1.4em;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #method .itemBox {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
  #method h3 {
    font-size: 2em;
  }
}

/*====================================================
////id faq
====================================================*/
#faq .itemBox dl:first-child dt {
  display: none;
}
#faq .itemBox dl {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: .4s ease-in-out;
}
#faq .itemBox dl.open {
  height: auto;
  opacity: 1;
}
#faq .itemBox dl.open + dl {
  min-height: 6em;
  opacity: 1;
}
#faq .itemBox .accordion dd {
  transition: .4s ease-in-out;
}
#faq .itemBox .accordion dt {
  margin: auto;
  max-width: 190px;
  opacity: 0;
  padding: 16px 30px;
  position: absolute;
    top: 2em;
    left: 0;
    right: 0;
  transition: .4s ease-in-out;
  height: 60px;
}
#faq .itemBox .accordion dt::after {
  transform: rotate(90deg);
  transform-origin: right;
}
#faq .itemBox dl.open + dl dt {
  opacity: 1;
}
#faq .itemBox .accordion.open dt {
  opacity: 0;
  pointer-events: none;
}
#faq .c-faq01__item {
  margin-top: 10px;
}
#faq .c-faq01__txt-wrap {
  background: #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #faq .c-faq01__txt-wrap {
    padding: 25px 40px 25px 45px;
  }
}


/*====================================================
////class .slick
====================================================*/
.slider{
  display: none;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.slick-dots {
	display: flex;
		justify-content: center;
	height: 20px;
	margin-top: 20px;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
	padding: 0;
}
.slick-dots li::before {
	display: none;
}
.slick-dots li button {
	background: none;
  border: none;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
  text-indent: -9999px;
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	background: #C9C9C9;
	border-radius: 10px;
	content: '';
	margin: auto;
	opacity: 1;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	transition: .2s ease-in-out;
	width: 12px;
	height: 12px;
}
.slick-dots li.slick-active button:before {
	background: var(--gold);
	opacity: 1;
}

.slick-arrow {
	background: #262626;
	border: none;
	border-radius: 100%;
	margin: auto;
	opacity: 1;
	overflow: hidden;
	position: absolute;
		top: 0;
		bottom: 0;
	transition: .2s ease-in-out;
  width: 48px;
  height: 48px;
	z-index: 1000;
}
.slick-arrow:hover {
  background: var(--gold);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.slick-prev * {
	display: none;
}
.slick-arrow::before {
  border: solid transparent;
  border-width: 10px 8px 0;
  border-top-color: #fff;
	content: '';
	margin: auto;
	position: absolute;
    top: 0;
    bottom: 0;
	transition: .2s ease-in-out;
	width: 0;
	height: 0;
}
.slick-prev::before {
  left: calc(50% - 10px);
  transform: rotate(90deg);
}
.slick-next::before {
  transform: rotate(-90deg);
  right: calc(50% - 10px);
}
.slick-arrow.slick-disabled {
	opacity: 0;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.slick-dots li button:before {
		width: 10px;
		height: 10px
	}
  .slick-arrow {
    transform: scale(.6);
  }
  .slick-prev {
    transform-origin: top left;
  }
  .slick-next {
    transform-origin: top right;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  .slick-arrow {
  }
  .slick-arrow::before {
  }
}

@media screen and (min-width:1340px) {
}

/*====================================================
////id market
====================================================*/


/*====================================================
////id product_detail
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  .product_detail .imgBox {
    float: right;
    margin: .3em 0 .3em 1em;
    max-width: 60%;
  }
}

/*====================================================
////id news
====================================================*/
#news .title {
  line-height: 1.6;
  margin-top: .5em;
}
#news .linkBox {
  margin: 50px auto 0;
  max-width: 420px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #news .itemBox {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 540px) {
  #news .itemBox {
    grid-template-columns: 1fr;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #news .itemBox {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1340px) {
  #news .itemBox {
  }
}

/*====================================================
////id product_list
====================================================*/
#product_list {
  z-index: 20;
}
.product_list .item {
  position: relative;
}
.product_list .item dt {
  background: #fff;
  border: solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1.6;
  padding: 10px 45px 10px 16px;
  transition: .2s ease-in-out;
}
.product_list .item dt:hover,
.product_list .item.open dt {
  color: var(--gold);
}
.product_list .item dt::after {
  border: solid transparent;
  border-top-color: #262626;
  border-width: .5em .4em 0;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
  transition: .2s ease-in-out;
  width: 0;
  height: 0;
}
.product_list .item.open dt::after {
  border-top-color: var(--gold);
  transform: rotate(180deg);
}
.product_list .item dd .accordion-inner {
  padding-bottom: 1px;
}
.product_list .item .listBox {
  background: #fff;
  border: solid 1px var(--gold);
  border-top: none;
  border-radius: 0 0 4px 4px;
  line-height: 1.6;
  padding: 0 16px 12px 16px;
}
.product_list .item ul {
  font-size: .85em;
  list-style: none;
  padding: 0;
}
.product_list .item ul li {
  border-top: solid 1px #E8E8E2;
  padding: .5em 0;
}
.product_list .item ul li:last-child {
  border-bottom: solid 1px #E8E8E2;
}

#product_list .product_list .item dt {
  display: flex;
    align-items: center;
  font-weight: bold;
  height: 100%;
}
#product_list .product_list .item dd {
  position: absolute;
    top: calc(100% - 3px);
    left: 0;
  width: 100%;
}

#side_product_list .product_list {
  font-size: 1.4rem;
  grid-gap: .8em;
}
#side_product_list .product_list .item {
  transition: .2s ease-in-out;
  margin-bottom: 3px;
}
#side_product_list .product_list .item.open {
  margin-bottom: 0;
}
#side_product_list .product_list .item dd {
  position: relative;
  margin-top: -3px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #product_list .itemBox {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  #product_list .itemBox {
    grid-template-columns: 1fr;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
  #product_list .itemBox {
    grid-gap: 32px 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}

/*====================================================
////id sidebar
====================================================*/
.l-sidebar {
  overflow-y: scroll;
  position: -webkit-sticky;
  position: sticky;
    top: 130px;
  /* transition: 1s ease; */
}
.l-sidebar::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
.l-sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.l-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.l-sidebar.set_bottom {
}
.l-sidebar.set_bottom .u-inner {
  position: absolute;
    bottom: 0;
    right: 0;
  width: 100%;
}
#side_cta h4 {
  background: var(--gold);
  border-radius: 4px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 28px;
  padding: .5em;
  position: relative;
  text-align: center;
}
#side_cta h4::before {
  background: var(--gold);
  border-radius: 0 0 2px 0;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
  transform: rotate(36deg) skewX(-18deg);
  width: 20px;
  height: 20px;
}
#side_cta .linkBox {
  grid-gap: 16px;
}
#side_cta .linkBox a {
  border: solid 1px;
  border-radius: 4px;
  padding: .5em 2em .5em 1em;
  position: relative;
}
#side_cta .linkBox a::after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
  transition: .2s ease-in-out;
  width: 1.2em;
  height: 1.2em;
}
#side_cta .linkBox .btn-line::after {
  background: url('../img/product/icon-line.png') no-repeat center / contain;
}
#side_cta .linkBox .btn-mail::after {
  background: url('../img/product/icon-mail.png') no-repeat center / contain;
}
#side_cta .linkBox .btn-tel::after {
  background: url('../img/product/icon-tel.png') no-repeat center / contain;
}
#side_cta .linkBox a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
#side_cta .linkBox a.btn-line:hover {
  background: #4cc764;
  border-color: #4cc764;
}
#side_cta .linkBox a:not(.btn-line):hover::after {
  filter: brightness(0) invert(1);
}

#side_product_list {
  background: url('../img/common/bg_sidebar.jpg');
  background-size: 100% auto;
  margin-top: 40px;
  padding: 14px;
}
#side_product_list h4 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  padding-bottom: .2em;
  position: relative;
  text-align: center;
}
#side_product_list h4::after {
  background: var(--gold);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  width: 2em;
  height: 2px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 1340px) {
  .l-container.is-col2 .l-sidebar {
    width: 270px;
  }

  #side_product_list {
    padding: 20px;
  }
}

section.market { margin-top: 80px}
section.market ul { margin-left: -20px!important; list-style-type: none}
section.market ul li figure { width: 100%; height: 200px; margin-bottom: 10px; overflow: hidden}
section.market ul li figure img { width: 100%; height: 200px; object-fit: cover}
section.market ul li .name-artist::before { content: "作家名："; font-weight: bold}
section.market ul li .name-imtem::before { content: "作品名："; font-weight: bold}
section.market ul li .price::before { content: "買取相場価格："; font-weight: bold}
@media print, screen and (max-width: 767px) {
  section.market ul li:nth-child(n+2) { margin-top: 50px}
}
@media print, screen and (min-width: 768px) {
  section.market ul { display: flex; }
  section.market ul li { width: 32%; margin-right: 2%}
  section.market ul li:last-child { margin-right: 0}
  section.market ul li figure { margin-bottom: 30px;}
}