@charset "UTF-8";

/* ==================================================
common
================================================== */

.dtlPage {
}

.artcleArea {
  position: relative;
}
.artcleArea + .artcleArea {
}

.bgFrame {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bgFrame span {
}
.bgFrame span::before,
.bgFrame span::after {
  content: "";
  background: #3c3c3c;
  width: 100%;
  height: 1px;
  position: absolute;
}
.bgFrame span:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bgFrame span:nth-child(1)::before {
  top: 8px;
}
.bgFrame span:nth-child(1)::after {
  bottom: 8px;
}
.bgFrame span:nth-child(2) {
}
.bgFrame span:nth-child(2)::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 8px;
}
.bgFrame span:nth-child(2)::after {
  width: 1px;
  height: 100%;
  top: 0;
  right: 8px;
}

.jpTtl {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.enTtl {
  letter-spacing: 0.22em;
  font-size: clamp(16.6px, var(--STitle), 32px);
}
@media (width >= 900px) {
  .dtlPage {
  }
  .artcleArea {
  }
  .artcleArea + .artcleArea {
  }
  .bgFrame {
  }
  .bgFrame span {
  }
  .bgFrame span::before,
  .bgFrame span::after {
  }
  .bgFrame span:nth-child(1) {
  }
  .bgFrame span:nth-child(1)::before {
    top: 16px;
  }
  .bgFrame span:nth-child(1)::after {
    bottom: 16px;
  }
  .bgFrame span:nth-child(2) {
  }
  .bgFrame span:nth-child(2)::before {
    left: 16px;
  }
  .bgFrame span:nth-child(2)::after {
    right: 16px;
  }

  .jpTtl {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .enTtl {
    letter-spacing: 0.4em;
  }
}

/* ==================================================
mainArea
================================================== */
.mainArea {
  background: #f6f3f2;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
}
.mainArea .logoObj {
  width: 85%;
  margin: auto auto 0;
  padding: 88px 0 80px;
  max-width: 730px;
}
.mainArea .infoBlk {
  padding: 10% 0 13%;
  width: 100%;
  position: relative;
}
.mainArea .infoBlk::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3c3c3c;
  position: absolute;
  left: 0;
  top: 0;
}
.mainArea .infoBlk .imgGlp {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1140px;
}
.mainArea .infoBlk .date {
  width: 70%;
  max-width: 450px;
}
.mainArea .infoBlk .time {
  width: 80%;
  max-width: 440px;
  margin: 6% auto 0;
}
@media (width >= 900px) {
  .mainArea {
  }
  .mainArea .logoObj {
  }
  .mainArea .infoBlk {
    padding: 46px 10vw 62px;
  }
  .mainArea .infoBlk::before {
  }
  .mainArea .infoBlk .imgGlp {
  }
  .mainArea .infoBlk .date {
    margin: 0 auto 0 0;
    width: 46%;
  }
  .mainArea .infoBlk .time {
    margin: 0 0 0 auto;
    width: 45%;
  }
}

/* ==================================================
#set01
================================================== */

#set01 {
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 70px 9%;
  position: relative;
  background-position: center;
}
#set01 .ttlObj {
  color: #fff;
  text-align: center;
}
#set01 .txtGlp {
  margin: 60px auto 0;
}
#set01 .txtGlp .txtObj {
  line-height: 1.8;
}
#set01 .txtGlp .txtObj + .txtObj {
  margin: 1em 0 0;
}
#set01 .imgObj {
  margin: 80px auto 0;
  width: 100%;
  max-width: 400px;
}
#set01 .bnrObj {
  margin: 60px auto 0;
  text-align: center;
  width: 100%;
  max-width: 640px;
}
#set01 .bnrObj .txtObj {
  margin: 20px auto 0;
  line-height: 2;
}
@media (width >= 900px) {
  #set01 {
  }
  #set01 .ttlObj {
  }
  #set01 .txtGlp {
  }
  #set01 .txtGlp .txtObj {
    text-align: center;
  }
  #set01 .txtGlp .txtObj + .txtObj {
  }
  #set01 .imgObj {
    width: 45%;
  }
  #set01 .bnrObj {
  }
  #set01 .bnrObj .txtObj {
  }
}

/* ==================================================
#set02
================================================== */
#set02 {
  padding: 80px 0;
}
#set02 .imgTxtBlk {
}
#set02 .imgTxtBlk .ttlObj {
  text-align: center;
  width: 80%;
  border-bottom: 1px solid;
  line-height: 0.66;
  margin: 0 auto;
  color: #9c9c9c;
  max-width: 900px;
}
#set02 .imgTxtBlk .txtGlp {
  margin: 40px auto 0;
  text-align: center;
}
#set02 .imgTxtBlk .txtGlp .sTtlObj {
}
#set02 .imgTxtBlk .txtGlp .txtbj {
  text-align: center;
  margin: 20px auto 0;
}
#set02 .artistLists {
  width: 85%;
  margin: 60px auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
}
#set02 .artistLists .artistList {
  width: 48%;
  text-align: center;
  margin: 0;
  position: relative;
}
#set02 .artistLists .artistList .imgObj {
  border: 1px solid #3c3c3c;
  position: relative;
}
#set02 .artistLists .artistList .name {
  margin: 10px auto 0;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

#set02 .artistLists.typeA {
}
#set02 .artistLists.typeA .artistList {
  margin: 0 0 40px;
}
#set02 .artistLists.typeA .artistList .name {
}
#set02 .artistLists.typeB {
}
#set02 .artistLists.typeB + .typeB {
}
#set02 .artistLists.typeB .artistList {
}
#set02 .artistLists.typeB::before,
#set02 .artistLists.typeB::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%) rotate(45deg);
  z-index: 5;
}
#set02 .artistLists.typeB::after {
  transform: translate(-50%) rotate(-45deg);
}
#set02 .artistLists.typeB .artistList .name {
}
#set02 .artistLists.typeC {
  width: 90%;
}
#set02 .artistLists.typeC .artistList {
  width: calc(100% / 3 - 1%);
  margin: 0;
}
#set02 .artistLists.typeC .artistList .name {
}
#navigator {
}
#navigator .ttlObj {
}
#navigator .imgObj {
  width: 50%;
  margin: 40px auto;
  text-align: center;
}
#navigator .imgObj .name {
  margin: 15px auto 0;
  letter-spacing: 0.5em;
}
#specialLive {
}
#specialLive .ttlObj {
}
#specialLive .txtGlp {
  text-align: center;
}
#specialLive .txtGlp .sTtlObj {
}
#specialLive .txtGlp .txtbj {
}
#talkSession {
  margin: 80px auto 0;
}
#talkSession .ttlObj {
}
#talkSession .txtGlp {
}
#talkSession .txtGlp.t02 {
  margin: 80px auto 0;
}
#talkSession .txtGlp .sTtlObj {
  text-align: center;
}
#talkSession .txtGlp .txtbj {
}
@media (width >= 900px) {
  #set02 {
    padding: 80px 0 160px;
  }
  #set02 .imgTxtBlk {
    margin: 40px auto 0;
  }
  #set02 .imgTxtBlk + .imgTxtBlk {
    margin: 120px auto 0;
  }
  #set02 .imgTxtBlk .txtGlp {
    margin: 64px auto 0;
  }
  #set02 .imgTxtBlk .ttlObj {
  }
  #set02 .imgTxtBlk .txtGlp .sTtlObj {
  }
  #set02 .imgTxtBlk .txtGlp .txtbj {
    margin: 64px auto 0;
    line-height: 2;
  }
  #set02 .artistLists {
    margin: 80px auto 0;
  }
  #set02 .artistLists .artistList {
    width: 44%;
    max-width: 320px;
  }
  #set02 .artistLists .artistList .name {
    margin: 16px auto 0;
  }

  #set02 .artistLists.typeA {
    width: 55%;
    max-width: 700px;
  }
  #set02 .artistLists.typeA .artistList {
  }
  #set02 .artistLists.typeA .artistList .name {
  }
  #set02 .artistLists.typeB {
    width: 57.8%;
    max-width: 720px;
  }
  #set02 .artistLists.typeB + .typeB {
    margin: 80px a 0;
  }

  #set02 .artistLists.typeB::before,
  #set02 .artistLists.typeB::after {
    width: 63px;
    top: 50%;
  }
  #set02 .artistLists.typeB .artistList .name {
  }

  #set02 .artistLists.typeC {
    width: 81.2%;
    max-width: 1040px;
  }
  #set02 .artistLists.typeC .artistList {
    width: calc(100% / 3 - 2%);
  }
  #set02 .artistLists.typeC .artistList .name {
  }

  #set02 .artistLists.typeB::before,
  #set02 .artistLists.typeB::after {
  }
  #set02 .artistLists.typeB::after {
  }

  #navigator {
  }
  #navigator .ttlObj {
  }
  #navigator .imgObj {
    width: 26%;
    max-width: 320px;
    margin: 64px auto 0;
  }
  #navigator .imgObj .name {
  }
  #specialLive {
  }
  #specialLive .ttlObj {
  }
  #specialLive .txtGlp {
  }
  #specialLive .txtGlp .sTtlObj {
  }
  #specialLive .txtGlp .txtbj {
  }
  #talkSession {
  }
  #talkSession .ttlObj {
  }
  #talkSession .txtGlp {
  }
  #talkSession .txtGlp.t02 {
    margin: 160px auto 0;
  }
  #talkSession .txtGlp .sTtlObj {
  }
  #talkSession .txtGlp .txtbj {
  }
}

/* ==================================================
set03
================================================== */
#set03 {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  position: relative;
  background-position: center;
}
#set03 .ttlObj {
  text-align: center;
}
#set03 .photoLists {
  margin: 60px auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 95%;
}
#set03 .photoLists .imgObj {
  width: calc(100% / 3 - 3%);
  margin: 0 1.5% 3%;
  border: 1px solid #3c3c3c;
}
#set03 .photoLists .imgObj + .imgObj {
}

#set03 .ftrSet {
  padding: 40px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
#set03 .logoObj {
}
#set03 .logoObj a {
  width: 45%;
  margin: 0 auto;
  max-width: 160px;
}
#set03 .txtObj {
  margin: 10px auto 0;
}
@media (width >= 900px) {
  #set03 {
  }
  #set03 .ttlObj {
  }
  #set03 .photoLists {
    width: 90%;
    max-width: 1140px;
    margin: 80px auto 160px;
  }
  #set03 .photoLists .imgObj {
    width: calc(100% / 4 - 2%);
    margin: 0 1% 2%;
  }
  #set03 .photoLists .imgObj + .imgObj {
  }
  #set03 .logoObj {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 2vw;
  }
  #set03 .logoObj a {
    width: 12%;
    margin: 0;
  }
  #set03 .txtObj {
    font-size: 14px;
    margin: 0;
  }
}

/* ==================================================

================================================== */
@media (width >= 900px) {
}

/* ==================================================

================================================== */
@media (width >= 900px) {
}
