html {
  color: #000;
  background: #be272d;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

input, select, textarea, button {
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

* img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
.all {
  width: 100%;
}
.sec_01 {
  width: 100%;
  height: 100vh;
  margin: 0;
}

/* タイトルロゴ ここから */
.topline {
  height: 2vh;
  background-color: #be272d;
}
.firstview {
  background-image: url(../img/backimg_gold_r1.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
}
.top_logo {
  width: 100%;
  height: 80vh;
  object-fit: contain;
  margin: auto;
  z-index: 10;
  padding-bottom: 30px;
}
.top_logo_sp {
  display: none;
}
.kikan {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -1px;
  z-index: 0;
}
.kikan_sp {
  display: none;
}
/* タイトルロゴここまで */

/* ナビゲーション ここから */
#nav {
  margin: 0;
  position: fixed;
  bottom: 0;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
  z-index: 100;
}

#nav li {
  text-align: center;
  padding: 0;
}

#nav li:nth-of-type(1){
  background: linear-gradient(110deg, #9f0028, #e51235, #9f0028);
}
#nav li:nth-of-type(1):hover {
  background: linear-gradient(110deg, #840021, #c61230, #840021);
}

#nav li:nth-of-type(2){
  background: linear-gradient(110deg, #171d61, #0034c2, #171d61);
}
#nav li:nth-of-type(2):hover {
  background: linear-gradient(110deg, #111647, #012a9b, #111647);
}

#nav li:nth-of-type(3){
  background: linear-gradient(110deg, #9f0028, #e51235, #9f0028);
}
#nav li:nth-of-type(3):hover {
  background: linear-gradient(110deg, #840021, #c61230, #840021);
}

#nav li:nth-of-type(4){
  background: linear-gradient(110deg, #171d61, #0034c2, #171d61);
}
#nav li:nth-of-type(4):hover {
  background: linear-gradient(110deg, #111647, #012a9b, #111647);
}

#nav li a {
  font-family: "kinkakuji", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  text-decoration: none;
  color: #FFF;
}

/* ナビゲーション ここまで */
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.sec_02 {
  background: linear-gradient(to bottom, #be272d, #6d2a2d);
  padding-top: 5%;
  margin-top: -3%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.rewards {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  align-items: center;
}

.rewards_sp {
  display: none;
}

/* 対象シール ここから */
.sticker {
  width: 100%;
  margin: 40px auto;
  align-items: center;
}

.sticker_sp {
  display: none;
}

.none {
  display: none;
}

.shops {
  margin-bottom: 2em;
}

.ribon {
  width: 350px;
  margin: auto;
}

.shops_link {
  display: flex;
  justify-content: center;
}

.shops_btn {
  display: block;
  width: 400px;
  margin: 2em 3em 1em 3em;
}

.hanbaiten_btn:hover {
  opacity: 0.6;
  scale: 99%;
  transition: 0.3s;
}

.hanbaiten_list {
  width: 100%;
  margin: auto;
  border-radius: 5px;
}

.js-details-content,.js-details-content-2 {
  width: 400px;
  margin: auto;
}


/* 対象シールここまで */


/* ハガキ・WEB共通設定 ここから */
.sec_03 {
  background-image: url(../img/backimg_white.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 30px 0 140px 0;
}

.apply_ribon {
  width: 600px;
  margin: 2.5em auto;
  z-index: 20;
}

.index_glay {
  width: fit-content;
  margin: 1em auto 0.5em auto;
  padding: 0 1.5em;
  background-color: #e3e3e3;
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5em;
}

.index_glay_b {
  width: fit-content;
  margin: 70px auto 0 auto;
  padding: 0 1.5em;
  background-color: #e3e3e3;
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5em;
}

.method_date {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.method_date span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 3em;
  text-align: center;
  line-height: 1.3em;
}

#sime_b {
  font-weight: 900;
  font-size: 4em;
}
#sime_s {
  width: fit-content;
  margin: auto;
  font-weight: 400;
  font-size: 2em;
}

.joken {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4em;
  color: #be002d;
  text-align: center;
  line-height: 1.3em;
}
.br_sp {
  display: none;
}
.win_an {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2em;
  text-align: center;
  line-height: 1.3em;
}

.wi_an_s {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.3em;
  margin-top: 0.8em;
}
.method_content {
  margin: 35px auto 40px auto;
}
.methodstep {
  display: grid;
  align-items: center;
  grid-template-columns: 5% 10% 5% 40% 2% 40%;
}

.method_number {
  grid-column: 2/3;
  width: 100px;
}
.method_txt {
  grid-column: 4/5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.2em;
}
.method_illust {
  grid-column: 6/7;
  width: 350px;
}

  /* ハガキ応募のみの設定 ここから */
.hagaki {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hagaki_method_all {
  padding: 60px 60px 0 60px;
  margin: -140px auto 0 auto;
  background-color: #fff;
  border: 6px solid #be272d;
  border-radius: 30px;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.methodstep_h1 {
  margin-top: -20px;
  padding-bottom: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 5% 10% 5% 40% 2% 40%;
}
.methodstep_h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.2em;
}
.method_illust_h1 {
  grid-column: 6/7;
  width: 300px;
}

.dashline_h {
  height: 8px;
  background-image: linear-gradient(to right, #be272d, #be272d 10px, transparent 6px, transparent 8px);
  background-size: 20px 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.hagaki_pdf {
  background-color: rgb(190, 0, 45,0.12);
  border-radius: 20px;
  padding: 2.5em;
  margin: 2em auto 0 auto;
}

.hagaki_pdf p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.pdf_btn {
  background-color: #be002d;
  border-radius: 9999px;
  padding: 0.3em 6em;
  width: fit-content;
  margin: auto;
}

.pdf_btn:hover {
  opacity: 0.7;
  scale: 99%;
  transition: 0.3s;
}

.pdf_btn a {
  text-decoration: none;
}
.pdf_btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3em;
  text-align: center;
  color: #fff;
}

/* ハガキのみの設定 ここまで */

/* WEBのみの設定 ここから */
.web {
  margin-top: 100px;
}
.web_method_all {
  padding: 60px 60px 0 60px;
  margin: -140px auto 0 auto;
  background-color: #fff;
  border: 6px solid #181c5d;
  border-radius: 30px;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;  
}
.dashline_w {
  height: 8px;
  background-image: linear-gradient(to right, #181c5d, #181c5d 10px, transparent 6px, transparent 8px);
  background-size: 20px 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.method_content_w1 {
  margin: -15px auto 40px auto;
}
/* WEBのみの設定 ここまで */

footer {
  margin-top: -7px;
  width: 100%;
  background-color: #d0b790;
  padding-bottom: 4em;
}

.footer_all {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact {
  margin: 1em auto 0 auto;
  padding: 2px 1.8em;
  background-color: #fff;
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
}

.ja_logo {
  width: 200px;
  margin: 8px auto 4px auto;
}

.contact_phone {
  margin: auto;
}

.footer_txt {
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}

.footer_txt2 {
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
}

.footer_txt2:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .sec_01 {
    max-width: 100%;
  }

  .wrapper {
    max-width: 600px;
  }

  .top_logo {
    display: none;
  }

  .top_logo_sp {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: contain;
    margin: 0 auto;
    z-index: 10;
    padding-bottom: 30px;
  }
  .kikan {
    display: none;
  }
  .kikan_sp {
    display: block;
    margin: auto;
    position: absolute;
    bottom: -1px;
    z-index: 0;
  }

  #nav li a {
    font-size: 1.5em;
  }

  .sec_02 {
    margin-top: -5%;
  }
  .shops {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1.5em;
  }
  .rewards {
    display: none;
  }
  .rewards_sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
  }

  .sticker {
    display: none;
  }
  .sticker_sp {
    display: block;
    width: 100%;
    margin: auto;
    align-items: center;
  }

  .ribon {
    margin: 2em auto 0.5em auto;
    width: 400px;
  }

  .shops_btn {
    margin: 0.5em 1em;
    width: 250px;
  }
  .js-details-content,.js-details-content-2 {
    width: 250px;
  }
  .sec_03 {
    padding: 0 0 30px 0;
  }

  .apply_ribon {
    width: 400px;
  }

  .hagaki_method_all {
    margin: -100px auto 0 auto;
    padding: 2em 2em 0 2em;
  }

  .index_glay {
    margin: 1.3em auto 0.5em auto;
    font-size: 1.5em;
  }

  .method_date span {
    font-size: 1.8em;
    font-weight: 700;
  }
  #sime_b {
    font-size: 2.3em;
    font-weight: 800;
  }
  #sime_s {
    font-size: 1.5em;
  }
  .joken {
    font-size: 1.3em;
  }
  .win_an {
    font-size: 1.5em;
  }
  .wi_an_s {
    font-size: 1em;
    margin-top: 0.5em;
  }

  .index_glay_b {
    margin: 40px auto 0 auto;
    font-size: 2em;
  }
  .methodstep_h1 {
    margin-top: -10px;
    padding-bottom: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 5% 10% 5% 40% 2% 40%;
  }

  .methodstep_h1 span {
    font-size: 1.2em;
  }

  .method_txt {
    font-size: 1.2em;
  }

  .method_number {
    width: 60px;
  }

  .method_illust_h1 {
    width: 150px;
  }

  .dashline_h {
    background-image: linear-gradient(to right, #be272d, #be272d 10px, transparent 6px, transparent 8px);
    background-size: 20px 5px;
  }

  .method_illust {
    width: 200px;
  }

  .method_content {
    margin: 15px auto 20px auto;
  }

  .hagaki_pdf {
    margin: 1em auto 0 auto;
    padding: 1.5em;
  }
  .hagaki_pdf p {
    font-size: 1.5em;
  }
  .pdf_btn {
    padding: 0.3em 3em;
  }
  .pdf_btn span {
    font-size: 1.3em;
  }
  .web {
    margin-top: 40px;
  }
  .method_content_w1 {
    margin: -15px auto 20px auto;
  }
  .web_method_all {
    margin: -100px auto 0 auto;
    padding: 2em 2em 0 2em;
  }
  footer {
    padding-bottom: 2.5em;
  }
}

@media screen and (max-width: 670px) {
  .wrapper {
    max-width: 370px;
  }
  #nav {
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
  }
  #nav li:nth-of-type(4){
    background: linear-gradient(110deg, #9f0028, #e51235, #9f0028);
  }
  #nav li:nth-of-type(4):hover {
    background: linear-gradient(110deg, #840021, #c61230, #840021);
  }

  #nav li:nth-of-type(3){
    background: linear-gradient(110deg, #171d61, #0034c2, #171d61);
  }
  #nav li:nth-of-type(3):hover {
    background: linear-gradient(110deg, #111647, #012a9b, #111647);
  }
  #nav li a {
    font-size: 1em;
  }
  .sec_02 {
    margin-top: -10%;
  }
  .ribon {
    width: 230px;
  }
  .shops_link {
    flex-direction: column;
  }
  .shops_btn {
    margin: 0.2em auto;
  }
  .hanbaiten_list {
    margin-bottom: 10px;
  }

  .hagaki_method_all {
    margin: -77px auto 0 auto;
    padding: 1em 1em 0 1em;
  }

  .apply_ribon {
    margin: 2em auto;
    width: 250px;
  }
  .index_glay {
    margin: 1em auto 0.3em auto;
    font-size: 1.3em;
  }

  .method_date span {
    font-size: 1.3em
  }
  #sime_b {
    font-size: 1.8em;
  }
  #sime_s {
    font-size: 1em;
  }
  .joken {
    font-size: 1.2em;
  }
  .br_sp {
    display: inline;
  }
  .win_an {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .wi_an_s {
    font-size: 0.8em;
  }
  .index_glay_b {
    margin: 30px auto 0 auto;
    font-size: 1.5em;
  }

  .methodstep_h1 {
    grid-template-columns: 18% 2% 40% 6% 40%;
  }
  .methodstep {
    grid-template-columns: 18% 2% 40% 2% 40%;
  }
  .methodstep_h1 span {
    font-size: 1em;
  }
  .method_number {
    width: 50px;
    grid-column: 1/2;
  }
  .method_txt {
    font-size: 1em;
    grid-column: 3/4;
  }
  .method_illust_h1 {
    width: 100px;
    grid-column: 5/6;
  }
  .method_illust {
    width: 120px;
    grid-column: 5/6;
  }

  .hagaki_pdf {
    margin: 1em auto 0 auto;
    padding: 1em;
  }
  .hagaki_pdf p {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .pdf_btn {
    padding: 0.3em 2em;
  }
  .pdf_btn span {
    font-size: 1em;
  }
  .web {
    margin-top: 25px;
  }
  .web_method_all {
    margin: -77px auto 0 auto;
    padding: 1em 1em 0 1em;
  }
  .method_content_w1 {
    margin: 0 auto 10px auto;
  }
  .contact {
    padding: 0 1.3em;
    font-size: 1em;
    font-weight: 500;
  }
  .ja_logo {
    margin: 4px auto 0 auto;
    width: 150px;
  }
  footer {
    padding-bottom: 2.5em;
  }
  .footer_txt {
    font-weight: 600;
    font-size: 1em;
  }
  .footer_txt2 {
    font-weight: 500;
    font-size: 0.8em;
  }
  .footer_txt2:last-of-type {
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 375px) {
  #nav li {
    padding: 0;
  }
}

@media (orientation: landscape) and (max-height: 800px) {
  .kikan {
    display: block;
  }
  .kikan_sp {
    display: none;
  }
}