@charset "UTF-8";

/*--------------------------------------
base
---------------------------------------*/
div,
ul,
li {
    box-sizing: border-box;
    vertical-align: top;
}

ul {
    font-size: 0;
    vertical-align: top;
}

footer {
    margin: 0;
    padding: 0;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
    padding: 0;
    margin: 0 auto;
    color: #000;
    text-align: left;
    background: #D63636;
}

.container:before,
.container:after {
    content: "";
    background: #D63636;
    position: fixed;
    display: block;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .wrapper {
        min-width: 100%;
    }

    img {
        width: 100%;
        height: auto;
    }
}

/*--------------------------------------
header
---------------------------------------*/
.pc_header {
    width: 100%;
}

.pc_header h1 {
    position: relative;
    font-size: 0;
    z-index: 3;
}

.head_logo {
    position: absolute;
    padding-left: 5%;
    z-index: 999;
}

.head_logo h1 {
    background: #C68D00;
    text-align: center;
    padding: 10px 30px 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.head_logo a:hover {
    opacity: 1 !important;
}

.sp_header {
    display: none;
}

@media screen and (max-width: 480px) {
    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .head_logo {
        position: relative;
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }

    .head_logo a {
        width: 100%;
    }

    .head_logo h1 {
        background: none;
        text-align: center;
        padding: 5px 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .head_logo img {
        top: 0;
        width: 65%;
    }

    #sp_header .menu {
        z-index: 999999;
    }

    #sp_header {
        text-align: center;
    }

    #sp_header #feature_title {
        color: #fff;
        background: #000;
        font-weight: bold;
    }

    #sp_header .menu .sub_title {
        background: #000;
    }

    #sp_header .menu {
        top: 0 !important;
    }
}

/*--------------------------------------
footer
---------------------------------------*/
iframe#footer {
    position: relative;
    min-width: 1000px;
    padding-top: 50px;
    background: #fff;
    margin: 0;
    vertical-align: bottom;
    z-index: 1;
    /*下部の隙間を消すため*/
}

.sp_footer {
    display: none;
}

@media screen and (max-width: 480px) {
    .pc_footer {
        display: none;
    }

    .sp_footer {
        position: relative;
        display: block;
        margin-top: -50px;
        z-index: 9999;
    }
}

/*--------------------------------------
top
---------------------------------------*/
/*----- swiper -----*/
.top_swiper-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media all and (-ms-high-contrast: none) {
    .top_swiper-container {
        position: relative;
    }
}

.swiper-slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/*背景画像*/
.slide-img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
    display: block;
}

.main {
    position: relative;
    z-index: 99;
    margin-top: 100vh;
    background: #D63636;
    padding-bottom: 100px;
}

.top {
    position: relative;
}

.top_ttl {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -55vh;
    z-index: 100;
}

.top_ttl img {
    opacity: 0;
    animation-delay: 0.1s;
}

.top_copy {
    display: block;
    width: 450px;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

.top_lead {
    position: relative;
    width: 800px;
    margin: 0 auto 100px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 480px) {

    /*背景画像*/
    .slide-img {
        height: 75vh;

    }

    .main {
        padding-bottom: 10%;
        margin-top: 60vh;
    }

    .top_ttl {
        width: 80%;
        top: -35vh;
    }

    .top_copy {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 10% 0;
        font-size: 2rem;
    }

    .top_lead {
        width: 80%;
        margin: 0 auto 15%;
        font-size: 1rem;
        line-height: 2;
    }
}

/*----- guide -----*/
.guide {
    width: 820px;
    margin: 0 auto 100px;
}

.guide a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #EB1C24;
}

.guide span {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    padding: 10px 0;
    background: #EB1C24;
    color: #fff;
    font-size: 1rem;
    border-radius: 25px;
}

@media screen and (max-width: 480px) {
    .guide {
        width: 80%;
        margin: 0 auto 10%;
    }

    .guide a {
        padding: 10%;
        border-radius: 15px;
        font-size: 1.3rem;
        font-weight: 500;
        color: #EB1C24;
    }

    .guide span {
        padding: 5px;
    }
}

/*----- メニュー -----*/
.top_nav {
    width: 1200px;
    margin: 0 auto 100px;
    text-align: center;
}

.top_nav_ttl {
    font-size: 3rem;
    letter-spacing: 0.07em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.top_navList li {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.9rem;
    letter-spacing: 0.03em;
}

.top_navList li span {
    display: block;
    font-size: 1rem;
}

.top_navList li a {
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}

/*奇数*/
.top_navList li:nth-child(odd) a {
    background: #603813;
}

/*偶数*/
.top_navList li:nth-child(even) a {
    background: #42210B;
}

@media screen and (max-width: 480px) {
    .top_nav {
        width: 90%;
        margin: 0 auto 20%;
    }

    .top_nav_ttl {
        font-size: 2rem;
        margin-bottom: 5%;
    }

    .top_navList li {
        display: inline-block;
        line-height: 1.5;
        font-size: 1.5rem;
        letter-spacing: 0.03em;
    }

    .top_navList li a {
        box-sizing: border-box;
        display: block;
        width: 150px;
        height: 150px;
        text-align: center;
        color: #fff;
        padding-top: 45px;
    }

    .top_navList li:nth-child(1) a,
    .top_navList li:nth-child(4) a {
        background: #603813;
    }

    .top_navList li:nth-child(2) a,
    .top_navList li:nth-child(3) a {
        background: #42210B;
    }
}

/*--------------------------------------
ランキング
---------------------------------------*/
.ranking {
    position: relative;
    width: 100%;
    margin: 0 auto 150px;
    padding: 80px 0;
    background: #fff;
    border-top: solid 5px #C68D00;
    border-bottom: solid 5px #C68D00;
}

.rankList_ttl {
    margin-bottom: 20px;
    text-align: center;
    color: #DB2E2E;
}

.rankList_ttl_copy {
    font-size: 1.5rem;
    font-weight: 500;
}

.rankList_ttl_name {
    font-size: 5rem;
    font-family: 'Abril Fatface', cursive;
}

.rankList {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.rankList li {
    position: relative;
    display: inline-block;
    counter-increment: rank;
    font-size: 1rem;
    width: -webkit-calc((99.9% - 8%) / 5);
    width: calc((99.9% - 8%) / 5);
    margin-right: 2%;
}

.rankList li:last-child {
    margin-right: 0;
}

.rankList_item_description_name {
    margin-bottom: 10px;
}

.rankList_item_description_price {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: #D63636;
}

.rankList_item_description_price span {
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 2px;
}

.rankList li a:before {
    position: relative;
    display: inline-block;
    content: counter(rank)'位';
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 50%;
}

.rankList li:nth-child(1) a:before {
    background: #dbc239;
}

.rankList li:nth-child(2) a:before {
    background: #666;
}

.rankList li:nth-child(3) a:before {
    background: #80610e;
}

.rankList li a img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .ranking {
        width: 100%;
        margin: 0 auto 10%;
        padding: 10% 0;
        background-size: 50%;
    }

    .rankList_ttl {
        margin-bottom: 5%;
    }

    .rankList_ttl_copy {
        font-size: 1.1rem;
    }

    .rankList_ttl_name {
        font-size: 3rem;
    }

    .rankList {
        width: 95%;
        margin: 0 auto;
        padding: 0 0 0 2%;
    }

    .rankList li {
        position: relative;
        display: inline-block;
        counter-increment: rank;
        width: -webkit-calc((99.9% - 4%) / 3);
        width: calc((99.9% - 4%) / 3);
        margin-right: 2%;
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .rankList li:nth-child(2n) {
        margin-right: 2%;
    }

    .rankList li:nth-child(3n) {
        margin-right: 0;
    }

    .rankList_item_description_price {
        font-size: 1rem;
    }

    .rankList li a:before {
        top: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0.85rem;
    }
}

/*--------------------------------------
content
---------------------------------------*/
.content {
    position: relative;
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
    margin-bottom: 100px;
}

.item_price {
    font-family: 'Playball', cursive;
    letter-spacing: 0.05em;
}

.item_btn_cart {
    display: inline-block;
    background: #000;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 25px;
    margin-right: 10px;
    color: #fff;
    padding: 5px 30px;
}

.item_btn_favo {
    display: none;
    /* position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 1rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; */
}

/* .item_btn_favo a {
    display: block;
} */

.item_btn_favo:before {
    display: none;
    /* position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f004';
    font-weight: 900;
    color: #ED5151;
    font-size: 1.2rem; */
}

@media screen and (max-width: 480px) {
    .content {
        min-width: 100%;
        margin-bottom: 5%;
        padding: 10% 0;
    }
}

/*----- contentTop -----*/
.contentTop {
    width: 1000px;
    margin: 0 auto 50px;
}

.contentTop_ttl {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 4.3rem;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.contentTop_ttl:before {
    content: "Valentine's Day";
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    font-family: 'Abril Fatface', cursive;
}

.contentTop_lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .contentTop {
        width: 100%;
        margin: 0 auto 10%;
    }

    .contentTop_ttl {
        margin-bottom: 5%;
        color: #fff;
        font-size: 3rem;
    }

    .contentTop_ttl:before {
        font-size: 1rem;
    }

    .contentTop_lead {
        padding: 0 5%;
        margin: 0 auto;
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/*--------------------------------------
content1　いちおし
---------------------------------------*/
.cont1List_item {
    position: relative;
    width: 100%;
    min-height: 800px;
    margin: 0 auto 150px;
    z-index: 0;
}

/* cont1List_item 最後 */
.cont1List_item:last-child {
    margin-bottom: 60px;
}

/* cont1List_item_img */
.cont1List_item_img {
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: .6s cubic-bezier(.215, .61, .355, 1)
}

/* cont1List_item_img 奇数 */
.cont1List_item:nth-child(odd) .cont1List_item_img {
    position: absolute;
    left: 0;
    z-index: 1;
}

/* cont1List_item_img 偶数 */
.cont1List_item:nth-child(even) .cont1List_item_img {
    position: absolute;
    right: 0;
    z-index: 1;
}

/*各商品イメージ画像*/
.cont1List_item_img_maj {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_maj.jpg);
}

.cont1List_item_img_pok_setl {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_pok_setl.jpg);
}

.cont1List_item_img_pok_setm {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_pok_setm.jpg);
}

.cont1List_item_img_mor_pre {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_mor_pre.jpg);
}

.cont1List_item_img_pok_bag {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_pok_bag.jpg);
}

.cont1List_item_img_mer_m {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_mer_m.jpg);
}

.cont1List_item_img_oku_sp9 {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_oku_sp9.jpg);
}

.cont1List_item_img_mor_tool {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_mor_tool.jpg);
}

.cont1List_item_img_god_hog9 {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_god_hog9.jpg);
}

.cont1List_item_img_mor_gol9 {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_mor_gol9.jpg);
}

.cont1List_item_img_lec_m {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_lcb_cho5.jpg);
}

.cont1List_item_img_god_alc {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_god_alc.jpg);
}

.cont1List_item_img_spoon {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_spoon_img.jpg);
}

.cont1List_item_img_god_alc6 {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_god_alc6.jpg);
}


.cont1List_item_img_god_gc10 {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_god_gc10_img.jpg);
}

.cont1List_item_img_mon_lea24 {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/cont1_i_mon_lea24.jpg);
}




/*cont1List_item_description　共通*/
.cont1List_item_description {
    color: #fff;
    margin-top: 50px;
}

.cont1List_item_brand {
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.cont1List_item_brand a {
    color: #fff;
}

.cont1List_item_copy {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic";
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}

/* cont1List_item_description 奇数 */
.cont1List_item:nth-child(odd) .cont1List_item_description {
    position: absolute;
    z-index: 1;
    left: 53%;
}

/* cont1List_item_description 偶数 */
.cont1List_item:nth-child(even) .cont1List_item_description {
    position: absolute;
    z-index: 1;
    right: 53%;
}

/*リンク範囲拡大*/
.cont1List_item,
.cont1List_item_txt {
    position: relative;
}

.cont1List_item_brand a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cont1List_item_txt {
    width: 500px;
    font-size: 1.1rem;
    line-height: 1.8;
    padding-bottom: 50px;
}

.cont1List_item_about {
    width: 450px;
    margin-bottom: 20px;
}

.cont1List_item_name {
    line-height: 1.5;
    margin-bottom: 10px;
}

.cont1List_item_price {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 30px;
}

.cont1List_item_price span {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 5px;
}

.cont1List_item_btn_cart {
    font-size: 1.3rem;
    padding: 9px 45px;
    border-radius: 45px;
}

.cont1List_item_btn_favo a {
    display: none;
    /* width: 50px;
    height: 50px; */
}

.cont1List_item_btn_favo:before {
    display: none;
    /* pointer-events: none;
    top: 27px;
    left: -11px;
    font-size: 1.5rem;
    line-height: 0; */
}

/* @media all and (-ms-high-contrast: none) {
    .cont1List_item_btn_favo:before {
        left: -36px;
    }
} */

/*各商品切り抜き画像*/
.cont1List_item_box {
    position: absolute;
    opacity: 0;
    animation-delay: 0.1s;
    pointer-events: none;
}

.cont1List_box_maj {
    right: 15%;
    top: 500px;
}

.cont1List_box_pok_setm,
.cont1List_box_pok_bag {
    right: 6%;
    top: 500px;
}

.cont1List_box_pok_bk {
    right: 20%;
    top: 500px;
}

.cont1List_box_mor_pre {
    right: 0%;
    top: 500px;
}

.cont1List_box_oku_sp6 {
    right: 5%;
    top: 510px;
}

.cont1List_box_mor_gol9 {
    right: 10%;
    top: 500px;
}

.cont1List_box_lec_m {
    right: 5%;
    top: 500px;
}

.cont1List_box_del_6 {
    right: 25%;
    top: 500px;
}

.cont1List_box_god_gc10 {
    right: 5%;
    top: 500px;
}

.cont1List_box_mer_m {
    right: 15%;
    top: 500px;
}

.cont1List_box_god_hog9 {
    right: 5%;
    top: 500px;
}

.cont1List_box_mon_lea27 {
    right: 15%;
    top: 500px;
}

.cont1List_box_mor_tool {
    right: 5%;
    top: 500px;
}

.cont1List_box_spoon {
    right: 30%;
    top: 500px;
}

.cont1List_box_god_alc6 {
    right: 5%;
    top: 500px;
}


@media screen and (max-width: 480px) {
    .cont1List_item {
        position: relative;
        width: 100%;
        min-height: 800px;
        margin: 0 auto 3%;
        z-index: 0;
    }

    /* cont1List_item 最後 */
    .cont1List_item:last-child {
        margin-bottom: 60px;
    }

    /* cont1List_item_img */
    .cont1List_item_img {
        width: 100%;
        height: 45vh;
    }

    /* cont1List_item_img 奇数 */
    .cont1List_item:nth-child(odd) .cont1List_item_img {
        position: relative;
        left: 0;
    }

    /* cont1List_item_img 偶数 */
    .cont1List_item:nth-child(even) .cont1List_item_img {
        position: relative;
        right: 0;
    }

    .cont1List_item_img_maj {
        background-position: right;
    }

    /*cont1List_item_description　共通*/
    .cont1List_item_description {
        width: 100%;
        margin-top: 5%;
        padding: 5%;
    }

    .cont1List_item_brand {
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    .cont1List_item_copy {
        font-size: 2.0rem;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 0.07em;
        margin-bottom: 20px;
    }

    .cont1List_item_copy br {
        display: none;
    }

    /* cont1List_item_description 奇数 */
    .cont1List_item:nth-child(odd) .cont1List_item_description {
        position: relative;
        left: 0;
    }

    /* cont1List_item_description 偶数 */
    .cont1List_item:nth-child(even) .cont1List_item_description {
        position: relative;
        right: 0;
    }

    .cont1List_item_txt {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5;
        padding-bottom: 50px;
    }

    .cont1List_item_about {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont1List_item_name {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .cont1List_item_price {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 30px;
    }

    .cont1List_item_price span {
        font-size: 1.5rem;
        margin-left: 5px;
    }

    .cont1List_item_btn_cart {
        font-size: 1.3rem;
        padding: 9px 45px;
        border-radius: 45px;
    }

    .cont1List_item_btn_favo a {
        display: none;
        /* width: 50px;
        height: 50px; */
    }

    .cont1List_item_btn_favo:before {
        display: none;
        /* top: 27px;
        left: -10px;
        font-size: 1.5rem;
        line-height: 0; */
    }

    /*各商品切り抜き画像*/
    .cont1List_item_box {
        position: absolute;
    }

    .cont1List_box_maj {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_pok_setm {
        width: 50%;
        right: 2%;
        top: -15%;
    }

    .cont1List_box_pok_setl {
        width: 50%;
        right: 2%;
        top: -14%;
    }

    .cont1List_box_pok_bk {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_mor_pre {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_oku_sp6 {
        width: 50%;
        right: 2%;
        top: -18%;
    }

    .cont1List_box_mor_gol9 {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_lec_m {
        width: 50%;
        right: 2%;
        top: -18%;
    }

    .cont1List_box_del_6 {
        width: 50%;
        right: 2%;
        top: -14%;
    }

    .cont1List_box_god_gc10 {
        width: 50%;
        right: 2%;
        top: -14%;
    }

    .cont1List_box_mer_m {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_god_hog9 {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_mon_lea27 {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_mor_tool {
        width: 50%;
        right: 2%;
        top: -10%;
    }

    .cont1List_box_spoon {
        width: 50%;
        right: 2%;
        top: -25%;
    }

    .cont1List_box_god_alc6 {
        width: 50%;
        right: 2%;
        top: -10%;
    }


}

/*--------------------------------------
content2　パケ買い
---------------------------------------*/
.content2 {
    padding: 80px 0;
    background: #42210B;
}

.cont2List {
    width: 1280px;
    margin: 0 auto;
}

.cont2List_item {
    display: inline-block;
    width: 400px;
    height: 750px;
    margin: 0 10px 50px;
}

.cont2List_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #1c0d05;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.cont2List_item_description {
    padding: 0 5%;
}

.cont2List_item_name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cont2List_item_price {
    font-size: 2.2rem;
}

.cont2List_item a:before {
    display: block;
    content: "Valentine's Day";
    font-size: 1.2rem;
    font-weight: 600;
    color: #C68D00;
    padding-top: 25px;
}

.cont2List_item a:after {
    position: absolute;
    width: 130px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "詳しく見る";
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 25px;
    font-weight: 500;
    color: #fff;
    background: #C68D00;
    padding: 15px 30px;
}

.cont2List_item_img {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .content2 {
        padding: 10% 0;
    }

    .cont2List {
        width: 95%;
        margin: 0 auto;
    }

    .cont2List_item {
        height: 650px;
    }

    .cont2List_item_name {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .cont2List_item_price {
        font-size: 1.5rem;
    }


    .cont2List_item_img {
        width: 100%;
        margin: 20px auto 0;
    }

    /* slick*/

    .content2 .slick-dots {
        bottom: 0px !important;
    }

    .content2 .slick-dots li {
        width: 10px !important;
    }

    .content2 .slick-dots li button:before {
        /*        font-size: 80px !important;*/
        color: #fff;
    }
}

/*--------------------------------------
content3 相手別
---------------------------------------*/
.cont3Scene {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}

.cont3Scene_img {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin-bottom: 80px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* fixedをscrollに変更 */
    background-size: cover;
}

.cont3Scene_partner .cont3Scene_img {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/img_lec_dec.jpg);
}

.cont3Scene_friend .cont3Scene_img {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/img_mor_fav.jpg);
}

.cont3Scene_family .cont3Scene_img {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/img_pok_setl.jpg);
}

.cont3Scene_me .cont3Scene_img {
    background-image: url(https://www.bellevie-inc.co.jp/dshop/cabinet/c/vd/2026/img_god_ali2.jpg);
}

.cont3Scene_ttl {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px;
}

.cont3Scene_ttl span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}

/*cont3List*/
.cont3List {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.cont3List_item {
    display: inline-block;
    position: relative;
    width: 300px;
    margin: 0 50px 80px 0;
}

.cont3List_item:nth-child(3n) {
    margin-right: 0;
}

.cont3List_item img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.cont3List_item_description {
    font-size: 1.1rem;
    color: #fff;
}

.cont3List_item_name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cont3List_item_price {
    font-size: 2.2rem;
}

.cont3List_item_price span {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 2px;
}

.cont3List_item_btn {
    margin-top: 20px;
}

/*リンク範囲拡大*/
.cont3List {
    position: relative;
}

.cont3List_item a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cont3List_item_btn_cart {
    padding: 10px 35px;
}

.cont3List_item_btn_favo a {
    display: none;
    /* width: 45px;
    height: 45px; */
}

.cont3List_item_btn_favo:before {
    display: none;
    /* pointer-events: none;
    top: 25px;
    left: -8px;
    font-size: 1.3rem;
    line-height: 0; */
}

/* @media all and (-ms-high-contrast: none) {
    .cont3List_item_btn_favo:before {
        left: -32px;
    }
} */

@media screen and (max-width: 480px) {
    .cont3Scene {
        position: relative;
        width: 100%;
        margin: 0 auto 10%;
    }

    .cont3Scene_img {
        width: 100%;
        height: 25vh;
        overflow: hidden;
        margin-bottom: 10%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        /* fixedをscrollに変更 */
        background-size: cover;
    }

    .cont3Scene_ttl {
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }

    .cont3Scene_ttl span {
        display: block;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }

    /*cont3List*/
    .cont3List {
        width: 95%;
        margin: 10% auto 0;
        padding: 0;
    }

    .cont3List_item {
        display: inline-block;
        position: relative;
        width: -webkit-calc((99.9% - 3%) / 2);
        width: calc((99.9% - 3%) / 2);
        margin: 0 3% 5% 0;
    }

    .cont3List_item:nth-child(3n) {
        margin-right: 3%;
    }

    .cont3List_item:nth-child(2n) {
        margin-right: 0;
    }

    .cont3List_item img {
        display: block;
        margin-bottom: 20px;
    }

    .cont3List_item_description {
        font-size: 1rem;
    }

    .cont3List_item_name {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .cont3List_item_price {
        font-size: 1.5rem;
    }

    .cont3List_item_price span {
        font-size: 1rem;
        font-weight: 600;
        margin-left: 2px;
    }

    .cont3List_item_btn {
        margin-top: 20px;
    }

    .cont3List_item_btn_cart {
        font-size: 0.8rem;
        padding: 10px 13px;
        margin-right: 5px;
    }

    .cont3List_item_btn_favo a {
        display: none;
        /* width: 37px;
        height: 37px; */
    }

    .cont3List_item_btn_favo:before {
        display: none;
        /* top: 20px;
        left: -8px;
        font-size: 1.1rem;
        line-height: 0; */
    }
}

/*--------------------------------------
content4 価格別
---------------------------------------*/
.priceList_ttl {
    position: relative;
    padding: 0 55px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #fff;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-family: 'Playball', cursive;
}

.priceList_ttl span {
    font-weight: normal;
    font-size: 1.5rem;
}

.priceList_ttl:before,
.priceList_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40%;
    height: 3px;
    background-color: #C68D00;
}

.priceList_ttl:before {
    left: 0;
}

.priceList_ttl:after {
    right: 0;
}

.priceList {
    width: 1000px;
    padding: 0;
    margin: 0 auto 50px;
    text-align: left;
    font-size: 0;
    border-top: 1px solid #C68D00;
    border-left: 1px solid #C68D00;
    border-bottom: 0;
    border-right: 0;
}

.priceList_item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: -webkit-calc(99.999% / 4);
    width: calc(99.999% / 4);
    height: 370px;
    padding: 20px 15px 0;
    background: #fff;
    text-align: center;
    border-right: 1px solid #C68D00;
    border-bottom: 1px solid #C68D00;
    border-left: 0;
    border-top: 0;
}

.priceList_item img {
    width: 100%;
    margin-bottom: 10px;
}

.priceList_item_description {
    text-align: left;
    color: #000;
    font-size: 1rem;
}

.priceList_item_name {
    margin-bottom: 10px;
}

.priceList_item_price {
    text-align: center;
    font-size: 2rem;
    color: #D63636;
}

.priceList_item_price span {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 2px;
}

.price_more_btn a {
    width: 90%;
    max-width: 750px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 0;
    margin: 0 auto 100px;
    text-align: center;
    background: #C68D00;
}

@media screen and (max-width: 480px) {
    .priceList_ttl {
        padding: 0 10%;
        font-size: 1.5rem;
        margin: 0 auto 3%;
    }

    .priceList_ttl span {
        font-weight: normal;
        font-size: 0.7rem;
    }

    .priceList_ttl:before,
    .priceList_ttl:after {
        content: '';
        width: 25%;
    }

    .priceList {
        width: 95%;
        padding: 0;
        margin: 0 auto 10%;
        text-align: left;
    }

    .priceList li:nth-child(2n) {
        margin-right: 0;
    }

    .priceList_item {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        width: -webkit-calc(99.999% / 3);
        width: calc(99.999% / 3);
        height: 37vh;
        height: 240px;
        padding: 4% 2% 0;
    }

    .priceList li:nth-child(2n) {
        margin-right: 0;
    }

    .priceList_item img {
        margin-bottom: 5%;
    }

    .priceList_item_description {
        font-size: 0.8rem;
        line-height: 1.3;
        overflow: hidden;
    }

    .priceList_item_name {
        margin-bottom: 5%;
    }

    .priceList_item_price {
        font-size: 1rem;
    }

}

/*--------------------------------------
売り切れ
---------------------------------------*/
.cont1List .out:before {
    box-sizing: border-box;
    display: block;
    content: "ありがとうございます！\A完売いたしました";
    white-space: pre;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 400px;
    text-align: center;
    z-index: 3;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 80px 0;
    border: 1px #fff solid;
}

@media screen and (max-width: 480px) {
    .cont1List .out:before {
        margin: 0 auto;
        top: 50vh;
        top: 0;
        width: 90%;
        font-size: 1rem;
        padding: 50px 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.cont2List_item {
    position: relative;
}

.cont2List .out:before {
    box-sizing: border-box;
    display: block;
    content: "完売いたしました";
    white-space: pre;
    position: absolute;
    top: 25%;
    left: 0;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    z-index: 3;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 100px 20px;
    border: 1px #fff solid;
}

@media screen and (max-width: 480px) {
    .cont2List .out:before {
        content: "完売しました";
        position: absolute;
        top: 16vh;
        width: 90%;
        margin: 0 5%;
        font-size: 1rem;
        padding: 35% 10%;
    }
}

.cont3List .out:before {
    box-sizing: border-box;
    display: block;
    content: "完売\Aいたしました";
    white-space: pre;
    position: absolute;
    top: 100px;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    z-index: 3;
    font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 30px 0;
    border: 1px #fff solid;
}

@media screen and (max-width: 480px) {
    .cont3List .out:before {
        content: "完売\Aいたしました";
        top: 5vh;
        left: auto;
        width: 90%;
        margin: 0 5%;
        font-size: 1rem;
    }
}

.priceList .out:before {
    box-sizing: border-box;
    display: block;
    content: "完売いたしました";
    position: absolute;
    top: 100px;
    width: 80%;
    margin: 0 5%;
    z-index: 3;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 25px;
    border: 1px #fff solid;
}

@media screen and (max-width: 480px) {
    .priceList .out:before {
        text-align: center;
        top: 3vh;
        padding: 20% 5%;
        font-size: 0.8rem;
    }
}


/*--------------------------------------
TOPへ戻る
---------------------------------------*/
.bottom_gotop a {
    width: 80%;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    background: #C68D00;
}

@media all and (-ms-high-contrast: none) {
    .bottom_gotop {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .bottom_gotop a {
        width: 60%;
        font-size: 1rem;
        padding: 5%;
        margin: 0 auto 10%;
    }
}

/*右固定ボタン*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
}

.top_icon {
    position: relative;
    display: inline-block;
    font-size: 0px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    /* Google Chrome、Safari */
    -moz-border-radius: 50%;
    /* Firefox */
    -ms-border-radius: 50%;
    /* Internet Explorer */
    -o-border-radius: 50%;
    /* Opera */
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #000;
}

.top_icon:after {
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    /* Google Chrome、Safari */
    -moz-border-radius: 50%;
    /* Firefox */
    -ms-border-radius: 50%;
    /* Internet Explorer */
    -o-border-radius: 50%;
    /* Opera */
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.top_icon:before {
    display: block;
    font-family: 'FontAwesome';
    content: "\f106";
    padding-top: 10%;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
}

/* effect */
.effect .top_icon {
    box-shadow: 0 0 0 4px #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.effect .top_icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #000;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

/* effect a */
.effect-a .top_icon {
    color: #fff;
}

.effect-a .top_icon:hover {
    color: #000;
}

.effect-a .top_icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

@media screen and (max-width: 480px) {

    /*右固定ボタン*/
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 999;
    }

    .top_icon {
        width: 35px;
        height: 35px;
    }

    .top_icon:before {
        font-size: 1.5rem;
    }

    .effect .top_icon {
        box-shadow: 0 0 0 2px #000;
    }
}

/*--------------------------------------
モーダルウィンドウ
---------------------------------------*/
#layer_board_area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 9999;
}

#layer_board_area::-webkit-scrollbar {
    display: none;
}

.layer_board_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

/*  ポップアップ */
.layer_board {
    display: none;
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 3em auto;
    padding: 3%;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
}

.layer_board.shortLayer {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layer_borad_content {
    text-align: center;
    font-size: 1.5rem;
}

.layer_borad_content P {
    margin-bottom: 50px;
}

.layer_board .square_btn {
    display: block;
    position: relative;
    width: 160px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #111;
    border-radius: 2px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #111;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
    cursor: pointer
}

@media screen and (max-width:480px) {
    .layer_board {
        width: 90%;
        margin: 3em auto;
        padding: 1.5em;
    }

    .layer_borad_content {
        font-size: 1rem;
    }

    .layer_borad_content P {
        margin-bottom: 7%;
    }

    .layer_board .square_btn {
        width: 110px;
        font-size: 0.9rem;
        padding: 2%;

    }
}

/*--------------------------------------
レフト固定ナビゲーション
---------------------------------------*/
.nav_right {
    position: fixed;
    z-index: 99;
    top: 50px;
    right: 0;
    width: 100px;
}

.nav_right li a {
    box-sizing: border-box;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    padding: 30px 30px 0;
    line-height: 1.4;
}

/*奇数*/
.nav_right li:nth-child(odd) a {
    background: #603813;
}

/*偶数*/
.nav_right li:nth-child(even) a {
    background: #42210B;
}


@media screen and (max-width:1300px) {
    .nav_right {
        display: none !important;
    }
}

/*--------------------------------------
ギフト検索
---------------------------------------*/
.giftsearch {
    position: relative;
    width: 1100px;
    background: #42210B;
    padding: 50px 0 60px;
    margin: 0 auto 100px;
    text-align: center;
    border-radius: 15px;
    z-index: 99;
}

/*
.giftsearch::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/rd21_leaf4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 1000px;
    top: 50px;
    left: -300px;
}

.giftsearch::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/rd21_leaf5.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 1000px;
    top: 0;
    right: -300px;
}
*/

.giftsearch_ttl {
    margin: 0 auto 50px;
}

.giftsearch_select {
    position: relative;
}

.giftsearch_selectbox {
    position: relative;
    display: inline-block;
    width: 300px;
    color: #000;
}

/*矢印*/
.giftsearch_selectbox:after {
    position: absolute;
    content: "";
    width: 0;
    right: 15px;
    top: 30px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #a3a3a3;
    pointer-events: none;
}

.giftsearch_selectbox_select {
    width: 100%;
    height: 70px;
    padding: 15px 20px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
}

.giftsearch_selectbox_select:disabled {
    background: #ccc;
}

/*ばつ印*/
.giftsearch_selectbox_cross {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.giftsearch_selectbox_cross span {
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
}

/*検索ボタン*/
.giftsearch_searchbox {
    position: relative;
    width: 300px;
    color: #000;
    margin: 20px auto 0;
}

.giftsearch_searchbox_btn {
    width: 100%;
    padding: 20px 0;
    border-radius: 60px;
    background: #fcee21;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
}

.giftsearch_searchbox_btn:before {
    display: inline-block;
    font-family: Fontawesome;
    font-style: normal;
    content: "\f002";
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .giftsearch {
        width: 90%;
        padding: 5% 3%;
        margin: 0 auto 10%;
        border-radius: 10px;
    }

    .giftsearch::before,
    .giftsearch::after {
        display: none;
    }

    .giftsearch_ttl {
        margin: 0 auto 5%;
    }

    .giftsearch_select {
        position: relative;
    }

    .giftsearch_selectbox {
        width: 45%;
    }

    /*矢印*/
    .giftsearch_selectbox:after {
        position: absolute;
        content: "";
        width: 0;
        right: 7%;
        top: 40%;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #a3a3a3;
        pointer-events: none;
    }

    .giftsearch_selectbox_select {
        width: 100%;
        height: 60px;
        padding: 4% 20% 4% 4%;
        border-radius: 5px;
        font-size: 1rem;
    }

    /*ばつ印*/
    .giftsearch_selectbox_cross {
        margin: 0;
    }

    .giftsearch_selectbox_cross span {
        top: 15px;
        font-size: 1.5rem;
    }

    /*検索ボタン*/
    .giftsearch_searchbox {
        width: 100%;
        margin: 5% auto 0;
    }

    .giftsearch_searchbox_btn {
        width: 100%;
        padding: 5% 0;
        font-size: 1.1rem;
    }
}
