@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url(/shussanuchiiwai/fonts/icoset.ttf) format("truetype"), url(/shussanuchiiwai/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/*-------------------

全体

---------------------*/
#breadcrumb {
    width: 100%;
    max-width: 1200px;
}

#christmas section {
    padding: 40px 0;
}

#container a:active {
    opacity: .7
}

.spMode .pc_only {
    display: none;
}

#christmas .inner {
    padding: 0 10px;
}

#christmas .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*column-gap: 15px;*/
    row-gap: 20px;
}

#christmas .flex.column_pc5_sp1_2 li {
    width: 48%;
}

.spMode #christmas .flex.column_pc5_sp1_2 li:nth-of-type(1) {
    width: 100%;
}

#christmas .flex.column_pc4_sp2 li {
    width: 48%;
}

#christmas .flex.column_pc3_sp2 li {
    width: 48%;
}

#christmas .flex.column_pc2_sp1 li {
    width: 100%;
}

#christmas .flex.column_pc1_sp1 li {
    width: 100%;
    text-align: center;
}

#christmas h2 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

#christmas h2 span {
    display: block;
    font-size: 1.2rem;
}

#christmas .lead {
    width: 90%;
    margin: 0 auto 40px;
    line-height: 2;
    text-align: center;
}

.bg_gray {
    background-color: #f7f7f7;
}

.bg_white {
    background-color: #fff;
}

.red {
    color: #ff0000;
}

.bg_red {
    background-color: #a30404e6;
}

@media only screen and (min-width:768px) {
    #christmas .flex {
        justify-content: center;
        column-gap: 20px;
    }


    #christmas section {
        padding: 80px 0;
    }

    .sp_only {
        display: none;
    }

    #christmas .inner {
        padding: 0;
        width: 90%;
        max-width: 1080px;
        margin: auto;
    }

    #christmass .flex {
        row-gap: 40px;
    }

    #christmas .flex.column_pc5_sp1_2 li {
        width: 18%;
    }

    #christmas .flex.column_pc4_sp2 li {
        width: 23%;
    }

    #christmas .flex.column_pc3_sp2 li {
        width: 31%;
    }

    #christmas .flex.column_pc3_sp1 {
        width: 100%;
    }

    #christmas .flex.column_pc3_sp1 li {
        width: 48%;
    }

    #christmas .flex.column_pc3_sp1 li:nth-of-type(1) {
        width: 100%;
    }

    #christmas .flex.column_pc2_sp1 li {
        width: 48%;
    }

    #christmas h2 {
        font-size: 3.6rem;
    }

    #christmas h2 span {
        display: block;
        font-size: 1.2rem;
    }

    #christmas .lead {
        text-align: center;
        width: 90%;
        font-size: 1.8rem;
    }
}

/*-------------------

商品情報

---------------------*/
.recommend_area .item .name,
.ranking_area .item .name,
.lineup_area .item .name {
    margin: 5px 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 4rem;
}

#christmas .item .pic {
    position: relative;
}

#christmas .item .pic .icon {
    position: absolute;
    bottom: 10px;
}

#christmas .item .pic .icon span {
    font-weight: bold;
}

.item .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1rem;
}

.item .price span {
    font-weight: bold;
    font-size: 1.5rem;
}

.item .txt {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.5rem;
}

/*--------------------------

ボタン

--------------------------*/
#christmas .button {
    margin: 20px auto;
    width: 80%;
    max-width: 450px;
    font-weight: bold;
    text-align: center;
}

#christmas .button.all {
    margin: 60px auto 20px;
}

#christmas .button a {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #333;
}

#christmas .button a span {
    font-size: 1.2rem;
}

#christmas .button a:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    padding: 10px;
    border-radius: 10px;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/
    #christmas .button {
        margin: 40px auto;
    }
}

/*-------------------------------

swiperの設定

-------------------------------*/
.swiper-wrap {
    position: relative;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important
}

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev {
    left: -10px;
}

.swiper-button-next {
    right: -10px;
}

.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 {
    background-image: url(/cmn/images/arrow.svg);
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
}

.swiper-pagination-bullet-active {
    background-color: #fff
}

.bottom_slider .swiper-pagination-bullet-active {
    background-color: #ff0000
}


@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/
    #christmas .inside_slider .swiper-button-prev {
        display: none;
    }

    #christmas .inside_slider .swiper-button-next {
        display: none;
    }

    #christmas .inside_slider .swiper-pagination {
        display: none !important;
    }

    #christmas.sweets .inside_slider .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        row-gap: 20px;
        flex-wrap: wrap;
    }

    #christmas.sweets .inside_slider .swiper-wrapper li {
        width: 18% !important;
    }
}

/*--------------------------

メインビジュアル

--------------------------*/

#christmas .main_visual {
    padding: 0 !important;
}

#christmas .main_visual .main_visual {
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
    font-family: "Noto Serif JP", serif;
}

#christmas.top .main_visual .main_visual h1 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: bold;
}

#christmas.top .main_visual .main_visual h1 span {
    font-size: 2rem;
}

#christmas.top .main_visual .main_visual {
    background: url(/christmas/images/main_2023_sp.jpg)no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    /*  text-shadow: 2px 3px 3px rgb(0 0 0 / 20%);*/
}

.main_visual__photo {
    position: relative;
}

.main_visual__text {
    position: absolute;
    top: 23%;
    left: 50%;
    z-index: 1;
    width: 83%;
    padding: 4px;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.main_visual__text p {
    color: #fff;
    font-size: 5vw;
}

.main_visual__text h1 {
    display: block;
    font-size: 9.5vw;
    line-height: 1.2;
    color: #fff;
}

.main_visual__text h1 span {
    display: block;
    font-size: 7.2vw;
    /*color: #f7dfa0;*/
}

.christmas .main_visual {
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0 auto 45px;
}


@media only screen and (min-width:768px) {

    /*
.main_visual__photo {
  position: relative;
}

*/
    .main_visual {
        z-index: 0;
        margin: 0 auto;
        padding: 0;
    }

    .main_visual__text {
        top: 50%;
        left: 5%;
        width: 40%;
        color: #231f20;
        transform: translateY(-50%);
        max-width: 600px;
    }

    .main_visual__text h1 {
        padding-bottom: 2%;
        font-size: clamp(43px, 4.2vw, 62px);
        color: #fff;
    }

    .main_visual__text h1 span {
        display: block;
        font-size: 2.6vw;
    }

    .main_visual__text img {
        width: 60%;
        max-width: 382px;
    }

    .main_visual__text p {
        font-size: 2vw;
    }

    /*↓元isOtherDevice*/

    #christmas .main_visual .main_visual {
        height: 400px;
        width: 1200px;
        display: flex;
        margin: 0 auto 30px;
        justify-content: left;
        align-items: flex-end;
        text-align: left;
        position: relative;
        padding: 0;
    }

    #christmas.top .main_visual .main_visual h1 {
        font-size: 7rem;
    }

    #christmas.top .main_visual .main_visual h1 span {
        font-size: 3.5rem;
    }

    #christmas.top .main_visual .catch {
        font-size: 2rem;
    }

    #christmas .main_visual .lead {
        font-size: 1.8rem;
    }
}

/*
@media only screen and (min-width: 1251px) {
  .main_visual__text img {
      max-width: 70%;
  }
}*/

#christmas.top .main_visual .catch {
    font-size: 1.5rem;
}




#christmas .main_visual .main_visual .inner {
    color: #fff;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
}

#christmas .main_visual .lead {
    margin: 40px auto;
    text-align: center;
}

/*====================

ランキング

====================*/
.ranking_area {
    background-color: #aa1818;
    color: #fff;
}

.ranking_area ul {
    counter-reset: item
}

.ranking_area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
}

.ranking_area ul li:first-child a:after,
.ranking_area ul li:nth-child(2) a:after,
.ranking_area ul li:nth-child(3) a:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: ""
}

.ranking_area ul li:first-child a:before,
.ranking_area ul li:nth-child(2) a:before,
.ranking_area ul li:nth-child(3) a:before {
    margin-left: 35px
}


.ranking_area ul li:first-child a:after {
    background-image: url(/images/icon-rank-01.svg)
}

.ranking_area ul li:first-child a:before {
    color: #9c8b45
}

.ranking_area ul li:nth-child(2) a:after {
    background-image: url(/images/icon-rank-02.svg)
}

.ranking_area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking_area ul li:nth-child(3) a:after {
    background-image: url(/images/icon-rank-03.svg)
}

.ranking_area ul li:nth-child(3) a:before {
    color: #9c6b47
}

/*-----------------

recommend_area

-----------------*/
#christmas .until_christmas,
#christmas .theday_christmas {
    background-color: #f7f7f7;
}

#christmas .section_visual {
    position: relative;
    margin: 0 auto 90px;
}

#christmas .section_visual .title_block .lead {
    margin: auto;
    width: 100%;
}

#christmas .section_visual .title_block {
    position: absolute;
    transform: translate(-50%, -50%);
}

#christmas .section_visual .title_block.parent {
    width: 95%;
    left: 50%;
    top: 105%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}

#christmas .recommend_area .section_visual .title_block {
    width: 97%;
    left: 50%;
    top: 110%;
    padding: 15px;
    color: #ffffff;
}

#christmas .recommend_area {
    background-color: #f7f7f7;
    padding: 45px 0 !important;
}

#christmas .recommend_area .section_visual {
    position: relative;
    margin: 0 auto 130px;
}

#christmas .recommend_area .lead {
    width: 100%;
    margin: auto;
}

#christmas .recommend_area.sweets_area .section_visual .title_block,
#christmas .recommend_area.cake_area .section_visual .title_block,
#christmas .recommend_area.toy_area .section_visual .title_block {
    background: rgba(163, 4, 4, 0.9);
}

#christmas .recommend_area.calendar_area .section_visual .title_block,
#christmas .recommend_area.gourmet_area .section_visual .title_block {
    background: rgb(52, 116, 52, 0.9);
}

#christmas .recommend_area .section_visual .title_block h3 {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
}

#christmas .recommend_area .section_visual .title_block h3 span {
    display: block;
    font-size: 1rem;
}

#christmas .recommend_area .section_visual .title_block .lead {
    font-size: 1.2rem;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/

    #christmas .recommend_area .section_visual .title_block {
        width: 40%;
        left: 75%;
        right: 0%;
        top: 85%;
        padding: 40px;
    }

    #christmas .recommend_area .section_visual {
        margin: 0 auto 90px;
        max-width: 1200px;
        width: 100%;
    }

    #christmas .section_visual .title_block.parent {
        width: 60%;
        left: 50%;
        top: 90%;
        padding: 15px;
    }

    #christmas .recommend_area .section_visual .title_block h3 span {
        font-size: 1.2rem;
    }

    #christmas .recommend_area .section_visual .title_block .lead {
        font-size: 1.5rem;
        text-align: left;
    }
}



#christmas.top .anker_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

#christmas.top .anker_area li {
    width: calc((100% - 20px) / 2);
}

#christmas.top .anker_area .name {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

#christmas.top .anker_area span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #christmas.top .anker_area {
        display: flex;
        justify-content: space-between;
    }

    #christmas.top .anker_area li {
        width: 18%;
    }

}

/*------------------------------

価格で選ぶ

------------------------------*/
#christmas .price_area ul li {
    text-align: center;
}

#christmas .price_area ul li a {
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease 0s;
    border: 1px solid #a30404e6;
    border-radius: 10px;
    background-color: #a30404e6;
}

#christmas .price_area ul li a:hover {
    background-color: #FFF;
    border: 1px solid #a30404e6;
    color: #a30404e6;
    border-radius: 10px;
}

#christmas .price_area ul li a .name {
    font-weight: bold;
}

/*---------------------------

カテゴリで選ぶ

----------------------------*/
#christmas .category_area .item {
    background-color: #aa1818;
}

#christmas .category_area .item figcaption {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #fff;
}

#christmas .category_area .item figcaption span {
    display: block;
    font-size: 1rem;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/
    #christmas .category_area .item figcaption {
        font-size: 2rem;
    }

    #christmas .category_area .column_pc5_sp1_2 .item figcaption {
        font-size: 1.5rem;
    }
}

/*----------------------------

キャンペーンエリア

----------------------------*/
.campaign_area .inner ul {
    /*  max-width: 800px;*/
    width: 100%;
    margin: auto;
}

/*---------------------

ラッピング

*-----------------------*/
#christmas .wrapping_area h3 {
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 2rem;
}

#christmas .wrapping_area .lead {
    width: 95%;
    margin: auto;
    text-align: left;
}

#christmas .wrapping_area .lead .red {
    font-weight: bold;
    color: #ff0000;
}

#christmas .wrapping_area .lead .small {
    font-size: 80%;
    display: block;
}

#christmas .wrapping_area ul {
    padding: 20px 0;
}

#christmas .wrapping_area ul:nth-of-type(1) {
    margin-bottom: 20px;
}

#christmas .wrapping_area .wrapping_area-lead {
    width: fit-content;
    margin: auto;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/
    #christmas .wrapping_area ul {
        align-items: center;
    }

    #christmas .wrapping_area ul:nth-of-type(1) li .lead {
        text-align: center;
    }

    #christmas .wrapping_area ul:nth-of-type(1) li h3 {
        font-size: 3rem;
    }


    #christmas .wrapping_area ul .txt_area {
        order: 1;
    }
}

/*---------------------

終了対応

*-----------------------*/
.soldout {
    position: relative;
    pointer-events: none;
}

.soldout .item {
    opacity: 0.5;
}

.soldout::before {
    position: absolute;
    top: 50%;
    right: auto;
    left: 10%;
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    padding: 5px;
    color: #c00;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    background: #fff;
    border: 2px solid #c00;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "SOLD OUT";
}

/*
.end {
  pointer-events: none;
}*/
.end .end-copy {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 80%;
    text-align: center;
    background: hsla(0, 0%, 100%, .95);
    border: 5px solid #c00;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 70%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 70%);
}

.end .end-copy p {
    font-weight: bold;
    color: #333;
    display: block;
}

.end .end-copy a {
    pointer-events: auto;
    color: #FF0000;
    font-weight: bold;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/
    .end .end-copy p {
        font-size: 3rem;
    }
}

/*---------------------

マナー

*-----------------------*/

#christmas .tips_area h2 {
    font-size: 2rem;
}



#christmas .tips_area .inner {
    padding: 40px 0;
    background-color: #fff;
    margin: auto;
    width: 95%;
}

.caution_tips__list {
    margin-bottom: 3rem
}

.caution_tips__list:last-child {
    margin-bottom: 0
}

.caution_tips__title {
    position: relative;
    padding-bottom: 3px;
    color: #444;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 2px solid #d2534d
}

.caution_tips__cont {
    padding: 15px;
    color: #444;
    background-color: #f7f7f7
}

#christmas .tips_area .caution_tips {
    width: 95%;
    margin: auto;
    padding: 0 0 20px;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/

    #christmas .tips_area .inner {
        padding: 40px;
        width: 1000px;
        max-width: 1000px;
    }

    #christmas .tips_area h2 {
        font-size: 2.4rem;
    }

    #christmas .tips_area .caution_tips {
        width: 90%;
        margin: auto;
        padding: 30px 0 60px;
    }

    .caution_tips__title {
        font-size: 2rem;
    }

    #christmas .tips_area .caution_tips__cont {
        padding: 30px;
    }
}

/*---------------

お届けについて

------------------*/

#christmas .attention_area {
    padding: 20px 10px;
}

#christmas .attention_area .inner {
    background-color: #fff;
    padding: 15px;
}

#christmas .attention_area .inner .block ul li {
    margin-bottom: 10px;
}

#christmas .attention_area .inner .block ul li span {
    font-weight: bold;
    color: #a51010;
}


#christmas .attention_area .inner .block p {
    font-size: 1.2rem;
}

@media only screen and (min-width:768px) {

    /*↓元isOtherDevice*/

    #christmas .attention_area .inner .block {
        text-align: center;
    }

    #christmas .attention_area .inner .block ul {
        text-align: left;
        display: inline-block;
    }

}


/*====================

商品部分

====================*/
.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::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/chugen/2025/images/icon-hayawari.svg);
    background-size: 100%;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 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: 2;
    height: 3em;
}

.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 .swiper-button-next,
    .product-slider .swiper-button-prev,
    .product-slider .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 !important;
}

.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;
}