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

#globalNavi {
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    z-index: 1000;
    min-height: 53px;
    background-color: #fff;
}

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

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

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

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


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

div.header_upper_l {}

.en_bv_title {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #989898;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin: 20px 0 37px 0;
    width: 80%;
}

.en_artist_name {
    clear: both;
    padding: 0;
    margin: 0 0 11px 0;
}

.en_artist_name img {
    padding: 0;
    margin: 0;
    width: 158px;
    14px;
}

.en_art_title {
    padding: 0;
    margin: 0 0 17px 0;
}

.en_art_title img {
    width: 300px;
}

.biennale_logo {
    float: right;
    margin: 10px 0 0 0;
    min-width: 49px;
    width: 10%;
    height: auto;
}

div.header_lower_l {
    margin: 0 0 18px 0;
}

div.header_lower_l_en {
    margin: 0 0 55px 0;
}

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

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

.en_site_link {
    display: none;
}

.en_site_link a {}

.en_site_link a:hover {}


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

#menu-checkbox {
    display: none;
}

#menu-btn {
    position: absolute;
    top: 18px;
    left: 50%;
    display: block;
    cursor: pointer;
    width: 50px;
    margin-left: -35px;
}

#menu-btn span {
    display: block;
    width: 50px;
    height: 40px;
    padding: 2px 0 0 32px;
    background: url("../img/share/menu_ico.png");
    background: none, url("../img/share/menu_ico.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 22px 17px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#global_nav_set {
    margin: 53px auto 0 auto;
    padding: 0;
    overflow: hidden;
    height: 0px;
    background-color: #fff;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

input#menu-checkbox:checked ~ #global_nav_set {
    height: 339px;
    opacity: 1;
}

input#menu-checkbox:checked ~ #menu-btn span {
    background: url("../img/share/menu_close_ico.png");
    background: none, url("../img/share/menu_close_ico.svg");
    background-position: 2px 0;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

ul#global_nav {
    overflow: hidden;
    list-style-type: none;
    border-top: #d5d5d5 solid 1px;
}

ul#global_nav li {
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0;
    border-bottom: #d5d5d5 solid 1px;
}

ul#global_nav li.home_btn {}

ul#global_nav li.profile_btn {}

ul#global_nav li.exhibition_btn {}

ul#global_nav li.works_btn {}

ul#global_nav li.catalogue_btn {}

ul#global_nav li.press_btn {}

ul#global_nav li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 18px 0 19px 21px;
    border-top: #fff solid 1px;
    text-decoration: none;
    opacity: 0.5;
}

ul#global_nav li.ja_en_btn a {
    font-weight: 400;
    padding: 28px 0 29px 21px;
}

ul#global_nav li a.current_page {
    opacity: 1;
}

ul#global_nav li a:hover {
    text-decoration: none;
}


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

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

div.banners .jpf_logo {
    float: left;
}

div.banners .jpf_logo img {
    margin: 2px 0 0 0;
    width: 79px;
    height: 30px;
}

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

div.banners .jpf_logo_en img {
    width: 79px;
    height: 19px;
}

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

div.banners .nissan_logo {
    margin: 12px 0 0 7px;
    width: 60px;
    height: 16px;
}

div.banners .shiseido_logo {
    margin: 17px 0 0 7px;
    width: 43px;
    height: 7px;
}

div.banners .ishibasi_logo {
    margin: 10px 0 0 6px;
    width: 67px;
    height: 24px;
}

div.banners .ishibasi_logo_en {
    margin: 10px 0 0 6px;
    width: 67px;
    height: 22px;
}

div.copyright {
    clear: both;
    margin: 0 0 15px 0;
}

div.copyright p {
    clear: both;
    text-align: center;
    color: #898989;
    font-size: 11px;
    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 {
    position: relative;
    overflow: hidden;
}

div.copyright ul {
    float: left;
    left: 50%;
    position: relative;
    list-style: none;
}

div.copyright li {
    float: left;
    left: -50%;
    position: relative;
    padding: 10px 0 10px 0;
}

html[lang="ja"] div.copyright li {
    left: -55%;
}

div.copyright li.contact_part a {
    display: block;
    text-decoration: none;
    margin: 0 30px 20px 0;
    padding: 0 0 0 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0.6;
}

html[lang="ja"] div.copyright li.contact_part a {
    margin: 0 25px 20px 0;
}

div.copyright li.contact_part a span {
    color: #000;
    font-size: 12px;
    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;
}

html[lang="en"] div.copyright li.contact_part a span {
    font-size: 13px;
}

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 15px 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: 50px;
    right: 10px;
    z-index: 500;
}

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


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