@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: 2;
  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;
}

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;
  }
}

.top-link {
  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;
}

.bnr {
  width: 80%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1024px) {
  .bnr {
    width: 30%;
  }
}

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

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

#main

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

.main {
  position: relative;
}

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

#wrapper

-------------------------------*/
.wrapper {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/bg_sp.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    background-image: url(../img/bg_pc.jpg);
  }
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
  }
}
.mv {
  width: 97%;
  margin: 40% auto 20%;
}
@media screen and (min-width: 1024px) {
  .mv {
    width: 56%;
    max-width: 725px;
    margin: 3rem auto 4.8em;
  }
}
.mv img {
  width: 100%;
  object-fit: contain;
}

.comingsoon {
  margin: 0 auto 5rem;
  text-align: center;
}
.comingsoon img {
  width: 61%;
  max-width: 450px;
}
@media screen and (min-width: 1024px) {
  .comingsoon img {
    width: 34%;
  }
}

.apply {
  padding: 0 3% 10%;
  background-image: url(../img/step_bg_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .apply {
    background-image: url(../img/step_bg.png);
    margin: 0 auto;
    padding: 0 0 5%;
  }
}
.apply .apply-intro {
  margin-bottom: 1em;
  padding-top: 6%;
}
@media screen and (min-width: 1024px) {
  .apply .apply-intro {
    width: 68%;
    padding-top: 3%;
    max-width: 660px;
    margin: 3.9em auto 5%;
  }
}
.apply .apply-step1 {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step1 {
    max-width: 1000px;
    margin: 0 auto 1.5em;
  }
}
.apply .apply-step1 img {
  margin-bottom: 1em;
}
.apply .apply-step1-btn {
  width: 70%;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .apply .apply-step1-btn {
    width: 30%;
    top: auto;
    bottom: 27%;
    left: 31%;
  }
}
.apply .apply-step1-btn:hover {
  opacity: 0.7;
}
.apply .apply-step2 {
  width: 100%;
  border: 3px solid #f43764;
  border-radius: 10px;
  background: #fff;
  padding: 6% 5.4% 0;
  margin: 0 auto 13%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 {
    padding: 25px 23px;
    margin: 0 auto 6.5em;
    max-width: 1000px;
    border: 6px solid #f43764;
  }
}
.apply .apply-step2 .apply-step2-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container {
    width: 33%;
    padding: 0 10px;
  }
}
.apply .apply-step2 .apply-step2-container:first-child {
  padding-left: 0;
}
.apply .apply-step2 .apply-step2-container:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply_hp .apply-step2-container-txts, .apply .apply-step2 .apply-insta .apply-step2-container-txts {
    margin-bottom: 5.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-insta .apply-step2-container-txts {
    margin-bottom: 3rem;
  }
}
.apply .apply-step2 .apply-step2-x .apply-step2-container-txts-detail {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container:after {
    content: "";
    height: 100%;
    width: 2px;
    background: url(../img/apply_step_line.png) center;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.apply .apply-step2 .apply-step2-container:last-child:after {
  display: none;
}
.apply .apply-step2 .apply-step2-container-ttl {
  margin: 0 auto 6%;
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container-ttl {
    margin: 0 auto 4%;
    margin-bottom: 1.2em;
  }
}
.apply .apply-step2 .apply-step2-container-txts {
  font-size: clamp(1rem, 0.711rem + 1.23vw, 1.5rem);
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  color: #585858;
  margin-bottom: 5%;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container-txts {
    line-height: 2.2;
    margin-left: 1rem;
    font-size: 1.125rem;
  }
}
.apply .apply-step2 .apply-step2-container-btn {
  margin: 0 auto 2em;
  width: 90%;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container-btn {
    width: 100%;
  }
}
.apply .apply-step2 .apply-step2-container-btn a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container-btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .apply .apply-step2 .apply-step2-container-txts-detail-blank {
    margin-bottom: 3.2em;
  }
}

.event {
  width: 90%;
  margin: 0 auto 10%;
  max-width: 800px;
}
@media screen and (min-width: 1024px) {
  .event {
    width: 38%;
    margin: 0 auto 5%;
  }
}
.event a {
  display: block;
}

@media screen and (min-width: 1024px) {
  .prize {
    margin: 0 auto 10rem;
  }
}
.prize .prize-ttl {
  display: block;
  background-color: #ff51b4;
  width: 100%;
  margin: 0 auto 5rem;
  text-align: center;
}
.prize .prize-ttl img {
  width: 30%;
}
@media screen and (min-width: 1024px) {
  .prize .prize-ttl img {
    width: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .prize .prize-ttl {
    width: 100%;
  }
}
.prize .prize-flex {
  max-width: 1000px;
  margin: 0 auto;
}
.prize .prize-container {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .prize .prize-container {
    border-radius: 10px;
  }
}
.prize .prize-container .prize-container-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}
.prize .prize-container-list-detail-txt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .prize .prize-container-list-detail-txt {
    font-size: 1.375rem !important;
  }
}
.prize .prize-container-list-detail-txt:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  border-radius: 50%;
}

.kimipri-prize {
  color: #e63750;
  padding: 11% 2.5% 3%;
  margin-bottom: 16%;
  border-top: 5px solid #e63750;
  border-bottom: 5px solid #e63750;
  max-width: 900px;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1024px) {
  .kimipri-prize {
    padding: 5.6em 13% 3%;
    border: 5px solid #e63750;
    margin-bottom: 5.5em;
  }
}
.kimipri-prize .prize-container-ttl {
  width: 80%;
  max-width: 450px;
}
@media screen and (min-width: 1024px) {
  .kimipri-prize .prize-container-ttl {
    width: 45%;
  }
}
.kimipri-prize .prize-container-list-detail-txt:before {
  background-color: #e63750;
}
.kimipri-prize .prize-container-list-detail p {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 1024px) {
  .kimipri-prize .prize-container-list-detail p {
    font-size: 1.375rem !important;
  }
}
.kimipri-prize .prize-container-list-detail:last-child {
  display: flex;
  justify-content: flex-start;
  margin-top: 1em;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .kimipri-prize .prize-container-list-detail:last-child {
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.kimipri-prize .prize-container-list-detail:last-child p {
  width: 72%;
}
@media screen and (min-width: 1024px) {
  .kimipri-prize .prize-container-list-detail:last-child p {
    width: 100%;
  }
}
.kimipri-prize .prize-container-list-detail:last-child img {
  width: 35%;
}
@media screen and (min-width: 1024px) {
  .kimipri-prize .prize-container-list-detail:last-child img {
    width: 40%;
    margin-left: -2rem;
  }
}/*# sourceMappingURL=style.css.map */