@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.section_cont {
  padding: 100px 0; }
  .section_cont.first_sec {
    padding-top: 80px; }

.inner_main {
  position: relative;
  /*以降は適宜書き換えて下さい	*/
  padding: 200px 20px;
  background: #333; }
  .inner_main .main_ttl {
    text-align: center;
    font-size: clamp(30px, 3.334vw, 40px);
    color: #FFF; }

.sec_ttl_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

.sec_ttl {
  font-size: clamp(20px, 1.917vw, 23px);
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .sec_ttl {
      letter-spacing: 0;
      font-size: calc(17vw / 3.9); } }

.read {
  font-size: clamp(12px, 1.417vw, 17px);
  line-height: 1.95; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: calc(14vw / 3.9);
      line-height: 1.74;
      line-height: 2.2;
      font-size: 14px; } }

.flex {
  display: flex;
  justify-content: space-between; }

.main {
  margin-bottom: calc(144vw / 16);
  text-align: center; }

.main .inn {
  position: relative; }

.main .inn .img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 142px);
  height: calc(100svh - 142px);
  transform-origin: top center;
  transition: all 1s ease-in-out; }

.main .inn .img .sd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.main .inn .copy {
  position: absolute;
  bottom: calc(80vw / 16);
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 1s ease-in-out; }

.main .inn .scrollassist {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transition: transform 1s ease;
  width: 1px;
  bottom: 0;
  height: calc(60vw / 16);
  transition: all 1s ease-in-out; }

.main .inn .scrollassist:after {
  animation: scrollAnim 2s ease infinite;
  background-color: #000;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: top;
  width: 100%; }

body.scrolled .main .inn .img {
  width: 90%;
  height: calc(90vh - 142px);
  height: calc(90svh - 142px); }

body.scrolled .main .inn .copy {
  bottom: calc(-40vw / 16); }

body.scrolled .main .inn .scrollassist {
  bottom: calc(-90vw / 16);
  height: calc(50vw / 16); }

@media screen and (max-width: 787px) {
  .main {
    margin-bottom: calc(160vw / 7.67); }

  .main .inn {
    margin-bottom: 20px; }

  .main .inn .img {
    height: calc(100vh - 110px - 54px);
    height: calc(100svh - 110px - 54px); }

  .main .inn .copy {
    bottom: 65px; }

  .main .inn .scrollassist {
    height: 50px; }

  body.scrolled .main .inn .img {
    width: 90%;
    height: calc(90vh - 72px - 54px);
    height: calc(90svh - 72px - 54px); }

  body.scrolled .main .inn .copy {
    bottom: -20px; }

  body.scrolled .main .inn .scrollassist {
    bottom: -70px;
    height: 40px; } }
@keyframes scrollAnim {
  0% {
    -webkit-transform: scaleY(0.25);
    transform: scaleY(0.25);
    -webkit-transform-origin: top;
    transform-origin: top; }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; } }
div#container {
  padding-top: 0; }

.main_image {
  position: relative; }

@media screen and (max-width: 787px) {
  .main .inn .img {
    background: url("../img/access/main_sp.jpg") center center/cover; }

  /*.main .inn .t_cap {
  	bottom: auto;
  	top: 3px;
  }*/
  .main .inn .t_cap_l {
    bottom: auto;
    left: auto;
    top: 5px;
    right: 5px;
    text-align: right; } }
.container_bg .bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: all 0.5s linear;
  background: url("../img/access/bg.jpg") top center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .container_bg .bg {
    background: url("../img/access/bg_sp.jpg") top center;
    background-size: cover; } }
.cap_wrap, .msn-footer {
  background-color: #fff; }

#kuzu_wrap {
  padding-bottom: 40px; }

@media screen and (max-width: 480px) {
  #kuzu_wrap {
    padding-bottom: 0; } }
div#container {
  max-width: 100%;
  padding: 0; }

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

.item_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 2.344vw, 30px); }
  .item_ttl .txt_in {
    line-height: 1;
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 600; }
    .item_ttl .txt_in .txt01 {
      margin-bottom: 0.5em; }
    .item_ttl .txt_in .txt02 {
      color: #2bb7b3;
      font-size: 60%; }
  .item_ttl .read {
    margin-top: -10px;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 2;
    line-height: 2.2; }

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