@charset "UTF-8";

/* ######################################################################################

　ボックス　box

###################################################################################### */
.box {
}

.box.gray {
    padding:40px 26px;
    background:#e6e6e6;
}

/* ######################################################################################

　コピーライト　copyright

###################################################################################### */
.copyright {
    font-size:11px;
    color:#9fa0a0;
}

/* ######################################################################################

　フェードイン

###################################################################################### */
.delay{
	animation-name: delay01;
	animation-duration: 3s;
	animation-timing-function: ease;
}
@keyframes delay01 {
0% {opacity: 0;}
100% {opacity: 1;}
}

/* ######################################################################################

　お知らせ　informationTopics

###################################################################################### */

/* =======================================================
　線種
========================================================== */
.informationTopics.borderSolid dl { border-style: solid; }
.informationTopics.borderDashed dl { border-style: dashed; }
.informationTopics.borderDotted dl { border-style: dotted; }

/* =======================================================
　基本スタイル
========================================================== */
.informationTopics.topBorder dl:first-child { border-top-width: 1px; }
.informationTopics dl {
    border-color: #dddddd;
    border-bottom-width: 1px;
    position: relative;
    line-height: 1.5;
}
.informationTopics dl span,
.informationTopics dl a {
    color: #231815;
    text-decoration: none;
}
.informationTopics dl a:hover { text-decoration: underline; }
    .informationTopics dl {color:#9fa0a0;}

/*@media print, screen and (min-width: 768px) {*/
    .informationTopics dl { font-size: 13px; }
/*}*/
/*
@media screen and (max-width: 767px) {
    .informationTopics dl {
        padding: 1em 0;
        font-size: 14px;
    }
    .informationTopics dt {
        margin-bottom: 0.5em;
        padding: 0;
    }
    .informationTopics dd { padding: 0; }
}
*/

/* =======================================================
　日付＜改行＞記事タイトル　２行
========================================================== */
/*@media print, screen and (min-width: 768px) {*/
    .informationTopics.dateBlock dt { padding: 0.7em 0 0; }
    .informationTopics.dateBlock dd { padding: 0 0 0.7em; }
/*}*/


/* ######################################################################################

　リンク　link

###################################################################################### */

/* =======================================================
　右肩一覧リンク
========================================================== */
.withLinkList {position:relative;}
.linkList {
    position:absolute;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}
.linkList a {
    text-decoration:none;
}
.linkList:before {
    content:"\f04b";
    margin-right:1em;
    vertical-align: middle;
    font-family:FontAwesome;
    font-size: 88%;
}
@media print, screen and (min-width: 768px) {
    .linkList {top:1em; right:0;}
}
@media screen and (max-width: 767px) {
    .linkList {bottom:3em; right:15px;}
    
    a.circleLink{
        display: block;
        width: 100px;
        height: 100px;
        padding-top: 27px;
        background: #1d2a53;
        border-radius: 50%;
        font-size: 2.1rem;
        line-height: 1.1429;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
    }

}

/* ######################################################################################

　リスト　list

###################################################################################### */
.list.square li:before {
    content:"■";
    padding-right:0.2em;
}

/* ######################################################################################

　メインイメージ　mainImg

###################################################################################### */
.mainImg {
}

/* ######################################################################################

　スマホ用メニュー　meanMenu

###################################################################################### */
@media print, screen and (min-width: 768px) {
    #meanMenu {
        display:none !important;
    }
}

@media screen and (max-width: 767px) {
}

/* ######################################################################################

　ナビゲーション　nav

###################################################################################### */

/* ====================================================
　グロナビ
==================================================== */
.gnav ul.en {display:none;}
.pageEnglish .gnav ul.ja {display:none;}
.pageEnglish .gnav ul.en {display:block;}

@media print, screen and (min-width: 768px) {
    .gnav {
        line-height:1;
        float:right;
        margin-right:1em;
    }
    .gnav ul:after {content:""; display:table; clear:both;}
    .gnav li {
        position:relative;
        float:left;
    }
    .gnav li a {
        display:block;
        padding:15px 0.8em;
        text-align:center;
        text-decoration:none;
        font-weight:500;
        font-size:1.4rem;
        font-family: "Noto Sans Japanese";
        color:#231815;
    }

    .gnav li.lang a {
        padding-top:7px;
        padding-bottom:3px;
    }
    .gnav li.lang a+a {
        opacity:0.5;
        padding-top:4px;
        padding-bottom:7px;
        color:#d7d7d8;
    }

    .pageEnglish .gnav li.lang a {color:#d7d7d8; opacity:0.5;}
    .pageEnglish .gnav li.lang a+a {color:#231815; opacity:1;}


    .gnav li.fb a {
        padding:10px 1em;
    }
}
@media screen and (max-width: 767px) {
    .gnav{display: none;}
}



/* ====================================================
　フッタナビ
==================================================== */
.fnav ul.en {display:none;}
.pageEnglish .fnav ul.ja {display:none;}
.pageEnglish .fnav ul.en {display:block;}

.fnav {line-height:1;}
.fnav ul:after {content:""; display:table; clear:both;}
.fnav li {float:left;}
.fnav li a {
    display:block;
    padding:0.5em 1em;
    text-align:center;
    text-decoration:none;
    font-size:1.5rem;
    color:#9fa0a0;
}

@media print, screen and (min-width: 768px) {
    .fnav li.sp{display: none;}
}
@media screen and (max-width: 767px) {
    .fnav{
        margin: 0 -15px;
        border-top: 1px solid #c8c8c9;
    }
    .fnav li{width: 50%;}
    .fnav li.pc{display: none;}
    .fnav li a{
        padding: 29px 0 27px;
        background: #f0f0ef;
        color: #231815;
        border-bottom: 1px solid #c8c8c9;
        font-size: 13px;
    }
    .fnav li:nth-of-type(2n) a,
    .fnav li.sp a{border-left: 1px solid #c8c8c9;}
}

/* ######################################################################################

　ページトップ　pageTop

###################################################################################### */
.pageTopFix {
    background:url(../img/footer/pagetop.png) no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 8000;
    text-indent: -9999px;
    cursor: pointer;
}
@media print, screen and (min-width: 768px) {
    .pageTopFix {
        bottom: 50px;
        right: 100px;
        width: 49px;
        height: 33px;
    }
}

@media screen and (max-width: 767px) {
    .pageTopFix {
        bottom: 50px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

/* ######################################################################################

　タイトル　title

###################################################################################### */

/* ====================================================
　デフォルトタイトル
==================================================== */

h2,h3,h4,h5,h6 {
    margin:0 0 0.75em;
    padding:0;
    line-height:1.25;
    font-weight:bold;
    font-size:100%;
    font-family: "Noto Sans Japanese";
}
.pageTitle      {font-size:40px;}
.contentsTitle  {font-size:30px;}
.paragraphTitle {font-size:20px;}
.accentTitle    {font-size:18px;}
.smallTitle     {font-size:16px;}


/* ====================================================
　黒ボールド
==================================================== */
.titleBlackBold {
    color:#231815;
    font-family: "Noto Sans Japanese";
}
@media print, screen and (min-width: 768px) {
    .titleBlackBold {font-size:2.9rem;}
}
@media screen and (max-width: 767px) {
    .titleBlackBold {font-size:2.5rem; line-height: 1.5;}
    .titleBlackBold br {display:none;}
}

/* ====================================================
　下線中央よせ
==================================================== */
.titleUnderbarCenter {
    line-height:1;
    text-align:center;
    margin:0 0 1.5em;
    padding-bottom:1px;
}
.titleUnderbarCenter span {
    display:inline-block;
    border-bottom:2px solid #000000;
    padding:0 1em 0.5em;
    min-width:173px;
    font-size:1.9rem;
    font-family: "Noto Sans Japanese";
}
/* ====================================================
　下線
==================================================== */
.titleUnderbar {
    border-bottom:1px solid #231815;
    margin-bottom:16px;
    padding-bottom:5px;
    font-size:2.6rem;
    font-family: "Noto Sans Japanese";
}
.titleUnderbar small {font-size:82%;}

/* ====================================================
　帯画像
==================================================== */
.titleImageBelt {
    text-align:center;
    background:center no-repeat;
    background-size:cover;
    margin-bottom:0;
    color:#ffffff;
    font-family: "Noto Sans Japanese";
}
#Concept .titleImageBelt {background-image:url(../img/contents/index/wall_title-concept.png);}
#Outline .titleImageBelt {background-image:url(../img/contents/index/wall_title-outline.png);}
#Program .titleImageBelt {background-image:url(../img/contents/index/wall_title-program.png);}
#Event   .titleImageBelt {background-image:url(../img/contents/index/wall_title-event.png);}

.titleImageBelt.floor {
}


.titleImageBelt.floor .floorname,
.titleImageBelt.floor .floorTheme {
    display:block;
    color:#ffffff;
    text-align:left;
    font-family: "Noto Sans Japanese";
    font-weight:bold;
}

@media print, screen and (min-width: 768px) {
    .titleImageBelt {
        min-width:1030px;
        padding:150px 0;
        font-size:2.5rem;
    }
    
    .titleImageBelt.floor .floorname {
        margin-bottom:1em;
    }

    .titleImageBelt.floor .floorname,
    .titleImageBelt.floor .floorTheme {
        position:relative;
        top:100px;
        letter-spacing:0.5em;
    }
    .titleImageBelt.floor .floorTheme {
        font-size:3.0rem;
    }
}
@media screen and (max-width: 767px) {
    .titleImageBelt {
        padding:1.5em 1em;
        font-size:2rem;
        line-height: 1.5;
    }
    .titleImageBelt.floor .floorname{margin-bottom: 0.5em; font-size: 1.4rem;}
    .titleImageBelt.floor .floorTheme {font-size:2.4rem;}    
}

/* ====================================================
　紺帯
==================================================== */
.titleNavyBelt {
    background:#00042e;
    margin-bottom:0;
    letter-spacing: 0.1em;
    color:#ffffff;
    font-family: "Noto Sans Japanese";
}

@media print, screen and (min-width: 768px) {
    .titleNavyBelt {
        min-width:1030px;
        padding:77px 0;
        font-size:2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .titleNavyBelt {
        padding:1.5em 1em;
        font-size:2rem;
    }
}

/* ######################################################################################

　帯背景　wallBelt

###################################################################################### */
.wallBelt.gray {background:#e6e6e6;}

@media print, screen and (min-width: 768px) {
    .wallBelt {
        background:#ffffff;
        min-width:1030px;
        padding: 60px 0;
        overflow: hidden;
    }
    .wallBelt.zero { padding: 0 0; }
    .wallBelt.narrow { padding: 30px 0; }
    .wallBelt.wide { padding: 80px 0; }

    .wallBelt.borderBottom {
        border-bottom: 1px solid #231815;
        padding-bottom:100px;
    }
}

@media screen and (max-width: 767px) {
    .wallBelt { padding: 30px 0; }
    .wallBelt.zero { padding: 0 0; }
    .wallBelt.narrow { padding: 15px 0; }
    .wallBelt.wide { padding: 40px 0; }
}

