@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;
}

/* General
========================================== */
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body
{
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;

    min-width: 1160px;

    letter-spacing: .1em;
    word-wrap: break-word; 

    color: #393939;
}

a
{
    -webkit-transition: all .2s 0s ease;
            transition: all .2s 0s ease; 
    text-decoration: none;

    color: #006bc7;
    outline: none;
}
a:hover
{
         opacity: .5;

    -moz-opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

ul
{
    letter-spacing: -.4em;
    /* 文字間を詰めて隙間をなくす */
}

li
{
    letter-spacing: normal;
    /* 文字間を元に戻す */
}

/* クロームの青い枠対策
----------------------------------------------------*/
input[type='text'],
input[type='password'],
textarea,
select
{
    outline: none;
}

*:focus
{
    outline: none;
}

/* wrapper
------------------------------------------ */
.wrapper
{
    min-width: 1160px;
}

/* 共通
========================================== */
.img100
{
    width: 100%;
}

.small
{
    font-size: 14px;
}

.fwb
{
    font-weight: bold;
}

.tc
{
    text-align: center;
}

.tr
{
    text-align: right;
}

.blue
{
    color: #006bc7;
}

.mb20
{
    margin-bottom: 20px;
}

.mb40
{
    margin-bottom: 40px;
}

.mb80
{
    margin-bottom: 80px;
}

.fL
{
    float: left;
}

.fR
{
    float: right;
}

.clearfix:after
{
    display: block;
    clear: both; 

    content: '';
}

.br-sp
{
    display: none;
}

.dib
{
    display: inline-block;
}

.section__title
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 30px;
    line-height: 1.2;

    padding: 90px 0 50px; 

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

    color: #006bc7;

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}
.section__title span
{
    font-family: 'Noto Sans', sans-serif; 
    font-size: 14px;

    display: block;

    color: #a0a0a0;
}

/* 第二階層共通共通
========================================== */
.second .contents
{
    padding: 40px 0 80px;
}

.second .header
{
    position: fixed;
    z-index: 100;

    width: 100%;
    min-width: 1160px; 
    height: 60px;

    background: #006bc7;
}
.second .header:after
{
    display: block;
    clear: both; 

    content: '';
}
.second .header__logo a
{
    display: block;
    display: block;
    float: left; 
    overflow: hidden;

    width: 250px;
    height: 60px;
    margin: 0 0 0 0;

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

    background: url(../images/common/logo-second.png) no-repeat center center;
}

.second .nav__list
{
    font-weight: bold;
}
.second .nav__list .nav__about > a,
.second .nav__list .nav__theater > a
{
    position: relative;
}
.second .nav__list .nav__about > a
{
    width: 125px;
}
.second .nav__list .nav__theater > a
{
    width: 160px;
}
.second .nav__list .nav__about > a:after
{
    position: absolute;
    top: 25px;
    left: 100px;

    width: 8px;
    height: 8px;

    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;
}
.second .nav__list .nav__about > a:hover:after
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 2px solid #fff100;
    border-right: 2px solid #fff100;
}
.second .nav__list .nav__theater > a:after
{
    position: absolute;
    top: 23px; 
    left: 132px;

    width: 15px;
    height: 15px;

    content: '';

    background: url(../images/common/nav_icon-theater.png);
    -webkit-background-size: cover;
            background-size: cover;
}
.second .nav__list .nav__theater > a:hover:after
{
    top: 23px; 
    left: 132px;

    width: 15px;
    height: 15px;

    background: url(../images/common/nav_icon-theater-hover.png);
    -webkit-background-size: cover;
            background-size: cover;
}
.second .nav__list .nav__goods > a:after
{
    position: absolute;
    top: 23px; 
    left: 97px;

    width: 15px;
    height: 15px;

    content: '';

    background: url(../images/common/nav_icon-theater.png);
    -webkit-background-size: cover;
            background-size: cover;
}
.second .nav__list .nav__goods > a:hover:after
{
    top: 23px; 
    left: 97px;

    width: 15px;
    height: 15px;

    background: url(../images/common/nav_icon-theater-hover.png);
    -webkit-background-size: cover;
            background-size: cover;
}

/*======= Button =======*/
.btn
{
    position: relative;

    height: 60px;
}

.btn:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transition:         transform .4s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
            transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
            transition:         transform .4s cubic-bezier(1, 0, 0, 1);
            transition:         transform .4s cubic-bezier(1, 0, 0, 1), -webkit-transform .4s cubic-bezier(1, 0, 0, 1); 
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;

    background: #fff100;
}

.btn:hover:before
{
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); 
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}

#seconddnav > ul
{
    display: table;
}
#seconddnav > ul > li
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 18px;

    display: table-cell;

    margin-right: 2em;

    color: #fff;
}
#seconddnav > ul > li:hover > a
{
    opacity: 1;
    color: #fff100;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#seconddnav > ul > li:hover .nav__list--junior
{
    max-height: 9999px; 

    -webkit-transition: max-height 1s ease-in;
            transition: max-height 1s ease-in;
}
#seconddnav > ul > li > a,
#seconddnav > ul > li > span
{
    display: block;

    padding: 22px 1em 0;

    -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in; 
    -webkit-transform: rotate(.05deg);
        -ms-transform: rotate(.05deg);
            transform: rotate(.05deg);

    color: #fff;

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}
#seconddnav > ul > li > span
{
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
}
#seconddnav > ul .nav__list--junior
{
    position: absolute;
    top: 60px;
    left: 0;

    overflow: hidden;

    width: 100%;
    max-height: 0;

    -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
    text-align: center;

    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, .4);
            box-shadow: 0 2px 5px -3px rgba(0, 0, 0, .4);
}
#seconddnav > ul .nav__list--junior .list_inner
{
    text-align: center;
}
#seconddnav > ul .nav__list--junior .list_inner li
{
    font-size: 16px; 

    display: inline-block;

    margin: 0 30px 0 0;

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

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}
#seconddnav > ul .nav__list--junior .list_inner span
{
    color: #ccc;
}
#seconddnav > ul .nav__list--junior a
{
    display: inline-block;

    padding: 20px 0; 

    color: #006bc7;
}

.second .sns__list
{
    position: absolute;
    top: 0; 
    right: 0;

    display: inline-block;

    height: 60px;

    background: #fff;
}

.second .sns__items
{
    display: inline-block;
}

.second .sns__items a
{
    display: block;
    overflow: hidden;

    width: 60px;
    height: 60px;
    margin: 0 5px; 

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

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

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

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

/* フッター
========================================== */
.footer
{
    background: #fffef0;
}
.footer__inner
{
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0;
}
.footer__qr
{
    float: left;

    width: 280px;
    height: 120px;

    border-left: solid 1px #a0a0a0; 
    background: url(../images/common/qr_line.png) no-repeat center center;
}
.footer__copyright
{
    font-size: 14px;

    padding: 20px 0 0; 

    text-align: center;

    color: #5c5c5c;
}

.footerNav:after
{
    display: block;
    clear: both; 

    content: '';
}

.footerNav__logo a
{
    display: block;
    display: block;
    display: block;
    float: left;
    overflow: hidden;

    width: 73px;
    height: 124px;
    margin: 0 40px 0 20px; 

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

    background: url(../images/common/footer_logo.png);
}

.footerNav__list
{
    float: left;

    padding: 20px 20px 0 0;
}

.footerNav__items
{
    font-weight: bold;

    padding: 0 0 15px 0;
}

.footerNav__items a,
.footerNav__items span
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 15px;

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

    color: #5c5c5c;

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

.footerNav__items span
{
    opacity: .4;

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

.barrierfree__list
{
    text-align: center;
}
.barrierfree__list .barrierfree__items
{
    display: inline-block;

    padding: 5px 15px 0;
}
.barrierfree__list .onsei a
{
    display: block;
    overflow: hidden;

    width: 235px;
    height: 37px; 

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

    background: url(../images/common/bnr_udcast01.png);
    -webkit-background-size: cover;
            background-size: cover;
}
.barrierfree__list .jimaku a
{
    display: block;
    overflow: hidden;

    width: 235px;
    height: 37px; 

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

    background: url(../images/common/bnr_udcast02.png);
    -webkit-background-size: cover;
            background-size: cover;
}

/* 動画
------------------------------------------ */
.movie-nav ul
{
    padding: 5px 0 0; 

    text-align: center;
}

.movie-nav li
{
    display: inline-block;
}

.movie-nav li a
{
    font-size: 14px;
    font-weight: bold; 

    display: inline-block;

    margin: 10px 10px 0;
    padding: 15px 15px;

    color: #fff;
    border: solid 2px #fff;
}

.movie-nav .is-active
{
    color: #006bc7;
    background: #fff;
}

/* シェア
========================================== */
.share__list
{
    float: right;

    height: 120px; 
    padding: 45px 0 0 80px;

    background: url(../images/common/share-title.png) no-repeat left center;
}

.share__items
{
    display: inline-block;
}

.share__link
{
    display: block;
    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin-right: 15px; 

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

#share__tw
{
    background: url(../images/common/share_btn-twitter.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

#share__fb
{
    background: url(../images/common/share_btn-fb.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

#share__line
{
    background: url(../images/common/share_btn-line.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

#share__plus
{
    background: url(../images/common/share_btn-plus.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}
