﻿audio:not([controls]) {
    display: none
}

button {
    overflow: visible;
    -moz-appearance: button;
    -webkit-appearance: button
}

details {
    display: block
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input {
    -webkit-border-radius: 0;
    border-radius: 0
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -moz-appearance: button;
    -webkit-appearance: button
}

input[type="number"] {
    width: auto
}

input[type="search"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -moz-appearance: none;
    -webkit-appearance: none
}

main {
    display: block
}

pre {
    overflow: auto
}

progress {
    display: inline-block
}

small {
    font-size: 75%
}

summary {
    display: block
}

svg:not(:root) {
    overflow: hidden
}

template {
    display: none
}

textarea {
    overflow: auto
}

*,
::before,
::after {
    border-style: solid;
    border-width: 0
}

* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0
}

:root {
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    cursor: default;
    font: 100%/1.5 sans-serif;
    text-rendering: optimizeLegibility
}

a {
    text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

button,
input,
select,
textarea {
    background-color: rgba(0, 0, 0, 0)
}

button,
input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

nav ol,
nav ul ol,
ul {
    list-style: none
}

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

textarea {
    resize: vertical
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.1
}

body,
html {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Yu Gothic", "YuGothic", "游ゴシック", "AxisStd-Regular", sans-serif;
    color: #000;
    font-size: 14px
}

@media only screen and (max-width: 425px) {

    body,
    html {
        width: 100%;
        min-width: inherit
    }
}

html body {
    -webkit-overflow-scrolling: touch
}

ul,
ol,
dl {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none
}

dt,
dd {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4 {
    margin: 0
}

p {
    margin: 0;
    padding: 0
}

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

a:hover,
a:visited,
a:active {
    color: #000
}

a img {
    border: none
}

strong {
    font-weight: bold
}

button {
    outline: none;
    cursor: pointer
}

@media only screen and (min-width: 426px) {
    button {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    button:hover {
        opacity: .6
    }
}

.fix {
    position: fixed
}

.clearfix:after,
.modal .ui:after,
.modal .detail:after,
.modal .detail .item_image:after,
.modal .detail .item_image .thumb_list:after,
.modal .detail .item_detail_container .item_header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.attention {
    color: red
}

@media only screen and (min-width: 426px) {
    .noPc {
        display: none !important
    }
}

@media only screen and (max-width: 425px) {
    .noSp {
        display: none !important
    }
}

.avenir_med,
footer address,
.modal .modal_inner address {
    font-family: 'AvenirNextLTW01-Medium'
}

.avenir_bold,
header p {
    font-family: 'Quicksand', sans-serif
}

.wf,
.headline,
.modal .detail .item_detail_container h2,
.modal .detail .item_detail_container .item_detail li a,
.coming-soon,
.splash {
    font-family: 'Lato', sans-serif
}

.wrapper {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

header {
    padding: 40px 0 30px;
    text-align: center
}

header h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

header h1 img {
    width: 242px
}

header p {
    margin-top: 28px;
    font-size: 15px;
    color: #303030;
    font-weight: bold;
    letter-spacing: 1px
}

@media only screen and (max-width: 425px) {
    header {
        padding: 20px 0
    }

    header h1 {
        font-size: 12px
    }

    header h1 img {
        width: 140px
    }

    header p {
        margin-top: 15px;
        font-size: 10px
    }
}

footer {
    padding: 95px 0;
    text-align: center
}

footer .sns_area {
    font-size: 0
}

footer .sns_area>li {
    display: inline-block;
    font-size: 23px
}

footer .sns_area>li a {
    display: inline-block
}

footer .sns_area>li+li {
    margin-left: 64px
}

footer address {
    margin-top: 50px;
    font-style: normal;
    font-size: 12px
}

@media only screen and (max-width: 425px) {
    footer {
        padding: 32px 0 50px
    }

    footer .sns_area>li+li {
        margin-left: 39px
    }

    footer address {
        margin-top: 32px;
        font-size: 10px
    }
}

@media only screen and (min-width: 426px) {
    a {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

    a:hover {
        opacity: .6
    }
}

html.open body {
    height: 100%
}

html.open.touch {
    padding-right: 0
}

html.open .wrapper {
    display: none;
    pointer-events: none
}

html.open .modal {
    -webkit-overflow-scrolling: touch
}

.container .thumb_list,
.container .item_detail {
    display: none
}

.noanti,
.item_list>li img,
.modal .detail .item_image .thumb_list li img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.headline {
    text-align: center;
    margin: 25px 0 18px;
    font-size: 14px;
    letter-spacing: 0.15em
}

.loader {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #bcbcbc, 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.5), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.7)
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.7), 1.8em -1.8em 0 0em #bcbcbc, 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.5)
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.5), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.7), 2.5em 0em 0 0em #bcbcbc, 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.5), 2.5em 0em 0 0em rgba(188, 188, 188, 0.7), 1.75em 1.75em 0 0em #bcbcbc, 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.5), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.7), 0em 2.5em 0 0em #bcbcbc, -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.5), 0em 2.5em 0 0em rgba(188, 188, 188, 0.7), -1.8em 1.8em 0 0em #bcbcbc, -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.5), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.7), -2.6em 0em 0 0em #bcbcbc, -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.5), -2.6em 0em 0 0em rgba(188, 188, 188, 0.7), -1.8em -1.8em 0 0em #bcbcbc
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #bcbcbc, 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.5), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.7)
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.7), 1.8em -1.8em 0 0em #bcbcbc, 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.5)
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.5), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.7), 2.5em 0em 0 0em #bcbcbc, 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.5), 2.5em 0em 0 0em rgba(188, 188, 188, 0.7), 1.75em 1.75em 0 0em #bcbcbc, 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.5), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.7), 0em 2.5em 0 0em #bcbcbc, -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.2), -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.5), 0em 2.5em 0 0em rgba(188, 188, 188, 0.7), -1.8em 1.8em 0 0em #bcbcbc, -2.6em 0em 0 0em rgba(188, 188, 188, 0.2), -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.5), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.7), -2.6em 0em 0 0em #bcbcbc, -1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2)
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(188, 188, 188, 0.2), 1.8em -1.8em 0 0em rgba(188, 188, 188, 0.2), 2.5em 0em 0 0em rgba(188, 188, 188, 0.2), 1.75em 1.75em 0 0em rgba(188, 188, 188, 0.2), 0em 2.5em 0 0em rgba(188, 188, 188, 0.2), -1.8em 1.8em 0 0em rgba(188, 188, 188, 0.5), -2.6em 0em 0 0em rgba(188, 188, 188, 0.7), -1.8em -1.8em 0 0em #bcbcbc
    }
}

.item_list {
    font-size: 0;
    padding: 0 43px
}

.item_list>li {
    position: relative;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    font-size: 14px
}

.item_list>li a {
    display: block
}

.item_list>li .loader {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0
}

.item_list>li img {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    width: 100%;
    opacity: 1
}

.item_list>li.is-loading .loader {
    opacity: 1
}

.item_list>li.is-loading img {
    opacity: 0
}

@media only screen and (max-width: 768px) {
    .item_list {
        padding: 0 15px
    }

    .item_list>li {
        width: 33.3333%
    }
}

@media only screen and (max-width: 425px) {
    .item_list {
        padding: 0 15px;
        margin-bottom: 40px
    }

    .item_list>li {
        width: 50%
    }
}

.modal {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 100
}

.modal .ui {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: right;
    z-index: 200
}

.modal .ui .btn_prev,
.modal .ui .btn_next,
.modal .ui .btn_close {
    float: right
}

.modal .ui .btn_prev button,
.modal .ui .btn_next button,
.modal .ui .btn_close button {
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: none;
    text-align: left;
    text-indent: -9999px;
    vertical-align: top
}

.modal .ui .btn_prev button:disabled,
.modal .ui .btn_next button:disabled,
.modal .ui .btn_close button:disabled {
    opacity: .2;
    cursor: default
}

.modal .ui .btn_prev,
.modal .ui .btn_next {
    width: 35px;
    height: 30px
}

.modal .ui .btn_prev button {
    background: url(../img/common/icon_arrow_l.svg) 0 50% no-repeat;
    background-size: contain
}

.modal .ui .btn_next {
    margin: 0 15%
}

.modal .ui .btn_next button {
    background: url(../img/common/icon_arrow_r.svg) 0 50% no-repeat;
    background-size: contain
}

.modal .ui .btn_close {
    width: 30px;
    height: 30px
}

.modal .ui .btn_close button {
    background: url(../img/common/icon_close.svg) 0 0 no-repeat;
    background-size: contain
}

.modal .scroll_wrapper {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.modal .modal_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    margin: 0 auto;
    padding-bottom: 90px;
    width: 100%;
    max-width: 1300px
}

.modal .modal_inner address {
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    font-style: normal;
    text-align: center;
    z-index: 100
}

.modal .detail {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: calc(100% - (20px * 2))
}

.modal .detail .item_image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    height: 100%;
    text-align: right;
    width: 55%
}

.modal .detail .item_image .image_container {
    float: left;
    width: 100%
}

.modal .detail .item_image .image_container img {
    width: 100%;
    height: auto
}

.modal .detail .item_image .thumb_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 3px;
    width: 10%;
    height: 100%;
    display: none
}

.modal .detail .item_image .thumb_list li {
    background: #fff
}

.modal .detail .item_image .thumb_list li img {
    width: 100%;
    cursor: pointer;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.modal .detail .item_image .thumb_list li+li {
    margin-top: 3px
}

.modal .detail .item_image .thumb_list li.current img {
    cursor: default;
    opacity: .4
}

@media only screen and (min-width: 426px) {
    .modal .detail .item_image .thumb_list li img:hover {
        opacity: .6
    }

    .modal .detail .item_image .thumb_list li.current img:hover {
        opacity: .4
    }
}

.modal .detail .item_detail_container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    padding: 54px 20px 0 3%;
    height: 100%;
    width: 45%
}

.modal .detail .item_detail_container .item_header .ui {
    min-width: 144px
}

.modal .detail .item_detail_container h2 {
    float: left;
    font-size: 15px;
    line-height: 30px
}

.modal .detail .item_detail_container .item_detail {
    padding-top: 88px
}

.modal .detail .item_detail_container .item_detail li+li {
    margin-top: 40px
}

.modal .detail .item_detail_container .item_detail li+li:after {
    content: "";
    clear: both
}

.modal .detail .item_detail_container .item_detail li a {
    position: relative;
    display: block;
    overflow: overlay
}

.modal .detail .item_detail_container .item_detail li a span {
    display: inline-block;
    padding: 13px 0 0
}

.modal .detail .item_detail_container .item_detail li a:after {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    content: "ONLINE";
    padding: 0 10px;
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #000;
    text-align: center
}

.modal .detail .item_detail_container .item_detail li a:hover:after {
    background: #efefef
}

@media only screen and (max-width: 425px) {
    .modal .detail .item_detail_container .item_detail li a:after {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .modal {
        position: absolute
    }

    .modal .header {
        display: none
    }

    .modal .modal_inner address {
        position: static;
        padding-bottom: 30px;
        margin-top: 30px;
        font-size: 10px
    }

    .modal .detail {
        height: auto;
        width: 70vw;
        margin: 5vw auto 0
    }

    .modal .detail .item_image {
        float: none;
        width: 100%
    }

    .modal .detail .item_image .image_container,
    .modal .detail .item_image .thumb_list {
        float: none;
        width: 100%;
        padding: 0;
        font-size: 0;
        text-align: left
    }

    .modal .detail .item_image .image_container li,
    .modal .detail .item_image .thumb_list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        width: 25%;
        font-size: 12px
    }

    .modal .detail .item_image .image_container li+li,
    .modal .detail .item_image .thumb_list li+li {
        margin: 0
    }

    .modal .detail .item_detail_container {
        position: static;
        float: none;
        padding: 35px 25px 0;
        width: 100%
    }

    .modal .detail .item_detail_container .item_header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        height: 50px;
        width: 100%;
        padding: 10px 15px 0;
        z-index: 100
    }

    .modal .detail .item_detail_container .item_header h2 {
        position: absolute;
        font-size: 12px
    }

    .modal .detail .item_detail_container .item_header .ui {
        float: none;
        width: 100%
    }

    .modal .detail .item_detail_container .item_header .paging {
        position: relative;
        width: 100px;
        margin: 0 auto
    }

    .modal .detail .item_detail_container .item_header .paging .btn_prev {
        position: absolute;
        left: 0
    }

    .modal .detail .item_detail_container .item_header .paging .btn_next {
        position: absolute;
        right: 0;
        margin: 0
    }

    .modal .detail .item_detail_container .item_header .btn_close {
        float: none;
        position: absolute;
        right: 15px
    }

    .modal .detail .item_detail_container .item_detail {
        padding: 0
    }

    .modal .detail .item_detail_container .item_detail li+li {
        margin-top: 25px
    }

    .modal .detail .item_detail_container .item_detail li a {
        display: inline
    }

    .modal .detail .item_detail_container .item_detail li a span {
        padding: 0;
        text-decoration: underline
    }
}

@media only screen and (max-width: 425px) {
    .modal {
        position: absolute
    }

    .modal .header {
        display: none
    }

    .modal .modal_inner address {
        position: static;
        padding-bottom: 30px;
        margin-top: 30px;
        font-size: 10px
    }

    .modal .detail {
        height: auto;
        width: 100%;
        margin: auto
    }

    .modal .detail .item_image {
        float: none;
        width: 100%
    }

    .modal .detail .item_image .image_container,
    .modal .detail .item_image .thumb_list {
        float: none;
        width: 100%;
        padding: 0;
        font-size: 0;
        text-align: left
    }

    .modal .detail .item_image .image_container li,
    .modal .detail .item_image .thumb_list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        width: 25%;
        font-size: 12px
    }

    .modal .detail .item_image .image_container li+li,
    .modal .detail .item_image .thumb_list li+li {
        margin: 0
    }

    .modal .detail .item_detail_container {
        position: static;
        float: none;
        padding: 35px 25px 0;
        width: 100%
    }

    .modal .detail .item_detail_container .item_header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        height: 50px;
        width: 100%;
        padding: 10px 15px 0;
        z-index: 100
    }

    .modal .detail .item_detail_container .item_header h2 {
        position: absolute;
        font-size: 12px
    }

    .modal .detail .item_detail_container .item_header .ui {
        float: none;
        width: 100%
    }

    .modal .detail .item_detail_container .item_header .paging {
        position: relative;
        width: 100px;
        margin: 0 auto
    }

    .modal .detail .item_detail_container .item_header .paging .btn_prev {
        position: absolute;
        left: 0
    }

    .modal .detail .item_detail_container .item_header .paging .btn_next {
        position: absolute;
        right: 0;
        margin: 0
    }

    .modal .detail .item_detail_container .item_header .btn_close {
        float: none;
        position: absolute;
        right: 15px
    }

    .modal .detail .item_detail_container .item_detail {
        padding: 0
    }

    .modal .detail .item_detail_container .item_detail li+li {
        margin-top: 25px
    }

    .modal .detail .item_detail_container .item_detail li a {
        display: inline
    }

    .modal .detail .item_detail_container .item_detail li a span {
        padding: 0;
        text-decoration: underline
    }
}

.coming-soon {
    margin-top: 3em;
    text-align: center;
    font-size: 1.4vw;
    color: #ccc
}

@media only screen and (max-width: 425px) {
    .coming-soon {
        font-size: 3.3vw
    }
}

.splash {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(35deg, #f1e38f, #c45029, #cc8a43);
    background-size: 600% 600%;
    animation: AnimationName 4.5s ease-in-out infinite;
    font-size: 3vw
}

.splash .splash__wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 425px) {
    .splash {
        font-size: 4vw
    }
}

@keyframes gradationTest {
    0% {
        background-color: #f1e38f
    }

    20% {
        background-color: #d17f14
    }

    60% {
        background-color: #c45029
    }

    80% {
        background-color: #c47429
    }

    100% {
        background-color: #c49329
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.blinder {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

/*# sourceMappingURL=style.css.map */