<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
p,
ul,
li,
form,
a,
span,
em,
img {
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    color: inherit;
    background: none;
    font-family: Verdana, Roboto, "Droid Sans", "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif
}

.body_dynamite {
    background: url("../image/bg_01.png") 0 0 repeat;
}

.contents {
    width: 1160px;
    /*background: url("../image/bg_05.png") 0 0 repeat-y;*/
    margin: 0 auto;
}

.contents_inr {
    width: 960px;
    margin: 0 auto;
    padding: 25px 15px;
    color: #fff;
}

.sec_01 {
    width: 960px;
    height: 1425px;
    position: relative;
    background: url("../image/img_m01.png") 0 0 no-repeat;
    margin: 0;
}

.sec_01 .btn_01 {
    position: absolute;
    left: -15px;
    bottom: 740px;
    cursor: pointer;
}

.sec_01 .btn_02 {
    position: absolute;
    left: 50px;
    bottom: 200px;
    cursor: pointer;
}

.sec_01 .btn_01:hover {
    opacity: 0.8;
}

.sec_01 .logo_04 {
    left: 191px;
    top: 118px;
    position: absolute;
    cursor: pointer;
}

.sec_01 .logo_04:hover {
    opacity: 0.8;
}

.sec_02 {
    padding: 15px;
    background: #3b3737;
    border-bottom: #3b3737 10px solid;
    border-left: #3b3737 10px solid;
    border-right: #3b3737 10px solid;
    color: #3b3737;
}

.sec_02 p {
    color: #fff;
    text-align: center;
}

.sec_02 .ttl_01 {
    margin-top: 20px;
}

.sec_02 .score_01 {
    padding: 15px;
}

.sec_02 .score_01 p {
    text-align: left;
    display: inline-block;
}

.sec_02 .score_01 p#max,
.sec_02 .score_01 p#comp {
    white-space: nowrap;
    display: block;
    width: 100%;
}

.sec_02 .score_01 .bar01_wrp {
    margin: 4px 0;
    height: 60px;
    width: 100%;
    background: #fff;
}
.sec_02 .score_01&gt;div,.sec_02 .score_01&gt;p{
    z-index: 100;
}
.sec_02 .score_01 .bar01_wrp{
    z-index: 1;
    width: 960px;
    height: 350px;
    position: relative;
    margin: 0 -40px;
    background: #3b3737;
}
.sec_02 .score_01 .bar01_wrp .bar01_w{
    width: 882px;
    height: 120px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: 170px;

}
.sec_02 .score_01 .bar01_wrp .bar01_w .bar01{
    height: 350px;
    background: url("../image/bg_m02.png") 100% 0 repeat-x;


}
.sec_02 .score_01 .bar01_wrp .bar01_bg{
    width: 960px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;

    background: url("../image/bg_m01.png") 0 0 no-repeat;
}
.sec_02 .score_01:after {
    content: "";
    display: table;
    clear: both;
}

.sec_02 .score_01 .bar01_wrp .bar01 {
    display: inline-block;
    background: #f88;
    height: 60px;
    width: 0;
    -webkit-transition: width 4s, -webkit-transform 2s;
    transition: width 4s, transform 2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.sec_02 .score_01 .meters {
    width: 100%;
}

.sec_02 .score_01 .meters .row {
    display: table;
    width: 100%;
}

.sec_02 .score_01 .meters .row&gt;div {
    display: table-cell;
    vertical-align: top;
}

.sec_02 .score_01 .meters .row&gt;div.meter01 {
    position: relative;
}

.sec_02 .score_01 .meters .row&gt;div.meter01&gt;img {
    position: absolute;
    top: -1px;
    left: 45px;
    z-index: 10;
    display: block;
    transform-origin: 4px bottom;
    -webkit-transform-origin: 4px bottom;
    -webkit-transition: all 2s, -webkit-transform 1s;
    transition: all 2s, transform 1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.sec_02 .score_01 .meters .row&gt;div.meter01 p {
    z-index: 100;
    height: 98px;
    width: 98px;
    overflow:hidden;
}

.sec_02 .score_01 .meters .row&gt;div.meter01 p img {
    z-index: 1000;
    margin:-1px;
    background: #fff;
}

.sec_02 .score_01 .meters .row&gt;div.meter02 {
    width: 50%;
    height: 60px;
    padding: 20px 0;
}
.sec_02 .score_01 .meters .row&gt;div.meter02 .bar01_wrp{
    width:100%;
    position:relative;
}
.sec_02 .score_01 .meters .row&gt;div.meter02 .bar01_wrp .bar01{
    position:absolute;
    top:0;
    left:0;
}
.sec_02 .score_01 .meters .row&gt;div.meter03{
    vertical-align: middle;

}
.sec_02 .score_01 .meters .row&gt;div.meter03 p{
    vertical-align: middle;
    height: 96px;
    width: 96px;
    overflow:hidden;
    display:inline-block;
}

.sec_02 .score_01 .meters .row&gt;div.meter03 p img {
    height: 100px;
    width: 100px;
    margin:-2px;
    background: #fff;
    display: block;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.sec_02 .score_01 .meters .row&gt;div.meter04 {
    width: 396px;
    height: 196px;
}

.sec_02 .score_01 .meters .row&gt;div.meter04 p {
    position: relative;
    width: 400px;
    height: 200px;
    background: #fff;
    overflow:hidden;
    margin:-2px;
}
.sec_02 .score_01 .meters .row&gt;div.meter04 p&gt;img {
    position:absolute;
    z-index:1000;
    top:0;
    left:0;
    width: 400px;
    height: 200px;
    display:block;
}
.sec_02 .score_01 .meters .row&gt;div.meter04 p&gt;i {
    z-index:1;
    position:absolute;
    top:100%;
    left:0;
    width: 400px;
    height: 200px;
    background:#008dd6;
    transform-origin: 200px top;
    -webkit-transform-origin: 200px top;
    -webkit-transition: all 2s, -webkit-transform 1s;
    transition: all 2s, transform 1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.sec_02 .score_01 .meters .row&gt;div.meter05 p {
    position: relative;
    margin: 10px 0 5px;
    background: url("../image/m_a04.png") 0 0 no-repeat;
    width: 880px;
    height: 60px;
    text-align:right;
}
.sec_02 .score_01 .meters .row&gt;div.meter05 p i{
    display:inline-block;
    text-align:right;
    height: 62px;
    width:0;
    margin:-1px 0;
    background:#383737;
}
.sec_02 .score_01 .total_num {
    float: right;
    /*margin-top: 6px;*/
}

.sec_02 .ans_wrp {
    padding: 5px;
    margin: 60px 0 0;
    margin: 10px 0 0;
    color: #000;
    background: #fff;
}

.sec_02 .ans_wrp p {
    text-align: left;
    padding: 0 100px;
    font-size: 120%;
}

.sec_02 .ans_wrp .title {
    color: #3b3737;
    /*margin: -35px 0 0;*/
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.sec_02 .ans_wrp .title p {
    color: #3b3737;
}

.sec_02 .ans_wrp .title .q_no {
    position: absolute;
    top: -40px;
    left: -5px;
    margin: 0;
    padding: 0;
}

.sec_02 .ans_wrp .q_txt {
    margin-bottom: 35px;
    font-size: 140%;
    text-align: center;
    color: #3b3737;
}

.sec_02 .ans_wrp .title p {
    text-align: center;
    padding: 40px 0 40px 85px
}

.sec_02 .ans_wrp .vote_wrp {
    display: table;
    margin: 15px auto 40px;
    /*width:100%;*/
    clear: both;
}

.sec_02 .ans_wrp .vote_wrp p {
    /*padding: 0;*/
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    padding: 45px 25px 0;
    width: 33%;
    width: 246px;
    height: 223px;
    text-align: center;
    /*background-position:50% 50%;*/
    display: table-cell;
}

.sec_02 .ans_wrp .vote_wrp p:hover {
    opacity: 0.8;
}

.sec_02 .ans_wrp .vote_wrp p.ans01 {
    background: url("../image/ans_bg03_1.png") 50% 50% no-repeat;
}

.sec_02 .ans_wrp .vote_wrp p.ans02 {
    background: url("../image/ans_bg03_2.png") 50% 50% no-repeat;
}

.sec_02 .ans_wrp .vote_wrp p.ans03 {
    background: url("../image/ans_bg03_3.png") 50% 50% no-repeat;
}

.sec_02 .ans_wrp .vote_wrp p span {
    font-size: 115%;
    width: 236px;
    height: 147px;
    padding: 0;
    margin: 25px 0 0;
    /*padding: 80px 15px 15px;*/
    vertical-align: middle;
    /*display:inline-block;*/
    /*background: #ccc;*/
    /*display: table-cell;*/
    min-height: 100%;
    text-align: center;
    /*margin: 10px;*/
    /*padding: 80px 15px 15px;*/
    color: #fff;
    font-weight: bold;
}

.sp .sec_02 .ans_wrp .vote_wrp p span {
    vertical-align: top;
}

.sec_02 .vote_wrp p {
    /*text-align: left;*/
    /*padding: 45px 0 45px 235px;*/
}

.sec_02 .btn_05 {
    margin: 10px 0 0;
    cursor: pointer;
}

.sec_02 .btn_05:hover {
    opacity: 0.8;
}

.sec_03 {
    padding: 30px 0 40px 230px;
    /*border-bottom: #ee4019 10px solid;*/
    border-left: #3b3737 10px solid;
    border-right: #3b3737 10px solid;
    border-bottom: #3b3737 10px solid;
    background: url("../image/img_m04.png") 0 0 no-repeat;
    height: 234px;
}

.sec_03 p {
    text-align: center;
    color: #000;
    font-size: 140%;
}

.sec_03 .btn_01,
.sec_03 .btn_02 {
    display: inline-block;
    /*margin-top: 20px;*/
    padding: 0 4px;
    border: none;
}

.sec_03 .btn_01:hover,
.sec_03 .btn_02:hover {
    opacity: 0.8;
}

.sec_03 .btn_01 a,
.sec_03 .btn_02 a,
.sec_03 .btn_01 a img,
.sec_03 .btn_02 a img {
    border: none;
}

.sec_04 {
    padding: 40px 30px 50px;
    border-bottom: #3b3737 10px solid;
    border-left: #3b3737 10px solid;
    border-right: #3b3737 10px solid;
    background: url("../image/bg_04.png") 0 0 repeat;
    color: #000;
}

.sec_04 .sec_inr {
    background: #fff;
    padding: 30px 20px 30px;
    border-radius: 15px;
}

.sec_04 em {
    color: #e1246b
}

.sec_04 .com_01 {
    padding: 0 5%;
}

.sec_04 .ttl {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.sec_04 .ttl_01 {
    text-align: center;
}

.sec_04 .form {
    margin: 10px 0;
}

.sec_04 .form li {
    width: 90%;
    display: table;
    margin: 4px 0;
    padding: 8px 5%;
    border-bottom: #ccc 1px solid;
}

.sec_04 .form li span {
    vertical-align: top;
    display: table-cell;
}

.sec_04 .form li span:first-child {
    width: 28%;
}

.sec_04 .form li span select,
.sec_04 .form li span input,
.sec_04 .form li span textarea {
    padding: 3px;
    margin: 0 0 4px;
    border-top: 2px #888 solid;
    border-left: 2px #888 solid;
}

.sec_04 .notice li {
    padding: 0 15px;
    font-size: 80%;
}

.sec_04 .subBox {
    margin: 15px 0 10px;
    text-align: center;
}

.sec_04 .subBox:hover {
    opacity: 0.8;
}

.sec_04 .subBox input {
    font-size: 140%;
}

.sec_footer .sec_inr {
    background: #fff;
    width: 100%;
    /*padding: 10px;*/
    margin: 20px 0 10px;
    padding: 5px 0;
}

.sec_footer .logo {
    margin: 10px auto;
    text-align: center;
}

.sec_footer .logo img {
    padding: 0 15px;
    display: inline-block;
}

.sec_footer ul {
    display: table;
    margin: 10px auto;
}

.sec_footer ul li {
    display: table-cell;
    padding: 0 10px;
}

.sec_footer .cr {
    text-align: center;
    font-size: 85%;
}

.sec_thank {
    position: relative;
}

.sec_thank p {
    position: absolute;
    left: 305px;
    bottom: 100px;
}

#cboxContent {
    padding: 10px;
    background: none;
}

#cboxLoadedContent {
    width: 880px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 40px 10px;
}

#cboxLoadedContent .btn_link01 {
    background: url("../image/bg_02.png") 0 0 repeat;
}

#cboxLoadedContent .btn_link01 .inr {
    padding: 370px 10px 40px;
    background: url("../image/img_p01.png") 0 0 no-repeat;
}

#cboxLoadedContent .btn_link01 .inr .bg {
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.7);
    background: #fff\9;
}

#cboxLoadedContent .btn_link02 {
    margin: 20px;
    background: url("../image/bg_03.png") 0 0 repeat;
}

#cboxLoadedContent .btn_link02 .inr {
    padding: 40px 20px 40px;
    /*  background: url("../image/img_p01.png") 0 0 no-repeat;*/
}

#cboxLoadedContent .btn_link02 .inr .bg {
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.7);
    background: #fff\9;
}

#cboxLoadedContent .btn_link02 .inr .bg p {
    /*margin: 15px;*/
    margin: 15px 0 15px;
}

#cboxLoadedContent .btn_link02 .inr .bg p span.ttl {
    color: #1a25ff;
    font-size: 1.6rem;
    margin: 15px;
}

#cboxLoadedContent .btn_link02 .inr .bg p.ttl_06,
#cboxLoadedContent .btn_link02 .inr .bg p.ttl_07 {
    text-align: center;
}

#cboxLoadedContent .btn_link02 .inr .bg p.ans_01 {
    font-size: 1.6em;
}

span.red {
    color: #f00;
}

span.em01 {
    font-weight: bold;
}

span.em02 {
    font-size: 200%;
    margin: 10px 0 5px;
    display: block;
    text-align: center;
    font-weight: bold;
}

span.em03 {
    display: block;
    text-align: center;
}

span.em04 {
    font-size: 120%;
    margin: 5px 0 5px;
    display: block;
    text-align: center;
    font-weight: bold;
}

span.em05 {
    font-size: 120%;
}

span.em06 {
    font-stretch: wider;
    font-size: 180%;
    margin: 5px 0 5px;
    /*display: block;*/
    /*text-align: center;*/
    font-weight: bold;
}


/*.sec_02 .score_01 .bar01_wrp .bar01{
  animation: pulse;
  animation-duration: 2000ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  transform-origin: 0 0;
}
}*/


/*@keyframes pulse {
  0% {
    background-color: inherit;animation-timing-function: cubic-bezier(.25,.25,.75,.75);
  }
  25% {
    background-color: #00FF00;animation-timing-function: cubic-bezier(.25,.25,.75,.75);
  }
  50% {
    background-color: #FF0000;animation-timing-function: cubic-bezier(.25,.25,.75,.75);
  }
  75% {
    background-color: #0000FF;animation-timing-function: cubic-bezier(.25,.25,.75,.75);
  }
  100% {
    background-color: #CCCCCC;
  }*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    /*background: #000;*/
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: none;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    /*background: url(images/loading.gif) no-repeat center center;*/
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}


/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    /*background: url(images/controls.png) no-repeat top left;*/
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    /*background: url(images/controls.png) no-repeat top right;*/
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: -15px;
    right: -3px;
    display: block;
    background: url("../image/close_01.png") 0 0 no-repeat;
    width: 72px;
    height: 72px;
    text-indent: -9999px;
}

body.sp {
    font-size: 1.2em;
}
.shake {
        -ms-animation: pulse 0.2s linear infinite;
        -ms-transform-origin: 50% 50%;
        -webkit-animation: pulse 0.2s linear infinite;
        -webkit-transform-origin: 50% 50%;
        animation: pulse 0.2s linear infinite;
        transform-origin: 50% 50%;
    }

    @-ms-keyframes pulse {
        0% {
            -ms-filter: blur(0px);
            -ms-transform: rotate(0.5deg) translate(1px,-1px);
        }
        25% {
            -ms-filter: blur(0px);
            -ms-transform: rotate(-0.2deg) translate(-2px,2px);
        }
        50% {
            -ms-filter: blur(10px);
            -ms-transform: rotate(1deg) translate(4px,-4px);
        }
        75% {
            -ms-filter: blur(0px);
            -ms-transform: rotate(-0.1deg) translate(-1px,1px);
        }
        100% {
            -ms-filter: blur(0px);
            -ms-transform: rotate(0.5deg) translate(2px,-2px);
        }
    }
    @-webkit-keyframes pulse {
        0% {
            -webkit-filter: blur(0px);
            -webkit-transform: rotate(0.5deg) translate(1px,-1px);
        }
        25% {
            -webkit-filter: blur(0px);
            -webkit-transform: rotate(-0.2deg) translate(-2px,2px);
        }
        50% {
            -webkit-filter: blur(10px);
            -webkit-transform: rotate(1deg) translate(4px,-4px);
        }
        75% {
            -webkit-filter: blur(0px);
            -webkit-transform: rotate(-0.1deg) translate(-1px,1px);
        }
        100% {
            -webkit-filter: blur(0px);
            -webkit-transform: rotate(0.5deg) translate(2px,-2px);
        }
    }

    @keyframes pulse {
        0% {
            filter: blur(0px);
            transform: rotate(0.5deg) translate(1px,-1px);
        }
        25% {
            filter: blur(0px);
            transform: rotate(-0.2deg) translate(-2px,2px);
        }
        50% {
            filter: blur(10px);
            transform: rotate(1deg) translate(4px,-4px);
        }
        75% {
            filter: blur(0px);
            transform: rotate(-0.1deg) translate(-1px,1px);
        }
        100% {
            filter: blur(0px);
            transform: rotate(0.5deg) translate(2px,-2px);
        }
    }</pre></body></html>