/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.jost {
  font-family: "Jost", sans-serif; }

.main {
  position: relative; }
  .main .img {
    overflow: hidden;
    /*img.bg {
    	filter: brightness(120%) blur(10px);
    	transform: scale(1.1);
    	transition: 2s 1.5s;
    	will-change: auto;
    	body.loaded & {
    		filter: brightness(100%) blur(0);
    		transform: scale(1);
    	}
    }*/ }
    .main .img .cap {
      font-size: 9px;
      background: #000;
      text-shadow: none;
      padding: 3px 10px;
      /*transition: 2s 1.5s;
      will-change: auto;
      opacity: 0;
      body.loaded & {
      	opacity: 1;
      }*/ }
      @media screen and (max-width: 480px) {
        .main .img .cap {
          font-size: 8px; } }
      .main .img .cap .lg {
        font-size: 160%; }
        @media screen and (max-width: 480px) {
          .main .img .cap .lg {
            font-size: 120%; } }
  .main .inn {
    position: absolute;
    inset: 0;
    margin: auto;
    pointer-events: none;
    align-items: flex-end;
    /*transition: filter .8s ease-out, opacity .2s ease-out;
    opacity: 0;
    body.loaded & {
    	opacity: 1;
    }*/ }
    .main .inn .ttl_img {
      width: calc(520%/16);
      position: absolute;
      top: calc(35vw/16);
      left: 0;
      right: 0; }
      @media screen and (max-width: 480px) {
        .main .inn .ttl_img {
          width: 80%;
          width: 70%;
          top: calc(40vw/4.8);
          margin-inline: auto; } }
      .main .inn .ttl_img img {
        /*filter: blur(2em);
        transform: translateY(20px);
        opacity: 0;
        transition: filter .8s ease-out, opacity .2s ease-out;
        body.loaded & {
        	filter: blur(0);
        	transform: translateY(0);
        	opacity: 1;
        }*/ }
    .main .inn .inner {
      margin-top: auto;
      padding-bottom: calc(23%/9.6); }
      @media screen and (max-width: 767px) {
        .main .inn .inner {
          padding-bottom: 30px; } }
      .main .inn .inner .p_ttl {
        margin-inline: auto;
        font-feature-settings: "palt";
        position: relative;
        color: #fff;
        line-height: 1.4;
        font-weight: 700;
        text-align: center;
        font-size: clamp(20px, calc(29vw / 16), 30px); }
        @media screen and (max-width: 480px) {
          .main .inn .inner .p_ttl {
            font-size: calc(19vw / 3.9);
            line-height: 1.6; } }
        .main .inn .inner .p_ttl .t {
          font-feature-settings: "palt";
          letter-spacing: -0.12em;
          display: inline-block;
          /*filter: blur(2em);
          transform: translateY(20px);
          opacity: 0;
          transition: filter .8s ease-out, opacity .2s ease-out;*/
          /*body.loaded & {
          	filter: blur(0);
          	transform: translateY(0);
          	opacity: 1;
          }*/ }

.inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin-inline: auto; }

.txt01 {
  font-size: clamp(14px, calc(22vw / 9.6), 22px);
  font-size: clamp(14px, calc(20vw / 9.6), 20px);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #333;
  font-feature-settings: "palt"; }
  .txt01 .s {
    font-size: 70%; }
  @media screen and (max-width: 480px) {
    .txt01 {
      font-size: calc(17vw / 3.9);
      font-size: calc(16vw / 3.9); } }

.txt02 {
  font-size: clamp(12px, calc(17vw / 9.6), 17px);
  font-size: clamp(12px, calc(16vw / 9.6), 16px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 480px) {
    .txt02 {
      font-size: calc(14vw / 3.9);
      font-size: calc(13vw / 3.9); } }

.txt03 {
  font-size: clamp(10px, calc(15vw / 9.6), 15px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 480px) {
    .txt03 {
      font-size: calc(12vw / 3.9); } }

.zoom img {
  max-width: 200px; }

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