.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000;
    top: 0;
}
.popupArea {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1001;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.popupAreaInner {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: 30px 40px;
}
.puTitle {
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 0;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
}
.puTitle img {
    height: 100%;
    width: auto;
}
.puTitle .title {
    height: 300px;
    display: inline-block;
}
.puTitle .title01,
.puTitle .title02 {
    height: 60px;
    display: inline-block;
}
.puCopy {
    font-size: 160%;
    font-weight: 800;
    text-align: center;
    line-height: 1.4em;
/*
    text-shadow: 0 2px 2px #fff, 2px 0 2px #fff, 0 -2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
*/
    margin-bottom: 20px;
}
.puCopy strong {
    font-size: 140%;
    vertical-align: baseline;
}
.underText {
    background: #4965ee;
    color: #fff;
    font-weight: 700;
    font-size: 120%;
    line-height: 1.3em;
    text-align: center;
    padding: 10px;
}
.popupArea p {
    font-size: 105%;
    line-height: 1.6em;
    margin-bottom: 0.8em;
/*
    color: #fff;
*/
    color: #000;
}
.popupArea p small {
    font-size: 90%;
    line-height: 1.5em;
    display: block;
    margin-top: 0.5em;
}
.popupArea button {
    display: block;
    margin: 0 auto;
}
#youtubeOuter {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0;
    display: none;
}
iframe#youtube {
    position: absolute!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    width: 100% !important;
    height: 100% !important;
}
.btnArea {
    margin: 0;
    font-size: 0;
    text-align: center;
}
#movieClose {
    display: none;
    margin-top: 15px;
}
.notShow {
    margin: 15px 5px 0;
    text-align: center;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,000000+100 */
    background: #333333;
    /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #333333 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}
.notShow span {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    background: url(mark01.png) left center no-repeat;
    background-size: 15px auto;
}
.notShow span small {
    font-size: 80%;
    display: inline-block;
}
.btnArea li {
    display: inline-block;
    font-size: 17px;
    text-align: left;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    margin: 0 5px;
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 280px;
    cursor: pointer;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,000000+100 */
    background: #333333;
    /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #333333 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}
li.movieBtn span {
    background: url(mark01.png) left center no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
}
li.skipBtn span {
    background: url(mark02.png) left center no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
}
.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background: url(close.png) center center no-repeat #fff;
    background-size: 40% auto;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
}
.showitem {
    display: block!important;
}
.hiddenitem {
    display: none;
}
@media screen and (max-width: 790px) {
    .popupArea {
        width: 90%;
        background: none;
    }
    .popupAreaInner {
        padding: 30px 5% 20px;
        margin: 0;
        background: rgba(255, 255, 255, 0.6);
    }
    .puTitle {
        margin-bottom: 15px;
        padding: 8px 0;
    }
    .puTitle img {
        height: auto;
        width: 100%;
    }
    .puTitle .title01,
    .puTitle .title02 {
        width: 70%;
        max-width: 300px;
        margin: 0 auto;
        height: auto;
        display: block;
    }
    .puCopy {
        font-size: 100%;
        font-weight: 800;
        text-align: left;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .puCopy br {
        display: none;
    }
    .underText {
        text-align: left;
        font-size: 90%;
        padding: 10px 5%;
    }
    .underText br {
        display: none;
    }
    .btnArea li {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 12px 10px;
        border-radius: 6px;
        min-width: 80%;
        width: 90%;
    }
    li.movieBtn span {
        background: url(mark01.png) left center no-repeat;
        background-size: 10px auto;
        padding-left: 15px;
    }
    li.skipBtn span {
        background: url(mark02.png) left center no-repeat;
        background-size: 10px auto;
        padding-left: 15px;
    }
    .close {
        position: absolute;
        right: -10px;
        top: -20px;
        width: 40px;
        height: 40px;
    }
    .notShow {
        width: 90%;
        margin: 15px auto 0;
        border-radius: 6px;
        text-align: left;
    }
    .notShow span {
        font-size: 16px;
        line-height: 1.2em;
        padding: 12px 0 12px 25px;
        background: url(mark01.png) left 10px top 15px no-repeat;
        background-size: 10px auto;
    }
}