img {
    vertical-align: bottom;
}
h1, .h1 {
    margin: unset;
}
h2, .h2 {
    margin: unset;
}
.mincho {
    font-family: "Shippori Mincho", serif;
}
.bold {
    font-weight: 700;
}
.ex_bold {
    font-weight: 800;
}
.text_small {
    font-size: 1.2rem;
}
.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}
.block_sp {
    display: none;
}
main.campaign {
    padding-bottom: 1px;
    background: url(/img/usr/genre/campaign/2025/bg_tile.png) repeat top center/20%;
    background-size: 64px 64px;
    position: relative;
    z-index: 1;
}
.text_banner {
    padding: 30px 10px;
    color: #2A2A56;
    font-size: 19px;
    line-height: 1.8;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #EFF6FC;
    background-image: url(/img/usr/genre/campaign/2025/bg_text.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-bottom: 30px;
    border: 2px solid #7aa5c9;
}
.section_wrap {
    padding: 24px 100px 120px;
    position: relative;
}
.section_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 510px;
    background: url(/img/usr/genre/campaign/2025/hanabi_top.png) no-repeat;
    background-size: contain;
}
.section_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 379px;
    background: url(/img/usr/genre/campaign/2025/hanabi_bottom.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.section_wrap section {
    background-color: #fff;
    position: relative;
}
.section2, .section4 {
    border-radius: 20px;
}
.section3, .section5 {
	padding-bottom: 40px;
	border-radius: 20px;
}
.section2::after {
    content: "";
    position: absolute;
    bottom: -390px;
    right: -100px;
    width: 538px;
    height: 708px;
    background: url(/img/usr/genre/campaign/2025/hanabi_right.png) no-repeat;
    background-size: contain;
}
.section4::after {
    content: "";
    position: absolute;
    bottom: -380px;
    left: -100px;
    width: 348px;
    height: 652px;
    background: url(/img/usr/genre/campaign/2025/hanabi_left.png) no-repeat;
    background-size: contain;
}
section + section {
    margin-top: 60px;
}
.section2 h2 picture img, .section3 h2 picture img {
    border-radius: 20px 20px 0 0;
}
.section2 .block-category-list--goods,
.section3 .block-category-list--goods,
.section4 .block-category-list--goods {
    margin-top: 48px;
}
section .block-thumbnail-t--goods-description {
    padding: 0 10px 20px;
}
.head_blue {
    padding: 16px 36px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-size: 24px;
    position: relative;
    background-color: #A97F30;
    background-image: url(/img/usr/genre/campaign/2025/background_fabric.png);
    background-size: 60%;
}
.section_main {
    padding: 40px 36px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
}
.fk_main {
    display: flex;
    gap: 20px;
}
.fk_main_img {
    position: relative;
    width: 400px;
}
.fk_main_img img {
    border-radius: 10px;
}
.fk_main_img .medama {
    position: absolute;
    top: -46px;
    left: -20px;
    width: 102px;
    height: auto;
}
.fk_main_text {
    flex: 1;
}
.fk_main_text h3 {
    margin-bottom: 10px;
    font-size: 30px;
}
.fk_main_text h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.fk_main_text h4 span {
    color: #C41A1A;
    font-size: 32px;
}
.fk_comment {
    position: relative;
    margin: 0 0 16px;
    font-size: 20px;
    text-align: center;
}
.fk_comment span {
	color: #C29737;
}
.head_wrap {
    position: relative;
}
.head_wrap img {
    position: absolute;
    top: -40px;
    left: 0;
    width: 110px;
    height: auto;
    z-index: 2;
}
.head_wrap span {
    padding-left: 160px;
}
.section2 .block-thumbnail-t--items, .section3 .block-thumbnail-t--items, .section5 .block-thumbnail-t--items, .section6 .block-thumbnail-t--items {
    justify-content: center;
}
/* 20250212add */
.fk_eco {
    margin-bottom: 40px;
    text-align: center;
}
.fk_eco h3 {
    margin: 16px auto 24px;
    font-size: 32px;
}
.fk_eco img {
	margin-bottom: 24px;
    border-radius: 10px;
}
.fk_point {
    margin-top: 40px;
}
.fk_item {
    margin-bottom: 40px;
    text-align: center;
}
.fk_item__line {
    margin-bottom: 24px;
    padding: 10px;
    background-color: #2A2A56;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.point_text {
    margin-bottom: 24px;
    font-size: 16px;
}
.item_text {
    margin-bottom: 24px;
    font-size: 16px;
}
.item_img {
    border: 1px solid #ccc;
}
.explanation-container {
	margin-top: 20px;
}
.section3 .text_small {
	margin-top: 10px;
}
.section3 .price {
	margin-top: 20px;
	font-weight: 700;
}
.section3 .price span {
	font-size: 3rem;
}
.block-thumbnail-t--items {
	justify-content: center;
}
.section5 .link-arw {
	justify-content: flex-end;
}
.section5 .block-category-list--goods {
	margin-top: 48px;
}

/* ribbon */
.index_ribbon {
    display: inline-block;
    position: relative;
    height: 52px;
    padding: 10px 60px;
    color: #fff;
    background-color: #CE2F1E;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    box-sizing: border-box;
  }
  .index_ribbon:before, .index_ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .index_ribbon:before {
    top: 0;
    left: 0;
    border-width: 26px 0px 26px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .index_ribbon:after {
    top: 0;
    right: 0;
    border-width: 26px 15px 26px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }


@media screen and (max-width:960px) {
    .block_sp {
        display: block;
    }
    picture img {
        width: 100%;
    }
    .text_banner {
        padding: 20px 0px;
        font-size: 14px;
        background-image: url(/img/usr/genre/campaign/2025/bg_text.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 80%;
    }
    main.campaign {
        background-size: 32px 32px;
        overflow: hidden;
    }
    .section_wrap {
        width: 100%;
        padding: 40px 10px 60px;
    }
    section + section {
        margin-top: 48px;
    }
    .block-top-event {
        padding: unset;
    }
    .section4 .block-category-list--goods {
        margin-top: 36px;
    }
    .head_blue {
        margin-top: 23px;
        padding: 12px;
        font-size: 16px;
        background-size: 100%;
    }
    .section2 .block-category-list--goods {
        margin-top: 0;
        padding: 0;
    }
    .section3 .block-category-list--goods {
        padding: 0 16px;
        margin-top: 0;
    }
	.section5 {
		padding-bottom: 0;
	}
    .section_main {
        padding: 20px 16px 40px;
    }
    .fk_main {
        flex-direction: column;
    }
    .fk_main_img {
        width: 100%;
    }
    .fk_main_img img {
        border-radius: 6px;
    }
    .fk_main_img .medama {
        top: -24px;
        left: -16px;
        width: 64px;
    }
    .fk_main_text h3 {
        font-size: 24px;
    }
    .fk_main_text h4 {
        font-size: 16px;
    }
    .fk_main_text h4 span {
        font-size: 28px;
    }
    .fk_comment {
        margin: 0 0 16px;
        font-size: 20px;
    }
    .fk_comment span {
	    display: none;
    }
	.fk_comment:before,
	.fk_comment:after {
	    position: absolute;
	    top: 1rem;
	    height: 4.5rem;
	    content: '';
	}
	.fk_comment:before {
	    border-left: solid 3px #C29737;
	    left: 2%;
	    transform: rotate(-30deg);
	}
	.fk_comment:after {
	    border-right: solid 3px #C29737;
	    right: 4%;
	    transform: rotate(30deg);
	}
    .section5 .head_red, .section6 .head_red {
        font-size: 20px;
    }
    .head_wrap img {
        top: -50px;
        left: -20px;
        width: 80px;
    }
    .head_wrap span {
        display: inline-block;
        padding-left: 72px;
    }
    .block-category-list--goods {
	    margin-top: 30px;
    }
	.section_wrap::before {
        width: 80%;
        height: 400px;
    }
	.section_wrap::after {
        width: 320px;
        height: 282px;
    }
	.section2::after {
	    bottom: -250px;
	    right: -10px;
	    width: 398px;
	    height: 524px;
	    z-index: 0;
	}
	.section4::after {
        bottom: -300px;
        left: -10px;
        width: 258px;
        height: 482px;
    }

    .fk_eco h3 {
        margin: 12px auto 20px;
        font-size: 24px;
    }
    .point_text {
        font-size: 14px;
        text-align: left;
    }
    .fk_item {
        margin-bottom: 56px;
    }
    .fk_item__line {
        margin-bottom: 16px;
        padding: 8px;
        font-size: 16px;
    }
    .item_text {
        margin-bottom: 16px;
        font-size: 14px;
        text-align: left;
    }

    /* ribbon */
    .index_ribbon {
        height: 48px;
        padding: 6px 40px;
        font-size: 18px;
    }
    .index_ribbon:before {
        top: 0;
        left: 0;
        border-width: 24px 0px 24px 15px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
    }
    .index_ribbon:after {
        top: 0;
        right: 0;
        border-width: 24px 15px 24px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
    }

}