@charset "UTF-8";
figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
figure img {
  width: 100%;
  height: auto;
}

img {
  vertical-align: top;
}

.all-wrap {
  position: relative;
  background: url("../img/spring-present/bg-texture2026.jpg");
  margin-top: 35px;
  padding: 3% 0;
  font-family: "Noto Sans JP", sans-serif;
}

.page-heading {
  padding: 0 3%;
  display: grid;
  grid-template-columns: 148px 220px auto 14%;
  align-items: center;
  gap: 15px;
}
.page-heading img {
  width: 100%;
  height: auto;
}
.page-heading span {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.page-heading hr {
  width: 100%;
}

@media (max-width: 767px) {
  .page-heading {
    grid-template-columns: 20% 200px auto;
    gap: 10px;
  }
  .page-heading span {
    font-size: 14px;
  }
}
.greeting-box {
  padding: 5% 5% 5% 0;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .greeting-box {
    align-items: flex-end;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 767px) {
  .greeting-box {
    margin-bottom: 10vw;
  }
}
.greeting-box .gb-image {
  aspect-ratio: 7/9;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.greeting-box .gb-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.1);
  transform-origin: right top;
}
.greeting-box .gb-greeting {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
}
.greeting-box .gb-greeting span.kgu {
  display: block;
  text-align: right;
}
.greeting-box .gb-greeting p {
  text-indent: 1em;
  margin-bottom: 0.7em;
  line-height: 2em;
}
.greeting-box .gb-greeting p:first-child {
  text-indent: 0;
}
.greeting-box .gb-greeting p:first-child br {
  display: none;
}
.greeting-box .gb-greeting p:last-child {
  margin-bottom: 0;
}
.greeting-box .gb-greeting p.annotate {
  margin-top: 50px;
  padding-left: 1.35em;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-indent: 0;
}

@media (max-width: 991px) {
  .greeting-box {
    gap: 30px;
    align-items: flex-start;
  }
  .greeting-box .gb-greeting {
    font-size: 16px;
  }
  .greeting-box .gb-greeting p.annotate {
    padding-left: 0;
    margin-top: 30px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .greeting-box {
    grid-template-columns: 1fr;
    gap: 3.5vw;
    padding: 5% 0;
  }
  .greeting-box .gb-image {
    width: 35vw;
  }
  .greeting-box .gb-greeting {
    padding: 0 5vw;
  }
  .greeting-box .gb-greeting p.annotate {
    margin-top: 6vw;
  }
}
span.asterisk {
  position: relative;
  display: inline-block;
  padding-left: 1.35em;
  line-height: 1.35;
}
span.asterisk:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.catalog-wappen {
  position: absolute;
  right: 3%;
  top: 2%;
  width: 12%;
}
.catalog-wappen:after {
  aspect-ratio: 1/1;
  content: url("../img/spring-present/stamp-catalog.svg");
  width: 80%;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(-92%, -50%) rotate(-8deg);
  opacity: 0.85;
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .catalog-wappen {
    right: 5vw;
    top: 17.5vw;
    width: 25vw;
  }
  .catalog-wappen:after {
    width: 95%;
  }
}
.hidden-xs {
  display: block;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.present-box {
  padding: 0 3%;
}

.pb-heading {
  display: grid;
  grid-template-columns: 65% 33%;
  gap: 2%;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
}
.pb-heading .pb-title h2 {
  width: 80%;
}
.pb-heading .pb-title figcaption {
  display: none;
}
.pb-heading .pb-title h3 {
  position: relative;
  z-index: 5;
}
.pb-heading .pb-date {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 8cqw;
}
@media (min-width: 1200px) {
  .pb-heading .pb-date {
    bottom: 95px;
  }
}

@media (max-width: 767px) {
  .pb-heading {
    grid-template-columns: 1fr;
    gap: 2%;
  }
  .pb-heading .pb-title {
    padding: 0 3vw;
  }
  .pb-heading .pb-title h2 {
    width: 100%;
    margin: 0 auto;
  }
  .pb-heading .pb-title h3 {
    margin-bottom: 1.5vw;
  }
  .pb-heading .pb-date {
    width: 70%;
    position: static;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
    margin-bottom: 3.5vw;
  }
  .pb-heading .pb-present {
    box-sizing: border-box;
    padding: 0 3.5vw;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 7.5vw;
  }
}
.pb-information {
  display: grid;
  grid-template-columns: 54% 43%;
  gap: 3%;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 991px) {
  .pb-information {
    grid-template-columns: 45% 52%;
  }
}
@media (max-width: 767px) {
  .pb-information {
    grid-template-columns: 1fr;
  }
}
.present-towel figure {
  position: relative;
}
.present-towel figure figcaption {
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0.85em 1em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: solid 1px black;
}
.present-towel figure:first-child {
  transform: rotate(-10deg);
  z-index: 2;
}
.present-towel figure:first-child figcaption {
  transform: rotate(10deg);
  left: 30px;
  top: -2%;
  z-index: 2;
}
.present-towel figure:last-child {
  transform: rotate(-5deg);
  margin-top: -8%;
}
.present-towel figure:last-child figcaption {
  transform: rotate(5deg);
  right: 30px;
  bottom: -1%;
  z-index: 1;
}

.present-explain {
  padding-top: 5%;
  margin-bottom: 5%;
}
.present-explain .pe-lead {
  font-size: 18px;
  padding-bottom: 0.75em;
}
@media (max-width: 1199px) {
  .present-explain .pe-lead {
    font-size: 17px;
  }
  .present-explain .pe-lead br {
    display: none;
  }
}

.catch-baloon {
  background: #ec6d81;
  color: #fff;
  padding: 0.5em 0.7em;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  margin: 1.2em 0 2.4em 0;
  position: relative;
}
.catch-baloon strong {
  font-size: 22px;
  font-weight: bold;
}
.catch-baloon:after {
  content: "";
  border: solid 12px transparent;
  border-bottom: solid 12px #ec6d81;
  position: absolute;
  left: 50%;
  bottom: 99%;
  transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  .catch-baloon {
    font-size: 15px;
  }
  .catch-baloon strong {
    font-size: 18px;
  }
}
.towel-copy {
  position: relative;
}
.towel-copy:before, .towel-copy:after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
  z-index: 8;
  border: solid 4px #f19ec2;
}
.towel-copy:before {
  left: -5%;
  top: -12%;
  width: 7%;
}
.towel-copy:after {
  left: -12%;
  top: -15%;
  width: 4%;
}
@media (max-width: 767px) {
  .towel-copy {
    width: 90%;
    margin: 0 auto;
  }
  .towel-copy:before, .towel-copy:after {
    display: none;
  }
}

.towel-spec {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: left;
}
@media (max-width: 767px) {
  .towel-spec {
    font-size: 15px;
  }
}
.towel-spec tr th {
  font-weight: 400;
  line-height: 1.4;
  width: 4.5em;
  box-sizing: border-box;
  padding: 0.2em 0.5em 0.2em 0;
  vertical-align: top;
}
.towel-spec tr td {
  font-weight: 700;
  padding: 0.2em 0.5em;
  line-height: 1.4;
  vertical-align: top;
}
.towel-spec tr td small {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.towel-spec tr td .towel-brand {
  width: calc(90% - 5em);
  height: auto;
  vertical-align: middle;
  margin-left: 1em;
  padding-bottom: 0.3em;
}

.present-anotation {
  text-align: right;
  padding-top: 2em;
}
.present-anotation span {
  font-size: 14px;
  text-align: left;
  display: inline-block;
}

.btn-skin {
  text-align: center;
  margin: 80px 25px 0 25px;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
.btn-skin a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.08em;
  text-decoration: none;
  margin: 0 auto;
  font-size: 22px;
  padding: 1.5em 2.5em;
  line-height: 1em;
  border-radius: 7px;
  font-weight: bold;
  background: #FF760A;
  transition: all 0.3s;
}
.btn-skin a span {
  font-size: 18px;
  font-weight: normal;
}
.btn-skin a:hover {
  background: #c00;
}

@media (max-width: 767px) {
  .btn-skin {
    text-align: center;
    margin: 7% 3% 3% 3%;
    padding: 5vw;
  }
  .btn-skin a {
    letter-spacing: 0;
    font-size: 20px;
    padding: 0.75em 0.75em;
    line-height: 1.5em;
  }
  .btn-skin a span {
    font-size: 16px;
    display: inline-block;
  }
  .btn-skin a:hover {
    background: #FF760A;
  }
}

/*# sourceMappingURL=spring-campaign_2026.css.map */
