@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
@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;
  overflow-x: hidden;
  overflow-x: clip;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: static;
  left: 0px;
  top: 0px;
}
body.looking {
  overflow: hidden;
}

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

a:hover, a:active, a.active {
  color: #461230;
  opacity: 0.5;
}

#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

h1, form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*--------- 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%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  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 {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

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

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .main_visual {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main .main_visual_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .main_visual_inner.on .title {
  opacity: 1;
}
main .main_visual_inner .main_title {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 5;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-style: normal;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
main .main_visual_inner .main_title.on {
  opacity: 1;
}
main .main_visual_inner .sub_title {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 6;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
main .main_visual_inner .photo {
  width: 100%;
  position: relative;
}
main .main_visual_inner .photo::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: solid 1px #000;
  pointer-events: none;
  z-index: 2;
}
main .main_visual_inner .photo ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .main_visual_inner .photo ul li {
  width: 50%;
}
main .main_contents {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
main .main_contents .lead,
main .main_contents .functionSection_inner_first .title,
main .main_contents .functionSection_inner_first .caption,
main .main_contents .functionSection_inner_second .caption,
main .main_contents .functionSection_inner_second .about_coveross,
main .main_contents .looks_inner .title,
main .main_contents .looks_inner .image,
main .main_contents .looks_inner .slider_loop_l,
main .main_contents .items_inner .title,
main .main_contents .items_inner .item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
main .main_contents .lead.on,
main .main_contents .functionSection_inner_first .title.on,
main .main_contents .functionSection_inner_first .caption.on,
main .main_contents .functionSection_inner_second .caption.on,
main .main_contents .functionSection_inner_second .about_coveross.on,
main .main_contents .looks_inner .title.on,
main .main_contents .looks_inner .image.on,
main .main_contents .looks_inner .slider_loop_l.on,
main .main_contents .items_inner .title.on,
main .main_contents .items_inner .item.on {
  opacity: 1;
  transform: translateY(0);
}
main .main_contents .lead {
  width: 762px;
  margin: 20rem auto;
  text-align: center !important;
}
main .main_contents .lead .lead_text {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .lead .lead_text:not(:last-child) {
  padding-bottom: 1rem;
}
main .main_contents .functionSection {
  width: 100%;
  background-color: #E6EBEE;
}
main .main_contents .functionSection_inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  overflow: visible;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .main_contents .functionSection_inner_first {
  width: 40%;
  padding: 10.8rem 0;
  position: sticky;
  top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.8rem;
}
main .main_contents .functionSection_inner_first .title h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 1.6rem;
}
main .main_contents .functionSection_inner_first .title .title_jp {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_first .caption {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px, 0;
}
main .main_contents .functionSection_inner_first .caption h3 {
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 5.8rem;
}
main .main_contents .functionSection_inner_first .caption .photo {
  width: calc((100% - 20px) / 2);
  border-radius: 10px;
  overflow: hidden;
}
main .main_contents .functionSection_inner_first .caption .text {
  width: 100%;
  padding-top: 1rem;
}
main .main_contents .functionSection_inner_first .caption .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_first .caption .text p:not(:last-child) {
  padding-bottom: 0.8rem;
}
main .main_contents .functionSection_inner_second {
  width: 50%;
  padding: 10.8rem 0;
}
main .main_contents .functionSection_inner_second .caption {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px, 0;
}
main .main_contents .functionSection_inner_second .caption:not(:last-child) {
  padding-bottom: 6rem;
}
main .main_contents .functionSection_inner_second .caption.caption_single_column .crsdits_sp {
  display: none;
}
main .main_contents .functionSection_inner_second .caption h3 {
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 1.6rem;
}
main .main_contents .functionSection_inner_second .caption .photo {
  width: calc((100% - 20px) / 2);
  border-radius: 10px;
  overflow: hidden;
}
main .main_contents .functionSection_inner_second .caption .photo h4 {
  padding-bottom: 1rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_second .caption .photo .crsdits {
  padding: 2rem 0 0;
}
main .main_contents .functionSection_inner_second .caption .photo .crsdits dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
main .main_contents .functionSection_inner_second .caption .photo .crsdits dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_second .caption .photo .crsdits dl dd {
  width: 100%;
}
main .main_contents .functionSection_inner_second .caption .photo .crsdits dl dd a {
  width: 100%;
  padding: 5px 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  display: block;
  border: solid 1px #000;
}
main .main_contents .functionSection_inner_second .caption .photo .crsdits dl dd a:hover {
  opacity: 0.5;
}
main .main_contents .functionSection_inner_second .caption .text {
  width: 100%;
  padding-bottom: 2rem;
}
main .main_contents .functionSection_inner_second .caption .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_second .caption .text p:not(:last-child) {
  padding-bottom: 0.8rem;
}
main .main_contents .functionSection_inner_second .about_coveross {
  padding: 2rem;
  border: solid 2px #000;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
main .main_contents .functionSection_inner_second .about_coveross .logo {
  width: calc((100% - 30px) * 0.3);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #000;
}
main .main_contents .functionSection_inner_second .about_coveross .logo img {
  width: 80%;
  margin: 0 auto 0 0;
  display: block;
}
main .main_contents .functionSection_inner_second .about_coveross .text {
  width: calc((100% - 30px) * 0.7);
}
main .main_contents .functionSection_inner_second .about_coveross .text h5 {
  padding-bottom: 1rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_second .about_coveross .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .functionSection_inner_second .about_coveross .text p:not(:last-child) {
  padding-bottom: 0.8rem;
}
main .main_contents .looks {
  width: 100%;
  margin: 0 auto;
  padding: 10.8rem 0;
}
main .main_contents .looks_inner {
  width: 100%;
}
main .main_contents .looks_inner .title {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto 6rem;
}
main .main_contents .looks_inner .title h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 1.6rem;
}
main .main_contents .looks_inner .title .title_jp {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .looks_inner .image {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto 10.8rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .main_contents .looks_inner .image > div {
  width: calc((100% - 20px) / 2);
}
main .main_contents .items {
  width: 100%;
  margin: 0 auto;
  padding: 10.8rem 0;
  background-color: #E6EBEE;
}
main .main_contents .items_inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}
main .main_contents .items_inner .title {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto 6rem;
}
main .main_contents .items_inner .title h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 1.6rem;
}
main .main_contents .items_inner .title .title_jp {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .items_inner .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
main .main_contents .items_inner .item:not(:last-child) {
  margin-bottom: 10rem;
}
main .main_contents .items_inner .item h3 {
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .items_inner .item > div {
  width: calc((100% - 40px) / 3);
}
main .main_contents .credits {
  width: 100%;
  margin: 1.5rem auto;
}

/* ---- common ---- */
.credits {
  width: 100%;
  margin: 0 auto;
}
.credits > div:not(:last-child) {
  margin-bottom: 0;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.credits > div .note {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div .thumb {
  width: 90px;
}
.credits > div dl {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  width: 100%;
}
.credits > div dl dt:not(:last-child) {
  margin-right: 10px;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong:not(:last-child) {
  margin-right: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-right: 5px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 20px 3px;
  display: block;
  border: solid 1px #000;
}

@media screen and (min-width: 769px) {
  main .main_contents .looks .looks_overlay_credits {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 8rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease-out 0s;
  }
  main .main_contents .looks .looks_overlay_credits > div,
  main .main_contents .looks .looks_overlay_credits > div dl {
    width: auto;
  }
  main .main_contents .looks .looks_overlay_credits.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  header .header_inner {
    height: 100vh;
    padding: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .header_inner_title h1 {
    padding-bottom: 1rem;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  header .header_inner_title p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  header .header_inner .labels {
    width: 30rem;
    margin: -3rem auto 0 3rem;
  }
  header .header_inner_nav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s ease, transform 0.35s ease;
    will-change: opacity, transform;
  }
  header .header_inner_nav ul {
    margin: 5rem auto 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  header .header_inner_nav ul li {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  header .header_inner_nav ul li a {
    color: #000;
    text-decoration: none;
  }
  header .header_inner_footLogo {
    width: 7.2rem;
  }
  body.is-mobile-nav-hidden header .header_inner_nav {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    pointer-events: none;
  }
  body.is-mobile-nav-fixed header .header_inner_nav {
    position: fixed;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 30;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  body.is-mobile-nav-fixed header .header_inner_nav ul {
    margin: 0;
    gap: 1.2rem;
  }
  body.is-mobile-nav-fixed header .header_inner_nav ul li {
    color: #000;
  }
  body.is-mobile-nav-fixed header .header_inner_nav ul li a {
    color: #000;
  }
  body.is-mobile-nav-on-media.is-mobile-nav-fixed header .header_inner_nav ul li {
    color: #FFF;
  }
  body.is-mobile-nav-on-media.is-mobile-nav-fixed header .header_inner_nav ul li a {
    color: #FFF;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: sticky;
    top: var(--sticky-offset);
    background-color: #FFF;
  }
  main .notoverlap {
    position: relative;
  }
  main .main_visual {
    width: 100vw;
    margin: 0 auto;
  }
  main .main_visual_inner {
    margin: 0 auto;
    position: relative;
  }
  main .main_visual_inner .main_title {
    position: absolute;
    left: 3rem;
    top: 3rem;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    font-style: normal;
    text-align: left;
  }
  main .main_visual_inner .sub_title {
    left: 3rem;
    bottom: 3rem;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  main .main_visual_inner .photo {
    width: 100%;
    position: relative;
  }
  main .main_visual_inner .photo::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: solid 1px #000;
    pointer-events: none;
    z-index: 2;
  }
  main .main_visual_inner .photo ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .main_visual_inner .photo ul li {
    width: 50%;
  }
  main .main_contents {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }
  main .main_contents .lead {
    width: 80%;
    margin: 6rem auto;
    text-align: left;
  }
  main .main_contents .lead .lead_text {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .lead .lead_text:not(:last-child) {
    padding-bottom: 1rem;
  }
  main .main_contents .functionSection {
    padding: 5rem 2rem;
  }
  main .main_contents .functionSection .caption.caption_single_column .photo {
    width: 100%;
  }
  main .main_contents .functionSection .caption.caption_single_column .crsdits_pc {
    display: none;
  }
  main .main_contents .functionSection .caption.caption_single_column .crsdits_sp {
    display: block;
  }
  main .main_contents .functionSection .caption.caption_single_column .photo.photo_with_sp_credit {
    overflow: visible;
    border-radius: 0;
  }
  main .main_contents .functionSection .caption.caption_single_column .photo.photo_with_sp_credit > img {
    border-radius: 10px;
  }
  main .main_contents .functionSection .caption.caption_single_column .photo.photo_with_sp_credit .crsdits_sp {
    padding-top: 2rem;
  }
  main .main_contents .functionSection_inner {
    max-width: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5rem;
  }
  main .main_contents .functionSection_inner_first, main .main_contents .functionSection_inner_second {
    width: 100%;
    padding: 0;
    position: static;
    top: auto;
    height: auto;
  }
  main .main_contents .functionSection_inner_second .about_coveross {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.6rem;
  }
  main .main_contents .functionSection_inner_second .about_coveross .logo {
    width: 100%;
    padding-bottom: 1.6rem;
    border-right: none;
    border-bottom: solid 1px #000;
  }
  main .main_contents .functionSection_inner_second .about_coveross .logo img {
    width: 50%;
    margin: 2rem auto;
    display: block;
  }
  main .main_contents .functionSection_inner_second .about_coveross .text {
    width: 100%;
  }
  main .main_contents .functionSection_inner_first {
    gap: 5rem;
  }
  main .main_contents .functionSection_inner_first .title h2 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 1.2rem;
  }
  main .main_contents .functionSection_inner_first .title .title_jp {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .functionSection_inner_first .caption {
    gap: 10px, 0;
  }
  main .main_contents .functionSection_inner_first .caption h3 {
    width: 100%;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 4.8rem;
  }
  main .main_contents .functionSection_inner_first .caption .photo {
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
    overflow: hidden;
  }
  main .main_contents .functionSection_inner_first .caption .text {
    width: 100%;
    padding-top: 1rem;
  }
  main .main_contents .functionSection_inner_first .caption .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .functionSection_inner_first .caption .text p:not(:last-child) {
    padding-bottom: 0.8rem;
  }
  main .main_contents .items {
    width: 100%;
    padding: 5rem 0;
  }
  main .main_contents .items_inner {
    width: 100%;
    padding: 0 2rem;
  }
  main .main_contents .items .title {
    margin-bottom: 4rem;
  }
  main .main_contents .items .title h2 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 1.2rem;
  }
  main .main_contents .items .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem 1rem;
  }
  main .main_contents .items .item:not(:last-child) {
    margin-bottom: 6rem;
  }
  main .main_contents .items .item h3 {
    width: 100%;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .items .item > div {
    width: calc((100% - 1rem) / 2);
  }
  main .main_contents .items .item > div:only-child {
    width: 100%;
  }
  main .main_contents .items_wrapper h2.title {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  main .main_contents .items_wrapper .slider_loop_l li,
  main .main_contents .items_wrapper .slider_loop_r li {
    width: 66.6666666667%;
  }
  main .main_contents .items .credits {
    margin: 2rem 0;
    padding: 0;
    box-sizing: border-box;
  }
  main .main_contents .items .credits .credits_items_wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div .note {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
    padding-top: 0;
    text-align: left;
  }
  main .main_contents .items .credits .credits_items_wrapper > div .thumb {
    width: 6.4rem;
    flex: 0 0 8.4rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl {
    width: calc(100% - 10rem);
    min-width: 0;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dt {
    width: 100% !important;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dt strong {
    font-size: 1.1rem;
    line-height: 1;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dt strong:first-child {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dd {
    margin-top: 1rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dd strong {
    font-size: 1.2rem;
    margin-right: 1.2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dd a {
    font-size: 1.2rem;
    padding: 0.4rem 1.4rem;
  }
  main .main_contents .looks {
    width: 100vw;
    margin: 0 auto;
    padding: 5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .main_contents .looks_inner {
    width: 100%;
    padding: 0 2rem;
  }
  main .main_contents .looks_inner .title {
    margin: 0 auto 4rem;
  }
  main .main_contents .looks_inner .title h2 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 1.2rem;
  }
  main .main_contents .looks_inner .title .title_jp {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .looks_inner .image {
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  main .main_contents .looks_inner .image > div {
    width: 100%;
  }
  main .main_contents .looks_inner > div:last-child {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
  main .main_contents .looks .looks_item {
    width: 100%;
    position: relative;
    margin-bottom: 6rem;
  }
  main .main_contents .looks .looks_item.has_overlay_credits::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.25s ease-out 0s;
  }
  main .main_contents .looks .looks_item.has_overlay_credits.is-overlay-open::before {
    opacity: 1;
    visibility: visible;
  }
  main .main_contents .looks Ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  main .main_contents .looks Ul li {
    width: 100%;
    margin-bottom: 0;
  }
  main .main_contents .looks Ul li::after {
    display: none;
  }
  main .main_contents .looks .looks_toggle_trigger {
    cursor: pointer;
  }
  main .main_contents .looks .looks_overlay_credits {
    display: block;
    width: 100%;
    max-width: none;
    padding: 2rem 2rem 0;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  main .main_contents .looks .looks_overlay_credits > div dl dt strong, main .main_contents .looks .looks_overlay_credits > div dl dt span {
    color: #000;
  }
  main .main_contents .looks .looks_overlay_credits > div dl dd a {
    color: #000;
    border-color: #000;
  }
  main .main_contents .looks .staff {
    padding: 10rem 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div:not(.credits_items_wrapper) {
    width: 100%;
  }
  .credits > div:not(.credits_items_wrapper):not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dt {
    width: auto;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dd {
    width: auto;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dd a {
    display: none;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dd span {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div:not(.credits_items_wrapper) dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div:not(.credits_items_wrapper) dl dt {
    padding: 2px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div:not(.credits_items_wrapper) dl dt strong {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 0.7;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div:not(.credits_items_wrapper) dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div:not(.credits_items_wrapper) dl dt strong:last-child {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 0.7rem;
  }
  .credits > div:not(.credits_items_wrapper) dl dt .s {
    font-size: 1rem;
  }
  .credits > div:not(.credits_items_wrapper) dl dt span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 0.7;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div:not(.credits_items_wrapper) dl dt span:last-of-type {
    display: none;
  }
  .credits > div:not(.credits_items_wrapper) dl dd {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .credits > div:not(.credits_items_wrapper) dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 0.7;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: none;
    padding: 3px 20px 3px;
    display: block;
    border: solid 1px #000;
  }
  .credits > div:not(.credits_items_wrapper) dl dd span {
    display: none;
  }
}
/* credits dt width fix (override any later/compiled conflicts) */
.credits .credits_items_wrapper > div > dl > dt {
  display: inline-block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;
  align-self: flex-start;
}

.credits .credits_items_wrapper > div > dl > dt > strong:first-child {
  display: block !important;
  width: auto !important;
  margin-bottom: 8px !important;
}

/* CMS global CSS override guard for sticky block */
@media screen and (min-width: 769px) {
  #container .main_contents,
  #container .main_contents .functionSection,
  #container .main_contents .functionSection_inner {
    overflow: visible !important;
  }
  #container .main_contents .functionSection_inner {
    align-items: flex-start !important;
  }
  #container .main_contents .functionSection_inner_first {
    position: sticky !important;
    top: 2rem !important;
    align-self: flex-start !important;
    z-index: 3;
  }
  #container .main_contents .functionSection_inner_first.is-sticky-fallback {
    position: relative !important;
    top: 0 !important;
    will-change: transform;
  }
}
@media screen and (max-width: 768px) {
  .credits .credits_items_wrapper > div > dl > dt > strong:first-child {
    margin-bottom: 5px !important;
  }
}/*# sourceMappingURL=style.css.map */