@charset "utf-8";

@media all and (min-width: 960px){

  #main_visual {
    width: calc(100% - 230px);
    left: 230px;
  }
  #main_visual .p-mainVisual__slideTitle {
    font-size: 0.8rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  }
  #main_inner {
    position: absolute;
    top: 0;
    left: 180px;
    width: calc(100% - 180px);
    height: 100vh;
    display: flex;
    z-index: 100;
  }
  #main_inner > section {
    position: absolute;
  }
  #main_inner > section#right {
    right: 10%;
    bottom: 5%;
  }
  #main_inner > section#right h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: right;
    letter-spacing: .3em;
    text-shadow: 0 0 2px #000;
  }
  #content {
    margin-left: 180px;
  }
  .scrt-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #030039;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .scrt-cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #010010;
    z-index: 2;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
  }
  .scrt-cover.visible:after, .scrt-cover.visible:before {
    right: -100%;
  }

  .l-mainContent__inner > section {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .alignfull > section {
    max-width: var(--container_size);
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  h2 {
    color: #002446;
    font-size: 1.8rem;
  }
  #pickup_banner .p-pickupBanners__list {
    display: block;
  }
  #pickup_banner .p-pickupBanners__item {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 2em;
  }
  .c-bannerLink__label, .-border-inside .c-bannerLink::before, .-border-inside .c-bannerLink::after {
    display: none;
  }
  em {
    font-style: normal;
    color: #1879d2;
  }
  .top #content {
    margin: 0 !important;
    padding: 0;
  }
  footer {
    display: none;
  }

}

@media all and (min-width: 960px) and (max-width: 1100px) {
  #mainv p#main_copy {
    font-size: 4.5rem;
  }
  #mainv p#sub_copy {
    font-size: 1.8rem;
  }
}
