@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: 20px;
}
@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,
.seminar,
.comisionWork,
.advisoryServices,
.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,
  .seminar,
  .comisionWork,
  .advisoryServices,
  .about {
    padding: 40px 9.375% 40px;
  }
}
@media (max-width: 599px) {
  .artist,
  .topics,
  .infomation,
  .howto,
  .seminar,
  .comisionWork,
  .advisoryServices,
  .about {
    padding: 20px 20px 20px;
  }
  .topics {
    margin-bottom:60px;
  }
}

.topics h2,
.infomation h2,
.howto h2,
.seminar h2,
.comisionWork h2,
.advisoryServices h2,
.about h2 {
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic","Noto Sans JP", sans-serif;
  color: #6a7775;
  letter-spacing: 0.05em;
}
.topics h2 .jp_h2,
.infomation h2 .jp_h2,
.howto h2 .jp_h2,
.seminar h2 .jp_h2,
.comisionWork h2 .jp_h2,
.advisoryServices h2 .jp_h2,
.about h2 .jp_h2{
  margin-left: 1.0em;
  font-size: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  color: #6a7775;
  letter-spacing: 0.025em;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .topics h2,
  .infomation h2,
  .howto h2,
  .seminar h2,
  .comisionWork h2,
  .advisoryServices h2,
  .about h2 {
    font-size: 6rem;
  }
}
@media (max-width: 599px) {
  .topics h2,
  .infomation h2,
  .howto h2,
  .seminar h2,
  .comisionWork h2,
  .advisoryServices h2,
  .about h2 {
    font-size: 3.6rem;
  }
}


.artist .h2_title{
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic","Noto Sans JP", sans-serif;
  color: #6a7775;
  letter-spacing: 0.05em;
  margin: 0;
}

.artist .h2_title .main_h2{
  display: block;
  font-size: 1em; 
  line-height: 1;
  font-family: "League Gothic","Noto Sans JP", sans-serif;
  color: #6a7775;
}

.artist .h2_title .slash{
  display: block;
  width: 1px;
  height: 5.4em;
  margin: 0 1.85em;
  background: #9aa3a1;

  transform: rotate(36deg) translateY(-0.42em);
  transform-origin: center;

  flex: 0 0 auto;
}

.artist .h2_title .sub_h2{
  display: block;
  font-size: 0.5em;
  font-family: "League Gothic","Noto Sans JP", sans-serif;
  color: #6a7775;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  margin-bottom: 0.12em;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .artist .h2_title{
    font-size: 6rem;
  }
}

@media (max-width: 599px) {
  .artist .h2_title{
    font-size: 3.6rem;
  }

  .artist .h2_title .slash{
    height: 3.00em;
    margin: 0 1.85em;
  }

  .artist .h2_title .sub_h2{
    font-size: 0.75em;
    margin-bottom: 0.08em;
  }
}

.artist .bodywapper,
.topics .bodywapper,
.infomation .bodywapper,
.howto .bodywapper,
.seminar .bodywapper,
.comisionWork .bodywapper,
.advisoryServices .bodywapper,
.about .bodywapper {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .artist .bodywapper,
  .topics .bodywapper,
  .infomation .bodywapper,
  .howto .bodywapper,
  .seminar .bodywapper,
  .comisionWork .bodywapper,
  .advisoryServices .bodywapper,
  .about .bodywapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .artist .bodywapper,
  .topics .bodywapper,
  .infomation .bodywapper,
  .howto .bodywapper,
  .seminar .bodywapper,
  .comisionWork .bodywapper,
  .advisoryServices .bodywapper,
  .about .bodywapper {
    margin-top: 20px;
  }
}
.artist .bodywapper .bodytext,
.topics .bodywapper .bodytext,
.infomation .bodywapper .bodytext,
.howto .bodywapper .bodytext,
.seminar .bodywapper .bodytext,
.comisionWork .bodywapper .bodytext,
.advisoryServices .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,
  .seminar .bodywapper .bodytext,
  .comisionWork .bodywapper .bodytext,
  .advisoryServices .bodywapper .bodytext,
  .about .bodywapper .bodytext {
    width: auto;
  }
}
.artist .bodywapper .bodytext p,
.topics .bodywapper .bodytext p,
.infomation .bodywapper .bodytext p,
.howto .bodywapper .bodytext p,
.seminar .bodywapper .bodytext p,
.comisionWork .bodywapper .bodytext p,
.advisoryServices .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,
  .seminar .bodywapper .bodytext p,
  .comisionWork .bodywapper .bodytext p,
  .advisoryServices .bodywapper .bodytext p,
  .about .bodywapper .bodytext p {
  }
}

.artist .bodywapper .bodytext ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.artist .bodywapper .bodytext ul li {
  list-style: none;
  box-sizing: border-box;
}

/* =========================
   PC
========================= */
.artist .bodywapper .bodytext ul li.imgbox {
  width: 50%;
  position: relative;
  display: block;
}

.artist .bodywapper .bodytext ul li.imgbox img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.artist .bodywapper .bodytext ul li.imgbox .img-sp {
  display: none !important;
}

/* =========================================
   共通 VIEW ALL
========================================= */

/* artist：PCの配置 */
.artist .bodywapper .bodytext ul li.linkbtn {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.artist .bodywapper .bodytext ul li.linkbtn a {
  display: block;
  width: 100%;
  text-decoration: none;
}

/* artist / topics 共通の見た目 */
.artist .bodywapper .bodytext ul li.linkbtn,
.topics .bodywapper .bodytext p {
  text-align: right;
  background-image: url(../image/dli-arrow-right.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 120px auto;
}

.artist .bodywapper .bodytext ul li.linkbtn .view,
.topics .bodywapper .bodytext p .view {
  display: inline-block;
  padding-right: 30px;
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic", serif;
  color: #6a7775;
  line-height: 1.8;
  box-sizing: border-box;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .artist .bodywapper .bodytext ul li.linkbtn .view,
  .topics .bodywapper .bodytext p .view {
    font-size: 6rem;
  }
}

/* =========================
   SP
========================= */
@media (max-width: 599px) {
  .artist .bodywapper .bodytext ul {
    display: block;
    position: relative;
  }

  .artist .bodywapper .bodytext ul li.imgbox {
    width: 100%;
    position: relative;
  }

  .artist .bodywapper .bodytext ul li.imgbox .img-pc {
    display: none !important;
  }

  .artist .bodywapper .bodytext ul li.imgbox .img-sp {
    display: block !important;
    width: 100%;
  }

  .artist .bodywapper .bodytext ul li.linkbtn {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding-bottom: 6px;
    background-size: 80px auto;
  }

  .artist .bodywapper .bodytext ul li.linkbtn a {
    display: block;
    width: auto;
  }

  .artist .bodywapper .bodytext ul li.linkbtn .view,
  .topics .bodywapper .bodytext p .view {
    font-size: 3.6rem;
    padding-right: 22px;
    line-height: 1.6;
  }

  .topics .bodywapper .bodytext p {
    width: 47%;
    float: right;
    margin-top: 0px;
    background-size: 80px auto;
  }
}


.topics .bodywapper .bodytext p,
.artist .bodywapper .bodytext ul li.linkbtn {
  background-size: 250px auto;
}

@media (max-width: 599px) {
  .topics .bodywapper .bodytext p ,
  .artist .bodywapper .bodytext ul li.linkbtn {
    background-size: 120px auto;
  }

}


.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 {
  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{

  }
}


.artistpage .h2_title{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 6.5rem;
  font-weight: 400;
  font-family: "League Gothic","Noto Sans JP", sans-serif;
  color: #6a7775;
  letter-spacing: 0.05em;
}

.artistpage .h2_title .jp_h2{
  display: block;
  margin-left: 1.0em;
  font-size: 0.26em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.h2_title{
  display: flex;
  align-items: center;
}

.artistpage .h2_title .jp_h2{
  display: block;
  margin-left: 2.4em;
  font-size: 0.28em;
  line-height: 1.4;
  position: relative;
}

.artistpage .h2_title .jp_h2::before{
  content: "";
  position: absolute;
  left: -1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(36deg);
  width: 1px;
  height: 2.8em;
  background: #9aa3a1;
}


/* タブレット */
@media (max-width: 1024px) {
  .artistpage .h2_title{
    font-size: 6rem;
  }
}

/* スマホ */
@media (max-width: 599px) {
  .artistpage .h2_title{
    font-size: 3.6rem;
  }

  .artistpage .h2_title .jp_h2{
    font-size: 0.30em;
  }
}


.howto-buy-image {
  width: 300px;
}
.howto-buy-image p{
  text-align: center;
}
.howto-buy-image img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
}

  @media (max-width: 599px) {
    .howto-buy-image {
      width: 80%;
      margin: 0 auto;
    }
    .howto-buy-image img {
      width: 100%;
    }
  }

.howto .bodywapper .bodytext a,
.seminar .bodywapper .bodytext a,
.comisionWork .bodywapper .bodytext a{
  font-size: 1.50rem;
  line-height: 1.50em;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

#topics .swiper-pagination {
  text-align: left;
  bottom: 12px;
  left: 16px;
  right: auto;
  width: auto;
  color: #333 !important;
  font-size: 20px !important;
  font-family: monospace;
  letter-spacing: 0.03em;
}

#topics .swiper-pagination .separator {
  color: #ccc !important;
}

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