.special_list li .thumb_wrap {
  width: 0;
}

.special_list li .thumb_wrap .thumb {
  opacity: 0;
}

.special_list li .special_ttl {
  opacity: 0;
}

@-webkit-keyframes open_special {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes open_special {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes in_content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes in_content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.open_contents .special_list li .thumb_wrap {
  -webkit-animation: open_special 0.3s cubic-bezier(0.32, 0, 0.67, 0) forwards;
          animation: open_special 0.3s cubic-bezier(0.32, 0, 0.67, 0) forwards;
}

.open_contents .special_list li .thumb, .open_contents .special_list li .special_ttl {
  -webkit-animation: in_content 0.3s ease-in 0.3s forwards;
          animation: in_content 0.3s ease-in 0.3s forwards;
}

/**********************************/
.special_list li {
  position: relative;
}

.special_list li .thumb_wrap {
  background: #004098;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_list li .thumb {
  position: relative;
  background: no-repeat center;
  background-size: cover;
}

.special_list li .special_ttl {
  line-height: 1.4;
}

.special_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  .special_list {
    width: 850px;
    margin: auto;
    padding-top: 148px;
    min-height: 90vh;
  }
  .special_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .special_list ul li {
    width: 263px;
    margin-bottom: 40px;
    margin-left: 30px;
  }
  .special_list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .special_list ul li .thumb_wrap {
    padding: 1px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .special_list ul li .thumb {
    position: relative;
    width: 100%;
    padding-top: 155px;
    overflow: hidden;
  }
  .special_list ul li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .special_list ul li .special_ttl {
    font-size: 14px;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .special_list ul li:hover {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .special_list ul li:hover .special_ttl {
    font-size: 14px;
    color: #004098;
  }
  .special_list ul li:hover figure {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@media only screen and (max-width: 768px) {
  .special_list {
    margin: 0 5vw;
  }
  .special_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .special_list ul li {
    width: 47.5%;
    margin-bottom: 6vw;
  }
  .special_list ul li .thumb_wrap {
    padding: 0.5%;
    margin-bottom: 2vw;
  }
  .special_list ul li .thumb {
    position: relative;
    width: 100%;
    padding-top: 25.5vw;
    background-size: cover;
  }
  .special_list ul li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.special_dail_daily {
  display: inline-block;
  background: #004098;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 7px 8px 12px 12px;
  margin-bottom: 30px;
  margin-left: -17px;
}

@media only screen and (max-width: 768px) {
  .special_dail_daily {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.special_list_daily {
  border-bottom: #004098 1px solid;
  margin-bottom: 50px;
}

.special_list_daily ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .special_list_daily {
    margin-bottom: 30px;
  }
}


/*in*********************************/
.special_in {
  opacity: 0;
  -webkit-animation: staffcast_in 1s cubic-bezier(0.5, 1, 0.89, 1) forwards;
          animation: staffcast_in 1s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}

@-webkit-keyframes staffcast_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes staffcast_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 769px) {
  .special_in {
    width: 850px;
    margin: auto;
    padding-top: 148px;
    min-height: 90vh;
  }
}

@media only screen and (max-width: 768px) {
  .special_in {
    margin: 0 5vw;
  }
}

.special_in_ttl {
  color: #004098;
  font-weight: 600;
  font-size: 25px;
  border-bottom: 3px solid #004098;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .special_in_ttl {
    font-size: 20px;
    border-bottom: 2px solid #004098;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.special_in .pager {
  letter-spacing: -.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  border-top: 1px solid #004098;
}

.special_in .pager a {
  color: #004098;
  text-decoration: none;
}

.special_in .pager div {
  display: inline-block;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 769px) {
  .special_in .pager {
    font-size: 10px;
    margin-top: 80px;
    padding-top: 30px;
  }
  .special_in .pager div {
    width: 38px;
    text-align: center;
    margin-right: 20px;
  }
  .special_in .pager div p {
    margin-top: 6px;
  }
  .special_in .pager div img {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .special_in .pager div:hover img {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .special_in .pager a {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .special_in .pager {
    margin-top: 12vw;
    padding-top: 4vw;
  }
  .special_in .pager div {
    width: 10vw;
    text-align: center;
    margin-right: 5vw;
  }
  .special_in .pager div p {
    margin-top: 6px;
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=special.css.map */