/* CSS Document */



/*------------------------------------------------------------------------------------------------------------------------------------------

* 2023 防災グッズ

------------------------------------------------------------------------------------------------------------------------------------------*/

#bosai2025 *{
	text-decoration: none;
	font-family:'Noto Sans JP', "メイリオ", sans-serif;
    box-sizing: border-box;
	transition: 0.3s;
}

#bosai2025 img{
    display: block;
    max-width: 100%;
    height: auto;
}

#bosai2025 .text-red{
    color: #e50012;
}

/* anchor_links */
#bosai2025 #anchor_links{
    display: flex;
}

#bosai2025 * + #anchor_links{
	margin-top: 2px;
}

#bosai2025 #anchor_links > li{
	flex: 1;
}

#bosai2025 #anchor_links > li a{
    display: block;
    position: relative;
    border: 1px solid #f7f6ed;
    background: #312728;
    font-weight: 900;
    font-size: 18px;
    color: #fbd952;
    padding: 12px 20px;
}

#bosai2025 #anchor_links > li a::after{
    content: "";
    display: block;
    transition: 0.7s;
	background: url("../img/icon_arrow01_yellow.png") no-repeat center;
	aspect-ratio: 1 / 0.6;
    width: 15px;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
}

#bosai2025 #anchor_links > li a:hover{
    background: #d13924;
    color: #FFFFFF;
}

#bosai2025 #anchor_links > li a:hover::after{
	background-image: url("../img/icon_arrow01_white.png");
}

/* box_contents */
#bosai2025 #box_contents{
    margin-top: 60px;
}

#bosai2025 #box_contents > *:nth-child(odd){
    background: #f7f6ed;
}

#bosai2025 #box_contents > *:nth-child(odd) .list{
    background: linear-gradient(#f7f6ed, #f7f6ed 64px, transparent 64px, transparent 184px, #fbd953 184px, #fbd953 100%), repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(251, 217, 83, 1) 10px, rgba(251, 217, 83, 1) 20px );
}

#bosai2025 #box_contents > *:nth-child(even) .list{
    background: linear-gradient(#FFFFFF, #FFFFFF 64px, transparent 64px, transparent 184px, #fbd953 184px, #fbd953 100%), repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(251, 217, 83, 1) 10px, rgba(251, 217, 83, 1) 20px );
}

/* goods_box */
#bosai2025 #box_contents .goods_box{
	padding-block: 60px;
}

/* goods_box title */
#bosai2025 #box_contents .goods_box .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #312728;
    background: #fbd953;
    padding-left: 10px;
    margin: 0 30px;
}

#bosai2025 #box_contents .goods_box .title *{
    font-weight: 900;
}

#bosai2025 #box_contents .goods_box .title span{
    display: flex;
    align-items: center;
	column-gap: 10px;
    font-size: 24px;
}

#bosai2025 #box_contents .goods_box .title span::before{
    content: "";
    display: block;
    background: url(../img/icon_check.png) no-repeat center;
    background-size: 100%;
	aspect-ratio: 1 / 0.806;
    min-width: 30px;
    width: 30px;
}

#bosai2025 #box_contents .goods_box .title a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: 2px solid #312728;
    background: #312728;
    font-size: 18px;
    color: #FFFFFF;
    height: 50px;
    width: 210px;
}

#bosai2025 #box_contents .goods_box .title a::after{
    content: "";
    display: block;
    background: url(../img/icon_arrow02.jpg) no-repeat center;
    background-size: 100%;
	aspect-ratio: 1 / 1;
    min-width: 20px;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
}

#bosai2025 #box_contents .goods_box .title a:hover{
    background: #d13924;
}

#bosai2025 #box_contents .goods_box .title + *{
    margin-top: 40px;
}

/* goods_box list */
#bosai2025 #box_contents .goods_box .list{
    display: flex;
    justify-content: center;
	column-gap: 18px;
    padding: 14px 30px 24px;
}

#bosai2025 #box_contents .goods_box .list > li{
    width: calc((100% - (18px * 3)) / 4);
}

#bosai2025 #box_contents .goods_box .list > li > a{
    display: block;
    position: relative;
    padding-bottom: 120px;
    height: 100%;
}

#bosai2025 #box_contents .goods_box .list > li .image{
    border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
    box-shadow: 5px 5px 0px 0px #232323;
}

#bosai2025 #box_contents .goods_box .list > li .text{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #232323;
    margin-top: 20px;
}

#bosai2025 #box_contents .goods_box .list > li .price{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#bosai2025 #box_contents .goods_box .list > li .price > * + *{
    margin-top: 10px;
}

#bosai2025 #box_contents .goods_box .list > li .price > p{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

#bosai2025 #box_contents .goods_box .list > li .price > p small{
    font-size: 80%;
}

#bosai2025 #box_contents .goods_box .list > li .price > ul{
    display: flex;
	column-gap: 3px;
}

#bosai2025 #box_contents .goods_box .list > li .price > ul *{
    font-weight: 700;
    font-size: 12px;
}

#bosai2025 #box_contents .goods_box .list > li .price > ul span{
    display: inline-block;
    color: #FFFFFF;
    padding: 5px 10px;
}

#bosai2025 #box_contents .goods_box .list > li .price > ul .ptn01{
    border: 2px solid #312728;
    background: #312728;
}

#bosai2025 #box_contents .goods_box .list > li .price > ul .ptn01 span + span{
    background: #FFFFFF;
    color: #312728;
}

#bosai2025 #box_contents .goods_box .list > li .price > ul .ptn02{
    border: 2px solid #b50005;
    background: #b50005;
}

#bosai2025 #box_contents .goods_box .list > li > a:hover .text,
#bosai2025 #box_contents .goods_box .list > li > a:hover .price,
#bosai2025 #box_contents .goods_box .list > li > a:hover .image img{
    opacity: 0.7;
}

/* goods_box btn */
#bosai2025 #box_contents .goods_box * + .btn{
    margin-top: 40px;
}

#bosai2025 #box_contents .goods_box .btn a{
    display: block;
    position: relative;
    border: 2px solid #312728;
    background: #312728;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px;
	margin-inline: auto;
    max-width: 610px;
}

#bosai2025 #box_contents .goods_box .btn a::after{
    content: "";
    display: block;
    background: url("../img/icon_arrow02.jpg") no-repeat center;
    background-size: 100%;
	aspect-ratio: 1 / 1;
    min-width: 20px;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
}

#bosai2025 #box_contents .goods_box .btn a:hover{
    background: #d13924;
}

/* Captain */
#bosai2025 #Captain{
    position: relative;
    border: 2px solid #cccccc;
    box-shadow: 5px 5px 0px 0px #232323;
    background: #FFFFFF;
    margin: 20px 30px 5px;
}

#bosai2025 #Captain::before{
    content: "";
    display: block;
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/thefuji/special/2023bosai/pc/ribon.png) no-repeat center;
    background-size: 100%;
    z-index: 3;
    min-width: 45px;
    height: 40px;
    width: 45px;
    left: 25px;
    top: -9px;
}

#bosai2025 #Captain .contentBox{
    display: flex;
    justify-content: space-between;
    padding: 40px 25px;
}

#bosai2025 #Captain .contentBox .image{
    width: 350px;
}

#bosai2025 #Captain .contentBox .text{
    width: calc(100% - (350px + 25px));
}

#bosai2025 #Captain .contentBox .text .capTitle{
    font-weight: 700;
    font-size: 24px;
}

#bosai2025 #Captain .contentBox .text .capTitle + *{
    margin-top: 25px;
}

#bosai2025 #Captain .contentBox .text p{
    font-size: 12px;
}

#bosai2025 #Captain .contentBox .text p span{
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
}

#bosai2025 #Captain .priceLists{
    font-weight: 700;
    padding-bottom: 25px;
}

#bosai2025 #Captain .priceLists > li{
    display: flex;
    align-items: center;
    padding-right: 25px;
    padding-left: 25px;
}

#bosai2025 #Captain .priceLists > li + li{
    border-top: 2px dashed #232323;
    padding-top: 30px;
    margin-top: 30px;
}

#bosai2025 #Captain .priceLists .dt{
    font-size: 16px;
    margin-right: 25px;
}

#bosai2025 #Captain .priceLists .ddc{
    display: flex;
    align-items: center;
}

#bosai2025 #Captain .priceLists .ddc > p{
    text-align: right;
    font-size: 24px;
    line-height: 1.2;
    margin-right: 10px;
}

#bosai2025 #Captain .priceLists .ddc > p span{
    color: #e50012;
}

#bosai2025 #Captain .priceLists .ddc > p small{
    font-size: 80%;
}

#bosai2025 #Captain .priceLists .ddc li{
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px;
}

#bosai2025 #Captain .priceLists .ddc li + li{
    margin-top: 5px;
}

#bosai2025 #Captain .priceLists .ddc .cpt01{
    background: #312728;
}

#bosai2025 #Captain .priceLists .ddc .cpt02{
    background: #b50005;
}

#bosai2025 #Captain .priceLists .ddr{
    margin-left: auto;
    width: 290px;
}

#bosai2025 #Captain .priceLists .ddr a{
    display: block;
    position: relative;
    border: 2px solid #312728;
    background: #fbd953;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 18px;
}

#bosai2025 #Captain .priceLists .ddr a::after{
    content: "";
    display: block;
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/thefuji/special/2023bosai/icon_arrow02.jpg) no-repeat center;
    background-size: 100% !important;
    min-width: 20px;
    height: 20px;
    width: 20px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#bosai2025 #Captain .priceLists .ddr a:hover{
    border-color: #fbd953;
    background: #312728;
    color: #fbd953;
}

#bosai2025 #Captain .priceLists .ddr a:hover::after{
    background: url(https://gigaplus.makeshop.jp/thefuji/special/2023bosai/icon_arrow01.jpg) no-repeat center;
}

/* point */
#bosai2025 #point{
    margin-top: 30px;
}

#bosai2025 #point img{
    margin: 0 auto;
}

#bosai2025 #point + *{
    margin-top: 0 !important;
}