@charset "shift_jis";

/* コンテンツ */
html {
    scroll-behavior: smooth;
}

.campaignTokutoku {
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", Verdana, sans-serif;
}

#tokutoku * {
    box-sizing: border-box;
}

/* 検索ボックス */
#tokutoku #nav .nav_contents {
    position: relative;
    top: auto;
    background-color: transparent;
    padding-bottom: 0;
}

#tokutoku #nav .nav_contents_search {
    padding-bottom: 0;
}

#tokutoku .marugo {
    font-family: dnp-shuei-mgothic-std, sans-serif !important;
    font-weight: 400;
}

#tokutoku .bold,
#tokutoku .bold * {
    font-weight: 600 !important;
}

#tokutoku .rel {
    position: relative;
}

#tokutoku .OtherBnr {
    text-align: center;
    margin-top: -80px;
}

#tokutoku .btn01 {
    width: 516px;
    margin: 15px auto auto;
}

#tokutoku .btn01 a {
    background-image: url(../../et230501/img/btn01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 75px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-bottom: 5px;
}

#tokutoku .btn01 a:hover {
    opacity: .7;
}

#tokutoku #mv {
    background: linear-gradient(to bottom, #fffcd8 42%, #FFF 97%);
    height: 500px;
}

#tokutoku #mv h1 {
    padding: 0;
    text-align: center;
}

#tokutoku #mv .anc {
    width: 738px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -15px;
    align-items: flex-end;
    position: relative;
}

#tokutoku #mv .anc::after {
    content: "";
    width: 175px;
    height: 92px;
    display: block;
}

#tokutoku #mv .anc li {
    width: 175px;
}

#tokutoku #mv .anc li a {
    display: block;
    text-decoration: none;
    position: relative;
}

#tokutoku #mv .anc li a span {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 9px 0 0 44px;
}

#tokutoku #mv .anc li:nth-child(5),
#tokutoku #mv .anc li:nth-child(6) {
    width: auto;
}

#tokutoku #mv .anc li:nth-child(6) a span {
    top: 50%;
    left: 51.6%;
    transform: translate(-50%, -50%);
}

#tokutoku .sec_title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#tokutoku .sec_title figure {
    display: flex;
    align-items: center;
}

#tokutoku .sec_title .sectxt {
    width: 71%;
}

#tokutoku .sec_title .ttl01 {
    padding-bottom: 3%;
    margin-bottom: 1%;
    font-size: 26px;
    font-weight: 600;
    color: #666666;
    padding-bottom: 12px;
    display: block;
    line-height: 37px;
}

#tokutoku #sec01 .sec_title .ttl01 {
    border-bottom: 2px dotted #eb7495;
}

#tokutoku #sec02 .sec_title .ttl01 {
    border-bottom: 2px dotted #f19310;
}

#tokutoku #sec03 .sec_title .ttl01 {
    border-bottom: 2px dotted #f19310;
}

#tokutoku #sec04 .sec_title .ttl01 {
    border-bottom: 2px dotted #f19310;
}

#tokutoku #sec05 .sec_title .ttl01 {
    border-bottom: 2px dotted #61c3fc;
}

#tokutoku #sec07 .sec_title .ttl01 {
    border-bottom: 2px dotted #f8cd20;
}

#tokutoku .sec_title .ttl01 .appeal_red {
    color: #da526b;
}

#tokutoku .sec_title .ttl02 {
    font-size: 21px;
    font-weight: 600;
    color: #666666;
}

#tokutoku .sec_title .ttl02 .appeal_red {
    color: #da526b;
    background-color: #fff;
    padding: 4px 9px;
    margin-left: 7px;
}
#tokutoku .sec_title .purple {
    color: #c274a8;
    font-size: 26px;
}
#tokutoku .sec_title .purple .bb{
    border-bottom: 3px dotted #dcb9d0;
    padding-bottom: 0.8%;
}
#tokutoku .sec_txt01 {
    margin: 20px auto auto;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: normal;
}

#tokutoku .sec_txt01 sup {
    font-size: 10px;
}

#tokutoku .sec_txt02 {
    width: 580px;
    margin: 20px auto auto;
    font-size: 12px;
    line-height: 1.8em;
}

#tokutoku .cv_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 720px;
    margin: 50px auto 70px;
}

#tokutoku .cv_cm {
    margin: 50px auto 25px;
}

#tokutoku .cv_item .image {
    width: 240px;
    position: relative;
}

#tokutoku .cv_item .image img {
    width: 100%;
}

#tokutoku .cv_item .point {
    position: absolute;
    z-index: 1;
    right: -6px;
    top: 7px;
    width: 71px;
}

#tokutoku .cv_item .point.mt {
    top: -20px;
}

#tokutoku .cv_title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

#tokutoku .cv_title span {
    display: inline-block;
    border-bottom: 2px dotted #eb7495;
    font-size: 26px;
    font-weight: 600;
    color: #eb7495;
}

#tokutoku .cv_item .detail {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

#tokutoku .flex_wrap {
    width: 100%;
    height: 0;
}

#tokutoku .cv_item .detail>a {
    width: 100%;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
}

#tokutoku .cv_item .item_name {
    width: 100%;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-weight: 700;
}

#tokutoku .cv_item .item_price01 {
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1em;
}

#tokutoku .cv_item .item_price02 {
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    color: #cc0300;
}

#tokutoku .cv_item .item_price02 strong {
    font-size: 40px;
    font-weight: 600;
    color: #cc0300;
    line-height: 1em;
}

#tokutoku .cv_item .item_price02 strong small {
    font-size: 20px;
}

#tokutoku .cv_item .item_number {
    padding: 1px 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1em;
    display: flex;
    align-items: center;
}

#tokutoku .cv_item .item_opt01 {
    padding: 6px 10px 4px;
    background: #cc0300;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    display: flex;
    align-items: baseline;
    margin: 10px 0;
    letter-spacing: 0.04em;
    font-weight: 700;
}

#tokutoku .cv_item .item_opt01 small {
    font-size: 70%;
    vertical-align: bottom;
}

#tokutoku .cv_item .item_tax {
    width: 100%;
    font-size: 16px;
    color: #cc0300;
    padding-left: 60px;
}

#tokutoku .cv_item .item_set {
    width: 100%;
    margin-top: 10px;
}

#tokutoku .cv_item .item_set dt {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    padding: .6em 0;
    position: relative;
    cursor: pointer;
}

#tokutoku .cv_item .item_set dt::before {
    content: '';
    width: 16px;
    height: 1px;
    background: #333;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
}

#tokutoku .cv_item .item_set dt::after {
    content: '';
    width: 16px;
    height: 1px;
    background: #333;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    transform: rotate(90deg);
    transition: .3s;
}

#tokutoku .cv_item .item_set dt.open::after {
    transform: rotate(0);
}

#tokutoku .cv_item .item_set dd {
    padding: 10px 0 0;
    font-size: 12px;
    display: none;
}

#tokutoku .cv_btn01 {
    width: 300px;
    margin-top: 20px;
}

#tokutoku .cv_btn02 {
    /* margin-left: auto;
    transform: translateX(-178px); */
}

#tokutoku .cv_btn01 a {
    background-image: url(../../et230501/img/btn02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 63px;
    text-decoration: none;
    text-shadow: #e36000 3px 3px 3px;
    font-weight: 700;
}

#tokutoku .cv_btn01 a:hover {
    opacity: .7;
}

#tokutoku .cv_pickup {
    padding: 80px 0 1px;
    margin-bottom: 80px;
    background: #fff5f8;
    border-radius: 20px;
}

#tokutoku .pickup_img {
    text-align: center;
    margin-bottom: 20px;
}

#tokutoku .pickup_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #666666;
}

#tokutoku .pickup_point {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 490px;
}

#tokutoku .pickup_point li {
    width: 146px;
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    color: #666666;
    background-image: url(/tokutoku/et230301/img/img07.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

#tokutoku .bnr_area01 {
    width: 516px;
    margin: 60px auto 80px;
}

#tokutoku .bnr_area01 .title {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

#tokutoku .bnr_area01 .caution {
    font-size: 12px;
    color: #666666;
    padding: 0 10px;
}

#tokutoku .bnr_area02 {
    width: 720px;
    margin: auto auto 80px;
    background: #fffabd;
    padding: 40px;
    border-radius: 20px;
}

#tokutoku .bnr_area02 .title {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-bottom: 5px;
}

#tokutoku .bnr_area02 .caution {
    font-size: 12px;
    color: #666666;
    padding: 0 10px;
    width: 516px;
    margin: auto;
}

#tokutoku .bnr_area02 .bnr {
    width: 516px;
    margin: auto;
}

#tokutoku .bnr_area03 {
    width: 720px;
    margin: 25px auto 80px;
}

#tokutoku .bnr_area03 .caution {
    font-size: 12px;
    color: #666666;
    padding-top: 10px;
}

#tokutoku .bnr_area04 {
    width: 720px;
    padding: 20px 30px;
    margin: auto auto 55px;
    border: 1px solid #333;
}

#tokutoku .bnr_area04 .title {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

#tokutoku .bnr_area04 .caution {
    font-size: 12px;
    color: #333333;
    padding-top: 10px;
}

#tokutoku #sec01 {
    margin-top: 20px;
    margin-bottom: 80px;
}

#tokutoku #sec02 {
    margin-bottom: 80px;
}

#tokutoku #sec03 {
    margin-bottom: 80px;
}

#tokutoku #sec04 {
    margin-bottom: 80px;
}

#tokutoku #sec05 {
    margin-bottom: 80px;
}

#tokutoku #sec07 {
    margin-bottom: 80px;
}

#tokutoku .pinkbg {
    background-color: #fff3f3;
    padding: 24px 0;
    position: relative;
    margin: 110px 0;
}

#tokutoku .pinkbg::before,
#tokutoku .pinkbg::after {
    content: "";
    background: url(../img/pink_strt_pc.png) center / 100% no-repeat;
    width: 100%;
    height: 52px;
    position: absolute;
}

#tokutoku .pinkbg::before {
    top: -5%;
}

#tokutoku .pinkbg::after {
    bottom: -5%;
    transform: rotate(180deg);
}

#tokutoku .bnr_fix {
    width: 162px;
    position: fixed;
    z-index: 2;
    right: 30px;
    bottom: 127px;
    display: none;
}

#tokutoku .btn_fix_top,
#tokutoku .btn_fix_all {
    text-align: center;
    position: fixed;
    right: 56px;

    display: none;
    z-index: 2;
}

#tokutoku .btn_fix_top {
    bottom: 134px;
}

#tokutoku .btn_fix_all {
    bottom: 30px;
}

#tokutoku .btn_fix_top a,
#tokutoku .btn_fix_all a {
    letter-spacing: 0.05em;
    text-decoration: none;
    width: 100px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    border-radius: 10px;
    font-family: dnp-shuei-mgothic-std, sans-serif !important;
    position: relative;
    box-shadow: 6px 6px 0 0 rgb(227 176 176 / 32%);
}

#tokutoku .btn_fix_top a {
    color: #da526b;
    font-size: 1.3rem;
    background: #fff;
    border: 3px solid #da526b;
    box-shadow: 6px 6px 0 0 rgb(227 176 176 / 32%);
    padding: 1rem 0 2rem;
}

#tokutoku .btn_fix_all a {
    background: #da526b;
    box-shadow: 6px 6px 0 0 rgb(227 199 176 / 32%);
    padding: 2rem 0 3rem;
    color: #fff;
}

#tokutoku .btn_fix_top a span,
#tokutoku .btn_fix_all a span {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    width: 26px;
    left: 50%;
}

#tokutoku .btn_fix_top a span {
    top: 12px;
    transform: translateX(-50%) rotateZ(180deg);
}

#tokutoku .btn_fix_all a span {
    bottom: 12px;
    transform: translateX(-50%);
}

#tokutoku .btn_fix_all a span::before {
    margin-top: 40px;
    display: block;
}


#tokutoku #item_list {
    min-height: 300px;
    background: #eee;
}

#tokutoku .point {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tokutoku .point .img {
    position: relative;
}

#tokutoku .point .img span {
    display: block;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    right: 0;
}

#tokutoku .point .txt {
    background: url(../img/text_bg.png) no-repeat;
    width: 66%;
    background-size: contain;
    margin-left: 10px;
}

#tokutoku .point .txt p {
    padding: 30px 32px 40px 46px;
    width: 100%;
    font-size: 15px;
}

#tokutoku .banner_area {
    text-align: center;
    width: 100%;
    display: block;
    max-width: 650px;
    margin: 60px auto 70px;
}

#tokutoku .banner_area img {
    max-width: 100%;
}

#tokutoku .banner_area img:first-child {
    margin-bottom: 20px;
}


/* プレゼント */
.present {
    width: 645px;
    margin: 0 auto;
    padding: 36px 23px 20px;
    position: relative;
    background-color: #fff;
    border: 2px solid #eb6d8e;
    border-radius: 15px;
}

.present .pre_title {
    padding: 0 8px;
    position: absolute;
    top: -20px;
    left: 45%;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    font-size: 25px;
    text-align: center;
    background-color: #fff;
}

.present .pre_title span {
    padding: 5px;
    color: #fff;
    background-color: #e1757c;
    border-radius: 4px;
}

.present img {
    width: 100%;
}

.pre_info {
    font-size: 14px;
    line-height: 1.8em;
}


/* ランキング */
.rank_area {
    width: 720px;
    margin: 30px auto auto;
    display: flex;
    justify-content: center;
}

.rank_item {
    width: 18%;
    flex-shrink: 0;
    position: relative;
    counter-increment: title;
    margin-right: 23px;
    display: flex;
    flex-direction: column;
}

.rank_item::after {
    content: counter(title);
    display: block;
    width: 35px;
    height: 35px;
    background: url(https://www.natural-s.jp/s/images/top/i3.png);
    background-size: contain;
    text-align: center;
    line-height: 34px;
    color: var(--color-primary);
    position: absolute;
    top: 0;
    left: -5%;
    color: #ff8800;
}

.rank_item a {
    color: #000;
    text-decoration: none;
}

.rank_item.alink:last-child {
    margin-right: 0;
}

.rank_item.alink::after {
    content: "";
    background: none;
}

.rank_item.alink a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rank_item.alink a p {
    position: relative;
    font-weight: bold;
    color: #4e4c4d;
    font-size: 12px;
}

.rank_item.alink a p::before,
.rank_item.alink a p::after {
    content: "";
    position: absolute;
}

.rank_item.alink a p::before {
    z-index: 1;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #f3a7ba;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3em;
}

.rank_item.alink a p::after {
    width: 8px;
    height: 8px;
    left: 50%;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 2;
    bottom: -2.5em;
}

.rank_img img {
    width: 100%;
}

.rank_txt {
    color: #413324;
}

.rank_txt span {
    margin-bottom: 4px;
    display: block;
    color: #5ea8dd;
    font-size: 13px;
    line-height: 20px;
}

.rank_txt h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

.rank_txt p {
    font-size: 15px;
    margin: 5px 0 5px;
    text-align: right;
    font-weight: bold;
}

.rank_txt p small {
    font-size: 0.7em;
    padding-left: 3px;
}

.rank_item a.cart_b {
    width: 100%;
    display: block;
    margin-top: auto;
    text-align: center;
    padding: 8px 5px;
    background-color: #f39632;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
}

.Ranking__text p.red {
    color: #e94629;
}

.rank_area::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.rank_area::-webkit-scrollbar-thumb {
    background: #B8B8B8;
    border-radius: 50px;
}