@charset "UTF-8";

body::before {
  content: "";
  background: url(../img/body_bg.jpg);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.imgObj {
}
.imgObj span {
  background: var(--clWh40);
}
.mainArea {
  background: url(../img/hdr_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 0 56px;
}
.mainArea .titleGlp {
}
.mainArea .titleGlp {
}

.mainArea .titleGlp .mainTtl {
  background: var(--clrWh40);
  text-align: center;
}
.mainArea .titleGlp .logoObj {
  margin: 48px auto 0;
  width: min(50%, 820px);
}
.mainArea .titleGlp .timeBlk {
  width: min(45%, 706px);
  display: flex;
  justify-content: center;
  margin: 48px auto 0;
}
.mainArea .titleGlp .timeBlk .date {
}
.mainArea .titleGlp .timeBlk .time {
  margin: 0 0 0 3%;
}

.mainArea .imgTxtSet {
  margin: 30px auto 0;
  position: relative;
  width: min(95%, 1200px);
}
.mainArea .imgTxtSet .navigatorBlk {
}
.mainArea .imgTxtSet .navigatorBlk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row;
  width: 560px;
  margin: 0 auto;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet {
  width: 240px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet + .naviSet {
}
.mainArea .imgTxtSet .navigatorBlk .naviSet .imgObj {
  background: var(--clrWh40);
  border-radius: 100%;
  padding: 12px;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet .imgObj span {
  display: block;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #0d381e;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet .imgObj span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet .type {
  margin: 4px auto;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet .name {
  background: rgba(13, 56, 30, 0.8);
  width: 100%;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  border-radius: 40px;
  white-space: nowrap;
}
.mainArea .imgTxtSet .txtGlp {
  width: min(100%, 940px);
  margin: 0 auto;
  text-align: center;
  padding: 24px 8px;
  border-radius: 16px;
  margin: 30px auto 0;
}
.mainArea .imgTxtSet .txtGlp .txtSet {
  padding: 24px 1em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  border: 3px solid #0d381e;
  margin: 0 auto;
}
.mainArea .imgTxtSet .txtGlp .txtSet .ttlObj {
}
.mainArea .imgTxtSet .txtGlp .txtSet .txtObj {
  margin: 16px auto 0;
}
.mainArea .bnrBlk {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
.mainArea .bnrBlk a {
  border: 3px solid var(--baseClr);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.2s ease;
  line-height: 0;
}
.mainArea .bnrBlk a:hover {
  filter: brightness(1.2);
  transition: 0.2s ease;
}
@media (width <= 900px) {
  .mainArea {
    background: url(../img/hdr_bg_sp.jpg);
    background-size: cover;
    background-position: top center;
  }
  .mainArea .titleGlp {
  }
  .mainArea .titleGlp {
  }

  .mainArea .titleGlp .mainTtl {
  }
  .mainArea .titleGlp .logoObj {
    width: 90%;
    margin: 32px auto 0;
  }
  .mainArea .titleGlp .timeBlk {
    width: 55%;
    flex-flow: column;
    align-items: center;
    margin: 30px auto 0;
  }
  .mainArea .titleGlp .timeBlk .date {
  }
  .mainArea .titleGlp .timeBlk .time {
    width: 78%;
    margin: 11px auto 0;
  }

  .mainArea .imgTxtSet {
    margin: 20px auto 0;
    width: min(96%, 680px);
  }
  .mainArea .imgTxtSet .navigatorBlk {
    width: 90%;
  }
  .mainArea .imgTxtSet .navigatorBlk {
  }
  .mainArea .imgTxtSet .navigatorBlk .naviSet {
    width: 48%;
  }
  .mainArea .imgTxtSet .navigatorBlk .naviSet + .naviSet {
  }
  .mainArea .imgTxtSet .navigatorBlk .naviSet .imgObj {
    padding: 6px;
  }
  .mainArea .imgTxtSet .navigatorBlk .naviSet .imgObj span {
  }
  .mainArea .imgTxtSet .navigatorBlk .naviSet .type {
  }
  .mainArea .imgTxtSet .navigatorBlk .naviSet .name {
    /*font-size: 14px;*/
    font-size: min(3.7vw,14px);
    padding: 4px 0;
  }
  .mainArea .imgTxtSet .txtGlp {
    position: relative;
    top: 0;
    transform: translate(0);
    /*width: 100%;*/
    width: min(100%, 580px);
    border-radius: 12px;
    padding: 16px 6px;
    margin: 20px auto 0;
  }
  .mainArea .imgTxtSet .txtGlp .txtSet {
    padding: 24px 5px;
  }
  .mainArea .imgTxtSet .txtGlp .txtSet .ttlObj {
    /*font-size: 18px;*/
    font-size: min(5vw, 26px);
  }
  .mainArea .imgTxtSet .txtGlp .txtSet .txtObj {
    /*font-size: 14px;*/
    font-size: min(3.75vw, 18px);
    letter-spacing: 0;
  }
  .mainArea .bnrBlk {
    width: 90%;
  }
  .mainArea .bnrBlk a {
  }
}

.infoArea {
  background: url(../img/area_bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  padding: 32px;
}
.infoArea .infoBlk {
  background: url(../img/lead_bg.jpg);
  background-size: cover;
  border-radius: 24px;
  padding: 64px 0;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.infoArea .infoBlk .ttlGlp {
  text-align: center;
}
.infoArea .infoBlk .ttlGlp .ttlObj {
}
.infoArea .infoBlk .ttlGlp .txtObj {
  margin: 24px auto 0;
}
.infoArea .infoBlk .ttlGlp .txtObj span {
  display: block;
  width: min(60%, 680px);
  margin: 0 auto;
  position: relative;
}
.infoArea .infoBlk .ttlGlp .txtObj span::before,
.infoArea .infoBlk .ttlGlp .txtObj span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
/*  background: url(../img/svg/brackets.svg);*/
  left: 0;
  top: 0;
}
.infoArea .infoBlk .ttlGlp .txtObj span::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.infoArea .infoBlk .ttlGlp .txtObj span picture {
  display: block;
  width: min(78%, 530px);
  margin: 0 auto;
  padding: 30px 0;
}
.infoArea .imgtxtBlk {
  margin: 64px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86%;
  flex-flow: wrap;
}
.infoArea .imgtxtBlk .imgObj {
  width: 33%;
  padding: 12px;
  border-radius: 16px;
}
.infoArea .imgtxtBlk .imgObj span {
  display: flex;
  border: 3px solid var(--baseClr);
  border-radius: 16px;
  overflow: hidden;
}
.infoArea .imgtxtBlk .txtObj {
}
.infoArea .imgtxtBlk .txtObj {
  width: 67%;
  text-align: left;
  padding: 0 0 0 40px;
  line-height: 2;
}
@media (width <= 900px) {
  .infoArea {
    padding: 32px 16px;
  }
  .infoArea .infoBlk {
  }
  .infoArea .infoBlk .ttlGlp {
  }
  .infoArea .infoBlk .ttlGlp .ttlObj {
  }
  .infoArea .infoBlk .ttlGlp .txtObj {
    font-size: 24px;
  }
  .infoArea .infoBlk .ttlGlp .txtObj span {
    width: 95%;
    margin: 10px auto 10px;
  }
  .infoArea .infoBlk .ttlGlp .txtObj span picture {
    width: 67%;
    padding: 32px 0px;
  }
  .infoArea .imgtxtBlk {
    width: 100%;
    margin: 48px auto 0;
  }
  .infoArea .imgtxtBlk .imgObj {
    width: 80%;
    border-radius: 12px;
    padding: 6px;
  }
  .infoArea .imgtxtBlk .imgObj span {
  }
  .infoArea .imgtxtBlk .txtObj {
  }
  .infoArea .imgtxtBlk .txtObj {
    width: 90%;
    margin: 20px auto 0;
    padding: 0;
    font-size: 18px;
  }
}

.atclArea {
  padding: 120px 0 72px;
}
.atclArea .categoryBlk {
  text-align: center;
  position: relative;
}
.atclArea .categoryBlk + .categoryBlk {
  margin: 120px auto 0;
}
.atclArea .categoryBlk::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(100%, 640px);
  background: url(../img/svg/line.svg) no-repeat;
  height: 24px;
  right: 0;
  margin: 0 auto;
}
.atclArea .categoryBlk > .ttlObj {
  padding: 64px 0 0;
}
.atclArea .categoryBlk > .txtObj {
  margin: 40px auto 0;
  font-size: 18px;
}

.messageTxtGlp {
  margin: 40px auto 0;
}
.messageTxtGlp .ttlObj {
  color: #0d5ca7;
}
.messageTxtGlp .messageObj {
  color: #0d5ca7;
  border: 1px solid;
  border-radius: 16px;
  display: inline-block;
  padding: 10px 20px;
  margin: 16px auto 48px;
}
.messageTxtGlp .txtObj {
}
.messageTxtGlp .btnObj {
  width: min(60%, 580px);
  background: url(../img/bg_green.jpg);
  border-radius: 70px;
  margin: 24px auto 0;
  transition: 0.2s ease;
}
.messageTxtGlp .btnObj:hover {
  filter: brightness(1.2);
  transition: 0.2s ease;
}
.messageTxtGlp .btnObj a {
  width: 100%;
  padding: 24px 0;
  cursor: pointer;
}

.categoryBlk .artistBlk {
  margin: 48px auto 0;
  width: min(94%, 1400px);
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.categoryBlk .artistBlk .artistSet {
  width: 48%;
  margin: 0 auto;
}
.categoryBlk .artistBlk .artistSet .imgObj {
  padding: 12px;
  border-radius: 24px;
}
.categoryBlk .artistBlk .artistSet .imgObj span {
  display: block;
  border: 3px solid var(--baseClr);
  border-radius: 16px;
  overflow: hidden;
}
.categoryBlk .artistBlk .artistSet .name {
  margin: 16px auto 6px;
}
.categoryBlk .artistBlk .artistSet .cate {
}
.categoryBlk .artistBlk .artistSet .artistSet {
}

.guestBlk.categoryBlk .artistBlk .artistSet {
  width: calc(100% / 3 - 12px);
  margin: 0 6px 48px;
}
.guestBlk.categoryBlk .artistBlk .artistSet + .artistSet {
}

@media (width <= 900px) {
  .atclArea {
    padding: 80px 0 60px;
  }
  .atclArea .categoryBlk {
  }
  .atclArea .categoryBlk + .categoryBlk {
    margin: 80px auto 0;
  }
  .atclArea .categoryBlk::before {
    content: "";
    width: 80%;
    background-size: contain;
  }
  .atclArea .categoryBlk > .ttlObj {
    padding: 48px 0 0;
  }
  .atclArea .categoryBlk > .txtObj {
    margin: 32px auto 0;
  }
  .messageTxtGlp {
    margin: 32px auto 0;
  }
  .messageTxtGlp .ttlObj {
  }
  .messageTxtGlp .messageObj {
    width: 70%;
    border-radius: 12px;
    margin: 16px auto 24px;
  }
  .messageTxtGlp .txtObj {
  }
  .messageTxtGlp .btnObj {
    width: 90%;
  }
  .messageTxtGlp .btnObj a {
    padding: 12px 0;
  }

  .categoryBlk .artistBlk {
    width: 100%;
  }
  .categoryBlk .artistBlk .artistSet {
    width: 90%;
  }
  .categoryBlk .artistBlk .artistSet + .artistSet {
    margin: 24px auto 0;
  }
  .categoryBlk .artistBlk .artistSet .imgObj {
    padding: 6px;
    border-radius: 16px;
  }
  .categoryBlk .artistBlk .artistSet .imgObj span {
  }
  .categoryBlk .artistBlk .artistSet .name {
    margin: 8px auto 8px;
  }
  .categoryBlk .artistBlk .artistSet .cate {
  }
  .categoryBlk .artistBlk .artistSet .artistSet {
  }

  .guestBlk.categoryBlk .artistBlk .artistSet {
    width: 90%;
    margin: 0 auto;
  }
  .guestBlk.categoryBlk .artistBlk .artistSet + .artistSet {
    margin: 24px auto 0;
  }
}

.snsArea {
  background: rgba(123, 213, 130, 0.2);
  padding: 64px 0 110px;
}
.snsArea .snsBlk {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  /* align-items: flex-start; */
}
.snsArea .snsBlk .snsSet {
  width: 48%;
  max-width: 480px;
  margin: 0 20px;
}
.snsArea .snsBlk .snsSet .iconObj {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 56px;
}
.snsArea .snsBlk .snsSet .iconObj a {
  transition: 0.2s ease;
}
.snsArea .snsBlk .snsSet .iconObj a:hover {
  transition: 0.2s ease;
  opacity: 0.8;
}
.snsArea .snsBlk .snsSet .timeline {
  background: var(--clrWh40);
  padding: 12px;
  border-radius: 24px;
}

.snsArea .snsBlk .snsSet.insta .timeline {
  background: #fff;
  display: grid;
  flex-flow: wrap;
  padding: 8px;
  border-radius: var(--kadoR16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.snsArea .snsBlk .snsSet.insta .timeline li {
  background: url("../../index/img/instagram_bg.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--kadoR8);
  overflow: hidden;
  background-position: center;
}
.snsArea .snsBlk .snsSet.insta .timeline img {
  cursor: pointer;
}
.snsArea .snsBlk .snsSet.insta .timeline img {
}

@media (width <= 900px) {
  .snsArea {
    padding: 60px 0 60px;
  }
  .snsArea .snsBlk {
  }
  .snsArea .snsBlk .snsSet {
    width: 90%;
    margin: 0;
  }
  .snsArea .snsBlk .snsSet + .snsSet {
    margin: 50px auto 0;
  }
  .snsArea .snsBlk .snsSet .iconObj {
    width: 56px;
    margin: 0 auto 24px;
  }
  .snsArea .snsBlk .snsSet .timeline {
    padding: 6px;
    border-radius: 12px;
  }

  .snsArea .snsBlk .snsSet.insta .timeline {
  }
  .snsArea .snsBlk .snsSet.insta .timeline img {
  }
}
