@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

/* フォーム要素のリセット */
input, button, textarea, select {
  font: inherit;
}

/* ------------------------
    カラム分け
------------------------ */
.grid-cmn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.grid-cmn.ai-center {
  align-items: center;
}

.grid-cmn.jc-center {
  justify-content: center;
}

.grid-cmn .col {
  box-sizing: border-box;
  position: relative;
}

.grid-cmn .col.col-l-2 {
  width: 16.6666%;
}

.grid-cmn .col.col-l-20p {
  width: 20%;
}

.grid-cmn .col.col-l-3 {
  width: 25%;
}

.grid-cmn .col.col-l-4 {
  width: 33.33333%;
}

.grid-cmn .col.col-l-5 {
  width: 41.66666%;
}

.grid-cmn .col.col-l-6 {
  width: 50%;
}

.grid-cmn .col.col-l-7 {
  width: 58.33333%;
}

.grid-cmn .col.col-l-8 {
  width: 66.66666%;
}

.grid-cmn .col.col-l-9 {
  width: 75%;
}

.grid-cmn .col.col-l-10 {
  width: 83.33333%;
}

.grid-cmn .col.col-l-12 {
  width: 100%;
}

.grid-cmn .order-l-1 {
  order: 1;
}

.grid-cmn .order-l-2 {
  order: 2;
}

.grid-cmn .order-l-3 {
  order: 3;
}

.grid-cmn .order-l-4 {
  order: 4;
}

.grid-cmn .order-l-5 {
  order: 5;
}

.grid-cmn .order-l-6 {
  order: 6;
}

@media screen and (max-width: 1024px) {
  .grid-cmn .col.col-m-2 {
    width: 16.6666%;
  }
  .grid-cmn .col.col-m-20p {
    width: 20%;
  }
  .grid-cmn .col.col-m-3 {
    width: 25%;
  }
  .grid-cmn .col.col-m-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-m-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-m-6 {
    width: 50%;
  }
  .grid-cmn .col.col-m-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-m-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-m-9 {
    width: 75%;
  }
  .grid-cmn .col.col-m-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-m-12 {
    width: 100%;
  }
  .grid-cmn .order-m-1 {
    order: 1;
  }
  .grid-cmn .order-m-2 {
    order: 2;
  }
  .grid-cmn .order-m-3 {
    order: 3;
  }
  .grid-cmn .order-m-4 {
    order: 4;
  }
  .grid-cmn .order-m-5 {
    order: 5;
  }
  .grid-cmn .order-m-6 {
    order: 6;
  }
}
@media only screen and (max-width: 768px) {
  .grid-cmn .col.col-s-12 {
    width: 100%;
  }
  .grid-cmn .col.col-s-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-s-9 {
    width: 75%;
  }
  .grid-cmn .col.col-s-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-s-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-s-6 {
    width: 50%;
  }
  .grid-cmn .col.col-s-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-s-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-s-3 {
    width: 25%;
  }
  .grid-cmn .col.col-s-20p {
    width: 20%;
  }
  .grid-cmn .col.col-s-2 {
    width: 16.6666%;
  }
  .grid-cmn .order-s-1 {
    order: 1;
  }
  .grid-cmn .order-s-2 {
    order: 2;
  }
  .grid-cmn .order-s-3 {
    order: 3;
  }
  .grid-cmn .order-s-4 {
    order: 4;
  }
  .grid-cmn .order-s-5 {
    order: 5;
  }
  .grid-cmn .order-s-6 {
    order: 6;
  }
}
body {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-x: hidden;
}

.jp {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0;
}

.en {
  font-family: "EB Garamond";
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}

.tit-h1 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 18px;
  line-height: 26px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 990;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18px;
  /*.logo {
      font-size: 1.8em;
      line-height: 0.5;
      display: block;
      text-align: center;
      letter-spacing: 0.05em;
      color: #000;
      padding: 0 0 0 0;
  }*/
}

.under-header {
  position: fixed;
  width: 100%;
  z-index: 990;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  background-color: #fff;
  top: 0;
}

.header-logo .logo {
  display: inline-block;
  width: 93px;
  height: 21px;
  background: url("../img/logo_b.svg") no-repeat;
  background-size: contain;
}
.header-logo .logo.white {
  background-image: url("../img/logo_w.svg");
}
.header-logo .logo.black {
  background-image: url("../img/logo_b.svg");
}
.header-logo.none {
  z-index: 1100;
  background-color: transparent;
}
.header-logo.none .logo {
  background-image: url("../img/logo_w.svg");
}

.under-text-contents {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 100px auto 120px auto;
  padding: 0;
}

.collection {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 100px auto 120px auto;
  padding: 0;
}
.collection .collection__lists .list {
  margin: 20px auto 0 auto;
}
.collection .collection__lists .list:first-child {
  margin-top: 0;
}
.collection .collection__lists .list img {
  display: block;
  margin: auto;
}
.collection .collection__lists .list p {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 14px;
}

.display-full {
  width: 100vw;
  height: 100lvh;
}
.display-full .txt {
  width: 100%;
  height: 100%;
}

.contact {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
}
.contact dt {
  width: 100%;
  font-size: 17px;
}
.contact dd {
  width: 100%;
  font-size: 17px;
  margin: 0 0 45px 0;
}
.contact dd:last-child {
  margin-bottom: 0;
}

.txt a {
  text-decoration: none;
}

p + p {
  margin-top: 30px;
}

.jp + .en {
  margin-top: 60px;
}

.snap-scroll-reset {
  margin: 0;
  padding: 0;
}

.pic_container {
  width: 100vw;
  height: 100dvh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
}
.pic_container__pic {
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  position: relative;
}
.pic_container__pic .pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: none;
  outline: none;
}

.txt-copy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0 0 0 0;
  z-index: 910;
  /*mix-blend-mode: difference;*/
}
.txt-copy .copy-group {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.txt-copy .copy-group.white {
  color: #fff;
}
.txt-copy .copy-group.black {
  color: #000;
}
.txt-copy.pic01 .txt-copy__01, .txt-copy.pic02 .txt-copy__01 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 18px;
}
.txt-copy.pic01 .txt-copy__02, .txt-copy.pic02 .txt-copy__02 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.footer {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  box-sizing: border-box;
  padding: 10px 0;
}

/* ハンバーガーボタン */
.hamburger {
  width: 15px;
  height: 10px;
  cursor: pointer;
  position: fixed;
  z-index: 1101;
  top: 25px;
  left: 30px;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span.white {
  background: #fff;
}
.hamburger span.black {
  background: #000;
}
.hamburger.active {
  top: 22px;
  transition: all 0.3s;
}
.hamburger.active span:nth-child(1) {
  top: 8px;
  background: #fff;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  top: 8px;
  background: #fff;
  transform: rotate(-45deg);
}

/* 背景オーバーレイ（白透過） */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(97, 97, 97, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1000;
  /* 中央のメニュー配置 */
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.overlay nav#main-nav {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* 子メニュー */
}
.overlay nav#main-nav .font-en {
  font-family: "EB Garamond";
  font-weight: 400;
}
.overlay nav#main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay nav#main-nav ul li {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 17px;
}
.overlay nav#main-nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1;
}
.overlay nav#main-nav ul li a:hover {
  text-decoration: none;
}
.overlay nav#main-nav .sub-menu {
  display: none;
}
.overlay nav#main-nav .sub-menu li {
  margin: 0;
}
.overlay nav#main-nav .sub-menu li a {
  font-size: 15px;
}
.overlay nav#main-nav.open > .sub-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

.embedbox {
  width: 100%;
  min-width: 360px;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .under-text-contents {
    margin-top: 90px;
    padding: 0 30px;
  }
  .collection {
    margin-top: 90px;
  }
  .collection .collection__lists .list {
    width: 100% !important;
  }
  .collection .collection__lists .list p {
    padding: 0 18px;
  }
  .hamburger {
    left: 20px;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}