@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.ta_l_sp {
  text-align: center !important; }
  @media screen and (max-width: 480px) {
    .ta_l_sp {
      text-align: left !important; } }

.section_cont {
  padding: 100px 0; }
  .section_cont.first_sec {
    padding-top: 80px; }

body header {
  transition: opacity .4s ease; }
body.scrolling header {
  /*
  opacity: 0;
  pointer-events: none;
  */ }
body#concept .logo img.logo_b, body#introduction .logo img.logo_b {
  display: none; }
body#concept .logo img.logo_w, body#introduction .logo img.logo_w {
  display: block; }
body#concept .nav_btn hr, body#introduction .nav_btn hr {
  background: #fff; }
body#concept .h_side_nav, body#introduction .h_side_nav {
  color: #fff; }
  body#concept .h_side_nav li a:not(.cv_btn), body#introduction .h_side_nav li a:not(.cv_btn) {
    border-color: #fff; }
body#concept .f_contact, body#introduction .f_contact {
  color: #fff; }
  body#concept .f_contact::before, body#concept .f_contact::after, body#introduction .f_contact::before, body#introduction .f_contact::after {
    border-color: #fff; }

.hana {
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  .hana.p-view {
    opacity: 1;
    animation: hanaFall 4.8s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

@keyframes hanaFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -120px, 0) rotate(0deg); }
  15% {
    opacity: 1; }
  25% {
    transform: translate3d(-8px, -70px, 0) rotate(-3deg); }
  50% {
    transform: translate3d(6px, -35px, 0) rotate(2deg); }
  75% {
    transform: translate3d(-4px, -10px, 0) rotate(-1deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg); } }
.inner_container {
  padding-top: clamp(80px, 12.5vw, 150px);
  padding-bottom: clamp(250px, 37.5vw, 450px); }
  @media screen and (max-width: 480px) {
    .inner_container.sp100vh {
      padding-top: 0; } }

.bg_texture {
  position: relative; }
  .bg_texture:before, .bg_texture:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .bg_texture::before {
    position: fixed;
    height: 100svh;
    z-index: -2;
    background-image: url("../images/common/bg.jpg"); }
    @media screen and (max-width: 480px) {
      .bg_texture::before {
        min-height: 100vh;
        background-image: url("../images/common/bg_sp.jpg"); } }

.bg_petal {
  background-position: top center;
  background-size: 100% auto;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-image: url("../images/common/petal.png"); }
  @media screen and (max-width: 480px) {
    .bg_petal {
      background-size: 200% auto; } }

.page_ttl_group {
  padding-bottom: 180px; }
  @media screen and (max-width: 480px) {
    .page_ttl_group {
      padding-bottom: 80px; } }
  .page_ttl_group .page_ttl {
    text-align: center;
    margin-bottom: clamp(200px, 33.334vw, 400px); }
    .page_ttl_group .page_ttl .ja {
      font-size: clamp(24px, 2.667vw, 32px);
      letter-spacing: 0.25em; }
    .page_ttl_group .page_ttl .en {
      font-size: clamp(14px, 1.417vw, 17px);
      letter-spacing: 0.2em; }
    @media screen and (max-width: 480px) {
      .page_ttl_group .page_ttl.sp_full {
        margin-bottom: 0 !important;
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; } }

.common_ttl_group {
  padding-top: clamp(60px, 6.667vw, 80px);
  padding-bottom: clamp(60px, 6.667vw, 80px);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  max-width: 360px;
  margin: 0 auto;
  color: #333; }
  @media screen and (max-width: 480px) {
    .common_ttl_group {
      width: 80%;
      margin: 0 auto; } }
  .common_ttl_group.white {
    color: #FFF; }
  .common_ttl_group .txts {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8em 0;
    text-align: center;
    writing-mode: vertical-rl;
    font-size: clamp(22px, 2.834vw, 34px);
    letter-spacing: 0.3em;
    margin-bottom: clamp(40px, 13vw, 156px); }
    .common_ttl_group .txts p {
      height: 10em;
      text-align: left; }
  .common_ttl_group .read {
    text-align: left;
    text-align: justify; }

.txt_box2 .txt1 {
  font-size: clamp(16px, 2.084vw, 25px);
  line-height: 1.56;
  letter-spacing: 0.3em;
  margin-bottom: clamp(50px, 10vw, 120px); }
.txt_box2 .sec_ttl {
  letter-spacing: 0.3em;
  margin-bottom: clamp(30px, 8.334vw, 100px); }
.txt_box2 .read {
  letter-spacing: 0.1em; }

.sec_ttl {
  font-size: clamp(20px, 2.5vw, 30px);
  text-align: center; }

.read {
  font-size: clamp(16px, 1.751vw, 21px);
  line-height: 2.8; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: 3.6vw;
      line-height: 2.5; } }

.txt1 {
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0.2em; }

.txt2 {
  font-size: clamp(13px, 1.417vw, 17px);
  letter-spacing: 0.025em;
  line-height: 1.64; }

.f_cv_wrap {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  max-width: 280px;
  max-width: 560px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 480px) {
    .f_cv_wrap {
      flex-wrap: wrap;
      row-gap: 20px; } }
  .f_cv_wrap li {
    width: calc(50% - 10px);
    width: 23.22%; }
    @media screen and (max-width: 480px) {
      .f_cv_wrap li {
        width: calc(50% - 10px); } }
    .f_cv_wrap li:nth-last-child(1) {
      width: 46.43%; }
      @media screen and (max-width: 480px) {
        .f_cv_wrap li:nth-last-child(1) {
          width: 100%; } }
    .f_cv_wrap li a {
      text-align: center;
      justify-content: center;
      padding: 0.5em 0.3em;
      padding: 0.5em;
      line-height: 1;
      letter-spacing: 0.05em; }

/*# sourceMappingURL=inner.css.map */
