* {
  padding: 0;
  margin: 0;
  font-family: Noto Sans JP, Arial, sans-serif;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  /*清除选择时高亮*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
body {
  font-family: "Noto Sans JP";
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #CCC;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  /* 100% */
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  text-align: start;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.textShow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.wrap {
  min-height: 90vh;
}
.indexWrap {
  max-width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
  .wrap .indexWrap {
    padding: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .wrap {
    padding: 0;
  }
  .wrap .indexWrap {
    padding: 2.4rem 1.6rem;
  }
}
.headWrap {
  height: 6.6rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #F2F2F2;
}
.header {
  width: 100%;
  height: 6.6rem;
  position: fixed;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #F2F2F2;
}
.header .top {
  width: 100%;
  height: 6rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top .logo img {
  height: 3.7rem;
  width: auto;
}
.header .top .topR {
  display: flex;
  align-items: center;
  z-index: 1;
}
.header .top .topR .topList {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .top .topR .topList .topItem {
  height: 100%;
}
.header .top .topR .topList .topItem .item {
  cursor: pointer;
  margin: 0 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .top .topR .topList .topItem .item .topTitle {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.header .top .topR .topList .topItem .item .commontopTitleIcon {
  display: none;
}
.header .top .topR .search {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  padding-left: 2.4rem;
}
.header .top .topR .search svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 5.2rem;
  }
  .headWrap .header {
    height: 5.2rem;
  }
  .headWrap .header .top .logo img {
    height: 28px;
  }
  .headWrap .header .top .topR .topList .topItem .item .topTitle {
    display: none;
  }
  .headWrap .header .top .topR .topList .topItem .item .commontopTitleIcon {
    display: block;
  }
  .headWrap .header .top .topR .search {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1519px) {
  .header {
    max-width: none;
  }
  .header .top {
    padding: 0 3.4rem;
  }
}
@media only screen and (min-width: 1520px) {
  .header {
    margin: 0 16rem;
    width: calc(100% - 32rem);
    max-width: none;
  }
  .header .top {
    padding: 0;
  }
}
.popularWrap {
  width: 34rem;
  height: fit-content;
  background-color: #fff;
}
.popularWrap .topTitle {
  padding: 0.6rem 0;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.popularWrap .popularList {
  display: grid;
  grid-gap: 20px 20px;
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
}
.popularWrap .popularList .itempopul {
  position: relative;
}
.popularWrap .popularList .itempopul .itemImgBox {
  border-radius: 14px;
  border: 1px solid #E4E4E4;
  padding: 20px;
  margin-bottom: 10px;
}
.popularWrap .popularList .itempopul .itemImgBox .itemStampImg {
  height: 112px;
  width: 112px;
}
.popularWrap .popularList .itempopul .itemName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .popularWrap {
    width: auto;
  }
  .popularWrap .topTitle {
    font-size: 2rem;
  }
  .popularWrap .popularList .itempopul .itemImgBox {
    padding: 12px;
  }
  .popularWrap .popularList .itempopul .itemImgBox .itemStampImg {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .popularWrap {
    width: auto;
  }
}
.footerWrap {
  background-color: #ffffff;
  border-top: 1px solid #F2F2F2;
  position: relative;
}
.footerWrap .footer {
  max-width: 120rem;
  margin: auto;
  padding: 4.8rem 3.2rem;
}
.footerWrap .footer .footerFirst {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
.footerWrap .footer .logo {
  margin-right: 5.6rem;
}
.footerWrap .footer .logo img {
  height: 3.5rem;
  width: 20.797rem;
}
.footerWrap .footer .socialMedia {
  display: block;
}
.footerWrap .footer .socialMedia .externalLinks {
  display: inline-block;
  margin-right: 1.6rem;
}
.footerWrap .footer .socialMedia .externalLinks svg {
  width: 2.4rem;
  height: 2.4rem;
}
.footerWrap .footer .tabbar {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  display: flex;
  flex-wrap: wrap;
}
.footerWrap .footer .tabbar a {
  color: #666;
  margin-right: 1.2rem;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-height: 4rem;
  font-size: 1rem;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #0186FF;
  border-radius: 1rem 1rem 0 0;
  color: #666;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #F5F5F5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 2rem;
  font-size: 1.4rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 1rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    padding: 2.4rem;
  }
  .footerWrap .footer .footerFirst {
    display: block;
    margin-bottom: 0rem;
  }
  .footerWrap .footer .logo {
    width: auto;
    display: inline-block;
    margin-bottom: 1.6rem;
  }
  .footerWrap .footer .logo img {
    height: 2.8rem;
    width: 16.638rem;
  }
  .footerWrap .footer .socialMedia {
    margin-bottom: 3.2rem;
  }
  .footerWrap .footer .socialMedia .externalLinks svg {
    width: 2rem;
    height: 2rem;
  }
  .footerWrap .footer .tabbar {
    font-size: 1.4rem;
    line-height: 3rem;
    display: block;
  }
  .footerWrap .footer .tabbar .tabbarLine {
    display: flex;
    align-items: center;
    height: 4rem;
  }
  .footerWrap .footer .tabbar a {
    display: block;
    width: 11rem;
    margin-right: 3.2rem;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1367px) {
  .footerWrap .cookie-notice-container {
    font-size: 1.6rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
}
@media only screen and (min-width: 1366px) {
  .footerWrap {
    padding: 4.8rem 0;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.6rem;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
}
.loading {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
.Breadcrumbs {
  padding: 2.4rem 2.4rem 1.6rem 2.4rem;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.Breadcrumbs .firstMenu {
  color: #07B07D;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
.Breadcrumbs .icon {
  flex-shrink: 0;
  margin: 0 6px;
}
.Breadcrumbs .secondaryMsenu {
  color: #999;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
.indexWrap {
  padding: 0 2.4rem 2.4rem 2.4rem;
  display: flex;
}
.indexWrap .leftWrap {
  position: relative;
  width: 70%;
}
.indexWrap .leftWrap .freeStampTitle {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
}
.indexWrap .leftWrap .stampWrap .bannerWrap {
  width: 100%;
}
.indexWrap .leftWrap .stampWrap .bannerWrap .bannerImg {
  margin: 16px 0;
  height: 234px;
  width: auto;
  background-image: url(../image/freeStamp-banner-PC.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.indexWrap .leftWrap .stampWrap .bannerWrap .bannerDet {
  margin-bottom: 16px;
}
.indexWrap .leftWrap .stampWrap .bannerWrap .bannerDet .bannerDetText {
  margin-top: 12px;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo {
  margin-top: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampInfoBefore {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampInfoBefore svg {
  border-radius: 4px 0;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .serialNumber {
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transform: scale(0.85);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft {
  display: flex;
  align-items: center;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftImg {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont {
  margin: 0 50px 0 16px;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemUpdata {
  display: flex;
  align-items: center;
  margin: 6px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemUpdata .updateText {
  color: #666;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemUpdata .updateCont {
  color: #F32727;
  margin-left: 8px;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemDet {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampRight {
  height: 50px;
  border-radius: 4px;
  background: #07B07D;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .leftWrap .stampWrap .stampList .itemStampInfo:hover {
  background: #F5F5F5;
}
.indexWrap .leftWrap .stampWrap .stampList .ads-li {
  margin: 16px 0;
}
.indexWrap .rightWrap {
  width: 30%;
}
.indexWrap .rightWrap .ad-box {
  margin: 16px 0;
}
@media only screen and (max-width: 767px) {
  .Breadcrumbs {
    padding: 1.2rem 1.6rem;
  }
  .indexWrap {
    margin-bottom: 80px;
    padding: 0 1.6rem 1.6rem 1.6rem !important;
    flex-direction: column;
  }
  .indexWrap .leftWrap {
    width: 100%;
  }
  .indexWrap .leftWrap .freeStampTitle {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .indexWrap .leftWrap .stampWrap .bannerWrap {
    width: 100%;
  }
  .indexWrap .leftWrap .stampWrap .bannerWrap .bannerImg {
    height: 9.7rem;
    width: auto;
    background-image: url(../image/freeStamp-banner-M.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft {
    flex-direction: column;
  }
  .indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftImg {
    width: 100px;
    height: 100px;
  }
  .indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont {
    margin: 4px 0 12px 0;
  }
  .indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemUpdata {
    margin: 4px 0;
  }
  .indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemTitle {
    font-size: 16px;
    line-height: 24px;
  }
  .indexWrap .leftWrap .stampWrap .stampList .itemStampInfo .itemStampLeft .itemStampLeftCont .itemDet {
    display: none;
  }
  .indexWrap .rightWrap {
    width: 100%;
  }
  .indexWrap .rightWrap .popularWrap {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .indexWrap .leftWrap {
    width: 100%;
  }
  .indexWrap .rightWrap {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .indexWrap .leftWrap {
    padding-right: 50px;
  }
}
