ol, ul {
  list-style: none;
}

#footer {
  margin: 0!important;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-image: linear-gradient(0deg, rgb(0 0 0 / 0%), #000000dd 100%);
  padding: 15px 50px;
}

.header-box {
  position: relative;
  display: flex;
}

.header-tittle-img {
  width: 120px;
  margin: 10px auto;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.header-list {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-item {
  margin: 0 15px;
}

.header-item a {
  color: #fff;
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 400;
  font-size: 1.75rem; line-height: 1.5; letter-spacing: .1em;
}

.hamburger {
  display: none;
  font-size: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
}

.tittle-box {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  z-index: 10;
}

.tittle-box h1 img {
  display: block;
  width: 400px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catchphrase {
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-size: 2rem; line-height: 1.5; letter-spacing: .1em;
  text-align: center;
  margin: 25px 0 0 0;
  transition: opacity 0.5s ease;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .header-container {
    padding: 15px 25px;
  }

  .header-box {
    justify-content: space-between;
  }

  .header-tittle-img {
    margin: 10px auto 10px 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-list {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .tittle-box h1 img {
    width: 300px;
  }

  .catchphrase {
    font-size: 1.5rem; letter-spacing: 0;
  }
}

/*******************************************************************コンセプト*/

#concept-section {
  margin: 0;
  position: relative;
  scroll-margin-top: -260vh;
}

.sticky-container-2 {
  height: 600vh;
  position: relative;
}

.image-stack {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-fixed {
  width: 100%;
  pointer-events: none;
}

.video-fixed video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.sticky-container-concept {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-container-3 {
  position: relative;
  height: 250vh;
  margin: 200vh 0 0 0;
}

.image-stack-2 {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.concept-image {
  display: block;
  width: 40%;
  margin: 0 30% 0 0;
}

.concept-phrase {
  position: absolute;
  top: 30%;
  left: 60%;
  transform: translateY(50%);
  width: auto;
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-size: 2rem; line-height: 2; letter-spacing: .1em;
  color: #fff;
  margin: 0;
}

.concept-phrase-en {
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translateY(50%);
  width: auto;
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-size: 2rem; line-height: 2; letter-spacing: .1em;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 1800px) {
  .concept-image {
    margin: 0 35% 0 0;
  }

  .concept-phrase {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1500px) {
  .concept-image {
    width: 45%;
    margin: 0 45% 0 0;
  }

  .concept-phrase {
    font-size: 1.5rem;
    left: 55%;
  }

  .concept-phrase-en {
    left: 55%;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .concept-image {
    width: 70%;
    margin: 0 30% 0 0;
  }

  .concept-phrase {
    left: 50%;
  }

  .concept-phrase-en {
    top: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 800px) {
  #concept-section {
    scroll-margin-top: -200vh;
  }

  .concept-image {
    width: 100%;
    margin: 0;
  }

  .concept-phrase {
    top: 20%;
    left: 0;
    transform: none;
    font-size: 1.25rem; line-height: 2.5; letter-spacing: 0;
    text-align: justify;
    padding: 0 20px;
  }

  .concept-phrase-en {
    left: 0;
    transform: none;
    letter-spacing: 0;
    padding: 0 20px;
  }
}

/*******************************************************************アイテム*/

#image-section,
#image-section-2,
#image-section-3 {
  position: relative;
  background-color: #e1e4e8;
  margin: 0;
  scroll-margin-top: -100vh;
}

.sticky-container {
  height: 250vh;
  position: relative;
}

.full-image {
  position: absolute;
  height: 100%;
}

.img2 {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.full-image img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

#image-section .full-image img {
  object-position: 50% 100%;
}

#image-section-2 .full-image img {
  object-position: 100% 100%;
}

#image-section-3 .full-image img {
  object-position: 50% 100%;
}

.link-box {
  position: relative;
  width: 100%;
  height: 100vh;
}

.overlay-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

.clickable-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - var(--scrollbar-width));
  height: 100vh;
  pointer-events: none;
  filter: blur(3px);
}

.clickable-path {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 2;
  pointer-events: visiblePainted;
  cursor: pointer;
  transition: fill .1s;
}

@media (hover: hover) and (pointer: fine) {
  .clickable-path:hover {
    fill: rgba(255, 255, 255, 0.2);
  }
}

.overlay-button-2 {
  display: none;
  transition: 0.3s ease;
  z-index: 10;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
}

.button-position-5 {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-position-6 {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .full-image img {
    width: 100vw;
  }

  #image-section .full-image img {
    object-position: 50% 50%;
  }

  #image-section-2 .full-image img {
    object-position: 100% 50%;
  }

  #image-section-3 .full-image img {
    object-position: 20% 50%;
  }

  .button-position-1 {
    top: 48%;
    left: 43%;
  }

  .button-position-2 {
    top: 64%;
    left: 53%;
  }

  .button-position-3 {
    top: 64%;
    left: 23%;
  }

  .button-position-4 {
    top: 70%;
    left: 72%;
  }

  .button-position-5 {
    top: 58%;
    left: 18%;
  }

  .button-position-6 {
    top: 58%;
    left: 73%;
  }
}

@media screen and (max-aspect-ratio: 2/3) {
  .button-position-1 {
    top: 59%;
    left: 45%;
  }

  .button-position-2 {
    top: 69%;
    left: 58%;
  }

  .button-position-3 {
    top: 60%;
    left: 33%;
  }

  .button-position-4 {
    top: 63%;
    left: 83%;
  }

  .button-position-5 {
    top: 58%;
    left: 20%;
  }

  .button-position-6 {
    top: 57%;
    left: 73%;
  }
}

@media screen and (max-width: 800px) {
  #image-section,
  #image-section-2,
  #image-section-3 {
    scroll-margin-top: -150vh;
  }

  .sticky-container {
    height: 3000px;
    position: relative;
  }
}

/*******************************************************************ギャラリー*/

#gallery-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 300px 0;
  background-color: #e1e4e8;
  scroll-margin-top: 250px;
}

.section-tittle {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 600;
  font-size: 4rem; line-height: 1.5; letter-spacing: .1em;
  margin: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 500px;
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-item:hover img {
    transform: scale(1.05);
  }
}

.gallery-item.tall {
  grid-row: span 2;
}

@media screen and (max-width: 800px) {
  .section-tittle {
    top: -100px;
    font-size: 3.5rem;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    padding: 0 15px;
  }
}

/*******************************************************************マテリアル*/

#material-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 100px 0;
  background-color: #e1e4e8;
  scroll-margin-top: 250px;
}

.material-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1500px;
  height: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.material-item {
  background-color: #fff;
  width: 22%;
  margin: 0 4% 2% 0;
}

.material-item:nth-last-of-type(1) {
  margin: 0 0 2% 0;
}

.material-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.4/1;
}

.material-item.tall img {
  aspect-ratio: 1/1.6;
}

.material-item div {
  padding: 15px;
}

.material-item div h3 {
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-size: 1.75rem; line-height: 1.5; letter-spacing: .1em;
}

.material-item div p {
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-size: 1.25rem; line-height: 1.75; letter-spacing: 0;
  margin: 10px 0 0 0;
  text-align: justify;
  text-indent: 1.25rem;
}

@media screen and (max-width: 1200px) {
  .material-box {
    height: 1300px;
  }

  .material-item {
    width: 30%;
    margin: 0 5% 3% 0;
  }

  .material-item:nth-last-of-type(-n+3) {
    margin: 0 0 3% 0;
  }
}

@media screen and (max-width: 800px) {
  .material-box {
    height: auto;
    padding: 0 15px;
  }

  .material-item {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .material-item:nth-last-of-type(-n+3) {
    margin: 0 0 15px 0;
  }

  .material-item:nth-last-of-type(1) {
    margin: 0;
  }

  .material-item img {
    aspect-ratio: unset;
    height: 80px;
  }

  .material-item div h3 {
    font-size: 1.25rem;
  }

  .material-item div p {
    font-size: 1.125rem; line-height: 1.5;
    text-indent: 1.125rem;
    margin: 5px 0 0 0;
  }
}

/*******************************************************************モーダル*/

.overlay {
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay.active .overlay-panel,
.overlay.active .hamburger-box {
  right: 0;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.close-button {
  position: absolute;
  top: -45px;
  left: -45px;
  font-size: 35px;
  background: none;
  border: none;
  cursor: pointer;
}

.overlay-panel,
.hamburger-box {
  position: absolute;
  top: 0;
  right: -90%;
  width: 70vw;
  height: 100%;
  background-color: #fff;
  transition: 0.5s ease;
  padding: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hamburger-box {
  width: 50%;
  padding: 60px 25px;
}

.header-item-sp {
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-size: 1.75rem; line-height: 1.5; letter-spacing: .1em;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1800px) {
  .overlay-panel {
    width: 80vw;
  }
}

@media screen and (max-width: 1200px) {
  body.overlay-open {
    overflow: hidden;
    touch-action: none;
  }
}

@media screen and (max-width: 800px) {
  .overlay-panel {
    width: 90%;
    padding: 50px 20px 20px 20px;
  }

  .close-button {
    top: -46px;
    left: -9px;
  }
}

/*******************************************************************モーダル左枠*/
.overlay-main {
  display: flex;
  flex-wrap: nowrap;
}

.overlay-slide {
  position: sticky;
  top: 0;
  width: 40%;
  height: 100%;
  padding: 0 25px 0 0;
}

.splide__slide img {
  width: 100%;
}

.splide__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__arrow {
  background: #ffffff00;
  transform: translateY(-50%) scale(2,3);
}

.thumbnails {
  display: flex;
  margin: 20px 0 0 0;
  padding: 0;
  flex-wrap: wrap;
}

.thumbnail {
  width: 15%;
  margin: 0 2% 2% 0;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%);
}

.thumbnail:nth-of-type(6n) {
  margin: 0 0 2% 0;
}

.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1800px) {
  .overlay-slide {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .overlay-main {
    flex-wrap: wrap;
  }

  .overlay-slide {
    position: relative;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  .thumbnails {
    margin: 10px 0 0 0;
  }

  .thumbnail {
    width: 18%;
    margin: 0 2.5% 2.5% 0;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  }

  .thumbnail:nth-of-type(5n) {
    margin: 0 0 2.5% 0;
  }

  .thumbnail:nth-of-type(6n) {
    margin: 0 2.5% 2.5% 0;
  }
}

/*******************************************************************モーダル右枠*/
.overlay-detail {
  width: 60%;
  padding: 0 0 0 25px;
}

.item-detail-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.item-detail-box > tr > th,
.item-detail-box > tr > td {
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
}

.item-detail-box > tr:nth-of-type(n+4) > th {
  position: relative;
  text-align: left;
  padding: 19px 0 17px 0;
  font-size: 1.75rem; line-height: 1; letter-spacing: .1em;
}

.item-detail-box > tr:nth-of-type(n+6) > th {
  padding: 19px 0 17px 28px;
  transition: transform 0.3s ease;
}

.item-detail-box > tr:nth-of-type(n+6) > th::before {
  content: "＋";
  position: absolute;
  top: 17px;
  left: 2px;
  font-size: 2rem;
  color: #999;
  transition: transform 0.3s ease;
}

.item-detail-box > tr:nth-of-type(n+6) > th.open::before {
  content: "－";
}

.item-tittle-sec,
.item-price-sec,
.item-introduction-sec,
.item-detail-sec {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.item-tittle-sec {
  margin: 0 0 20px 0;
}

.item-tittle {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .1em;
}

.item-price-sec {
  margin: 0 0 35px 0;
}

.item-price {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .1em;
}

.item-price-o {
  font-size: 2.5rem;
}

.item-price-e {
  font-size: 1.5rem;
}

.item-introduction-sec,
.item-detail-sec {
  border-bottom: 1px solid #333;
}

.item-introduction {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: justify;
  text-indent: 1.5rem;
  padding: 0;
  margin: 0 0 35px 0;
}

.item-detail-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.item-toggle-label {
  cursor: pointer;
}

.item-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(0.75, 0, 0.25, 1);
}

.item-wrapper.show {
  max-height: 500px;
}

.item-detail-p {
  font-size: 1.5rem; line-height: 1.75; letter-spacing: .1em;
  text-align: justify;
  padding: 0;
  margin: 0 0 10px 0;
}

.item-detail-pe {
  font-size: 1.25rem;
}

.item-detail img {
  display: block;
  width: 60%;
  margin: 0 0 25px 0;
}

.item-detail-color {
  display: flex;
  flex-wrap: wrap;
}

.item-detail-color li {
  width: 30%;
  margin: 0 10px 10px 0;
}

.item-detail-color li img {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}

.item-detail-detail {
  display: block;
}

.item-detail-detail > tr {
  display: flex;
  margin: 0 0 10px 0;
}

.item-detail-detail > tr > th {
  font-weight: 300;
  font-size: 1.5rem; line-height: 1.5; letter-spacing: .1em;
  text-align: left;
  min-width: 120px;
}

.item-detail-detail > tr > td {
  font-size: 1.5rem; line-height: 1.5; letter-spacing: .1em;
}

@media screen and (max-width: 1800px) {
  .overlay-detail {
    width: 50%;
  }

  .item-detail img {
    width: 80%;
  }

  .item-detail-color img {
    width: 30%;
    margin: 0 10px 10px 0;
  }

  .item-detail-color img:nth-of-type(2) {
    margin: 0 30% 10px 0;
  }
}

@media screen and (max-width: 1500px) {
  .item-detail-box tr:nth-of-type(n+6) th {
    font-size: 1.25rem;
  }

  .item-introduction {
    font-size: 1.25rem;
  }

  .item-detail-p {
    font-size: 1.25rem;
  }

  .item-detail img {
    width: 100%;
  }

  .item-detail-detail > tr {
    flex-direction: column;
  }

  .item-detail-detail > tr > th {
    font-size: 1.25rem;
    margin: 0 0 5px 0;
  }

  .item-detail-detail > tr > td {
    font-size: 1.25rem;
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .overlay-detail {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
  }

  .item-detail img {
    width: 70%;
  }

  .item-detail-img {
    width: 50%!important;
  }
}

@media screen and (max-width: 800px) {
  .item-detail-box > tr:nth-of-type(n+4) > th {
    font-size: 1.5rem;
  }

  .item-tittle-sec {
    margin: 0 0 10px 0;
  }

  .item-tittle {
    font-size: 2.5rem;
  }

  .item-price-sec {
    margin: 0 0 10px 0;
  }

  .item-price {
    font-size: 2.5rem;
  }

  .item-price-o {
    font-size: 2rem;
  }

  .item-price-e {
    font-size: 1.25rem;
  }

  .item-introduction {
    line-height: 1.5;
    margin: 0 0 10px 0;
  }

  .item-detail-p {
    line-height: 1.5;
  }

  .item-detail img {
    width: 100%;
  }

  .item-detail-img {
    width: 70%!important;
  }

  .item-detail-color {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .item-detail-color li {
    width: 100%;
    margin: 0;
  }

  .item-detail-color li img {
    height: 80px;
    object-fit: cover;
  }
}


/*******************************************************************購入*/
.product-form {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
  margin: 0 0 300px 0;
  font-family: "adobe-garamond-pro", "hiragino-mincho-pron", serif;
  font-weight: 300;
  width: 200px;
}

.product-form div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px 0;
}

.product-form label {
  font-size: 1.5rem; line-height: 1; letter-spacing: 0;
}

.product-form select,
.product-form input {
  padding: 2px 10px 3px 10px;
  font-size: 1.5rem; line-height: 1; letter-spacing: .1em;
  margin: 0 0 0 10px;
}

.product-form input {
  width: 50px;
}

.cart-button {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cart-button:hover {
  background-color: #555;
}

/*******************************************************************お届け日*/

#karihaisou {
  margin: 10px 0;
  padding: 10px 0;
}

.post-number {
  height: 30px;
  padding: 5px 0 6px 8px;
  border: 1px solid #333;
  width: 130px;
}

.post-search {
  height: 30px;
  margin: 0 0 0 10px;
  border: 1px solid #333;
  cursor: pointer;
}

#ninthResult,
#dayOfWeekResultTableContainer,
#thirteenthResult,
#fourteenthResultTableContainer,
#updateNoteContainer {
  width: 100%;
  margin: 10px 0 0 0;
}

#ninthResult p,
#dayOfWeekResultTableContainer p,
#thirteenthResult p,
#fourteenthResultTableContainer p,
#updateNoteContainer p {
  margin: 0;
}

#dayOfWeekResultTableContainer table tr th,
#dayOfWeekResultTableContainer table tr td,
#fourteenthResultTableContainer table tr th,
#fourteenthResultTableContainer table tr td {
  font-weight: 300;
  margin: 0;
  padding: 7px 7px 4px 9px;
  border: 1px solid #333;
  text-align: center;
}

@media (max-width: 800px) {
  .post-code {
    font-size: 1.25rem;
    width: 60px;
  }

  #ninthResult,
  #dayOfWeekResultTableContainer,
  #thirteenthResult,
  #fourteenthResultTableContainer,
  #updateNoteContainer {
    margin: 5px 0 0 0;
  }

  #ninthResult p,
  #dayOfWeekResultTableContainer p,
  #thirteenthResult p,
  #fourteenthResultTableContainer p,
  #updateNoteContainer p {
    font-size: 1.25rem;
  }

  #dayOfWeekResultTableContainer table tr th,
  #dayOfWeekResultTableContainer table tr td,
  #fourteenthResultTableContainer table tr th,
  #fourteenthResultTableContainer table tr td {
    font-size: 1.25rem;
  }
}