@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400;600;700&display=swap');

/*===== serif　明朝 ===========================*/
.serif {
  font-family: "Noto Serif JP", serif;
}
/*===== hr 線 ===========================*/
.hr {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 90px;
}
.hr__hamburger__submenu {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
    display: none;
}
.hr__introduction {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 90px;
}
.hr__last {
    border: 0.5px solid #0096A9;
    margin-top: 100px;
    margin-bottom: 100px;
}
.hr__page {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
} 
.hr__staffpage {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 90px;
}
.hr__artistpage {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
    margin: 70px 0;
} 
.hr__newspage {
    border: 0.5px solid #0096A9;
    max-width: 1500px;
    align-items: center;
    margin: 30px 0;
} 
/*=======================================================
TOPへ戻るボタン
========================================================*/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    opacity:0.8; 
/*  border: solid 2px #333333;  */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 20px;
    width: 20px;
    border-top: 2.5px solid #333333;
    border-right: 2.5px solid #333333;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop__text {
    font-size: 14px;
    font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #0096A9;
        color: #0096A9;
    }
}
/*=======================================================
header　ヘッダー
========================================================*/
.header {
/*  max-width: 1440px;*/
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);　
  border-bottom: 1px solid #919191;
}
.header__inner {
    max-width: 1500px;
  width: 90%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img{
  margin: 20px 0;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__list {
/*  height: 70px;*/
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.header__list li {
  padding-right: 25px;
}
.header__list li:last-child {
  padding-right: 5px;
}
.header__list li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 20px;
}
.header__sns li {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.header__sns li:last-child {
  margin-right: -20px;
}
.dropdown__title {
  color: #0096A9;
  padding-left: 10px;
}
.header__color {
    color: #0096A9;
/*    border-bottom: 1px solid #0096A9;*/
}

/* ドロップダウンメニュー */
.dropdown__list li {
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
}
.header__list > li a {
  display: inline-block;
}
.header__list > li a:hover {
  color: #0096A9;
}
ul.dropdown__list {
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 90;
  background: #FFFFFF;
}
.header__list > li:hover {
  color: #0096A9;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* floatクリア */
.header__list:before,
.header__list:after {
  content: " ";
  display: table;
}
.header__list:after {
  clear: both;
}
.header__list {
  zoom: 1;
}
/* ドロップダウンメニュー */
.header__list > li.header__item {
  position: relative;
}
li.header__item ul.dropdown__list {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}
li.header__item:hover ul.dropdown__list {
  top: 30px;
  visibility: visible;
  opacity: 1;
  overflow: visible; 
  min-width: max-content;
}
.header__item a {
display: inline-block;
position:rerative;
margin:-10px;
padding:10px;
}

/* ハンバーガーメニュー */
.header__hamburger {
  position: relative;
  width: 24px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: none;
  margin: 20px 0;
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger span:first-of-type {
  top: 0;
}
.header__hamburger span:last-of-type {
  bottom: 0;
}
.header__hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.header__nav {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: menu 0.3s ease-out;
          animation: menu 0.3s ease-out;
}
.header__nav li {
  width: 100%;
  padding: 24px;
  text-align: left;
  font-size: 16px;
}
.header__nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  opacity: 1;
}
.header__nav span {
  font-size: 18px;
  font-weight: bold;
    margin-left: 5%;
}
.header__nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
   margin-left: 5%;
   margin-bottom: 20px;
    
}
.header__nav__sns li {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding: 0;
}
/*========================================================
main about アバウトTOP
=========================================================*/
.about {
    width: 100%;
}
.about__inner {
    max-width: 1500px;
    width: 80%;
    margin: 0 auto;
}
.about__title {
    margin: 90px 0 10px 0;
    display: flex;
    align-items: flex-end;
}
/*スライドショー*/
.slide {
  position: relative;
  width: 100%;
  padding-top: 56.6%;
  overflow: hidden;
}
@keyframes slideshow {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  } 
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 35s linear infinite;
}
.slide img:nth-child(1) {
  animation-delay: 0s;
}
.slide img:nth-child(2) {
  animation-delay: 7s;
}
.slide img:nth-child(3) {
  animation-delay: 14s;
}
.slide img:nth-child(4) {
  animation-delay: 21s;
}
.slide img:nth-child(5) {
  animation-delay: 28s;
}


.introduction {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}
.hamburger__submenu {
    display: none;
}

/*========================================================
main about purpose　アバウト わたしたちが「在るいみ」
=========================================================*/
#purpose {
width: 100%;
}
.about__inner>p {
    margin-bottom: 50px;
}
.purpose__content {
    display: flex;
    justify-content: space-between;
}
.purpose__left {
    width: 40%;
}
.purpose__right {
    width: 60%;
}
.subtitle__down {/*サブタイトル英語との距離が狭い時、日本語を少し下げる*/
    line-height: 2;
}
.check{/*アコーディオン全体*/
  display: none;
}
.label{ /* 通常時表示されるテキスト */
  display: block;
  align-items: center;
  margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
}
.kakko__left {
    margin-left: -10px;
}
.purpose__text{ /* クリック時に表示されるテキスト */
  align-items: center;
  margin-bottom: 40px;
  overflow: hidden;   /*通常時は見えなくする*/
  height: 0;/*  通常時は高さ0を指定  */
  transition-duration: 1s;
}
.check:checked + .label + .purpose__text{/* クリック時のスタイル */
  height: auto;
}
.purpose__text:last-child {
    margin-bottom: 0px;
}
.arrow_down {/* arrow　矢印 */
  position: relative;
  display: inline-block;
}
.arrow_down::before { /* くの字の表示設定 */
  content: "";
/*  margin: auto;*/
  position: absolute;
  bottom: 5px;
  right: -40px; /* 要素の右からの距離 */
  width: 15px;
  height: 15px;
  border-top: 1.5px solid #333333;
  border-right: 1.5px solid #333333;
  transform: rotate(135deg); /* 角度調整 */
}

/*========================================================
main about fields　アバウト 事業紹介
=========================================================*/
.fields__content {
    display: flex;
    justify-content: space-between;
}
.fields__left {
    width: 40%;
}
.fields__right {
    width: 60%;
}
.fields__right span {
    font-size: 16px;
}
.fields__right h5 {
    margin-bottom: 10px;
    margin-top: 50px;
}
.fields__right img {
    object-fit: cover;
    margin: 10px 0; 
}
.fields__img img{
    transition: 0.3s;
}
.fields__img img:hover {
    opacity: 0.7;
}
.more {
  text-align: right;
  padding-bottom: 20px;
}
.more a {
  text-decoration: underline;
    transition: color 0.3s;
}
.more a:hover {
    color: #999999;
}

/*========================================================
main about message　アバウト 代表メッセージ
=========================================================*/
.message__content {
    display: flex;
    justify-content: space-between;
}
.message__left {
    width: 35%;
}
.message__left p {
    font-size: 14px;
}
.message__right {
    width: 60%;
}
.message__right__imanaka{
    font-size: 18px;
    line-height: 2;
}
.message__right__date {
    text-align: right;
    margin-top: 30px;
}
.message__imanaka p{
    text-align: right;
}
.message__imanaka {
    margin-top: 50px;
}
.imanakahiroshi {
    font-size: 25px;
}
.message__left__img_profile {
    margin-top: 500px;
}

.label__imanaka{
  display: block;
  align-items: center;
    font-size: 14px;
   line-height: 1.6;
   letter-spacing: 0.15rem;
    font-weight: 300;
    text-align: justify;     
    cursor: pointer;
    margin-top: 10px;
    font-weight: 500;
}
/* クリック時に表示されるテキスト */
.imanaka__text{
    font-size: 13px;
  align-items: center;
  margin-bottom: 40px;
  /*通常時は見えなくする*/
  overflow: hidden;
  /*  通常時は高さ0を指定  */
  height: 0;
}
/* クリック時のスタイル */
.check:checked + .label__imanaka + .imanaka__text{
  height: auto;
}
.arrow_down__imanaka:checked + .arrow_down__imanaka{
    display: none;
}
.message__left__img_profile input:checked + label>p {
	 display: none ; /*閉じるボタンを消す場合解放 */ 
}
.imanaka__text {
    margin-top: 20px;
}
/* arrow　矢印 */
.arrow_down__imanaka {
  position: relative;
  display: inline-block;
}
.arrow_down__imanaka::before { /* くの字の表示設定 */
  content: "";
/*  margin: auto;*/
  position: absolute;
  bottom: 0px;
  right: -20px; /* 要素の右からの距離 */
  width: 15px;
  height: 15px;
  border-top: 1.5px solid #333333;
  border-right: 1.5px solid #333333;
  transform: rotate(135deg); /* 角度調整 */
}
.message__left__imanakabook>p {
    font-weight: 500;
}
.message__left__imanakabook__img {
    margin-top: 10px;
    display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 25px;
}
.imanakabook img {
    margin-bottom: 5px;
}
.message__bottom {
    margin-top: 60px;
    max-width: 800px;
    display: flex;
    column-gap: 20px;
}
.blog__btn {
    width: 50%;
    border: solid 3px #333;
  padding: 30px 20px;
  position: relative;
}  
.blog__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 20px;
}
.blog__btn span {
    font-size: 30px;
    font-weight: 500;
}
.message__left__imanakabook img{
    transition: 0.3s;
}
.message__left__imanakabook img:hover {
    opacity: 0.7;
}
.message__left__imanakabook a{
    transition: 0.3s;
}
.message__left__imanakabook a:hover {
    opacity: 0.7;
}
/*========================================================
main about staff　アバウト スタッフ
=========================================================*/
.staff__content {
    display: flex;
    justify-content: space-between;
}
.staff__left {
    width: 40%;
}
.staff__right {
    width: 60%;
}
.staff__right>p {
/*    margin-bottom: 50px;*/
    margin-bottom: 20PX;
}
.staffboshu {
    margin-bottom: 50px;
    display: flex;
}
.staffboshu_p {
    color: #0096A9;
}
.staffboshu a {
    text-decoration: underline;
    color: #0096A9;
}

.staff__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 25px;
}
.staff__item img{
    transition: 0.3s;
}
.staff__item img:hover {
    opacity: 0.7;
}
.staff__item a{
    transition: 0.3s;
}
.staff__item a:hover {
    opacity: 0.7;
}

/*========================================================
main about history　アバウト 沿革
=========================================================*/
.history__content {
    display: flex;
    justify-content: space-between;
}
.history__left {
    width: 40%;
}
.history__right {
    width: 60%;
}
.history__list {
  width: 100%;
}
.history__list td{
  vertical-align: baseline;
  padding: 0 15px 25px 0;
    font-weight: 300;
    text-align: justify; 
    line-height: 1.4;
}
.history__list td:last-child {
    padding: 0 0 25px 0;
}
.history__list span {
    font-weight: 600;
}
.history__josei p {
/*    text-align: right;*/
    margin-top: 10px;
    
}
.history__josei p span {
    text-decoration: underline;
}
.josei__title {
    margin: 90px 0 10px 0;
}
.history__list__josei td{
  vertical-align: baseline;
  padding: 0 15px 25px 0;
    font-weight: 300;
    text-align: justify; 
    line-height: 1.7;
}
.history__list__josei td:last-child {
    padding: 0 0 25px 0;
}
.history__list__josei span {
    font-weight: 500;
}
.history__list__josei a {
    text-decoration: underline;
}

/*========================================================
main about profile　アバウト 法人概要
=========================================================*/
.profile__content {
    display: flex;
    justify-content: space-between;
}
.profile__left {
    width: 40%;
}
.profile__right {
    width: 60%;
}
.profile__right h6 {
    margin-top: 30px;  
    margin-bottom: 5px;
}
.profile__right h6:first-child {
    margin-top: 0px;
}
.profile__right a {
    transition: color 0.3s;
}
.profile__right a:hover {
    opacity: 0.7;
}
.profile__right p span {
    text-decoration: underline;
}
/*========================================================
Pageのみ　breadcrumb　パンくずリスト 
=========================================================*/
.breadcrumb {
    margin: 90px 0 10px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.breadcrumb__list li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #333333; /* 記号の色 */
}
.staff a {
    transition: color 0.3s;
}
.staff a:hover {
    color: #999999;
}
/*=========================================================
page Staff　スタッフページ
==========================================================*/
.staff {
    margin-bottom: 40px;
    width: 100%;
}
.staffpage__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}
.staffpage__name {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        display: block;
        font-size: 14px;
        font-weight: 300;
        line-height: 2;
    }
.staffpage__name__item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    margin-bottom: 15px;
}
.staffpage__profile {
    width: 100%;
}
.staffpage__profile__inner {
    max-width: 1500px;
    width: 80%;
    margin: 0 auto;
}
.staffpage__content {
    display: flex;
    justify-content: space-between;
}
.staffpage__left {
    width: 25%;
}
.staffpage__right {
    width: 70%;
    display: grid;
    grid-gap: 40px;
}
.staffpage__right > p {
    line-height: 1.8;
}
.staffpage__right span {
    font-size: 14px;
    font-weight: 500;
}
.staffpage__right__name p ,.staffpage__right__prof1 p ,.staffpage__right__prof2 p,.staffpage__history__list {
    font-size: 14px;
    margin-top: 10px;
        letter-spacing: 0.15rem;
    line-height: 1.6;
}
.staffpage__history__list td{
  vertical-align: baseline;
  padding: 0 10px 0 0;
    font-weight: 300;
    text-align: justify; 
}
.staffpage__history__list td:last-child {
    padding: 0 0 0 0;
}
.staffpage__history__list span {
    font-weight: 600;
}
.staffpage__profile__inner__2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
}
.staffpage__profile__inner__2 img {
    margin-bottom: 10px;
    max-width: 300px;
}

.staffpage__profile__inner__2 span {
    font-size: 14px;
    font-weight: 500;
}
/*========================================================
main gallery　ギャラリー
=========================================================*/
.gallery__content {
    display: flex;
    justify-content: space-between;
}
.gallery__content__left {
    width: 40%;
}
.gallery__content__right {
    width: 60%;
}
.gallery__content img{
    transition: 0.3s;
}
.gallery__content img:hover {
    opacity: 0.7;
}
.gallery__content a {
    transition: 0.3s;
}
.gallery__content a:hover {
    opacity: 0.7;
}
.exhibition__new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.exhibition__new p {
    font-size: 14px;
}
.exhibition__new h6 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.exhibition__new img {
    object-fit: cover;
    aspect-ratio: 1/1;
}
.gallery__more {
    margin-top: 20px;
}
.gallery__content__left__artists {
    width: 30%;
}
.gallery__content__right__artists {
    width: 70%;
}
.artists__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    grid-row-gap: 40px;
}
.artists__list h6 {
    margin-top: 5px;
}
.artists__list p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}
.artists__list img {
    object-fit: cover;
    aspect-ratio: 1/1;
}
.faq {
    margin-bottom: 70px;
}
.q {
    display: flex;
    align-items: center;
}
.q__text {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    color: #0096A9;
}
.q img {
    width: 50px;
    align-items: center;
}
.a__text {
    font-size: 18px;
    font-weight: 500;
    color: #0096A9;
    padding-top: 15px;
}
.a p {
    margin-top: 10px;
}
.a span {
    font-weight: 500;
}
.border_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 300px; /* ボタン幅 */
  color: #FFFFFF; /* 文字色 */
  background: #0096A9; /* 背景色 */
  padding: 1.5em 2em;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
    border-radius: 10px;
    letter-spacing: 0.15rem;
    margin-top: 10px;
}
.border_btn01:hover {
    color: none;
}
.contact__btn {
    margin-top: 100px;
    text-align: center;
}
.contact__btn span {
    font-size: 20px;
}
.contact__btn h6 {
    margin-bottom: 15px;
}
.gallery__info td{
  vertical-align: baseline;
  padding: 0 10px 30px 0;
    font-weight: 300;
    text-align: justify; 
      letter-spacing: 0.1rem;
    line-height: 1.5;
}
.gallery__info td:nth-child(n+7) {
    padding: 0 0 0 0;
}
.gallery__info span {
    font-weight: 600;
}
/*=========================================================
page Artist　アーティスト
==========================================================*/
.artwork {
  max-width: 600px;
  width:100%;
  margin: 20px auto;
}
.main-slider .slick-track {
  list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slick-slider {
        -ms-touch-action: auto;
        touch-action: auto;
}
.main-slider img {
    max-height: 600px;
    object-fit: contain;
}
.main-slider p {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
}
.thumbnail-slider li {
    cursor:pointer
}
.thumbnail-slider .slick-track {
  transform: unset !important;
  width:100% !important;
    display: flex;
    justify-content: space-between;
}
.thumbnail-slider {
  list-style: none;
}
.thumbnail-slider li {
  width: 11% !important;
  margin: auto;
        margin-top: 20px;
}
.thumbnail-slider img {
    object-fit: cover;
    aspect-ratio: 1/1;
}
.thumbnail-slider:first-child ,.thumbnail-slider:last-child{
    margin: 0;
}
.artist a {
    font-weight: 300;
    transition: 0.3s;
}
.artist a:hover {
    color: #999999;
    opacity: 0.7;
}
.artist__profile {
    width: 100%;
    display: flex;
    column-gap: 30px;
}
.artist__profile__left {
    width: 40%;
}
.artist__name {
    font-weight: 500;
    margin-bottom: 20px;
}
.artist__profile__left__p {
    margin-top: 30px;
    margin-bottom: 5px;
}
.artist__profile__left__p__mt0 {
    margin-top: 5px;
}
.artist__profile__left a {
  text-decoration: underline;
    transition: color 0.3s;
}
.artist__profile__left a:hover {
    color: #999999;
}
.artist__profile__interview {
    margin-top: 30px;
    margin-bottom: 5px;
}
.artist__profile__interview a{
    color: #0096A9;
    text-decoration: underline;
    transition: color 0.3s;
}
.artist__profile__interview a:hover {
    color: #66CCCC;
}
.artist__profile__right {
    width: 60%;
    min-height: 400px;
}
.artist__profile__right iframe {
    width: 100%;
    height: 100%;
}
.artist__profile__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
.artist__profile__bottom p{
    font-size: 12px;
}
.artist__biography h5 {
    margin-bottom: 20px;
}
.artist__biography h6 {
    margin-bottom: 10px;
}
.artist__biography p {
    font-size: 14px;
}
.artist__biography__list {
 display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px 30px;
   margin-bottom: 30px;
}
.artist__biography__item h6 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.artist__biography_text {
    margin-bottom: 30px;
}
.artist__biography input:checked + label>p {
	 display: none; /*閉じるボタンを消す場合解放 */
}

.artist__booksgoods h5 {
    margin-bottom: 20px;
}
/*========================================================
main Atelier アトリエ
=========================================================*/
.atelier__content {
    display: flex;
    justify-content: space-between;
}
.atelier__content__left {
    width: 40%;
}
.atelier__content__right {
    width: 60%;
}
.atelier__oneday__katsudou {
    margin-top: 50px;
}
.atelier__oneday__katsudou p {
    font-size: 20px;
}
.atelier__oneday span {
    font-weight: 600;
    font-size: 20px;
}
.atelier__oneday__youtube {
    margin-top: 20px;
    margin-bottom: 80px;
}
.atelier__oneday__youtube iframe{
     width: 100%;
    height: 100%; 
    min-height: 400px;
}
.atelier__oneday__item {
    margin: 10px 0 50px 0;
}
.atelier__oneday img {
    margin-top: 5px;
}
.atelier__oneday__item__title {
    font-size: 18px;
    font-weight: 500;
}
.atelier__member span{
    font-weight: 600;
}
.a a {
    text-decoration: underline;
    transition: color 0.3s;
}
.a a:hover {
    color: #999999;
}
.gallery__info a {
    text-decoration: underline;
    transition: color 0.3s;
}
.gallery__info a:hover {
    color: #999999;
}
/*========================================================
main Books & Goods　出版・グッズ
=========================================================*/
.booksgoods__content {
     display: flex;
    justify-content: space-between;
}
.booksgoods__content__left {
    width: 40%;
}
.booksgoods__content__right {
    width: 60%;
}
.books__content >img{
    margin-top: 30px;
    margin-bottom: 60px;
}

.books__content span {
    font-size: 16px;
    font-weight: 300;
}

.books__pickup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}
.books__pickup img {
    margin-bottom: 5px;
}
.goods__pickup {
    margin-top: 20px;
}
.goods__pickup img {
    margin-bottom: 5px;
}
.goods__coming {
    margin-top: 80px;
}
.goods__coming p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #0096A9;
}
.booksgoods__content a {
    font-weight: 300;
    transition: 0.3s;
}
.booksgoods__content a:hover {
    color: #999999;
    opacity: 0.7;
}
.onlinestore__cart__wrap {
    display: flex;
    justify-content: space-between;
}
.arrow{ 
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #333333;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
} 
.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-left: -30px;
}
.arrow_01::before{
    width: 30px;
    height: 30px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.onlinestore__cart {
    display: flex;
}
.onlinestore__cart img {
    height: 50px;
    width: auto;
    margin-left: 10px;
}
/*
#onlinestore a {
    text-decoration: underline;
} 
*/
.onlinestore__cart__a {
    display: block;
}
/*========================================================
main News お知らせ
=========================================================*/
.news__year {
    margin-bottom: 30px;
}
.news__content {
    margin-top: 20px;
}
.news__item img {
    transition: 0.3s;
}
.news__item img:hover {
    opacity: 0.7;
}
.news__item a {
    transition: color 0.3s;
}
.news__item a:hover {
    opacity: 0.7;
}

.news__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    gap: 30px;
}
.news__item img {
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 5px;
}
.news__item p {
    margin-bottom: 5px;
    line-height: 1.3;
}
.news__tag {
    position: relative;
}
.news__tag p {
    position: absolute;
  color: #0096A9;
  font-size: 14px;
  font-weight: 500;
  top:0;/*左上に配置*/
  left: 0;/*左上に配置*/
  background: #fff;/*背景色*/
  padding: 0.15rem 0.5rem;/*文字の回りの余白*/
  margin: 0; 
    border: solid 2px #0096A9 ;
    opacity: 0.9;/*透明*/
}

/*test2*/
.news__dropdown {
    display: flex; 
    cursor:pointer;
    width: auto;
    height: 50px;
}
.news__dropdown p{
    align-items: center;
}
.dropdown{
  display:none;
}
label,
li{
  display:block;
}
li::before,
label::before{
  content:"";
  display:block;
  transform:rotate(135deg);
}
input[type="checkbox"]{
  display:none;
}
label[for="menu"]{
  display:block;
}
.menu:checked + .dropdown{
  display:block;
    font-weight: 500;   
}

.kako__news_p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
#kakonews {
    margin-bottom: 20px;
}

.news__now {
    margin-bottom: 40px;
}
.news__kako {
    margin-bottom: 20px;
}
.news__frame img{
    border: 1px solid #e2e2e2;
}

/*=========================================================
page News Lecture Press..　講演 掲載紙、、
==========================================================*/
.news__page__text a{
    text-decoration: underline;
    transition: color 0.3s;
}
.news__page__text a:hover {
    color: #999999;
}

.news__page__20232007 a {
    text-decoration: underline;
    transition: color 0.3s;
}
.news__page__20232007 a:hover {
    color: #999999;
}

.news__page__image {
  max-width: 700px;
  width:100%;
  margin: 20px auto 0px;
}
.thumbnail-slider.news__page__img li {
  width: 19% !important;
}
.thumbnail-slider.news__page__img img {
    aspect-ratio: 4/3;
}
.news__page__text {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.news__page__title {
  margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.news__page__date {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
}
.border_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
  color: #FFFFFF; /* 文字色 */
  background: #0096A9; /* 背景色 */
  padding: 1.5em 1.8em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
    border-radius: 10px;
    letter-spacing: 0.15rem;
    line-height: 2;
    margin-top: 10px;
}
.border_btn02:hover {
    color: none;
}
.contact__btn02 {
    margin-top: 10px;
    text-align: center;
}
.akuninriki_buy {
    display: flex;
    margin-top: 50px;
    column-gap: 40px;
}
.akuninriki_buy img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.akuninriki_buy span{
    font-weight: 500;
}
.akuninriki_buy a {
    color: #0096A9;
}
.akuninriki_buy2 span {
    font-weight: 500;
}
.akuninriki_buy2 a{
    color: #0096A9;
}
.akuninriki_title {
    font-size: 20px;
    font-weight: 500;
}
/*==ご購入はこちら ボタン======*/
html {
    scroll-behavior: smooth;
}
.akuninriki_buy_btn {
    height: 120px;
    width: 120px;
    position: fixed;
    right: 110px;
    bottom: 30px;
    background: #0096A9;
    opacity:0.8; 
/*  border: solid 2px #333333;  */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    color: #ffffff;
}
.akuninriki_buy_btn_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
@media (hover: hover) and (pointer: fine) {
    .akuninriki_buy_btn:hover, .akuninriki_buy_btn:hover 
}

.news_mail_anewgoods p{
    text-align: center;
    margin: 0 auto;
}
.news_mail_anewgoods span {
    color: #0096A9;
}
.news_mail_anewgoods_2__  span{
    text-decoration: underline;
}
.news_mail_anewgoods_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-top: 50px;
}
.news_mail_anewgoods_2 img {
    object-fit: contain;
}
.news_mail_anewgoods_2_ {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 20px;
    margin-top: 50px;
}
.news_mail_anewgoods_3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news_mail_anewgoods_3_{
    color: #0096A9;
    text-align: end;
}
.news_mail_anewgoods_3__{
   display: flex;
    column-gap: 20px;
    width: 300px;
    margin: 0 auto;
}
.news_mail_anewgoods_3___{
   display: flex;
    column-gap: 20px;
    width: 200px;
    margin: 0 auto;
}
/*========================================================
Page Gallery Exhibitions & Fairs 展覧会・フェア
=========================================================*/
.exhibitions__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 30px;
}
.exhibitions__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 30px;
}
.exhibition__page__item h6 {
    margin-top: 10px;
    margin-bottom: 5px;
}
/*========================================================
Page Gallery Exhibitions & Fairs 展覧会のページ
=========================================================*/
.exh__img__wrap {
    max-width: 900px;
    margin: 0 auto;
}

.exh__img__wrap>img {
    margin-bottom: 30px;
}

.exh__img__bottom {

    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 30px;
}
.exh__text {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.exh__text__left {
    width: 48%;
}
.exh__text__right {
    width: 48%;
}
.exh__title {
    letter-spacing: 0.15rem;
}
.exh__text__left h5 {
    margin: 0 0 20px 0;
}
.exh__text__date {
    margin-bottom: 10px;
}
.exh__text__left a {
    text-decoration: underline;
}
.exh__text__right h6 {
    margin-top: 30px;
    margin-bottom: 5px;
}
.exh__text__right a {
    transition: color 0.3s;
}
.exh__text__right a:hover {
    opacity: 0.7;
}
.exh__text__right span {
    text-decoration: underline;
}
.exh__artist {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 30px;
}
.exh__artist p {
    font-size: 14px;
}
.exh__artist h6 {
    margin-top: 5px;
}
.exh__artist img {
    transition: 0.3s;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.exh__artist img:hover {
    opacity: 0.7;
}

.exh__daimaru2024 img{
    object-fit: contain;
    margin-top: 7px;
}
.exh__daimaru2024__artwork {
    font-size: 12px;
}
.exh__daimaru2024__terao {
    max-width: 40%;
}
.exh__daimaru2024__tsuka , .exh__daimaru2024__hayashi {
    max-width: 70%;
}
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* 背景色 */
    opacity: 0; /* 初期状態では透明 */
    visibility: hidden; /* 初期状態では不可視 */
    transition: opacity 0.5s, visibility 0.5s; /* アニメーション効果 */
}
/* モーダルの画像スタイル */
.modal-content {
    display: block;
    max-width: 90vw;      /* 画面幅の最大90%に制限 */
    max-height: 90vh;     /* 画面高さの最大90%に制限 */
    width: auto;          /* 幅は画像の比率に従う */
    height: auto;         /* 高さも比率に従う */
    object-fit: contain;  /* はみ出さないようにする */
}
/* モーダルの閉じるボタン */
#close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.popup {
    cursor:pointer;
}
.all2025_img {
    margin-top: 20px;
}
.all2025_artist_tate {
    max-width: 75%;
}
/*=========================================================
footer　フッター
==========================================================*/
.footer {
/*  max-width: 1440px;*/
  width: 100%;
}
.footer__inner {
    max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}
.footer__logo {
    text-align: right;
}
.footer__logo img {
    max-width: 1000px;
}
.footer__logo p{
    font-size: 13px; 
    text-align: right;
    margin-top: 20px;
}
.footer__list {
  margin-top: 25px;
  display: flex;
  justify-content: end;
}
.footer__list ul li {
  margin: 30px 0;
}
.footer__list :last-child {
  margin-bottom: 0;
}
.footer__list__inner span {
  font-size: 18px;
  font-weight: bold;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
}
.footer__sns li img{
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.footer__copyright { 
    padding: 20px 0;
      /*コレ*/display: flex;
    /*コレ*/justify-content: flex-end;
    /*コレ*/align-items: flex-end;
}
.footer__copyright p {
 text-align: right;
  font-size: 13px;
    margin-bottom: 10px;
}

/*=========================================================
headerハンバーガーメニュー レスポンシブ　メディアクエリ
=======================================================*/
@media screen and (max-width: 950px) {
  .header__inner {
    width: 90%;
  }
  .header__list {
    display: none;
  }
  .header__sns {
    display: none;
  }
  .header__hamburger {
    display: block;
  }
    .hr__hamburger__submenu {
        display: block;
    }
    .introduction {
    width: 80%;
    }
    .hamburger__submenu {
        width: 60%;
        margin: 0 auto;
        padding: 30px 0;
        display: block;
        font-size: 14px;
        font-weight: 300;
        line-height: 2;
    }
    .hamburger__submenu__item {   
        display: grid;
        grid-template-columns: 1fr 1fr;
     }
/*Page*/
     .staff {
    margin-bottom: 20px;
    }
    .artist__profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .artist__profile__left,.artist__profile__right {
        width: 100%;
    }
    .artist__profile__right {
        margin-top: 50px;
        height: 300px;
    }
    .artist__biography__list {
  grid-template-columns: 1fr 1fr 1fr;
    }
    .artist__profile__bottom {
    grid-template-columns: 1fr 1fr;
     }
}
/*=========================================================
SP Tablet レスポンシブ　メディアクエリ
=======================================================*/
@media screen and (max-width: 768px) {
    .hr__last {
    margin-bottom: 50px;
    }
    .hamburger__submenu {
        width: 70%;
    }
/*  About Us  */
     .about__title {
        flex-direction: column;
        align-items: flex-start;
    }
    .purpose__content {
    flex-direction: column;
    }
    .purpose__right {
    width: 100%;
    }
    .fields__content {
    flex-direction: column;
    }
    .fields__right {
    width: 100%;
    }
    .message__content {
    flex-direction: column-reverse;
    }
    .message__left {
        width: 60%;
    }
    .message__right {
    width: 100%;
    }
   .message__left__img_profile {
    margin-top: 100px;
    }
    .message__bottom {
        flex-direction: column;
        grid-gap: 15px;
    }
    .blog__btn {
    width: 100%;
    }  
    .staff__content {
    flex-direction: column;
    }
    .staff__right {
    width: 100%;
    }
    .history__content {
    flex-direction: column;
    }
    .history__right {
    width: 100%;
    }
    .profile__content {
    flex-direction: column;
    }
    .profile__right {
    width: 100%;
    }
/*  Gallery  */
    .gallery__content {
        flex-direction: column;
    }
    .gallery__content__right {
        width: 100%;
    }
    .gallery__content__right__artists {
        width: 100%;
    }
    .artists__list {
         grid-row-gap: 30px;
    }
    .exhibitions__list {
    grid-template-columns: 1fr 1fr ;
    gap: 30px;
    }
/*  Atelier  */
    .atelier__content {
        flex-direction: column;
    }
    .atelier__content__right {
        width: 100%;
    }
/*  Books & Goods  */
    .booksgoods__content {
        flex-direction: column;
    }
    .booksgoods__content__right {
        width: 100%;
    }
/*  News  */
    .news__list {
    grid-template-columns: 1fr 1fr ;
}
/*Page*/
    .staffpage__title {
        flex-direction: column;
        align-items: flex-start;
    }
    .staffpage__content {
        flex-direction: column;
    }
    .staffpage__left , .staffpage__right {
        width: 100%;
    }
    .staffpage__left img {
        margin-bottom: 15px;
        max-width: 300px;
    }
    .staffpage__right {
    grid-gap: 30px;
    }
    .staffpage__profile__inner__2 {
        grid-template-columns: 1fr;
    }
    #hamamoto, #yamamoto img {
        margin-top: 50px;
    }
    .main-slider img {
    max-height:  400px;
    }
    
     .exh__text {
        flex-direction: column;
        margin-top: 30px;
    }
    .exh__text__left {
        width: 100%;
    }
    .exh__text__right {
        width: 100%;
        margin-top: 40px;
    }
    .exh__artist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 30px;
    }
    .akuninriki_buy {
    margin-top: 10px;
    }
    .akuninriki_buy img{
    height: 250px;
  }
    
}
/*===========================================================
SP レスポンシブ　メディアクエリ
=========================================================*/
@media screen and (max-width:480px) {
    .hr {
        margin: 80px 0;
    }
    .hr__introduction {
    margin: 50px 0;
        }
    .pagetop {
    height: 50px;
    width: 50px;
    right: 15px;
    bottom: 15px;
   }
   .pagetop__arrow {
    height: 15px;
    width: 15px;
   }
    .pagetop__text {
        display: none;
    }
    .header__logo {
        width: 80px;
    }
/*  About Us  */
    .about__inner {
        width: 100%;
    }
    .about__inner>p {
    margin-bottom: 40px;
    }
    .about__title {
    margin: 70px 0 10px 0;
    }
    .hamburger__submenu {
        width: 90%;
        font-size: 13px;
        font-weight: 400;
        padding: 30px 0;
    }
    .introduction {
    width: 90%;
    margin-top: 50px;
        padding: 20px 0;
    }
    .label {
        font-size: 26px;
    }
    .fields__img[data-overDirection~="full"] {
   width: 100vw;
   margin: 0 calc(50% - 50vw);
   }
    .message__left {
        width: 100%;
    }
   .message__left__img_profile {
    margin-top: 50px;
    }
    .message__left__img_profile img {
        width: 80%;
    }
    .label{
    font-size: 23px;
    }
    .staff__list {
    column-gap: 20px;
    row-gap: 20px;
    }
    .staff__list {
   grid-template-columns: 1fr 1fr;
   }
  .footer {
    font-size: 14px;
  }
    .footer__inner {
        width: 90%;
    }
    .footer__logo p{
    font-size: 12px; 
        text-align: left;
    }
  .footer__list {
    justify-content: start;
  }
  .footer__list__inner span {
    font-size: 16px;
    font-weight: bold;
  }
  .footer__copyright p{
    text-align: start;
  }
  .footer__list {
    margin-top: 20px;
  }
/*  Gallery  */
    .artists__list {
    grid-template-columns: 1fr 1fr;
}
/*  Atelier  */
    .atelier__oneday__youtube {
        min-height: 300px;
    }
/*  Books & Goods  */
    .books__pickup {
        flex-direction: column;
    }
    .books__pickup_left {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .arrow_01::before{
    width: 20px;
    height: 20px;
    }
    .arrow::before,
    .arrow::after {
    margin-left: -10px;
    }
/*  News  */
    .exhibitions__list {
    grid-template-columns: 1fr 1fr;
}
    .news__item p {
        font-size: 14px;
    }
/*Page*/
    .breadcrumb {
    margin: 70px 0 0 0;
    }
     .hr__staffpage {
    margin-top: 50px;
    margin-bottom: 60px;
    }
    .staffpage__profile {
        margin-top: 0;
    }
    .staffpage__profile__inner {
        width: 100%;
    }
    .staffpage__left {
         margin-top: -70px;    
    }
    .staffpage__left img {
        max-width: 500px;
    }
    .staffpage__profile__inner__2 img {
        max-width: 500px;
    }
    .main-slider img {
    max-height: 300px;
}
    .artist__biography__list {
        grid-template-columns: 1fr;
    }
    .artist__profile__bottom {
    grid-template-columns: 1fr;
     }
    .artist__profile__right {
        min-height: 300px;
    }
  
    .exhibition__page__item img {
        margin-bottom: 0;
    }
    .exh__top__title h4{
        font-size: 30px;
    }
    .exh__top__title p {
        font-size: 14px;
    }
    .exh__img__bottom {
        grid-template-columns: 1fr ;
        gap: 15px;
    }
    .exh__img__wrap>img {
        margin-bottom: 15px;
    }
    .exh__text__right {
        margin-top: 30px;
    }
.exh__artist {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 30px;
}
.akuninriki_buy {
    flex-direction: column;
    text-align: center;
}
.akuninriki_buy img{
    width: 80%;
    height: auto;
    margin-bottom: 20px;    
}
.akuninriki_buy_btn {
    height: 100px;
    width: 100px;
    left: 20px;
    bottom: 15px;
}
.akuninriki_buy_btn_text {
font-size: 14px;
}
.news_mail_anewgoods_2_,.news_mail_anewgoods_2 {
    grid-template-columns: 1fr;
}
    .news_mail_anewgoods_2 p{
        order: 1;
    }
    .news_mail_anewgoods_2 img{
        order: 2;
    }
    

}