@charset "UTF-8";
/* reset css
------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  font-size: 16px;
}

/* base
------------------------------- */
* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}
* img,
* svg {
  width: 100%;
  vertical-align: bottom;
  backface-visibility: hidden;
}

html {
  box-sizing: border-box;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-out;
  z-index: 0;
}
.wrap::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(#e8e8e8 0.7px, transparent 0), linear-gradient(90deg, #e8e8e8 0.7px, transparent 0);
  background-position: center;
  background-size: 4vw 4vw;
  z-index: -1;
}
@media (min-width: 769px) {
  .wrap a[href^="tel:"] {
    pointer-events: none;
  }
  .wrap::after {
    background-size: 2.31vw 2.31vw;
  }
}
/* javascript
------------------------------- */
.js-hidden {
  overflow: hidden;
}
.js-fade {
  opacity: 0;
}

.is-init, .is-loading {
  opacity: 0;
  transform: translateY(13.33vw);
}
.is-inited, .is-loaded {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.4s cubic-bezier(0.12, 0.52, 0.57, 0.99) 0.6s, transform 0.6s cubic-bezier(0.12, 0.52, 0.57, 0.99) 0.6s;
}
.is-hidden {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.is-fixed {
  position: fixed;
}

/* header
------------------------------- */
.l-header {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: opacity 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.4s;
  z-index: 1000;
}
.l-header.js-anim {
  opacity: 1;
}
.l-header__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4vw 4.8vw 0;
}
.l-header__logo {
  position: relative;
  width: 23.2vw;
  margin-right: auto;
  margin-left: 0;
  z-index: 1;
  transition: filter 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-open .l-header__logo {
  filter: invert(1) grayscale(1) brightness(3);
  transition: filter 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.l-header__logo .c-btn {
  width: 100%;
}
.l-header__page {
  margin-right: 3.73vw;
}
.l-header__page span {
  font-size: 0;
  display: inline-block;
}
.l-header__page span:not(:first-of-type) {
  margin-left: 3.73vw;
}
.l-header__page span img {
  width: auto;
  height: 2.67vw;
}
.l-header__humberger {
  position: relative;
  display: block;
  width: 5.33vw;
  height: 2.67vw;
  background: transparent;
  border: none;
  z-index: 1000;
  cursor: pointer;
}
.l-header__humberger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.4vw;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.l-header__humberger span::before, .l-header__humberger span::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  transition: inherit;
}
.l-header__humberger span::before {
  top: -0.67vw;
  width: 5.07vw;
}
.l-header__humberger span::after {
  top: 0.67vw;
  width: 3.47vw;
}
.l-header__humberger.is-open span::before, .l-header__humberger.is-open span::after {
  width: 100%;
  background: #fff;
}
.l-header__humberger.is-open span::before {
  top: 0;
  transform: rotate(45deg);
}
.l-header__humberger.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5.07vw;
  visibility: hidden;
  background: #00B4FF;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-header__nav.is-open {
  left: 0;
  visibility: visible;
}
.l-header__item .c-btn {
  filter: invert(1);
}
.l-header__item .c-btn img {
  width: auto;
  height: 5.33vw;
}
.l-header__sns {
  margin-top: 14.67vw;
  filter: invert(1);
}
.l-header__sns .c-btn {
  width: 6.13vw;
}
@media (max-width: 768px) {
  .l-header__item:not(.l-header__list--02 :last-of-type) {
    margin-bottom: 14.93vw;
  }
}
@media (min-width: 769px) {
  .l-header__block {
    padding: 3.85vw 3.08vw 0;
  }
  .l-header__logo {
    width: 12.82vw;
    margin-top: -0.9vw;
  }
  .l-header__page {
    margin-right: 2.56vw;
  }
  .l-header__page span:not(:first-of-type) {
    margin-left: 2.56vw;
  }
  .l-header__page span img {
    height: 1.79vw;
  }
  .l-header__humberger {
    width: 3.21vw;
    height: 0.93vw;
  }
  .l-header__humberger span {
    height: 0.26vw;
  }
  .l-header__humberger span::before {
    top: -0.51vw;
    width: 100%;
  }
  .l-header__humberger span::after {
    top: 0.51vw;
    width: 2.31vw;
  }
  .l-header__nav {
    padding-top: 0;
  }
  .l-header__box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    height: 21.54vw;
  }
  .l-header__list:not(:last-of-type) {
    margin-right: 11.92vw;
  }
  .l-header__item:not(:last-of-type) {
    margin-bottom: 6.41vw;
  }
  .l-header__item .c-btn img {
    height: 2.5vw;
  }
  .l-header__sns {
    margin-top: 6.41vw;
  }
  .l-header__sns .c-btn {
    width: 2.88vw;
  }
}

/* main
------------------------------- */
.l-main {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 33.33vw;
}
@media (min-width: 769px) {
  .l-main {
    padding-bottom: 19.23vw;
  }
}

/* animation
------------------------------- */
@keyframes mask-bg {
  0%, 15%, 100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  25%, 75% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  85%, 88% {
    opacity: 0;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  90%, 98% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@keyframes fade-in {
  0%, 30%, 85%, 100% {
    opacity: 0;
  }
  40%, 75% {
    opacity: 1;
  }
}
@keyframes flashing {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* button
------------------------------- */
.c-btn {
  display: inline-block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: inherit;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .c-btn:hover {
    opacity: 0.7;
  }
}

.c-ttl {
  font-family: "Sen", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 14vw;
  line-height: 0.8;
  letter-spacing: 0.04em;
  transform: none;
  transition: opacity 0.1s ease;
}
.c-ttl::after {
  content: "|";
}
.c-ttl.is-typed::after {
  opacity: 0;
  transition: 0.1s ease 0.2s;
}
@media (min-width: 769px) {
  .c-ttl {
    font-size: 11.03vw;
    line-height: 0.96;
  }
}
.c-num {
  display: block;
  margin-left: 1.07vw;
  font-size: 0;
}
.c-num img {
  width: auto;
  height: 2.67vw;
}
@media (min-width: 769px) {
  .c-num {
    margin-left: 0.96vw;
  }
  .c-num img {
    height: 1.67vw;
  }
}

@media (min-width: 769px) {
  .u-only_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-only_pc {
    display: none;
  }
}

.p-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  z-index: 100;
}
.p-loading.is-init {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.p-loading__block {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 16vw);
  margin: auto;
}
.p-loading__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 91.33vw;
  height: auto;
  max-height: 84vh;
  margin: auto;
  background: url("../img/bg_loading_sp.png") no-repeat center/100% 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translate(2.13vw, -4.53vw);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s;
  transition: clip-path 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s;
  transition: clip-path 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s, -webkit-clip-path 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s;
  pointer-events: none;
}
.p-loading__bg.is-init {
  opacity: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transform: none;
}
.p-loading__box {
  opacity: 0;
}
.p-loading__box.js-anim {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.4s;
}
.p-loading__logo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 13.07vw;
  height: 15.07vw;
  margin: auto;
  -webkit-mask-image: url(../img/logo.svg);
          mask-image: url(../img/logo.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: translateY(4.27vw);
}
.p-loading__logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
}
.p-loading__scroll {
  position: absolute;
  right: 0;
  bottom: 37.07vw;
  left: 0;
  width: 17.07vw;
  margin: auto;
  animation: flashing 1.8s ease infinite;
}
@media (min-width: 769px) {
  .p-loading__block {
    height: calc(100% - 10.51vw);
  }
  .p-loading__bg {
    width: 85.77vw;
    max-height: 92.6vh;
    background: url("../img/bg_loading_pc.png") no-repeat center/100% 100%;
    transform: translate(0.13vw, 0.64vw);
  }
  .p-loading__logo {
    width: 6.28vw;
    height: 7.24vw;
    transform: translateY(5.77vw);
  }
  .p-loading__scroll {
    bottom: 11.54vw;
    width: 8.21vw;
  }
}
.p-kv {
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 16vw;
}
.p-kv__ttl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  transition: 0.3s ease 0.4s;
}
.p-kv__ttl.is-init {
  transform: none;
}
.p-kv__ttl img {
  width: auto;
}
@media (max-width: 768px) {
  .p-kv__ttl {
    align-items: center;
    transform: translateY(-2.67vw);
  }
  .p-kv__ttl img {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 96%;
  }
}
@media (min-width: 769px) {
  .p-kv {
    padding-top: 10.51vw;
    padding-bottom: 1.54vw;
    overflow: hidden;
  }
  .p-kv__ttl {
    width: 93.59vw;
    margin: auto;
  }
  .p-kv__ttl span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .p-kv__ttl img {
    height: 10.45vw;
  }
}
.p-about, .p-profile, .p-info {
  position: relative;
  width: 89.87vw;
  margin-right: auto;
  margin-left: auto;
}
.p-about__arr, .p-profile__arr, .p-info__arr {
  position: absolute;
  top: 4vw;
  right: 0;
  writing-mode: vertical-rl;
  margin: auto;
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.09em;
  z-index: 1;
}
.p-about__arr::after, .p-profile__arr::after, .p-info__arr::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.53vw);
  right: 0.27vw;
  width: 1.2vw;
  height: 2.67vw;
  background: #000;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 60%, 100% 60%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 60%, 100% 60%, 0 100%);
}
@media (min-width: 769px) {
  .p-about, .p-profile, .p-info {
    width: 93.33vw;
  }
  .p-about__arr, .p-profile__arr, .p-info__arr {
    top: 3.08vw;
    font-size: 1.28vw;
  }
  .p-about__arr::after, .p-profile__arr::after, .p-info__arr::after {
    right: calc(100% + 0.06vw);
    right: 0.26vw;
    width: 0.64vw;
    height: 1.47vw;
  }
}
.p-about {
  margin-top: 15.2vw;
}
.p-about__copy, .p-about__txt {
  display: block;
}
.p-about__copy {
  font-size: 9.6vw;
  line-height: 1.78;
  letter-spacing: 0.09em;
}
.p-about__txt {
  font-size: 3.6vw;
  line-height: 3.07;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-about__copy {
    margin-top: 13.33vw;
  }
  .p-about__txt {
    width: 105%;
    margin-top: 4.27vw;
  }
}
@media (min-width: 769px) {
  .p-about {
    margin-top: 11.86vw;
  }
  .p-about__block {
    display: flex;
    justify-content: center;
    margin-top: 4.74vw;
    margin-left: 4.23vw;
  }
  .p-about__copy {
    font-size: 4.17vw;
    line-height: 1.87;
    letter-spacing: 0.08em;
  }
  .p-about__txt {
    margin-left: 5.77vw;
    font-size: 2.24vw;
    line-height: 2.76;
    letter-spacing: 0.13em;
    transition-delay: 1.6s;
  }
}
.p-profile {
  margin-top: 10.67vw;
}
.p-profile__block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10.13vw;
}
.p-profile__img {
  width: 39.6vw;
  flex-shrink: 0;
}
.p-profile__box {
  margin-left: 3.2vw;
}
.p-profile__post {
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.13em;
}
.p-profile__name {
  margin-top: 1.6vw;
  font-size: 3.6vw;
  line-height: 1;
  letter-spacing: 0.33em;
}
.p-profile__name .font-small {
  display: block;
  font-size: 2vw;
  line-height: 1.6;
  letter-spacing: 0.28em;
}
.p-profile__txt {
  margin-top: 4vw;
  font-size: 2.53vw;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (min-width: 769px) {
  .p-profile {
    margin-top: 11.79vw;
  }
  .p-profile__block {
    justify-content: flex-start;
    margin-top: 4.62vw;
    margin-left: 5.51vw;
  }
  .p-profile__img {
    width: 29.23vw;
  }
  .p-profile__box {
    margin-left: 4.49vw;
  }
  .p-profile__post {
    font-size: 1.28vw;
  }
  .p-profile__name {
    margin-top: 2.05vw;
    font-size: 2.24vw;
  }
  .p-profile__name .font-small {
    font-size: 1.28vw;
    line-height: 3.5;
  }
  .p-profile__txt {
    margin-top: 0.96vw;
    font-size: 1.73vw;
    line-height: 1.92;
    letter-spacing: 0.08em;
  }
}
.p-info {
  margin-top: 14.67vw;
}
.p-info__box {
  margin-top: 10.13vw;
  font-size: 2.93vw;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
.p-info__hdg, .p-info__txt .font-small {
  font-size: 2.53vw;
}
@media (min-width: 769px) {
  .p-info {
    margin-top: 13.46vw;
  }
  .p-info__box {
    margin-top: 6.28vw;
    font-size: 1.92vw;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
  .p-info__hdg, .p-info__txt .font-small {
    font-size: 1.73vw;
  }
}