@charset 'UTF-8';

/* orverride */
@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}
#wrapper > header.inter_bgdark0 .logo a {
  color: inherit;
}
#wrapper > header.inter_bgdark1 label {
  color: inherit;
}
@media screen and (min-width: 768px) {
  #wrapper > header.inter_bgdark0.inter_bgdark1 .logo a,
  #wrapper > header.inter_bgdark0.inter_bgdark1 label {
    color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1600px) {
  #wrapper > header.inter_bgdark0 label {
    color: inherit;
  }
  #wrapper > header.inter_bgdark0.inter_bgdark1 label {
    color: inherit;
  }
}

/* fv */
#fv {
  margin-right: calc(50% - 50vw);
  min-height: 38rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv {
    padding-top: 14rem;
    margin-right: 0;
    min-height: 120rem;
  }
}
#fv h1 {
  padding: 2.6rem 0;
  margin: 0;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #fv h1 {
    padding: 6rem 0;
  }
}
#fv h1 .ja {
  padding-right: 1em;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.45em;
  text-indent: 0.25em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #fv h1 .ja {
    font-size: 1.8rem;
  }
}
#fv h1 .en {
  margin-right: -0.25em;
  font-family: var(--Oswald);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: calc(5.2 / 65 * 1em);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  #fv h1 .en {
    margin-right: 0;
    font-size: 6.5rem;
    line-height: 1.15;
  }
  #fv h1 .en span {
    display: block;
  }
}
#fv .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -10;
  width: 24.5rem;
}
@media screen and (min-width: 768px) {
  #fv .bg {
    right: -12rem;
    width: 100rem;
  }
}
#fv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}

/* cmp_section */
.cmp_section h2,
.cmp_section h3 {
  padding: 0.45em 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cmp_section h2,
  .cmp_section h3 {
    padding: 0.2em 0 0.6em 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.cmp_section .desc {
  padding: 0.57em 0;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (min-width: 768px) {
  .cmp_section .desc {
    padding: 0.625em 0;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
.cmp_section .desc p {
  margin: 0;
  letter-spacing: calc(1.12 / 16 * 1em);
  text-align: justify;
  font-feature-settings: normal;
}
.cmp_section .desc p + p {
  margin-top: 1.4em;
}

/* description */
#description {
  padding: 0 0 7.8rem 0;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto 1fr;
}
#description h2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
#description .desc {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
#description .photo {
  padding: 2rem 0 4.6rem 0;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
@media screen and (min-width: 768px) {
  #description {
    padding: 16.1rem 0;
    display: grid;
    grid-template-columns: 60rem 60rem;
    grid-template-rows: auto 1fr;
  }
  #description h2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    white-space: nowrap;
  }
  #description .desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #description .photo {
    padding: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
#description .photo .image {
  margin-left: calc(50% - 50vw);
  width: 25rem;
}
@media screen and (min-width: 768px) {
  #description .photo .image {
    margin-top: -28.1rem;
    margin-left: calc(100% - 50vw);
    width: calc(48rem + 50vw - 100%);
    height: 56rem;
  }
}
#description .photo .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}

/* illust */
#illust {
  padding: 6rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(242, 240, 233);
}
@media screen and (min-width: 768px) {
  #illust {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
#illust .image {
  padding: 4rem 0;
}
#illust .image img {
  width: 100%;
}
