@charset "utf-8";
html,
body {
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    opacity: 0.6;
}

.spbr {
    display: none;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 100;
}

nav .spmenu {
    display: none;
}

.fixed nav {
    position: fixed;
}

nav .nav_logo img {
    width: auto;
}

#wrapper {
    background: #FFF;
    background-size: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    /*border: 5px solid #00bfff;*/
}

img {
    width: 100%;
    height: auto;
}

header {
    z-index: 1;
    width: 100%;
    padding: 70px 0 0;
    box-sizing: border-box;
}

header .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

header h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 900;
}

header p.date_txt {
    padding-top: 1.5rem;
    text-align: right;
}

header hr {
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 0 0 1px;
}

.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    letter-spacing: 0em;
}

#contents {
    position: relative;
}

#contents>section .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

#contents>section .store .inner,
#contents>section#movie .inner {
    max-width: 1100px;
}

h2.section_title {
    text-align: center;
    padding: 15px 0px 0;
    max-width: 700px;
    width: 80%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
}

#introduction {
    background-color: #00bfff;
}

#introduction figure {
    margin: 0 auto;
}

p.policy_txt {
    line-height: 1.6rem;
    padding-bottom: 1.4rem;
}

dl.description_area {
    display: block;
    line-height: 1.6rem;
    padding: 15px;
}

dl.description_area dt {
    padding: 0 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 700;
}

dl.description_area ol {
    padding: 0 0.5rem 1rem;
    counter-reset: count 0;
}

dl.description_area ol li {
    padding-bottom: 0.5rem;
    margin-left: 1.1em;
    text-indent: -1.1em;
    line-height: 1.4rem;
}

dl.description_area ol li::before {
    content: counter(count) ". ";
    counter-increment: count 1;
}

dl.description_area ul {
    list-style: circle;
    padding: 0 0.5rem 1rem;
}

dl.description_area ul li {
    padding-bottom: 0.5rem;
    margin-left: 1em;
    line-height: 1.4rem;
}


/* footer */

footer {
    text-align: center;
    background-color: #f0f0f0;
    padding: 30px 0;
    font-size: 1.5rem;
}

footer .footer_content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.foot-main_logo-wrap {
    text-align: center;
}

.foot-main_logo {
    width: 160px;
}

.foot-main_copy {
    padding-top: 10px;
    font-size: 0.75rem;
}

.foot-main_sns {
    display: inline-block;
    padding-top: 15px;
    text-align: center;
}

.foot-main_sns>li {
    display: block;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
}

.foot-main_sns>li:first-child {
    padding-top: 2px;
}

.foot-main_sns>li>a {
    display: block;
}

.foot-main_sns-tw {
    width: 33px;
}

.foot-main_sns-line,
.foot-main_sns-fb,
.foot-main_sns-youtube {
    width: 30px;
}

.foot-main_inquiry {
    padding-top: 20px;
    font-size: .69rem;
}

.foot-main_inquiry>a {
    color: #323232;
    font-weight: bold;
    text-decoration: none;
}

.foot-main_inquiry>a:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    header .mainvisual_container {
        height: 70vh;
    }
    header .mainvisual_container img {
        width: 90%;
    }
    #contents>section .inner {
        padding: 50px 20px;
    }
    nav ul li a {
        padding: 3px 20px 0;
    }
    footer .footerlink {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .spbr {
        display: block;
    }
    nav {
        text-align: center;
    }
    nav .nav_logo {
        left: 5px;
        top: 15px;
    }
    nav .nav_logo img {
        width: 70%;
    }
    header {
        padding: 30px 0 0;
    }
    header h1 {
        font-size: 1.6rem;
    }
    header p.date_txt {
        padding-top: 1rem;
    }
    header .inner {
        padding: 40px 15px 25px;
    }
}

@media (max-width: 640px) {
    #contents>section .inner {
        padding: 30px 15px;
    }
    footer .footerlink {
        padding: 0 15px;
    }
    header {
        padding-top: 50px;
    }
    nav .nav_logo {
        top: 2px;
    }
}

@media (max-width: 480px) {
    header .mainlogo {
        width: 85%;
    }
    header .sp {
        width: 100%;
        display: block !important;
    }
    header .pc {
        display: none !important;
    }
    footer p {
        font-size: 10px;
    }
}