@charset "UTF-8";
@import url("https://use.typekit.net/xzz7ckw.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

.l-inner .ftool-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  display: block;
  position: relative;
}
.l-inner .ftool-wrapper .col--02--Y {
  max-width: 100%;
}
.l-inner .ftool-wrapper img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover, a:active, a.active {
  color: #333333;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea, h2, h3, h4 {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 180px;
  height: 68px;
  background-image: url(../images/logo_relume_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

#header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#header .inner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#header .inner .title h2 {
  color: #FFF;
  font-family: "adobe-garamond-pro", serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
}
#header .inner .logo {
  width: 7.03125vw;
  position: absolute;
  top: calc(50% + 120px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#header .inner .photo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  will-change: transform;
}

.lead.on h3 {
  opacity: 1;
}
.lead.on .lead_text {
  opacity: 1;
}
.lead {
  width: calc(100% - 40px);
  padding: 100px 70px 150px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.lead h3 {
  padding: 0 0 20px;
  margin: 0 auto;
  color: #000;
  font-family: "new-hero", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.lead .lead_text {
  width: 100%;
  margin: 0 auto 0 0;
  padding: 0;
  text-align: center;
  display: block;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.03em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

#container {
  width: calc(100% - 40px);
  margin: 0 auto 0;
  padding: 0 0 100px;
  position: relative;
  box-sizing: border-box;
  font-size: 62.5%;
}
#container .looks {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}
#container .looks.last {
  padding-bottom: 0;
}
#container .looks .note {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: normal;
  padding: 0 0 200px;
  text-align: center;
}
#container .looks .sec {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#container .looks .sec:not(:last-child) {
  margin-bottom: 200px;
}
#container .looks .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#container .looks .sec .insec .photo {
  position: relative;
}
#container .looks .sec .insec.type1 {
  width: 50%;
}
#container .looks .sec .insec.type1.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type1.on .credits {
  opacity: 1;
}
#container .looks .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type1 .caption {
  width: 280px;
  margin-bottom: 10px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type2 {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#container .looks .sec .insec.type2 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type2 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type2 .photo:nth-child(1) {
  width: calc((100% - 20px) / 2);
  position: relative;
  margin: 0 auto;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type2 .photo:nth-child(2) {
  width: calc((100% - 20px) / 2);
  position: relative;
  margin: 0 auto;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type3 {
  width: 90%;
  margin: 0 auto 0;
}
#container .looks .sec .insec.type3.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type3.on .credits {
  opacity: 1;
}
#container .looks .sec .insec.type3 .photo {
  width: 100%;
  margin: 0 auto 30px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type4 {
  width: 60%;
  margin: 0 auto;
}
#container .looks .sec .insec.type4.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type4 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .info {
  width: 60%;
  margin: 0 auto 200px;
}
#container .info .staff {
  margin: 0 auto;
  padding: 0 0;
}
#container .info .staff .inner {
  width: 100%;
  text-align: center;
}
#container .info .staff .inner p {
  color: #000;
  font-family: "new-hero", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}

#footer {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #FFF;
}
#footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 300px 0 100px;
  position: relative;
}
#footer .infoot div .staff {
  margin: 0 auto 100px 0;
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-style: normal;
}
#footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
#footer .infoot div ul li:not(:last-child) {
  margin-bottom: 18px;
}
#footer .infoot div ul li a, #footer .infoot div ul li span {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
#footer .infoot div ul li a:hover, #footer .infoot div ul li span:hover {
  color: #000;
  opacity: 0.5;
}
#footer .infoot div p {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
#footer .infoot .pgtop {
  position: absolute;
  right: 0;
  bottom: 100px;
  writing-mode: vertical-rl;
}
#footer .infoot .pgtop a {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
#footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
  padding-top: 20px;
}
.credits dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits dl:not(:last-child) {
  margin-bottom: 8px;
}
.credits dl dt {
  padding: 2px 0;
  text-align: left;
}
.credits dl dt strong {
  color: #000;
  font-family: "new-hero", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits dl dt strong:last-child {
  flex-basis: 100%;
  color: #000;
  font-family: "new-hero", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits dl dt span {
  color: #000;
  font-family: "new-hero", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  margin-left: 5px;
}
.credits dl dd {
  margin-left: 14px;
}
.credits dl dd a {
  color: #FFF;
  font-family: "new-hero", sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 20px;
  display: block;
  background-color: #000;
}
.credits dl dd a:hover {
  opacity: 0.5;
}
.credits dl dd a {
  transition: all 0.25s ease-in 0s;
}
.credits dl dd .item-d-none a {
  display: none;
}
.credits dl dd .item-d-none span {
  color: #000;
  font-family: "new-hero", sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.slider li {
  width: 100%;
}

.slider img {
  border-radius: 0;
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 16px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  font-size: 40px; /* ドットのサイズ */
  color: #ccc; /* ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  color: #1C2E4A; /* アクティブなドットの色 */
  opacity: 1;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 180px;
    height: 39px;
  }
  #loader .bar {
    height: 8px;
  }
  .l-inner {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .l-inner .ftool-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-inner .ftool-wrapper a:hover {
    text-decoration: none;
  }
  .l-inner .ftool-wrapper ul li {
    list-style: none;
  }
  .l-inner .ftool-wrapper div {
    box-sizing: border-box;
  }
  .l-inner .ftool-wrapper .col--02--Y {
    max-width: 100%;
  }
  #header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #header .inner .title {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #header .inner .title h2 {
    color: #FFF;
    font-family: "adobe-garamond-pro", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
  }
  #header .inner .logo {
    width: 17.9487179487vw;
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    z-index: 1;
  }
  #header .inner .photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    will-change: transform;
  }
  .lead {
    width: calc(100% - 20px);
    padding: 40px 30px 100px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-color: #FFF;
  }
  .lead h3 {
    padding: 0 0 14px;
    margin: 0 auto;
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .lead .lead_text {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    display: block;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7rem;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  #container {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 60px;
  }
  #container .looks {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  #container .looks .note {
    width: 75.6756756757%;
    padding: 0 0 100px;
    margin: 0 auto;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
  }
  #container .looks .sec {
    width: 100%;
    padding: 0;
  }
  #container .looks .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  #container .looks .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #container .looks .sec .insec h4 {
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  #container .looks .sec .insec .photo {
    position: relative;
  }
  #container .looks .sec .insec.type1 {
    width: 80%;
  }
  #container .looks .sec .insec.type1 .photo {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  #container .looks .sec .insec.type2 {
    width: 100%;
    padding: 0 20px;
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(1) {
    width: 100%;
    position: relative;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(2) {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  #container .looks .sec .insec.type3 {
    width: 100%;
    margin: 0 auto 0;
  }
  #container .looks .sec .insec.type3 .photo {
    width: 100%;
    margin: 0 auto 0;
  }
  #container .looks .sec .insec.type3 .credits {
    padding: 20px 20px 0;
  }
  #container .looks .sec .insec.type4 {
    width: 90%;
    margin: 0 auto;
  }
  #container .looks .sec .insec.type4 .photo {
    width: 100%;
    position: relative;
  }
  #container .info {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
  }
  #container .info .staff {
    margin: 0 auto;
    padding: 0 0;
  }
  #container .info .staff .inner {
    width: 100%;
    text-align: center;
  }
  #container .info .staff .inner p {
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 11px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 0em;
    font-style: normal;
  }
  #footer {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: inherit;
  }
  #footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
  }
  #footer .infoot div .staff {
    margin: 0 auto 50px 0;
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #footer .infoot div ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  #footer .infoot div ul li a, #footer .infoot div ul li span {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #footer .infoot div p {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  #footer .infoot .pgtop {
    position: absolute;
    right: 10px;
    bottom: 40px;
    writing-mode: vertical-rl;
  }
  #footer .infoot .pgtop a {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
    padding-top: 20px;
  }
  .credits dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits dl:not(:last-child) {
    margin-bottom: 8px;
  }
  .credits dl dt {
    padding: 2px 0;
    text-align: left;
  }
  .credits dl dt strong {
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 11px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits dl dt strong:not(:first-child) {
    margin-left: 3px;
  }
  .credits dl dt strong:last-child {
    flex-basis: 100%;
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 11px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits dl dt span {
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 11px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    margin-left: 3px;
  }
  .credits dl dd {
    margin-left: 12px;
  }
  .credits dl dd a {
    color: #FFF;
    font-family: "new-hero", sans-serif;
    font-size: 11px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: none;
    padding: 4px 10px;
    display: block;
    background-color: #000;
  }
  .credits dl dd a:hover {
    opacity: 0.5;
  }
  .credits dl dd a {
    transition: all 0.25s ease-in 0s;
  }
  .credits dl dd .item-d-none a {
    display: none;
  }
  .credits dl dd .item-d-none span {
    color: #000;
    font-family: "new-hero", sans-serif;
    font-size: 11px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  .credits dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */