html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-indent: 0;
    list-style: none
}

article,aside,details,figcaption,footer,header,hgroup,menu,nav,section {
    display: block;
    margin: 0;
    padding: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    -webkit-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    transform: scale(.5, .5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11001;
    position: fixed;
    overflow: hidden;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 11002
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 11001
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 11010;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto
}

.cfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cfix {
    display: inline-table
}

* html .cfix {
    height: 1%
}

.cfix {
    display: block
}

.mfp-iframe-scaler-tabMoviesModal {
    position: relative;
    margin-bottom: 60px
}

.movieHeader {
    position: relative;
    height: 50px
}

.movieHeader .modal-close {
    top: 0;
    right: 0
}

.movieTitle {
    width: 120px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    /* display: none; */
    text-indent: -9999px;
}

.movieTitle.current {
    display: block;
}

.movieTitle.movieTitleTvcm {
    background-image: url("../images/modal/modal_movie_ttl_tvcm.png")
}

.movieTitle.movieTitleIntro {
    background-image: url("../images/modal/modal_movie_ttl_intro.png")
}

.movieTabs {
    text-align: center
}

.movieTabs .movieTabItem {
    display: inline-block;
    margin: 0 10px
}

.movieTabs .movieTabItem button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    cursor: pointer;
    position: relative;
    width: 348px;
    height: 238px;
    background-repeat: no-repeat;
    background-position: center top
}

.movieTabs .movieTabItem button img {
    display: block
}

.movieTabs .movieTabItem button.current img {
    opacity: 0;
    visibility: hidden
}

.movieTabs .movieTabItem button.current.btnTvcm {
    background-image: url("../images/modal/modal_movie_tab_tvcm__active.png")
}

.movieTabs .movieTabItem button.current.btnIntro {
    background-image: url("../images/modal/modal_movie_tab_intro__active.png")
}

.movieTabs .movieTabItem button.hasNewIcon:after {
    content: "";
    display: none;
    position: absolute;
    top: -5px;
    right: 17px;
    width: 75px;
    height: 42px;
    background: url("../images/modal/modal_movie_icon_new.png") no-repeat center center
}

.mfp-iframe-scaler-softModal {
    max-width: 820px;
    width: 820px;
    margin: 0 auto;
    position: relative
}

.mfp-iframe-scaler-softModal iframe {
    width: 100%;
    height: 562px
}

.modal-close,.modal-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    cursor: pointer
}

.modal-close {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: url("../images/modal/modal_btn_close.png") no-repeat center center
}

.modal-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    text-indent: -9999px
}

.modal-arrow.modal-arrow-left {
    left: -60px;
    background: url("../images/modal/modal_btn_prev.png") no-repeat center center
}

.modal-arrow.modal-arrow-right {
    right: -60px;
    background: url("../images/modal/modal_btn_next.png") no-repeat center center
}

.index-last .modal-arrow-right {
    display: none;
    visibility: hidden
}

.index-first .modal-arrow-left {
    display: none;
    visibility: hidden
}

.modalWrapper {
    width: 100%;
    max-width: 820px;
    font-size: 12px;
    color: #000;
    line-height: 1.8em;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}

.modalHeader img,.modalfooter img {
    display: block;
    width: 100%
}

.modalContents {
    background-size: 100%;
    min-height: 371px;
    background-repeat: repeat-y;
    background-position: left top;
    padding: 0 3% 0 7%;
    position: relative
}

.contentsBg__iceclimber {
    background-image: url("../images/modal/iceclimber_middle.png")
}

.contentsBg__dracula {
    background-image: url("../images/modal/dracula_middle.png")
}

.contentsBg__atlantis {
    background-image: url("../images/modal/atlantis_middle.png")
}

.contentsBg__yiearkungfu {
    background-image: url("../images/modal/yiearkungfu_middle.png")
}

.contentsBg__excitebike {
    background-image: url("../images/modal/excitebike_middle.png")
}

.contentsBg__galaga {
    background-image: url("../images/modal/galaga_middle.png")
}

.contentsBg__gradius {
    background-image: url("../images/modal/gradius_middle.png")
}

.contentsBg__supercontra {
    background-image: url("../images/modal/supercontra_middle.png")
}

.contentsBg__supermario {
    background-image: url("../images/modal/supermario_middle.png")
}

.contentsBg__supermario3 {
    background-image: url("../images/modal/supermario3_middle.png")
}

.contentsBg__supermariousa {
    background-image: url("../images/modal/supermariousa_middle.png")
}

.contentsBg__zelda {
    background-image: url("../images/modal/zelda_middle.png")
}

.contentsBg__solomon {
    background-image: url("../images/modal/solomon_middle.png")
}

.contentsBg__downtownkoushin {
    background-image: url("../images/modal/downtownkoushin_middle.png")
}

.contentsBg__downtownmonogatari {
    background-image: url("../images/modal/downtownmonogatari_middle.png")
}

.contentsBg__doubledragon {
    background-image: url("../images/modal/doubledragon_middle.png")
}

.contentsBg__tsuppariozumo {
    background-image: url("../images/modal/tsuppariozumo_middle.png")
}

.contentsBg__drmario {
    background-image: url("../images/modal/drmario_middle.png")
}

.contentsBg__donkeykong {
    background-image: url("../images/modal/donkeykong_middle.png")
}

.contentsBg__ninja {
    background-image: url("../images/modal/ninja_middle.png")
}

.contentsBg__balloonfight {
    background-image: url("../images/modal/balloonfight_middle.png")
}

.contentsBg__pacman {
    background-image: url("../images/modal/pacman_middle.png")
}

.contentsBg__ff3 {
    background-image: url("../images/modal/ff3_middle.png")
}

.contentsBg__kirby {
    background-image: url("../images/modal/kirby_middle.png")
}

.contentsBg__makaimura {
    background-image: url("../images/modal/makaimura_middle.png")
}

.contentsBg__mariogolf {
    background-image: url("../images/modal/mariogolf_middle.png")
}

.contentsBg__mariobros {
    background-image: url("../images/modal/mariobros_middle.png")
}

.contentsBg__metroid {
    background-image: url("../images/modal/metroid_middle.png")
}

.contentsBg__adventureoflink {
    background-image: url("../images/modal/adventureoflink_middle.png")
}

.contentsBg__rockman2 {
    background-image: url("../images/modal/rockman2_middle.png")
}

.contentsLeft {
    float: left;
    width: 45%;
    max-width: 320px
}

.contentsRight {
    float: right;
    width: 55%
}

.contentsHero img {
    width: 100%
}

.contentsCatch {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 8px
}

.contetsDescription {
    text-align: justify;
    margin-bottom: 4px
}

.copyright {
    font-size: 9px;
    font-weight: bold;
    text-align: right;
    padding: 6px 0;
    line-height: 1.4em
}

.contentsNote {
    position: absolute;
    right: 4%;
    bottom: 8px;
    text-align: left;
    font-size: 9px;
    line-height: 1.4em
}

.softMovieContainer {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 340px;
    margin: 0 auto
}

.softMovieContainer .movieFrame img {
    display: block;
    position: absolute
}

.softMovieContainer .movieFrame .top,.softMovieContainer .movieFrame .bottom {
    left: 60px;
    right: 60px;
    width: calc(100% - 120px);
    max-width: 220px;
    height: 28px
}

.softMovieContainer .movieFrame .left,.softMovieContainer .movieFrame .right {
    top: 0;
    width: 60px;
    height: 100%
}

.softMovieContainer .movieFrame .top {
    top: 0
}

.softMovieContainer .movieFrame .bottom {
    bottom: 0
}

.softMovieContainer .movieFrame .left {
    left: 0
}

.softMovieContainer .movieFrame .right {
    right: 0
}

.softMovieContainer .softMovieInner {
    width: 312px;
    max-width: 100%;
    padding: 24px 0;
    margin: 0 auto;
    overflow: hidden;
    background: #000
}

.softMovieContainer iframe {
    width: 100%;
    max-width: 100%;
    height: 175px;
    vertical-align: middle
}

.softCapture {
    text-align: center
}
