@charset "UTF-8";

/* 商品ページ */
.details {
    width: 87.5%;
    margin: 0.75em auto;
}

.details-summary {
    position: relative;
    display: block;
    padding: 0.55em 0 0.55em 2em;
    text-align: left;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-feature-settings: "palt";
    font-weight: 700;
    font-size: 1.25em;
    background-color: #3c9edf;
    color: #fff;
}

.details-summary.is-active span.btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin:45% 50% 0;
}

.details-summary span.btn {
    position: absolute;
    top: 25.5%;
    left: 0.55em;
    width: 20px;
    height: 20px;
    transition-duration: 0.3s;
}

.details-summary span.btn:after {
    content: '▽';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    transform-origin: center center;
}

.details-summary span.btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.details-summary:hover {
    cursor: pointer;
    /* background: #97a5df; */
    opacity: 0.65;
}

.details-summary::-webkit-details-marker {
    display: none;
}

/* カラー */
.accordion-color_blue1 {
    background-color: #456180;
    color: #f8f4eb;
}

.accordion-color_blue2 {
    background-color: #21374E;
    color: #fff;
}

.accordion-color_green1 {
    background-color: #81C8A7;
    color: #20120D;
}

.accordion-color_green2 {
    background-color: #237D5F;
    color: #fff;
}

.accordion-color_yellow1 {
    background-color: #E1B86A;
    color: #20120D;
}

.accordion-color_yellow2 {
    background-color: #875E02;
    color: #fff;
}