@charset "UTF-8";

/* ===============================================================================
 * SNSギフト
 * =============================================================================== */
html {
    scroll-behavior: smooth;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

.snsgift {
    font-style: normal;
    line-height: 1.3;
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.snsgift section {
    padding: 60px 0;
}

.snsgift section:nth-of-type(1) {
    padding: 0;
}

#container a {
    text-decoration: none;
}

.main_visual_area {
    padding: 0;
    width: 100%;
}

.main_visual .main_visual_pic {
    background: #8CD763;
    height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
    max-width: 1920px;
    margin: auto;
    padding-top: 20px;
    align-items: center;
}

.main_visual_area .main_visual_text {
    text-align: center;
    background: #fff;
    padding: 50px 80px;
}

.main_visual_area .main_visual_text p {
    font-size: 2.5rem;
    color: #333;
    font-weight: 500;
}

.main_visual_area .main_visual_text p span {
    font-size: 4.5rem;
}

.main_visual_area .main_visual_text h1 {
    font-size: 7.5rem;
    font-weight: bold;
}
h1 span{
    font-weight:bold;
    display:block;
    font-size:3.5rem;
}

.main_visual_img {
    background: url(/snsgift/images/main_l.png) 0px 0px / contain no-repeat,
        url(/snsgift/images/main_r.png) calc(100% + 0px) 0px / contain no-repeat !important;
    height: 410px;
    position: absolute;
    width: 100%;
    max-width: 1500px;
}

@media only screen and (max-width: 1050px) {
    .main_visual_img {
        margin-top: 30px;
        height: 380px;
        background: url(/snsgift/images/main_l.png) -200px 0px / contain no-repeat,
            url(/snsgift/images/main_r.png) calc(100% + 200px) 0px / contain no-repeat !important;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1250px) {
    .main_visual_img {
        background: url(/snsgift/images/main_l.png) -200px 0px / contain no-repeat,
            url(/snsgift/images/main_r.png) calc(100% + 200px) 0px / contain no-repeat !important;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1400px) {
    .main_visual_img {
        background: url(/snsgift/images/main_l.png) -100px 0px / contain no-repeat,
            url(/snsgift/images/main_r.png) calc(100% + 100px) 0px / contain no-repeat !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main_visual_img {
        background: url(/snsgift/images/main_l.png) -50px 0px / contain no-repeat,
            url(/snsgift/images/main_r.png) calc(100% + 50px) 0px / contain no-repeat !important;
    }
}

.maintitle {
    font-weight: bold;
    font-size: 5.2rem;
    /*text-shadow: 1px 2px 3px #342f2f;*/
}

.lead {
    text-align: center;
}

.lead .wrap {
    padding-bottom: 45px;
}

.section_title {
    align-items: center;
    line-height: 1;
    margin-bottom: 30px;
}

.icon_title {
    width: 4%;
    margin: auto;
}

.text_area_title {
    text-align: center;
}

.lead .title_area_lead,
.detail .detail_title,
.detail-second .detail_title,
.bnr_area .title_area_lead {
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

.detail_title span {
    color: #57AE28;
    font-weight: bold;
    display: inline-block;
    padding-top: 10px;
    font-size: 4rem;
}

.detail_title span.small {
    font-size: 2rem;
}

p.item_image {
    padding: 5px;
}

.bnr {
    margin: auto;
    width: 100%;
    max-width: 800px;
}

.lead .text_area_lead,
.detail .detail_text,
.detail-second .detail_text {
    font-size: 1.8rem;
    line-height: 1.8;
}

.img_sns-icon {
    max-width: 250px;
    margin: 20px auto 0px;
}


.title {
    text-align: center;
    line-height: 1.25;

}

.title span {
    display: block;
    font-weight: bold;
    font-size: 4rem;
    color: #92d76c;
}

.red {
    color: #ff0000;
}

.button {
    width: 30%;
    margin: 35px auto 0;
}

.button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    color: #fff;
    border-radius: 35px;
    background-color: #57AE28;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}

.button a:after {
    content: '';
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(0%) rotate(45deg);
    transition: .3s;
}

.lead .button a:after {
    margin-left: 10px;
    transition: .3s;
    transform: rotate(135deg);
}

.button a:hover {
    text-decoration: none;
    background-color: #92d76c;
}

.button a:hover:after {
    transform: translate(50%, 0%) rotate(45deg);
}

.lead .button a:hover:after {
    transform: translate(0%, 50%) rotate(135deg);
}

/* ////////////////////////////////////////////////////////////////////
こんな時はソーシャルギフトが便利！
//////////////////////////////////////////////////////////////////// */

.detail,
.detail-second {
    background-color: #EEF5EE;
}

.detail ul {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.detail ul li {
    width: 24%;
    margin: 1rem 0;
    background-color: #ffffff;
    border: 1px solid #8CD763;
    border-radius: 9px;
}

.detail .item_title::before {
    background: url(/snsgift/images/check_mark.svg) no-repeat;
    content: "";
    display: inline-block;
    background-size: contain;
    margin: 0px 3px -2px 0px;
    height: 17px;
    width: 18px;
}

.detail .item_title {
    text-align: center;
    font-size: 1.7rem;
    padding: 8px 0px;
    font-weight: 600;
}

.detail .item_text {
    padding: 0rem 1.3rem 1.6rem;
    line-height: 1.5
}


.detail-second ul {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.detail-second ul li {
    width: 48%;
    margin: 1rem 0;
    padding: 8rem 6rem;
    background-color: #faecec;
    /*  -webkit-box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.3);
    box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.3);*/
}

.detail-second .detail-second_box .title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.detail-second .detail-second_box .text {
    font-size: 1.8rem;
    line-height: 1.8;
}

.detail-second .detail-second_box .text span {
    /*background: linear-gradient(transparent 40%, yellow 50%);*/
    color: #f61f0f;
    font-weight: 600;
}

/*how_to_send how_to_recieve*/

.item_scroll {
    padding: 1rem;
    /*  -webkit-box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.3);
  box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.3);*/
    border: 1px solid #57AE28;
    background: #ffffff;
    border-radius: 3px;
    position: relative;
}

.item_scrolll_step {
    position: absolute;
    z-index: 1;
}

.item_scroll_image {
    margin-bottom: 5px;
}

.how_to_send ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.how_to_send ul li {
    width: 32%;
    margin-bottom: 30px;
}

.how_to_send ul li:nth-of-type(n + 3) {
    margin-bottom: 0;
}

.how_to_send .item_scroll_text {
    display: block;
    height: 4rem;
    line-height: 1.5;
}
p.attention {
    text-align: center;
    margin: 10px auto 0;
    line-height: 1.8;
}

.how_to_recieve {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 75%, #92d76c 75%, #92d76c 100%);
}

.how_to_send .item_scroll {
    border: 1px solid #92d76c;
}

.how_to_recieve ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.how_to_recieve ul li {
    width: 23%;
    margin-bottom: 30px;
}

.how_to_recieve .item_scroll_text {
    display: block;
    height: 9rem;
    line-height: 1.5;
}

/*recommend_area*/


.recommend_area {
    background-color: #eef5ee;
}

.snsgift .recommend_area section:nth-of-type(1) {
    padding: 0 0 45px;
}

.recommend_area .recommend {
    padding: 45px 0;
}

.recommend_area h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.recommend_area .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.recommend_area .product-item {
    width: 19%;
}

.swiper-slide .item {
    padding: 15px;
}

.item a {
    display: block
}

.item .pic {
    margin-bottom: 5px;
    position: relative;
}

.item .name {
    -webkit-line-clamp: 2;
    font-weight: bold;
    height: 3.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.item .name,
.item .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.item .price {
    -webkit-line-clamp: 1;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.item .price span {
    font-weight: 700;
    font-size: 1.5rem
}

/* ////////////////////////////////////////////////////////////////////
価格で選ぶ
//////////////////////////////////////////////////////////////////// */
.price_area {
    background-color: #FFFFFF;
}

.price_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price_list li {
    width: 23%;
    margin-bottom: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.price_list li:nth-of-type(n + 5) {
    margin-bottom: 0;
}

.price_item a {
    display: block;
    text-align: center;
    padding: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}

.price_item a:hover {
    background-color: #f5f5f5;
    transition: 0.5s;
}

.isTablet .price_item a {
    padding: 15px 10px;
}

/* ////////////////////////////////////////////////////////////////////
ブランドで選ぶ
//////////////////////////////////////////////////////////////////// */
.brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.isTablet .brand_list {
    padding: 0;
}

.brand_list li {
    width: 23%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.brand_list li:nth-of-type(n + 5) {
    margin-bottom: 0;
}

.brand_list li a {
    display: block;
    position: relative;
    padding: 8px;
    height: 100%;
    align-content: center;
}

.brand_list li a img {
    background-color: #FFF;
}

.brand_list li a:hover {
    opacity: .7;
    transition: .5s;
    background-color: #f5f5f5;
}

/* ////////////////////////////////////////////////////////////////////
よくある質問
//////////////////////////////////////////////////////////////////// */
.faq-area {
    border: solid 20px #f7f7f7;
    background-color: #f7f7f7;
}

.faq-area .faq-box {
    background: #FFF;
    max-width: 800px;
    padding: 0 25px 30px;
    margin: 0 auto;
}

.faq-area h2 {
    background: #f7f7f7;
    text-align: center;
    padding: 0 10% 0;
}

.faq-box .qa-text-box {
    margin: 20px 0;
}

.faq-box .qa-text-ttl {
    background: url(/snsgift/images/icon_ques.png) no-repeat left 25px;
    padding: 30px 0 12px 45px;
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    border-bottom: solid 2px #57AE28;
}

.faq-area .faq-box .qa-text-detail {
    padding: 20px 16px 20px 65px;
    background: url(/snsgift/images/icon_ans.png) no-repeat #f9f9f9 20px 16px;
    font-size: 1.6rem;
}

/* ////////////////////////////////////////////////////////////////////
soldout & end
//////////////////////////////////////////////////////////////////// */
.main-visual .end-copy {
    display: none
}

.snsgift.end *,
.snsgift.end a {
    pointer-events: none
}

.end .main_image .end-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 10;
    width: 90%;
    height: 50%;
    background: hsla(0, 0%, 100%, .95);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .7);
    border: 5px solid #c00;
    margin-top: -15%;
    text-align: center;
    font-size: 3rem;
}

.end .main_image .end-copy.top {
    height: 60%;
    top: 60%;
}

.end .main_image .end-copy p {
    font-weight: 700
}



/*	クーポン
================================ */
.item .pic .icon {
    position: absolute;
    bottom: 10px;
}


.icon {
    height: 2rem;
}

.icon span {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.icon.free_coupon span {
    background-color: #930002;
}

.icon.delivery_in span {
    background-color: #A78C58;
}




/*================================ 
商品リスト
================================ */
.swiper-slide {
    eight: auto;
    background-color: #fff;
    /* padding: 5px; */
    border-radius: 10px;
}

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets {
    margin: 0 4px;
}



/*====================

商品部分

====================*/
.product-item {
    height: auto;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product {
    background-color: #fff;
    height: 100%;
}


.product-item.hayawari .product-pic:hover {
    opacity: 1;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}


.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 4em;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}

.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (min-width: 768px) {

    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: calc((100% - 20px * 4) / 5);
    }

    .product-slider-container .swiper-button-next,
    .product-slider-container .swiper-button-prev,
    .product-slider-container .swiper-pagination {
        display: none;
    }
}

/*====================

アイコン群

====================*/

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.product-icon {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    width: fit-content;
}

.web-limited {
    background-color: #4B3C8A;
}

.limited-quantity {
    background-color: #399A4A;
}

.room-temperature {
    background-color: #8A3C3C;
}

.frozen {
    background-color: #3743ED;
}

.refrigerate {
    background-color: #3798ED;
}

.subdivision {
    background-color: #8A773C;
}