.catalog-kiji .leading .image01 {
    width: calc(100% - 2.3em);
    margin-top: 5em;
    margin-left: auto;
}

.catalog-kiji .leading .image01 img {
    display: block;
    width: 100%;
}

.catalog-kiji .leading .image02 {
    width: calc(100% - 6.5em);
    margin-top: 5em;
    margin: 5em auto 0;
}

.catalog-kiji .leading .image02 img {
    display: block;
    width: 100%;
}

.catalog-kiji .schedule .list .detail {
    padding: 0 0.8rem;
}

.catalog-kiji .faq {
    padding: 4rem 2rem ;
    background-color: #FDFDF1;
}

.catalog-kiji .faq h3 {
    margin-bottom: 4rem;
    color: #404040;
    text-align: center;
}

.catalog-kiji .faq dl > div {
    margin-bottom: 3.5rem;
    border: 1px solid #867F7D;
}

.catalog-kiji .faq dl > div:last-child {
    margin-bottom: 0;
}

.catalog-kiji .faq dl > div dt {
    position: relative;
    padding: 1.5rem 5rem 1.5rem 6rem;
    padding: 1.5rem 4.5rem 1.5rem 6.5rem;
    font-size: 3.5623vw;
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: calc(19 / 14);
    background-color: #F7F7D2;
    border-bottom: 1px solid #867F7D;
    cursor: pointer;
}

.catalog-kiji .faq dl > div dt:hover {
    opacity: .5;
    transition: opacity .3s ease;
}

@media screen and (min-width: 786px){
    .catalog-kiji .faq dl > div dt {
        font-size: 28px;
    }
}

.catalog-kiji .faq dl > div dt:before {
    content: 'Q';
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    font-size: 8.9059vw;
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-weight: 700;
    font-style: normal;
}


@media screen and (min-width: 786px){
    .catalog-kiji .faq dl > div dt:before {
        font-size: 80px;
    }
}

.catalog-kiji .faq dl > div dt .accordion-icon {
    position: absolute;
    top: 40%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 13px;
    height: 6px;
    transition: top 0.3s ease;
}

.catalog-kiji .faq dl > div.accordion-open dt .accordion-icon {
  top: 35%;
}

.catalog-kiji .faq dl > div dt .accordion-icon span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #514327;
    border-top: 2px solid #514327;
    transform: rotate(135deg);
}

@media screen and (min-width: 786px){
    .catalog-kiji .faq dl > div dt .accordion-icon span {
        width: 15px;
        height: 15px;
    }
}

.catalog-kiji .faq dl > div dt .accordion-icon span {
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}

.catalog-kiji .faq dl > div.accordion-open dt .accordion-icon span {
  transform: rotate(-45deg);
}

.catalog-kiji .faq dl > div dd {
    position: relative;
    display: none;
    padding: 1.5rem 5rem 1.5rem 6rem;
    padding: 1.5rem 1.5rem 1.5rem 6.5rem;
    font-size: 3.5623vw;
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    background-color: #fff;
    transition: all 0.3s ease;
}

@media screen and (min-width: 786px){
    .catalog-kiji .faq dl > div dd {
        font-size: 28px;
    }
}

.catalog-kiji .faq dl > div.accordion-open dd {
  display: block;
}

.catalog-kiji .faq dl > div dd:before {
    content: 'A';
    position: absolute;
    top: 3.5rem;
    left: 1.5rem;
    transform: translateY(-50%);
    font-size: 8.9059vw;
    font-family: "kinuta-mincho-stdn", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media screen and (min-width: 786px){
    .catalog-kiji .faq dl > div dd:before {
        font-size: 80px;
    }
}

.catalog-kiji .faq dl > div dd a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.catalog-kiji .product .blks .blk01 .upr-area .list li {
    cursor: pointer;
}

.catalog-kiji .product .blks .blk01 .upr-area .list li:hover {
    opacity: .5;
    transition: opacity .3s ease;
}

/* 人形ごとのモーダル */
.catalog-kiji .product .blks .blk01 .upr-area-modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 99999;
}

.catalog-kiji .product .blks .blk01 .upr-area-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(35rem,500px);
  transform: translate(-50%, -50%);
}

.catalog-kiji .product .blks .blk01 .upr-area-image .close-button {
  position: absolute;
  top: -1.4rem;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}

.catalog-kiji .product .blks .blk01 .upr-area-image .close-button span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
  transition: opacity 0.3s ease;
}

.catalog-kiji .product .blks .blk01 .upr-area-image .close-button span:nth-child(1) {
  transform: rotate(45deg);
}

.catalog-kiji .product .blks .blk01 .upr-area-image .close-button span:nth-child(2) {
  transform: rotate(-45deg);
}

.catalog-kiji .product .blks .blk01 .upr-area-image .close-button:hover span {
  opacity: 0.5;
}

.catalog-kiji .product .blks .blk01 .upr-area-modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
