@charset "Shift_JIS";
/* =============================PC======================================== */
/* --------------------------------------------------------------------
	Display None
--------------------------------------------------------------------- */
/* title */
.mainframe_ .m-title01_,
.mainframe_ .m-title06_{
    display: none;
}
.mainframe_ #fuku-sub-wrap .u_sp,
.mainframe_ #fuku-links-wrap .u_sp{
    display: none;
}
/* --------------------------------------------------------------------
	-- main
--------------------------------------------------------------------- */
.mainframe_ #fuku-sub-wrap a:hover{
    text-decoration: none;
}
.mainframe_ #fuku-sub-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;
}
.mainframe_ #fuku-sub-wrap .head::after{
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 840px;
    height: 75px;
    background: url(/contents/siblings/fuku/2026/img/pc/subpage_bg_ttl_head_pc.png) bottom right / 100% no-repeat;
    content: '';
}
.mainframe_ #fuku-sub-wrap .head > p{
    display: inline;
}
.mainframe_ #fuku-sub-wrap .head .ttl_fuku,
.mainframe_ #fuku-sub-wrap .head .ttl_fuku a {
    color: #bf1304;
    font-size: 1.5rem;
}
.mainframe_ #fuku-sub-wrap .head .ttl_main {
    padding: 0 15px;
    color: #333;
    font-size: 2.4rem;
}
.mainframe_ #fuku-sub-wrap .head .ttl_main.ico_fukubag {
    position: relative;
}
.mainframe_ #fuku-sub-wrap .head .ttl_main.ico_fukubag::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 39px;
    top: 40%;
    left: -30px;
    background: url(/contents/siblings/fuku/2026/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
--------------------------------------------------------------------- */
.mainframe_ #fuku-links-wrap{
    margin-bottom: 60px;
}
.mainframe_ #fuku-links-wrap a:hover{
    text-decoration: none;
}
.mainframe_ #fuku-links-wrap {
    position: relative;
    padding: 40px;
    background:#f2f0d8;
    color: #000;
    font-weight: 500;
}
.mainframe_ #fuku-links-wrap::before,
.mainframe_ #fuku-links-wrap::after {
    position: absolute;
    content:'';
}
.mainframe_ #fuku-links-wrap::before{
    top: 0;
    left: 0;
    width: 150px;
    height: 68px;
    background: url(/contents/siblings/fuku/2026/img/pc/subpage_bg_decor_cloud1_pc.png) top left / 100% no-repeat;
}
.mainframe_ #fuku-links-wrap::after{
    bottom: 0;
    right: 0;
    width: 150px;
    height: 68px;
    background: url(/contents/siblings/fuku/2026/img/pc/subpage_bg_decor_cloud2_pc.png) bottom right / 100% no-repeat;
}
.mainframe_ #fuku-links-wrap .links_event_ttl,
.mainframe_ #fuku-links-wrap .links_event_ttl > small{
    font-size: 2.6rem;
    text-align: center;
}
.mainframe_ #fuku-links-wrap .links_event_ttl{
    display: block;
    position: relative;
    width: 250px;
    margin: 0 auto 10px;
}
.mainframe_ #fuku-links-wrap .links_event_ttl::before,
.mainframe_ #fuku-links-wrap .links_event_ttl::after {
    position: absolute;
    content:'';
    width: 30px;
    height: 30px;
    background: url(/contents/siblings/fuku/2026/img/subpage_bg_decor_matsu.png) center / 100% no-repeat;
}
.mainframe_ #fuku-links-wrap .links_event_ttl::before{
    left: -50px;
}
.mainframe_ #fuku-links-wrap .links_event_ttl::after{
    right: -50px;
}
.mainframe_ #fuku-links-wrap .links_category{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.mainframe_ #fuku-links-wrap .links_category > li{
    position: relative;
    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;
}
.mainframe_ #fuku-links-wrap .links_category > li a{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 5px 30px 5px 15px;
    color: #fff;
}
.mainframe_ #fuku-links-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: '';
}

/* fill_cover（グレーアウト） */
.mainframe_ #fuku-links-wrap .links_category > li .yokoku {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	border-radius: 6px;
    background-color: rgb(0, 0, 0, .4);
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mainframe_ #fuku-links-wrap .links_category > li .yokoku > span{
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    padding: 40px 0 0px 0;
}


.mainframe_ #fuku-links-wrap .btn_itemall{
    width: 400px;
    margin: 30px auto 0;
    text-align: center;
}
.mainframe_ #fuku-links-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;
}
.mainframe_ #fuku-links-wrap .btn_itemall a > .ico_btn_itemall{
    position: relative;
}
.mainframe_ #fuku-links-wrap .btn_itemall a > .ico_btn_itemall::before,
.mainframe_ #fuku-links-wrap .btn_itemall a > .ico_btn_itemall::after {
    position: absolute;
    content: '';
}
.mainframe_ #fuku-links-wrap .btn_itemall a > .ico_btn_itemall::before {
    width: 40px;
    height: 53px;
    top: 50%;
    left: -60px;
    background: url(/contents/siblings/fuku/2026/img/subpage_bg_decor_fukubag.png) center / contain no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}
.mainframe_ #fuku-links-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: '';
}
.mainframe_ #fuku-links-wrap .btn_totop{
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
}
.mainframe_ #fuku-links-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;
}
.mainframe_ #fuku-links-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: '';
}


/* =============================SP======================================== */
/* --------------------------------------------------------------------
	Display None
--------------------------------------------------------------------- */
.wrapper_ .m-title03_ { 
    display:none
}
/* --------------------------------------------------------------------
	-- main
--------------------------------------------------------------------- */
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 15px 12% 15px 15px;
    background: #f2f0d8 url(/contents/siblings/fuku/2026/img/sp/subpage_bg_ttl_head_sp.png) bottom center / 100% no-repeat;
    line-height: 1.2;
    font-weight: 500;
}
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head .ttl_fuku,
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head .ttl_fuku a {
    color: #bf1304;
    font-size: 1.3rem;
}
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head .ttl_fuku span{
    display: block;
}
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head .ttl_main {
    padding: 0 15px;
    color: #333;
    font-size: 1.8rem;
}
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head .ttl_main.ico_fukubag {
    position: relative;
}
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap .head .ttl_main.ico_fukubag::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 33px;
    top: 40%;
    left: -20px;
    background: url(/contents/siblings/fuku/2026/img/subpage_bg_decor_fukubag.png) center / contain no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}
/* --------------------------------------------------------------------
	-- main( Only itemlist )
--------------------------------------------------------------------- */
.wrapper_:not(:has(.mainframe_)) #fuku-sub-wrap.itemlist .head {
    justify-content: center;
    text-align: center;
}
/* --------------------------------------------------------------------
	--fuku-links-sp-wrap
--------------------------------------------------------------------- */
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 20px;
    background:#f2f0d8;
    color: #000;
    font-weight: 500;
    z-index: 0;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap::before,
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap::after {
    position: absolute;
    content:'';
    z-index: -1;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap::before{
    top: 0;
    right: 0;
    width: 21.3333%;
    height: 100%;
    background: url(/contents/siblings/fuku/2026/img/sp/subpage_bg_decor_cloud1_sp.png) top right / 100% no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap::after{
    bottom: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: url(/contents/siblings/fuku/2026/img/sp/subpage_bg_decor_cloud2_sp.png) bottom left / 100% no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl{
    margin-bottom: 10px;
    font-size: 2.4rem;
    text-align: center;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > small{
    font-size: 1.5rem;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > small{
    display: block;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > span{
    display: inline-block;
    position: relative;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > span::before,
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > span::after {
    position: absolute;
    content:'';
    width: 2.5rem;
    height: 2.5rem;
    background: url(/contents/siblings/fuku/2026/img/subpage_bg_decor_matsu.png) center / 100% no-repeat;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > span::before{
    left: -5rem;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_event_ttl > span::after{
    right: -5rem;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_category{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_category > li{
    position: relative;
    width: calc(33.3333% - 10px);
    margin: 10px 5px 0;
    background: #bf9663;
    border-radius: 3px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .1);
    font-size: 1.3rem;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_category > li a{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 5px 15px 5px 8px;
    color: #fff;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_category > li a::after{
    position: absolute;
    top: 50%;
    right: 8px;
    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: '';
}

/* fill_cover（グレーアウト） */
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_category > li .yokoku {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	border-radius: 3px;
    background-color: rgb(0, 0, 0, .4);
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .links_category > li .yokoku > span{
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    padding: 36px 0 0 0;
}

.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_itemall{
    width: 89.5522%;
    margin: 20px auto 0;
    text-align: center;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_itemall a{
    display: block;
    padding: 2rem;
    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;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_itemall a > .ico_btn_itemall{
    position: relative;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_itemall a > .ico_btn_itemall::before,
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_itemall a > .ico_btn_itemall::after {
    position: absolute;
    content: '';
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_itemall a > .ico_btn_itemall::before {
    width: 30px;
    height: 40px;
    top: 50%;
    left: -40px;
    background: url(/contents/siblings/fuku/2026/img/subpage_bg_decor_fukubag.png) center / contain no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-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: '';
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_totop{
    width: 74.6268%;
    margin: 20px auto 0;
    text-align: center;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_totop a{
    position: relative;
    display: block;
    padding: 1.4rem;
    border-radius: 3px;
    background: #fff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .1);
    font-size: 1.3rem;
    color: #000;
}
.wrapper_:not(:has(.mainframe_)) #fuku-links-wrap .btn_totop a::after{
    position: absolute;
    top: 50%;
    right: 8px;
    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: '';
}