/* 共通系 */
:root {
  --text-color-red: #de6a6a;
  --text-color-blue: #3d85c9;
}
.text-color-red {
  color: var(--text-color-red);
}
.text-color-blue {
  color: var(--text-color-blue);
}
body {
  font-family:'Hiragino Kaku Gothic ProN', sans-serif!important;
}
.h2-decoration-img {
  display: block;
  margin: 0 auto;
}
.address-stamp-kv,
.address-stamp-point,
.address-stamp-popular,
.address-stamp-table,
.address-stamp-type {
  margin-bottom: 70px;
}
.anker-css{
  text-decoration: none;
  color: #333;
}



/* address-stamp-point */
.address-stamp-point {
  position: relative;
}
.address-stamp-point::before {
  position: absolute;
  content: url(/j3a/images/hanko/adress-stump/feature_hanko01.png);
  top: 100px;
  left: 0px;
}
.address-stamp-point::after {
  position: absolute;
  content: url(/j3a/images/hanko/adress-stump/feature_hanko02.png);
  top: 40px;
  right: 10px;
}
.point__inner {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.point__inner::after {
  position: absolute;
  content: url(/j3a/images/hanko/adress-stump/feature_hanko03.png);
  top: 80px;
  right: -185px;
}
.p-lineheight-19 {
  line-height: 1.9;
  font-size: 16px;
}

/* address-stamp-popular */
#address-stamp-popular {
  background-image: url(/j3a/images/hanko/adress-stump/ranking_bg.png);
  padding-bottom: 41px;
  background-repeat: no-repeat;
  background-position: 0px 90px;
}
.popular__wrap {
  margin-bottom: 45px;
}
.popular__flex {
  width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.popular__item {
  width: 200px;
  position: relative;
}
.popular__item__bg-white {
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 1;
  width: 215px;
}
.popular__item__bg-white.popular__item__bg-white-rotate {
  transform: rotate(6deg);
}
.popular__item__icon {
  z-index: 100;
  position: relative;
}
.popular__item__img {
  z-index: 90;
  position: relative;
}
.popular__item__name {
  font-size: 18px;
  z-index: 80;
  position: relative;
}
.popular__item__detail {
  height: 70px;
}
.font-size-md {
  font-size: 16px;
}
.font-size-xl {
  font-size: 25px;
}
.popular__item__link__btn {
    display: inline-block;
    background-color: var(--text-color-red);
    padding: 10px 40px;
    font-size: 16px;
    color: #fff!important;
    border-radius: 5px;
    font-weight: bold;
    border: 2px solid var(--text-color-red);
    transition: .3s;
}
.popular__item__link__btn:hover {
  text-decoration: none!important;
  background-color: #fff;
  color: var(--text-color-red)!important;
}

/* address-stamp-table */
.address-stamp-table th {
  background-color: #f6eff0;
  border-color: #333;
}
.address-stamp-table .g-table.g-table-v td {
  border-color: #333;
}

/* address-stamp-type */
.type__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.type__item {
  display: flex;
  gap: 80px;
  width: 880px;
  margin: 0 auto;
}
.type__item__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  background-image: url(/j3a/images/hanko/adress-stump/type_bg_pink.png);
  background-repeat: no-repeat;
  background-position: 10px 0px;
}
.type__item-blue .type__item__media {
  background-image: url(/j3a/images/hanko/adress-stump/type-bg_blue.png);
  background-position: -20px 0px;
}
.type__item__media__img {
  text-align: center;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type__item__media__img__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.type__item__media__img__icon__span {
  display: inline-block;
  width: 180px;
  background-color: #de6a6a;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
}
.type__item__media__img__icon__span.type__item__media__img__icon__span-mini {
  font-size: 13px;
}
.type__item__media__reco {
  position: relative;
  display: inline-block;
  padding: 40px 18px 20px 20px;
}
.type__item__media__reco__border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transform: rotate(-3deg);
  transform-origin: top right;
  border: 1px solid var(--text-color-red);
  border-radius: 12px;
  box-sizing: border-box;
}
.type__item__media__reco__label {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  pointer-events: none;
  height: 24px;
  user-select: none;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}
.type__item__media__reco__li {
  color: var(--text-color-red);
  font-size: 16px;
}
.type__item__media__reco__li::marker {
  color: var(--text-color-red);
}
.type__item__info {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.type__item__info__name {
  font-size: 24px;
  font-weight: bold;
}
.type__item__info__detail {
  font-size: 16px;
  margin-bottom: 20px;
}
.type__item__info__product {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.type__item__info__creation__span {
    display: inline-block;
    background-color: #ddd;
    padding: 0 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.type__item__info__product__price p{
  font-size: 16px;
}
.type__item__info__product__price .font-size-xl{
  font-size: 25px;
}
.type__item__info__product__link__btn {
    display: inline-block;
    background-color: var(--text-color-red);
    padding: 15px 48px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    border: 2px solid var(--text-color-red);
    transition: .3s;
}
.type__item__info__product__link__btn:hover {
  text-decoration: none!important;
  background-color: #fff;
  color: var(--text-color-red);
}
/* blue-css */
.type__item-blue .type__item__media__reco__border {
  transform: rotate(2deg);
  transform-origin: top left;
  border: 1px solid var(--text-color-blue);
}
.type__item-blue .type__item__media__reco__li {
  color: var(--text-color-blue);
}
.type__item-blue .type__item__media__reco__li::marker {
  color: var(--text-color-blue);
}
.type__item-blue .type__item__media__img__icon__span {
  background-color: var(--text-color-blue);
}
.type__item-blue .type__item__media__reco__label {
  top: -5px;
}
.type__item__info__detail__span {
  color: var(--text-color-red);
}
.type__item-blue .type__item__info__detail__span {
  color: var(--text-color-blue);
}











