@charset "UTF-8";

.premium_ * {
    letter-spacing: 0.6pt;
    line-height: 1;
}
.premium_ h1,
.premium_ h2,
.premium_ h3,
.premium_ h4 {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    background: none;
}
sup {
    font-weight: bold;
    vertical-align: text-top;
}

.link-txt_ {
    font-size: 14px;
    color: #8e7146;
    border-bottom: 1px solid;
    position: relative;
}
.link-txt_::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: inherit;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.flex-row_ {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.v-bottom_ {
    vertical-align: bottom;
}

/* PC */
@media screen and (min-width: 751px) {
    sup {
        font-size: 50%;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    sup {
        font-size: 80%;
    }
}

/* TOP */
.top_ {
    margin: 0 auto;
}
.top_ .top-title_ {
    width: 100%;
}
.top_ .top-title_ > h1 {
    color: #ffffff;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 500;
    background: none;
}
.top_ .top-title_ > h1 > small {
    color: #4e4e4e;
}
.top_ .top-lead_ {
    text-align: center;
}
.top_ .top-lead__heading {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    color: #aba199;
    font-weight: 500;
}
.top_ .top-lead__txt {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.75;
    color: #333333;
    margin-top: 20px;
}
.top_ .top-lead_ .link-btn_ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 307px;
    height: 51px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #8e7146;
    border-radius: 40px;
    margin: 30px auto 0;
}
.top_ .top-lead_ .link-btn_::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 10%;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.top_ .top-lead_ .link-btn_:hover {
    color: #8e7146;
    border: 1px solid #8e7146;
    background: #ffffff;
}
.top_ .top-lead_ .link-btn_:hover:after {
    border-color: #8e7146;
}
/* PC */
@media screen and (min-width: 751px) {
    .top_ {
        width: 1000px;
    }
    .top_ .top-title_ {
        height: 500px;
        background: url(/img/usr/freepage/premium/top.png?240125);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }
    .top_ .top-title_ > h1 {
        font-size: 40px;
        line-height: 1.2;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        position: absolute;
        bottom: 9px;
        left: 25%;
    }
    .top_ .top-title_ > h1 > small {
        font-size: 24px;
    }
    .top_ .top-lead_ {
        margin-top: 60px;
    }
    .top_ .top-lead__heading {
        font-size: 32px;
        margin-top: 22px;
    }
    .top_ .top-lead__txt {
        font-size: 16px;
        margin-top: 20px;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    .top_ {
        width: 100%;

    }
    .top_ .top-title_ {
        height: 290px;
        background: url(/img/usr/freepage/premium/top_sp.png?240125);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: calc(749 * (100vw / 750));
        height: calc(581 * (100vw / 750));
        padding-bottom: calc(16 * (100vw / 750));
    }
    .top_ .top-title_ > h1 {
        font-weight: 600;
        font-size: calc(35 * (100vw / 750));
        line-height: 1.2;
        padding: 0;
        text-align: center;
    }
    .top_ .top-title_ > h1 > small {
        font-size: 16px;
    }
    .top_ .top-lead_ {
        margin-top: 40px;
        margin-right: 30px;
        margin-left: 30px;
    }
    .top_ .top-lead__heading {
        font-weight: 600;
        font-size: 30px;
        margin-top: 22px;
    }
    .top_ .top-lead__txt {
        font-size: 14px;
        margin-top: 22px;
    }
}


.section_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.section_ > .section-head_,
.section_ > .section-body_ {
    width: 100%;
}
/* PC */
@media screen and (min-width: 751px) {
    .section_ {
        min-width: 1200px;
        margin-top: 60px;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    .section_ {
        margin-top: 40px;
    }
}

/* Quality */
#quality_ .section-body_ {
    margin-top: -500px;
    padding: 0 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}
#quality_ .section-body_ > .section-body__inner_ p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.75;
}
#quality_ .section-body_ > .section-body__inner_:first-child {
    margin: 0 auto;
}
#quality_ .section-body_ > .section-body__inner_:last-child {
    position: relative;
    padding: 10px 0 24px;
    margin: 20px auto 0;
}
#quality_ .section-body_ > .section-body__inner_:last-child::before,
#quality_ .section-body_ > .section-body__inner_:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: -moz-linear-gradient( -161deg, rgb(154,117,89) 0%, rgb(195,174,122) 60%, rgb(154,117,89) 100%);
    background-image: -webkit-linear-gradient( -161deg, rgb(154,117,89) 0%, rgb(195,174,122) 60%, rgb(154,117,89) 100%);
    background-image: -ms-linear-gradient( -161deg, rgb(154,117,89) 0%, rgb(195,174,122) 60%, rgb(154,117,89) 100%);
}
#quality_ .section-body_ > .section-body__inner_:last-child::before{
    top: 0;
}
#quality_ .section-body_ > .section-body__inner_:last-child::after{
    bottom: 0;
}
#quality_ .section-body_ > .section-body__inner_ > h3 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 500;
}
#quality_ .section-body_ > .section-body__inner_:first-child > h3 {
    color: #4d6095;
}
#quality_ .section-body_ > .section-body__inner_:first-child > h3 + p,
#quality_ .section-body_ > .section-body__inner_:first-child > h3 + p + p {
    margin-bottom: 20px;
}
#quality_ .section-body_ > .section-body__inner_:last-child > h3 {
    color: #cf152d;
    line-height: 1.3;
    border-bottom: 1px solid #8e7146;
}
#quality_ .section-body_ > .section-body__inner_ > .flex-row_ {
    align-items: center;
}
#quality_ .section-body_ > .section-body__inner_ > .flex-row_ p {
    text-align: left;
}
#quality_ .section-body_ > .section-body__inner_ > .flex-row_ .link-txt_ {
    display: block;
    width: fit-content;
    margin-top: 10px;
    margin-left: auto;
}
#quality_ .section-body_ > .section-body__inner_ > h4 {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #8e7146;
    border-top: 1px dotted;
    margin-top: 16px;
    padding: 8px 0;
}
/* PC */
@media screen and (min-width: 751px) {
    #quality_ .section-head_ {
        height: 667px;
        background: url(/img/usr/freepage/premium/quality_header_bg.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #quality_ .section-head_ > .section-title_ {
        padding: 55px 0;
    }
    #quality_ .section-body_ > .section-body__inner_ > h3 {
        font-size: 30px;
        padding: 22px 0;
    }
    #quality_ .section-body_ > .section-body__inner_ > h3 > small {
        font-size: 24px;
    }
    #quality_ .section-body_ > .section-body__inner_:first-child {
        width: 900px;
    }
    #quality_ .section-body_ > .section-body__inner_:last-child > * {
        width: 1000px;
    }
    #quality_ .section-body_ > .section-body__inner_:last-child > h3 {
        margin: 0 auto 0;
    }
    #quality_ .section-body_ > .section-body__inner_:last-child > p {
        margin: 30px auto 0;
    }
    #quality_ .section-body_ > .section-body__inner_:last-child > p > img + img {
        margin-left: 38px;
    }
    #quality_ .section-body_ > .section-body__inner_ p {
        font-size: 16px;
    }
    #quality_ .section-body_ > .section-body__inner_ > h4 + p {
        font-size: 12px;
        line-height: 1.5;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    #quality_ .section-head_ {
        height: 680px;
        background: url(/img/usr/freepage/premium/quality_header_bg_sp.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #quality_ .section-head_ > .section-title_ {
        width: 70%;
        margin: 0 auto;
        padding: 61px 0;
    }
    #quality_ .section-body_ > .section-body__inner_ > h3 {
        font-weight: 600;
        font-size: 26px;
        padding: 24px 0 16px;
    }
    #quality_ .section-body_ > .section-body__inner_ > h3 > small {
        font-size: 21px;
    }
    #quality_ .section-body_ > .section-body__inner_:first-child {
        width: 100%;
        padding: 0 12px;
    }
    #quality_ .section-body_ > .section-body__inner_:last-child > p {
        margin: 30px auto 0;
    }
    #quality_ .section-body_ > .section-body__inner_:last-child > p > img + img {
        margin-left: 20px;
    }
    #quality_ .section-body_ > .section-body__inner_ p {
        font-size: 14px;
    }
    #quality_ .section-body_ > .section-body__inner_ > h4 + p {
        font-size: 11px;
        line-height: 1.5;
    }
    #quality_ .section-body_ > .section-body__inner_ > .flex-row_ > * {
        width: 50%;
    }
}

/* Feature */
#feature_ > .section-head_ {
    background: #f2f2f2;
}
#feature_ .section-head_ > .section-title_ {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8e7146;
}
#feature_ .section-menu_ {
    display: flex;
    justify-content: center;
    align-items: center;
}
#feature_ .section-menu_ > li {
    display: flex;
}
#feature_.section_ > .section-body_:nth-last-child(3) {
    background: #f2f2f2;
}
#feature_.section_ > .section-body_:nth-last-child(2) {
    background: #f0eff2;
}
#feature_ .section-body_ > .section-body__inner_ {
    margin: 0 auto;
}
#feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div h4 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 500;
    color: #5d5c5c;
}
#feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.75;
    text-align: left;
}
#feature_ .section-body_ > .section-body__inner_ > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0;
}
#feature_ .section-body_ > .section-body__inner_ > ul > li > p {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px dotted;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > ul > li > p {
    color: #8e7146;
    border-color: #8e7146;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > ul > li > p {
    color: #4d6095;
    border-color: #4d6095;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > ul > li > p {
    color: #8e7146;
    border-color: #8e7146;
}
#feature_ .section-body_ > .section-body__inner_ > ul > li > .flex-row_ {
    margin-top: 14px;
}
#feature_ .section-body_ > .section-body__inner_ > ul > li > .flex-row_ > p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.75;
}
#feature_ .section-body_ > .section-body__inner_ > ul > li > .link-btn_ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
#feature_ .section-body_ > .section-body__inner_ > ul > li > .link-btn_::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > ul > li > .link-btn_ {
    color: #8e7146;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > ul > li > .link-btn_::after {
    border-color: #8e7146;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > ul > li > .link-btn_:hover {
    background: #8e7146;
    color: #ffffff;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > ul > li > .link-btn_:hover::after {
    border-color: #ffffff;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > ul > li > .link-btn_ {
    color: #4d6095;
    border-color: #4d6095;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > ul > li > .link-btn_::after {
    border-color: #4d6095;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > ul > li > .link-btn_:hover {
    background: #4d6095;
    color: #ffffff;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > ul > li > .link-btn_:hover::after {
    border-color: #ffffff;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > ul > li > .link-btn_ {
    color: #8e7146;
    border-color: #8e7146;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > ul > li > .link-btn_::after {
    border-color: #8e7146;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > ul > li > .link-btn_:hover {
    background: #8e7146;
    color: #ffffff;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > ul > li > .link-btn_:hover::after {
    border-color: #ffffff;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child {
    position: relative;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child::before {
    content: '';
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ .link-txt_ {
    display: block;
    width: fit-content;
    padding-right: 14px;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 900px;
    margin: 50px auto 0;
    padding: 20px 40px;
    background: #ffffff;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ > .flex-row_ {
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ > .flex-row_ > * {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.5;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ > .flex-row_ img {
    width: 100%;
    vertical-align: bottom;
}
#feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ > .flex-row_ + p {
    margin-top: 20px;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_ {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    background: #ffffff;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
}
#feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_ > p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > div {
    position: relative;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > div > img {
    width: 100%;
    vertical-align: bottom;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul {
    justify-content: space-evenly;
    margin-top: 70px;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: stretch;
    align-content: space-between;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-weight: bold;
    text-align: center;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li > small {
    font-size: 12px;
    line-height: 1.25;
    font-weight: normal;
    margin: 12px 6px 0;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li > .link-btn_ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 32px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 40px;
    background: #ffffff;
    color: #8e7146;
    border-color: #8e7146;
    margin-top: 16px;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li > .link-btn_::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #8e7146;
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li > .link-btn_:hover {
    background: #8e7146;
    color: #ffffff;
    border-color: #ffffff;
}
#feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li > .link-btn_:hover:after {
    border-color: #ffffff;
}
/* PC */
@media screen and (min-width: 751px) {
    #feature_ .section-head_ > .section-title_ {
        padding: 15px 0;
    }
    #feature_ .section-menu_ {
        width: 940px;
        margin: 0 auto;
    }
    #feature_ .section-head_ > .section-menu_ > li + li {
        margin-left: 2px;
    }
    #feature_ .section-body_ > .section-body__inner_ {
        width: 940px;
        padding: 40px 0 60px;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ {
        margin-top: 40px;
        justify-content: space-between;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div {
        max-width: 50%;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div + div {
        padding: 20px 0;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div h4 {
        font-size: 24px;
        text-align: left;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div p {
        font-size: 16px;
        margin-top: 12px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul {
        width: 100%;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li {
        width: 48%;
        margin-top: 40px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > .flex-row_ > p {
        font-size: 14px;
        margin-left: 14px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > .link-btn_ {
        width: 164px;
        height: 32px;
        font-size: 14px;
        border: 1px solid;
        margin: 0 0 0 auto;
    }
    #feature_ .section-body_ > .section-body__inner_ .feature-detail__title_ {
        display: none;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ {
        background: url(/img/usr/freepage/premium/feature_body_inner_bg_1.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div {
        width: 840px;
        margin: 50px auto 0;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 1000px;
        height: 300px;
        padding: 27px 30px 0 0;
        background: url(/img/usr/freepage/premium/feature_1-3.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child::before {
        width: 402px;
        height: 44px;
        left: 47%;
        background: url(/img/usr/freepage/premium/feature_1-2.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child > * {
        width: 53%;
        margin-left: auto;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ > * {
        width: 50%;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ .link-txt_ {
        margin-left: auto;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ {
        width: 900px;
        margin: 50px auto 0;
        padding: 20px 40px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_::before {
        content: '';
        position: absolute;
        top: 20px;
        left: -10px;
        background: url(/img/usr/freepage/premium/feature_1_more.png);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        width: 261px;
        height: 43px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ > .flex-row_ > * {
        width: 45%;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ .feature-detail_ > .flex-row_ > p {
        padding-top: 64px;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ {
        background: url(/img/usr/freepage/premium/feature_body_inner_bg_2.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_ {
        width: 900px;
        margin: 50px auto 0;
        padding: 10px 20px;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_::before {
        content: '';
        position: absolute;
        top: 20px;
        left: -10px;
        background: url(/img/usr/freepage/premium/feature_2_more.png);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        width: 261px;
        height: 43px;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_ > p {
        margin-bottom: 40px;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ {
        background: url(/img/usr/freepage/premium/feature_body_inner_bg_3.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ {
        width: 900px;
        margin: 50px auto 0;
        padding: 100px 20px 10px;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_::before {
        content: '';
        position: absolute;
        top: 20px;
        left: -10px;
        background: url(/img/usr/freepage/premium/feature_3_more.png);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        width: 261px;
        height: 43px;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > div::before {
        content: '';
        position: absolute;
        top: -5px;
        right: 10px;
        transform: translate(0, -100%);
        width: 210px;
        height: 121px;
        background: url(/img/usr/freepage/premium/feature_3-2.png);
        background-size: auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > div::after {
        content: '';
        position: absolute;
        bottom: -58px;
        left: -20px;
        width: 900px;
        height: 52px;
        background: url(/img/usr/freepage/premium/feature_3-4.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > p {
        margin-bottom: 40px;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul {
        display: flex;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li {
        width: calc(100% / 5);
        font-size: 13px;
        line-height: 1.25;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li:nth-child(2) > .link-btn_,
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li:nth-child(3) > .link-btn_,
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul > li:nth-child(4) > .link-btn_ {
        margin-bottom: 60px;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    #feature_ .section-head_ > .section-title_ {
        padding: 18px 0;
    }
    #feature_ .section-head_ > .section-title_ > img {
        width: 80%;
    }
    #feature_ .section-head_ > .section-menu_ > li + li {
        margin-left: 1px;
    }
    #feature_ .section-body_ > .section-body__inner_ {
        width: 100%;
        padding: 30px 10px 30px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > p {
        font-weight: 600;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ {
        background: url(/img/usr/freepage/premium/feature_body_inner_bg_1_sp.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ {
        background: url(/img/usr/freepage/premium/feature_body_inner_bg_2_sp.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ {
        background: url(/img/usr/freepage/premium/feature_body_inner_bg_3_sp.png);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ {
        flex-direction: column;
        margin-top: 30px;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div {
        width: 100%;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div + div {
        margin-top: 20px;
        padding: 0 14px;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div h4 {
        font-weight: 600;
        font-size: 21px;
        text-align: center;
    }
    #feature_ .section-body_ > .section-body__inner_ > .flex-row_ > div p {
        font-size: 14px;
        margin-top: 12px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul {
        width: 100%;
        padding: 0 8px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li {
        width: 100%;
        margin-top: 40px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > .flex-row_ {
        align-items: center;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > .flex-row_ > p {
        font-size: 13px;
        margin-left: 14px;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > .flex-row_ > p > small {
        display: block;
        font-size: 9px;
        text-align: right;
    }
    #feature_ .section-body_ > .section-body__inner_ > ul > li > .link-btn_ {
        width: 180px;
        height: 32px;
        font-size: 11px;
        font-weight: bold;
        border: 2px solid;
        margin: 14px auto 0;
    }
    #feature_ .section-body_ > .section-body__inner_ .feature-detail__title_ {
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding: 20px 0;
        margin-top: 30px;
        border-top: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-color: #6b6b6b;
        border-radius: 6px 6px 6px 6px;
        position: relative;
    }
    #feature_ .section-body_ > .section-body__inner_ .feature-detail__title_::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10%;
        width: 8px;
        height: 8px;
        border-top: 1px solid;
        border-left: 1px solid;
        transform: translate(-50%, -50%) rotate(-135deg);
    }
    #feature_ .section-body_ > .section-body__inner_ .feature-detail__title_.is-open {
        border-radius: 6px 6px 0 0;
        border-bottom: none;
    }
    #feature_ .section-body_ > .section-body__inner_ .feature-detail__title_.is-open::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    #feature_ .section-body_ > .section-body__inner_ .feature-detail_ {
        display: none;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div {
        width: 100%;
        margin: 50px auto 0;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child {
        width: 100%;
        padding: 0 0;
        background: url(/img/usr/freepage/premium/feature_1-3_sp.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child::before {
        width: 100%;
        height: 44px;
        left: 50%;
        background: url(/img/usr/freepage/premium/feature_1-2_sp.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child > * {
        width: 100%;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child > div {
        padding-top: 18px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > div:first-child > p {
        padding-top: 118px;
        text-align: center;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ p {
        font-size: 14px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ {
        flex-wrap: wrap;
        margin-top: 24px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ > * {
        width: 100%;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ > div:last-child {
        margin-top: 24px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .flex-row_ .link-txt_ {
        margin: 12px auto 0;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .feature-detail__title_ {
        color: #8e7146;
        background-color: rgba(147, 120, 80, 0.341);
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .feature-detail_ {
        display: none;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .feature-detail_.is-open {
        display: flex;
        width: 100%;
        margin: 0 auto 0;
        padding: 20px 14px;
        border-radius: 0 0 6px 6px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .feature-detail_ > .flex-row_ {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .feature-detail_ > .flex-row_ > * {
        width: 100%;
        font-size: 14px;
    }
    #feature_ .section-body_ > #feature1_.section-body__inner_ > .feature-more_ > .feature-detail_ > .flex-row_ > p {
        padding-top: 0;
        margin-bottom: 24px;
        line-height: 1.75;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail__title_ {
        color: #4d6095;
        background-color: rgba(77, 96, 149, 0.341);
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_ {
        display: none;
    }
    #feature_ .section-body_ > #feature2_.section-body__inner_ > .feature-detail_.is-open {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto 0;
        padding: 10px 20px;
        border-radius: 0 0 6px 6px;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail__title_ {
        color: #8e7146;
        background-color: rgba(147, 120, 80, 0.341);
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ {
        display: none;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_.is-open {
        display: flex;
        width: 100%;
        margin: 0 auto 0;
        padding: 20px 10px;
        border-radius: 0 0 6px 6px;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > div::after {
        width: 100%;
        height: 49px;
        background: url(/img/usr/freepage/premium/feature_3-4.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ > ul {
        display: none;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ ul {
        position: relative;
        margin: 30px 0;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ ul::before {
        content: '';
        position: absolute;
        top: 0;
        left: -12px;
        width: 48px;
        height: 1130px;
        background: url(/img/usr/freepage/premium/feature_3-4_sp.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ ul > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 8px 0 0 auto;
        padding: 12px 0 0;
        border-top: 1px dotted #8e7146;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ ul > li:last-child {
        width: 66%;
        margin: 0 auto 0 auto;
        padding: 6px 0 0;
        border-top: none;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ ul > li > div {
        width: 48%;
    }
    #feature_ .section-body_ > #feature3_.section-body__inner_ > .feature-detail_ ul > li:nth-child(2) > div:last-child {
        width: 40%;
        margin-right: 10px;
    }
}

/* Goods */
#goods_ .section-head_ > .section-title_ {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #8e7146;
}
#goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
#goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__lead_ {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.75;
    color: #333333;
}
#goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__lead_ + p {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-weight: bold;
    color: #6b6b6b;
}
#goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ > h4 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 500;
    color: #8e7146;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
}
#goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ > h4 > small {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #6b6b6b;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a {
    display: block;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > img {
    border: 1px solid #dcdcdc;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-name_ {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 500;
    color: #8e7146;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a:hover > .goods-name_ {
    color: #4d6095;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-price_ {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 16px;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ {
    width: auto;
    border-top: 2px dotted #8e7146;
    margin-top: 8px;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li {
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    color: #666666;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li::before {
    content: '';
    position: absolute;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li:nth-child(odd):before {
    background: #8e7146;
}
#goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li:nth-child(even):before {
    background: #4d6095;
}
#goods_ .section-body_ > .section-body__inner_ .link-btn_ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 40px;
    margin: 50px auto 0;
    background: #ffffff;
    color: #8e7146;
    border-color: #8e7146;
}
#goods_ .section-body_ > .section-body__inner_ .link-btn_::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-color: #8e7146;
}
#goods_ .section-body_ > .section-body__inner_ .link-btn_:hover {
    background: #8e7146;
    color: #ffffff;
}
#goods_ .section-body_ > .section-body__inner_ .link-btn_:hover:after {
    border-color: #ffffff;
}
/* PC */
@media screen and (min-width: 751px) {
    #goods_ .section-body_ > .section-body__inner_ {
        width: 1200px;
        margin: 50px auto 0;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ {
        width: 1000px;
        height: 250px;
        padding: 30px 0;
        justify-content: space-evenly;
        align-items: flex-end;
    }
    #goods_ .section-body_ > #goods-category1_.section-body__inner_ > .goods-category__head_ {
        padding: 30px 50px;
        background: url(/img/usr/freepage/premium/goods_body_inner_title_1.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category2_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_2.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category3_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_3.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category4_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_4.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category5_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_5.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > * {
        width: 50%;
        text-align: center;
    }
    #goods_ .section-body_ > #goods-category1_.section-body__inner_ > .goods-category__head_ > * {
        width: 45%;
    }
    #goods_ .section-body_ > #goods-category1_.section-body__inner_ > .goods-category__body_ .goods-name_,
    #goods_ .section-body_ > #goods-category3_.section-body__inner_ > .goods-category__body_ .goods-name_,
    #goods_ .section-body_ > #goods-category4_.section-body__inner_ > .goods-category__body_ .goods-name_ {
        height: 40px;
    }
    #goods_ .section-body_ > #goods-category5_.section-body__inner_ > .goods-category__head_ > * {
        width: 40%;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__title_ {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
        font-size: 32px;
        font-weight: 500;
        line-height: 1.25;
        color: #6b6b6b;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__title_ > small {
        font-size: 20px;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__lead_ {
        font-size: 16px;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__lead_ + p {
        font-size: 16px;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ {
        width: 940px;
        margin: 50px auto 0;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ > h4 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ {
        margin: -48px 0 0 -20px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ {
        width: calc(100% / 4 - 20px);
        margin: 48px 0 0 20px;
    }
    /* #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_:not(:nth-child(4n  - 3)) {
        margin-left: calc((100% - 220px * 4) / 3);
    } */
    /* #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_:nth-child(n + 5) {
        margin-top: 48px;
    } */
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-name_ {
        font-size: 20px;
        margin-top: 16px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li {
        font-size: 14px;
        padding-left: 8px;
        line-height: 1.5;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li::before {
        top: 5px;
        left: 0;
        width: 3px;
        height: 11px;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    #goods_ .section-body_ > .section-body__inner_ {
        width: 100%;
        margin-bottom: 60px;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #goods_ .section-body_ > #goods-category1_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_1_sp.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category2_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_2_sp.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category3_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_3_sp.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category4_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_4_sp.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > #goods-category5_.section-body__inner_ > .goods-category__head_ {
        background: url(/img/usr/freepage/premium/goods_body_inner_title_5_sp.png);
        background-size: 95%;
        background-position: top left;
        background-repeat: no-repeat;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ > h4 {
        font-weight: 600;
    }
    #goods_ .section-body_ > #goods-category1_.section-body__inner_ > .goods-category__body_ .goods-name_,
    #goods_ .section-body_ > #goods-category3_.section-body__inner_ > .goods-category__body_ .goods-name_,
    #goods_ .section-body_ > #goods-category4_.section-body__inner_ > .goods-category__body_ .goods-name_ {
        height: 32px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-name_ {
        font-weight: 600;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__title_ {
        display: none;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__title_ > small {
        display: none;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__lead_ {
        font-size: 14px;
        text-align: center;
        margin-top: 160px;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__head_ > .goods-category__lead_ + p {
        font-size: 12px;
        margin-top: 12px;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ {
        width: 100%;
        margin: 0 auto;
    }
    #goods_ .section-body_ > .section-body__inner_ > .goods-category__body_ > h4 {
        font-size: 21px;
    }
    #goods_ .section-body_ > #goods-category1_.section-body__inner_ > .goods-category__body_ {
        width: 100%;
        margin: 30px auto 0;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ {
        width: calc(100% / 2 - 40px);
        margin: 30px 20px 0;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-name_ {
        font-size: 16px;
        margin-top: 16px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-price_ > small {
        font-size: 11px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li {
        font-size: 11px;
        line-height: 1.5;
        padding-left: 8px;
        margin-top: 4px;
    }
    #goods_ .section-body_ > .section-body__inner_ .goods-list_ > .goods-list__item_ > a > .goods-feature_ > li::before {
        top: 3px;
        left: 0;
        width: 2px;
        height: 10px;
    }
}

#floatBtn_ {
    display: none;
}
#floatBtn_.is-show {
    display: block;
    position: fixed;
}
#floatBtn_ .link-btn_ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    color: #ffffff;
    text-align: center;
    background: #8e7146;
    border-radius: 40px;
}
#floatBtn_ .link-btn_::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}
/* PC */
@media screen and (min-width: 751px) {
    #floatBtn_.is-show {
        right: 15px;
        bottom: 10%;
    }
    #floatBtn_ .link-btn_ {
        width: 80px;
        height: 90px;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.3;
    }
    #floatBtn_ .link-btn_::after {
        left: 50%;
        bottom: 10%;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    #floatBtn_.is-show {
        left: 50%;
        bottom: 10px;
        transform: translate(-50%, 0);
    }
    #floatBtn_ .link-btn_ {
        width: 250px;
        height: 40px;
        font-size: 14px;
        font-weight: bold;
    }
    #floatBtn_ .link-btn_::after {
        top: 48%;
        right: 10%;
    }
}


.bottom_ .link-btn_ {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 307px;
    height: 51px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #8e7146;
    border-radius: 40px;
    margin: 0 auto;
}
.bottom_ .link-btn_::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.bottom_ .link-btn_:hover {
    color: #8e7146;
    border: 1px solid #8e7146;
    background: #ffffff;
}
.bottom_ .link-btn_:hover:after {
    border-color: #8e7146;
}
/* PC */
@media screen and (min-width: 751px) {
    .bottom_ {
        margin: 40px 0;
    }
}
/* SP */
@media screen and (max-width: 750px) {
    .bottom_ {
        margin: 0 0 40px;
    }
}

.block-common-question.category-bg {
    background: #ffffff;
}
.block-common-question .block-common-question--link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 307px;
    height: 51px;
    border-radius: 40px;
}
.block-common-question .block-common-question--link a::after {
    top: 56%;
    transform: rotate(45deg) translate(-50%, -50%);
}
.block-common-question ul.block-common-question--list > li .block-common-question--item-question,
.block-common-question ul.block-common-question--list > li .block-common-question--item-answer {
    line-height: 1.5;
}


/* 2022動画 */
.video_wrap {
  margin: 40px auto;
  width: 100%;
  max-width: 940px;
}

.video_wrap .inner {
  position: relative;
}

.video_wrap .inner::before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.video_wrap #video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrap .section_title {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
  color: #8e7146;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .video_wrap {
    margin: 20px auto;
    padding: 0 10px;
    max-width: unset;
    box-sizing: border-box;
  }

  .video_wrap .section_title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
  }
}

/* レビュー */
.review {
  background-color: #F5F3EF;
  padding-bottom: 50px;
}

.review .section-title_ {
  margin-bottom: 50px;
  padding: 15px 0;
  background: #8e7146;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
  font-weight: 400;
  color: #fff;
}

.review .section-body__inner_ {
  margin: 0 auto;
  width: 940px;
}

.review-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 48%;
}

.review-item:last-child,
.review-item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.review-item_content {
  position: relative;
  margin-bottom: 30px;
  padding: 18px 20px;
  border: 1px solid #98815A;
  border-radius: 10px;
  background-color: #fff;
}

.review-item_content::after {
  content: '';
  position: absolute;
  right: 65px;
  bottom: -25px;
  background-image: url(../../../../img/usr/freepage/premium/balloon.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 25px;
}

.premium_ .review-item_title {
  margin-bottom: 10px;
  color: #90784A;
  font-weight: 600;
  font-size: 20px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
  line-height: 1.5;
}

.review-item_text {
  line-height: 26px;
}

.review-item_user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-goods_data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 30px;
  width: calc(80% - 89px - 30px);
}

.user-title {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #8e7146;
  color: #fff;
  border-radius: 5px;
}

.goods-title {
  margin-bottom: 10px;
}

.review-star {
  height: 18px;
  background-image: url(../../../../img/usr/freepage/premium/star.png);
  background-repeat: repeat-x;
}

.review-star.star-1 {
  width: calc(19px * 1);
}

.review-star.star-2 {
  width: calc(19px * 2);
}

.review-star.star-3 {
  width: calc(19px * 3);
}

.review-star.star-5 {
  width: calc(19px * 4);
}

.review-star.star-5 {
  width: calc(19px * 5);
}

.review-item .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.review-item .btn-goods {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 32px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 40px;
  background: #ffffff;
  color: #8e7146;
  border-color: #8e7146;
  margin-top: 16px;
  transition: .3s;
}

.review-item .btn-goods:hover {
  background: #8e7146;
  color: #ffffff;
  border-color: #ffffff;
}

.review-item .btn-goods::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21%;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #8e7146;
  transform: rotate(-45deg) translate(0, -50%);
}

.review-item .btn-goods:hover::after {
  border-color: #fff;
}

.review .small {
  text-align: right;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
  font-weight: 400;
}

.review-wrap + .small {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .review {
    padding-bottom: 0;
  }

  .review .section-body__inner_ {
    width: 100%;
    padding: 30px 10px 30px;
    box-sizing: border-box;
  }
  .review-wrap {
    flex-direction: column;
  }

  .review .section-title_ {
    margin-bottom: 0;
    font-size: 21px;
  }

  .review-item {
    width: 100%;
  }

  .review-item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 50px;
  }

  .premium_ .review-item_title {
    font-size: 18px;
    font-weight: 600;
  }

  .review-item .btn-goods {
    width: 180px;
    height: 32px;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid;
    margin: 14px auto 0;
  }

  .review-goods_data {
    margin-left: 20px;
    width: calc(100% - 89px - 20px);
  }
}

/*240108 改修*/
#review .section-title_{
    margin-top: 0;
    text-align: center;
}
#combination{
    padding-bottom: 94px;
    background-color: #F5F3EF;
}
#combination .section-title_{
    margin-bottom: 20px;
    padding: 15px 0;
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8e7146;
}
#combination .content-lead{
    color: #8e7146;
    font-size: 22px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-weight: 400;
    line-height: 1.59;
}
#combination .content-wrap{
    margin-top: 34px;
    display: flex;
    flex-direction: column;
}
#combination .content-detail{
    width: 100%;
    padding: 0 10px;
}
#combination .content-detail-text{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
}
#combination .caution-text{
    margin-top: 40px;
    display: block;
    font-weight: normal;
}
#combination .combination-image{
    width: 100%;
    padding: 0 24px 50px;
}
.tab{
    margin-top: 60px;
    width: 100%;
    padding: 0 6px;
}
.tab-lists{
    display: flex;
    justify-content: center;
}
.tab-lists div[role="tab"]{
    width: calc((100% - 12px) / 2);
    padding: 23px 5px 19px ;
    color: #979292;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 18px;
    line-height: 1.625;
    text-align: center;
    border: none;
    border-radius: 20px 20px 0 0;
    background-color: #E5E1DA;
}
.tab-lists div[role="tab"][aria-selected="true"]{
    color: #fff;
    background-color: #A78D6E;
}
.tab-lists div[role="tab"]:not(:first-child){
    margin-left: 12px;
}
.tab-lists div[role="tab"] span{
    font-size: 19px;
    display: block;
}
.tab-panel{
    width: 100%;
    padding: 50px 20px 10px;
    background-color: #fff;
    border: 1px solid #8E7146;
    border-radius: 0 0 10px 10px;
}
#combination .tab-title{
    color: #8E7146;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 20px;
    text-align: center;
}
#combination .tab-title span{
    font-size: 20px;
    display: inline-block;
    margin-right: 1em;
}
#combination .tab-content{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.btn-area{
    margin-top: 24px;
    text-align: center;
}
.btn-area .link-btn_{
    padding: 8px 35px 7px;
    display: inline-block;
    color: #8E7146;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #8E7146;
    border-radius: 30px;
    position: relative;
}
.btn-area .link-btn_::after{
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #8E7146;
    border-right: 1px solid #8E7146;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: rotate(45deg) translateY(-50%);
}
.thumbnail .slick-track {
    width: 100% !important;
    transform: unset !important;
}
.thumbnail{
    margin-top: 7px;
}
.thumbnail .thumbnail-img{
    width: calc((100% - 24px) / 4) !important;
}
.thumbnail .thumbnail-img:not(:first-child){
    margin-left: 8px;
}
.thumbnail-img.slick-current{
    border: 2px solid #C8102E;
}
.goods-price_{
    margin-top: 10px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 18px;
    line-height: 1.66;
    white-space: nowrap;
}
.goods-price_ small{
    font-size: 0.8em;
}
.goods-size_{
    font-size: 14px;
    font-weight: normal;
}
.goods-feature_{
    margin-top:5px;
    font-weight: normal;
}
.goods-feature_ li{
    margin-top: 0.5em;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.42;
    position: relative;
}
.goods-feature_ li::before{
    content: '';
    width: 3px;
    height: 11px;
    display: block;
    background-color: #8E7146;
    position: absolute;
    top: 4px;
    left: 0;
}
.type-tilte{
    margin: 27px 0 0;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
    font-size: 16px;
    text-align: center;
}

@media screen and (min-width: 751px){
    .sp_only{
        display: none;
    }
    #combination .section-title_{
        margin-bottom: 50px;
        padding: 15px 0;
    }
    #combination .section-body__inner_{
        width: 100%;
        max-width: 940px;
        margin: 0 auto;
    }
    #combination .content-lead{
        font-size: 26px;
    }
    #combination .content-wrap{
        margin-top: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #combination .content-detail{
        width: calc(395 / 940 * 100%);
        max-width: 395px;
        padding: 0;
    }
    .content-image{
        width: calc(500 / 940 * 100%);
        max-width: 500px;
    }
    #combination .combination-image{
        width: calc(753 / 940 * 100%);
        max-width: 753px;
        margin: 0 auto;
        padding: 0;
    }
    #combination .combination-image + .content-lead{
        margin-top: 108px;
    }
    .tab{
        padding: 0;
    }
    .tab-lists div[role="tab"]{
        width: calc(354 / 1000 * 100%);
        max-width: 354px;
        padding: 16px 0 11px;
        font-size: 23px;
    }
    .tab-lists div[role="tab"] span{
        margin-right: 1em;
        font-size: 23px;
        display: inline-block;
    }
    #combination .tab-panel{
        padding: 44px 15px 36px 36px;
        border-radius: 10px;
    }
    #combination .tab-title{
        font-size: 26px;
    }
    #combination .tab-title span{
        font-size: 23px;
    }
    #combination .tab-content{
        margin-top: 36px;
        flex-direction: row;
    }
    .btn-area{
        margin-top: 40px;
    }
    .btn-area .link-btn_{
        padding: 9px 94px;
        font-size: 20px;
    }
    .type-tilte{
        margin-bottom: 36px;
    }
    .goods-feature_ li{
        font-size: 14px;
    }
}
@media screen and (max-width: 1201px){

}