/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- font-size ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- box-shadow, border-radius ----- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap");
.js-x-scroll {
  cursor: grab;
}

/* -------------------------------------------- */
/* ---------------- Noto Sans JP -------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------- Cormorant Garamond ----------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------ Zen Kaku Gothic New ----------- */
/* -------------------------------------------- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ----------------------- fadein animation ----------------------- */
/* ------------------- infinite slide animation ------------------- */
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ------------------------ delay animation ------------------------ */
.--delay1 {
  transition-delay: 0.1s;
}

.--delay2 {
  transition-delay: 0.2s;
}

.--delay3 {
  transition-delay: 0.5s;
}

.--delay4 {
  transition-delay: 0.4s;
}

.--delay5 {
  transition-delay: 0.5s;
}

.--delay6 {
  transition-delay: 0.6s;
}

.--delay7 {
  transition-delay: 0.7s;
}

.--delay8 {
  transition-delay: 0.8s;
}

.--delay9 {
  transition-delay: 0.9s;
}

.--delay10 {
  transition-delay: 1s;
}

.--delay11 {
  transition-delay: 1.1s;
}

.--delay12 {
  transition-delay: 1.2s;
}

.--delay13 {
  transition-delay: 1.5s;
}

.--delay14 {
  transition-delay: 1.4s;
}

.--delay15 {
  transition-delay: 1.5s;
}

.--delay16 {
  transition-delay: 1.6s;
}

.--delay17 {
  transition-delay: 1.7s;
}

.--delay18 {
  transition-delay: 1.8s;
}

.--delay19 {
  transition-delay: 1.9s;
}

.--delay20 {
  transition-delay: 2s;
}

a,
button,
span {
  transition: all 0.4s ease;
}
a:before, a:after,
button:before,
button:after,
span:before,
span:after {
  transition: all 0.4s ease;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0.4s ease;
}

svg {
  transition: all 0.4s ease;
}
svg path {
  transition: all 0.4s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  letter-spacing: 0.1em;
  position: relative;
  color: #0F0F0F;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  br.pc-br {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  br.sp-br {
    display: none;
  }
}

.home-fv {
  height: 100vh;
  min-height: 500px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url(../image/fv/fv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image : url(../image/fv/fv.webp)) {
  .home-fv {
    background-image: url(../image/fv/fv.webp);
  }
}
.home-fv .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-fv .container .container__inner {
  width: 100%;
  height: 230px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(218, 231, 238, 0.3);
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 600px) {
  .home-fv .container .container__inner {
    height: 280px;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
.home-fv .container .container__inner .cp {
  text-align: center;
}
.home-fv .container .container__inner .cp .deco {
  color: #0093C9;
  font-size: 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.home-fv .container .container__inner .cp .ttl {
  margin-top: 25px;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .home-fv .container .container__inner .cp .ttl {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .home-fv .container .container__inner .cp .ttl span {
    display: none;
  }
}

.home-profile {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 600px) {
  .home-profile {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.home-profile .container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.home-profile .container .about {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.home-profile .container .about .img img {
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(218, 231, 238, 0.3);
}
.home-profile .container .about .txt {
  margin-top: 80px;
}
.home-profile .container .about .txt .ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.home-profile .container .about .txt .born {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.home-profile .container .about .txt .msg {
  margin-top: 50px;
  font-size: 14px;
}
.home-profile .container .table {
  margin-top: 100px;
}
.home-profile .container .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
.home-profile .container .table table tbody tr th {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  padding: 60px 0 60px 30px;
  width: 20%;
  border-top: 1px solid #EBEBEB;
}
.home-profile .container .table table tbody tr td {
  width: 80%;
  text-align: left;
  vertical-align: baseline;
  border-top: 1px solid #EBEBEB;
  padding: 60px 0 60px 40px;
}
.home-profile .container .table table tbody tr td p {
  line-height: 2.5;
}