@media screen and (min-width: 751px) {
  .contents {
    width: 1000px; } }

@media screen and (max-width: 750px) {
  .contents {
    width: 100%; } }

@media screen and (min-width: 751px) {
  .head {
    margin-bottom: 45px; } }

@media screen and (min-width: 751px) {
  .foot {
    margin-top: 80px; } }

.schedule-cate {
  text-align: center;
  padding-bottom: 6px; }
  .schedule-cate__list {
    letter-spacing: -.40em;
    margin-bottom: 33px; }
    .schedule-cate__list li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 28px; }
      @media screen and (max-width: 750px) {
        .schedule-cate__list li {
          margin: 0 12px; } }
      .schedule-cate__list li a {
        display: block;
        position: relative;
/*        font-family: 'Special Elite';*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: 700; }
        .schedule-cate__list li a:hover {
          text-decoration: none; }
          .schedule-cate__list li a:hover .schedule-cate__line {
            left: 0;
            opacity: 1;
            filter: alpha(opacity=100); }
      .schedule-cate__list li.schedule-cate--current .schedule-cate__line {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100); }
  .schedule-cate__line {
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -3px;
    left: 10px; }

.schedule-list__list {
  letter-spacing: -.40em;
  border-top: 1px solid #cccccc;
  margin-bottom: 30px; }

.schedule-list__item {
  text-align: left;
  border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 750px) {
    .schedule-list__item {
      width: 100%;
      letter-spacing: -.40em;
      margin: 0 auto; } }
  .schedule-list__item a {
    display: block;
    position: relative;
   color: #000000;
    padding: 29px 0 30px 0; }
    .schedule-list__item a:hover {
      text-decoration: none; }
      @media screen and (min-width: 751px) {
        .schedule-list__item a:hover .schedule-list__arrow {
          right: 16px; }
        .schedule-list__item a:hover .schedule-list__base {
          width: 100%; } }
    @media screen and (max-width: 750px) {
      .schedule-list__item a {
        padding: 20px 0 20px 0;
text-decoration: none;} }

.schedule-list__base {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background:  #e7ff21;*/  /*色替え */
  background:  #fffff;  /*色替え */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

.schedule-list__title {
font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 720px;
  position: relative; }
  @media screen and (min-width: 751px) {
    .schedule-list__title {
      padding-right: 20px; } }
  @media screen and (max-width: 750px) {
    .schedule-list__title {
      display: block;
      width: 80%;
      margin-left: 6.7%;
      font-size: 16px;
      line-height: 22px; } }

.schedule-list__cate {
/*  font-family: 'Special Elite'; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.06em;
  vertical-align: middle;
  padding-left: 100px;
  width: 176px;
  position: relative;
  top: 5px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .schedule-list__cate {
      display: block;
      width: 86.6%;
      margin: 0 auto 5px auto;
      padding-left: 0;
      top: 0; } }

.schedule-list__arrow {
/*  font-family: 'Special Elite'; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
      @media screen and (max-width: 750px) {
        .schedule-list__arrow {
            right: 26px; } }
.schedule-single {
  width: 760px;
  margin: 0 auto;
  padding-top: 39px;
  margin-bottom: 90px; }
  @media screen and (max-width: 750px) {
    .schedule-single {
      width: 100%;
      padding-top: 20px; } }
  .schedule-single__title {
    position: relative;
    margin-bottom: 36px; }
    @media screen and (max-width: 750px) {
      .schedule-single__title {
        width: 86.6%;
        margin: 0 auto 20px auto;
        padding-left: 0; } }
  .schedule-single__date {
/*    font-family: 'Special Elite'; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 750px) {
      .schedule-single__date {
        position: relative;
        top: 0;
        margin-bottom: 5px; } }
  .schedule-single__ttl {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500; }
    @media screen and (max-width: 750px) {
      .schedule-single__ttl {
        font-size: 18px;
        line-height: 24px; } }
  .schedule-single__article {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500; }
    @media screen and (max-width: 750px) {
      .schedule-single__article {
        width: 86.6%;
        float: none;
        margin: 0 auto; } }
    .schedule-single__article a {
      text-decoration: underline; }
      .schedule-single__article a:hover {
        text-decoration: none; }
  .schedule-single__share {
    letter-spacing: -.40em;
    margin-top: 60px; }
    .schedule-single__share li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
      @media screen and (max-width: 750px) {
        .schedule-single__share li {
          margin-right: 6px; } }
    .schedule-single__share__fb {
      position: relative;
      top: -2px; }


  .top-pickup__more {
    width: 170px;
    display: inline-block;
    margin: 0 auto 50px;
    font-size: 17px;
/*    font-family: 'Special Elite'; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.08em;
    border: 1px solid #000000;
    padding: 25px 0 22px 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    /*background:  #e7ff21;*/  /*色替え */
    background:  #ffffff;  /*色替え */
    color: #000000; }
    .top-pickup__more:hover {
      text-decoration: none;
      background: #000000;
      /*color:  #e7ff21;*/  /*色替え */
      color:  #ffffff;  /*色替え */ }