@charset "UTF-8";
body {
  margin: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

p {
  line-height: 160%;
  margin: 0;
}

ul {
  list-style: none;
}

.good_main02 {
  background-color: #2c3246;
}

.good_main02 {
  width: 100%;
  max-width: none;
}

.ny25 {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../images/newyear2425_bg.jpg);
  font-family: "Noto Sans JP", serif;
}

.ny25 img {
  width: 100%;
  height: auto;
  display: block;
}

.ny25 .img {
  max-width: 90%;
}

p.ny25 {
  max-width: 980px;
  margin: 0 auto;
}

.ny25 .txt {
  font-size: 30px;
  max-width: 80%;
  text-align: left;
  color: #010101;
}

.ny25 .txt.center {
  text-align: center;
  color: #010101;
}

.ny25 .linktxt {
  text-align: right;
  font-size: 30px;
  max-width: 90%;
}

.ny25 .linktxt a {
  color: #0e0e0e;
}

.ny25 .mb_side {
  max-width: 80%;
}

.ny25 .btn {
  max-width: 70%;
}

.ny25 .tit {
  font-size: 48px;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #010101;
}

.ny25 .txt.add {
  font-size: 52px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  color: #010101;
}

.ny25 .tit.yellow {
  font-size: 56px;
  color: #a8863b;
  letter-spacing: 4px;
}

.ny25 .tit.yellow.small {
  font-size: 40px;
}

.ny25 .tit.f {
  font-size: 40px;
  text-align: center;
}

.ny25 .goods_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 80%;
  gap: 0 4%;
}

.ny25 .goods_box {
  display: grid;
  gap: 40px 0;
}

.ny25 .tit_f {
  display: grid;
  grid-template-columns: 18% 58% 18%;
  gap: 0 3%;
  align-items: center;
  max-width: 70%;
}

.ny25 .tit_f .tit {
  font-size: 40px;
  font-weight: 600;
}

.ny25 .tit_s {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 0 2%;
  align-items: center;
  max-width: 80%;
  font-weight: 600;
}

.ny25 .wallet_area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 80%;
  padding-left: 0px;
}

.ny25 .color_area ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 80%;
  padding-left: 0px;
}

.ny25 .top {
  max-width: 50%;
  padding-bottom: 8%;
}

/* フッターここから */
.l_footer {
  background: #2c3246;
}

.footer_l_hrmk {
  background: #bc8415;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

.footer_l_hrmk--icon {
  display: grid;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto;
  gap: 100px 0;
}

.footer_l_hrmk--logo {
  text-align: center;
}

.footer_l_hrmk--logo img {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}

.footer_l_hrmk--sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  align-items: center;
}

/*おみくじ*/
.omikuji {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin: 0 0 20%;
}

.omi_img {
  width: 100%;
}

@media screen and (max-width: 930px) {
  .footer_l_hrmk--icon {
    gap: 50px 0;
    align-items: center;
  }

  .footer_l_hrmk--logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer_l_hrmk--sns {
    display: grid;
    grid-template-columns: repeat(4, 19%);
    gap: 0 8%;
  }

  .footer_l_hrmk--sns-icon img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer_l_hrmk--sns-icon {
    width: 100%;
  }
}
/* フッターここまで */

@media screen and (max-width: 767px) {
  .ny25 .txt {
    max-width: 90%;
    font-size: 14px;
  }

  .ny25 .linktxt {
    font-size: 14px;
  }

  .ny25 .mb_side {
    max-width: 100%;
  }

  .ny25 .mb_side.add {
    max-width: 90%;
  }

  .ny25 .tit {
    font-size: 18px;
  }

  .ny25 .tit.yellow {
    font-size: 20px;
  }

  .ny25 .goods_area {
    max-width: 90%;
  }

  .ny25 .goods_box {
    gap: 14px 0;
  }

  .ny25 .txt.add {
    font-size: 20px;
  }

  .ny25 .btn {
    max-width: 80%;
  }

  .ny25 .tit_f .tit {
    font-size: 16px;
  }

  .ny25 .tit_f {
    max-width: 80%;
  }

  .ny25 .txt.center {
    font-size: 12px;
  }

  .ny25 .tit_s {
    max-width: 84%;
    grid-template-columns: 1fr 3fr 1fr;
  }

  .ny25 .wallet_area ul,
  .ny25 .color_area ul {
    gap: 10px;
    max-width: 84%;
  }

  .ny25 .tit.yellow.small {
    font-size: 18px;
  }

  .footer_l_hrmk--sns,
  .footer_l_hrmk--icon_logo {
    max-width: 50%;
  }

  .ny25_img img {
    max-width: 50%;
    height: auto;
  }

  .ny25_img {
    text-align: center;
  }

  .footer_l_hrmk {
    padding: 40px 0;
  }
}

.mb00 {
  margin-bottom: 1%;
}

.mb01 {
  margin-bottom: 2%;
}

.mb01-1 {
  margin-bottom: 3%;
}

.mb01-2 {
  margin-bottom: 4%;
}

.mb02 {
  margin-bottom: 5%;
}

.mb02-2 {
  margin-bottom: 6%;
}

.mb03 {
  margin-bottom: 7%;
}

.mb04 {
  margin-bottom: 9%;
}

.mb04-1 {
  margin-bottom: 11%;
}

.mb04-2 {
  margin-bottom: 12%;
}

.mb05 {
  margin-bottom: 15%;
}

.mb06 {
  margin-bottom: 17%;
}

.mb07 {
  margin-bottom: 19%;
}

.mbsns {
  margin-bottom: 3%;
}

.mb-btn {
  margin-bottom: 6.6%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
