@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    mikuji_pc.css
*
*
------------------------------------------------------------------------------------------ */

.device-sp{ display: none !important;}

.device-pc main p + *{
    margin-top: 0 !important;
}

#contents_omikuji p, ul, li, div{
    padding: 0;
    margin: 0;
}

.device-pc main{
    width: inherit;
    padding: 0;
}


#contents_omikuji{
    background-color: #f4b4d0;
    color: #000;
    overflow: hidden;
}

#mikuji_inner{
    width: 1000px;
    margin: 0 auto;
    opacity: 0;
}

#mikuji_inner a:hover{ text-decoration: underline;}

/* --------------------------------------------------
*
    #omikuji_header
*
-------------------------------------------------- */
#omikuji_header{
    height: 75px;
    background-color: #231815;
    text-align: center;
    position: relative;
    z-index: 10;
}

#omikuji_header h1{
    display: inline-block;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 11;
}

#omikuji_header h1 img{
    width: 129px;
}

#head_share{
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}

#head_share_inner{
    width: 780px;
    margin: 0 auto;
    padding: 22px 0 0 0;
    position: relative;
    z-index: 10;
}

#head_share .title_share{
    margin: 9px 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

#head_share .title_share img{ width: 39px;}

#head_share ul,
#head_share li{
    display: inline-block;
    vertical-align: top;
}

#head_share li{ margin: 0 2px;}

#head_share img{ width: 30px;}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    width: 100%;
    height: 632px;
    background-image:url(../images/img_mv_bg_loop.png);
    background-repeat: repeat-x;
    top: -75px;
    position: relative;
    z-index: 1;
}

#main_visual:before{
    content: '';
    width: 100%;
    height: 632px;
    background-image:url(../images/img_mv_bg_loop_02.png);
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


#main_visual .device-pc{
    width: 1000px;
    height: 632px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

#main_visual .img{
    position: relative;
    top: 110px;
}

#main_visual .img p{
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#main_visual .bg{
    width: 100%;
    height: 100%;
    position: absolute;
}

#main_visual .bg:before{
    content: '';
    display: block;
    width: 200%;
    height: 95px;
    background-color: #f4b4d0;
    position: absolute;
    bottom: 0;
    left: calc(200% - 1001px);
    z-index: 10;
}

#main_visual .bg:after{
    content: '';
    display: block;
    width: 200%;
    height: 94px;
    background-color: #f4b4d0;
    position: absolute;
    bottom: 0;
    right: calc(200% - 1001px);
    z-index: 10;
}

#main_visual .bg p{
    position: absolute;
    top: 0;
    left: 0;
}

#main_visual .img_techo{
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    z-index: 0;
}

#main_visual .img_techo li{
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    width: 600px;
    margin: 0 auto 80px auto;
    padding: 35px 0 0 0;
    text-align: center;
}

#section_yodogawa p{
    margin: 0 0 35px 0;
    font-size: 18px;
    line-height: 1.75em;
    letter-spacing: .025em;
}


/* --------------------------------------------------
*
    #section_sound
*
-------------------------------------------------- */
#section_sound{
    margin: 0 0 40px 0;
    text-align: center;
}

#section_sound .btn{
    width: 309px;
    height: 52px;
    display: inline-block;
    background-image:url(../images/btn_music_on.png);
    background-repeat: no-repeat;
    background-size: 309px;
    cursor: pointer;
    transition: opacity .1s ease .0s;
    position: relative;
    left: -15px;
}

#section_sound .btn:after{
    content: '';
    display: block;
    width: 40px;
    height: 73px;
    background-image:url(../images/parts_sound.png);
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    bottom: 0;
    right: -55px;
}

#section_sound img{
    width: 309px;
}

.is_pc #section_sound .btn:hover,
.is_sp #section_sound .btn.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_sound .btn.on{
    background-image:url(../images/btn_music_off.png);
}

#section_sound .btn.on img{
    visibility: hidden;
}

#section_sound .caution{
    margin: 15px 0 0 0;
    font-size: 18px;
    letter-spacing: .025em;
}


/* --------------------------------------------------
*
    #section_mikuji
*
-------------------------------------------------- */
#section_mikuji{
    text-align: center;
    margin: 0 0 100px 0;
}

#section_mikuji #btn_omikuji{
    width: 407px;
    height: 407px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

#section_mikuji #btn_omikuji img{
    width: 407px;
    cursor: pointer;
    opacity: 1 !important;
}

.is_pc #section_mikuji #btn_omikuji:hover img,
.is_sp #section_mikuji #btn_omikuji.touch img{
    opacity: .8 !important;
}

#section_mikuji #btn_omikuji img{
    animation: btn_anim infinite step-end 1.5s;
    -ms-animation: btn_anim_safari infinite step-end 1.5s;
    -webkit-animation: btn_anim_webkit infinite step-end 1.5s;
}

.safari #section_mikuji #btn_omikuji img{
    animation: btn_anim_safari infinite step-end 1.5s;
}


@keyframes btn_anim{
1% { transform:translate3d(0,0,0); }
20% { transform:translate3d(0, -407px,0);}
30% { transform:translate3d(0,-814px,0);}
}

@keyframes btn_anim_safari{
1% { transform:translate3d(0,0,0); }
20% { transform:translate3d(0, -407px,0);}
30% { transform:translate3d(0,-814px,0);}
}

@keyframes btn_anim_webkit{
1% { transform:translate3d(0,0,0); }
20% { transform:translate3d(0, -407px,0);}
30% { transform:translate3d(0,-814px,0);}
}


@supports (-ms-ime-align:auto) {
    
#section_mikuji #btn_omikuji img{
    animation: inherit !important;
    transform: translate3d(0, -407px, 0);
}

}




/* --------------------------------------------------
*
    #mikuji_btm
*
-------------------------------------------------- */
#mikuji_btm{
    margin: 0 0 100px 0;
    text-align: center;
}

#mikuji_btm h4{
    margin: 0 0 20px 0;
}

#mikuji_btm .logo{
    margin: 0 0 25px 0;
}

#mikuji_btm .logo img{
    width: 197px;
}

#mikuji_btm .magazine_top{
    font-size: 20px;
}

#mikuji_btm .magazine_top a{
    color: #009fe8;
}


/* --------------------------------------------------
*
    #mikuji_foot_share
*
-------------------------------------------------- */
#mikuji_foot_share{
    margin: 0 0 50px 0;
    text-align: center;
}

#mikuji_foot_share ul{
    margin: 0 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#mikuji_foot_share ul.sns_share:before{
    content: 'シェアする';
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
}

#mikuji_foot_share li{
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}

#mikuji_foot_share li a{
    color: #231815;
    transition: opacity .1s ease;
}

#mikuji_foot_share li a:hover{
    text-decoration: none;
    opacity: .7;
    transition: opacity .15s ease .1s;
}

#mikuji_foot_share li i{
    font-size: 36px;
}

#mikuji_foot_share li span{
    margin: 0 0 0 0;
    display: block;
    font-size: 13px;
}



/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal_wrap{
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    display: none;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_window{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#modal_inner{
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #ffe200;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

#modal_inner::-webkit-scrollbar{ overflow:hidden; width:5px; background:#fff;}
#modal_inner::-webkit-scrollbar:horizontal{ height:5px;}
#modal_inner::-webkit-scrollbar-button{ display:none;}
#modal_inner::-webkit-scrollbar-piece{ background:#eee;}
#modal_inner::-webkit-scrollbar-piece:start{ background:#eee;}
#modal_inner::-webkit-scrollbar-thumb{ background:#333;}
#modal_inner::-webkit-scrollbar-corner{ background:#333;}

#modal_data{
    width: 100%;
    min-width: 960px;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
}

#modal_data img{
    width: 100%;
    height: auto;
}

#modal_window .overlay{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 1;
    -ms-filter: "alpha(opacity=1)";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
}

#modal_window .btn_close{
    width: 100%;
    height: 33px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal_window .btn_close span{
    width: 960px;
    height: 33px;
    display: inline-block;
    margin: 0 auto;
    background-image:url(../images/parts_img_modal_logo.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
}

#modal_window .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_wrap a img{
    transition: opacity .1s ease;
}

#modal_wrap a:hover img{
    opacity: .7;
    transition: opacity .15s ease .1s;
}

/* --------------------------------------------------
*
    #omikuji_header_modal
*
-------------------------------------------------- */
#omikuji_header_modal{
    height: 75px;
    margin: 0 0 50px 0;
    background-color: #231815;
    text-align: center;
    position: relative;
}

#omikuji_header_modal h1{
    display: inline-block;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 11;
}

#omikuji_header_modal h1 img{
    width: 129px;
}


/* --------------------------------------------------
*
    #mikuji_result
*
-------------------------------------------------- */
#mikuji_result{
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
}

.switch_css #mikuji_result{
    opacity: 1 !important;
}

#mikuji_result h2{
    margin: 0 0 40px 0;
    opacity: 0;
}

#mikuji_result h2 img{
    width: 430px !important;
}

#mikuji_result h3{
    margin: 0 0 20px 0;
    padding: 0 50px 15px 50px;
    display: inline-block;
    font-size: 40px;
    line-height: 1em;
    border-bottom: 1px solid #231815;
    opacity: 0;
}

#mikuji_result h3 br.sp{ display: none !important;}

#mikuji_result h3 .small{
    margin: 5px 0 0 0;
    font-size: 32px;
    display: block;
}

#mikuji_result h3 .notes{
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 1em;
    font-size: 13px;
    display: block;
    font-weight: normal;
}

#mikuji_result .desc{
    margin: 0 0 95px 0;
    font-size: 16px;
    opacity: 0;
}

#mikuji_result .desc br{
    margin: 0;
    padding: 0;
    line-height: 0;
}

#mikuji_result .desc br.sp{
    display: none;
}

#mikuji_result .copyright{
    margin: 60px 0 0 0;
}

#mikuji_result .copyright img{
    width: 197px;
}

#mikuji_result .magazine_top{
    margin: 20px 0 0 0;
    font-size: 20px;
}

#mikuji_result .magazine_top a{
    color: #009fe8;
}

.is_pc #mikuji_result .magazine_top a:hover,
.is_sp #mikuji_result .magazine_top a.touch{
    text-decoration: underline;
}

#mikuji_result #omake{
    padding: 0 0 60px 0;
    background-color: #ffe200;
}

#mikuji_result #omake .title{
    margin: 0 0 15px 0;
    position: relative;
    top: -25px;
}

#mikuji_result #omake .title img{
    width: 749px;
}

#mikuji_result .btn_omake{
    width: 241px;
    height: 241px;
    margin: 0 auto 40px auto;
    display: inline-block;
    background-image:url(../images/btn_omake.png);
    background-repeat: no-repeat;
    background-size: 241px;
    position: relative;
    cursor: pointer;
    transition: opacity .1s ease .0s;
}

#mikuji_result .btn_omake.on{ background-image:url(../images/btn_omake_on.png);}
#mikuji_result .btn_omake.restart{ background-image:url(../images/btn_omake_restart.png);}
#mikuji_result .btn_omake.restart.on{ background-image:url(../images/btn_omake_restart_on.png);}

#mikuji_result .btn_omake.on{
    opacity: 1 !important;
    cursor: default !important;
}

.is_pc #mikuji_result .btn_omake:hover,
.is_sp #mikuji_result .btn_omake.touch{
    opacity: .8;
    transition: opacity .15s ease .05s;
}

#mikuji_result .btn_omake:after{
    content: '';
    width: 130px;
    height: 80px;
    display: block;
    background-image:url(../images/parts_click.png);
    background-size: 260px;
    background-repeat: no-repeat;
    animation: click_anim infinite step-end 1.2s;
    position: absolute;
    top: 30px;
    right: -135px;
}

@keyframes click_anim{
1% { background-position-x: 0;}
50% { background-position-x: -135px;}
}

#omake_result_top{
    width: 744px;
    height: 169px;
    margin: 0 auto;
    font-family: 'ゴシックMB101 DB' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    background-image:url(../images/img_result_top_pc.png);
    background-repeat: no-repeat;
    position: relative;
}

#omake_result_top .res{
    width: 260px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
}

#omake_result_top .reel{
    opacity: 0;
    position: relative;
    transition: opacity .5s ease .25s;
}

#omake_result_top.on .reel{
    opacity: 1;
}

#omake_result_top .d{
    width: 100%;
    text-align: center;
    transition: opacity .6s ease;
    position: absolute;
    top: 0;
    left: 0;
}

#omake_result_top.on .d{
    opacity: 0;
}

#omake_result_top .r01{
    position: absolute;
    top: 4px;
    left: 80px;
}

#omake_result_top .r02{
    position: absolute;
    top: 4px;
    right: 0;
}

#omake_result_btm{
    width: 550px;
    height: 310px;
    margin: 10px auto 20px auto;
    background-color: #fff;
    box-sizing: border-box;
    border: 5px solid #000;
    position: relative;
}

#omake_result_btm .txt{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0;
    transform: scale(1.5) rotate(5deg) rotateY(25deg);
    -webkit-transform: scale(1.5) rotate(5deg) rotateY(25deg);
    transition: opacity .35s ease, transform 5s ease;
    -webkit-transition: opacity .35s ease, transform 5s ease;
}

#omake_result_btm.on .txt{
    opacity: 1;
    transform: scale(1) rotate(0) rotateY(0);
    -webkit-transform: scale(1) rotate(0) rotateY(0);
    transition: opacity .4s ease .2s, transform .5s ease-in .2s;
    -webkit-transition: opacity .4s ease .2s, transform .5s ease-in .2s;
}

#omake_result_btm .bg{
    width: 550px;
    height: 310px;
    display: block;
    background-image:url(../images/omake/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, transform .3s ease;
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
}

#omake_result_btm.on .bg{
    opacity: 0;
    transform: scale(1.01) rotate(0);
    -webkit-transform: scale(1.01) rotate(0);
}

#mikuji_result .btm_txt{
    opacity: 0;
    display: inline-block;
    transition: transform .45s ease .8s, opacity .45s ease .8s;
    -webkit-transition: transform .45s ease .8s, opacity .45s ease .8s;
    transform: translateY(15px) scale(1);
    -webkit-transform: translateY(15px) scale(1);
}

#mikuji_result.on .btm_txt{
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
}

#mikuji_result .btm_txt img{
    width: 388px;
    height: auto;
}


/* --------------------------------------------------
*
    #mikuji_foot_share_modal
*
-------------------------------------------------- */
#mikuji_foot_share_modal{
    margin: 0 0 50px 0;
    text-align: center;
}

#mikuji_foot_share_modal ul{
    position: relative;
}

#mikuji_foot_share_modal ul.sns_share:before{
    content: 'シェアする';
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
}

#mikuji_foot_share_modal li{
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}

#mikuji_foot_share_modal li a{
    color: #231815;
    transition: opacity .1s ease;
}

#mikuji_foot_share_modal li a:hover{
    text-decoration: none;
    opacity: .7;
    transition: opacity .15s ease .1s;
}

#mikuji_foot_share_modal li i{
    font-size: 36px;
}

#mikuji_foot_share_modal li span{
    margin: 0 0 0 0;
    display: block;
    font-size: 13px;
}
