@charset "UTF-8";

html,
body {
    width: 100%;
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.container {
    width: inherit;
    height: inherit;
    position: relative;
    background-color: #fff;
}

.row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.width-1of2 {width: 50%;}
.width-1of3 {width: 33.3333%;}
.width-2of3 {width: 66.6666%;}
.width-1of4 {width: 25%;}
.width-2of4 {width: 50%;}
.width-3of4 {width: 75%;}
.width-1of5 {width: 20%;}
.width-2of5 {width: 40%;}
.width-3of5 {width: 60%;}
.width-4of5 {width: 80%;}

/* ふい字
---------------------------------------- */
@font-face {
    font-family: huifont;
    src:
        url('../../../../common/font/huifont29.eot?') format('embedded-opentype'),
        url('../../../../common/font/huifont29.woff') format('woff'),
        url('../../../../common/font/huifont29.ttf') format('truetype'),
        url('../../../../common/font/huifont29.otf') format('opentype'),
        url('../../../../common/font/huifont29.svg') format('svg');
    font-weight: normal;
}

/* HEADLINE
-------------------------------------------------- */
.container > header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 59;
    background-color: #e6e6e6;
}

.container > header > h1 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    font-size: 1em;
    line-height: 2.75em;
    text-align: center;
    color: #2a2a2e;
}

.header-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.header-nav > ul {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.header-nav li {
    width: 2.75em;
    height: 1.83em;
    position: absolute;
    display: block;
    list-style: none;
    font-size: 1.5em;
    line-height: 1.83em;
    text-align: center;
    color: #4d4d4d;
}
.list > .prev {display: none;}
.list > .info {right: 0;}
.off-canvas-active > .prev {left: 0;}
.off-canvas-active > .info {right: 0;}


/* WRAPPER
-------------------------------------------------- */
.wrapper,
.off-canvas {
    width: 100%;
    height: 100%;
}

.wrapper.disabled {
    display: none;
    z-index: -1;
    opacity: 0;
}

.off-canvas {
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
}
.off-canvas.active {
    z-index: 10;
    opacity: 1;
}

.loading,
.error {
    padding: .5em;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: huifont;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.loading.active,
.error.active {display: block;}

.loading {
    width: 8em;
    margin: -3.75em 0 0 -4em;
    text-align: center;
}

.error {
    width: 18em;
    margin: -2.25em 0 0 -9em;
    padding-left: 3em;
    line-height: 1.3;
}

.error::before {
    content: '\f071';
    width: 1.5em;
    position: absolute;
    left: 0;
    display: block;
    font-family: FontAwesome;
    font-size: 2em;
    text-align: center;
    color: #c00;
}

/* thumbnails */
.thumbnails-layer {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.thumbnails {
    margin: 0;
    padding: 2.75em 0 2em;
}

.thumbnails::after {
    content: '';
    clear: left;
    display: block;
}

.thumbnails > li {
    display: block;
    margin: 0 0 1em;
    list-style-type: none;
    float: left;
    font-size: .875em;
    line-height: 1;
    text-align: center;
}

.thumbnail-anchor {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-touch-callout: none;
}

.thumbnail-anchor > img {
    width: 99%;
    height: auto;
    margin-bottom: .5em;
    -webkit-transition: -webkit-transform .5s linear;
    -moz-transition: -moz-transform .5s linear;
    transition: transform .5s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-touch-callout: none;
}
.thumbnail-anchor:hover > img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}


/* item detail */
.item-name {
    background-color: #4d4d4d;
}

.item-name > h1 {
    height: 2em;
    margin: 0;
    text-align: center;
    font-family: serif;
    font-size: 1.5em;
    line-height: 2;
    color: #fff;
}

.item-image {
    margin-top: 2.74em;
    padding: .5em 0;
    background-color: #e6e6e6;
    text-align: center;
}

.frame {
    width: 192px;
    height: 192px;
    position: relative;
    margin: 0 auto;
}
.card {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    transition: transform 0.5s linear;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .frame {
        width: 460px;
        height: 460px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .frame {
        width: 310px;
        height: 310px;
    }
}
@media only screen and (min-width: 1200px) {
    .frame {
        width: 324px;
        height: 324px;
    }
}

.card.turn-up,
.rear {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.frame > img {
    width: 100%;
    height: auto;
    -webkit-touch-callout: none;
}

.face {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {z-index: 10;}
.card.turn-up > .front {z-index: 0;}

.requirement,
.notice,
.explain {
    width: 79%;
    font-family: huifont;
    line-height: 1.5;
}

.requirement,
.notice {margin: 1em auto;}

.notice {
    padding: 0 0 3em 1em;
    text-indent: -1em;
    color: #4a4a4a;
}

.notice > strong {color: #ff1300;}

.explain {margin: 1em auto;}
.last-sentence {padding-bottom: 3em;}

.gametitle {
    width: 79%;
    margin: 4em auto 1em;
}

.gametitle > img {
    width: 100%;
    height: auto;
}

/* FOOTER
-------------------------------------------------- */
.container > footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 59;
    background-color: #e6e6e6;
}

.copyright {
    width: 100%;
    margin: 0;
    line-height: 2;
    text-align: center;
    color: #2a2a2e;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {.container{min-height:420px}}
