/* 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;
    font-family: Roboto, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Arial, sans-serif;
}
.back_img {
    background: no-repeat url(/html/user_data/assets/img/item/kessan_2026/haikei006.webp);
    background-size: cover;
    background-position: center;
}
.header_introduction{
    margin-top: 35px;
    color: #fff;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
}
/* .header_introduction br{
    display: none;
} */
.main-header,
.category__nav{
    margin-bottom: 0;
}
.kessan-product__card a:hover,
.kessan-product__card a:active {
    opacity: 0.8;
}
.band{
    margin: 0!important;
}
#headSearchArea .searchInner {
    padding: 15px 10px 0;
}
.bg_gold{
    background-image: url(/html/user_data/assets/img/item/kessan_2025/back_img.webp);
    background-repeat: repeat;
    background-size: 95px;
    padding: 30px 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{
    padding: 30px 15px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-width: 1200px;
    background-color: #fcfbde;
    overflow: hidden;
}
@media screen and (min-width: 998px){
    .header_introduction{
        text-align: center;
        font-size: 2.5rem;
    }
    /* .header_introduction br{
        display: block;
    } */
    .inner{
        padding: 30px;
    }
    .bg_gold{
        padding: 40px 0;
    }
}
/* 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: 40px auto;
    background: #eeeeee;
    border-radius: 10px;
    font-size: 1.8rem;
    overflow: hidden;
}
.sale-period__wrap dt{
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background: #fff700;
    color: #222;
}
.sale-period__wrap dd{
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #d70e0e;
}
.sale-period__wrap dd span{
    font-weight: normal;
    font-size:1.5rem;
    padding-left: 0.5em;
}

/*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;
}
@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;
    }
}

/* 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: 23px;
    font-weight: bold;
    color: #222;
}
@media screen and (max-width: 767px){
.notes_sougaku {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-align: left;
}
}

.auchor_icon{
    width: 40px;
    margin-right: 1em;
}
.anker_list{
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.anker_item{
    width: calc((100% - 5px) / 2);
    background: #fff;
    border: 1px solid #d70e0e;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.anker_list .anker_item a.active {
    background-color: #d70e0e;
    color: #fff;
    font-weight: bold;
}

.anker_list .anker_item a:hover {
    background-color: #d70e0e;
    color: #fff;
    font-weight: bold;
}

.anker_item a:hover:before {
    background: #fff;
}

.anker_item a:hover::after {
    border-top: 5px solid #d70e0e;
}

.anker_item a{
    display: flex;
    align-items: center;
    padding: 5px 30px 5px 5px;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    transition: all 0.2s ease;
}

.anker_item a:before{
    content: '';
    width: 16px;
    height: 16px;
    background: #d70e0e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -9px;
}

.anker_item a::after{
    content: '';
    top: 45%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
    display: block;
    right: 12px;
    position: absolute;
}

#category_list_B .anker_item a::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 5px solid #ffffff;
    border-top: none;
    top: 44%;
}

#category_list_B .anker_item a:hover::after {
    border-bottom: 5px solid #d70e0e;
    border-top: none;
    top: 44%;
}

/* .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;
}
@media screen and (min-width: 998px){
    .anker_list{
        gap: 10px;;
    }
    .anker_item{
        width: calc((100% - 40px) / 5);
    }
    .anker_item a{
        padding: 10px 30px 10px 5px;
        font-size: 1.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{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    color: #fff700;
    font-size: 32px;
    font-weight: bold;
}
.srv_comment{
	display: block;
	padding: 10px 0;
	color: #222;
	line-height: 1.4;
	font-size: 13px;
}
.cate_hotitem {
	display: -ms-flexbox;
    /* margin: 0 0.5rem 1.7rem; */
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 60px;
}
.cate_hotitem li{
    width:25%;
	border-right: 1px solid #b1b1b1;
	padding:0 10px;
}
.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;
}
.cate_hotitem li img{
	width: auto;
	max-width: 100%;
	display: block;
	margin: auto;
    background: #e62022;
}

@media screen and (max-width: 767px){
.cate_hotitem {
    margin: 0;
}
.cate_hotitem li {
    width: auto;
    border-right: none;
    padding: 0;
}
.cate_hotitem li img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    background: #e62022;
}
}



/* product */
.block-productlist__wrap-2{
    padding-top: 80px;
    margin-top: -80px;
}
.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: 20px;
    padding: 7px;
    border-radius: 7px;
    color: #fff;
    background-color: #d70e0e;
    text-align: center;
    font-size: clamp(2rem,2vw,2.6rem);
    line-height: 1.2;
}
.productlist__ttl span{
    font-size: 1.6rem;
    color: #fff;
}
.kessan-product__list{
    display: flex;
    flex-wrap: wrap;
    gap:20px 12px;
}

.kessan-product__card{
    width: calc((100% - 12px) / 2);
}

.kessan-product__card a,
.kessan-product__card .empty_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #222;
    box-sizing: border-box;
    gap: 5px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.kessan-product__image{
    position: relative;
}

.kessan-product__image img{
    vertical-align: bottom;
}

/* .icon-discount{
    position: absolute;
    bottom: 0px;
    left: 5px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #d70e0e;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.icon-discount {
    bottom: 0px;
    background: #d70e0e;
    /* width: 100%; */
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    border-radius: 20px;
}

.dis-rate{
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    margin-top: -3px;
}
@media screen and (min-width: 998px) {
    .dis-rate {
        font-size: 2rem;
    }
}
/* .dis-rate:after{
    content: "%OFF";
    font-size: 1rem;
} */
@media screen and (min-width: 998px) {
    .dis-rate:after {
        font-size: 1.4rem;
    }
}
.icon-outlet{
    position: absolute;
    bottom: clamp(20px,3vh,24px);
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: fit-content;
    color: rgb(255, 255, 255);
    height: clamp(18px,2.5vh,24px);
    padding: 0px 8px;
    letter-spacing: -1px;
    font-size: clamp(1rem,1vw,1.3rem);
    background-color: rgb(38 121 231 / 90%);
}

.icon-outlet:empty{
    display: none;
}

.kessan-product__name{
    padding: 0 8px;
    line-height: 1.4;
    font-size: clamp(1.2rem,1.5vw,1.38rem);
    font-weight: bold;
}

.kessan-product__card .printing-tags .tag--mono,
.kessan-product__card .printing-tags .tag--cmyk {
    width: fit-content;
    color: #222;
}

.kessan-product__detail {
    margin-top: auto;
}

.kessan-product__detail .printing-tags{
    padding: 0 8px;
}

.kessan-product__beore{
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.kessan-product__lot{
    font-size: clamp(1.1rem,1vw,1.3rem);
}

.kessan-product__def-price{
    font-size: clamp(1.3rem,1.5vw,1.6rem);
    position: relative;
}

.kessan-product__def-price:before{
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d70e0e;
    transform: rotate(-10deg);
    transform-origin: 0 0;
}

.kessan-product__discount{
    padding: 0 8px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.discount__arrow{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #d70e0e;
    clip-path: polygon(0 51%, 31% 51%, 31% 0, 69% 0, 69% 51%, 100% 51%, 50% 100%);
}

.discount__value{
    font-size:1.5rem;
    font-weight: bold;
    color: #d70e0e;
}

.kessan-product__after{
    background: #d70e0e;
    margin-top: 8px;
    padding: 8px;
    color:#fff;
    line-height: 1.4;
}

.kessan-product__dis-price{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
}

.dis-price__tag {
    background: #fff;
    color: #d70e0e;
    font-size: clamp(1.1rem, 1vw, 1.3rem);
    font-weight: bold;
    padding: 0 10px;
    border-radius: 10px;
}

.dis-price__value{
    font-size: clamp(1.4rem,1.3vw,1.8rem);
    font-weight: bold;
}

.dis-price__value b{
    font-size: clamp(2.2rem,2vw,2.8rem);
}

.kessan-product__dis-unit{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.dis-unit__single{
    font-size: clamp(0.9rem,1vw,1.25rem);
}

.dis-unit__value{
    font-size: clamp(1.3rem, 1.5vw, 2rem);
    font-weight: bold;
    color: #ffff25;
}


@media screen and (min-width: 550px){
    .kessan-product__card{
        width: calc((100% - 24px) / 3);
    }
}
@media screen and (min-width: 998px){
    .block-productlist__wrap{
        padding-top: 150px;
        margin-top: -150px;
    }
    .productlist__ttl{
        flex-direction: row;
        align-items: baseline;
        padding:15px;
        gap: 15px;
        font-size: 3rem;
    }
    .productlist__ttl span {
        font-size: 1.8rem;
    }
    .kessan-product__card{
        width: calc((100% - 48px) / 5);
    }
}

/*countdown*/
.countdown_wrap{
    margin: 40px auto;
  }
  .countdown_ttl{
      margin-bottom: 5px;
      text-align: center;
      color: #fff;
      font-size: 1.8rem;
  }
  #countdown {
    text-align: center;
  }
  .countdown-item {
    display: inline-block;
    color:#fff;
    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;
    background: #fff;
}
.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;
    }
}
/* sidenavi */
#side_navi{
    display: none;
}
@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 30px;
        transition: all 0.3s ease; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }
    #side_navi.visible{
        right: -130px; 
    }
    #side_navi.visible.hidden{
        right: 0; 
    }
    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }
    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }
    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }
    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }
    .snav li {
        margin-top: 5px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 15px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }
    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #d70e0e;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }
    .snav li a:hover {
        color: #fff;
        background: #d70e0e;
    }
    .snav li a.active {
        color: #fff;
        background: #d70e0e;
    }
    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }
    #side_navi.visible{
        right: -150px; 
    }
    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }
    .snav li {
        margin-top: 5px;
    }
    .snav li a {
        padding: 4px 5px 4px 17px;
        min-height: 15px;
        font-size: 1.15rem;
    }
}

/* 遷移ボタン */
.button_column {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 40px 0;
    
}

.button-1 a,
.button-seni a {
    display: block; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d70e0e;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #d70e0e;
    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 #d70e0e;
    border-right: 2px solid #d70e0e;
    content: '';
}

.button-1 a {
    width: auto;
    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: #d70e0e;
    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;
    }
}

.cp_banner{
    display: flex;
    justify-content: center;
}

/* style.css などに追記 */

/* 1. active クラスがないコンテンツはすべて非表示にする */
.block-productlist__wrap-2 {
    display: none;
}

/* 2. active クラスがあるコンテンツだけを表示する */
.block-productlist__wrap-2.active {
    display: block !important; /* HTMLに active がついているので、これで確実に表示されます */
}

/* キャンペーン情報 */
.campaign-list__limit, .campaign-list__comment{
    font-family: sans-serif;
}
.campaign-list{
    width: 100%;
}
.campaign-list__wrap {
    overflow-y: hidden;
}
.campaign-list_1 .campaign-list__item{
    width: auto !important;
}

@media (min-width: 1024px) {
    .campaign-list__item .wide-size{
        display: none;
    }
        .campaign-list_2{
        display: flex;
        gap: 15px;
    }
}
@media (max-width: 1023px) {
    .campaign-list__item .wide-size{
        display: none;
    }
    .campaign-list_2 .campaign-list__item{
        width: calc((100% - 10px) / 2);
    }
    .campaign-list_2{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
}
.campaign-list__item img {
    border-radius: 5px;
}
.campaign-list__limit {
    border-radius: 5px;
    background-color: #ca1c36;
}

/* 関連特集 */
.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
    margin-bottom: 60px;
}

.feature_list > li{
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feature_list > li a{
    display: flex;
  	flex-direction: column;
    color:#333;
}

.feature_list > li a:hover{
    opacity: 0.7;
}

.feature_list > li img{
    width: 100%;
    vertical-align: bottom;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.feature_list > li .name{
    margin: 8px 0;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: bold;
}

.feature_list > li .comment{
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}

@media screen and (min-width: 600px){
    .feature_list > li {
        width: calc((100% - 24px) / 2);
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .feature_list > li .name{
        font-size: 1.8rem;
    }
    
    .feature_list > li .comment{
        font-size: 1.3rem;
    }
}

/* ご注文の流れ */
.content__lead {
    margin-top: 0;
    text-align: left;
    font-size: 1.4rem;
}
.bottom-flow_box ul{
    display: block;
}
.bottom-flow_box ul li{
    width: 100%;
    border: solid 1px #ccc;
    border-bottom: none;
    padding: 10px;
}
.bottom-flow_box ul li:last-child{
    border-bottom: solid 1px #ccc;
}
.bottom-flow_box ul li h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.bottom-flow_box ul li h3 span{
    color: #9d0000;
    margin-right: 5px;
}
.bottom-flow_box ul li div{
    display: flex;
    align-items: center;
}
.bottom-flow_box ul li div img{
    width: 30%;
}
.bottom-flow_box ul li div p{
    font-size: 12px;
}
@media screen and (min-width: 768px){
    .bottom-flow_box ul{
        display: flex;
    }
    .bottom-flow_box ul li{
        width: 25%;
        border: solid 1px #ccc;
        border-right: none;
    }
    .bottom-flow_box ul li:last-child{
        border-right: solid 1px #ccc;
    }
    .bottom-flow_box ul li div{
        display: block;
    }
    .bottom-flow_box ul li div img{
        width: 100px;
        display: block;
        margin: auto;
    }
}

.heading-9 {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #d70e0e;
    color: #fff;
    font-size: 23px;
}

.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #d70e0e;
}

.content-front {
    margin-bottom: 60px !important;
}

.yellow_text{
    font-size: 20px;
    color: #ffff25;
}
@media screen and (min-width: 998px) {
.yellow_text{
    font-size: 35px;
    color: #ffff25;
    }
}

.text_black{
    color: #222;
    margin-bottom: 30px;
    margin-top: 10px !important;
    font-size: 23px;
}
@media screen and (max-width: 767px) {
.text_black {
    font-size: 18px;
}
}

.kyoutyou{
    color: #d70e0e;
}

.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    font-size: 25px;
}

.heading-6::before, .heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 440px;
    height: 3px;
    background-color: #d70e0e;
}

.heading-6::before {
    left: -400px;
}

.heading-6::after {
    right: -400px;
}
@media screen and (max-width: 767px) {
.heading-6 {
    font-size: 22px;
}

.heading-6::before, .heading-6::after {
    width: 100px;
}

.heading-6::before {
    left: -55px;
}

.heading-6::after {
    right: -55px;
}
}


.icon-pickup {
    position: absolute;
    top: 12px;
    right: -33px;
    padding: 3px 30px;
    background-color: #ffe100;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    z-index: 10;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.icon-pickup:empty{
    display: none;
}

/* 導入文の改行 */
.pc, .sp {
    display: none;
}
@media screen and (max-width: 767px) { 
    .sp {
        display: block; 
    }
}

.tub-text{
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #d70e0e;
}
@media screen and (max-width: 767px) { 
.tub-text{
    font-size: 17px;
}
}
.press {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}
.press:hover {
    opacity: 0.7;
}

.press_text {
    color: #222;
    margin-bottom: 30px;
    margin-top: 10px !important;
    font-size: 18px;

}
@media screen and (max-width: 767px) { 
.press_text {
    font-size: 16px;
    text-align: left;
}
}