@charset "utf-8";

/*
 * Reset
 */

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

/*
 * Common
 */

body {
  color: #444;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
}

.normal-title {
  color: #163954;
  font-size: 28px;
  text-align: center;
}

.normal-text {
  font-size: 16px;
  margin-top: 40px;
}

a {
  color: #568cc5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.normal-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}

.normal-table caption {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.normal-table th {
  width: 25%;
  padding: 16px;
  border: 1px solid #e2e2e2;
  background-color: #f6f6f6;
  font-weight: normal;
  text-align: left;
}

.normal-table td {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 16px;
}

.normal-table em {
  font-weight: bold;
  font-style: normal;
}

.normal-list {
  padding-left: 1rem;
}

/*
 * Header
 */

.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-logo {
  max-width: 260px;
}

.header-logo svg {
  width: 100%;
}

.cls-1 {
  fill: #ff91a8;
}

.cls-2 {
  fill: #ff6683;
}

.cls-3 {
  fill: #5c5b5b;
}

.cls-4 {
  fill: none;
}

@media screen and (max-width: 769px) {
  .header .contents-inner {
    margin: 0;
  }
}

/*
 * Hero
 */

.hero {
  align-items: center;
  background-size: cover, cover;
  background-position: center center, center center;
  display: flex;
  justify-content: center;
  height: 500px;
  width: 100%;
}

.hero-inner {
  text-align: center;
  padding: 16px;
}

.hero-title {
  font-size: 44px;
}

.hero-text {
  font-size: 17px;
  margin-top: 16px;
}

.hero-period {
  background: #383838;
  border-radius: 2.5rem;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 24px;
  padding: 8px 30px;
}

@media screen and (max-width: 769px) {
  .hero-inner {
    padding: 32px 16px 16px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-period {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  .hero-period {
    line-height: 0.6;
    padding-top: 1.4em;
    padding-bottom: 1em;
  }
}

/*
 * Close
 */

.close {
  border: 1px solid #e2e2e2;
  padding: 32px;
  margin: 0 0 56px;
}

.close-title {
  font-size: 20px;
  text-align: center;
}

.close-text {
  margin: 16px 0 0;
}

/*
 * Content
 */

.contents {
  width: 100%;
}

.contents > section {
  padding: 56px 0;
}

.contents-inner {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 769px) {
  .contents-inner {
    margin: 0 16px;
  }
}

/*
 * CTA
 */

.cta {
  margin-top: 40px;
  text-align: center;
}

.cta-button a,
.cta-button button {
  color: #002cb1;
  cursor: pointer;
  background: #fff;
  border: 1px solid #002cb1;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 24px auto 0;
  padding: 16px 48px;
}

.cta-button.cta-agreement a,
.cta-button.cta-agreement button {
  color: #dadada;
  border: 1px solid #dadada;
  pointer-events: none;
}

.cta-button a:hover,
.cta-button button:hover {
  text-decoration: none;
  opacity: 0.7;
}

input[type=checkbox] {
  display: none;
}

.cta-checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 34px;
  position: relative;
  user-select: none;
  width: auto;
}

.cta-checkbox::before {
  background: #fff;
  border: 1px solid #e2e2e2;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  width: 16px;
}

.cta-checkbox::after {
  border-right: 3px solid #f80;
  border-bottom: 3px solid #f80;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type=checkbox]:checked + .cta-checkbox::after {
  opacity: 1;
}

input[type=checkbox]:checked ~ .cta-button.cta-agreement a,
input[type=checkbox]:checked ~ .cta-button.cta-agreement button {
  color: #002cb1;
  border: 1px solid #002cb1;
  pointer-events: auto;
}

@media screen and (max-width: 769px) {
  .cta-button a,
  .cta-button button {
    padding: 16px 24px;
  }
}

@media all and (-ms-high-contrast: none) {
  .cta-button a,
  .cta-button button {
    line-height: 0.6;
    padding-top: 1.4em;
    padding-bottom: 1em;
  }
}

/*
 * About
 */

.about {
  background: #fff;
}

/*
 * Prize
 */

.prize {
  background: #f6f6f6;
}

.prize-items-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.prize-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.prize-item {
  margin: 0 4% 0 0;
  position: relative;
  width: 22%;
}

.prize-item:nth-of-type(4n) {
  margin: 0;
}

.prize-item:last-child {
  margin: 0;
}

.prize-winners {
  align-items: center;
  background: #d5e1ed;
  border-radius: 50%;
  color: #163954;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  height: 64px;
  position: absolute;
  top: 0;
  justify-content: center;
  left: 0;
  line-height: 11px;
  text-align: center;
  width: 64px;
}

.prize-number {
  display: block;
  font-size: 25px;
  line-height: 28px;
}

.prize-image img {
  border-radius: 50%;
  width: 100%;
}

.prize-caption {
  margin-top: 16px;
}

@media screen and (max-width: 769px) {
  .prize-items-wrap {
    margin: 0;
  }

  .prize-items {
    justify-content: flex-start;
    margin: 0;
  }

  .prize-item {
    margin: 40px 6% 0 0;
    width: 47%;
  }

  .prize-item:nth-of-type(2n) {
    margin: 40px 0 0;
  }

  .prize-item:last-child {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .prize-winners {
    height: 52px;
    width: 52px;
  }

  .prize-number {
    font-size: 22px;
    line-height: 22px;
  }
}

@media all and (-ms-high-contrast: none) {
  .prize-number {
    line-height: 1;
    padding-top: 0.2em;
    padding-bottom: 0.1em;
  }
}

/*
 * Flow
 */

.flow {
  background: #fff;
}

.flow-items-wrap {
  margin-top: 40px;
}

.flow-items {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.flow-item {
  margin: 0 4% 0 0;
  position: relative;
  width: 22%;
}

.flow-item:nth-of-type(4n) {
  margin: 0;
}

.flow-item:last-child {
  margin: 0;
}

.flow-item::before {
  align-items: center;
  background: #d5e1ed;
  border-radius: 50%;
  color: #163954;
  content: counter(item);
  counter-increment: item;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  height: 64px;
  position: absolute;
  top: 0;
  justify-content: center;
  left: 0;
  text-align: center;
  width: 64px;
}

.flow-image {
  width: 100%;
}

.flow-image img {
  border-radius: 50%;
  width: 100%;
}

.flow-caption {
  margin-top: 16px;
}

@media screen and (max-width: 769px) {
  .flow-items-wrap {
    margin: 0;
  }

  .flow-items {
    justify-content: flex-start;
    margin: 0;
  }

  .flow-item {
    margin: 40px 6% 0 0;
    width: 47%;
  }

  .flow-item:nth-of-type(2n) {
    margin: 40px 0 0;
  }

  .flow-item:last-child {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .flow-item::before {
    font-size: 22px;
    height: 52px;
    width: 52px;
  }
}

@media all and (-ms-high-contrast: none) {
  .flow-item::before {
    line-height: 0.5;
    height: 52px;
    padding-top: 0.5em;
  }
}

/*
 * Posts
 */

.posts {
  background: #f6f6f6;
}

.posts-list {
  margin-top: 40px;
}

/*
 * Notes
 */

.notes {
  margin: 40px 0 0;
}

.notes-item {
  display: flex;
  list-style: none;
  margin: 0.4em 0 0;
}

.notes-item:first-child {
  margin: 0;
}

.notes-item::before {
  content: '※';
  display: block;
  margin: 0 0.2em 0 0;
}

/*
 * Footer
 */

.footer-service {
  background-image: url(../images/footer.png);
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 56px 0;
  text-align: center;
}

.service-title {
  font-size: 28px;
}

.service-text {
  margin-top: 28px;
  line-height: 2;
}

.service-button {
  background: #fff;
  border-radius: 3px;
  color: #f80;
  display: block;
  margin: 35px auto 0;
  padding: 12px 32px;
  text-decoration: none;
  max-width: 350px;
}

.service-button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer-copyright {
  display: block;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .service-text br {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .service-button {
    line-height: 0.6;
    padding-top: 1.4em;
    padding-bottom: 1em;
  }
}