@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  height: 100%;
  font: 16px/1em "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: 800;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font: 16px/1em "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 800;
    line-height: 2;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.w100 {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
  image-orientation: none;
  height: auto;
}

a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  a:hover {
    transform: scale(1.05);
  }
}

/*-------------------------------

#footer

-------------------------------*/
footer {
  padding: 3em 0 1rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 3em 0 1rem;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  background: linear-gradient(to bottom, #f4315d, #ed5c91);
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  padding: 8px 45px;
  margin-bottom: 2rem;
}

.cc img {
  width: 55%;
}
@media screen and (min-width: 1024px) {
  .cc img {
    width: 47%;
  }
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

/*-------------------------------

#wrapper

-------------------------------*/
.wrapper {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(5, 211, 255, 0.6), rgba(4, 255, 181, 0.45));
}
.wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg_pc.png);
  z-index: -15;
}
.wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg_star.png);
  background-size: contain;
  z-index: -10;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

.cs {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .cs {
    width: 400px;
  }
}

/*-------------------------------

animation

-------------------------------*/
.fadein {
  opacity: 0;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.mv {
  width: 95%;
  margin: 15% auto 3rem;
  max-width: 650px;
}
@media screen and (min-width: 1024px) {
  .mv {
    width: 60%;
    max-width: 725px;
    margin: 2.625em auto 4rem;
  }
}
.mv img {
  width: 100%;
  object-fit: contain;
}

.lead {
  width: 95%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 1024px) {
  .lead {
    max-width: 900px;
    margin: 0 auto 70px;
    width: 88%;
  }
}

.lead-text {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  color: #b02ff6;
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(-1px 1px 0 rgb(255, 255, 255)) drop-shadow(1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255)) drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(-1px 1px 0 rgb(255, 255, 255)) drop-shadow(1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255));
}
@media screen and (min-width: 1024px) {
  .lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-br {
    display: none;
  }
}

.prize-bg {
  background-image: url(../img/step_bg_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 0 2% 0;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 1024px) {
  .prize-bg {
    background-image: url(../img/step_bg.png);
    margin: 0 auto;
    padding: 0 0 3%;
  }
}
.prize-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/step_bg_p_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -5;
}
@media screen and (min-width: 1024px) {
  .prize-bg:before {
    background-image: url(../img/step_bg_p.png);
  }
}

.wf {
  margin-bottom: 5rem;
  padding: 20% 3% 0;
}
@media screen and (min-width: 1024px) {
  .wf {
    margin-bottom: 7rem;
    padding: 10% 3% 0;
  }
}

.wf-prize-ttl {
  width: 90%;
  margin: 0 auto -4rem;
  max-width: 650px;
}
@media screen and (min-width: 1024px) {
  .wf-prize-ttl {
    width: 50%;
    max-width: 400px;
    margin: 0 auto -4rem;
  }
}

.wf-prize-container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 5rem 1.5rem 4rem;
  width: 100%;
  max-width: 960px;
}
@media screen and (min-width: 1024px) {
  .wf-prize-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  }
}

.wf-prize-container-pc {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wf-prize-container-pc {
    margin: 0 5rem 0 0;
    width: 45%;
  }
}
.wf-prize-container-pc-name {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .wf-prize-container-pc-name {
    text-align: left;
    padding-bottom: 1rem;
    width: 90%;
    margin: 2rem 2rem 2rem 0;
  }
}
.wf-prize-container-pc-name img {
  width: 80%;
}

.wf-prize-container-img {
  width: 65%;
  margin: 0 auto 1rem;
  max-width: 350px;
}
@media screen and (min-width: 1024px) {
  .wf-prize-container-img {
    width: 45%;
    padding: 8% 4% 8% 10%;
  }
}

.wf-prize-container-txt {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .wf-prize-container-txt {
    width: 88%;
    margin-bottom: 2rem;
  }
}
.wf-prize-container-txt-from {
  display: block;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1;
}

.wf-prize {
  margin-bottom: 3rem;
}

.wf-prize-01 .wf-prize-container {
  background-image: url(../img/wf_prize02_frame.png);
}
@media screen and (min-width: 1024px) {
  .wf-prize-01 .wf-prize-container {
    background-image: url(../img/wf_prize02_frame_pc.png);
  }
}
.wf-prize-01 .wf-prize-container .wf-prize-container-img img {
  border: solid 4px #009bdb;
}
.wf-prize-01 .wf-prize-container .wf-prize-container-pc-name {
  border-bottom: dotted 6px #009bdb;
}
.wf-prize-01 .wf-prize-container .wf-prize-container-txt {
  color: #009bdb;
}

.wf-prize-02 .wf-prize-container {
  background-image: url(../img/wf_prize01_frame.png);
}
@media screen and (min-width: 1024px) {
  .wf-prize-02 .wf-prize-container {
    background-image: url(../img/wf_prize01_frame_pc.png);
  }
}
.wf-prize-02 .wf-prize-container .wf-prize-container-img img {
  border: solid 4px #ff209f;
}
.wf-prize-02 .wf-prize-container .wf-prize-container-pc-name {
  border-bottom: dotted 6px #ff209f;
}
.wf-prize-02 .wf-prize-container .wf-prize-container-txt {
  color: #ff209f;
}

.pre {
  padding: 0 3%;
  margin: 0 auto 6rem;
  position: relative;
  max-width: 960px;
}
@media screen and (min-width: 1024px) {
  .pre {
    padding: 0;
    margin: 0 auto 5rem;
  }
}

.pre-prize {
  border-radius: 10px;
  position: relative;
  padding: 15% 0.75rem 1.5rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pre-prize {
    border-radius: 15px;
    padding: 4rem 1.5rem 1.5rem;
  }
}
.pre-prize:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .pre-prize:last-child {
    margin-bottom: 6rem;
  }
}
.pre-prize .pre-prize-ttl {
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  .pre-prize .pre-prize-ttl {
    width: 45%;
  }
}
.pre-prize .pre-prize-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.pre-prize .pre-prize-container-img {
  width: 65%;
  margin: 0 auto 1rem;
  max-width: 350px;
}
@media screen and (min-width: 1024px) {
  .pre-prize .pre-prize-container-img {
    width: 45%;
    padding: 3% 4% 3% 10%;
  }
}
.pre-prize .pre-prize-container-texts {
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .pre-prize .pre-prize-container-texts {
    padding-right: 10%;
    width: 50%;
    margin-bottom: 1rem;
  }
}
.pre-prize .pre-prize-container-name {
  text-align: center;
  width: 100%;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .pre-prize .pre-prize-container-name {
    text-align: left;
  }
}
.pre-prize .pre-prize-container-name img {
  width: 80%;
}
.pre-prize .pre-prize-container-txt {
  font-size: 1rem;
  line-height: 1.5;
}
.pre-prize .pre-prize-container-txt-from {
  display: block;
  text-align: right;
  font-size: 0.75rem;
}

.pre-prize01 {
  background-color: #fff;
  border: solid 3px #ff51b4;
  color: #ff51b4;
}
@media screen and (min-width: 1024px) {
  .pre-prize01 {
    border: solid 6px #ff51b4;
  }
}
@media screen and (min-width: 1024px) {
  .pre-prize01 .pre-prize-ttl {
    width: 40%;
  }
}
.pre-prize01 .pre-prize-container-img img {
  border: solid 4px #ff51b4;
}
.pre-prize01 .pre-prize-container-name {
  border-bottom: dotted 6px #ff51b4;
}

.pre-prize02 {
  background-color: #fff;
  border: solid 3px #00b4ea;
  color: #00b4ea;
}
@media screen and (min-width: 1024px) {
  .pre-prize02 {
    border: solid 6px #00b4ea;
  }
}
.pre-prize02 .pre-prize-container-img img {
  border: solid 4px #00b4ea;
}
.pre-prize02 .pre-prize-container-name {
  border-bottom: dotted 6px #00b4ea;
}

.pre-prize03 {
  background-color: #fff;
  border: solid 3px #d68aff;
  color: #b85cea;
}
@media screen and (min-width: 1024px) {
  .pre-prize03 {
    border: solid 6px #d68aff;
  }
}
.pre-prize03 .pre-prize-container-img img {
  border: solid 4px #d68aff;
}
.pre-prize03 .pre-prize-container-name {
  border-bottom: dotted 6px #d68aff;
}

.pre-prize04 {
  background-color: #fff;
  border: solid 3px #aaaaaa;
  color: #30ba00;
}
@media screen and (min-width: 1024px) {
  .pre-prize04 {
    border: solid 6px #aaaaaa;
  }
}
.pre-prize04 .pre-prize-container-img img {
  border: solid 4px #30ba00;
}
.pre-prize04 .pre-prize-container-name {
  border-bottom: dotted 6px #30ba00;
}

.pre-prize05 {
  background-color: #fff;
  border: solid 3px #831689;
  color: #831689;
  padding: 15% 0.31rem 1.5rem !important;
}
@media screen and (min-width: 1024px) {
  .pre-prize05 {
    border: solid 6px #831689;
    padding: 4rem 1.5rem 1.5rem !important;
  }
}
.pre-prize05 .pre-prize-container-img img {
  border: solid 4px #831689;
}
.pre-prize05 .pre-prize-container-name {
  border-bottom: dotted 6px #831689;
}
.pre-prize05 .pre-prize-container-txt {
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  .pre-prize05 .pre-prize-container-txt {
    font-size: 1rem;
  }
}

.yushu,
.nyusho {
  padding: 0 3%;
  margin-bottom: 4rem;
  max-width: 960px;
}
@media screen and (min-width: 1024px) {
  .yushu,
  .nyusho {
    padding: 0;
    margin: 0 auto 6rem;
  }
}

.yushu-prize,
.nyusho-prize {
  border-radius: 10px;
  position: relative;
  padding: 3.5rem 0.5rem 0.5rem;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .yushu-prize,
  .nyusho-prize {
    padding: 4rem 2rem 2.5rem;
    border-radius: 15px;
  }
}

.yushu-prize {
  background-color: #fff;
  border: solid 3px #faa500;
}
@media screen and (min-width: 1024px) {
  .yushu-prize {
    border: solid 6px #faa500;
  }
}

.nyusho-prize {
  background-color: white;
  border: solid 3px #f43764;
}
@media screen and (min-width: 1024px) {
  .nyusho-prize {
    border: solid 6px #f43764;
  }
}
.nyusho-prize .nyusho-prize-container-item:nth-child(5) .nyusho-prize-container-item-name span,
.nyusho-prize .nyusho-prize-container-item:nth-child(15) .nyusho-prize-container-item-name span {
  margin-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  .nyusho-prize .nyusho-prize-container-item:nth-child(5) .nyusho-prize-container-item-name span,
  .nyusho-prize .nyusho-prize-container-item:nth-child(15) .nyusho-prize-container-item-name span {
    margin-right: 0.5em !important;
  }
}

.yushu-prize-ttl,
.nyusho-prize-ttl {
  max-width: 350px;
  width: 80%;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .yushu-prize-ttl,
  .nyusho-prize-ttl {
    top: -10px;
    width: 65%;
  }
}

.yushu-prize-container,
.nyusho-prize-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.yushu-prize-container-item,
.nyusho-prize-container-item {
  text-align: center;
  width: 43%;
}
@media screen and (min-width: 1024px) {
  .yushu-prize-container-item,
  .nyusho-prize-container-item {
    width: 20%;
    padding: 0 0.5rem 1.5rem;
  }
}
.yushu-prize-container-item-img,
.nyusho-prize-container-item-img {
  margin-bottom: 0.4rem;
  border: solid 1px #ddd;
}
.yushu-prize-container-item-name,
.nyusho-prize-container-item-name {
  margin-bottom: 1.7rem;
  font-size: 0.87rem;
  color: #faa500;
}
.yushu-prize-container-item-name span,
.nyusho-prize-container-item-name span {
  margin-right: 0.5em;
}
@media screen and (min-width: 1024px) {
  .yushu-prize-container-item-name,
  .nyusho-prize-container-item-name {
    margin-bottom: 0;
  }
}

.yushu-prize-container-item-img {
  border: solid 3px #faa500;
}

.nyusho-prize-container-item-img {
  border: solid 3px #f43764;
}

.nyusho-prize-container-item-name {
  color: #f43764;
}/*# sourceMappingURL=style.css.map */