@charset "UTF-8";

/* ベース */
.contents1__inner {
    width: auto;
    max-width: 100%;
    font-size: 16px;
    padding: 0;
}

.contents1__inner--small {
    max-width: 100% !important;
}

.contents_main {
    width: auto;
    max-width: 100%;
    font-size: 16px;
    padding: 0;
    background-color: #f6f4f4;
}

.contents_920 {
    max-width: 920px;
    margin: 0 auto;
    padding: 60px 0 50px;
}

.contents_920>h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 5rem;
}

.contents_920>h2.long_h2 {
    font-size: 2rem;
}

.contents_920>h2:before {
    position: absolute;
    bottom: -2rem;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #dadada;
}

.contents_920>h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.contents_main br.sp_br {
    display: none;
}

.contents_main br.tb_br {
    display: none;
}

/* mv */

.contents_mv {
    text-align: center;
}

.mv_920 {
    line-height: 0;
}

.mv_920 img {
    max-width: 920px;
    width: 100%;
}

.contents_mv .contents_920 {
    padding-top: 30px;
}

.contents_mv h1 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.5rem;
    font-weight: bold;
    color: #ee720d;
}

.contents_mv p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.contents_mv p:last-of-type {
    margin-bottom: 0;
}

.lead_period {
    text-align: center !important;
    color: #fff;
    background-color: #d2c8b4;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 1.3rem;
    max-width: 570px;
    margin: 30px auto;
    border-radius: 50px;
}

.lead_attention {
    text-align: left;
    font-weight: bold;
    color: #ee720d;
    font-size: 1rem;
    line-height: 1.3rem;
}

.lead_attention li {
    margin-bottom: 5px;
}

/* ナビ */

.contents_main nav {
    margin-left: 10px;
}

.contents_main nav ul, .contents_main nav li {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.contents_main nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.contents_main nav li {
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.contents_main nav li.col2 {
    width: calc((100% - 20px) / 2);
}

.contents_main nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 10px;
    background-color: #D2C8B4;
    font-weight: bold;
    font-size: 1.2em;
    color: #0a0a0a;
    text-decoration: none;
    padding: 0 30px;
}

.contents_main nav li a:after {
    content: "";
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 16px;
    box-sizing: border-box;
    width: 5px;
    height: 7px;
    border: 5px solid transparent;
    border-top: 7px solid #0a0a0a;
}

/* 対象商品 */

.item_wraps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_wraps:not(:last-child) {
    margin-bottom: 60px;
}

.item_wrap {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex: 0 1 49%;
    width: 49%;
    position: relative;
}

.item_wrap.item_only {
    flex: 0 1 100%;
    width: 100%;
}

.item_icon {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ee720d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.item_icon.bg_tp {
    background-color: transparent;
}

.item_icon p {
    font-weight: bold;
    color: #FFF;
}

.item_img {
    flex: 1 1 auto;
}

.item_text {
    line-height: 1.3rem;
    flex: 0 1 auto;
}

.item_name {
    font-weight: bold;
    color: #0a0a0a;
    font-size: 1.1rem;
    flex-grow: 1;
    flex: 1 1 auto;
}

.item_name p {
    margin: 1rem auto 0.5rem;
    font-size: 1rem;
}

.item_desc {
    margin-bottom: 1rem;
    text-align: left;
}

.target-shopping__price {
    margin-bottom: 1rem;
}

.target-shopping__price .__sales_price {
    font-size: 1.25rem;
}

.cart_in_btn {
    display: flex;
    flex-grow: 0;
}

.item_only .cart_in_btn {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.cart_in_btn label {
    width: 25%;
    max-width: 90px;
    flex: 0 1 25%;
    margin-right: 10px;
    height: 60px;
}
.cart_in_btn select {
    width: 100%;
    height: 60px;
    text-align:center;
    text-align:-webkit-center;
}

.cart_in_btn button {
    width: 75%;
    height: 60px;
    flex: 1 1 75%;
}

/* クーポンコード */

.coupon-code {
    padding: 80px 15px;
}

.coupon-code__content {
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid #d2c8b4;
    border-radius: 30px;
    overflow: hidden;
}

.coupon-code__level1-ttl {
    background: #d2c8b4;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
}

.coupon-about {
    padding: 30px 45px;
}

.coupon-about__ttl {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ee720e;
    text-align: center;
    margin-bottom: 15px;
}

.coupon-about__txt {
    font-size: 0.875rem;
    margin-bottom: 30px;
    line-height: 1.3rem;
}

.use-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
}

.coupon-code_inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    text-align: center;
    margin-right: 6%;
    font-weight: bold;
}

.coupon-code__content-box {
    padding: 20px 0;
    border: 3px solid #d2c8b4;
    border-radius: 20px;
    color: #ee720e;
    margin-bottom: 10px;
}

.coupon-code__code {
    font-size: 1.375rem;
    margin-bottom: 5px;
}

.coupon-code__yomi {
    font-size: 0.6875rem;
    margin-bottom: 10px;
}

.coupon-code__kome {
    font-size: 0.75rem;
    color: #4c4c4c;
}

.coupon-code__period {
    font-size: 0.875rem;
}

.coupon-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.coupon-input__ttl {
    font-size: 0.8125rem;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.coupon-input__ttl::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #d2c8b4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.coupon-input__txt {
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.coupon-input__code {
    border: 1px solid #b3b3b3;
    padding: 5px;
    margin-bottom: 7px;
}

.coupon-input__caution {
    background-color: #ee720e;
    font-size: 0.75rem;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
}

.coupon-input__caution::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    border-bottom: 15px solid #ee720e;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.coupon-code__section {
    border-top: 1px solid #d2c8b4;
    margin: 0 40px;
    padding: 40px 0;
}

.coupon-code__section-ttl {
    color: #ee720e;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.note-list {
    font-size: 0.875rem;
}

.note-list li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3rem;
}

.note-list__ex {
    color: #ee720e;
    font-weight: bold;
}

@media screen and (max-width: 940px) {
    .contents1__inner {
        width: 100%;
        overflow-x: hidden !important;
    }

    .contents_main {
        width: 100%;
        overflow-x: hidden !important;
    }

    .contents_920 {
        padding: 60px 10px 50px;
    }

    .item_icon {
        top: -10px;
        left: -5px;
        width: 80px;
        height: 80px;
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 800px) {
    .contents_920 {
        padding: 40px 10px 30px;
    }

    .contents_main br.pc_br {
        display: none;
    }

    .contents_main br.tb_br {
        display: block;
    }

    .contents_mv p {
        text-align: left;
    }

    .contents_main nav li {
        width: calc((100% - 20px) / 2);
    }

    .contents_main nav li.col2 {
        width: 100%;
    }

    .use-coupon {
        display: block;
        padding-bottom: 20px;
    }

    .coupon-code_inner {
        margin-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #4c4c4c;
    }
}

@media screen and (max-width: 600px) {
    .contents_main {
        font-size: 14px;
    }

    .contents_920>h2.long_h2 {
        font-size: 1.5rem;
    }

    .lead_period {
        font-size: 1.1rem;
        line-height: 1.3rem;
        padding: 10px 20px;
    }

    .lead_attention {
        font-size: 1rem;
    }

    .contents_main nav li a {
        height: 50px;
        font-size: 1.1em;
        padding: 0 20px;
    }

    .contents_main nav li a:after {
        margin-top: -3px;
        right: 10px;
        width: 4px;
        height: 5px;
        border: 4px solid transparent;
        border-top: 5px solid #0a0a0a;
    }

    .item_wraps {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item_wrap {
        margin-bottom: 40px;
        flex: 0 1 100%;
        width: 100%;
    }

    .item_wrap:last-of-type {
        margin-bottom: 40px;
    }

    .item_name {
        font-size: 1rem;
    }

}

@media screen and (max-width: 480px) {
    .contents_main br.tb_br {
        display: none;
    }

    .contents_main br.sp_br {
        display: block;
    }

    .contents_main nav li a {
        font-size: 1em;
    }

    .item_name {
        font-size: 0.9rem;
    }

    .coupon-about {
        padding: 30px 20px;
    }

    .coupon-about__ttl {
        font-size: 1.1rem;
    }

    .coupon-code__code {
        font-size: 1.1rem;
    }
}