/* --------------------
 Blind film
-------------------- */
.main {
    margin: 0;
}

.bf__overview {
    margin: 0 0 60px;
}

.bf__overview-container {
    container: container/inline-size;
    width: 100%;
}

.bf__overview-container-inner {
    padding: 0;
}

@media (min-width: 992px) {
    .bf__overview-container-inner {
        padding: 0 calc(var(--global-contact-width) + 20px) 0 calc(50cqw - 510px);
    }
}

@container container (min-width: 1400px) {
    .bf__overview-container-inner {
        padding: 0 calc(var(--global-contact-width) + 20px);
    }
}

.bf__overview-container-inner-contents {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__overview-container-inner-contents {
        padding: 0 30px;
    }
}

@container container (min-width: 1400px) {
    .bf__overview-container-inner-contents {
        margin: 0 auto;
    }
}

.bf__overview__main {
    border-bottom: 1px solid rgba(var(--color-text-rgb), 0.5);
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    position: relative;
}

@media (min-width: 768px) {
    .bf__overview__main {
        align-items: center;
        flex-direction: row;
        gap: 30px;
        padding: 0 0 40px;
    }
}

@media (min-width: 992px) {
    .bf__overview__main {
        gap: 40px;
        padding: 0 0 30px;
    }
}

@media (min-width: 1240px) {
    .bf__overview__main {
        gap: 50px;
    }
}

@media (min-width: 768px) {
    .bf__overview__main__action {
        bottom: 4px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .bf__overview__main__action .com-link {
        margin: 0 0 0 auto;
    }
}

.bf__overview__main__contents {
    width: 100%;
}

@media (min-width: 768px) {
    .bf__overview__main__contents {
        padding: 20px 0;
        width: calc(68.75% - 30px);
    }
}

@media (min-width: 992px) {
    .bf__overview__main__contents {
        width: calc(63.54167% - 40px);
    }
}

@media (min-width: 1240px) {
    .bf__overview__main__contents {
        width: calc(63.54167% - 50px);
    }
}

.bf__overview__main__contents__title {
    font-size: var(--fs20);
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .bf__overview__main__contents__title {
        font-size: var(--fs24);
    }
}

@media (min-width: 1240px) {
    .bf__overview__main__contents__title {
        font-size: var(--fs26);
    }
}

.bf__overview__main__contents__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .bf__overview__main__contents__content p {
        font-size: var(--fs16);
    }
}

.bf__overview__main__contents__content p:last-child {
    margin-bottom: 0;
}

.bf__overview__main__fig {
    width: 100%;
}

@media (min-width: 768px) {
    .bf__overview__main__fig {
        width: 31.25%;
    }
}

@media (min-width: 992px) {
    .bf__overview__main__fig {
        width: 36.4583333333%;
    }
}

.bf__overview__main__fig img {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .bf__overview__main__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .bf__overview__main__fig img {
        border-radius: 30px;
    }
}

.bf__detail {
    padding: 0 0 60px;
}

@media (min-width: 768px) {
    .bf__detail {
        padding: 0 0 100px;
    }
}

.bf__detail-container {
    container: container/inline-size;
    width: 100%;
}

.bf__detail-container-inner {
    padding: 0;
}

@media (min-width: 992px) {
    .bf__detail-container-inner {
        padding: 0 calc(var(--global-contact-width) + 20px) 0 calc(50cqw - 510px);
    }
}

@container container (min-width: 1400px) {
    .bf__detail-container-inner {
        padding: 0 calc(var(--global-contact-width) + 20px);
    }
}

.bf__detail-container-inner-contents {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__detail-container-inner-contents {
        padding: 0 30px;
    }
}

@container container (min-width: 1400px) {
    .bf__detail-container-inner-contents {
        margin: 0 auto;
    }
}

.bf__detail__title {
    font-family: var(--serif);
    font-size: var(--fs24);
    font-weight: 200;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 auto 30px;
    padding: 24px 12px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .bf__detail__title {
        font-size: var(--fs36);
        margin: 0 auto 60px;
        padding: 30px 60px;
    }
}

@media (min-width: 1240px) {
    .bf__detail__title {
        font-size: 2.75rem;
    }
}

.bf__detail__title:before {
    background-image: url(../images/commons/com-title-corner-left-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 39px;
}

@media (min-width: 768px) {
    .bf__detail__title:before {
        height: 44px;
        width: 78px;
    }
}

.bf__detail__title:after {
    background-image: url(../images/commons/com-title-corner-right-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: -10px;
    width: 39px;
}

@media (min-width: 768px) {
    .bf__detail__title:after {
        height: 44px;
        width: 78px;
    }
}

.bf__detail__content {
    margin: 0 0 60px;
}

.bf__detail__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .bf__detail__content p {
        font-size: var(--fs16);
    }
}

.bf__detail__content p:last-child {
    margin-bottom: 0;
}

.bf__detail__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 44px;
    justify-content: flex-start;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .bf__detail__item-wrapper {
        margin: 0 0 50px;
    }
}

.bf__detail__item-wrapper:last-child {
    margin-bottom: 0;
}

.bf__detail__item {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__detail__item {
        width: calc(50% - 22px);
    }
}

@media (min-width: 768px) {
    .bf__detail__item:after {
        aspect-ratio: 455/250;
        content: "";
        display: block;
    }
}

.bf__detail__item__main {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .bf__detail__item__main {
        height: 100%;
        margin: 0 0 30px;
    }
}

.bf__detail__item__main__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 500;
    gap: 8px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .bf__detail__item__main__title {
        font-size: var(--fs20);
    }
}

.bf__detail__item__main__title:before {
    background-color: var(--color-theme);
    border-radius: 50%;
    content: "";
    height: 10px;
    margin: 0;
    width: 10px;
}

.bf__detail__item__main__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .bf__detail__item__main__content p {
        font-size: var(--fs16);
    }
}

.bf__detail__item__main__content p:last-child {
    margin-bottom: 0;
}

.bf__detail__item__fig {
    text-align: center;
}

@media (min-width: 768px) {
    .bf__detail__item__fig {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }
}

.bf__detail__item__fig img {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .bf__detail__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .bf__detail__item__fig img {
        border-radius: 30px;
    }
}

.bf__detail__video {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .bf__detail__video {
        margin: 0 0 90px;
    }
}

.bf__detail__video:last-child {
    margin-bottom: 0;
}

.bf__detail__video__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 500;
    gap: 8px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .bf__detail__video__title {
        font-size: var(--fs20);
    }
}

.bf__detail__video__title:before {
    background-color: var(--color-theme);
    border-radius: 50%;
    content: "";
    height: 10px;
    margin: 0;
    width: 10px;
}

.bf__detail__video__viewer iframe {
    aspect-ratio: 16/9;
    border-radius: 15px;
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__detail__video__viewer iframe {
        border-radius: 30px;
    }
}

.bf__detail__pickup {
    padding: 40px 16px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__detail__pickup {
        padding: 60px 30px;
    }
}

.bf__detail__pickup:before {
    border: 1px solid var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-4px, -4px);
}

.bf__detail__pickup:after {
    border: 1px solid var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(4px, 4px);
}

.bf__detail__pickup-inner {
    margin: 0 auto;
    max-width: 800px;
}

.bf__detail__pickup__title {
    font-family: var(--serif);
    font-size: var(--fs19);
    font-weight: 200;
    letter-spacing: 0.12em;
    margin: 0 auto 30px;
    padding: 0 44px 0 calc(44px + 0.12em);
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .bf__detail__pickup__title {
        font-size: var(--fs24);
        margin: 0 auto 40px;
        padding: 0 110px 0 calc(110px + 0.12em);
    }
}

.bf__detail__pickup__title:before {
    background-image: url(../images/commons/com-title-horizontal-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 40px;
}

@media (min-width: 768px) {
    .bf__detail__pickup__title:before {
        height: 8px;
        width: 80px;
    }
}

.bf__detail__pickup__title:after {
    background-image: url(../images/commons/com-title-horizontal-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

@media (min-width: 768px) {
    .bf__detail__pickup__title:after {
        height: 8px;
        width: 80px;
    }
}

.bf__detail__pickup__content {
    margin: 0 0 20px;
}

.bf__detail__pickup__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .bf__detail__pickup__content p {
        font-size: var(--fs16);
    }
}

.bf__detail__pickup__content p:last-child {
    margin-bottom: 0;
}

.bf__detail__pickup__fig {
    margin: 0;
    text-align: center;
}

.bf__detail__pickup__note {
    margin: 8px 0 0;
}

.bf__detail__pickup__note p {
    font-size: var(--fs11);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
    text-align: right;
}

@media (min-width: 768px) {
    .bf__detail__pickup__note p {
        font-size: var(--fs16);
    }
}

.bf__detail__pickup__note p:last-child {
    margin-bottom: 0;
}

.bf__detail__pickup__note p a {
    color: var(--color-link);
    text-decoration: underline;
}

.bf__detail__pickup__note p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .bf__detail__pickup__note p a:hover {
        text-decoration: none;
    }
}

.bf__product {
    background-image: url(../images/commons/com-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.bf__product-container {
    container: container/inline-size;
    width: 100%;
}

.bf__product-container-inner {
    padding: 0;
}

@media (min-width: 992px) {
    .bf__product-container-inner {
        padding: 0 calc(var(--global-contact-width) + 20px) 0 calc(50cqw - 510px);
    }
}

@container container (min-width: 1400px) {
    .bf__product-container-inner {
        padding: 0 calc(var(--global-contact-width) + 20px);
    }
}

.bf__product-container-inner-contents {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__product-container-inner-contents {
        padding: 0 30px;
    }
}

@container container (min-width: 1400px) {
    .bf__product-container-inner-contents {
        margin: 0 auto;
    }
}

.bf__product__head {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .bf__product__head {
        align-items: flex-end;
        flex-direction: row;
    }
}

.bf__product__head__title {
    margin: 0 0 12px;
    padding: 0 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .bf__product__head__title {
        margin: 0;
        padding: 0 0 0 86px;
    }
}

.bf__product__head__title:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 70px;
    left: 0;
    -webkit-mask-image: url(../images/icons/icon-white-blind-film.svg);
    mask-image: url(../images/icons/icon-white-blind-film.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

@media (min-width: 768px) {
    .bf__product__head__title:before {
        height: 76px;
        width: 76px;
    }
}

.bf__product__head__title em {
    display: block;
    font-family: var(--serif);
    font-size: var(--fs28);
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .bf__product__head__title em {
        display: inline-block;
        font-size: 2.75rem;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1240px) {
    .bf__product__head__title em {
        font-size: 3.375rem;
    }
}

.bf__product__head__title span {
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .bf__product__head__title span {
        display: inline-block;
        font-size: var(--fs20);
    }
}

.bf__product__head__action {
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .bf__product__head__action {
        display: none;
    }
}

.bf__product__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0 40px;
    justify-content: flex-start;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .bf__product__list {
        margin: 0;
    }
}

.bf__product__list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
}

@media (min-width: 768px) {
    .bf__product__list__item {
        width: calc(50% - 20px);
    }
}

@media (min-width: 768px) {
    .bf__product__list__item:nth-child(1), .bf__product__list__item:nth-child(2) {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .bf__product__list__item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }
}

.bf__product__list__item__link {
    align-items: flex-start;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    padding: 16px 0;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .bf__product__list__item__link {
        align-items: stretch;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .bf__product__list__item__link {
        gap: 30px;
    }
}

.bf__product__list__item__link__fig {
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 100px;
}

@media (min-width: 992px) {
    .bf__product__list__item__link__fig {
        width: 140px;
    }
}

.bf__product__list__item__link__fig img {
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.bf__product__list__item__link__contents {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .bf__product__list__item__link__contents {
        padding: 10px 0 0;
        width: auto;
    }
}

.bf__product__list__item__link__contents__title {
    font-size: var(--fs14);
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .bf__product__list__item__link__contents__title {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .bf__product__list__item__link__contents__title {
        margin: 0 0 30px;
    }
}

.bf__product__list__item__link__contents__price {
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .bf__product__list__item__link__contents__price {
        font-size: var(--fs24);
    }
}

@media (min-width: 992px) {
    .bf__product__list__item__link__contents__price {
        font-size: var(--fs30);
    }
}

.bf__product__list__item__link__contents__price .price02-default span:not(._unit) {
    display: inline-block;
}

.bf__product__list__item__link__contents__price ._unit {
    font-size: var(--fs14);
    margin: 0 0 0 0.25em;
}

@media (min-width: 768px) {
    .bf__product__list__item__link__contents__price ._unit {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .bf__product__list__item__link__contents__price ._unit {
        font-size: var(--fs20);
    }
}

.bf__product__list__item__link:focus {
    opacity: 0.65;
}

.bf__product__list__item__link:focus .bf__product__list__item__link__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .bf__product__list__item__link:hover {
        opacity: 0.65;
    }

    .bf__product__list__item__link:hover .bf__product__list__item__link__fig img {
        transform: scale(1.05);
    }
}

@media (min-width: 768px) {
    .bf__product__action {
        display: none;
    }
}

.bf__product__action .com-link {
    margin: 0 0 0 auto;
}