@charset "utf-8";

/*------------------------------------------------------------------------------

                                clearFix

------------------------------------------------------------------------------*/
div.body:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    content: ".";
}


/*------------------------------------------------------------------------------

                            テキスト画像代替

------------------------------------------------------------------------------*/
#hoge
{
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -10000px;
    text-decoration: none;
    text-align: left;
/*\*/
    overflow: hidden;
/* */
}

/*------------------------------------------------------------------------------

                            font

------------------------------------------------------------------------------*/
@font-face {
    font-family : '';

}



html{
    width: 100%;
    min-width: 900px;
    background-color: #ffffff;
    font-size: 62.5%;
}

body{
    position: relative;
    width: 100%;
    min-width: 900px;
    background: #ffffff;
    color: #000000;
    /*font-family: Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ ゴシック', sans-serif;*/
    /*font-size: 18px;*/
    /*line-height: 140%;*/
    /*overflow: hidden;*/
}



/*------------------------------------------------------------------------------

                            #contents

------------------------------------------------------------------------------*/
#contents{
    position: relative;
    opacity: 0;
    height: 1462px;
    width: 100%; 
    min-width: 1000px;
    background-image: url(../../../assets_180319/amazon/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    overflow: hidden;
    z-index: 1;
}

/*------------------------------------------------------------------------------

                            #btnProducer

------------------------------------------------------------------------------*/
#btnProducer{
    position: absolute;
    top: 10px; right: 20px;
    display: block;
    width: 312px; height: 69px;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
#btnProducer img{
    display: block;
}

/*------------------------------------------------------------------------------

                            #contentsHeader

------------------------------------------------------------------------------*/
#contentsHeader{
    position: relative;
    margin: 0 auto;
    width: 956px;
    /*width: 100%;*/
    overflow: hidden;
}

h1{
    margin: 0 auto;
    text-align: center;
    width: 956px;
    position: relative;
    z-index: 1;
}


/*------------------------------------------------------------------------------

                            #eventDetail

------------------------------------------------------------------------------*/
#eventDetail{
    position: relative;
}



/*------------------------------------------------------------------------------

                            #eventDetail > div.section

------------------------------------------------------------------------------*/
#eventDetail > div.section{
    position: relative;
    width: 800px;
    margin: 97px auto;
    padding: 55px 47px 40px 47px;
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
}
#eventDetail > div.section:before{
    content: " ";
    position: absolute;
    top: -15px;
    left: -3px;
    display: block;
    width: 900px;
    height: 56px;
    background: url(../../../assets_180307/raid_event4/images/frame_top.png) no-repeat scroll left top;
}
#eventDetail > div.section:after{
    content: " ";
    position: absolute;
    bottom: -15px;
    left: -3px;
    display: block;
    width: 900px;
    height: 56px;
    background: url(../../../assets_180307/raid_event4/images/frame_bottom.png) no-repeat scroll left top;
}
#eventDetail > div.section .section_inner{
    position: relative;
    z-index: 1;
}
#eventDetail > div.section .section_inner:before{
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    display: block;
    margin-top: -15px;
    padding-top: 30px;
    width: 16px;
    height: 100%;
    background: url(../../../assets_180307/raid_event4/images/frame_left.png) repeat-y scroll left top;
}
#eventDetail > div.section .section_inner:after{
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    margin-top: -15px;
    padding-top: 30px;
    width: 16px;
    height: 100%;
    background: url(../../../assets_180307/raid_event4/images/frame_right.png) repeat-y scroll left top;
}

#eventDetail > div.section a.btn{
    display: block;
    width: 539px;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}
#eventDetail > div.section div.btn{
    text-align: center;
}
#eventDetail > div.section div.btn a.btn{
    display: inline-block;
    width: 359px;
    margin: 0 10px;
}
#eventDetail > div.section a.btn img{
    display: block;
}

#eventDetail > div.section > h2 > img{
    position: relative;
    margin-top: -47px;
}

#eventDetail > div.section .body{
    width: 800px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.8;
}

#eventDetail > div.section .center{
    text-align: center;
}

#eventDetail > div.section .body p{
    margin-bottom: 1em;
}

#eventDetail > div.section .body dl{
    margin: 0 auto 1em auto;
}

#eventDetail > div.section .body dl dt{
    color: #ff9000;
    text-align: center;
}
#eventDetail > div.section .body dl dd{
    text-align: center;
}

#eventDetail > div.section .body span.blue{
    color: #1578ff;
}
#eventDetail > div.section .body span.green{
    color: #21ff46;
}
#eventDetail > div.section .body span.yellow{
    color: #ffe400;
}
#eventDetail > div.section .body span.purple{
    color: #be4dff;
}
#eventDetail > div.section .body span.pink{
    color: #f951ff;
}
#eventDetail > div.section .body span.red{
    color: #f12838;
}
#eventDetail > div.section .body span.orange{
    color: #ff9000;
}

#eventDetail > div.section .body span.space_bottom{
    display: block;
    margin-bottom: 20px;
}

#eventDetail > div.section .body strong{
    font-size: 1.5em;
    font-weight: normal;
}

#eventDetail > div.section .body h2{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #21ff46;
    line-height: 1.3;
    font-weight: normal;
    color: #21ff46;
}

#eventDetail > div.section .body p.note{
    text-indent: -1em;
    font-size: 80%;
}


/*------------------------------------------------------------------------------

                            #event01

------------------------------------------------------------------------------*/
#eventDetail > div.section#event01{
    margin-top: -125px;
    margin-bottom: 60px;
    z-index: 1;
}
#eventDetail > div.section#event01 .body{
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#eventDetail > div.section#event01 .body p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
#eventDetail > div.section#event01 .body p.text_box{
    margin: 0 auto;
    text-align: left;
    width: 648px;
}
#eventDetail > div.section#event01 .body a.amazon_link{
    margin-bottom: 21px;
    width: 476px;
}
#eventDetail > div.section#event01 .body a.device_link{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 40px;
    width: 250px;
}

/*------------------------------------------------------------------------------

                            .storeBtn

------------------------------------------------------------------------------*/
.storeBtn{
    position: relative;
    width: 470px;
    margin: 40px auto 0;
    text-align: center;
}

.storeBtn > *{
    display: inline-block;
    vertical-align: middle;
}

.storeBtn a{
    display: inline-block;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.storeBtn a img{
    display: block;
}

.storeBtn a.device{
    margin-top: 10px;
}

.storeBtn a.amazon{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

/*------------------------------------------------------------------------------

                            a.officialBtn

------------------------------------------------------------------------------*/
a.officialBtn{
    position: relative;
    display: block;
    width: 506px;
    margin: 20px auto 115px auto;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}
a.officialBtn img{
    display: block;
}

/*------------------------------------------------------------------------------

                            #btnTop

------------------------------------------------------------------------------*/
#btnTop{
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 3000;
    display: block;
    cursor: pointer;
}

#btnTop.fixed{
    position: fixed;
    bottom: 20px;
}



/*------------------------------------------------------------------------------

                            #scheduleDetail

------------------------------------------------------------------------------*/
#scheduleDetail{
    position: absolute;
    top: 0; left: 0;
    z-index: 1000;
    width: 100%; height: 100%;
}

#scheduleDetail span.bg{
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.8);
}

#scheduleBody{
    position: absolute;
    top: 200px; left: 50%;
    margin-left: -396px;
}

#scheduleDetail .close{
    position: absolute;
    top: 130px; left: 50%;
    margin-left: 336px;
    cursor: pointer;
}
#scheduleDetail .close:hover{
    opacity: 0.8;
}


/*------------------------------------------------------------------------------

                            #scheduleDetail

------------------------------------------------------------------------------*/
#scheduleDetail{
    position: absolute;
    top: 0; left: 0;
    z-index: 1000;
    width: 100%; height: 100%;
}

#scheduleDetail span.bg{
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.8);
}

#scheduleBody{
    position: absolute;
    top: 200px; left: 50%;
    margin-left: -396px;
}

#scheduleDetail .close{
    position: absolute;
    top: 130px; left: 50%;
    margin-left: 336px;
    cursor: pointer;
}
#scheduleDetail .close:hover{
    opacity: 0.8;
}

/*------------------------------------------------------------------------------

                            #youtubeContainer

------------------------------------------------------------------------------*/
#youtubeContainer{
    position: absolute;
    top: 0px; left: 0px;
    z-index: 2000;
    display: none;
    opacity: 0;
    width: 100%; height: 100%;
}

#youtubeContainerBg{
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
    /*opacity: 0.7;*/
}
#youtubeContainerBg .close{
    content: " ";
    position: absolute;
    top: 90px !important; left: 50%;
    display: block;
    margin-left: 340px;
    cursor: pointer;
}
#youtubeContainerBg .close:hover{
    opacity: 0.8;
}

.youtubeVideoContainer{
    top: 400px !important;
}

.youtubeVideoContainer iframe{
    position: absolute;
    z-index: 10;
}
.youtubeVideoContainer:before{
    content: " ";
    position: absolute;
    top: -4px; left: -4px;
    z-index: 1;
    display: block;
    width: 100%; height: 100%;
}