@charset "utf-8";

.aspect-12-7{ aspect-ratio: 12 / 7;}
.aspect-2-3{ aspect-ratio: 2 / 3;}

/*.inner p.txt {letter-spacing: 0.05em; font-size: var(--font-size-l);}*/

.next-arrow-bottom {
  margin-bottom: 5em;
  position: relative;
}
.next-arrow-bottom:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4em;
  margin: auto;
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  transform: rotate( 90deg );
  content: "";
}

.button.size-l {font-size: var(--font-size-l);}


@media screen and (max-width: 640px) {
  .button.size-l {font-size: var(--font-size-m);}



}/* End max 640 */





@media screen and (max-width: 480px) {


}/* End max 480 */
