@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  border: none;
}

.end-campaign {
  position: fixed;
  width: 480px;
  top: 30vh;
  left: calc(50vw - 240px);
  text-align: center;
  z-index: 999999;
}
.end-campaign .end-canpaign-message {
  margin: 0;
  padding: 30px 15px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.campaign-page .title-block {
  position: relative;
  width: 100%;
  height: 490px;
  text-align: center;
  background: #f7f7f7 url(/freepage_lib/u_service/kuchikomi_campaign/img/title_bg.png) repeat-x center top;
  background-size: auto 490px;
}
.campaign-page .title-block h1 {
  width: auto;
  height: 490px;
  background: transparent url(/freepage_lib/u_service/kuchikomi_campaign/img/title_pc.png) no-repeat center top;
  background-size: auto 490px;
}
.campaign-page .title-block.ver3 h1 {
  width: auto;
  height: 490px;
  background: transparent url(/freepage_lib/u_service/kuchikomi_campaign/img/title_pc3.png) no-repeat center top;
  background-size: auto 490px;
}
.campaign-page .title-block .point-img {
  position: absolute;
  top: 218px;
  left: calc(50% - 188px);
  width: 377px;
}
.campaign-page .title-block .point-img img {
  width: 100%;
  height: auto;
}
.campaign-page .lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 30px auto 60px;
}
.campaign-page .lead span {
  font-weight: 700;
}
.campaign-page .button-set {
  width: 960px;
  margin: 0 auto 60px;
  padding: 60px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
}
.campaign-page .button-set ol {
  list-style-type: none;
}
.campaign-page .button-entry {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
  background: #f84586;
  border: 3px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.campaign-page .button-entry:hover {
  background: #fff;
  color: #f84586;
  border: 3px solid #f84586;
  transition: .3s;
}
.campaign-page .button-entry.disable {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
  background: #ccc;
  border: 3px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
}
.campaign-page .button-entry.disable:hover {
  background: #ccc;
  color: #fff;
  border: 3px solid #ddd;
  transition: .3s;
}
.campaign-page .contents-block {
  width: 960px;
  margin: 0 auto 90px;
  padding: 60px;
  background: #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
}
.campaign-page .contents-block.white {
  background: #fff;
  padding: 0;
  margin: 0 auto 30px;
  border-radius: 0;
}
.campaign-page .contents-block h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.campaign-page .contents-block .button-set {
  width: 100%;
  margin: 30px auto 0;
  padding: 0;
}
.campaign-page .howto-block .in-box {
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}
.campaign-page .howto-block .step-box {
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  background: transparent url(/freepage_lib/u_service/kuchikomi_campaign/img/arrow.png) no-repeat center bottom;
  background-size: auto 20px;
}
.campaign-page .howto-block .step-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.campaign-page .howto-block .step-box .text-box {
  float: left;
  width: 45%;
}
.campaign-page .howto-block .step-box .thumb {
  float: right;
  width: 50%;
}
.campaign-page .howto-block .step-box .step {
  background: #f5f5f5;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
}
.campaign-page .howto-block .step-box .step img {
  width: auto;
  height: 22px;
}
.campaign-page .howto-block .step-box dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.campaign-page .howto-block .step-box dl dd {
  font-size: 14px;
  color: #999;
}

.campaign-caution-list {
  width: 960px;
  margin: 0 auto;
}
.campaign-caution-list a {
  color: #2e98bd;
}
.campaign-caution-list a:hover {
  text-decoration: underline;
}
.campaign-caution-list a:visited {
  color: #2e98bd;
}
.campaign-caution-list .caution-headline {
  margin-bottom: 20px;
}
.campaign-caution-list .caution-list {
  width: 100%;
}
.campaign-caution-list .caution-list dl {
  display: table;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.campaign-caution-list .caution-list dl:first-of-type {
  border-top: 1px solid #ddd;
}
.campaign-caution-list .caution-list dl dt, .campaign-caution-list .caution-list dl dd {
  display: table-cell;
  padding: 20px 15px;
  box-sizing: border-box;
  vertical-align: middle;
}
.campaign-caution-list .caution-list dl dt {
  width: 240px;
  color: #000;
  border-right: 1px solid #ddd;
  background-color: #f5f5f5;
}
.campaign-caution-list .caution-list dl dd {
  width: 720px;
}

.point-move {
  -webkit-animation: stars 1000ms linear;
  -webkit-animation-fill-mode: forwards;
  animation: stars 1000ms linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes stars {
  0% {
    -webkit-transform: scale(1);
  }
  8% {
    -webkit-transform: scale(1.1);
  }
  17% {
    -webkit-transform: scale(1.2);
  }
  34% {
    -webkit-transform: scale(1);
  }
  51% {
    -webkit-transform: scale(1.1);
  }
  68% {
    -webkit-transform: scale(1);
  }
  84% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes stars {
  0% {
    transform: scale(1);
  }
  8% {
    transform: scale(1.1);
  }
  17% {
    transform: scale(1.2);
  }
  34% {
    transform: scale(1);
  }
  51% {
    transform: scale(1.1);
  }
  68% {
    transform: scale(1);
  }
  84% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  /* IEだけに適応 */
  _:lang(x)::-ms-backdrop, .button-entry {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .end-campaign {
    position: fixed;
    width: 90%;
    top: 20vh;
    left: calc(((90vw - 100%) / 2) * -1);
    text-align: center;
    z-index: 999999;
  }
  .end-campaign .end-canpaign-message {
    margin: 0;
    padding: 30px 15px;
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .campaign-page .title-block {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background: none;
    background-size: auto;
  }
  .campaign-page .title-block h1 {
    width: 100%;
    height: auto;
    background: none;
    background-size: auto auto;
  }
  .campaign-page .title-block h1 img {
    width: 100%;
    height: auto;
  }
  .campaign-page .title-block.ver3 h1 {
    width: auto;
    height: auto;
    background: none;
    background-size: auto auto;
  }
  .campaign-page .title-block .point-img {
    position: absolute;
    top: 46vw;
    left: calc(50% - 36vw);
    width: 72vw;
  }
  .campaign-page .title-block .point-img img {
    width: 100%;
    height: auto;
  }
  .campaign-page .lead {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.8;
    padding: 0 5vw;
    margin: 5vw auto 6vw;
  }
  .campaign-page .lead span {
    font-weight: 700;
  }
  .campaign-page .button-set {
    width: 100%;
    margin: 0 auto 10vw;
    padding: 0 5vw;
    text-align: left;
    background: transparent;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .campaign-page .button-set ol {
    font-size: 3.2vw;
    list-style-type: none;
    color: #999;
  }
  .campaign-page .button-entry {
    display: block;
    width: 100%;
    font-size: 3.9vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 3.5vw 0;
    margin-bottom: 5vw;
    background: #f84586;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .campaign-page .button-entry:hover {
    background: #f84586;
    color: #fff;
    border: none;
    transition: .3s;
  }
  .campaign-page .button-entry.fixed-btn {
    position: fixed;
    bottom: 20px;
    display: block;
    width: 90%;
    left: 5%;
    margin: 0;
  }
  .campaign-page .button-entry.disable {
    display: block;
    width: 100%;
    font-size: 3.9vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 3.5vw 0;
    margin-bottom: 5vw;
    background: #ccc;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .campaign-page .button-entry.disable:hover {
    background: #ccc;
    color: #fff;
    border: none;
    transition: .3s;
  }
  .campaign-page .contents-block {
    width: 100%;
    margin: 0 auto 10vw;
    padding: 10vw 5vw;
    background: #f5f5f5;
    border-radius: 0;
    box-sizing: border-box;
  }
  .campaign-page .contents-block.white {
    background: #fff;
    padding: 0;
    margin: 0 auto 7vw;
    border-radius: 0;
  }
  .campaign-page .contents-block h2 {
    text-align: center;
    font-size: 5.5vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  .campaign-page .contents-block .button-set {
    width: 100%;
    margin: 5vw auto 0;
    padding: 0;
  }
  .campaign-page .howto-block .in-box {
    padding: 5vw;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .campaign-page .howto-block .step-box {
    padding-bottom: 7vw;
    margin-bottom: 7vw;
    overflow: hidden;
    background: transparent url(/freepage_lib/u_service/kuchikomi_campaign/img/arrow.png) no-repeat center bottom;
    background-size: auto 3vw;
  }
  .campaign-page .howto-block .step-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }
  .campaign-page .howto-block .step-box .text-box {
    float: none;
    width: 100%;
  }
  .campaign-page .howto-block .step-box .thumb {
    float: none;
    width: 100%;
  }
  .campaign-page .howto-block .step-box .step {
    background: #f5f5f5;
    text-align: center;
    padding: 4vw 0;
    margin-bottom: 3vw;
  }
  .campaign-page .howto-block .step-box .step img {
    width: auto;
    height: 6vw;
  }
  .campaign-page .howto-block .step-box dl {
    margin-bottom: 3vw;
  }
  .campaign-page .howto-block .step-box dl dt {
    font-size: 4.2vw;
    font-weight: 700;
    margin-bottom: 1vw;
  }
  .campaign-page .howto-block .step-box dl dd {
    font-size: 3.2vw;
    line-height: 1.5;
    color: #999;
  }

  .campaign-caution-list {
    width: 100%;
    margin: 0 auto;
  }
  .campaign-caution-list .caution-headline {
    margin-bottom: 0;
  }
  .campaign-caution-list .caution-list {
    width: 100%;
  }
  .campaign-caution-list .caution-list dl {
    display: block;
    padding: 5% 5% 0;
    font-size: 3.5vw;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .campaign-caution-list .caution-list dl:first-of-type {
    border-top: 1px solid #ddd;
  }
  .campaign-caution-list .caution-list dl dt, .campaign-caution-list .caution-list dl dd {
    display: block;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .campaign-caution-list .caution-list dl dt {
    width: auto;
    font-weight: 700;
    color: #000;
    border-right: none;
    background-color: transparent;
    margin-bottom: 1vw;
  }
  .campaign-caution-list .caution-list dl dd {
    width: auto;
    color: #666;
  }

  footer {
    position: relative;
    background: #fff;
    z-index: 99;
  }
}
