@charset "utf-8";
/*------------------------------------------------------------
	shutter
------------------------------------------------------------*/
#conts .common-bg {
    padding: 92px 0 0;
}
#conts .ttl-box {
    margin-bottom: 31px;
}
#conts .ttl-box p {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.08em;
/*    text-align: justify;*/
}
#conts .img-box {
    margin-bottom: 99px;
    display: flex;
    justify-content: space-between;
}
#conts .img-box .photo-box {
    width: 470px;
    display: grid;
    gap: 7px 6px;
}
#conts .img-box .photo-box .photo {
    width: 100%;
}
#conts .img-box .photo-box .photo .pho img {
    width: 100%;
}
#conts .img-box .photo-box .photo01 { grid-area: 1 / 1 / 2 / 3; position: relative; }
#conts .img-box .photo-box .photo02 { grid-area: 2 / 1 / 3 / 2; }
#conts .img-box .photo-box .photo03 { grid-area: 2 / 2 / 3 / 3; }
#conts .img-box .photo-box .photo01::before,
#conts .img-box .photo-box .photo01::after {
    width: 30.8%;
    height: 25.4%;
    position: absolute;
    left: 38.4%;
    top: 12.2%;
    border: 1px dashed #f00;
    z-index: 2;
    content: "";
}
#conts .img-box .photo-box .photo01::after {
    left: 30.3%;
    top: 53%;
    border-color: #ff0;
}
#conts .img-box .photo-box .photo02,
#conts .img-box .photo-box .photo03 {
    aspect-ratio: 23/13;
    box-sizing: border-box;
    border: 1px solid #f00;
}
#conts .img-box .photo-box .photo03 {
    border-color: #ff0;
}
#conts .img-box .text-box {
    margin: 21px 0 0 70px;
}
#conts .img-box .text-box .matrix-box {
    padding: 4px;
    background-color: #fff;
}
#conts .img-box .text-box .matrix-box ul {
    margin-bottom: 5px;
    display: flex;
    gap: 4px;
    position: relative;
}
#conts .img-box .text-box .matrix-box ul::before {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: calc(100% + 15px);
    white-space: nowrap;
    top: 0;
    content: attr(data-shutter);
}
#conts .img-box .text-box .matrix-box ul:last-child {
    margin-bottom: 0;
}
#conts .img-box .text-box .matrix-box ul li {
    width: 50px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
#conts .img-box .text-box .matrix-box ul:first-of-type li::before {
    position: absolute;
    left: 0;
    bottom: calc(100% + 4px);
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    content: attr(data-aperture);
}
#conts .img-box .text-box .matrix-box ul:first-of-type li.on::before {
    bottom: calc(100% + 6px);
}
#conts .img-box .text-box .matrix-box ul li.on {
    border: 2px solid #b90000;
}
#conts .img-box .text-box .text-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#conts .img-box .text-box .text-list {
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.08em;
}
@media all and (max-width: 1100px) and (min-width: 768px) {
    #conts .img-box .text-box .matrix-box {
        padding: 0.3vw;
    }
    #conts .img-box .text-box .matrix-box ul {
        margin-bottom: 0.3vw;
        gap: 0.3vw;
    }
    #conts .img-box .text-box .matrix-box ul li {
        width: 4.5vw;
    }
    #conts .img-box .text-box .text-list {
        font-size: 1.3rem;
    }
}
@media all and (max-width: 767px) {
    #conts .common-bg {
        padding-top: 50px;
    }
    #conts .img-box {
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }
    #conts .img-box .photo-box {
        width: 100%;
        gap: 15px;
    }
    #conts .ttl-box p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    #conts .img-box .text-box {
        position: relative;
        margin: 0 0 24px;
    }
    #conts .img-box .text-box .matrix-box {
        margin: 47px 34px 71px 73px;
        padding: 2px;
        position: relative;
    }
    #conts .img-box .text-box .matrix-box ul {
        gap: 2px;
        margin-bottom: 2px;
    }
    #conts .img-box .text-box .matrix-box ul li {
        width: calc((100% - 14px) / 8);
    }
    #conts .img-box .text-box .matrix-box ul:first-of-type li::before {
        min-width: 26px;
        font-size: 1.2rem;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    #conts .img-box .text-box .matrix-box ul:first-of-type li.on::before {
        bottom: calc(100% + 3px);
    }
    #conts .img-box .text-box .matrix-box ul li.on {
        border-width: 3px;
    }
    #conts .img-box .text-box .matrix-box ul::before {
        width: 45px;
        font-size: 1.2rem;
        right: 100%;
    }
    #conts .img-box .text-box .arrow {
        width: 20px;
        aspect-ratio: 4/5;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }
    #conts .img-box .text-box .arrow::after {
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/common/icon-arrow03.png) no-repeat center / 100%;
        content: "";
    }
    #conts .img-box .text-box .arrow.top {
        transform: rotate(-90deg) translateX(-50%);
        left: 50%;
        top: -70px;
        margin-left: -10px;
    }
    #conts .img-box .text-box .arrow.right {
        margin-top: -17px;
        transform: translateY(-50%);
        top: 50%;
        left: auto;
        right: -33px;
    }
    #conts .img-box .text-box .arrow.bottom {
        margin-left: -10px;
        transform: rotate(90deg) translateX(-50%);
        top: auto;
        left: 50%;
        bottom: -59px;
    }
    #conts .img-box .text-box .arrow.left {
        transform: translateY(-50%) rotate(-180deg);
        top: 50%;
        left: -72px;
        margin-top: -19px;
    }
    #conts .img-box .text-box .text-list {
        margin-top: 0;
        padding: 0 12px;
    }
}