@charset "utf-8";

#attnInfo {
  color: #ab3838;
}


#logoSP {
  display: none;
}

#headImg {
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
}

article > section {
  padding: 2em;
}

article section p,
article section li {
  margin-bottom: 1em;
  font-size: 2rem;
}

article .inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 2em 10px;
  box-sizing: border-box;
}

article > section:nth-child(odd) {
  background-color: #fff6eb;
}

article section h2 {
  margin-bottom: 1em;
  font-size: 4rem;
  text-align: center;
}

article section h3 {
  margin: 1em 0;
  font-size: 2.4rem;
  text-align: center;
}

.btnArea {
  margin-top: 2em;
}

article section h2.pTitle {
  font-size: 4rem;
}

.balloon {
  display: inline-block;
  position: relative;
  margin: 20px;
  padding: 0.2em 1em;
  background: #fff;
  border: 5px solid #EF9A9A;
  border-radius: 2em;
  color: #ab3838;
}

.balloon::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid #EF9A9A;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
}

.balloon::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
}

.balloon.bottom::before {
  bottom: -30px;
  right: 40px;
  transform: skewX(-40deg);
}

.balloon.bottom::after {
  bottom: -17px;
  right: 30px;
  transform: skewX(-40deg);
}

/*
article section:first-child .inner {
  max-width: 840px;
}
*/

article section h2 .balloon {
  font-size: 80%;
}

article section .balloon span {
  position: relative;
  z-index: 10;
}

article section .banner {
  display: inline-block;
  max-width: 240px;
  margin-top: 0.5em;
}

#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 3px;
  padding: 0;
  background: url(../img/bg1.png), url(../img/bg2.png), linear-gradient(90deg,rgba(254, 245, 233, 0) 0%, rgba(254, 245, 233, 1) 30%, rgba(254, 245, 233, 1) 70%, rgba(254, 245, 233, 0) 100%), url(../img/bg3.png);
  background-color: #fef5e9;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top left, bottom right, center, center;
  background-size: auto 100%, auto 100%, auto 100%, auto;
}

#hero h1 {
  max-width: 740px;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px #fef5e9);
}

#hero h2 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 4rem;
  color: #ab3838;
}

#hero h2 .sub {
  font-size: 2.4rem;
}

#hero h2 .sub br {
  display: none;
}

#requirements h2 {
  margin-bottom: 0;
}

#requirements h3 {
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  text-align: left;
}

#photo {
  display: flex;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%), url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
}

#photo p {
  font-size: 3.6rem;
  color: #FFF;
}

#performer h2 .sub {
  font-size: 90%;
}

#schedule {
  padding: 0;
  background-image: url(../img/bg1.png), url(../img/bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position:
    top left,
    bottom right;
  background-size:
    auto 100%,
    auto 100%;
}

#schedule .date {
  margin: 3em 10%;
  font-size: 3.6rem;
  text-align: center;
}

#schedule .date > span {
  display: inline-block;
}

#schedule .date img {
  width: 80px;
  vertical-align: text-top;
  line-height: 1;
  margin-bottom: 0.25em;
}

#schedule  .snsArea ul {
  margin: 0;
}

#sponsor table {
  border-collapse: collapse;
  margin: 0 auto 2em;
}

#sponsor th {
  width: 9em;
  padding: 1em 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  font-size: 2rem;
}

#sponsor td {
  padding: 1em 0.5em;
  vertical-align: top;
  font-size: 2rem;
}

#sponsor td span,
#sponsor table + p span {
  display: inline-block;
}

#sponsor tr:not(:last-child) th,
#sponsor tr:not(:last-child) td {
  border-bottom: 1px dotted #CCC;
}

#sponsor table + p {
  font-size: 1.6rem;
}

#cast {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#cast li {
  width: 23%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
}

#cast li img {
  border-radius: 50%;
}

#cast li span {
  font-size: 1.6rem;
}

#cast {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1580px) {

  #hero {
    background-size: auto 100%, auto 100%, auto 100%, 5vw;
  }
  
  #hero h1 {
    width: 50vw;
    min-width: 300px;
  }
  
  #hero h2 {
    margin-top: 0.5vw;
    font-size: 3rem;
  }
  
  #hero h2 .sub {
    display: inline-block;
    padding: 0.1em 0.5em;
    border-radius: 1em;
    background-color: #fef5e9;
  }

}

@media screen and (max-width: 1200px) {
  article .inner {
    padding: 1em 10px;
  }
}

@media screen and (max-width: 896px) {
  
  #hero h2 {
    margin: 0.5vw 0;
    font-size: 2rem;
  }
  
  #hero h2 .sub {
    font-size: 1.4rem;
  }
  
  #hero h2 .sub br {
    display: block;
  }

  #headImg {
    margin-bottom: 0;
  }

  article .inner{
    margin: 0 auto;
  }

  article section h2 {
    margin-bottom: 1em;
    font-size: 2.6rem;
    text-align: center;
  }

  article section h2.pTitle {
    font-size: 2.6rem;
  }

  article section p,
  article section li {
    font-size: 1.6rem;
  }

  #photo {
    height: 60vw;
  }
  
  #photo p {
    font-size: 2.6rem;
  }

  #cast {
    flex-wrap: wrap;
  }

  #cast li {
    width: 45%;
  }

  #cast li img {
    max-width: 184px;
    width: 80%;
  }

  #cast li span {
    font-size: 1.4rem;
  }

  #schedule {
    background-position:
      -30px 0,
      right -30px bottom 0;
  }
  
  #schedule .date {
    margin: 5vw 10%;
    font-size: 2.6rem;
  }

  #schedule .date img {
    width: 60px;
  }
  
  #sponsor th,
  #sponsor td {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {

  #hero .inner {
    padding: 10px;
  }
  
  #hero h1 {
    min-width: 200px;
  }
  
  #hero h2 {
    padding: 0.1em 0.5em;
    border-radius: 1em;
    background-color: #fef5e9;
    font-size: 1.4rem;
  }
  
  #hero h2 .sub {
    padding: 0;
    font-size: 1.2rem;
  }

  #headImg {
    display: block;
  }

  #headImg {
    position: relative;
    z-index: 0;
    text-align: center;
  }
  
  #headImg figure {
    opacity: 0;
    transition: opacity 1s linear;
  }
  
  #headImg figure:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  #headImg figure.show {
    opacity: 1;
  }
  

  article > section {
    padding: 0.5em 0;
  }

  article section h2 {
    font-size: 2.4rem;
  }

  article section h2.pTitle {
    font-size: 1.8rem;
  }

  article section h3 {
    font-size: 1.8rem;
  }

  #requirements h3 {
    font-size: 1.8rem;
  }

  .btn.attn {
    font-size: 2.4rem;
  }

  #photo {
    height: 80vw;
  }
  
  #photo p {
    font-size: 2rem;
  }

  #performer h2 .sub {
    font-size: 65%;
  }

  #cast li {
    font-size: 2rem;
  }

  #schedule {
    background-position:
      -50px 0,
      right -50px bottom 0;
  }
  
  #schedule .date {
    font-size: 2rem;
  }

  #schedule .date img {
    width: 40px;
  }
  
  #sponsor table,
  #sponsor tbody,
  #sponsor tr,
  #sponsor th,
  #sponsor td {
    display: block;
    text-align: center;
  }
  
  #sponsor td {
    padding-top: 0.5em;
  }
  
  #sponsor th {
    width: inherit;
    padding-bottom: 0;
  }
  
  #sponsor tr:not(:last-child) th {
    border-bottom: none;
  }
  
  #sponsor table + p {
    font-size: 1.4rem;
  }
  
  .btnArea {
    margin-top: 1em;
  }
  
}


@media print {
  #hero h1 {
    width: 360px;
  }

  #hero h2 {
    font-size: 2rem;
    margin: 0;
  }

  article .inner {
    padding: 0 10px !important;
  }

  article > section {
    padding: 0.5em;
  }

  article section h2.pTitle {
    font-size: 2.4rem;
  }

  #requirements h3 {
    font-size: 2rem;
  }
  
}