/*
Theme Name: original theme
Version: 20241112
*/

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

Youtube

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
div.youtube {
  width: 100%;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 (9 / 16 = 0.5625) */
  position: relative;
  height: 0;
  overflow: hidden;
}
div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

fv_contents

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.firstview_area.ttl.left {
	left: 5%!important;
}

.firstview_area.ttl.right {
    right: 5%!important;
}