@charset "UTF-8";
/* CSS Document */
/*------------------------------
christmas
------------------------------*/
/*------------------共通-----------------*/
#christmas_area {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
#christmas_area #main_contents{
    text-align: center;
    margin-bottom: 5rem;
}
#christmas_area #main_contents a{
    text-decoration: none;
}
#christmas_area #main_contents .ttl a{
    display: block;
}
#christmas_area #title{
    background-color: #065234;
    text-align: center;
}
#christmas_area #title img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#main span.fsz14{
    font-size: 14px;
}
#main .other_box{
    padding: 15px;
}
#christmas_area #main_contents .contents_ttl{
    margin-bottom: 30px;
}
#christmas_area #main_contents .ttl img{
    width: 50px;
    margin-bottom: 15px;
}
/* sub_ttl */
#main_contents .sub_ttl{
    color: #fff;
    position: relative;
    line-height: 110%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
#main_contents .sub_ttl{
    font-size: 2rem;
}
/* hoshi 飾り */
#christmas_area .hoshi,
#christmas_area .hoshi_bf,
#christmas_area .hoshi_af{
    position: relative;
}
#christmas_area .hoshi::before,
#christmas_area .hoshi::after,
#christmas_area .hoshi_bf::before,
#christmas_area .hoshi_af::after {
    display: block;
    content: "";
    position: absolute;
    height: 100px;
}
#christmas_area .hoshi::before,
#christmas_area .hoshi_bf::before {
    width: 25%;
    right: 7%;
    top: 7%;
    background: no-repeat url(/images/christmas/2025/hoshi01.png);
    background-size: contain;
}
#christmas_area .hoshi::after,
#christmas_area .hoshi_af::after {
    width: 25%;
    left: 4%;
    top: 82%;
    background: no-repeat url(/images/christmas/2025/hoshi01.png);
    transform: scale(-1, 1);
    background-size: contain;
}
/* .ttl_txt */
#christmas_area .sub_ttl .ttl_txt{
    position: relative;
    line-height: 130%;
}
#christmas_area .sub_ttl .ttl_txt::after{
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 2rem;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
}
#christmas_area .contents_txt_inner{
    margin-bottom: 40px;
}
/* .box */
#christmas_area #main_contents .box{
    padding: 4rem 2rem;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
}
/*  .products  */
#main_contents .products .products_box{
    padding: 15px;
}
#main_contents .products .products_box{
    margin: 0 auto;
    color: #fff;
    background: #aa8336;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
#main_contents .products .products_box::before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #deae4c;
    transform-origin: bottom left;
    transform: skewY(13deg);
    z-index: -1;
}
#main_contents .products .ttl{
    margin-bottom: 40px;
}
#christmas_area #main_contents .products_box .ttl .ttl_txt,
#christmas_area #main_contents .products_box .ttl a{
    color: #fff;
    position: relative;
    line-height: 110%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}
#christmas_area #main_contents .products_box .ttl a{
    padding-bottom: 5px;
}
#christmas_area #main_contents .products_box ul li a:active p{
    color: #A98858;
    opacity: 1;
}
#christmas_area #main_contents .products_box .ttl_txt::before,
#christmas_area #main_contents .products_box .ttl a::before,
#christmas_area #main_contents .products_box .sub_ttl::before{
    content: '';
    position: absolute;
    bottom: -1.30px;
    display: inline-block;
    width: 2rem;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
}
#christmas_area #main_contents .products_box .ttl a:active .ttl_txt{
    color:  #f2d8a5;
}
#christmas_area #main_contents .products_box .ttl a:active::before{
    background-color: #f2d8a5;
}
/*------------ 共通 PC  ------------*/
@media screen and (min-width: 950px) {
    /*  飾り  */
    #christmas_area #main_contents .ttl img {
        width: 70px;
    }
    #christmas_area .hoshi::before,
    #christmas_area .hoshi::after,
    #christmas_area .hoshi_bf::before,
    #christmas_area .hoshi_af::after{
        height: 120px;
        width:120px;
    }
    #sales_ranking .sub_ttl::before{
        left: 13%;
        top: 5%;
    }
    #sales_ranking .sub_ttl::after{
        right: 16%;
    }
    /*  .products  */
    #main_contents .products .products_box{
        padding: 50px;
    }
    #main_contents .products .ttl::before {
        left: 20%;
        top: 5%;
    }
    #main_contents .contents_ttl .ttl_txt_gr {
        font-size: 2.8rem;
        margin-top: 40px;
    }
    #main_contents .products .ttl::before {
        left: 20%;
        top: 5%;
    }
    #main_contents .products .ttl::after {
        right: 22%;
        top: 10%;
    }
}
/*------------------#sales_ranking_wrapper クリスマスランキング-----------------*/
#sales_ranking_wrapper{
    background-color: #f3f3f3;
    padding:15px;
}
#sales_ranking{
    background-color: #93BDC7;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 1rem;
}
#sales_ranking::before{
    content: '';
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    bottom: -15rem;
    left: 0;
    background-color: #e5f3f6;
    transform-origin: bottom left;
    transform: skewY(4deg);
    z-index: -1;
}
#sales_ranking .ttl_txt{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    letter-spacing: 2px;
}
#sales_ranking .ttl_txt,
#sales_ranking p.explanation,
#sales_ranking #rank_products ul li p{
    color: #5B362C;
    margin-bottom: 20px;
}
#sales_ranking .ttl_txt{
    line-height: 110%;
}
.rank_products .ranking_slide {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.rank_products .ranking_slide_wrapper {
    height: calc(130px * 2);
    width: 100%;
    max-width: 640px;
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.rank_products .ranking_slide_wrapper .ranking_slide_inner {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    z-index: 0;
    counter-reset: number 0;
}
.rank_products .ranking_slide_wrapper li:first-of-type {
    margin-left: 0;
}
.rank_products .ranking_slide_wrapper li.rank_list {
    cursor: pointer;
    width: 190px;
    padding: 10px;
    margin-left: 20px;
    margin-right: 0;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.rank_products .ranking_slide_wrapper li .rank_inner a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#sales_ranking .rank_ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 3px;
    margin: 0;
    padding: 5px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #067845;
}
#sales_ranking_wrapper .rank_ribbon::after {
    border-left: 20px solid #067845;
    border-right: 20px solid #067845;
    border-bottom: 7px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
}
#sales_ranking_wrapper #rank_first{
    background: #e23936;
}
#sales_ranking_wrapper  #rank_first::after {
    border-left: 20px solid #e23936;
    border-right: 20px solid #e23936;
    border-bottom: 7px solid transparent;
}
#sales_ranking .ranking_slide_wrapper li .rank_img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5px;
}
#sales_ranking p{
    font-weight: 700;
    color: #5B362C;
}
#sales_ranking .rank_products ul li:active img{
    opacity: 0.7;
}
#sales_ranking .rank_products ul li:active p{
    color: #A98858;
}
#main #sales_ranking .link a{
    text-decoration: none;
    font-size:1.5rem;
    font-weight: 700;
    padding: 0.8rem 30px;
    color: #5B362C;
    border: solid 1px #5B362C;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}
#main #sales_ranking .link a:active {
    color: #fff;
    background: #5B362C;
}
/*------------ ranking PC  ------------*/
@media screen and (min-width: 950px) {
    body#christmas .rank_products .ranking_slide_wrapper {
        height: 490px;
        overflow-x: hidden;
    }
    .rank_products .ranking_slide_wrapper ul.ranking_slide_inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    #main_contents .rank_products ul li{
        color: #fff;
        opacity: 1;
    }
    .rank_products .ranking_slide_wrapper li.rank_list{
        margin-bottom: 20px;
    }
    /* hover */
    #main #sales_ranking .link a:hover {
        color: #fff;
        background: #5B362C;
    }
    .rank_products .ranking_slide_wrapper .ranking_slide_inner li.rank_list:hover img{
        opacity: 0.7;
    }
}
/*------------------ index -----------------*/
#main_contents #index .box{
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    background: #aa8336;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
#main_contents #index .box::before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #deae4c;
    transform-origin: bottom left;
    transform: skewY(13deg);
    z-index: -1;
}
#main_contents #index .ttl{
    margin-bottom: 20px;
}
#main_contents #index ul{
    border-top: 1px solid #fff;
}
#main_contents #index ul li{
    padding: 7px 0;
    border-bottom: 1px solid #fff;
}
#main_contents #index ul li a{
    position: relative;
    font-size: 1.8rem;
    color: #fff;
}
#main_contents #index ul li a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 10px;
}
#main_contents #index ul li a:active,
#main_contents #index ul li a:active::after{
    color: #f2d8a5;
}
#main_contents #index .close_btn{
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
#main_contents #index .close_btn::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-color: #fff;
    height: calc(tan(60deg) * 10px / 2);
    width: 10px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#main_contents #index .close_btn.hide::after{
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/*------------------#index PC-----------------*/
@media screen and (min-width: 950px) {
    #main_contents #index .box{
        padding: 80px 0;
    }
    #main_contents #index ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 0 30px;
        max-width: 600px;
        margin: 0 auto;
        border-top: none;
    }
    #main_contents #index ul li.index02 {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    #main_contents #index ul li.index03 {
        grid-column-start: 1;
        grid-row-start: 3;
    }

    #main_contents #index ul li.index04 {
        grid-column-start: 1;
        grid-row-start: 4;
    }

    #main_contents #index ul li.index05 {
        grid-column-start: 1;
        grid-row-start: 5;
    }

    #main_contents #index ul li.index06 {
        grid-column-start: 2;
        grid-row-start: 1;
    }

    #main_contents #index ul li.index07 {
        grid-column-start: 2;
        grid-row-start: 2;
    }

    #main_contents #index ul li.index08 {
        grid-column-start: 2;
        grid-row-start: 3;
    }

    #main_contents #index ul li.index09 {
        grid-column-start: 2;
        grid-row-start: 4;
    }
    #main_contents #index ul li:nth-of-type(1),
    #main_contents #index ul li:nth-of-type(6){
        border-top: 1px solid #fff;
    }
    #main_contents #index ul li a:hover,
    #main_contents #index ul li a:hover::after{
        color: #f2d8a5;
    }
}
/*------------------intro-----------------*/
#christmas_area #main_contents #intro .ttl .ttl_txt{
    color: #c9fa3c;
}
#main #intro .ttl .ttl_txt span.fsz14{
    margin-top: 8px;
    display: inline-block;
}
#christmas_area #main_contents #intro p{
    width: 100%;
    color: #fff;
    line-height: 160%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: justify;
    max-width: 800px;
}
#christmas_area #main_contents #intro .box{
    background: #046544;
}
#christmas_area #main_contents #intro .box::before {
    content: '';
    display: block;
    position: absolute;
    top: 70%;
    right: 0;
    bottom: -15rem;
    left: 0;
    background-color: #067845;
    transform-origin: bottom left;
    transform: skewY(-10deg);
    z-index: -1;
}
/*------------  #intro PC  ------------*/
@media screen and (min-width: 950px) {
    #christmas_area #main_contents #intro .ttl::before {
        right: 29%;
        top: 10%;
    }
    #christmas_area #main_contents #intro .box p::after {
        left: 14%;
        top: 74%;
    }
}
/*------------------#contents_txt-----------------*/
#christmas_area #main_contents #contents_txt .ttl .ttl_txt{
    margin-bottom: 20px;
}
#christmas_area #main_contents #contents_txt p{
    width: 100%;
    color: #fff;
    line-height: 160%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: justify;
    max-width: 800px;
}
#christmas_area #main_contents #contents_txt{
    margin-bottom: 1rem;
}
#christmas_area #main_contents #contents_txt .box{
    background: #ae2626;
}
#christmas_area #main_contents #contents_txt .box::before {
    content: '';
    display: block;
    position: absolute;
    top: 70%;
    right: 0;
    bottom: -15rem;
    left: 0;
    background-color: #e23936;
    transform-origin: bottom left;
    transform: skewY(-10deg);
    z-index: -1;
}
/*------------------#link_ctn-----------------*/
#main_contents .link_ctn .link_area {
    margin-bottom: 30px;
}
#main_contents .link_ctn ul.link_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
#main_contents .link_ctn ul.link_list li a {
    display: flex;
    align-items: center;
    position: relative;
    color: #065234;
    border: 1px solid #065234;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}
#main_contents .link_ctn ul.link_list li a span.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border-top: 2px solid #065234;
    border-right: 2px solid #065234;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
}
#main_contents .link_ctn ul.link_list li a:active{
    color: #fff;
    background-color: #065234;
}
#main_contents .link_ctn ul.link_list li a:active span.arrow{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#main_contents .link_ctn .triangle{
    display: flex;
    width: 17rem;
    margin: 0 auto;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 2rem;
}
#main_contents .contents_ttl .ttl_txt_gr{
    color: #065234;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 140%;
    font-weight: 700;
}
#main_contents .contents_ttl .triangle{
    display: flex;
    width: 17rem;
    margin: 0 auto;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 2rem;
}
#main_contents .triangle .triangle_hk{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #deae4c transparent transparent transparent;
}
#main_contents .triangle .triangle_cj{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #067845 transparent transparent transparent;
}
#main_contents .triangle .triangle_mb{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e23936 transparent transparent transparent;
}
#main_contents .triangle .triangle_gc{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ff9ba9 transparent transparent transparent;
}
/*------------ link_ctn PC  ------------*/
@media screen and (min-width: 950px) {
    #main_contents .link_ctn ul.link_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    #main_contents .link_ctn ul.link_list li a:hover
    {
        color: #fff;
        background-color: #065234;
    }
    #main_contents .link_ctn ul.link_list li a:hover span.arrow
    {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}
/*------------------contents_X-----------------*/
#main_contents .example{
    padding: 15px;
}
#main_contents .products_box ul{
    margin: 0 auto;
    max-width: 900px;
}
#main_contents .products_box ul li{
    margin-bottom: 6rem;
}
#main_contents .products_box ul li img{
    width: 100%;
    border: 2px solid #fff;
}
#main_contents .products_box ul li .img{
    margin-bottom: 1rem;
}
#main_contents .txt{
    color: #fff;
    text-align: justify;
    line-height: 140%;
}
#main_contents .txt p.subheading{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
#main_contents .txt p.details{
    font-size: 16px;
}
#main_contents .products .triangle{
    background-color: #f3f3f3;
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: space-around;
    padding-bottom: 2rem;
}
#main_contents .products .ttl::before,
#main_contents .products .ttl::after{
    display: block;
    background-size: contain;
    content: "";
    position: absolute;
}
#main_contents .products .ttl::before {
    width: 80px;
    height: 100px;
    left: 10%;
    top: 2%;
    background: no-repeat url(/images/christmas/2025/hoshi02.png);
    background-size: contain;
}
#main_contents .products .ttl::after{
    width: 18%;
    height: 100px;
    right: 9%;
    top: 10%;
    background: no-repeat url(/images/christmas/2025/hoshi02.png);
    transform: scale(-1, 1);
    background-size: contain;
}
#main_contents .example{
    background-color: #f3f3f3;
    padding-bottom: 6rem;
}
#main_contents .example ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 5rem;
}
#main_contents .example ul li{
    width: 48%;
    margin-bottom: 5%;
}
#main_contents .example ul li img{
    width: 100%;
}
#main_contents .example .link a{
    font-size: 17px;
    font-weight: 700;
    padding: 0.8rem 30px;
    color: #aa8336;
    border: solid 1px #aa8336;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    transition: .2s;
}
#main_contents .example .link a:active{
    color: #fff;
    background: #aa8336;
}
/*contents_cj*/
#main_contents #contents_cj .products_box,
#main_contents #contents_petitgift .products_box{
    background: #065234;
}
#main_contents #contents_cj .products_box::before,
#main_contents #contents_petitgift .products_box::before{
    background-color: #067845;
}
#main_contents #contents_cj .example a{
    color: #067845;
    border: solid 1px #067845;
}
#main_contents #contents_cj .example a:active{
    color: #fff;
    background: #067845;
}
#main_contents #contents_cj a.wrapping_link{
    font-size: 17px;
    font-weight: 700;
    padding: 0.8rem 30px;
    color: #fff;
    border: solid 1px #fff;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 4rem;
}
#main_contents #contents_cj a.wrapping_link:active{
    color: #067845;
    background:  #fff;
}
/*contents_mb*/
#main_contents #contents_mb .products_box,
#main #about_delivery .products_box{
    background: #ae2626;
}
#main_contents #contents_mb .products_box::before,
#main #about_delivery .products_box::before{
    background-color: #e23936;
}
#main_contents #contents_mb .example a{
    color:  #e23936;
    border: solid 1px  #e23936;
}
#main_contents #contents_mb .example a:active{
    color: #fff;
    background:  #e23936;
}
#main_contents #contents_mb .example ul{
    display: inline-block;
}
#main_contents #contents_mb .example ul li{
    width: 100%;
    margin-bottom: 4%;
}
#main_contents #contents_mb .example ul li img{
    width: 100%;
}
/*contents_kh*/
#main_contents #contents_kh{
    margin-bottom: 80px;
}
#main_contents #contents_kh .products_box{
    background: #F08C09;
}
#main_contents #contents_kh .products_box::before{
    background-color: #F8A12D;
}
/* #contents_ttl_gc */
#main_contents #contents_ttl_gc {
    margin-top: 30px;
}
/*contents_gc*/
#main_contents #contents_gc .products_box,
#main #process .products_box{
    background: #f97990;
}
#main_contents #contents_gc .products_box::before,
#main #process .products_box::before{
    background-color: #ff9ba9;
}
#main_contents #contents_gc .ttl::after {
    top: 6%;
}
#main_contents #contents_gc .example a{
    color: #f97990;
}
#main_contents #contents_gc .example a{
    color: #f97990;
    border: solid 1px #f97990;
}
#main_contents #contents_gc .example a:active{
    color: #fff;
    background: #f97990;
}
#main_contents #contents_gc .example ul{
    display: ininline-block;
    margin: 0;
    margin-bottom: 5rem;
}
#main_contents #contents_gc .example ul li{
    width: 100%;
    margin-bottom: 4%;
}
#main_contents #contents_gc .example ul li img{
    width: 100%;
}
#main_contents #contents_gc .example ul{
    width: 85%;
    margin: 0 auto;
}
#main_contents #contents_gc #point .ttl {
    margin-bottom: 4rem;
}
#main_contents #contents_gc #point .sub_ttl::before{
    width: 50px;
}
#main_contents #contents_gc #point ul{
    margin: 0;
}
#main_contents #contents_gc #point ul li{
    display: block;
    color: #fff;
    width: 100%;
}
#main_contents #contents_gc #point ul li .target{
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 30px;
}
#main_contents #contents_gc #point ul li .target::before {
    background: url(/images/christmas/2025/santaclaus.png) no-repeat;
    content: "";
    background-size: contain;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-bottom: -20px;
}
#main_contents #contents_gc #point ul li:nth-child(2) .target::before{
    background: url(/images/christmas/2025/child.png) no-repeat;
    background-size: contain;
    background-size: 80%;
    background-position-y: 5px;
}
#main_contents #contents_gc #point ul li .recommen{
    border: 1px solid;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 15px;
}
/*------------ .products PC  ------------*/
@media screen and (min-width: 950px) {
    #main_contents .example{
        padding: 50px;
    }
    #main .products_box ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    #main .products_box ul li .img,
    #main .products_box ul li .txt{
        width: 48%;
    }
    #main .example ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    #main_contents .example ul li {
        width: 23%;
    }
    #main_contents #contents_mb .example ul,
    #main_contents #contents_gc .example ul {
        display: flex;
        max-width: 730px;
    }
    #main_contents #contents_mb .example ul li,
    #main_contents #contents_gc .example ul li{
        width: 48%;
    }
    #main #contents_gc #point ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    #main #contents_gc #point ul li {
        width: 48%;
        margin: 0 auto;
    }
    /*  hover  */
    #main_contents .products_box  ul li  a:hover p{
        color: #fff;
        opacity: 1;
    }
    #christmas_area #main_contents .products_box .ttl a:hover .ttl_txt{
        color:  #f2d8a5;
    }
    #christmas_area #main_contents .products_box .ttl a:hover::before{
        background-color: #f2d8a5;
    }
    #main_contents .example a:hover{
        color: #fff;
        background: #aa8336;
    }
    #main_contents #contents_cj .example a:hover{
        color: #fff;
        background: #067845;
    }
    #main_contents #contents_cj a.wrapping_link:hover{
        color: #067845;
        background:  #fff;
    }
    #main_contents #contents_mb .example a:hover{
        color: #fff;
        background:  #e23936;
    }
    #main_contents #contents_gc .example a:hover{
        color: #fff;
        background: #f97990;
    }
    #sales_ranking #rank_products ul li:hover p{
        color: #A98858;
    }
    #main_contents .products_box ul li a:hover p{
        color: #fff;
        opacity: 1;
    }
}
/*-----------クリスマス関連プチギフト contents_petitgift-----------*/
#contents_petitgift li a{
    color: #fff;
    font-size: 15px;
    line-height: 110%;
    text-decoration: none;
}
#contents_petitgift li a:active img{
    opacity: 0.7;
}
#christmas_area #main_contents .products_box ul li a:active p {
    color: #fff;
    opacity: 1;
}
#contents_petitgift li p.price{
    font-size: 18px;
    margin-top: 8px;
}
#contents_petitgift li p.text{
    margin-top: 8px;
}
#main_contents #contents_petitgift .products_box .ttl::after{
    top: 8%;
}
#main .link{
    margin-bottom: 40px;
}
.products_box .contents_petitgift_inner .link a{
    text-decoration: none;
    font-weight: 700;
    padding: 0.8rem 1rem;
    color: #fff;
    border: solid 1px #fff;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    transition: .2s;
}
#contents_petitgift .products_box .contents_petitgift_inner .link a:active {
    color: #067845;
    background: #fff;
}
#christmas_area #main_contents .link a{
    font-size: 1.5rem;
    margin-bottom: 0;
}
#christmas_area #main_contents .products_box .ttl_txt::before{
    width: 0;
}
/*--------------- slide_container ------------*/
#contents_petitgift {
    position: relative;
}
#contents_petitgift .products_box .contents_petitgift_inner {
    max-width: 980px;
    margin: 0 auto;
}
#christmas_area #main_contents .products_box .ttl_txt::before{
    width: 0;
}
#contents_petitgift .products_box .contents_petitgift_inner .christmas_petitgift_heading .ttl_txt{
    font-size: 2rem;
    text-align: center;
    color:#fff;
    line-height: 120%;
    position: relative;
}
#contents_petitgift .link_more_gift{
    text-align: center;
    margin: 2em;
}
.products_box .contents_petitgift_inner .petitgift_slide {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.products_box .petitgift_slide .petitgift_slide_wrapper{
    max-width: 980px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 340px;
}
.petitgift_slide ul{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 160px;
}
#main_contents .products_box  li.christmas_petitgift_item{
    padding: 5px;
    margin: 5px;
    margin-bottom: 0;
}
.petitgift_slide li img{
    margin: 0 auto;
    margin-bottom: 5px
}
.petitgift_slide li a{
    color: #fff;
    font-size: 15px;
    line-height: 110%;
    text-decoration: none;
}
.petitgift_slide li a:active p,
.petitgift_slide li a:active img{
    opacity: 0.7;
}
.petitgift_slide li p.price{
    margin-top: 8px;
}
.petitgift_slide li p.text{
    font-size: 13px;
    margin-top: 8px;
}
.petitgift_slide .sweets,
.petitgift_slide .sundrygoods{
    margin-top: 7em;
}
.petitgift_slide .sweets .ttl_txt,
.petitgift_slide .sundrygoods .ttl_txt{
    line-height: 170%;
}
#contents_petitgift .sweets .christmas_petitgift_heading .heading_sweets,
#contents_petitgift .sundrygoods .christmas_petitgift_heading .heading_sundrygoods{
    color: #FFF;
    margin: auto;
    margin-left: 10px;
    display: block;
    position: relative;
}
#contents_petitgift .products_box .contents_petitgift_inner .christmas_petitgift_heading .heading_sweets::before{
    background: url(/images/christmas/2025/santaclaus.png) no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background-size: contain;
    width: 55px;
    height: 55px;
}
#contents_petitgift .products_box .contents_petitgift_inner .christmas_petitgift_heading .heading_sundrygoods::before{
    background: url(/images/christmas/2025/child.png) no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    background-size: contain;
    width: 55px;
    height: 55px;
    background-size: 80%;
}
/* slide PC */
@media screen and (min-width: 950px) {
    /* slide_container */
    .products_box .petitgift_slide_wrapper{
        height: 340px;
        position: relative;
        overflow: hidden;
        width: 880px;
        margin: 0 auto;
    } 
    .products_box .petitgift_slide_wrapper .petitgift_slide_outer{
        margin-left: 0;
        position: absolute;
        left: 30px;
        top: 0;
    }
    #contents_petitgift .products_box .contents_petitgift_inner .petitgift_slide_wrapper{
        width: 880px;
        height: 340px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    } 
    #contents_petitgift .products_box .contents_petitgift_inner .petitgift_slide_wrapper .petitgift_slide_outer{
        margin-left: 30px;
        position: absolute;
        left: 0;
        top: 0;
    } 
    /*slide btn*/
   .slide_btn_set_christmas .christmas_slide_btn{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: calc( 50% - 20px );
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 5px;
        z-index: 10;
        cursor: pointer;
    }
    .slide_btn_set_christmas .christmas_slide_btn {
        border: 1px solid #fdf0e9;
        background-color: #fdf0e9;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
    }
    .slide_btn_set_christmas .christmas_slide_btn.prev {
        left: 0px;
    }
    .slide_btn_set_christmas .christmas_slide_btn.next {
        right: 0px;
    }
    .slide_btn_set_christmas span.arrow_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13px;
        height: 13px;
        border-top: 3px solid #ec3720;
        border-right: 3px solid #ec3720;
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
        margin-left: 3px;
        border-radius: 3px;
    }
    .slide_btn_set_christmas .next span.arrow_btn{
        margin-right: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 0;
    }
    /*  hover  */
    .petitgift_slide li a:hover p,
    .petitgift_slide li a:hover img{
        opacity: 0.7;
    }
}
/*------------ process  ------------*/
.process_inner{
    position: relative;
    margin-top: 50px;
}
#process p{
    text-align: center;
}
#process .step_one{
    margin-bottom: 10px;
}
#process p.heading{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
#process span.large{
    font-size: 20px;
}
#process .remphasis{
    font-size: 11px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 116%;
    text-align: center;
    margin-bottom: 5px;
}
#process .remphasis p{
    display: inline-block;
}
#process .remphasis:before,
#process .remphasis:after{
    position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    margin-top: -.20px;
    vertical-align: middle;
}
#process .remphasis:before{
    transform: rotate(-35deg);
}
#process .remphasis:after{
    transform: rotate(35deg);
}
#process .step_one .step_img_area{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#process .step_img_area .step_product_img{
    width: 25%;
    text-align: center;
    margin-top: 10px;
}
#process .step_img_area .step_img_area img{
    width: 100%;
    height: auto;
}
#process .step_img_area a:active img{
    opacity: 0.7;
}
#process .step_inner{
    position: relative;
}
#process .step_inner:last-of-type{
    margin-right: 0;
}
#process .step_outer .step_img_area{
    width: 200px;
    margin: 0 auto;
}
#process .step_outer img{
    width: 100%;
    height: auto;
}
#process .step_outer p.heading{
    line-height: 150%;
    margin: 10px 0;
}
#process .step_outer .step_inner:before {
    content: '\25BC';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
}
/*------------ #process PC  ------------*/
@media screen and (min-width: 950px) {
    #process p{
        font-size: 1.8rem;
        margin-top: 20px;
    }
    .process_inner {
        max-width: 650px;
        margin: 0 auto;
        margin-top: 40px;
    }
    #process .step_outer {
        display: flex;
        flex-wrap: nowrap;
    }
    #process .step_inner {
        width: 30%;
        margin-right: 5%;
        position: relative;
    }
    #process .step_inner::before {
        content: '\25BC';
        font-size: 15px;
        line-height: 15px;
        position: absolute;
        top: calc(55% - 15px);
        left: 104%;
        transform: rotate(-90deg);
    }
    #process .step_inner:last-of-type::before {
        content: "";
        border: 20px solid transparent;
    }
    /*  hover  */
    #process .step_img_area a:hover img{
        opacity: 0.7;
    }
    .products_box .contents_petitgift_inner .link a:hover{
        color: #067845;
        background:#fff;
    }
    #contents_petitgift .products_box .contents_petitgift_inner .christmas_petitgift_heading .heading_sweets::before{
        left: 35%;
    }
    #contents_petitgift .products_box .contents_petitgift_inner .christmas_petitgift_heading .heading_sundrygoods::before{
        left: 38%;
    }
    #main_contents .products_box ul li a:active p{
        color: #A98858;
        opacity: 1;
    }
    .process_inner{
        margin: 0 auto;
        margin-top: 40px;
    }
    #process .step_outer {
        display: flex;
        flex-wrap: nowrap;
    }
    #process .step_inner {
        width: 30%;
        margin-right: 5%;
        position: relative;
    }
    #process .step_inner::before {
        content: '\25BC';
        font-size: 15px;
        line-height: 15px;
        position: absolute;
        top: calc(55% - 15px);
        left: 104%;
        transform: rotate(-90deg);
    }
    #process .step_inner:last-of-type::before {
        content: "";
        border: 20px solid transparent;
    }
}
/*--------------------------faq_area--------------------------*/
#christmas_area #faq_area .products_box {
    background: #aa8336;
    position: relative;
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
#main_contents #faq_area .products_box::before  {
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #deae4c;
    transform-origin: bottom left;
    transform: skewY(13deg);
}
#christmas_area #faq_area .products_box .ttl .ttl_txt {
    color: #fff;
}
#christmas_area #faq_area .products_box .ttl::before {
    background: no-repeat url(/images/christmas/2025/hoshi02.png);
    background-size: 100%;
}
#christmas_area #faq_area .faq_item_wrapper {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#christmas_area #faq_area .faq_item_wrapper a {
    text-decoration: underline;
    color: #e23936;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item {
    max-width: 625px;
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px;
    cursor: pointer;
    color: #aa8336;
    background-color: #fff;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_q {
    position: relative;
    font-size: 1.7rem;
    font-weight: 700;
    padding-right: 23px;
    padding-left: 20px;
    text-indent: -10px;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_q::before {
    display: inline-block;
    content: "Q";
    font-size: 1.7rem;
    font-weight: 700;
    margin-right: 5px;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_q::after {
    content: "▼";
    font-size: 1.1rem;
    line-height: 1.1rem;
    position: absolute;
    right: 6px;
    top: calc(50% - 0.5rem);
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_q.open {
    color: #067845;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_q.open ::after {
    content: "▲";
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_a {
    position: relative;
    padding-top: 15px;
    font-size: 1.6rem;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_a::before {
    position: absolute;
    content: "A";
    font-size: 1.7rem;
    font-weight: 700;
    margin-right: 5px;
    color: #e23936;
    width: 17px;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_a .faq_a_contents {
    padding-left: 15px;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_a .faq_a_contents:not(:first-of-type) {
    margin-top: 20px;
}
#christmas_area #faq_area .faq_item_wrapper .faq_item .faq_a .faq_a_heading {
    font-weight: 700;
    margin-bottom: 5px;
}