@charset "UTF-8";
/***共通ここから***/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #42210B;
  font-size: 1.4rem;
}

img {
  width: 100%;
  height: auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 480px) {
  html {
    font-size: 68.75%;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 980px) {
  html {
    font-size: 93.75%;
  }
  body {
    font-size: 18px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/***共通ここまで***/
/***コンテンツここから***/
.mt {
  margin-top: 3rem;
}
@media (min-width: 960px) {
  .mt {
    margin-top: 70px;
  }
}

.inner {
  width: 90%;
  margin: auto;
}
@media (min-width: 960px) {
  .inner {
    max-width: 1300px;
  }
}

#wrapper {
  background: #F9EFE1;
}

.sub_titile {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 3rem;
}
@media (min-width: 960px) {
  .sub_titile {
    font-size: 50px;
    text-align: center;
    padding-bottom: 50px;
  }
}

.top {
  background-image: url(../images/bg_sp.webp);
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (min-width: 960px) {
  .top {
    background-image: url(../images/bg_pc.webp);
  }
}
.top h1 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 12rem;
}
@media (min-width: 960px) {
  .top h1 {
    width: 250px;
  }
}
.top h2 {
  padding: 5rem 0;
}
@media (min-width: 960px) {
  .top h2 {
    max-width: 940px;
    padding: 140px 0;
    margin: auto;
  }
}
.top h3 {
  position: absolute;
  right: 1rem;
  bottom: -10%;
  width: 23%;
}
@media (min-width: 960px) {
  .top h3 {
    right: 80px;
    bottom: -90px;
    width: 180px;
  }
}
.top h3 a {
  transition: all 0.3s;
  position: relative;
}
.top h3 a:hover {
  top: 3px;
}

.prize__lead {
  font-size: 1.6rem;
  line-height: 2;
  padding: 5rem 0;
}
@media (min-width: 960px) {
  .prize__lead {
    text-align: center;
    padding: 100px 0;
  }
}
.prize__lead a {
  color: #0071B1;
  transition: 0.3s;
}
.prize__lead a:hover {
  opacity: 0.5;
}
@media (min-width: 960px) {
  .prize__group {
    display: flex;
    justify-content: space-between;
  }
}
.prize__container {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 0;
  position: relative;
  margin-bottom: 3rem;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .prize__container {
    width: 48%;
    padding: 60px 30px;
  }
}
.prize__container h3 {
  width: 40%;
  margin: 0 auto 3rem;
}
@media (min-width: 960px) {
  .prize__container h3 {
    width: auto;
    text-align: center;
  }
  .prize__container h3 img {
    height: 55px;
    width: auto;
  }
}
.prize__container figure {
  width: 70%;
  margin: 0 auto 3rem;
}
@media (min-width: 960px) {
  .prize__container figure {
    width: 250px;
    margin: 0;
  }
}
.prize__container h5 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 1rem;
}
@media (min-width: 960px) {
  .prize__container h5 {
    font-size: 27px;
    padding-bottom: 10px;
  }
}
.prize__container h6 {
  text-align: center;
  color: #C9145A;
  font-size: 3rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .prize__container h6 {
    font-size: 30px;
  }
}
.prize__container h6 span {
  font-size: 5rem;
  font-weight: bold;
  padding-right: 0.5rem;
}
@media (min-width: 960px) {
  .prize__container h6 span {
    font-size: 60px;
  }
}
.prize__container h4 {
  position: absolute;
  width: 7rem;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 960px) {
  .prize__container h4 {
    width: 120px;
  }
}
@media (min-width: 960px) {
  .prize__gift {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.prize__container02 {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 960px) {
  .prize__container02 {
    width: 600px;
    margin: 0 auto 50px;
    padding: 30px;
  }
}
.prize__reword {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.prize__reword img {
  width: 7rem;
  padding-right: 1rem;
}
@media (min-width: 960px) {
  .prize__reword img {
    width: 120px;
  }
}
.prize__point {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .prize__point {
    font-size: 30px;
  }
}
.prize__point span {
  font-size: 3rem;
  font-weight: bold;
}
.prize__attention {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media (min-width: 960px) {
  .prize__attention {
    margin-left: 90px;
    font-size: 16px;
  }
}
.prize__attention:first-of-type {
  padding-bottom: 1rem;
}
.prize__attention a {
  color: #0071B1;
}
.prize__center {
  display: flex;
  justify-content: center;
}
.prize__shirt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.prize__or {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
}
.prize__shirt-img {
  width: 90%;
  margin: auto;
  padding: 2rem 0;
}
.prize__done {
  background: #E84709;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.prize__three {
  font-size: 2.4rem;
}

.amazon {
  font-size: 1.2rem;
  list-style-type: none;
}
@media (min-width: 960px) {
  .amazon {
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
.amazon li {
  padding-bottom: 0.5rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.application {
  padding: 7rem 0 0;
  position: relative;
}
@media (min-width: 960px) {
  .application {
    padding: 150px 0 0;
  }
}
.application h3 {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 7rem;
  line-height: 1.5;
}
.application .step01 {
  background: #fff;
  padding: 5rem 2rem 3rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2rem;
  margin-bottom: 7rem;
}
@media (min-width: 960px) {
  .application .step01 {
    padding: 60px 40px 40px;
    margin-bottom: 0;
    width: 30%;
    box-sizing: border-box;
  }
}
.application .step01 h4 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.application .step01 figure {
  width: 80%;
  margin: auto;
}
.application .step01 h5 {
  font-size: 1.2rem;
  text-align: center;
}
.application .step01 .number {
  position: absolute;
  width: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -4rem;
}
.application .step01 figure {
  padding-bottom: 2rem;
}
.application .step02 {
  background: #fff;
  padding: 5rem 2rem 3rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2rem;
  margin-bottom: 7rem;
}
@media (min-width: 960px) {
  .application .step02 {
    padding: 60px 40px 40px;
    margin-bottom: 0;
    width: 30%;
    box-sizing: border-box;
  }
}
.application .step02 h4 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.application .step02 figure {
  width: 80%;
  margin: auto;
}
.application .step02 h5 {
  font-size: 1.2rem;
  text-align: center;
}
.application .step02 .number {
  position: absolute;
  width: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -4rem;
}
.application .step02 figure {
  width: 100%;
}
.application .step02 .number {
  width: 4rem;
}
.application .step03 {
  background: #fff;
  padding: 5rem 2rem 3rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2rem;
  margin-bottom: 7rem;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .application .step03 {
    padding: 60px 40px 40px;
    margin-bottom: 0;
    width: 30%;
    box-sizing: border-box;
  }
}
.application .step03 h4 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.application .step03 figure {
  width: 80%;
  margin: auto;
}
.application .step03 h5 {
  font-size: 1.2rem;
  text-align: center;
}
.application .step03 .number {
  position: absolute;
  width: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -4rem;
}
.application .step03 figure {
  width: 100%;
}
.application .step03 .number {
  width: 4rem;
}

@media (min-width: 960px) {
  .step_group {
    display: flex;
    justify-content: space-between;
  }
}

.dl_pc02 {
  list-style-type: none;
}
.dl_pc02 .mb20 {
  margin-bottom: 15px;
}
.dl_pc02 .qr_each {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
.dl_pc02 .qr_each li:first-of-type {
  padding-right: 15px;
  width: 30%;
}
.dl_pc02 .qr_each li:last-of-type {
  width: 70%;
}

.list {
  padding: 7rem 0 0;
}
@media (min-width: 960px) {
  .list dl {
    display: flex;
  }
}
.list dt {
  padding-bottom: 1rem;
  font-weight: bold;
  flex: 1;
}
.list dd {
  line-height: 1.5;
  padding-bottom: 2rem;
  padding-left: 0.5em;
  flex: 8;
}

@media (min-width: 960px) {
  .list_group__inner {
    display: inline-block;
  }
}

.result {
  padding: 7rem 0 0;
}
@media (min-width: 960px) {
  .result {
    padding: 150px 0 0;
  }
}
.result p {
  line-height: 2;
  padding-bottom: 2rem;
}
.result ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.result ul img {
  width: 5rem;
}

.attention {
  padding: 7rem 0;
}
@media (min-width: 960px) {
  .attention {
    padding: 150px 0;
  }
}
.attention p {
  padding-bottom: 1rem;
}
.attention ol {
  padding-left: 1em;
}
.attention ol li {
  padding-bottom: 1rem;
  line-height: 1.5;
}

.details {
  padding: 5rem 0 0;
}
@media (min-width: 960px) {
  .details {
    padding: 130px 0 0;
  }
}
.details p {
  padding-bottom: 1rem;
  line-height: 2;
}
.details ul {
  padding-left: 1em;
}
.details ul li {
  padding-bottom: 1rem;
  line-height: 1.5;
}
.details ul li:last-of-type {
  padding-bottom: 0;
}

footer {
  background: #42210B;
  color: #fff;
  padding: 4rem 0;
}
@media (min-width: 960px) {
  footer {
    padding: 60px 0;
  }
}
footer .sns {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
footer h3 {
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0;
}
footer nav {
  margin-bottom: 3rem;
}
footer nav ul {
  text-align: center;
}
footer nav ul li {
  font-size: 1.4rem;
  padding-bottom: 2rem;
}
footer nav ul li a {
  transition: 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.5;
}
footer nav ul:first-of-type {
  margin-bottom: 2.5rem;
}

.border {
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}

#dl_btn {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 40%;
  z-index: 1;
}

#page_top {
  margin: auto;
  width: 4rem;
  height: 4rem;
}

#page_top a {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}

#page_top a::before {
  font-family: FontAwesome;
  content: "\f077";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/***dlボタン（SP）ここから***/
#dl_sp {
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 970;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition-duration: 0.3s;
  transform: translate(0, 100px);
}
#dl_sp ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  align-items: center;
  list-style-type: none;
  padding: 1rem 0;
}
#dl_sp ul li {
  width: 44%;
}
#dl_sp ul li:last-of-type {
  width: 54%;
}
#dl_sp.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

/***dlボタン（SP）ここまで***/
/***dlボタン（PC）ここから***/
#dl_pc {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 970;
  width: 263px;
  transition-duration: 0.3s;
  transform: translate(0, 100px);
}
#dl_pc.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}
#dl_pc dt {
  background: #E84709;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
#dl_pc dt::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 15px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
#dl_pc dt.open::after {
  top: 45% !important;
  transform: rotate(-45deg) !important;
}
#dl_pc dd {
  background-color: rgba(255, 255, 255, 0.8);
}
#dl_pc dd.close {
  display: none;
}
#dl_pc .qr_group {
  list-style-type: none;
  padding: 20px;
}
#dl_pc .qr_group .mb20 {
  margin-bottom: 15px;
}
#dl_pc .qr_each {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
#dl_pc .qr_each li:first-of-type {
  padding-right: 15px;
}
#dl_pc .qr_each li:first-of-type img {
  width: 60px;
}
#dl_pc .qr_each li:last-of-type img {
  width: 150px;
}

/***dlボタン（PC）ここまで***/
/***コンテンツここまで***/

/*# sourceMappingURL=style.css.map */

#result .prize {
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  margin-top: 5rem;
  border-radius: 1em;
}
@media (min-width: 960px) {
  #result .prize {
    padding: 70px 200px;
  }
}
#result .prize__title {
  padding-bottom: 2rem;
}
@media (min-width: 960px) {
  #result .prize__title {
    width: 460px;
    margin: auto;
    padding-bottom: 20px;
  }
}
#result .prize__second {
  width: 50%;
  margin: auto;
}
#result .prize__explain {
  line-height: 2;
  padding-bottom: 5rem;
  text-align: center;
}
@media (min-width: 960px) {
  #result .prize__explain {
    padding-bottom: 50px;
  }
}
#result .prize__num {
  position: absolute;
  top: -2rem;
  right: 1rem;
  width: 7rem;
}
@media (min-width: 960px) {
  #result .prize__num {
    width: 150px;
    top: 30px;
    right: 30px;
  }
}
#result .prize__line {
  border-bottom: solid 0.1rem rgba(194, 193, 193, 0.662745098);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  #result .prize__normal {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  #result .prize__normal a {
    flex: 1;
  }
  #result .prize__normal p {
    flex: 1;
  }
}
@media (min-width: 960px) {
  #result .prize__reverse {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #result .prize__reverse a {
    flex: 1;
  }
  #result .prize__reverse p {
    flex: 1;
  }
}
#result .prize-contents p {
  padding-top: 1rem;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */