@charset 'UTF-8';

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

/* fv */
#fv {
  padding-top: 8.2rem;
  margin-left: calc(50% - 50vw);
  min-height: 50rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #fv {
    padding-top: 14rem;
    min-height: 92.4rem;
  }
}
#fv h1 {
  padding: 2.4rem 0;
  margin: 0 0 0 auto;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #fv h1 {
    padding: 6rem 3rem;
  }
}
#fv h1 .ja {
  padding: 0 1em;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.45em;
  text-indent: 0.25em;
  color: rgb(255, 255, 255);
  -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 h1 .inv {
  color: rgb(255, 255, 255);
}
#fv .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4.05rem;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  #fv .bg {
    right: 12rem;
  }
}
#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: 7.8rem 0;
}
@media screen and (min-width: 768px) {
  #description {
    padding: 20rem 0;
    margin-right: calc(50% - 50vw);
    max-width: 132rem;
    box-sizing: border-box;
  }
}
#description .photo {
  padding: 4.6rem 0;
}
@media screen and (min-width: 768px) {
  #description .photo {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #description {
    display: grid;
    grid-template-columns: 60rem 1fr;
    grid-template-rows: auto 1fr;
  }
  #description h2 {
    padding-top: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #description .desc {
    padding-bottom: 0;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #description .photo {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
}
@media screen and (min-width: 768px) {
  #description .photo .image {
    margin-left: auto;
    width: 52rem;
  }
}
#description .photo .image img {
  width: 100%;
}

/* profile */
#profile header {
  padding: 1.3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  min-height: 40rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #profile header {
    padding: 2.6rem 0;
    min-height: 65rem;
  }
}
#profile header .bg {
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
#profile header .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#profile h2 {
  padding: 1.4rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #profile h2 {
    padding: 0.8rem 0;
  }
}
#profile h2 .ja {
  padding: 0.2em 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #profile h2 .ja {
    padding: 0.3em 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#profile h2 .en {
  padding: 0.085em 0;
  order: -10;
  display: block;
  font-family: var(--Oswald);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: calc(3.6 / 45 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #profile h2 .en {
    padding: 0.055em 0;
    font-size: 4.5rem;
    line-height: 1.11;
  }
}

/* profile message */
#profile .message {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  #profile .message {
    padding: 10.6rem 0 7.4rem 0;
  }
}
#profile .message .photo {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #profile .message {
    display: grid;
    grid-template-columns: 65rem 1fr;
    grid-template-rows: auto 1fr;
  }
  #profile .message h3 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  #profile .message .desc {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #profile .message .photo {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}
#profile .message .desc .sig {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6;
}
#profile .message .desc .sig .com {
  display: block;
  font-size: calc(14 / 16 * 1em);
}
#profile .message .desc .sig .ttl {
  margin-right: 1em;
  font-size: calc(13 / 16 * 1em);
}
@media screen and (min-width: 768px) {
  #profile .message .photo .image {
    margin-left: auto;
    width: 47rem;
  }
}
#profile .message .photo .image img {
  width: 100%;
}

/* profile .outline */
#profile .outline {
  padding-bottom: 10.2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}
@media screen and (min-width: 768px) {
  #profile .outline {
    padding-bottom: 15rem;
    grid-template-columns: 68rem 1fr;
    grid-template-rows: auto 1fr;
  }
}
#profile .outline h3 {
  padding-top: 5.6rem;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
#profile .outline dl {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
#profile .outline .photo {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
@media screen and (min-width: 768px) {
  #profile .outline h3 {
    padding-top: 0;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #profile .outline dl {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #profile .outline .photo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
#profile .outline dl {
  margin: 0;
}
#profile .outline dl > div {
  display: flex;
}
@media screen and (min-width: 768px) {
  #profile .outline dl > div {
    padding: 0.16rem 0;
  }
}
#profile .outline dt {
  padding: 0.375em 0;
  flex-basis: 10rem;
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: calc(1.26 / 18 * 1em);
}
@media screen and (min-width: 768px) {
  #profile .outline dt {
    flex-basis: 13rem;
    font-size: 1.6rem;
  }
}
#profile .outline dd {
  margin: 0;
  padding: 0.375em 0;
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: calc(1.26 / 18 * 1em);
}
@media screen and (min-width: 768px) {
  #profile .outline dd {
    font-size: 1.6rem;
  }
}
#profile .outline .photo .image {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #profile .outline .photo .image {
    margin: 0;
    width: 60rem;
  }
}
#profile .outline .photo .image img {
  width: 100%;
}
