body main.stamp {
  max-width: 100vw;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 100svh;
}

header {
  position: static;
}
header:has(+ .stampTop) {
  position: absolute;
}
@media (max-width: 1350px) {
  header {
    width: 100%;
  }
  header .header-inner {
    width: 100%;
  }
  header #h-button {
    position: absolute;
  }
  header .overlay {
    z-index: 99;
  }
}

h3 {
  margin: 0;
}

@media (max-width: 1100px) {
  #page_top {
    bottom: 8rem;
  }
  .to_page_sptreat {
    bottom: 8rem;
  }
}
.stamp .stamp_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.stamp .stamp_title {
  font-size: 2rem;
  color: #404040;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1100px) {
  .stamp .stamp_title {
    font-size: 1.4rem;
  }
}
.stamp .stamp_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  margin-bottom: 9px;
}
.stamp .stamp_hash {
  min-height: 32px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #404040;
  padding: 0 16px;
  border-radius: 38px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stamp .stamp_hash::before {
  content: "#";
}
@media (min-width: 1101px) {
  .stamp .stamp_hash {
    cursor: pointer;
  }
  .stamp .stamp_hash:hover {
    background: #E8E8E8;
    opacity: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1100px) {
    .stamp .stamp_hash {
      padding-top: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
  }
}
.stamp .stamp_viewAll {
  display: grid;
  place-content: center;
  width: 500px;
  height: 60px;
  border-radius: 30px;
  background: #88E0EA;
  font-size: 1.6rem;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .stamp .stamp_viewAll {
    width: 89%;
  }
}
.stamp .stamp_viewAll::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22.5px;
  margin: auto;
}
.stamp .stamp_viewAll:hover {
  background: #55D2DC;
  opacity: 1;
}
.stamp .stampCat_list {
  padding: 28px 29px;
  background: #FFFFFF;
  border: 2px solid #F5F5F5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.stamp .stampCat_link {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: bold;
  padding: 6px 6px 6px 30px;
  border-radius: 38px;
  background: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1101px) {
  .stamp .stampCat_link {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .stamp .stampCat_link::after {
    background: #22C9D6;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .stamp .stampCat_link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (max-width: 1100px) {
  .stamp .stampCat_link {
    padding: 5px 6px 5px 20px;
  }
}
.stamp .stampCat_count {
  display: grid;
  place-content: center;
  font-size: 1.2rem;
  color: #404040;
  width: 32px;
  height: 32px;
  background: url(img/stamp/icon_count.svg) no-repeat center/contain;
  margin-left: 18px;
}
.stamp .rank {
  background: #F5F5F5;
  padding: 80px 20px 87px;
}
@media (max-width: 1100px) {
  .stamp .rank {
    padding: 63px 20px 51px;
  }
}
.stamp .rank_title {
  margin: 0 0 49px;
}
@media (max-width: 1100px) {
  .stamp .rank_title {
    margin: 0 0 31px;
  }
}
.stamp .rank_title::before {
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_ranking-en.svg) no-repeat left 43px center/auto 21px;
}
@media (max-width: 1100px) {
  .stamp .rank_title::before {
    height: 38px;
    background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_ranking-en.svg) no-repeat left 40px center/auto 21px;
  }
}
.stamp .rank_list {
  display: grid;
  width: 100%;
}
@media (min-width: 1101px) {
  .stamp .rank_list {
    max-width: 1080px;
    grid-template-columns: 548px 1fr 1fr;
    grid-template-rows: auto;
    gap: 32px;
  }
}
@media (max-width: 1100px) {
  .stamp .rank_list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
  }
}
.stamp .rank_item {
  width: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 1101px) {
  .stamp .rank_item {
    max-width: 234px;
  }
}
.stamp .rank_item::before {
  content: "";
  display: block;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1100px) {
  .stamp .rank_item::before {
    width: 33px;
    height: 30px;
    top: -15px;
  }
}
.stamp .rank_item:nth-child(1)::before {
  background-image: url(img/common/ranking01.svg);
}
.stamp .rank_item:nth-child(2)::before {
  background-image: url(img/common/ranking02.svg);
}
.stamp .rank_item:nth-child(3)::before {
  background-image: url(img/common/ranking03.svg);
}
.stamp .rank_item:nth-child(4)::before {
  top: 0;
  left: -2px;
  background-image: url(img/common/ranking04.svg);
}
.stamp .rank_item:nth-child(5)::before {
  top: 0;
  left: -2px;
  background-image: url(img/common/ranking05.svg);
}
.stamp .rank_item:nth-child(1) .rank_imgWrap {
  height: 540px;
  padding: 20px 60px;
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(1) .rank_imgWrap {
    height: 300px;
    padding: 20px 55px;
  }
}
.stamp .rank_item:nth-child(1) .rank_imgWrap img {
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(1) .rank_imgWrap img {
    height: 189px;
  }
}
.stamp .rank_item:nth-child(1) .rank_text {
  display: -webkit-box;
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(1) .rank_text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1101px) {
  .stamp .rank_item:nth-child(1) {
    max-width: 540px;
    width: 100%;
    grid-row: span 2;
    margin-right: 8px;
  }
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(2), .stamp .rank_item:nth-child(3) {
    grid-row-start: 2;
  }
}
@media (min-width: 1101px) {
  .stamp .rank_item:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(4) {
    grid-row-start: 3;
  }
}
@media (min-width: 1101px) {
  .stamp .rank_item:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
}
@media (max-width: 1100px) {
  .stamp .rank_item:nth-child(5) {
    grid-row-start: 3;
  }
}
.stamp .rank_imgWrap {
  display: grid;
  place-content: center;
  width: inherit;
  height: 234px;
  background: linear-gradient(-90deg, transparent 3px, #FFFFFF 3px), linear-gradient(transparent 3px, #FFFFFF 3px), #F5F5F5;
  background-position: 3px 0;
  background-size: 7px 7px;
  border-radius: 20px;
  margin-bottom: 13px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp .rank_imgWrap {
    margin-bottom: 8px;
    height: 148px;
    padding: 20px;
  }
}
.stamp .rank_imgWrap img {
  height: 168px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  .stamp .rank_imgWrap img {
    height: 90px;
  }
}
.stamp .rank_text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #404040;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .stamp .rank_text {
    font-size: 1.4rem;
  }
}
.stamp .pickUp {
  padding: 90px 20px 100px;
  background: #FFFFFF;
}
@media (max-width: 1100px) {
  .stamp .pickUp {
    padding: 50px 20px;
  }
}
.stamp .pickUp_title {
  margin: 0 0 50px;
}
.stamp .pickUp_title::before {
  height: 21px;
  background: url(img/common/h2_pickup.svg) no-repeat left center/auto 21px;
}
.stamp .pickUp_content {
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .stamp .pickUp_content {
    margin-bottom: 30px;
  }
}
.stamp .pickUp_list {
  width: 100%;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1101px) {
  .stamp .pickUp_list {
    max-width: 1080px;
    grid-template-columns: 490px 1fr;
    grid-template-rows: 4fr auto;
    gap: 30px 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .stamp .pickUp_list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 29px 14px;
    margin-bottom: 30px;
  }
}
.stamp .pickUp_item {
  height: 100%;
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(1) {
    margin-bottom: 10px;
  }
}
.stamp .pickUp_item:nth-child(1) .pickUp_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stamp .pickUp_item:nth-child(1) .pickUp_image {
  max-width: 490px;
  width: 100%;
  margin: 0 0 14px;
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(1) .pickUp_image {
    max-width: 100%;
  }
}
.stamp .pickUp_item:nth-child(1) .pickUp_desc {
  width: 100%;
}
.stamp .pickUp_item:nth-child(1) .pickUp_descTitle {
  font-size: 2rem;
  line-height: 3.2rem;
  -webkit-line-clamp: 2;
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(1) .pickUp_descTitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1101px) {
  .stamp .pickUp_item:nth-child(1) {
    grid-row: span 4;
  }
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(2) {
    grid-row-start: 2;
  }
}
@media (min-width: 1101px) {
  .stamp .pickUp_item:nth-child(3) {
    grid-column-start: 2;
  }
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(3) {
    grid-row-start: 2;
  }
}
@media (min-width: 1101px) {
  .stamp .pickUp_item:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 3;
  }
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(4) {
    grid-row-start: 3;
  }
}
@media (min-width: 1101px) {
  .stamp .pickUp_item:nth-child(5) {
    grid-column-start: 2;
    grid-row-start: 4;
  }
}
@media (max-width: 1100px) {
  .stamp .pickUp_item:nth-child(5) {
    grid-row-start: 3;
  }
}
.stamp .pickUp_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .stamp .pickUp_container {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stamp .pickUp_descLink {
  display: block;
  width: auto;
  height: 100%;
}
.stamp .pickUp_image {
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
@media (max-width: 1100px) {
  .stamp .pickUp_image {
    max-width: 100%;
    margin: 0 0 16px;
  }
  .stamp .pickUp_image img {
    width: 100%;
  }
}
.stamp .pickUp_desc {
  width: calc(100% - 190px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1100px) {
  .stamp .pickUp_desc {
    width: 100%;
  }
}
.stamp .pickUp_descTitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #404040;
  line-height: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
.stamp .pickUp_excerpt {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000000;
  margin: 16px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .stamp .pickUp_excerpt {
    display: none;
  }
}
.stamp .pickUp_catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.stamp .pickUp_catItem {
  font-size: 1.2rem;
  color: #888888;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.stamp .pickUp_catItem:not(:first-child)::before {
  content: "/";
  padding-left: 6px;
  padding-right: 6px;
}
.stamp .stamp_bannerWrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.stamp .stamp_bannerWrap a {
  display: inline-block;
}
.stamp .stamp_bannerWrap picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.stamp .bottomMv {
  width: 100%;
  height: 590px;
  background: url(img/stamp/bg_bottomMv-pc.png) no-repeat top center/auto, radial-gradient(circle, #ffffff 1.5px, transparent 1.5px) 0 0/9px 9px;
  background-color: #baf0ec;
  position: relative;
}
@media (max-width: 1100px) {
  .stamp .bottomMv {
    height: 363px;
    background: url(img/stamp/bg_bottomMv-sp.png) no-repeat top center/100%, radial-gradient(circle, #ffffff 0.5px, transparent 0.5px) 0 0/5px 5px;
    background-color: #baf0ec;
  }
}
.stamp .bottomMv .bottomMv_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.stamp .bottomMv .bottomMv_wrap::before {
  content: "";
  width: 100%;
  height: 180px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  .stamp .bottomMv .bottomMv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stamp .bottomMv .bottomMv_wrap::before {
    height: 193px;
  }
}
.stamp .bottomMv .bottomMv_img {
  width: 683px;
  height: 505px;
  background: url(img/stamp/img_bottomMv-pc.svg) no-repeat top center/100%;
  position: relative;
}
@media (max-width: 1100px) {
  .stamp .bottomMv .bottomMv_img {
    max-width: 414px;
    width: 100%;
    height: 253px;
    background: url(img/stamp/img_bottomMv-sp.svg) no-repeat top center/100%;
  }
}
.stamp .bottomMv .bottomMv_countWrap {
  width: 174px;
  height: 174px;
  background: #FFF033;
  border-radius: 50%;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #404040;
  top: 20%;
  right: -15%;
  display: grid;
  place-content: center;
  text-align: center;
}
.stamp .bottomMv .bottomMv_countWrap::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background: url(img/stamp/icon_bubble.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 28px;
}
.stamp .bottomMv .bottomMv_countWrap em {
  font-size: 4.7rem;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1100px) {
  .stamp .bottomMv .bottomMv_countWrap {
    width: 75px;
    height: 75px;
    font-size: 1rem;
    top: 34%;
    right: 3%;
  }
  .stamp .bottomMv .bottomMv_countWrap::after {
    width: 16px;
    height: 10px;
    bottom: 0;
    left: 11px;
  }
  .stamp .bottomMv .bottomMv_countWrap em {
    font-size: 2rem;
  }
  .stamp .bottomMv .bottomMv_countWrap span {
    padding-left: 5px;
  }
}
.stamp .bottomMv .bottomMv_link {
  display: grid;
  place-content: center;
  width: 480px;
  height: 92px;
  border-radius: 70px;
  background: #404040;
  font-size: 3rem;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-bottom: 42px;
}
.stamp .bottomMv .bottomMv_link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
}
@media (min-width: 1101px) {
  .stamp .bottomMv .bottomMv_link:hover {
    background: #55D2DC;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .stamp .bottomMv .bottomMv_link {
    width: 334px;
    height: 60px;
    border-radius: 30px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

@media (max-width: 1100px) {
  footer {
    padding-bottom: 64px;
  }
}

.stamp .stampNav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1100px) {
  .stamp .stampNav {
    top: initial;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.stamp .stampNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
}
@media (max-width: 1100px) {
  .stamp .stampNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2px;
  }
}
@media (min-width: 1101px) {
  .stamp .stampNav_item {
    width: 56px;
    height: 56px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: width 0.3s ease, background 0.3s ease;
    transition: width 0.3s ease, background 0.3s ease;
    background: #87E1EB;
  }
  .stamp .stampNav_item:hover {
    background: #55D2DC;
  }
}
@media (max-width: 1100px) {
  .stamp .stampNav_item {
    width: auto;
    height: 64px;
    background: #22C9D6;
  }
}
@media (min-width: 1101px) {
  .stamp .stampNav_item.navTop:hover {
    width: 156px;
  }
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navTop {
    border-radius: 20px 2px 0 0;
  }
}
.stamp .stampNav_item.navTop .stampNav_link {
  width: 156px;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navTop .stampNav_link {
    width: 96px;
  }
}
.stamp .stampNav_item.navTop .stampNav_link::before {
  margin: 0 12px;
  background: url(img/stamp/icon_top.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navTop .stampNav_link::before {
    margin: 0;
  }
}
@media (min-width: 1101px) {
  .stamp .stampNav_item.navSearch:hover {
    width: 156px;
  }
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navSearch {
    border-radius: 2px 2px 0 0;
  }
}
.stamp .stampNav_item.navSearch .stampNav_link {
  width: 156px;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navSearch .stampNav_link {
    width: 72px;
  }
}
.stamp .stampNav_item.navSearch .stampNav_link::before {
  margin: 0 32px 0 10px;
  background: url(img/stamp/icon_search.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navSearch .stampNav_link::before {
    margin: 0;
  }
}
@media (min-width: 1101px) {
  .stamp .stampNav_item.navUse:hover {
    width: 156px;
  }
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navUse {
    border-radius: 2px 2px 0 0;
  }
}
.stamp .stampNav_item.navUse .stampNav_link {
  width: 156px;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navUse .stampNav_link {
    width: 72px;
  }
}
.stamp .stampNav_item.navUse .stampNav_link::before {
  margin: 0 33px 0 13px;
  background: url(img/stamp/icon_use.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navUse .stampNav_link::before {
    margin: 0;
  }
}
@media (min-width: 1101px) {
  .stamp .stampNav_item.navColumn:hover {
    width: 170px;
  }
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navColumn {
    border-radius: 2px 20px 0 0;
  }
}
.stamp .stampNav_item.navColumn .stampNav_link {
  width: 170px;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navColumn .stampNav_link {
    width: 96px;
  }
}
.stamp .stampNav_item.navColumn .stampNav_link::before {
  margin: 0 10px 0 12px;
  background: url(img/stamp/icon_column.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .stamp .stampNav_item.navColumn .stampNav_link::before {
    margin: 0;
  }
}
.stamp .stampNav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .stamp .stampNav_link {
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
  }
}
.stamp .stampNav_link:hover {
  opacity: 1;
}
.stamp .stampNav_link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
}
.stamp .modal_stampSearch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 90vh;
  min-height: 100svh;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 10000;
}
.stamp .modal_stampSearch .modal_container {
  background: white;
  max-width: 860px;
  width: calc(100% - 40px);
  height: auto;
  border-radius: 20px;
  padding: 30px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .modal_container {
    padding: 20px 25px 28px;
  }
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .keyWord_title {
    font-size: 1.8rem;
  }
  .stamp .modal_stampSearch .keyWord_title::before {
    width: 26px;
    height: 26px;
  }
}
.stamp .modal_stampSearch .keyWord_upper {
  position: sticky;
  top: 0;
  padding: 0 0 20px;
  margin-bottom: 0;
  background: #FFFFFF;
  z-index: 2;
}
.stamp .modal_stampSearch .keyWord_form {
  max-width: 300px;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .keyWord_form {
    max-width: 100%;
  }
}
.stamp .modal_stampSearch .modal_content {
  max-height: 402px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
@media (min-width: 1101px) {
  .stamp .modal_stampSearch .modal_content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .stamp .modal_stampSearch .modal_content::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .modal_content {
    max-height: 20vh;
    max-height: 40svh;
  }
}
.stamp .modal_stampSearch .popular {
  padding: 18px 28px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .popular {
    padding: 22px 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .popular_title {
    font-size: 1.4rem;
  }
}
.stamp .modal_stampSearch .popular_list {
  width: calc(100% - 168px);
  margin-left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .popular_list {
    width: calc(100% - 43px);
    margin: 14px auto 0;
  }
}
.stamp .modal_stampSearch .stamp_title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .stamp_title {
    font-size: 1.4rem;
  }
}
.stamp .modal_stampSearch .stamp_title::before {
  margin-bottom: 6px;
}
.stamp .modal_stampSearch .catSearch_modalTitle::before {
  height: 26px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat left center/26px 26px, url(img/stamp/icon_cat-en.svg) no-repeat left 36px center/107px 29px;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .catSearch_modalTitle::before {
    background: url(img/stamp/icon_mille-black.svg) no-repeat left center/26px 26px, url(img/stamp/icon_cat-en.svg) no-repeat left 36px center/98px 26px;
  }
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .stampCat_link {
    font-size: 1.4rem;
  }
}
.stamp .modal_stampSearch .tagSearch_title::before {
  height: 26px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat left center/26px 26px, url(img/stamp/icon_tag-en.svg) no-repeat left 36px center/40px 29px;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .tagSearch_title::before {
    background: url(img/stamp/icon_mille-black.svg) no-repeat left center/26px 26px, url(img/stamp/icon_tag-en.svg) no-repeat left 36px center/36px 26px;
  }
}
.stamp .modal_stampSearch .catSearch_modalTitle, .stamp .modal_stampSearch .tagSearch_title {
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .catSearch_modalTitle, .stamp .modal_stampSearch .tagSearch_title {
    margin: 0 0 20px 9px;
  }
}
.stamp .modal_stampSearch .stampCat_list {
  gap: 20px 18px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .stampCat_list {
    margin-bottom: 24px;
    padding: 18px;
  }
}
.stamp .modal_stampSearch .tagSearch_list {
  padding: 18px 56px;
  margin: 0;
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .tagSearch_list {
    padding: 22px 11px;
    gap: 10px;
  }
}
.stamp .modal_stampSearch .modal_close {
  width: 80px;
  height: 80px;
  background: url(img/stamp/icon_modalBtn.svg) no-repeat center/contain;
  border: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5%;
  cursor: pointer;
}
@media (min-width: 1101px) {
  .stamp .modal_stampSearch .modal_close:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1100px) {
  .stamp .modal_stampSearch .modal_close {
    width: 50px;
    height: 50px;
    bottom: calc(100vh - 100%);
    bottom: calc(100svh - 95%);
  }
}

body.is-modalOpen {
  position: fixed;
  width: 100%;
}

.stamp .stampMv {
  width: 100%;
  height: 750px;
  position: relative;
}
@media (max-width: 1100px) {
  .stamp .stampMv {
    height: 313px;
  }
}
.stamp .stampMv::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/stamp/bg_mv.png) no-repeat top center/auto, radial-gradient(circle, #ffffff 1.5px, transparent 1.5px) 0 0/9px 9px;
  z-index: -1;
  background-color: #baf0ec;
}
@media (max-width: 1100px) {
  .stamp .stampMv::before {
    background: url(img/stamp/bg_mv-sp.png) no-repeat top -54px center/100%, radial-gradient(circle, #ffffff 0.5px, transparent 0.5px) 0 0/5px 5px;
    background-color: #baf0ec;
  }
}
@media (max-width: 1100px) {
  .stamp .stampMv::after {
    content: "";
    width: 100%;
    height: 85px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
}
.stamp .stampMv_wrap {
  width: 1094px;
  height: 545px;
  background: url(img/stamp/img_mv.svg) no-repeat center bottom/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .stamp .stampMv_wrap {
    max-width: 414px;
    min-height: 229px;
    width: 100%;
    height: auto;
    background: url(img/stamp/img_mv-sp.svg) no-repeat center bottom/auto;
  }
}
.stamp .stampMv_title {
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  color: #22C9D6;
  letter-spacing: 0.08em;
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .stamp .stampMv_title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    bottom: 25px;
  }
}
.stamp .stampMv_countWrap {
  width: 184px;
  height: 184px;
  background: #FFF033;
  border-radius: 50%;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #404040;
  top: 10%;
  right: 10%;
  display: grid;
  place-content: center;
  text-align: center;
}
.stamp .stampMv_countWrap::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background: url(img/stamp/icon_bubble.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 28px;
}
.stamp .stampMv_countWrap em {
  font-size: 5.4rem;
  font-family: "Outfit", sans-serif;
}
.stamp .stampMv_countWrap span {
  padding-left: 15px;
}
@media (max-width: 1100px) {
  .stamp .stampMv_countWrap {
    width: 75px;
    height: 75px;
    font-size: 1rem;
    top: 4%;
    right: 5%;
  }
  .stamp .stampMv_countWrap::after {
    width: 16px;
    height: 10px;
    bottom: 0;
    left: 11px;
  }
  .stamp .stampMv_countWrap em {
    font-size: 2rem;
  }
  .stamp .stampMv_countWrap span {
    padding-left: 7px;
  }
}
.stamp .keyWord {
  background: #FFFFFF;
  padding: 89px 20px 90px;
}
@media (max-width: 1100px) {
  .stamp .keyWord {
    padding: 0 20px 53px;
  }
}
.stamp .keyWord_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .stamp .keyWord_upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.stamp .keyWord_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #404040;
  margin: 0;
}
@media (max-width: 1100px) {
  .stamp .keyWord_title {
    font-size: 2rem;
    margin: 0 0 14px;
  }
}
.stamp .keyWord_title::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat center/100%;
}
.stamp .keyWord_form {
  max-width: 590px;
  width: 100%;
  margin: 0;
}
.stamp .keyWord_label {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .stamp .keyWord_label {
    max-width: 324px;
    height: 40px;
  }
}
.stamp .keyWord_input {
  width: 100%;
  height: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 28px;
  text-indent: 40px;
  font-size: 1.6rem;
}
.stamp .keyWord_input:focus {
  outline: none;
}
@media (max-width: 1100px) {
  .stamp .keyWord_input {
    font-size: 1.5rem;
    text-indent: 20px;
  }
}
.stamp .keyWord_input::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #888888;
}
.stamp .keyWord_input::-moz-placeholder {
  font-size: 1.6rem;
  color: #888888;
}
.stamp .keyWord_input:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #888888;
}
.stamp .keyWord_input::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #888888;
}
.stamp .keyWord_input::placeholder {
  font-size: 1.6rem;
  color: #888888;
}
@media (max-width: 1100px) {
  .stamp .keyWord_input::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .stamp .keyWord_input::-moz-placeholder {
    font-size: 1.5rem;
  }
  .stamp .keyWord_input:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .stamp .keyWord_input::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .stamp .keyWord_input::placeholder {
    font-size: 1.5rem;
  }
}
.stamp .keyWord_btn {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: url(img/stamp/icon_searchglass.svg) no-repeat right center/100%;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .stamp .keyWord_btn {
    right: 16px;
    width: 17px;
    height: 17px;
  }
}
.stamp .popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 33px 28px 27px;
}
@media (max-width: 1100px) {
  .stamp .popular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 18px 18px;
  }
}
.stamp .popular_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #404040;
  padding: 0 30px;
  background: url(img/stamp/icon_tag.svg) no-repeat left center/20px 16px, url(img/stamp/icon_arrow.svg) no-repeat right center/20px 12px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .stamp .popular_title {
    font-size: 1.4rem;
    padding: 0 24px;
    margin-bottom: 4px;
    background: url(img/stamp/icon_tag.svg) no-repeat left center/18px 14px, url(img/stamp/icon_arrow.svg) no-repeat right center/20px 12px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1100px) {
    .stamp .popular_title {
      background: url(img/stamp/icon_tag.svg) no-repeat left top/18px 14px, url(img/stamp/icon_arrow.svg) no-repeat right top/20px 12px;
    }
  }
}
.stamp .popular_list {
  width: calc(100% - 187px);
  margin-left: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1100px) {
  .stamp .popular_list {
    width: 100%;
    margin: 10px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.stamp .catSearch {
  width: 100%;
  background: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px) 0 0/9px 9px;
  background-color: #baf0ec;
  padding: 92px 20px 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp .catSearch {
    background: radial-gradient(circle, #ffffff 0.5px, transparent 0.5px) 0 0/5px 5px;
    background-color: #baf0ec;
    padding: 50px 20px 43px;
  }
}
.stamp .catSearch_title {
  margin-bottom: 30px;
}
.stamp .catSearch_title::before {
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_search-en.svg) no-repeat left 43px center/auto 21px;
}
@media (max-width: 1100px) {
  .stamp .catSearch_title::before {
    height: 38px;
    background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_search-en.svg) no-repeat left 40px center/auto 21px;
  }
}
.stamp .catSearch_container {
  width: 100%;
  height: 554px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 48px 48px 53px;
  border: 2px solid #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 1100px) {
  .stamp .catSearch_container {
    padding: 23px 10px 56px;
    height: auto;
  }
}
.stamp .catSearch_contents {
  width: 100%;
  height: 100%;
}
.stamp input[type=radio] {
  display: none;
}
.stamp .catSearch_slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .stamp .catSearch_slide {
    height: auto;
  }
}
.stamp .slide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.stamp .slide_container {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 406px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.stamp .slide_container::-moz-selection {
  background: transparent;
}
.stamp .slide_container::selection {
  background: transparent;
}
@media (max-width: 1100px) {
  .stamp .slide_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 0;
  }
}
.stamp .slide_cat {
  width: 242px;
  padding-top: 44px;
}
@media (max-width: 1100px) {
  .stamp .slide_cat {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    gap: 0 30px;
    padding-top: 0;
  }
}
.stamp .slide_catTitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #404040;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 1100px) {
  .stamp .slide_catTitle {
    font-size: 1.6rem;
    text-align: left;
    margin: 0;
    width: 100%;
  }
}
.stamp .slide_catLink {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 242px;
  height: 60px;
  border-radius: 42px;
  background: #87E1EB;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding-left: 79px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp .slide_catLink {
    max-width: 140px;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    font-size: 1.4rem;
    padding-left: 31px;
  }
}
.stamp .slide_catLink::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media (min-width: 1101px) {
  .stamp .slide_catLink {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .stamp .slide_catLink:hover {
    background: #55D2DC;
    opacity: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1100px) {
    .stamp .slide_catLink {
      padding-top: 4px;
    }
  }
}
.stamp .slide_imgList {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 36px;
}
@media (max-width: 1100px) {
  .stamp .slide_imgList {
    max-width: 500px;
    height: auto;
    gap: 12px 18px;
  }
}
.stamp .slide_imgItem {
  height: 188px;
  width: calc((100% - 72px) / 3);
}
@media (max-width: 1100px) {
  .stamp .slide_imgItem {
    width: calc((100% - 18px) / 2);
    height: auto;
    position: relative;
  }
  .stamp .slide_imgItem::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.stamp .slide_imgLink {
  display: inline-block;
  padding: 20px 13% 16px;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp .slide_imgLink {
    padding: 20px 12% 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.stamp .slide_img {
  height: 109px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 9px;
}
@media (max-width: 1100px) {
  .stamp .slide_img {
    height: 67%;
    margin: 0 auto 7px;
  }
}
.stamp .slide_imgTitleWrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}
@media (max-width: 1100px) {
  .stamp .slide_imgTitleWrap {
    min-height: unset;
    height: 33%;
  }
}
.stamp .slide_imgTitle {
  display: block;
  max-width: 115px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  color: #404040;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .stamp .slide_imgTitle {
    line-height: unset;
  }
}
.stamp #slide1:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.stamp #slide2:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.stamp #slide3:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.stamp #slide4:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
.stamp #slide5:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
}
.stamp #slide6:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-500%);
          transform: translateX(-500%);
}
.stamp #slide7:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-600%);
          transform: translateX(-600%);
}
.stamp #slide8:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-700%);
          transform: translateX(-700%);
}
.stamp #slide9:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-800%);
          transform: translateX(-800%);
}
.stamp #slide10:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-900%);
          transform: translateX(-900%);
}
.stamp #slide11:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1000%);
          transform: translateX(-1000%);
}
.stamp #slide12:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1100%);
          transform: translateX(-1100%);
}
.stamp #slide13:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1200%);
          transform: translateX(-1200%);
}
.stamp #slide14:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1300%);
          transform: translateX(-1300%);
}
.stamp #slide15:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1400%);
          transform: translateX(-1400%);
}
.stamp #slide16:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1500%);
          transform: translateX(-1500%);
}
.stamp #slide17:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1600%);
          transform: translateX(-1600%);
}
.stamp #slide18:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1700%);
          transform: translateX(-1700%);
}
.stamp #slide19:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1800%);
          transform: translateX(-1800%);
}
.stamp #slide20:checked ~ .catSearch_slide .slide_wrap {
  -webkit-transform: translateX(-1900%);
          transform: translateX(-1900%);
}
.stamp .slide_btn {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stamp .slide_nav {
  margin-left: auto;
  margin: 0 0 0 auto;
}
@media (max-width: 1100px) {
  .stamp .slide_nav {
    width: 100%;
    margin: 20px 0 0;
  }
}
.stamp .slide_navWrap {
  width: 196px;
  height: 16px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .stamp .slide_navWrap {
    width: 100%;
    height: 8px;
  }
}
.stamp .slide_pre,
.stamp .slide_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 200px;
  background: #FFFFFF;
  border: 2px solid #F5F5F5;
}
.stamp .slide_pre::after,
.stamp .slide_next::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #87E1EB;
  border-right: 3px solid #87E1EB;
}
@media (max-width: 1100px) {
  .stamp .slide_pre::after,
.stamp .slide_next::after {
    border-top: 2px solid #87E1EB;
    border-right: 2px solid #87E1EB;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1101px) {
  .stamp .slide_pre:hover,
.stamp .slide_next:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1100px) {
  .stamp .slide_pre,
.stamp .slide_next {
    width: 13px;
    height: 160px;
  }
}
.stamp .slide_pre {
  left: -30px;
  border-radius: 40px 0 0 40px;
  border-right: none;
}
@media (max-width: 1100px) {
  .stamp .slide_pre {
    left: -15px;
  }
}
.stamp .slide_pre::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 15px;
}
@media (max-width: 1100px) {
  .stamp .slide_pre::after {
    left: 10px;
  }
}
.stamp .slide_next {
  right: -30px;
  border-radius: 0 40px 40px 0;
  border-left: none;
}
@media (max-width: 1100px) {
  .stamp .slide_next {
    right: -15px;
  }
}
.stamp .slide_next::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media (max-width: 1100px) {
  .stamp .slide_next::after {
    right: 10px;
  }
}
.stamp #slide1:checked ~ .slide_nav .slide_btnWrap .slide_btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide2:checked ~ .slide_nav .slide_btnWrap .slide_btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide3:checked ~ .slide_nav .slide_btnWrap .slide_btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide4:checked ~ .slide_nav .slide_btnWrap .slide_btn4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide5:checked ~ .slide_nav .slide_btnWrap .slide_btn5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide6:checked ~ .slide_nav .slide_btnWrap .slide_btn6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide7:checked ~ .slide_nav .slide_btnWrap .slide_btn7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide8:checked ~ .slide_nav .slide_btnWrap .slide_btn8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide9:checked ~ .slide_nav .slide_btnWrap .slide_btn9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide10:checked ~ .slide_nav .slide_btnWrap .slide_btn10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide11:checked ~ .slide_nav .slide_btnWrap .slide_btn11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide12:checked ~ .slide_nav .slide_btnWrap .slide_btn12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide13:checked ~ .slide_nav .slide_btnWrap .slide_btn13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide14:checked ~ .slide_nav .slide_btnWrap .slide_btn14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide15:checked ~ .slide_nav .slide_btnWrap .slide_btn15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide16:checked ~ .slide_nav .slide_btnWrap .slide_btn16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide17:checked ~ .slide_nav .slide_btnWrap .slide_btn17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide18:checked ~ .slide_nav .slide_btnWrap .slide_btn18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide19:checked ~ .slide_nav .slide_btnWrap .slide_btn19 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp #slide20:checked ~ .slide_nav .slide_btnWrap .slide_btn20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp .slide_indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.stamp .slide_indicators label {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C5C5C5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1100px) {
  .stamp .slide_indicators label {
    width: 8px;
    height: 8px;
  }
}
.stamp #slide1:checked ~ .slide_nav .slide_indicators label[for=slide1] {
  background: #8CE6F0;
}
.stamp #slide2:checked ~ .slide_nav .slide_indicators label[for=slide2] {
  background: #8CE6F0;
}
.stamp #slide3:checked ~ .slide_nav .slide_indicators label[for=slide3] {
  background: #8CE6F0;
}
.stamp #slide4:checked ~ .slide_nav .slide_indicators label[for=slide4] {
  background: #8CE6F0;
}
.stamp #slide5:checked ~ .slide_nav .slide_indicators label[for=slide5] {
  background: #8CE6F0;
}
.stamp #slide6:checked ~ .slide_nav .slide_indicators label[for=slide6] {
  background: #8CE6F0;
}
.stamp #slide7:checked ~ .slide_nav .slide_indicators label[for=slide7] {
  background: #8CE6F0;
}
.stamp #slide8:checked ~ .slide_nav .slide_indicators label[for=slide8] {
  background: #8CE6F0;
}
.stamp #slide9:checked ~ .slide_nav .slide_indicators label[for=slide9] {
  background: #8CE6F0;
}
.stamp #slide10:checked ~ .slide_nav .slide_indicators label[for=slide10] {
  background: #8CE6F0;
}
.stamp #slide11:checked ~ .slide_nav .slide_indicators label[for=slide11] {
  background: #8CE6F0;
}
.stamp #slide12:checked ~ .slide_nav .slide_indicators label[for=slide12] {
  background: #8CE6F0;
}
.stamp #slide13:checked ~ .slide_nav .slide_indicators label[for=slide13] {
  background: #8CE6F0;
}
.stamp #slide14:checked ~ .slide_nav .slide_indicators label[for=slide14] {
  background: #8CE6F0;
}
.stamp #slide15:checked ~ .slide_nav .slide_indicators label[for=slide15] {
  background: #8CE6F0;
}
.stamp #slide16:checked ~ .slide_nav .slide_indicators label[for=slide16] {
  background: #8CE6F0;
}
.stamp #slide17:checked ~ .slide_nav .slide_indicators label[for=slide17] {
  background: #8CE6F0;
}
.stamp #slide18:checked ~ .slide_nav .slide_indicators label[for=slide18] {
  background: #8CE6F0;
}
.stamp #slide19:checked ~ .slide_nav .slide_indicators label[for=slide19] {
  background: #8CE6F0;
}
.stamp #slide20:checked ~ .slide_nav .slide_indicators label[for=slide20] {
  background: #8CE6F0;
}
.stamp .tagSearch {
  padding: 93px 20px 100px;
  background: #FFFFFF;
}
@media (max-width: 1100px) {
  .stamp .tagSearch {
    padding: 53px 20px 50px;
  }
}
.stamp .tagSearch_warp {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.stamp .tagSearch_title {
  margin-bottom: 27px;
}
@media (max-width: 1100px) {
  .stamp .tagSearch_title {
    margin-bottom: 31px;
  }
}
.stamp .tagSearch_title::before {
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_tag-en.svg) no-repeat left 43px center/auto 21px;
}
@media (max-width: 1100px) {
  .stamp .tagSearch_title::before {
    height: 38px;
    background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_tag-en.svg) no-repeat left 40px center/auto 21px;
  }
}
.stamp .tagSearch_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #F5F5F5;
  padding: 28px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .stamp .tagSearch_list {
    padding: 18px 8px;
    margin-bottom: 30px;
  }
}
.stamp .new {
  padding: 93px 20px 100px;
  background: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px) 0 0/9px 9px;
  background-color: #baf0ec;
}
@media (max-width: 1100px) {
  .stamp .new {
    padding: 50px 20px;
    background: radial-gradient(circle, #ffffff 0.5px, transparent 0.5px) 0 0/5px 5px;
    background-color: #baf0ec;
  }
}
.stamp .new_title {
  margin-bottom: 29px;
}
@media (max-width: 1100px) {
  .stamp .new_title {
    margin-bottom: 34px;
  }
}
.stamp .new_title::before {
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_new-en.svg) no-repeat left 43px center/auto 21px;
}
@media (max-width: 1100px) {
  .stamp .new_title::before {
    height: 38px;
    background: url(img/stamp/icon_mille-black.svg) no-repeat left center/32px 32px, url(img/stamp/icon_new-en.svg) no-repeat left 40px center/auto 21px;
  }
}
.stamp .new_list {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 30px;
  margin: 0 auto 78px;
}
@media (max-width: 1100px) {
  .stamp .new_list {
    max-width: 500px;
    gap: 16px 18px;
    margin-bottom: 30px;
  }
}
.stamp .new_item {
  width: calc((100% - 120px) / 5);
  height: auto;
}
@media (max-width: 1100px) {
  .stamp .new_item {
    width: calc((100% - 18px) / 2);
  }
}
.stamp .new_link {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1101px) {
  .stamp .new_link:hover {
    opacity: 1;
  }
  .stamp .new_link:hover img {
    opacity: 0.6;
  }
}
.stamp .new_imgWrap {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 8px;
  position: relative;
}
.stamp .new_imgWrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.stamp .new_imgContent {
  display: grid;
  place-content: center;
  padding: 15px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.stamp .new_imgContent picture {
  display: grid;
  place-items: center;
}
.stamp .new_imgContent img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 147px;
}
@media (max-width: 1100px) {
  .stamp .new_imgContent {
    padding: 40px 10px;
  }
  .stamp .new_imgContent img {
    height: 88px;
  }
}
.stamp .new_time {
  width: 104px;
  height: 20px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFFFFF;
  border-radius: 14px 0 20px 0;
  background: #22C9D6;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .stamp .new_time {
    width: 112px;
  }
}
.stamp .new_time::before {
  content: none;
}
@supports (-webkit-touch-callout: none) {
  .stamp .new_time {
    padding: 4px 0 0px 12px;
  }
}
.stamp .is-new .new_imgWrap::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: -8px;
  bottom: -6px;
  background: url(img/stamp/icon_newBatch.svg) no-repeat center/contain;
}
.stamp .is-new .new_time {
  padding-left: 12px;
  text-align: left;
}
.stamp .new_text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #404040;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .stamp .new_text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.sub-menu {
  z-index: 9;
}

.mainContents.stamp h1, .mainContents.stamp .stampList_subTitle {
  min-height: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px;
}
.mainContents.stamp h1::before, .mainContents.stamp .stampList_subTitle::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  min-width: 32px;
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .mainContents.stamp h1, .mainContents.stamp .stampList_subTitle {
    font-size: 2rem;
    min-height: 26px;
  }
  .mainContents.stamp h1::before, .mainContents.stamp .stampList_subTitle::before {
    min-width: 26px;
    height: 26px;
  }
}
.mainContents.stamp .stampList_subTitle {
  font-size: 2rem;
}
.mainContents.stamp .stamp_upper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 50px 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_upper {
    margin: 0 auto 0;
    padding: 40px 20px 0;
  }
}
.mainContents.stamp .stamp_upper .stampList_list {
  gap: 40px 20px;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_upper .stampList_list {
    gap: 18px;
    margin-bottom: 50px;
  }
}
.mainContents.stamp .stamp_upper .stampList_item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_upper .stampList_item {
    width: calc((100% - 18px) / 2);
  }
}
.mainContents.stamp .stamp_middle {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainContents.stamp .stamp_middle.is-noItem .stampList_list {
  margin-bottom: 0;
}
.mainContents.stamp .stamp_container {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0;
  padding-top: 50px;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}
.mainContents.stamp .stamp_left {
  width: 740px;
  margin-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_left {
    padding: 0 20px 100px;
    width: 100%;
    margin-right: 0;
  }
}
.mainContents.stamp .stamp_left .stampList_list {
  gap: 40px 19px;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_left .stampList_list {
    gap: 18px;
    margin-bottom: 56px;
  }
}
.mainContents.stamp .stamp_left .stampList_item {
  width: calc((100% - 38px) / 3);
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_left .stampList_item {
    width: calc((100% - 18px) / 2);
  }
}
.mainContents.stamp .stamp_left .page-numbers {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_left .page-numbers {
    margin: 0;
  }
}
.mainContents.stamp .stampList_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainContents.stamp .stampList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainContents.stamp .stampList_link {
  display: block;
  width: 100%;
  height: auto;
}
.mainContents.stamp .stampList_imgWrap {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}
.mainContents.stamp .stampList_imgWrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stampList_imgWrap {
    margin-bottom: 12px;
  }
}
.mainContents.stamp .stampList_imgContent {
  display: grid;
  place-content: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stampList_imgContent {
    padding: 18px;
  }
}
.mainContents.stamp .stampList_imgContent img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 195px;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stampList_imgContent img {
    max-height: 140px;
  }
}
.mainContents.stamp .stampList_upDate {
  width: 104px;
  line-height: 2.6rem;
  height: 26px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #FFFFFF;
  border-radius: 20px 0 20px 0;
  background: #22C9D6;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stampList_upDate {
    width: 90px;
    line-height: 2rem;
    height: 20px;
    font-size: 1.2rem;
  }
}
.mainContents.stamp .stampList_upDate::before {
  content: none;
}
@supports (-webkit-touch-callout: none) {
  .mainContents.stamp .stampList_upDate {
    padding-top: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mainContents.stamp .stampList_text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #404040;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stampList_text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.mainContents.stamp .stampList_cat {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 3.2rem;
  padding: 0 16px;
  color: #FFFFFF;
  border-radius: 38px;
  background: #404040;
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stampList_cat {
    font-size: 1.2rem;
    line-height: 3rem;
    margin-top: 12px;
  }
}
.mainContents.stamp .stamp_banner {
  display: block;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .mainContents.stamp .stamp_banner {
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .mainContents.stamp .sidebar {
    display: none;
  }
}

.stamp.stampAll .stamp_left .stampList_list {
  margin-bottom: 78px;
}
@media (max-width: 1100px) {
  .stamp.stampAll .stamp_left .stampList_list {
    margin-bottom: 50px;
  }
}
.stamp.stampAll .stamp_left .sidebar {
  margin-bottom: 160px;
}

.stamp.stampArchivePage .stampTag_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 740px;
  margin-right: 50px;
}
@media (max-width: 1100px) {
  .stamp.stampArchivePage .stampTag_wrap {
    padding: 0;
    width: 100%;
    margin-right: 0;
  }
}
.stamp.stampArchivePage .stampTag_list {
  padding: 28px 26px;
  background: #FFFFFF;
  border: 2px solid #F5F5F5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 10px;
}
.stamp.stampArchivePage .stampTag_link {
  min-height: 32px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #404040;
  padding: 0 16px;
  border-radius: 38px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stamp.stampArchivePage .stampTag_link::before {
  content: "#";
}
@media (min-width: 1101px) {
  .stamp.stampArchivePage .stampTag_link {
    cursor: pointer;
  }
  .stamp.stampArchivePage .stampTag_link:hover {
    background: #E8E8E8;
    opacity: 1;
  }
}

.stamp.stamp_cat .stamp_catUpper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp.stamp_cat .stamp_catUpper {
    margin: 0 auto;
    padding: 40px 20px 0;
  }
}
.stamp.stamp_cat .stamp_tagRelat {
  margin-bottom: 47px;
}
@media (max-width: 1100px) {
  .stamp.stamp_cat .stamp_tagRelat {
    margin-bottom: 30px;
  }
}
.stamp.stamp_cat .stamp_upper {
  margin: 0 auto 100px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp.stamp_cat .stamp_upper {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .stamp.stamp_cat .stamp_left .stampList_list {
    margin-bottom: 62px;
  }
}

@media (max-width: 1100px) {
  main.single:not(:has(.single-top-banner)) {
    padding-top: 0;
  }
}

@media (max-width: 1100px) {
  .stamp.stamp_single .main {
    padding: 0 20px;
  }
}
.stamp.stamp_single .stamp_gallery {
  margin-bottom: 60px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_gallery {
    margin-bottom: 30px;
  }
}
.stamp.stamp_single .stamp_galleryMain {
  max-width: 420px;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  display: grid;
  place-content: center;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_galleryMain {
    height: 300px;
  }
}
.stamp.stamp_single .stamp_galleryMain img {
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_galleryMain img {
    height: 300px;
  }
}
.stamp.stamp_single .stamp_galleryMain .stamp_mainImage {
  display: none;
}
.stamp.stamp_single input[name=selector] {
  display: none;
}
.stamp.stamp_single .stamp_dlWrap {
  text-align: center;
}
.stamp.stamp_single .stamp_dl {
  display: inline-block;
  margin: 10px 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #404040;
}
.stamp.stamp_single .stamp_dl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 6px;
  background: url(img/stamp/icon_dl.svg) no-repeat right bottom/contain;
}
.stamp.stamp_single .stamp_dl .stamp_dlSP {
  display: none;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_dl .stamp_dlPC {
    display: none;
  }
  .stamp.stamp_single .stamp_dl .stamp_dlSP {
    display: inline-block;
  }
}
.stamp.stamp_single .stamp_thumbnails {
  max-width: 704px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_thumbnails {
    max-width: 100%;
    gap: 10px 10px;
    padding: 0 12px;
  }
}
.stamp.stamp_single .stamp_thumbnails label {
  cursor: pointer;
  width: calc((100% - 60px) / 7);
  background: #F5F5F5;
  border-radius: 10px;
  display: grid;
  place-content: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  display: block;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_thumbnails label {
    width: calc((100% - 30px) / 4);
  }
}
.stamp.stamp_single .stamp_thumbnails img {
  -o-object-fit: contain;
     object-fit: contain;
}
.stamp.stamp_single #img1:checked ~ .stamp_galleryMain .stamp_mainImage1 {
  display: block;
}
.stamp.stamp_single #img1:checked ~ .stamp_thumbnails label[for=img1] {
  opacity: 0.5;
}
.stamp.stamp_single #img2:checked ~ .stamp_galleryMain .stamp_mainImage2 {
  display: block;
}
.stamp.stamp_single #img2:checked ~ .stamp_thumbnails label[for=img2] {
  opacity: 0.5;
}
.stamp.stamp_single #img3:checked ~ .stamp_galleryMain .stamp_mainImage3 {
  display: block;
}
.stamp.stamp_single #img3:checked ~ .stamp_thumbnails label[for=img3] {
  opacity: 0.5;
}
.stamp.stamp_single #img4:checked ~ .stamp_galleryMain .stamp_mainImage4 {
  display: block;
}
.stamp.stamp_single #img4:checked ~ .stamp_thumbnails label[for=img4] {
  opacity: 0.5;
}
.stamp.stamp_single #img5:checked ~ .stamp_galleryMain .stamp_mainImage5 {
  display: block;
}
.stamp.stamp_single #img5:checked ~ .stamp_thumbnails label[for=img5] {
  opacity: 0.5;
}
.stamp.stamp_single #img6:checked ~ .stamp_galleryMain .stamp_mainImage6 {
  display: block;
}
.stamp.stamp_single #img6:checked ~ .stamp_thumbnails label[for=img6] {
  opacity: 0.5;
}
.stamp.stamp_single #img7:checked ~ .stamp_galleryMain .stamp_mainImage7 {
  display: block;
}
.stamp.stamp_single #img7:checked ~ .stamp_thumbnails label[for=img7] {
  opacity: 0.5;
}
.stamp.stamp_single #img8:checked ~ .stamp_galleryMain .stamp_mainImage8 {
  display: block;
}
.stamp.stamp_single #img8:checked ~ .stamp_thumbnails label[for=img8] {
  opacity: 0.5;
}
.stamp.stamp_single #img9:checked ~ .stamp_galleryMain .stamp_mainImage9 {
  display: block;
}
.stamp.stamp_single #img9:checked ~ .stamp_thumbnails label[for=img9] {
  opacity: 0.5;
}
.stamp.stamp_single #img10:checked ~ .stamp_galleryMain .stamp_mainImage10 {
  display: block;
}
.stamp.stamp_single #img10:checked ~ .stamp_thumbnails label[for=img10] {
  opacity: 0.5;
}
.stamp.stamp_single #img11:checked ~ .stamp_galleryMain .stamp_mainImage11 {
  display: block;
}
.stamp.stamp_single #img11:checked ~ .stamp_thumbnails label[for=img11] {
  opacity: 0.5;
}
.stamp.stamp_single #img12:checked ~ .stamp_galleryMain .stamp_mainImage12 {
  display: block;
}
.stamp.stamp_single #img12:checked ~ .stamp_thumbnails label[for=img12] {
  opacity: 0.5;
}
.stamp.stamp_single #img13:checked ~ .stamp_galleryMain .stamp_mainImage13 {
  display: block;
}
.stamp.stamp_single #img13:checked ~ .stamp_thumbnails label[for=img13] {
  opacity: 0.5;
}
.stamp.stamp_single #img14:checked ~ .stamp_galleryMain .stamp_mainImage14 {
  display: block;
}
.stamp.stamp_single #img14:checked ~ .stamp_thumbnails label[for=img14] {
  opacity: 0.5;
}
.stamp.stamp_single #img15:checked ~ .stamp_galleryMain .stamp_mainImage15 {
  display: block;
}
.stamp.stamp_single #img15:checked ~ .stamp_thumbnails label[for=img15] {
  opacity: 0.5;
}
.stamp.stamp_single #img16:checked ~ .stamp_galleryMain .stamp_mainImage16 {
  display: block;
}
.stamp.stamp_single #img16:checked ~ .stamp_thumbnails label[for=img16] {
  opacity: 0.5;
}
.stamp.stamp_single #img17:checked ~ .stamp_galleryMain .stamp_mainImage17 {
  display: block;
}
.stamp.stamp_single #img17:checked ~ .stamp_thumbnails label[for=img17] {
  opacity: 0.5;
}
.stamp.stamp_single #img18:checked ~ .stamp_galleryMain .stamp_mainImage18 {
  display: block;
}
.stamp.stamp_single #img18:checked ~ .stamp_thumbnails label[for=img18] {
  opacity: 0.5;
}
.stamp.stamp_single #img19:checked ~ .stamp_galleryMain .stamp_mainImage19 {
  display: block;
}
.stamp.stamp_single #img19:checked ~ .stamp_thumbnails label[for=img19] {
  opacity: 0.5;
}
.stamp.stamp_single #img20:checked ~ .stamp_galleryMain .stamp_mainImage20 {
  display: block;
}
.stamp.stamp_single #img20:checked ~ .stamp_thumbnails label[for=img20] {
  opacity: 0.5;
}
.stamp.stamp_single #img21:checked ~ .stamp_galleryMain .stamp_mainImage21 {
  display: block;
}
.stamp.stamp_single #img21:checked ~ .stamp_thumbnails label[for=img21] {
  opacity: 0.5;
}
.stamp.stamp_single #img22:checked ~ .stamp_galleryMain .stamp_mainImage22 {
  display: block;
}
.stamp.stamp_single #img22:checked ~ .stamp_thumbnails label[for=img22] {
  opacity: 0.5;
}
.stamp.stamp_single #img23:checked ~ .stamp_galleryMain .stamp_mainImage23 {
  display: block;
}
.stamp.stamp_single #img23:checked ~ .stamp_thumbnails label[for=img23] {
  opacity: 0.5;
}
.stamp.stamp_single #img24:checked ~ .stamp_galleryMain .stamp_mainImage24 {
  display: block;
}
.stamp.stamp_single #img24:checked ~ .stamp_thumbnails label[for=img24] {
  opacity: 0.5;
}
.stamp.stamp_single #img25:checked ~ .stamp_galleryMain .stamp_mainImage25 {
  display: block;
}
.stamp.stamp_single #img25:checked ~ .stamp_thumbnails label[for=img25] {
  opacity: 0.5;
}
.stamp.stamp_single #img26:checked ~ .stamp_galleryMain .stamp_mainImage26 {
  display: block;
}
.stamp.stamp_single #img26:checked ~ .stamp_thumbnails label[for=img26] {
  opacity: 0.5;
}
.stamp.stamp_single #img27:checked ~ .stamp_galleryMain .stamp_mainImage27 {
  display: block;
}
.stamp.stamp_single #img27:checked ~ .stamp_thumbnails label[for=img27] {
  opacity: 0.5;
}
.stamp.stamp_single #img28:checked ~ .stamp_galleryMain .stamp_mainImage28 {
  display: block;
}
.stamp.stamp_single #img28:checked ~ .stamp_thumbnails label[for=img28] {
  opacity: 0.5;
}
.stamp.stamp_single #img29:checked ~ .stamp_galleryMain .stamp_mainImage29 {
  display: block;
}
.stamp.stamp_single #img29:checked ~ .stamp_thumbnails label[for=img29] {
  opacity: 0.5;
}
.stamp.stamp_single #img30:checked ~ .stamp_galleryMain .stamp_mainImage30 {
  display: block;
}
.stamp.stamp_single #img30:checked ~ .stamp_thumbnails label[for=img30] {
  opacity: 0.5;
}
.stamp.stamp_single #img31:checked ~ .stamp_galleryMain .stamp_mainImage31 {
  display: block;
}
.stamp.stamp_single #img31:checked ~ .stamp_thumbnails label[for=img31] {
  opacity: 0.5;
}
.stamp.stamp_single #img32:checked ~ .stamp_galleryMain .stamp_mainImage32 {
  display: block;
}
.stamp.stamp_single #img32:checked ~ .stamp_thumbnails label[for=img32] {
  opacity: 0.5;
}
.stamp.stamp_single #img33:checked ~ .stamp_galleryMain .stamp_mainImage33 {
  display: block;
}
.stamp.stamp_single #img33:checked ~ .stamp_thumbnails label[for=img33] {
  opacity: 0.5;
}
.stamp.stamp_single #img34:checked ~ .stamp_galleryMain .stamp_mainImage34 {
  display: block;
}
.stamp.stamp_single #img34:checked ~ .stamp_thumbnails label[for=img34] {
  opacity: 0.5;
}
.stamp.stamp_single #img35:checked ~ .stamp_galleryMain .stamp_mainImage35 {
  display: block;
}
.stamp.stamp_single #img35:checked ~ .stamp_thumbnails label[for=img35] {
  opacity: 0.5;
}
.stamp.stamp_single #img36:checked ~ .stamp_galleryMain .stamp_mainImage36 {
  display: block;
}
.stamp.stamp_single #img36:checked ~ .stamp_thumbnails label[for=img36] {
  opacity: 0.5;
}
.stamp.stamp_single #img37:checked ~ .stamp_galleryMain .stamp_mainImage37 {
  display: block;
}
.stamp.stamp_single #img37:checked ~ .stamp_thumbnails label[for=img37] {
  opacity: 0.5;
}
.stamp.stamp_single #img38:checked ~ .stamp_galleryMain .stamp_mainImage38 {
  display: block;
}
.stamp.stamp_single #img38:checked ~ .stamp_thumbnails label[for=img38] {
  opacity: 0.5;
}
.stamp.stamp_single #img39:checked ~ .stamp_galleryMain .stamp_mainImage39 {
  display: block;
}
.stamp.stamp_single #img39:checked ~ .stamp_thumbnails label[for=img39] {
  opacity: 0.5;
}
.stamp.stamp_single #img40:checked ~ .stamp_galleryMain .stamp_mainImage40 {
  display: block;
}
.stamp.stamp_single #img40:checked ~ .stamp_thumbnails label[for=img40] {
  opacity: 0.5;
}
.stamp.stamp_single #img41:checked ~ .stamp_galleryMain .stamp_mainImage41 {
  display: block;
}
.stamp.stamp_single #img41:checked ~ .stamp_thumbnails label[for=img41] {
  opacity: 0.5;
}
.stamp.stamp_single #img42:checked ~ .stamp_galleryMain .stamp_mainImage42 {
  display: block;
}
.stamp.stamp_single #img42:checked ~ .stamp_thumbnails label[for=img42] {
  opacity: 0.5;
}
.stamp.stamp_single #img43:checked ~ .stamp_galleryMain .stamp_mainImage43 {
  display: block;
}
.stamp.stamp_single #img43:checked ~ .stamp_thumbnails label[for=img43] {
  opacity: 0.5;
}
.stamp.stamp_single #img44:checked ~ .stamp_galleryMain .stamp_mainImage44 {
  display: block;
}
.stamp.stamp_single #img44:checked ~ .stamp_thumbnails label[for=img44] {
  opacity: 0.5;
}
.stamp.stamp_single #img45:checked ~ .stamp_galleryMain .stamp_mainImage45 {
  display: block;
}
.stamp.stamp_single #img45:checked ~ .stamp_thumbnails label[for=img45] {
  opacity: 0.5;
}
.stamp.stamp_single #img46:checked ~ .stamp_galleryMain .stamp_mainImage46 {
  display: block;
}
.stamp.stamp_single #img46:checked ~ .stamp_thumbnails label[for=img46] {
  opacity: 0.5;
}
.stamp.stamp_single #img47:checked ~ .stamp_galleryMain .stamp_mainImage47 {
  display: block;
}
.stamp.stamp_single #img47:checked ~ .stamp_thumbnails label[for=img47] {
  opacity: 0.5;
}
.stamp.stamp_single #img48:checked ~ .stamp_galleryMain .stamp_mainImage48 {
  display: block;
}
.stamp.stamp_single #img48:checked ~ .stamp_thumbnails label[for=img48] {
  opacity: 0.5;
}
.stamp.stamp_single #img49:checked ~ .stamp_galleryMain .stamp_mainImage49 {
  display: block;
}
.stamp.stamp_single #img49:checked ~ .stamp_thumbnails label[for=img49] {
  opacity: 0.5;
}
.stamp.stamp_single #img50:checked ~ .stamp_galleryMain .stamp_mainImage50 {
  display: block;
}
.stamp.stamp_single #img50:checked ~ .stamp_thumbnails label[for=img50] {
  opacity: 0.5;
}
.stamp.stamp_single #img51:checked ~ .stamp_galleryMain .stamp_mainImage51 {
  display: block;
}
.stamp.stamp_single #img51:checked ~ .stamp_thumbnails label[for=img51] {
  opacity: 0.5;
}
.stamp.stamp_single #img52:checked ~ .stamp_galleryMain .stamp_mainImage52 {
  display: block;
}
.stamp.stamp_single #img52:checked ~ .stamp_thumbnails label[for=img52] {
  opacity: 0.5;
}
.stamp.stamp_single #img53:checked ~ .stamp_galleryMain .stamp_mainImage53 {
  display: block;
}
.stamp.stamp_single #img53:checked ~ .stamp_thumbnails label[for=img53] {
  opacity: 0.5;
}
.stamp.stamp_single #img54:checked ~ .stamp_galleryMain .stamp_mainImage54 {
  display: block;
}
.stamp.stamp_single #img54:checked ~ .stamp_thumbnails label[for=img54] {
  opacity: 0.5;
}
.stamp.stamp_single #img55:checked ~ .stamp_galleryMain .stamp_mainImage55 {
  display: block;
}
.stamp.stamp_single #img55:checked ~ .stamp_thumbnails label[for=img55] {
  opacity: 0.5;
}
.stamp.stamp_single #img56:checked ~ .stamp_galleryMain .stamp_mainImage56 {
  display: block;
}
.stamp.stamp_single #img56:checked ~ .stamp_thumbnails label[for=img56] {
  opacity: 0.5;
}
.stamp.stamp_single #img57:checked ~ .stamp_galleryMain .stamp_mainImage57 {
  display: block;
}
.stamp.stamp_single #img57:checked ~ .stamp_thumbnails label[for=img57] {
  opacity: 0.5;
}
.stamp.stamp_single #img58:checked ~ .stamp_galleryMain .stamp_mainImage58 {
  display: block;
}
.stamp.stamp_single #img58:checked ~ .stamp_thumbnails label[for=img58] {
  opacity: 0.5;
}
.stamp.stamp_single #img59:checked ~ .stamp_galleryMain .stamp_mainImage59 {
  display: block;
}
.stamp.stamp_single #img59:checked ~ .stamp_thumbnails label[for=img59] {
  opacity: 0.5;
}
.stamp.stamp_single #img60:checked ~ .stamp_galleryMain .stamp_mainImage60 {
  display: block;
}
.stamp.stamp_single #img60:checked ~ .stamp_thumbnails label[for=img60] {
  opacity: 0.5;
}
.stamp.stamp_single #img61:checked ~ .stamp_galleryMain .stamp_mainImage61 {
  display: block;
}
.stamp.stamp_single #img61:checked ~ .stamp_thumbnails label[for=img61] {
  opacity: 0.5;
}
.stamp.stamp_single #img62:checked ~ .stamp_galleryMain .stamp_mainImage62 {
  display: block;
}
.stamp.stamp_single #img62:checked ~ .stamp_thumbnails label[for=img62] {
  opacity: 0.5;
}
.stamp.stamp_single #img63:checked ~ .stamp_galleryMain .stamp_mainImage63 {
  display: block;
}
.stamp.stamp_single #img63:checked ~ .stamp_thumbnails label[for=img63] {
  opacity: 0.5;
}
.stamp.stamp_single #img64:checked ~ .stamp_galleryMain .stamp_mainImage64 {
  display: block;
}
.stamp.stamp_single #img64:checked ~ .stamp_thumbnails label[for=img64] {
  opacity: 0.5;
}
.stamp.stamp_single #img65:checked ~ .stamp_galleryMain .stamp_mainImage65 {
  display: block;
}
.stamp.stamp_single #img65:checked ~ .stamp_thumbnails label[for=img65] {
  opacity: 0.5;
}
.stamp.stamp_single #img66:checked ~ .stamp_galleryMain .stamp_mainImage66 {
  display: block;
}
.stamp.stamp_single #img66:checked ~ .stamp_thumbnails label[for=img66] {
  opacity: 0.5;
}
.stamp.stamp_single #img67:checked ~ .stamp_galleryMain .stamp_mainImage67 {
  display: block;
}
.stamp.stamp_single #img67:checked ~ .stamp_thumbnails label[for=img67] {
  opacity: 0.5;
}
.stamp.stamp_single #img68:checked ~ .stamp_galleryMain .stamp_mainImage68 {
  display: block;
}
.stamp.stamp_single #img68:checked ~ .stamp_thumbnails label[for=img68] {
  opacity: 0.5;
}
.stamp.stamp_single #img69:checked ~ .stamp_galleryMain .stamp_mainImage69 {
  display: block;
}
.stamp.stamp_single #img69:checked ~ .stamp_thumbnails label[for=img69] {
  opacity: 0.5;
}
.stamp.stamp_single #img70:checked ~ .stamp_galleryMain .stamp_mainImage70 {
  display: block;
}
.stamp.stamp_single #img70:checked ~ .stamp_thumbnails label[for=img70] {
  opacity: 0.5;
}
.stamp.stamp_single #img71:checked ~ .stamp_galleryMain .stamp_mainImage71 {
  display: block;
}
.stamp.stamp_single #img71:checked ~ .stamp_thumbnails label[for=img71] {
  opacity: 0.5;
}
.stamp.stamp_single #img72:checked ~ .stamp_galleryMain .stamp_mainImage72 {
  display: block;
}
.stamp.stamp_single #img72:checked ~ .stamp_thumbnails label[for=img72] {
  opacity: 0.5;
}
.stamp.stamp_single #img73:checked ~ .stamp_galleryMain .stamp_mainImage73 {
  display: block;
}
.stamp.stamp_single #img73:checked ~ .stamp_thumbnails label[for=img73] {
  opacity: 0.5;
}
.stamp.stamp_single #img74:checked ~ .stamp_galleryMain .stamp_mainImage74 {
  display: block;
}
.stamp.stamp_single #img74:checked ~ .stamp_thumbnails label[for=img74] {
  opacity: 0.5;
}
.stamp.stamp_single #img75:checked ~ .stamp_galleryMain .stamp_mainImage75 {
  display: block;
}
.stamp.stamp_single #img75:checked ~ .stamp_thumbnails label[for=img75] {
  opacity: 0.5;
}
.stamp.stamp_single #img76:checked ~ .stamp_galleryMain .stamp_mainImage76 {
  display: block;
}
.stamp.stamp_single #img76:checked ~ .stamp_thumbnails label[for=img76] {
  opacity: 0.5;
}
.stamp.stamp_single #img77:checked ~ .stamp_galleryMain .stamp_mainImage77 {
  display: block;
}
.stamp.stamp_single #img77:checked ~ .stamp_thumbnails label[for=img77] {
  opacity: 0.5;
}
.stamp.stamp_single #img78:checked ~ .stamp_galleryMain .stamp_mainImage78 {
  display: block;
}
.stamp.stamp_single #img78:checked ~ .stamp_thumbnails label[for=img78] {
  opacity: 0.5;
}
.stamp.stamp_single #img79:checked ~ .stamp_galleryMain .stamp_mainImage79 {
  display: block;
}
.stamp.stamp_single #img79:checked ~ .stamp_thumbnails label[for=img79] {
  opacity: 0.5;
}
.stamp.stamp_single #img80:checked ~ .stamp_galleryMain .stamp_mainImage80 {
  display: block;
}
.stamp.stamp_single #img80:checked ~ .stamp_thumbnails label[for=img80] {
  opacity: 0.5;
}
.stamp.stamp_single #img81:checked ~ .stamp_galleryMain .stamp_mainImage81 {
  display: block;
}
.stamp.stamp_single #img81:checked ~ .stamp_thumbnails label[for=img81] {
  opacity: 0.5;
}
.stamp.stamp_single #img82:checked ~ .stamp_galleryMain .stamp_mainImage82 {
  display: block;
}
.stamp.stamp_single #img82:checked ~ .stamp_thumbnails label[for=img82] {
  opacity: 0.5;
}
.stamp.stamp_single #img83:checked ~ .stamp_galleryMain .stamp_mainImage83 {
  display: block;
}
.stamp.stamp_single #img83:checked ~ .stamp_thumbnails label[for=img83] {
  opacity: 0.5;
}
.stamp.stamp_single #img84:checked ~ .stamp_galleryMain .stamp_mainImage84 {
  display: block;
}
.stamp.stamp_single #img84:checked ~ .stamp_thumbnails label[for=img84] {
  opacity: 0.5;
}
.stamp.stamp_single #img85:checked ~ .stamp_galleryMain .stamp_mainImage85 {
  display: block;
}
.stamp.stamp_single #img85:checked ~ .stamp_thumbnails label[for=img85] {
  opacity: 0.5;
}
.stamp.stamp_single #img86:checked ~ .stamp_galleryMain .stamp_mainImage86 {
  display: block;
}
.stamp.stamp_single #img86:checked ~ .stamp_thumbnails label[for=img86] {
  opacity: 0.5;
}
.stamp.stamp_single #img87:checked ~ .stamp_galleryMain .stamp_mainImage87 {
  display: block;
}
.stamp.stamp_single #img87:checked ~ .stamp_thumbnails label[for=img87] {
  opacity: 0.5;
}
.stamp.stamp_single #img88:checked ~ .stamp_galleryMain .stamp_mainImage88 {
  display: block;
}
.stamp.stamp_single #img88:checked ~ .stamp_thumbnails label[for=img88] {
  opacity: 0.5;
}
.stamp.stamp_single #img89:checked ~ .stamp_galleryMain .stamp_mainImage89 {
  display: block;
}
.stamp.stamp_single #img89:checked ~ .stamp_thumbnails label[for=img89] {
  opacity: 0.5;
}
.stamp.stamp_single #img90:checked ~ .stamp_galleryMain .stamp_mainImage90 {
  display: block;
}
.stamp.stamp_single #img90:checked ~ .stamp_thumbnails label[for=img90] {
  opacity: 0.5;
}
.stamp.stamp_single #img91:checked ~ .stamp_galleryMain .stamp_mainImage91 {
  display: block;
}
.stamp.stamp_single #img91:checked ~ .stamp_thumbnails label[for=img91] {
  opacity: 0.5;
}
.stamp.stamp_single #img92:checked ~ .stamp_galleryMain .stamp_mainImage92 {
  display: block;
}
.stamp.stamp_single #img92:checked ~ .stamp_thumbnails label[for=img92] {
  opacity: 0.5;
}
.stamp.stamp_single #img93:checked ~ .stamp_galleryMain .stamp_mainImage93 {
  display: block;
}
.stamp.stamp_single #img93:checked ~ .stamp_thumbnails label[for=img93] {
  opacity: 0.5;
}
.stamp.stamp_single #img94:checked ~ .stamp_galleryMain .stamp_mainImage94 {
  display: block;
}
.stamp.stamp_single #img94:checked ~ .stamp_thumbnails label[for=img94] {
  opacity: 0.5;
}
.stamp.stamp_single #img95:checked ~ .stamp_galleryMain .stamp_mainImage95 {
  display: block;
}
.stamp.stamp_single #img95:checked ~ .stamp_thumbnails label[for=img95] {
  opacity: 0.5;
}
.stamp.stamp_single #img96:checked ~ .stamp_galleryMain .stamp_mainImage96 {
  display: block;
}
.stamp.stamp_single #img96:checked ~ .stamp_thumbnails label[for=img96] {
  opacity: 0.5;
}
.stamp.stamp_single #img97:checked ~ .stamp_galleryMain .stamp_mainImage97 {
  display: block;
}
.stamp.stamp_single #img97:checked ~ .stamp_thumbnails label[for=img97] {
  opacity: 0.5;
}
.stamp.stamp_single #img98:checked ~ .stamp_galleryMain .stamp_mainImage98 {
  display: block;
}
.stamp.stamp_single #img98:checked ~ .stamp_thumbnails label[for=img98] {
  opacity: 0.5;
}
.stamp.stamp_single #img99:checked ~ .stamp_galleryMain .stamp_mainImage99 {
  display: block;
}
.stamp.stamp_single #img99:checked ~ .stamp_thumbnails label[for=img99] {
  opacity: 0.5;
}
.stamp.stamp_single #img100:checked ~ .stamp_galleryMain .stamp_mainImage100 {
  display: block;
}
.stamp.stamp_single #img100:checked ~ .stamp_thumbnails label[for=img100] {
  opacity: 0.5;
}
.stamp.stamp_single .stamp_descTitle {
  max-width: 640px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 27px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_descTitle {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.stamp.stamp_single .stamp_descTitle time {
  width: 103px;
  height: 26px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #FFFFFF;
  background: #22C9D6;
  border-radius: 16px;
  padding: 0 14px;
  margin: 2px 14px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stamp.stamp_single .stamp_descTitle time::before {
  content: none;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_descTitle time {
    width: auto;
    height: 24px;
    line-height: 2.4rem;
    padding: 0 12px;
    margin: 0 0 10px;
  }
}
.stamp.stamp_single .stamp_descTitle h1 {
  width: calc(100% - 103px);
  min-height: auto;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  color: #404040;
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.stamp.stamp_single .stamp_descTitle h1::before {
  content: none;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_descTitle h1 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.stamp.stamp_single .stamp_content {
  width: 640px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #404040;
  margin-bottom: 27px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_content {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 26px;
  }
}
.stamp.stamp_single .stamp_typeWrap {
  border: 2px solid #F5F5F5;
  border-radius: 20px;
  padding: 30px 65px 30px 51px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_typeWrap {
    padding: 20px;
  }
}
.stamp.stamp_single .stamp_typeCat {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_typeCat {
    margin-bottom: 26px;
  }
}
.stamp.stamp_single .stamp_typeCat, .stamp.stamp_single .stamp_typeTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stamp.stamp_single .stamp_typeTitle {
  min-width: 137px;
  height: 31px;
  font-size: 2rem;
  font-weight: bold;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stamp.stamp_single .stamp_typeTitle::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_typeTitle {
    min-width: 126px;
    font-size: 1.8rem;
    height: 26px;
  }
}
.stamp.stamp_single .stamp_typeCatLink {
  display: grid;
  place-content: center;
  min-height: 31px;
  padding: 0 16px;
  font-size: 1.4rem;
  color: #FFFFFF;
  border-radius: 38px;
  background: #404040;
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1100px) {
    .stamp.stamp_single .stamp_typeCatLink {
      padding-top: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
  }
}
@media (max-width: 380px) {
  .stamp.stamp_single .stamp_typeCatLink {
    font-size: 1.3rem;
  }
}
.stamp.stamp_single .stamp_typeTagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.stamp.stamp_single .stamp_typeTagLink {
  min-height: 32px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #404040;
  padding: 0 16px;
  border-radius: 38px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stamp.stamp_single .stamp_typeTagLink:before {
  content: "#";
}
@media (min-width: 1101px) {
  .stamp.stamp_single .stamp_typeTagLink:hover {
    background: #E8E8E8;
    opacity: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1100px) {
    .stamp.stamp_single .stamp_typeTagLink {
      padding-top: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
  }
}
.stamp.stamp_single .single_around {
  margin: 80px 0;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .single_around {
    margin: 50px 0;
  }
}
.stamp.stamp_single .single_around li:nth-of-type(2) dd::before {
  height: 100%;
}
.stamp.stamp_single .single_around li dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .single_around li dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stamp.stamp_single .single_around li dl dd p {
  width: 100%;
  font-size: 1.4rem;
  -webkit-line-clamp: 4;
  text-align: center;
}
.stamp.stamp_single .single_around li dl dd figure {
  margin: 0;
  padding: 0;
  position: static;
}
.stamp.stamp_single .single_around li dl dd img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .single_around li dl dd img {
    width: 100px;
    height: 100px;
    position: static;
  }
}
.stamp.stamp_single .single_around .next_post dd p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.stamp.stamp_single .stamp_relat {
  margin: 70px 0 157px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relat {
    margin: 56px 0 68px;
  }
}
.stamp.stamp_single .stamp_relatTitle {
  height: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relatTitle {
    height: 26px;
  }
}
.stamp.stamp_single .stamp_relatTitle::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url(img/stamp/icon_mille-black.svg) no-repeat center/100%;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relatTitle::before {
    width: 26px;
    height: 26px;
  }
}
.stamp.stamp_single .stamp_relatList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 23px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relatList {
    gap: 16px 18px;
  }
}
.stamp.stamp_single .stamp_relatItem {
  width: calc((100% - 69px) / 4);
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relatItem {
    width: calc((100% - 18px) / 2);
  }
}
.stamp.stamp_single .stamp_relatLink {
  display: block;
}
.stamp.stamp_single .stamp_relatImgWrap {
  width: 100%;
  height: auto;
  background: #F5F5F5;
  border-radius: 20px;
  position: relative;
}
.stamp.stamp_single .stamp_relatImgWrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.stamp.stamp_single .stamp_relatImg {
  display: grid;
  place-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.stamp.stamp_single .stamp_relatImg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 150px;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relatImg img {
    height: 158px;
  }
}
.stamp.stamp_single .stamp_relatText {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #404040;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .stamp.stamp_single .stamp_relatText {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 8px;
  }
}

@media (max-width: 1100px) {
  .mainContents.stampGuide .main {
    padding: 0 20px 0;
  }
}
.mainContents.stampGuide h1 {
  display: inline-block;
  font-size: 2.4rem;
  margin: 30px 50px 20px 50px;
}
.mainContents.stampGuide h1::before {
  content: none;
}
@media (max-width: 1100px) {
  .mainContents.stampGuide h1 {
    font-size: 2rem;
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 1100px) {
  .mainContents.stampGuide .stamp_container {
    padding: 0;
    margin: 0;
  }
}
.mainContents.stampGuide .stamp_banner {
  margin-bottom: 160px;
}
@media (max-width: 1100px) {
  .mainContents.stampGuide .stamp_banner {
    margin-bottom: 100px;
  }
}
@media (max-width: 1100px) {
  .mainContents.stampGuide .sns_share {
    margin-bottom: 50px;
  }
}

.stamp.stampSearch .stampSearch_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 92px;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #404040;
  border-radius: 20px;
  background: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px) 0 0/9px 9px;
  background-color: #D1F4F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stamp.stampSearch .stampSearch_title::before {
  content: none;
}
.stamp.stampSearch .stampSearch_title em {
  font-size: 3.2rem;
  margin-left: 68px;
  white-space: nowrap;
  margin-right: 5px;
}
@media (max-width: 1100px) {
  .stamp.stampSearch .stampSearch_title em {
    font-size: 2.4rem;
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  .stamp.stampSearch .stampSearch_title {
    font-size: 2rem;
    min-height: 76px;
    margin-bottom: 40px;
    background: radial-gradient(circle, #ffffff 0.5px, transparent 0.5px) 0 0/5px 5px;
    background-color: #D1F4F1;
  }
}
.stamp.stampSearch .keyWord_upperWrap {
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .stamp.stampSearch .keyWord_upperWrap {
    margin-top: 40px;
  }
}
.stamp.stampSearch .stampSearch__noResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stamp.stampSearch .stampSearch__noResults .sidebar {
  margin-left: auto;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .stamp.stampSearch .stampSearch__noResults ~ .stampSearch_bottom {
    margin-top: 50px;
  }
}
@media (max-width: 1100px) {
  .stamp.stampSearch .stampList_list {
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .stamp.stampSearch .stamp_left .stampList_list {
    margin-bottom: 50px;
  }
}
.stamp.stampSearch .sidebar {
  margin-bottom: 100px;
}
.stamp.stampSearch .is-noItem + .stampSearch_bottom {
  display: none;
}
@media (max-width: 1100px) {
  .stamp.stampSearch .stampSearch_bottom {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=style-stamp.css.map */