@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
タイトル　メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#DeliveryMV {
  position: relative;
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #DeliveryMV {
      padding-top: 80px; } }
  #DeliveryMV.Top {
    padding-top: 20px; }
  #DeliveryMV a {
    transition: .5s; }
    #DeliveryMV a:hover {
      opacity: 0.8; }
  #DeliveryMV .DeliveryPh {
    width: 100%;
    margin: 0px auto;
    position: relative; }
    @media (min-width: 768px) {
      #DeliveryMV .DeliveryPh {
        width: 95%; } }
    #DeliveryMV .DeliveryPh img {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        #DeliveryMV .DeliveryPh img {
          border-radius: 20px; } }
      #DeliveryMV .DeliveryPh img.Pc {
        display: none; }
        @media (min-width: 768px) {
          #DeliveryMV .DeliveryPh img.Pc {
            display: block; } }
      @media (min-width: 768px) {
        #DeliveryMV .DeliveryPh img.Sp {
          display: none; } }
    #DeliveryMV .DeliveryPh.Back::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
      @media (min-width: 768px) {
        #DeliveryMV .DeliveryPh.Back::before {
          border-radius: 20px; } }
  #DeliveryMV .InfoTitle {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 64px;
    margin: auto;
    z-index: 100; }
    @media (min-width: 768px) {
      #DeliveryMV .InfoTitle {
        height: 95px; } }
    #DeliveryMV .InfoTitle.TopTitle {
      top: 20px; }
    #DeliveryMV .InfoTitle h1 {
      font-size: 1.3em;
      font-feature-settings: "palt";
      line-height: 1.2em;
      letter-spacing: 0.04em;
      color: #fff; }
      @media (min-width: 768px) {
        #DeliveryMV .InfoTitle h1 {
          font-size: 2.5em; } }
    #DeliveryMV .InfoTitle p {
      font-size: 0.9em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      color: #fff;
      margin-top: 10px;
      font-weight: normal; }
      @media (min-width: 768px) {
        #DeliveryMV .InfoTitle p {
          font-size: 1.5em;
          margin-top: 20px; } }
  #DeliveryMV .ProgramLogo {
    position: absolute;
    bottom: 3%;
    left: 4%;
    z-index: 100; }
    #DeliveryMV .ProgramLogo img {
      width: 150px;
      height: auto; }
      @media (min-width: 768px) {
        #DeliveryMV .ProgramLogo img {
          width: 240px; } }
      #DeliveryMV .ProgramLogo img.Story {
        width: 80px; }
        @media (min-width: 768px) {
          #DeliveryMV .ProgramLogo img.Story {
            width: 150px; } }
  #DeliveryMV .video-Arrow {
    position: absolute;
    bottom: 3%;
    right: 3%;
    z-index: 100; }
    @media (min-width: 768px) {
      #DeliveryMV .video-Arrow {
        right: 4%; } }
    #DeliveryMV .video-Arrow img {
      width: 25px;
      height: auto; }
      @media (min-width: 768px) {
        #DeliveryMV .video-Arrow img {
          width: 40px; } }
  #DeliveryMV h3 {
    font-size: 1.0em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    position: absolute;
    top: 13%;
    left: 4%;
    color: #fff; }
    @media (min-width: 768px) {
      #DeliveryMV h3 {
        font-size: 1.25em;
        top: 7%;
        left: 4%; } }

.MVPhoto {
  margin: auto;
  padding: 0 0 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .MVPhoto {
      width: 95%; } }
  .MVPhoto .MV_img {
    margin: auto; }
    .MVPhoto .MV_img.Video #video {
      width: 100%; }
      @media (min-width: 768px) {
        .MVPhoto .MV_img.Video #video {
          border-radius: 20px; } }
    .MVPhoto .MV_img img {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .MVPhoto .MV_img img {
          border-radius: 20px; } }
    .MVPhoto .MV_img.Back::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      height: calc( 100% - 5px );
      mix-blend-mode: multiply;
      z-index: 10; }
      @media (min-width: 768px) {
        .MVPhoto .MV_img.Back::before {
          border-radius: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
メインページ
---------------------------------------------------------------------------------------------------------------------
*/
#Manuscript {
  max-width: 1230px;
  margin: 20px auto 30px; }
  @media (min-width: 768px) {
    #Manuscript {
      display: flex;
      width: 90%;
      margin: 60px auto 160px; } }

/*
---------------------------------------------------------------------------------------------------------------------
メインページ
---------------------------------------------------------------------------------------------------------------------
*/
.MainContents {
  width: 90%;
  margin: auto; }
  @media (min-width: 768px) {
    .MainContents {
      width: calc( 100% - 280px );
      margin: 0; } }
  @media (min-width: 1024px) {
    .MainContents {
      width: calc( 100% - 330px ); } }
  @media (min-width: 1250px) {
    .MainContents {
      width: calc( 100% - 400px ); } }
  .MainContents .PostTitle {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px; }
    .MainContents .PostTitle h1 {
      font-size: 1.8em;
      line-height: 1.3em;
      padding-right: 0; }
      @media (min-width: 768px) {
        .MainContents .PostTitle h1 {
          font-size: 2.5em;
          line-height: 1.25em; } }
  .MainContents p {
    font-size: 1.0em;
    line-height: 1.8em;
    text-align: justify; }
    @media (min-width: 1024px) {
      .MainContents p {
        font-size: 1.25em;
        line-height: 2em; } }
  .MainContents .TableContents {
    background-color: #F4F4F4;
    padding: 25px;
    border-radius: 10px;
    margin: 40px 0 60px; }
    @media (min-width: 1024px) {
      .MainContents .TableContents {
        padding: 40px; } }
    .MainContents .TableContents ul {
      margin-top: 20px; }
      .MainContents .TableContents ul li {
        border-top: 1px solid #E2E2E2;
        padding: 10px 0; }
        .MainContents .TableContents ul li a {
          font-size: 0.9em;
          color: #666666;
          transition: .5s; }
          .MainContents .TableContents ul li a:hover {
            color: #00A4E3; }
  .MainContents .Person {
    margin-bottom: 0px; }
    .MainContents .Person .PersonBox {
      margin-top: 50px;
      display: flex; }
      .MainContents .Person .PersonBox .Photo img {
        width: 80px;
        height: auto; }
      .MainContents .Person .PersonBox .Text {
        margin-left: 15px;
        display: flex;
        align-items: center; }
        @media (min-width: 768px) {
          .MainContents .Person .PersonBox .Text {
            margin-left: 35px; } }
        .MainContents .Person .PersonBox .Text h5 {
          font-size: 0.9em; }
        .MainContents .Person .PersonBox .Text p {
          font-size: 0.9em;
          line-height: 1.6em;
          margin: 0; }
      .MainContents .Person .PersonBox .Text2 {
        margin-left: 15px; }
        @media (min-width: 768px) {
          .MainContents .Person .PersonBox .Text2 {
            margin-left: 35px; } }
        .MainContents .Person .PersonBox .Text2 h5 {
          font-size: 0.9em; }
        .MainContents .Person .PersonBox .Text2 p {
          font-size: 0.9em;
          line-height: 1.6em;
          margin: 0; }
  .MainContents .Interview {
    padding: 100px 0 0px; }
    .MainContents .Interview h2 {
      font-size: 1.6em;
      line-height: 1.4em;
      color: #111111;
      background-image: linear-gradient(to right, #2C24F9, #B70063 20%, #fff 20%, #fff);
      background-repeat: no-repeat;
      background-size: 100% 3px;
      background-position: bottom;
      padding-bottom: 15px; }
      @media (min-width: 1024px) {
        .MainContents .Interview h2 {
          font-size: 2.0em; } }
      @media (min-width: 768px) {
        .MainContents .Interview h2 {
          padding: 20px 0 20px;
          margin-bottom: 30px; } }
    .MainContents .Interview p {
      margin: 10px 0 0 0; }
    .MainContents .Interview u {
      background: linear-gradient(transparent 60%, #ffff7f 60%);
      font-weight: bold;
      text-decoration: none; }

/*
---------------------------------------------------------------------------------------------------------------------
動画エリア
---------------------------------------------------------------------------------------------------------------------
*/
.VideoArea {
  width: 90%;
  margin: auto; }
  @media (min-width: 768px) {
    .VideoArea {
      max-width: 280px;
      width: 97%;
      padding-left: 3%;
      margin: 0; } }
  @media (min-width: 1024px) {
    .VideoArea {
      max-width: 330px;
      width: 95%;
      padding-left: 5%; } }
  @media (min-width: 1250px) {
    .VideoArea {
      max-width: 400px; } }
  .VideoArea .MovieBox {
    padding-bottom: 50px; }
    .VideoArea .MovieBox .MovieICatch {
      width: 100%;
      position: relative; }
      .VideoArea .MovieBox .MovieICatch a .iCatch {
        transition: .5s; }
        .VideoArea .MovieBox .MovieICatch a .iCatch img {
          border-radius: 10px; }
        .VideoArea .MovieBox .MovieICatch a .iCatch:hover {
          opacity: 0.8; }
      .VideoArea .MovieBox .MovieICatch a .video-Arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        margin: auto;
        text-align: center; }
        .VideoArea .MovieBox .MovieICatch a .video-Arrow img {
          width: 40px;
          height: auto; }
    .VideoArea .MovieBox .Text {
      position: relative;
      margin: 10px 0 0; }
      .VideoArea .MovieBox .Text .TitleCopy {
        padding-right: 80px; }
        .VideoArea .MovieBox .Text .TitleCopy h3 {
          font-size: 1.0em; }
          @media (min-width: 1024px) {
            .VideoArea .MovieBox .Text .TitleCopy h3 {
              font-size: 1.2em; } }
        .VideoArea .MovieBox .Text .TitleCopy p {
          font-size: 0.8em;
          margin-top: 10px; }
          @media (min-width: 1024px) {
            .VideoArea .MovieBox .Text .TitleCopy p {
              font-size: 0.9em; } }
      .VideoArea .MovieBox .Text ul {
        position: absolute;
        top: 0;
        right: 0; }
        .VideoArea .MovieBox .Text ul li {
          font-size: 1.0em;
          font-weight: bold; }
          @media (min-width: 1024px) {
            .VideoArea .MovieBox .Text ul li {
              font-size: 1.2em; } }

#Other {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    #Other {
      padding: 80px 0 0; } }
  #Other h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-left: 2.5%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #Other h2 {
        font-size: 1.5em; } }
  #Other .ShortIn {
    overflow-x: scroll;
    display: flex;
    width: 100%;
    padding: 0 0 0 25px; }
    @media (min-width: 1024px) {
      #Other .ShortIn {
        padding: 0 2.5% 0 2.5%; } }
    #Other .ShortIn .VideoShortBox {
      margin-right: 15px; }
      #Other .ShortIn .VideoShortBox:last-child {
        padding-right: 25px;
        margin-right: 25px; }
        @media (min-width: 1024px) {
          #Other .ShortIn .VideoShortBox:last-child {
            padding-right: 2.5%;
            margin-right: 2.5%; } }
      @media (min-width: 1250px) {
        #Other .ShortIn .VideoShortBox {
          margin-right: 25px; } }
      #Other .ShortIn .VideoShortBox .VideoBtn {
        position: relative; }
        #Other .ShortIn .VideoShortBox .VideoBtn a {
          transition: .5s; }
          #Other .ShortIn .VideoShortBox .VideoBtn a:hover {
            opacity: 0.8; }
        #Other .ShortIn .VideoShortBox .VideoBtn img {
          width: 260px;
          height: auto;
          border-radius: 10px; }
          @media (min-width: 768px) {
            #Other .ShortIn .VideoShortBox .VideoBtn img {
              width: 300px; } }
          @media (min-width: 1250px) {
            #Other .ShortIn .VideoShortBox .VideoBtn img {
              width: 400px; } }
        #Other .ShortIn .VideoShortBox .VideoBtn .video-Arrow {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 50px;
          text-align: center;
          margin: auto;
          transition: .5s;
          transform: scale(1); }
          #Other .ShortIn .VideoShortBox .VideoBtn .video-Arrow img {
            width: 50px;
            height: auto; }
          #Other .ShortIn .VideoShortBox .VideoBtn .video-Arrow:hover {
            transform: scale(1.05); }
      #Other .ShortIn .VideoShortBox .VideoText {
        margin-bottom: 15px; }
        #Other .ShortIn .VideoShortBox .VideoText h3 {
          font-size: 0.9em;
          font-weight: normal;
          line-height: 1.4em;
          margin-top: 10px; }
  @media (min-width: 768px) {
    #Other ::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.05); }
    #Other ::-webkit-scrollbar {
      height: 8px; }
    #Other ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0.05); } }

.ScrollBtn {
  position: relative;
  z-index: 10; }
  .ScrollBtn img {
    width: 20px;
    height: auto; }
    @media (min-width: 1024px) {
      .ScrollBtn img {
        width: 24px; } }
  .ScrollBtn .Top {
    position: absolute;
    top: 44px;
    transition: .5s; }
    .ScrollBtn .Top:hover {
      opacity: 0.9; }
    @media (min-width: 1024px) {
      .ScrollBtn .Top {
        top: 70px; } }
  .ScrollBtn .Left {
    position: absolute;
    left: 0; }
  .ScrollBtn .Right {
    position: absolute;
    right: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
ビジネス
---------------------------------------------------------------------------------------------------------------------
*/
#Business {
  padding: 60px 0 0px; }
  @media (min-width: 768px) {
    #Business {
      padding: 120px 0 0px; } }
  #Business .BusinessIn {
    margin-left: 0%; }
    #Business .BusinessIn .SectionTitle {
      width: 90%;
      margin-bottom: 20px;
      margin-left: 5%; }
      @media (min-width: 768px) {
        #Business .BusinessIn .SectionTitle {
          margin-bottom: 30px;
          margin-left: 2.5%; } }
      #Business .BusinessIn .SectionTitle h2 {
        font-size: 1.2em;
        line-height: 1.4em;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #Business .BusinessIn .SectionTitle h2 {
            font-size: 1.5em; } }
    #Business .BusinessIn ul.Work1 {
      display: flex;
      overflow-x: auto;
      margin-bottom: 60px;
      padding: 0 25px; }
      @media (min-width: 1024px) {
        #Business .BusinessIn ul.Work1 {
          padding: 0 2.5%; } }
      #Business .BusinessIn ul.Work1 li {
        margin: 0 15px 0px 0; }
        @media (min-width: 1024px) {
          #Business .BusinessIn ul.Work1 li {
            margin: 0 20px 0px 0; } }
        #Business .BusinessIn ul.Work1 li:last-child {
          margin-right: 0; }
        #Business .BusinessIn ul.Work1 li .MessageYouTube {
          width: 300px;
          margin: 0px auto 20px; }
          @media (min-width: 1024px) {
            #Business .BusinessIn ul.Work1 li .MessageYouTube {
              width: 400px; } }
          #Business .BusinessIn ul.Work1 li .MessageYouTube .eyecatch {
            margin: auto;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            display: block;
            z-index: 1; }
            #Business .BusinessIn ul.Work1 li .MessageYouTube .eyecatch img {
              width: 100%;
              height: auto;
              display: block;
              transition-duration: 0.8s;
              transform: scale(1); }
              #Business .BusinessIn ul.Work1 li .MessageYouTube .eyecatch img:hover {
                transform: scale(1.04); }
          #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText {
            position: relative; }
            #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText h3 {
              font-size: 1.125em;
              line-height: 1.3em;
              margin-top: 20px; }
              @media (min-width: 1024px) {
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText h3 {
                  font-size: 1.4em; } }
            #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText p {
              font-size: 0.85em;
              line-height: 1.6em;
              text-align: justify;
              margin-top: 10px; }
              @media (min-width: 768px) {
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText p {
                  font-size: 0.9em; } }
            #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ol {
              margin-top: 10px; }
              #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ol li {
                font-size: 0.85em;
                line-height: 1.6em;
                text-align: justify;
                margin: 0; }
                @media (min-width: 768px) {
                  #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ol li {
                    font-size: 0.9em; } }
            #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul {
              margin-top: 10px; }
              @media (min-width: 768px) {
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul {
                  display: flex; } }
              #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul li {
                font-size: 0.9em;
                display: flex;
                margin: 0 20px 0 0; }
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul li a {
                  position: relative;
                  display: inline-block;
                  text-decoration: none;
                  color: #000; }
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul li a::after {
                  position: absolute;
                  bottom: 1px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #111;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul li a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
                #Business .BusinessIn ul.Work1 li .MessageYouTube .InfoText ul li img {
                  width: 14px;
                  height: auto;
                  margin-left: 2px; }
    #Business .BusinessIn ::-webkit-scrollbar-track {
      background-color: rgba(52, 52, 52, 0.02); }
    #Business .BusinessIn ::-webkit-scrollbar {
      height: 8px; }
    #Business .BusinessIn ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(52, 52, 52, 0.04); }
    #Business .BusinessIn .Work2Title {
      margin-bottom: 30px;
      width: 90%;
      margin-left: 5%; }
      #Business .BusinessIn .Work2Title h2 {
        font-size: 1.0em;
        line-height: 1.6em;
        text-align: justify; }
        @media (min-width: 768px) {
          #Business .BusinessIn .Work2Title h2 {
            font-size: 1.25em; } }
    #Business .BusinessIn ul.Work2 {
      display: flex;
      overflow-x: auto;
      padding: 0 5%; }
      @media (min-width: 1024px) {
        #Business .BusinessIn ul.Work2 {
          padding: 0 5% 0 0;
          margin-left: 5%; } }
      #Business .BusinessIn ul.Work2 li {
        margin: 0 30px 0px 0; }
        #Business .BusinessIn ul.Work2 li:last-child {
          margin-right: 0; }
        #Business .BusinessIn ul.Work2 li .MessageYouTube {
          width: 300px;
          margin: 0px auto 20px; }
          #Business .BusinessIn ul.Work2 li .MessageYouTube a .iCatch {
            border-radius: 10px; }
            #Business .BusinessIn ul.Work2 li .MessageYouTube a .iCatch img {
              border-radius: 10px; }
          #Business .BusinessIn ul.Work2 li .MessageYouTube a .video-Arrow {
            height: 30px; }
            #Business .BusinessIn ul.Work2 li .MessageYouTube a .video-Arrow img {
              width: 30px;
              height: auto; }
          #Business .BusinessIn ul.Work2 li .MessageYouTube .InfoText h4 {
            font-size: 0.8em;
            line-height: 1.4em;
            margin-top: 20px; }
            @media (min-width: 768px) {
              #Business .BusinessIn ul.Work2 li .MessageYouTube .InfoText h4 {
                font-size: 0.9em; } }
