@charset "UTF=8";
h1,
h2,
h3,
h4,
p,
a {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}

.section-eyecatch {
  max-width: none;
}
.section-eyecatch > .sectioning > .main_width {
  max-width: none;
}
.section-eyecatch > .sectioning {
  padding: 0;
}
.page_title_left {
  margin-block: 0 !important;
}

.section-breadcrumb {
  padding-top: 22px;
}
.page_title_left h1 {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .page_title_left h1 {
    font-size: 20px;
  }
}
.page_title_left {
  padding: 15px 30px 30px;
}
@media only screen and (max-width: 768px) {
  .page_title_left {
    padding: 4px 12px 18px;
  }
}

.valentine-body {
  background-image: linear-gradient(to bottom, #d6cfc5 0, #d6cfc5 calc(100% - 100px), #ffffff calc(100% - 100px), #ffffff 100%);
  /* padding-bottom: 80px; */
}
.valentine-body img {
  max-width: unset;
}
.valentine-body section {
  margin: 0;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.fv-text,
.brand-wrap h3,
.item-btn,
.item-image p span,
.item-model span,
.item-detail,
.all-item-btn,
.show-r p,
.show-r p span,
.type-name p span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
.brand-link a,
.brand-wrap h2,
.item-model,
.type-name p {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 300;
  font-style: normal;
}

.fv-img {
  background-image: url(../images/valentine2026/fv-bg-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  position: relative;
}
.fv-ttl {
  padding-inline: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 1280px;
  width: 100%;
}
.fv-ttl img {
  width: 100%;
}
.fv-logo {
  max-width: 200px;
  position: absolute;
  left: 70%;
  bottom: 18%;
}
.fv-logo img {
  width: 100%;
}
.fv-loop {
  position: relative;
  top: -60px;
  width: 100%;
  height: clamp(120px, 12vw, 180px);
  overflow: hidden;
  display: flex;
}
.fv-loop div {
  display: flex;
  width: max-content;
  will-change: transform;
}
.fv-loop div:nth-child(1) {
  animation: loop1 140s -70s linear infinite;
}
.fv-loop div:nth-child(2) {
  animation: loop2 140s linear infinite;
}
.fv-loop div img {
  margin-right: 46px;
  width: auto;
}

@keyframes loop1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.fv-text {
  color: #000;
  font-size: 16px;
  line-height: 2.65;
  letter-spacing: 1px;
  padding: 0 40px 40px;
  text-align: center;
}
.brand-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px 80px;
  justify-content: space-evenly;
}
.brand-link a {
  font-size: 45px;
  color: #61502b;
  position: relative;
  display: inline-block;
  margin: 35px 15px 0;
  transition: all 0.3s ease;
}
.brand-link a::before {
  background-image: linear-gradient(transparent 18%, #ece2d4 18%, #ece2d4 83%, transparent 83%);
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.brand-link a:hover::before {
  opacity: 1;
}
.brand-link a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 7px solid #61502b;
}

.brand-wrap {
  text-align: center;
}
.brand-wrap h2 {
  line-height: unset;
  padding-top: 80px;
  font-size: 80px;
  color: #61502b;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.brand-wrap h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background: #61502b;
}
.brand-wrap h3 {
  margin: -5px auto 0;
  font-size: 16px;
  color: #61502b;
  padding-bottom: 40px;
  letter-spacing: 0.07vw;
  text-align: center;
}

.item-wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline: 40px;
}
.item-pick {
  width: 45%;
  padding-block: 60px;
  position: relative;
}
.item-pick:nth-child(2),
.item-pick:nth-child(4) {
  top: 6vh;
}
.item-image {
  position: relative;
  /* background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  max-width: 420px;
  aspect-ratio: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2%;
}
/* .item-pick:nth-child(1) .item-image {
  background-image: url(../images/valentine2026/item-bg1.png);
}
.item-pick:nth-child(2) .item-image {
  background-image: url(../images/valentine2026/item-bg2.png);
}
.item-pick:nth-child(3) .item-image {
  background-image: url(../images/valentine2026/item-bg3.png);
}
.item-pick:nth-child(4) .item-image {
  background-image: url(../images/valentine2026/item-bg4.png);
} */
.item-image img {
  height: 100%;
}
.item-image p,
.show-r p:first-of-type {
  text-align: left;
  position: absolute;
}
.item-image p {
  left: 0;
  bottom: clamp(32px, 4vw, 50px);
}
.item-image p span,
.show-r p:first-of-type span {
  display: inline-block;
  background-color: #942d46;
  color: #fff;
  font-size: 16px;
  padding: 0 4px 2px;
  margin-bottom: 8px;
}
.item-model {
  font-family: "benton-modern-display", serif;
  font-size: 32px;
  line-height: 0.8;
  padding-block: 25px;
}
.item-model span {
  font-size: 14px;
  font-weight: 700;
}
.item-detail {
  font-size: 14px;
  text-align: justify;
  text-align-last: left;
  line-height: 2;
  max-width: 356px;
  margin: 0 auto;
  letter-spacing: 0.08em;
}

.item-btn {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 200px;
  border-radius: 30px;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.item-btn:hover {
  background: #ece2d4;
}
.item-btn div {
  position: absolute;
  left: 90%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
}

.all-item-btn {
  padding-inline: 40px;
}
.all-item-btn a {
  position: relative;
  color: #fff;
  font-size: 18px;
  display: flex;
  margin: 100px auto;
  align-items: center;
  justify-content: center;
  height: 84px;
  max-width: 480px;
  background: #776e5a;
  transition: all 0.3s ease;
}
.all-item-btn a:hover {
  background: #554c38;
}
.all-item-btn a div {
  position: absolute;
  left: 92%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}

.show-img {
  display: flex;
  flex-direction: row;
  height: clamp(300px, 40vw, 500px);
  position: relative;
}
.show-l,
.show-r {
  display: flex;
  align-items: center;
  width: 50%;
}
.show-l div,
.show-r div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1;
  background-position: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.show-l div {
  background-size: cover;
}
#cartier .show-l div {
  background-image: url(../images/valentine2026/item-show-l1.jpg);
}
#tiffany .show-l div {
  background-image: url(../images/valentine2026/item-show-l2.jpg);
  background-position-y: bottom;
}
#vca .show-l div {
  background-image: url(../images/valentine2026/item-show-l3.jpg);
}
#chanel .show-l div {
  background-image: url(../images/valentine2026/item-show-l4.jpg);
  background-position-y: top;
}
#yukizaki .show-l div {
  background-image: url(../images/valentine2026/item-show-l5.jpg);
}
.show-r {
  background-color: #2c1305;
  padding-block: 60px;
  position: relative;
}
.show-r div {
  background-size: contain;
  max-width: 300px;
  margin: 0 auto;
  transition: all 0.3s ease;
  transform: scale(0.9);
}
.show-r:hover div {
  transform: scale(1);
}
#cartier .show-r div {
  background-image: url(../images/valentine2026/item-show-r1.png);
}
#tiffany .show-r div {
  background-image: url(../images/valentine2026/item-show-r2.png);
}
#vca .show-r div {
  background-image: url(../images/valentine2026/item-show-r3.png);
}
#chanel .show-r div {
  background-image: url(../images/valentine2026/item-show-r4.png);
}
#yukizaki .show-r div {
  background-image: url(../images/valentine2026/item-show-r5.png);
}
.show-r img {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: clamp(36px, 4vw, 50px);
}
.show-r p {
  left: clamp(20px, 3vw, 50px);
  z-index: 2;
}
.show-r p:first-of-type {
  top: clamp(20px, 3vw, 50px);
}
.show-name {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: clamp(20px, 3vw, 50px);
  text-align: left;
  line-height: 1.5;
}

.bg-white {
  background-color: #fff;
}
.type-wrap {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(20px, 6vw, 80px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 0;
}
.type-wrap div {
  /* width: 26%; */
  padding-bottom: 60px;
  width: 100%;
}
.type-name p {
  border: 1px solid #351000;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #351000;
  font-size: 50px;
  line-height: 1.5;
}
.type-name p span {
  font-size: 16px;
  color: #351000;
  letter-spacing: 0.1em;
}
.type-item a {
  display: block;
  height: auto;
}
.type-item img {
  width: 100%;
  background-color: #351000;
  transition: all 0.3s ease;
  opacity: 1;
}
.type-item:hover img {
  opacity: 0.75;
}
.type-item p {
  text-align: left;
  padding: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
#all-type .all-item-btn a {
  margin: 40px auto 80px;
}

@media screen and (max-width: 1024px) {
  /* .fv-img {
    height: 800px;
  } */
  .fv-logo {
    max-width: 150px;
    left: unset;
    right: 8%;
    bottom: 15%;
  }

  .fv-loop div img {
    margin-right: 30px;
  }
  .brand-link a {
    font-size: 42px;
  }
  .type-wrap div {
    padding-bottom: 40px;
  }
  .type-name p {
    font-size: 36px;
    line-height: 1.4;
  }
  .type-name p span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .fv-img {
    background-image: url(../images/valentine2026/fv-bg-sp.jpg);
    /* height: 700px; */
  }
  .fv-ttl {
    max-width: 500px;
    position: static;
    transform: translate(0);
    padding: 20px 100px 0 20px;
  }
  .fv-loop {
    top: -50px;
    height: clamp(80px, 24vw, 120px);
  }
  .fv-loop div img {
    margin-right: 20px;
  }

  .fv-text {
    text-align: left;
    font-size: 16px;
  }

  .brand-link {
    padding-bottom: 40px;
  }
  .brand-link a {
    font-size: 36px;
    margin-top: 30px;
  }
  .brand-wrap h2 {
    padding-top: 72px;
  }
  .item-image p span,
  .show-r p:first-of-type span {
    padding: 0 2px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .show-name {
    font-size: 12px;
  }
  .show-r img {
    bottom: 20px;
    right: 20px;
    width: 32px;
  }

  .type-wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 690px) {
  .item-pick {
    width: 100%;
    padding-block: 30px;
  }
  .item-pick:nth-child(2),
  .item-pick:nth-child(4) {
    top: 0;
  }
  .item-image {
    max-width: 330px;
  }
  .item-btn {
    margin: 20px auto;
  }

  .all-item-btn a {
    margin: 20px auto 80px;
  }

  .show-img {
    flex-direction: column;
    height: 120vw;
  }
  .show-l,
  .show-r {
    width: 100%;
    height: 50%;
  }
  .show-r img {
    bottom: clamp(15px, 4vw, 25px);
    right: clamp(15px, 4vw, 25px);
    width: clamp(28px, 8vw, 42px);
  }
  .show-r p {
    left: clamp(20px, 4vw, 40px);
  }
  .show-r p:first-of-type {
    top: clamp(10px, 4vw, 30px);
  }
  .show-name {
    bottom: clamp(10px, 4vw, 30px);
  }
  .show-r {
    padding-block: 0;
  }
  .show-r div {
    max-width: 330px;
    background-size: 45vw;
  }
  .type-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .type-wrap div {
    padding-bottom: 30px;
  }
  .type-item p {
    padding: 5px;
    font-size: 14px;
  }
  #all-type .all-item-btn a {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 580px) {
  .br-sp {
    display: block;
  }
  .fv-loop {
    top: -40px;
  }

  .all-item-btn a {
    font-size: 16px;
    height: 70px;
  }
}

@media screen and (max-width: 430px) {
  .fv-img {
    height: 500px;
  }
  .fv-ttl {
    padding-left: 12px;
  }
  .fv-logo {
    right: 0;
  }
  .fv-logo img {
    width: 75%;
  }
  .fv-loop {
    top: -30px;
  }
  .fv-loop div img {
    margin-right: 12px;
  }

  .fv-text {
    padding: 0 25px 20px;
    font-size: 14px;
  }
  .brand-link {
    padding: 0 25px 20px;
  }
  .brand-link a {
    font-size: 30px;
    margin: 30px 10px 0;
  }
  .brand-wrap h2 {
    font-size: 56px;
  }
  .brand-wrap h2::after {
    bottom: 10px;
  }
  .brand-wrap h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .item-wrap {
    padding-inline: 25px;
  }
  .item-pick {
    padding-block: 20px;
  }
  .item-image {
    max-width: 260px;
  }
  .item-image p {
    left: -3%;
    bottom: 24px;
  }
  .item-model {
    font-size: 26px;
  }
  .item-model span {
    font-size: 12px;
  }
  .item-detail {
    font-size: 14px;
  }
  .item-btn {
    height: 36px;
    font-size: 12px;
    max-width: 180px;
  }

  .all-item-btn {
    padding-inline: 25px;
  }
  .all-item-btn a {
    font-size: 14px;
    height: 64px;
  }
  .all-item-btn a div {
    left: 93%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
  }
  .show-img {
    height: 130vw;
  }
  #tiffany .show-r div,
  #vca .show-r div,
  #chanel .show-r div {
    bottom: -10px;
  }
  .show-r p:first-of-type span {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .type-wrap {
    padding-inline: 25px;
  }
  .type-wrap div {
    padding-bottom: 20px;
  }
  .type-name p span {
    font-size: 12px;
  }
  .type-item p {
    padding: 2px;
    font-size: 12px;
  }
  #all-type .all-item-btn a {
    margin: 20px auto 50px;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}
