@charset "Shift_JIS";
/* --------------------------------------------------------------------
	Display None
--------------------------------------------------------------------- */
/* title */
.mainframe_ .m-title01_,
.mainframe_ .m-title06_{
    display: none;
}
#fuku-sub-pc-wrap .u_sp,
#fuku-links-pc-wrap .u_sp{
    display: none;
}
/* --------------------------------------------------------------------
	-- main
--------------------------------------------------------------------- */
#fuku-sub-pc-wrap a:hover{
    text-decoration: none;
}
#fuku-sub-pc-wrap .head{
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 90px;
    padding: 30px 100px;
    background-image: -moz-linear-gradient( -90deg, rgb(242,240,216) 0%, rgb(249,248,236) 25%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(242,240,216) 0%, rgb(249,248,236) 25%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(242,240,216) 0%, rgb(249,248,236) 25%, rgb(255,255,255) 100%);
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}
#fuku-sub-pc-wrap .head::after{
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 840px;
    height: 75px;
    background: url(/contents/siblings/fuku/2024/img/pc/subpage_bg_ttl_head_pc.png) bottom right / 100% no-repeat;
    content: '';
}
#fuku-sub-pc-wrap .head > p{
    display: inline;
}
#fuku-sub-pc-wrap .head .ttl_fuku,
#fuku-sub-pc-wrap .head .ttl_fuku a {
    color: #bf1304;
    font-size: 1.5rem;
}
#fuku-sub-pc-wrap .head .ttl_main {
    padding: 0 15px;
    color: #333;
    font-size: 2.4rem;
}
#fuku-sub-pc-wrap .head .ttl_main.ico_fukubag {
    position: relative;
}
#fuku-sub-pc-wrap .head .ttl_main.ico_fukubag::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 39px;
    top: 40%;
    left: -30px;
    background: url(/contents/siblings/fuku/2024/img/subpage_bg_decor_fukubag.png) center / contain no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}
/* --------------------------------------------------------------------
	--fuku-links-pc-wrap
--------------------------------------------------------------------- */
#fuku-links-pc-wrap{
    margin-bottom: 60px;
}
#fuku-links-pc-wrap a:hover{
    text-decoration: none;
}
#fuku-links-pc-wrap {
    position: relative;
    padding: 40px;
    background:#f2f0d8;
    color: #000;
    font-weight: 500;
}
#fuku-links-pc-wrap::before,
#fuku-links-pc-wrap::after {
    position: absolute;
    content:'';
}
#fuku-links-pc-wrap::before{
    top: 0;
    left: 0;
    width: 150px;
    height: 68px;
    background: url(/contents/siblings/fuku/2024/img/pc/subpage_bg_decor_cloud1_pc.png) top left / 100% no-repeat;
}
#fuku-links-pc-wrap::after{
    bottom: 0;
    right: 0;
    width: 150px;
    height: 68px;
    background: url(/contents/siblings/fuku/2024/img/pc/subpage_bg_decor_cloud2_pc.png) bottom right / 100% no-repeat;
}
#fuku-links-pc-wrap .links_event_ttl,
#fuku-links-pc-wrap .links_event_ttl > small{
    font-size: 2.6rem;
    text-align: center;
}
#fuku-links-pc-wrap .links_event_ttl{
    display: block;
    position: relative;
    width: 250px;
    margin: 0 auto 10px;
}
#fuku-links-pc-wrap .links_event_ttl::before,
#fuku-links-pc-wrap .links_event_ttl::after {
    position: absolute;
    content:'';
    width: 30px;
    height: 30px;
    background: url(/contents/siblings/fuku/2024/img/subpage_bg_decor_matsu.png) center / 100% no-repeat;
}
#fuku-links-pc-wrap .links_event_ttl::before{
    left: -50px;
}
#fuku-links-pc-wrap .links_event_ttl::after{
    right: -50px;
}
#fuku-links-pc-wrap .links_category{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#fuku-links-pc-wrap .links_category > li{
    width: calc(20% - 20px);
    margin: 20px 10px 0;
    background: #bf9663;
    border-radius: 6px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .1);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}
#fuku-links-pc-wrap .links_category > li a{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 5px 30px 5px 15px;
    color: #fff;
}
#fuku-links-pc-wrap .links_category > li a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: '';
}
#fuku-links-pc-wrap .btn_itemall{
    width: 400px;
    margin: 30px auto 0;
    text-align: center;
}
#fuku-links-pc-wrap .btn_itemall a{
    display: block;
    padding: 30px;
    border: 1px solid #bf1304;
    border-radius: 6rem;
    background: #fff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .1);
    font-size: 1.5rem;
    color: #000;
}
#fuku-links-pc-wrap .btn_itemall a > .ico_btn_itemall{
    position: relative;
}
#fuku-links-pc-wrap .btn_itemall a > .ico_btn_itemall::before,
#fuku-links-pc-wrap .btn_itemall a > .ico_btn_itemall::after {
    position: absolute;
    content: '';
}
#fuku-links-pc-wrap .btn_itemall a > .ico_btn_itemall::before {
    width: 40px;
    height: 53px;
    top: 50%;
    left: -60px;
    background: url(/contents/siblings/fuku/2024/img/subpage_bg_decor_fukubag.png) center / contain no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}
#fuku-links-pc-wrap .btn_itemall a > .ico_btn_itemall::after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #bf1304;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: '';
}
#fuku-links-pc-wrap .btn_totop{
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
}
#fuku-links-pc-wrap .btn_totop a{
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .1);
    font-size: 1.5rem;
    color: #000;
}
#fuku-links-pc-wrap .btn_totop a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: '';
}