@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url('https://fonts.googleapis.com/css?family=Anton');
html,
body {
    -webkit-overflow-scrolling: touch !important;
}

body main.wrapper {
    background-color: transparent;
}

body article {
    /*    font-family: "GSanSerif-B", 'Helvetica Neue', Arial, sans-serif;*/
    /*    font-family: "Brush-U", 'Helvetica Neue', Arial, sans-serif;*/
    font-family: "Montserrat", "UD Shin Go Bold", 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    /*    -webkit-text-stroke: 0.2px #fff;*/
    /*    webkit-tap-highlight-color: #222;*/
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    top: 0;
    background-color: transparent;
    overflow: hidden;
}

body article .bold {
    font-family: "UD Shin Go Heavy";
}

body article h1,
body article h2,
body article h3,
body article h4,
body article h5,
body article h6,
body article .h1,
body article .h2,
body article .h3,
body article .h4,
body article .h5,
body article .h5,
body article .h5,
body article .h6 {
    line-height: 1.2;
    margin-bottom: 0;
    transform: rotate(0.03deg);
}

p {
    line-height: 1.6 !important;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a,
li,
th,
td,
dl,
dd,
button {
    transform: rotate(0.03deg);
}

body article a,
body article a:focus,
body article a:visited {
    color: #ff0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-decoration: none;
}

body article a:hover {
    outline: 0;
    color: #969696;
}

body article p {
    font-family: "Montserrat", "UD Shin Go Bold", 'Helvetica Neue', Arial, sans-serif;
}

body article button {
    font-family: "Montserrat", "UD Shin Go Medium", 'Helvetica Neue', Arial, sans-serif;
}

.wide-space {
    letter-spacing: 0.025em;
}

.tight-space {
    letter-spacing: -0.025em;
}

.font-min {
    font-family: "Reimin Ultra" !important;
}

.font-go {
    font-family: "UD Shin Go Bold" !important;
}

.font-big {
    font-size: 1.7em !important;
}

.font-impact {
    /*    font-family: 'Anton', sans-serif;*/
    font-family: "Montserrat", "UD Shin Go Bold", 'Helvetica Neue', Arial, sans-serif;
}

.font-yellow {
    color: rgb(229, 181, 89);
}

.font-eng {
    word-wrap: break-word;
    word-break: break-word;
}

.black-box {
    background-color: rgba(0, 0, 0, 0.7);
}

#page-zepp_celine .black-box {
    background-color: rgba(0, 0, 0, 0.90);
}

hr {
    margin-top: 5rem;
    margin-bottom: 5rem;
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 1);
}

caption {
    color: #dad4d4;
    text-align: left;
    caption-side: top;
}

a:hover img {
    opacity: 0.8;
}

a.btn-link,
a:visited.btn-link {
    border: 3px solid rgb(229, 181, 89);
    background-color: transparent;
    color: rgb(229, 181, 89);
    font-size: 1.4rem;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 0.5rem 2rem;
}

a:hover.btn-link,
a:focus.btn-link {
    border: 3px solid rgb(229, 181, 89);
    background-color: rgb(229, 181, 89);
    color: #000;
    text-decoration: none;
}



.btn-warning {
    color: #000;
    background-color: rgb(229, 181, 89);
    border-color: rgb(229, 181, 89);
    cursor: pointer;
}



.btn-link-pager {
    position: relative;
}

.main-nav-item a {
    padding: 15px 5px !important;
    font-size: 18px !important;
    vertical-align: super;
}

.main-nav-item a:first-child {
    padding: 8px 0px !important;
}

.main-nav-item a:hover,
.main-nav-item a.current {
 
    color:#ec1c24!important;
}

.top-logo {
    width: 40%;
}

.system_operation_block {
    display: none;
}

.hero-section {
    min-height: calc(100vh - 32px);
    margin-top: 100vh;
}



.hero-img-content {
    width: 100%;
    /*    opacity: 0;*/
}

.hero-text {
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    line-height: 5rem !important;
    padding: 4rem;
}

.head-text-wrap {}

.head-text {
    /*    text-shadow: 0 0 2px rgba(255, 240, 200, 0.4), 0 0 5px rgba(255, 220, 128, 0.4), 0 0 8px rgba(248, 202, 77, 0.4), 0 0 13px rgba(255, 192, 24, 0.4);*/
    line-height: 1.7;
}

.info-section {
    /*    margin-top: 38vh;*/
    padding-top: 3rem;
}

.tickets-table td {
    padding: 0.5rem 0.25rem;
    font-size: 14px;
    word-wrap: break-word;
    word-break: keep-all;
    vertical-align: middle;
}

.bio-line {
    border-bottom: 1px solid #777;
}

.bg-container {
    position: fixed;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 1px;
}





aside {
    padding: 45px 0;
}

footer {
    padding: 0.5rem;
    height: 2rem;
    background-color: #000;
    color: #999;
    vertical-align: middle;
}

footer a {
    color: rgb(229, 181, 89);
}

footer a:visited {
    color: rgb(229, 181, 89);
}

footer a:hover {
    color: rgb(255, 255, 255);
}

footer a:active {
    color: rgb(175, 175, 175);
}

footer a:focus {
    color: rgb(252, 175, 47);
}

footer h4,
footer h6 {
    color: #fff;
}

footer img {
    margin-top: -8px;
}

.fl {
    margin-left: -10vw;
    left: 50%;
}

.fl img {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    width: 20vw;
}

#pageTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99999;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 4px 0 0 0;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: rgb(229, 181, 89);
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.poster {
    position: absolute;
    top: 7%;
    left: -10%;
    width: 28%;
    cursor: pointer;
    background-color: transparent;
    display: block;
    height: 100%;
}

.poster:hover {
    filter: brightness(2) contrast(2);
}

.modal-header,
.modal-body,
.modal-footer {
    background-color: #000;
    color: #fff;
}

.modal hr {
    margin-bottom: 1rem;
}

.img-shadow {
    box-shadow: 0 5px 15px 5px #000;
}

.bg-color-1 {
    background-color: rgb(229, 181, 89);
    color: #000;
    padding: 0.25rem 0.75rem;
}

.bg-color-2 {
    text-stroke-color: rgb(229, 181, 89);
    text-stroke-width: 1px;
    text-shadow: rgb(229, 181, 89) 1px 1px 0px, rgb(229, 181, 89) -1px 1px 0px, rgb(229, 181, 89) 1px -1px 0px, rgb(229, 181, 89) -1px -1px 0px;
    color: rgb(17, 9, 9);
}

.invi-link img {
    border: solid 2px rgb(229, 181, 89);
    transition: all 0.2s ease-in-out;
}

a.invi-link:hover img {
    transform: scale(1.05, 1.05);
}

.hero-section {
    position: relative;
}

#lead {
    margin-top: -120px;
    padding-top: 120px;
}

/*矢印アニメーション*/

a.arrow {
    padding-top: 0px;
    position: absolute;
    top: -80px;
    right: 40px;
    width: 48px;
    height: 48px;
}

a.arrow span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/*フォームデザイン*/

:before,
:after {
    box-sizing: border-box;
}

form {
    max-width: 480px;
    margin: 3rem auto;
    padding: 1rem;
}

form h1 {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: rgb(229, 181, 89);
}

form h5 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

form hr.sep {
    background: rgb(229, 181, 89);
    box-shadow: none;
    border: none;
    height: 2px;
    width: 25%;
    margin: 0px auto 45px auto;
}

form .emoji {
    font-size: 1.2em;
}

.group {
    position: relative;
    margin: 45px 0;
}

textarea {
    resize: none;
}

input,
textarea {
    background: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

input:focus,
textarea:focus {
    outline: none;
}

input:focus ~ label,
input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: rgb(229, 181, 89);
}

input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
    width: 100%;
}

input[type="password"] {
    letter-spacing: 0.3em;
}

label {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -25px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: rgb(229, 181, 89);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    left: 0%;
}

form .btn {
    background: #fff;
    color: #959595;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

form .btn:hover {
    color: #000;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}

form .btn.btn-link {
    background: rgb(229, 181, 89);
    color: #000;
}

form .btn.btn-link:hover {
    background: rgb(229, 181, 89);
    color: #000;
}

form .btn.btn-submit {
    background: rgb(229, 181, 89);
    color: #000;
}

form .btn.btn-submit:hover {
    background: rgb(20, 62, 78);
    color: #000;
}

form .btn.btn-cancel {
    background: #fff;
    color: #000;
}

form .btn.btn-cancel:hover {
    background: #e1e1e1;
    color: #000;
}

form .btn-box {
    text-align: center;
    margin: 50px 0;
}


/* 画面サイズ別 */

@media (min-width: 1024px) {}

@media (max-width: 1400px) {
    .poster {
        position: absolute;
        top: 7%;
        left: -5%;
        width: 25%;
        cursor: pointer;
        background-color: transparent;
    }
}

@media (max-width: 1280px) {
    .poster {
        position: absolute;
        top: 10%;
        left: 0%;
        width: 20%;
        cursor: pointer;
        background-color: transparent;
    }
}

@media (max-width: 1023px) {
    .poster {
        position: relative;
        width: 40%;
        left: 50%;
        margin-left: -20%;
        margin-bottom: 3rem;
        cursor: pointer;
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    .poster {
        position: relative;
        width: 90%;
        left: 50%;
        margin-left: -45%;
        margin-bottom: 3rem;
        cursor: pointer;
        background-color: transparent;
    }

    .bg-img-1 {
        position: fixed;
        z-index: -2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        background-color: #000;
        background-image: url(/files/6/freepage/zepp_celine/bg3.jpg);
        background-size: auto calc(100% - 67.25px);
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 67.25px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (min-width: 640px) {
    .lines-on-sides {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .lines-on-sides:before,
    .lines-on-sides:after {
        border-top: 1px solid;
        content: "";
        display: inline;
        flex-grow: 1;
    }
    .lines-on-sides:before {
        margin-right: 0.5em;
    }
    .lines-on-sides:after {
        margin-left: 0.5em;
    }
}

@media (max-width: 1023px) {
    #page-zepp_celine-top .hero-img {
        margin-top: 3rem;
        margin-bottom: 50vh;
    }
    .hero-img-content {
        width: 80%;
    }
    .bg-img-1 {
        background-position-y: -16vw;
    }
    .head-text-wrap {
        padding: 3rem 1rem !important;
    }
    .fl img {
        width: 60vw;
    }
    .fl {
        margin-left: -30vw;
    }
    .table {
        white-space: nowrap;
    }
}

@media (max-width: 639px) {
    html {
        font-size: 70% !important;
    }
    #page-zepp_celine-top .hero-img {
        margin-top: 3rem;
        margin-bottom: 50vh;
    }
    .hero-img-content {
        width: 80%;
    }
    .bg-img-1 {
        background-position-y: -30vw;
    }
    .head-text-wrap {
        padding: 1rem !important;
    }
    .fl img {
        width: 60vw;
    }
    .fl {
        margin-left: -30vw;
    }
    .table {
        white-space: nowrap;
    }
}

@media (max-width: 479px) {
    .hero-section {
        min-height: calc(100vh - 32px);
        margin-top: 33rem;
    }
    .hero-img {
        margin-top: 5rem;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .hero-img-wrap {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .hero-img-wrap > h1 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .hero-img-content {
        width: 100%;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #page-zepp_celine-top .hero-img {
        margin-top: 3rem;
        margin-bottom: -2rem;
    }

    .bg-img-1 {
        position: fixed;
        z-index: -2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        background-color: #000;
        background-image: url(/files/6/freepage/zepp_celine/bg3.jpg);
        background-size: auto calc(100% - 44.17px);
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 44.17px;
    }
    a.arrow {
        display: none;
    }
    .head-text-wrap {
        padding: 3rem 1rem !important;
    }
    .head-text {
        line-height: 1.4;
        font-size: 17px;
    }
    .fl img {
        width: 60vw;
    }
    .fl {
        margin-left: -30vw;
    }
    .table {
        white-space: nowrap;
    }
    .display-3 {
        font-size: 3.5rem;
    }
}
