/* 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;
}
.mainv_back {
    background: no-repeat url(/html/user_data/assets/img/item/calendar-last_cp/haikei_8.webp);
    /* background: #de1128; */
    background-size: cover;
}
.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: 2rem;
}

/* sale-period */
.sale-period__wrap{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    font-size: 2.5rem;
    overflow: hidden;
}
.sale-period__wrap dt{
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background: #de1128;
    color: #fff;
}
.sale-period__wrap dd{
    background: #fff;
    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: 2.3rem;
    }
    .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: 1.9rem;
    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: center;
    /* 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: 225px;
    align-items: center;    
}
@media screen and (max-width: 768px) {
.kessan-product__card {
    width: 100%;
}
}

.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;
    text-align: center;
}
/*アイコン　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;
}
.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;
}
.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: 47%;
    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;
    align-items: center;
}
.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){
    .midashi_1 {
        font-size: 2.5rem;
    }

    .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.6rem
    }
    .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);*/


.button_column {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 20px 0;
}

.button-1 a,
.button-seni a {
    display: block; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bf0000;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #bf0000;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.button-1 a::after,
.button-seni a::after {
    pointer-events: none; 
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #bf0000;
    border-right: 2px solid #bf0000;
    content: '';
}

.button-1 a {
    width: 450px;
    border-radius: 50px;
    font-size: 2em;
}

.button-seni a {
    width: 550px;
    border-radius: 10px;
    font-size: 2em;
    padding: 30px;
}

.button-1 a:hover,
.button-seni a:hover {
    background-color: #bf0000;
    color: #fff;
}

.button-1 a:hover::after,
.button-seni a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
    .button_column {
        flex-direction: column;
    }
    
    .button-1 a,
    .button-seni a {
        width: 100%;
        font-size: 1.5em;
    }

    .button-1 a {
        font-size: 1.8em;
    }
    
    .button-seni a {
        font-size: 1.7em;
    }
}

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
        cursor: pointer;
        transition: all 0.2s 
ease;
    }
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 28px;
    margin-bottom: 10px;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #bf0000;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.cp-band_wrap{
    background: #ec6941;
    padding: 15px;    
}

.cp-band_inner{
    margin: 0 auto;
    /* padding: 4px 12px; */
    box-sizing: border-box;
    max-width: 1200px;
}

.cp-band_text{
    color:#fff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
}

.cp-band_text span{
    color:#fffc00;
    font-size: clamp(3rem, 2.8vw, 5rem);
}

@media screen and (max-width: 767px){
.cp-band_wrap {
    padding: 14px;
}
.cp-band_text{
    font-size: 18px;
}
}

/* CSS variables for consistency */
:root {
    --body-bg: #f3f4f6;
    /* �?��グレーを排除 */
    --primary-color: #3092d4;
    /* メインカラー (Cyan-500) */
    --dark-color: #0071bd;
    /* バ�?/強調色 (Cyan-600) */
    --accent-color: #0071bd;
    /* コード点線色 (Cyan-700) */
    --text-color: #ffffff;
    /* 白�?�? */
    --text-dark-color: #374151;
    /* �?��グレー�?�? */

    /* ボタンカラー */
    --button-bg-default: #ff6183;
    /* gray-600 */
    --button-bg-hover: #374151;
    /* gray-700 */
    --button-bg-success: #10B981;
    /* green-500 */
    --button-bg-success-hover: #059669;
    /* green-600 */
}

/* 2. クーポンコン�?�� */
.coupon-border {
    position: relative;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    margin: auto;
    border-radius: 0.75rem;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* 2.1. �?��取り線�?半�? (変更な�?) */
.coupon-border::before,
.coupon-border::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fffef2;
    border-radius: 50%;
    z-index: 20;
}

.coupon-border::before {
    left: -15px;
}

.coupon-border::after {
    right: -15px;
}


/* 3. 左側: メインコン�?���?��リア */
#coupon-main-content {
    /* �?��100%に変更 */
    width: 100%; 
    background-color:#bf0000;
    padding: 1.5rem;
    position: relative;
    /* 全体に角丸を適用 */
    border-radius: 0.75rem; 
    /* 右側の点線�?削除 */
    border-right: none; 
    /* border-top-left-radius: 0.75rem; */
    /* border-bottom-left-radius: 0.75rem; */
    /* border-r-4 border-dashed border-white */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 4. 右側: バ�?エリア (非表示) */
#coupon-right-bar {
    display: none;
}

/* 4.1. 縦書きテキス�? (非表示) */
.vertical-text {
    display: none;
}

/* 5. 割引情報 (変更な�?) */
.discount-info {
    text-align: center;
    margin-bottom: 1rem;
    /* margin-top: 1.5rem; */
}

.discount-title {
    color: var(--text-color);
    font-size: 2.25rem;
    font-weight: bold;
    /* margin-top: 1.5rem; */
    line-height: 1.2;
}

@media (min-width: 768px) {

    /* md:text-5xl */
    .discount-title {
        font-size: 3rem;
    }
}

/* 6. コー�?/ボタンコン�?�� (変更な�?) */
.code-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 6.1. クーポンコード見�?�? (変更な�?) */
.code-label {
    color: var(--text-color);
    font-size: 18px;
    /* text-sm */
    margin-bottom: 0.25rem;
    font-weight: 600;
    /* font-semibold */
    text-align: center;
}

/* 6.2. クーポンコード表示エリア (変更な�?) */
#coupon-area {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 2px dashed #ff6183;
    overflow: hidden;
    margin-bottom: 0.75rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 400px;
    /* max-w-sm */
}

#coupon-code {
    padding: 0.5rem;
    /* font-family: monospace; */
    /* font-mono */
    font-size: 2.5rem;
    /* text-2xl */
    font-weight: 700;
    /* font-bold */
    color: #1f2937;
    /* text-gray-800 */
    letter-spacing: 0.05em;
    /* tracking-wider */
    cursor: pointer;
    user-select: none;
    /* select-none */
    text-align: center;
}

@media (min-width: 768px) {

    /* md:text-3xl */
    #coupon-code {
        font-size: 30px;
    }
}

/* 6.3. コピ�?ボタン (変更な�?) */
#copy-btn {
    width: 100%;
    max-width: 400px;
    /* max-w-sm */
    color: var(--text-color);
    font-weight: 700;
    /* font-bold */
    font-size: 18px;
    /* text-lg */
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ff8d25;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
}

#copy-btn:hover {
    background-color: var(--button-bg-hover);
}

/* コピ�?完�?��の緑色??avaScriptで付与�? (変更な�?) */
.copy-success {
    background-color: var(--button-bg-success) !important;
}

.copy-success:hover {
    background-color: var(--button-bg-success-hover) !important;
}

/* 7. 有効期限�?��ス�? (変更な�?) */
.expiry-container {
    text-align: center;
    margin-top: 1.5rem;
}

#expiry-text-combined {
    font-size: 15px;
    /* text-sm */
    font-weight: 500;
    /* font-medium */
    color: var(--text-color);
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
    }
}

/* ================================================= */
/* 📱 スマ�?・タブレ�?��縦向き (767px以�?) - 重要な追加部�? */
/* ================================================= */

@media (max-width: 767px) {
    /* クーポンコン�?��: 縦積みを維�? */
    .coupon-border {
        flex-direction: column; 
        padding: 0; 
        margin: 10px auto; 
    }

    /* 左側: メインコン�?���?��リア */
    #coupon-main-content {
        width: 100%; 
        padding: 1rem; 
        border-right: none; 
        /* 下�?の点線も不�? */
        border-bottom: none; 
        /* 角丸を�?体に適用し直�? */
        border-radius: 0.75rem; 
    }

    /* 右側: バ�?エリア (非表示) */
    #coupon-right-bar {
        display: none; 
    }

    /* 縦書きテキス�?: 非表示 */
    .vertical-text {
        display: none;
    }

    /* タイトルサイズ調整 (変更な�?) */
    .discount-title {
        font-size: 2rem; 
    }

    /* �?��取り線�?半�?: 縦積みになった�?で非表示を維�? */
    .coupon-border::before,
    .coupon-border::after {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */
/* 新規追加・共通スタイル */
/* ---------------------------------------------------------------------- */

.flow-toggle-btn {
    display: block; 
    display: flex;    
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    border: 3px solid #bf0000;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: background-color 0.2s, color 0.2s;
    width: 400px;
    max-width: 100%;
}

.flow-toggle-btn:hover {
    background-color: #bf0000 !important;
    color: #fff;
    border: 3px solid #bf0000;
}

.flow-toggle-btn:active {
    transform: translateY(0);
}


.flowchart-wrapper {
    transition: max-height 0.4s ease-in-out, opacity 0.4s;
    max-height: 2000px;
    opacity: 1;
    width: 100%;
    margin-bottom: 50px;
}

.is-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.flowchart-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.flow-step {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #bf0000;
}

.step-header {
    flex-shrink: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10px 0;
    font-weight: bold;
    background-color: #bf0000;
    border-right: 1px solid #bf0000;
}

.step-number {
    font-size: 1.2em;
}

.step-num-bold {
    font-size: 2.2em;
    line-height: 1;
}

.step-content {
    flex-grow: 1;
    padding: 15px 20px;
    background-color: white;
    color: #222;
    font-size: 15px;
    line-height: 1.6;
    border: none;
}

.step-01 .step-content,
.step-02 .step-content,
.step-03 .step-content {
}

.flow-separator {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.flow-separator::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bf0000;
}

.step-content img {
    height: 3em;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.step-content .step-image-large {
    height: auto;
    width: 100%; 
    display: block; 
    margin: 10px auto 0; 
    vertical-align: initial;
    border: solid 1px #ccc;
}

.lot-tyui {
    margin-left: 10px;
    font-size: 11px;
}

@media (max-width: 767px) {
.lot-tyui {
    margin-left: 0;
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px;
}
}