.wrapper {
    background: black;
    color: white;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin: 0;
    min-width: 1200px;
    padding: 0;
}
.wrapper .content {
    position: relative;
}
.wrapper .content .top {
    background: white url(../img/home/bg_01.png) repeat;
}
.wrapper .content .top img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.wrapper .content .officalsite {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.wrapper .content .officalsite img {
    position: absolute;
    left: 78%;
    width: 18%;
}

.wrapper .content .pre-register {
    position: absolute;
    top: 15%;
    left: 25.5%;
    width: 48.3%;
}
.wrapper .content .pre-register li {
    list-style: none;
}
.wrapper .content .pre-register .pre-btn img {
    width: 100%;
}

.wrapper .content .start {
    position: absolute;
    top: 6.7%;
    left: 1.8%;
    width: 28%;
}
.wrapper .content .start li {
    list-style: none;
}
.wrapper .content .start .btn img {
    width: 100%;
}
.receive-msg {
    margin: auto;
    border-radius: 5px;
    background: rgba(93,88,89,0.8);
    font-size: 12px;
    width: 312px;
    z-index: 1001;
}
.inner-receive {
    padding: 6px 10px;
}
.wrapper .content .present img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.wrapper .content .pre-btn-area {
    position: absolute;
    top: 91%;
    max-width: 100%;
    width: 100%;
}
.wrapper .content .pre-btn-area .pre-btn-low {
    margin: 0 auto;
    width: 312px;
}
.wrapper .content .pre-btn-area .pre-btn-low img {
    width: 100%;
}
.wrapper .content .pre-btn button {
    background: rgba(0,0,0,0);
    border-style: none;
    cursor: pointer;
}
.wrapper .content .pre-btn-low button {
    background: rgba(0,0,0,0);
    border-style: none;
    cursor: pointer;
}
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: black;
    color: #FFF;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 16px;
    font-size: 5vw;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 768px){
    body{
        font-size:16px;
        font-size:1rem
    }
}
@media screen and (min-width: 1024px){
    body{
        min-width:1024px
    }
}
a{
    text-decoration:none
}
a:hover{
    outline:none;
    border:none
}
img{
    vertical-align:bottom;
    max-width:100%
}
ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6,p,figure,figcaption,input,textarea{
    margin:0;
    padding:0;
    list-style:none
}
ul:after,ol:after{
    *zoom:1
}
ul:after:after,ol:after:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    visibility:hidden
}
a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
.contents_wrapper {
    background: url(../img/home/bg_01.png) repeat;
    border-bottom: solid 3px #00ded6;
    padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
    .contents_wrapper {
        padding-bottom: 54px;
    }
}
.main_contents {
    margin: 0 auto;
    width: 1000px;
}
.main_contents .information_box {
    display: flex;
    padding-top: 30px;
    max-width: 1000px;
    position: relative;
}
.main_contents .information_box h2 {
    left: 0;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 100%;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .main_contents .information_box h2 {
        left: 0;
        top: 7px;
    }
}
.main_contents .information_box .news_box,
.main_contents .information_box .twitter_box {
    background: url(../img/home/waku_01.png) no-repeat;
    background-size: auto;
    border: 1px solid rgba(255,255,255,0.4);
    position: relative;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .main_contents .information_box .news_box,
    .main_contents .information_box .twitter_box {
        padding: 15px 25px 0px 0px;
        width: 495px;
    }
}
.main_contents .information_box .news,
.main_contents .information_box .twitter {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    padding: 47px 24px 24px;
    height: 350px;
}
@media screen and (min-width: 768px) {
    .main_contents .information_box .news,
    .main_contents .information_box .twitter {
        padding: 47px 24px 24px;
        min-height: 430px;
    }
}
.main_contents .information_box .news iframe {
    border: none;
    display: block;
    height: 300px;
    width: 100%;
}
.main_contents .information_box .twitter_box .twitter iframe {
    padding: 40px 24px 24px;
    height: 300px !important;
    width: 740px !important;
}
@media screen and (min-width: 768px) {
    .main_contents .information_box .twitter_box .twitter iframe {
        height: 355px !important;
        width: 740px !important;
    }
}
.main_contents .information_box .news .news_frame {
    border-bottom: 1px solid rgba(15,70,100,.12);
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(15,70,100,.12);
}
@media screen and (min-width: 768px) {
    .main_contents .information_box .news .news_frame {
        height: 355px;
    }
}
.main_contents .movie_box {
    display: none;
}
@media screen and (min-width: 768px) {
    .main_contents .movie_box {
        background: url(../img/home/waku_02.png) no-repeat;
        background-size: contain;
        display: flex;
        height: 492px;
        margin: 0 auto;
        max-width: 968px;
        position: relative;
    }
}
.main_contents .movie_box h2 {
    left: 0;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 100%;
    z-index: 100;
}
.main_contents .movie_box .movie {
    margin: 0 auto;
    padding-top: 9%;
}

/** reward **/
.reward {
    background: white url(../img/pre_reward.png) repeat;
}
.reward img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/** bottom **/
.bottom {
    text-align: center;
    color: #fff;
    padding: 8vw 0 3vw;
    border-top: 1px solid #ffffff;
}

.bottom__icon {
    text-align: center;
}

.bottom__logo {
    width: 26.25vw;
}

.bottom__link {
    display: inline-block;
}

.bottom__info {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 1.166vw;
    line-height: 2em;
}

.bottom__nav {
    margin-top: 2.3vw;
}

.bottom__banner {
    font-size: 1.7vw;
    display: inline-block;
    margin: 0 1.66vw;
}

.bottom__img {
    width: 100%;
}
.bottom__nav a:link,
.bottom__nav a:visited,
.bottom__nav a:hover,
.bottom__nav a:active {
    color: #fff;
}
.bottom__nav a:link,
.bottom__nav a:visited,
.bottom__nav a:hover,
.bottom__nav a:active {
    text-decoration: none!important;
    font-weight:normal!important;
}

.slide_top {
    position: relative;
}

.slide_top_img {
    width: 100%;
    vertical-align: bottom;
}

.wrapper .content .re-btn {
    margin: 10px auto 0;
    width: 330px;
}
.wrapper .content .re-btn img {
    width: 100%;
}

/** YouTube **/
.video {
    position: relative;
}
.video__inner {
    display: block;
    width: 100%;
    height: 38.3vw;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.video__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    z-index: 1;
    transition: 0.3s;
}

.video__inner:hover .video__back {
    opacity: 0;
}

.video__arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.video__arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/video_play_button.png) center center no-repeat;
    background-size: 80px 80px;
    transition: 0.3s;
}

.video__inner:hover .video__arrow:before {
    transform: scale(1.2);
    opacity: 0;
}

.video__content,
#ytplayer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 56.25vw;
}

.video-button {
    position: absolute;
    right: 8.375vw;
    bottom: 2.16vw;
    z-index: 2;
}

.video-button__link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.video-button__arrow {
    width: 0.75vw;
    height: 1.375vw;
    margin-left: 1.083vw;
}

#pass {
    fill: #fff;
    transition: 0.3s;
}

.video-button__link:hover #pass {
    fill: #B40909;
}

.news {
    padding: 12.08vw 0 7.5vw;
    background-image: url(../img/ffg/0104/news_base.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.news__wrap {
    margin: auto;
    border: 2px solid #000;
    height: 37.33vw;
    overflow-y: scroll;
    text-align: center;
}

.news_frame {
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
}

.news__bottom {
    width: 50vw;
    margin: auto;
}

.news__label {
    width: 25.86vw;
}

.news__ttl {
    margin-bottom: 6.79vw;
}

.news__button {
    text-align: right;
    margin-top: 1.5vw;
}

.news__link {
    display: inline-block;
}

.news__txt {
    height: 1.5vw;
    width: auto;
}

.media {
    padding: 12.08vw 0 7.5vw;
    background-image: url(../img/ffg/twitter_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.media__wrap {
    width: 50vw;
    margin: auto;
    border: 2px solid #000;
    height: 37.33vw;
    overflow-y: scroll;
    text-align: center;
}

.media__bottom {
    width: 50vw;
    margin: auto;
}

.media__label {
    width: 25.86vw;
}

.media__ttl {
    margin-bottom: 6.79vw;
}

.media__button {
    text-align: right;
    margin-top: 1.5vw;
}

.media__link {
    display: inline-block;
}

.media__txt {
    height: 1.5vw;
    width: auto;
}

.twitter-timeline {
    width: 100% !important;
    background-color: #fff;
}

/** キャンペーン **/

.campaign {
    position: relative;
}

.campaign-sp {
    display: none;
}

.campaign-img {
    width: 100%;
    vertical-align: bottom;
}

.campaign-img-sp {
    display: none;
    width: 100%;
    vertical-align: bottom;
}

/****/