@charset "utf-8";

/* Artist */
#artist {
  padding-bottom: 170px;
}
#artist .secTitle {
  width: 211px;
}
@media screen and (max-width: 767px) {
  #artist {
    padding-bottom: 58px;
  }
  #artist .secTitle {
    width: 185px;
    margin-left: -30px;
  }
}

#artist .colBox .colCon {
  padding-top: 129px;
}
#artist .artistTitle {
  font-size: 38px;
  letter-spacing: .2em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 9px;
}
#artist .artistArea + .artistTitle {
  margin-top: 122px;
}
#artist .address {
  justify-content: center;
  align-items: center;
  font-size: 17px;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 64px;
}
#artist .address:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 27px;
  margin-top: 7px;
  margin-right: 7px;
  background: url(../images/art/address_ico.svg) center center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  #artist .colBox .colCon {
    padding-top: 62px;
  }
  #artist .artistTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #artist .artistArea + .artistTitle {
    margin-top: 80px;
  }
  #artist .address {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

#artist .space {
  margin-bottom: 50px;
  border: 1px solid #fff;
}
#artist .space div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
#artist .space div:first-child {
  color: #77603a;
  font-size: 22px;
  text-align: center;
  width: 142px;
  background: #fff;
}
#artist .space div:last-of-type {
  justify-content: flex-start;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.06em;
  width: calc(100% - 142px);
  padding-right: 10px;
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  #artist .space {
    margin-bottom: 30px;
  }
  #artist .space div:first-child {
    font-size: 18px;
    width: 100%;
    padding: 5px;
  }
  #artist .space div:last-of-type {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    padding: 15px;
  }
}

#artist .artistArea + .artistArea {
  margin-top: 127px;
}
@media screen and (max-width: 767px) {
  #artist .artistArea + .artistArea {
    margin-top: 60px;
  }
}

#artist .artistBtn {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #artist .artistBtn {
    transition: all .2s ease;
  }
  #artist .artistBtn:hover {
    opacity: .7;
  }
}
#artist .artistBtn .image {
  width: 300px;
}
#artist .artistBtn .name {
  font-size: 32px;
  width: calc(100% - 357px);
  padding-right: 20px;
  position: relative;
}
#artist .artistBtn .name small {
  font-size: 12px;
  letter-spacing: .1em;
  margin-left: 30px;
}
#artist .artistBtn .name:after {
  display: block;
  content: "";
  width: 18px;
  height: 8px;
  margin-top: 5px;
  background: url(../images/art/btn_arrow.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;transition: all .2s ease;
}
#artist .artistBtn.active .name:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #artist .artistBtn .image {
    width: 120px;
  }
  #artist .artistBtn .name {
    font-size: 15px;
    width: calc(100% - 140px);
  }
  #artist .artistBtn .name small {
    display: block;
    font-size: 7px;
    width: 100%;
    margin-left: 0;
  }
  #artist .artistBtn .name:after {
    transform: translateY(-50%);
  }
  #artist .artistBtn.active .name:after {
    transform: translateY(-50%) rotate(180deg);
  }
}

#artist .note {
  font-size: 13px;
  letter-spacing: 0.06em;
  margin: 70px 0 75px;
}
#artist .note a {
  text-decoration: underline;
}
#artist .btn-store {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
#artist .btn-store a {
  display: block;
}
@media screen and (min-width: 768px) {
  #artist .note a:hover {
    text-decoration: none;
  }
  #artist .btn-store a  {
    transition: all .2s ease;
  }
  #artist .btn-store a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  #artist .note {
    margin: 50px 0 30px;
  }
}
#artist .artistContent {
  line-height: 28px;
  font-size: 15px;
  letter-spacing: .06em;
  margin-top: 52px;
  display: none;
}
#artist .artistContent .position {
  font-size: 14px;
  line-height: 20px;
}
#artist .artistContent .name {
  font-size: 20px;
  margin-bottom: 28px;
}
#artist .artistContent .text {
  margin-bottom: 56px;
}
#artist .artistContent .text p + p {
  margin-top: 28px;
}
#artist .artistContent .text p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #artist .artistContent .text p a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #artist .artistContent {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
  }
  #artist .artistContent .name {
    font-size: 15px;
    margin-bottom: 22px;
  }
  #artist .artistContent .text {
    margin-bottom: 30px;
  }
  #artist .artistContent .text p + p {
    margin-top: 22px;
  }
}

#artist .artistContent .imageList {
  margin-bottom: 66px;
}
#artist .artistContent .imageList .btn {
  cursor: pointer;
}
#artist .artistContent .imageList img{
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  #artist .artistContent .imageList .btn img  {
    transition: all .2s ease;
  }
  #artist .artistContent .imageList .btn img:hover {
    opacity: .7;
  }
}

#artist .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  display: none;
}
#artist .modal .modalWrap {
  position: absolute;
  max-width: 1080px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
#artist .modal .video {
  text-align: center;
  width: 100%;
  max-height: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
#artist .modal .video video {
  width: 100%;
  outline: none !important;
}
#artist .modal .video .close {
  width: 55px;
  height: 55px;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#artist .modal .video .close:before,
#artist .modal .video .close:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
#artist .modal .video .close:before {
  transform: translateY(-50%) rotate(45deg);
}
#artist .modal .video .close:after {
  transform: translateY(-50%) rotate(-45deg);
}
#artist .modal .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(11,15,11,0.9);
}
@media screen and (min-width: 768px) {
  #artist .modal .video .close {
    transition: all .2s ease;
  }
  #artist .modal .video .close:hover {
    opacity: .7;
  }
}
@media screen and (max-height: 760px) and (min-width: 768px) {
  #artist .modal .video {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #artist .modal .video .close {
    width: 25px;
    height: 25px;
    top: -25px;
  }
}

.movieArea {
  max-width: 600px;
  margin: 63px auto 0; 
}

.movieTitle {
  font-size: 34px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  width: 491px;
  margin: 0 auto 39px;
  position: relative;
}
.movieTitle:before,
.movieTitle:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 60%;
}
.movieTitle:before {
  left: 0;
}
.movieTitle:after {
  right: 0;
}
.movieArea .image {
  margin-bottom: 22px;
}
.movieArea .image img,
.moreBtn a {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .movieArea .btn img {
    transition: all .2s ease;
  }
  .movieArea .btn img:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .movieTitle {
    font-size: 20px;
    width: 300px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .movieTitle:before,
  .movieTitle:after {
    width: 20px;
  }
}
@media screen and (max-width: 360px) {
  .movieTitle {
    letter-spacing: 0.1em;
  }
}

/* Outline */
#outline {
  padding: 167px 0 139px;
  background-color: #0b0f0b;
}
#outline .secTitle {
  width: 112px;
}
#outline .colBox .colCon {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  #outline {
    padding: 62px 0;
  }
  #outline .secTitle {
    width: 69px;
  }
  #outline .colBox .colCon {
    padding-top: 95px;
  }
}

#outline .date {
  font-size: 15px;
  letter-spacing: .06em;
  line-height: 28px;
  margin-bottom: 55px;
}
#outline .outlineList {
  margin-bottom: 81px;
}
#outline .outlineBox {
  justify-content: space-between;
  align-items: center;
}
#outline .outlineBox + .outlineBox {
  margin-top: 50px;
}
#outline .outlineBox .image {
  width: 320px;
}
#outline .outlineBox .infoList {
  line-height: 24px;
  width: calc(100% - 385px);
}
#outline .outlineBox .infoList > * {
  margin-top: 24px;
}
#outline .outlineBox .infoList > *:first-of-type {
  margin-top: 0;
}
#outline dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  width: 64px;
  position: relative;
}
#outline dt:after {
  content: '：';
  position: absolute;
  top: 0;
  right: -1em;
}
#outline .outlineBox .infoList dd {
  width: calc(100% - 64px);
  font-size: 13px;
  letter-spacing: 0.06em;
  padding-left: 34px;
}
#outline .outlineBox .infoList dd a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #outline .outlineBox .infoList dd a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #outline .date {
    font-size: 12px;
    line-height: 22px;
    text-indent: -5.2em;
    margin-left: 5.2em;
    margin-bottom: 36px;
  }
  #outline .outlineList {
    margin-bottom: 60px;
  }
  #outline .outlineBox .image,
  #outline .outlineBox .infoList {
    width: 100%;
  }
  #outline .outlineBox .image {
    margin-bottom: 12px;
  }
  #outline .outlineBox .infoList  {
    font-size: 12px;
    line-height: 22px;
  }
  #outline .outlineBox .infoList > * {
    margin-top: 20px;
  }
  #outline .outlineBox .infoList dt {
    width: 64px;
  }
  #outline .outlineBox .infoList dd {
    width: calc(100% - 64px);
    padding-left: 22px;
  }
}

#outline .korona h3 {
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
#outline .korona ul {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.06em;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#outline .korona ul li span {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #outline .korona h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #outline .korona ul {
    font-size: 12px;
    line-height: 22px;
  }
}
#outline a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #outline a:hover {
    text-decoration: none;
  }
}