article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block;
    margin: 0
}

body {
    line-height: 1.7;
    font-size: 13px;
    /*font-family: "微软雅黑";*/
    text-align: left;
}

ol,
ul {
    list-style: none
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    /*max-width: 100%;*/
    height: auto;
    width: auto
}

a {
    text-decoration: none;
    color: #969495
}

a:hover {
    color: #ccc
}

a:focus {
    outline: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
textarea,
select {
    font-family: inherit;
    vertical-align: middle
}

input[type=submit] {
    cursor: pointer;
    border-radius: 0
}

html {
    /*overflow-y: scroll*/
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #fff
}

::-webkit-scrollbar-track-piece {
    /*background-color: #000*/
}

.wrapper {
    position: relative;
    /*overflow: hidden*/
}

.go-to-top {
    position: fixed;
    bottom: 0;
    right: 160px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 4
}

.go-to-top a {
    width: 40px;
    height: 40px;
    display: block
}

.go-to-top a:before,
.go-to-top a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 10px;
    margin: auto;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.go-to-top a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.go-to-top a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.go-to-top a:hover:before {
    -webkit-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg)
}

.go-to-top a:hover:after {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg)
}

.go-to-top a:hover:before,
.go-to-top a:hover:after {
    background: #888
}

@media screen and (max-width:768px) {
    .go-to-top {
        right: 0
    }
}

.svg-defs {
    display: none
}

.contents {
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.contents.is-hidden {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.contents__above {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.contents__inner {
    width: 100%;
    height: 100%;
    padding: 100px 0
}

.contents__inner--a {
    width: 100%;
    height: 100%;
    padding: 0 0 100px
}

.contents__footer {
    position: relative;
    max-width: 300px;
    height: 100%;
    padding: 200px 0 100px;
    margin: 0 auto
}

.contents__footer:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contents__footer img {
    -webkit-transition: opacity 5s ease;
    transition: opacity 5s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.contents__footer.is-visible img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media screen and (max-width:400px) {
    .contents__footer {
        max-width: 240px
    }
}

.cover .cover__inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cover .cover__inner .cover__ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-family: Gilda Display, serif
}

.cover .cover__inner .cover__ttl:before,
.cover .cover__inner .cover__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    margin: auto;
    background: #fff
}

.cover .cover__inner .cover__ttl:before {
    top: 100px
}

.cover .cover__inner .cover__ttl:after {
    bottom: 100px
}

.cover .cover__inner .cover__ttl span {
    display: inline-block;
    margin: 0 16px;
    -webkit-transform: scale(4);
    transform: scale(4);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cover .cover__inner.is-visible .cover__ttl:before,
.cover .cover__inner.is-visible .cover__ttl:after {
    -webkit-animation: cover-nich .5s 1.5s ease forwards;
    animation: cover-nich .5s 1.5s ease forwards
}

.cover .cover__inner.is-visible .cover__ttl span {
    -webkit-animation: fade-in-ttl .7s .5s ease-out forwards;
    animation: fade-in-ttl .7s .5s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(1) {
    -webkit-animation: fade-in-ttl .7s .6s ease-out forwards;
    animation: fade-in-ttl .7s .6s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(2) {
    -webkit-animation: fade-in-ttl .7s .9s ease-out forwards;
    animation: fade-in-ttl .7s .9s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(3) {
    -webkit-animation: fade-in-ttl .7s .5s ease-out forwards;
    animation: fade-in-ttl .7s .5s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(4) {
    -webkit-animation: fade-in-ttl .7s .8s ease-out forwards;
    animation: fade-in-ttl .7s .8s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(5) {
    -webkit-animation: fade-in-ttl .7s 1s ease-out forwards;
    animation: fade-in-ttl .7s 1s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(6) {
    -webkit-animation: fade-in-ttl .7s .4s ease-out forwards;
    animation: fade-in-ttl .7s .4s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(7) {
    -webkit-animation: fade-in-ttl .7s .7s ease-out forwards;
    animation: fade-in-ttl .7s .7s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(8) {
    -webkit-animation: fade-in-ttl .7s .9s ease-out forwards;
    animation: fade-in-ttl .7s .9s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(9) {
    -webkit-animation: fade-in-ttl .7s .6s ease-out forwards;
    animation: fade-in-ttl .7s .6s ease-out forwards
}

.cover .cover__inner.is-visible .cover__ttl span:nth-child(10) {
    -webkit-animation: fade-in-ttl .7s 1s ease-out forwards;
    animation: fade-in-ttl .7s 1s ease-out forwards
}

.cover .cover__inner .cover__txt {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cover .cover__inner .cover__txt a {
    position: relative;
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    padding-left: 10px;
    letter-spacing: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: Cinzel, serif;
    font-size: 11px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cover .cover__inner .cover__txt a:hover {
    color: #888;
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.cover .cover__inner .cover__txt a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 1px;
    margin: auto;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cover .cover__inner .cover__txt a:hover:before {
    width: calc(100% + 3px)
}

.cover .cover__inner.is-visible .cover__txt {
    -webkit-animation: fade-in 2s 2s ease forwards;
    animation: fade-in 2s 2s ease forwards
}

.cover .cover__inner .cover__list {
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cover .cover__inner .cover__list li {
    position: relative;
    display: inline-block;
    margin: 0 20px
}

.cover .cover__inner .cover__list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    letter-spacing: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: Cinzel, serif;
    font-size: 11px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cover .cover__inner .cover__list li a:hover {
    color: #888;
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.cover .cover__inner .cover__list li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 1px;
    margin: auto;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cover .cover__inner .cover__list li:hover:before {
    width: calc(100% + 3px)
}

.cover .cover__inner.is-visible .cover__list {
    -webkit-animation: fade-in 2s 2s ease forwards;
    animation: fade-in 2s 2s ease forwards
}

.cover .cover__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: hard-light
}

.cover .cover__bg--filter {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black)
}

@-webkit-keyframes cover-nich {
    0% {
        height: 0
    }
    100% {
        height: 40px
    }
}

@keyframes cover-nich {
    0% {
        height: 0
    }
    100% {
        height: 40px
    }
}

@-webkit-keyframes fade-in-ttl {
    0% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes fade-in-ttl {
    0% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@media screen and (max-width:768px) {
    .cover .cover__inner .cover__ttl {
        font-size: 30px
    }
    .cover .cover__inner .cover__ttl span {
        margin: 0 10px
    }
}

@media screen and (max-width:500px) {
    .cover .cover__inner .cover__ttl {
        font-size: 20px
    }
    .cover .cover__inner .cover__ttl span {
        margin: 0 8px
    }
    .cover .cover__inner .cover__list {
        max-width: 200px;
        bottom: 5%;
        right: 0;
        margin: 0 auto
    }
    .cover .cover__inner .cover__list li {
        display: block;
        margin: 0
    }
    .cover .cover__inner .cover__list li a {
        height: 40px;
        line-height: 40px;
        letter-spacing: 10px;
        font-size: 11px
    }
}

@media screen and (max-width:400px) {
    .cover .cover__inner .cover__ttl span {
        margin: 0 5px
    }
}

.cover-s {
    width: 100%;
    height: 100%
}

.cover-s .cover-s__inner {
    position: relative;
    height: 140px;
    margin-top: 140px
}

.cover-s .cover-s__inner .cover-s__ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
    font-family: Gilda Display, serif
}

.cover-s .cover-s__inner .cover-s__ttl:before,
.cover-s .cover-s__inner .cover-s__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    margin: auto;
    background: #fff
}

.cover-s .cover-s__inner .cover-s__ttl:before {
    top: 80px
}

.cover-s .cover-s__inner .cover-s__ttl:after {
    bottom: 80px
}

.cover-s .cover-s__inner .cover-s__ttl span {
    display: inline-block;
    margin: 0 16px;
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl:before,
.cover-s .cover-s__inner.is-visible .cover-s__ttl:after {
    -webkit-animation: cover-nich-s .5s 1.5s ease forwards;
    animation: cover-nich-s .5s 1.5s ease forwards
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl span {
    -webkit-animation: fade-in-ttl-s .5s .5s ease-out forwards;
    animation: fade-in-ttl-s .5s .5s ease-out forwards
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl span:nth-child(1) {
    -webkit-animation: fade-in-ttl-s .5s .6s ease-out forwards;
    animation: fade-in-ttl-s .5s .6s ease-out forwards
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl span:nth-child(2) {
    -webkit-animation: fade-in-ttl-s .5s .9s ease-out forwards;
    animation: fade-in-ttl-s .5s .9s ease-out forwards
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl span:nth-child(3) {
    -webkit-animation: fade-in-ttl-s .5s .5s ease-out forwards;
    animation: fade-in-ttl-s .5s .5s ease-out forwards
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl span:nth-child(4) {
    -webkit-animation: fade-in-ttl-s .5s .8s ease-out forwards;
    animation: fade-in-ttl-s .5s .8s ease-out forwards
}

.cover-s .cover-s__inner.is-visible .cover-s__ttl span:nth-child(5) {
    -webkit-animation: fade-in-ttl-s .5s 1s ease-out forwards;
    animation: fade-in-ttl-s .5s 1s ease-out forwards
}

.cover-s .cover-s__inner .cover-s__sub-ttl {
    position: absolute;
    top: 47%;
    left: 51%;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    font-family: Bilbo Swash Caps, cursive;
    color: #dd1f24;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.cover-s .cover-s__breadcrumb {
    max-width: 1000px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cover-s .cover-s__breadcrumb a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cover-s .cover-s__breadcrumb .quo {
    margin: 0 12px
}

.cover-s .cover-s__inner.is-visible~.cover-s__breadcrumb {
    -webkit-animation: fade-in 2s 2s ease forwards;
    animation: fade-in 2s 2s ease forwards
}

@-webkit-keyframes cover-nich-s {
    0% {
        height: 0
    }
    100% {
        height: 30px
    }
}

@keyframes cover-nich-s {
    0% {
        height: 0
    }
    100% {
        height: 30px
    }
}

@-webkit-keyframes fade-in-ttl-s {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes fade-in-ttl-s {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@media screen and (max-width:500px) {
    .cover-s .cover-s__inner .cover-s__ttl {
        font-size: 20px
    }
}

.icons {
    width: 100px;
    margin: 0 auto
}

.icons__inner {
    float: left;
    width: 33.33333%;
    height: 29px;
    display: inline-block;
    background: url(../images/index-icon1.png) no-repeat;
}

.icons__inner svg.icons--twitter,
.icons__inner svg.icons--facebook,
.icons__inner svg.icons--instagram {
    max-width: 20px;
    max-height: 20px;
    fill: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.icons__inner:hover svg.icons--twitter {
    fill: #55acee
}

.icons__inner:hover svg.icons--facebook {
    fill: #3b5998
}

.icons__inner:hover svg.icons--instagram {
    fill: #231f20
}

.under-ie9,
.no-script {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    z-index: 9999
}

.under-ie9 {
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E6000000, endColorstr=#E6000000);
    background: rgba(0, 0, 0, .9);
    color: #fff
}

.under-ie9 .under-ie9__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 350px;
    margin: auto
}

.under-ie9 .under-ie9__inner .under-ie9__title {
    width: 240px;
    margin: 0 auto 40px;
    padding-right: 30px
}

.under-ie9 .under-ie9__inner p {
    margin-bottom: 20px;
    text-align: left
}

.under-ie9:not(:target) {
    -webkit-filter: none;
    filter: none
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9998
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px
}

.loading-text span {
    margin: 0 8px;
    color: #000;
    font-family: Quattrocento Sans, sans-serif
}

.loading-text span:nth-child(1) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s 0+s infinite linear alternate;
    animation: blur-text 1.5s 0+s infinite linear alternate
}

.loading-text span:nth-child(2) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s .2+s infinite linear alternate;
    animation: blur-text 1.5s .2+s infinite linear alternate
}

.loading-text span:nth-child(3) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s .4+s infinite linear alternate;
    animation: blur-text 1.5s .4+s infinite linear alternate
}

.loading-text span:nth-child(4) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s .6+s infinite linear alternate;
    animation: blur-text 1.5s .6+s infinite linear alternate
}

.loading-text span:nth-child(5) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s .8+s infinite linear alternate;
    animation: blur-text 1.5s .8+s infinite linear alternate
}

.loading-text span:nth-child(6) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s 1+s infinite linear alternate;
    animation: blur-text 1.5s 1+s infinite linear alternate
}

.loading-text span:nth-child(7) {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: blur-text 1.5s 1.2+s infinite linear alternate;
    animation: blur-text 1.5s 1.2+s infinite linear alternate
}

@-webkit-keyframes blur-text {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
}

@keyframes blur-text {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
}

.intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9997
}

.intro__inner {
    width: 100%;
    height: 100%
}

.intro__video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 540px;
    height: 250px
}

.intro__png-sprite {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 540px;
    height: 250px
}

.intro__png-sprite.play {
    background-image: url(../images/responsive/sj-logo-anim_5s-m.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-animation: play 5s steps(149) 0s 1 forwards;
    animation: play 5s steps(149) 0s 1 forwards
}

@-webkit-keyframes play {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -37250px
    }
}

@keyframes play {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -37250px
    }
}

@media screen and (max-width:600px) {
    .intro__png-sprite {
        width: 270px;
        height: 125px
    }
    .intro__png-sprite.play {
        background-image: url(../images/responsive/sj-logo-anim_5s-s.png)
    }
    @-webkit-keyframes play {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 0 -18625px
        }
    }
    @keyframes play {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 0 -18625px
        }
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2
}

.header.is-hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header.is-hover:hover {
    background: rgba(0, 0, 0, .8)
}

.header .header__inner {
    position: relative;
    width: 100%;
    height: 100px
}

.header .header__inner .header__logo {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.header .header__inner .header__logo a {
    display: block;
    width: 100px;
    height: 100px
}

.header .header__inner .header__logo a:hover .sj-logo {
    fill: #888
}

.header .header__inner .header__logo a .sj-logo {
    width: 100%;
    max-width: 40px;
    height: 100%;
    fill: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header .header__inner .header__logo--text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 150px;
    height: 100px;
    line-height: 100px;
    display: none
}

.header .header__inner .header__logo--text img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 8px
}

.header .header__inner .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list {
    height: 100px;
    margin: 0 auto
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li a {
    display: block;
    height: 100px;
    padding: 0 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Quattrocento Sans, sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li a:hover {
    color: #888
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li:before,
.header .header__inner .header__nav .h-nav__inner .h-nav__list li:after {
    -webkit-transition: all .5s 1s ease;
    transition: all .5s 1s ease;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    margin: auto;
    background: #888;
    border-radius: 50%;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-animation: header-nich-out .3s 0s ease;
    animation: header-nich-out .3s 0s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li:before {
    top: 63px
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li:after {
    bottom: 63px
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li.cur:before,
.header .header__inner .header__nav .h-nav__inner .h-nav__list li.cur:after {
    -webkit-animation: header-nich-in .3s .8s ease forwards;
    animation: header-nich-in .3s .8s ease forwards;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header .header__inner .header__nav .h-nav__inner .h-nav__list li.cur a {
    -webkit-animation: header-txt-in .5s .3s ease forwards;
    animation: header-txt-in .5s .3s ease forwards;
    pointer-events: none
}

@-webkit-keyframes header-nich-in {
    0% {
        height: 0
    }
    100% {
        height: 10px
    }
}

@keyframes header-nich-in {
    0% {
        height: 0
    }
    100% {
        height: 10px
    }
}

@-webkit-keyframes header-nich-out {
    0% {
        height: 10px
    }
    100% {
        height: 0
    }
}

@keyframes header-nich-out {
    0% {
        height: 10px
    }
    100% {
        height: 0
    }
}

@-webkit-keyframes header-txt-in {
    0% {
        color: #fff
    }
    100% {
        color: #888
    }
}

@keyframes header-txt-in {
    0% {
        color: #fff
    }
    100% {
        color: #888
    }
}

@-webkit-keyframes header-txt-out {
    0% {
        color: #888
    }
    100% {
        color: #fff
    }
}

@keyframes header-txt-out {
    0% {
        color: #888
    }
    100% {
        color: #fff
    }
}

@media screen and (max-width:768px) {
    .header .header__inner .header__nav {
        display: none
    }
    .header .header__inner .header__logo--text {
        display: block
    }
}

@media screen and (max-width:700px) {
    .header {
        height: 60px
    }
    .header .header__inner .header__logo--text {
        bottom: auto;
        height: 60px;
        line-height: 60px
    }
    .header .header__inner .header__logo {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .header .header__inner .header__logo a {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:500px) {
    .header .header__inner .header__logo {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .header .header__inner .header__logo a .sj-logo {
        max-width: 36px
    }
}

.menu-btn {
    position: fixed;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #514e4b;
}

@media screen and (max-width:700px) {
	.menu-btn{
		width:40px;
		height:35px;
	}
}
.menu-btn .menu-btn__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 30px;
    height: 20px;
    cursor: pointer
}

.menu-btn .menu-btn__inner:before {
    content: 'MENU';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -50px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: Quattrocento Sans, sans-serif;
    color: #888;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.menu-btn .menu-btn__inner:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.menu-btn .menu-btn__inner .menu-btn--bar1,
.menu-btn .menu-btn__inner .menu-btn--bar2 {
    position: absolute;
    top: 0;
    width: 15px;
    height: 2px;
    display: block;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu-btn .menu-btn__inner .menu-btn--bar1:before,
.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:before,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu-btn .menu-btn__inner .menu-btn--bar1:after,
.menu-btn .menu-btn__inner .menu-btn--bar2:after {
    top: 18px
}

.menu-btn .menu-btn__inner .menu-btn--bar1 {
    left: 0
}

.menu-btn .menu-btn__inner .menu-btn--bar2 {
    right: 0
}

.menu-btn .menu-btn__inner:hover .menu-btn--bar1 {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.menu-btn .menu-btn__inner:hover .menu-btn--bar2 {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.menu-btn .menu-btn__inner:hover .menu-btn--bar1,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2,
.menu-btn .menu-btn__inner:hover .menu-btn--bar1:after,
.menu-btn .menu-btn__inner:hover .menu-btn--bar1:before,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2:after,
.menu-btn .menu-btn__inner:hover .menu-btn--bar2:before {
    background: #888
}

.menu-btn.is-prepend {
    z-index: 201;
    background: none;
}

.menu-btn.is-prepend .menu-btn__inner {
    -webkit-animation: btn-height 1s ease forwards;
    animation: btn-height 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner:before {
    content: 'CLOSE';
    color: #fff;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.menu-btn.is-prepend .menu-btn__inner:hover:before {
    color: #888
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1 {
    -webkit-transform: none;
    transform: none;
    -webkit-animation: bar1-top 1s ease forwards;
    animation: bar1-top 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:before {
    -webkit-animation: bar1-mid 1s ease forwards;
    animation: bar1-mid 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar1:after {
    -webkit-animation: bar1-bot 1s ease forwards;
    animation: bar1-bot 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2 {
    -webkit-transform: none;
    transform: none;
    -webkit-animation: bar2-top 1s ease forwards;
    animation: bar2-top 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:before {
    -webkit-animation: bar2-mid 1s ease forwards;
    animation: bar2-mid 1s ease forwards
}

.menu-btn.is-prepend .menu-btn__inner .menu-btn--bar2:after {
    -webkit-animation: bar2-bot 1s ease forwards;
    animation: bar2-bot 1s ease forwards
}

@-webkit-keyframes btn-height {
    0% {
        height: 20px
    }
    50% {
        height: 30px
    }
    100% {
        height: 30px
    }
}

@keyframes btn-height {
    0% {
        height: 20px
    }
    50% {
        height: 30px
    }
    100% {
        height: 30px
    }
}

@-webkit-keyframes bar1-top {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 30px
    }
    100% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
        transform: translate3d(0, 14px, 0) rotate(45deg);
        width: 30px
    }
}

@keyframes bar1-top {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 30px
    }
    100% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
        transform: translate3d(0, 14px, 0) rotate(45deg);
        width: 30px
    }
}

@-webkit-keyframes bar1-mid {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes bar1-mid {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@-webkit-keyframes bar1-bot {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes bar1-bot {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@-webkit-keyframes bar2-top {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 30px
    }
    100% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
        transform: translate3d(0, 14px, 0) rotate(-45deg);
        width: 30px
    }
}

@keyframes bar2-top {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(0);
        transform: translate3d(0, 14px, 0) rotate(0);
        width: 30px
    }
    100% {
        -webkit-transform: translate3d(0, 14px, 0) rotate(-45deg);
        transform: translate3d(0, 14px, 0) rotate(-45deg);
        width: 30px
    }
}

@-webkit-keyframes bar2-mid {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes bar2-mid {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -9px, 0) rotate(0);
        transform: translate3d(0, -9px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@-webkit-keyframes bar2-bot {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes bar2-bot {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0);
        width: 15px
    }
    50% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    75% {
        -webkit-transform: translate3d(0, -18px, 0) rotate(0);
        transform: translate3d(0, -18px, 0) rotate(0);
        width: 15px
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

/*@media screen and (max-width:700px) {
    .menu-btn {
        width: 45px;
        height: 45px
    }
}*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 200
}

.modal.is-fadeIn {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.modal.is-fadeOut {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.modal .modal__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: auto;
    z-index:999;
}

.modal .modal__inner .modal__list {
    height: 100%
}

.modal .modal__inner .modal__list:after {
    content: "";
    clear: both;
    display: block
}

.modal .modal__inner .modal__list li {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 25%;
    height: 35%;
    border-bottom: 1px solid #3a393b
}

.modal .modal__inner .modal__list li:nth-child(4n+2) {
    border-left: 1px solid #3a393b;
    border-right: 1px solid #3a393b
}

.modal .modal__inner .modal__list li:nth-child(4n) {
    border-left: 1px solid #3a393b
}

.modal .modal__inner .modal__list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: "微软雅黑";
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px
}

.modal .modal__inner .modal__list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 20px;
    margin: auto;
    line-height: 20px;
    font-family: AVENIR-ROMAN;
}

.modal .modal__inner .modal__list li.cur a {
    pointer-events: none;
    background: #000
}

.modal .modal__inner .modal__sns {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto
}

@media screen and (max-width:1000px) {
    .modal .modal__inner .modal__list li a {
        letter-spacing: 3px
    }
    .modal .modal__inner .modal__list li a:hover {
        letter-spacing: 4px
    }
}

@media screen and (max-width:800px) {
    .modal .modal__inner .modal__list li a {
        font-size: 12px;
        letter-spacing: 3px
    }
    .modal .modal__inner .modal__list li a:hover {
        letter-spacing: 4px
    }
}

@media screen and (max-width:700px) {
    .modal .modal__inner .modal__list li {
        width: 100%;
        height: 9%;
    }
    .modal .modal__inner .modal__list li:nth-child(2n) {
        border-right: none
    }
    .modal .modal__inner .modal__list li a {
        font-size: 12px;
        letter-spacing: 3px
    }
    .modal .modal__inner .modal__list li a:hover {
        letter-spacing: 4px
    }
    .modal .modal__inner .modal__sns {
        bottom: 3%
    }
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 2
}

.footer:after {
    content: "";
    clear: both;
    display: block
}

.footer .footer__inner {
    position: relative;
    float: left;
    width: 50%
}

.footer .footer__inner:after {
    content: "";
    clear: both;
    display: block
}

@media screen and (max-width:768px) {
    .contents:not(.front-page):not(.not-found)~.footer {
        position: static;
        background: #000
    }
}

.footer__icons .footer__share {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000;
    cursor: pointer;
    z-index: 2
}

.footer__icons .footer__share svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 16px;
    max-height: 16px;
    fill: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer__icons:hover .footer__share svg {
    fill: #888
}

.footer__icons .footer__sns.icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    margin: 0;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1
}

.footer__icons .footer__sns.icons .icons__inner {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.footer__icons .footer__sns.icons .icons__inner a {
    display: block
}

.footer__icons .footer__sns.icons .icons__inner svg {
    height: 12px
}

.footer__share:hover~.footer__sns.icons,
.footer__sns.icons:hover {
    left: 40px;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.footer__menu {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px
}

.footer__menu:after {
    content: "";
    clear: both;
    display: block
}

.footer__menu p {
    float: left;
    width: 50%;
    text-align: center
}

.footer__menu p a {
    display: block;
    color: #fff;
    font-size: 11px;
    font-family: Quattrocento Sans, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer__menu p a:hover {
    color: #888
}

@media screen and (max-width:768px) {
    .footer__menu {
        display: none
    }
}

.footer__copy {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    letter-spacing: 3px;
    font-size: 10px;
    font-family: Quattrocento, serif;
    text-align: right
}

@media screen and (max-width:768px) {
    .contents:not(.front-page):not(.not-found)~.footer .footer__copy {
        position: absolute;
        top: 0;
        right: 50%;
        margin: auto;
        padding-right: 0;
        text-align: center
    }
    .contents.front-page~.footer .footer__copy,
    .contents.not-found~.footer .footer__copy {
        padding-right: 8px
    }
}

.intro-filter-bk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3
}

.top-page {
    height: 100vh!important
}

.top-page .top-page__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 540px;
    height: 250px;
    padding-right: 50px;
    z-index: 4
}

.top-page .top-page__logo img {
    width: 100%
}

@media screen and (max-width:600px) {
    .top-page .top-page__logo {
        max-width: 270px;
        height: 125px;
        padding-right: 0
    }
}

.top-page__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-page__slide .top-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: hard-light;
    -webkit-transition: all 3s linear;
    transition: all 3s linear;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.top-page__slide .top-page__bg.is-visible {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.top-page__slide .top-page__bg.is-first-time {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.top-page__slide .top-page__bg.is-prev {
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.top-page__bg--filter {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black)
}

.top-page__btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 220px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    z-index: 1
}

.top-page__btn p {
    position: relative;
    text-align: center
}

.top-page__btn p:before,
.top-page__btn p:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 1px;
    height: 1px;
    background: #fff
}

.top-page__btn p:before {
    left: 0
}

.top-page__btn p:after {
    right: 0
}

.top-page__btn p:hover:before {
    width: 100%;
    background: #888;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.top-page__btn p:hover:after {
    background: #888;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.top-page__btn p a {
    display: block;
    font-size: 11px;
    font-family: Quattrocento, serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.top-page__btn p a span {
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
    color: #fff
}

.top-page__btn p a span:nth-child(3) {
    margin-right: 6px
}

.top-page__btn p a span:nth-child(4) {
    margin-left: 6px
}

.top-page__btn p a:hover span:nth-child(1) {
    color: #888;
    -webkit-transition: all 1s .06667s ease;
    transition: all 1s .06667s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(2) {
    color: #888;
    -webkit-transition: all 1s .13333s ease;
    transition: all 1s .13333s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(3) {
    color: #888;
    -webkit-transition: all 1s .2s ease;
    transition: all 1s .2s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(4) {
    color: #888;
    -webkit-transition: all 1s .26667s ease;
    transition: all 1s .26667s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(5) {
    color: #888;
    -webkit-transition: all 1s .33333s ease;
    transition: all 1s .33333s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(6) {
    color: #888;
    -webkit-transition: all 1s .4s ease;
    transition: all 1s .4s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(7) {
    color: #888;
    -webkit-transition: all 1s .46667s ease;
    transition: all 1s .46667s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(8) {
    color: #888;
    -webkit-transition: all 1s .53333s ease;
    transition: all 1s .53333s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(9) {
    color: #888;
    -webkit-transition: all 1s .6s ease;
    transition: all 1s .6s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(10) {
    color: #888;
    -webkit-transition: all 1s .66667s ease;
    transition: all 1s .66667s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(11) {
    color: #888;
    -webkit-transition: all 1s .73333s ease;
    transition: all 1s .73333s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(12) {
    color: #888;
    -webkit-transition: all 1s .8s ease;
    transition: all 1s .8s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(13) {
    color: #888;
    -webkit-transition: all 1s .86667s ease;
    transition: all 1s .86667s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

.top-page__btn p a:hover span:nth-child(14) {
    color: #888;
    -webkit-transition: all 1s .93333s ease;
    transition: all 1s .93333s ease;
    -webkit-transform: perspective(1000px) rotateY(-360deg) translateY(-10px);
    transform: perspective(1000px) rotateY(-360deg) translateY(-10px)
}

@media screen and (max-width:400px) {
    .top-page__btn {
        bottom: 20%;
        width: 180px;
        height: 28px;
        line-height: 30px;
        border: 1px solid #fff
    }
    .top-page__btn p:before,
    .top-page__btn p:after {
        display: none
    }
    .top-page__btn p a {
        font-size: 10px
    }
    .top-page__btn p a span {
        margin: 0 2px
    }
    .top-page__btn p a:hover span:nth-child(1) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(2) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(3) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(4) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(5) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(6) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(7) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(8) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(9) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(10) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(11) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(12) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(13) {
        -webkit-transform: none;
        transform: none
    }
    .top-page__btn p a:hover span:nth-child(14) {
        -webkit-transform: none;
        transform: none
    }
}

.top-page__info.ticker {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100%;
    max-width: 420px;
    height: 20px;
    background: #000;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 3
}

.top-page__info.ticker:before {
    content: 'NEWS';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 20px;
    line-height: 1.5;
    text-align: center;
    font-size: 10px;
    font-family: Quattrocento Sans, sans-serif;
    letter-spacing: 3px
}

.top-page__info.ticker:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 55px;
    height: 1px;
    background: #fff
}

.top-page__info.ticker .ticker__inner {
    position: absolute;
    top: 0;
    left: 60px;
    width: 340px;
    height: 20px;
    line-height: 1;
    padding: 0 5px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.top-page__info.ticker .ticker__inner.is-visible,
.top-page__info.ticker .ticker__inner.is-first-time {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.top-page__info.ticker .ticker__inner.is-prev {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.top-page__info.ticker .ticker__inner a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.top-page__info.ticker .ticker__inner a span {
    margin-right: 5px;
    letter-spacing: 1px;
    font-family: Georgia, serif
}

.top-page__info.ticker.is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media screen and (max-width:700px) {
    .top-page__info.ticker {
        display: none
    }
}

.page {
    text-align: center
}

.viewControl {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.is-visible .viewControl {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page__ttl {
    position: relative;
    height: 120px;
    line-height: 120px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Quattrocento, serif
}

.page__ttl:before,
.page__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 0;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: all .5s 1.2s ease;
    transition: all .5s 1.2s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.page__ttl:before {
    bottom: 96px
}

.page__ttl:after {
    top: 96px
}

.page__ttl.is-visible:before,
.page__ttl.is-visible:after {
    height: 24px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page__ttl span {
    display: inline-block;
    margin: 0 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .8s .5s ease-out;
    transition: all .8s .5s ease-out;
    -webkit-transform: scale(3);
    transform: scale(3);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.page__ttl.is-visible span {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page__ttl.is-visible span:nth-child(1) {
    -webkit-transition: all .8s .4s ease-out;
    transition: all .8s .4s ease-out
}

.page__ttl.is-visible span:nth-child(2) {
    -webkit-transition: all .8s .3s ease-out;
    transition: all .8s .3s ease-out
}

.page__ttl.is-visible span:nth-child(3) {
    -webkit-transition: all .8s .5s ease-out;
    transition: all .8s .5s ease-out
}

.page__ttl.is-visible span:nth-child(4) {
    -webkit-transition: all .8s .2s ease-out;
    transition: all .8s .2s ease-out
}

.page__ttl.is-visible span:nth-child(5) {
    -webkit-transition: all .8s .4s ease-out;
    transition: all .8s .4s ease-out
}

.page__ttl.is-visible span:nth-child(6) {
    -webkit-transition: all .8s .7s ease-out;
    transition: all .8s .7s ease-out
}

.page__ttl.is-visible span:nth-child(7) {
    -webkit-transition: all .8s .2s ease-out;
    transition: all .8s .2s ease-out
}

.page__ttl.is-visible span:nth-child(8) {
    -webkit-transition: all .8s .3s ease-out;
    transition: all .8s .3s ease-out
}

@media screen and (max-width:500px) {
    .page__ttl {
        font-size: 14px
    }
    .page__ttl.is-visible:before,
    .page__ttl.is-visible:after {
        height: 16px
    }
    .page__ttl span {
        margin: 0 5px
    }
}

.about .page__hold {
    max-width: 640px;
    margin: 0 auto
}

.about .page__inner {
    margin: 40px 0 0
}

.about .page__inner p {
    line-height: 40px;
    font-size: 14px
}

.about .page__bg {
    position: relative;
    height: 640px;
    margin: 40px 0 0;
    background-image: url(../images/page/sj-designer.png), url(../images/page/sj-logo-mini-w.svg);
    background-repeat: no-repeat;
    background-position: center top, left 80px;
    background-size: auto, 600px 219px
}

.about .page__bg h3 {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    width: 210px;
    height: 40px;
    line-height: 1.5;
    margin: auto;
    letter-spacing: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Quattrocento, serif
}

.about .page__bg h3 span {
    font-size: 10px
}

.about .page__bg h3:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    margin: auto;
    background: #fff
}

.about .page__bg h3:before {
    content: attr(data-designer);
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    clip: rect(0, 0, 40px, 0)
}

.about .page__bg h3:hover:before {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    clip: rect(0, 420px, 40px, 210px)
}

.about .page__bg div {
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.about .page__bg div p {
    font-size: 13px;
    margin-bottom: 1em;
    line-height: 2;
    text-align: center
}

@media screen and (max-width:600px) {
    .about .page__bg {
        background-position: center top, center 80px;
        background-size: auto, 400px 146px
    }
}

@media screen and (max-width:500px) {
    .about .page__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .about .page__inner p {
        font-size: 13px
    }
    .about .page__bg {
        background-size: 150px, 280px 102px
    }
    .about .page__bg div p {
        font-size: 11px
    }
}

@media screen and (max-width:400px) {
    .about .page__inner p {
        font-size: 12px
    }
}

.contact .page__hold {
    max-width: 640px;
    margin: 0 auto
}

.contact .page__inner {
    margin: 80px 0 0;
    line-height: 30px;
    font-size: 15px
}

.contact .page__inner>h3 {
    position: relative;
    height: 30px;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase
}

.contact .page__inner>h3 span {
    display: inline-block;
    padding: 0 10px 0 15px;
    border: 1px solid #fff
}

.contact .page__inner.address p {
    position: relative;
    letter-spacing: 2px
}

.contact .page__inner.address p.jp {
    margin-bottom: 40px
}

.contact .page__inner.address p.jp:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    background: #fff
}

.contact .page__inner.mail p {
    position: relative;
    width: 250px;
    margin: 0 auto
}

.contact .page__inner.mail p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.contact .page__inner.mail p:hover:after {
    width: 100%
}

.contact .page__inner.mail p img {
    width: 250px
}

.contact .page__inner .icons {
    width: 200px;
    margin: 40px auto 0
}

.contact .page__inner .icons div a {
    display: block
}

.enquire .enquire__box {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 40px;
    text-align: left;
    border-bottom: 1px solid #fff
}

.enquire .enquire__box .enquire__ttl {
    color: #ccc
}

.enquire .enquire__box input[type=text],
.enquire .enquire__box input[type=email],
.enquire .enquire__box textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: "游ゴシック体", Yu Gothic, YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}

.enquire .enquire__box input[type=text]::-webkit-input-placeholder,
.enquire .enquire__box input[type=email]::-webkit-input-placeholder,
.enquire .enquire__box textarea::-webkit-input-placeholder {
    color: #444
}

.enquire .enquire__box input[type=text]:-moz-placeholder,
.enquire .enquire__box input[type=email]:-moz-placeholder,
.enquire .enquire__box textarea:-moz-placeholder {
    color: #444;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.enquire .enquire__box input[type=text]::-moz-placeholder,
.enquire .enquire__box input[type=email]::-moz-placeholder,
.enquire .enquire__box textarea::-moz-placeholder {
    color: #444;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.enquire .enquire__box input[type=text]:-ms-input-placeholder,
.enquire .enquire__box input[type=email]:-ms-input-placeholder,
.enquire .enquire__box textarea:-ms-input-placeholder {
    color: #444
}

.enquire .enquire__box input[type=text],
.enquire .enquire__box input[type=email] {
    height: 40px;
    line-height: 40px
}

.enquire .enquire__box textarea {
    resize: vertical;
    overflow: auto
}

.enquire .enquire__box--checkbox {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    line-height: 20px;
    font-size: 10px;
    text-align: left
}

.enquire .enquire__box--checkbox span {
    display: none
}

.enquire .enquire--checkbox {
    display: inline-block;
    margin-left: 40px;
    cursor: pointer
}

.enquire .enquire--checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 21px;
    margin: auto;
    border: 3px solid #fff
}

.enquire .enquire--checkbox span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 12px;
    height: 8px;
    margin: auto;
    border-left: 4px solid #dd1f24;
    border-bottom: 4px solid #dd1f24;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.enquire .enquire__box--submit {
    width: 100%;
    max-width: 400px;
    margin: 60px auto 0
}

.enquire .enquire__box--submit .enquire__btn {
    width: 180px;
    height: 40px;
    margin: 0 auto
}

.enquire .enquire__box--submit .enquire__btn input {
    box-sizing: border-box;
    display: block;
    width: 180px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: none;
    color: #fff;
    letter-spacing: 3px;
    font-size: 11px;
    font-family: Quattrocento, serif;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.enquire .enquire__box--submit .enquire__btn input:hover {
    background: rgba(255, 255, 255, .4)
}

.wpcf7 .wpcf7-form-control-wrap {
    position: static!important
}

.wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px!important;
    color: #dd1f24!important
}

.wpcf7 div.wpcf7-response-output {
    box-sizing: border-box;
    max-width: 480px;
    margin: 40px auto 0!important;
    color: #fff;
    background: #dd1f24;
    font-size: 11px!important
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: none!important;
    border: 1px solid #dd1f24!important
}

.wpcf7 div.wpcf7-validation-errors {
    padding: 5px;
    color: #fff;
    border: none!important;
    background: #dd1f24
}

@media screen and (max-width:500px) {
    .contact .page__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .wpcf7 span.wpcf7-not-valid-tip {
        text-align: right
    }
}

@media screen and (max-width:400px) {
    .contact .page__inner.address p {
        font-size: 11px
    }
    .contact .page__inner.mail p {
        font-size: 11px
    }
}

.stockists .page__hold {
    max-width: 1000px;
    margin: 0 auto
}

.stockists .page__hold .page__inner {
    margin: 40px 0 0
}

.stockists .page__hold .page__inner:after {
    content: "";
    clear: both;
    display: block
}

.stockists .page__hold .page__inner .shop__inner {
    float: left;
    width: 30%;
    margin: 80px 0 0 5%;
    color: #fff
}

.stockists .page__hold .page__inner .shop__inner:nth-child(3n+1) {
    margin: 80px 0 0
}

.stockists .page__hold .page__inner .shop__inner:nth-child(-n+3) {
    margin-top: 0
}

.stockists .page__hold .page__inner .shop__inner a {
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.stockists .page__hold .page__inner .shop__inner a:hover {
    color: #888
}

.stockists .page__hold .page__inner .shop__inner a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 10px;
    height: 6px;
    border: 1px solid #fff
}

.stockists .page__hold .page__inner .shop__inner a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 10px;
    height: 6px;
    border: 1px solid #fff;
    background: #000;
    box-shadow: -2px 2px 0 0 #000
}

.stockists .page__hold .page__inner .shop__inner .shop__ttl {
    margin-bottom: 10px;
    font-size: 15px
}

.stockists .page__hold .page__inner .shop__inner .shop__add {
    margin-bottom: 5px
}

.stockists .page__hold .page__inner .shop__is-pre {
    width: 100%;
    height: 160px;
    line-height: 160px
}

.stockists .page__hold .page__inner .shop__is-pre p span {
    padding-left: 10px;
    color: #aaa;
    font-size: 12px;
    font-family: Quattrocento, serif;
    text-transform: uppercase;
    letter-spacing: 10px
}

.test-stockists .page__ttl {
    position: relative;
    height: 120px;
    line-height: 120px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Quattrocento, serif
}

.test-stockists .page__ttl:before,
.test-stockists .page__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 24px;
    margin: 0 auto;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.test-stockists .page__ttl:before {
    bottom: 96px
}

.test-stockists .page__ttl:after {
    top: 96px
}

.test-stockists .page__ttl span {
    display: inline-block;
    margin: 0 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media screen and (max-width:1000px) {
    .stockists .page__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .stockists .page__hold .page__inner .shop__inner {
        width: 42.5%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(n) {
        margin: 80px 0 0 5%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(-n+2) {
        margin-top: 0
    }
}

@media screen and (max-width:800px) {
    .stockists .page__hold .page__inner .shop__inner {
        width: 44%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(n) {
        margin: 80px 0 0 4%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(-n+2) {
        margin-top: 0
    }
}

@media screen and (max-width:600px) {
    .stockists .page__hold .page__inner .shop__inner {
        width: 47.5%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(n) {
        margin: 80px 0 0 5%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(-n+2) {
        margin-top: 0
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(2n-1) {
        margin-left: 0
    }
}

@media screen and (max-width:500px) {
    .stockists .page__hold .page__inner .shop__inner {
        width: 100%
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(n) {
        margin: 80px 0 0
    }
    .stockists .page__hold .page__inner .shop__inner:nth-child(1) {
        margin-top: 0
    }
}

.not-found .not-found__inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh
}

.not-found .not-found__inner .not-found__hold {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 1
}

.not-found .not-found__inner .not-found__hold .not-found__ttl {
    font-family: Quattrocento Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 2px
}

.not-found .not-found__inner .not-found__hold p {
    margin-top: 20px;
    font-size: 11px
}

.not-found .not-found__inner .not-found__hold p br.under-400 {
    display: none
}

.not-found .not-found__inner .not-found__hold .not-found__a a {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 40px auto 0;
    color: #000;
    font-size: 11px;
    font-family: Quattrocento Sans, sans-serif;
    letter-spacing: 2px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.not-found .not-found__inner .not-found__hold .not-found__a a:hover {
    background: #888
}

.not-found .not-found__inner .notfound__foot {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1000px;
    height: 464px;
    margin: auto;
    z-index: 0
}

@media screen and (max-width:1000px) {
    .not-found .not-found__inner .notfound__foot {
        max-width: 800px;
        height: 371px
    }
}

@media screen and (max-width:800px) {
    .not-found .not-found__inner .notfound__foot {
        max-width: 600px;
        height: 279px
    }
}

@media screen and (max-width:600px) {
    .not-found .not-found__inner .notfound__foot {
        max-width: 400px;
        height: 186px
    }
}

@media screen and (max-width:400px) {
    .not-found .not-found__inner .not-found__hold p {
        line-height: 2
    }
    .not-found .not-found__inner .not-found__hold p br.under-400 {
        display: block
    }
    .not-found .not-found__inner .notfound__foot {
        max-width: 300px;
        height: 139px
    }
}

.post-li {
    text-align: left
}

.post-li .post-li__is-pre {
    position: relative;
    display: table;
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 0
}

.post-li .post-li__is-pre:before,
.post-li .post-li__is-pre:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 1px;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.post-li .post-li__is-pre:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.post-li .post-li__is-pre p {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 2em;
    z-index: 1
}

.post-li .post-li__is-pre p span {
    margin: 0 10px
}

@media screen and (max-width:600px) {
    .post-li .post-li__is-pre {
        max-width: 300px;
        height: 300px
    }
    .post-li .post-li__is-pre:before,
    .post-li .post-li__is-pre:after {
        width: 200px
    }
}

.viewControl-div>div {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.post-li .post-li__hold .no-entry p {
    width: 100%;
    text-align: center!important
}

.pager__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.pager__inner .page-numbers {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #969495;
    font-size: 14px;
    font-family: Georgia, serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pager__inner .page-numbers:hover {
    color: #ccc
}

.pager__inner .page-numbers.dots {
    color: #ccc
}

.pager__inner .page-numbers.current {
    color: #ccc
}

.pager__inner .page-numbers.next,
.pager__inner .page-numbers.prev {
    width: 50px;
    font-family: Quattrocento Sans, sans-serif
}

@media screen and (max-width:500px) {
    .pager__inner .page-numbers {
        display: none
    }
    .pager__inner .page-numbers.next,
    .pager__inner .page-numbers.prev {
        box-sizing: border-box;
        display: inline-block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff
    }
    .pager__inner .page-numbers.next:after,
    .pager__inner .page-numbers.prev:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 5px;
        height: 5px
    }
    .pager__inner .page-numbers.next:after {
        right: 20px;
        border-top: 1px solid #969495;
        border-right: 1px solid #969495;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .pager__inner .page-numbers.prev:after {
        left: 20px;
        border-top: 1px solid #969495;
        border-left: 1px solid #969495;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.blog-home .post-li__hold {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.blog-home .post-li__hold:after {
    content: "";
    clear: both;
    display: block
}

.blog-home .post-li__hold .post-li__inner {
    float: left;
    width: 100%;
    max-width: 460px;
    margin: 80px 80px 0 0
}

.blog-home .post-li__hold .post-li__inner:nth-child(-n+2) {
    margin-top: 0
}

.blog-home .post-li__hold .post-li__inner:nth-child(2n) {
    margin-right: 0
}

.blog-home .post-li__hold .post-li__inner a {
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-home .post-li__hold .post-li__inner a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 30px;
    margin: 0 auto;
    background: black;
    -webkit-animation: b-anim-out 1s ease forwards;
    animation: b-anim-out 1s ease forwards;
    z-index: 1
}

.blog-home .post-li__hold .post-li__inner a:hover:before {
    -webkit-animation: b-anim-in 1s ease forwards;
    animation: b-anim-in 1s ease forwards
}

.blog-home .post-li__hold .post-li__inner a:after {
    content: 'MORE';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    letter-spacing: 5px;
    color: #fff;
    font-size: 20px;
    font-family: Quattrocento, serif;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .2s 0s ease;
    transition: all .2s 0s ease;
    z-index: 1
}

.blog-home .post-li__hold .post-li__inner a:hover:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .8s 1.1s ease;
    transition: all .8s 1.1s ease;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blog-home .post-li__hold .post-li__inner a .post-li__header {
    position: relative
}

.blog-home .post-li__hold .post-li__inner a .post-li__header img {
    width: 100%;
    max-width: 500px;
    max-height: 280px
}

.blog-home .post-li__hold .post-li__inner a .post-li__header .post-li__date {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    font-family: Georgia, serif;
    background: #000
}

.blog-home .post-li__hold .post-li__inner a .post-li__ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 60px;
    font-size: 14px
}

.blog-home .post-li__hold .post-li__inner a .post-li__note {
    position: relative;
    height: 70px;
    overflow: hidden
}

.blog-home .post-li__hold .post-li__inner a .post-li__note:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, transparent, black);
    background: linear-gradient(to bottom, transparent, black)
}

@-webkit-keyframes b-anim-in {
    0% {
        width: 1px;
        height: 30px;
        background: black
    }
    50% {
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }
    100% {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
}

@keyframes b-anim-in {
    0% {
        width: 1px;
        height: 30px;
        background: black
    }
    50% {
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }
    100% {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
}

@-webkit-keyframes b-anim-out {
    0% {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
    50% {
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }
    100% {
        width: 1px;
        height: 30px;
        background: black
    }
}

@keyframes b-anim-out {
    0% {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
    50% {
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }
    100% {
        width: 1px;
        height: 30px;
        background: black
    }
}

@media screen and (max-width:1100px) {
    .blog-home .post-li__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .blog-home .post-li__hold .post-li__inner {
        width: calc(50% - 40px)
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__header .post-li__date {
        width: 120px;
        letter-spacing: 3px;
        font-size: 11px
    }
}

@media screen and (max-width:900px) {
    .blog-home .post-li__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .blog-home .post-li__hold .post-li__inner {
        width: calc(50% - 20px);
        margin: 80px 40px 0 0
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__note {
        font-size: 12px
    }
}

@media screen and (max-width:600px) {
    .blog-home .post-li__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .blog-home .post-li__hold .post-li__inner {
        width: calc(50% - 10px);
        margin: 80px 20px 0 0
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__header .post-li__date {
        width: 100px;
        height: 30px;
        line-height: 30px;
        letter-spacing: 2px;
        font-size: 10px
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__ttl {
        height: 50px;
        line-height: 50px;
        font-size: 12px
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__note {
        font-size: 11px
    }
}

@media screen and (max-width:500px) {
    .blog-home .post-li__hold .post-li__inner {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 80px 0 0
    }
    .blog-home .post-li__hold .post-li__inner:nth-child(-n+2) {
        margin-top: 80px
    }
    .blog-home .post-li__hold .post-li__inner:first-child {
        margin-top: 0
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__header .post-li__date {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 11px
    }
    .blog-home .post-li__hold .post-li__inner a .post-li__ttl {
        font-size: 13px
    }
}

.collections .post-li__hold {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.collections .post-li__hold:after {
    content: "";
    clear: both;
    display: block
}

.collections .post-li__hold .post-li__inner {
    position: relative;
    float: left;
    width: calc(33.3333333% - 40px);
    height: 100%;
    margin: 40px 20px 0
}

.collections .post-li__hold .post-li__inner:nth-child(-n+3) {
    margin-top: 0
}

.collections .post-li__hold .post-li__inner a {
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections .post-li__hold .post-li__inner a .post-li__ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    font-size: 24px;
    font-family: Quattrocento, serif;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections .post-li__hold .post-li__inner a .post-li__ttl:before,
.collections .post-li__hold .post-li__inner a .post-li__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 15px;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.collections .post-li__hold .post-li__inner a .post-li__ttl:before {
    bottom: 100%
}

.collections .post-li__hold .post-li__inner a .post-li__ttl:after {
    top: 100%
}

.collections .post-li__hold .post-li__inner a:hover .post-li__ttl {
    letter-spacing: 5px
}

.collections .post-li__hold .post-li__inner a:hover .post-li__ttl:before {
    height: 30px
}

.collections .post-li__hold .post-li__inner a:hover .post-li__ttl:after {
    height: 30px
}

.collections .post-li__hold .post-li__inner a .post-li__btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    font-family: Quattrocento Sans, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .5s 0s ease;
    transition: all .5s 0s ease;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.collections .post-li__hold .post-li__inner a:hover .post-li__btn {
    -webkit-transition: all .5s .3s ease;
    transition: all .5s .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.collections .post-li__hold .post-li__inner a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 101%;
    height: 101%;
    margin: auto;
    background: -webkit-radial-gradient(circle, transparent, #000);
    background: radial-gradient(circle, transparent, #000);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.collections .post-li__hold .post-li__inner a:hover:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media screen and (max-width:1000px) {
    .collections .post-li__hold .post-li__inner {
        width: calc(50% - 20px);
        margin: 20px 10px 0
    }
    .collections .post-li__hold .post-li__inner:nth-child(-n+3) {
        margin-top: 20px
    }
    .collections .post-li__hold .post-li__inner:nth-child(-n+2) {
        margin-top: 0
    }
}

@media screen and (max-width:500px) {
    .collections .post-li__hold .post-li__inner {
        width: calc(100% - 20px);
        margin: 80px 10px 0
    }
    .collections .post-li__hold .post-li__inner:nth-child(-n+2) {
        margin-top: 80px
    }
    .collections .post-li__hold .post-li__inner:first-child {
        margin-top: 0
    }
}

.news .post-li__hold {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto
}

.news .post-li__hold .post-li__inner {
    position: relative;
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid #fff
}

.news .post-li__hold .post-li__inner:nth-child(1) {
    border-top: 1px solid #fff
}

.news .post-li__hold .post-li__inner a {
    display: block;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news .post-li__hold .post-li__inner a .post-li__body {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 80px
}

.news .post-li__hold .post-li__inner a .post-li__body .post-li__date {
    padding: 0 0 0 3px;
    box-sizing: border-box;
    letter-spacing: 5px;
    font-family: Georgia, serif
}

.news .post-li__hold .post-li__inner a .post-li__body .post-li__ttl {
    margin-top: 5px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news .post-li__hold .post-li__inner a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news .post-li__hold .post-li__inner a:hover:before {
    width: 100%
}

.news .post-li__hold .post-li__inner a .post-li--arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    width: 20px;
    height: 20px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.news .post-li__hold .post-li__inner:hover a {
    color: #000
}

@media screen and (max-width:500px) {
    .news .post-li__hold .post-li__inner a .post-li__body {
        width: 95%;
        padding: 50px 0 60px
    }
    .news .post-li__hold .post-li__inner a .post-li__body .post-li__date {
        font-size: 11px;
        letter-spacing: 2px
    }
    .news .post-li__hold .post-li__inner a .post-li__body .post-li__ttl {
        font-size: 13px
    }
    .news .post-li__hold .post-li__inner a:before {
        width: 0;
        height: 0;
        background: none
    }
    .news .post-li__hold .post-li__inner a:hover:before {
        width: 0
    }
    .news .post-li__hold .post-li__inner a .post-li--arrow {
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff
    }
    .news .post-li__hold .post-li__inner a:hover {
        color: #ccc
    }
}

@media screen and (max-width:400px) {
    .news .post-li__hold .post-li__inner a .post-li__body .post-li__date {
        font-size: 10px
    }
    .news .post-li__hold .post-li__inner a .post-li__body .post-li__ttl {
        font-size: 11px
    }
}

.media .post-li__hold {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.media .post-li__hold .post-li__inner {
    margin-top: 100px
}

.media .post-li__hold .post-li__inner:after {
    content: "";
    clear: both;
    display: block
}

.media .post-li__hold .post-li__inner:first-child {
    margin-top: 0
}

.media .post-li__hold .post-li__inner .post-li__catch {
    float: left;
    width: 40%
}

.media .post-li__hold .post-li__inner .post-li__body {
    float: left;
    width: 56%;
    margin-left: 4%
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__date {
    padding-left: 2px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 3px
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__ttl {
    position: relative;
    margin: 0;
    padding: 5px 0 16px;
    font-size: 18px
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__ttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150%;
    max-width: 680px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note {
    margin-top: 20px;
    line-height: 1.9;
    text-align: justify!important
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__link {
    max-width: 290px;
    margin-top: 10px;
    font-family: Georgia, serif;
    color: #969495;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__link a {
    padding-left: 3px;
    font-style: italic;
    letter-spacing: 3px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.media .post-li__hold .post-li__inner:hover .post-li__body .post-li__ttl:after {
    max-width: 730px;
    background: #dd1f24
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note strong {
    font-weight: 700
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note em {
    font-style: italic
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note a {
    text-decoration: underline;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note p {
    padding-left: 0!important
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note h1,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note h2,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note h3,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note h4,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note h5,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note h6,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note ul,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note ol,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note hr,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note blockquote,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note pre,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note iframe,
.media .post-li__hold .post-li__inner .post-li__body .post-li__note img {
    display: none
}

.media .post-li__hold .post-li__inner .post-li__body .post-li__note .more-link {
    display: none
}

@media screen and (max-width:1000px) {
    .media .post-li__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .media .post-li__hold .post-li__inner .post-li__body {
        width: 58%;
        margin-left: 2%
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__ttl {
        padding: 5px 0
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__ttl:after {
        width: 120%
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__note {
        margin-top: 10px
    }
}

@media screen and (max-width:600px) {
    .media .post-li__hold .post-li__inner {
        margin-top: 80px
    }
    .media .post-li__hold .post-li__inner .post-li__catch {
        float: none;
        width: 100%
    }
    .media .post-li__hold .post-li__inner .post-li__body {
        box-sizing: border-box;
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 20px 10px;
        border-bottom: 1px solid #fff
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__ttl {
        padding: 5px 0 0;
        font-size: 17px
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__ttl:after {
        width: 0;
        height: 0;
        background: none
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__note {
        margin-top: 16px;
        font-size: 12px
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__link {
        margin-top: 16px
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__link a {
        font-size: 12px
    }
    .media .post-li__hold .post-li__inner:hover .post-li__body .post-li__ttl:after {
        max-width: 0
    }
}

@media screen and (max-width:400px) {
    .media .post-li__hold .post-li__inner .post-li__body {
        padding: 20px 0
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__date {
        font-size: 10px;
        letter-spacing: 2px
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__ttl {
        font-size: 15px
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__note {
        font-size: 11px
    }
    .media .post-li__hold .post-li__inner .post-li__body .post-li__link a {
        font-size: 11px
    }
}

.entry {
    text-align: left
}

.no-entry {
    width: 100%;
    max-width: 600px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    text-align: center
}

.blog-single .entry__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.blog-single .entry__inner.entry-h {
    max-width: 800px
}

.blog-single .entry__inner.entry-h .entry-h__catch img {
    width: 100%;
    max-width: 800px
}

.blog-single .entry__inner.entry-h .entry-h__hold {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff
}

.blog-single .entry__inner.entry-h .entry-h__side {
    font-family: Georgia, serif
}

.blog-single .entry__inner.entry-h .entry-h__side .entry-h__date {
    display: inline-block;
    margin-right: 20px;
    padding: 0 20px 0 5px;
    border-right: 1px solid #fff;
    font-style: italic;
    letter-spacing: 3px
}

.blog-single .entry__inner.entry-h .entry-h__side .entry-h__cat {
    display: inline-block
}

.blog-single .entry__inner.entry-h .entry-h__side .entry-h__cat a {
    font-style: italic;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-single .entry__inner.entry-h .entry-h__ttl {
    margin-top: 30px;
    font-size: 22px
}

.blog-single .entry__inner.entry-b {
    max-width: 600px;
    margin-bottom: 80px
}

.blog-single .entry__inner.entry-b .entry-b__inner {
    line-height: 30px;
    font-size: 14px;
    text-align: justify
}

.blog-single .entry__inner.entry-f {
    max-width: 800px
}

.blog-single .entry__inner.entry-f .entry-f__share {
    max-width: 240px;
    margin: 0 auto 80px
}

.blog-single .entry__inner.entry-f .entry-f__share:after {
    content: "";
    clear: both;
    display: block
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 110px;
    height: 40px;
    font-size: 15px
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: Georgia, serif
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn a span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-style: italic
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn.twitter:before,
.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn.facebook:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 40px;
    background: #3b5998;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn.twitter {
    margin-right: 20px
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn.twitter:before {
    background: #55acee
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn:hover.twitter:before,
.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn:hover.facebook:before {
    width: 100%
}

.blog-single .entry__inner.entry-f .entry-f__share .entry-f__s-btn svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 50px;
    height: 14px;
    margin: auto;
    fill: #fff
}

.blog-single .entry__inner.entry-f .entry-f__pager {
    position: relative;
    height: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.blog-single .entry__inner.entry-f .entry-f__pager>div {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-family: Quattrocento Sans, sans-serif
}

.blog-single .entry__inner.entry-f .entry-f__pager>div>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-single .entry__inner.entry-f .entry-f__pager>div>a:hover {
    color: #888
}

.blog-single .entry__inner.entry-f .entry-f__pager>div:not(.entry-f--index):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev {
    left: 0
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:before {
    left: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:hover:before {
    left: 55px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 23px;
    height: 23px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span:before,
.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span:before {
    left: 9px
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div .s-top {
    top: 0
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div .s-middle {
    top: 0;
    bottom: 0;
    margin: auto
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div .s-bottom {
    bottom: 0
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a:hover>div span {
    background: #888
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a:hover>div span:before,
.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a:hover>div span:after {
    background: #888
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--next {
    right: 0
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:before {
    right: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:hover:before {
    right: 55px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888
}

@media screen and (max-width:800px) {
    .blog-single .entry__inner.entry-h {
        box-sizing: border-box;
        padding: 0 10px
    }
    .blog-single .entry__inner.entry-h .entry-h__side {
        font-size: 12px
    }
    .blog-single .entry__inner.entry-h .entry-h__ttl {
        margin-top: 20px;
        font-size: 16px
    }
    .blog-single .entry__inner.entry-f {
        box-sizing: border-box;
        padding: 0 10px
    }
    .blog-single .entry__inner.entry-f .entry-f__pager>div {
        width: 100px
    }
    .blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:before {
        left: 10px
    }
    .blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:hover:before {
        left: 10px
    }
    .blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:before {
        right: 10px
    }
    .blog-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:hover:before {
        right: 10px
    }
}

@media screen and (max-width:600px) {
    .blog-single .entry__inner.entry-b {
        box-sizing: border-box;
        padding: 0 10px
    }
}

@media screen and (max-width:500px) {
    .blog-single .entry__inner.entry-h .entry-h__hold {
        margin: 30px auto
    }
    .blog-single .entry__inner.entry-h .entry-h__ttl {
        font-size: 15px
    }
    .blog-single .entry__inner.entry-b .entry-b__inner {
        line-height: 27px;
        font-size: 13px
    }
}

@media screen and (max-width:400px) {
    .blog-single .entry__inner.entry-h .entry-h__hold {
        margin: 30px auto 20px
    }
    .blog-single .entry__inner.entry-h .entry-h__side {
        font-size: 11px
    }
    .blog-single .entry__inner.entry-h .entry-h__side .entry-h__date {
        margin-right: 10px;
        padding: 0 10px 0 3px
    }
    .blog-single .entry__inner.entry-h .entry-h__ttl {
        font-size: 14px
    }
}

.blog-single .entry-b .entry-b__inner h1 {
    margin: 1em 0 10px;
    padding-bottom: 10px;
    line-height: 1.7;
    font-size: 1.6em;
    font-weight: 700;
    border-bottom: 1px solid #fff
}

.blog-single .entry-b .entry-b__inner h2 {
    margin: 1em 0 10px;
    line-height: 1.7;
    font-size: 1.4em;
    font-weight: 700
}

.blog-single .entry-b .entry-b__inner h3 {
    margin: 1em 0 8px;
    line-height: 1.8;
    font-size: 1.2em;
    font-weight: 700
}

.blog-single .entry-b .entry-b__inner strong {
    font-weight: 700
}

.blog-single .entry-b .entry-b__inner em {
    font-style: italic
}

.blog-single .entry-b .entry-b__inner div {
    margin-bottom: 3em
}

.blog-single .entry-b .entry-b__inner p {
    margin-bottom: 1.5em
}

.blog-single .entry-b .entry-b__inner a {
    text-decoration: underline;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-single .entry-b .entry-b__inner ul,
.blog-single .entry-b .entry-b__inner ol {
    padding-left: 20px;
    list-style-type: decimal
}

.blog-single .entry-b .entry-b__inner ul {
    list-style-type: disc
}

.blog-single .entry-b .entry-b__inner hr {
    margin: 2em 0 2.5em;
    border: none;
    text-align: center
}

.blog-single .entry-b .entry-b__inner hr:before {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    background: #fff
}

.blog-single .entry-b .entry-b__inner blockquote {
    position: relative;
    padding: 40px 30px 30px 40px
}

.blog-single .entry-b .entry-b__inner blockquote:before {
    content: '“';
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 50px;
    font-family: sans-serif;
    color: #fff
}

.blog-single .entry-b .entry-b__inner pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto
}

.blog-single .entry-b .entry-b__inner .is-fit-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.blog-single .entry-b .entry-b__inner .is-fit-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
}

.u-entry__ttl {
    position: relative;
    height: 120px;
    line-height: 120px;
    text-transform: uppercase;
    text-align: center;
    font-family: Quattrocento, serif
}

.u-entry__ttl:before,
.u-entry__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 0;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: all .8s 1s ease;
    transition: all .8s 1s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.u-entry__ttl:before {
    bottom: 96px
}

.u-entry__ttl:after {
    top: 96px
}

.u-entry__ttl.is-visible:before,
.u-entry__ttl.is-visible:after {
    height: 24px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.u-entry__ttl span {
    display: inline-block;
    margin: 0 8px;
    font-size: 20px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 1s .5s;
    transition: all 1s .5s;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

.u-entry__ttl.is-visible span {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.u-entry__ttl.is-visible span:nth-child(1) {
    -webkit-transition: all 1s .1s;
    transition: all 1s .1s
}

.u-entry__ttl.is-visible span:nth-child(2) {
    -webkit-transition: all 1s .3s;
    transition: all 1s .3s
}

.u-entry__ttl.is-visible span:nth-child(3) {
    -webkit-transition: all 1s .5s;
    transition: all 1s .5s
}

.u-entry__ttl.is-visible span:nth-child(4) {
    -webkit-transition: all 1s .2s;
    transition: all 1s .2s
}

.u-entry__ttl.is-visible span:nth-child(5) {
    -webkit-transition: all 1s .4s;
    transition: all 1s .4s
}

.u-entry__ttl.is-visible span:nth-child(6) {
    -webkit-transition: all 1s .6s;
    transition: all 1s .6s
}

.u-entry__ttl.is-visible span:nth-child(7) {
    -webkit-transition: all 1s .5s;
    transition: all 1s .5s
}

.u-entry__ttl.is-visible span:nth-child(8) {
    -webkit-transition: all 1s .3s;
    transition: all 1s .3s
}

@media screen and (max-width:500px) {
    .u-entry__ttl {
        font-size: 14px
    }
    .u-entry__ttl.is-visible:before,
    .u-entry__ttl.is-visible:after {
        height: 16px
    }
    .u-entry__ttl span {
        margin: 0 5px
    }
}

.blog-single .contents__inner.u-entry {
    padding-top: 0
}

.blog-single .u-entry__hold {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li:after {
    content: "";
    clear: both;
    display: block
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner {
    float: left;
    width: 30%;
    height: 100%;
    margin: 40px 0 0 5%
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner:nth-child(3n+1) {
    margin-left: 0
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a {
    position: relative;
    display: block;
    color: #fff
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a:hover:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a .u-entry-li__date {
    margin: 10px 0 3px;
    padding-left: 3px;
    font-size: 12px;
    font-family: Georgia, serif;
    font-style: italic;
    letter-spacing: 3px
}

.blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a .u-entry-li__ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:1000px) {
    .blog-single .u-entry__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
}

@media screen and (max-width:800px) {
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner {
        width: 32%;
        margin: 40px 0 0 2%
    }
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a .u-entry-li__date {
        font-size: 11px
    }
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a .u-entry-li__ttl {
        font-size: 12px
    }
}

@media screen and (max-width:500px) {
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner {
        float: none;
        width: 100%;
        margin: 80px 0 0
    }
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner:first-child {
        margin-top: 40px
    }
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a .u-entry-li__date {
        font-size: 12px
    }
    .blog-single .u-entry__hold .u-entry__inner.u-entry-li .u-entry-li__inner a .u-entry-li__ttl {
        font-size: 13px
    }
}

.news-single .entry .entry__hold {
    position: relative;
    max-width: 800px;
    margin: 0 auto
}

.news-single .entry .entry__hold:after {
    content: "";
    clear: both;
    display: block
}

.news-single .entry__inner {
    width: 100%;
    height: 100%
}

.news-single .entry__inner.entry-h {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff
}

.news-single .entry__inner.entry-h .entry-h__catch {
    max-width: 800px;
    margin-bottom: 60px
}

.news-single .entry__inner.entry-h .entry-h__hold {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 100%
}

.news-single .entry__inner.entry-h .entry-h__hold:after {
    content: "";
    clear: both;
    display: block
}

.news-single .entry__inner.entry-h .entry-h__hold .entry-h__date {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 250px;
    height: 30px;
    line-height: 30px;
    margin: auto 0;
    font-size: 15px;
    font-family: Georgia, serif;
    font-style: italic;
    letter-spacing: 5px
}

.news-single .entry__inner.entry-h .entry-h__hold .entry-h__ttl {
    float: right;
    width: 540px;
    font-size: 18px
}

.news-single .entry__inner.entry-b {
    float: right;
    max-width: 540px;
    margin: 40px auto 0
}

.news-single .entry__inner.entry-b .entry-b__inner {
    line-height: 30px;
    font-size: 14px;
    text-align: justify
}

.news-single .entry__inner.entry-f {
    max-width: 800px;
    margin: 40px auto 0
}

.news-single .entry__inner.entry-f .entry-f__hold {
    max-width: 540px;
    margin-left: 260px
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share {
    max-width: 240px;
    margin: 0 auto 80px
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share:after {
    content: "";
    clear: both;
    display: block
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 110px;
    height: 40px;
    font-size: 15px
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: Georgia, serif
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn a span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-style: italic
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn.twitter:before,
.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn.facebook:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 40px;
    background: #3b5998;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn.twitter {
    margin-right: 20px
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn.twitter:before {
    background: #55acee
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn:hover.twitter:before,
.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn:hover.facebook:before {
    width: 100%
}

.news-single .entry__inner.entry-f .entry-f__hold .entry-f__share .entry-f__s-btn svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 50px;
    height: 14px;
    margin: auto;
    fill: #fff
}

.news-single .entry__inner.entry-f .entry-f__pager {
    position: relative;
    height: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.news-single .entry__inner.entry-f .entry-f__pager>div {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-family: Quattrocento Sans, sans-serif
}

.news-single .entry__inner.entry-f .entry-f__pager>div>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-single .entry__inner.entry-f .entry-f__pager>div>a:hover {
    color: #888
}

.news-single .entry__inner.entry-f .entry-f__pager>div:not(.entry-f--index):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev {
    left: 0
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:before {
    left: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:hover:before {
    left: 55px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 23px;
    height: 23px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span:before,
.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div span:before {
    left: 9px
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div .s-top {
    top: 0
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div .s-middle {
    top: 0;
    bottom: 0;
    margin: auto
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a>div .s-bottom {
    bottom: 0
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a:hover>div span {
    background: #888
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a:hover>div span:before,
.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--index>a:hover>div span:after {
    background: #888
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--next {
    right: 0
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:before {
    right: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.news-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:hover:before {
    right: 55px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888
}

@media screen and (max-width:800px) {
    .news-single .entry .entry__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
    .news-single .entry__inner.entry-h .entry-h__catch {
        margin-bottom: 40px
    }
    .news-single .entry__inner.entry-h .entry-h__hold {
        box-sizing: border-box;
        padding: 0 20px
    }
    .news-single .entry__inner.entry-h .entry-h__hold .entry-h__date {
        box-sizing: border-box;
        position: static;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin: 0;
        padding-left: 5px;
        font-size: 12px
    }
    .news-single .entry__inner.entry-h .entry-h__hold .entry-h__ttl {
        float: none;
        width: 100%;
        font-size: 16px
    }
    .news-single .entry__inner.entry-b {
        box-sizing: border-box;
        float: none;
        max-width: 800px;
        padding: 0 20px
    }
    .news-single .entry__inner.entry-f {
        box-sizing: border-box;
        padding: 0 10px
    }
    .news-single .entry__inner.entry-f .entry-f__hold {
        width: 100%;
        max-width: 800px;
        margin-left: 0
    }
    .news-single .entry__inner.entry-f .entry-f__pager>div {
        width: 100px
    }
    .news-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:before {
        left: 10px
    }
    .news-single .entry__inner.entry-f .entry-f__pager div.entry-f--prev:hover:before {
        left: 10px
    }
    .news-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:before {
        right: 10px
    }
    .news-single .entry__inner.entry-f .entry-f__pager div.entry-f--next:hover:before {
        right: 10px
    }
}

@media screen and (max-width:500px) {
    .news-single .entry__inner.entry-h .entry-h__catch {
        margin-bottom: 20px
    }
    .news-single .entry__inner.entry-h .entry-h__hold {
        padding: 0
    }
    .news-single .entry__inner.entry-h .entry-h__hold .entry-h__date {
        letter-spacing: 3px
    }
    .news-single .entry__inner.entry-h .entry-h__hold .entry-h__ttl {
        font-size: 15px
    }
    .news-single .entry__inner.entry-b {
        margin: 40px auto 0;
        padding: 0
    }
    .news-single .entry__inner.entry-b .entry-b__inner {
        line-height: 27px;
        font-size: 13px
    }
}

@media screen and (max-width:400px) {
    .news-single .entry__inner.entry-h {
        padding-bottom: 30px
    }
    .news-single .entry__inner.entry-h .entry-h__catch {
        margin-bottom: 10px
    }
    .news-single .entry__inner.entry-h .entry-h__hold .entry-h__date {
        padding-left: 3px;
        font-size: 11px
    }
    .news-single .entry__inner.entry-h .entry-h__hold .entry-h__ttl {
        font-size: 14px
    }
    .news-single .entry__inner.entry-b {
        margin: 30px auto 0
    }
}

.news-single .entry-b .entry-b__inner h1 {
    margin: 1em 0 10px;
    padding-bottom: 10px;
    line-height: 1.7;
    font-size: 1.6em;
    font-weight: 700;
    border-bottom: 1px solid #fff
}

.news-single .entry-b .entry-b__inner h2 {
    margin: 1em 0 10px;
    line-height: 1.7;
    font-size: 1.4em;
    font-weight: 700
}

.news-single .entry-b .entry-b__inner h3 {
    margin: 1em 0 8px;
    line-height: 1.8;
    font-size: 1.2em;
    font-weight: 700
}

.news-single .entry-b .entry-b__inner strong {
    font-weight: 700
}

.news-single .entry-b .entry-b__inner em {
    font-style: italic
}

.news-single .entry-b .entry-b__inner div {
    margin-bottom: 3em
}

.news-single .entry-b .entry-b__inner p {
    margin-bottom: 1.5em
}

.news-single .entry-b .entry-b__inner a {
    text-decoration: underline;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-single .entry-b .entry-b__inner ul,
.news-single .entry-b .entry-b__inner ol {
    padding-left: 20px;
    list-style-type: decimal
}

.news-single .entry-b .entry-b__inner ul {
    list-style-type: disc
}

.news-single .entry-b .entry-b__inner hr {
    margin: 2em 0 2.5em;
    border: none;
    text-align: center
}

.news-single .entry-b .entry-b__inner hr:before {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    background: #fff
}

.news-single .entry-b .entry-b__inner blockquote {
    position: relative;
    padding: 40px 30px 30px 40px
}

.news-single .entry-b .entry-b__inner blockquote:before {
    content: '“';
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 50px;
    font-family: sans-serif;
    color: #fff
}

.news-single .entry-b .entry-b__inner pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto
}

.news-single .entry-b .entry-b__inner .is-fit-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.news-single .entry-b .entry-b__inner .is-fit-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
}

@media screen and (max-width:800px) {
    .news-single .entry-b .entry-b__inner h1 {
        font-size: 1.4em
    }
    .news-single .entry-b .entry-b__inner h2 {
        font-size: 1.3em
    }
}

.collections-single .contents__inner.entry {
    position: relative;
    margin: 0;
    padding: 0
}

.collections-single .contents__inner.entry .entry__ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-transform: uppercase;
    font-family: Quattrocento, serif;
    letter-spacing: 5px;
    text-shadow: 1px 1px 0 black;
    z-index: 1
}

.collections-single .contents__inner.entry .entry__ttl span {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    font-size: 10px
}

.collections-single .contents__inner.entry .entry--back {
    position: absolute;
    bottom: 100px;
    left: 40px;
    z-index: 1
}

.collections-single .contents__inner.entry .entry--back a {
    font-family: Quattrocento Sans, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/sj-logo.svg) center center no-repeat;
    background-size: 300px
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100%;
    height: calc(100vh - 100px);
    padding: 100px 0 0;
    text-align: center;
    -webkit-transition: all .5s 0s ease-out;
    transition: all .5s 0s ease-out;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img img {
    max-height: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img.before {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img.cur {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: all .5s .8s ease-out;
    transition: all .5s .8s ease-out;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img.after {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img .slide__desc {
    position: absolute;
    bottom: 10%;
    right: 220px;
    line-height: 2;
    font-size: 11px;
    font-style: italic;
    font-family: Quattrocento, serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 black;
    text-align: left
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img .slide__desc span {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 11px;
    font-family: Cinzel, serif;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #fff
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img .slide__desc span:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 47px;
    height: 47px;
    border: 1px solid #000
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__btn.is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__btn:before,
.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 1px;
    background: #000;
    box-shadow: 1px 1px 0 0 #fff
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs.is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    width: 90%;
    max-width: 1100px;
    height: 70%;
    overflow: auto
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold:after {
    content: "";
    clear: both;
    display: block
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold a {
    position: relative;
    float: left;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 8px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-family: Cinzel, serif;
    background: #000
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold a.active {
    cursor: default
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold a.active span {
    background: #dd1f24
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold a:not(.active):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-hold a:not(.active):hover:after {
    background: rgba(0, 0, 0, .6)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn:before,
.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn:after {
    content: '';
    position: absolute;
    top: 0;
    width: 56px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn:before {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn:after {
    right: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn:hover:before,
.collections-single .contents__inner.entry .entry__inner.slide .slide__thumbs .slide__thumbs-btn:hover:after {
    background: #888
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
    width: 200px;
    height: 40px
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--next,
.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--prev,
.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index {
    position: absolute;
    top: 0;
    width: 80px;
    height: 40px;
    display: block;
    background: #fff;
    cursor: pointer
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--next:after,
.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--prev:after,
.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--next {
    right: 0
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--next:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--next:hover:after {
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-transform: translateX(5px) rotate(-135deg);
    transform: translateX(5px) rotate(-135deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--prev {
    left: 0
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--prev:hover:after {
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-transform: translateX(-5px) rotate(45deg);
    transform: translateX(-5px) rotate(45deg)
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index {
    left: 0;
    right: 0;
    width: 40px;
    margin: auto
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index:after {
    width: 100%;
    height: 100%;
    border: none
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 24px;
    height: 24px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div span {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div span:before,
.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div span:before {
    left: 9px
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div .s-top {
    top: 0
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div .s-middle {
    top: 0;
    bottom: 0;
    margin: auto
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index div .s-bottom {
    bottom: 0
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index:hover span {
    background: #888
}

.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index:hover span:before,
.collections-single .contents__inner.entry .entry__inner.slide .slide__trigger .trigger--index:hover span:after {
    background: #888
}

@media screen and (max-width:768px) {
    .collections-single .contents__inner.entry .entry__ttl {
        position: absolute;
        top: 60px;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        text-shadow: 1px 1px 0 black
    }
    .collections-single .contents__inner.entry .entry__ttl span {
        display: none
    }
    .collections-single .contents__inner.entry .entry--back {
        position: static;
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap {
        position: static;
        box-sizing: border-box;
        padding: 140px 10px 0;
        background: none
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img {
        position: relative;
        left: auto;
        height: 100%;
        margin-top: 20px;
        padding: 0;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img:first-child {
        margin-top: 0
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img img {
        cursor: auto
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img.before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img.cur {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img.after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img .slide__desc {
        bottom: 10px;
        left: 10px;
        right: auto;
        font-size: 10px;
        line-height: 1.8
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__wrap .slide__img .slide__desc span {
        display: none
    }
    .collections-single .contents__inner.entry .entry__inner.slide .slide__trigger {
        display: none
    }
}

.attchment-single .contents__inner.entry .entry__hold {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto
}

.attchment-single .contents__inner.entry .entry__hold .entry__ttl {
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-family: Quattrocento, serif;
    font-size: 15px;
    letter-spacing: 3px
}

@media screen and (max-width:1000px) {
    .attchment-single .contents__inner.entry .entry__hold {
        box-sizing: border-box;
        padding: 0 10px
    }
}

.blog-single .r-entry,
.blog-home .r-entry {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    border-top: 1px solid #fff
}

.blog-single .r-entry:after,
.blog-home .r-entry:after {
    content: "";
    clear: both;
    display: block
}

.blog-single .r-entry .r-entry__inner,
.blog-home .r-entry .r-entry__inner {
    float: left;
    margin-right: 40px
}

.blog-single .r-entry .r-entry__inner:nth-child(2),
.blog-home .r-entry .r-entry__inner:nth-child(2) {
    margin-right: 0
}

.blog-single .r-entry .r-entry__inner .r-entry__ttl,
.blog-home .r-entry .r-entry__inner .r-entry__ttl {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 5px
}

.blog-single .r-entry .r-entry__inner .r-entry__li li a,
.blog-home .r-entry .r-entry__inner .r-entry__li li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-style: italic;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (min-width:1440px) {
    .blog-single .r-entry,
    .blog-home .r-entry {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 100px;
        margin: auto;
        padding-top: 0;
        border: none
    }
    .blog-single .r-entry .r-entry__inner,
    .blog-home .r-entry .r-entry__inner {
        position: relative;
        float: none;
        margin-right: 0;
        height: 50px
    }
    .blog-single .r-entry .r-entry__inner .r-entry__ttl,
    .blog-home .r-entry .r-entry__inner .r-entry__ttl {
        position: relative;
        box-sizing: border-box;
        width: 100px;
        padding-left: 24px;
        font-size: 12px;
        letter-spacing: 2px;
        color: #969495;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    .blog-single .r-entry .r-entry__inner .r-entry__ttl:before,
    .blog-home .r-entry .r-entry__inner .r-entry__ttl:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
        width: 16px;
        height: 1px;
        background: #969495
    }
    .blog-single .r-entry .r-entry__inner .r-entry__li,
    .blog-home .r-entry .r-entry__inner .r-entry__li {
        position: absolute;
        top: 0;
        left: 80%;
        -webkit-transition: all .5s 0s ease;
        transition: all .5s 0s ease;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    .blog-single .r-entry .r-entry__inner .r-entry__li li:nth-child(n+9),
    .blog-home .r-entry .r-entry__inner .r-entry__li li:nth-child(n+9) {
        display: none
    }
    .blog-single .r-entry .r-entry__inner .r-entry__li li a,
    .blog-home .r-entry .r-entry__inner .r-entry__li li a {
        width: 120px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    .blog-single .r-entry .r-entry__inner .r-entry__li li a:hover,
    .blog-home .r-entry .r-entry__inner .r-entry__li li a:hover {
        color: #888
    }
    .blog-single .r-entry .r-entry__inner:hover .r-entry__ttl,
    .blog-home .r-entry .r-entry__inner:hover .r-entry__ttl {
        padding-left: 30px;
        color: #fff
    }
    .blog-single .r-entry .r-entry__inner:hover .r-entry__li,
    .blog-home .r-entry .r-entry__inner:hover .r-entry__li {
        left: 100%;
        -webkit-transition: all .5s .2s ease;
        transition: all .5s .2s ease;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .blog-single .r-entry .r-entry__inner:hover .r-entry__li li a,
    .blog-home .r-entry .r-entry__inner:hover .r-entry__li li a {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@media screen and (max-width:1100px) {
    .blog-single .r-entry,
    .blog-home .r-entry {
        box-sizing: border-box;
        padding: 80px 10px 0
    }
}

.page-change {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1
}

.page-change.is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.page-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 300px;
    height: 40px;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.page-loading span {
    margin: 0 8px;
    color: #fff;
    font-family: Quattrocento Sans, sans-serif;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: perspective(100px);
    transform: perspective(100px)
}

.page-loading span:nth-child(1) {
    -webkit-animation: loading-rotate 5s 0+s ease infinite;
    animation: loading-rotate 5s 0+s ease infinite
}

.page-loading span:nth-child(2) {
    -webkit-animation: loading-rotate 5s .2+s ease infinite;
    animation: loading-rotate 5s .2+s ease infinite
}

.page-loading span:nth-child(3) {
    -webkit-animation: loading-rotate 5s .4+s ease infinite;
    animation: loading-rotate 5s .4+s ease infinite
}

.page-loading span:nth-child(4) {
    -webkit-animation: loading-rotate 5s .6+s ease infinite;
    animation: loading-rotate 5s .6+s ease infinite
}

.page-loading span:nth-child(5) {
    -webkit-animation: loading-rotate 5s .8+s ease infinite;
    animation: loading-rotate 5s .8+s ease infinite
}

.page-loading span:nth-child(6) {
    -webkit-animation: loading-rotate 5s 1+s ease infinite;
    animation: loading-rotate 5s 1+s ease infinite
}

.page-loading span:nth-child(7) {
    -webkit-animation: loading-rotate 5s 1.2+s ease infinite;
    animation: loading-rotate 5s 1.2+s ease infinite
}

@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes loading-rotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}