/* ===============================================================================
Schedule
=============================================================================== */
/* schedule-section
========================= */
/* schedule-sec-1 */
.schedule-sec-1 {
  background: #FFFF33;
  padding: 81px 0 87px;
  position: relative;
}

.schedule-sec-1::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 37px;
  width: 100%;
  background: #f8ffe1;
}

.schedule-sec-1__inner {
  background: #fff;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.schedule-sec-1__inner__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.schedule-sec-1 .blks-1 {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 48px;
  text-align: center;
}

.schedule-sec-1 .blks-1 .heading {
  width: 90.364%;
  margin: 0 auto 54px;
}

.schedule-sec-1 .blks-1 .txt {
  padding-right: 18px;
}

.schedule-sec-1 .blks-2 {
  margin-bottom: 44px;
}

.schedule-sec-1 .blks-2 .heading {
  margin-bottom: 23px;
}

.schedule-sec-1 .blks-2 .linkList {
  width: 611px;
  margin: 0 auto;
}

.schedule-sec-1 .blks-2 .linkList__item:not(:last-child) {
  margin-bottom: 12px;
}

.schedule-sec-1 .blks-2 .linkList__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #FAF054;
  border-radius: 10px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.schedule-sec-1 .blks-2 .linkList__item__box:hover {
  opacity: 0.6;
}

.schedule-sec-1 .blks-2 .linkList__item__box__txt {
  width: 190px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #FFFF33;
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  padding: 4px 5px;
  margin-right: 34px;
}

.schedule-sec-1 .blks-2 .linkList__item__box__txt-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 900;
  font-size: 1.6875rem;
  color: #000000;
}

.schedule-sec-1 .blks-2 .linkList__item__box__txt-2 span {
  font-size: 1.5188rem;
  margin: 0 .1em;
  position: relative;
  top: -.05em;
}

.schedule-sec-1 .blks-2 .linkList__item:nth-child(even) .linkList__item__box {
  border-color: #43b149;
}

.schedule-sec-1 .blks-2 .linkList__item:nth-child(even) .linkList__item__box__txt {
  background: #43b149;
}

.schedule-sec-1 .blks-2 .linkList__item:nth-child(even) .linkList__item__box__txt-2 {
  color: #000000;
}

.schedule-sec-1 .blks-3 .heading {
  font-size: 2.25rem;
  line-height: 1.111;
  color: #000000;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 22px;
}

.schedule-sec-1 .blks-3 .heading__txt {
  display: block;
  position: relative;
  margin-bottom: 9px;
}

.schedule-sec-1 .blks-3 .heading__txt::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 2px;
  background: url("../img/cmn_dots01.png") repeat-x 0 0/auto 2px;
}

.schedule-sec-1 .blks-3 .heading__txt span {
  display: inline-block;
  background: #fff;
  padding: 0 27px;
  position: relative;
}

.schedule-sec-1 .blks-3 .heading__txt span::before, .schedule-sec-1 .blks-3 .heading__txt span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 35px;
}

.schedule-sec-1 .blks-3 .heading__txt span::before {
  left: 0;
  background: url("../img/cmn_bracket01.png") no-repeat 0 0/100% 100%;
}

.schedule-sec-1 .blks-3 .heading__txt span::after {
  right: 0;
  background: url("../img/cmn_bracket02.png") no-repeat 0 0/100% 100%;
}

.schedule-sec-1 .blks-3 .heading__txt-2 {
  display: block;
}

.schedule-sec-1 .blks-3 .heading__txt-2 span {
  font-size: 2.025rem;
  margin: 0 .1em;
  position: relative;
  top: -.05em;
}

.schedule-sec-1 .blks-3 .heading._color-2 {
  color: #3E3A39;
}

.schedule-sec-1 .blks-3 .heading._color-2 .heading__txt::before {
  background: url("../img/cmn_dots02.png") repeat-x 0 0/auto 2px;
}

.schedule-sec-1 .blks-3 .heading._color-2 .heading__txt span::before {
  background: url("../img/cmn_bracket03.png") no-repeat 0 0/100% 100%;
}

.schedule-sec-1 .blks-3 .heading._color-2 .heading__txt span::after {
  background: url("../img/cmn_bracket04.png") no-repeat 0 0/100% 100%;
}

.schedule-sec-1 .blks-3 .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -5px 26px;
}

.schedule-sec-1 .blks-3 .linkList__item {
  margin: 5px;
}

.schedule-sec-1 .blks-3 .linkList__item a {
  display: block;
  width: 128px;
  box-sizing: border-box;
  font-size: 0.97rem;
  font-weight: 900;
  color: #000000;
  background: #FFFF33;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 3px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.schedule-sec-1 .blks-3 .linkList__item a:hover {
  opacity: 0.6;
}

.schedule-sec-1 .blks-3 .linkList__item a span {
  font-size: 1.0125rem;
  margin: 0 .1em;
  position: relative;
  top: -.05em;
}

.schedule-sec-1 .blks-3 .linkList._color-2 .linkList__item a {
  background: #43b149;
  color: #000000;
}

.schedule-sec-1 .blks-3 .group + .group {
  margin-top: 50px;
}

.schedule-sec-1 .blks-3 .group__heading {
  padding: 7px 10px 4px;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: .04em;
  background: #FFFF33;
  text-align: center;
}

.schedule-sec-1 .blks-3 .group__heading span {
  position: relative;
  top: -.05em;
  font-size: 1.2375rem;
  margin: 0 .1em;
}

.schedule-sec-1 .blks-3 .group__detail {
  border: solid 2px #FFFF33;
  padding: 30px 34px 48px;
}

.schedule-sec-1 .blks-3 .group._color-2 .group__heading {
  background: #43b149;
}

.schedule-sec-1 .blks-3 .group._color-2 .group__detail {
  border-color: #43b149;
}

.schedule-sec-1 .blks-3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schedule-sec-1 .blks-3 .list__item {
  width: 31.82%;
  margin: 5.4% 2.27% 0 0;
}

.schedule-sec-1 .blks-3 .list__item:nth-child(3n) {
  margin-right: 0;
}

.schedule-sec-1 .blks-3 .list__item:nth-child(-n+3) {
  margin-top: 0;
}

.schedule-sec-1 .blks-3 .box__time {
  background: #FFFF33;
  color: #000000;
  padding: 7px 5px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
}

.schedule-sec-1 .blks-3 .box__image {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  margin-bottom: 6px;
}

.schedule-sec-1 .blks-3 .box__image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: width height;
  transition-property: width height;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.schedule-sec-1 .blks-3 .box__image:hover img {
  width: 110%;
  height: 110%;
}

.schedule-sec-1 .blks-3 .box__cat {
  background: #000000;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  height: 40px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 4px;
  margin-bottom: 8px;
}

.schedule-sec-1 .blks-3 .box__cat._color-1 {
  background: #f000e6;
}

.schedule-sec-1 .blks-3 .box__cat._color-2 {
  background: #7428d0;
}

.schedule-sec-1 .blks-3 .box__cat._color-3 {
  background: #ff0000;
}

.schedule-sec-1 .blks-3 .box__cat._color-4 {
  background: #00954b;
}

.schedule-sec-1 .blks-3 .box__cat._color-5 {
  background: #FF7100;
}

.schedule-sec-1 .blks-3 .box__cat._color-6 {
  	font-size:0.7em;
	line-height:12px;
  background: #936f29;
}

.schedule-sec-1 .blks-3 .box__cat._color-7 {
	font-size:0.7em;
	line-height:12px;
  background: #c6000b;
}

.schedule-sec-1 .blks-3 .box__cat._color-8 {
	font-size:0.7em;
	line-height:12px;
  background: #292274;
}

.schedule-sec-1 .blks-3 .box__cat._color-9 {
	background: #00a4a7;
}

.schedule-sec-1 .blks-3 .box__cat._color-11 {
	font-size:0.7em;
	line-height:12px;
  background: #7e4985;
}


.schedule-sec-1 .blks-3 .box__cat._type-2 {
  font-size: 0.8125rem;
}

.schedule-sec-1 .blks-3 .box__cat._type-3 {
  font-size: 0.6563rem;
}

.schedule-sec-1 .blks-3 .box__heading {
  text-align: center;
  border-bottom: solid 1px #000;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.schedule-sec-1 .blks-3 .box__heading__main {
  font-size: 0.9375rem;
  font-weight: 700;
  min-height: 1.5em;
  margin-bottom: 7px;
}

.schedule-sec-1 .blks-3 .box__heading__main._type-2 {
  margin: 12px 0 3px;
  line-height: 0.8;
  height: 1.5em;
}

.schedule-sec-1 .blks-3 .box__heading__main._type-2 span {
  font-size: 0.625rem;
}

.schedule-sec-1 .blks-3 .box__heading__en {
  font-size: 0.75rem;
  font-weight: 500;
  min-height: 1.5em;
}

.schedule-sec-1 .blks-3 .box__defList {
  margin-bottom: 16px;
}

.schedule-sec-1 .blks-3 .box__defList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  line-height: 1.538;
  height: 1.538em;
  font-weight: 500;
  overflow: hidden;
}

.schedule-sec-1 .blks-3 .box__defList__item__ttl {
  width: 3em;
}

.schedule-sec-1 .blks-3 .box__defList__item__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1em;
}

.schedule-sec-1 .blks-3 .box__defList__item__detail span {
  display: inline-block;
}

.schedule-sec-1 .blks-3 .box__defList__item__detail.is-maxLength {
  position: relative;
}

.schedule-sec-1 .blks-3 .box__defList__item__detail.is-maxLength::after {
  position: absolute;
  content: "";
  display: block;
  top: 12px;
  right: -1em;
  margin: auto 0;
  width: 13px;
  height: 3px;
  background: url("../img/sec2_dots01.png") no-repeat 0 0/100% 100%;
}

.schedule-sec-1 .blks-3 .box__btn {
  text-align: center;
}

.schedule-sec-1 .blks-3 .box__btn a {
  display: inline-block;
  color: #000000;
  border: solid 1px #000000;
  padding: 1px 9px 2px;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.schedule-sec-1 .blks-3 .box__btn a:hover {
  opacity: 0.5;
}

.schedule-sec-1 .blks-3 .box__btn a span {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}

.schedule-sec-1 .blks-3 .box__btn a span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  background: url("../img/cmn_arr03.svg") no-repeat 0 0/100% 100%;
}

.schedule-sec-1 .blks-3 .box._color-2 .box__time {
  background: #43b149;
}

.schedule-sec-1 .blks-3 .box._color-2 .box__btn a {
  color: #000000;
  border-color: #000000;
}

.schedule-sec-1 .blks-3 .box._color-2 .box__btn a span::before {
  background: url("../img/cmn_arr03.svg") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 1099px) and (min-width: 769px) {
  .schedule-sec-1 .blks-3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule-sec-1 .blks-3 .list__item {
    width: 49%;
    margin: 5.4% 2% 0 0;
  }
  .schedule-sec-1 .blks-3 .list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .schedule-sec-1 .blks-3 .list__item:nth-child(2n) {
    margin-right: 0;
  }
  .schedule-sec-1 .blks-3 .list__item:nth-child(-n+3) {
    margin-top: 5.4%;
  }
  .schedule-sec-1 .blks-3 .list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .schedule-sec-1 {
    padding: 31px 0 0;
  }
  .schedule-sec-1::after {
    content: none;
  }
  .schedule-sec-1__inner {
    padding: 39px 0 100px;
  }
  .schedule-sec-1__inner__inner {
    padding: 0 4%;
  }
  .schedule-sec-1 .blks-1 {
    padding: 0 4%;
    margin-bottom: 19px;
  }
  .schedule-sec-1 .blks-1 .heading {
    width: auto;
    max-width: 575px;
    margin: 0 auto 27px;
  }
  .schedule-sec-1 .blks-1 .txt {
    max-width: 282px;
    margin: 0 auto;
    padding-right: 0;
  }
  .schedule-sec-1 .blks-2 .linkList {
    width: auto;
    max-width: 420px;
  }
  .schedule-sec-1 .blks-2 .linkList__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .schedule-sec-1 .blks-2 .linkList__item__box {
    padding: 5px 10px;
    border: solid 1px #FFFF33;
  }
  .schedule-sec-1 .blks-2 .linkList__item__box__txt {
    width: 35.18%;
    font-size: 0.9688rem;
    margin-right: 6.285%;
  }
  .schedule-sec-1 .blks-2 .linkList__item__box__txt-2 {
    font-size: 1.2456rem;
  }
  .schedule-sec-1 .blks-2 .linkList__item__box__txt-2 span {
    font-size: 1.1211rem;
  }
  .schedule-sec-1 .blks-3 .heading {
    font-size: 2rem;
    margin: 0 2% 24px;
  }
  .schedule-sec-1 .blks-3 .heading__txt {
    margin-bottom: 7px;
  }
  .schedule-sec-1 .blks-3 .heading__txt span {
    padding: 0 24px;
  }
  .schedule-sec-1 .blks-3 .heading__txt span::before, .schedule-sec-1 .blks-3 .heading__txt span::after {
    width: 12px;
    height: 30px;
  }
  .schedule-sec-1 .blks-3 .heading__txt-2 span {
    font-size: 1.8rem;
  }
  .schedule-sec-1 .blks-3 .linkListWrap {
    max-width: 542px;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .schedule-sec-1 .blks-3 .linkList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -10px -4px 39px;
  }
  .schedule-sec-1 .blks-3 .linkList__item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 4px;
    margin: 10px 0;
  }
  .schedule-sec-1 .blks-3 .linkList__item a {
    width: auto;
  }
  .schedule-sec-1 .blks-3 .group + .group {
    margin-top: 30px;
  }
  .schedule-sec-1 .blks-3 .group__detail {
    padding: 18px 3.801% 36px;
  }
  .schedule-sec-1 .blks-3 .list {
    display: block;
  }
  .schedule-sec-1 .blks-3 .list__item {
    width: auto;
    margin: 0;
  }
  .schedule-sec-1 .blks-3 .list__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .schedule-sec-1 .blks-3 .box__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule-sec-1 .blks-3 .box__col2__lt {
    width: 40%;
    margin-right: 2%;
  }
  .schedule-sec-1 .blks-3 .box__col2__rt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .schedule-sec-1 .blks-3 .box__time {
    padding: 2px 5px;
    font-size: 1rem;
    margin-bottom: 9px;
  }
  .schedule-sec-1 .blks-3 .box__cat {
    display: block;
    padding: 4 4px;
    height: auto;
    margin-bottom: 6px;
  }
  .schedule-sec-1 .blks-3 .box__cat._type-2 {
    padding: 2px 4px;
  }
  .schedule-sec-1 .blks-3 .box__cat._type-2 > span {
    display: inline-block;
  }
  .schedule-sec-1 .blks-3 .box__cat._type-3 {
    padding: 4px 4px 5px;
  }
  .schedule-sec-1 .blks-3 .box__cat._type-3 > span span {
    display: inline-block;
  }
  .schedule-sec-1 .blks-3 .box__image {
    margin: 2px 0 0;
  }
  .schedule-sec-1 .blks-3 .box__heading {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .schedule-sec-1 .blks-3 .box__heading__main {
    margin-bottom: 2px;
  }
  .schedule-sec-1 .blks-3 .box__heading__main._type-2 {
    height: auto;
  }
  .schedule-sec-1 .blks-3 .box__defList {
    margin-bottom: 10px;
  }
  .schedule-sec-1 .blks-3 .box__btn {
    text-align: left;
  }
}

.fb-page {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.556;
  letter-spacing: -.01em;
	text-align:center;
  color: #000000;
  margin-bottom: 17px;
}

@media screen and (max-width: 500px) {
  .schedule-sec-1 .blks-3 .linkList__item {
    width: 33.333%;
  }
  .schedule-sec-1 .blks-3 .linkList__item:nth-child(3n) {
    width: 33.334%;
  }
}

@media screen and (max-width: 374px) {
  .schedule-sec-1 .blks-2 .linkList__item__box__txt {
    width: 100px;
    margin-right: 15px;
  }
  .schedule-sec-1 .blks-3 .linkList__item {
    width: 50%;
  }
  .schedule-sec-1 .blks-3 .linkList__item:nth-child(3n) {
    width: 50%;
  }
}

#cboxOverlay {
  background: rgba(250, 240, 84, 0.6);
}

@media screen and (max-width: 768px) {
  #cboxOverlay {
    background: rgba(255, 255, 51, 0.9);
  }
}

#cboxClose {
  top: 5px;
  right: 23px;
  background: url("../img/cmn_close01.png") no-repeat center center/100% 100%;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#cboxClose:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  #cboxClose {
    right: 4px;
    width: 38px;
    height: 38px;
  }
}

#colorbox.trailer #cboxClose {
  background: url("../img/cmn_close02.png") no-repeat center center/100% 100%;
}
