@charset 'UTF-8';
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

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

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

blockquote,
q
{
    quotes: none;
}

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

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/* change colours to suit your needs */
ins
{
    text-decoration: none; 

    color: #000;
    background-color: #ff9;
}

/* change colours to suit your needs */
mark
{
    font-weight: bold; 
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help; 

    border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0; 

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

@font-face
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset','游ゴシック', YuGothic, sans-serif;

    font-display: swap;
}

/* ローディング
------------------------------------------ */
#loading
{
    margin: 300px 0 0;

    text-align: center;

    color: #fff;
}

#loader-bg
{
    position: fixed;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: #006bc7;
}

/* TOP
========================================== */
#top .mainV
{
    position: relative;

    height: 940px;
    padding: 30px; 

    background: url(../images/top/main.jpg) no-repeat center center #0069b6;
    -webkit-background-size: cover;
            background-size: cover;
}
#top .mainV__logo
{
    position: absolute;
    top: -300px; 
    right: 30px;

    display: block;
    overflow: hidden;
    overflow: hidden;

    width: 509px;
    height: 139px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../images/top/logo-top.png) no-repeat;
}
#top .mainV__loadshow
{
    display: block; 
    overflow: hidden;

    white-space: nowrap;
    text-indent: 100%;
}
#top .mainV__copy
{
    position: absolute;
    z-index: 100;
    top: 50px;
    left: calc(50% + 20px);

    display: block;
    display: none; 
    overflow: hidden;

    width: 40px;
    height: 248px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../images/top/copy.png) no-repeat;
}
#top .mainV__chara
{
    position: absolute;
    top: 10px;
    left: calc(50% - 345px); 

    display: block;
    overflow: hidden;

    width: 690px;
    height: 914px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../images/top/chara.png) no-repeat center center;
}
#top .mainV__studiochizu
{
    position: absolute;
    bottom: 15px; 
    left: 30px;

    display: block;
    overflow: hidden;

    width: 184px;
    height: 44px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../images/top/stadio-chizu.png) no-repeat;
}
#top .mainV .bnr__list
{
    position: absolute;

    display: none;
}
#top .mainV #bnr__list01
{
    top: 200px; 
    right: 20px;
}
#top .mainV #bnr__list02
{
    top: 200px; 
    right: 180px;
}
#top .mainV .bnr__items
{
    margin: 0 0;
}

@media screen and (max-width: 1400px)
{
    #top .mainV
    {
        height: 650px;

        -webkit-transition: all .7s;
                transition: all .7s;
    }
    #top .mainV__logo
    {
        width: 400px;
        height: 109px;

        -webkit-transition: all .7s;
                transition: all .7s; 

        -webkit-background-size: cover;
                background-size: cover;
    }
    #top .mainV__copy
    {
        top: 50px;
        left: calc(50% + 15px); 

        width: 30px;
        height: 186px;

        -webkit-transition: all .7s;
                transition: all .7s;

        -webkit-background-size: cover;
                background-size: cover;
    }
    #top .mainV__chara
    {
        top: 30px;
        left: calc(50% - 226px); 

        width: 453px;
        height: 600px;

        -webkit-transition: all .7s;
                transition: all .7s;

        -webkit-background-size: cover;
                background-size: cover;
    }
    #top .mainV #bnr__list01
    {
        top: 150px;
        right: 15px;
    }
    #top .mainV #bnr__list02
    {
        top: 150px; 
        right: 150px;
    }
    #top .mainV .bnr__items
    {
        text-align: right;
    }
    #top .mainV .bnr__items img
    {
        width: 80%;
    }
}

/* トップナビ
========================================== */
#top .nav
{
    position: absolute;
    left: -300px; 

    width: 250px;
    height: 500px;
}
#top .nav__list
{
    font-weight: bold; 

    display: inline-block;
}
#top .nav__list .nav__about,
#top .nav__list .nav__theater
{
    position: relative;
}
#top .nav__list .nav__about:after
{
    position: absolute;
    top: 3px;
    left: 110px;

    width: 10px;
    height: 10px;

    content: '';
    cursor: pointer; 
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#top .nav__list .nav__about.open:after
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
#top .nav__list .nav__theater:after
{
    position: absolute;
    top: 2px; 
    left: 140px;

    width: 16px;
    height: 16px;

    content: '';

    background: url(../images/common/nav_icon-theater.png);
}
#top .nav__list .nav__theater:hover:after
{
    top: 2px; 
    left: 140px;

    width: 16px;
    height: 16px;

    background: url(../images/common/nav_icon-theater-hover.png);
}
#top .nav__list .nav__goods:after
{
    position: absolute;
    top: 2px; 
    left: 95px;

    width: 16px;
    height: 16px;

    content: '';

    background: url(../images/common/nav_icon-theater.png);
}
#top .nav__list .nav__goods:hover:after
{
    top: 2px; 
    left: 95px;

    width: 16px;
    height: 16px;

    background: url(../images/common/nav_icon-theater-hover.png);
}
#top .nav__items
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 22px;

    margin: 0 0 20px; 

    -webkit-transform: rotate(.05deg);
        -ms-transform: rotate(.05deg);
            transform: rotate(.05deg);

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}
#top .nav__items a
{
    color: #fff;
}
#top .nav__items a:hover
{
    opacity: 1;
    color: #fff100;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#top .nav__items .on
{
    color: #fff;
}
#top .nav__items .off
{
    opacity: .8;
    color: #434343;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
#top .nav__list--junior
{
    display: none;
}
#top .nav__list--junior .nav__items
{
    font-size: 16px;

    margin: 0 0 15px 20px;
}
#top .nav__list--junior .nav__items a
{
    color: #d9e9f5;
}
#top .nav__list--junior .nav__items a:hover
{
    opacity: 1;
    color: #fff100;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#top .nav__list--junior .nav__items:last-of-type
{
    margin-bottom: 30px;
}

#top .sns__list
{
    padding: 0 0 0;
}

#top .sns__items
{
    display: inline-block;
}

#top .sns__items a
{
    display: block;
    overflow: hidden;

    width: 44px;
    height: 44px;
    margin-right: 10px; 

    white-space: nowrap;
    text-indent: 100%;
}

#top .sns__tw a
{
    background: url(../images/common/sns_btn-twitter.png) no-repeat;
}

#top .sns__fb a
{
    background: url(../images/common/sns_btn-fb.png) no-repeat;
}

#top .sns__insta a
{
    background: url(../images/common/sns_btn-insta.png) no-repeat;
}

/* 最新情報
========================================== */
#top .slick-container
{
    width: 100%;
}
#top .slick-container .slick-prev,
#top .slick-container .slick-next
{
    position: absolute;
    z-index: 100; 

    width: 60px;
    height: 60px;
}
#top .slick-container .slick-prev
{
    top: -30px;
    left: 0;

    background: url(../images/common/btn-prev.jpg);
}
#top .slick-container .slick-next
{
    top: -30px;
    right: 0;

    background: url(../images/common/btn-next.jpg);
}

#top .news__title
{
    padding: 60px 0 50px;
}

#top .news__list
{
    height: auto;
}

#top .news__items
{
    min-height: 330px;

    border-top: solid 1px #ddd; 
    border-right: solid 1px #ddd;
}
#top .news__items :hover
{
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

#top .news__items img
{
    width: 100%;
}

#top .news__date
{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px; 

    padding: 20px 20px 15px;

    color: #a0a0a0;
}
#top .news__date span
{
    font-size: 10px; 

    padding: 2px 5px;

    color: #fff;
    background: #006bc7;
}

#top .news__headline
{
    line-height: 1.2;

    padding: 0 20px 20px;

    color: #5c5c5c;
}

#top .news__btn a
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 20px;
    font-weight: bold; 

    display: block;

    width: 100%;
    padding: 30px;

    -webkit-transform: rotate(.05deg);
        -ms-transform: rotate(.05deg);
            transform: rotate(.05deg);
    text-align: center;

    color: #fff;
    background: #006bc7;

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

#top .news__btn a:hover
{
    letter-spacing: 1em;

    opacity: 1;
    color: #006bc7;
    background: #fff100;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

@media screen and (max-width: 1400px)
{
    #top .news__items
    {
        min-height: 290px;
        max-height: 290px;
    }
}

/* トピックスバナー
========================================== */
#top .topics
{
    padding: 60px 0 40px; 

    background: #fffef0;
}
#top .topics__box
{
    overflow: hidden;

    width: 984px;
    margin: 0 auto;
}
#top .topics__list
{
    padding: 0 0 10px;
}
#top .topics__items
{
    display: inline-block;

    margin: 0 15px 15px 0;
}
#top .topics__items img
{
    border: solid 1px #ccc;
}
#top .topics__items:nth-child(3n)
{
    margin-right: 0;
}

.slick-dots li button
{
    width: 50px;
    height: 1px;
    margin: 0 10px;

    cursor: pointer; 
    text-indent: -9999px;

    border: none;
    background: #a0a0a0;
}

.slick-dots li.slick-active button
{
    background: #006bc7;
}

.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;
}

/* ビリング
========================================== */
#top .billing
{
    height: 280px; 

    background: url(../images/top/billing.png) no-repeat center center #006bc7;
}
