@charset "UTF-8";
/*==================================================
reset
==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 200;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  transition: opacity 0.4s;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }
  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}
/*==================================================
root
==================================================*/
:root {
  --js-breakpoint-sp: 767px;
  --js-breakpoint-md: 1023px;
  --js-breakpoint-lg: 1179px;
  /*size*/
  --site-width: 1680px;
  --site-padding: 40px;
  /*font*/
  --font-color: #333;
  --font-large: 1.6rem;
  --font-base: 1.4rem;
  --font-title: 6.4rem;
  --font-jp: "Noto Serif JP",
    serif;
  --font-en: "Roboto",
    sans-serif;
  --font-en02: "Bacasime Antique",
    serif;
  --base-line: 1.6;
}

@media all and (min-width: 768px) and (max-width: 1080px) {
  :root {
    /*size*/
    --site-padding: 35px;
    /*font*/
    --font-base: 1.3rem;
    --font-large: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  :root {
    /*size*/
    --site-padding: 35px;
    /*font*/
    --font-base: 1.3rem;
    --font-large: 1.4rem;
    --font-title: 3.2rem;
  }
}
@media all and (max-width: 389px) {
  :root {
    /*size*/
    --site-padding: 30px;
    /*font*/
    --font-base: 1.25rem;
  }
}
/*==================================================
sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: var(--font-color);
  line-height: var(--base-line);
}

body {
  font-size: var(--font-base);
  background: #fbfbfb;
}

/*==================================================
l-header
==================================================*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  padding: 10px 50px;
}
@media all and (max-width: 1023px) {
  .l-header {
    padding: 10px 35px;
  }
}
@media all and (max-width: 767px) {
  .l-header {
    padding: 10px var(--site-padding) 10px 20px;
  }
}
@media all and (max-width: 767px) {
  .l-header-logo {
    width: 136px;
  }
}
.l-header-nav {
  display: flex;
  align-items: center;
  gap: 80px;
}
.l-header-list {
  display: flex;
  gap: 50px;
}
@media all and (max-width: 767px) {
  .l-header-list {
    display: none;
  }
}
.l-header-list a {
  font-family: var(--font-en);
  font-size: 1.6rem;
  color: #333;
  font-weight: 300;
  line-height: 1;
}
.l-header-button {
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36PX;
  height: 20px;
  background: none;
  border: none;
  display: block;
}
.l-header-button__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: #333;
  transition: all 0.4s;
}
.l-header-button__line:nth-child(1) {
  top: 0;
}
.l-header-button__line:nth-child(2) {
  top: calc(50% - 2px);
}
.l-header-button__line:nth-child(3) {
  bottom: 0;
}
.l-header-button.-show .l-header-button__line:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.l-header-button.-show .l-header-button__line:nth-child(2) {
  display: none;
}
.l-header-button.-show .l-header-button__line:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}

/*==================================================
l-footer
==================================================*/
.l-footer {
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: #fbfbfb;
}
.l-footer.home {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  .l-footer {
    flex-direction: column;
    gap: 20px;
    padding: 40px var(--site-padding) 20px var(--site-padding);
  }
}
.l-footer-copy {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  .l-footer-copy {
    order: 2;
  }
}
.l-footer-list {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 767px) {
  .l-footer-list {
    order: 1;
  }
}
.l-footer-list a {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

/*==================================================
l-drawer
==================================================*/
.l-drawer {
  transition: opacity 1s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 0;
  width: 400px;
  height: 100lvh;
  padding: 80px 40px;
  background: rgba(232, 232, 232, 0.9);
}
@media all and (max-width: 767px) {
  .l-drawer {
    width: 80%;
  }
}
.l-drawer.show {
  opacity: 1;
  pointer-events: auto;
}
.l-drawer-close {
  overflow: hidden;
  position: fixed;
  right: 50px;
  top: 15px;
  bottom: 0;
  width: 36PX;
  height: 36px;
  background: none;
  border: none;
  display: block;
}
@media all and (max-width: 767px) {
  .l-drawer-close {
    right: 35px;
  }
}
.l-drawer-close__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: #333;
  transition: all 0.4s;
}
.l-drawer-close__line:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.l-drawer-close__line:nth-child(2) {
  top: 50%;
  transform: rotate(45deg);
}
.l-drawer > ul {
  display: grid;
  gap: 25px;
}
.l-drawer > ul > li > a {
  font-size: 2rem;
  font-family: var(--font-en);
}
.l-drawer > ul > li ul {
  display: grid;
  gap: 10px;
  height: auto;
  padding: 10px 10px 10px 1em;
}
.l-drawer > ul > li ul a {
  font-size: 1.8rem;
  font-family: var(--font-en);
}
.l-drawer > ul > li ul a:before {
  content: "-";
  margin-right: 10px;
}

/*==================================================
module
==================================================*/
.link-more {
  display: block;
  width: fit-content;
  padding: 0 10px 5px 5px;
  border-bottom: 1px solid #333;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: var(--font-base);
}
.link-more__arrow {
  padding-right: 45px;
  background: url("../img/more-arrow.svg") no-repeat right center;
}
.link-more--white {
  border-color: #fff;
  color: #fff;
}
.link-more--white .link-more__arrow {
  background-image: url("../img/more-arrow-wh.svg");
}
.link-more--center {
  margin-inline: auto auto;
}

/*==================================================
page
==================================================*/
.fv {
  position: relative;
  background: #fbfbfb;
  height: 300vh;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .fv {
    height: 300lvh;
  }
}
.fv-inner {
  position: fixed;
  z-index: 1;
  inset: 0;
  margin: auto;
  transform: translateX(clamp(0px, -0.7320644217vw, -10px));
  width: 100%;
  max-width: 1120px;
  height: 100lvh;
}
.fv-mask {
  position: fixed;
  inset: 0;
  z-index: -1;
  mask-image: url("../img/fv-mask-rect.svg"), url("../img/fv-mask-circle.svg"), url("../img/fv-mask-circle-02.svg");
  mask-repeat: repeat-y, no-repeat, no-repeat;
  mask-position: 410px center, left top, 530px 300px;
  mask-size: 345px auto, 1090px auto, 400px 400px;
  height: 100lvh;
}
@media all and (max-width: 1023px) {
  .fv-mask {
    mask-position: center, -27vw top, 55vw 35vw;
    mask-size: 40vw auto, 150vw auto, 50vw 50vw;
  }
}
@media all and (max-width: 767px) {
  .fv-mask {
    mask-image: url("../img/sp-fv-mask.svg");
    mask-size: 100%;
    mask-image: none;
  }
}
.fv-mask:after {
  content: "";
  position: absolute;
  left: 505px;
  top: 280px;
  z-index: 10;
  display: block;
  width: 450px;
  height: 450px;
  background: url("../img/fv-mask-circle-03.svg") no-repeat center/contain;
}
@media all and (max-width: 1023px) {
  .fv-mask:after {
    top: 30vw;
    left: 50vw;
    width: 60vw;
    height: 60vw;
  }
}
@media all and (max-width: 767px) {
  .fv-mask:after {
    top: 0;
    left: 0;
    width: 3.5vw;
    height: 100lvh;
    background: url("../img/sp-fv-left.png") no-repeat left top/100% auto;
  }
}
.fv-mask:before {
  /*
  @include const.sp(const.$sph) {
    content: '';
    display: block;
    position: absolute;
    right: -20vw;
    top: 80vw;
    z-index: 10;
    width: 90vw;
    height: 90vw;
    background: url("../img/sp-fv-mask-02.svg") no-repeat center / contain;
    display: block;
  }
    */
}
@media all and (max-width: 767px) {
  .fv-mask:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 75vw;
    height: 100lvh;
    background: url("../img/sp-fv-right.png") no-repeat right top/100% auto;
  }
}
.fv-box {
  width: 100%;
  height: 100%;
}
.fv-box-04, .fv-box-03, .fv-box-02 {
  pointer-events: none;
  opacity: 0;
}
.fv-item {
  position: absolute;
  z-index: -1;
  right: 280px;
  top: 0;
  width: 200px;
  margin: auto;
  z-index: 1;
}
@media all and (max-width: 1179px) {
  .fv-item {
    /*
    width: 24vw;
    right: 5vw;
    */
    top: -10vw;
    width: 22vw;
    right: 18vw;
  }
}
@media all and (max-width: 1023px) {
  .fv-item {
    right: 5vw;
    width: 30vw;
  }
}
@media all and (max-width: 767px) {
  .fv-item {
    right: 0;
    width: 55vw;
  }
}
.fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fv-bg img {
  object-fit: cover;
  object-position: center top;
  display: block;
  width: 100%;
  height: 100lvh;
}
.fv-down {
  position: fixed;
  left: 0;
  right: 10px;
  z-index: 2;
  bottom: 10px;
  max-width: 1366px;
  margin: auto;
  padding-top: 1px;
  padding-right: clamp(0px, 0.7320644217vw, 10px);
  border-right: solid 2px #333;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media all and (max-width: 1023px) {
  .fv-down {
    left: auto;
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  .fv-down {
    bottom: 20px;
    padding-right: 10px;
    color: #C0C0C0;
  }
}
.fv-front {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: clamp(0px, 5.1244509517vw, 70px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 70px 0 170px;
}
@media screen and (max-width: 1280px) {
  .fv-front {
    padding: 0 70px 0 70px;
  }
}
@media all and (max-width: 1023px) {
  .fv-front {
    padding: 0 30px 0 30px;
  }
}
@media all and (max-width: 767px) {
  .fv-front {
    position: sticky;
    width: 100%;
    height: 100lvh;
  }
}
.fv-front__logo {
  width: 70px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .fv-front__logo {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 40px;
    margin-bottom: 20px;
  }
}
.fv-front__en {
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  .fv-front__en {
    position: fixed;
    left: var(--site-padding);
    top: 20vw;
  }
}
.fv-front__en-title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
  .fv-front__en-title {
    font-size: 2.8rem;
  }
}
.fv-front__en-text {
  font-size: 2rem;
  font-family: var(--font-en);
  font-weight: 100;
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  .fv-front__en-text {
    font-size: 2rem;
    font-weight: 200;
  }
}
@media all and (max-width: 767px) {
  .fv-front__jp {
    display: none;
    /*
    position: fixed;
    bottom: 40px;
    right: var(--site-padding);
    */
  }
}
.fv-front__jp-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .fv-front__jp-title {
    font-size: 1.8rem;
  }
}
.fv-front__jp-text {
  font-size: 1.4rem;
  opacity: 0.7;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .fv-front__jp-text {
    font-size: 1.4rem;
  }
}
.fv-front__name {
  font-family: var(--font-en02);
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .fv-front__name {
    font-size: 1.8rem;
  }
}

/*==================================================
about
==================================================*/
.about-space {
  height: 100lvh;
}

.about {
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.about.is-active {
  pointer-events: auto;
  opacity: 1;
}
.about-box {
  position: relative;
  background: url("../img/about-bg.webp") no-repeat center/cover;
}
@media all and (max-width: 767px) {
  .about-box {
    background-position: center;
  }
}
.about-contents {
  width: 100%;
  height: 100lvh;
  max-width: 560px;
  margin: 0 auto;
  padding: 100px 80px;
  /* background: linear-gradient(to bottom, rgba(#fff, 50%) 0%, rgba(#f4f4f4, 100%) 100%);*/
}
@media all and (max-width: 767px) {
  .about-contents {
    padding: 70px var(--site-padding) 20px var(--site-padding);
    /* background: linear-gradient(to bottom, rgba(#fff, 30%) 0%, rgba(#fff, 50%) 100%);*/
  }
}
.about-title {
  margin-bottom: 50px;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .about-title {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.about-message {
  display: grid;
  margin-bottom: 30px;
}
.about-message__name {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  .about-message__name {
    font-size: 2.2rem;
  }
}
.about-message__text {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.about-message__text:before {
  content: "";
  display: inline-block;
  width: 2em;
  border-top: 1px solid #000;
}
.about-text {
  margin-bottom: 50px;
  line-height: 2;
  opacity: 0.7;
}
/*==================================================
item
==================================================*/
.item-space {
  height: 300vh;
}

.item {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #f4f4f4;
  width: 100%;
  height: 100lvh;
  /*
  &.is-active {
    pointer-events: auto;
    opacity: 1;
  }
    */
}
.item-box {
  display: grid;
  align-items: center;
  grid-template-columns: 0.22fr 0.47fr 0.31fr;
  max-width: 1206px;
  width: 100%;
  height: 100lvh;
  margin: 0 auto;
  padding-left: 80px;
}
@media all and (max-width: 1179px) {
  .item-box {
    grid-template-columns: 250px 35vw 25vw;
    gap: 15px;
  }
}
@media all and (max-width: 1023px) {
  .item-box {
    grid-template-columns: 1fr 35vw 25vw;
    gap: 15px;
    padding: 0 var(--site-padding);
  }
}
@media all and (max-width: 767px) {
  .item-box {
    grid-template-columns: 50vw 1fr;
    grid-template-areas: "text text" "main side";
    gap: 60px 15px;
    align-content: start;
    padding-top: 110px;
    padding-inline: var(--site-padding);
  }
}
@media all and (max-width: 767px) {
  .item-body {
    grid-area: text;
  }
}
.item-title {
  margin-bottom: 70px;
  font-size: 2rem;
  font-weight: 300;
  font-family: var(--font-en);
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  .item-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.item-sub-titles {
  opacity: 1;
  position: relative;
  height: 2em;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .item-sub-titles {
    margin-bottom: 10px;
  }
}
.item-sub-title {
  transition: opacity 1s ease-out;
  opacity: 0;
  font-size: inherit;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-sub-title.is-active {
  opacity: 1;
  position: relative;
}
.item-texts {
  position: relative;
  height: 7em;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .item-texts {
    margin-bottom: 20px;
  }
}
.item-text {
  transition: opacity 1s ease-out;
  opacity: 0;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}
.item-text.is-active {
  opacity: 1;
  position: relative;
}
.item-mores {
  position: relative;
}
.item-more {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px 5px 5px;
  border-bottom: 1px solid #333;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.item-more__arrow {
  padding-right: 45px;
  background: url("../img/more-arrow.svg") no-repeat right center;
}

.item-mains {
  position: relative;
  width: 480px;
  height: 480px;
}
@media all and (max-width: 1179px) {
  .item-mains {
    width: 35vw;
    height: 35vw;
  }
}
@media all and (max-width: 1023px) {
  .item-mains {
    width: 35vw;
    height: 35vw;
  }
}
@media all and (max-width: 767px) {
  .item-mains {
    grid-area: main;
    width: 50vw;
    height: 50vw;
  }
}

.item-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.item-main.is-active {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.item-sides {
  position: relative;
  width: 320px;
  height: 320px;
}
@media all and (max-width: 1179px) {
  .item-sides {
    width: 25vw;
    height: 25vw;
  }
}
@media all and (max-width: 1023px) {
  .item-sides {
    width: 25vw;
    height: 25vw;
  }
}
@media all and (max-width: 767px) {
  .item-sides {
    width: 30vw;
    height: 30vw;
    grid-area: side;
  }
}

.item-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.item-side.is-active {
  opacity: 1;
  transition: opacity 1s ease-out;
}

/*==================================================
ex
==================================================*/
.ex-space {
  height: 300vh;
}

.ex {
  overflow: hidden;
  perspective: 1000px;
  transition: opacity 1s;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #f4f4f4;
  width: 100%;
  height: 100lvh;
  background: url("../img/ex-bg.webp") no-repeat center/cover;
}
@media all and (max-width: 767px) {
  .ex {
    background-size: auto 100%;
  }
}
.ex-text-02 {
  opacity: 0;
  transition: opacity 1s ease-out;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  place-content: center;
  width: 100vw;
  height: 100lvh;
  margin: auto;
}
.ex-text-02 a {
  position: relative;
  z-index: 2;
  display: block;
  font-family: var(--font-en);
  font-size: 12rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #9e9e9e;
}
@media all and (max-width: 1023px) {
  .ex-text-02 a {
    font-size: 7.5vw;
  }
}
@media all and (max-width: 767px) {
  .ex-text-02 a {
    width: 7em;
    font-size: 5rem;
    line-height: 1.2;
  }
}
.ex-text-02:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
}
.ex-front {
  transition: opacity 1.2s ease-out;
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.ex-front img {
  display: block;
  width: 800px;
}
@media all and (max-width: 1023px) {
  .ex-front img {
    width: 50vw;
  }
}
@media all and (max-width: 767px) {
  .ex-front img {
    width: 90vw;
  }
}

/*==================================================
page
==================================================*/
.page-fv {
  display: grid;
  align-items: end;
  width: 100%;
  height: 100lvh;
  padding-bottom: 100px;
  background: url("../img/concept/fv-bg.webp") no-repeat center/cover;
}
@media all and (max-width: 1179px) {
  .page-fv {
    padding: 0 var(--site-padding) 30px var(--site-padding);
  }
}
@media all and (max-width: 1023px) {
  .page-fv {
    height: 60lvh;
  }
}
@media all and (max-width: 767px) {
  .page-fv {
    height: 70lvh;
    background-position: 50% top;
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 389px) {
  .page-fv {
    padding: 0 25px 30px 25px;
  }
}
.page-fv__title {
  width: 100%;
  max-width: 1046px;
  margin: 0 auto;
  font-size: 6.4rem;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  .page-fv__title {
    font-size: 2.8rem;
  }
}

.page-contents {
  max-width: 392px;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  .page-contents {
    max-width: none;
    padding: 0 30px;
  }
}
@media screen and (max-width: 389px) {
  .page-contents {
    padding: 0 25px;
  }
}

.page-texts {
  display: grid;
  gap: 30px;
  line-height: 2;
}
.page-texts p {
  font-weight: 300;
  color: rgba(51, 51, 51, 0.7);
}

/*==================================================
concept
==================================================*/
.concept-page {
  padding-block: 130px 150px;
  background-image: url("../img/concept/bg-left.webp"), url("../img/concept/bg-right.webp");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: clamp(0px, 50vw, 745px) auto, clamp(0px, 62vw, 903px) auto;
  mix-blend-mode: multiply;
}
@media all and (max-width: 767px) {
  .concept-page {
    padding-block: 60vw 60vw;
    background-size: 70vw auto;
  }
}

.concept-title {
  display: grid;
  gap: 10px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .concept-title {
    margin-bottom: 30px;
  }
}
.concept-title__jp {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .concept-title__jp {
    font-size: 1.6rem;
  }
}
.concept-title__jp:before {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  width: 3em;
}
.concept-title__en {
  font-family: var(--font-en);
  line-height: 1.5;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .concept-title__en {
    font-size: 2.6rem;
  }
}

/*==================================================
jewelry
==================================================*/
.jewelry-page .l-header-list a {
  color: #fff;
}
.jewelry-page .l-header-button__line {
  background-color: #fff;
}
.jewelry-contents {
  color: #fff;
}
.jewelry-header {
  position: relative;
  display: grid;
  place-content: end center;
  height: 100lvh;
  background: url("../img/jewelry/mv-bg.webp") no-repeat center top/cover;
  padding-bottom: 100px;
}
@media all and (max-width: 1023px) {
  .jewelry-header {
    height: 70lvh;
  }
}
@media all and (max-width: 767px) {
  .jewelry-header {
    height: 400px;
    padding-bottom: 30px;
  }
}
.jewelry-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 320px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0) 30%, #090909 100%);
}
@media all and (max-width: 767px) {
  .jewelry-header:after {
    height: 160px;
  }
}
.jewelry-header:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -380px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 1364px;
  height: 682px;
  margin: auto;
  background: url("../img/jewelry/header-grad.webp") no-repeat center bottom/contain;
}
@media all and (max-width: 767px) {
  .jewelry-header:before {
    height: 100px;
    height: 300px;
    bottom: -100px;
  }
}
.jewelry-header__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 6.4rem;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  .jewelry-header__title {
    font-size: 3.6rem;
  }
}
.jewelry-body {
  padding-top: 60px;
  background-color: #090909;
}
@media all and (max-width: 767px) {
  .jewelry-body {
    padding-top: 30px;
  }
}
.jewelry-lead {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 40px;
  margin-bottom: 300px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .jewelry-lead {
    gap: 30px;
    margin-bottom: 150px;
    padding: 0 var(--site-padding);
    font-size: 1.5rem;
  }
}
.jewelry-box {
  padding-bottom: 160px;
}
@media all and (max-width: 767px) {
  .jewelry-box {
    padding: 0 var(--site-padding) 80px var(--site-padding);
  }
}
.jewelry-texts {
  display: grid;
  gap: 25px;
  max-width: 393px;
  margin-inline: auto;
  color: #fff;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .jewelry-texts {
    gap: 15px;
  }
}
.jewelry-texts p {
  font-weight: 300;
}
.jewelry-item {
  display: block;
  width: 195px;
  margin: 0 auto 30px auto;
}
.jewelry-price {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 100;
  font-family: var(--font-en);
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  .jewelry-price {
    margin-bottom: 30px;
  }
}
.jewelry-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 5.4rem;
  font-family: var(--font-en);
  letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
  .jewelry-title {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
}
.jewelry-title:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -220px;
  display: block;
  max-width: 100vw;
  width: 1000px;
  height: 588px;
  margin: auto;
  background: url("../img/jewelry/grade.webp") no-repeat center/cover;
}
@media all and (max-width: 1023px) {
  .jewelry-title:before {
    top: -35vw;
    left: calc(var(--site-padding) * -1);
    width: 100vw;
    height: 100vw;
    background-size: 300vw auto;
  }
}
.jewelry-message {
  padding: 420px var(--site-padding) 90px var(--site-padding);
  background: url("../img/jewelry/message-bg.webp") no-repeat center top/cover;
}
@media all and (max-width: 767px) {
  .jewelry-message {
    margin-top: -1px;
    padding-block: 210px 100px;
    background-image: url("../img/jewelry/sp-message-bg.png");
    background-position: left 0;
  }
}
.jewelry-message__body {
  display: grid;
  justify-content: center;
  gap: 35px;
}
.jewelry-message__text {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .jewelry-message__text {
    font-size: 1.5rem;
  }
}

/*==================================================
shop
==================================================*/
.shop-header {
  position: relative;
  overflow: hidden;
  background: url("../img/shop/mv-bg.jpg") no-repeat center center/cover;
}
@media all and (max-width: 767px) {
  .shop-header {
    background-position: left bottom;
    background-size: cover;
  }
}
.shop-header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 320px;
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 100%);
}
@media all and (max-width: 767px) {
  .shop-header:before {
    height: 160px;
  }
}
.shop-header__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  height: 100lvh;
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: var(--site-padding);
  padding-bottom: 30px;
}
@media all and (max-width: 1023px) {
  .shop-header__inner {
    height: 70lvh;
  }
}
@media all and (max-width: 767px) {
  .shop-header__inner {
    height: 450px;
    padding-bottom: 0px;
  }
}
.shop-header__title {
  font-size: var(--font-title);
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.shop-header__col {
  display: grid;
  grid-template-columns: 6em 10em;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .shop-header__col {
    font-size: 1.5rem;
  }
}
.shop-header__en {
  padding-right: 1em;
  font-family: var(--font-en);
  letter-spacing: 0.04em;
  font-weight: 300;
}
.shop-header__jp {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: var(--font-base);
}
.shop-header__jp:before {
  content: "";
  width: 48px;
  height: 1px;
  background: #333;
}
@media all and (max-width: 767px) {
  .shop-header__jp:before {
    width: 24px;
  }
}
.shop-contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 0;
}
@media all and (max-width: 767px) {
  .shop-contents {
    padding: 50px 0;
  }
}
.shop-row {
  display: grid;
  grid-template-columns: 340px 640px;
  margin: 0 auto 100px auto;
  padding: 0 var(--site-padding) 100px var(--site-padding);
  border-bottom: 1px solid #ECECEC;
}
@media all and (max-width: 1023px) {
  .shop-row {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .shop-row {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.shop-title {
  display: grid;
}
@media all and (max-width: 767px) {
  .shop-title {
    margin-bottom: 30px;
  }
}
.shop-title__jp {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.shop-title__en {
  font-weight: 500;
  font-size: 4rem;
  font-family: var(--font-en);
  letter-spacing: 0.025em;
}
@media all and (max-width: 767px) {
  .shop-title__en {
    font-size: 2.6rem;
  }
}
.shop-table table {
  font-size: 1.6rem;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .shop-table table {
    font-size: 1.3rem;
  }
}
.shop-table table th,
.shop-table table td {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .shop-table table th,
  .shop-table table td {
    padding-bottom: 15px;
  }
}
.shop-table table th {
  width: 5em;
}
.shop-table table td {
  padding-left: 1em;
}
.shop-table table tr:last-child th,
.shop-table table tr:last-child td {
  padding-bottom: 0;
}
.shop-access {
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
  font-size: var(--font-large);
}
@media all and (max-width: 767px) {
  .shop-access {
    margin-bottom: 20px;
  }
}
.shop-info dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  font-size: var(--font-large);
  line-height: 2;
}
.shop-small {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .shop-small {
    margin-bottom: 20px;
  }
}
.shop-map {
  width: 100%;
  max-width: 640px;
  height: 250px;
}

/*==================================================

==================================================*/
.js-fade {
  opacity: 0;
  transition: opacity 1.5s, filter 0.3s ease;
}

.js-fade.show {
  opacity: 1;
}

/*JS*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: red;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li.slick-active button {
  background: blue;
}

/*SASS MODULE*/
