<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************
PC
********************************************/

#wrap{
    display: block;
    background-image:
        url("../img/pc/bgPageSpark.png"),
        url("../img/common/bgGrad.png"),
        url("../img/common/bgFire.png"),
        url("../img/common/bgRed.jpg");
    background-repeat:
        no-repeat,
        repeat-x,
	    no-repeat,
	    repeat;
    background-position:
        top center,
        0 0,
	    center bottom,
	    0 0;
    background-blend-mode:
        screen,
        normal,
        normal,
        normal;
    width: 100%;
    height: auto;
} /* other */

_:lang(x)::-ms-backdrop, #wrap{
    background-image:
        none,
        url("../img/common/bgGrad.png"),
        url("../img/common/bgFire.png"),
        url("../img/common/bgRed.jpg");
    background-repeat:
        no-repeat,
        repeat-x,
	    no-repeat,
	    repeat;
    background-position:
        0 0,
        0 0,
	    center bottom,
	    0 0;
    background-blend-mode:
        normal,
        normal,
        normal,
        normal;
} /* IE11 (轣ｫ闃ｱ閭梧勹蜑企勁) */

_:-ms-lang(x)::backdrop, #wrap{
    background-image:
        none,
        url("../img/common/bgGrad.png"),
        url("../img/common/bgFire.png"),
        url("../img/common/bgRed.jpg");
    background-repeat:
        no-repeat,
        repeat-x,
	    no-repeat,
	    repeat;
    background-position:
        0 0,
        0 0,
	    center bottom,
	    0 0;
    background-blend-mode:
        normal,
        normal,
        normal,
        normal;
} /* Edge (轣ｫ闃ｱ閭梧勹蜑企勁) */

/**********/

#mainBox{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 30px;
}

h1{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding: 270px 0 0;
    background-image:url("../img/pc/pageTtl.png");
    background-repeat:no-repeat;
    background-position:top center;
    font-size:0;
}

h2{
    margin: -30px 0 0 50px;
    width: 140px;
}

h2 img{
    width: 100%;
    height: auto;
}

/**********/

.cntBox{
    width: 100%;
    height: auto;
    border: 1px solid #ffdc72;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0 0;
    background-image:
        url("../img/common/partsLT.png"),
        url("../img/common/partsLB.png"),
        url("../img/common/partsRT.png"),
        url("../img/common/partsRB.png"),
        url("../img/common/bgCont.png");
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
	    no-repeat,
	    repeat;
    background-position:
        left top,
	    left bottom,
        right top,
	    right bottom,
        0 0;
    background-size:
        50px 50px,
        50px 50px, 
        50px 50px,
        50px 50px,
        60px 60px; 
}

/*******************************************
SP
********************************************/
@media screen and ( max-width:1000px ){

/**********/
    
#wrap{
    background-size:
        180% auto,
        auto auto, 
        250% auto,
        auto auto; 
}/* other */
    
_:lang(x)::-ms-backdrop, #wrap{
    background-size:
        180% auto,
        auto auto, 
        250% auto,
        auto auto; 
}/* IE11 (轣ｫ闃ｱ閭梧勹蜑企勁) */
    
_:-ms-lang(x)::backdrop, #wrap{
    background-size:
        180% auto,
        auto auto, 
        250% auto,
        auto auto; 
}/* Edge (轣ｫ闃ｱ閭梧勹蜑企勁) */    

/**********/
    
#mainBox{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

h1{
    padding: 50% 0 0;
    background-image:url("../img/sp/pageTtl.png");
    background-size: 100% auto;
}

h2{
    margin: -8% auto 0;
    width: 34%;
}
    
/**********/

.cntBox{
    width: 94%;
    margin: 10% auto 0;
}

/**********/
    
}</pre></body></html>