@charset "UTF-8";
.js-fadein {
  visibility: hidden;
  opacity: 0;
}

body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

#main {
  padding: 0 100px 90px;
  line-height: 1.8;
  background-color: #fff;
}
#main hr {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
#main :where([role=button]) {
  cursor: pointer;
}
#main .boxButton {
  letter-spacing: 0.05em;
}

:where(#main img) {
  max-width: 100%;
  height: auto;
}

.super,
sup {
  font-size: 8px;
  vertical-align: super;
}

i.t-plus {
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  transform: translateY(-0.07em);
}

.c-border-btn {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 243px;
  font-size: 12px;
  height: 40px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.c-border-btn:hover {
  background-color: #fff;
  color: #000;
}

.c-btn {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 243px;
  height: 47px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.c-btn::before {
  content: "";
  width: 6px;
  height: 12px;
  background-color: currentColor;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  right: 14px;
}
.c-btn:hover {
  color: #fff;
  background-color: #000;
}

.plus-btn {
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 243px;
  height: 47px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.plus-btn i {
  position: absolute;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14px;
}
.plus-btn i::before, .plus-btn i::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: currentColor;
}
.plus-btn i::after {
  rotate: 90deg;
}
.plus-btn:hover {
  color: #fff;
  background-color: #000;
}

.c-slider {
  position: relative;
}
.c-slider__prev, .c-slider__next {
  position: absolute;
  top: 95px;
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
  rotate: -45deg;
}
.c-slider__prev.swiper-button-disabled, .c-slider__next.swiper-button-disabled {
  color: #e5e5e5;
}
.c-slider__prev {
  left: -30px;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.c-slider__next {
  right: -30px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}

.c-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  height: 100vh;
  overflow: auto;
  font-feature-settings: "palt";
  visibility: hidden;
  opacity: 0;
  padding: 20px 40px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-modal__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-modal__container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 660px;
  margin-inline: auto;
}
.c-modal__hdr {
  background-color: #000;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.c-modal__hdr.-left .c-modal__ttl {
  flex: 0 1 auto;
}
.c-modal__ttl {
  color: #fff;
  font-size: 14px;
  flex: 1 1 auto;
  text-align: center;
  translate: 16px 0;
  letter-spacing: 0.05em;
}
.c-modal__close {
  padding: 0;
  border-radius: 0;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: -45deg;
}
.c-modal__bdy {
  padding: 25px 30px;
}

.catch__img {
  margin-inline: -100px;
}
.catch__in {
  padding-top: 31px;
}
.catch__ttl {
  font-size: 40px;
  letter-spacing: 0.03em;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
}
.catch__txt {
  padding: 13px 0 0;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.c-hgrp {
  padding-bottom: 40px;
}
.c-hgrp > h2 {
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.6em;
}
.c-hgrp > p {
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
}

.c-card {
  display: block;
  text-decoration: none;
}
.c-card__thumb {
  position: relative;
  border: 1px solid #e5e5e5;
}
.c-card__tag {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  font-size: 15px;
  padding-top: 2px;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
}
.c-card__img {
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1;
}
.c-card__img img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__bdy {
  margin-top: 16px;
}
.c-card__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-card__color {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
.c-card__price {
  padding-top: 12px;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.c-card__en {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.c-card__ja {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}

.best-selling {
  padding: 150px 0 0;
}

.recommend {
  padding: 150px 0 0;
}

.engraving {
  padding: 150px 0 0;
}
.engraving .plus-btn {
  margin-top: 40px;
}

.engraving-modal .-txt {
  font-size: 13.5px;
  line-height: 2;
}
.engraving-modal__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.engraving-modal__images figure:nth-child(1) {
  grid-column: span 2;
}
.engraving-modal__txt01 {
  margin-block: 22px;
}
.engraving-modal__heading01 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.engraving-modal__characters {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  background-color: #f9f5f4;
  padding: 10px 10px 5px;
  font-size: 22px;
  width: fit-content;
  letter-spacing: 0.05em;
}
.engraving-modal__list01 {
  display: grid;
  grid-template-columns: 100%;
  margin-top: 15px;
  gap: 5px 0;
}
.engraving-modal__list01 > li {
  font-size: 13.5px;
  padding-left: 1.3em;
  line-height: 1.8;
  position: relative;
}
.engraving-modal__list01 > li::before {
  content: "■";
  position: absolute;
  left: 0;
}
.engraving-modal__list02 {
  margin-block: 10px 40px;
}
.engraving-modal__list02 > li {
  font-size: 12px;
  line-height: 1.4;
}
.engraving-modal__heading02 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.engraving-modal__txt02 {
  font-size: 13.5px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.engraving-modal__list03 {
  display: grid;
  grid-template-columns: 100%;
  margin-block: 25px 35px;
  gap: 10px 0;
}
.engraving-modal__list03 > li b {
  display: block;
  font-size: 11px;
}
.engraving-modal__list03 > li span {
  display: block;
  font-size: 13.5px;
}

.gift-set {
  padding: 150px 0;
}
.gift-set__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px 40px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  height: 900px;
}
.gift-set__grid::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  z-index: 10;
}
.gift-set__grid.is-open::before {
  content: none;
}
.gift-set__item {
  position: relative;
  z-index: 0;
}
.gift-set__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: none;
  background-color: transparent;
  margin-inline: auto;
  margin-top: 40px;
  gap: 0 20px;
  border-bottom: 1px solid currentColor;
  padding: 0 0 10px;
  cursor: pointer;
}
.gift-set__more.is-open span::before {
  content: "閉じる";
}
.gift-set__more.is-open i::after {
  rotate: 0deg;
}
.gift-set__more span {
  font-size: 15px;
}
.gift-set__more span::before {
  content: "もっと見る";
}
.gift-set__more i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 13px;
  height: 13px;
}
.gift-set__more i::before, .gift-set__more i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.gift-set__more i::after {
  rotate: 90deg;
}
.gift-set__delivery {
  margin-top: 80px;
}
.gift-set__delivery h3 {
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 30px;
}
.gift-set__delivery ul {
  padding-top: 12px;
}
.gift-set__delivery li {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.375;
}

.set-modal h3 {
  background-color: #e5e5e5;
  font-size: 13px;
  padding: 10px 6px 8px;
  line-height: 1.5;
}
.set-modal ul + h3 {
  margin-top: 26px;
}
.set-modal ul li {
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 14px;
  line-height: 1.5;
}
.set-modal ul a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.set-modal .c-border-btn {
  margin-top: 40px;
}

.wrapping {
  background-color: #f8f5f3;
  padding: 50px 100px;
  margin-inline: -100px;
}
.wrapping__img {
  padding-bottom: 16px;
}
.wrapping__content h3 {
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.wrapping__content p {
  padding-top: 6px;
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.wrapping__items {
  display: grid;
  grid-template-columns: 100%;
  margin-top: 20px;
  gap: 20px 0;
}
.wrapping__note {
  margin: 20px 0 80px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.375;
}

.visumo {
  padding: 50px 0;
}
.visumo h2 {
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 40px;
}
.visumo__movie {
  aspect-ratio: 16/9;
}