@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #000;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

.st{
  font-weight: 700;
  font-size: 100% !important;
}

.attention{
  color: #ff0000;
  font-size: 100% !important;
}
.hovlink {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hovlink:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.attention.line{
  color: #ff0000;
  text-decoration: underline;
  font-size: 100% !important;
}

.line{
  text-decoration: underline;
  font-size: 100% !important;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.first {
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: rgba(225, 226, 225, 0.5);
}

header {
  padding: 20px 60px;
}
@media (max-width: 1024px) {
  header {
    padding: 30px 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  header {
    margin-top: 10px;
  }
}
header .title {
  display: flex;
  justify-content: space-between;
}
header h1 a img{
  width: 225px;
}
@media (max-width: 1024px) {
  header h1 a img{

  }
}
@media (max-width: 599px) {
  header h1 a img{

  }
}
header .navwapper {
  display: flex;
}
@media (max-width: 1024px) {
  header .navwapper {
    background-color: rgba(225, 226, 225, 1.0);
    position: fixed;
    height: 100vh;
    display: block;
    padding-top: 100px;
    width: 60%;
    right: -60%;
    transition: 0.7s ease-in-out;
    z-index: 200;
    top: 0;
  }
}
header .navwapper .menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  header .navwapper .menu {
    display: block;
    padding: 0 0 0 100px;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  header .navwapper .menu {
    display: block;
    padding: 0 0 0 30px;
  }
}
header .navwapper .menu li {
  line-height: 3em;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  header .navwapper .menu li {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
header .navwapper .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  header .navwapper .menu li:last-child {
    margin-bottom: 0;
  }
}
header .navwapper .menu li a {
  color: #fff;
  display: inline-block;
  font-family: "League Gothic", serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  header .navwapper .menu li a {
    color: #fff;
  }
}
header .navwapper .menu li a:hover {
  color: #ccc;
  transition: all 0.3s;
}

header .navwapper .sp_sns {
  display: none;
}
@media (max-width: 1024px) {
  header .navwapper .sp_sns {
    display: flex;
    align-items: flex-start;
    margin-left: 100px;
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  header .navwapper .sp_sns {
    margin-top: 30px;
    margin-left: 30px;
  }
}
header .navwapper .sp_sns li {
  margin-right: 30px;
}
header .navwapper .sp_sns li:last-child {
  margin-right: 0;
}
header .navwapper .sp_sns li a img {
  width: auto;
  height: 30px;
}
header .navwapper .spimg {
  display: none;
}
@media (max-width: 1024px) {
  header .navwapper .spimg {
    display: block;
  }
  header .navwapper .spimg img {
    width: 30%;
    margin: 80px auto 0;
  }
}

#nav_toggle {
  margin-top: 6px;
  height: 32px;
  width: 32px;
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 100;
  display: none;
}
@media (max-width: 1024px) {
  #nav_toggle {
    display: block;
    z-index: 300;
  }
}
#nav_toggle span {
  background: #fff;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  margin-bottom: 8px;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 11px;
}
#nav_toggle span:nth-child(3) {
  top: 22px;
  margin-bottom: 0;
}

.open #nav_toggle span:nth-child(1) {
  transform: translateY(11px) rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
}
.open #nav_toggle span:nth-child(3) {
  transform: translateY(-11px) rotate(-315deg);
}
.open nav {
  transform: translate3d(-100%, 0, 0);
}

footer {
  padding: 120px 0 140px;
}
@media (max-width: 599px) {
  footer {
    padding: 20px 0 20px;
  }
}
footer .footerwrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  footer .footerwrapper {
    width: 90%;
    display: block;
    margin: 80px auto 40px;
  }
}

footer .sns {
  margin: 20px 0 20px;
}
footer .sns li {
  display: inline-block;
  margin: 0 15px;
}
footer .sns li a img {
  width: auto;
  height: 50px;
}
footer .block {
  margin-top: 20px;
  text-align: center;
}
footer .block img.logo{
  margin: 0 auto;
  display: block;
  width: 200px;
}
footer .block h3 ,
footer .block p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  footer .block h3 ,
  footer .block p {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5em;
  }
}


small {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.mainvis .swiper01,
.mainvis .swiper01 .swiper-wrapper,
.mainvis .swiper01 .swiper-slide {
  height: 100vh;
}
.mainvis .swiper01 .swiper-wrapper{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainvis {
  position: relative;
}
.mainvis .swiper01 .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.mainvis .swiper01 .swiper-wrapper .swiper-slide p {
  font-size: 1.2rem;
  position: absolute;
  color: #ffffff;
  bottom: 20px;
  left: 60px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .mainvis .swiper01 .swiper-wrapper .swiper-slide p {
    left: 30px;
  }
}
.mainvis .swiper01 .swiper-wrapper .swiper-slide .black {
  color: #121212;
}
.mainvis .swiper01 .swiper-wrapper .swiper-slide-active .swiper-img,
.mainvis .swiper01 .swiper-wrapper .swiper-slide-duplicate-active .swiper-img,
.mainvis .swiper01 .swiper-wrapper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 10s linear 0s;
          animation: zoomUp 10s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.mainvis .swiper01 .swiper-wrapper .swiper-img {
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
}
.mainvis .swiper01 .swiper-wrapper .slide01 {
  background-image: url(../image/main/tAF26_main1-1_hp.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide02 {
  background-image: url(../image/main/tAF26_main2-1_hp.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide03 {
  background-image: url(../image/main/tAF26_main3-1_hp.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide04 {
  background-image: url(../image/main/tAF26_main4-1_hp.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide05 {
  background-image: url(../image/main/tAF26_main5-1_hp.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide06 {
  background-image: url(../image/main/tAF26_main6-1_hp.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide07 {
  background-image: url(../image/main/tAF26_main7-1_hp.webp);
}

@media (max-width: 599px) {
  .mainvis .swiper01 .swiper-wrapper .slide01 {
    background-image: url(../image/main/tAF26_main1-1_phone.webp);
  }
  .mainvis .swiper01 .swiper-wrapper .slide02 {
    background-image: url(../image/main/tAF26_main2-1_phone.webp);
  }
  .mainvis .swiper01 .swiper-wrapper .slide03 {
    background-image: url(../image/main/tAF26_main3-1_phone.webp);
  }
  .mainvis .swiper01 .swiper-wrapper .slide04 {
    background-image: url(../image/main/tAF26_main4-1_phone.webp);
  }
  .mainvis .swiper01 .swiper-wrapper .slide05 {
    background-image: url(../image/main/tAF26_main5-1_phone.webp);
  }
  .mainvis .swiper01 .swiper-wrapper .slide06 {
    background-image: url(../image/main/tAF26_main6-1_phone.webp);
  }
  .mainvis .swiper01 .swiper-wrapper .slide07 {
    background-image: url(../image/main/tAF26_main7-1_phone.webp);
  }
}

.mainvis .logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.mainvis .logo img {
  width: 100%;
}
.mainvis .logo p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2em;
  margin-top: 20px;
}
.mainvis .logo p span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.8rem;
  margin-left: 2px;
}
@media (max-width: 599px) {
  .mainvis .logo {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
  .mainvis .logo p {
    font-size: 2.4rem;
  }
}

.bodytext.swiper {
  position: relative;
  width: 100%;
}
.bodytext.swiper .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}

.artist,
.topics,
.infomation,
.howto,
.about {
  margin:20px auto;
  padding: 60px 12.5% 60px;
  background: linear-gradient(-180deg, #fff 0%, #fdfdfe 100%);
  box-shadow: 0px 5px 5px 0px #f9f9fa;
}
@media (max-width: 1024px) {
  .artist,
  .topics,
  .infomation,
  .howto,
  .about {
    padding: 40px 9.375% 40px;
  }
}
@media (max-width: 599px) {
  .artist,
  .topics,
  .infomation,
  .howto,
  .about {
    padding: 20px 20px 20px;
  }
  .topics {
    margin-bottom:60px;
  }
}

.artist h2,
.topics h2,
.infomation h2,
.howto h2,
.about h2 {
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic", serif;
  color: #6a7775;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .artist h2,
  .topics h2,
  .infomation h2,
  .howto h2,
  .about h2 {
    font-size: 6rem;
  }
}
@media (max-width: 599px) {
  .artist h2,
  .topics h2,
  .infomation h2,
  .howto h2,
  .about h2 {
    font-size: 3.6rem;
  }
}
.artist .bodywapper,
.topics .bodywapper,
.infomation .bodywapper,
.howto .bodywapper,
.about .bodywapper {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .artist .bodywapper,
  .topics .bodywapper,
  .infomation .bodywapper,
  .howto .bodywapper,
  .about .bodywapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .artist .bodywapper,
  .topics .bodywapper,
  .infomation .bodywapper,
  .howto .bodywapper,
  .about .bodywapper {
    margin-top: 20px;
  }
}
.artist .bodywapper .bodytext,
.topics .bodywapper .bodytext,
.infomation .bodywapper .bodytext,
.howto .bodywapper .bodytext,
.about .bodywapper .bodytext {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .artist .bodywapper .bodytext,
  .topics .bodywapper .bodytext,
  .infomation .bodywapper .bodytext,
  .howto .bodywapper .bodytext,
  .about .bodywapper .bodytext {
    width: auto;
  }
}
.artist .bodywapper .bodytext p,
.topics .bodywapper .bodytext p,
.infomation .bodywapper .bodytext p,
.howto .bodywapper .bodytext p,
.about .bodywapper .bodytext p {
  margin-bottom: 20px;
  font-size: 1.50rem;
  line-height: 1.50em;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .artist .bodywapper .bodytext p,
  .topics .bodywapper .bodytext p,
  .infomation .bodywapper .bodytext p,
  .howto .bodywapper .bodytext p,
  .about .bodywapper .bodytext p {
  }
}

.artist .bodywapper .bodytext ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artist .bodywapper .bodytext ul li {
  width: 47%;
  display: flex;
}
.artist .bodywapper .bodytext ul li img{
  width: 100%;
  align-items:flex-start
  object-fit: cover;
}
.artist .bodywapper .bodytext ul li.linkbtn{
  align-items:flex-end;
  justify-content: right;
  background-image: url(../image/dli-arrow-right.gif) ;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.artist .bodywapper .bodytext ul li.linkbtn .view{
  width:100%;
  padding-right:30px;
  text-align:right;
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic", serif;
  color: #6a7775;
  line-height: 2.5em;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .artist .bodywapper .bodytext ul li.linkbtn .view{
    font-size: 6rem;
  }
}
@media (max-width: 599px) {
  .artist .bodywapper .bodytext ul li.linkbtn .view{
    font-size: 3.6rem;
  }
}


.topics {

}
.topics ul li .imgtitle {
  position: relative;
}
.topics ul li .imgtitle img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  -webkit-box-shadow: 8px 8px 6px rgba(16, 16, 16, 0.16);
          box-shadow: 8px 8px 6px rgba(16, 16, 16, 0.16);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topics ul li a .imgtitle img:hover {
  opacity: 0.6;
}
.topics ul li .imgtitle h3 {
  position: absolute;
  bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #ffffff;
  padding: 12px;
  line-height: 1.4em;
}
.topics ul li p {
  width: 96%;
  font-size: 1.3rem;
  margin: 6px 0 0 12px;
  word-wrap: break-word;
}
.topics ul li time {
  color: #4A4A4A;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 4px 0 0 12px;
}
.topics .swiper_pagination {
  margin-top: 10px;
  text-align: center;
}
.topics .swiper_pagination .swiper-pagination-bullet-active {
  background: #6a7775;
}

.topics .bodywapper .bodytext p{
  text-align:right;
  background-image: url(../image/dli-arrow-right.gif) ;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.topics .bodywapper .bodytext p .view{
  padding-right:30px;
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic", serif;
  color: #6a7775;
  line-height: 2.5em;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .topics .bodywapper .bodytext p .view{
    font-size: 6rem;
  }
}
@media (max-width: 599px) {
  .topics .bodywapper .bodytext p{
    width:47%;
    float:right;
    margin-top:-20px;
  }
  .topics .bodywapper .bodytext p .view{
    font-size: 3.6rem;
  }
}

.topics {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .topics {
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .topics {
    padding-bottom: 0px;
  }
}

.infomation .bodywapper .bodytext dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0 0;
  margin: 20px 0;
  border-top: 2px solid #6a7775;
}
.infomation .bodywapper .bodytext dt {
  width: 180px;
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "League Gothic", serif;
  color: #6a7775;
  letter-spacing: 0.1em;
}
.infomation .bodywapper .bodytext dd {
  width: calc(100% - 180px)
}
.infomation .bodywapper .bodytext dd a{
  font-size: 1.50rem;
  line-height: 1.50em;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.infomation .bodywapper .bodytext dd .coming {
  color: #c4c6c3;
}

@media (max-width: 599px) {
   .infomation .bodywapper .bodytext dt {
     width: 110px;
     font-size: 3.0rem;
   }
   .infomation .bodywapper .bodytext dd {
     width: calc(100% - 110px)
   }
  .infomation .bodywapper .bodytext dd a{

  }
   .infomation .bodywapper .bodytext .map dt {
     width: 100%;
     font-size: 3.0rem;
   }
   .infomation .bodywapper .bodytext .map dd {
     width: 100%;
     margin-top: 20px;
   }
  .infomation .bodywapper .bodytext dd a{

  }
}



.howto .bodywapper .bodytext ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.howto .bodywapper .bodytext ul li {
  width: 47%;
  display: flex;
  align-items: center;
}
.howto .bodywapper .bodytext ul li img{
  width: 100%;
  height: 100%; 
  object-fit: cover;
}
.howto .bodywapper .bodytext ul li.coming{
    font-size: 2.0rem;
    color: #c4c6c3;
    justify-content: center;
}


.about .bodywapper .bodytext .name {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 599px) {
  .about .bodywapper .bodytext .name {
    font-size: 1.4rem;
  }
}


/*下層ページ*/
.artistpage,
.topicspage {
  margin:0 auto;
  padding: 140px 12.5% 0;
}
@media (max-width: 1024px) {
  .artistpage,
  .topicspage {
    padding: 140px 9.375% 0;
  }
}
@media (max-width: 599px) {
  .artistpage,
  .topicspage {
    padding: 140px 20px 0;
  }
}
.artistpage h2,
.topicspage h2 {
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic", serif;
  color: #6a7775;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .artistpage h2,
  .topicspage h2{
    font-size: 6rem;
  }
}
@media (max-width: 599px) {
  .artistpage h2,
  .topicspage h2 {
    font-size: 3.6rem;
  }
}
.artistpage .bodywapper,
.topicspage .bodywapper {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .artistpage .bodywapper,
  .topicspage .bodywapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .artistpage .bodywapper,
  .topicspage .bodywapper {
    margin-top: 20px;
  }
}
.artistpage .bodywapper .bodytext,
.topicspage .bodywapper .bodytext {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .artistpage .bodywapper .bodytext,
  .topicspage .bodywapper .bodytext{
    width: auto;
  }
}
.artistpage  .bodywapper .bodytext p,
.topicspage .bodywapper .bodytext p {
  margin-bottom: 20px;
  font-size: 1.50rem;
  line-height: 1.50em;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .artistpage .bodywapper .bodytext p,
  .topicspage .bodywapper .bodytext p {

  }
}


.topicspage .bodywapper .bodytext dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.topicspage .bodywapper .bodytext dt{
  width: 65%;
  border-top: 2px solid #6a7775;
  margin:10px auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.topicspage .bodywapper .bodytext dt h3{
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}
.topicspage .bodywapper .bodytext dd{
  width: 35%;
  margin:10px auto;
  padding: 0 0 0 30px;
}
.topicspage .bodywapper .bodytext dd img{
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

@media (max-width: 599px) {
  .topicspage .bodywapper .bodytext dt{
    width: 60%;
    margin:0 auto;
    padding: 10px 0 0;
  }
  .topicspage .bodywapper .bodytext dt h3{
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
  .topicspage .bodywapper .bodytext dd{
    width: 40%;
    margin:0 auto;
    padding: 0 0 0 10px;
  }
  .topicspage .bodywapper .bodytext dd img{
    max-height: 400px;
  }
}

.artistpage .bodywapper #heading_exhibition,
.artistpage .bodywapper #heading_online{
  vertical-align: middle;
  line-height: 2.0em;
}
.artistpage .bodywapper #heading_online{
  margin-top: 40px;
}
.artistpage .bodywapper #heading_exhibition .icon,
.artistpage .bodywapper #heading_online .icon{
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 20px;
  font-size: 2.5rem;
  font-family: "League Gothic", serif;
  letter-spacing: 0.08em;
  color: #fff;
}
.artistpage .bodywapper #heading_exhibition .st,
.artistpage .bodywapper #heading_online .st{
  font-weight: bold;
}
.artistpage .bodywapper .bodytext ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.artistpage .bodywapper .bodytext li.auther_info{
  position: relative;
  width: 65%;
  border-top: 2px solid #6a7775;
  margin:10px auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.artistpage .bodywapper .bodytext li.auther_info .exhibition_icon,
.artistpage .bodywapper .bodytext li.auther_info .online_icon{
  position: absolute;
  top: 24px;
  right: 0px;
  padding: 2px 15px;
  font-size: 2.0rem;
  font-family: "League Gothic", serif;
  letter-spacing: 0.08em;
  color: #fff;
}
.artistpage .bodywapper .bodytext li.auther_info .exhibition_icon,
.artistpage .bodywapper #heading_exhibition .icon{
  background:rgb(106, 119, 117);
}
.artistpage .bodywapper .bodytext li.auther_info .online_icon,
.artistpage .bodywapper #heading_online .icon{
  background:rgb(15, 25, 67);
}
.artistpage .bodywapper .bodytext li.auther_info h3{
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
.artistpage .bodywapper .bodytext li.auther_info h3 span{
  display: block;
  font-size: 60%;
}
.artistpage .bodywapper .bodytext li.auther_image{
  width: 35%;
  margin:10px auto;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
}
.artistpage .bodywapper .bodytext li.auther_image.even{
  width: 35%;
  margin:10px auto;
  padding: 0 30px 0 0;
  display: flex;
  flex-direction: column;
}
.artistpage .bodywapper .bodytext li.auther_image img{
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f3f3f3;
}
@media (max-width: 599px) {
  .artistpage .bodywapper .bodytext li.auther_info{
    width: 60%;
    padding: 10px 0 0;
  }
  .artistpage .bodywapper .bodytext li.auther_info h3{
    margin-bottom: 5px;
    font-size: 2.0rem;
  }
  .artistpage .bodywapper #heading_exhibition .icon,
  .artistpage .bodywapper #heading_online .icon{
    vertical-align: middle;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 2.0rem;
    font-family: "League Gothic", serif;
    letter-spacing: 0.08em;
    color: #fff;
  }
  .artistpage .bodywapper .bodytext li.auther_info .exhibition_icon,
  .artistpage .bodywapper .bodytext li.auther_info .online_icon{
    position: static;
    display: inline;
    width: 70px;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 1.5rem;
    font-family: "League Gothic", serif;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
  }
  .artistpage .bodywapper .bodytext li.auther_image{
    width: 40%;
    margin:0 auto;
    padding: 10px 0 10px 10px;
  }
  .artistpage .bodywapper .bodytext li.auther_image.even{
    width: 40%;
    margin:0 auto;
    padding: 10px 10px 10px 0;
  }
  .artistpage .bodywapper .bodytext li.auther_image img{

  }
}

/*# sourceMappingURL=style_common.css.map */