@charset "utf-8";

/* dcardgold */
.dcardgold {
    font-family: sans-serif;
}

.dcardgold a:hover {
    opacity: .8
}

.dcardgold .MV {
    margin: 0 30px;
}

@media screen and (max-width: 767px) {
    .dcardgold .MV {
        margin: 0 0 0;
    }

    .dcardgold {
        padding-bottom: 20px;
    }
}

/* dcard-wrap */
.dcard-wrap {
    padding: 16px 0;
    background-image: -webkit-linear-gradient(left, #F4F4F4 4%, #DFDEDC 99%);
    background-image: linear-gradient(to right, #F4F4F4 4%, #DFDEDC 99%);
}

/* .dcard-wrap {
    padding: 16px 0;
    background: #fcf6cc;
} */

/* dsxdf */
.dsxdf .obi-section {
    padding: 30px 32px 0;
}

.dsxdf .obi-section.obi-section--layout {
    padding: 30px 32px 30px;
}

.dsxdf .card .pickup-item {
    background: none;
    border: 0;
    box-shadow: none;
}

.dsxdf .col2.card .pickup-item {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .dsxdf .obi-section {
        padding: 4rem 0 1rem;
        margin: -3rem 3% 1em;
    }

    .dsxdf .obi-section.obi-section--layout {
        padding: 4rem 0 1rem;
        margin: -3rem 3% 1em;
    }

    .dsxdf .obi-section--low {
        padding: 1.5rem 0 1rem;
    }

    .dsxdf .obi {
        margin: 50px 10px 20px;
    }
}


/* product_area */
.product_area {
    padding-top: 1rem;
}

/* btn */
.btn_area {
    margin: 14px 30px 0;
}

.btn_area-item {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.btn_area-item:first-child {
    margin-top: 0;
}

.dcardgold a.btn_area-link {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
}

.dcardgold a.btn_area-link.btn_furusato {
    padding: 5px;
    border-image: linear-gradient(to right, #995c07 0%, #b97b25 10%, #d6a52e 40%, #e0cc74 50%, #d6a52e 60%, #b97b25 90%, #995c07 100%)1;
}

.dcardgold a.btn_area-link.btn_3ple {
    padding: 8px 5px;
}

.btn_area-img {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
}

.btn_area-img>img {
    width: 50%;
    height: auto;
}

.btn_3ple .btn_area-img>img {
    width: 53%;
}

.btn_area-txt {
    font-size: 150%;
    text-align: center;
    margin-top: 5px;
    line-height: 1;
    font-weight: bold;
}

.btn_area-txt--emphasis {
    color: #b50303;
}


/* banner_area */
.banner_area {
    margin: 30px 30px 30px;
}

.banner_area-item {
    margin-top: 1em;
    border: 1px solid #b97b25;
}

.banner_area-item:first-child {
    margin-top: 0;
}

.banner_area-img {
    margin-top: .5rem;
    display: flex;
    justify-content: center;
}

.banner_area-ttl {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 130%;
    text-align: center;
}

/* shop-name shop-txt */
.shop-name,
.shop-txt {
    color: #333;
    text-align: center;
    margin: 0;
}

.shop-name {
    margin: 10px 0 0;
    color: #b50303;
}

/* .pickup-shop .shop-img */
.pickup-shop .shop-img {
    border: 1px solid #cbb612;
}

/* feature */
.feature h2,
.obi-section h2 {
    background-image: linear-gradient(to right, #995c07 0%, #b97b25 10%, #d6a52e 40%, #e0ca68 50%, #d6a52e 60%, #b97b25 90%, #995c07 100%);
    color: #FFF;
    font-size: 120%;
    margin: 0 0 20px;
    font-weight: bold;
    padding: 7px 10px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* .feature h2,
.obi-section h2 {
    background-image: linear-gradient(to bottom, #b97b25 0%, #d6a52e 60%, #b97b25 100%);
    color: #fff;
    font-size: 150%;
    margin: 0 0 20px;
    font-weight: normal;
    padding: 7px 10px;
} */

/* paidframe */
.paidframe_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin-top: -15px;
}

.paidframe_list::after {
    display: block;
    content: "";
    width: 30%;
}

.paidframe_list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-top: 15px;
}

.paidframe_img {
    margin: 0 0 5px;
}

.paidframe_img img {
    border: 1px solid #cbb612;
    width: 278px;
    max-width: 100%;
}

.paidframe_text {
    color: #333;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .paidframe_list-item {
        width: calc(50% - 5px);
    }

    .paidframe_text {
        font-size: 13px;
        line-height: 1.4;
    }

    .paidframe_img img {
        width: 350px;
    }
}

/* dsimg */
.dsimg {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

/* nopc */
.nopc {
    display: none;
}

@media screen and (max-width: 767px) {

    /* nosp */
    .nosp {
        display: none;
    }

    .nopc {
        display: inline-block;
    }
}

/* about-ds */
.about-ds {
    padding-bottom: 20px
}

.about-ds .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-ds .point-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #fff;
    padding: .9em;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
    border: 1px solid #888
}

.about-ds .point-subttl {
    font-size: 13px;
    font-weight: bold;
    display: block;
    position: relative;
    margin-bottom: .5em
}

.about-ds .point-ttl {
    font-size: 15px;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0, #eee));
    background: -webkit-linear-gradient(transparent 55%, #eee 0);
    background: -o-linear-gradient(transparent 55%, #eee 0);
    background: linear-gradient(transparent 55%, #eee 0)
}

.about-ds .ttl-wrapper {
    margin-bottom: .75em
}

.about-ds .link-detail {
    display: block
}

.about-ds .point-txt,
.about-ds .link-detail {
    font-size: 14.5px
}

.about-ds .point-txt {
    margin: 0 0 1em
}

/* pickup-item */
.pickup-item-inner {
    padding-bottom: 0;
}

/* .feature .flex-wrap */
.feature .flex-wrap {
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .feature .flex-wrap {
        margin-top: 15px;
    }
}

/* .nav.col4 .nav-item */
.nav.col4 .nav-item {
    width: calc(25% - 1px);
}

@media screen and (max-width: 767px) {
    .nav.col4 .nav-item {
        width: calc(50% - 1px);
    }

    .nav.col4 .nav-item:nth-child(n+3) {
        margin-top: 2px;
    }
}

/* .nav.col2 .nav-item */
.nav.col2 .nav-item {
    width: calc(50% - 1px);
}

.nav.col2 .nav-item:nth-child(n+3) {
    margin-top: 2px;
}

.nav-item {
    position: relative;
}

.nav-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

/* .nav.col-pc3_sp2 */
.col-pc3_sp2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 20px;
}

.col-pc3_sp2 li {
    width: 33.2%;
    margin: 0 0 0.2% 0;
}

@media screen and (max-width: 767px) {
    .col-pc3_sp2 li {
        width: 49.5%;
        margin: 0 0 0.7% 0;
    }
}

/* nav-link */
.nav-link {
    background-image: linear-gradient(to bottom,
            #d2bb4f 0%,
            #b97b25 20%,
            #995c07 50%,
            #b97b25 80%,
            #d2bb4f 100%);
    padding: 15px 0;
}


/* d_gold-point */
.d_gold-point-list {
    padding: 0;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 30px;
}

.d_gold-point-list-item {
    color: #333;
    font-size: 130%;
    margin-top: 10px;
}

.d_gold-point-list-item:first-child {
    margin-top: 0;
    color: #b50303;
    font-weight: bold;
    line-height: 1.4;
}

a.d_gold-point-list-link,
a.d_gold-point-list-link:link,
a.d_gold-point-list-link:visited {
    color: #333;
    text-decoration: underline;
}

/* d_gold-link-list-item */
.d_gold-link-list-item {
    color: #333;
    font-weight: normal;
    line-height: 1.4;
}

.d_gold-link-list-item.d_gold-link-list-item--modyfi {
    margin-top: 5px;
    font-size: 125%;
}

@media screen and (max-width: 767px) {
    .d_gold-point-list {
        padding: 0;
        font-size: 100%;
        margin-left: 25px;
    }

    .d_gold-point-list-item {
        font-size: 100%;
        margin-top: 5px;
    }

    .d_gold-point-list-inner {
        margin: 6px 0 0 3.9rem;
        letter-spacing: 1.6px;
    }

    .d_gold-link-list-item {
        margin-top: 0;
    }

    .d_gold-link-list-item.d_gold-link-list-item--modyfi {
        margin-top: 3px;
        font-size: 100%;
    }
}

/* introduce */
.introduce {
    padding: 30px 20px 0;
}

.introduce-lead {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
}

.introduce-ttl {
    margin: 1rem 0 auto;
    text-align: center;
    color: #333;
    font-size: 160%;
    letter-spacing: 1px;
}

.introduce-inner {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduce-inner-contents {
    width: 360px;
}

.introduce-inner_ttl {
    font-weight: bold;
    font-size: 130%;
    color: #333;
    display: flex;
    width: 80%;
    align-items: center;
}

.introduce-inner_ttl::before,
.introduce-inner_ttl::after {
    content: "";
    display: block;
    border-bottom: 3px solid #333;
    flex: 1 1 0;
}

.introduce-innerttl {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .introduce-lead {
        font-size: 100%;
    }

    .introduce-ttl {
        /* margin: .2rem 0 auto; */
        text-align: center;
        font-size: 110%;
    }

    .introduce-inner {
        margin-top: 20px;
    }

    .introduce-inner-contents {
        width: 290px;
    }

    .introduce-inner_ttl {
        font-size: 110%;
        width: 100%;
    }

    .introduce-innerttl {
        margin: 0 5px;
    }

}

/* nav */
.nav-txt {
    font-size: 105%;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .nav-link {
        padding: 10px 0;
    }

    .nav-txt {
        font-size: 93%;
        margin-top: 0;
    }
}

/* more_list */
.more_list {
    margin-top: 15px;
}

.more_list-item {
    margin-top: 15px;
    font-size: 130%;
}

.more_list-item:first-child {
    margin-top: 0;
}

a.more_list-link {
    text-decoration: underline;
    letter-spacing: .5px;
}

@media screen and (max-width: 767px) {
    .more_list {
        margin-top: 10px;
    }

    .more_list-item {
        margin-top: 10px;
        font-size: 105%;
    }
}

/* contents */
.contents-title {
    padding: 10px;
    background-image: linear-gradient(to right, #995c07 0%, #b97b25 10%, #d6a52e 40%, #e0ca68 50%, #d6a52e 60%, #b97b25 90%, #995c07 100%);
    color: #FFF;
    font-size: 150%;
    font-weight: bold;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7),
        inset 0 -1px 1px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.1);
}

.contents-body {
    margin-top: 10px;
}

.contents-img {
    margin-top: 30px;
}

.contents-img.contents-img--style {
    margin-top: 0;
    padding: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.contents-img.contents-img--style>a {
    display: inline-block;
}

.contents-text {
    margin-bottom: 0;
}

.contents-note.contents-note--layout {
    margin-top: 15px;
}

.contents-body--emphasis {
    color: #b50303;
}

.contents-body--bold {
    font-weight: bold;
}

.contents-link {
    color: #b50303;
    text-decoration: underline;
}

.contents-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contents-list_item {
    margin-top: 20px;
    width: 80%;
}

@media screen and (max-width: 767px) {
    .contents-title {
        font-size: 120%;
    }

    .contents-list {
        flex-direction: column;
    }

    .contents-list_item {
        width: 100%;
    }

    .contents-img.contents-img--style {
        padding: 20px;
    }
}

/* step */
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 0 15px 30px;
    width: 100%;
}

.step-bottom {
    margin-top: 15px;
    width: 100%;
}

.step-btn {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.step-btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    border-radius: 30px;
    padding: 10px 0;
    background-color: #653301;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.step-btn_link::after {
    content: '＞＞';
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: -.6em;
}

.step_text {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .step {
        padding: 0 15px 20px;
    }

    .step-btn_link {
        width: 90%;
    }

    .step_text {
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    .step-btn_link {
        width: 100%;
        padding: 10px 30px;
        justify-content: flex-start;
    }
}

.feat-box {
    margin: 0;
}

@media screen and (max-width: 767px) {

    /* feat-box */
    .feat-box {
        padding: 0;
    }

    .feat-box.pickup-shop {
        margin: 0;
    }


    /* .section--box */
    .section--box {
        padding: 12px;
    }

    /* btn */
    .btn_area {
        margin: 15px 3% 0;
    }

    .dcardgold a.btn_area-link {
        box-sizing: border-box;
    }

    .dcardgold a.btn_area-link.btn_furusato {
        padding: 5px 10px;
    }

    .dcardgold a.btn_area-link.btn_3ple {
        padding: 10px;
    }

    .btn_area-img {
        width: 50%;
        height: auto;
    }

    .btn_area-img>img {
        width: 70%;
    }

    .btn_3ple .btn_area-img>img {
        width: 70%;
    }

    .btn_area-txt {
        font-size: 110%;
        margin-top: 3px;
    }


    /* feature */
    .feature {
        padding: 0 3%;
    }

    /* banner_area */
    .banner_area {
        margin: 20px 3% 20px;
    }

    .banner_area a.banner_area-link {
        font-size: 130%;
    }

    /* dcard-wrap */
    .dcard-wrap {
        padding: 0;
    }

    /* dsimg */
    .dsimg {
        width: auto;
        margin: 0 auto;
        width: 100%;
    }

    /* about-ds */
    .about-ds .subttl {
        font-size: 14px;
        letter-spacing: -.01em
    }

    .about-ds .link-detail {
        text-align: right
    }

}



/* price_list */
.price_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    gap: 10px;
    font-size: 13px;
}

.price_list-item {
    display: flex;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-top: 10px;
}

.price_list-link {
    display: flex;
    width: 100%;
}

.price_list-link>img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .price_list-link {
        max-width: 100%;
    }

}

/* contents-more */
.contents-more {
    width: 100%;
}

.contents-more>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin: 15px auto 0;
    color: #fff;
    font-size: 20px;
    background-color: #b50303;
    text-align: center;
    border-radius: 30px;
    padding: 12px 15px 12px 70px;
}

.contents-more>a:after {
    content: '＞';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .contents-more>a {
        padding: 12px 15px 12px 30px;
    }
}

/* ac_target */
.ac_target {
    margin: 15px auto 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #b50303;
    text-align: center;
    border-radius: 30px;
    padding: 12px;
    width: 50%;
}

.ac_target:after {
    background-position: -48px -48px;
}

.ac_target.active:after {
    background-position: -72px -48px;
}

@media screen and (max-width: 767px) {
    .ac_target {
        width: 100%;
    }
}

/* section-titile */
.section-titile {
    display: flex;
    position: relative;
    align-items: center;
}

.section-titile-item {
    padding-left: 37px;
}

.section-titile::before {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/crown.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

/* keyword */
.keyword-list-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 5px 0 20px 0;
}

.keyword-list-2 li {
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px;
}

.obi-section-2 {
    padding: 20px 3%;
    margin-top: -20px;
}

/* .price.price-options */
.price-obi {
    margin: 0 3% 0;
}

.price-obi img {
    width: 100%;
}

.price-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

/* price_ボタン */
.price-options a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    width: 47%;
    padding: 10px 40px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    box-shadow: 0 0 3px #ccd0d1;
}

.price-options a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px #b50303;
    border-right: solid 2px #b50303;
    transform: translateY(-50%) rotate(45deg);
}

.price-options a:hover:after {
    right: 1.4rem;
}

/* .osusume-tokusyu */
.osusume-tokusyu-list {
    display: flex;
}

.osusume-tokusyu-item img {
    width: 100%;
}

@media screen and (max-width: 767px) {

    .price-options a {
        padding: 6px 13px;
    }
}

.text-xl {
    font-size: 150%;
    background-color: #f7ee93;
    padding: 2px 5px;
}

.text-lg {
    font-size: 115%;
}

.text-m {
    font-size: 90%;
}

.text-m a {
    text-decoration: underline;
}

.text-sm {
    font-size: 85%;
}

.contents-body--bold-underline {
    text-decoration: underline;
    font-weight: 600;
}

@media screen and (max-width: 767px) {

    .text-xl {
        font-size: 110%;
    }

    .text-lg {
        font-size: 100%;
    }

    .text-m {
        font-size: 85%;
    }

    .text-sm {
        font-size: 80%;
    }
}