@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mainImg {
  background-image: url(../images/schedule/mainimg.jpg);
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■timeline
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#timeline {
  padding: 70px 0 180px;
}

#timeline .innerWrap {
  overflow: visible;
}

#timeline .copy {
  margin-top: 70px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 0;
  text-align: center;
  background: url(../images/schedule/bg_copy.jpg) center center no-repeat;
  background-size: cover;
}

#timeline .copy + .intro {
  text-align: center;
  font-size: 2rem;
  color: #0068B7;
  line-height: 1.6;
  margin-top: 30px;
}

#timeline .events {
  margin-top: 40px;
  padding-top: 90px;
  background: url(../images/schedule/dotted.png) center top repeat-y;
  background-size: auto 44px;
}

#timeline .events .block {
  margin-bottom: 85px;
}

#timeline .events .block .month {
  display: block;
  text-align: center;
  width: 55px;
  height: 53px;
  font-size: 3.05rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 35px;
  padding-top: 18px;
  background: url(../images/schedule/ico_calendar.png) center center no-repeat;
  background-size: 55px 53px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#timeline .events .block .hd {
  padding: 20px 0;
  background: #ffffff;
}

#timeline .events .block h3 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: serif;
  font-size: 4rem;
  font-weight: bold;
  color: #0068B7;
}

#timeline .events .block h3 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#timeline .events .block .desc {
  text-align: center;
  font-size: 1.4rem;
  width: 610px;
  margin: 24px auto 0;
}

#timeline .events .block ul li {
  position: relative;
}

#timeline .events .block ul li .img img {
  width: 100%;
}

#timeline .events .block ul li .content {
  background: #F8F8F8;
  padding: 30px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#timeline .events .block ul li .content .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0068B7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

#timeline .events .block ul li .content .ttl:after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0068B7;
}

#timeline .events .block ul li .content .txt {
  font-size: 1.4rem;
}

#timeline .events .block ul.style1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 55px;
}

#timeline .events .block ul.style1 li:nth-child(1) {
  margin-top: 0;
}

#timeline .events .block ul.style1 li .img {
  width: 58.2%;
  position: relative;
  z-index: 100;
}

#timeline .events .block ul.style1 li .content {
  width: 44.5%;
  margin-top: 40px;
  position: relative;
  z-index: 200;
}

#timeline .events .block ul.style1 li:nth-child(odd) {
  padding-left: 8.3%;
}

#timeline .events .block ul.style1 li:nth-child(odd) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#timeline .events .block ul.style1 li:nth-child(odd) .content {
  margin-left: -30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#timeline .events .block ul.style1 li:nth-child(even) {
  padding-right: 8.3%;
}

#timeline .events .block ul.style1 li:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#timeline .events .block ul.style1 li:nth-child(even) .content {
  margin-right: -30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#timeline .events .block ul.style2 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 55px;
}

#timeline .events .block ul.style2 li:nth-child(1) {
  margin-top: 0;
}

#timeline .events .block ul.style2 li .img {
  width: 58.2%;
  position: relative;
  z-index: 200;
}

#timeline .events .block ul.style2 li .content {
  width: 44.5%;
  margin-top: -35px;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}

#timeline .events .block ul.style2 li .content .subimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: -45px;
  margin-right: -45px;
  margin-top: 30px;
}

#timeline .events .block ul.style2 li .content .subimg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  background: #ffffff;
}

#timeline .events .block ul.style2 li .content .subimg li {
  margin: 0;
  padding: 0;
}

#timeline .events .block ul.style2 li .content .subimg li:nth-child(1) {
  margin-right: 14px;
}

#timeline .events .block ul.style2 li .content .subimg li img {
  width: 100%;
}

#timeline .events .block ul.style2 li:nth-child(odd) {
  padding-right: 8.3%;
}

#timeline .events .block ul.style2 li:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#timeline .events .block ul.style2 li:nth-child(odd) .content {
  margin-right: -30px;
  padding-right: 75px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#timeline .events .block ul.style2 li:nth-child(odd) .content .subimg {
  margin-right: -75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#timeline .events .block ul.style2 li:nth-child(even) {
  padding-left: 8.3%;
}

#timeline .events .block ul.style2 li:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#timeline .events .block ul.style2 li:nth-child(even) .content {
  margin-left: -30px;
  padding-left: 75px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#timeline .events .block ul.style2 li:nth-child(even) .content .subimg {
  margin-left: -75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#timeline .events .block ul.style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: -50px;
}

#timeline .events .block ul.style3 li {
  width: 29.2%;
  margin-bottom: 50px;
}

#timeline .events .block ul.style3 li.big {
  width: 48.2%;
}

#timeline .events .block ul.style3 li.big .content {
  margin: -75px 7.8% 0;
  position: relative;
}

#timeline .events .block ul.style3 li.big .content .ttl {
  text-align: center;
}

#timeline .events .block ul.style3 li.big .content .ttl:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#timeline .events .block ul.style3 li .img img {
  width: 100%;
}

#timeline .events .block ul.style3 li:not(.big) .content {
  padding: 20px;
}

#timeline .events .block ul.style3 li:not(.big) .content .ttl {
  font-size: 2.2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#timeline .events .block ul.style4 {
  margin-bottom: -50px;
}

#timeline .events .block ul.style4 li {
  width: 83.3%;
  margin: 0 auto 50px;
}

#timeline .events .block ul.style4 li .content {
  width: 49%;
  margin: -60px auto 0;
  position: relative;
}

#timeline .events .block ul.style4 li .content .ttl {
  text-align: center;
}

#timeline .events .block ul.style4 li .content .ttl:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#timeline .events .block ul.style5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -50px;
}

#timeline .events .block ul.style5 li {
  width: 45.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#timeline .events .block ul.style5 li .img img {
  width: 100%;
}

#timeline .events .block ul.style5 li .content {
  position: relative;
}

#timeline .events .block ul.style5 li:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 12.9%;
}

#timeline .events .block ul.style5 li:nth-child(odd) .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10.1%;
  margin-bottom: -25px;
}

#timeline .events .block ul.style5 li:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 12.9%;
}

#timeline .events .block ul.style5 li:nth-child(even) .content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 10.1%;
  margin-top: -25px;
}

#timeline .events .block ul.style6 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#timeline .events .block ul.style6 li .content {
  width: 40.8%;
  position: relative;
  z-index: 200;
}

#timeline .events .block ul.style6 li .img {
  width: 66.5%;
}

#timeline .events .block ul.style6 li:nth-child(odd) {
  margin-top: 70px;
  margin-bottom: -26px;
}

#timeline .events .block ul.style6 li:nth-child(odd) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#timeline .events .block ul.style6 li:nth-child(odd) .content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 296px;
  margin-left: -146px;
}

#timeline .events .block ul.style6 li:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#timeline .events .block ul.style6 li:nth-child(even) .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 70px;
  margin-right: -86px;
}

#timeline .events .block ul.style6 li:nth-child(1) {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  #timeline .copy {
    margin-left: -40px;
    margin-right: -40px;
  }
  #timeline .events .block .month {
    font-size: 2.55rem;
  }
}

@media only screen and (max-width: 768px) {
  #timeline {
    padding: 40px 0 50px;
  }
  #timeline .copy {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px 0;
  }
  #timeline .copy img {
    height: 64px;
  }
  #timeline .copy + .intro {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  #timeline .copy + .intro br {
    display: none;
  }
  #timeline .events {
    margin-top: 25px;
    padding-top: 30px;
  }
  #timeline .events .block {
    margin-bottom: 40px;
  }
  #timeline .events .block .month {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  #timeline .events .block .hd {
    padding: 16px 0;
  }
  #timeline .events .block h3 {
    font-size: 2.8rem;
  }
  #timeline .events .block .desc {
    width: auto;
    margin-top: 15px;
  }
  #timeline .events .block ul {
    margin: 0 !important;
  }
  #timeline .events .block ul li {
    width: auto !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 30px 0 0 0 !important;
    padding: 0 !important;
  }
  #timeline .events .block ul li .img {
    width: 100% !important;
    margin: 0 !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #timeline .events .block ul li .img img {
    width: 100% !important;
  }
  #timeline .events .block ul li .content {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #timeline .events .block ul li .content .ttl {
    text-align: left !important;
    font-size: 2rem !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
  }
  #timeline .events .block ul li .content .ttl:after {
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #timeline .events .block ul li .content .txt {
    line-height: 1.7 !important;
  }
  #timeline .events .block ul li .content .subimg {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin: 20px -20px -20px !important;
  }
  #timeline .events .block ul li .content .subimg:before {
    display: none;
  }
  #timeline .events .block ul li .content .subimg li {
    width: 48.5% !important;
    margin: 0 !important;
  }
  #timeline .events .block ul li .content .subimg li img {
    width: 100% !important;
  }
}
