@font-face {
  font-family: 'ZenKakuGothicNew-Regular';
  src: url('../fonts/ZenKakuGothicNew-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'ZenKakuGothicNew';
  src: url('../fonts/ZenKakuGothicNew-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'ZenKakuGothicNew-Black';
  src: url('../fonts/ZenKakuGothicNew-Black.ttf');
  font-weight: 900;
}

.enjoy {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #270808;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.enjoy .inner {
  max-width: 1112px;
}

#enjoybigband #main {
  padding-bottom: 0;
}

/* main-visual */
.enjoy-wrapper {
  padding-bottom: 76px;
  background-image: url("../img/enjoybigband/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.enjoy-wrapper .main-visual {
  position: relative;
  padding: 5px 0 0;
}

.enjoy-wrapper figure.coverImg {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.enjoy-wrapper figure.coverImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enjoy-wrapper .event-info {
  position: absolute;
  top: 78.5%;
  max-width: 1112px;
  width: 90%;
}

.enjoy-wrapper .event-info dl {
  display: flex;
  align-items: baseline;
}

.enjoy-wrapper .event-info dl dt,
.enjoy-wrapper .event-info dl dd {
  font-size: 20px;
  font-family: 'ZenKakuGothicNew-Black';
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 3.4px;
}

.enjoy-wrapper .event-info dl dt {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 14px;
}

.enjoy-wrapper .event-info dl dd {
  max-width: 75%;
  font-size: 32px;
  letter-spacing: 4.3px;
}

.enjoy-wrapper .event-info dl dd span {
  font-size: 20px;
  letter-spacing: 2.4px;
}

/* sec-bigband */
.sec-bigband {
  margin-top: -0.3%;
}

.enjoy-wrapper .sec-bigband .inner-box {
  padding: 110px 54px 119px 56px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border-radius: 10px;
}

.enjoy-wrapper .sec-bigband .ttl-box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.enjoy-wrapper .sec-bigband h2 {
  position: relative;
  padding: 0 100px 0 120px;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #e77f0f;
  letter-spacing: 5px;
}

.enjoy-wrapper .sec-bigband h2:before,
.enjoy-wrapper .sec-bigband h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 77px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.enjoy-wrapper .sec-bigband h2:before {
  left: 30px;
  background-image: url("../img/enjoybigband/ico_ttl_left.png");
  transform: translateY(-50%);
}

.enjoy-wrapper .sec-bigband h2:after {
  right: 30px;
  background-image: url("../img/enjoybigband/ico_ttl_right.png");
  transform: translateY(-50%);
}

.enjoy-wrapper .sec-bigband p {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2.4px;
}

.enjoy-wrapper .sec-bigband p.txt {
  margin-bottom: 33px;
}

.enjoy-wrapper .sec-bigband .list-gp {
  display: flex;
  margin-top: 55px;
}

.enjoy-wrapper .sec-bigband .list-gp .set-list {
  width: 40.9%;
  padding: 33px 37px;
  margin-right: 2%;
  background-color: #e0d293;
  border-radius: 10px;
}

.enjoy-wrapper .sec-bigband .list-gp .instruments {
  width: 57.1%;
  padding: 29px 40px 17px;
  background-color: #ffd14b;
  border-radius: 10px;
}

.enjoy-wrapper .sec-bigband .list-gp h3 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 32px;
  letter-spacing: 3.6px;
}

.enjoy-wrapper .sec-bigband .list-gp h3 span {
  margin-left: 16px;
  font-size: 18px;
  letter-spacing: 2px;
}

.enjoy-wrapper .sec-bigband .list-gp  .instruments h3 {
  margin-bottom: 24px;
}

.enjoy-wrapper .sec-bigband .list-gp .instruments h3 span {
  margin-left: 13px;
}

.enjoy-wrapper .sec-bigband .list-gp p {
  margin-bottom: 21px;
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
}

.enjoy-wrapper .sec-bigband .list-gp ul li {
  font-size: 18px;
  line-height: 1.8;
}

.enjoy-wrapper .sec-bigband .list-gp ul li span {
  font-size: 16px;
}

.enjoy-wrapper .sec-bigband .list-gp .set-list li {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  font-family: 'ZenKakuGothicNew-Black';
  font-weight: 900;
  letter-spacing: 2.4px;
}

.enjoy-wrapper .sec-bigband .list-gp .set-list li:before {
  content: "♪";
  position: absolute;
  top: 0;
  left: 0;
}

.enjoy-wrapper .sec-bigband .list-gp .instruments li {
  margin-bottom: 8px;
  padding: 0px 5px 7px 9px;
  border-bottom: 1px solid #270808;
  letter-spacing: 1.9px;
}

.enjoy-wrapper .sec-bigband .list-gp .instruments li:last-child {
  border-bottom: none;
}

.enjoy-wrapper .instructor-box {
  display: flex;
  align-items: center;
  margin: 0 3% 0 5.8%;
}

.enjoy-wrapper .instructor {
  margin: 65px 0 64px;
}

.enjoy-wrapper .instructor-box .img-box {
  max-width: 280px;
  margin-right: 4.3%;
}

.enjoy-wrapper .instructor-box .txt-box {
  width: calc(100% - 280px);
}

.enjoy-wrapper .instructor-box .txt-box h3 {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.6px;
}

.enjoy-wrapper .instructor-box .txt-box p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 1.8px;
}

.enjoy-wrapper .info {
  margin-top: 58px;
}

.enjoy-wrapper .info h3 {
  margin-bottom: 37px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  letter-spacing: 3.4px;
}

.enjoy-wrapper .info .itemBox {
  max-width: 700px;
  margin: 0 auto;
}

.enjoy-wrapper .info .itemBox dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 41px;
}

.enjoy-wrapper .info .itemBox dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.3%;
  margin-right: 5.5%;
  padding: 10px 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.5px;
  background-color: #ffd14b;
}

.enjoy-wrapper .info .itemBox dl dd {
  width: 78.2%;
  margin-top: -6px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2.6px;
}

.enjoy-wrapper .info .itemBox dl.fee {
  align-items: center;
}

.enjoy-wrapper .info .itemBox dl.fee dd {
  margin-top: 0;
}

.enjoy-wrapper .info .itemBox dl dd span.special-char {
  font-family: 'ZenKakuGothicNew-Regular';
  font-weight: 400;
}

.enjoy-wrapper .info .itemBox dl dd span.txt {
  display: block;
  font-size: 16px;
  letter-spacing: 1.8px;
}

.enjoy-wrapper .info .itemBox dl dd span.txt-blk {
  display: inline-block;
}

.enjoy-wrapper .info .itemBox dl dd span.txt-01 {
  margin-bottom: 4px;
  line-height: 2;
}

.enjoy-wrapper .info .map-gp {
  margin-top: 20px;
}

.enjoy-wrapper .info .map-gp .map-box {
  height: 178px;
}

.enjoy-wrapper .info .map-gp .map-box iframe {
  width: 100%;
  height: 100%;
}

.enjoy-wrapper .info .itemBox dl.list dt {
  width: 28.1%;
  margin-right: 5.7%;
}

.enjoy-wrapper .info .itemBox dl.list dd {
  width: 66.6%;
}

.enjoy-wrapper .info .itemBox dl ul li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
}

.enjoy-wrapper .info .itemBox dl ul li::before {
  position: absolute;
  left:0;
  content: '●';
}

.enjoy-wrapper .info .itemBox dl ul li span {
  font-size: 16px;
}

.enjoy-wrapper .info .itemBox dl:last-child {
  margin-bottom: 0;
}

/* animation */
.set-list h3,
.set-list p,
.set-list li,
.instruments h3,
.instruments li {
    opacity: 0;
    transform: translateY(30px);
}

.set-list.is-active h3,
.instruments.is-active h3 {
  animation: fadeUp 0.8s ease forwards;
}

.set-list.is-active p {
  animation: fadeUp 0.8s ease 0.2s forwards;
}

.set-list.is-active li:nth-child(1),
.instruments.is-active li:nth-child(1) {
  animation: fadeUp 0.8s ease 0.4s forwards;
}

.set-list.is-active li:nth-child(2),
.instruments.is-active li:nth-child(2) {
  animation: fadeUp 0.8s ease 0.6s forwards;
}

.set-list.is-active li:nth-child(3),
.instruments.is-active li:nth-child(3) {
  animation: fadeUp 0.8s ease 0.8s forwards;
}

.set-list.is-active li:nth-child(4),
.instruments.is-active li:nth-child(4) {
  animation: fadeUp 0.8s ease 1s forwards;
}

.set-list.is-active li:nth-child(5),
.instruments.is-active li:nth-child(5) {
  animation: fadeUp 0.8s ease 1.2s forwards;
}

.set-list.is-active li:nth-child(6),
.instruments.is-active li:nth-child(6) {
  animation: fadeUp 0.8s ease 1.4s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* sec-form */
.sec-form {
  padding: 64px 0 60px;
  background-image: url(../img/enjoybigband/bg_form.png);
  background-repeat: repeat;
  text-align: center;
}
 
.sec-form h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-size: 24px;
  font-family: 'ZenKakuGothicNew-Black';
  font-weight: 900;
}
 
.sec-form h3 p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 0 18px;
  background-color: #fff;
  letter-spacing: 2.8px;
  line-height: 1.5;
}
 
.sec-form h3 p + p {
  padding: 0 24px;
}
 
.sec-form h3 span {
  font-size: 32px;
  line-height: 1;
}
 
.sec-form .form-txt {
  letter-spacing: 1.7px;
  line-height: 1.6;
}
 
.sec-form ul li {
  letter-spacing: 1.7px;
  line-height: 1.6;
}
 
.sec-form .form-btn {
  margin: 38px 0 15px;
}
 
.sec-form .form-btn a {
  display: inline-block;
  width: 100%;
  max-width: 475px;
  padding: 16px;
  font-size: 18px;
  color: #f5f5f5;
  background-color: #ac4335;
  border-radius: 30px;
  line-height: 1.57;
}
 
.sec-form .form-btn span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
  letter-spacing: 1px;
}
 
.sec-form .form-btn span::after {
  position: absolute;
  top: 52%;
  right: 0;
  width: 12px;
  height: 14px;
  background: url(../img/enjoybigband/ico_arrow.png) no-repeat center;
  content: '';
  transform: translateY(-50%);
  background-size: 100% 100%;
}
 
.sec-form .form-inr {
  font-size: 18px;
  letter-spacing: 1.7px;
}
 
.sec-form .form-inr .tel {
  line-height: 1.3;
}
 
.sec-form .form-inr .date {
  letter-spacing: 2px;
}

/* scalein animation */
.scale-in {
  opacity: 0;
  transform: scale(0.8);
}

.scale-in.is-show {
  animation: scaleIn 1s ease-out forwards;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width:769px) and (max-width:1180px) {
  .inner {
    padding: 0 30px;
  }

  .enjoy-wrapper .event-info {
    top: 80.5%;
  }
  
  .enjoy-wrapper .event-info dl dt,
  .enjoy-wrapper .event-info dl dd {
    letter-spacing: 3.4px;
  }
  
  .enjoy-wrapper .event-info dl dt {
    margin-right: 14px;
  }
  
  .enjoy-wrapper .event-info dl dd {
    letter-spacing: 2.5px;
  }

  /* sec-bigband */
  .sec-bigband {
    margin-top: 2%;
  }

  .enjoy-wrapper .sec-bigband .inner-box {
    padding: 70px 30px;
  }

  .enjoy-wrapper .sec-bigband h2 {
    font-size: 32px;
    letter-spacing: 2.5px;
  }

  .enjoy-wrapper .sec-bigband .list-gp .set-list,
  .enjoy-wrapper .sec-bigband .list-gp .instruments {
    padding: 25px 18px;
  }

  .enjoy-wrapper .sec-bigband .list-gp h3 {
    font-size: 28px;
  }

  .enjoy-wrapper .instructor-box {
    margin: 0 1% 0 3%;
  }

  .enjoy-wrapper .instructor-box .img-box {
    max-width: 250px;
  }

  .enjoy-wrapper .instructor-box .txt-box {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 1000px) {
  #enjoybigband #main {
    padding-top: 61px;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
  /* main-visual */
  .enjoy-wrapper {
    padding-bottom: 40px;
  }

  .enjoy-wrapper .event-info {
    position: inherit;
    width: 100%;
    margin-top: -7%;
  }

  .enjoy-wrapper .event-info dl {
    justify-content: center;
  }

  .enjoy-wrapper .event-info dl:first-child {
    margin-bottom: 10px;
  }

  .enjoy-wrapper .event-info dl dt,
  .enjoy-wrapper .event-info dl dd {
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .event-info dl dt {
    margin-right: 0;
  }

  .enjoy-wrapper .event-info dl dd {
    max-width: inherit;
    letter-spacing: 1.4px;
    text-align: center;
  }

  /* sec-bigband */
  .sec-bigband {
    margin-top: 25px;
  }

  .enjoy-wrapper .sec-bigband .inner-box {
    padding: 50px 18px;
  }

  .enjoy-wrapper .sec-bigband .ttl-box {
    margin-bottom: 30px;
  }

  .enjoy-wrapper .sec-bigband h2 {
    padding: 0;
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .sec-bigband h2:before,
  .enjoy-wrapper .sec-bigband h2:after {
    display: none;
  }

  .enjoy-wrapper .sec-bigband p {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .sec-bigband p.txt {
    margin-bottom: 20px;
  }

  .enjoy-wrapper .sec-bigband .list-gp {
    margin-top: 25px;
  }

  .enjoy-wrapper .sec-bigband .list-gp {
    display: block;
  }

  .enjoy-wrapper .sec-bigband .list-gp .set-list {
    width: 100%;
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .enjoy-wrapper .sec-bigband .list-gp .instruments {
    width: 100%;
    padding: 20px 15px;
  }

  .enjoy-wrapper .sec-bigband .list-gp h3 {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1.8px;
  }

  .enjoy-wrapper .sec-bigband .list-gp h3 span {
    margin-left: 12px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .enjoy-wrapper .sec-bigband .list-gp  .instruments h3 {
    margin-bottom: 15px;
  }

  .enjoy-wrapper .sec-bigband .list-gp .instruments h3 span {
    margin-left: 12px;
  }

  .enjoy-wrapper .sec-bigband .list-gp p {
    margin-bottom: 21px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .enjoy-wrapper .sec-bigband .list-gp ul li {
    font-size: 16px;
    line-height: 1.6;
  }

  .enjoy-wrapper .sec-bigband .list-gp ul li span {
    font-size: 14px;
  }

  .enjoy-wrapper .sec-bigband .list-gp .set-list li {
    padding-left: 24px;
    font-size: 17px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .sec-bigband .list-gp .instruments li {
    margin-bottom: 5px;
    padding: 0px 5px 5px 5px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .instructor-box {
    display: block;
    margin: 0;
  }

  .enjoy-wrapper .instructor {
    margin: 32px 0;
  }

  .enjoy-wrapper .instructor-box .img-box {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .enjoy-wrapper .instructor-box .txt-box {
    width: 100%;
  }

  .enjoy-wrapper .instructor-box .txt-box h3 {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1.3px;
  }

  .enjoy-wrapper .instructor-box .txt-box p {
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .info {
    margin-top: 32px;
  }

  .enjoy-wrapper .info h3 {
    margin-bottom: 25px;
    font-size: 28px;
    letter-spacing: 1.7px;
  }

  .enjoy-wrapper .info .itemBox dl {
    display: block;
    margin-bottom: 30px;
  }

  .enjoy-wrapper .info .itemBox dl dt {
    max-width: 100px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .info .itemBox dl dd {
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .info .itemBox dl dd span.txt {
    font-size: 16px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .info .itemBox dl dd span.txt-01 {
    line-height: 1.7;
  }

  .enjoy-wrapper .info .map-gp {
    margin-top: 20px;
  }

  .enjoy-wrapper .info .map-gp .map-box img {
    height: 100%;
    object-fit: cover;
  }

  .enjoy-wrapper .info .map-gp .map-box iframe {
    width: 100%;
    height: 100%;
  }

  .enjoy-wrapper .info .itemBox dl.list dt {
    max-width: 150px;
    width: 100%;
    margin-right: 0;
  }

  .enjoy-wrapper .info .itemBox dl.list dd {
    width: 100%;
  }

  .enjoy-wrapper .info .itemBox dl ul li {
    font-size: 16px;
    letter-spacing: 1.2px;
  }

  .enjoy-wrapper .info .itemBox dl ul li span {
    font-size: 14px;
  }

  /* sec-form */
  .sec-form {
    padding: 45px 0 40px;
  }
 
  .sec-form h3 {
    margin-bottom: 16px;
  }
 
  .sec-form h3 p {
    margin: 0 auto 6px;
    padding: 0 7px;
    font-size: 18px;
    letter-spacing: 1px;
  }
 
  .sec-form h3 span {
    font-size: 26px;
  }
 
  .sec-form h3 p + p {
    padding: 0 12px;
  }
 
  .sec-form .form-txt, .sec-form ul li {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
 
  .sec-form .form-btn {
    margin: 25px 0 12px;
  }
 
  .sec-form .form-btn a {
    width: 80%;
    max-width: 330px;
    padding: 10px;
    font-size: 16px;
  }
 
  .sec-form .form-btn span {
    padding-right: 20px;
  }
 
  .sec-form .form-btn span::after {
    width: 10px;
    height: 12px;
  }
 
  .sec-form .form-inr {
    font-size: 16px;
    letter-spacing: 1.4px;
  }
}
