/* =====================
  common
===================== */
a:hover {
    text-decoration: initial;
}
a:hover img {
    opacity: initial;
}
#header_special {
    background-color: #FFFFFF;
    width: 100%;
    border-bottom: 1px solid #e6e7e8;
    z-index: 10000;
    height: 60px;
    background: #fff;
}
#header_special .inner {
    display: flex;
    position: relative;
    max-width: 100% !important;
    padding: 0 !important;
}
#header_special .inner .logo_tr {
    width: 180px;
}
#header_special .inner .logo_tr a {
    margin-right: 10px;
    height: 60px;
    padding: 10px;
    display: block;
}
#header_special .inner .logo_tr a img {
    max-height: 38px;
}
#header_special .inner .logo_vb {
    position: absolute;
    right: 0px;
    padding: 20px;
}
#header_special .inner .logo_vb img {
    height: 20px;
}
@media screen and (max-width:320px) {
    #header_special .inner .logo_vb img {
        height: 15px;
    }
}
#special {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #333333;
    background: url(../../images/special/bg_pattern_sp.gif) repeat-y center;
    background-size: 100%;
    font-size: 12px;
    font-weight: bold;
    z-index: 0;
    overflow: hidden;
}
#special .sp_none, .sp_none {
    display: none;
}
#special img, #special svg {
    width: 100%;
    height: auto;
    display: block;
}
#special .btn_fx {
    position: absolute;
    width: 22%;
    top: 70px;
    right: 2%;
    z-index: 1500;
}
.btn_fx.pc_none.fixed {
    position: fixed !important;
    top: 10px !important;
}
/*#header_fixed.zc,
#special .btn_fx.zc{
	z-index: 900;
}*/
#special a {
    text-decoration: none;
}
#special .inner {
    padding: 0 20px;
}
.title {
    margin: 0 auto 15px auto;
}
.txt {
    margin-bottom: 20px;
    line-height: 1.5;
}
.txt p {
    text-align: center;
}
/* =====================
  fv
===================== */
#fv {
    box-sizing: border-box;
    width: 100%;
    height: 220.5px;
    padding-top: 58.8%;
    overflow: hidden;
    position: relative;
    display: block;
}
.glitch {
    background: url(../../images/special/fv_image_sp.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fv .special_logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -14%;
    z-index: 100 !important;
}
#fv .special_logo img {
    width: 68%;
    margin: 0 auto;
}
/* =====================
  container
===================== */
#container {
    padding: 20px 0 35px 0;
}
/* =====================
  pattern_dot
===================== */
.pattern_dot {
    position: relative;
}
.pattern_dot::before, .pattern_dot::after {
    content: '';
    background-image: url(../../images/special/pattern_dot.png);
    background-repeat: repeat;
    background-size: 5px;
    display: block;
    position: absolute;
    opacity: 0.6;
    bottom: -9px;
}
.pattern_dot::before {
    width: 9px;
    height: -webkit-calc(100% + 9px);
    height: calc(100% + 9px);
    right: -9px;
    background-position: top 6px right;
}
.pattern_dot::after {
    width: -webkit-calc(100% - 9px);
    width: calc(100% - 9px);
    height: 9px;
    right: 0;
    background-position: top 1px right -4px;
}
/* =====================
  f_house
===================== */
.f_house {
    width: 100%;
    margin: 0 auto 15px auto;
    position: relative;
}
/*  roof
------------------------*/
.roof {
    position: relative;
}
.roof::before, .roof::after {
    content: '';
    height: 6.5px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -6.5px;
}
.roof::before {
    width: 13px;
    left: -webkit-calc(4.5% - 14px);
    left: calc(4.5% - 14px);
    background-image: url(../../images/special/bg_roof_l.png);
}
.roof::after {
    width: 9px;
    right: -webkit-calc(4.5% - 16px);
    right: calc(4.5% - 16px);
    background-image: url(../../images/special/bg_roof_r_sp.png);
}
/*  room
------------------------*/
.room {
    background: #fff;
    width: 91%;
    border-left: 2px solid #d42c25;
    border-right: 2px solid #d42c25;
    border-bottom: 2px solid #d42c25;
    box-sizing: border-box;
    margin: -1px auto;
}
.roof_txt {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
}
/* =====================
  r1
===================== */
/*  roof
------------------------*/
#r1 .roof_txt {
    top: -80px;
}
#r1 .roof_txt .inner {
    padding: 0;
}
#r1 .roof_txt .txt_img {
    width: 90%;
    margin: 0 auto 30px;
}
@media screen and (max-width:320px) {
    #r1 .roof_txt .txt_img {
        margin: 0 auto 10px;
    }
}
/*  silhouette
------------------------*/
.silhouette {
    width: 276.5px;
    height: 128px;
    margin: 10px auto 0 auto;
    position: relative;
}
.silhouette figure {
    position: absolute;
}
.silhouette .koikoi {
    width: 52px;
    left: 0;
    bottom: 0;
}
.silhouette .kurekure {
    width: 125px;
    left: 50px;
    bottom: 0;
}
.silhouette .shiretto {
    width: 42px;
    right: 55px;
    bottom: 0;
}
.silhouette .hissori {
    width: 45.5px;
    right: 0;
    top: 0;
}
/*  room
------------------------*/
#r1 .room {
    padding-top: 59%;
}
/*  movie
------------------------*/
.movie {
    margin-bottom: 40px;
}
.movie .title {
    width: 90%;
}
/*  modal_movie
------------------------*/
.modal_movie {
    width: 72%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.modal_movie::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../images/special/btn_start.svg) no-repeat center;
    background-size: 24%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .8;
}
.capture.pattern_dot::before {
    width: 7px;
    height: 100%;
    right: -7px;
    bottom: -7px;
}
.capture.pattern_dot::after {
    height: 7px;
    bottom: -7px;
    width: -webkit-calc(100% - 7px);
    width: calc(100% - 7px);
}
/*  movie_caption
------------------------*/
.movie_caption{
    color: #333;
    font-size: 1.2rem;
    line-height: 1.3;
    width: 72%;
    margin: auto;
    padding-top: 20px;
}
/*  modal_contents
------------------------*/
.modal_contents {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1000;
}
.modal_inner {
    width: 90%;
    z-index: 1;
}
.modal_inner .iframe {
    width: 100%;
    height: 35vh;
    position: relative;
}
.modal_inner .iframe iframe, .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.modal_bg {
    background: rgba(0, 0, 0, 0.7);
}
.modal_contents .close {
    width: 75%;
    margin: 30px auto 0 auto;
    cursor: pointer;
}
/*  dgs
------------------------*/
.dgs figure {
    position: absolute;
    z-index: -1;
    transition: all .8s ease;
}
.dgs .koikoi {
    width: 43px;
    left: -30px;
    top: -20px;
    transform: translate(50px, 20px);
}
.dgs .kurekure {
    width: 75px;
    right: -50px;
    top: -15px;
    transform: translate(-58px, 30px);
}
.dgs .shiretto {
    width: 32px;
    left: -30px;
    bottom: -0px;
    transform: translate(30px, 0);
}
.dgs .hissori {
    width: 43px;
    right: -45px;
    bottom: 0;
    transform: translate(-50px, 0);
}
/*  game
------------------------*/
.game .title {
    width: 75%;
    margin-bottom: 25px;
}
.game .description img {
    width: 85% !important;
    margin: 0 auto;
}
.game .game_area {
    padding: 20px 20px 0;
}
.game .game_area .img {
    margin-bottom: 20px;
}
.game .game_area .txt_img {
    padding: 0 15%;
}
/* =====================
  r2
===================== */
#r2 {
    position: relative;
}
/*  roof
------------------------*/
#r2 .title {
    margin-bottom: 10px;
    width: 66%;
}
/*  room
------------------------*/
#r2 .room {
    padding: 33% 0 20px 0;
}
/*  security_list
------------------------*/
.security_list {
    position: relative;
}
.security_item {
    box-sizing: border-box;
    border: 15px solid #f9e7dc;
    margin-bottom: 25px;
}
.security_item:last-of-type {
    margin-bottom: 0;
}
.item_title {
    width: 95%;
    margin: -21px auto 10px auto;
}
.thumb {
    width: 75%;
    margin: 0 auto;
}
.item_txt {
    padding: 5px 25px 20px 25px;
}
.product {
    width: 50%;
    margin: 0 auto 20px auto;
}
/*  silhouette_p
------------------------*/
.silhouette_p figure {
    position: absolute;
}
.silhouette_p figure::before, .silhouette_p figure::after {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.silhouette_p .koikoi {
    width: 60px;
    right: 13px;
    bottom: -23px;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.silhouette_p .koikoi_angry_top {
    position: absolute;
    width: 21px;
    height: 23px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 1px;
    bottom: -25px;
}
.silhouette_p .koikoi_angry_btm {
    position: absolute;
    width: 23px;
    height: 26px;
    -webkit-transform: rotate(45deg) scale(1, -1);
    -ms-transform: rotate(45deg) scale(1, -1);
    transform: rotate(45deg) scale(1, -1);
    right: 72px;
    bottom: -19px;
}
.silhouette_p .kurekure {
    width: 95px;
    left: -11px;
    top: 30px;
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg);
}
.silhouette_p .kurekure_angry_top {
    position: absolute;
    width: 30px;
    height: 35px;
    left: 70px;
    top: 5px;
}
.silhouette_p .kurekure_angry_btm {
    position: absolute;
    width: 30px;
    height: 32px;
    left: -10px;
    top: 101px;
    -webkit-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    transform: rotate(250deg);
}
.silhouette_p .shiretto {
    width: 35px;
    right: 24px;
    top: 37px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.silhouette_p .shiretto_angry_top {
    position: absolute;
    width: 20px;
    height: 24px;
    right: 42px;
    top: 25px;
}
.silhouette_p .shiretto_angry_btm {
    position: absolute;
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    width: 25px;
    height: 28px;
    right: 5px;
    top: 80px;
}
.silhouette_p .hissori {
    width: 45px;
    left: 15px;
    bottom: -7px;
    -webkit-transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
    transform: rotate(-67deg);
}
.silhouette_p .hissori_angry_top {
    position: absolute;
    width: 25px;
    height: 29px;
    -webkit-transform: rotate(120deg) scale(1, -1);
    -ms-transform: rotate(120deg) scale(1, -1);
    transform: rotate(120deg) scale(1, -1);
    left: -5px;
    bottom: 5px;
}
.silhouette_p .hissori_angry_btm {
    position: absolute;
    -webkit-transform: rotate(0deg) scale(1, -1);
    -ms-transform: rotate(0deg) scale(1, -1);
    transform: rotate(0deg) scale(1, -1);
    width: 25px;
    height: 30px;
    left: 18px;
    bottom: -28px;
}
/* =====================
  check
===================== */
#check {
    margin: 35px 0 25px 0;
}
#check .title {
    width: 65%;
}
#check .btn {
    width: 90%;
    margin: 0 auto;
}
#check .note {
    font-size: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #686767;
}
#check .note a {
    color: #d42c25;
    text-decoration: underline;
}
#check .note.sp_none {
    display: none;
}
/* =====================
  product
===================== */
#product {
    border-top: 2px solid #d42c25;
    padding: 40px 0;
}
.package {
    width: 60%;
    margin: 0 auto 25px auto;
}
.product_logo {
    margin-bottom: 15px;
}
.detail .txt p {
    text-align: left;
}
.detail strong {
    color: #d42c25;
}
.btn_buy {
    background: #d42c25;
    border-radius: 5px;
    width: 100%;
    height: 36.5px;
    line-height: 36.5px;
    font-size: 17px;
}
.btn_buy a {
    color: #fff;
    display: block;
    text-align: center;
}
/* =====================
  fadeIn
===================== */
.sa {
    opacity: 0;
    transition: all .8s ease;
}
.sa.show {
    opacity: 1;
}
.sa_lr {
    transform: translate(-100px, 0);
}
.sa_rl {
    transform: translate(100px, 0);
}
.sa_up {
    transform: translate(0, 100px);
}
.sa_down {
    transform: translate(0, -100px);
}
.sa_scaleUp {
    transform: scale(.5);
}
.sa_scaleDown {
    transform: scale(1.5);
}
.sa_rotateL {
    transform: rotate(180deg);
}
.sa_rotateR {
    transform: rotate(-180deg);
}
.dgs figure {
    transform-origin: 50% 50%;
}
.dgs figure.koikoi.pyoko {
    animation: koikoi 2.5s linear infinite;
}
@keyframes koikoi {
    0% {
        transform: translateY(0) translate(50px, 20px)
    }
    8% {
        transform: translate(0, 0)
    }
    25% {
        transform: translateY(-10px) rotate(5deg)
    }
    50% {
        transform: translateY(0) rotate(-5deg)
    }
    75% {
        transform: translateY(-10px) rotate(-5deg)
    }
    92% {
        transform: translate(0, 0) rotate(5deg)
    }
    100% {
        transform: translateY(0) translate(50px, 20px)
    }
}
.dgs figure.kurekure.pyoko {
    animation: kurekure 2.5s linear infinite;
}
@keyframes kurekure {
    0% {
        transform: translateY(0) translate(-58px, 30px)
    }
    10% {
        transform: translate(0, 0)
    }
    25% {
        transform: translateY(10px) rotate(5deg)
    }
    50% {
        transform: translateY(0) rotate(-5deg)
    }
    75% {
        transform: translateY(10px) rotate(-5deg)
    }
    92% {
        transform: translate(0, 0) rotate(5deg)
    }
    100% {
        transform: translateY(0) translate(-58px, 30px)
    }
}
.dgs figure.shiretto.pyoko {
    animation: shiretto 2.5s linear infinite;
}
@keyframes shiretto {
    0% {
        transform: translateY(0) translate(30px, 0)
    }
    10% {
        transform: translate(0, 0)
    }
    25% {
        transform: translateY(10px) rotate(5deg)
    }
    50% {
        transform: translateY(0) rotate(-5deg)
    }
    75% {
        transform: translateY(10px) rotate(-5deg)
    }
    92% {
        transform: translate(0, 0) rotate(5deg)
    }
    100% {
        transform: translateY(0) translate(30px, 0)
    }
}
.dgs figure.hissori.pyoko {
    animation: hissori 2.5s linear infinite;
}
@keyframes hissori {
    0% {
        transform: translateY(0) translate(-50px, 0)
    }
    8% {
        transform: translate(0, 0)
    }
    25% {
        transform: translateY(-10px) rotate(5deg)
    }
    50% {
        transform: translateY(0) rotate(-5deg)
    }
    75% {
        transform: translateY(-10px) rotate(-5deg)
    }
    92% {
        transform: translate(0, 0) rotate(5deg)
    }
    100% {
        transform: translateY(0) translate(-50px, 0)
    }
}
/* =====================
  animate
===================== */
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.silhouette .sa.show, .silhouette_p .sa.show {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}