﻿@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_2nd_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 0 0 56px;
}
.mainArea .titleGlp {
}
.mainArea .titleGlp {
}

.mainArea .titleGlp .mainTtl {
  background: var(--clrWh40);
  text-align: center;
  color: #fff;
}
.mainArea .titleGlp .logoObj {
  margin: 48px auto 0;
  width: min(48%, 600px);
}
.mainArea .titleGlp .timeBlk {
  width: min(70%, 706px);
  display: flex;
  justify-content: center;
  margin: 48px auto 0;
}
.mainArea .titleGlp .timeBlk .date {
}
.mainArea .titleGlp .timeBlk .time {
}

.mainArea .imgTxtSet {
  margin: 40px auto 0;
  position: relative;
  width: min(90%, 1140px);
}
.mainArea .imgTxtSet .navigatorBlk {
}
.mainArea .imgTxtSet .navigatorBlk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row;
}
.mainArea .imgTxtSet .navigatorBlk .naviSet {
  width: min(24%, 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;
}
.mainArea .imgTxtSet .txtGlp {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 10;
  padding: 24px 8px;
  border-radius: 16px;
}
.mainArea .imgTxtSet .txtGlp .txtSet {
  padding: 24px 0;
  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: 20px auto 0;
  display: flex;
  justify-content: center;
}
.mainArea .bnrBlk a {
  border: 3px solid var(--baseClr);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.2s ease;
}
.mainArea .bnrBlk a:hover {
  filter: brightness(1.2);
  transition: 0.2s ease;
}
@media (width <= 900px) {
  .mainArea {
    background: url(../img/hdr_2nd_bg.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: 96%;
  }
  .mainArea .imgTxtSet .navigatorBlk {
  }
  .mainArea .imgTxtSet .navigatorBlk {
    width: 98%;
    margin: 0 auto;
  }
  .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;
    padding: 4px 0;
  }
  .mainArea .imgTxtSet .txtGlp {
    position: relative;
    top: 0;
    transform: translate(0);
    width: 100%;
    border-radius: 12px;
    padding: 16px 6px;
    margin: 20px auto 0;
  }
  .mainArea .imgTxtSet .txtGlp .txtSet {
    padding: 24px 0;
  }
  .mainArea .imgTxtSet .txtGlp .txtSet .ttlObj {
  }
  .mainArea .imgTxtSet .txtGlp .txtSet .txtObj {
    font-size: 18px;
  }
  .mainArea .bnrBlk {
    width: 90%;
  }
  .mainArea .bnrBlk a {
  }
}

.atclArea {
  padding: 80px 0;
}
.atclArea .categoryBlk {
  text-align: center;
  position: relative;
}
.atclArea .categoryBlk + .categoryBlk {
  margin: 64px auto 0;
}
.atclArea .presentBlk {
  padding: 40px 0 80px;
}
.atclArea .presentBlk::before,
.atclArea .presentBlk::after {
  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 .presentBlk::after {
  top: auto;
  bottom: 0;
}
.atclArea .presentBlk > .ttlObj {
  padding: 20px 0 0;
}
.atclArea .presentBlk > .txtObj {
  margin: 10px auto 0;
  font-size: 18px;
}
.presentBlk .imgObj {
  width: min(50%, 520px);
  margin: 40px auto 0;
  padding: 12px;
  border-radius: 24px;
}
.presentBlk .imgObj span {
  border: 3px solid var(--baseClr);
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.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 24px;
}
.messageTxtGlp .txtObj {
}

.categoryBlk .artistBlk {
  margin: 48px auto 0;
  width: min(80%, 1064px);
  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 0;
  }
  .atclArea .categoryBlk {
  }
  .atclArea .categoryBlk + .categoryBlk {
    margin: 64px auto;
  }
  .atclArea .presentBlk {
    margin: 64px auto 0;
    padding: 40px 0 60px;
  }
  .atclArea .categoryBlk::before,
  .atclArea .categoryBlk::after {
    content: "";
    width: 80%;
    background-size: contain;
  }
  .atclArea .categoryBlk > .ttlObj {
    padding: 0;
  }
  .atclArea .presentBlk > .txtObj {
    margin: 12px auto 0;
    font-size: 16px;
  }
  .presentBlk .imgObj {
    width: 80%;
  }
  .messageTxtGlp {
    margin: 32px auto 0;
  }
  .messageTxtGlp .ttlObj {
  }
  .messageTxtGlp .messageObj {
    width: 70%;
    border-radius: 12px;
    margin: 16px auto 24px;
  }
  .messageTxtGlp .txtObj {
  }

  .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;
  }
}

.btnObj {
  width: min(60%, 300px);
  background: url(../img/bg_green.jpg);
  border-radius: 70px;
  margin: 64px auto 120px;
  transition: 0.2s ease;
}
.btnObj:hover {
  filter: brightness(1.2);
  transition: 0.2s ease;
}
.btnObj a {
  width: 100%;
  padding: 24px 0;
  cursor: pointer;
  text-align: center;
}
@media (width <= 900px) {
  .btnObj {
    width: 90%;
  }
  .btnObj a {
    padding: 12px 0;
  }
}
