@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Top Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #catch ---------------------- */

#catch {
    display: none;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    min-width: 100%;
}

#catch p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%;
}

#catch p img.catch1 {
    opacity: 0;
    width: 90%;
    float: left;
    padding-bottom: 30px;
}

#catch p img.catch2 {
    opacity: 0;
    width: 90%;
    float: right;
}

@media screen and (min-width: 640px) {
    #catch p {
        min-width: auto;
        width: 750px;
    }
    #catch p img.catch1 {
        width: 70%;
    }
    #catch p img.catch2 {
        width: 70%;
    }
}


/* --- #move ---------------------- */

.field {
    position: fixed;
    width: 100%;
    height: 100%;
}

.item1 {
    display: block;
    width: 25px;
    height: 25px;
    background-color: rgba(35, 157, 218, 0.6);
    position: absolute;
    top: 105vh;
}

.item2 {
    display: block;
    width: 15px;
    height: 15px;
    background-color: rgba(35, 157, 218, 0.6);
    position: absolute;
    top: 105vh;
}

.item3 {
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(35, 157, 218, 0.6);
    position: absolute;
    top: 105vh;
}


/*animation Setting*/

@keyframes shake {
    0% {
        transform: translateX(10px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(10px);
    }
    50% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(10px);
    }
}


/*animation Play*/

.shake {
    animation: shake 2s ease 0s infinite normal;
    -webkit-animation: shake 2s ease 0s infinite normal;
}


/*animation Setting*/

@keyframes move {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-1000px);
        opacity: 0;
    }
}

.field div:nth-child(1) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
    -webkit-animation-duration: 6.5s;
    animation-duration: 6.5s;
    left: calc(50% + 27*1vw);
}

.field div:nth-child(2) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 6.1s;
    animation-duration: 6.1s;
    left: calc(50% + -30*1vw);
}

.field div:nth-child(3) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 7.9s;
    animation-duration: 7.9s;
    left: calc(50% + -17*1vw);
}

.field div:nth-child(4) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 10.8s;
    animation-duration: 10.8s;
    left: calc(50% + 1*1vw);
}

.field div:nth-child(5) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 9.5s;
    animation-duration: 9.5s;
    left: calc(50% + 32*1vw);
}

.field div:nth-child(6) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 14.7s;
    animation-duration: 14.7s;
    left: calc(50% + 43*1vw);
}

.field div:nth-child(7) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-duration: 23s;
    animation-duration: 23s;
    left: calc(50% + 34*1vw);
}

.field div:nth-child(8) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-duration: 12.6s;
    animation-duration: 12.6s;
    left: calc(50% + 12*1vw);
}

.field div:nth-child(9) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 9.2s;
    animation-duration: 9.2s;
    left: calc(50% + 3*1vw);
}

.field div:nth-child(10) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
    -webkit-animation-duration: 20.8s;
    animation-duration: 20.8s;
    left: calc(50% + -14*1vw);
}

.field div:nth-child(11) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    left: calc(50% + -45*1vw);
}

.field div:nth-child(12) {
    -webkit-animation: move ease-in infinite;
    animation: move ease-in infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 8.4s;
    animation-duration: 8.4s;
    left: calc(50% + -6*1vw);
}

.field div:nth-child(2n),
.field div:nth-child(7) {
    background-color: rgba(35, 157, 218, 0.1);
}


/* --- #top ---------------------- */

#content #top {
    padding-bottom: 50px;
    position: relative;
}

#content #top div.inner {
    max-width: none;
    position: relative;
}

#content #top div.inner img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#content #top div.inner img {
    opacity: 0.0;
    will-change: opacity;
    transition: opacity 2.0s ease 1.0s;
}

#wrapper.on #content #top div.inner img {
    opacity: 1.0;
}

#content #top div.inner img.pcview {
    display: none;
}

#content #top div.inner img.spview {
    display: inline-block;
}

#content #top div.inner h1.title {
    color: #fff;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 2px 2px 3px #333;
}

#content #top div.inner h1.title {
    height: auto;
    min-width: 0;
    opacity: 0.0;
    will-change: opacity;
    transition: opacity 2.0s ease 3.0s;
}

#wrapper.on #content #top div.inner h1.title {
    opacity: 1.0;
}

#content #top div.inner div.txt h1.title img {
    margin-bottom: 3.0rem;
    margin-top: 10px;
    width: 90%;
    height: auto;
    text-shadow: none;
}

@media screen and (min-width: 640px) {
    #content #top {
        padding-bottom: 25px;
    }
    #content #top div.inner img {
        width: 100vw;
        height: 100%;
    }
    #content #top div.inner img.pcview {
        display: inline-block;
    }
    #content #top div.inner img.spview {
        display: none;
    }
    #content #top div.inner h1.title {
        color: #fff;
        font-size: 1.8rem;
        width: 60%;
        text-align: center;
        letter-spacing: 10px;
    }
    #content #top div.inner div.txt h1.title img {
        max-width: 100%;
    }
}


/* --- #opmovie ---------------------- */

#content #opmovie {
    position: relative;
    z-index: 99;
}

#content #opmovie .opmovie_wrap {
    position: static;
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}

#content #opmovie .opmovie_wrap span {
    width: 100%;
    display: inline-block;
    margin: 0px auto 5px;
    background: #00bcfd;
    text-align: center;
    z-index: 120;
    color: #fff;
    line-height: 2rem;
    padding: 5px 0px;
}

#content #opmovie .opmovie_wrap a {
    border: 1px solid #239dda;
}

@media screen and (min-width: 640px) {
    #content #opmovie .opmovie_wrap {
        position: absolute;
        width: 360px;
        right: 10%;
        bottom: 110px;
        margin: auto;
        padding-bottom: 0;
    }
    #content #opmovie .opmovie_wrap span {
        font-size: 1.6rem;
    }
}


/* --- #info ---------------------- */

#content #info {
    margin-bottom: 50px;
    position: relative;
}

#content #info {
    opacity: 0.0;
    will-change: opacity;
    transition: opacity 2.0s ease 3.0s;
}

#wrapper.on #content #info {
    opacity: 1.0;
}

#content #info div.inner {
    padding: 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    text-align: center;
}

#content #info div.inner .release {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#content #info div.inner .release img {
    width: 90%;
    height: auto;
}

#content #info #wn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 92%;
    padding-bottom: 20px;
}

#content #info #wn h3 {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: none;
    padding-bottom: 5px;
}

#content #info #wn h3:after {
    content: "";
    border: solid 1px #239dda;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

#content #info #wn div.box {
    overflow: hidden;
    height: auto;
    max-height: 200px;
}

#content #info #wn div.box .mCSB_container {
    margin-right: 0;
}

#content #info #wn div.box .mCSB_scrollTools_vertical {
    visibility: hidden;
}

#content #info #wn div.box ul li {
    padding: 10px;
    border-bottom: solid 1px #dfdfdf;
}

#content #info #wn div.box ul li span.time {
    color: #8b8e9c;
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: normal;
    display: inline-block;
}

#content #info #wn div.box ul li span.time:after {
    content: "";
    border: solid 1px #239dda;
    top: 0;
    bottom: 0;
    margin: 0 15px;
}

#content #info #wn div.box ul li span.label {
    color: #8b8e9c;
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: normal;
    display: inline-block;
}

#content #info #wn div.box ul li p {
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-align: left;
}

#content #info.slider {
    display: none;
}

#content #info.slider.slick-initialized {
    display: block;
}

#content #info .slider_wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px 20px;
    box-sizing: border-box;
    -ms-flex: 0 1 auto;
}

#content #info .slick-slide {
    margin: 0 5px;
}

#content #info .slick-slide a img {
    width: 100%;
    height: auto;
    -ms-flex: 0 1 auto;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content #info .slick-slide a img:hover {
    opacity: 0.7;
}

#content #info .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

#content #info .slick-active {
    opacity: 1;
}

#content #info .slick-current {
    opacity: 1;
}

#content #info .thumb {
    margin: 20px 0 0;
}

#content #info .thumb .slick-slide {
    cursor: pointer;
}

#content #info .thumb .slick-slide:hover {
    opacity: 0.7;
}

@media screen and (min-width: 640px) {
    #content #info {
        margin-bottom: 60px;
    }
    #content #info div.inner .release {
        padding-bottom: 50px;
    }
    #content #info div.inner .release img {
        width: 100%;
    }
    #content #info #wn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }
    #content #info #wn h3 {
        position: relative;
        height: 200px;
        margin: 0;
        padding: 0;
        min-width: 0;
        max-width: 200px;
        margin-bottom: auto;
        width: 25%;
        padding-top: 85px;
        text-align: left;
        font-size: 2.4rem;
    }
    #content #info #wn h3:after {
        content: "";
        border: solid 1px #239dda;
        right: 0;
        top: 0;
        bottom: 0;
        left: auto;
        margin: 0 30px;
    }
    #content #info #wn div.box {
        overflow: auto;
        padding: 0;
        width: 75%;
    }
    #content #info #wn div.box li {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    #content #info #wn div.box ul li span.time {
        font-size: 1.5rem;
        float: left;
        margin-right: 15px
    }
    #content #info #wn div.box ul li span.time:after {
        content: none;
    }
    #content #info #wn div.box ul li span.label {
        font-size: 1.5rem;
        float: left;
        min-width: 170px;
        border-right: 2px solid #239dda;
        border-left: 2px solid #239dda;
    }
    #content #info #wn div.box ul li p {
        float: left;
        font-size: 1.5rem;
        margin-left: 15px;
    }
    #content #info .slider_wrap {
        padding: 0 25px 30px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Story&Concept Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #story ---------------------- */

#content #story {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #story img {
    position: relative;
    width: auto;
    height: 100vh;
    margin-left: -80%;
    max-width: none;
}

#content #story h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #story h3:before,
#content #story h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #story h3:before {
    left: 0;
}

#content #story h3:after {
    right: 0;
}

#content #story #story_wrap {
    position: relative;
}

#content #story .side_title {
    display: none;
}

#content #story .story_txt {
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 5%;
}

#content #story .story_txt p {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 3rem;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content #story .story_txt p:first-child {
    font-size: 1.8rem;
    color: #239dda;
}

#content #story .story_txt p:last-child,
#content #story .story_text p:last-child {
    margin-bottom: 0px;
}

#content #story .story_txt p span.hero,
#content #story .story_text p span.hero {
    color: #239dda;
}

#content #story .story_txt p span.heroin,
#content #story .story_text p span.heroin {
    color: #f66e9e;
}

#content #story .story_text {
    position: relative;
    padding: 32px 0;
}

#content #story .story_text p {
    width: 90%;
    margin: 0 auto;
    color: #000;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 3rem;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content #story .story_ap_bg {
    /* 画像ファイルの指定 */
    background-image: url(../../_img/apollocrisis_back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 640px) {
    #content #story {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #story img {
        width: 100vw;
        height: auto;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #content #story h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #story .side_title {
        display: block;
        font-size: 10rem;
        line-height: 10rem;
        position: absolute;
        left: -15px;
        top: 150px;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        color: #FFF;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        z-index: 30;
        font-weight: 600;
    }
    #content #story .story_txt {
        top: 50%;
        height: 46rem;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    #content #story .story_txt p {
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 3.5rem;
    }
    #content #story .story_txt p:first-child {
        font-size: 2.5rem;
    }
    #content #story .story_text p {
        font-size: 2.4rem;
        line-height: 5rem;
    }
}


/* --- #concept ---------------------- */

#content #concept {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #concept img {
    position: relative;
    width: auto;
    height: 100vh;
    margin-left: -85%;
    max-width: none;
}

#content #concept h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #concept h3:before,
#content #concept h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #concept h3:before {
    left: 0;
}

#content #concept h3:after {
    right: 0;
}

#content #concept #concept_wrap {
    position: relative;
}

#content #concept .bg_wrap {
    position: relative;
}

#content #concept .bg_wrap img.bg {
    position: absolute;
}

#content #concept .bg_wrap img.bg_chara {
    display: none;
}

#content #concept .bg_wrap img.bg_main {
    position: relative;
}

#content #concept .side_title {
    display: none;
}

#content #concept .concept_txt {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content #concept .concept_txt h4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #666;
    font-style: italic;
}

#content #concept .concept_txt h4 br {
    display: block;
}

#content #concept .concept_txt h4 strong {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #239dda;
    font-style: italic;
    font-weight: 600;
}

#content #concept .concept_txt p {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 3rem;
}

#content #concept .concept_txt p:last-child {
    margin-bottom: 0px;
}

@media screen and (min-width: 640px) {
    #content #concept {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #concept img {
        width: 100vw;
        height: auto;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #content #concept h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #concept .side_title {
        display: block;
        font-size: 10rem;
        line-height: 10rem;
        position: absolute;
        right: -15px;
        top: 150px;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        color: #FFF;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        z-index: 30;
        font-weight: 600;
    }
    #content #concept .bg_wrap img.bg_chara {
        display: block;
        position: absolute;
    }
    #content #concept .concept_txt {
        top: 70%;
        height: 39rem;
        width: 55%;
        right: 25%;
        bottom: auto;
        left: auto;
        transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
    }
    #content #concept .concept_txt h4 {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    #content #concept .concept_txt h4 br {
        display: none;
    }
    #content #concept .concept_txt h4 strong {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    #content #concept .concept_txt p {
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 3.5rem;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Character Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #character ---------------------- */

#content #character {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #character h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 15px;
}

#content #character h3:before,
#content #character h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #character h3:before {
    left: 0;
}

#content #character h3:after {
    right: 0;
}

#content #character .charamenu {
    width: 95%;
    margin: 0 auto 50px;
}

#content #character .charamenu ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content #character .charamenu li {
    width: 20%;
    padding: 5px;
    position: relative;
    overflow: hidden;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content #character .charamenu li:hover {
    opacity: 0.7;
}

#content #character .charamenu li a {
    display: inline-block;
}

#content #character .chara_visual {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    margin: 0 auto;
    z-index: -1;
}

#content #character .shape_back {
    width: 100%;
    height: 400px;
    z-index: -1;
    position: absolute;
    right: auto;
    top: 10px;
    margin-left: -5%;
    clip-path: polygon(49.5% 0, 100% 0, 49.5% 100%, 0 100%);
    -webkit-clip-path: polygon(49.5% 0, 100% 0, 49.5% 100%, 0 100%);
}

#content #character .shape_border {
    width: 100%;
    height: 404px;
    clip-path: polygon(49.3% 0, 100.1% 0, 49.8% 100%, -0.1% 100%);
    -webkit-clip-path: polygon(49.3% 0, 100.1% 0, 49.8% 100%, -0.1% 100%);
}

#content #character .shape_front {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 120%;
    transition-property: background-position;
    transition-duration: .7s;
    transition-delay: .035s;
    clip-path: polygon(49.5% 0, 100% 0, 49.5% 100%, 0 100%);
    -webkit-clip-path: polygon(49.5% 0, 100% 0, 49.5% 100%, 0 100%);
}

#content #character #rom .shape_front:before,
#content #character #iin .shape_front:before,
#content #character #snb .shape_front:before,
#content #character #ksm .shape_front:before {
    content: "";
    width: 100%;
    height: 0;
    background: url(../../_img/chara_cover.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    min-width: 700px;
    min-height: 700px;
    right: auto;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;
}

#content #character .chara_img {
    position: absolute;
    z-index: 1;
    width: 90%;
    height: auto;
    right: 10%;
    top: 50px;
    height: 100%;
}

#content #character .name_left {
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 6rem;
    line-height: 6rem;
    color: #dfdfdf;
}

#content #character .name_right {
    position: absolute;
    right: 0;
    bottom: 50px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 6rem;
    line-height: 6rem;
    color: #dfdfdf;
}

#content #character .chara_wrap {
    width: 90%;
    margin: 0 auto;
}

#content #character .name {
    margin-bottom: 30px;
}

#content #character .name h4 {
    font-size: 3em;
    margin-bottom: 30px;
    color: #000;
}

#content #character .name h4 strong {
    font-weight: 600;
}

#content #character .name p {
    font-size: 2.4rem;
}

#content #character .voice p {
    font-size: 2.0rem;
    color: #000;
    margin-bottom: 10px;
}

#content #character .voice li {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content #character .voice li:last-child {
    margin-right: 0px;
}

#content #character .voice li:hover {
    opacity: 0.7;
}

#content #character .voice li a {
    display: inline-block;
    height: 50px;
    width: 50px;
}

#content #character .voice li i {
    font-size: 2.0rem;
    line-height: 50px;
    color: #fff;
}

#content #character .voice li.none:hover {
    opacity: 1.0;
}

#content #character hr.chara_hr {
    height: 0px;
    margin: 30px 0px;
    border: none;
}

#content #character .txt p {
    color: #000;
    font-size: 1.6rem;
    line-height: 3rem;
}

#content #character .profile {
    margin-bottom: 30px;
    color: #000;
    font-size: 1.6rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#content #character .profile .profile_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 5px 0px;
}

#content #character .profile .profile_item dt {
    width: 150px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#content #character .profile .profile_item dt span {
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    height: 1px;
    margin: 0 10px;
    background-color: #000;
    display: block;
}

#content #character .profile .profile_item dd {
    text-align: left;
}

#content #character .face ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content #character .face li {
    width: 20%;
    padding: 5px;
    position: relative;
    overflow: hidden;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content #character .face li:hover {
    opacity: 0.7;
}

#content #character .face li a {
    display: inline-block;
    border: 2px solid #d6d6d6;
}

#content #character #rom {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 80px;
}

#content #character #rom .shape_border {
    background-color: #7ecef4;
    border: 2px solid #7ecef4;
}

#content #character #rom .shape_front {
    background-image: url(../../chara/rom/bg.png);
}

#content #character #rom .shape_back {
    background: #7ecef4;
}

#content #character #rom .shape_front {
    background-color: #7ecef4;
}

#content #character #rom .name_left span,
#content #character #rom .name_right span {
    color: #9ad9f9;
}

#content #character #rom .name h4 strong {
    color: #7ecef4;
}

#content #character #rom .voice li {
    background-color: #7ecef4;
}

#content #character #rom .voice li.none {
    background-color: #dfdfdf;
}

#content #character #rom hr.chara_hr {
    border-top: 1px solid #7ecef4;
}

#content #character #rom .face li a {
    border: 2px solid #7ecef4;
}

#content #character #iin {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 80px;
}

#content #character #iin .shape_border {
    background-color: #ea68a2;
    border: 2px solid #ea68a2;
}

#content #character #iin .shape_front {
    background-image: url(../../chara/iin/bg.png);
}

#content #character #iin .shape_back {
    background: #ea68a2;
}

#content #character #iin .shape_front {
    background-color: #ea68a2;
}

#content #character #iin .name_left span,
#content #character #iin .name_right span {
    color: #fcc0db;
}

#content #character #iin .name h4 strong {
    color: #ea68a2;
}

#content #character #iin .voice li {
    background-color: #ea68a2;
}

#content #character #iin .voice li.none {
    background-color: #dfdfdf;
}

#content #character #iin hr.chara_hr {
    border-top: 1px solid #ea68a2;
}

#content #character #iin .face li a {
    border: 2px solid #ea68a2;
}

#content #character #snb {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 80px;
}

#content #character #snb .shape_border {
    background-color: #ff9a52;
    border: 2px solid #ff9a52;
}

#content #character #snb .shape_front {
    background-image: url(../../chara/snb/bg.png);
}

#content #character #snb .shape_back {
    background: #ff9a52;
}

#content #character #snb .shape_front {
    background-color: #ff9a52;
}

#content #character #snb .name_left span,
#content #character #snb .name_right span {
    color: #ffc9a2;
}

#content #character #snb .name h4 strong {
    color: #ff9a52;
}

#content #character #snb .voice li {
    background-color: #ff9a52;
}

#content #character #snb .voice li.none {
    background-color: #dfdfdf;
}

#content #character #snb hr.chara_hr {
    border-top: 1px solid #ff9a52;
}

#content #character #snb .face li a {
    border: 2px solid #ff9a52;
}

#content #character #ksm {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 80px;
}

#content #character #ksm .shape_border {
    background-color: #a2db86;
    border: 2px solid #a2db86;
}

#content #character #ksm .shape_front {
    background-image: url(../../chara/ksm/bg.png);
}

#content #character #ksm .shape_back {
    background: #a2db86;
}

#content #character #ksm .shape_front {
    background-color: #a2db86;
}

#content #character #ksm .name_left span,
#content #character #ksm .name_right span {
    color: #d4f6c4;
}

#content #character #ksm .name h4 strong {
    color: #a2db86;
}

#content #character #ksm .voice li {
    background-color: #a2db86;
}

#content #character #ksm .voice li.none {
    background-color: #dfdfdf;
}

#content #character #ksm hr.chara_hr {
    border-top: 1px solid #a2db86;
}

#content #character #ksm .face li a {
    border: 2px solid #a2db86;
}

#content #character #syt {
    margin-bottom: 80px;
}

#content #character #syt .shape_border {
    background-color: #999;
    border: 2px solid #999;
}

#content #character #syt .shape_back {
    background: #999;
}

#content #character #syt .name h4 strong {
    color: #7c74be;
}

#content #character #syt hr.chara_hr {
    border-top: 1px solid #999;
}

#content #character #syt .chara_visual {
    padding-bottom: 0;
    margin-bottom: 50px;
}

#content #character #syt .shape_back {
    width: 100%;
    height: 300px;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

#content #character #syt .shape_border {
    width: 100%;
    height: 304px;
    clip-path: polygon(19.7% 0, 100.1% 0, 80.3% 100%, -0.2% 100%);
    -webkit-clip-path: polygon(19.7% 0, 100.1% 0, 80.3% 100%, -0.2% 100%);
    background-color: #999;
    border: 2px solid #999;
}

#content #character #syt .shape_front {
    width: 100%;
    height: 300px;
    background: url(../../chara/syt/visual.png);
    background-position: -80% 20% !important;
    background-size: 95% !important;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

#content #character #syt .shape_front {
    background-color: #FFF;
}

#content #character #syt .chara_img {
    display: none;
}

#content #character #syt .name_left {
    font-size: 5rem;
    line-height: 5rem;
    color: #999;
}

#content #character #syt .name_right {
    font-size: 5rem;
    line-height: 5rem;
    bottom: -20px;
    color: #999;
}

#content #character #syt .name_left span,
#content #character #syt .name_right span {
    color: #7c74be;
}

#content #character #ein {
    margin-bottom: 30px;
}

#content #character #ein .shape_border {
    background-color: #999;
    border: 2px solid #999;
}

#content #character #ein .shape_back {
    background: #999;
}

#content #character #ein .shape_front {
    background-color: #000;
}

#content #character #ein .shape_front {
    background-position: 20% 50% !important;
    background-size: cover !important;
    background-image: url(../../chara/ein/bg.jpg);
}

#content #character #ein .name h4 {
    font-size: 2.4em;
}

#content #character #ein hr.chara_hr {
    border-top: 1px solid #999;
}

#content #character #ein .chara_visual {
    padding-bottom: 30%;
}

#content #character #ein .shape_back {
    width: 100%;
    height: 300px;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

#content #character #ein .shape_border {
    width: 100%;
    height: 304px;
    clip-path: polygon(20% 0, 100.1% 0, 80% 100%, -0.2% 100%);
    -webkit-clip-path: polygon(20% 0, 100.1% 0, 80% 100%, -0.2% 100%);
    background-color: #999;
    border: 2px solid #999;
}

#content #character #ein .shape_front {
    width: 100%;
    height: 300px;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

#content #character #ein .chara_img {
    width: 50%;
    right: 0;
    left: 5%;
    top: 10%;
}

#content #character #sub {
    padding-top: 60px;
    margin-top: -60px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 30px;
}

#content #character #sub .sub_wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
}

#content #character #sub .chara_visual {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin: auto;
    margin-bottom: 50px;
}

#content #character #sub .shape_back {
    width: 100%;
    height: 400px;
    clip-path: polygon(34.5% 0, 100% 0, 64.5% 100%, 0 100%);
    -webkit-clip-path: polygon(34.5% 0, 100% 0, 64.5% 100%, 0 100%);
}

#content #character #sub .shape_border {
    width: 100%;
    height: 404px;
    clip-path: polygon(34.2% 0, 100.1% 0, 64.8% 100%, -0.2% 100%);
    -webkit-clip-path: polygon(34.2% 0, 100.1% 0, 64.8% 100%, -0.2% 100%);
    background-color: #999;
    border: 2px solid #999;
}

#content #character #sub .shape_front {
    width: 100%;
    height: 400px;
    clip-path: polygon(34.5% 0, 100% 0, 64.5% 100%, 0 100%);
    -webkit-clip-path: polygon(34.5% 0, 100% 0, 64.5% 100%, 0 100%);
}

#content #character #sub .shape_back {
    background: #999;
}

#content #character #sub .shape_front {
    background-color: #FFF;
}

#content #character #sub .sub_wrap:nth-child(1) .shape_front {
    background-image: url(../../chara/sub/mou_bg.png);
}

#content #character #sub .sub_wrap:nth-child(2) .shape_front {
    background-image: url(../../chara/sub/mrs_bg.png);
}

#content #character #sub .sub_wrap:nth-child(3) .shape_front {
    background-image: url(../../chara/sub/sgm_bg.png);
}

#content #character #sub .name_left {
    left: 10px;
    font-size: 5rem;
    line-height: 5rem;
    color: #999;
}

#content #character #sub .sub_data {
    width: 90%;
    margin: 0 auto;
}

#content #character #sub .name h4 strong {
    color: #999;
}

#content #character #sub .voice li {
    background-color: #999;
}

#content #character #sub hr.chara_hr {
    border-top: 1px solid #999;
}

#content #character #sub .txt {
    margin-bottom: 30px;
}

#content #character #sub .face li {
    width: 33.33333%;
}

@media screen and (min-width: 640px) {
    #content #character {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #character h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content #character .charamenu {
        width: 80%;
        margin: 0 auto 100px;
    }
    #content #character .chara_visual {
        position: absolute;
        right: auto;
        width: 690px;
        height: 700px;
        padding-bottom: 0;
        margin: auto;
    }
    #content #character #iin .chara_visual,
    #content #character #ksm .chara_visual {
        position: absolute;
        right: -100px;
        width: 690px;
        height: 700px;
        padding-bottom: 0;
        margin: auto;
    }
    #content #character .shape_back {
        width: 690px;
        height: 700px;
        right: 30px;
        top: 20px;
        margin-left: auto;
    }
    #content #character .shape_border {
        width: 694px;
        height: 704px;
    }
    #content #character .shape_front {
        width: 690px;
        height: 700px;
    }
    #content #character .chara_img {
        position: absolute;
        z-index: 1;
        top: -5%;
        width: 100%;
        right: 100px;
    }
    #content #character .name_left {
        font-size: 10rem;
        line-height: 10rem;
    }
    #content #character .name_right {
        right: 150px;
        bottom: -200px;
        font-size: 10rem;
        line-height: 10rem;
    }
    #content #character #iin .name_left {
        left: 40px;
    }
    #content #character #iin .name_right {
        bottom: -260px;
    }
    #content #character #syt .name_left {
        left: -30px;
        top: -35px;
        font-size: 10rem;
        line-height: 10rem;
    }
    #content #character #syt .name_right {
        bottom: -80px;
        right: -30px;
        font-size: 10rem;
        line-height: 10rem;
    }
    #content #character .chara_wrap {
        margin-left: 50%;
        width: auto;
    }
    #content #character #iin .chara_wrap,
    #content #character #ksm .chara_wrap {
        margin-right: 50%;
        margin-left: 0;
        width: auto;
    }
    #content #character #rom {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 200px;
    }
    #content #character #iin {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 200px;
    }
    #content #character #snb {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 200px;
    }
    #content #character #ksm {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 200px;
    }
    #content #character #sub {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 200px;
    }
    #content #character #sub .sub_wrap {
        margin: 0;
        padding: 0 10px;
        width: 33.33333%;
    }
    #content #character #sub .chara_visual {
        left: 50px;
        height: 500px;
    }
    #content #character #sub .shape_back {
        height: 500px;
    }
    #content #character #sub .shape_border {
        height: 504px;
    }
    #content #character #sub .shape_front {
        height: 500px;
    }
    #content #character #sub .name_left {
        left: 0;
        font-size: 5rem;
        line-height: 5rem;
        color: #999;
    }
    #content #character #syt {
        margin-bottom: 160px;
    }
    #content #character #syt .chara_visual {
        left: auto;
        right: 0;
        width: 600px;
        height: 500px;
    }
    #content #character #syt .chara_img {
        position: absolute;
        z-index: 1;
        width: 90%;
        height: auto;
        top: -8%;
        right: 10%;
        display: block;
    }
    #content #character #syt .chara_wrap {
        margin-right: 50%;
        margin-left: 0;
        padding: 2% 0;
        width: auto;
    }
    #content #character #syt .shape_back {
        height: 500px;
    }
    #content #character #syt .shape_border {
        height: 504px;
    }
    #content #character #syt .shape_front {
        height: 500px;
        background: #FFF;
    }
    #content #character #syt .chara_img {
        display: block;
    }
    #content #character #ein {
        margin-bottom: 160px;
    }
    #content #character #ein .chara_visual {
        width: 100%;
        height: 450px;
        padding-bottom: 0;
    }
    #content #character #ein .shape_back {
        height: 450px;
    }
    #content #character #ein .shape_border {
        height: 454px;
    }
    #content #character #ein .shape_front {
        height: 450px;
        background-position: -80% 20% !important;
        background-size: 120% !important;
    }
    #content #character #ein .chara_img {
        width: 25%;
        left: 100px;
        top: -10%;
        right: 0;
    }
    #content #character #ein .chara_wrap {
        width: 30%;
        margin-left: 35%;
        padding: 10% 0;
        height: 450px;
        color: #FFF;
    }
    #content #character #ein .name h4 {
        color: #FFF;
    }
    #content #character #ein hr.chara_hr {
        border-top: 1px solid #FFF;
    }
    #content #character #ein .txt p {
        color: #FFF;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Stage Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #stage ---------------------- */

#content #stage {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #stage h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #stage h3:before,
#content #stage h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #stage h3:before {
    left: 0;
}

#content #stage h3:after {
    right: 0;
}

#content #stage #stage_01 {
    width: 90%;
    position: relative;
    margin: 0 auto;
    z-index: -1;
}

#content #stage #stage_01 img {
    box-shadow: -10px 10px 0px 0px #dfdfdf;
}

#content #stage #stage_txt_01 {
    width: 90%;
    margin: 0 auto;
}

#content #stage #stage_02 {
    position: absolute;
    width: 50%;
    right: 5%;
    z-index: 30;
}

#content #stage #stage_02 img {
    box-shadow: -10px 10px 0px 0px #dfdfdf;
}

#content #stage #stage_03 {
    width: 70%;
    position: relative;
    left: 5%;
    top: 50%;
    margin-top: 35%;
    z-index: -1;
}

#content #stage #stage_03 img {
    box-shadow: -10px 10px 0px 0px #dfdfdf;
}

#content #stage #stage_txt_02 {
    width: 90%;
    margin: 0 auto;
}

#content #stage #stage_04 {
    width: 80%;
    margin-left: 5%;
    z-index: -1;
}

#content #stage #stage_04 img {
    box-shadow: -10px 10px 0px 0px #dfdfdf;
}

#content #stage .stage_txt_01_wrap {
    text-align: left;
    padding: 30px 0px;
}

#content #stage h4 {
    margin-bottom: 30px;
    color: #8b8e9c;
    font-size: 1.8rem;
}

#content #stage h4 strong {
    color: #239dda;
    font-size: 2.5rem;
    margin-right: 20px;
}

#content #stage p {
    color: #000;
    font-size: 1.5rem;
    line-height: 3.8rem;
}

#content #stage .stage_txt_02_wrap {
    text-align: left;
    padding: 30px 0px;
}

#content #stage #stage_01:before {
    content: "";
    width: 200px;
    height: 200px;
    bottom: -20px;
    left: -30px;
    display: block;
    position: absolute;
    background-color: #e8eefa;
}

#content #stage #stage_03:before {
    content: "";
    width: 300px;
    height: 200px;
    bottom: -80px;
    right: -150px;
    display: block;
    position: absolute;
    background-color: #e8f4fa;
}

#content #stage #stage_04:before {
    content: "";
    width: 140px;
    height: 140px;
    bottom: -50px;
    right: 20px;
    display: block;
    position: absolute;
    background-color: #e6e5eb;
}

@media screen and (min-width: 640px) {
    #content #stage {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #stage h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #stage h4:before {
        content: " ";
        position: absolute;
        width: 0;
        height: 25%;
        margin-top: -15px;
        margin-left: -15px;
        border: #239dda solid 1px;
    }
    #content #stage #stage_01 {
        width: 60%;
        position: absolute;
        margin: 0;
        z-index: -1;
    }
    #content #stage #stage_txt_01 {
        width: auto;
        margin-left: 60%;
        padding: 5% 0;
    }
    #content #stage #stage_02 {
        width: 30%;
        right: 0;
    }
    #content #stage #stage_03 {
        width: 45%;
        position: absolute;
        right: 10%;
        left: auto;
        top: 60%;
        margin-top: 0;
    }
    #content #stage #stage_txt_02 {
        margin-right: 60%;
        padding: 6% 0;
    }
    #content #stage #stage_04 {
        width: 40%;
        margin-left: 0;
    }
    #content #stage .stage_txt_01_wrap {
        padding-left: 50px;
    }
    #content #stage .stage_txt_02_wrap {
        padding-left: 50px;
    }
    #content #stage #stage_01:before {
        content: "";
        bottom: -40px;
        left: -100px;
    }
    #content #stage #stage_03:before {
        content: "";
        width: 400px;
        height: 300px;
        bottom: -150px;
    }
    #content #stage #stage_04:before {
        content: "";
        right: 500px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Graphics Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #graphics ---------------------- */

#content #graphics {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #graphics h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #graphics h3:before,
#content #graphics h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #graphics h3:before {
    left: 0;
}

#content #graphics h3:after {
    right: 0;
}

#content #graphics #graphics_01 {
    width: 80%;
    margin-left: 5%;
}

#content #graphics #graphics_02 {
    width: 40%;
    margin-top: 10%;
    margin-left: 55%;
}

#content #graphics #graphics_03 {
    width: 60%;
    margin-left: 5%;
    margin-top: 10px;
}

#content #graphics #graphics_04 {
    width: 30%;
    margin-top: 25%;
    margin-left: 65%;
}

#content #graphics #graphics_05 {
    width: 40%;
    margin-top: -80%;
    margin-left: 20%;
}

#content #graphics #graphics_06 {
    width: 30%;
    margin-top: 5%;
    margin-left: 5%;
}

#content #graphics #graphics_07 {
    width: 80%;
    margin-top: 5%;
    margin-left: 15%;
}

#content #graphics #graphics_08 {
    width: 60%;
    margin-left: 5%;
    margin-top: 5%;
}

#content #graphics #graphics_09 {
    width: 40%;
    margin-top: 10%;
    margin-left: 55%;
}

#content #graphics #graphics_10 {
    width: 40%;
    margin-top: -15%;
    margin-left: 5%;
}

#content #graphics #graphics_11 {
    width: 35%;
    margin-top: -10%;
    margin-left: 55%;
}

#content #graphics a {
    overflow: hidden;
    display: inline-block;
    box-shadow: -10px 10px 0px 0px #dfdfdf;
}

#content #graphics a img {
    will-change: transform;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}

#content #graphics a img:hover {
    transform: scale(1.1, 1.1);
}

#content #graphics #comingsoon {
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 50px;
    color: #dfdfdf;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content #graphics #graphics_01:before {
    content: "";
    width: 140px;
    height: 140px;
    top: 200px;
    left: 0;
    display: block;
    position: absolute;
    background-color: #edeefb;
}

#content #graphics #graphics_03:before {
    content: "";
    width: 300px;
    height: 200px;
    top: 550px;
    right: 0;
    display: block;
    position: absolute;
    background-color: #edeefb;
}

#content #graphics #graphics_06:before {
    content: "";
    width: 200px;
    height: 130px;
    top: 930px;
    left: 0px;
    display: block;
    position: absolute;
    background-color: #fae8f2;
}

#content #graphics #graphics_10:before {
    content: "";
    width: 150px;
    height: 150px;
    bottom: 150px;
    right: 0px;
    left: 80px;
    display: block;
    position: absolute;
    background-color: #e6e5eb;
}

@media screen and (min-width: 640px) {
    #content #graphics {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #graphics h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #graphics #graphics_01 {
        width: 50%;
        margin-left: 10%;
    }
    #content #graphics #graphics_02 {
        position: absolute;
        width: 30%;
        right: 0;
        margin-top: -10%;
        margin-left: 0;
    }
    #content #graphics #graphics_03 {
        width: 50%;
        margin-left: 12%;
        margin-top: 10%;
    }
    #content #graphics #graphics_04 {
        width: 25%;
        margin-top: -10%;
        margin-left: 75%;
    }
    #content #graphics #graphics_05 {
        width: 30%;
        margin-top: -30%;
        margin-left: 40%;
    }
    #content #graphics #graphics_06 {
        width: 25%;
        margin-top: -25%;
        margin-left: 10%;
    }
    #content #graphics #graphics_07 {
        width: 50%;
        margin-top: -17%;
        margin-left: 50%;
    }
    #content #graphics #graphics_08 {
        width: 50%;
        margin-top: 5%;
        margin-left: 5%;
    }
    #content #graphics #graphics_09 {
        width: 30%;
        margin-top: -25%;
        margin-left: 65%;
    }
    #content #graphics #graphics_10 {
        width: 35%;
        margin-top: 5%;
        margin-left: 50%;
    }
    #content #graphics #graphics_11 {
        width: 25%;
        margin-top: -35%;
        margin-left: 15%;
    }
    #content #graphics #comingsoon {
        font-size: 6rem;
        line-height: 6rem;
        margin-top: 100px;
        color: #dfdfdf;
    }
    #content #graphics #graphics_01:before {
        content: "";
        width: 300px;
        height: 160px;
        top: 130px;
        left: auto;
        right: 0;
    }
    #content #graphics #graphics_03:before {
        content: "";
        width: 600px;
        height: 400px;
        top: 650px;
        right: 200px;
    }
    #content #graphics #graphics_06:before {
        content: "";
        width: 340px;
        height: 250px;
        top: 1800px;
        right: auto;
        left: 400px;
    }
    #content #graphics #graphics_10:before {
        content: "";
        width: 320px;
        height: 320px;
        bottom: 100px;
        right: 10px;
        left: auto;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Special Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #special ---------------------- */

#content #special {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #special h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #special h3:before,
#content #special h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #special h3:before {
    left: 0;
}

#content #special h3:after {
    right: 0;
}

#content #special ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content #special ul li {
    width: 50%;
    padding: 5px;
}

#content #special ul li a {
    display: inline-block;
    border: 1px solid #239dda;
}

#content #special ul li a img {
    width: 100%;
    height: auto;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content #special ul li a img:hover {
    opacity: 0.7;
}

@media screen and (min-width: 640px) {
    #content #special {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #special h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #special ul li {
        width: 33.33333%;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Trial Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #trial ---------------------- */

#content #trial {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #trial h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #trial h3:before,
#content #trial h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #trial h3:before {
    left: 0;
}

#content #trial h3:after {
    right: 0;
}

#content #trial img.trial {
    width: 90%;
    margin: 0 auto 30px;
    border: 1px solid #239dda;
    display: block;
}

#content #trial img+p {
    color: #000;
    font-size: 1.3rem;
    line-height: 3rem;
    margin-bottom: 30px;
}

#content #trial ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content #trial ul li {
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #dfdfdf;
}

#content #trial ul li a {
    display: inline-block;
    margin-right: 5px;
}

#content #trial ul li a:before {
    content: '\f0c2';
    color: #999;
    margin-right: 10px;
    vertical-align: middle;
}

#content #trial #trial_cp {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px;
    border-top: 1px solid #f66e9e;
    border-bottom: 1px solid #f66e9e;
}

#content #trial #trial_cp h4 {
    margin-bottom: 30px;
    line-height: 3.8rem;
    color: #239dda;
}

#content #trial #trial_cp h4 br {
    display: block;
}

#content #trial #trial_cp p {
    color: #000;
    font-size: 1.3rem;
    line-height: 3rem;
    margin-bottom: 20px;
}

#content #trial #trial_cp p.red {
    color: #e5455f;
    font-weight: bold;
}

#content #trial #trial_cp p span.blue {
    color: #239dda;
}

#content #trial #trial_cp p span.pink {
    color: #f66e9e;
    font-weight: bold;
}

@media screen and (min-width: 640px) {
    #content #trial {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #trial h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #trial img.trial {
        width: 800px;
        height: 450px;
    }
    #content #trial img+p {
        font-size: 1.5rem;
    }
    #content #trial ul {
        width: 70%;
        margin-bottom: 80px;
    }
    #content #trial ul li {
        width: 45%;
        margin: 0 10px;
    }
    #content #trial #trial_cp {
        width: 70%;
        border: 1px solid #f66e9e;
    }
    #content #trial #trial_cp h4:before,
    #content #trial #trial_cp h4:after {
        content: '';
        display: inline-block;
        width: .6em;
        height: .6em;
        margin-right: .4em;
        background: #239dda;
        transform: rotate(45deg);
        vertical-align: 2px;
    }
    #content #trial #trial_cp h4:before {
        content: '';
        margin-right: .8em;
    }
    #content #trial #trial_cp h4:after {
        content: '';
        margin-left: .8em;
    }
    #content #trial #trial_cp h4 br {
        display: none;
    }
    #content #trial #trial_cp p {
        font-size: 1.5rem;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	download Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #download ---------------------- */

#content #download {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #download h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #download h3:before,
#content #download h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #download h3:before {
    left: 0;
}

#content #download h3:after {
    right: 0;
}

#content #download img.download {
    width: 90%;
    margin: 0 auto 30px;
    border: 1px solid #239dda;
    display: block;
}

#content #download img+p {
    color: #000;
    font-size: 1.3rem;
    line-height: 3rem;
    margin-bottom: 30px;
}

#content #download ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content #download ul li {
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #dfdfdf;
}

#content #download ul li a {
    display: inline-block;
    margin-right: 5px;
}

#content #download ul li a:before {
    content: '\f0c2';
    color: #999;
    margin-right: 10px;
    vertical-align: middle;
}

#content #download #download_cp {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px;
    border-top: 1px solid #f66e9e;
    border-bottom: 1px solid #f66e9e;
}

#content #download #download_cp h4 {
    margin-bottom: 30px;
    line-height: 3.8rem;
    color: #239dda;
}

#content #download #download_cp h4 br {
    display: block;
}

#content #download #download_cp p {
    color: #000;
    font-size: 1.3rem;
    line-height: 3rem;
    margin-bottom: 20px;
}

#content #download #download_cp p.red {
    color: #e5455f;
    font-weight: bold;
}

#content #download #download_cp p span.blue {
    color: #239dda;
}

#content #download #download_cp p span.pink {
    color: #f66e9e;
    font-weight: bold;
}

#content #download .message {
    margin: 0 auto;
    width: 100%;
}

#content #download .message a {
    display: block;
    background: #00bcfd;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 8px 0;
    border: 1px solid #00bcfd;
}

#content #download .message a:hover {
    display: block;
    background: #fff;
    color: #00bcfd;
    width: 300px;
    margin: 0 auto;
    padding: 8px 0;
}

@media screen and (min-width: 640px) {
    #content #download {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #download h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #download img.download {
        width: 800px;
        height: 450px;
    }
    #content #download img+p {
        font-size: 1.5rem;
    }
    #content #download ul {
        width: 70%;
        margin-bottom: 80px;
    }
    #content #download ul li {
        width: 45%;
        margin: 0 10px;
    }
    #content #download #download_cp {
        width: 70%;
        border: 1px solid #f66e9e;
    }
    #content #download #download_cp h4:before,
    #content #download #download_cp h4:after {
        content: '';
        display: inline-block;
        width: .6em;
        height: .6em;
        margin-right: .4em;
        background: #239dda;
        transform: rotate(45deg);
        vertical-align: 2px;
    }
    #content #download #download_cp h4:before {
        content: '';
        margin-right: .8em;
    }
    #content #download #download_cp h4:after {
        content: '';
        margin-left: .8em;
    }
    #content #download #download_cp h4 br {
        display: none;
    }
    #content #download #download_cp p {
        font-size: 1.5rem;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Spec Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #spec ---------------------- */

#content #spec {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #spec h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #spec h3:before,
#content #spec h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #spec h3:before {
    left: 0;
}

#content #spec h3:after {
    right: 0;
}

#content #spec .spec_wrap {
    color: #000;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#content #spec .spec_wrap section {
    width: 90%;
}

#content #spec .spec_wrap section:first-child {
    margin-bottom: 20px;
}

#content #spec .spec_wrap h4 {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.6rem;
}

#content #spec .spec_wrap h4:after {
    content: "";
    border: solid 1px #239dda;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

#content #spec .spec_wrap dl.spec_list_1,
#content #spec .spec_wrap dl.spec_list_2 {
    font-size: 1.6rem;
}

#content #spec .spec_wrap .spec_item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 10px 0px;
}

#content #spec .spec_wrap dl.spec_list_1 .spec_item dt {
    text-align: right;
    width: auto;
    min-width: 45%;
    margin-right: 3rem;
}

#content #spec .spec_wrap dl.spec_list_2 .spec_item dt {
    text-align: right;
    width: auto;
    min-width: 30%;
    margin-right: 3rem;
}

#content #spec .spec_wrap .spec_item dd {
    text-align: left;
}

@media screen and (min-width: 640px) {
    #content #spec {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #spec h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #spec .spec_wrap h4 {
        font-size: 2.8rem;
    }
    #content #spec .spec_wrap section {
        width: 35%;
        margin: 0 50px;
    }
    #content #spec .spec_wrap section:first-child {
        margin-bottom: 0px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	special page
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#special #content:before {
    content: "";
    width: auto;
    height: 100%;
    min-width: 2562px;
    min-height: 1142px;
    padding-top: 56.25%;
    background-image: url(../../_img/special_back.jpg);
    background-repeat: no-repeat;
    background-position: center 500%;
    background-size: cover;
    display: block;
    position: fixed;
    top: 5%;
    z-index: -1;
}

@media screen and (min-width: 640px) {
    #special #content:before {
        min-width: 100%;
        min-height: 100%;
        top: -40%;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	twitter_cp
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.twitter_cp {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.twitter_cp h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.twitter_cp h3 br {
    display: block;
}

#content.twitter_cp hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.twitter_cp .cp_info {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.6rem;
    text-align: left;
    width: 90%;
    margin: 0px auto 30px;
    color: #000;
    font-weight: bold;
}

#content.twitter_cp .cp_info strong {
    color: #f66e9e;
    font-weight: bold;
}

#content.twitter_cp .cp_info br {
    display: none;
}

#content.twitter_cp .cp_info p.red {
    color: #e5455f;
}

#content.twitter_cp .cp_attn {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.4rem;
    text-align: left;
    width: 90%;
    margin: 0px auto 30px;
    color: #000;
}

#content.twitter_cp ul {
    box-sizing: border-box;
    margin: 0px auto 30px;
    width: 90%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content.twitter_cp ul li {
    width: 50%;
    padding: 10px;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.twitter_cp ul li:hover {
    opacity: 0.7;
}

#content.twitter_cp ul li a {
    display: inline-block;
}

#content.twitter_cp .cp_support {
    text-align: left;
    width: 90%;
    margin: 0px auto 30px;
    font-size: 1.6rem;
    color: #000;
}

@media screen and (min-width: 640px) {
    #content.twitter_cp {
        padding-top: 160px;
    }
    #content.twitter_cp h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.twitter_cp h3 br {
        display: none;
    }
    #content.twitter_cp hr.h3_hr {
        padding: 50px 0px 0px 0px;
    }
    #content.twitter_cp .cp_info {
        margin-bottom: 50px;
        font-size: 1.8rem;
        text-align: center;
        width: auto;
    }
    #content.twitter_cp .cp_info br {
        display: block;
    }
    #content.twitter_cp .cp_attn {
        margin-bottom: 50px;
        font-size: 1.4rem;
        text-align: center;
        width: auto;
    }
    #content.twitter_cp ul {
        width: 100%;
        margin: 0px auto 50px;
    }
    #content.twitter_cp ul li {
        width: 25%;
        padding: 30px;
    }
    #content.twitter_cp .cp_support {
        text-align: center;
        width: auto;
        margin: 0px auto 50px;
        font-size: 1.8rem;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	shop
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.shop {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.shop h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.shop hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.shop h4 {
    color: #239dda;
    font-size: 2.6rem;
    margin-bottom: 50px;
}

#content.shop h4:before,
#content.shop h4:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.shop h4:before {
    content: '';
    margin-right: .8em;
}

#content.shop h4:after {
    content: '';
    margin-left: .8em;
}

#content.shop hr.shop_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 25px 0px;
    border-top: 1px solid #239dda;
}

#content.shop .shop_img {
    width: 90%;
    margin: 0 auto;
}

#content.shop .shop_img a {
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.shop .shop_img a:hover {
    opacity: 0.7;
}

#content.shop .shop_data p {
    margin-bottom: 30px;
    color: #000;
}

#content.shop .shop_data p.limited {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #f39bba;
    font-weight: 600;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

#content.shop .shop_data p.limited:before,
#content.shop .shop_data p.limited:after {
    content: '';
    display: inline-block;
    color: #f39bba;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.shop .shop_data p.limited:before {
    content: '「';
    margin-right: 10px;
}

#content.shop .shop_data p.limited:after {
    content: '」';
    margin-left: 10px;
}

#content.shop .shop_link {
    width: 90%;
    margin: 0 auto;
}

#content.shop .shop_link a {
    background-color: #239dda;
    color: #FFF;
    padding: 10px 0;
    display: block;
    text-shadow: none;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.shop .shop_link a:hover {
    opacity: 0.7;
}

#content.shop .shop_link a:first-child {
    margin-bottom: 15px;
}

#content.shop #sofmap {
    margin-bottom: 100px;
}

#content.shop #sofmap .shop_data p:nth-child(2) {
    margin-bottom: 0px;
}

#content.shop #sofmap .shop_data p:nth-child(3) {
    margin-bottom: 30px;
}

#content.shop #getchuya {
    margin-bottom: 100px;
}

#content.shop #toranoana {
    margin-bottom: 100px;
}

#content.shop #melonbooks {
    margin-bottom: 100px;
}

#content.shop #officialshop {
    margin-bottom: 100px;
}

#content.shop #shoporg_01,
#shoporg_02,
#shoporg_03,
#shoporg_04,
#shoporg_05,
#shoporg_06,
#shoporg_07,
#shoporg_08 {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content.shop h5 {
    color: #239dda;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

#content.shop h5:before,
#content.shop h5:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.shop h5:before {
    content: '';
    margin-right: .8em;
}

#content.shop h5:after {
    content: '';
    margin-left: .8em;
}

#content.shop .trader,
.gamers,
.surugaya,
.takarajima,
.bookmate,
.seagull,
.furukawadenki,
.fanza,
.alicenet,
.chukyo,
.prop,
.pcshopmk,
.fammys,
.medio,
.lamm {
    width: 100%;
    margin-bottom: 60px;
}

#content.shop .shoporg_img {
    margin-bottom: 30px;
}

#content.shop #shoporg_02 .shoporg_img,
#shoporg_03 .shoporg_img,
#shoporg_04 .shoporg_img,
#shoporg_05 .shoporg_img,
#shoporg_06 .shoporg_img,
#shoporg_07 .shoporg_img,
#shoporg_08 .shoporg_img {
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
}

#shoporg_08 .lamm .shoporg_img {
    box-shadow: none;
}

#content.shop .takarajima .shoporg_img,
.bookmate .shoporg_img,
.seagull .shoporg_img,
.furukawadenki .shoporg_img,
.alicenet .shoporg_img,
.chukyo .shoporg_img,
.prop .shoporg_img,
.pcshopmk .shoporg_img,
.fammys .shoporg_img,
.medio .shoporg_img {
    border-radius: 10px;
}

#content.shop .takarajima .shoporg_img img,
.bookmate .shoporg_img img,
.seagull .shoporg_img img,
.furukawadenki .shoporg_img img,
.alicenet .shoporg_img img,
.chukyo .shoporg_img img,
.prop .shoporg_img img,
.pcshopmk .shoporg_img img,
.fammys .shoporg_img img,
.medio .shoporg_img img {
    border-radius: 10px;
}

#content.shop .shoporg_img img.pcview {
    display: none;
}

#content.shop .shoporg_img img.spview {
    display: block;
}

#content.shop .shoporg_data p {
    margin-bottom: 30px;
}

#content.shop .shoporg_data .shoporg_link {
    width: 90%;
    margin: 0 auto;
}

#content.shop .shoporg_data .shoporg_link a {
    background-color: #239dda;
    color: #FFF;
    padding: 10px 0;
    display: block;
    text-shadow: none;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.shop .shoporg_data .shoporg_link a:hover {
    opacity: 0.7;
}

#content.shop .shoporg_data .shoporg_link a:first-child {
    margin-bottom: 15px;
}

@media screen and (min-width: 640px) {
    #content.shop {
        padding-top: 160px;
    }
    #content.shop h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.shop hr.h3_hr {
        padding: 80px 0px 0px 0px;
    }
    #content.shop h4 {
        color: #239dda;
        font-size: 3rem;
        margin-bottom: 80px;
    }
    #content.shop hr.shop_hr {
        height: 0px;
        margin: 0 auto;
        border: none;
        width: 80%;
        padding: 40px 0px;
        border-top: 1px solid #239dda;
    }
    #content.shop .shop_img {
        text-align: left;
    }
    #content.shop .shop_img a {
        margin-bottom: 0px;
        margin-left: 10%;
        width: 30%;
    }
    #content.shop .shop_data {
        margin-left: 60%;
        position: absolute;
        margin-top: -35%;
        margin-bottom: 10%;
    }
    #content.shop .shop_data p.limited {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 50px;
    }
    #content.shop .shop_data p {
        font-size: 2rem;
    }
    #content.shop .shop_data p {
        margin-bottom: 50px;
    }
    #content.shop .shop_link {
        width: auto;
    }
    #content.shop .shop_link a {
        background-color: #239dda;
        color: #FFF;
        padding: 10px 80px;
    }
    #content.shop .shop_link a:nth-child(1) {
        margin-bottom: 30px;
    }
    #content.shop #sofmap {
        margin-bottom: 150px;
    }
    #content.shop #sofmap .shop_data p:nth-child(2) {
        margin-bottom: 0px;
    }
    #content.shop #sofmap .shop_img a:nth-child(1) {
        width: 30%;
        margin-left: 0;
    }
    #content.shop #sofmap .shop_img a:nth-child(2) {
        position: relative;
        width: 25%;
        left: -5%;
        bottom: -50px;
        margin-left: 0;
    }
    #content.shop #getchuya {
        margin-bottom: 150px;
    }
    #content.shop #toranoana {
        margin-bottom: 150px;
    }
    #content.shop #melonbooks {
        margin-bottom: 150px;
    }
    #content.shop #officialshop {
        margin-bottom: 150px;
    }
    #content.shop .trader,
    .gamers,
    .surugaya,
    .takarajima,
    .bookmate,
    .seagull,
    .furukawadenki,
    .fanza,
    .alicenet,
    .chukyo,
    .prop,
    .pcshopmk,
    .fammys,
    .medio,
    .lamm {
        width: 50%;
        padding: 20px;
    }
    #content.shop .shoporg_img img.pcview {
        display: block;
    }
    #content.shop .shoporg_img img.spview {
        display: none;
    }
    #content.shop .shoporg_data .shoporg_link {
        width: 100%;
    }
    #content.shop .shoporg_data .shoporg_link a {
        display: inline-block;
        padding: 10px 20px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	shiori
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.shiori_cp {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.shiori_cp h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.shiori_cp hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.shiori_cp .cp_info {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.6rem;
    text-align: left;
    width: 90%;
    margin: 0px auto 30px;
    color: #000;
    font-weight: bold;
}

#content.shiori_cp .cp_info span.blue {
    color: #239dda;
}

#content.shiori_cp .cp_info span.pink {
    color: #f66e9e;
}

#content.shiori_cp .cp_info br {
    display: none;
}

#content.shiori_cp .cp_attn {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.4rem;
    text-align: left;
    width: 90%;
    margin: 0px auto 30px;
    color: #000;
}

#content.shiori_cp h4 {
    color: #239dda;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

#content.shiori_cp h4:before,
#content.shiori_cp h4:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.shiori_cp h4:before {
    content: '';
    margin-right: .8em;
}

#content.shiori_cp h4:after {
    content: '';
    margin-left: .8em;
}

#content.shiori_cp .cp_period {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.6rem;
    text-align: center;
    width: 90%;
    margin: 0px auto 30px;
    color: #000;
}

#content.shiori_cp .cp_period ul {
    display: inline-block;
}

#content.shiori_cp .cp_period ul li {
    text-align: left;
    margin-bottom: 5px;
}

#content.shiori_cp .cp_period strong {
    color: #f66e9e;
    margin-right: 20px;
}

#content.shiori_cp #shiori_img ul {
    box-sizing: border-box;
    margin: 0px auto 30px;
    width: 90%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content.shiori_cp #shiori_img ul li img {
    margin-bottom: 30px;
    width: 45%;
}

#content.shiori_cp #shiori_img img {
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
}

#content.shiori_cp #shiori_img ul li img:nth-child(1) {
    margin-right: 10px;
}

#content.shiori_cp #shiori_img ul li p {
    font-size: 2rem;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

#content.shiori_cp #shiori_img ul li p strong {
    display: block;
    color: #f66e9e;
}


/**/

#content.shiori_cp #shiori_img2 ul {
    box-sizing: border-box;
    margin: 0px auto 30px;
    width: 90%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content.shiori_cp #shiori_img2 ul li img {
    margin-bottom: 30px;
    width: 45%;
}

#content.shiori_cp #shiori_img2 img {
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
}

#content.shiori_cp #shiori_img2 ul li img:nth-child(1) {
    margin-right: 10px;
}

#content.shiori_cp #shiori_img2 ul li p {
    font-size: 2rem;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

#content.shiori_cp #shiori_img2 ul li p strong {
    display: block;
    color: #f66e9e;
}

#content.shiori_cp .list {
    width: 90%;
    margin: 0 auto;
}

#content.shiori_cp .list a {
    background-color: #239dda;
    color: #FFF;
    padding: 10px 0;
    display: block;
    text-shadow: none;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.shiori_cp .list a:hover {
    opacity: 0.7;
}

table.shiori th {
    width: 100px;
    background-color: #b7dbff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-weight: normal;
}

table.shiori td {
    width: 300px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

@media screen and (min-width: 640px) {
    #content.shiori_cp {
        padding-top: 160px;
    }
    #content.shiori_cp h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.shiori_cp hr.h3_hr {
        padding: 80px 0px 0px 0px;
    }
    #content.shiori_cp .cp_info {
        margin-bottom: 100px;
        font-size: 1.8rem;
        text-align: center;
        width: auto;
    }
    #content.shiori_cp .cp_info br {
        display: block;
    }
    #content.shiori_cp .cp_attn {
        margin-bottom: 50px;
        font-size: 1.4rem;
        text-align: center;
        width: auto;
    }
    #content.shiori_cp h4 {
        color: #239dda;
        font-size: 3rem;
        margin-bottom: 30px;
    }
    #content.shiori_cp .cp_period {
        margin-bottom: 50px;
        font-size: 1.8rem;
        width: auto;
    }
    #content.shiori_cp .shiori_img_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
    }
    #content.shiori_cp #shiori_img ul {
        width: 100%;
        margin: 0px auto 100px;
    }
    #content.shiori_cp #shiori_img ul li {
        width: 20%;
    }
    #content.shiori_cp #shiori_img ul li img {
        display: block;
        float: left;
        margin-bottom: auto;
    }
    #content.shiori_cp #shiori_img ul li img:nth-child(1) {
        margin-right: 0px;
    }
    #content.shiori_cp #shiori_img ul li img:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: -80px;
        z-index: 30;
    }
    #content.shiori_cp #shiori_img ul li p {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    #content.shiori_cp .list {
        width: 40%;
    }
    /**/
    #content.shiori_cp #shiori_img2 ul {
        width: 100%;
        margin: 0px auto 100px;
    }
    #content.shiori_cp #shiori_img2 ul li {
        width: 33.3%;
    }
    #content.shiori_cp #shiori_img2 ul li img {
        display: block;
        float: left;
        margin-bottom: auto;
    }
    #content.shiori_cp #shiori_img2 ul li img:nth-child(1) {
        margin-right: 0px;
    }
    #content.shiori_cp #shiori_img2 ul li img:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: -80px;
        z-index: 30;
    }
    #content.shiori_cp #shiori_img2 ul li p {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	reserved_cp
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.reserved_cp {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.reserved_cp h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.reserved_cp h3 small {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 5rem;
    color: #f66e9e;
}

#content.reserved_cp hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.reserved_cp .cp_info,
#content.reserved_cp .cp_info_2 {
    line-height: 3.2rem;
    font-size: 1.6rem;
    text-align: left;
    width: 90%;
    color: #000;
    font-weight: bold;
}

#content.reserved_cp .cp_info {
    margin: 0px auto;
}

#content.reserved_cp .cp_info_2 {
    margin: 0px auto 30px;
}

#content.reserved_cp .cp_info strong,
#content.reserved_cp .cp_info_2 strong {
    color: #f66e9e;
    font-weight: bold;
}

#content.reserved_cp .cp_info br,
#content.reserved_cp .cp_info_2 br {
    display: none;
}

#content.reserved_cp .cp_info p.red,
#content.reserved_cp .cp_info_2 p.red {
    color: #e5455f;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
}

#content.reserved_cp .cp_attn {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.4rem;
    text-align: left;
    width: 90%;
    margin: 0px auto 30px;
    color: #000;
}

#content.reserved_cp h4 {
    color: #239dda;
    font-size: 2.6rem;
    margin-bottom: 30px;
}

#content.reserved_cp h4:before,
#content.reserved_cp h4:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.reserved_cp h4:before {
    content: '';
    margin-right: .8em;
}

#content.reserved_cp h4:after {
    content: '';
    margin-left: .8em;
}

#content.reserved_cp .rsv_img {
    width: 90%;
    margin: 0 auto;
}

#content.reserved_cp .rsv_img a {
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.reserved_cp .rsv_img a:hover {
    opacity: 0.7;
}

#content.reserved_cp .rsv_img img {
    margin-bottom: 30px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
}

#content.reserved_cp .rsv_img img.cd {
    box-shadow: none;
}

#content.reserved_cp .rsv_img img.pcview {
    display: none;
}

#content.reserved_cp .rsv_img img.spview {
    display: block;
}

#content.reserved_cp .rsv_data_cd_pc {
    display: none;
}

#content.reserved_cp .rsv_data,
#content.reserved_cp .rsv_data_cd,
#content.reserved_cp .rsv_data_cd_pc,
#content.reserved_cp .rsv_data_cd_sp {
    width: 95%;
    margin: 0 auto;
}

#content.reserved_cp .rsv_data p,
#content.reserved_cp .rsv_data_cd p,
#content.reserved_cp .rsv_data_cd_pc p,
#content.reserved_cp .rsv_data_cd_sp p {
    margin-bottom: 50px;
    font-size: 1.6rem;
    color: #000;
}

#content.reserved_cp .rsv_data p:nth-child(1) {
    margin-bottom: 10px;
}

#content.reserved_cp .rsv_data_cd p:nth-child(1) {
    margin-bottom: 10px;
}

#content.reserved_cp .rsv_data_cd_pc p:nth-child(1) {
    margin-bottom: 10px;
}

#content.reserved_cp .rsv_data_cd_sp p:nth-child(1) {
    margin-bottom: 10px;
}

#content.reserved_cp p.rsv_h {
    color: #f66e9e;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 30px;
}

#content.reserved_cp p.red {
    color: #e5455f;
    font-size: 1.6rem;
    font-weight: bold;
}

#content.reserved_cp #rsv_wrap {
    margin-bottom: 100px;
}

#content.reserved_cp #rsv_wrap {
    margin-bottom: 100px;
}

#content.reserved_cp #add_wrap {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
    #content.reserved_cp {
        padding-top: 160px;
    }
    #content.reserved_cp h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.reserved_cp hr.h3_hr {
        padding: 80px 0px 0px 0px;
    }
    #content.reserved_cp .cp_info,
    #content.reserved_cp .cp_info_2 {
        margin-bottom: 50px;
        font-size: 1.8rem;
        text-align: center;
        width: auto;
    }
    #content.reserved_cp .cp_info {
        margin-bottom: 20px;
    }
    #content.reserved_cp .cp_info_2 {
        margin-bottom: 50px;
    }
    #content.reserved_cp .cp_info br,
    #content.reserved_cp .cp_info_2 br {
        display: block;
    }
    #content.reserved_cp .cp_info p.red,
    #content.reserved_cp .cp_info p.red {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    #content.reserved_cp .cp_attn {
        margin-bottom: 100px;
        font-size: 1.4rem;
        text-align: center;
        width: auto;
    }
    #content.reserved_cp h4 {
        color: #239dda;
        font-size: 3rem;
        margin-bottom: 50px;
    }
    #content.reserved_cp .rsv_img img {
        margin-bottom: 0px;
    }
    #content.reserved_cp .rsv_data_cd_pc {
        display: block;
        width: 200%;
        margin-top: 30px;
    }
    #content.reserved_cp .rsv_data_cd_sp {
        display: none;
    }
    #content.reserved_cp .rsv_data,
    #content.reserved_cp .rsv_data_cd {
        width: auto;
        margin: auto;
        margin-top: 30px;
    }
    #content.reserved_cp .rsv_data p,
    #content.reserved_cp .rsv_data_cd p,
    #content.reserved_cp .rsv_data_cd_pc p,
    #content.reserved_cp .rsv_data_cd_sp p {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }
    #content.reserved_cp p.rsv_h {
        font-size: 2.4rem;
    }
    #content.reserved_cp p.red {
        font-size: 1.8rem;
    }
    #content.reserved_cp #rsv_wrap {
        width: 90%;
        margin: 0 auto 150px;
        box-sizing: border-box;
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    #content.reserved_cp #rsv_wrap>div {
        width: 45%;
        margin: 0 auto;
        padding: 10px;
    }
    #content.reserved_cp #add_wrap .add_con {
        width: 33.33333%;
    }
    #content.reserved_cp .rsv_img img.pcview {
        display: block;
    }
    #content.reserved_cp .rsv_img img.spview {
        display: none;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	bonus
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.bonus {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.bonus h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.bonus hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.bonus h4 {
    color: #239dda;
    font-size: 2.6rem;
    margin-bottom: 20px;
}

#content.bonus h4.nml {
    margin-bottom: 50px;
}

#content.bonus h4:before,
#content.bonus h4:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.bonus h4:before {
    content: '';
    margin-right: .8em;
}

#content.bonus h4:after {
    content: '';
    margin-left: .8em;
}

#content.bonus p.red {
    margin-bottom: 30px;
    line-height: 3.2rem;
    font-size: 1.6rem;
    text-align: left;
    width: 90%;
    margin: 0px auto 50px;
    font-weight: bold;
    color: #e5455f;
    display: block;
}

#content.bonus p.bns_data span.bns_nmb {
    color: #239dda;
    font-size: 2.6rem;
    line-height: 2.6rem;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

#content.bonus p.bns_data span.bns_nmb:before,
#content.bonus p.bns_data span.bns_nmb:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.bonus p.bns_data span.bns_nmb:before {
    content: '';
    margin-right: .8em;
}

#content.bonus p.bns_data span.bns_nmb:after {
    content: '';
    margin-left: .8em;
}

#content.bonus p.bns_img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#content.bonus p.bns_img a {
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.bonus p.bns_img a:hover {
    opacity: 0.7;
}

#content.bonus p.bns_img img.noimage {
    display: none;
}

#content.bonus p.bns_img img.shadow {
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
}

#content.bonus #lux_02 p.bns_img a {
    width: 80%;
    position: relative;
}

#content.bonus #lux_02 p.bns_img a.cover::after {
    content: "\f24d";
    padding: 15px 20px;
    background-color: rgba( 35, 157, 218, 0.8);
    color: #FFF;
    font-size: 18px;
    font-family: "fontAwesome";
    position: absolute;
    z-index: 50;
    right: -20px;
    bottom: -20px;
    display: block;
    text-shadow: none;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.bonus p.bns_data {
    color: #000;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#content.bonus p.bns_data br {
    display: none;
}

#content.bonus p.bns_data span.bns_h {
    font-size: 3rem;
    line-height: 4rem;
    color: #f39bba;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-align: center;
}

#content.bonus p.bns_data span.bns_h small {
    font-size: 1.6rem;
    color: #999;
}

#content.bonus p.bns_data span.bns_h br {
    display: block;
}

#content.bonus hr.bns_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 25px 0px;
    border-top: 1px solid #239dda;
}

#content.bonus .bns_link {
    width: 90%;
    margin: 0 auto;
}

#content.bonus .bns_link a {
    background-color: #239dda;
    color: #FFF;
    padding: 10px 0;
    display: block;
    text-shadow: none;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.bonus .bns_link a:hover {
    opacity: 0.7;
}

#content.bonus #lux_wrap {
    margin-bottom: 100px;
}

#content.bonus #lux_01 {
    margin-bottom: 80px;
}

#content.bonus #lux_02 {
    margin-bottom: 80px;
}

#content.bonus #lux_03 {
    margin-bottom: 80px;
}

#content.bonus #lux_04 {
    margin-bottom: 80px;
}

#content.bonus #nml_wrap {
    margin-bottom: 100px;
}

@media screen and (min-width: 640px) {
    #content.bonus {
        padding-top: 160px;
    }
    #content.bonus h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.bonus hr.h3_hr {
        padding: 80px 0px 0px 0px;
    }
    #content.bonus h4 {
        color: #239dda;
        font-size: 3rem;
        margin-bottom: 30px;
    }
    #content.bonus h4.nml {
        margin-bottom: 80px;
    }
    #content.bonus p.red {
        margin-bottom: 80px;
        font-size: 1.8rem;
        text-align: center;
        width: auto;
    }
    #content.bonus p.bns_img {
        width: 50%;
        margin: 0 auto;
        font-size: 5rem;
        line-height: 5rem;
        color: #dfdfdf;
        margin-bottom: 30px;
    }
    #content.bonus p.bns_img img {
        width: 100%;
        margin-bottom: 0px;
    }
    #content.bonus p.bns_img img.noimage {
        display: inline-block;
    }
    #content.bonus #lux_02 p.bns_img a {
        width: 60%;
    }
    #content.bonus #lux_02 p.bns_img a.cover::after {
        padding: 5px 20px;
    }
    #content.bonus p.bns_data span.bns_nmb {
        margin-bottom: 30px;
    }
    #content.bonus p.bns_data {
        color: #000;
        margin-bottom: 30px;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    #content.bonus p.bns_data br {
        display: block;
    }
    #content.bonus p.bns_data span.bns_h {
        margin-bottom: 30px;
    }
    #content.bonus p.bns_data span.bns_h small {
        font-size: 2rem;
    }
    #content.bonus hr.bns_hr {
        height: 0px;
        margin: 0 auto;
        border: none;
        width: 80%;
        padding: 40px 0px;
        border-top: 1px solid #239dda;
    }
    #content.bonus p {
        display: table-cell;
        -ms-display: inline;
        vertical-align: middle;
        margin: 0;
        -ms-zoom: 1;
    }
    #content.bonus .bns_link {
        width: 40%;
    }
    #content.bonus #lux_wrap {
        margin-bottom: 150px;
    }
    #content.bonus #lux_01 {
        margin-bottom: 120px;
    }
    #content.bonus #lux_02 {
        margin-bottom: 120px;
    }
    #content.bonus #lux_03 {
        margin-bottom: 120px;
    }
    #content.bonus #lux_04 {
        margin-bottom: 120px;
    }
    #content.bonus #nml_wrap {
        margin-bottom: 150px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	movie
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.movie {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.movie h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.movie hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.movie h4 {
    color: #f39bba;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

#content.movie .movie_img {
    width: 90%;
    margin: 0 auto 100px;
}

#content.movie #movie_wrap,
#content.movie #countdown_wrap01,
#content.movie #countdown_wrap02,
#content.movie #countdown_wrap03 {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content.movie #movie_wrap .movie_con,
#content.movie #countdown_wrap01 .countdown_con,
#content.movie #countdown_wrap02 .countdown_con,
#content.movie #countdown_wrap03 .countdown_con {
    width: 100%;
}

#content.movie #movie_wrap .movie_con .movie_img,
#content.movie #countdown_wrap01 .countdown_con .movie_img,
#content.movie #countdown_wrap02 .countdown_con .movie_img,
#content.movie #countdown_wrap03 .countdown_con .movie_img {
    width: 100%;
    margin: 0 auto 60px;
}

#content.movie #movie_wrap .movie_con:last-child,
#content.movie #countdown_wrap01 .countdown_con:last-child {
    margin-bottom: 50px;
}

@media screen and (min-width: 640px) {
    #content.movie {
        padding-top: 160px;
    }
    #content.movie h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.movie hr.h3_hr {
        padding: 80px 0px 0px 0px;
    }
    #content.movie h4 {
        font-size: 2.3rem;
        margin-bottom: 30px;
        line-height: 3.2rem;
    }
    #content.movie .movie_img {
        width: 860px;
        height: 480px;
        margin: 0 auto 150px;
    }
    #content.movie #movie_wrap .movie_con,
    #content.movie #countdown_wrap01 .countdown_con,
    #content.movie #countdown_wrap02 .countdown_con,
    #content.movie #countdown_wrap03 .countdown_con {
        width: 50%;
        padding: 20px;
    }
    #content.movie #movie_wrap .movie_con .movie_img,
    #content.movie #countdown_wrap01 .countdown_con .movie_img,
    #content.movie #countdown_wrap02 .countdown_con .movie_img,
    #content.movie #countdown_wrap03 .countdown_con .movie_img {
        width: 430px;
        height: 240px;
    }
    #content.movie #movie_wrap .movie_con:last-child,
    #content.movie #countdown_wrap01 .countdown_con:last-child {
        margin-bottom: 100px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	shoping guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content.guide {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.guide h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content.guide hr.h3_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 50px 0px 0px 0px;
    border-top: 3px solid #239dda;
}

#content.guide h4 {
    color: #239dda;
    font-size: 2.6rem;
    margin-bottom: 50px;
}

#content.guide h4:before,
#content.guide h4:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    margin-right: .4em;
    background: #239dda;
    transform: rotate(45deg);
    vertical-align: 5px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content.guide h4:before {
    content: '';
    margin-right: .8em;
}

#content.guide h4:after {
    content: '';
    margin-left: .8em;
}

#content.guide .guide_img img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff;
}

#content.guide .guide_data {
    color: #000;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#content.guide .guide_data span {
    font-size: 2.2rem;
    line-height: 4rem;
    color: #f39bba;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-align: center;
}

#content.guide .guide_data span br {
    display: block;
}

#content.guide p.guide_price {
    margin-bottom: 30px;
}

#content.guide hr.guide_hr {
    height: 0px;
    margin: 0 auto;
    border: none;
    width: 90%;
    padding: 25px 0px;
    border-top: 1px solid #239dda;
}

#content.guide p.guide_link {
    margin: 0 auto 15px;
    text-align: center;
}

#content.guide p.guide_link:last-child {
    margin: 0 auto auto;
}

#content.guide p.guide_link a {
    background-color: #239dda;
    color: #FFF;
    padding: 10px 0;
    display: block;
    text-shadow: none;
    will-change: opacity;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

#content.guide p.guide_link a:hover {
    opacity: 0.7;
}

#content.guide #dl_wrap ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: #000;
}

#content.guide #dl_wrap ul li {
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #239dda;
}

#content.guide #dl_wrap ul li a {
    display: inline-block;
    margin-right: 5px;
    color: #ff65a3;
    text-decoration: none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#content.guide #dl_wrap ul li a:hover {
    color: #239dda;
    text-decoration: none;
}

#content.guide #nml_wrap {
    margin-bottom: 100px;
}

#content.guide #dl_wrap {
    margin-bottom: 100px;
}

#content.guide br {
    display: none;
}

@media screen and (min-width: 640px) {
    #content.guide {
        padding-top: 160px;
    }
    #content.guide h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content.guide hr.h3_hr {
        padding: 80px 0px 0px 0px;
    }
    #content.guide h4 {
        color: #239dda;
        font-size: 3rem;
        margin-bottom: 80px;
    }
    #content.guide .guide_img {
        width: 50%;
        margin: 0 auto;
        font-size: 5rem;
        line-height: 5rem;
        color: #dfdfdf;
        margin-bottom: 30px;
    }
    #content.guide .guide_img img {
        width: 70%;
        margin-bottom: 0px;
    }
    #content.guide .guide_data {
        color: #000;
        margin-bottom: 30px;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    #content.guide .guide_data span {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    #content.guide hr.guide_hr {
        height: 0px;
        margin: 0 auto;
        border: none;
        width: 80%;
        padding: 40px 0px;
        border-top: 1px solid #239dda;
    }
    #content.guide #nml_wrap div {
        display: table-cell;
        -ms-display: inline;
        vertical-align: middle;
        margin: 0;
        -ms-zoom: 1;
    }
    #content.guide p.guide_link {
        width: 60%;
    }
    #content.guide #dl_wrap ul {
        width: 70%;
        margin-bottom: 80px;
    }
    #content.guide #dl_wrap ul li {
        width: 31%;
        margin: 0 10px;
        padding: 30px 10px 10px 10px;
    }
    #content.guide #nml_wrap {
        margin-bottom: 150px;
    }
    #content.guide #dl_wrap {
        margin-bottom: 150px;
    }
    #content.guide br {
        display: block;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	qa Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #special ---------------------- */

#content #qa {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #qa h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #qa h3:before,
#content #qa h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #qa h3:before {
    left: 0;
}

#content #qa h3:after {
    right: 0;
}

#content #qa .faq_list {
    width: 90%;
    margin: 0 auto;
}

#content #qa li {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B7BBC7;
}

#content #qa li dl dt {
    position: relative;
    padding: 5px 40px 5px 60px;
    cursor: pointer;
}

#content #qa li dl dt::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.75rem;
    color: #fff;
    background: #232E53;
    border: 1px solid #232E53;
}

#content #qa li dl dt::after {
    content: '\f067';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 1.5rem;
    transform: translateY(-50%);
}

#content #qa li dl dt.open::after {
    content: '\f00d';
}

#content #qa li dl dd {
    position: relative;
    display: none;
    margin-top: 15px;
    padding: 5px 0 5px 60px;
}

#content #qa li dl dd::before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.75rem;
    font-family: 'Noto Serif JP', serif;
    border: 1px solid #232E53;
}

@media screen and (max-width: 480px) {
    #content #qa li {
        margin-top: 25px;
        padding-bottom: 15px;
    }
    #content #qa li dl dt {
        padding: 5px 30px 5px 45px;
    }
    #content #qa li dl dd {
        padding: 5px 0 5px 45px;
    }
    #content #qa li dl dt::before,
    #content #qa li dl dd::before {
        width: 30px;
        line-height: 30px;
        font-size: 1.25rem;
    }
    #content #qa li dl dt::after {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 640px) {
    #content #qa {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #qa h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	shop_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* --- #shop_list ---------------------- */

#content #shop_list {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

#content #shop_list h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 50px;
}

#content #shop_list h3:before,
#content #shop_list h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #239dda;
}

#content #shop_list h3:before {
    left: 0;
}

#content #shop_list h3:after {
    right: 0;
}

#content #shop_list ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#content #shop_list ul li {
    width: 100%;
    padding: 15px 10px;
    border-bottom: solid 1px #dfdfdf;
}

#content #shop_list ul li a {
    display: inline-block;
    margin-right: 5px;
}

@media screen and (min-width: 640px) {
    #content #shop_list {
        position: relative;
        margin-bottom: 100px;
        text-align: center;
    }
    #content #shop_list h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 70px;
    }
    #content #shop_list ul {
        width: 70%;
        margin-bottom: 80px;
    }
    #content #shop_list ul li {
        width: 45%;
        margin: 0 10px;
    }
}

.br_d {
    display: inline !important;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	con_2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content #con_2 {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    text-align: center;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#content #con_2 h3 {
    font-size: 2.8rem;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    line-height: 3.5rem;
}

#content #con_2 h4 {
    color: #239dda;
    font-size: 2.6rem;
    margin-top: 28px;
}

#content #con_2 .guide_data {
    color: #000;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#content #con_2 .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#content #con_2 .row>div {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#content #con_2 .row>div img {
    height: auto;
    margin: 10px auto 0;
}

@media screen and (min-width: 640px) {
    #content #con_2 {
        padding-top: 50px;
    }
    #content #con_2 h3 {
        font-size: 3.5rem;
        text-indent: 0.4em;
        letter-spacing: 0.4em;
        margin-bottom: 50px;
    }
    #content #con_2 h4 {
        color: #239dda;
        font-size: 3rem;
        margin-bottom: 80px;
    }
    #content #con_2 .row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #content #con_2 .row>div {
        max-width: 50%;
        text-align: center;
        margin: 0 auto;
    }
    #content #con_2 .guide_data {
        width: 50%;
        display: block;
        color: #000;
        margin-bottom: 30px;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    #content #con_2 .guide_data span {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    #content #con_2 hr.guide_hr {
        height: 0px;
        margin: 0 auto;
        border: none;
        width: 80%;
        padding: 40px 0px;
        border-top: 1px solid #239dda;
    }
    #content #con_2 img {
        position: relative;
        width: auto;
        margin: 16px auto 0;
    }
    @media screen and (min-width: 640px) {
        #content #con_2 img {
            width: auto;
            height: auto;
            margin: 16px auto 0;
            left: 0;
            transform: translateX(0);
        }
    }
    #content #con_2 p.guide_link {
        width: 60%;
    }
    #content.guide #dl_wrap ul {
        width: 70%;
        margin-bottom: 80px;
    }
    #content #con_2 #dl_wrap ul li {
        width: 31%;
        margin: 0 10px;
        padding: 30px 10px 10px 10px;
    }
    #content #con_2 #nml_wrap {
        margin-bottom: 150px;
    }
    #content #con_2 #dl_wrap {
        margin-bottom: 150px;
    }
}

.w-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.w-75 {
    max-width: 75% !important;
    width: 75% !important;
}

#content #ap_concept {
    /* 画像ファイルの指定 */
    background-image: url(../../_img/apollocrisis_back2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content #ap_concept p {
    width: 90%;
    margin: 0 auto;
}

#content #ap_concept .concept_text {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 48px 0 16px;
    height: auto;
}

#content #ap_concept .story_text {
    position: relative;
    padding: 32px 0;
}

#content #ap_concept .story_text,
#content #ap_concept .concept_text {
    color: #000;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 3rem;
    text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

@media screen and (min-width: 640px) {
    #content #ap_concept .story_text,
    #content #ap_concept .concept_text {
        color: #000;
        margin-bottom: 15px;
        font-size: 2.4rem;
        line-height: 5rem;
        text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
    }
}