@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	トップページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.elem_pc {
  display: contents;
}

@media screen and (min-width: 768px) {
  .elem_sp {
    display: contents;
  }
  .elem_pc {
    display: revert;
  }
}
.inactive {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.opening {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
}
.opening #progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  position: relative;
  font-family: "EB Garamond", serif;
}
.opening .logo {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  left: 2rem;
  width: 21.33%;
}
.opening .phese_01, .opening .phese_02 {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.opening .phese_01 .bg img, .opening .phese_02 .bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.opening .phese_01 .txt, .opening .phese_02 .txt {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: bold;
}
.opening .phese_01 .txt .linear, .opening .phese_02 .txt .linear {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(135deg, #fff 0%, #fff 50%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background-size: 400%;
  background-position-x: 100%;
}
.opening .phese_01.on, .opening .phese_02.on {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
.opening .phese_01.on .txt.on .linear, .opening .phese_02.on .txt.on .linear {
  background-position-x: 0%;
  transition: background-position 3.6s ease-out;
}
.opening .phese_01.on .txt.on .linear.delay_2, .opening .phese_02.on .txt.on .linear.delay_2 {
  transition-delay: 0.6s;
}
.opening .phese_01.on .txt.on .linear.delay_3, .opening .phese_02.on .txt.on .linear.delay_3 {
  transition-delay: 1.2s;
}
.opening .skip {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.opening .skip .skip_btn {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 26px;
  line-height: 1;
  text-align: center;
  color: #AA8E59;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #AA8E59;
}
.opening .skip .skip_btn .icon {
  font-size: 0.8em;
}
.opening .skip .skip_btn::before {
  content: "";
}

.mv_cap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  padding: 1rem;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.mv_cap::before {
  position: absolute;
  top: 1px;
  left: 0;
  transform: translate(0, -100%);
  width: 100%;
  height: 3.5rem;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
  content: "";
}

.mv {
  position: relative;
  padding-bottom: 3rem;
}
.mv .mv__image {
  transition: all 0.3s;
}
.mv .mv__copy {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1.6;
  letter-spacing: 0.28em;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: bold;
  font-size: 3rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: all 1.8s ease-out;
  filter: blur(3px);
}
.mv .mv__copy.on {
  opacity: 1;
  filter: blur(0);
  transition-delay: 1.2s;
}

@media screen and (min-width: 768px) {
  .opening .logo {
    top: 4rem;
    left: 4rem;
    width: 10rem;
  }
  .opening .phese_01, .opening .phese_02 {
    padding: 0;
  }
  .opening .phese_01 .txt, .opening .phese_02 .txt {
    top: 14rem;
    font-size: 3rem;
    line-height: 2;
  }
  .opening .phese_01 .mv_cap, .opening .phese_02 .mv_cap {
    background: none;
    padding: 2rem;
    font-size: 1.2rem;
  }
  .opening .phese_01 .mv_cap::before, .opening .phese_02 .mv_cap::before {
    display: none;
  }
  .opening .phese_02 .txt {
    top: 17rem;
  }
  .mv {
    padding-bottom: 0;
  }
  .mv .mv__copy {
    writing-mode: initial;
    top: 16rem;
    color: #231815;
    font-size: 4rem;
  }
  .mv .cap::before {
    background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
  }
}
@media screen and (min-width: 1024px) {
  .opening .skip {
    bottom: 36px;
  }
}
.action {
  padding: 4rem 2.5rem 5rem;
  background: #3E3A39;
  box-sizing: border-box;
}
.action .action_inner {
  max-width: 800px;
  margin: 0 auto;
}
.action .action_title {
  margin-bottom: 4rem;
}
.action .action_title .logo {
  width: 13rem;
  margin: 0 auto 3rem;
}
.action .action_title .ttl {
  color: #FFF;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.action .action_min {
  margin-bottom: 2.5rem;
}
.action .action_min .item {
  padding: 1.5rem 0;
  border-bottom: 0.05rem solid #9FA0A0;
  color: #FFF;
  font-size: 1.8rem;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
}
.action .action_min .item small {
  font-size: 1rem;
}
.action .action_min .item b {
  font-size: 2.5rem;
}
.action .action_min .item .line {
  display: inline-block;
  font-size: 1rem;
  vertical-align: sub;
}
.action .action_point {
  display: grid;
  gap: 0.5rem;
}
.action .action_point .item {
  flex: 0 0 100%;
  padding: 1.2em 0;
  box-sizing: border-box;
  color: #AA8E59;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.action .action_point .item ._l {
  color: #AA8E59;
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .action {
    padding: 8rem 4rem 14rem;
  }
  .action .action_inner {
    max-width: 800px;
  }
  .action .action_title {
    margin-bottom: 4rem;
  }
  .action .action_title .logo {
    width: 22rem;
    margin-bottom: 5rem;
  }
  .action .action_title .ttl {
    font-size: 4rem;
  }
  .action .action_min {
    margin-bottom: 9rem;
  }
  .action .action_min .item {
    padding: 2.5rem 0 2rem;
    font-size: 2.5rem;
  }
  .action .action_min .item > * {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
  }
  .action .action_min .item small, .action .action_min .item .note {
    font-size: 1.2rem;
  }
  .action .action_min .item b {
    font-size: 3.5rem;
  }
  .action .action_min .item .line {
    display: block;
    line-height: 0.5;
    letter-spacing: 0;
    margin-top: -0.5rem;
  }
  .action .action_point {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6rem 0;
    width: min(1160px, 100%);
    margin: 0 auto;
  }
  .action .action_point .item {
    padding: 0;
    font-size: min(17px, 1.6rem);
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .action .action_point .item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.message {
  position: relative;
  background: #3E3A39;
  padding: 4rem 0;
  overflow: hidden;
}
.message .message_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.message .message_bg img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.message .message_bg .bg_item {
  display: grid;
  gap: 0.5rem;
}
.message .message_bg .bg_item .item {
  position: relative;
  aspect-ratio: 1;
}
.message .message_bg .bg_item .item picture {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.message .message_bg .bg_item .item .cap {
  bottom: 0;
  text-shadow: 0 0 5px black;
  color: #FFF;
  padding: 0 0.8rem 0.5rem;
}
.message .message_bg .bg_item .item .cap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
  content: "";
}
.message .message_bg .bg_item.pc-tab {
  display: none;
}
.message .message_cont {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
  padding: 4rem 2.5rem 6rem;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.message .message_cont .ttl {
  margin-bottom: 1rem;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.message .message_cont .txt {
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.96;
}
.message .message_cont .txt small {
  font-size: 0.6em;
  vertical-align: text-top;
}
.message .message_cont .note {
  margin-top: 0.5em;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.message .message_cont .copy {
  margin-top: 4rem;
}
.message .message_cont .copy img {
  width: 18.4rem;
}

@media screen and (min-width: 768px) {
  .message {
    padding: 15rem 0;
  }
  .message .message_bg {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 0 1.5rem;
  }
  .message .message_bg .bg_item {
    gap: 1rem;
  }
  .message .message_bg .bg_item .cap {
    padding: 0 1.5rem 1rem;
  }
  .message .message_bg .bg_item.sp {
    display: none;
  }
  .message .message_bg .bg_item.pc-tab {
    display: grid;
  }
  .message .message_cont {
    max-width: 900px;
    padding: 9rem 2rem 10rem;
    text-align: center;
  }
  .message .message_cont .ttl {
    margin-bottom: 3.5rem;
    font-size: 3.5rem;
  }
  .message .message_cont .txt {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.33;
  }
  .message .message_cont .note {
    font-size: 1.2rem;
  }
  .message .message_cont .copy img {
    width: 24rem;
  }
}
#links {
  background: #3e3a39;
  padding-top: 5rem;
}

#links_bottom .add_bnr {
  margin-top: 5rem;
}
#links_bottom .add_bnr .item {
  display: block;
  width: min(806px, 80%);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #links {
    padding-top: 14rem;
  }
  #links_bottom .add_bnr {
    margin-top: 10rem;
  }
}
.special {
  background: #FFF;
  padding: 3.5rem 0 0;
  overflow: hidden;
}
.special .special_ttl {
  margin-bottom: 1.5rem;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  color: #EDE7DA;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  transform: translate(3.5rem, 0);
  white-space: nowrap;
}
.special .special_cont {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 3rem 4rem;
}
.special .special_cont:hover .bg img {
  transform: scale(1.05);
}
.special .special_cont.coming_soon {
  pointer-events: none;
}
.special .special_cont.coming_soon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(35, 24, 21, 0.7);
  content: "Coming Soon";
  display: grid;
  place-content: center;
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.special .special_cont .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.special .special_cont .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  transition: 0.3s;
  content: "";
}
.special .special_cont .bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.special .special_cont .cont {
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: left;
}
.special .special_cont .cont .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.special .special_cont .cont .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(to right, #FFF 1.5rem, #9FA0A0 1.5rem);
  content: "";
}
.special .special_cont .cont .title .en {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.special .special_cont .cont .copy {
  margin-top: 2.5rem;
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
.special .special_cont .cont .arrow {
  width: 2rem;
  margin: 3.5rem auto 0 0;
}
.special .special_cont .cap {
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 0 0.8rem 0.8rem 0;
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
  font-size: 1rem;
  text-shadow: none;
  color: #FFF;
  text-align: right;
}
.special .special_cont .cap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4.5rem;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
  content: "";
}

@media screen and (min-width: 768px) {
  .special {
    padding: 13rem 0 0;
  }
  .special .special_ttl {
    margin-bottom: 2rem;
    font-size: 8rem;
    text-align: center;
    transform: translate(0, 0);
  }
  .special .special_cont {
    box-sizing: border-box;
    padding: 16rem 20rem 8rem;
  }
  .special .special_cont.coming_soon::after {
    font-size: 2.5rem;
  }
  .special .special_cont .cont .title {
    margin-bottom: 4rem;
  }
  .special .special_cont .cont .title .en {
    font-size: 2.5rem;
  }
  .special .special_cont .cont .copy {
    font-size: 2rem;
  }
  .special .special_cont .cont .arrow {
    margin-top: 7rem;
  }
  .special .special_cont .cap {
    padding: 0 1.5rem 1.2rem;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */
