/*
Theme Name: YUJI HASHIMOTO 公式ホームページ
Theme URI: https://yujihashimoto.net/
Description: YUJI HASHIMOTO 公式ホームページのテーマです。
Version: 1.0
Author: kotoelab
Author URI: https://www.kotoelab.com
*/


html {
  font-size: 62.5%;
  height: 100%;
  font-weight: 500;
  color:#191919;
}

body {
  height: 100%;
  line-height: 1.9;
  font-size: clamp(1.35rem, 1vw, 1.55rem);
  letter-spacing: .05em;
  font-family: 'Libre Baskerville', serif;
  background-color: #e8e8e8;
}

#wrapper {
	overflow: hidden;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:active,
a:hover {
  text-decoration: none;
  color: #000;
}

a:hover {
	opacity: .6;
	transition: .3s;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#header {
    width: 100%;
    box-sizing: border-box;
    height: 79px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
}

#header h1 {
	font-size: clamp(1.4rem, 1.1vw, 1.75rem);
	letter-spacing: .24em;
  text-align:center;
}

#header h1 span {
  display:block;
  margin-top:.65em;
  font-size:.65em;
  letter-spacing: .15em;
}

#header-inner {
  max-width: 96%;
  margin: auto;
  background-color: #e8e8e8;
}

.header-menu-wrapper {
	height: 79px;
}

.btn_menu {
    position: absolute;
    width: 65px;
    height: 79px;
    right: 0;
    top: -8px;
    display: block;
    border: none;
    z-index: 10;
    background: transparent;
}

.btn_menu span {
    position: absolute;
    left: 20px;
    width: 24px;
    height: .15rem;
    background: #000;
    transition: all .85s;
}

.btn_menu span:nth-of-type(1) {
    top: 35px;
}

.btn_menu span:nth-of-type(2) {
    top: 45px;
    width: 18px;
    left: 26px;
}

.btn_menu span:nth-of-type(3) {
    top: 55px;
    width: 12px;
    left: 32px;
}

.btn_menu.is-open span:nth-of-type(1) {
  	background: #fff;
    transform: translateY(8.5px) rotate(-45deg);
}

.btn_menu.is-open span:nth-of-type(2) {
    opacity: 0;
}

.btn_menu.is-open span:nth-of-type(3) {
  	background: #fff;
    transform: translateY(-11px) rotate(45deg);
    left: 20px;
    width: 24px;
}

.menu_wrap {
    position: fixed;
    top: 74px;
    height: calc(100% - 74px);
    transition:  top .2s;
    width: 100%;
    left: -100%;
}

.menu_wrap.is-open {
    left: 0;
}

.main_menu {
    margin-top: 0;
    padding: 100px 0 0 0;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.menu_wrap.is-open .main_menu {
  background: rgba(0,0,0,.85);
  position: fixed;
  height: calc(100% + 100px);
  overflow: auto;
  top: -100px;
}

.header-menu {
  padding: 100px 0 0 0;
  z-index: 2;
}

.header-menu li a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: clamp(1.25rem, 1vw, 1.45rem);
	letter-spacing: .24em;
    color: #fff;
    width: 100%;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}

.menu-item-inner li:nth-child(1n),
.menu-item-recruit li:nth-child(1n){
  background: #919191;
}

.menu-item-inner li:nth-child(2n),
.menu-item-recruit li:nth-child(2n) {
  background: #717171;
}

.menu-inner-right li:nth-child(1n) {
  background: #919191;
}

.menu-inner-right li.sol {
  background: #919191;
}

.menu-inner-right li:nth-child(2n) {
  background: #717171;
}

ul.mega-menu-second .cat-item {
  background: #919191;
}

ul.mega-menu-second li:last-child {
  border-bottom: none;
}

ul.mega-menu-second li:first-child {
  border-top: none;
}

ul.mega-menu-second li a {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-left: 60px;
}

.menu-item-inner li:last-child {
  border-bottom: 1px solid #717171 !important;
}

.menu-item-inner li a div {
  align-items: center;
}

.menu-item-inner li a div img {
  display: block;
  width: auto;
  height: 58px;
  padding: 4px;
}

.menu-item-inner li a div p {
  margin-left: 20px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}

main {
  max-width: 94%;
/*  height: calc(100vh - 170px);*/
  height: 480px;
  margin: 100px auto 40px;
}

main#under {
  margin-top: 126px;
  height: auto;
  margin-bottom: 126px;
}

#footer {
  position: relative;
  height: 100px;
}

footer {
  max-width: 96%;
  height: 100px;
  line-height: 100px;
  margin: auto;
  text-align: center;
  font-size: .65rem;
  letter-spacing: .3em;
  color: #c6c6c6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.works-cat2-container,
.works-detail-container,
.exhibitions-container,
.page-container {
  margin-top: 2.6rem;
}

.works-cat2-item {
  width: 50%;
  position: relative;
}

.works-cat2-item h2 {
  display: inline-block;
  width: 90%;
  max-width: 290px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: .2em;
  text-align: center;
}

.works-cat2-item img {
  width: 100% !important;
  height: auto !important;
}



main#under h1,
.exhibitions-post-sb {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.55;
}

/*.works-cat2-item a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}*/

.works-cat2-item a::hover {
  opacity: none;
}

.works-detail-item {
  width: 33.3%
}

.statement-wrapper {
  max-width: 780px;
  text-align: justify;
}

.statement-en,
.statement-jp,
.statement-name {
  font-size: 1.4rem;
  margin-top: 4rem;
  max-width: 780px;
  text-align: justify;
  word-break:break-all;
}

.statement-jp img {
  padding-bottom: 2rem;
}


.statement-en {
  font-size: 1.25rem;
  text-align: left;
  word-break:normal;
}

.statement-name {
  text-align: right;
  margin: 1rem 0 8rem;
}

.statement-jp {
  margin-bottom: 4rem;
}

#exhibitions {
  margin-bottom: 8rem;
}

#exhibitions h1 {
  margin-bottom: 2.6rem;
}

.exhibitions-post-sb {
  margin-bottom: 2.6rem;
}

.exhibitions-post-date {
  font-size: 1rem;
  margin-top: 2.6rem;
  color: #919191;
}

#post h1 {
  margin-bottom: 1rem;
}

.exhibitions-container {
  max-width: 780px;
  width: 100%;
  margin: auto;
/*  background-color: red;*/
  border-top: .01rem solid #000;
  padding: 5.2rem 0;
}

.exhibitions-list a.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: inherit;
}


.exhibitions-item {
  margin-bottom: 3rem;
}

.exhibitions-item-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.exhibitions-item-img img {
  width: 100% !important;
  height: auto !important;
}

.exhibitions-item h2 {
  font-size: 1.35rem;
  line-height: 1.6;
}

.exhibitions-name-sb {
  margin-bottom: 4rem;
  font-size: 1.35rem;
  line-height: 1.6;
}

.exhibitions-item-tt {
  padding: 0 .8rem;
  width: 100%;
  font-size: 1.25rem;
}

.open {
  font-size: 1rem;
}

.date {
  font-size: 1rem;
  text-align: right;
  color: #919191;
}

.more {
  position: relative;
  width: 200px;
  height: 120px;
  margin: auto;
  text-align: center;
}

.more:hover {
  opacity: .6;
  transition: .3s;
  cursor: pointer;
}

.more::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 70px;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#post a {
  text-decoration: underline;
  font-size: 1.25rem;
}

#post a.tel {
  text-decoration: none;
  display: inline;
}


.exhibition-info {
  margin: 5rem 0 2.6rem;
}

.exhibition-post-sb2 {
  font-size: 1rem;
  margin-bottom: .6rem;
}

.exhibition-post-sb3 {
  font-size: 1rem;
  margin-bottom: .6rem;
  margin-top: 4rem;
}

.exhibitions-place {
  margin-top: 9.6rem;
}

.post-prevlink {
  width: 96%;
  max-width: 780px;
  margin: 0 auto 5rem;
  border-top: .1rem solid #000;
  padding-top: 3.6rem;
}

.post-prevlink a {
  display: block;
  width: calc(50% + .1rem);
  border-right: .1rem solid #000;
  font-size:1.1rem;
}

.post-prevlink a:nth-child(2) {
  width: calc(50% - .1rem);
  border-right: 0;
  text-align: right;
}

.breadcrumbs {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 4rem;
}

.breadcrumbs li {
  display: inline-block;
  color: #919191;
}

.breadcrumbs li::after {
  content: '>';
  display: inline-block;
  padding: 0 16px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
  display: none;
}

.breadcrumbs li a {
  color: #000;
}

.back-btn {
  display: block;
  margin-top: 14rem;
  padding: 5rem;
  text-align: center;
  border-top: .1rem solid #000;
  font-size:1.25rem;
}

.back-btn-ex {
  font-size:1.25rem;
}

#post iframe {
  width: 100%;
  max-width: 600px;
}

.page-inner {
  margin: 4.6rem 0 6.6rem;
}

dl.history {
  margin: 4rem 0;
}

dl.history dt {
  font-size: 1.25rem;
  margin: 0 0 .2rem 0;
  font-weight: 500;
}

dl.history dd {
  font-size: 1.25rem;
  margin: 0 0 1.4rem;
}

.page-subtt {
  font-size: 1.6rem;
}

.page-container .statement-jp,
dl.history {
  margin-top: 2rem;
}

dl.history p {
  font-size: 1.1rem;
}

.profile-img img {
  width: 65%;
  max-width: 250px;
  margin-top: 4.6rem;
}

.exhibitions-item a {
  width: none;
}

.archive-statement p {
  padding-top: .4rem;
  font-size: 1.2rem;
  color: #717171;
  line-height: 1.4;
}

.archive-info p {
  font-size: 1.1rem;
  line-height: 1.4;
}

.page-top {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    background: transparent;
    border: solid 1px #212529;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.page-top__arrow {
    height: 10px;
    width: 10px;
    border-top: 1px solid #212529;
    border-right: 1px solid #212529;
    transform: translateY(20%) rotate(-45deg);
}

#page-top {
  display: none;
}

#page-top.scroll-nav {
  display: flex;
}

.contact-link a {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 16px;
  border-radius: 50px;
  border: .01rem solid #919191;
  color: #919191;
}

.grecaptcha-badge { visibility: hidden; }

.gg {
  margin-top: 8rem;
  font-size: 1rem;
  color:#919191;
}

.cf7-link input {
  background: #000;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 6px 35px;
  font-size: 1.2rem;
}

.map {
  margin: 1rem 0;
}

.tel-s {
  font-size: 1rem;
}


/*PROFILE*/
#profile ul {
  margin: 2rem 0;
}

#profile .statement-jp {
  margin-bottom: 7.6rem;
  font-size:1.4rem;
}

.profile-img img {
  margin-top: 6.6rem;
}

#profile ul li {
  font-size:1.4rem;
  line-height:2.2;
}

#profile ul li.other {
  font-size:.85em;
  margin-top: 1em;
}

/*WORKS一覧*/

#works ul {
  margin-top: 7rem;
}

#works ul li {
  margin-bottom:2rem;
}

#works ul li a {
  font-size: 2.8rem;
  display:inline-block;
}

#works ul li a::after {
  content:"";
  background-image:url(img/more.svg);
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
  width:100px;
  height: 50px;
}


/*NEWS一覧*/

#news {
  width:94%;
  margin:auto;
  font-size:.75em;
  padding: 5px 10px;
}

#news ul p {
  margin-bottom: 3em;
}


#news ul li {
  border-bottom: 1px solid #bbb;
  margin-bottom: 1.8em;
  padding-bottom:.8em;
}

#news ul li time {
  display:block;
}

#news ul li a {
  padding-right: 40px;
  position:relative;
  display:inline-block;
  line-height: 1.5;
  color:#444;
}

#news ul li a::after {
  content:"";
  background-image:url(img/more02.svg);
  background-repeat:no-repeat;
  background-size:contain;
  position: absolute;
  display:block;
  width: 19px;
  height: 17px;
  bottom: 0;
  right:0;
}





@media screen and (min-width: 576px) {

.exhibitions-item-img {
  width: 50%;
  height: auto;
}

.exhibitions-item-tt {
  padding: 1.6rem;
}

.exhibitions-item {
  margin-bottom: 2rem;
}

}

@media screen and (min-width: 768px) {

#header {
  height: 149px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 136px;
  position: relative;
}

#header.page-header {
  margin-top: 58px;
}


.btn_menu {
    display: none;
}

.menu_wrap {
    position: absolute;
    left: 0;
    height: 60px;
    margin: 0 auto;
    top: 90px;
}

.main_menu {
    padding: 0;
    width: 320px;
    height: 60px;
    position: static;
    margin: auto;
}

.header-menu {
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  height: 60px;
  display: flex;
}

.header-menu li {
  flex-grow: 1;
}

.header-menu li a {
  color: #000; /* メニューの文字色 */
  text-decoration: none;
  text-align: center;
  padding-left: 0 !important;
}

ul.mega-menu-second li a {
	width: 80%;
	display: inline-block;
	text-align: left;
}

.main_menu .header-menu li a {
  font-size: clamp(1.35rem, 1vw, 1.55rem);
  letter-spacing: .1em;
}

ul.mega-menu-second {
  visibility: hidden;
  opacity: 0;
}

.header-menu li:hover {
  background: #000; /* メニューの背景色 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-menu li:hover a {
  color: #fff;
  opacity: .7;
}

li.mega-menu ul.mega-menu-second {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: auto;
  background: #000; /* メガメニューの背景色 */
  box-sizing: border-box;
  color: #fff;
}

li.mega-menu.mega:hover {
  transition: none;
}

li.mega-menu .collapse:not(.show) {
  display: block;
}

li.mega-menu:hover ul.mega-menu-second {
  top: 70px;
  visibility: visible;
  opacity: 1;
}

.menu-item-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin: auto;
}

.menu-item-inner li:nth-child(1n), .menu-item-recruit li:nth-child(1n) {
	background: #000;
	border-bottom: #000 !important;
}

.menu-item-inner {
  display: flex;
  flex-direction: row;
}

.menu-inner-right {
  margin: 20px auto;
  width: 66vw;
  display: flex;
}

.menu-item-inner li {
  flex-grow: 1;
  list-style-type: none;
}

.menu-inner-right li.sol {
  background: transparent;
  display: inline-block;
  text-align: center;
}

ul.mega-menu-second .menu-inner-right li a {
  position: relative;
  text-align: left;
  padding-left: 30px;
}

ul.mega-menu-second .menu-inner-right li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 22px;
  left: 0;
  background-image: url(img/icon_square_white.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

main {
/*  margin-top: 253px;*/
/*  height: calc(100vh - 199px);*/
    height: 580px;
}

main#under {
  margin-top: 26px;
}

.works-cat2-item {
  width: 25%;
}

.works-cat2-item h2 {
  font-size: 1.25rem;
}

.exhibitions-name-sb {
  font-size: 1.45rem;
}

main#under h1,
.exhibitions-post-sb {
  font-size: 2rem;
}

.works-detail-item {
  width: 20%
}

.exhibitions-item {
  margin-bottom: 3rem;
}

.exhibitions-item h2 {
  font-size: 1.6rem;
}

.exhibitions-item-tt {
  padding: 1.2rem;
  font-size: 1.35rem;
}

.open {
  font-size: 1.25rem;
}

.statement-jp,
.statement-name {
  font-size: 1.5rem;
}

.statement-en {
  font-size: 1.35rem;
}

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

dl.history dt,
dl.history dd {
  font-size: 1.4rem;
}

.page-subtt {
  font-size: 1.8rem;
}

dl.history div {
  display: flex;
  flex-direction: row;
}

dl.history dt {
  width: 120px;
}

dl.history p {
  font-size: 1.25rem;
}

.page-container .statement-jp, dl.history {
  margin-top: 2.6rem;
}

.archive-statement p {
  font-size: 1.25rem;
}

.archive-info p {
  font-size: 1.15rem;
}


.page-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
}

.header-menu li {
  height: 70px;
}

.cf7-link input {
  padding: 6px 35px;
  font-size: 1.4rem;
}

ul.mega-menu-second .cat-item {
  background: initial;
}


/*PROFILE*/
#profile ul {
  margin: 2.6rem 0 3rem;
}

#profile ul li {
  font-size:1.5rem;
}

/*WORKS一覧*/
#works ul {
  max-width: 760px;
  margin-top: 10rem;
}

#works ul li {
  display:inline-block;
  margin-right: 9rem;
}


#works ul li a {
  font-size: 3.4rem;
  display:inline-block;
}

#works ul li a::after {
  content:"";
  background-image:url(img/more.svg);
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
  width:126px;
  height: 60px;
}

#news {
  width:640px;
  margin:auto;
}

#news ul {
  width:500px;
  margin: auto;
}

#news ul li time {
  display:inline-block;
  margin-right: 3.2em;
}

#news ul li a::after {
  height: 12px;
}


}





@media screen and (min-width: 992px) {

#header,
#header.page-header {
	margin-top: 20px;
	max-width: 100%;
  position: relative;
  height: auto;
}

.main_menu {
	height: 79px;
}

.header-menu,
.header-menu li {
	height: 79px;
}

li.mega-menu:hover ul.mega-menu-second {
  top: 79px;
}


.header-menu li a {
	height: 79px;
	line-height: 79px;
}

.menu_wrap {
	position: relative;
	top: 0;
	height: 79px;
}

main {
  margin-bottom:160px;
}

main#under {
  margin-top: 79px;
}

.works-cat2-item h2 {
  font-size: 1.45rem;
}

.archive-statement p {
  font-size: 1.35rem;
}

.archive-info p {
  font-size: 1.25rem;
}

#header h1 span {
  display:inline-block;
  margin: 0 0 0 3em;
}


}

@media screen and (min-width: 1200px) {

main#under h1,
.exhibitions-post-sb {
  font-size: 2.2rem;
}

.exhibitions-item {
  margin-bottom: 5rem;
}

.exhibitions-item h2,
.exhibitions-name-sb {
  font-size: 1.75rem;
}

/*WORKS一覧*/
#works ul {
  max-width: 980px;
  margin-top: 12rem;
}

#works ul li {
  display:inline-block;
  margin-right: 13rem;
}

#works ul li a {
  font-size: 3.8rem;
  display:inline-block;
}

#works ul li a::after {
  content:"";
  background-image:url(img/more.svg);
  background-repeat:no-repeat;
  background-size:contain;
  display:block;
  width:140px;
  height: 70px;
}

#news ul {
  width:580px;
}

}

@media screen and (min-width: 1366px) {



}