@charset "utf-8";
/*------------------------------------------------------------
	shutter
------------------------------------------------------------*/
#conts .common-bg {
    padding: 9.2rem 0 0;
}
#conts .ttl-box {
    margin-bottom: 3.1rem;
}
#conts .ttl-box p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    color: #ECECEC;
    text-align: justify;
}
#conts .img-box {
    margin-bottom: 9.9rem;
    display: flex;
    justify-content: space-between;
}
#conts .img-box .photo-box {
    width: 47rem;
    display: grid;
    gap: 0.7rem 0.6rem;
}
#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: 2.1rem 0 0 7rem;
}
#conts .img-box .text-box .matrix-box {
    padding: 0.4rem;
    background-color: #fff;
}
#conts .img-box .text-box .matrix-box ul {
    margin-bottom: 0.5rem;
    display: flex;
    gap: 0.4rem;
    position: relative;
}
#conts .img-box .text-box .matrix-box ul::before {
    width: 5rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: calc(100% + 1.5rem);
    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: 5rem;
    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% + 0.4rem);
    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% + 0.6rem);
}
#conts .img-box .text-box .matrix-box ul li.on {
    border: 2px solid #b90000;
}
#conts .img-box .text-box .text-list {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#conts .img-box .text-box .text-list {
    font-weight: 700;
    line-height: 1.125;
}
@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: 5rem;
    }
    #conts .img-box {
        margin-bottom: 5rem;
        flex-direction: column-reverse;
    }
    #conts .img-box .photo-box {
        width: 100%;
        gap: 1.5rem;
    }
    #conts .ttl-box p {
        font-size: 1.4rem;
    }
    #conts .img-box .text-box {
        position: relative;
        margin: 0 0 2.4rem;
    }
    #conts .img-box .text-box .matrix-box {
        margin: 4.7rem 3.4rem 7.1rem 7.3rem;
        padding: 0.2rem;
        position: relative;
    }
    #conts .img-box .text-box .matrix-box ul {
        gap: 0.2rem;
        margin-bottom: 0.2rem;
    }
    #conts .img-box .text-box .matrix-box ul li {
        width: calc((100% - 1.4rem) / 8);
    }
    #conts .img-box .text-box .matrix-box ul:first-of-type li::before {
        min-width: 2.6rem;
        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% + 0.3rem);
    }
    #conts .img-box .text-box .matrix-box ul li.on {
        border-width: 0.3rem;
    }
    #conts .img-box .text-box .matrix-box ul::before {
        width: 4.5rem;
        font-size: 1.2rem;
        right: 100%;
    }
    #conts .img-box .text-box .arrow {
        width: 2rem;
        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(/resources/assets/img/rflensworld/common/icon-arrow03.png) no-repeat center / 100%;
        content: "";
    }
    #conts .img-box .text-box .arrow.top {
        transform: rotate(-90deg) translateX(-50%);
        left: 50%;
        top: -7rem;
        margin-left: -1rem;
    }
    #conts .img-box .text-box .arrow.right {
        margin-top: -1.7rem;
        transform: translateY(-50%);
        top: 50%;
        left: auto;
        right: -3.3rem;
    }
    #conts .img-box .text-box .arrow.bottom {
        margin-left: -1rem;
        transform: rotate(90deg) translateX(-50%);
        top: auto;
        left: 50%;
        bottom: -5.9rem;
    }
    #conts .img-box .text-box .arrow.left {
        transform: translateY(-50%) rotate(-180deg);
        top: 50%;
        left: -7.2rem;
        margin-top: -1.9rem;
    }
    #conts .img-box .text-box .text-list {
        margin-top: 0;
        padding: 0 1.2rem;
    }
}