@charset "UTF-8";
.point-festival main .imgWrap {
  max-width: 1230px;
  margin: auto;
  margin-top: 75px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .point-festival main .imgWrap {
    margin-top: 40px;
  }
}
.point-festival main .imgWrap + .heading {
  max-width: 1200px;
  margin: auto;
  margin-top: 86px;
}
@media (max-width: 1024px) {
  .point-festival main .imgWrap + .heading {
    margin-top: 30px;
    font-family: "Noto Sans JP";
  }
}
.point-festival main .imgWrap + .heading .Heading_heading__Adfgf {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000;
}
@media (max-width: 1024px) {
  .point-festival main .imgWrap + .heading .Heading_heading__Adfgf {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000;
  }
}
.point-festival main .caution {
  max-width: 830px;
  margin-top: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
@media (max-width: 1024px) {
  .point-festival main .caution {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000;
  }
}
.point-festival main .nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1230px;
  margin: auto;
  margin-top: 90px;
  overflow: hidden;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .point-festival main .nav {
    gap: 8px;
    margin-top: 35px;
  }
}
.point-festival main .nav li {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #1e445b;
  position: relative;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .point-festival main .nav li {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #1e445b;
    width: 100%;
  }
}
.point-festival main .nav li:before {
  content: "";
  position: absolute;
  background-image: url("./tomods-symbol.svg");
  width: 168px;
  height: 155px;
  display: block;
  background-repeat: no-repeat;
  right: -50px;
  bottom: -25px;
  background-size: contain;
}
@media (max-width: 1024px) {
  .point-festival main .nav li:before {
    width: 80px;
    height: 80px;
    right: -20px;
    bottom: -28px;
  }
}
.point-festival main .nav li a {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  aspect-ratio: 200/200;
  border-radius: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .point-festival main .nav li a {
    width: 100%;
    height: auto;
  }
}
.point-festival main .nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 12px;
  margin: auto auto;
  background-image: url("./icon-link_navy.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .point-festival main .nav li a:before {
    width: 16px;
    height: 16px;
    bottom: 4px;
  }
}
@media (max-width: 1024px) {
  .point-festival main .nav li a > div {
    position: relative;
    top: -4px;
  }
}
.point-festival main .nav li span {
  display: block;
}
.point-festival main .nav li span.num {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #1e445b;
}
@media (max-width: 1024px) {
  .point-festival main .nav li span.num {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #1e445b;
    margin-top: -2px;
  }
}
.point-festival main .nav li.type-1 {
  background-color: #CEE4FF;
}
.point-festival main .nav li.type-2 {
  background-color: #FDE2E9;
}
.point-festival main .nav li.type-3 {
  background-color: #DBF4E0;
}
.point-festival main .nav li.type-4 {
  background-color: #FDF2D2;
}
.point-festival main .point-list {
  max-width: 1230px;
  margin: auto;
  margin-top: 80px;
  padding: 40px 15px 0 15px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list {
    margin-top: 40px;
  }
}
.point-festival main .point-list + .point-list {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list + .point-list {
    margin-top: 60px;
  }
}
.point-festival main .point-list .heading {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #1e445b;
  padding: 16px 0;
  border-radius: 10px;
  position: relative;
  background-color: #CEE4FF;
}
@media (max-width: 1024px) {
  .point-festival main .point-list .heading {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #1e445b;
    padding: 10px 0;
  }
}
.point-festival main .point-list .heading span {
  position: relative;
}
.point-festival main .point-list .heading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100px;
  height: 100px;
  display: block;
  top: -40px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list .heading:before {
    width: 80px;
    height: 80px;
  }
}
.point-festival main .point-list .heading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100px;
  height: 100px;
  display: block;
  top: -24px;
  background-image: url("./tomods-symbol.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 33px;
  background-size: contain;
}
.point-festival main .point-list.type-1 .heading {
  background-color: #CEE4FF;
}
.point-festival main .point-list.type-1 .heading:before {
  background-color: #CEE4FF;
  border-radius: 100%;
}
.point-festival main .point-list.type-1 ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .point-festival main .point-list.type-1 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.point-festival main .point-list.type-1 ul .img img {
  height: 252px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list.type-1 ul .img img {
    height: 120px;
  }
}
.point-festival main .point-list.type-1 li {
  background-color: #F5FAFF;
}
.point-festival main .point-list.type-2 .heading {
  background-color: #FDE2E9;
}
.point-festival main .point-list.type-2 .heading:before {
  background-color: #FDE2E9;
  border-radius: 100%;
}
.point-festival main .point-list.type-2 li {
  background-color: #FFFAFB;
}
@media (max-width: 1024px) {
  .point-festival main .point-list.type-2 li {
    background-color: #fff;
  }
}
.point-festival main .point-list.type-3 .heading {
  background-color: #DBF4E0;
}
.point-festival main .point-list.type-3 .heading:before {
  background-color: #DBF4E0;
  border-radius: 100%;
}
.point-festival main .point-list.type-3 li {
  background-color: #F7FCF7;
}
@media (max-width: 1024px) {
  .point-festival main .point-list.type-3 li {
    background-color: #fff;
  }
}
.point-festival main .point-list.type-4 .heading {
  background-color: #FDF2D2;
}
.point-festival main .point-list.type-4 .heading:before {
  background-color: #FDF2D2;
  border-radius: 100%;
}
.point-festival main .point-list.type-4 li {
  background-color: #FDFAF0;
}
@media (max-width: 1024px) {
  .point-festival main .point-list.type-4 li {
    background-color: #fff;
  }
}
.point-festival main .point-list ul {
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 30px;
  /*repeatの第一引数は1列あたりの要素数*/
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 20px;
  }
}
.point-festival main .point-list ul li {
  filter: drop-shadow(0px 0px 6px rgba(30, 68, 91, 0.2));
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .point-festival main .point-list ul li {
    height: auto;
  }
}
.point-festival main .point-list ul .img {
  padding: 12px 0;
  background-color: #fff;
}
.point-festival main .point-list ul .img img {
  height: 120px;
  display: block;
  margin: auto;
  aspect-ratio: 120/120;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.point-festival main .point-list ul .txtWrap {
  padding: 20px 20px 40px 20px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list ul .txtWrap {
    padding: 12px 12px 30px 12px;
  }
}
.point-festival main .point-list ul .txtWrap .txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  color: #000;
}
@media (max-width: 1024px) {
  .point-festival main .point-list ul .txtWrap .txt {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    color: #000;
  }
}
.point-festival main .point-list ul .txtWrap .ttl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 24.5px;
  text-align: left;
  color: #1e445b;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .point-festival main .point-list ul .txtWrap .ttl {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 13px;
    line-height: 19.5px;
    text-align: left;
    color: #1e445b;
    margin-top: 12px;
  }
}
.point-festival main .p-support {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .point-festival main .p-support {
    margin-top: 60px;
  }
}
.point-festival main .p-support .ttlWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.point-festival main .p-support .ttlWrap .ttl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #1e445b;
}
.point-festival main .p-support p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #000;
}
@media (max-width: 1024px) {
  .point-festival main .p-support p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #000;
  }
}

.point-festival main .term p {
  margin-top: 20px;
  font-size: 18px;
}

.point-festival main .term .ttl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #1e445b;
}

.point-festival main .term span {
  font-size: 20px;
}

.point-festival main .term a {
  color: #1e445b;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .point-festival main .term p {
    font-size: 16px;
  }

  .point-festival main .term span {
    font-size: 18px;
  }
}

div.img {
  position: relative;
}

.point-badge-wrapper {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.point-badge,
.point-badge-red {
  background-color: #1e445b;
  color: #fff;
  font-family: Arial, sans-serif;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.point-badge-red {
  background-color: #EC0506;
}

.plus-sign {
  font-size: 32px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow:
    -1.5px -1.5px 0 #1e445b,
    1.5px -1.5px 0 #1e445b,
    -1.5px  1.5px 0 #1e445b,
    1.5px  1.5px 0 #1e445b;
}

.point-badge-red .plus-sign {
  text-shadow:
    -1.5px -1.5px 0 #EC0506,
    1.5px -1.5px 0 #EC0506,
    -1.5px  1.5px 0 #EC0506,
    1.5px  1.5px 0 #EC0506;
}

.point-number,
.point-number-1000 {
  color: #fff101;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.point-number-1000 {
  font-size: 32px;
  line-height: 1.5;
}

.point-text {
  font-size: 10px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .point-badge-wrapper {
    right: 0px;
    bottom: 0px;
  }
  .point-badge,
  .point-badge-red {
    width: 60px;
    height: 60px;
  }
  .plus-sign {
    font-size: 30px;
    top: -20px;
  }
  .point-number,
  .point-number-1000 {
    font-size: 24px;
  }
  .point-text {
    font-size: 8px;
    bottom: 8px;
  }
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.product-list li:nth-child(-n+3) {
  border-top: 1px solid #d5d5d5;
}
.product-list li:nth-child(3n+1) {
  border-left: 1px solid #d5d5d5;
}
.product-list li {
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: calc(33.333%);
  box-sizing: border-box;
  height: 90px;
}

.product-list li .name {
  width: 80%;
  height: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  background-color: #F5FAFF;
}

.product-list li .point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 15px 0 15px;
  font-size: 24px;
  font-weight: 800;
  color: #1e445b;
  white-space: nowrap;
}
.product-list li .point::after {
  content: "ポイント";
  font-size: 10px;
}

@media (max-width: 1024px) {
  .product-list li {
    flex-basis: 100%;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    height: 70px;
  }

  .product-list li:nth-child(-n+3) {
    border-top: none;
  }

  .product-list li:first-of-type {
    border-top: 1px solid #d5d5d5;
  }

  .product-list li .name {
    font-size: 13px;
    border-right: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
  }

  .product-list li .point {
    font-size: 20px;
  }
  .product-list li .point::after {
    font-size: 8px;
  }

}
