@charset "UTF-8";

/* ---------------------------------------------
	ビジュマニア
--------------------------------------------- */
/*.sPage #fp-contents{
    background: rgb(86,210,255);
    background: -moz-linear-gradient(top,  rgba(86,210,255,1) 0%, rgba(198,240,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,210,255,1)), color-stop(100%,rgba(198,240,255,1)));
    background: -webkit-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d2ff', endColorstr='#c6f0ff',GradientType=0 );
    background-attachment: fixed;
}*/
.sPage #contentAllWrap{
    width: 100%;
    position: relative;
    padding: 0;
    background: rgb(86,210,255);
    background: -moz-linear-gradient(top,  rgba(86,210,255,1) 0%, rgba(198,240,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,210,255,1)), color-stop(100%,rgba(198,240,255,1)));
    background: -webkit-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d2ff', endColorstr='#c6f0ff',GradientType=0 );
    background-attachment: fixed;
}
.cx_smartphoneview.sPage #contentAllWrap{
    width: 100%;
    padding: 0;
}
.sPage #contentAllWrap::before{
    content: "";
    display: block;
    background: url("../img/cloud.svg") repeat-x center 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 222;
    background-size: 320px 329px;
    opacity: 0.8;
}
.cx_smartphoneview.sPage #contentAllWrap::before{
    background-position: center 90px;
}
.sPage #contentAllWrap.posfixed::before{
    content: "";
    display: block;
    background: url("../img/cloud.svg") repeat-x center 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 222;
    background-size: 320px 329px;
    opacity: 0.8;
}
.sPage #contentAllWrap > *{
    z-index: 6666;
    position: relative;
}
.sPage #contentAllWrap > #grass{
    width: 100%;
    height: 8.8em;
    position: fixed;
    bottom: 0;
    left: 0;
    /*background: rgb(0,144,17);
    background: -moz-linear-gradient(top,  rgba(0,144,17,1) 1%, rgba(75,196,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,144,17,1)), color-stop(100%,rgba(75,196,45,1)));
    background: -webkit-linear-gradient(top,  rgba(0,144,17,1) 1%,rgba(75,196,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,144,17,1) 1%,rgba(75,196,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,144,17,1) 1%,rgba(75,196,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,144,17,1) 1%,rgba(75,196,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009011', endColorstr='#4bc42d',GradientType=0 );*/
    background: url("../img/grass.svg") repeat-x center 0;
    background-size: auto 70%;
    z-index: 8888;
    text-align: center;
}
.sPage #contentAllWrap > #grass::after{
    content: "";
    display: block;
    width: 100%;
    height: 4em;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00d649;
}
@media all and (-ms-high-contrast: none) {
    .sPage #contentAllWrap > #grass{
        /*display: none;*/
        background: url("../img/grass.png") repeat-x center 0;
    }
}
.cx_smartphoneview.sPage #contentAllWrap > #grass{
    height: 14vh;
}
.cx_smartphoneview.sPage #contentAllWrap > #grass::after{ height: 7vh;}
.sPage #contentAllWrap > #grass a{
    display: inline-block;
    text-align: center;
    background-color: #f18d00;
    color: #fff;
    padding: 1em 2em;
    min-width: 25em;
    margin: 4em 0 0;
    font-weight: bold;
    border-radius: 3em;
    position: relative;
    z-index: 6666;
}
.sPage #contentAllWrap > #grass a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 2.2em;
    height: 2.2em;
    background-color: rgba(255,255,255,0.3);
    margin: -1.1em 0 0;
    border-radius: 50%;
    background-image: url("../../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.cx_smartphoneview.sPage #contentAllWrap > #grass a{
    min-width: auto;
    width: 78%;
    margin-top: 6vh;
    padding: 1.5vh 2em;
}
.cx_smartphoneview.sPage #contentAllWrap > #grass a::after{
    width: 1.8em;
    height: 1.8em;
    margin: -0.9em 0 0;
}
.cx_displaydevice.sPage #contentAllWrap > #grass a:hover{ background-color: #ff9f18;}
#ttlWrap{
    padding: 25px 0 0;
    text-align: center;
}
#ttlWrap::before{
    content: "";
    display: block;
    background: url("../img/deco.svg") repeat-x center 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 111;
    background-size: 240px 324px;
    opacity: 0.7;
}
.cx_smartphoneview.sPage #ttlWrap::before{
    background-position: center 90px;
}
#ttlWrap.posfixed::before{
    content: "";
    display: block;
    background: url("../img/deco.svg") repeat-x center 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 111;
    background-size: 240px 324px;
    opacity: 0.7;
}
h2.pageTtl{
    height: 240px;
    background: url("../img/ttl_bijumania.svg") no-repeat center 0;
    background-size: contain;
    margin: 0;
    position: relative;
    z-index: 6666;
}
h2.pageTtl::before{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    background: url("../img/balloon.svg") no-repeat 0 0;
    background-size: contain;
    width: 150px;
    height: 230px;
    margin: 0 0 0 -500px;
}
h2.pageTtl::after{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 50%;
    background: url("../img/balloon.svg") no-repeat 0 0;
    background-size: contain;
    width: 150px;
    height: 230px;
    margin: 0 -500px 0 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);

}
/*h2.pageTtl + h3{
    text-align: center;
    font-size: 140%;
    letter-spacing: -0.1em;
    background-color: #fff;
    display: inline-block;
    color: #000;
    margin: 0 auto;
    line-height: 1.2;
    padding: 0 1em;
}
.cx_smartphoneview h2.pageTtl + h3{ font-size: 120%;}*/
.cx_smartphoneview h2.pageTtl{ background-position: 10px 0;}
.cx_smartphoneview h2.pageTtl::before{ margin: -20px 0 0 -370px;}
.cx_smartphoneview h2.pageTtl::after{ margin: -20px -370px 0 0;}

/* ----------------- intro ----------------- */
#introWrap{
    text-align: center;
    border-bottom: solid 3px #fff;
    position: relative;
    z-index: 6666;
}
#introWrap p:nth-of-type(1){
    font-size: 130%;
    line-height: 1.2;
    padding: 0 0 0.5em;
    color: #009f93;
    font-weight: bold;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 1px 20px #fff, -1px 1px 20px #fff, 1px -1px 20px #fff, -1px -1px 20px #fff;
}
#introWrap p:nth-of-type(2){
    line-height: 1.6;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 1px 20px #fff, -1px 1px 20px #fff, 1px -1px 20px #fff, -1px -1px 20px #fff;
}
#introWrap a{
    display: inline-block;
    text-align: center;
    background-color: #f18d00;
    color: #fff;
    padding: 1em 2em;
    min-width: 25em;
    margin: 1em 0 1.5em;
    font-weight: bold;
    border-radius: 3em;
    position: relative;
    z-index: 6666;
}
#introWrap a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 2.2em;
    height: 2.2em;
    background-color: rgba(255,255,255,0.3);
    margin: -1.1em 0 0;
    border-radius: 50%;
    background-image: url("../../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.cx_smartphoneview #introWrap a{
    min-width: auto;
    width: 78%;
}
.cx_displaydevice #introWrap a:hover{ background-color: #ff9f18;}

/* ----------------- 投稿 ----------------- */
#postAllWrap{ padding: 2em 1em 11em;}
.cx_smartphoneview #postAllWrap{ padding: 2em 1em 7em;}

#postAllWrap > div{
    width: 1000px;
    margin: 0 auto;
}
.cx_smartphoneview #postAllWrap > div{ width: 100%;}
#postAllWrap > div > div{
    width: 86%;
    display: inline-block;
    float: left;
    margin-bottom: 1em;
    position: relative;
}
#postAllWrap > div > div.answerWrap{ width: 60%;}
.cx_smartphoneview #postAllWrap > div > div{ width: 100%;}
.cx_smartphoneview #postAllWrap > div > div.answerWrap{ width: 90%;}
#postAllWrap > div > div::before{
    content: "";
    display: block;
    width: 5em;
    height: 5em;
    background-color: #aaa;
    border-radius: 50%;
    float: left;
    margin: 0 2em 0 0;
    background-image: url("../img/icn_question.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f18d00;
}
#postAllWrap .answerWrap{
    float: right;
}
#postAllWrap .answerWrap::before{
    float: right;
    margin: 0 0 0 2em;
    background-image: url("../img/icn_answer.png");
}
.cx_smartphoneview #postAllWrap > div > div::before{
    width: 3.2em;
    height: 3.2em;
    margin: 0 0.5em 0 0;
}
.cx_smartphoneview #postAllWrap .answerWrap::before{ margin: 0 0 0 0.5em;}

.name{ font-size: 88%;}
.message{
    box-sizing: border-box;
    padding: 0.5em 1em;
    font-size: 94%;
    line-height: 1.6;
    border-radius: 0.8em;
    background-color: rgba(255,255,255,0.9);
    position: relative;
}
.questionWrap .message{
    margin-left: 7em;
    border: solid 3px #f18d00;
}
.answerWrap .message{
    margin-right: 7em;
    border: solid 3px #00abeb;
    /*border: solid 3px #8effa0;*/
    background-color: #8efffb;
}
.cx_smartphoneview .questionWrap .message{ margin-left: 4.5em;}
.cx_smartphoneview .answerWrap .message{ margin-right: 4.5em;}
.message::before{
    content: "";
    display: block;
    position: absolute;
    top: 1.2em; left: -1.2em;
	margin:0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.7em 1.2em 0.7em 0;
	border-color: transparent #f18d00 transparent transparent;
}
.answerWrap .message::before{
    content: "";
    display: block;
    position: absolute;
    top: 1.2em; right: -1.2em; left: auto;
	margin:0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.7em 0 0.7em 1.2em;
	border-color: transparent transparent transparent #00abeb;
}

.message .ttl{
    font-weight: bold;
}
.date{
    font-size: 88%;
    position: absolute;
    bottom: 0;
}
.questionWrap .date{
    right: -5.5em;
}
.cx_smartphoneview .date{
    position: relative;
    text-align: right;
    right: auto;
}
.message a{
    font-weight: bold;
    text-decoration: underline;
    color: #e3226c;
}
.cx_displaydevice .message a:hover{ color: #ff5294;}
.message img{
    width: 100%;
    height: auto;
    margin-top: 0.5em;
}