/*common*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: clamp(14px, calc(100vw * 32 / 1170), 16px);
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}
figure{
  margin: 0;
  padding: 0;
}
img{
  width: 100%;
  height: auto;
}
.svgDefs{
  display: none;
}
.bold{
  font-weight: bold;
}
.pc{
  display: none;
}
a{
transition: 0.3s;
}
a:hover{
  opacity: 0.6;
}
@media (min-width: 768px) {
  .pc{
    display: block;
  }
  
}


/*base*/
.wrapper {
  padding: 0 5.128205128vw;
}

.container {
  margin: 0 auto;
  width: 100%;
}
.contentsSection{
  margin: 5em auto;
  max-width: 1240px;
}
.contentsSection + .contentsSection{
  border-top: 1px solid #707070;
  padding-top: 5em;
}

.bnrArea{
  margin: 3.75em auto;
  max-width: 1240px;
}

.articleText{
    max-width: 650px;
    margin: 0 auto;
    line-height: 2;
}
.articleText .btnBox{
  margin-top: 3em;
}

/*btn*/
.btn01, .btnBox{
    margin: 0 auto;
    text-align: center;
}
.btn01 a{
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1;
    font-size: clamp(12px, calc(100vw * 50 / 1170), 25px);
    font-weight: bold;
    padding: 0.5em 5em;
    border: 1.5px solid #000;
    text-decoration: none;
    margin: 0 auto;
}
.btn01w a{
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: clamp(12px, calc(100vw * 50 / 1170), 25px);
  font-weight: bold;
  padding: 0.5em 2.5em;
  border: 1.5px solid #fff;
  text-decoration: none;
  margin: 0 auto;
}
.article .btn01w a{
  color: #fff;
}
.btn02 a{
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 80px;
    border: 1.5px solid #000;
    text-decoration: none;
    margin: 0 auto;
}

.btn03 a{
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #555;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-size: clamp(10px, calc(100vw * 36 / 1170), 18px);
  font-weight: bold;
  padding: 0.8em 3em;
  border: 1.5px solid #555;
  text-decoration: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .btn01 a{
      font-size: 25px;
      padding: 12.5px 60px;
  }
}

/*article*/
.article{
  overflow: hidden;
}
.article figure{
  font-size: 0;
}
.article a{
  color: #000;
  text-decoration: none;
}
.article header h1{
  font-size: clamp(10px, calc(100vw * 90 / 1170), 45px);
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
}

.article header .read{
  font-size: clamp(10px, calc(100vw * 60 / 1170), 30px);
  margin: 0.75em 0 0;
  font-weight: bold;
}
.articleData{
  color: #999999;
  line-height: 1.5;
}
.articleData p{
  margin: 0;
}
.articleData a{
  color: #999999;
  text-decoration: none;
}

@media (min-width: 768px) {
  .article header h1{
    font-size: 40px;
    font-size: clamp(10px, calc(100vw * 80 / 2880), 100vw);
  }
  .article header.magHeadData h1{
    font-size: 40px;
    font-size: clamp(10px, calc(100vw * 80 / 2880), 40px);
    margin-top: clamp(80px, calc(100vw * 267 / 2880), 133.5px);
  }
  .article header .read{
    font-size: 20px;
    font-size: clamp(10px, calc(100vw * 40 / 2880), 100vw);
    margin: 0.9em 0 0;
  }

  .article.articlePt2 header h1{
    font-size: clamp(10px, calc(100vw * 80 / 1170), 40px);
  }
  .article.articlePt2 header .read{
    font-size: clamp(10px, calc(100vw * 40 / 1170), 20px);
  }
}


/*LIST 一覧ページ*/
.list .article{
  padding-bottom: 0.5em;
  margin-bottom: 4em;
}
.list_Masonry .article{
 width: 100%;
}
.list .article:last-child{
  margin-bottom: 0;
}
.list .article.magazine h1{
  font-size: calc(100vw * 48 / 1170);
  font-weight: bold;
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
}
.articleMagData{
  font-size: calc(100vw * 34 / 1170);
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  margin-top: 1em;
}

.list .article header{
  margin-top: 16px;
}
.list .article header h1{
  font-size: calc(100vw * 90 / 1170);
  font-size: 20px;
  font-size: clamp(12px, calc(100vw * 40 / 1170), 20px);
  font-weight: bold;
  line-height: 1.4;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  margin-top: 0.8em;
}
.list .article header .read{
  font-size: calc(100vw * 54 / 1170);
  font-size: 20px;
  font-size: clamp(12px, calc(100vw * 54 / 1170), 27px);
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.list .articleData {
  font-size: clamp(10px, calc(100vw * 36 / 1170), 18px);
  margin-top: 1em;
}
.list .articleData a{
  color: #999999;
  font-size: 16px;
  font-size: clamp(10px, calc(100vw * 36 / 1170), 18px);
}

.list + .btnBox{
  margin-top: 2em;
}
.list.list_Masonry + .btnBox{
  margin-top: 0em;
}
@media (min-width: 768px) {
  .list{
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
  }
  .list .article{
    margin-bottom: 0px;
    width:calc( (100% - 70px) / 3);
    float: left;
  }
  .list_Masonry .article{
    padding-bottom: 4em;
   }
  .list .article header h1{
      font-size: 13px;
      margin: 0 0 15px;
  }
  .list .article header{
    margin-top: 18px;
  }
  .list .article header .read{
      font-size: 17px;
      margin-bottom: 10px;
  }
  .list .articleData{
    font-size: 12px;
    margin-top: 15px;
  }
  .list .article.magazine h1{
    font-size: 17px;
  }
  .list .articleMagData,
  .list .articleData a{
    font-size: 12px;
  }
  .list + .btnBox{
    margin-top: 60px;
  }
  .list.list_Masonry + .btnBox{
    margin-top: 0em;
  }
}

.listThm6x4 article figure{
  aspect-ratio: 6 / 4;
  overflow: hidden;
  object-fit: cover;
}
.listThm6x4 article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*見出し*/
.sectionTitle{
  font-size: calc(100vw * 60 / 1170);
  font-weight: bold;
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 13px;
  max-width: 1240px;
}
.sectionTitleCenter{
  font-size: calc(100vw * 60 / 1170);
  font-weight: bold;
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  text-align: center;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .sectionTitle{
    font-size: 25px;
  }
  .sectionTitleCenter{
    font-size: 25px;
  }
}


/*メインヴィジュアル*/
.mainVisial{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.mainVisial a:hover{
  opacity: 1;
}
.mainVisial article{
  height: 100%;
  width: 100%;
  position: relative;
}
.mainVisial article .mainImg{
  height: 100%;
  width: 100%;
  text-align: center;
}
.mainVisial article .mainImg img{
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mainVisialHeader{
  position: absolute;
  bottom: calc(100vw * 190 / 1170);
  left: 5.128205128vw;
  z-index: 10;
  color: #fff;
  line-height: 1.25;
}
.mainVisialHeader a{
  color: #fff;
  text-decoration: none;
}
.mainVisialHeader h1{
  font-size: calc(100vw * 90 / 1170);
  font-weight: bold;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  line-height: 1.22;
  margin: 0 0 1em;
}
.mainVisialHeader .read{
  font-size: calc(100vw * 60 / 1170);
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 768px) {
  .mainVisial article .mainImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainVisialHeader{
    bottom: 5.128205128vw;
    left: calc( 100vw * 100 / 1440);
    bottom: calc( 100vw * 100 / 1440);
  }

  .mainVisialHeader h1{
    font-size: calc(100vw * 40 / 1440);
    font-size: ;
  }
  .mainVisialHeader .read{
    font-size: calc(100vw * 17 / 1440);
  }
}


/*サイトヘッダー*/
.siteHeader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 210 / 1170);
  z-index: 1000;
  transition: 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.siteHeader.hide{
  opacity: 0;
  transform: translateY(-100%);
}
.siteHeader.hide:hover{
  opacity: 1;
}

.siteHeader.on.open{
  opacity: 1;
}
.siteHeader.on:hover{
  opacity: 1;
  background: rgba(255, 255, 255, .7);
}
.siteHeaderInner{
  height: 100%;
  position: relative;
}
.siteHeaderLogo{
  width: calc(100vw * 350 / 1170);
  max-width: 150px;
  height: auto;
  position: absolute;
  top: calc(100vw * 90 / 1170);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
.siteHeaderLogo svg{
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.siteHeaderLogo svg g path{
  transition: 0.3s;
 fill:#fff;
}
.category .siteHeaderLogo svg g path,
.post-type-archive-artists .siteHeaderLogo svg g path,
.page-id-409 .siteHeaderLogo svg g path,
.single .siteHeaderLogo svg g path,
.tag .siteHeaderLogo svg g path,
.page-id-406 .siteHeaderLogo svg g path,
.on .siteHeaderLogo svg g path{
  fill:#000;
}
.post-template-single-style-3 .siteHeaderLogo svg g path,
.post-template-single-style-4 .siteHeaderLogo svg g path{
  fill:#fff;
}
.post-template-single-style-3 .on .siteHeaderLogo svg g path,
.post-template-single-style-4 .on .siteHeaderLogo svg g path{
  fill:#000;
} 

header.siteHeader.open .siteHeaderLogo svg g path{
  transition: 0.3s;
 fill:#fff;
}


.btnSearch{
  position: absolute;
  width: calc(100vw * 50 / 1170);
  height: calc(100vw * 54 / 1170);
  top: calc(100vw * 90 / 1170);
  right: calc(100vw * 200 / 1170);
  transform: translate(0, 0);
  z-index: 100;
}
.btnSearch svg g{
  stroke:#fff;
  transition: 0.3s;
}   
.btnSearch svg line{
  fill:#fff;
  stroke:#fff;
  transition: 0.3s;  
 }
.category .btnSearch svg g,
.post-type-archive-artists .btnSearch svg g,
.page-id-409 .btnSearch svg g,
.single .btnSearch svg g,
.tag .btnSearch svg g,
.page-id-406 .btnSearch svg g,
.on .btnSearch svg g{
  stroke:#000;
} 
.post-template-single-style-3 .btnSearch svg g,
.post-template-single-style-4 .btnSearch svg g{
  stroke:#fff;
}
.post-template-single-style-3 .on .btnSearch svg g,
.post-template-single-style-4 .on .btnSearch svg g{
  stroke:#000;
}

.category .btnSearch svg line,
.post-type-archive-artists .btnSearch svg line,
.page-id-409 .btnSearch svg line,
.single .btnSearch svg line,
.tag .btnSearch svg line,
.page-id-406 .btnSearch svg line,
.on .btnSearch svg line{  
  fill:#000;
  stroke:#000;  
 }
.post-template-single-style-3 .btnSearch svg line,
.post-template-single-style-4 .btnSearch svg line{
  fill:#fff;
  stroke:#fff;  
 } 
.post-template-single-style-3 .on .btnSearch svg line,
.post-template-single-style-4 .on .btnSearch svg line{
  fill:#000;
  stroke:#000;  
 }

 header.siteHeader.open .btnSearch svg g{
  stroke:#fff;
 }
 header.siteHeader.open .btnSearch svg line{
  fill:#fff;
  stroke:#fff;  
}

.HamburgerBtn{
  position: absolute;
  width: calc(100vw * 60 / 1170);
  height: calc(100vw * 50 / 1170);
  top: calc(100vw * 90 / 1170);
  right: calc(100vw * 80 / 1170);
  transform: translate(0, 0);
  z-index: 100;
  transition: 0.3s;
}
.HamburgerBtn span{
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.HamburgerBtn::before,
.HamburgerBtn::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
.category .HamburgerBtn span,
.category .HamburgerBtn::before,
.category .HamburgerBtn::after,
.post-type-archive-artists .HamburgerBtn span,
.post-type-archive-artists .HamburgerBtn::before,
.post-type-archive-artists .HamburgerBtn::after,
.single-artists .HamburgerBtn span,
.single-artists .HamburgerBtn::before,
.single-artists .HamburgerBtn::after,
.single .HamburgerBtn span,
.single .HamburgerBtn::before,
.single .HamburgerBtn::after,
.page-id-409 .HamburgerBtn span,
.page-id-409 .HamburgerBtn::before,
.page-id-409 .HamburgerBtn::after,
.tag .HamburgerBtn span,
.tag .HamburgerBtn::before,
.tag .HamburgerBtn::after,
.page-id-406 .HamburgerBtn span,
.page-id-406 .HamburgerBtn::before,
.page-id-406 .HamburgerBtn::after,
.on .HamburgerBtn span,
.on .HamburgerBtn::before,
.on .HamburgerBtn::after{
  background-color: #000;
}
.post-template-single-style-3 .HamburgerBtn span,
.post-template-single-style-3 .HamburgerBtn::before,
.post-template-single-style-3 .HamburgerBtn::after,
.post-template-single-style-4 .HamburgerBtn span,
.post-template-single-style-4 .HamburgerBtn::before,
.post-template-single-style-4 .HamburgerBtn::after{
  background-color: #fff;
}

.post-template-single-style-3 .on .HamburgerBtn span,
.post-template-single-style-3 .on .HamburgerBtn::before,
.post-template-single-style-3 .on .HamburgerBtn::after,
.post-template-single-style-4 .on .HamburgerBtn span,
.post-template-single-style-4 .on .HamburgerBtn::before,
.post-template-single-style-4 .on .HamburgerBtn::after{
  background-color: #000;
}

header.siteHeader.open .HamburgerBtn span,
header.siteHeader.open .HamburgerBtn::before,
header.siteHeader.open .HamburgerBtn::after{
  background-color: #fff; 
}
header.siteHeader.open .HamburgerBtn span{
  opacity: 0;
}
header.siteHeader.open .HamburgerBtn::before{
  transform: rotate(45deg);
  top: 50%;
}
header.siteHeader.open .HamburgerBtn::after{
  transform: rotate(-45deg);
  top: 50%;
}
.HamburgerBtn::before{
  top: 0;
}
.HamburgerBtn::after{
  bottom: 0;
}
.siteHeaderNavHamburger{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333333;
  display: flex;
  align-items: center;
  top: 0;
  display: none;
}
.siteHeaderNavHamburger a{
  color: #fff;
  text-decoration: none;
}
.searchFormArea{
  background: #eee;
  padding: 1em 1em;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search-form{
  display: flex;
  align-items: center;
  justify-content: left;
  width: auto;
}
.searchFormArea input{
  background: #fff;
  padding: 0.25em 0.9em;
  border: 1px solid #ccc;
}
.search-submit{
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0.25em 1em;
  border: 1px solid #000;
}
.searchFormAreaClose{
  width: 34px;
  height: 34px;
  position: absolute;
  top: 1em;
  right: 0.75em;
}
.searchFormAreaClose a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.searchFormAreaClose a::before,
.searchFormAreaClose a::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.searchFormAreaClose a::before{
  transform: rotate(45deg);
}
.searchFormAreaClose a::after{
  transform: rotate(-45deg);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999; /* siteHeaderより下にしたければ調整 */
}
.searchOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.searchFormArea {
  display: none;
  position: fixed;
  z-index: 1000;
  /* 必要なら他のスタイル追加 */
}


@media (min-width: 768px) {
  .siteHeader{
    height: auto;
    text-align: center;
    padding-top: 35px;
  }
  .siteHeaderLogo{
    position: relative;
    top: auto; 
    left: auto;
    transform: translate(0, 0);
    margin: 0px auto 0;
  }
  .siteHeaderNavHamburgerInner{
    display: flex;
    flex-wrap: wrap;
  }
  .siteHeaderNavPc{
    position: relative;
    text-align: center;
    margin: 13px 0 20px;
  }
  .siteHeaderNavPc ul{
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  .siteHeaderNavPc ul li{
    list-style: none;
    margin: 0 10px;
    line-height: 1;
    font-size: 15px;
  }
  .siteHeaderNavPc ul li a{
    text-decoration: none;
    color: #fff;
    padding: 0 15px;
    transition: 0.3s;
    font-weight: bold;
  }
  .category .siteHeaderNavPc ul li a,
  .post-type-archive-artists .siteHeaderNavPc ul li a,
  .page-id-409 .siteHeaderNavPc ul li a,
  .single .siteHeaderNavPc ul li a,
  .tag .siteHeaderNavPc ul li a,
  .page-id-406 .siteHeaderNavPc ul li a,
  .on .siteHeaderNavPc ul li a{
    color:#989898;
  }
  .post-template-single-style-3 .siteHeaderNavPc ul li a,
  .post-template-single-style-4 .siteHeaderNavPc ul li a{
    color: #fff;
  }
  .post-template-single-style-3 .on .siteHeaderNavPc ul li a,
  .post-template-single-style-4 .on .siteHeaderNavPc ul li a{
    color: #000;
  }
  .category-post .siteHeaderNavPc ul li a.linkPost,
  .category-news .siteHeaderNavPc ul li a.linkPost,
  .category-column .siteHeaderNavPc ul li a.linkPost,
  .category-feature .siteHeaderNavPc ul li a.linkPost,
  .category-recap .siteHeaderNavPc ul li a.linkPost,
  .category-interview .siteHeaderNavPc ul li a.linkInterview,
  .post-type-archive-artists .siteHeaderNavPc ul li a.linkArtists,
  .single-artists .siteHeaderNavPc ul li a.linkArtists{
    color: #000;
  }
  .btnSearch{
    width: 17px;
    height: 18px;
    top: 0px;
    right: calc(100vw * 220 / 2880);
  }
  .HamburgerBtn{
    width: 20px;
    height: 17px;
    top: 0px;
    right: calc(100vw * 120 / 2880);

  }
  .searchFormArea{
    background: #eee;
    padding: 2.5em 4em;
    font-size: 18px;
    gap: 1.5em;
    justify-content: center;
  }
  .search-form{
    justify-content: center;
  }
  .searchFormAreaClose {
    position: relative;
    top: auto;
    right: auto;
  }
}

.categoryMenu{
  font-size: calc(100vw * 80 / 1170);
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 5.128205128vw;
  margin-bottom: 2em;
}
.categoryMenuList{
  margin: 0;
  padding: 0;
}
.categoryMenuList li{
  list-style: none;
}
footer .categoryMenuList li + li{
 margin-top: 0.2em;
}

.linkShop{
  margin-top: 1em;
}
.pageMenu{
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  margin: 0 5.128205128vw;
}
.pageMenuList{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.pageMenuList li{
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 0.5em;
  padding: 0 calc(5.128205128vw / 2);
  font-weight: bold;
}
.pageMenuList li + li{
  margin-top: 0.2em;
}
.linkSns{
  margin-top: 1em;
}
.snsInstagram{
  /*width: calc(100vw * 50 / 1170);*/
  width: 20px;
  height: 20px;
  display: block;
  padding: 5px;
  margin-left: calc(5.128205128vw / 2 - 5px);
}

@media (min-width: 768px) {
  .categoryMenu{
    font-size: 40px;
    text-align: left;
    margin: 0;
    width: calc( (50vw + 75px) / 2 + 30px);
  }
  .pageMenu{
    line-height: 1.25;
    font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
    margin: 0;
    width: calc( (50vw + 75px) / 2 - 30px ) ;
  }
  .pageMenuList li{
    width: 100%;
    padding: 0;
  }
  .pageMenuList{
    text-align: left;
  }

  .menuInnerMag{
    width: calc( 50vw - 75px);
    display: flex;
    justify-content: center;
  }
  .articleMag{
    max-width: 210px;
    text-align: left;
    line-height: 1.875;
  }
  .menuInnerMag h1{
    font-size: 16px;
  }
  .snsInstagram{
    padding: 0;
    margin-left: 0;
  }
  .linkShop{
    margin-top: 0.8em;
  }
  footer .linkShop{
    margin-top: 0.3em;
  }
}



/*Magazine*/

.MagazineArea{
  background: #000;
  margin: 0 -5.128205128vw;
  padding: 5em 5.128205128vw;
  color: #fff;
}
.magHeadArea{
}
.article .magHeadArea a{
  color: #fff;
}
.magHeadInner{
  max-width: 250px;
  margin: 0 auto;
}
.MagazineArea figure{
  font-size: 0;
  margin-bottom: calc( 100vw * 80 / 1170 );
}
.magHeadData h2{
  font-size: calc( 100vw * 50 / 1170 );
}
.magHeadData h1{
  font-size: calc( 100vw * 60 / 1170 );
}
.magHeadData p{
  font-weight: bold;
  margin-top: 1.5em;
  line-height: 1.75;
}

.magHeadArea .btnBox{
 margin-top: calc( 100vw * 164 / 1170 );
}
@media (min-width: 768px) {
  .magHeadInner{
    max-width: none;
    display: flex;
    justify-content: center;
  }
  .magHeadInner figure{
    width: 50%;
    aspect-ratio: 1.245 / 1;
    max-width: 640px;
    text-align: center;
    margin-bottom: 0;
  }
  .magHeadInner figure img{
    width: auto;
    height: 100%;
  }
  .magHeadInner .magHeadData{
    width: 50%;
    max-width: 640px;
    position: relative;
  }
  .magHeadData h2{
    font-size: clamp(10px, calc(100vw * 40 / 2880), 20px);
    margin: 0;
  }
  .magHeadData h1{
    font-size: clamp(10px, calc(100vw * 80 / 2880), 40px);
    margin-top: clamp(80px, calc(100vw * 340 / 2880), 170px);
  }
  .magHeadData .btnBox{
    text-align: left;
    margin-top: clamp(20px, calc(100vw * 100 / 2880), 50px);
  }
  .articleMagData {
    font-size: calc(100vw * 40 / 2880);
  }
}
.MagazinePage .magHeadArea{
  background: #000;
  color: #fff;
  padding: 6.5em 5.128205128vw 5em;
}
.MagazineArea .magHeadArea{
  padding: 0;
}
@media (min-width: 768px) {
  .MagazinePage .magHeadArea{
    padding: 10.5em 5.128205128vw 5em;
  }
  .MagazineArea .magHeadArea{
    padding: 0;
  }
}
.single-artists .listMagazine {
  padding: 0;
}
@media (min-width: 768px) {
.single-artists .listMagazine {
  gap: clamp(0px, calc(100vw * 95 / 2880), 47.5px);
  padding: 0;
  margin: 55px 0 0px;
}
}

/*footer*/
.siteFooter{
  padding-bottom: 5em;
}
.siteFooter a{
  color: #fff;
  text-decoration: none;
}
.siteFooterGrayBg{
  background: #333333;
  padding: 3.5em 5.128205128vw;
}
.siteFooterInner{
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.siteFooter .categoryMenu{
  text-align: left;
  font-size: calc( 100vw * 50 / 1170 );
  width: 50%;
  margin: 0;
}
.siteFooter .categoryMenu a{
  font-size: calc( 100vw * 50 / 1170 );
}
.siteFooter .pageMenu{
  text-align: left;
  font-weight: bold;
  margin: 0;
  width: 50%;
}
.siteFooter .pageMenuList{
  font-size: calc( 100vw * 50 / 1170 );
}
.siteFooter .pageMenuList li{
  width: 100%;
  margin: 0;
  padding: 0;
}
.siteFooter .pageMenuList li + li,
.siteFooter .categoryMenu li + li{
  margin-top: 0.3em;
}
.siteFooter .pageMenu a{
  font-size: calc( 100vw * 50 / 1170 );
  margin-left: 0;
}
.siteFooter .linkSns{
 margin-left: 0;
}
.siteFooter .linkSns a{
  padding-left: 0;
}
.footerLogoArea{
  margin: 4.75em 1em 1.5em;
}
.siteFooer .copyright {
  position: fixed;
  width: 100%;
  padding: 0 3% 3%;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .siteFooer {
    margin: 0;
    padding: var(--section-margin02) 24.35vw;
  }
  .siteFooter .categoryMenu,
  .siteFooter .pageMenu{
    width: 25%;
    max-width: 250px;
  }
  .siteFooter .categoryMenu,
  .siteFooter .pageMenuList,
  .siteFooter .categoryMenu a,
  .siteFooter .pageMenu a{
    font-size: 15px;
    line-height: 1.7;
  }
  
}
@media screen and (min-width: 1560px) {
  .siteFooer {
    padding: var(--section-margin02) 0;
  }
  .siteFooer .copyright {
    padding: 0 50px 60px;
  }
}


.mailBox{
  max-width: 335px;
  width: 80%;
  margin: 6em auto 0em;
  font-size: calc(100vw * 32 / 1170);
  color: #fff;
}
.mailBox h2{
  font-size: calc(100vw * 40 / 1170);
  font-weight: bold;
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
  margin-bottom: 0.5em;
  color: #fff;
}
.mailBox form input{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.9em;
  border: none;
  background: #fff;
  color: #000;
  font-size: calc(100vw * 40 / 1170);
  line-height: 1.25;
  font-family: 'Helvetica',"dnp-shuei-gothic-kin-std", sans-serif;
}
.mailBox form input.formBtn{
  appearance: none;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.9em;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: calc(100vw * 40 / 1170);
  background: #000;
  color: #fff;
  text-decoration: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .mailBox {
    max-width: none;
    width: 50%;
    margin: 0;
    font-size: 15px;
    color: #fff;
  }
  .mailBox h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 15px;
    color: #fff;
    max-width: 400px;
    margin: 0 0 1em auto;
  }
  .mailBox form{
    max-width: 400px;
    margin: 0 0 1.1em auto;
  }
  .mailBox form .mailBoxFormInner{
    display: flex;
    flex-wrap: wrap;
  }
  .mailBox p{
    max-width: 400px;
    margin: 0 0 0 auto;
  }
  .mailBox form input {
    width: 72.5%;
    max-width: 290px;
    padding: 0.9em 1em;
    font-size: 15px;
    line-height: 1.25;
  }
  .mailBox form .btnBox{
    width: 27.5%;
    max-width: 110px;
    margin: 0;
    padding: 0;
  }
  .mailBox form input.formBtn {
      padding: 0.9em 1em;
      margin-top: 2em;
      font-size: 15px;
      margin: 0;
      width: 100%;
      height: 100%;
  }
}
.logoLib {
  max-width: 498px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.logoBox{
  width: 49.8%;
  display: inline-block;
  vertical-align: middle;
}
.logoBox1{ padding: 0 4.15%;}
.logoBox2{ padding: 0 15.8333%;}
.logoBox3{ padding: 0 6.666%; margin-top: 25px;}
.logoBox4{ padding: 0 6.666%; margin-top: 25px;}
.logoBox5{ padding: 0; width: 55.8333%; margin-top: 25px;}

.logoBox{
  width: auto;
  padding: 0;
  margin: 0 2.125%;
}
.logoBox1{ padding: 0; width: 16.5%;}
.logoBox2{ padding: 0; width: 6.875%;}
.logoBox3{ padding: 0; margin-top: 0px; width: 15.25%; }
.logoBox4{ padding: 0; margin-top: 0px; width: 15.25%;}
.logoBox5{ padding: 0; margin-top: 0px; width: 22.25%;}

.footrtCopy{
  font-size: calc(100vw * 32 / 1170);
  margin: 0;
}

@media screen and (min-width: 768px) {
  .logoBox{
    width: auto;
    padding: 0;
    margin: 0 2.125%;
  }
  .logoBox1{ padding: 0; width: 16.5%;}
  .logoBox2{ padding: 0; width: 6.875%;}
  .logoBox3{ padding: 0; margin-top: 0px; width: 15.25%; }
  .logoBox4{ padding: 0; margin-top: 0px; width: 15.25%;}
  .logoBox5{ padding: 0; margin-top: 0px; width: 22.25%;}
}

.footrtCopy {
  font-size: var(--fontsize-5);
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
}
.shopSldSection{
  padding-top: 2.5em;
  border-top: #707070 solid 1px;
  max-width: 1240px;
  margin: 0 auto;
}
.shopSld{
  margin: 0 -5.128205128vw;
}
.shopSlide figure{
  font-size: 0;
}


.articleGallery{
  margin: 0 -5.128205128vw 6em;
  padding: 3em 0 2em;
  position: relative;
}
.articleGallery .swiper-slide img{
  opacity: 0.1;
  transition: 0.8s;
}
.articleGallery .swiper-slide.swiper-slide-active img{
  opacity: 1;
}
.swiper-button-prev:after,
.swiper-rtl
.swiper-button-next:after {
  content: 'prev';
  color: #717171;
  font-size: 16px;
}

.swiper-button-next:after {
  content: 'next';
  color: #717171;
  font-size: 16px;
}

.articleGallery .swiper-button-prev,
.articleGallery .swiper-button-next{
  bottom: 0;
  top: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .articleGallery{
    max-width: 1100px ;
    margin: 5em auto;
    padding: 0em 0 2em;
    position: relative;
    overflow: visible;
  }
  .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 22px;
}

.swiper-button-next:after {
  font-size: 22px;
}

.articleGallery .swiper-button-prev,
.articleGallery .swiper-button-next{
  bottom: auto;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.articleGallery .swiper-button-prev{
  left: -1em;
  transform: translateX(-100%); 
}
.articleGallery .swiper-button-next{
  right: -1em;
  transform: translateX(100%); 
}
}

@media screen and (min-width: 1240px) {
  .shopSld{
    margin: 0 calc((-100vw + 1240px) / 2);
  }
}
/*listMagazine*/

.listMagazine{
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * 100 / 1170);
  padding: 0 calc(100vw * 35 / 1170) 0;
}
.listMagazine .article{
  width: calc(50% - (100vw * 100 / 1170) / 2);
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
.listMagazine .article figure{
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .listMagazine{
    gap: clamp(0px, calc(100vw * 174 / 2880), 86px);
    padding: 0;
    max-width: 1100px;
    margin: 55px auto 225px;
  }
  .listMagazine .article{
    width: clamp(0px, calc(25% - (100vw * 174 / 2880) * 3 / 4), 210px);
  }
}

/*article*/

.articleHeaderInner{
  margin: 0 5.128205128vw;
}

.articlePt2 header{
  padding-top: 5em;
  padding-bottom: 2.5em;
}

.articlePt3 header{
  padding-bottom: 2.5em;
}

.articleHeadArea{
  position: relative;
}
.articleHeadArea header{
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  .articleHeadArea{
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .articleHeadArea figure{
    height: 100%;
  }
  .articleHeadArea figure img{
    height: 100%;
    object-fit: cover;
  }
  .articleHeadArea header{
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .articleHeadArea header .articleHeaderInner{
    position: absolute;
    margin: 0;
    bottom: 23.05vh;
    left: 6.9444vw;
    width: calc(100% - 6.9444vw - 5vw);
  }
  .articlePage header h1{
    font-size: clamp( 32px, calc( 100vw * 64 / 2880), 100vw);
  }
  .articlePage header .read{
    font-size: clamp( 20px, calc( 100vw * 40 / 2880), 100vw);
  }
  .articlePt1 .articleHeadArea figure{
    width: 50%;
    margin: 0 0 0 auto;
  }
  .articlePt2 .articleHeadArea{
    margin: 0 5.128205128vw;
    height: auto;
  }
  .articlePt2 .articleHeadArea header{
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding-top: 10em;
  }
  .articlePt2 .articleHeadArea header .articleHeaderInner{
    position: relative;
    margin: 0 auto;
    bottom: auto;
    left: auto;
    max-width: 1280px;
  }
  .articlePt2 .articleHeadArea figure{
    margin: 0 auto;
    max-width: 1280px;
  }
  .articlePt3 .articleHeadArea header .articleHeaderInner h1{
    background: #fff;
    display: inline-block;
    padding: 0 0.45em;
  }
  .articlePt3 .articleHeadArea header .articleHeaderInner .read{
    background: #fff;
    padding: 0 0.6em;
    display: inline-block;
  }
  .articlePt4 .articleHeadArea header .articleHeaderInner{
    color: #fff;
  }
}
.articleFooter{
  margin-top: calc(100vw * 200 / 1170);
  padding: 0px 5.128205128vw 0;
}
.articleFooterInner{
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #707070;
}


.articleFooter .articleData{
  font-size: 12px;
}
.articleTag{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.articleTag a{
  font-size: 16px;
  color: #707070;
  text-decoration: none;
  border: 1px solid #707070;
  padding: 0.4em 1em;
  border-radius: 15px;
  line-height: 1
}

.categoryName {
  font-size: var(--fontsize-7);
}

.artistArticleTitle {
  font-size: var(--fontsize-10);
  margin-bottom: var(--space-margin-s);
  line-height: 1.3;
}

.artistArticleWriter {
  margin-top: var(--space-margin-s2);
}

.artistArticleBody {
  margin: 4em auto;
  padding: 0;
  max-width: 780px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight:  400;
  font-size: 15px;
  line-height: 1.825;
  /*text-align: justify;*/
}

.aASubHeadline {
  font-size: var(--fontsize-6);
  margin-bottom: var(--space-margin-s2);
}

.imgBox {
  margin: var(--section-margin) 0;
}

@media screen and (min-width: 768px) {
  .articleFooter{
    margin-top: calc(100vw * 200 / 2880);
  }
  .artistArticleBody {
    font-size: 16px;
  }
  .imgBox-2img {
    display: flex;
  }
  .imgBox-2img figure {
    width: 50%;
  }
}

.artistArticleFooter {
  padding: var(--space-margin-m) var(--space-margin-s);
  border-top: 1px solid var(--key-color);
  color: var(--key-color);
  margin: 0 auto;
  max-width: calc(1160px + var(--space-margin-s));
}
.artistArticleFooter{
  font-size: 15px;
}
.otherArtistListsInner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-margin-ss);
  padding: 0 var(--space-margin-ss);
  max-width: calc(1560px + var(--space-margin-ss));
  margin: auto;
}

.artistListThm {
  width: calc(50% - var(--space-margin-ss));
}
.artistListThm h1 {
  margin-top: 5px;
  color: var(--key-color);
  font-size: var(--fontsize-6);
}
@media screen and (min-width: 768px) {
  .artistListThm {
    width: calc(25% - var(--space-margin-ss));
  }
  .artistListThm h1 {
    margin-top: 30px;
    font-size: var(--fontsize-7);
  }
  .artistArticleFooter{
    font-size: 17px;
  }
}
.post-nav{
  width: 100%;
  position: relative;
  display: block;
  margin-top: calc(100vw * 200 / 1170);
  padding-bottom: calc(100vw * 200 / 1170);
  border-bottom: 1px solid #707070;
  padding-top: 0.2em;
  display: flex;
  justify-content: space-between;
}
.next-post{
  width: auto;
}
.prev-post{
  width: auto;
}

.post-nav a, .post-nav span{
  display: flex;
  height: 30px;
  align-items: center;
  position: relative;
  gap: 10px;
  color: #000;
  text-decoration: none;
}
.next-post a::before{
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 30px;
  background-color: #000;
  background: url(../img/icon-prev.svg) no-repeat center center;
  background-size: contain;
}
.prev-post a::after{
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 30px;
  background: url(../img/icon-next.svg) no-repeat center center;
  background-size: contain;
}
.page-numbers{
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-numbers a{
  text-decoration: underline;
}
.related-posts{
  border-top: 1px solid #707070;
  padding-top: 5em;
}


.articleMain{
  font-size: clamp(10px, calc(100vw * 50 / 1170), 16px);
  margin: clamp(10px, calc(100vw * 160 / 1170), 80px) 0 0;
  line-height: 1.8;
}
.articleMain h3{
  font-size: clamp(10px, calc(100vw * 50 / 1170), 16px);
  margin-bottom: 1.8em;
}
.articleCredit{
  font-size: clamp(10px, calc(100vw * 40 / 1170), 13px);
  margin: clamp(10px, calc(100vw * 160 / 1170), 80px) 0 0;
  color: #333333;
}
.articleCredit dl{
  overflow: hidden;
}
.articleCredit dt{
  float: left;
  clear: left;
}
.articleCredit dd{
  float: left;
  clear: right;
}
.articleImg{
  margin: clamp(10px, calc(100vw * 160 / 1170), 80px) 0 clamp(10px, calc(100vw * 120 / 1170), 60px);
}
.articleImg + .articleImg{
  margin: clamp(10px, calc(100vw * 80 / 1170), 40px) 0 0;
}
.articleImg figcaption{
  font-size: clamp(10px, calc(100vw * 40 / 1170), 13px);
  margin-top: 1em;
  line-height: 1.5;
}
.articleImg p{
  font-size: clamp(10px, calc(100vw * 40 / 1170), 13px);
  margin-top: 1em;
}
.articleImg p + p{
  margin-top: 1em;
}
.articleImg img{
  width: 100%;
  height: auto;
}
.articleImgWide{
  margin: clamp(10px, calc(100vw * 160 / 1170), 80px)  -5.128205128vw 0;
}
.articleImgWide figcaption{
  margin: 1em  5.128205128vw 0;
}

.column1{
  margin-top: clamp(10px, calc(100vw * 160 / 1170), 80px);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.articleMain p + p{
  margin-top: 2em;
}
.articleMain p + h3{
  margin-top: 2em;
}
.column2{
  margin-top: clamp(10px, calc(100vw * 160 / 1170), 80px);
}
.column2InnerLeft{
  margin-bottom: calc(100vw * 80 / 1170);
}
.eventInfo{
  margin-top: 1.8em;
  font-size: 13px;
  line-height: 1.8;
  overflow: hidden;
}
.eventInfo h3{
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.articleMain .eventInfo p + h3 {
  margin-top: 0;
}
.eventInfo dt{
  float: left;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .articleMain{
    margin: 80px 0 0;
    line-height: 2;
  }
  .column1{
    margin-top: 60px;
  }
  .articleCredit{
    margin-top: 60px;
  }
  .articleImg{
    margin: 60px auto 40px;
    max-width: 650px;
  }
  .articleImg + .articleImg{
    margin: 40px auto 0;
  }
  .articleImgWide{
    margin-top: 60px;
    max-width: 1100px;
  }
  .eventInfo{}
  .column2Inner{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .column2InnerLeft{
    width: calc(50% - 20px);
    max-width: 600px;
    margin-bottom: 0;
  }
  
  .column2InnerRight{
    width: calc(50% - 20px);
    max-width: 600px;
    position: relative;
  }
  .column2Inner .articleImg{ margin: 0;}

  .eventInfo{
    margin-top: 1.8em;
    font-size: 16px;
    line-height: 2;
  }
  .eventInfo h3{
    margin: 0;
    font-size: 16px;
  }

  .post-nav{
    width: 100%;
    max-width: 1240px;
    margin: 80px auto 0;
    padding-bottom: 100px;
  }
  .post-nav a,
  .next-post a{
    gap: 20px;
  }
  .next-post a::before,
  .prev-post a::after{
    width: 20px;
    height: 40px;
  }
}

.articleArtist{
  padding-top: 7.5em;
  line-height: 2;
}
.artistContents .column2{
  margin-top: 1em;
}
.artistLink{
  margin-top: 2em;
}
.artistArtGalleryArea{
  margin-top: 5em;
}

.articleArtist header{
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .articleArtist{
    padding-top: 12em;
  }
  .artistLink{
   position: absolute;
   left: 0;
   bottom: 0;
  }
  .artistArtGalleryArea{
    max-width: 1240px;
    margin: 5em auto 0;
  }
}

/*
.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .custom-gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.custom-gallery-grid .gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
*/
.custom-gallery-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .custom-gallery-grid {
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}

.custom-gallery-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.goverlay {
  background: rgba(255, 255, 255, .92) !important;
}
.single .glightbox-clean .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.glightbox-clean .gslide-description{
  background: none !important;
}
.glightbox-clean .gdesc-inner {
  padding: 0 !important;
}
.glightbox-clean .gslide-title {
  font-family: arial;
  text-align: center;
  margin-top: 1em;
}
.single .glightbox-clean .gclose path,
.single .glightbox-clean .gnext path,
.single .glightbox-clean .gprev path {
  fill: #000;
}
.gclose, .gnext, .gprev{
  background: none !important;
  border: none !important;
}


.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .artist-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.artist-item {
  text-align: center;
}

.artist-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: left;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 12px;
}

.alphabet-nav li {
  list-style: none;
}

.alphabet-nav a {
  text-decoration: none;
  color: #000;
}

.alphabet-nav .disabled {
  color: #ccc;
  pointer-events: none;
}


.artistsList{
  padding-top: 7.5em;
  margin-bottom: 5em;
}
.artist-title{
  text-align: left;
}
.artist-item a{
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .alphabet-nav {
    margin-bottom: 40px;
    margin-top: 33px;
    font-size: 12px;
  }
  .artistsList{
    padding-top: 12em;
    max-width: 1240px;
    margin: 0 auto 7em;
  }
}
.articleList{
  padding-top: 7.5em;
  margin-bottom: 5em;
}

@media screen and (min-width: 768px) {
  .articleList{
    padding-top: 12em;
    max-width: 1240px;
    margin: 0 auto 7em;
  }
}

/*旧ポスト*/
.allWrapper{
  padding-top: 7.5em;
}
@media screen and (min-width: 768px) {
  .allWrapper{
    padding-top: 12em;
  }
}

.artistArticleBody .gallery{
  margin-top: 2em;
}
.artist-image{
  margin-bottom: 40px;
}
