@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .spsp {
    display: none !important;
  }
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

:root {
  --color-primary: #dfb960;
  --color-secondary: #a5584d;
  --color-event: #8b3e3e;

  --font-size-body: 16px;
  --font-size-body-sm: 14px;
  --font-size-caption: clamp(12px, 1vw, 14px);
  --font-size-label: clamp(12px, 1.3vw, 15px);
  --font-size-md: clamp(16px, 1.8vw, 18px);
  --font-size-lg: clamp(18px, 2vw, 24px);
  --font-size-xl: clamp(20px, 2vw, 30px);
  --font-size-sub: clamp(24px, 3vw, 36px);
  --font-size-sub-sm: clamp(21px, 5vw, 30px);
  --font-size-thanks-tit: clamp(30px, 4vw, 48px);
  --font-size-thanks-tit-sm: clamp(24px, 5.5vw, 34px);
  --font-size-thanks-text-sm: clamp(13px, 3.6vw, 15px);
  --font-size-heading: clamp(34px, 4.5vw, 54px);
  --font-size-display: clamp(30px, 4.86vw, 80px);
  --font-size-present-type: clamp(20px, 3.31vw, 50px);
  --font-size-year: 65px;
  --font-size-year-featured: 85px;
  --font-size-year-featured-sm: 72px;

  --line-height-body: 1.8;
  --line-height-heading: 1.4;
  --line-height-tight: 1.3;
}

.anniversary2026 * {
  box-sizing: border-box;
}

.anniversary2026 {
  margin-bottom: 50px;
}

.anniversary2026 a {
  text-decoration: none;
}

.anniversary2026 p {
  margin: 0;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.content-inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .anniversary2026 {
    overflow: hidden;
  }

  .anniversary2026 p {
    font-size: var(--font-size-body-sm);
  }
}

.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}

.text-center {
  text-align: center;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

h1,
h2,
h3 {
  margin: 0;
}

h2.h2-ttl {
  font-size: var(--font-size-lg);
  text-align: center;
  margin-bottom: 1em;
  line-height: 2;
}

.content-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 40px auto;
}

.content-tit::before,
.content-tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--color-primary);
}

.content-tit img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 20px;
  display: block;
}

.title-sub {
  color: var(--color-primary);
  font-size: var(--font-size-lg);
  text-align: center;
  font-weight: normal;
}

#history {
  margin-top: 100px;
  padding-top: 100px;
  background-color: #f7f5ed;
}

#logo {
  margin-top: 100px;
}

#message,
#profile,
#present,
#sale-other01 {
  padding-top: 100px;
}

#logo,
#present,
#sale-other01 {
  padding-bottom: 100px;
}

#message {
  padding-bottom: 200px;
}

#present {
  background-color: #cbc29c;
  padding-bottom: 50px;
}

#sale-other01 {
  background-color: #f7efef;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #history {
    margin-top: 50px;
    padding-top: 50px;
  }

  #logo {
    margin-top: 50px;
  }

  #logo,
  #present,
  #sale-other01 {
    padding-bottom: 50px;
  }

  section#message {
    padding-bottom: 100px;
  }

  #message,
  #profile,
  #present {
    padding-top: 50px;
  }

  #present {
    padding-bottom: 30px;
  }

  .content-tit {
    margin: 20px 0;
  }

  .content-tit img {
    max-width: 150px;
  }
}

.mt100 {
  margin-top: 100px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px;
  }

  .mt50 {
    margin-top: 30px;
  }
}

/* message */
#message {
  background: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2026/bg01.jpg) center / cover no-repeat;
  width: 100%;
  z-index: 1;
  position: relative;
}

.main-ttl {
  font-size: var(--font-size-xl);
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 3em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #message p {
    letter-spacing: 0.05em;
    line-height: 2;
    font-size: var(--font-size-md);
    text-align: center;
  }
}

#message .message-parts img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: auto;
  bottom: -100px;
  right: 0;
}

@media screen and (max-width: 767px) {
  #message .message-parts img {
    max-width: 200px;
    bottom: -70px;
  }
}

/* profile */
.profile-img {
  text-align: center;
}

.profile-name {
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size-md);
}

.profile-name span {
  font-size: var(--font-size-caption);
}

/* history */
#history .history_list-wrap {
  position: relative;
  overflow: visible;
}

#history .history_list-year-group {
  display: flex;
  width: 100%;
  padding-bottom: 47px;
  position: relative;
  align-items: flex-start;
}

#history .history_list-year-group:not(.history-last):after {
  content: "";
  position: absolute;
  top: 24px;
  left: 163px;
  height: 100%;
  border-left: 2px solid var(--color-primary);
  z-index: 1;
}

#history .history_list-year {
  width: 217px;
  position: relative;
}

#history .history_list-year:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 23px;
  right: 45px;
  z-index: 2;
  box-sizing: border-box;
}

#history .history_list1 {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: var(--font-size-year);
  line-height: 1;
  color: var(--color-primary);
  margin: 0 0 5px;
  padding: 0;
  display: block;
}

#history .history_list-event-group {
  flex: 1;
  margin-top: 4px;
}

#history .history_list-event {
  display: flex;
  align-items: flex-start;
  margin-bottom: 29px;
}

#history .history_list-event-img {
  width: 41.667%;
  margin-right: 2.273vw;
  border-radius: 20px;
  overflow: hidden;
}

#history .history_list-event-img img {
  width: 100%;
  height: auto;
  display: block;
}

#history .history_list-event-img.add-img {
  display: flex;
  flex-direction: column;
}

#history .history_list-event-list-wrap {
  flex: 1;
}

#history .history_list-event-list li {
  line-height: var(--line-height-tight);
  letter-spacing: 0.03em;
  position: relative;
}

#history .history-featured-fullwidth {
  width: 100%;
  background-color: #f5ede0;
}

#history .history_list-year-group.history-featured {
  margin-top: 0;
  padding: 40px 0 47px;
  display: block;
}

#history .history_list-year-group.history-featured .history_list-year {
  width: auto;
  padding-left: 0;
  margin-bottom: 24px;
}

#history .history_list-year-group.history-featured .history_list-event-group {
  margin-left: 0;
  margin-top: 0;
}

#history .history_list-year-group.history-featured .history_list-event {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

#history .history_list-year-group.history-featured .history_list-event-img {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
}

#history .history_list-year-group.history-featured .history_list-year:after {
  content: none;
}

#history .history_list-year-group.history-featured .history_list1 {
  font-size: var(--font-size-year-featured);
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  text-align: center;
}

#history .history_featured-catch {
  font-size: var(--font-size-lg);
  color: var(--color-secondary);
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

#history .history_featured-title {
  font-weight: bold;
  font-size: var(--font-size-md);
  color: var(--color-secondary);
  margin-bottom: 0.8em;
  line-height: var(--line-height-heading);
}

#history .history_featured-theme {
  font-size: var(--font-size-md);
  color: var(--color-primary);
  margin-bottom: 1em;
  line-height: var(--line-height-body);
}

@media screen and (max-width: 767px) {
  #history .history_list-year-group {
    display: block;
    padding-bottom: 16px;
  }

  #history .history_list-year-group:not(.history-last):after {
    left: 7px;
  }

  #history .history_list-year {
    width: auto;
    padding-left: 8.213vw;
    margin-bottom: 31px;
  }

  #history .history_list-year:after {
    top: 22px;
    right: auto;
    left: -1px;
  }

  #history .history_list1 {
    margin-bottom: 9px;
    letter-spacing: 0.03em;
  }

  #history .history_list-event-group {
    margin-left: 8vw;
  }

  #history .history_list-event {
    display: block;
    margin-bottom: 19px;
  }

  #history .history_list-event-img {
    width: auto;
    margin: 0;
  }

  #history .history_list-event-list {
    margin-top: 19px;
  }

  #history .history_list-event-list li {
    padding-bottom: 8px;
  }

  #history .history_list-year-group.history-featured {
    padding: 30px 0;
  }

  #history .history_list-year-group.history-featured .history_list1 {
    font-size: var(--font-size-year-featured-sm);
  }
}

/* logo */
.logo-img {
  text-align: center;
}

.logo-img img {
  min-width: 40vw;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* content box */
.anniv-content-box {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.anniv-content-box > .imgauto,
.anniv-content-box > img {
  width: 100%;
  height: auto;
  display: block;
}

.anniv-content-box > .imgauto + .imgauto,
.anniv-content-box > img + img {
  margin-top: 16px;
}

.anniv-content-box .link-btn + .imgauto,
.anniv-content-box .link-btn + img {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .anniv-content-box {
    padding: 24px 16px;
  }
}

/* present */
.present-tit {
  font-size: var(--font-size-display);
  text-align: center;
  color: #fff;
}

.present-wrap {
  background: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2026/bg02.jpg) no-repeat center center / cover;
  border-radius: 20px;
  padding: 5%;
  margin-top: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}

.present-deco {
  max-width: 35%;
  margin: 5em auto 1em;
  text-align: center;
}

.present-type {
  font-size: var(--font-size-present-type);
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 1em;
}

.present-type span {
  font-size: var(--font-size-lg);
}

.present-name-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.present-name-text {
  --s: 1.8em;
  --d: 0.8em;
  --c: 0.8em;

  padding: 0 calc(var(--s) + 0.5em) var(--d);
  line-height: var(--line-height-body);
  background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%, #0005 0 37.5%, #0002 0) 0 /50% 100% no-repeat,
    conic-gradient(at right var(--s) bottom var(--d), #0002 62.5%, #0005 0 75%, #0000 0) 100%/50% 100% no-repeat;
  clip-path: polygon(
    0 var(--d),
    var(--s) var(--d),
    var(--s) 0,
    calc(100% - var(--s)) 0,
    calc(100% - var(--s)) var(--d),
    100% var(--d),
    calc(100% - var(--c)) calc(50% + var(--d) / 2),
    100% 100%,
    calc(100% - var(--s) - var(--d)) 100%,
    calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),
    calc(var(--s) + var(--d)) calc(100% - var(--d)),
    calc(var(--s) + var(--d)) 100%,
    0 100%,
    var(--c) calc(50% + var(--d) / 2)
  );
  background-color: #eae7dc;
  font-size: var(--font-size-lg);
  text-align: center;
  font-weight: normal;
  margin-bottom: 1em;
}

.present-img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .present-deco {
    margin: 3em auto 1em;
  }
}

/* event plan */
.event-plan-head {
  text-align: center;
}

.event-plan-head-inner {
  position: relative;
  padding-top: 100px;
}

.event-plan-head-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
  pointer-events: none;
}

.event-plan-head-bg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
}

.event-plan-head-text {
  position: relative;
  z-index: 1;
}

.anniversary2026 .event-plan-label {
  display: inline-block;
  margin: 0 0 1.2em;
  padding: 0.45em 1.8em;
  background-color: var(--color-event);
  border-radius: 9999px;
  color: #fff;
  font-size: var(--font-size-label);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.anniversary2026 .event-plan-sub {
  margin: 1em 0 0.6em;
  font-size: var(--font-size-sub);
  line-height: var(--line-height-heading);
  color: var(--color-event);
  text-align: center;
}

.anniversary2026 .event-plan-tit {
  margin: 0 0 50px;
  font-size: var(--font-size-heading);
  font-weight: normal;
  color: var(--color-event);
  text-align: center;
  line-height: var(--line-height-heading);
}

.event-plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.event-plan-item > .anniv-content-box > img {
  width: 100%;
  height: auto;
  display: block;
}

/* link button */
.anniv-content-box .link-btn {
  position: relative;
  width: 100%;
  height: 54px;
  font-weight: bold;
  font-size: 14px;
  margin: 28px auto 24px;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 30px;
}

.anniv-content-box .link-btn a {
  color: var(--color-primary);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anniv-content-box .link-arrow {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 50px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  margin-left: 1em;
  transition: transform 0.3s ease;
}

.anniv-content-box .link-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.anniv-content-box .link-btn:hover .link-arrow {
  transform: translateX(30px);
}

@media screen and (min-width: 768px) {
  .anniv-content-box .link-btn {
    font-size: 16px;
    width: 400px;
    max-width: 100%;
  }
}

.event03-body {
  margin-top: 16px;
}

.anniversary2026 .event03-step-label {
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: 1.4;
}

.event03-step-label + .event03-step-text,
.event03-step-label + .event03-insta-btn-wrap {
  margin-top: 8px;
}

.anniversary2026 .event03-step-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: var(--font-size-body);
}

@media screen and (min-width: 768px) {
  .anniversary2026 .event03-step-label {
    font-size: 30px;
  }

  .anniversary2026 .event03-step-text {
    font-size: 22px;
  }
}

.event03-step-text + .event03-step-label,
.event03-insta-btn-wrap + .event03-step-label {
  margin-top: 32px;
}

.event03-insta-btn-wrap,
.history-insta-btn-wrap {
  text-align: center;
  margin-top: 1em;
}

.event03-insta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  max-height: 200px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  color: #333;
  font-weight: bold;
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.4;
  transition: opacity 0.3s;
}

.event03-insta-btn:hover {
  opacity: 0.85;
}

.event03-insta-btn-icon {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.event03-present-bnr {
  margin-top: 40px;
}

.history-insta-btn-wrap {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .event-plan-head-inner {
    padding: 50px 0 0;
  }

  .anniversary2026 .event-plan-label {
    margin-bottom: 1em;
  }

  .anniversary2026 .event-plan-sub {
    font-size: var(--font-size-sub-sm);
  }

  .anniversary2026 .event-plan-tit {
    margin-bottom: 30px;
  }

  .event-plan-list {
    gap: 24px;
  }
}

/* thanks */
#thanks {
  background: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2026/thanks-bg.jpg) center / cover no-repeat;
  padding: 100px 0;
  text-align: center;
}

.anniversary2026 .thanks-tit {
  font-size: var(--font-size-thanks-tit);
  font-weight: normal;
  color: var(--color-event);
  text-align: center;
  line-height: var(--line-height-heading);
  margin-bottom: 1.5em;
}

.anniversary2026 .thanks-text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-body);
  text-align: center;
}

@media screen and (max-width: 767px) {
  #thanks {
    padding: 50px 0;
  }

  .anniversary2026 .thanks-tit {
    margin-bottom: 1em;
    font-size: var(--font-size-thanks-tit-sm);
  }

  .anniversary2026 .thanks-text {
    font-size: var(--font-size-thanks-text-sm);
  }
}
