@charset "UTF-8";
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
@-webkit-keyframes animeMVdeco {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes animeMVdeco {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
.headlineTitle {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.headlineText {
  font-size: 1.9rem;
  line-height: 2.2;
}

.sectionTitle {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

#annualSchedule {
  text-align: justify;
  hanging-punctuation: allow-end;
}
#annualSchedule .annualArea {
  padding-bottom: 100px;
}
#annualSchedule .annualArea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#annualSchedule .annualArea__flex:not(:last-of-type) {
  padding-bottom: 45px;
}
#annualSchedule .annualArea__flex:last-of-type:after {
  border: none;
}
#annualSchedule .annualArea__flex:first-of-type {
  margin-top: 45px;
}
#annualSchedule .annualArea__flex:after {
  position: absolute;
  content: "";
  top: 0;
  left: 27.5px;
  border-left: 2px solid #231815;
  width: 2px;
  height: 3300px;
  height: 100%;
  z-index: -1;
}
#annualSchedule .annualArea__flex--month {
  color: #fff;
  background-color: #231815;
  width: 56px;
  height: 56px;
  min-width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 999px;
  font-size: 3.3rem;
  position: relative;
  z-index: 10;
}
#annualSchedule .annualArea__flex--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 73px;
  width: 100%;
}
#annualSchedule .annualArea__flex--event.onlyTitle {
  display: block;
}
#annualSchedule .annualArea__flex--event--item {
  width: calc(50% - 12.5px);
  margin-right: 25px;
}
#annualSchedule .annualArea__flex--event--item:nth-of-type(2n) {
  margin-right: 0;
}
#annualSchedule .annualArea__flex--event--item.onlyTitle {
  width: 100%;
  margin-right: 0;
}
#annualSchedule .annualArea__flex--event--item--imageArea {
  border-radius: 10px;
}
#annualSchedule .annualArea__flex--event--item--imageArea--image {
  width: 100%;
  border-radius: 10px;
}
#annualSchedule .annualArea__flex--event--item--imageArea .yt__box--blk {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#annualSchedule .annualArea__flex--event--item--imageArea .yt__box--blk--play {
  position: absolute;
  width: 17%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#annualSchedule .annualArea__flex--event--item--textArea {
  padding-top: 10px;
}
#annualSchedule .annualArea__flex--event--item--textArea--title {
  font-size: 1.9rem;
  font-weight: bold;
}
#annualSchedule .annualArea__flex--event--item--textArea--text {
  font-size: 1.6rem;
  margin-top: 8px;
  letter-spacing: 0em;
  line-height: 1.8;
}
#annualSchedule .annualArea__attention {
  text-align: right;
  margin-top: 36px;
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  #annualSchedule .annualArea__flex:first-of-type {
    margin-top: 25px;
  }
  #annualSchedule .annualArea__flex--event {
    margin-left: 20px;
  }
}
/* SP */
@media screen and (max-width: 599px) {
  .headlineTitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .headlineText {
    font-size: 1.3rem;
    line-height: 1.73;
  }
  .sectionTitle {
    font-size: 1.6rem;
  }
  #annualSchedule .annualTop {
    /*margin-top: 10px;*/
  }
  #annualSchedule .annualArea__flex:first-of-type {
    margin-top: 25px;
  }
  #annualSchedule .annualArea__flex:after {
    left: 15.5px;
  }
  #annualSchedule .annualArea__flex--month {
    width: 32px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    font-size: 1.7rem;
  }
  #annualSchedule .annualArea__flex--event {
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
  }
  #annualSchedule .annualArea__flex--event--item {
    width: 100%;
    margin-right: 0;
  }
  #annualSchedule .annualArea__flex--event--item:not(:first-of-type) {
    margin-top: 30px;
  }
  #annualSchedule .annualArea__flex--event--item--textArea--title {
    font-size: 1.6rem;
  }
  #annualSchedule .annualArea__flex--event--item--textArea--title.break {
    line-height: 1.3;
  }
  #annualSchedule .annualArea__flex--event--item--textArea--text {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
/*--fadeInUp--*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--fadeInUpBig--*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/* SP ここまで */