@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Zen+Maru+Gothic:wght@700&display=swap");

.fukubukuro2026 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1e21;
  padding-bottom: 140px;
}

.fukubukuro2026 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.fukubukuro2026 span {
  font-size: inherit;
}

.fukubukuro2026 img {
  max-width: 100%;
  height: auto;
}

.fukubukuro2026 a {
  transition: all 0.3s;
  text-decoration: none !important;
}

.fukubukuro2026 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.bg-beige {
  background-color: #fdf8ed;
}

.bg-yellow {
  background-color: #f8f4e9;
}

.btn {
  display: block;
  width: 90%;
  max-width: 400px;
  height: 80px;
  line-height: 80px;
  background-color: #364eb4;
  color: #fff !important;
  text-align: center;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  text-decoration: none;
  box-shadow: none;
}

.f-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

.hdg {
  text-align: center;
  margin-bottom: 65px;
}

.hdg02 {
  width: fit-content;
  position: relative;
  background-color: #eb2e27;
  color: #fff;
  text-align: center;
  padding: 15px 55px;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 30px;
}

.hdg02 .price span {
  font-size: 20px;
  margin: 0 10px;
}

.hdg02 img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.underline {
  border-bottom: 2px dashed #eb2e27;
}

.underline span {
  font-size: 12px;
}

.fukubukuro2026 .main-v {
  max-width: 1180px;
  margin: 0 auto 60px;
}

.fukubukuro2026 .about .inner {
  max-width: 930px;
  margin: 0 auto;
}

.fukubukuro2026 .about .desc {
  text-align: center;
  margin-bottom: 40px;
}

.fukubukuro2026 .about .bg-beige {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fukubukuro2026 .about .bg-beige dl {
  display: flex;
}

.fukubukuro2026 .about .bg-beige dt {
  width: 170px;
  color: #eb2e27;
  font-weight: bold;
  font-size: 20px;
}

.fukubukuro2026 .about .bg-beige dd {
  width: calc(100% - 170px);
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
}

.fukubukuro2026 .fukubukuro-area {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
}

.fukubukuro2026 .fukubukuro-area .fukubukuro-hdg {
  text-align: center;
  margin-bottom: 65px;
}

.fukubukuro2026 .fukubukuro-area .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 35px;
}

.fukubukuro2026 .fukubukuro-area .tab li {
  width: calc((100% - 70px) / 3);
}

.fukubukuro2026 .fukubukuro-area .tab li a {
  display: block;
  text-align: center;
  background-color: #eb2e27;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
  padding: 10px 40px;
  line-height: 1.4;
  position: relative;
}

.fukubukuro2026 .fukubukuro-area .tab li a span {
  font-size: 16px;
  display: block;
  color: #f7f7c4;
}

.fukubukuro2026 .fukubukuro-area .tab li a::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.fukubukuro2026 .item-box {
  margin-top: 80px;
  border: 2px solid #eb2e27;
  background-color: #fff;
  padding-top: 80px;
}

.fukubukuro2026 .item-desc {
  text-align: center;
}

.fukubukuro2026 .item-cont {
  padding: 60px 0 80px;
  text-align: center;
}

.fukubukuro2026 .item-cont:not(:last-child) {
  border-bottom: 2px solid #eb2e27;
}

.fukubukuro2026 .item-cont h4 {
  font-size: 30px;
  color: #eb2e27;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.fukubukuro2026 .item-cont h4 .marker {
  background: linear-gradient(transparent 60%, #fffadb 60%);
}

.fukubukuro2026 .item-cont h4 .large {
  font-size: 40px;
}

.fukubukuro2026 .item-cont h4 .small {
  font-size: 20px;
  display: block;
}

.fukubukuro2026 .item-cont .txt {
  margin-bottom: 30px;
}

.fukubukuro2026 .item-cont .comment {
  text-align: center;
  margin: 0 auto 20px;
  width: fit-content;
  min-width: 350px;
  padding: 0 30px;
  position: relative;
}

.fukubukuro2026 .item-cont .comment::before,
.fukubukuro2026 .item-cont .comment::after {
  content: "";
  width: 1px;
  height: 50px;
  border-left: 2px dashed #000;
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

.fukubukuro2026 .item-cont .comment::before {
  left: 0;
  transform: rotate(-20deg);
}

.fukubukuro2026 .item-cont .comment::after {
  right: 0;
  transform: rotate(20deg);
}

.fukubukuro2026 .item-cont .img {
  text-align: center;
  margin-bottom: 40px;
}

.fukubukuro2026 .item-cont .bg-beige {
  max-width: 900px;
  text-align: center;
  padding: 40px;
  margin: 0 auto 40px;
}

.fukubukuro2026 .notes {
  background-color: #f2f2f2;
  padding: 40px 90px;
}

.fukubukuro2026 .notes dt {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.fukubukuro2026 .notes dd {
  font-size: 15px;
}

.fukubukuro2026 .notes dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.secret-fukubukuro {
  background-color: #d4514d;
}

.secret-fukubukuro .hdg02 {
  background-color: #fff;
  color: #d4514d;
  margin-bottom: 40px;
}

.secret-fukubukuro__desc {
  text-align: center;
}

.secret-fukubukuro__hdg {
  color: #f2ed6f;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

.secret-fukubukuro__hdg span {
  display: block;
  font-size: 28px;
}

.secret-fukubukuro__desc p {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.secret-fukubukuro__cont {
  padding: 30px 100px 80px;
  background-color: #fff;
}

.secret-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
}

.secret-list__item {
  padding: 30px 0 60px;
  border-bottom: 2px dashed #d4514d;
}

.secret-list__item:last-child,
.secret-list__item:nth-child(9) {
  border-bottom: none;
}

.secret-fukubukuro__cont .price {
  text-align: center;
  margin: 40px 0;
}

.bg-red {
  background-color: #d4514d;
}

.bg-red .fukubukuro-area > .hdg02 {
  background-color: #fff;
  color: #d4514d;
}

.bg-red .item-box {
  margin-top: 40px;
  padding-top: 10px;
}

.bg-red .item-box .hdg02 {
  background-color: #d4514d;
  margin-bottom: 40px;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .fukubukuro2026 {
    font-size: 15px;
    padding-bottom: 100px;
  }

  .fukubukuro2026 span {
    font-size: inherit;
  }

  .pc {
    display: none;
  }

  .btn {
    height: 60px;
    line-height: 60px;
  }

  .hdg {
    margin-bottom: 40px;
  }

  .fukubukuro2026 .main-v {
    margin-bottom: 40px;
  }

  .fukubukuro2026 .about .desc {
    text-align: left;
  }

  .fukubukuro2026 .about .bg-beige {
    padding: 20px 15px;
  }

  .fukubukuro2026 .about .bg-beige dl {
    display: block;
  }

  .fukubukuro2026 .about .bg-beige dt {
    font-size: 18px;
    width: 100%;
  }

  .fukubukuro2026 .about .bg-beige dd {
    font-size: 15px;
    width: 100%;
  }

  .fukubukuro2026 .fukubukuro-area {
    padding: 60px 15px;
  }

  .fukubukuro2026 .fukubukuro-area .fukubukuro-hdg {
    margin-bottom: 40px;
  }

  .fukubukuro2026 .fukubukuro-area .tab {
    display: block;
  }

  .fukubukuro2026 .fukubukuro-area .tab li {
    width: 100%;
    margin-bottom: 20px;
  }

  .fukubukuro2026 .fukubukuro-area .tab li a {
    font-size: 20px;
    background-position: right 20px center;
  }

  .fukubukuro2026 .fukubukuro-area .tab li a span {
    font-size: 15px;
  }

  .fukubukuro2026 .item-box {
    margin-top: 60px;
    padding-top: 15px;
  }

  .hdg02 {
    padding: 15px 30px;
    font-size: 20px;
  }

  .hdg02 .price {
    display: block;
  }

  .hdg02 .price span {
    font-size: 14px;
    margin: 0 0 0 5px;
  }

  .hdg02 img {
    width: 60px;
  }

  .fukubukuro2026 .item-cont {
    padding: 40px 0;
  }

  .fukubukuro2026 .item-cont h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .fukubukuro2026 .item-cont .bg-beige {
    padding: 20px 15px;
  }

  .fukubukuro2026 .item-cont p {
    text-align: left;
  }

  .fukubukuro2026 .notes {
    padding: 20px 15px;
  }

  .fukubukuro2026 .notes dt::before {
    width: 150px;
  }
  .fukubukuro2026 .item-cont h4 .large {
    font-size: 30px;
  }
  .fukubukuro2026 .item-cont .comment .small {
    font-size: 16px;
  }
  .fukubukuro2026 .item-cont .comment {
    min-width: auto;
    max-width: 90%;
    padding: 0 15px;
  }
  .fukubukuro2026 .item-cont .comment::before,
  .fukubukuro2026 .item-cont .comment::after {
    height: 40px;
  }

  .secret-fukubukuro__hdg {
    font-size: 24px;
  }

  .secret-fukubukuro__hdg span {
    font-size: 16px;
  }

  .secret-fukubukuro__cont {
    padding: 20px 20px 40px;
  }

  .secret-list {
    grid-template-columns: 1fr;
  }

  .secret-list__item {
    padding: 20px 0 30px;
    text-align: center;
  }

  .secret-list__item:last-child {
    border-bottom: 2px dashed #d4514d;
  }
}

.icn-ranking {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .icn-ranking {
    margin-bottom: 20px;
  }
  .icn-ranking img {
    max-width: 100px;
  }
}
