/* common:start */
#main {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

/* common:end */

.bsi {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bsi-ttl {
    width: 100%;
    margin: 0 auto 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.0;
    text-align: center;
}

.bsi-mv {
    width: 100%;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bsi-mv-img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.0;

    aspect-ratio: 780/350;
}

.bsi-mv-cap {
    margin-top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.0;
    text-align: center;
}

.bsi-menu {
    width: 780px;
    margin: 0 auto 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bsi-menu-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.bsi-menu-list li {
    width: calc((780px - (10px*4))/5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.bsi-menu-list li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    color: #fff !important;
    line-height: 1.0;
    border-radius: 10px;
    background-color: #151515;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;

    aspect-ratio: 146 / 66;
}

.bsi-menu-list li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.bsi-menu-list li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
}

#anchorlink_01,
#anchorlink_02,
#anchorlink_03,
#anchorlink_04,
#anchorlink_05 {
    margin-top: -120px;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#anchorlink_02+.bsi-type,
#anchorlink_03+.bsi-type,
#anchorlink_04+.bsi-type,
#anchorlink_05+.bsi-type {
    margin-top: 120px;
}

.bsi-type {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bsi-type .ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.0;
    letter-spacing: 0.16rem;
    text-align: center;
}

.bsi-type .ttl::after {
    content: "";
    width: 64px;
    height: 3px;
    display: block;
    margin: 34px auto 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: #000;
}

.bsi-type .ranking {
    width: 100%;
    margin: 60px auto 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.0;
    text-align: center;
}

.bsi-type .ranking::after {
    content: "bestseller";
    display: block;
    margin-top: 12px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    color: #ab995a;
    letter-spacing: 0.14rem;
    text-align: center;
}

.bsi-type .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 34px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    gap: 15px;
}

.bsi-type .list li {
    width: 250px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.bsi-type .list li a:hover {
    color: inherit !important;
    text-decoration: none;
    opacity: 0.8;
}

.bsi-type .list li a .item-img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    aspect-ratio: 1/1;
}

.bsi-type .list li a img {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.bsi-type .list li a img:hover {
    scale: 1.2;
}

.bsi-type .list .spec {
    width: 100%;
    display: block;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bsi-type .list .spec p {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.0;
}

.bsi-type .list .spec .name {
    font-weight: bold;
    font-size: 16px;
    line-height: calc(24/16);
}

.bsi-type .list .spec .name+.price {
    margin-top: 20px;
}

.bsi-type .list .spec .price {
    font-size: 14px;
}

.bsi-type .list .spec .price span {
    font-weight: bold;
    font-size: 20px;
    color: #0b419a;
    letter-spacing: 0.08rem;
}

.bsi-type .list+.other {
    margin-top: 60px;
}

.bsi-type .other {
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fffdf0;
}

.bsi-type .other .sttl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.0;
    text-align: center;
}

.bsi-type .other .other-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    gap: 36px 30px;
}

.bsi-type .other .other-list li {
    width: 212px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.bsi-type .other .other-list li a:hover {
    color: inherit !important;
    text-decoration: none;
    opacity: 0.8;
}

.bsi-type .other .other-list li a .item-img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    aspect-ratio: 1/1;
}

.bsi-type .other .other-list li a img {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.bsi-type .other .other-list li a img:hover {
    scale: 1.2;
}

.bsi-type .other .other-list .spec {
    width: 100%;
    display: block;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bsi-type .other .other-list .spec p {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.0;
}

.bsi-type .other .other-list .spec .name {
    font-size: 14px;
    line-height: calc(22/16);
}

.bsi-type .other .other-list .spec .name+.price {
    margin-top: 20px;
}

.bsi-type .other .other-list .spec .price {
    font-size: 12px;
}

.bsi-type .other .other-list .spec .price span {
    font-weight: bold;
    font-size: 16px;
    color: #0b419a;
    letter-spacing: 0.08rem;
}

/*
.bsi-type .other + .btn {
margin-top: 60px;
}
*/
.bsi-type .btn {
    width: 100%;
    max-width: 396px;
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.bsi-type .btn-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    color: #fff !important;
    line-height: 1.0;
    background-color: #272727;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;

    aspect-ratio: 396 / 64;
}

.bsi-type .btn-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 839px) {
    /* common:start */
    .pc {
        display: none !important;
    }

    .sp {
        display: inline-block !important;
    }

    img {
        width: 100%;
        height: auto;
    }

    /* common:end */

    .bsi {
        margin-top: calc(26/750*100%);
    }

    .bsi-ttl {
        margin-bottom: calc(70/750*100%);
        font-size: calc(48/750*100vw);
    }

    .bsi-mv {
        margin-bottom: calc(90/750*100%);
    }

    .bsi-mv-cap {
        margin-top: calc(78/750*100%);
        font-size: calc(32/750*100vw);
    }

    .bsi-menu {
        width: calc(720/750*100%);
        margin-bottom: calc(184/750*100%);
    }

    .bsi-menu-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        gap: calc(16/720*100vw) calc(32/720*100vw);
    }

    .bsi-menu-list li {
        width: calc(342/720*100%);
    }

    .bsi-menu-list li a {
        font-size: calc(32/750*100vw);

        aspect-ratio: 342 / 104;
    }

    .bsi-menu-list li a span {
        margin-top: 6px;
        font-weight: 300;
        font-size: calc(20/750*100vw);
    }

    #anchorlink_01,
    #anchorlink_02,
    #anchorlink_03,
    #anchorlink_04,
    #anchorlink_05 {
        margin-top: calc(-184/750*100%);
        padding-top: calc(184/750*100%);
    }

    #anchorlink_02+.bsi-type,
    #anchorlink_03+.bsi-type,
    #anchorlink_04+.bsi-type,
    #anchorlink_05+.bsi-type {
        margin-top: calc(120/750*100%);
    }

    /* .bsi-type {
           width: calc(720/750*100%);
    } */

    .bsi-type .ttl {
        font-size: calc(50/750*100vw);
    }

    .bsi-type .ttl::after {
        width: calc(126/750*100%);
        height: 2px;
        margin-top: calc(52/750*100%);
    }

    .bsi-type .ranking {
        margin-top: calc(106/750*100%);
        font-size: calc(34/750*100vw);
    }

    .bsi-type .ranking::after {
        margin-top: calc(28/750*100%);
        font-size: calc(22/750*100vw);
    }

    .bsi-type .list {
        width: calc(720/750*100%);
        margin-top: calc(60/750*100%);

        gap: calc(50/720*100vw) calc(22/720*100vw);
    }

    .bsi-type .list li {
        width: calc(348/750*100%);
    }

    .bsi-type .list li a img:hover {
        scale: inherit;
    }

    .bsi-type .list .spec {
        margin-top: calc(40/348*100%);
    }

    .bsi-type .list .spec .name {
        font-weight: 500;
        font-size: calc(28/750*100vw);
        line-height: calc(34/28);
    }

    .bsi-type .list .spec .name+.price {
        margin-top: calc(24/348*100%);
    }

    .bsi-type .list .spec .price {
        font-size: calc(20/750*100vw);
    }

    .bsi-type .list .spec .price span {
        font-size: calc(28/750*100vw);
    }

    .bsi-type .list+.other {
        margin-top: calc(60/750*100%);
    }

    .bsi-type .other {
        padding: calc(60/750*100%);
    }

    .bsi-type .other .sttl {
        font-size: calc(38/750*100vw);
    }

    .bsi-type .other .other-list {
        margin-top: calc(60/750*100vw);

        gap: calc(34/750*100vw) calc(28/750*100vw);
    }

    .bsi-type .other .other-list li {
        width: calc(300/630*100%);
    }

    .bsi-type .other .other-list li a img:hover {
        scale: inherit;
    }

    .bsi-type .other .other-list .spec {
        margin-top: calc(40/300*100%);
    }

    .bsi-type .other .other-list .spec .name {
        font-size: calc(24/750*100vw);
        line-height: calc(32/24);
    }

    .bsi-type .other .other-list .spec .name+.price {
        margin-top: calc(26/300*100%);
    }

    .bsi-type .other .other-list .spec .price {
        font-size: calc(20/750*100vw);
    }

    .bsi-type .other .other-list .spec .price span {
        font-size: calc(24/750*100vw);
    }

    /*
.bsi-type .other + .btn {
margin-top: calc(60/750*100%);
}
*/
    .bsi-type .btn {
        max-width: calc(600/750*100%);
        margin-top: calc(60/750*100%);
    }

    .bsi-type .btn-link {
        font-size: calc(28/750*100vw);

        aspect-ratio: 600 / 100;
    }

    .bsi-type .btn-link:hover {
        opacity: inherit;
    }
}

.fs-l-main {
    padding-left: 0;
    padding-right: 0;
}

.price::before,.price::after{
  content: none;
}

/* #### aタグ内要素を選択できるように追記 ##### */
/* まずは公開ページ用 */
.bsi-type .list li,
.other-list li {
    position: relative;
}

.bsi-type .list li a,
.other-list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bsi-type .list li a+.list-item,
.other-list li a+.list-item {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.bsi-type .list li a:hover+.item-img,
.other-list li a:hover+.item-img,
.bsi-type .list li a:hover+.item-img+.spec,
.other-list li a:hover+.item-img+.spec {
    opacity: 0.6;
}

/* 見たまま編集用 */
[data-element-id] .bsi-type .list li,
[data-element-id] .other-list li {
    padding-top: 2em;
}

[data-element-id] .bsi-type .list li a,
[data-element-id] .other-list li a {
    height: 1.5em;
}

[data-element-id] .bsi-type .list li a::before,
[data-element-id] .other-list li a::before {
    content: "リンク変更はここをクリック";
    width: 100%;
    height: 100%;
    display: block;
    font-size: 10px;
    color: white;
    text-align: center;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
}
