@charset "UTF-8";

/*web fonts*/

@import url("https://fonts.googleapis.com/css2?family=Benne&family=Hina+Mincho&family=Kaisei+Tokumin:wght@400;500;700;800&family=Kite+One&family=Kiwi+Maru:wght@300;400;500&family=New+Tegomin&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;700;900&display=swap");

/*web fonts
font-family: 'Benne', serif;
font-family: 'Hina Mincho', serif;
font-family: 'Kaisei Tokumin', serif;
font-family: 'Kite One', sans-serif;
font-family: 'Kiwi Maru', serif;
font-family: 'New Tegomin', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Shippori Mincho', serif;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Zen Antique Soft', serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'Zen Old Mincho', serif;
*/

html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    color: #fff;
    font-size: 62.5%;
    line-height: 2;
}

html,
body {
    background: #000;
}

::-moz-selection {
    background: #bba110;
    text-shadow: none;
}

::selection {
    /*
    background: #bba110;
    */
    background: #d2b48c;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
p,
ul,
dl,
dd {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.sp {
    display: none;
}

@media only screen and (max-width: 640px) {
    html {
        font-size: 50%;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}


/* --------------------------------------------------------------------------
WEB FONT
font-family: 'Kite One', sans-serif;
font-family: 'Kiwi Maru', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Benne', serif;
font-family: 'Shippori Mincho', serif;
-------------------------------------------------------------------------- */


/* -------------------------- */

body [lang="ja"] {
    color: #999;
}

.loading,
.modal-opened {
    overflow: hidden;
}

#movie img {
    max-width: 100%;
    height: auto;
}


/* :::::: 縦向き :::::: */

.no-touchevents #direction-attention {
    display: none;
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .touchevents #direction-attention {
        display: block;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
    }
    .touchevents #direction-attention::after {
        content: "スマホを縦向きにしてご覧ください";
        display: block;
        position: absolute;
        top: 46%;
        left: 0;
        width: 100%;
        height: 100%;
        color: #333;
        font-size: 1.4rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        text-align: center;
    }
}


/* ==========================================================================
   
   ========================================================================== */

#wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 640px) {
    #wrapper {
        font-weight: 500;
    }
}

header,
#intro,
#buy,
.voice-title,
.drawer-menu-list,
.drawer-btn-list,
section.white .section-title,
footer.white .section-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noto-thin,
section.img .section-title,
section.img .section-txt,
.notes-title {
    font-weight: 300;
}

.noto-demiLight {
    font-weight: 500;
}

@media only screen and (max-width: 640px) {
    .noto-thin,
    section.img .section-title,
    section.img .section-txt,
    .notes-title {
        font-weight: 200;
    }
    .noto-demiLight {
        font-weight: 400;
    }
}


/*
.kite-one,
[lang="en"] {
    font-family: 'Kite One', sans-serif;
    font-weight: 400;
    letter-spacing: .4em;
}
*/

.Benne,
[lang="en"] {
    font-family: "Benne", serif;
    font-weight: 400;
    letter-spacing: 0.4em;
}

.upper {
    text-transform: uppercase;
}


/* :::::: セクションロゴ :::::: */

.section-logo {
    position: absolute;
    pointer-events: none;
}

@media only screen and (max-width: 640px) {
    .section-logo img {
        max-width: 100%;
        height: auto;
    }
}


/* :::::: イメージセクション :::::: */

section.img {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    white-space: nowrap;
    background-color: #000000;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media only screen and (max-width: 640px) {
    section.img {
        background-size: 100% auto;
    }
}

section.img .section-title {
    /*
    margin-bottom: 2em;
    */
    margin-bottom: 1.3em;
    font-size: 2.3rem;
    font-style: italic;
    line-height: 2.4;
    letter-spacing: 0.3em;
}

@media only screen and (max-width: 640px) {
    section.img .section-title {
        margin-bottom: 1.5em;
        font-size: 2rem;
        line-height: 2;
    }
}

section.img .section-title [lang="en"] {
    display: block;
    margin-bottom: 2em;
    /*
    font-size: .9rem;
    */
    font-size: 1.3rem;
    font-style: normal;
}

section.img .section-txt {
    font-size: 1.35rem;
    line-height: 2;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
    section.img .section-txt {
        letter-spacing: 0.1em;
    }
}


/* :::::: 白いセクション :::::: */

footer,
section.white {
    color: #333;
    background: #fff;
}

section.white .section-title,
footer.white .section-title,
#buy .section-title {
    text-align: center;
}

.section-title,
.voice-title {
    letter-spacing: 0.4em;
}

section.white [lang="en"],
footer.white [lang="en"],
#buy .section-title [lang="en"] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.4em;
}

section.white [lang="ja"],
footer.white [lang="ja"],
#buy .section-title [lang="ja"] {
    display: block;
    /*
    font-size: 1.2rem;
    */
    font-size: 1.8rem;
    font-style: normal;
    color: #000000;
    font-family: "Shippori Mincho B1", serif;
}

.section-title [lang="ja"] {
    font-weight: 400;
}

#buy .section-title [lang="ja"] {
    color: #fff;
}

.container {
    max-width: 1124px;
    margin: 0 auto;
    padding: 0 24px;
}

@media only screen and (max-width: 640px) {
    .container {
        padding: 0 20px;
    }
}


/* --------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */

header {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
}

header .container {
    min-width: 1124px;
    padding: 16px 16px;
}

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

.site-title,
.menu,
.menu-list li,
.sns-list li {
    float: left;
}

.btn-header-ticket,
.sns-list {
    float: right;
}


/* :::::: サイトタイトル :::::: */

.site-title {
    position: relative;
    /*
    top: -.2em;
    */
    margin-right: 1.5em;
    font-size: 1.512rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.3rem;
}

.site-title [lang="en"] {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.3rem;
    opacity: 0.8;
}


/* :::::: ナビ :::::: */

.menu-list li {
    margin: 0 1.2em;
    line-height: 1.6;
}

.menu-list li a {
    display: block;
    padding: 0.3em 0 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    letter-spacing: 0.3em;
    transition: border-color 0.6s;
}

.menu-list li a:hover {
    border-bottom-color: rgba(255, 255, 255, 1);
}


/* :::::: チケットの購入 :::::: */

.btn-header-ticket {
    display: block;
    width: 97px;
    margin-top: -5px;
    padding: 0.6em 0.3em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    line-height: 1.6;
    letter-spacing: 0.3em;
    text-align: center;
    transition: border 0.6s, background 0.6s;
}

.btn-header-ticket:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.2);
}


/* :::::: SNS :::::: */

.sns-list {
    margin-top: -6px;
    margin-right: 1.2em;
}

.sns-list li {
    margin-right: 0.8em;
}

.sns-list a {
    display: block;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    border-radius: 1.6em;
    text-align: center;
    transition: background 0.6s;
}

.sns-list a:hover {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 640px) {
    header {
        overflow: visible;
    }
    header .pc.container {
        display: none;
    }
    header .sp.container {
        position: fixed;
        top: 10px;
        left: 10px;
        width: auto;
        min-width: 0;
        height: auto;
        padding: 0;
        transition: opacity 0.3s 0.6s;
    }
    .modal-opened header .sp.container {
        opacity: 0;
        transition-delay: 0s;
    }
    .btn-drawer {
        display: block;
        padding: 20px;
        line-height: 0;
    }
}

@media only screen and (min-width: 641px) {
    header .sp.container {
        display: none;
    }
}


/* --------------------------------------------------------------------------
   drawer
   -------------------------------------------------------------------------- */

#drawer {
    position: fixed;
    top: 0;
    left: 0;
}

.close {
    display: block;
    position: absolute;
    padding: 20px;
    line-height: 0;
}

#drawer .close {
    top: 42px;
    left: 14px;
}

.modal-contents .close {
    top: 20px;
    right: 14px;
}

.modal-container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    #drawer {
        display: none;
        z-index: 999;
        width: 100%;
        min-width: 320px;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.95);
    }
    #drawer .drawer-menu {
        display: inline-block;
        position: relative;
        top: 50%;
        width: 320px;
        margin: 0 auto;
        padding: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .drawer-title {
        display: inline-block;
        margin-bottom: 1.5em;
        border-bottom: 1px dotted;
        font-size: 1.6rem;
        letter-spacing: 0.2em;
    }
    .drawer-menu-list a,
    .drawer-btn-list a {
        transition: background 0.6s;
    }
    .drawer-menu-list a:hover,
    .drawer-btn-list a:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    /* :::::: ドロワーメニュー :::::: */
    .drawer-menu-list {
        font-size: 1.8rem;
        line-height: 1;
        font-family: "Kiwi Maru", serif;
    }
    .drawer-menu-list a {
        display: block;
        padding: 0.6em;
        letter-spacing: 0.1em;
    }
    /* :::::: SNS :::::: */
    .drawer-btn-list {
        margin-top: 40px;
        font-size: 1.4rem;
    }
    .drawer-btn-list .f,
    .drawer-btn-list .t {
        width: 47%;
        margin-bottom: 1em;
    }
    .drawer-btn-list .f {
        float: left;
    }
    .drawer-btn-list .t {
        float: right;
    }
    .drawer-btn-list .p {
        clear: both;
    }
    .drawer-btn-list a {
        display: block;
        padding: 0.5em;
        border: 1px solid;
        border-radius: 3em;
        letter-spacing: 0.1em;
    }
    .drawer-btn-list img {
        position: relative;
        top: -0.05em;
        margin-right: 0.6em;
    }
}

@media only screen and (min-width: 641px) {
    #drawer {
        display: none;
    }
}


/* --------------------------------------------------------------------------
   intro
   -------------------------------------------------------------------------- */

#main {
    background: #000;
}

#intro {
    z-index: 1;
    position: relative;
    height: 100%;
    text-align: center;
}

#intro .lead {
    position: absolute;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    letter-spacing: 1em;
}

@media only screen and (min-width: 641px) {
    #intro .lead {
        top: calc(50% - 280px);
        left: calc(60% + 200px);
    }
}

@media only screen and (max-width: 640px) {
    #intro .lead {
        top: calc(50% - 200px);
        right: calc(50% - 120px);
    }
}

#intro .section-logo,
.schedule {
    transition: bottom 0.6s;
}

#intro .section-logo {
    bottom: 20%;
    left: 60%;
    -webkit-animation: mainLogoFadeIn 3s ease 1s both;
    animation: mainLogoFadeIn 3s ease 1s both;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes mainLogoFadeIn {
    0% {
        opacity: 0;
        -webkit-filter: blur(60px);
        filter: blur(60px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes mainLogoFadeIn {
    0% {
        opacity: 0;
        -webkit-filter: blur(60px);
        filter: blur(60px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}


/*
#intro .section-logo {
    bottom: 20%;
    left: 60%;
}
*/

.schedule {
    position: absolute;
    bottom: 22%;
    left: 60%;
    text-align: center;
}

.schedule .date {
    font-size: 1.816rem;
    letter-spacing: 0.2em;
}

.schedule .place {
    letter-spacing: 0.3em;
}

@media only screen and (max-height: 800px) {
    #intro .section-logo {
        bottom: 10%;
    }
    .schedule {
        bottom: 12%;
    }
}

.scroll {
    position: absolute;
    bottom: 3%;
    left: 50%;
    font-size: 0.8rem;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll [lang="en"] {
    display: inline-block;
    margin-bottom: 0.8em;
    letter-spacing: 0.3em;
}

.touchevents .soundinfo {
    display: none;
}

.no-touchevents .soundinfo {
    display: table;
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.no-touchevents .soundinfo>* {
    display: table-cell;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: 0.4rem;
}

.no-touchevents .soundinfo dt {
    padding-right: 1em;
    color: rgba(255, 255, 255, 0.7);
}

.no-touchevents .soundinfo dd {
    padding: 0 3px;
}

.no-touchevents .soundinfo a {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 4px 0;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.6s;
}

.no-touchevents .soundinfo a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 3px);
    height: 1px;
    transition: background 0.6s;
}

.no-touchevents .soundinfo .cur a {
    color: #fff;
}

.no-touchevents .soundinfo .cur a::after {
    background: #fff;
}

#bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/hero-image.jpg) center center no-repeat;
    background-size: cover;
}

.bgv-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.touchevents #bgv {
    display: none;
}

@media only screen and (min-width: 641px) {
    #bg_video {
        position: fixed;
    }
}

@media all and (min-width: 641px) and (max-width: 1366px) {
    #intro .section-logo {
        left: 45%;
    }
}

@media only screen and (max-width: 640px) {
    #bg_video {
        background-image: url(../img/hero-image_sp.jpg);
    }
    /*
    #intro .section-logo {
        bottom: 18%;
        left: 50%;
        width: 630px;
        margin-left: -55px;
    }
    */
    #intro .section-logo {
        bottom: 18%;
        left: 15%;
        width: 780px;
        margin-left: -55px;
        /*
        top: 10px;
        */
        top: -150px;
    }
    .schedule {
        bottom: 12%;
        left: calc(50% - 9em);
        margin: 0;
        text-align: center;
    }
    .schedule .date {
        font-size: 3.2rem;
        font-style: italic;
    }
    .scroll {
        display: none;
    }
}

@media only screen and (max-width: 640px) and (min-height: 500px) {
    #intro .section-logo {
        bottom: 30%;
    }
    .schedule {
        bottom: 25%;
    }
}


/* --------------------------------------------------------------------------
   movie
   -------------------------------------------------------------------------- */

#movie {
    /*
    padding: 60px 20px 116px;
    */
    padding: 90px 20px 86px;
    text-align: center;
}

#movie .section-title {
    margin-bottom: 20px;
    font-size: 1.3em;
}

#movie [lang="en"] {
    font-size: 1.6rem;
}

.movie-wrap {
    position: relative;
    padding-bottom: 32.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    width: 50%;
    max-width: 100%;
    margin: auto;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-video {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.btn-video svg,
.btn-video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-video .btn-play {
    width: 73px;
    height: 73px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: width 0.6s, height 0.6s, border 0.6s, background 0.6s;
    will-change: width, height, border-color, background-color;
}

.btn-video:hover .btn-play {
    width: 80px;
    height: 80px;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.2);
}

.btn-video .capacity {
    display: inline-block;
    margin-top: 1em;
    border-bottom: 1px solid;
    font-weight: 1rem;
    line-height: 1.6;
    transition: border-color 0.6s;
    will-change: border-color;
}

.btn-video:hover .capacity {
    border-bottom-color: rgba(50, 50, 50, 0.2);
}


/* :::::: YouTube 再生 :::::: */

.modal-contents {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

#movie-modal .modal-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-wrap {
    height: 0;
    padding-bottom: 56.25%;
}

.video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 640px) {
    .movie-wrap {
        padding-bottom: 50.25%;
        width: 80%;
    }
    /*
    #movie {
        padding: 30px 20px 40px;
    }
    */
    #movie {
        padding: 35px 20px 35px;
    }
    .btn-video svg,
    .btn-video .btn-play {
        width: 10vw;
        height: 10vw;
        border-color: rgba(250, 118, 118, 0.5);
    }
    .btn-video:hover .btn-play {
        width: 12vw;
        height: 12vw;
    }
}

@media only screen and (min-width: 641px) {
    .btn-video .capacity {
        display: none;
    }
}


/* --------------------------------------------------------------------------
   about
   -------------------------------------------------------------------------- */

section#about {
    padding-top: 660px;
    background-image: url(../img/top-bg-01.jpg);
}


/*
#about .section-logo {
    top: -240px;
    right: calc(50% + 40px);
}
*/

#about .section-logo {
    top: -240px;
    right: calc(50% + 95px);
}

#about .container {
    width: 50%;
    max-width: none;
    margin-right: 48%;
    margin-top: -130px;
    top: -45px;
    position: relative;
}


/*
#about .container {
    width: 50%;
    max-width: none;
    margin-left: 50%;
}
*/

@media all and (min-width: 1367px) and (max-width: 1680px) {
    section#about {
        background-position: 100%;
        background-size: 85%;
    }
    #about .section-logo {
        right: calc(42% + 95px);
    }
}

@media all and (min-width: 768px) and (max-width: 1366px) {
    section#about {
        background-position: center top;
    }
    #about .section-logo {
        right: calc(2% + 50px);
    }
}

@media only screen and (max-width: 640px) {
    section#about {
        padding-top: 480px;
        /*
        background-position: 60% 15%;
        */
        background-position: 75% 35%;
        background-size: 200% auto;
    }
    #about .section-logo {
        top: -165px;
        width: 690px;
        right: 19%;
    }
    /*
    #about .section-logo {
        top: -100px;
        width: 690px;
    }
    */
    #about .container {
        width: 100%;
        margin-left: auto;
        text-align: right;
        margin-right: auto;
        margin-top: auto;
    }
}


/* --------------------------------------------------------------------------
   feeling
   -------------------------------------------------------------------------- */

section#feeling {
    padding-top: 640px;
    background-image: url(../img/bg-1.jpg);
}

#feeling .section-logo {
    top: -90px;
    left: calc(45% + 40px);
    left: calc(40% + 40px);
}

#feeling .container {
    width: calc(100% - 40px);
    margin-right: -28%;
    position: relative;
    top: -285px;
}

@media all and (min-width: 1367px) and (max-width: 1680px) {
    #feeling .container {
        margin-right: -36%;
    }
    section#feeling {
        background-position: 20% center;
        background-size: 80%;
    }
}

@media all and (min-width: 768px) and (max-width: 1366px) {
    section#feeling {
        background-position: center top;
    }
    #feeling .section-logo {
        left: calc(3% + 20px);
        top: -30px;
    }
    #feeling .container {
        width: calc(90% - 50px);
    }
    #feeling p {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 640px) {
    section#feeling {
        padding-top: 320px;
        /*
        background-position: 50% 10%;
        background-size: 150% auto;
        */
        background-position: -2% -17%;
        background-size: 160% auto;
    }
    #feeling .container {
        width: 100%;
        margin-right: auto;
        position: static;
        top: -20px;
    }
    #feeling .section-logo {
        /*
        top: -100px;
        */
        top: -10px;
        width: 690px;
    }
}


/* --------------------------------------------------------------------------
   theme
   -------------------------------------------------------------------------- */

section#theme {
    padding-top: 640px;
    background-image: url(../img/bg-2.jpg);
}

#theme .section-logo {
    top: -270px;
    right: calc(38% + 40px);
}


/*
#theme .section-logo {
    top: -180px;
    right: calc(50% + 40px);
}
*/

#theme .container {
    width: 50%;
    max-width: none;
    margin-left: 55%;
    margin-bottom: 70px;
}

@media all and (min-width: 768px) and (max-width: 1366px) {
    #theme .section-logo {
        top: -320px;
        right: calc(38% + 40px);
    }
    #theme .container {
        margin-left: 45%;
        position: relative;
        top: -55px;
    }
}

@media only screen and (max-width: 640px) {
    section#theme {
        padding-top: 320px;
        background-position: 35% 18%;
        background-size: 145% auto;
    }
    #theme .section-logo {
        top: -115px;
        width: 685px;
        right: 105px;
    }
    /*
    section#theme {
        padding-top: 320px;
        background-position: 10% 10%;
        background-size: 180% auto;
    }
    #theme .section-logo {
        top: -100px;
        width: 685px;
    }
    */
    #theme .container {
        width: 100%;
        margin-left: auto;
        text-align: right;
    }
}


/* --------------------------------------------------------------------------
   whats
   -------------------------------------------------------------------------- */

section#whats {
    padding-top: 640px;
    padding-bottom: 230px;
    background-image: url(../img/bg_whats.jpg);
}

#whats .section-logo {
    top: -150px;
    left: calc(50% + 40px);
}

#whats .container {
    width: calc(100% - 40px);
}

@media only screen and (max-width: 640px) {
    section#whats {
        padding-top: 320px;
        padding-bottom: 100px;
        background-position: 90% 0;
        background-size: 160% auto;
    }
    #whats .container {
        width: 100%;
    }
    #whats .section-logo {
        top: -100px;
        width: 685px;
    }
}


/* --------------------------------------------------------------------------
   buy
   -------------------------------------------------------------------------- */

section#buy {
    padding: 90px 0;
    text-align: center;
    background-image: url(../img/bg-3.jpg);
    background-position: center center;
    background-size: cover;
}

.btn-ticket {
    display: block;
    max-width: 760px;
    margin: 0 auto;
    padding: 1.5em 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.5em;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.5em;
    text-align: center;
    transition: border 0.6s, background 0.6s;
}

.btn-ticket svg {
    margin-left: 2em;
}

.btn-ticket:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.2);
}

#buy .note {
    display: inline-block;
    margin-top: 1.5em;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
}

@media only screen and (max-width: 640px) {
    section#buy {
        padding: 50px 0;
        background-position: 80% 50%;
    }
    .btn-ticket {
        padding: 1em 0;
        letter-spacing: 0.1em;
    }
    .btn-ticket svg {
        width: 12px;
        height: 10px;
        margin-left: 0.6em;
    }
}


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

#info {
    padding: 90px 0 60px;
}

#info .section-title {
    margin-bottom: 2em;
}

#info-e {
    padding: 60px 0 60px;
}

#info-e .section-title {
    margin-bottom: 2em;
}

#pr-video {
    padding: 90px 0 60px;
}

#pr-video .section-title {
    margin-bottom: 2em;
}

.listing-list {
    max-width: 760px;
    margin: 0 auto 64px;
}

.listing-list li {
    padding: 1em;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.5rem;
}

.listing-list li+li {
    border-top: 1px solid #d6d6d6;
}

.listing-list dl {
    display: table;
}

.listing-list dt,
.listing-list dd {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8;
}

.listing-list dt {
    width: 6em;
    white-space: nowrap;
}

.listing-list dt.letters {
    letter-spacing: 1em;
}


/* :::::: 注意事項 :::::: */

.notes-block {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #e0e0e0;
    color: #666;
    text-align: center;
}

.notes-title {
    margin-bottom: 1em;
    font-size: 1.386rem;
    letter-spacing: 0.3em;
}

.notes-list {
    display: inline-block;
    margin: 2em 0 3em;
    line-height: 1.6;
    text-align: left;
}

.notes-list li+li {
    margin-top: 0.8em;
}

.notes-list svg {
    margin-right: 1em;
}

.notes-block .note {
    display: block;
}

@media only screen and (max-width: 640px) {
    #info {
        padding: 40px 0 10px;
    }
    #info .section-title {
        margin-bottom: 1em;
    }
    #info-e {
        padding: 40px 0 10px;
    }
    #info-e .section-title {
        margin-bottom: 1em;
    }
    #pr-video {
        padding: 40px 0 10px;
    }
    #pr-video .section-title {
        margin-bottom: 1em;
    }
    .listing-list {
        margin-bottom: 2em;
    }
    .listing-list dt,
    .listing-list dd {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .notes-block {
        padding: 20px;
    }
    .notes-list {
        margin: 1.5em 0;
    }
    .notes-list li {
        position: relative;
        padding-left: 2em;
    }
    .notes-list svg {
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
    }
    .notes-block .note {
        padding-left: 1em;
        text-align: left;
        text-indent: -1em;
    }
}


/* --------------------------------------------------------------------------
   last
   -------------------------------------------------------------------------- */

#last {
    padding: 0 0 90px;
}

#last .section-title {
    margin-bottom: 2.4em;
}


/* :::::: 前回の公演の様子 :::::: */

figure.photo {
    text-align: center;
}

.photo figcaption {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 1.2em;
}

.photo-list {
    display: table;
    max-width: 900px;
    margin: 0 auto 60px;
}

.photo-list li {
    display: table-cell;
    width: 33.333333%;
    padding: 0 10px;
}

.photo-list li img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 900px) {
    .photo-list {
        margin: 0 -10px 60px;
    }
}


/* :::::: お客様の声 :::::: */

#voice {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.voice-title {
    margin-bottom: 2em;
    color: #484848;
    font-weight: normal;
}

.voice-list {
    font-size: 1.3rem;
    text-align: left;
}

.voice-list li {
    margin: 1.5em 0;
}

.voice-list dl {
    display: table;
    width: 100%;
    direction: rtl;
}

.voice-list dt,
.voice-list dd {
    display: table-cell;
    direction: ltr;
    vertical-align: middle;
}

.voice-list dt {
    color: #999;
    text-align: right;
}

@media only screen and (max-width: 640px) {
    #last {
        margin-top: -1px;
        padding: 20px 0 40px;
    }
    #last .section-title {
        margin-bottom: 1em;
    }
    .photo-list {
        display: block;
        margin: 0 -8px 30px;
    }
    .photo-list li {
        display: block;
        float: left;
        width: 50%;
        padding: 0 8px;
    }
    .photo-list li:last-child {
        float: none;
        clear: left;
        margin: 0 auto;
        padding-top: 16px;
    }
    .voice-title {
        margin-bottom: 1em;
    }
    .voice-list dl,
    .voice-list dt,
    .voice-list dd {
        display: block;
        direction: ltr;
    }
    .voice-list li {
        position: relative;
        padding-bottom: 2em;
    }
    .voice-list dt {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (min-width: 641px) {
    .photo figcaption {
        display: none;
    }
}


/* --------------------------------------------------------------------------
   footer
   -------------------------------------------------------------------------- */

footer {
    z-index: 10;
    position: relative;
    padding-top: 50px;
    text-align: center;
}

footer .section-title {
    margin-bottom: 1em;
}

.pagetop {
    display: inline-block;
    width: 4em;
    height: 4em;
    margin-bottom: 2em;
    padding: 0.8em 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    transition: border 0.6s, background 0.6s;
    will-change: border-color, background-color;
}

.pagetop:hover {
    border-color: transparent;
    background: rgba(200, 200, 200, 0.2);
}

.pagetop.fixing {
    z-index: 1;
    position: fixed;
    bottom: 10px;
    left: calc(50% - 24px);
    margin-bottom: 0;
    border: 0;
    background: rgba(200, 200, 200, 0.6);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: background 0.6s, transform 0.6s;
    will-change: background-color, transform;
}

.pagetop.fixing:hover {
    background: rgba(200, 200, 200, 0.4);
}

.pagetop.fixing.fix {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.copyright {
    padding: 1em;
    color: #999;
    letter-spacing: 0.05em;
}


/* :::::: シェア/公演までの情報を配信 :::::: */

#share,
#news {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

#news {
    padding-bottom: 70px;
    border-bottom: 1px solid #f5f5f5;
}

.share-list li {
    display: inline-block;
    margin: 0 20px;
}

.share-list a,
.btn-news {
    display: inline-block;
    width: 200px;
    padding: 1.2em;
    border: 1px solid #ddd;
    border-radius: 3em;
    color: #7b7b7b;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.4em;
    transition: border 0.6s, background 0.6s;
}

.btn-news {
    width: 290px;
    max-width: 290px;
}

.share-list a:hover,
.btn-news:hover {
    border-color: transparent;
    background: rgba(200, 200, 200, 0.2);
}

@media only screen and (max-width: 640px) {
    #share,
    #news {
        padding: 24px 20px;
    }
    #share {
        padding-top: 0;
        border-bottom: 1px solid #f5f5f5;
    }
    .share-list a,
    .btn-news {
        width: 100%;
        padding: 1em;
    }
    .share-list::after {
        content: "";
        display: block;
        clear: both;
    }
    .share-list li {
        float: left;
        width: 46%;
        margin: 0;
    }
    .share-list li:nth-child(2n) {
        float: right;
    }
    .pagetop.fixing {
        bottom: 85px;
    }
    footer {
        padding-bottom: 100px;
    }
}


/* :::::: 関連サイト :::::: */

#relation {
    max-width: 1024px;
    padding: 30px 20px 40px;
}

.relation-list {
    text-align: left;
}

.relation-list::after {
    content: "";
    display: block;
    clear: left;
}

.relation-list li {
    float: left;
    width: 33.333333%;
}

.relation-list li:nth-child(3n+1) {
    clear: left;
}

.relation-list a {
    display: block;
    padding: 16px 20px;
    transition: background 0.6s;
}

.relation-list a:hover {
    background: rgba(200, 200, 200, 0.2);
}

.relation-list dt {
    font-size: 1.3rem;
    letter-spacing: 0.3em;
}

.relation-list a[target="_blank"] dt::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 1em;
    background: url(../img/ico_window.svg) no-repeat;
    background-size: 12px 10px;
}

.relation-list dd {
    color: #999;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media only screen and (max-width: 640px) {
    #relation {
        padding: 20px 0;
    }
    #relation .section-title {
        display: none;
    }
    .relation-list li {
        width: 100%;
    }
    .relation-list a {
        padding: 8px 20px;
        letter-spacing: -1em;
    }
    .relation-list a::before {
        content: "";
        display: inline-block;
        width: 50px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }
    .relation-list a::before,
    .relation-list dl {
        vertical-align: middle;
    }
    .relation-list .sojo a::before {
        background-image: url(../img/ico_relation_sojo.png);
    }
    .relation-list .asakatsuzen a::before {
        background-image: url(../img/ico_relation_asakatsuzen.png);
    }
    .relation-list .sotozen-net a::before {
        background-image: url(../img/ico_relation_sotozen-net.png);
    }
    .relation-list .shojin-project a::before {
        background-image: url(../img/ico_relation_shojin-project.png);
    }
    .relation-list .sotozen a::before {
        background-image: url(../img/ico_relation_sotozen.png);
    }
    .relation-list dl {
        display: inline-block;
        width: calc(100% - 50px);
    }
    .relation-list dd {
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 641px) {
    .relation-list dt {
        margin-bottom: 0.8em;
    }
    .relation-list dt::before {
        content: "";
        display: inline-block;
        position: relative;
        top: -0.15em;
        width: 30px;
        height: 30px;
        margin-right: 1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }
    .relation-list .sojo dt::before {
        background-image: url(../img/ico_relation_sojo.png);
    }
    .relation-list .asakatsuzen dt::before {
        background-image: url(../img/ico_relation_asakatsuzen.png);
    }
    .relation-list .sotozen-net dt::before {
        background-image: url(../img/ico_relation_sotozen-net.png);
    }
    .relation-list .shojin-project dt::before {
        background-image: url(../img/ico_relation_shojin-project.png);
    }
    .relation-list .sotozen dt::before {
        background-image: url(../img/ico_relation_sotozen.png);
    }
}


/* --------------------------------------------------------------------------
   sound information
   -------------------------------------------------------------------------- */

#soundInfo {
    z-index: 1000;
}

#soundInfo,
#soundInfo::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    background: #000;
}

.no-touchevents #soundInfo::after {
    content: "";
    background: #000 url(../img/bg_soundinfo.png) center center/cover no-repeat;
    opacity: 0;
}

.no-touchevents #soundInfo .sound {
    z-index: 1;
    position: relative;
    top: 47%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 100;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-touchevents #soundInfo.show .sound,
.no-touchevents #soundInfo.show::after {
    opacity: 1;
    transition: opacity 0.6s;
}

.no-touchevents #soundInfo .sound .logo {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.no-touchevents #soundInfo .sound-txt {
    margin: -96px -0.4em 1em 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    letter-spacing: 0.8em;
}

.no-touchevents #soundInfo .sound-label,
.no-touchevents #soundInfo .sound-list {
    z-index: 1;
    position: relative;
    color: rgba(255, 255, 255, 0.3);
}

.no-touchevents #soundInfo .sound-label {
    margin-bottom: 1em;
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
}

.no-touchevents #soundInfo .sound-list li {
    display: inline-block;
}

.no-touchevents #soundInfo .sound-list a {
    display: block;
    cursor: pointer;
    padding: 0.8em 1.3em 0.6em 1.7em;
    border-radius: 3em;
    font-size: 1rem;
    transition: background 0.6s;
}

.no-touchevents #soundInfo .sound-list a:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 640px) {
    .touchevents #soundInfo .sound {
        display: none;
    }
}


/* --------------------------------------------------------------------------
   video.js
   -------------------------------------------------------------------------- */

#overlay {
    z-index: 20;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(4, 5, 12, 0.8);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#video {
    position: relative;
    overflow: hidden;
    background-color: #04050c;
}

video#video {
    background: url(../img/bg_poster.jpg) center center no-repeat;
}


/* モーダルのこと */

#video {
    /* transformで拡大する時
    -ms-transform-origin: 0 80%;
    -webkit-transform-origin: 0 80%;
    transform-origin: 0 80%;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;*/
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

.csstransitions .modal #movie .movie {
    z-index: 21;
}

.csstransitions .modal #video {
    /* transformで拡大する時
    -webkit-transform: scale(2);
    transform: scale(2);*/
    width: 960px !important;
    height: 540px !important;
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.touch .modal #video {
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.touch .modal #movie video {
    width: 960px !important;
    height: 540px !important;
}


/* フルスクリーンの時 */

#video.vjs-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#video.vjs-fullscreen video {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* アイコン各種 */

.vjs-big-play-button span,
.vjs-play-control .vjs-control-content,
.vjs-modal-button .vjs-control-content,
.vjs-fullscreen-control .vjs-control-content,
.vjs-mute-control div {
    display: block;
    background: url(../img/movie_parts.svg) no-repeat;
    background-size: 69px 59px;
}

.no-svg .vjs-big-play-button span,
.no-svg .vjs-play-control .vjs-control-content,
.no-svg .vjs-modal-button .vjs-control-content,
.no-svg .vjs-fullscreen-control .vjs-control-content,
.no-svg .vjs-mute-control div {
    background: url(../img/movie_parts.png) no-repeat;
}

.vjs-big-play-button,
.vjs-play-control,
.vjs-seek-handle,
.vjs-modal-button,
.vjs-mute-control,
.vjs-fullscreen-control {
    cursor: pointer;
}

.vjs-control,
.vjs-big-play-button {
    outline: none;
}

.vjs-control-bar,
.vjs-play-control {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 要素の表示／非表示 */

.vjs-control,
.vjs-time-divider,
.vjs-control-text,
.vjs-fullscreen .vjs-modal-button {
    display: none;
}

.vjs-progress-control,
.vjs-progress-holder,
.vjs-play-control,
.vjs-mute-control,
.modal .vjs-fullscreen-control,
.vjs-fullscreen .vjs-fullscreen-control {
    display: block;
}

.no-fullscreen .vjs-fullscreen-control,
.no-csstransitions .vjs-modal-button {
    display: none !important;
}


/* まるい再生ボタン */

.vjs-big-play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-big-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    background-position: 1px 1px;
}

.vjs-big-play-button:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

#video.vjs-controls-disabled .vjs-big-play-button span {
    -webkit-transition-property: opacity, -webkit-transform, top;
    transition-property: opacity, transform, top;
    -webkit-transition-duration: 0.3s, 0.6s, 0s;
    transition-duration: 0.3s, 0.6s, 0s;
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

#video.vjs-playing .vjs-big-play-button span {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -54px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 0.3s, 0.3s, 0s;
    transition-duration: 0.3s, 0.3s, 0s;
    -webkit-transition-delay: 0s, 0s, 0.6s;
    transition-delay: 0s, 0s, 0.6s;
}


/* コントロールバー */

.vjs-control-bar {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 23px;
    padding: 0 8px;
    background-color: #04050c;
    background-color: rgba(4, 5, 12, 0.8);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}

.vjs-control-bar,
.vjs-user-inactive .vjs-control-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.vjs-paused:hover .vjs-control-bar,
.vjs-has-started.vjs-user-active .vjs-control-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


/* 再生／一時停止ボタン */

.vjs-play-control {
    float: left;
    width: 23px;
    height: 23px;
    padding: 8px 8px 7px;
}

.vjs-play-control .vjs-control-content {
    width: 8px;
    height: 8px;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
}

.vjs-playing .vjs-play-control .vjs-control-content {
    background-position: -60px -10px;
}

.vjs-paused .vjs-play-control .vjs-control-content {
    background-position: -60px 0;
}


/* プログレスバー */

.vjs-progress-control {
    position: absolute;
    top: 11px;
    right: 60px;
    left: 40px;
}

.modal .vjs-progress-control {
    right: 80px;
}

.vjs-progress-holder,
.vjs-load-progress,
.vjs-play-progress {
    position: relative;
    height: 1px;
}

.vjs-load-progress,
.vjs-play-progress,
.vjs-seek-handle {
    position: absolute;
    top: 0;
    left: 0;
}

.vjs-load-progress {
    background-color: #aaa;
}

.vjs-play-progress {
    background-color: #eee;
}


/* ハンドル */

.vjs-seek-handle {
    width: 6px;
    padding: 5px 0;
    margin: -5px 0 0 -3px;
}

.vjs-seek-handle span {
    display: block;
    overflow: hidden;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
    height: 1px;
}


/* モーダル・ミュート・フルスクリーンボタン */

.vjs-modal-button,
.vjs-mute-control,
.vjs-fullscreen-control {
    float: right;
    padding: 8px 6px 7px;
}

.vjs-modal-button {
    float: right;
    padding: 8px 8px 7px;
}

.vjs-modal-button .vjs-control-content {
    width: 9px;
    height: 8px;
    background-position: -60px -20px;
}

.vjs-mute-control div {
    width: 9px;
    height: 9px;
    background-position: -60px -30px;
}

.vjs-mute-control.vjs-vol-0 div {
    background-position: -60px -40px;
}

.vjs-fullscreen-control .vjs-control-content {
    width: 9px;
    height: 9px;
    background-position: -60px -50px;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

vjs-control,
.vjs-time-divider,
.vjs-control-text,
.vjs-fullscreen .vjs-modal-button {
    display: none;
}

.vjs-progress-control,
.vjs-progress-holder,
.vjs-play-control,
.vjs-mute-control,
.modal .vjs-fullscreen-control,
.vjs-fullscreen .vjs-fullscreen-control {
    display: block;
}

.no-fullscreen .vjs-fullscreen-control,
.no-csstransitions .vjs-modal-button {
    display: none !important;
}


/* まるい再生ボタン */

.vjs-big-play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-big-play-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    background-position: 1px 1px;
}

.vjs-big-play-button:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

#video.vjs-controls-disabled .vjs-big-play-button span {
    -webkit-transition-property: opacity, -webkit-transform, top;
    transition-property: opacity, transform, top;
    -webkit-transition-duration: 0.3s, 0.6s, 0s;
    transition-duration: 0.3s, 0.6s, 0s;
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

#video.vjs-playing .vjs-big-play-button span {
    opacity: 0;
    filter: alpha(opacity=0);
    top: -54px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 0.3s, 0.3s, 0s;
    transition-duration: 0.3s, 0.3s, 0s;
    -webkit-transition-delay: 0s, 0s, 0.6s;
    transition-delay: 0s, 0s, 0.6s;
}


/* コントロールバー */

.vjs-control-bar {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 23px;
    padding: 0 8px;
    background-color: #04050c;
    background-color: rgba(4, 5, 12, 0.8);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}

.vjs-control-bar,
.vjs-user-inactive .vjs-control-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.vjs-paused:hover .vjs-control-bar,
.vjs-has-started.vjs-user-active .vjs-control-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


/* 再生／一時停止ボタン */

.vjs-play-control {
    float: left;
    width: 23px;
    height: 23px;
    padding: 8px 8px 7px;
}

.vjs-play-control .vjs-control-content {
    width: 8px;
    height: 8px;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
}

.vjs-playing .vjs-play-control .vjs-control-content {
    background-position: -60px -10px;
}

.vjs-paused .vjs-play-control .vjs-control-content {
    background-position: -60px 0;
}


/* プログレスバー */

.vjs-progress-control {
    position: absolute;
    top: 11px;
    right: 60px;
    left: 40px;
}

.modal .vjs-progress-control {
    right: 80px;
}

.vjs-progress-holder,
.vjs-load-progress,
.vjs-play-progress {
    position: relative;
    height: 1px;
}

.vjs-load-progress,
.vjs-play-progress,
.vjs-seek-handle {
    position: absolute;
    top: 0;
    left: 0;
}

.vjs-load-progress {
    background-color: #aaa;
}

.vjs-play-progress {
    background-color: #eee;
}


/* ハンドル */

.vjs-seek-handle {
    width: 6px;
    padding: 5px 0;
    margin: -5px 0 0 -3px;
}

.vjs-seek-handle span {
    display: block;
    overflow: hidden;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
    height: 1px;
}


/* モーダル・ミュート・フルスクリーンボタン */

.vjs-modal-button,
.vjs-mute-control,
.vjs-fullscreen-control {
    float: right;
    padding: 8px 6px 7px;
}

.vjs-modal-button {
    float: right;
    padding: 8px 8px 7px;
}

.vjs-modal-button .vjs-control-content {
    width: 9px;
    height: 8px;
    background-position: -60px -20px;
}

.vjs-mute-control div {
    width: 9px;
    height: 9px;
    background-position: -60px -30px;
}

.vjs-mute-control.vjs-vol-0 div {
    background-position: -60px -40px;
}

.vjs-fullscreen-control .vjs-control-content {
    width: 9px;
    height: 9px;
    background-position: -60px -50px;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

#bg_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/hero-image.jpg) center center no-repeat;
    background-size: cover;
    animation: fadein 10s ease 0s 1 normal;
    -webkit-animation: fadein 10s ease 0s 1 normal;
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bgp-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 641px) {
    #bg_photo {
        position: fixed;
    }
}

@media only screen and (max-width: 640px) {
    #bg_photo {
        background-image: url(../img/hero-image_sp.jpg);
    }
}

.font-165 {
    font-size: 1.65rem;
}

video {
    width: 100%;
    max-width: 750px;
}


/* floating-banner */

.floating-banner {
    position: fixed;
    /* 追従 */
    z-index: 99999;
    /* 他の要素の下に隠れないように */
    bottom: 0;
    /* バナーの上下の位置 */
    right: 0;
    /* バナーの左右の位置 */
}

.f-pc {
    width: 300px;
    /* バナーの横幅を指定 */
}

.f-pc2 {
    width: 75px;
    margin-top: -950px;
}

.floating-banner:hover {
    opacity: 0.9;
    /* ホバーで少し透過 */
}

.f-sp {
    display: none;
    /* PCではスマホ用のバナーは非表示に */
}

.f-sp2 {
    display: none;
    /* PCではスマホ用のバナーは非表示に */
}

@media screen and (max-width: 990px) {
    /* タブレット用のブレイクポイントを指定 */
    .f-pc {
        display: none;
        /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 560px) {
    /* スマホ用のブレイクポイントを指定 */
    .f-sp {
        display: inline-block;
        /* 消していたスマホ用のバナーを表示させる */
        width: 100vw;
        /* スマホの画面幅いっぱいにバナーを表示 */
    }
}

@media screen and (max-width: 990px) {
    /* タブレット用のブレイクポイントを指定 */
    .f-pc2 {
        display: none;
        /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 560px) {
    /* スマホ用のブレイクポイントを指定 */
    .f-sp2 {
        display: inline-block;
        /* 消していたスマホ用のバナーを表示させる */
        width: 20vw;
        /* スマホの画面幅いっぱいにバナーを表示 */
        margin-bottom: 90px;
    }
}