.top_recommend, .top_campaign {
  min-width: 1020px;
  overflow: hidden;
  padding: 40px 0 80px; }
  @media (max-width: 896px) {
    .top_recommend, .top_campaign {
      min-width: 100%; }
      .top_recommend > *, .top_campaign > * {
        max-width: 100%; } }
  @media (max-width: 480px) {
    #page #contents .top_recommend, #page #contents .top_campaign {
      padding: 10vw 5vw 15vw; } }

.top_recommend_title, .top_campaign_title {
  margin: 0 auto;
  width: 1020px;
  padding-top: 85px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.7rem;
  background: url(../img/icon01-pc.png) no-repeat top center; }
  @media (max-width: 480px) {
    .top_recommend_title, .top_campaign_title {
      margin-bottom: 8vw;
      font-size: 5vw;
      padding-bottom: 2vw;
      background-image: url(../img/icon01-sp.png);
      background-size: 12vw auto;
      padding-top: 15vw; } }

.visual {
  min-width: 1020px;
  overflow: hidden; }
  @media (max-width: 896px) {
    .visual {
      min-width: 100%; }
      .visual > * {
        max-width: 100%; } }
  .visual img {
    display: block; }
  .visual_inner {
    position: relative; }
  .visual_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1020px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -510px;
    height: 100%;
    z-index: 2; }
    @media (max-width: 480px) {
      .visual_text {
        width: 100%;
        left: 0;
        margin-left: 0; }
        .visual_text img {
          width: 80vw; } }
  .visual_images li {
    outline: none;
    display: inline-block;
    vertical-align: top;
    z-index: 1 !important; }
    .visual_images li img {
      width: 100%;
      min-height: 600px;
      object-fit: cover; }
      @media (max-width: 480px) {
        .visual_images li img {
          min-height: auto; } }
  .visual_mark {
    position: absolute;
    bottom: 25px;
    right: 50%;
    margin-right: -510px;
    z-index: 2; }
    @media (max-width: 480px) {
      .visual_mark {
        bottom: 1vw;
        right: 1vw;
        margin-right: 0;
        width: 30%; }
        .visual_mark img {
          width: 100%; } }

.top_banner {
  min-width: 1020px;
  overflow: hidden; }
  @media (max-width: 896px) {
    .top_banner {
      min-width: 100%; }
      .top_banner > * {
        max-width: 100%; } }
  .top_banner_inner {
    margin: 0 auto;
    width: 1020px;
    padding: 40px 0; }
    @media (max-width: 480px) {
      .top_banner_inner {
        padding: 5vw; } }
  .top_banner a, .top_banner img {
    display: block; }
  .top_banner a {
    transition: 0.5s; }
    @media (max-width: 480px) {
      .top_banner a img {
        width: 100%; } }
    @media (min-device-width: 1041px) and (min-width: 897px) {
      .top_banner a:hover {
        opacity: 0.7; } }

.top_recommend {
  padding-bottom: 70px;
  background-color: #e6f6f9; }
  .top_recommend_inner {
    margin: 0 auto;
    width: 1020px; }
  .top_recommend_btn a {
    display: block;
    text-decoration: none;
    border: 1px solid;
    transition: 0.5s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 60px;
    margin: 0 auto; }
    .top_recommend_btn a::after {
      content: " ";
      background: no-repeat left 0px center;
      background-size: 7px auto;
      height: 100%;
      width: 65px;
      position: absolute;
      right: 0;
      top: 0;
      box-sizing: border-box; }
    @media (min-device-width: 1041px) and (min-width: 897px) {
      .top_recommend_btn a:hover::after {
        animation: arrowMove 0.7s ease-in-out 0s alternate; } }
  @media (max-width: 480px) {
    #contents .top_recommend_btn a {
      height: 48px;
      width: 100%;
      padding-right: 3%; }
      #contents .top_recommend_btn a::after {
        width: 13%; } }
  .top_recommend_btn a {
    background-color: #1ba1e6;
    color: #fff; }
    .top_recommend_btn a::after {
      background-image: url(../img/btn_arrow01.png); }
    @media (min-device-width: 1041px) and (min-width: 897px) {
      .top_recommend_btn a:hover {
        background-color: transparent;
        color: #0258b6; }
        .top_recommend_btn a:hover::after {
          background-image: url(../img/btn_arrow02.png); } }

.top_campaign {
  padding-bottom: 70px; }
  .top_campaign_title {
    background-image: url(../img/icon02-pc.png); }
    @media (max-width: 480px) {
      .top_campaign_title {
        background-image: url(../img/icon02-sp.png); } }
  .top_campaign_inner {
    margin: 0 auto;
    width: 1020px; }
  .top_campaign_btn a {
    display: block;
    text-decoration: none;
    border: 1px solid;
    transition: 0.5s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 60px;
    margin: 0 auto; }
    .top_campaign_btn a::after {
      content: " ";
      background: no-repeat left 0px center;
      background-size: 7px auto;
      height: 100%;
      width: 65px;
      position: absolute;
      right: 0;
      top: 0;
      box-sizing: border-box; }
    @media (min-device-width: 1041px) and (min-width: 897px) {
      .top_campaign_btn a:hover::after {
        animation: arrowMove 0.7s ease-in-out 0s alternate; } }
  @media (max-width: 480px) {
    #contents .top_campaign_btn a {
      height: 48px;
      width: 100%;
      padding-right: 3%; }
      #contents .top_campaign_btn a::after {
        width: 13%; } }
  .top_campaign_btn a {
    background-color: #1ba1e6;
    color: #fff; }
    .top_campaign_btn a::after {
      background-image: url(../img/btn_arrow01.png); }
    @media (min-device-width: 1041px) and (min-width: 897px) {
      .top_campaign_btn a:hover {
        background-color: transparent;
        color: #0258b6; }
        .top_campaign_btn a:hover::after {
          background-image: url(../img/btn_arrow02.png); } }

.top_introduction {
  min-width: 1020px;
  overflow: hidden;
  background: url(../img/top_introduction_bg-pc.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 896px) {
    .top_introduction {
      min-width: 100%; }
      .top_introduction > * {
        max-width: 100%; } }
  @media (max-width: 480px) {
    .top_introduction {
      background-image: url(../img/top_introduction_bg-sp.jpg); } }
  .top_introduction_inner {
    margin: 0 auto;
    width: 1020px;
    padding: 30px 0 0; }
    .top_introduction_inner:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 480px) {
      .top_introduction_inner {
        width: 100%;
        padding: 15vw 5vw;
        position: relative;
        z-index: 1; } }
  .top_introduction_image {
    float: right; }
    @media (max-width: 480px) {
      .top_introduction_image {
        width: 42%;
        float: none;
        position: absolute;
        top: 5vw;
        right: 5vw;
        z-index: -1; } }
    .top_introduction_image img {
      display: block; }
      @media (max-width: 480px) {
        .top_introduction_image img {
          width: 100%; } }
  .top_introduction_msg {
    padding: 50px 340px 0 0; }
    @media (max-width: 480px) {
      .top_introduction_msg {
        padding: 0; } }
    .top_introduction_msg p {
      font-weight: bold; }
      @media (max-width: 480px) {
        .top_introduction_msg p {
          line-height: 1.4;
          font-weight: normal;
          text-shadow: 0.3px 0 0 #000; } }
  .top_introduction_title {
    margin-bottom: 30px;
    font-size: 3.5rem;
    line-height: 1.6;
    letter-spacing: 0; }
    @media (min-width: 481px) and (max-device-width: 1039px) {
      .top_introduction_title {
        font-size: 3rem; } }
    @media (max-width: 480px) {
      .top_introduction_title {
        font-size: 4.5vw;
        padding: 0 43% 0 0;
        margin-bottom: 5vw;
        text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff; } }
    .top_introduction_title span.line {
      background: linear-gradient(to top, transparent 0%, transparent 5%, #e6de51 5%, #e6de51 40%, transparent 40%); }
    .top_introduction_title span.bigger {
      font-size: 4.5rem;
      text-indent: -30px;
      display: block; }
      @media (max-width: 480px) {
        .top_introduction_title span.bigger {
          font-size: 6vw;
          text-indent: -3vw;
          margin-right: -43%; } }
    @media (max-width: 480px) {
      .top_introduction_title span.newline {
        display: block; } }
