/*! Writen  by SCSS */
.main_wrap .main {
  position: relative;
  padding-bottom: calc(600% / 16); }
  @media screen and (max-width: 480px) {
    .main_wrap .main {
      padding-bottom: calc(600% / 8); } }
  .main_wrap .main .p_ttl {
    color: #fff;
    position: absolute;
    left: calc(40% / 16);
    bottom: calc(30% / 6);
    font-size: clamp(28px, 3.12vw, 50px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em; }
    .main_wrap .main .p_ttl .l {
      font-size: 200%; }

.container {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 40px 0; } }

.lead {
  font-size: clamp(12px, 1.06vw, 15px);
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .lead {
      line-height: 1.8; } }
  @media screen and (max-width: 480px) {
    .lead {
      line-height: 1.6; } }

.read {
  font-size: clamp(12px, 1.21vw, 16px);
  line-height: 1.75; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: 13px; } }

.read_min {
  font-size: clamp(10px, 0.98vw, 14px);
  line-height: 1.79; }
  @media screen and (max-width: 480px) {
    .read_min {
      font-size: 11px; } }

.cap_wrap {
  padding-bottom: 30px; }

img.wide_image {
  width: 100%; }

.scroll-hint-icon-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }
  @media screen and (max-width: 480px) {
    .scroll-hint-icon-wrap {
      display: block; } }
  .scroll-hint-icon-wrap .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px 10px 10px 10px; }
    .scroll-hint-icon-wrap .scroll-hint-icon:before {
      display: inline-block;
      width: 40px;
      height: 40px;
      color: #FFF;
      vertical-align: middle;
      text-align: center;
      content: "";
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../images/common/finger.svg"); }
    .scroll-hint-icon-wrap .scroll-hint-icon::after {
      content: "";
      width: 34px;
      height: 14px;
      display: block;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -20px;
      background-repeat: no-repeat;
      background-image: url("../images/common/finger_scroll.svg"); }
  .scroll-hint-icon-wrap .scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 5px; }
  .scroll-hint-icon-wrap .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8; }

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