@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-----------------all*/
html {
  font-size: 12px;
  line-height: 1.8;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tab {
  display: none;
}

.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.title {
  margin-bottom: 20px;
  text-align: center;
}

.title-cp img {
  max-height: 20px;
}

@media all and (-ms-high-contrast: none) {
  .title-cp img {
    max-height: inherit;
  }
}

.box {
  margin-bottom: 70px;
  padding: 0 10px;
}

.lfont {
  font-size: 2rem;
}

.btn {
  background: #000;
  padding: 8px 20px;
}

a.btn {
  color: #fff;
  display: block;
  text-align: center;
}

.shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.effect {
  transition: 1s;
  transform: translate(0,60px);
  -webkit-transform: translate(0,60px);
}

/*-----------------header*/

.header {
	overflow: hidden;
}

.lead {
  padding: 10px;
}

.caretta-logo {
  -ms-flex-preferred-size: 98px;
      flex-basis: 98px;
}

.lead-text {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  color: #e70012;
  text-align: right;
  font-weight: bold;
  line-height: 1;
}

.lead-logo {
  display: inline-block;
  padding: 6px 0 0;
  width: 130px;
}

.visual {
  background: #e70012;
}

.visual-top {
  flex-wrap: wrap;
  animation: toright 1s ease-out 1 0s normal;
}

@keyframes toright {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(  0px);
  }
}

.visual-top li {
  flex-basis: 33.333333333%;
}

.visual-01{
  order: 2;
}

.visual-02{
  order: -1;
}

.visual-03{
  order: 3;
}

.visual-04{
  order: 0;
}

.visual-05{
  order: 1;
}

.visual-06{
  order: 4;
}

.visual-main {
  padding: 40px;
  text-align: center;
  animation: tobig 1.5s ease-out 1s 1 normal none running;
}

@keyframes tobig {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.visual-btm li {
  flex-basis: 33.3333333333%;
  max-height: 280px;
  overflow: hidden;
  animation: toleft 1s ease-out 1 0s normal;
}

@keyframes toleft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(  0px);
  }
}

/*-----------------content*/
.bg-red {
  background: #e70012;
}

.bg-white {
  background: #fff;
  position: relative;
  padding: 20px 0 1px;
}

.bg-white::before,
.bg-white::after,
.footer::before {
  content: "";
  height: 30px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
}

.bg-white::before {
  border-radius: 100% 100% 0 0;
  top: -29px;
}

.bg-white::after {
  border-radius: 0 0 100% 100%;
  bottom: -29px;
}

.overview {
  color: #fff;
  text-align: center;
  padding: 40px 10px 70px;
  font-weight: bold;
}

.period {
  text-align: center;
  line-height: 1;
}

.prize-item {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  margin: 0 1%;
  text-align: center;
}

.prize-num {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}

.howto {
  margin-bottom: 39px;
}

.howto-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #e70012;
  border-top: 0;
  margin-bottom: 20px;
}

.howto-step {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.howto-link {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.howto-link01,
.howto-link02 {
  flex-basis: 50%;
  max-width: 200px;
  padding: 0 5px;
  margin: 0 auto;
  text-align: center;
}

.vote {
  padding: 80px 0 100px;
}

.vote-img {
  margin-bottom: 10px;
}

.vote-list {
  flex-wrap: wrap;
  justify-content: space-around;
  color: #fff;
}

.vote-01,.vote-02,.vote-03 {
  flex-basis: 50%;
  padding: 0 10px;
  margin-bottom: 80px;
  position: relative;
}

.vote-03 {
  margin-bottom: 0;
}

.btn-vote {
  margin-top: 10px;
  background: #fff;
  padding: 0;
  position: absolute;
  bottom: -40px;
  width: 90%;
  max-width: 255px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.btn-vote img {
  max-height: 40px;
}

.sign-about {
  margin-bottom: 60px;
}

.sign-img {
  margin-bottom: 20px;
}

.sign-text {
  text-align: center;
}

.sign-about.side,.work.side {
  display: block;
}

.sign-access {
  overflow: hidden;
}

.sign-access-img {
  width: 140%;
  max-width: inherit;
  margin-left: -15%;
  display: block;
}

.btn-access {
  width: 85%;
  max-width: 315px;
  margin: auto;
}

.sign.box {
  margin-bottom: 100px;
}

.title-intro {
  width: 80%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.intro-text {
  margin-bottom: 20px;
  text-align: center;
}

.intro-movie {
  position: relative;
  padding-top: 56%;
  margin-bottom: 60px;
}

.intro-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-list {
  width: 80%;
  margin: auto;
}

.work {
  align-items: flex-start;
  margin-bottom: 50px;
}

.work-img {
  margin-bottom: 10px;
}

.work-name {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.work-info {
  margin-bottom: 10px;
  font-size: 0.85rem;
}

.btn-work {
  width: 60%;
  margin: auto;
}

.intro-endroll {
  width: 80%;
  max-width: 330px;
  margin: 0 auto 40px;
}

.intro-release {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 70px;
}

.intro-logo {
  max-width: 500px;
  margin: 0 auto 60px;
  padding:  0 20px;
}

.footer {
  position: relative;
  padding: 60px 0 10px;
  text-align: center;
  color: #fff;
}

.footer::before {
  border-radius: 0 0 100% 100%;
  top: -15px;
}

a.ft-link {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.sns-list {
  justify-content: center;
  margin-bottom: 20px;
}

.sns {
  margin: 0 10px;
  flex-basis: 50px;
}

.ponoc-copy {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
  line-height: 0;
}

@media all and (min-width: 640px) {
  html {
    font-size: 14px;
  }

  .tab {
    display: block;
  }

  .sp,.tab-hidden {
    display: none;
  }

  .title {
    margin-bottom: 30px;
  }

  .title-cp img {
    max-height: 30px;
  }

  .box {
    margin-bottom: 100px;
  }

  .lead {
    padding: 20px;
    font-size: 1.2rem;
  }

  .lead-logo {
    margin: 0 10px;
    width: 180px;
  }

  .caretta-logo {
    padding-top: 4px;
  }

  .visual-top li {
  flex-basis: 16.6666666666%;
  }

  .visual-01{
    order: -1;
  }

  .visual-02{
    order: 0;
  }

  .visual-03{
    order: 1;
  }

  .visual-04{
    order: 2;
  }

  .visual-05{
    order: 3;
  }

  .visual-06{
    order: 4;
  }

  .visual-main {
    padding: 60px;
  }

  .overview {
    padding: 40px 10px 80px;
  }

  .period-text {
    font-size: 1.5rem;
  }

  .lfont {
    font-size: 2.5rem;
  }

  .howto-step {
    flex-basis: 25%;
  }

  .howto-link {
    justify-content: center;
  }

  .howto-link01, .howto-link02 {
    flex-basis: 30%;
    margin: 0 5%;
  }

  .vote-01, .vote-02, .vote-03 {
    flex-basis: 33.33333333333%;
    max-width: 255px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .work.side {
    display: flex;
  }

  .sign-img {
    width: 80%;
    margin: 0 auto 20px;
  }

  .sign-access-img {
    width: 100%;
    margin-left: 0;
  }

  .sign-access {
    max-width: 980px;
    margin: auto;
  }

  .intro-list {
    width: 100%;
  }

  .work-img, .work-text {
    flex-basis: 50%;
    padding: 0 20px;
  }

  .intro-movie > iframe {
    width: 80%;
    height: 80%;
    right: 0;
    margin: auto;
  }

  .intro-movie {
    margin-bottom: 0;
  }

  .intro-release {
    margin-bottom: 100px;
  }

  .work-info {
    margin-bottom: 30px;
  }

  .btn-work {
    margin: 0;
  }
}

@media all and (min-width: 768px) {
  .work {
    justify-content: center;
  }

  .work-img {
    max-width: 440px;
  }

  .work-text {
    max-width: 360px;
  }

  .visual-main-img {
   max-width: 470px;
  }

}

@media all and (min-width: 1024px) {

  .bg-white::before,
  .bg-white::after,
  .footer::before {
    height: 50px;
  }

  .bg-white::before {
    top: -49px;
  }

  .bg-white::after {
    bottom: -49px;
  }

  .box {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }

  .vote {
    padding: 100px 0 100px;
  }

  .overview {
    padding: 50px 10px 100px;
    line-height: 2;
  }

  .howto-link01, .howto-link02 {
    max-width: 250px;
  }

  .prize-item {
    margin: 0 3%;
  }

  .sign-about.side {
    display: flex;
  }

  .sign-img, .sign-text  {
    flex-basis: 50%;
  }

  .sign-text {
    margin-left: 20px;
    margin-top: 20px;
  }

}


@media all and (min-width: 1400px) {

  html {
    font-size: 16px;
  }

  .box {
    max-width: 1200px;
    margin-bottom: 120px;
  }

  .lead {
    width: 1240px;
    margin: auto;
  }

  .intro-endroll {
    max-width: 370px;
  }

  .visual-main-img {
    max-width: 600px;
  }

  .work-text {
    max-width: 400px;
  }


}
/*# sourceMappingURL=sourcemap/style.css.map */
