/* type common */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.description {
  margin-bottom: 100px;
  text-align: center;
}

.description-right {
  margin-bottom: 20px;
}

.description-right-big {
  margin-bottom: 20px;
}

.description-right-blue {
  margin-bottom: 20px;
  color: #009DE6;
}

.description-right-blue span {
  color: #333;
}

.description-limit {
  margin-bottom: 40px;
  font-weight: bold;
}

.description-limit .bar {
  position: relative;
  padding: 0 10px 5px;
}

.description-limit .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #FFEE00;
}

.description-chance {
  margin-bottom: 20px;
  color: #009DE6;
  border: 1px solid #009DE6;
}

.description-chance-head {
  margin-bottom: 20px;
  font-weight: bold;
}

.presents {
  position: relative;
}

.presents-doubleChance {
  text-align: center;
}

.presents-doubleChance-head {
  margin: 0 auto 20px;
  padding: 5px;
  text-align: center;
  border-radius: 25px;
  color: #009DE6;
  background-color: #fff;
}

.presents-doubleChance-right {
  margin-bottom: 20px;
}

.presents-keywords-single {
  position: relative;
}

.presents-keywords .head {
  margin: 0 auto 10px;
  padding: 5px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  background-color: #009DE6;
}

.presents .item {
  position: relative;
  text-align: center;
}

.presents .item-img:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.presents .item-number {
  position: absolute;
  display: table;
  text-align: center;
  line-height: 1.1;
  border-radius: 50%;
  color: #fff;
  background-color: #009DE6;
}

.presents .item-number span {
  display: table-cell;
  vertical-align: middle;
}

.presents .item-name {
  margin-top: 20px;
}

.pointlink {
  color: blue;
  text-decoration: underline;
}

.keyword {
  margin: 0 auto;
}

.keyword.bgYellow .btn:hover {
  color: #FFEE00;
  background-color: #009DE6;
}

.keyword-hint {
  display: table;
  margin: 0 auto 5px;
  border: 2px solid transparent;
  border-top-color: #009DE6;
  border-bottom-color: #009DE6;
}

.keyword-hint-pop, .keyword-hint-list {
  display: table-cell;
  vertical-align: middle;
}

.keyword-hint-list {
  color: #009DE6;
  list-style: circle;
}

.keyword-hint-list li + li {
  margin-top: 5px;
}

.keyword-newHint {
  margin: 0 auto 20px;
  text-align: right;
}

.keyword-newHint time {
  position: relative;
  font-weight: bold;
}

.keyword-newHint time:not(.white) {
  background: -webkit-linear-gradient(top, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
  background: linear-gradient(to bottom, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
}

.keyword-form {
  margin: 0 auto;
}

.keyword-form-input, .keyword-form-submit {
  font-size: inherit;
}

.keyword-form-input {
  height: 50px;
  padding: 10px;
  border: 2px solid #009DE6;
  background-color: #fff;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
}

.answer-announcement {
  margin-top: 40px;
  color: #fff;
  background-color: #009DE6;
  border-radius: 10px;
}

.answer-announcement .keyword-head:before {
  display: none;
}

.answer-announcement .keyword-head-number {
  color: #ffee00;
  background: none;
}

.answer-announcement .keyword-head-word {
  color: #ffee00;
}

.answer-announcement .keyword-head-word:before, .answer-announcement .keyword-head-word:after {
  border-color: #ffee00;
}

.answer-announcement .profile-box01-name {
  color: #fff;
}

.profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-box01-name {
  margin-bottom: 20px;
  color: #009DE6;
}

.profile-box01-desc {
  margin-bottom: 20px;
}

.profile-box01-official li:not(:last-child) {
  margin-bottom: 5px;
}

.profile-box01-official a {
  text-decoration: underline;
}

.profile-box02-name {
  margin-bottom: 20px;
  color: #009DE6;
}

.overview {
  position: relative;
  color: #fff;
}

.overview-head {
  margin-bottom: 40px;
  text-align: center;
}

.overview-col:not(:last-child) {
  margin-bottom: 60px;
}

.overview-col-head {
  margin-bottom: 10px;
  text-align: center;
}

.overview-col-right {
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.overview-col-right ul {
  list-style: disc;
  margin-left: 20px;
}

.overview-pp {
  margin-top: 10px;
  text-align: right;
}

/* type pc */
@media only screen and (min-width: 769px) {
  .header-mainCol {
    height: 520px;
    background: url(../../../../img/images/campaign/odakyu/top/bg01.png) no-repeat top center;
  }
  .description {
    margin-top: -60px;
  }
  .description-right-big {
    font-size: 1.5rem;
  }
  .description-right-blue span {
    font-size: 1.2rem;
  }
  .description-limit {
    font-size: 2rem;
  }
  .description-chance {
    padding: 20px;
  }
  .description-chance-head {
    font-size: 1.8rem;
  }
  .presents {
    padding-top: 180px;
    background-image: url(../../../../img/images/campaign/odakyu/top/bg02.png);
  }
  .presents-doubleChance-head {
    width: 150px;
    font-size: 1.8rem;
  }
  .presents-doubleChance .item {
    width: 376px;
  }
  .presents-doubleChance .item-number {
    bottom: 18%;
  }
  .presents-keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  .presents-keywords-single:before {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .presents-keywords .head {
    width: 180px;
    font-size: 1.6rem;
  }
  .presents-keywords .item {
    width: 202px;
  }
  .presents-keywords .item-number {
    bottom: 34%;
  }
  .presents .item {
    margin: 0 auto;
  }
  .presents .item-number {
    left: 70%;
    width: 70px;
    height: 70px;
  }
  .presents .item-number strong {
    font-size: 3rem;
  }
  .presents .item-scroller {
    display: block;
    margin-top: 20px;
  }
  .presents .item-scroller:hover {
    -webkit-animation: bounce 1.3s linear infinite;
            animation: bounce 1.3s linear infinite;
  }
  .keyword.bgYellow {
    padding: 150px 0 200px;
    background-image: url(../../../../img/images/campaign/odakyu/top/bg03.png);
  }
  .keyword.bgYellow.-announcement {
    padding-bottom: 100px;
  }
  .keyword-head-word {
    padding: 20px 50px;
  }
  .keyword-head:not(.-nodecoration):before {
    content: url(../../../../img/images/campaign/odakyu/top/live02.png);
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  .keyword-hint {
    padding: 20px 40px;
    font-size: 1.4rem;
  }
  .keyword-hint-list {
    padding-left: 50px;
  }
  .keyword-newHint time {
    font-size: 1.6rem;
  }
  .keyword-newHint time.white {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 50%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 50%, white 100%);
  }
  .keyword-form {
    width: 700px;
  }
  .keyword-form-input, .keyword-form-submit {
    display: inline-block;
    vertical-align: middle;
  }
  .keyword-form-input {
    width: 483px;
    margin-right: 10px;
  }
  .keyword-form-submit {
    width: 200px;
  }
  .answer-announcement {
    padding: 30px;
  }
  .answer-announcement .keyword-head {
    margin-bottom: 20px;
  }
  .answer-announcement .profile-wrap {
    width: 640px;
  }
  .answer-announcement .profile-box01 {
    width: 440px;
  }
  .profile-box01 {
    width: 500px;
  }
  .profile-box02 {
    width: 160px;
  }
  .profile-official-sns {
    display: inline-block;
  }
  .profile-official-sns:first-child {
    margin-right: 10px;
  }
  .overview {
    padding: 100px 0 150px 0;
    background: url(../../../../img/images/campaign/odakyu/top/bg04.png);
  }
  .overview-col {
    position: relative;
  }
  .overview-col:last-of-type::after {
    content: "";
    display: block;
    clear: both;
  }
  .overview-pp {
    float: right;
  }
}

/* type sp */
@media only screen and (max-width: 768px) {
  .header {
    background-color: #FFEE00;
  }
  .header-mainCol {
    height: 53vw;
    margin-bottom: 20px;
    background: url(../../../../img/images/campaign/odakyu/top/bg01-sp.svg) no-repeat top center;
    background-size: contain;
  }
  .description-big {
    margin: -20px auto 20px;
    padding: 20px 20px 40px 20px;
    font-size: 2rem;
    font-weight: bold;
    background: url(../../../../img/images/campaign/odakyu/top/bg-sp.png) no-repeat bottom center;
    background-size: cover;
  }
  .description-limit {
    font-size: 2rem;
  }
  .description-chance {
    padding: 10px;
  }
  .description-chance-head {
    font-size: 1.3rem;
  }
  .presents {
    padding-top: 120px;
    background-image: url(../../../../img/images/campaign/odakyu/top/bg02-sp01.svg), url(../../../../img/images/campaign/odakyu/top/bg02-sp02.png);
    background-size: 245px, cover;
  }
  .presents .wrapper {
    width: 70%;
  }
  .presents-doubleChance-head {
    width: 70%;
  }
  .presents-doubleChance-right span {
    font-size: 1.1rem;
  }
  .presents-doubleChance .item-number {
    left: 60%;
    bottom: 25%;
  }
  .presents-keywords {
    width: 100%;
    margin: 0 auto;
  }
  .presents-keywords-single {
    padding-bottom: 40px;
  }
  .presents-keywords-single:before {
    bottom: 20%;
    z-index: 1;
  }
  .presents-keywords .head {
    width: 90%;
    max-width: 220px;
  }
  .presents-keywords .item-number {
    left: 70%;
    bottom: 20%;
  }
  .presents .item {
    margin: 0 auto;
  }
  .presents .item-number {
    width: 50px;
    height: 50px;
    text-indent: 3px;
  }
  .presents .item-number strong {
    font-size: 2.2rem;
  }
  .presents .item-scroller {
    position: absolute;
    right: 70%;
    bottom: 20%;
  }
  .keyword {
    margin-bottom: 50px !important;
  }
  .keyword .wrapper {
    padding-bottom: 50px;
    border-bottom: 1px dashed #848484;
  }
  .keyword-head-word {
    padding: 10px 40px;
    font-size: 2rem;
  }
  .keyword-hint {
    padding: 20px 10px;
  }
  .keyword-hint-pop {
    width: 20%;
    vertical-align: top;
  }
  .keyword-hint-list {
    padding-left: 30px;
  }
  .keyword-newHint time.white {
    background: -webkit-linear-gradient(top, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
    background: linear-gradient(to bottom, rgba(255, 238, 0, 0) 0%, rgba(255, 238, 0, 0) 49%, #ffee00 50%, #ffee00 100%);
  }
  .keyword-form-input, .keyword-form-submit {
    width: 100%;
    font-size: 1.6rem;
  }
  .keyword-form-input {
    margin-bottom: 10px;
  }
  .answer-announcement {
    padding-top: 20px;
  }
  .answer-announcement .wrapper {
    padding-bottom: 20px;
  }
  .answer-announcement .profile-box02-name {
    color: #fff;
  }
  .profile-box01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .profile-box02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 20px;
  }
  .overview {
    padding: 80px 0 150px 0;
    background-image: url(../../../../img/images/campaign/odakyu/top/bg04-sp.png);
    background-size: cover;
  }
  .overview-col-head {
    font-size: 1.6rem;
  }
  .overview-pp {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
}

/* type landscape */
