@charset "UTF-8";
html.hidden {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: zoom-out;
  z-index: 99;
  display: none;
}

.overlay.active {
  display: block;
}

.modal-close {
  position: fixed;
  top: 52px;
  right: 52px;
  width: 52px;
  height: 52px;
  border: none;
  background: #fbd99d;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.modal-close.active {
  display: block;
}

.modal-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  height: 3px;
  background: #951d24;
}

.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 60%;
  height: 3px;
  background: #951d24;
}

body {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  color: #fff;
  min-width: 320px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.04em;
  line-height: 1em;
}

.fv {
  position: relative;
  background-image: url(../images/fv_pattern.webp);
  background-size: 280px;
  background-position: center center;
  background-attachment: fixed;
}

.fv-illust {
  position: absolute;
  top: 0;
  width: 30%;
}

.fv-illust.--left {
  left: 0;
}

.fv-illust.--right {
  right: 0;
}

.fv-container {
  position: relative;
  padding: 20px calc((100% - 900px) / 2) 60px;
  background-image: url(../images/fv_sparkle.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fv-logo {
  width: 80px;
  margin-inline: auto;
}

.fv-ttl {
  width: 80%;
  margin: 32px auto 40px;
}

.fv-copy {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8em;
  word-break: auto-phrase;
}

.item {
  position: relative;
  background-size: 150px;
  background-position: center center;
  background-attachment: fixed;
}

.item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 20%;
  height: 100%;
  background-image: url(../images/item_back_tree_left.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: 0;
}

.item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20%;
  height: 100%;
  background-image: url(../images/item_back_tree_right.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 0;
}

.item.--gift {
  background-image: url(../images/pattern_red.webp);
}

.item.--food {
  background-image: url(../images/pattern_green.webp);
}

.anchor {
  position: relative;
}

.anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/anchor_back_left.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 0;
}

.anchor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/anchor_back_right.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 0;
}

.anchor-wrap {
  position: relative;
  padding: 100px calc((100% - 1000px) / 2) 40px;
  z-index: 1;
}

.anchor-wrap h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 40px;
}

.anchor-wrap ul {
  display: flex;
  gap: 32px;
}

.item-container {
  position: relative;
  padding: 0 0 80px;
  z-index: 1;
}

.item-intro {
  position: relative;
  padding: 100px calc((100% - 1000px) / 2) 40px;
}

.item-intro::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/item_intro_ttl_back_left.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 85%;
}

.item-intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/item_intro_ttl_back_right.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 85%;
}

.item-intro h2 {
  height: 80px;
}

.item-intro h2 img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.item-intro small {
  display: block;
  font-size: 2.2rem;
  text-align: center;
  color: #fbd99d;
  margin-top: 16px;
}

.item-intro p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8em;
  margin-top: 20px;
  word-break: auto-phrase;
}

.item-list {
  position: relative;
  padding: 0 calc((100% - 1000px) / 2);
  z-index: 1;
}

.item-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 100%;
  background-image: url(../images/item_list_sparkle_left.webp);
  background-size: 100% auto;
  background-position: center top;
}

.item-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 80px;
  height: 100%;
  background-image: url(../images/item_list_sparkle_right.webp);
  background-size: 100% auto;
  background-position: center 30%;
}

.item-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

hr {
  margin: 40px 0;
  border: unset;
  border-top: 3px dashed #ffffff52;
}

.item-group {
  width: 35%;
}

.item-group h3 span {
  font-size: 8rem;
}

.item-group h3 span small {
  font-size: 70%;
}

.item-group p {
  font-size: 2.6rem;
  line-height: 1.4em;
  margin-top: 12px;
}

.item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 60%;
}

.item-box {
  position: relative;
  cursor: pointer;
}

.item-box::after {
  content: "CLICK →";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1px 8px;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #951d24;
  letter-spacing: -0.04em;
  line-height: 1em;
  background: #fbd99d;
}

.--food .item-box::after {
  color: #0C452C;
  background: #fff;
}

.item-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 160px);
  max-width: 1000px;
  padding: 0 32px;
  cursor: inherit;
  background: #fff;
  z-index: 101;
  box-shadow: rgba(168, 124, 36, 0.05) 0px 0px 0px 2px,
    rgba(168, 124, 36, 0.15) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 5px inset;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

.item-modal.open {
  height: auto;
  padding: 32px;
  width: calc(100% - 40px);
  gap: 40px;
  opacity: 1;
}

.item-img {
  width: 45%;
}

.item-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 60%;
}

.item-logo {
  height: 150px;
  text-align: center;
  border: 1px solid #951d24;
}

.--food .item-logo {
  border: 1px solid #0C452C;
}

.item-logo img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.item-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item-info dt {
  padding: 4px 8px;
  color: #951d24;
  background: #fbd99d;
}

.--food .item-info dt {
  color: #0C452C;
}

.item-info dd {
  color: #000;
}

.item-detail h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #951d24;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  word-break: auto-phrase;
}

.--food .item-detail h3 {
  color: #0C452C;
}

.item-detail > span {
  font-size: 2.4rem;
  color: #8e8e8e;
}

.item-detail > span small {
  font-size: 70%;
}

.item-detail p {
  color: #000;
  letter-spacing: -0.04em;
  word-break: auto-phrase;
}

.note {
  padding: 40px calc((100% - 1000px) / 2) 0;
}

.note p {
  font-size: 2rem;
  line-height: 1.6em;
}

footer {
  background: #fbd99d;
}

.foot-container {
  padding: 20px;
}

.foot-logo {
  width: 80px;
  margin-inline: auto;
}

.copyright {
  display: block;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
