@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: #80302e;
}

.color_gold {
  color: #cbaf4a;
}

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

.anniversary2025 {
  margin-bottom: 50px;
}

.anniversary2025 a {
  text-decoration: none;
}

.anniversary2025 p {
  font-size: 16px;
  line-height: 1.8;
}
.anniversary2025 .p-margin {
  margin-top: 1em;
}
.content-inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .anniversary2025 {
    overflow: hidden;
  }
  .anniversary2025 p {
    font-size: 14px;
  }
}

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

.text_center {
  text-align: center;
}

.text_bold {
  font-weight: bold;
}
.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}
h1,
h2,
h3 {
  margin: 0;
}
h2.h2-ttl {
  font-size: clamp(18px, 2vw, 24px);
  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;
}
@media screen and (max-width: 767px) {
  .content-tit {
    margin: 20px 0;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .content-tit img {
    max-width: 150px;
  }
}
h2.content-tit .title-sub {
  font-size: clamp(18px, 2vw, 24px);
  text-align: center;
  font-weight: normal;
}

#history {
  margin-top: 100px;
  padding-top: 100px;
}
#logo,
#sale-top {
  margin-top: 100px;
}
#logo,
#history,
#present,
#sale-other01,
#sale-other02 {
  padding-bottom: 100px;
}

#message,
#profile,
#present,
#sale-other01,
#sale-other02 {
  padding-top: 100px;
}
#message {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #history {
    margin-top: 50px;
    padding-top: 50px;
  }
  #logo {
    margin-top: 50px;
  }
  #logo,
  #history,
  #present
  #sale-other01,
  #sale-other02 {
    padding-bottom: 50px;
  }
  section#message {
    padding-bottom: 100px;
  }
  #message,
  #profile,
  #present,
  #sale-other01,
  #sale-other02 {
    padding-top: 50px;
  }
}

.mt100 {
  margin-top: 100px;
}
.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px;
  }
  .mt50 {
    margin-top: 30px;
  }
}
.text-center {
  text-align: center;
}
/* メッセージ */
#message {
  background: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/bg01.jpg) center / cover no-repeat;
  width: 100%;
  z-index: 1;
  position: relative;
}

.main-ttl {
  font-size: clamp(20px, 2vw, 30px);
  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: clamp(16px, 2vw, 18px);
    text-align: center;
  }
}

.main-catch {
  width: fit-content;
  margin: 0 auto;
  max-width: 1160px;
}
#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;
  }
}

.title-sub {
  color: var(--color-primary);
  font-size: clamp(18px, 2vw, 24px);
  text-align: center;
  font-weight: normal;
  text-align: center;
}

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

.profile-name {
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
}

.profile-name span {
  font-size: clamp(12px, 1vw, 14px);
}

/* history */
#history {
  background-color: #f7f5ed;
}

#history .history_list-wrap {
  position: relative;
}

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

@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 {
  content: "";
  position: absolute;
  top: 24px;
  left: 163px;
  height: 100%;
  border-left: 2px solid var(--color-primary);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #history .history_list-year-group:not(.history-last):after {
    left: 7px;
  }
}

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

@media screen and (max-width: 767px) {
  #history .history_list-year {
    width: auto;
    padding-left: 8.213vw;
    margin-bottom: 31px;
  }
}

#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;
}

@media screen and (max-width: 767px) {
  #history .history_list-year:after {
    top: 22px;
    right: auto;
    left: -1px;
  }
}

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

@media screen and (max-width: 767px) {
  #history .history_list1 {
    margin-bottom: 9px;
    letter-spacing: 0.03em;
  }
}

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

@media screen and (max-width: 767px) {
  #history .history_list-event-group {
    margin-left: 8vw;
  }
}

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

@media screen and (max-width: 767px) {
  #history .history_list-event {
    display: block;
    margin-bottom: 19px;
  }
}

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

@media screen and (max-width: 767px) {
  #history .history_list-event-img {
    width: auto;
    margin: 0;
    aspect-ratio: 3 / 2;
  }
}

#history .history_list-event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#history .history_list-event-img.add-img {
  display: flex;
  flex-direction: column;
}

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

@media screen and (max-width: 767px) {
  #history .history_list-event-list {
    margin-top: 19px;
  }
}

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

@media screen and (max-width: 767px) {
  #history .history_list-event-list li {
    padding-bottom: 8px;
  }
}
/* logo */
.logo-img {
  text-align: center;
}
.logo-img img {
  min-width: 40vw;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 の比率 */
  height: 0;
  overflow: hidden;
}

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

/* present */
#present {
  background-color: #ede5df;
}
.present-tit {
  font-size: clamp(36px, 4.86vw, 80px);
  text-align: center;
  color: #fff;
  letter-spacing: 10px;
}
.present-wrap {
  background: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/bg02.jpg) no-repeat center center / cover;
  border-radius: 20px;
  padding: 5%;
  margin-top: 50px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}
.present-deco {
  max-width: 35%;
  margin: 10px auto;
  text-align: center;
}
.present-type {
  font-size: clamp(20px, 3.31vw, 50px);
  color: var(--color-primary);
  text-align: center;
}
.present-type span {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: clamp(44px, 6.19vw, 100px);
}
.present-name-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.attention {
  padding: 10px;
  border: 1px solid var(--color-primary);
  font-weight: bold;
  margin-top: 10px;
}
/* sale */
.sale-tit {
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.sale-tit.bg2017 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/textile_2017.jpg);
}
.sale-tit.bg2019 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/textile_2019.jpg);
}
.sale-tit.bg2022 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/textile_2022.jpg);
}
.sale-tit.bg2024 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/textile_2024.jpg);
}
.sale-tit.bg2025 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/anniversary/2025/textile_2025.jpg);
}
.sale-year {
  text-align: center;
}
.h4-tit {
  font-size: clamp(18px, 2vw, 24px);
}
.sale-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  justify-content: center;
}

.sale-item {
  width: calc((100% - 20px * 3) / 4);
  height: auto;
}
.sale-img {
  overflow: hidden;
}
.sale-item img {
  transition: transform 0.3s ease;
}
.sale-item:hover img {
  transform: scale(1.1);
}
.sale-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sale-item {
    width: calc((100% - 20px) / 2);
  }
}
.price-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 1em auto;
  justify-content: center;
}
.price-box.other-price {
  display: block;
}
.old-price {
  font-size: 20px;
  color: #666;
  text-decoration: line-through;
  white-space: nowrap;
}

.new-price {
  font-size: 28px;
  font-weight: bold;
  color: var(--color-primary);
  white-space: nowrap;
}


@media screen and (max-width: 768px) {
  .old-price {
    font-size: 16px;
  }

  .new-price {
    font-size: 22px;
  }

}


@media screen and (max-width: 768px) {
  .old-price {
    font-size: 16px;
  }

  .new-price {
    font-size: 22px;
  }

}
#sale-other01 {
  background-color: #faf9f2;
}
#sale-other02 {
  background-color: #eef4f5;
}
.sale-text {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}
/* リンクボタン */
.link-btn {
  position: relative;
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 14px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .link-btn {
    font-size: 16px;
    width: 400px;
  }
}
.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%;
}

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

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

/* 見出しリボン */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.present-name-text {
  --s: 1.8em; /* the ribbon size */
  --d: 0.8em; /* the depth */
  --c: 0.8em; /* the cutout part */

  padding: 0 calc(var(--s) + 0.5em) var(--d);
  line-height: 1.8;
  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; /* the main color */

  font-size: clamp(16px, 1.5vw, 24px);
  text-align: center;
  /* white-space: nowrap; */
  font-weight: normal;
}
.present-img {
  text-align: center;
}
.sale-other-name {
  text-align: left;
  font-size: clamp(14px, 0.22vw, 16px);
}
.other-old-price {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  white-space: nowrap;
}
.other-new-price {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
}