@charset "UTF-8";

#parallax_02 + section .inner_item_txt p:nth-last-of-type(1){
  writing-mode: vertical-rl;
  line-height: 3;
  max-height: 400px;
  margin: 0 auto;
}

#parallax_02 .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1){
  overflow: auto;
}

@media screen and (max-width: 600px){
#parallax_02 + section .inner_item_txt p:nth-last-of-type(1){
 line-height:clamp(1.6em, 8vw, 3em);
 max-height: 68vh;
 font-size: 1.6rem;
}
}