/* base */
.content{
    width: 100%;
    padding: 0 !important;
}
.breadcrumb{
    background-color: #fff;
    padding: 0.3rem;
    max-width: 1200px;
    margin: 0 auto;
}
#breadcrumbs ul li, .pankuzu li {
    color: white;
}
#breadcrumbs ul li a, .pankuzu li a {
    color: #fff100;
}
.lp_content{
    width: 100%;
	background: #fff;
    background-size: 80px 80px;
}
.back_img {
    background-position: center;
    background-size: cover;
    background: #f29b76;
}
.back_color{
    padding: 4rem 0 2.5rem;
    background-color: #ffe3b8;
}
.header_introduction{
    color: #000;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
}
.pc_on{
    display: none;
}
.main-header,
.category__nav{
    margin-bottom: 0;
}
a:hover, a:active {
    opacity: 0.8;
}
.band{
    margin: 0!important;
}
#headSearchArea .searchInner {
    padding: 15px 10px 0;
}
.bg_gold{
    background-color: #fff;
    background: url(/html/user_data/assets/img/item/calendar_early_sp/2024/back_img.webp) repeat 0 0;
}
.first_view{
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-width: 1200px;
    padding-bottom: 2.5rem;
}
.inner{
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-width: 1200px;
    overflow: hidden;
}
.back_white{
    background-color: #fffef2;
    padding: 30px 15px;
}
.notes_calendar{
    font-size: 1.6rem;
    padding: 2rem;
    background-color: #fffef2;
}
@media screen and (min-width: 998px){
    .header_introduction{
        text-align: center;
        font-size: 2rem;
    }
    .pc_on{
        display: block;
    }
    .back_white{
        padding: 33px 27px 75px;
    }
    .notes_calendar{
        margin: 40px 50px;
    }
}
/* main-visual */
h1 {
    position: absolute;
    z-index: -1;
}
.mainv_back .inner {
    padding: 0;
    background: none;
}
.mainv_back .inner img{
    vertical-align: bottom;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* sale-period */
.sale-period__wrap{
    display: flex;
    flex-direction: column;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 10px;
    font-size: 1.8rem;
    overflow: hidden;
}
.sale-period__wrap dt{
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background: #de1128;
    color: #fffef2;
}
.sale-period__wrap dd{
    background: #fffef2;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #de1128;
}
.sale-period__wrap dd span{
    font-weight: normal;
    font-size:1.5rem;
    padding-left: 0.5em;
    color: #000;
}

/*カレンダー種類から選ぶ*/
.cale_menu_01,.cale_menu_02{
    color: #de1128;
}

/*kessan_sale_text*/
.kessan_sale_text{
    padding: 20px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 10px;
    font-size: 1.5rem;
    overflow: hidden;
}
.kessan_sale_text span{
    font-weight: bold;
    font-size: 2.3rem;
    margin-bottom: 0.7rem;
}
.kessan_sale_text a{
    color: #337ab7;
    text-decoration: underline;
}
.kessan_sale_text a:hover{
    color: #337ab7;
    text-decoration: none;
}
.img_cale_2{
    position: relative;
    display: flex;
}
@media screen and (min-width: 768px){
    .sale-period__wrap{
        font-size: 2rem;
    }
    .sale-period__wrap{
        width: 900px;
        max-width: 100%;
        flex-direction: row;
        font-size: 2.5rem;
    }
    .sale-period__wrap dt{
        width: 350px;
    }
    .sale-period__wrap dd{
        width: calc(100% - 350px);
    }
    .kessan_sale_text{
        width: 900px;
        max-width: 100%;
        font-size: 1.7rem;
    }
}
@media screen and (min-width: 998px) {
    .col-1{
        width: 100%;
        margin: 0 auto;
    }
    .col-1 .product-image{
        width: 69%;
        display: flex;
    }
    .col-1 .product-detail{
        width: 30%;
    }
    .cale_comment{
        font-size: 1.4rem;
        font-weight: bold;
        color: #000000;
        padding: 13px 10px 10px;
        line-height: 20px;
    }
    .cale_comment span{
        font-size: 1.6rem;
        font-weight: bold;
        color: #e60012;
    }
}
@media screen and (max-width: 997px) {
    .kessan-product_card{
        display: flex;
        flex-direction: column;
        width: 150px;
    }
}

/* anchor-list */
.anchor_title{
    padding-bottom:10px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 150px;
    margin-top: -150px;
}
.notes_sougaku{
    text-align: center;
    padding-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #d70e0e;
}
.auchor_icon{
    width: 100px;
}
.anker_list{
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.anker_item{
    width: calc((100% - 10px) / 2);
    background: #fff;
    border: 2px solid #a9a9a9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.anker_item a{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.2s ease;
}
.anker_item :hover{
    opacity: 0.8;
}
.anker_item a:hover:before{
    opacity: 0.8;
}
.anchor_return{
    margin: 10px 0 40px;
    text-align: center;
}
.anchor_return a{
    text-decoration: underline;
    color: #222;
    font-size: 1.7rem;
    font-weight: bold;
}
.anchor_return a:hover{
    text-decoration: none;
    color: #9d0000;
}
.anker_item a span{
    display: block;
    line-height: 1.2;
}
@media screen and (min-width: 998px){
    .anker_list{
        flex-wrap: nowrap;
        gap: 15px;
    }
    .anker_item{
        width: calc(100% / 2);
    }
    .anker_item a{
        padding: 10px;
        font-size: 1.5rem;
    }
    .cale_menu_01,.cale_menu_02{
        font-size: 1.6rem;
    }
    .anchor_return{
        margin: 10px 0 60px;
    }
    .anchor_return a{
        font-size: 2rem;
    }
}

/* service */
.hanako-service{
    margin: 0 auto;
    border: solid 3px #333;
    width: 97.5%;
    border-radius: 7px;
}
.srv_ttl span{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}
.srv_ttl{
    position: relative;
    display: inline-block;
    line-height: 4.5rem;
    width: 100%;
    margin: 3.5rem auto 1.5rem;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.srv_comment{
	display: block;
    padding: 3px 0 10px;
	color: #000;
	line-height: 1.4;
	font-size: 14px;
}
.cate_hotitem {
	display: -ms-flexbox;
    margin: 0 0.5rem 1.7rem;
	display: flex;
	flex-wrap: wrap;
}
.cate_hotitem li{
    flex-direction: column;
    width:33%;
	border-right: 1px solid #b1b1b1;
	padding:0 20px;
}
.cate_hotitem li p{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #bf0000;
}

.cate_hotitem li img{
    display: block;
    margin: auto;
}
.cate_hotitem li a{
	display: block;
	transition: opacity 0.2s;
}
.cate_hotitem li a:hover{
	opacity: 0.6;
}
.cate_hotitem li:last-child{
	border-right: none;
}

/* product */
.midashi_1{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: 8px solid;
    border-bottom: 1px solid;
    border-color: #e67d7d;/*左線*/
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.midashi_2{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: 8px solid;
    border-bottom: 1px solid;
    border-color: #7da2e6;/*左線*/
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.block-productlist__wrap{
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 90px;
}
.block-productlist__title{
    padding-top: 15px;
    border-style: dotted;
}
.productlist__ttl{
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 7px;
    color: #ffeb3b;
    background: linear-gradient(#ff9e34, #ff623d);
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
}
.productlist__ttl .sub_midashi{
    font-size: 1.4rem;
    color: #fff;
}
.productlist__subttl{
    /*display: flex;*/
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 20px;
}
.cate_subttl{
    margin-bottom: 2.2rem
}
.product_soldout{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background: rgba(0,0,0,0.3);
    z-index: 3;
}
.product_soldout span{
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.kessan-product__list{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    align-items: stretch;
    overflow: auto;
}

.kessan-product_card a,
.kessan-product_card .empty_wrap{
    display: flex;
    height: 100%;
    color: #222;
    box-sizing: border-box;
    gap: 5px;
    position: relative;
    border: 1px solid #7b523c;
    background: #fff;
}
.kessan-product__card {
    display: flex;
    flex-direction: column;
    width: 150px;
}
.kessan-product__card a,
.kessan-product__card .empty_wrap{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    height: 100%;
    color: #222;
    box-sizing: border-box;
    gap: 5px;
    position: relative;
    border: 1px solid #7b523c;
    background: #fff;
}
.icon-ranking{
    display:none
}
.icon-ranking:not(:empty) {
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-image: url(/html/user_data/assets/img/common/icon_rank-back.webp);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center 2px;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #6d6d6d;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: -2px;
}
.icon-ranking:not(:empty):after {
    content: "\4f4d";
    font-size: 0.6em;
    padding-left: 4px;
}
.kessan-product__card:first-of-type .icon-ranking{
    color: #dbb20b;
    background-image: url(/html/user_data/assets/img/common/icon_rank-back_gold.webp);
}
.kessan-product__card:nth-of-type(2) .icon-ranking{
    color: #4d7099;
    background-image: url(/html/user_data/assets/img/common/icon_rank-back_silver.webp);
}
.kessan-product__card:nth-of-type(3) .icon-ranking{
    color: #cc5229;
    background-image: url(/html/user_data/assets/img/common/icon_rank-back_bronze.webp);
}
.product-image{
    position: relative;
}
.product-image img{
    margin: auto;
    display: block;
    vertical-align: bottom;
    max-width: 100%;
}
.product-detail{
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 0;
    background: #fff;
}
.product-name, .product-name_pape{
    padding: 0 10px 5px;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: bold;
}
/*アイコン　5％OFF*/
.icon-discount{
    position: absolute;
    bottom: 0px;
    left: 5px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #d70e0e;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.icon-discount .dis-rate{
    font-size: 2rem;
    font-weight: bold;
    color: #d70e0e;
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    margin-top: -3px;
}
.icon-discount .dis-rate:after{
    content: "OFF";
    font-size: 1rem;
}
/*アイコン　充電式など*/
.icon-discount_02{
    position: absolute;
    color: #fff;
    bottom: 45px;
    left: 5px;
    background: #8bc34a;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.icon-discount_02 .dis-rate_02{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: fit-content;*/
    height: 100%;
    margin-top: 3px;
}
.icon_02_text{
    line-height: 0.68rem;
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
}
.before-area{
    padding: 0px 10px 15px;
    text-align: center;
}
.before-area .arrow{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d70e0e;
    display: block;
    right: 42%;
    position: absolute;

}
.kessan-product_card .decimal{
    font-size: 1.6rem;
}
.kessan-product__card .decimal{
    font-size: 1.6rem;
}
.def-price{
    position: relative;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.3px;
}
.def-price b{
    font-size: 1.7rem;
}
.def-price:before{
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d70e0e;
    transform: rotate(-11deg);
    transform-origin: 0 0;
}
.def-price:after{
    content: "\5186";
    font-size: 1.2rem;
}
.bottom-band{
    display: flex;
    justify-content: center;
    background: #bf0000;
    padding: 7px 5px 5px 7px;
    position: relative;
}
.dis-price{
    color: #fff;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 2.6rem;
    font-weight: bold;
}
.dis-price:before{
    content: "@";
    font-size: 0.6em;
    padding-right: 2px;
}
.dis-price:after{
    content: "\5186";
    font-size: 0.6em;
    padding-left: 3px;
}
.icon_sp-price{
    content: "";
    width: 30px;
    height: 30px;
    background: no-repeat 0 0/contain;
    background-image: url(/html/user_data/assets/img/common/icon_sp-price.svg);
    display: none;
}
.lot-number{
    padding:0 10px;
    font-size:1.1rem;
    text-align: center;
}
.lot-number:before{
    content: "\6570\91CF";
}
.lot-number:after{
    content: "\500B";
}
.comment-box{
    display: none;
}
.printing-tags{
    display: flex;
    margin-top: auto;
    padding: 0 10px 5px;
    flex-direction: column;
}
.printing-tags .tag--mono,
.printing-tags .tag--cmyk{
    width: fit-content;
    color:#222;
}
.product_empty .bottom-band{
    background:#979797;
}
.block-items__item__backordered {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.pc_0{
    display: none;
}
.block-cale__quality{
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0081ff;
}
.product-image img + .img-2nd{
    display: none;
}
@media screen and (min-width: 998px){

    .block-productlist__wrap{
        padding-top: 150px;
        margin-top: -150px;
    }
    .productlist__ttl{
        flex-direction: row;
        align-items: baseline;
        padding:12px;
        gap: 15px;
        font-size: 3.2rem;
    }
    .productlist__ttl .items_number{
        color: #fff;
        font-size: 1.7rem;
        font-weight: normal;
        margin-left: 1.2rem;
    }
    .sp_on{
        display: block;
    }
    .productlist__ttl .sub_midashi{
        font-size: 2rem;
    }
    .productlist__subttl{
        font-size: 1.8rem;
    }
    .cate_subttl{
        display: flex;
    }
    .cate_subttl img{
        margin-right: 2rem;
    }
    .kessan-product__list{
        flex-wrap: wrap;
        width: auto;
        gap: 30px 15px;
    }
    .kessan-product__card {
        width: calc((100% - 50px) / 4);
    }
    .kessan-product__card.col-1{
        width: 100%;
    }
    .kessan-product__card.col-1 a,
    .kessan-product__card.col-1 .empty_wrap{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .kessan-product__card.col-2{
        width: calc((100% - 15px) / 2);
    }
    .kessan-product__card.col-2 a,
    .kessan-product__card.col-2 .empty_wrap{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .product-name{
        font-size: 1.4rem;
    }
    .product-name_pape{
        font-size: 2.1rem;
    }
    .icon-discount{
        bottom: 5px;
        width: 60px;
        height: 60px;
    }
    .icon-discount_02{
        bottom: 70px;
        width: 60px;
        height: 60px;
    }
    .icon-discount .dis-rate{
        font-size: 2.4rem;
    }
    .icon-discount .dis-rate:after{
        font-size: 1.4rem;
    }
    .icon-discount_02 .dis-rate{
        font-size: 1.6rem;
    }
    .block-cale__quality{
        font-size: 1.5rem;
        padding: 0 10px 0px 5px;
    }
    .before-area{
        margin-top: -20px;
        text-align: right;
    }
    .before-area .arrow{
        right: 30px;
    }
    .lot-number{
        font-size:1.2rem;
        text-align: left;
    }
    .printing-tags {
        flex-direction: row;
    }
    .printing-tags .tag--mono,
    .printing-tags .tag--cmyk{
        font-size:1.1rem;
    }
    .bottom-band{
        justify-content: space-between;
    }
    .icon_sp-price {
        display: block;
    }
    .dis-price{
        font-size: 3rem;
        position: absolute;
        right: 7px;
        bottom: 1px;
        text-align: right;
    }
    .col-1 .product-name{
        padding-top: 17px;
        font-size: 2rem;
    }
    .col-2 .comment-box, .col-1 .comment-box{
        display: block;
        margin: 10px;
        background: #fcfbde;
        border: 1px solid #ffe68c;
        font-size: 1.2rem;
        padding: 7px 10px;
        border-radius: 5px;
    }
    .col-2 .product-image{
        width: calc(100% - 285px);
    }
    .col-2 .product-detail{
        width: 280px;
    }
    .col-2 .product-name{
        padding-top: 17px;
        font-size: 1.7rem;
    }
    .col-2 .bottom-band,.col-1 .bottom-band{
        border-radius: 10px 0 0 0;
        padding: 7px 5px 5px 9px;
    }
    .col-2 .dis-price,.col-1 .dis-price{
        font-size: 3.8rem;
        bottom: -1px;
    }
    .col-2 .icon_sp-price,.col-1 .icon_sp-price{
        width: 34px;
        height: 34px;
    }
    .col-2 .decimal,.col-1 .decimal{
        font-size: 2.8rem;
    }
    .col-2 .def-price b,.col-1 .def-price b{
        font-size: 2.2rem;
    }
    .pc_0{
        display: block;
    }
    .icon_02_text{
        line-height: 0.9rem;
        font-weight: bold;
        font-size: 1.3rem;
    }
    .icon-discount_02 .dis-rate_02 {
        font-size: 2rem;
    }
    .product-image img + .img-2nd{
        display: block;
    }
}

/*countdown*/
.countdown_wrap{
    margin: 40px auto;
  }
  .countdown_ttl{
      margin-bottom: 5px;
      text-align: center;
      color: #000;
      font-size: 1.8rem;
  }
  #countdown {
    text-align: center;
  }
  .countdown-item {
    display: inline-block;
    color:#000;
    padding: 5px;
    font-size: 1.8rem;
  }
  .numeric-item {
    display: inline-block;
    padding: 5px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .content {
      margin: 0;
      overflow: hidden;
  }

/*loop-animation*/
.loop02 {
    padding: 7px 0;
    display: flex;
    overflow: hidden;
}
.loop02__box {
    display: flex;
    gap: 5px;
    animation: loop-list 70s linear infinite;
    padding: 0 5px;
}
.loop02__item {
    width: calc(100vw / 8);
    display: block;
}
.loop02__item a {
    display: block;
    transition: transform 0.3s ease;
}
.loop02__item img {
    width: 100%;
    vertical-align: bottom;
    transition: transform 0.3s ease;
}
.loop02:hover .loop02__box {
    animation-play-state: paused;/*コレが一時停止*/
}
.loop02__item a:hover img {
    transform: scale(1.1);
}
@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 998px){
    .loop02__box {
        gap: 20px;
        padding: 0 20px;
    }
    .loop02__item {
        width: calc(100vw / 15);
    }
}

/*kessan_product_ranking*/
.kessan-ranking_wrap{
    padding: 30px 15px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-width: 1200px;
    background-color: #fff;
    overflow: hidden;
}
.kessan-ranking_wrap h2{
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
}
@media screen and (min-width: 998px){
    .kessan-ranking_wrap{
        padding: 30px;
    }
    .kessan-ranking_wrap h2{
        margin-top: -150px;
        padding-top: 150px;
        font-size: 2.5rem;
    }
    .kessan-ranking_wrap h2 br{
        display: none;
    }
}
@media screen and (max-width: 997px){
    .productlist__ttl .items_number{
        display: none;
    }
    .kessan-product_card a,
    .kessan-product_card .empty_wrap{
        flex-direction: column;
    }
}
/*ボーダーメモ*/
/*background:repeating-linear-gradient(
    45deg,
       #fb3 0, #fb3 10px, #58a 10px,
       #58a 30px, #8d5 30px, #8d5 70px,
       #d69 70px, #d69 90px, #fff 90px, #fff 95px);*/

.calendar_cate_banner{
    margin-top: 5rem;
    text-align: center;
}