html{
  font-size: 62.5%;
}
body{
  font-size:1.6rem;
  line-height: 2;
  font-family: unitext,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #231815;
}
.clearfix { overflow: hidden; }
button {
  background: none;
  border: none;
  outline: none;
}
a { color: #231815; }
a:hover {
  backface-visibility: hidden;
  opacity: .7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.slick-slide a:hover {
  opacity: 1;;
}
ul,li {list-style: none;margin: 0;padding: 0;}
/* header */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
}
.header {
  display: flex;
  /* overflow: hidden; */
  position: relative;
  justify-content: space-between;
  padding: 24px 0;
}
.logo {
  margin: 5px 0 0;
}
.logo-img {
  width: 282px;
  height: auto;
  display: flex;
  flex-basis: 6.25em;
  flex-shrink: 0;
  align-items: center;
  margin: 0;
}
.navi-input,
.navi-close {
  display: none;
}
.navi {
  float: right;
  height: 100%;
}
.navi-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: .1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.navi-list {
  height: 100%;
  margin-left: 16px;
  padding: 0;
  position: relative;
}
.navi-list .sub-menu {
  position: absolute;
  top: 40px;
  width: 100%;
}
.navi-list .sub-menu li {
  z-index: 2000;
  position: relative;
  background-color: #fafafa;
  opacity: 0.9;
  display: none;
  padding: 8px 40px;
  margin-left: -40px;
  margin-right: -40px;
}
.navi-list .sub-menu li a {
  margin-left: -40px;
  margin-right: -40px;
}
.navi-list.wide .sub-menu li {
  margin-left: -60px;
  margin-right: -60px;
}
.navi-list:hover .sub-menu li {
  display: block;
  white-space: pre;
}
.navi-list:hover .sub-menu li:hover {
  background-color: #ccc;
}
.navi-link {
  display: flex;
  align-items: center;
  /* height: 100%; */
  height: 80%;
  position: relative;
  background: #fff;
  padding: 0.7vw 0.53vw 0.7vw 0.57vw;
}
.navi-link:hover {
  opacity: 1;
}
.navi-link:hover:before,
.navi-link:hover:after,
.navi-link.active:before,
.navi-link.active:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 5px;
  margin: -8px 0 0 -5px;
  z-index: -1;
}
.navi-link:hover:after,
.navi-link.active:after {
  right: 0;
  left: inherit;
  margin: -8px -5px 0 0;
}
.search-box-pc {
  line-height: 1;
  font-size: 1.25rem;
  text-align: right;
  margin-top: -8px;
}
.search-box-pc .search-text {
  border: none;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  font-size: 12px;
  padding: 0.4rem 1rem;
  width: 30%;
}
.search-box-pc .search-text:focus {
  background: #bfbfbf;
}
.search-icon {
  display: none;
}
.icon-search {
  width: 18px;
  height: auto;
}
.search-input {
  display: none;
}
.navi-link-search {
  padding: 0;
}
.navi-link-search:hover {
  opacity: .7;
}
.navi-link-search:hover:before,
.navi-link-search:hover:after,
.navi-link-search.active:before,
.navi-link-search.active:after {
  content: none;
}
.language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 1.25rem;
  letter-spacing: .17em;
  font-weight: 400;
  text-transform: uppercase;
}
.language-list {
  font-size: 11px;
  color: #b3b3b3;
}
.language-list a {
  color: #b3b3b3;
}
.language-list a.active,
.language-list a:hover {
  color: #231815;
  opacity: 1;
}
.language-list:first-child:after {
  content: "/";
}
.sub-nav {
  background: #e5e5e5;
  position: relative;
}
.sub-navi-lists {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 5.5rem;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.sub-navi-list {
  padding: 0 3vw;
}
.sub-navi-list a {
  white-space: pre;
}
.sub-navi-list:hover,
.sub-navi-list.active {
  background-color: #ccc;
}
.front-page .sub-navi-list {
  position: relative;
}
.sub-navi-list ul.sub-menu {
  top: 56px;
  width: 100%;
  max-height: 280px;
  position: absolute;
  left: 0;
}
.sub-navi-list ul.sub-menu li {
  z-index: 2000;
  width: 100%;
  background-color: #fafafa;
  opacity: 0.9;
  display: none;
  padding: 6px 40px;
  font-size: 12.5px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.topics ul.new-lists li.new-list {
  padding: 6px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.sub-navi-list:hover ul.sub-menu li {
  display: block;
}
.sub-navi-list:hover ul.sub-menu li:hover {
  opacity: 1.0;
  background-color: #e5e5e5;
}
.navi-other-lists,
.language_sp {
  display: none;
}
/* footer */
.footer {
  background: url("../img/bg_footer.png");
  background-size: 36px auto;
  overflow: hidden;
  padding: 20px 0 50px;
  position: relative;
  z-index: 0;
}
.footer-logo {
  float: left;
}
.footer-logo-img {
  width: 144px;
  height: auto;
}
.footer-navi {
  float: right;
}
.footer-navi-list {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding-left: 13px;
  line-height: 0.8;
}
.footer-navi-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: -1;
  background: url(../img/ico_rightArrow.png) no-repeat;
  background-size: contain;
}
.footer-navi-link {
  color: #fff;
  font-size: 1.2rem;
}
.sp-cont {
  display: none;
}
/* ------------
top page
--------------*/
.image {
  position: relative;
}
.image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.slide-head {
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  width: 165px;
  height: 60px;
  text-align: center;
  margin-bottom: 0;
}
.slide-head-cont {
  line-height: 57px;
  font-size: 1.63rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
.slide-head:before,
.slide-head:after,
.slide-head-cont:before,
.slide-head-cont:after {
  content: "";
  width: 7px;
  height: 18px;
  background: url(../img/ico_rightArrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.slide-head:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: auto;
  right: 0;
}
.slide-head-cont:before {
  transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: auto;
  bottom: 0;
}
.slide-head-cont:after {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.slide-title {
  position: absolute;
  left: 30px;
  bottom: 71px;
  color: #fff;
  line-height: 1.5;
  font-size: 3.1vw;
  font-weight: normal;
  font-family: unitext,'HiraKakuProN-W6', 'ヒラギノ角ゴ ProN W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin-bottom: 0;
}
.slide-date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}
/* slick */
.slick-prev {
  left: 15px;
  z-index: 1;
}
.slick-next {
  right: 15px;
}
.slick-prev, .slick-next {
  width: 15px;
  height: 40px;
}
.slick-prev:before, .slick-next:before {
  content: '';
  width: 15px;
  height: 40px;
  background: url('../img/ico_leftArrow.png') no-repeat;
  background-size: contain;
  display: block;
  padding: 0;
  margin: 0;
}
.slick-next:before {
  background: url('../img/ico_rightArrow.png') no-repeat;
  background-size: contain;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button:before {
  color: #fff;
  opacity: .5;
}
.slick-dots li {
  margin: 0 -2px;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}
.topics {
  padding: 0 0 50px 0;
}
.topics.articles {
  padding-top: 24px;
  padding-bottom: 24px;
}
.topics-head {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #231815;
  border: 2px solid #231815;
  border-radius: 5px;
  position: relative;
  width: 130px;
  height: 50px;
  margin: 30px auto;
  text-align: center;
  z-index: -1;
}
.topics-head-text {
  position: relative;
  z-index: 0;
  line-height: 2.7;
  letter-spacing: .2rem;
}
.topics-head:before {
  content: "";
  position: absolute;
  top: -34px;
  left: 6px;
  width: 114px;
  height: 114px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  z-index: -1;
}
/*
.topics-lists {
  overflow: hidden;
  display: flex;
  align-items:stretch;
  font-size: 1.4rem;
  justify-content:center;
  justify-content: space-between;
}
*/
.topics-lists {
  overflow: hidden;
  font-size: 1.4rem;
}
.topics-lists li {
  display: inline-block;
  width: 29%;
  vertical-align: top;
}
.topics-img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  object-fit: cover;
}
.topics-list:nth-child(3n-1) {
  margin: 0 4.5vw;
}
.topics-text {
  font-size: 1.4rem;
  line-height: 1.7;
}
.topics ul.new-lists li.new-list {
  padding: 6px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.topics ul.new-lists li.new-list .date,
.topics ul.new-lists li.new-list .title {
  float: left;
  margin: 0 10px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: .15rem;
}
.article {
  padding: 25px 0 56px 0;
  text-align: center;
}
.article-lists {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 26px;
}
.article-list {
  width: 47.2%;
  overflow: hidden;
  margin-bottom: 35px;
}
ul.article-lists.foundation .article-list {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 8px 20px 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
ul.article-lists.foundation .article-list .author-photo img {
  border-radius: 10px;
}
.article-title {
  font-size: 2.1rem;
  line-height: 1.6;
}
.article-text {
  font-size: 1.2rem;
  color: #9fa0a0;
  line-height: 1.5;
}
.article-cate {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #12b3ff;
  letter-spacing: .15rem;
  width: 120px;
  text-align: center;
  float: left;
}
.article-cate_exhibitions {
  color: #12b3ff;
}
.article-cate_countries {
  color: #2edd94;
}
.article-cate_artists {
  color: #ff006f;
}
.article-cate_galleries {
  color: #6c00d0;
}
.article-cate_magazine {
  color: #d00000;
}
.article-cate_country {
  color: #2edd94;
}
.article-cate_collections {
  color: #dd9900;
}
.article-cate_news {
  color: #2edd94;
}
.article-cate:before,
.article-cate:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 4px;
  margin: -6px 0 0 -5px;
  z-index: -1;
}
.article-cate:after {
  right: 0;
  left: inherit;
  margin: -6px -5px 0 0;
}
.article-cate_exhibitions:before,
.article-cate_exhibitions:after {
  border-color: #12b3ff;
}
.article-cate_countries:before,
.article-cate_countries:after {
  border-color: #2edd94;
}
.article-cate_artists:before,
.article-cate_artists:after {
  border-color: #ff006f;
}
.article-cate_galleries:before,
.article-cate_galleries:after {
  border-color: #6c00d0;
}
.article-cate_magazine:before,
.article-cate_magazine:after {
  border-color: #d00000;
}
.article-cate_country:before,
.article-cate_country:after {
  border-color: #2edd94;
}
.article-cate_news:before,
.article-cate_news:after {
  border-color: #2edd94;
}
.article-cate-container .social-buttons {
  float: right;
}
.article-cate-container .social-buttons a {
}
.article-cate-container .social-buttons a img,
.footer-social-buttons a img {
  margin: 12px 4px 0;
}
.article-img {
  width: 100%;
  height: 56.9%;
  object-fit: cover;
  margin-bottom: 15px;
}
.article-date {
  color: #9fa0a0;
  font-size: 1.2rem;
  float: right;
  font-weight: 300;
}
.more-button,
.close-button {
  width: 123px;
  height: 45px;
  margin: 0 auto;
  text-transform: uppercase;
  border: 2px solid #231815;
  border-radius: 4px;
  position: relative;
  text-align: center;
  display: block;
}
.close-button {
  display: none;
}
.more-button-link {
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: .2rem;
  font-size: 1.17rem;
  font-weight: 700;
  line-height: 3.5;
  width: 100%;
}
.more-button:before,
.close-button:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 6px;
  width: 106px;
  height: 106px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
}
/* ------------
under page
--------------*/
.content-title-wrap {
  border-top: 1px solid #cacaca;
}
.content-title {
  width: 240px;
  height: 78px;
  margin: 65px auto;
  text-transform: uppercase;
  border: 3px solid #12b3ff;
  border-radius: 6px;
  position: relative;
  text-align: center;
  z-index: -1;
  color: #12b3ff;
  line-height: 2.7;
  font-size: 2.5rem;
}
.content-title_exhibitions {
  color: #12b3ff;
  border-color: #12b3ff;
}
.content-title_artists {
  color: #ff006f;
  border-color: #ff006f;
}
.content-title_galleries {
  color: #6c00d0;
  border-color: #6c00d0;
}
.content-title_magazine {
  color: #d00000;
  border-color: #d00000;
}
.content-title_country {
  color: #2edd94;
  border-color: #2edd94;
}
.content-title_collections {
  color: #dd9900;
  border-color: #dd9900;
}
.content-title_news {
  color: #2edd94;
  border-color: #2edd94;
}
.content-title-text {
  display: block;
  position: relative;
  z-index: 0;
  letter-spacing: .2rem;
  font-weight: 700;
}
.content-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -101px 0 0 -101px;
  width: 202px;
  height: 202px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
}
.article-country {
  font-size: 1.2rem;
  color: #9fa0a0;
}
.article-exhibitions-text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}
.article-exhibitions-date {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
}
.article-magazine-cate {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  color: #d00000;
  letter-spacing: .15rem;
  text-align: center;
  float: left;
}
.article-magazine-cate:before,
.article-magazine-cate:after {
  content: none;
}
/* about page */
.about-wrap {
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.about {
  position: relative;
}
.bg-image {
  padding: 40px 20px 150px;
  background: url(../img/bg_about2.png);
  background-size: 300px auto;
  position: absolute;
  width: 300px;
  height: 100%;
}
.about-wrap .padding-left {
  padding-left: 36%;
}
.about-title {
  font-size: 2.8rem;
  width: 235px;
  height: 120px;
  text-transform: uppercase;
  border: 5px solid #000000;
  border-radius: 14px;
  position: relative;
  text-align: center;
  z-index: -1;
  color: #000000;
  line-height: 3.9;
  letter-spacing: .2rem;
}
.about-title_message {
  margin-bottom: 80px;
}
.page-contact .about-title_profile:after {
  background: #fff;
}
.about-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 208px;
  height: 208px;
  margin: -104px 0 0 -104px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
}
.about-title_profile:after,
.about-title_member:after,
.about-title_location:after {
  background: #f2f2f2;
}
.about-title-text {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.about-logo-img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.about-message {
  padding: 40px 20px 150px;
  margin-top: 60px;
  /* background: url('../img/bg_about.png') no-repeat left top; */
  /* background-size: 300px auto; */
}
.about-wrap_message {
  padding-left: 36%;
}
.message-text {
  line-height: 2.6;
  letter-spacing: .28rem;
  font-size: 1.6rem;
  padding-left: 36%;
}
.message-text.en {
  letter-spacing: normal;
}
.page-contact, .page-service, .page-policy {
  text-align: center;
}
.about-profile {
  overflow: hidden;
  background: #f2f2f2;
  padding: 100px 20px;
}
.about-title_profile {
  font-size: 2.1rem;
  line-height: 5.2;
  letter-spacing: .3rem;
  margin: 5px auto 20px;
}
.about-profile.foundation .about-title_profile{
  margin-bottom: 56px;
}
.profile-text {
  padding: 0 0 0 36%;
}
.about-profile.foundation .profile-text,
.about-profile.information .profile-text {
  padding-left: 0;
}
.profile-list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  margin-bottom: 35px;
  overflow: hidden;
}
.about-profile.foundation .profile-list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.about-profile.foundation .information .profile-list {
  border-bottom: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.profile-list:last-child {
  margin-bottom: 0;
}
.profile-title {
  color: #aaa;
  font-weight: 200;
  font-size: 1.4rem;
  float: left;
  margin: 0;
}
.profile-content {
  font-size: 1.5rem;
  padding-left: 27%;
  margin: 0;
}
.about-profile .about-wrap.information .profile-content {
  padding-left: 0%;
}
.about-link,
.detail-link {
  color: #00aaff;
}
.about-board-member {
  padding: 50px 20px;
  background: #f2f2f2;
}
.about-title_member {
  font-size: 2.1rem;
  line-height: 5.2;
  letter-spacing: .3rem;
  margin-bottom: 64px;
}
.board-member-lists {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row wrap;
}
.member {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.member-name {
  order: 2;
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 20px;
  width: 100%;
}
.member-content {
  order: 3;
  font-size: 1.5rem;
  line-height: 2.0;
  margin-bottom: 40px;
  text-align: left;
}
.member-img-wrap {
  order: 1;
}
.member-img {
  width: 100%;
  height: auto;
}
.about-location {
  background: #f2f2f2;
  padding: 50px 20px;
}
.about-title_location {
  font-size: 2.1rem;
  line-height: 5.2;
  letter-spacing: .3rem;
  margin-bottom: 64px;
  float: left;
}
.location-sub-title {
  font-size: 2.9rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 120px;
  padding-left: 36%;
  letter-spacing: .4rem;
}
.location-img-wrap {
  width: 235px;
  float: left;
}
.location-img {
  width: 100%;
  height: auto;
}
.location-text {
  padding-left: 36%;
}
.location-list {
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
  overflow: hidden;
  margin: 0;
}
.location-list:first-child {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.location-title {
  color: #aaa;
  font-weight: 200;
  font-size: 1.4rem;
  float: left;
  margin: 0;
}
.location-content {
  font-size: 1.5rem;
  padding-left: 27%;
  margin: 0;
  line-height: 1.8;
}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
/* detail page */

.detail-page {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.detail-page a {
  color: #00aaff;
}
.detail-page .exhibition a,
.detail-page .related-lists a {
  color: #231815;
}
.detail-container,
.article-cate-container,
.artist-name,
.detail-jp-title,
.detail-title,
.detail-place,
.detail-date,
.detail-main-img-wrap-container,
.detail-sub-title,
.detail-text,
.detail-artists,
.detail-imgs.normal,
.detail-imgs.work,
.detail-imgs.full-size,
.detail-interview,
.detail-info.gallery,
.detail-info.exhibition-list,
.detail-info.no-map,
.wp-block-table,
.related,
.article-line,
.author-profile-card,
.iframepdf,
.footer-social-buttons {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.iframepdf {
  display: block;
  height: 600px;
}
.footer-social-buttons {
  margin-bottom: 16px;
}
.detail-page.artists .artist-name {
  display: none;
}
.detail-img {
  width: 100%;
  height: auto;
}
.detail-cate {
  float: none;
  margin-bottom: 25px;
  display: inline-block;
}
.detail-magazine-cate {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  color: #d00000;
  letter-spacing: .15rem;
  text-align: center;
  padding-left: 10px;
  margin-bottom: 40px;
}
.title-container {
  margin-bottom: 33px;
}
.detail-title {
  font-size: 3.3rem;
  line-height: 1.4;
}
.detail-jp-title {
  display: block;
  padding-top: 10px;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
}
.single-artists .detail-jp-title {
  margin-bottom: 33px;
}
.single-artists .detail-place,
.single-galleries .detail-place {
  margin-top: 33px;
}
.title-container + .detail-main-img-wrap-container {
  margin-top: 50px;
}
.detail-place {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.5;
}
.detail-date {
  font-size: 1.8rem;
  font-weight: 200;
  margin-bottom: 25px;
}
.detail-place + .detail-date {
  margin-top: -25px;
}
.detail-main-img-wrap-container {
  margin-bottom: 40px;
  margin-top: 30px;
}
.detail-main-img-wrap {
  border: 5px solid #000;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: -2;
}
.detail-main-img-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -410px 0 0 -410px;
  width: 820px;
  height: 820px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  z-index: -1;
}
.detail-main-img {
  max-width: 97%;
  height: 435px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
.detail-sub-title {
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.detail-sub-title_works {
  margin: 0;
}
.detail-sub-title_interview {
  margin-bottom: 50px;
}
.detail-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.detail-text.is-style-left{
  text-align: left;
}
.detail-text.is-style-center{
  text-align: center;
}
.detail-text.is-style-right{
  text-align: right;
}
.detail-text.small {
  font-size: 1.2rem;
}
.detail-text_interview {
  margin-bottom: 0;
}
.detail-imgs.full-size {
  margin-top: 60px;
}
.detail-imgs.work {
  margin-top: 50px;
}
.detail-imgs.normal {
  margin-top: 30px;
}
.detail-imgs-lists {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  font-size: 1.4rem;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 60px;
}
.detail-imgs-lists.img-lists {
  margin-bottom: 0px;
}
.detail-imgs-lists_works {
  margin: 0 auto;
  padding-top: 0;
}
.detail-imgs-list {
  width: 48%;
  margin-top: 30px;
}
.detail-imgs-lists.text-lists .detail-imgs-list {
  margin-top: 0px;
}
.detail-imgs-list_works {
  margin-top: 0;
  margin-bottom: 50px;
}
.detail-interview {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  font-size: 1.4rem;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 0;
}
.detail-interview-content {
  width: 48%;
  margin-bottom: 50px;
}
.detail-imgs-text {
  margin: 10px 0 0;
  font-size: 1.3rem;
}
.detail-artists {
  color: #7a7a7a;
  margin-bottom: 30px;
}
.detail-info {
  padding: 40px 0 60px;
}
.detail-info-title {
  width: 160px;
  height: 50px;
  margin: 0 auto 60px;
  text-transform: uppercase;
  border: 2px solid #231815;
  border-radius: 4px;
  position: relative;
  text-align: center;
  z-index: -1;
}
.detail-info-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -67px 0 0 -67px;
  width: 134px;
  height: 134px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  z-index: -1;
}
.detail-info-title-text {
  position: relative;
  z-index: 0;
  line-height: 2.7;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .2rem;
}
.detail-info-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0px 0 30px 0;
  margin-bottom: 26px;
  border-bottom: 1px solid #808080;
}
.detail-info-name_galleries {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 2.0rem;
  min-height: 68px;
}
.detail-info-text {
  width: 48%;
  float: left;
}
.detail-info-text {
  width: 48%;
  float: left;
}
.detail-info.gallery .detail-info-text {
  width: 40%;
}
.detail-info.gallery .information-map {
  width: 56%;
}
.detail-info.no-map .detail-info-text {
  width: 100%;
}
.information-map {
  width: 48%;
  float: right;
  background: #aaa;
  height: 300px;
}
.detail-exhibitions {
  width: 48%;
  float: left;
}
.detail-exhibitions_right {
  width: 48%;
  float: right;
}
.exhibition-list .exhibition {
    margin-bottom: 16px;
}
.detail-info-place {
  font-size: 1.5rem;
  margin: 0;
}
.detail-info-date {
  font-size: 1.4rem;
}
/*
.information-map_galleries {
  height: 280px;
}
.information-map_galleries iframe {
  margin-top: -140px;
  margin-left: -30px;
}
*/
.information-list {
  font-size: 1.4rem;
  overflow: hidden;
  margin-bottom: 0;
}
.information-title {
  float: left;
  color: #5c5c5c;
  font-weight: 200;
}
.information-content {
  padding-left: 24%;
}
.information-strong {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
}
.information-strong_time {
  font-size: 1.4rem;
}
.related-lists {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  justify-content: space-between;
  font-size: 1.2rem;
  flex-wrap: wrap;
}
.related-list {
  width: 31%;
}
.country-head {
  position: relative;
}
.article-line {
  border: none;
  border-width: 0;
  border-bottom: 1px solid #aaa;
  margin: 60px auto;
}
.slide-head_country {
  margin: auto;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -190px;
  width: 380px;
  height: 120px;
}
.slide-head-cont_country {
  font-size: 3.4rem;
  line-height: 3.5;
  letter-spacing: .4rem;
  font-weight: 600;
}
.slide-head_country:before, .slide-head_country:after,
.slide-head-cont_country:before, .slide-head-cont_country:after {
  width: 14px;
  height: 36px;
}

.author-profile-card {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 8px 20px 2px;
  margin-bottom: 20px;
  font-size: 14px;
}
.author-profile-card h2 {
  font-size: 14px;
}
.author-profile-card h2 span{
  font-weight: normal;
}
.author-photo {
    float: left;
    text-align: left;
    margin-right: 16px;
}

.policy-content,
.service-content {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.policy-content p,
.service-content p {
    margin-bottom: 1.5rem;
}

.frame-wrapper__video__wrapper {
    max-width: 780px;
    margin: 0 auto;
}
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-table {
  table-layout: fixed;
}
.wp-block-table td:nth-child(1) {
  background-color: #f7f7f7;
  text-align: center;
  width: 25%;
}

.wp-block-table {
  border-top: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
}
.wp-block-table td {
  border-bottom: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  padding: 4px 12px;
}

@media (max-width: 920px) {
  .header-wrap {
    border-bottom: 1px solid #ddd;
  }
  .header {
    padding: 14px 0;
  }
  .logo-img {
    width: 33vw;
    width: auto;
    max-height: 28px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 80%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(205%);
    transform: translateX(205%);
    background: #f2f2f2;
    padding: 4vw 0 0 4vw;
  }
  .menu-icon {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    transform: translateX(0);
    transition: transform .5s;
    margin: 6px 0 0;
  }
  .menu-icon span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }
  .menu-icon span:nth-of-type(1) {
    top: 0;
  }
  .menu-icon span:nth-of-type(2) {
    top: 10px;
  }
  .menu-icon span:nth-of-type(3) {
    bottom: 0;
  }
  .navi {
    height: auto;
    float: none;
    text-align: left;
    position: relative;
  }
  .navi-close {
    content: "";
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  .navi-input:checked ~ .navi-close {
    display: block;
    opacity: .5;
  }
  .navi-input:checked ~ .menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  .language_pc {
    display: none;
  }
  .language_sp,
  .navi-other-lists {
    display: block;
  }
  .language_sp {
    position: relative;
    display: flex;
    justify-content: left;
    margin-bottom: 2.5vw;
  }
  .language-list {
    font-size: 2vw;
  }
  .navi-lists {
    display: block;
    font-size: 2.4vw;
    font-weight: 600;
    border-top: 1px solid #231815;
    margin-bottom: 5vw;
  }
  .navi-list {
    margin-left: 0;
  }
  .navi-list:hover .sub-menu li {
    display: none;
  }
  .navi-link {
    background: #f2f2f2;
    padding: 1.5vw 0;
    letter-spacing: .1em;
    border-bottom: 1px solid #231815;
  }
  .navi-link:hover:before, .navi-link:hover:after, .navi-link.active:before, .navi-link.active:after {
    content: none;
  }
  .search-icon {
    display: block;
  }
  .search-label {
    position: absolute;
    top: -1.3vw;
    right: 3vw;
    height: auto;
  }
  .search-back-label {
    content: "";
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  .search-box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(205%);
    transform: translateX(205%);
    background: #f2f2f2;
    padding: 4vw 0 0 4vw;
  }
  .search-input:checked ~ .search-back-label {
    display: block;
    opacity: .5;
  }
  .search-input:checked ~ .search-box {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  .search-text {
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 2vw;
    background: #bfbfbf;
    width: 80%;
  }
  .search-submit {
    border: none;
    background: none;
  }
  .navi-list-search {
    display: none;
  }
  .navi-other-lists {
    font-size: 1.8vw;
  }
  .navi-other-link {
    line-height: 3.4;
  }
  .detail-page {
    border: none;
  }
}
@media (max-width: 840px) {
  .about-message {
    background-size: 30% auto;
    background-repeat: repeat-y;
  }
}
@media (max-width: 780px) {
  .sub-navi-list {
    padding: 0 3vw;
  }
  .about-title {
    float: none;
    margin: 0 auto 55px;
  }
  .about-title_profile {
    margin-bottom: 100px;
  }
  .about-message {
    background: none;
    padding: 60px 20px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .bg-image {
    background: none;
  }
  .about-wrap .padding-left {
    padding-left: 0;
  }
  .about-wrap.information .padding-left {
    padding-left: 16px;;
  }
  .message-text {
    width: auto;
    padding-left: 0;
    font-size: 2.4vw;
    letter-spacing: .2rem;
    white-space: nowrap;
  }
  .about-profile {
    padding: 80px 20px;
  }
  .profile-text {
    padding-left: 0;
  }
  .profile-title {
    padding-left: 6%;
  }
  .profile-content {
    padding-left: 25%;
  }
  .member-content {
    color: #666;
  }
  .about-location {
    padding: 20px 20px 50px;
  }
  .location-sub-title {
    padding-left: 0;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 5vw;
  }
  .location-img-wrap {
    float: none;
    text-align: center;
    margin: 0 auto 45px;
    max-width: 280px;
    width: 80%;
  }
  .location-text {
    padding: 0;
  }
  .detail-main-img-wrap-container {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
  .detail-main-img-wrap {
    margin: 0;
    padding: 1vw 0;
    border-width: 0.7vw;
    border-radius: 1.6vw;
  }
  .title-container + .detail-main-img-wrap-container {
    margin: 9vw 0 5vw;
  }
  .detail-main-img {
    height: 58vw;
  }
  .detail-main-img-wrap:after {
    height: 104.6vw;
    width: 104.6vw;
    margin: -52.3vw 0 0 -52.3vw;
  }
}
@media screen and (max-width: 640px) {
  body{
    line-height: 2;
  }
  .sp-cont {
    display: block;
  }
  .pc-cont {
    display: none;
  }
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .header {
      padding: 2.5vw 0;
  }
  .logo {
    margin: 0.8vw 0 -0.8vw;
  }
  .logo-img {
    height: 5vw;
    max-height: inherit;
  }
  .menu-icon {
    width: 4vw;
    height: 4vw;
    margin: 0.7vw 0 0;
  }
  .menu-icon span:nth-of-type(2) {
    top: 1.8vw;
  }
  .footer {
    padding: 30px 0 20px;
  }
  .footer-logo {
    float: none;
    margin: 0 auto 5vw;
    text-align: center;
  }
  .footer-navi {
    float: none;
  }
  .footer-navi-list:before {
    content: none;
  }
  .footer-navi-lists {
    text-align: center;
  }
  .footer-navi-list {
    padding-left: 0px;
    margin-left: 3vw;
  }
  .footer-navi-list:first-child {
    margin-left: 0;
  }
  .footer-navi-link {
    font-size: 1.875vw;
  }
  .slide-head {
    left: 5vw;
    top: 7vw;
  }
  .slide-head_country {
    width: 56vw;
    height: 20vw;
    margin: -10vw 0 0 -28vw;
    left: 50%;
    top: 50%;
  }
  .slide-head-cont_country {
    font-size: 5.8vw;
    line-height: 3.3;
  }
  .slide-head_country:before, .slide-head_country:after, .slide-head-cont_country:before, .slide-head-cont_country:after {
    width: 2vw;
    height: 5.1428vw;
  }
  .slick-prev, .slick-next {
    width: 10px;
    height: 24px;
  }
  .slick-prev:before, .slick-next:before {
    width: 10px;
    height: 24px;
  }
  .slide-title {
    font-size: 5vw;
    left: 5vw;
    bottom: 15vw;
  }
  .slide-date {
    font-size: 2.5vw;
    left: 5vw;
    bottom: 9vw;
    margin-bottom: 0;
  }
  .image img {
    height: 300px;
  }
  .topics {
    padding: 0 0 30px 0;
  }
  .topics-lists {
    flex-wrap: wrap;
  }
  .topics-list:nth-child(3n-1) {
    margin: 0;
  }
  .topics-list {
    width: 47.5%;
  }
  .topics-lists li {
    width: 100%;
  }
  .topics-text {
    font-size: 2.3vw;
  }
  .article {
    padding: 5vw 0 10vw;
  }
  .content-title-wrap {
    border-top: none;
  }
  .content-title {
    margin: 7vw auto;
    width: 40vw;
    height: 14vw;
    border-width: 0.5vw;
    border-radius: 1.2vw;
    font-size: 4.18vw;
    line-height: 3;
  }
  .content-title:before {
    width: 34vw;
    height: 34vw;
    margin: -17vw 0 0 -17vw;
  }
  .sub-navi-lists {
    font-size: 2.35vw;
  }
  .sub-navi-list {
    padding: 0 3.3vw;
  }
  .article-lists {
    display: block;
  }
  .article-list {
    width: 100%;
    display: block;
    margin-bottom: 3vw;
  }
  .article-img {
    width: 100%;
    margin-bottom: 2.6vw;
  }
  .article-text {
    display: none;
  }
  .article-title {
    font-size: 3.3vw;
  }
  .article-date {
    font-size: 2vw;
  }
  .article-magazine-cate {
    font-size: 2.1vw;
  }
  .article-exhibitions-text,
  .article-exhibitions-date {
    font-size: 2.2vw;
  }
  .article-country {
    font-size: 2vw;
  }
  .about-title {
    margin-bottom: 9vw;
    width: 40vw;
    height: 20vw;
    font-size: 4.65vw;
    border: 0.8vw solid #000;
    border-radius: 2.5vw;
  }
  .about-title_profile {
    margin-bottom: 17vw;
    font-size: 3.5vw;
  }
  .about-title_member {
    margin-bottom: 10vw;
    font-size: 3.5vw;
    letter-spacing: .2rem;
  }
  .about-title_location {
    font-size: 3.5vw;
  }
  .about-title:after {
    width: 35vw;
    height: 35vw;
    margin: -17.5vw 0 0 -17.5vw;
  }
  .about-message {
    padding: 10vw 7vw;
    min-width: inherit;
  }
  .about-message {
    padding: 10vw 7vw;
    min-width: inherit;
  }
  .message-text {
    font-size: 1.4rem;
    font-size: 2.35vw;
    white-space: normal;
  }
  .about-logo {
    width: 80%;
    max-width: 400px;
  }
  .about-profile {
    padding: 13vw 4vw;
  }
  .profile-title {font-size: 2.3vw;}
  .profile-content {font-size: 2.5vw;}
  .profile-list {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  .about-board-member {
    padding: 8vw 4vw;
  }
  .member-name {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  .member-content {
    font-size: 2.5vw;
    margin-bottom: 6.5vw;
  }
  .location-sub-title {
    margin-bottom: 6.5vw;
  }
  .location-img-wrap {
    margin-bottom: 7.5vw;
  }
  .about-location {
    padding: 3vw 4vw 8vw;
  }
  .location-title {font-size: 2.3vw;}
  .location-content {font-size: 2.5vw;}
  .location-list:first-child {
    padding: 4vw 0;
  }
  .location-list {
    padding: 6vw 0;
  }
  .detail-page {
    padding: 3vw 0;
  }
  .detail-cate {
    margin-bottom: 3.8vw;
  }
  .detail-magazine-cate {
    margin-bottom: 0;
  }
  .title-container {
    margin-bottom: 3.5vw;
  }
  .detail-title {
    font-size: 4.2vw;
    letter-spacing: .07em;
    line-height: 1.4;
    font-weight: 600;
  }
  .detail-title_country {
    margin-bottom: 7vw;
  }
  .detail-jp-title {
    padding-top: 0vw;
    font-size: 3vw;
    letter-spacing: .05em;
  }
  .detail-place {
    font-size: 2.8vw;
    letter-spacing: .1em;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .single-artists .detail-jp-title {
    margin-bottom: 3.5vw;
  }
  .single-artists .detail-place {
    margin-top: 3.5vw;
  }
  .detail-place + .detail-date {
    margin-top: -4vw;
  }
  .detail-date {
    font-size: 2.8vw;
    letter-spacing: .05em;
    line-height: 1.4;
  }
  .detail-sub-title {
    margin-bottom: 3vw;
    font-size: 3.7vw;
    letter-spacing: .06em;
    line-height: 1.4;
  }
  .detail-text {
    font-size: 2.7vw;
    margin-bottom: 4.7vw;
  }
  .detail-text.small {
    font-size: 2.1vw;
    margin-bottom: 3.8vw;
  }
  .detail-text_interview {
    margin-bottom: 0;
  }
  .detail-imgs.full-size,
  .detail-imgs-list {
    width: 100%;
    margin-top: 4vw;
  }
  .detail-imgs.work,
  .detail-imgs.normal {
    margin-top: 0;
  }
  .detail-imgs-list_galleries {
    width: 48%;
    margin-top: 0;
  }
  .detail-interview_artists {
    flex-wrap:wrap;
  }
  .detail-interview-content {
    margin-bottom: 6vw;
  }
  .detail-interview-content_artists:first-child {
    order:2;
  }
  .detail-interview-content_artists:nth-child(2) {
    order:1;
  }
  .detail-imgs-text {
    margin-top: 0.5vw;
    font-size: 2.05vw;
  }
  .detail-imgs-lists {
     margin: 0vw auto 4.2vw;
  }
  .detail-imgs-lists_works {
     margin: 0 auto 0;
  }
  .detail-artists {
    font-size: 2.7vw;
    margin-top: -5vw;
    margin-bottom: 4vw;
  }
  .detail-sub-title_works {
    margin: 0vw 0 0;
  }
  .detail-info {
    padding: 2vw 0 5vw;
  }
  .detail-info-title {
    margin: 0 auto 6.5vw;
  }
  .detail-imgs-list_works {
    margin: 1vw auto 4vw;
  }
  .detail-info-name {
    font-size: 3.2vw;
    letter-spacing: .05em;
    padding: 0px 0 3.5vw 0;
    margin-bottom: 4vw;
    min-height: inherit;
  }
  .detail-info-name_galleries {
    padding-bottom: 0;
  }
  .detail-info-text {
    width: 100%;
  }
  .detail-info-lists {
    margin-bottom: 6vw;
  }
  .exhibition-list .exhibition {
    margin-bottom: 2vw;
  }
  .information-list {
    font-size: 2.35vw;
  }
  .information-strong {
    font-size: 3vw;
  }
  .information-strong_time {
    font-size: 2.35vw;
  }
  .information-map {
    width: 100%;
    height: 60vw;
  }
  .detail-info-place {
    font-size: 2.5vw;
  }
  .detail-info-date {
    font-size: 2.34vw;
    line-height: 1.5;
  }
  .article-line {
    margin: 7vw 0;
  }
  .country-head {
    height: 90vw;
    background-size: auto 100%!important;
  }
  .country-head img{
    display: none;
  }
  .related-lists {
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.5;
  }
  .related-text {
    padding-top: 2vw;
  }
  .related-list {
    width: 48%;
  }
  .iframepdf {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .menu-icon span:nth-of-type(2) {
    top: 1.6vw;
  }
  .sub-nav {
    position: relative;
    overflow: auto;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .sub-nav:before {
    content: '';
    width: 466px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-navi-lists {
    font-size: 1.2rem;
    width: 466px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    background: linear-gradient(to left, hsla(0,0%,100%,0), #e5e5e5 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), #e5e5e5 15px) right / 50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    flex-wrap: wrap;
    line-height: 22px;
    padding: 10px 0;
  }
  .sub-navi-list {
    padding: 0 10px;
  }
  .topics-img {
    margin-bottom: 4px;
  }
  .message-text br {
    display: none;
  }
  .message-text {
    line-height: 2;
  }
  .profile-title {
    padding: 0 0 0 5%;
  }
  .member-content br {
    display: none;
  }
  .about-location {
    padding-top: 0;
  }
  .location-content {
    padding-left: 35%;
  }
  .mb30 {margin-bottom: 4vw;}
  .mb40 {margin-bottom: 5vw;}
  .mb50 {margin-bottom: 6vw;}
  .mb60 {margin-bottom: 7vw;}
  .mb70 {margin-bottom: 8vw;}

  .author-profile-card {
    margin: 0 5%;
  }
}
@media screen and (max-width: 400px) {
  .location-content {
    padding-left: 34%;
  }
}
