@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

.pane-contents .container {
    width: 100% !important;
}

.teiki {
    font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W6", "游ゴシック Medium";
    letter-spacing: 2px;
}

.teiki a:hover {
    opacity: .8;
}

.mv_block {
    position: relative;
    background-image: url(/img/usr/teiki/bg_pc01.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.mv_block h1 {
    margin: 0 auto;
    width: 1200px;
}

.mv_block p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 15px 0 30px;
}

.anchor01 {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.anchor01 a {
    display: block;
    width: 400px;
}

.teiki h2 {
    margin: 0;
}

.teiki h2 img {
    height: 38px;
    display: block;
    margin: 80px auto 50px;
}

.anchor02 {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.teiki h3 img {
    height: 100px;
    display: block;
    margin: 80px auto 40px;
}

#merit_block {
    background-image: url(/img/usr/teiki/bg_pc02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    padding-top: 1px;
    padding-bottom: 80px;
    margin-top: -8px;
    padding-top: 150px;
    margin-top: -150px !important;
}

div#merit_block>div {
    width: 1200px;
    margin: 0 auto;
}

#merit_block h3+p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#merit_block h3+p span {
    color: #fa6a4f;
}

.merit_wrapper {
    background-color: #fff;
    box-shadow: 0px 3px 15px -8px #777777;
    border-radius: 20px;
    padding: 60px 50px;
    margin: 40px 0;
}

.merit_wrapper h4 {
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    background-color: #eae4c6;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 70px;
}

.merit_wrapper h4 img {
    width: 100px;
    height: auto;
    position: absolute;
    top: -40px;
    right: 130px;
}

.step_box {
    display: flex;
    gap: 40px;
}

.step_inner {
    margin-top: -40px;
    width: 50%;
}

.step_inner img {
    border: solid 1px #666666;
}

.step_inner .blue {
    color: #43a8c4;
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}

.step_inner .blue+p {
    font-size: 18px;
    margin: 15px 0;
}

.step_inner p+img {
    width: 100%;
}

div#item_block {
    width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    margin-top: -150px !important;
}

#item_block h2 {
    margin-bottom: 80px;
}

.item_wrapper {
    display: flex;
    gap: 54px;
    margin: 60px 0;
}

.item_info .icon {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.item_info .icon span {
    background-color: #76a745;
    padding: 5px 18px;
    margin-right: 15px;
    border-radius: 5px;
}

.item_info .copy {
    font-size: 16px;
    margin: 15px 0;
}

.item_info .name {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
}

.item_info .value {
    font-size: 18px;
    margin: 15px 0;
}

.item_info .value span {
    font-weight: bold;
    text-decoration: line-through;
    margin-left: 10px;
}

.value_teiki {
    width: fit-content;
    padding: 20px 30px;
    background-color: #fff6f0;
    font-size: 14px;
    margin: 15px 0 40px;
}

.value_teiki span {
    color: #fa6a4f;
    font-weight: bold;
    margin-left: 5px;
}

p.value_teiki span span {
    margin-right: 0;
    font-size: 26px;
}

.item_info .comment {
    font-size: 16px;
    margin: 15px 0 30px;
}

.item_info .cart {
    text-align: right;
    display: flex;
    justify-content: end;
}

.item_info .cart>a {
    display: block;
    width: 280px;
    text-align: center;
    padding: 15px;
    background-color: #231f20;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
}

.item_info .cart+a {
    float: right;
    margin-top: 15px;
    font-size: 16px;
    text-decoration: underline;
}

div#faq_block {
    padding-top: 150px;
    margin-top: -150px !important;
}

div#faq_block>div {
    background-color: #efede766;
    padding-top: 1px;
    padding-bottom: 80px;
}

.e-list {
    width: 1200px;
    margin: 0 auto;
}

.faq_item.js-accordion-item {
    border-bottom: dotted 2px #231f20;
}

.js-accordion-content {
    background-color: #fff;
    padding: 30px;
    display: none;
    margin-bottom: 30px;
}

.t_q.js-accordion-title {
    padding: 28px 48px 28px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.t_q.js-accordion-title::before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.t_q.js-accordion-title::after {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(90deg);
}

.faq_item.js-accordion-item.is-open .t_q.js-accordion-title::after {
    display: none !important;
}

ul.e-list .mark {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    font-family: "Helvetica";
}

.t_a .mark {
    color: #43a8c4;
}

.t_q .mark {
    color: #fa6a4f;
}

.t_a {
    display: flex;
    align-items: center;
}

.item_wrapper img {
    width: 500px;
    height: 500px;
}

.item_info {
    padding-top: 10px;
}

.pconly {
    display: block;
}

.sponly {
    display: none;
}

.block-genre-page--goods,
dl.block-goods-list--sort-order-items,
.pager,
.block-thumbnail-t,
.pane-right-menu {
    display: none;
}

#merit01,
#merit02,
#merit03,
#merit04 {
    margin-top: -150px;
    padding-top: 150px;
}

@media screen and (max-width:767px) {
    .pconly {
        display: none;
    }

    .sponly {
        display: block !important;
    }

    .mv_block {
        position: relative;
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
    }

    .mv_block h1 {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .mv_block p {
        position: absolute;
        top: 44%;
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        margin: 30px 0;
        padding: 0 15px;
    }

    .anchor01 {
        width: 100%;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 64%;
        padding: 0 15px;
    }

    .anchor01 a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    #merit_block {
        background-image: url(/img/usr/teiki/bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        padding-bottom: 40px;
    }

    div#merit_block>div {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .teiki h2 img {
        height: 28px;
        display: block;
        margin: 40px auto 30px;
    }

    .anchor02 {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .anchor02 a {
        width: 50%;
    }

    .teiki h3 img {
        height: 80px;
        display: block;
        margin: 20px auto 20px;
    }

    #merit_block h3+p {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

    .merit_wrapper {
        padding: 30px 20px;
        margin: 20px 0 20px;
    }

    .merit_wrapper h4 {
        font-size: 15px;
        text-align: center;
        padding: 15px 20px;
        margin-bottom: 40px;
    }

    .merit_wrapper h4 img {
        width: 80px;
        height: auto;
        position: absolute;
        top: -34px;
        right: -20px;
    }

    .step_box {
        display: block;
    }

    .step_inner {
        margin-top: 40px;
        width: 100%;
    }

    .step_inner .blue+p {
        font-size: 14px;
        margin: 15px 0;
    }

    .step_inner .blue {
        font-size: 16px;
    }

    #item_block {
        width: 100% !important;
        margin: -150px auto 0 !important;
        padding: 150px 15px 0 !important;
    }

    #item_block h2 {
        margin-bottom: 40px;
    }

    .item_wrapper {
        display: block;
        margin: 40px 0;
    }

    .item_wrapper img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    p.value_teiki span span {
        font-size: 20px;
    }

    .item_info .cart {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .item_info .name {
        font-size: 24px;
    }

    .item_info .cart>a {
        width: 100%;
        font-size: 20px;
    }

    .item_info .cart+a {
        display: block;
        text-align: center;
        float: unset;
        margin-top: 15px;
        font-size: 16px;
        text-decoration: underline;
    }

    .e-list {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    .t_q.js-accordion-title {
        padding: 24px 48px 24px 0;
    }

    ul.e-list .mark {
        margin-right: 10px;
    }

    div#faq_block h2 img {
        margin: 40px auto 15px;
    }

    .t_a {
        display: flex;
        align-items: baseline;
    }

    .js-accordion-content {
        padding: 15px;
    }

    div#faq_block>div {
        padding: 0 15px 60px;
    }
}