:root {
  --accentlight: #DBEFEE;
  --accent: #4BAEA8;
  --awardgold: #EBC500;
  --awardsilver: #A1A1A1;
  --awardbronze: #A86540;
  --awardother: #4BAEA8;
  --textprimary: #111111;
  --textsecondary: #969696;
  --texttertiary: #707070;
  --primarydark: #111111;
  --primary: #666666;
  --primarylight: #969696;
  --secondarydark: #C6C6C6;
  --secondary: #F6F6F6;
  --secondarylight: #FFFFFF;
  --link: #2F80ED;
  --twitter: #1DA1F2;
  --twitterhover: #0FB7FF;
  --twitterpress: #0C88D4;
  --twitterdisable: #C6C6C6;
  --line: #00C300;
  --linehover: #00E000;
  --linepress: #00B300;
  --linedisable: #C6C6C6;
  --error: #C00E0E;
  --facebook: #1678F2;
  --instagram: #000000;
  --sub: #FFD770;
}
html {
  font-family: 'Noto Sans JP', sans-serif;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: var(--secondary);
  position: relative;
}
.v-application--wrap {
  background: var(--secondary);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: var(--link);
}
ul,
ol {
  list-style: none;
}

.app {
  display: flex;
  position: relative;
  line-height: 1.5;
}
.wrap {
  flex: 1 1 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
}
.section {
  padding: 40px 20px 60px;
}
@media screen and (min-width: 769px) {
  .section {
    padding: 80px 20px;
    overflow: hidden;
  }
}
.section_in {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .section_in {
    max-width: 1040px;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.intro {
  background: var(--accent);
  color: var(--secondarylight);
}
.intro_title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 32px;
  line-height: calc(112 / 64);
}
@media screen and (min-width: 769px) {
  .intro_title {
    margin-top: 0;
    white-space: pre-wrap;
  }
}
.intro_description {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: calc(57.6 / 32);
}
@media screen and (min-width: 769px) {
  .intro_description {
      margin-top: 32px;
  }
}
.intro_text {
  order: 1;
}
@media screen and (min-width: 769px) {
  .intro_text {
      width: calc(460 / 1040 * 100%);
      order: 0;
  }
}
.intro_visual {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro_visual {
      width: calc(520 / 1040 * 100%);
      margin-bottom: -160px;
  }
}
.intro_visual img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.intro_buttons {
  margin-top: calc(80px - 16px);
}
@media screen and (min-width: 769px) {
  .intro_buttons {
      margin-top: 40px;
  }
}
.intro_button {
  margin-bottom: 0;
}
.intro_button a {
  background: var(--primarydark);
  text-align: center;
  color: var(--secondarylight);
  display: block;
  height: calc(144px / 2);
  line-height: calc(144px / 2);
  font-size: 18px;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .intro_button a {
      margin-top: 0;
  }
}
.theme {
  background: url(/lp/img/lp_bg_theme.jpg);
  background-size: cover;
  color: var(--secondarylight);
}
.theme_text {
  order: 1;
}
@media screen and (min-width: 769px) {
  .theme_text {
      width: calc(460 / 1040 * 100%);
  }
}
.theme_visual {
  order: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .theme_visual {
      width: calc(520 / 1040 * 100%);
  }
}
.theme_visual img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.theme_title {
  font-weight: bold;
  margin-top: 40px;
  font-size: calc(56px / 2);
  line-height: calc(89.6 / 56);
}
@media screen and (min-width: 769px) {
  .theme_title {
      margin-top: 0;
      white-space: pre-wrap;
  }
}
.theme_description {
  font-size: 16px;
  font-weight: bold;
  margin-top: calc(32px / 2);
  line-height: calc(57.6 / 32);
}
.gift {
  background: var(--sub);
  background-size: cover;
  color: var(--textprimary);
}
.gift_text {
  order: 1;
}
@media screen and (min-width: 769px) {
  .gift_text {
      width: calc(460 / 1040 * 100%);
      order: 0;
  }
}
.gift_visual {
  order: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .gift_visual {
      width: calc(520 / 1040 * 100%);
  }
}
.gift_visual img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.gift_title {
  font-weight: bold;
  margin-top: 40px;
  font-size: calc(56px / 2);
  line-height: calc(89.6 / 56);
}
@media screen and (min-width: 769px) {
  .gift_title {
      margin-top: 0;
  }
}
.gift_description {
  font-size: 16px;
  margin-top: calc(32px / 2);
  line-height: calc(57.6 / 32);
}
.contest {
  color: var(--textprimary);
  background: var(--secondarylight);
}
.contest_text {
  order: 1;
}
@media screen and (min-width: 769px) {
  .contest_text {
      width: calc(460 / 1040 * 100%);
  }
}
.contest_visual {
  order: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contest_visual {
      width: calc(520 / 1040 * 100%);
  }
}
.contest_visual img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.contest_title {
  font-weight: bold;
  margin-top: 40px;
  font-size: calc(56px / 2);
  line-height: calc(89.6 / 56);
}
@media screen and (min-width: 769px) {
  .contest_title {
      margin-top: 0;
      white-space: pre-wrap;
  }
}
.contest_description {
  font-size: 16px;
  margin-top: calc(32px / 2);
  line-height: calc(57.6 / 32);
}
@media screen and (min-width: 769px) {
  .flow {
      display: flex;
      width: 100%;
      max-width: 1040px;
      margin: 120px auto 0;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
  }
}
.step {
  margin-top: 40px;
}
.step_visual {
  width: calc(468px / 2);
  margin: 0 auto;
}
.step_visual img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.step_text {
  margin-top: calc(32px / 2);
  font-weight: bold;
  text-align: center;
}
.last {
  background: var(--accent);
  color: var(--secondarylight);
}
@media screen and (min-width: 769px) {
  .last_in {
      flex-wrap: wrap;
  }
}
.last_title {
  font-weight: bold;
  width: 100%;
  font-size: calc(56px / 2);
  line-height: calc(112 / 56);
}
@media screen and (min-width: 769px) {
  .last_title {
      text-align: center;
      white-space: pre-wrap;
  }
}
.last_buttons {
  margin-top: calc(56px / 2);
  width: 100%;
}
.last_button {
  margin-bottom: 0;
}
.last_button a {
  background: var(--primarydark);
  text-align: center;
  color: var(--secondarylight);
  display: block;
  height: calc(144px / 2);
  line-height: calc(144px / 2);
  font-size: 18px;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .last_button a {
      width: 460px;
      margin: 0 auto;
  }
}
.user {
  text-align: center;
  margin-top: 16px;
}
.user a {
  color: var(--secondarylight);
  font-weight: bold;
}