@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/*reset*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-size: 1.6rem;
  line-height: 1.4;
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
img,
video {
  border-style: none;
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
[hidden] {
  display: none !important;
}
[disabled] {
  cursor: not-allowed;
}
:focus:not(:focus-visible) {
  outline: none;
}

/* mixin setting */
:root {
  --primary-color: #50aa00;
  --secondary-color: #006f11;
  --bg-color: #f2ffcf;
  --main-font-color: #006f11;
  --entry-color: #e5005a;
  --secret-color: #ff9409;
  --bichiku-color: #00a7ef;
  --font-defalt: "Noto Sans JP", sans-serif;
  --font-lato: "Lato", sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-defalt);
  font-size: 62.5%;
  font-weight: 500;
}
body {
  color: var(--main-font-color);
  margin: 0 auto;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6em;
  background-image: url("../images/bg_pc.png");
  background-size: 100%;
}
a {
  color: var(--main-font-color);
  text-decoration: underline;
}
p {
  line-height: 1.5;
}
img {
  max-width: 100%;
}

/*SP
-------------------------*/
.content_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  border: 4px solid #fff;
}
.mv_area {
  margin: 0;
  background: url("../images/kv_bg.jpg") no-repeat center top;
  background-size: contain;
}
.content_box.lead_box {
  margin: 0;
}
.paragraph {
  font-weight: 500;
  font-size: 16px;
}
p span.orange {
  color: var(--entry-color);
}
.content_box {
  padding: 60px 40px;
}

.stick_head {
  margin: 20px 0 15px;
  font-size: 1.8rem;
  border-left: 5px solid #05845f;
  padding-left: 1.5rem;
}

.mgT40 {
  margin-top: 40px;
}
.content_box h2 {
  text-align: center;
  margin-bottom: 3rem;
  background: var(--primary-color);
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  padding: 5px;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0% 0%);
}

.prize_area {
  margin: 0 0 10px;
  background: var(--bg-color);
  padding-bottom: 6rem;
}
.prize_area .com_txt {
  line-height: 1.2;
}
.prize_area .content_box {
  padding-bottom: 40px;
}
.content_box.step .step_box li:last-child p.step_txt {
  margin-bottom: 0rem;
}
.step_box .step_ttl {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px;
  background-color: var(--entry-color);
  border-radius: 100vmax;
}
.step_box li .btn_box {
  margin-top: 30px;
}
.mgB10 {
  margin-bottom: 1.5rem;
}

.mgB60 {
  margin-bottom: 60px;
}
.button-group {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
}
.button-group .note {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 1rem;
}
.button-group ul li {
  margin-top: 3rem;
}
.btn_box a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  box-sizing: border-box;
  border-radius: 100vmax;
  margin-bottom: 0;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.btn_box a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  right: 30px;
  top: 44.5%;
  position: absolute;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_box.end a::after {
  display: none;
}
.btn_box.mypage a {
  background-color: var(--secret-color);
}
.btn_box.end a {
  background-color: #bbb;
  pointer-events: none;
}

.btn_box.secret a {
  background-color: var(--secret-color);
}
.btn_box.secret a:hover {
  background-color: #ffad39;
  opacity: 1;
}
.btn_box.bichiku a {
  background-color: var(--bichiku-color);
}
.btn_box.bichiku a:hover {
  background-color: #5ec8f5;
  opacity: 1;
}
.btn_box.entry a {
  background-color: var(--entry-color);
}
.btn_box.entry a:hover {
  background-color: #fa639e;
  opacity: 1;
}

.step_head {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  background-color: var(--entry-color);
  border-radius: 100vmax;
}
.note_txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.com_txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.content_box.pg0 {
  padding: 0;
}
.pdLR20 {
  padding: 20px 20px 0;
}
.lineup_list li {
  margin-bottom: 3rem;
}
.lineup_list li:last-child {
  margin-bottom: 0;
}
.small_txt {
  font-size: 10px;
  font-size: 1rem;
  transform: scale(0.8);
  line-height: 1.2;
  margin-top: -4px;
}

.lead_txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
.lead_txt span {
  color: #f5ac48;
  font-weight: bold;
}
.txt_center {
  text-align: center;
}
.step_mypage .step_sub-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4rem;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffeb54;
  text-underline-offset: 3px;
}
.step_mypage p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.step_mypage p a {
  color: var(--entry-color);
}
.prize_footer {
  width: 90%;
  margin: 0 auto;
}
.mgB16 {
  margin-bottom: 16px;
}
.normal {
  font-weight: normal;
  margin-bottom: 2rem;
}
.btn_list .btn_box.mypage {
  text-align: center;
}
.btn_list .btn_box.mypage a {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 17px 44px 17px 16px;
}
.caution_area {
  background-color: var(--bg-color);
  padding: 0 2rem 8rem;
}
.caution_area h2 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 4rem;
  padding-top: 6rem;
}
.caution_area ul {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
.footer_area {
  padding: 6rem 2rem 8rem;
  background-color: #fff;
}
.sns {
  margin: 0 auto;
  width: 245px;
}
.sns ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
footer {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 4rem 0 0;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}

.limited {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 60%, #ffee00 60%);
  width: 60%;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.content_box h2 img {
  width: 45%;
  margin: 2rem auto 2rem;
}

.howto {
  margin-bottom: 4rem;
}
.howto img {
  margin: 0 auto;
}

.campaign {
  width: 70% !important;
}
.content_box.step {
  width: 90%;
  border-radius: 20px;
  padding: 4rem 2rem;
  background: var(--bg-color);
  margin: 0 20px;
}
.content_box.step .step_txt {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 2rem;
}
.content_box.step .popup {
  margin-bottom: 1.5rem;
}
.content_box.step .popup img {
  margin: 0 auto;
}
.caution_area ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.kv-effect {
  -webkit-animation: kv-effect 1s ease-in-out 1 forwards;
  animation: kv-effect 1s ease-in-out 1 forwards;
}
.content_box.detail {
  padding: 60px 20px;
}
.kv-effect_02 {
  -webkit-animation: kv-effect 1s ease-in-out 1 forwards 0.3s;
  animation: kv-effect 1s ease-in-out 1 forwards 0.3s;
}

@-webkit-keyframes kv-effect {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}

@keyframes kv-effect {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}

.emphasis {
  font-weight: bold;
}

.catch {
  line-height: 1.5;
  font-size: 1.4rem;
}
.step_lead {
  margin-bottom: 3rem;
  font-size: 14px;
}
.step_txt {
  margin-bottom: 4rem;
  font-size: 14px;
}
.step_send {
  margin-bottom: 0;
  font-size: 14px;
}

.tablet-kv {
  display: none;
}

.img_box {
  margin-bottom: 6rem;
}

.pc_bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images/bg-pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 0;
}
.pc_bg__left {
  left: 0;
  height: 100%;
  width: calc(50% - 260px);
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc_bg__left .pw-logo img {
  width: 16.172vw;
  min-width: 250px;
}
.pc_bg__right {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% - 260px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.625vw;
}
.pc_bg__right .campaign_title img {
  width: max(245px, 20.156vw);
}
.pc_bg__right nav ul li {
  font-size: max(0.875rem, 1.406vw);
  font-weight: 700;
}
.pc_bg__right nav ul li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.pc_bg__right nav ul li a {
  display: flex;
  position: relative;
  align-items: center;
  gap: 1em;
  transition: color 0.5s ease;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.pc_bg__right nav ul li a::before {
  content: "";
  width: max(32px, 2.534vw);
  height: max(32px, 2.534vw);
  border-radius: 100vmax;
  border: 1px solid;
  display: block;
  transition: background 0.5s ease;
}
.pc_bg__right nav ul li a::after {
  content: "";
  position: absolute;
  display: flex;
  width: max(32px, 2.534vw);
  height: max(32px, 2.534vw);
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: max(17px, 1.734vw) max(8px, 0.734vw);
  background-position: center center;
}
.footer_lnk {
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.footer_lnk a {
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}

.footer_inquiry {
  text-align: center;
  margin-bottom: 4rem;
}
.footer_inquiry h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.footer_inquiry p {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_inquiry ul {
  margin: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
}
.footer_inquiry li {
  background: var(--bg-color);
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 247px;
  color: var(--secondary-color);
  text-decoration: none;
}
.footer_inquiry li:last-child {
  margin-bottom: 0;
}
.footer_inquiry li.tel-free:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_tel-free.svg") no-repeat center center;
  background-size: contain;
  width: 35px;
  height: 20px;
  margin-right: 1rem;
}
.footer_inquiry li.tel-std:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_tel-std.svg") no-repeat right center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.fadeoff {
  opacity: 0;
  transition: all 1s;
  transform: translateY(3rem);
}
.fadeon {
  opacity: 1;
  transform: translateY(0);
}
.zoomin {
  opacity: 0;
  transition: all 1s;
  transform: scale(0.7);
}
.zoomup {
  opacity: 1;
  transform: scale(1);
}
/*PC
-------------------------*/

@media screen and (max-width: 1024px) {
  .pc_bg__left,
  .pc_bg__right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pc_bg {
    display: none;
  }
  .content_wrapper {
    -webkit-filter: none;
    filter: none;
    border: none;
  }
}

/*応募終了対応*/

.end_btn {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 14px 10px;
  margin: 0 auto 10px;
  text-align: center;
  background-color: #bbb;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .end_btn {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 60px;
    width: 440px;
    height: 60px;
    padding: 0;
  }
}
