@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*------------------------
	Font
------------------------*/
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  /*------------------------
  	Font
  ------------------------*/
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  /*------------------------
  	Font
  ------------------------*/
  input{ font-size:16px; } /*フォームのフォーカスOFF*/
  textarea{ font-size:16px; } /*フォームのフォーカスOFF*/
      main #plan .chapter h3 > span {
        line-height: 1.6!important;
    }
    main #dress .popup {
        overflow: scroll!important;
    }
        #pagetop a {
        bottom: -1px;
    }
    #pageheader .copy {
    writing-mode: vertical-rl;
    width: 95%!important;
    position: absolute;
    left: 0;
    top: 60px!important;
    font-weight: 200;
    etter-spacing: 0.5rem!important;
    color: #fff!important;
  }
  
  
  #pageheader {
    padding: 0px 15px 20px!important;
  }
  #pageheader .gallery .slick-slide {
    height: calc(100vh - 115px)!important;
  }
  #pageheader .gallery .slick-slide picture img {
    height: calc(100vh - 115px)!important;
  }
  #pageheader .scroll a {
        position: absolute;
        bottom: 19px!important;
    }
  
}