@charset "utf-8";

/*IE用リセット*/

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


/*=============================
		全体に指定
=============================*/

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

img {
    vertical-align: bottom;
}

a img {
    border: 0px;
}

a:hover img {}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

a:visited {
    color: #000;
}

a:link {
    color: #000;
}

a:active {
    color: #000;
}

.fixed0 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}


/*=============================
html、bodyに指定
=============================*/
html{
    overflow-y: scroll;
}
html[lang="en"] body {
    font-family:'Yu Gothic', YuGothic, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

html[lang="ja"] body {
    font-family:游ゴシック体, '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', 'HiraKakuPro-W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
}


/*=============================
containerに指定
=============================*/

#wrapper {
    margin: 0 auto;
    background-color: aqua;
}

#wrapper_header {
    clear: both;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
}

#main-header {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

#globalNavi {
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    background-color: #fff;
}

#global_nav_set {
    margin: 0px auto;
    padding: 0 10px;
    overflow: hidden;
    width: 960px;
}

#wrapper_body {
    width: 100%;
    padding: 0px;
    margin: 0 0 100px 0;
}

#main_body {
    margin: 0px auto;
    padding: 0 10px;
    overflow: hidden;
    width: 960px;
}

#wrapper_footer {
    padding: 0px;
    overflow: hidden;
}

#main-footer {
    margin: 0 auto;
    width: 960px;
    padding: 0 10px;
    overflow: hidden;
}


/*=============================
		headerに指定
=============================*/

div.header_upper_l {
    float: left;
    width: 760px;height: 159px;
    margin: 39px 0 0 0;
    
}

.en_bv_title {
    font-family: 'Roboto', sans-serif;
    color: #989898;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    margin: 0 0 66px 0;
}
.en_artist_name {
    padding:0;
    margin: 0 0 22px 0;
    text-align: left;
}
.en_artist_name img{
    padding:0;margin: 0;
    width:280px;25px;
}
.en_art_title{
    padding:0;
    text-align: right;
    margin: 0 68px 0 0;
}
.en_art_title img{
    width:536px; 30px;
    
}
.biennale_logo {
    float: right;
    margin: 10px 0 0 0;
    width: 196px; height: 182px;
}

div.header_lower_l {
    float: left;
    width: 760px;
    margin: 62px 0 41px 0;
}

div.header_lower_l_en {
    height: 56px;
}

.ja_bv_title {
    color: #989898;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 20px 0;
}

.ja_artist {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.en_site_link {
    float: right;
    font-family: 'Roboto', sans-serif;
    color: #99959e;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin: 64px 0 0 0;
}

.en_site_link a {
    color: #989898;
    text-decoration: none;
}

.en_site_link a:hover {
    color: #000;
    text-decoration: none;
}


/*=============================
		navに指定
=============================*/

#menu-btn,
#menu-checkbox {
    display: none;
}

ul#global_nav {
    overflow: hidden;
    list-style-type: none;
}

ul#global_nav li {
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 0;
}

ul#global_nav li.home_btn {
    width: 139px;
    margin-right: 1px;
}

ul#global_nav li.profile_btn {
    width: 149px;
    margin-right: 1px;
}

ul#global_nav li.exhibition_btn {
    width: 177px;
    margin-right: 1px;
}

ul#global_nav li.works_btn {
    width: 150px;
    margin-right: 1px;
}

ul#global_nav li.catalogue_btn {
    width: 180px;
    margin-right: 1px;
}

ul#global_nav li.press_btn {
    width: 160px;
}

ul#global_nav li.ja_en_btn {
    display: none;
}

ul#global_nav li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 33px 0 34px 0;
    border-top: #fff solid 1px;
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

ul#global_nav li a.current_page {
    border-top: #898989 solid 1px;
    opacity: 1;
}

ul#global_nav li a:hover {
    border-top: #898989 solid 1px;
    text-decoration: none;
    opacity: 1;
}


/*=============================
		フッターに指定
=============================*/

div.banners {
    clear: both;
    margin: 0 0 50px 0;
    overflow: hidden;
}

div.banners .jpf_logo {
    float: left;
}

div.banners .jpf_logo_en {
    margin: 12px 0 0 0;
}

div.banners .ishibasi_logo,
div.banners .shiseido_logo,
div.banners .nissan_logo {
    float: right;
}

div.banners .nissan_logo {
    margin: 25px 0 0 60px;
    width: 120px; height:32px;
}

div.banners .shiseido_logo {
    margin: 34px 0 0 60px;
    width: 85px; height: 14px;
}

div.banners .ishibasi_logo {
    margin: 18px 0 0 60px;
    width: 135px; height: 48px;
}

div.banners .ishibasi_logo_en {
    margin: 18px 0 0 60px;
    width: 140px; height: 47px;
}

div.copyright {
    clear: both;
    margin: 0 0 15px 0;
}
div.copyright p {
    float: left;
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 18px 0;
}
html[lang="ja"] div.copyright p {
    font-family:'Yu Gothic', YuGothic, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
div.copyright div.button_part{
    float: right;
}
div.copyright ul{
    list-style: none;
}
div.copyright li{
    float: left;
}
div.copyright li.contact_part a {
    display: block;
    text-decoration: none;
    margin: 0 20px 18px 0;
    padding:0 0 0 0;
        -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0.6;
}
div.copyright li.contact_part a span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding:0 20px 0 0;
    background:url("../img/share/contact_ico.png");
    background:none, url("../img/share/contact_ico.svg");
    background-position: 100% 38%;
    background-repeat: no-repeat;
    background-size:15px 11px;
}
div.copyright li.contact_part a:hover{
    text-decoration: none;
    opacity: 1;
}
div.copyright li.sns_part a img{
    display: block;
    text-decoration: none;
    margin: -4px 10px 0 0;
    padding:0 0 0 0;
        -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 1;
}
div.copyright li.sns_part2 a img{
    margin-right: 0;
}
div.copyright li.sns_part a:hover img{
    text-decoration: none;
    opacity: 0.7;
}

/*ページトップへ戻る-----------------------------------*/
#page-top {
    position: fixed;
    bottom: 55px;
    right: 20px;
}

#page-top a {
    background: #fff;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    display: block;
    opacity: 0.5;
    background: #fff url("../img/share/back2top.png") 50% 50% no-repeat;
    border: #c7c7c7 solid 1px;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

#page-top a span {
    padding:20px 0 0 0;
    font-size: 12px;
    display: block;
    font-family: YuGothic, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 200;
}

#page-top a:hover {
    text-decoration: none;
    background: #fff url("../img/share/back2top.png") 50% 50% no-repeat;
    opacity: 1;
}

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