@charset "UTF-8";
main section.movie_s1 {
  width: 100%;
  height: 540px;
  margin: 0;
  padding: 0;
  background: #1e439e; }
  @media only screen and (max-width: 768px) {
    main section.movie_s1 {
      height: auto; } }
  main section.movie_s1 .video_wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
    main section.movie_s1 .video_wrap video {
      width: 100%;
      max-width: 960px;
      vertical-align: bottom; }
    main section.movie_s1 .video_wrap .video-btn {
      content: "";
      height: 420px;
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      bottom: 90px;
      /*コントローラー分下部に余白を*/
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        main section.movie_s1 .video_wrap .video-btn {
          height: 120px; } }

main section.mv img {
  width: 100%; }

main section.sec1 {
  border-bottom: 1px solid #000; }
  main section.sec1 .content {
    padding-top: 95px;
    padding-bottom: 65px; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content {
        padding-top: 8vw;
        padding-bottom: 6vw;
        margin: 0 -15px;
        width: calc(100% + 30px); } }
    main section.sec1 .content .top_message {
      padding-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .top_message {
          padding-bottom: 6vw; } }
      main section.sec1 .content .top_message p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 18px; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .top_message p {
            margin-bottom: 3vw;
            font-size: 4vw; } }
        main section.sec1 .content .top_message p.title {
          text-align: center;
          font-size: 21px;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .top_message p.title {
              font-size: 4.2vw; } }
    main section.sec1 .content .topics_list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .topics_list {
          flex-direction: column; } }
      main section.sec1 .content .topics_list .item {
        width: 47%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .topics_list .item {
            width: 100%;
            margin-bottom: 8vw; } }
        main section.sec1 .content .topics_list .item:nth-child(-n+2) {
          margin-bottom: 70px; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .topics_list .item:nth-child(-n+2) {
              margin-bottom: 8vw; } }
        main section.sec1 .content .topics_list .item a.thumbs {
          display: block;
          overflow: hidden; }
          main section.sec1 .content .topics_list .item a.thumbs img {
            width: 100%; }
        main section.sec1 .content .topics_list .item .textwrap {
          text-align: left; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .topics_list .item .textwrap {
              padding: 0 15px; } }
          main section.sec1 .content .topics_list .item .textwrap .title {
            display: block;
            color: #003594;
            font-size: 21px;
            border-bottom: 1px solid #000;
            margin: 15px 0;
            font-weight: bold; }
            @media only screen and (max-width: 768px) {
              main section.sec1 .content .topics_list .item .textwrap .title {
                font-size: 4.2vw;
                margin: 2.5vw 0; } }
          main section.sec1 .content .topics_list .item .textwrap .sub {
            display: block;
            font-size: 16.5px;
            margin-bottom: 10px; }
            @media only screen and (max-width: 768px) {
              main section.sec1 .content .topics_list .item .textwrap .sub {
                font-size: 3.8vw;
                margin-bottom: 1vw; } }
        main section.sec1 .content .topics_list .item .frame_btn {
          margin-top: 35px; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .topics_list .item .frame_btn {
              margin-top: 3vw; } }

main section.sec2 {
  border-bottom: 1px solid #000; }
  main section.sec2 .content {
    padding-top: 65px;
    padding-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content {
        padding-top: 7vw;
        padding-bottom: 4vw; } }
    main section.sec2 .content h2 {
      font-size: 32px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content h2 {
          font-size: 5vw;
          margin-bottom: 3vw; } }
    main section.sec2 .content a.brands {
      display: block;
      width: calc(100% + 30px);
      margin-left: -15px; }
      main section.sec2 .content a.brands img {
        width: 100%; }

main section.sec3 {
  border-bottom: 1px solid #000; }
  main section.sec3 .content {
    padding-top: 80px;
    padding-bottom: 90px; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content {
        padding-top: 8vw;
        padding-bottom: 9vw; } }
    main section.sec3 .content .steakholder {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        main section.sec3 .content .steakholder {
          flex-direction: column;
          justify-content: flex-start; } }
      main section.sec3 .content .steakholder .thumbs {
        width: 49%; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .steakholder .thumbs {
            width: calc(100% + 30px);
            margin-left: -15px; } }
        main section.sec3 .content .steakholder .thumbs img {
          width: 100%; }
      main section.sec3 .content .steakholder .textwrap {
        width: 49%; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .steakholder .textwrap {
            width: 100%; } }
        main section.sec3 .content .steakholder .textwrap h2,
        main section.sec3 .content .steakholder .textwrap p {
          text-align: left; }
        main section.sec3 .content .steakholder .textwrap h2 {
          font-size: 21px;
          border-bottom: 1px solid #000;
          margin-bottom: 15px; }
          @media only screen and (max-width: 768px) {
            main section.sec3 .content .steakholder .textwrap h2 {
              font-size: 4.2vw;
              margin: 2.5vw 0; } }
        main section.sec3 .content .steakholder .textwrap .sub {
          font-size: 18px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 768px) {
            main section.sec3 .content .steakholder .textwrap .sub {
              font-size: 3.8vw;
              margin-bottom: 1vw; } }
        main section.sec3 .content .steakholder .textwrap .frame_btn {
          margin-top: 30px; }
          @media only screen and (max-width: 768px) {
            main section.sec3 .content .steakholder .textwrap .frame_btn {
              margin-top: 3vw; } }

main section.sec4 .content {
  padding-top: 65px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    main section.sec4 .content {
      padding-top: 6vw;
      padding-bottom: 6vw; } }
  main section.sec4 .content h2 {
    font-size: 32px;
    margin-bottom: 75px; }
    @media only screen and (max-width: 768px) {
      main section.sec4 .content h2 {
        font-size: 5vw;
        margin-bottom: 6vw; } }
  main section.sec4 .content .news_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9.5px 110px; }
    @media only screen and (max-width: 768px) {
      main section.sec4 .content .news_list {
        margin: 0 0 11vw; } }
    main section.sec4 .content .news_list .item {
      width: 455px;
      margin: 0 9.5px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.sec4 .content .news_list .item {
          width: 100%;
          margin: 0 0 6vw; } }
      main section.sec4 .content .news_list .item:nth-child(-n+2) {
        margin-bottom: 70px; }
        @media only screen and (max-width: 768px) {
          main section.sec4 .content .news_list .item:nth-child(-n+2) {
            margin-bottom: 6vw; } }
      main section.sec4 .content .news_list .item .datewrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          main section.sec4 .content .news_list .item .datewrap {
            margin-bottom: 2vw; } }
        main section.sec4 .content .news_list .item .datewrap .date {
          margin-right: 20px; }
          @media only screen and (max-width: 768px) {
            main section.sec4 .content .news_list .item .datewrap .date {
              margin-right: 3vw; } }
        main section.sec4 .content .news_list .item .datewrap .icon {
          background-color: #D3E4E8;
          padding: 3px 4px; }

main section.sec5 .content {
  padding-top: 50px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    main section.sec5 .content {
      padding-top: 5vw;
      padding-bottom: 9vw; } }
  main section.sec5 .content .other_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      main section.sec5 .content .other_list {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column; } }
    main section.sec5 .content .other_list .item {
      display: block;
      width: 31%; }
      @media only screen and (max-width: 768px) {
        main section.sec5 .content .other_list .item {
          width: 80%;
          margin: 0 auto 6vw; } }
      main section.sec5 .content .other_list .item .thumbs {
        display: block;
        margin-bottom: 25px; }
        @media only screen and (max-width: 768px) {
          main section.sec5 .content .other_list .item .thumbs {
            margin-bottom: 3vw; } }
        main section.sec5 .content .other_list .item .thumbs img {
          width: 100%; }
      main section.sec5 .content .other_list .item .title {
        color: #003594;
        font-size: 21px;
        font-weight: bold; }
        @media only screen and (max-width: 768px) {
          main section.sec5 .content .other_list .item .title {
            font-size: 4.2vw; } }
