/* =====================
  common
===================== */
#header_special {
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #e6e7e8;
    z-index: 10000;
}
#header_special .inner {
    display: flex;
    position: relative;
    max-width: 100% !important;
}
#header_special .inner .logo_tr {
    width: 180px;
}
#header_special .inner .logo_tr a {
    display: block;
    padding: 20px;
    height: 80px;
    width: 180px;
}
#header_special .inner .logo_tr a img {
    max-height: 40px;
}
#header_special .inner .logo_vb {
    position: absolute;
    right: 0px;
    padding: 20px;
}
#header_special .inner .logo_vb img {
    height: 40px;
    width: 439px;
}
footer {
    min-width: 1300px;
}
#special {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #333333;
    background: url(../../images/special/bg_pattern.gif) repeat-y center;
    background-size: 100%;
    font-size: 18px;
    font-weight: normal;
    z-index: 0;
    min-width: 1300px;
    overflow: hidden;
    padding-top: 80px;
}
#special .pc_none, .pc_none {
    display: none;
}
#special img, #special svg {
    width: 100%;
    height: auto;
    display: block;
}
#special .btn_fx {
    position: fixed;
    width: 152px;
    top: 100px;
    right: 20px;
    z-index: 9500;
}
#special a {
    text-decoration: none;
}
#special .inner {
    width: 1030px;
    margin: 0 auto;
}
.title {
    margin: 0 auto 35px auto;
}
.txt {
    margin-bottom: 40px;
}
.txt p {
    text-align: center;
}
/* =====================
  fv
===================== */
#fv {
    box-sizing: border-box;
    width: 100%;
    height: 648px;
    padding-top: 50.6%;
    overflow: hidden;
    position: relative;
    display: block;
}
.glitch {
    background: url(../../images/special/fv_image.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: -140px;
    z-index: 100 !important;
}
#fv .special_logo img {
    width: 598px;
    margin: 0 auto;
}
/* =====================
  container
===================== */
#container {
    padding: 50px 0 60px 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: 10px;
    display: block;
    position: absolute;
    opacity: 0.6;
    bottom: -14px;
}
.pattern_dot::before {
    width: 14px;
    height: 100%;
    right: -14px;
    background-position: top 10px right;
}
.pattern_dot::after {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    height: 14px;
    right: 0;
    background-position: top right -4px;
}
/* =====================
  f_house
===================== */
.f_house {
    width: 1300px;
    margin: 0 auto 65px auto;
}
/*  roof
------------------------*/
.roof {
    position: relative;
    width: 1279px;
    margin: 0 auto;
}
.roof::before, .roof::after {
    content: '';
    height: 13px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -13px;
}
.roof::before {
    width: 44px;
    left: 21px;
    background-image: url(../../images/special/bg_roof_l.png);
}
.roof::after {
    width: 55px;
    right: 0;
    background-image: url(../../images/special/bg_roof_r.png);
}
.roof img {
    width: 1279px;
    margin: 0 auto;
}
/*  room
------------------------*/
.room {
    background: #fff;
    width: 1170px;
    border-left: 4px solid #d42c25;
    border-right: 4px solid #d42c25;
    border-bottom: 4px solid #d42c25;
    box-sizing: border-box;
    margin: -4px auto 0 auto;
}
/*
.room.pattern_dot::after {
  bottom: -15px;
  right: -15px;
  width: calc( 100% + 9px );
  height: calc( 100% + 15px );
}
*/
.roof_txt {
    position: absolute;
    left: 0;
    width: 100%;
}
/* =====================
  r1
===================== */
/*  room
------------------------*/
#r1 .room {
    padding-top: 132px;
}
#r1 .roof_txt {
    top: -226px;
}
#r1 .roof_txt .inner {
    position: relative;
}
#r1 .roof_txt .txt_img {
    width: 735px;
    padding-left: 10px;
    /*
  padding: 55px 0 0 10px;
  */
}
/*  silhouette
------------------------*/
.silhouette {
    width: 353px;
    height: 345px;
    position: absolute;
    bottom: -40px;
    right: -20px;
}
.silhouette figure {
    position: absolute;
}
.silhouette .koikoi {
    width: 92px;
    left: 0;
    bottom: 15px;
}
.silhouette .kurekure {
    width: 220px;
    left: 65px;
    bottom: 45px;
}
.silhouette .shiretto {
    width: 74px;
    right: 0;
    bottom: 0;
}
.silhouette .hissori {
    width: 79px;
    right: 55px;
    top: 0;
}
/*  movie
------------------------*/
.movie {
    margin-bottom: 90px;
}
.movie .title {
    width: 675px;
}
/*  modal_movie
------------------------*/
.modal_movie {
    width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.modal_movie::before {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    background: url(../../images/special/btn_start.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 1;
    opacity: .8;
}
.capture.pattern_dot::before {
    width: 16px;
    right: -16px;
    bottom: -16px;
}
.capture.pattern_dot::after {
    height: 14px;
    bottom: -15px;
    width: calc(100% - 16px);
    background-position: top right -11px;
}
/*  movie_caption
------------------------*/
.movie_caption{
    color: #333;
    font-size: 1.4rem;
    line-height: 1.3;
    width: 60%;
    margin: auto;
    padding-top: 40px;
}
/*  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: 9999;
}
.modal_inner {
    width: 961px;
    z-index: 1;
}
.modal_inner .iframe {
    width: 100%;
    height: 537px;
    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: 350px;
    margin: 50px auto 0 auto;
    cursor: pointer;
}
/*  dgs
------------------------*/
.dgs figure {
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
}
.dgs .koikoi {
    width: 142px;
    left: -100px;
    top: -60px;
    transform: translate(100px, 100px);
}
.dgs .kurekure {
    width: 247px;
    right: -150px;
    top: -50px;
    transform: translate(-160px, 80px);
}
.dgs .shiretto {
    width: 106px;
    left: -90px;
    bottom: 0px;
    transform: translate(100px, 0);
}
.dgs .hissori {
    width: 142px;
    right: -150px;
    bottom: 0;
    transform: translate(-150px, 0);
}
/*  game
------------------------*/
.game .title {
    width: 572px;
}
.game .description img {
    width: 600px !important;
    margin: 0 auto 40px;
}
/* =====================
  r2
===================== */
#r2 {
    position: relative;
}
/*  roof
------------------------*/
#r2 .title {
    padding-top: 75px;
    width: 857px;
    margin-bottom: 30px;
}
/*  room
------------------------*/
#r2 .room {
    padding: 66px 0 55px 0;
}
#r2 .roof_txt {
    top: -285px;
}
/*  security_list
------------------------*/
.security_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.security_item {
    width: 500px;
    box-sizing: border-box;
    border: 24px solid #f9e7dc;
    margin: 15px 0;
    padding: 0 35px 30px 35px;
}
.item_title {
    width: 374px;
    margin: -40px auto 10px auto;
}
.thumb {
    width: 330px;
    margin: 0 auto;
}
.item_txt {
    font-size: 16px;
    letter-spacing: 0;
}
.product {
    width: 153px;
    height: 153px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -76.5px;
    margin-left: -76.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.product img {
    width: 153px !important;
    height: 120px !important;
    display: block !important;
}
/*  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: 155px;
    right: 25px;
    bottom: -33px;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.silhouette_p .koikoi_angry_top {
    position: absolute;
    width: 62px;
    height: 66px;
    -webkit-transform: rotate(78deg);
    -ms-transform: rotate(78deg);
    transform: rotate(78deg);
    right: -13px;
    bottom: -30px;
}
.silhouette_p .koikoi_angry_btm {
    position: absolute;
    width: 57px;
    height: 61px;
    -webkit-transform: rotate(0deg) scale(1, -1);
    -ms-transform: rotate(0deg) scale(1, -1);
    transform: rotate(0deg) scale(1, -1);
    right: 120px;
    bottom: -94px;
}
.silhouette_p .kurekure {
    width: 283px;
    left: -44px;
    top: 75px;
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
}
.silhouette_p .kurekure_angry_top {
    position: absolute;
    width: 87px;
    height: 87px;
    left: 167px;
    top: -25px;
}
.silhouette_p .kurekure_angry_btm {
    position: absolute;
    width: 87px;
    height: 87px;
    left: -20px;
    top: 290px;
    -webkit-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    transform: rotate(250deg);
}
.silhouette_p .shiretto {
    width: 103px;
    right: 82px;
    top: 106px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.silhouette_p .shiretto_angry_top {
    position: absolute;
    width: 60px;
    height: 66px;
    right: 140px;
    top: 64px;
}
.silhouette_p .shiretto_angry_btm {
    position: absolute;
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    width: 80px;
    height: 80px;
    right: 15px;
    top: 230px;
}
.silhouette_p .hissori {
    width: 111px;
    left: 35px;
    bottom: -40px;
    -webkit-transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
    transform: rotate(-67deg);
}
.silhouette_p .hissori_angry_top {
    position: absolute;
    width: 67px;
    height: 67px;
    -webkit-transform: rotate(120deg) scale(1, -1);
    -ms-transform: rotate(120deg) scale(1, -1);
    transform: rotate(120deg) scale(1, -1);
    left: -20px;
    bottom: -10px;
}
.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: 57px;
    height: 65px;
    left: 45px;
    bottom: -90px;
}
/* =====================
  check
===================== */
#check {
    margin: 85px 0 50px 0;
}
#check .title {
    width: 533px;
    margin-bottom: 30px;
}
#check .btn {
    width: 850px;
    margin: 0 auto;
}
#check .note {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #686767;
}
#check .note.pc_none {
    display: none;
}
/* =====================
  product
===================== */
#product {
    border-top: 4px solid #d42c25;
    padding: 56px 0;
}
#product .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.package {
    width: 420px;
}
.detail {
    width: 545px;
    padding: 30px 0;
}
.product_logo {
    margin-bottom: 20px;
}
.detail .txt {
    font-size: 16px;
    margin-bottom: 30px;
}
.detail .txt p {
    text-align: left;
}
.detail strong {
    color: #d42c25;
}
.btn_buy {
    background: #d42c25;
    border-radius: 10px;
    width: 100%;
    height: 63px;
    line-height: 63px;
    font-size: 28px;
}
.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(100px, 100px)
    }
    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(100px, 100px)
    }
}
.dgs figure.kurekure.pyoko {
    animation: kurekure 2.5s linear infinite;
}
@keyframes kurekure {
    0% {
        transform: translateY(0) translate(-160px, 80px)
    }
    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(-160px, 80px)
    }
}
.dgs figure.shiretto.pyoko {
    animation: shiretto 2.5s linear infinite;
}
@keyframes shiretto {
    0% {
        transform: translateY(0) translate(100px, 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(100px, 0)
    }
}
.dgs figure.hissori.pyoko {
    animation: hissori 2.5s linear infinite;
}
@keyframes hissori {
    0% {
        transform: translateY(0) translate(-150px, 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(-150px, 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;
}