/* CSS Document */
/* ==================================================

	common

 ================================================== */
body {
    counter-reset: point_number;
    font-feature-settings: "palt";
    letter-spacing: 0.125rem;
}

#valentine .pc_only {
    display: none;
}

#valentine .sp_only {
    display: block;
}

@media screen and (min-width: 960px) {
    #valentine .pc_only {
        display: block;
    }

    #valentine .sp_only {
        display: none;
    }

}

#valentine .lead {
    line-height: 2.2;
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
    margin-bottom: 30px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #valentine .lead {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

}

.bg_left {
    position: absolute;
    left: 0;
    top: 50%;
}

.bg_right {
    position: absolute;
    right: 0;
}

/*----------------------------------

section

-----------------------------------*/
#valentine section {
    padding: 0 0 60px;
}

#valentine .inner {
    padding: 0 3%;
    width: 100%;
    margin: auto;
    position: relative;
}

@media screen and (min-width: 960px) {
    #valentine section {
        padding: 0 0 120px;
    }

}

@media screen and (min-width: 1280px) {
    #valentine .inner {
        padding: 0;
        max-width: 1080px;
    }

}



/*----------------------------------

ボタン

-----------------------------------*/
.button_wrap {
    width: 90%;
    max-width: 400px;
    margin: 45px auto 0;
    text-align: center;
}

.button_wrap .button {
    display: block;
    position: relative;
    padding: 8px 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #ec436c;
    border: 3px solid #ec436c;
    transition: all .3s;
    width: 100%;
    padding: 15px 0;
}
.button_wrap .button:after {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

.button:hover {
    color: #ec436c;
    background-color: #fff;
}

.button_wrap .button:hover:after {
    border-top: 2px solid #ec436c;
    border-right: 2px solid #ec436c;
}

.button span {
    display: block;
    font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
    .button_wrap {
        margin: 70px auto 0;
    }

}

/*
	h2
================================ */
#valentine h2 {
    position: relative;
    margin: 0 auto;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 15px;
}

/* #valentine section .inner h2::before {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 auto 10px;
    vertical-align: middle;
    background: url("/valentine/2023/images/h2_bg.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    content: "";
} */

#valentine section h2 span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #valentine .lead {
        margin: 20px 4% 30px;
        text-align: center;
    }


    #valentine h2 {
        font-size: 3.8rem;
        margin-bottom: 30px;
    }

    /* #valentine .inner h2::before {
        height: 46px;
        margin: 0 auto 20px;
    } */

    section h2 span {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1024px) {
    #valentine .inner .lead {
        margin: 30px auto 50px;
    }
}




/* ==================================================

	#breadcrumb

 ================================================== */
/* ==========================================
	1024~(tablet)
========================================== */
@media screen and (min-width: 1024px) {
    #breadcrumb {
        max-width: 1220px;
    }
}



/* ==================================================

	.soldout

 ================================================== */
#valentine .soldout {
    position: relative;
    background-color: #fff;
}

#valentine .soldout::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    height: 40px;
    margin: auto;
    padding: 8px 5px 0;
    color: #cd0000;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    background: #fff;
    border: 2px solid #cd0000;
    border-radius: 0;
    transform: translateY(-50%);
    content: "sold out";
}

#valentine .soldout::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
    content: "";
}

#valentine .soldout a {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    #valentine .soldout::before {
        font-size: 2rem;
    }
}




/* ==================================================

	.period_info

 ================================================== */
#valentine section.period_info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #feeeee;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}

.period_info a {
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
}

.period_tx span {
    font-weight: 700;
    font-size: 1.8rem;
}

.period_box p {
    max-width: 355px;
    margin: 0 auto;
    color: #333;
    font-size: 1.4rem;
    background: #fff;
}

/*
	p
================================ */
#valentine .period_tx {
    color: #ec436c;
}

.period_tx span {
    color: #747884;
    font-weight: bold;
}

/*
	.period_box
================================ */
#valentine .period_box {
    max-width: 900px;
    margin: 10px auto 0;
    padding: 10px;
    background-color: #fff;
}

/* ==========================================
	768~(tablet)
========================================== */
@media screen and (min-width: 768px) {
    #valentine.period_info {
        padding: 30px;
        font-size: 2.2rem;
        padding: 20px;
    }

    .period_tx span {
        font-size: 2.6rem;
    }
    .period_box p{
        max-width: none;
    }
    .period_info a {
        font-size: 1.8rem;
    }

    #valentine .period_info p {
        font-size: 1.8rem;
        text-align: center;
    }

    #valentine .period_box {
        margin: 20px auto 0;
        padding: 20px;
        background-color: #fff;
    }
}

/*---------------------------

メインビジュアル

----------------------------*/

#valentine .main_visual {
    position: relative;
    background: url("/valentine/2026/images/mv_sp.jpg") no-repeat center center / cover;
    height: 230px;
    width: 100%;
    font-weight: 700;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: #333;
    padding: 10px 0;
}

#valentine .main_visual h1 {
    font-size: 1.25rem;
    line-height: 1.25;
    color: #ec436c;
    font-weight: bold;
    text-align: center;
}

#valentine .main_visual .main_visual_text {
    position: absolute;
    left: calc(50% - 70px);
    top: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

#valentine .main_visual .main_visual_icon {
    position: relative;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #A78C58;
    padding: 3px;
    color: #fff;
    text-align: center;
    max-width: 140px;
    text-shadow: none;
    letter-spacing: .1rem;
    margin: auto;
}

@media screen and (min-width: 768px) {
    #valentine .main_visual {
        margin: 0 auto;
        background: url("/valentine/2026/images/mv_pc.jpg") no-repeat center center / cover;
        height: 300px;
        width: 100%;
        align-items: center;
        color: #333;
        font-weight: 700;
    }

    #valentine .main_visual .main_visual_text {
        text-align: center;
        top: 68%;
    }
}

@media screen and (min-width: 960px) {
    #valentine .main_visual {
        height: 400px;
    }

    #valentine .main_visual h1 {
        font-size: 1.6rem;
        line-height: 1.25;
    }

    #valentine .main_visual .main_visual_text {
        text-align: center;
        top: 75%;
        left: calc(50% - 260px);
    }


    #valentine .main_visual .main_visual_icon {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 5px;
        max-width: 200px;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        background-color: #A78C58;
    }
}

#valentine .main_visual .caption {
    text-align: center;
    font-size: 1.2rem;
}

/* ==================================================

	メインリード

 ================================================== */
#valentine .main_lead_area {
    padding: 45px 0 0;
}

#valentine .main_lead_area .main_lead {
    width: 95%;
    line-height: 2.4;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
}

@media screen and (min-width: 960px) {
    #valentine .main_lead_area {
        padding: 90px 0 0;
    }

    #valentine .main_lead_area .main_lead {
        width: 100%;
        margin: auto;
        font-size: 1.8rem;
    }
}



/*--------------

swiper設定

----------------*/
.swiper-wrap {
    position: relative;
}


.swiper-container .item .pic {
    text-align: center;
    padding: 5px;
}

.swiper-container .item .pic img {
    width: 100%;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important
}

.swiper-button-prev {
    left: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    /* 左右反転 */
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 44%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-pagination-bullet-active {
    background-color: #ec436c
}

/* ==================================================

	.ranking_area

 ================================================== */
#valentine .ranking_slider {
    padding: 0 0 20px
}

#valentine .ranking_slider .product {
    height: 100%;
}

#valentine .ranking_slider .product-pic {
    position: relative;
}
#valentine .ranking_slider .product .product-pic:before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}

#valentine .ranking_slider .swiper-slide:nth-of-type(1) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-gold.svg")
}

#valentine .ranking_slider .swiper-slide:nth-of-type(2) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-silver.svg")
}

#valentine .ranking_slider .swiper-slide:nth-of-type(3) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-bronze.svg")
}

#valentine .ranking_slider .swiper-slide:nth-of-type(4) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-4th.svg")
}

#valentine .ranking_slider .swiper-slide:nth-of-type(5) .product-pic:before {
    content: "";
    background-image: url("/cmn/images/ranking-pict-5th.svg")
}

#valentine .ranking_slider .product-pic {
    margin-bottom: 5px;
	overflow:hidden;
}

#valentine .ranking_slider .product-pic img:hover{
    scale:1.05;
}

#valentine .ranking_slider .product-detail-name {
    font-size: 1.4rem;
    height: 60px;
    margin: 10px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold;
}

#valentine .ranking_slider .product-detail-price {
    font-size: 1.8rem;
    font-weight: bold;
}

#valentine .ranking_slider .product-detail-price::before{
	content:"￥";
	font-size: 1.2rem;
}

#valentine .ranking_slider .product-price-red {
    font-size: 1.2rem;
    color: #f00000;
    font-weight: bold;
}

#valentine .ranking_slider .product-icon-block {
    display: flex;
    position: absolute;
    bottom: 10px;
}

#valentine .ranking_slider .product-icon-block li:nth-child(1) {
    margin-right: 5px;
}

#valentine .ranking_slider .product-icon-delivery {
    background-color: #333;
    padding: 0 5px;
    width: fit-content;
}

#valentine .ranking_slider .product-icon-discount {
    background-color: #C83250;
    padding: 0 5px;
    width: fit-content;
}

#valentine .ranking_slider .product-icon-block span {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    #valentine .ranking_area {
        width: 100%;
    }

    .ranking_area .swiper-button-prev,
    .ranking_area .swiper-button-next {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .ranking_slider {
        width: 100%;
        max-width: 1080px;
    }

    .ranking_slider .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .ranking_slider .swiper-wrapper .swiper-slide {
        width: 19%;
    }

}

/* ==================================================

	ブランドで選ぶ

 ================================================== */

#valentine .brand_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 auto;
}

#valentine .brand_area ul li {
    width: 48%;
    text-align: center;
    background: #999;
    border: 1px #999 solid;
}


#valentine .brand_area ul li a {
    display: block;
    background-color: #fff;
    transition: all .3s;
}

#valentine .brand_area ul li a:hover {
    opacity: .8;
}


#valentine .brand_area ul li .brand-logo {
    padding-top: 5px;
}

#valentine .brand_area ul li .brand-logo img {
    width: 70%;
}

#valentine .brand_area ul li .brand-name {
    margin-top: 10px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    background-color: #999;
}


@media screen and (min-width: 768px) {

    #valentine .brand_area ul li {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    #valentine .brand_area ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    #valentine .brand_area ul li .brand-name {
        font-size: 16px;
    }

    #valentine .brand_area ul li .brand-logo img {
        width: 60%;
    }
}



/* ==================================================

	チョコレートを選ぶ　チョコレート以外を選ぶ

 ================================================== */

#valentine .select_area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    row-gap: 20px;
    justify-content: space-between;
}

#valentine .select_area ul li {
    width: 48%;
    border: 1px solid #999;
}

#valentine .select_area ul li .item {
    text-align: center;
}



#valentine .select_area ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
    background-color: #fff;
    transition: all .3s;
}

#valentine .select_area ul li a:hover {
    opacity: .8;
}

/* figure ------------ */
#valentine .select_area ul li .item-pic {
    width: 100%;
    margin: 0 auto;
}

#valentine .select_area ul li .item-pic img {
    text-align: center;
}

/* h3 ------------ */
#valentine .select_area li .item-name {
    width: 92%;
    margin: 10px auto;
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
}

#valentine .select_area .item-text {
    width: 90%;
    margin: 0 auto;
    font-size: 2.4vw;
    text-align: left;
}

@media screen and (min-width: 768px) {
    #valentine .select_area ul {
        justify-content: flex-start;
    }

    #valentine .select_area ul li {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    #valentine .select_area ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    #valentine .select_area li .item-name {
        font-size: 1.5rem;
    }

    #valentine .select_area .item-text {
        width: 80%;
        font-size: 1.4rem;
    }
}



/* ==================================================

	.価格で選ぶ

 ================================================== */

#valentine .price_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}


#valentine .price_area li {
    width: 48%;
    text-align: center;
}


#valentine .price_area li a {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #999;
    transition: all .3s;
    font-weight: bold;
    border: 2px solid #999;
}

#valentine .price_area li a:hover {
    color: #333;
    background-color: #fff;
    border: 2px solid #999;
}

@media screen and (min-width: 768px) {
    #valentine .price_area ul {
        justify-content: flex-start;
    }

    #valentine .price_area ul li {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    #valentine .price_area ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    #valentine .price_area li a {
        padding: 16px;
    }
}


/* ==================================================

	お届けについて

 ================================================== */
#valentine .delivery_info {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #747884;
    background-color: #747884;
}

#valentine .delivery_info h2 {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

#valentine .delivery_info .attention {
    padding: 10px;
    background-color: #fff;
}

#valentine .delivery_info .must {
    color: #cd0000;
}

#valentine .delivery_info .small {
    font-size: 1.2rem;
}

/* ==================================================

	バレンタインギフトをSNSで贈る

 ================================================== */
#valentine .sns_area .single-bnr {
    width: 100%;
    text-align: center;
}

#valentine .sns_area .about_sns h3 {
    margin: 0 0 5px;
    color: #ec436c;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

#valentine .sns_area .about_sns p {
    font-size: 1.2rem;
}



#valentine .sns_area h3.sub {
    max-width: 960px;
    margin: 0 auto 10px;
    padding: 6px 0;
    color: #ec436c;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    border-top: 2px solid #ec436c;
    border-bottom: 2px solid #ec436c;
}


#valentine .sns_area ul {
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

#valentine .sns_area ul li {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #999;
}


#valentine .sns_area .sns-title {
    padding: 10px;
    font-weight: 600;
    text-align: center;
    background-color: #999;
    color: #fff;
}

#valentine .sns_area .sns-pic {
    margin: 0 auto;
}

#valentine .sns_area .sns-pic img{
	width: 300px;
	margin: 10px auto 0px;
	display: block;
}

#valentine .sns_area .sns-text {
    margin-top: 10px;
    padding: 0.5rem 1.5rem 1.8rem;
    font-size: 1.3rem;
}

#valentine .sns_area .about_sns {
    margin: 20px auto 30px;
    padding: 10px;
    background: #f7f7f7;
}



@media screen and (min-width: 768px) {

    #valentine .sns_area .about_sns {
        margin: 20px auto 50px;
        padding: 20px;
    }

    #valentine .sns_area .about_sns h3 {
        margin: 0 auto 10px;
        font-size: 2.4rem;
    }

    #valentine .sns_area .about_sns p {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2;
    }

    #valentine .sns_area h3.sub {
        margin: 0 auto 30px;
        padding: 6px 0;
        font-size: 2.4rem;
    }

    #valentine .sns_area ul {
        justify-content: space-between;
    }


    #valentine .sns_area ul li {
        width: 30%;
        background: #fff;
    }

}

@media screen and (min-width: 1024px) {

    /*
		.detail_block
	================================ */
    #valentine .sns_area .detail_block {
        width: 80%;
    }

    /*
		h3.sub
	================================ */
    #valentine .sns_area h3.sub {
        margin: 0 auto 40px;
        padding: 12px 0;
    }
}


/* ==================================================

	.wrapping_area

 ================================================== */
#valentine .wrapping_area .single-bnr {
    text-align: center;
}

#valentine .wrapping_area .text {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    #valentine .wrapping_area .text {
        font-size: 1.5rem;
    }
}

/* ==================================================

	.faq_area

 ================================================== */
#valentine .faq_area {
    padding: 60px 0;
}

#valentine .faq_area {
    background-color: #f7f7f7;
}

#valentine .faq_area dl {
    padding: 10px;
    background-color: #fff;
}

#valentine .faq_area dt {
    font-size: 1.8rem;
}


#valentine .faq_area dt {
    padding: 5px;
    font-weight: bold;
    color: #ec436c;
}

#valentine .faq_area dd+dt {
    margin-top: 20px;
}

#valentine .faq_area dd {
    padding: 10px;
    letter-spacing: 2px;
    line-height: 1.7;
    border: 1px solid #ec436c;
}

#valentine .faq_area dd p+p {
    margin-top: 10px;
}

#valentine .faq_area dd p a {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    color: #ec436c;
    transition: all .3s;
    font-weight: bold;
}

#valentine .faq_area dd p a:hover {
    opacity: .6;
}

#valentine .faq_area dd p a::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-50%);
    content: ">>";
}


@media screen and (min-width: 768px) {
    #valentine .faq_area {
        padding: 90px 0;
    }

    #valentine .faq_area dl {
        padding: 30px;
    }

    #valentine .faq_area dt {
        font-size: 1.8rem;
    }
}


@media screen and (min-width: 1024px) {
    #valentine .faq_area .inner {
        max-width: 800px;
        margin: auto;
    }

    #valentine .faq_area dl {
        padding: 50px;
    }

    #valentine .faq_area dd+dt {
        margin-top: 40px;
    }

    /* dd -------------------- */
    #valentine .faq_area dd {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) {
    #valentine .bottom_slider {
        padding-top: 70px !important;
    }
}