@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
▼人を知る　共通　みだし　タイトル
---------------------------------------------------------------------------------------------------------------------
*/
.member-title {
  position: relative;
  text-align: center; }
  .member-title.talk {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .member-title.talk {
        margin-bottom: 80px; } }
  .member-title.day p {
    position: relative;
    top: 0;
    right: 60px;
    background-color: #fff;
    color: #e6007e; }
    @media (min-width: 768px) {
      .member-title.day p {
        position: absolute;
        top: 40px;
        right: calc(50% + 6em); } }
    @media (min-width: 1200px) {
      .member-title.day p {
        top: 80px;
        right: calc(50% + 8em); } }
  .member-title p {
    font-size: 1.25em;
    line-height: 1.05em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    background-color: #e6007e;
    color: #fff;
    display: inline-block;
    transform: rotate(-5deg); }
    @media (min-width: 768px) {
      .member-title p {
        font-size: 1.75em; } }
    @media (min-width: 1200px) {
      .member-title p {
        font-size: 2.25em; } }
  .member-title h2 {
    color: #fff; }
  .member-title h2.day {
    font-size: 3.0em;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .member-title h2.day {
        font-size: 5.0em; } }
    @media (min-width: 1200px) {
      .member-title h2.day {
        font-size: 9.0em; } }
  .member-title h2.talk-interview {
    font-size: 2.0em;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .member-title h2.talk-interview {
        font-size: 3.0em; } }
    @media (min-width: 1200px) {
      .member-title h2.talk-interview {
        font-size: 4.5em; } }

/*
---------------------------------------------------------------------------------------------------------------------
▼完全1日密着 THE DAY
---------------------------------------------------------------------------------------------------------------------
*/
#theday-top {
  margin: 20px auto 0;
  max-width: 1600px; }
  #theday-top .member-title {
    top: 30px;
    z-index: 10; }
    @media (min-width: 768px) {
      #theday-top .member-title {
        top: 40px; } }
    @media (min-width: 1200px) {
      #theday-top .member-title {
        top: 60px; } }
  #theday-top .theday-top-in {
    overflow: hidden;
    position: relative;
    padding: 20px 0 0;
    background-color: #e6007e;
    border-radius: 15px; }
    @media (min-width: 1024px) {
      #theday-top .theday-top-in {
        padding: 40px 0 0; } }
    @media (min-width: 1200px) {
      #theday-top .theday-top-in {
        padding: 60px 0 0;
        border-radius: 30px; } }
    #theday-top .theday-top-in .photo-scroll {
      transform: rotate(-5deg);
      display: grid;
      gap: 10px;
      margin: 30px 0 0 0; }
    #theday-top .theday-top-in .YokoScroll {
      display: flex;
      align-items: center;
      overflow: hidden;
      margin: 0 -60px; }
      #theday-top .theday-top-in .YokoScroll .slideshow {
        display: flex; }
        #theday-top .theday-top-in .YokoScroll .slideshow figure {
          width: 250px; }
          @media (min-width: 768px) {
            #theday-top .theday-top-in .YokoScroll .slideshow figure {
              width: 300px; } }
          @media (min-width: 1200px) {
            #theday-top .theday-top-in .YokoScroll .slideshow figure {
              width: 400px; } }
        #theday-top .theday-top-in .YokoScroll .slideshow.show1 {
          animation: loop-slide1 150s infinite linear 1s both; }
        #theday-top .theday-top-in .YokoScroll .slideshow.show2 {
          animation: loop-slide2 150s infinite linear 1s both; }
@keyframes loop-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
    #theday-top .theday-top-in .btn-area {
      position: relative;
      margin: -50px 0 50px;
      z-index: 10; }
      @media (min-width: 768px) {
        #theday-top .theday-top-in .btn-area {
          position: absolute;
          bottom: 10%;
          left: 0;
          right: 0;
          margin: 0; } }
      #theday-top .theday-top-in .btn-area ul {
        display: grid;
        gap: 20px; }
        #theday-top .theday-top-in .btn-area ul li .common-button .button-in {
          gap: 0;
          width: 260px; }
          @media (min-width: 1024px) {
            #theday-top .theday-top-in .btn-area ul li .common-button .button-in {
              width: 320px; } }
    #theday-top .theday-top-in .theday-contents {
      position: relative; }
      @media (min-width: 768px) {
        #theday-top .theday-top-in .theday-contents {
          display: flex;
          margin-top: -8%; } }
      #theday-top .theday-top-in .theday-contents ul.hito-1 {
        display: flex;
        justify-content: space-between;
        margin-top: -50px;
        gap: 0;
        padding: 0 2.5%; }
        @media (min-width: 768px) {
          #theday-top .theday-top-in .theday-contents ul.hito-1 {
            width: 100%;
            margin-top: -150px; } }
        @media (min-width: 1200px) {
          #theday-top .theday-top-in .theday-contents ul.hito-1 {
            margin-top: -250px; } }
        #theday-top .theday-top-in .theday-contents ul.hito-1 li {
          position: relative;
          width: 50%;
          margin-top: auto; }
          @media (min-width: 768px) {
            #theday-top .theday-top-in .theday-contents ul.hito-1 li {
              width: 40%; } }
          #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0; }
            @media (min-width: 768px) {
              #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name {
                bottom: 40px; } }
            @media (min-width: 1200px) {
              #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name {
                bottom: 60px; } }
            #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name.right {
              left: inherit; }
            #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name p, #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name h6 {
              font-size: 0.8em;
              font-weight: 500;
              font-family: "Cormorant Garamond", serif;
              font-feature-settings: "palt";
              letter-spacing: 0.04em;
              display: inline-block;
              background-color: #E6002D;
              color: #fff;
              padding: 3px 10px; }
              @media (min-width: 1024px) {
                #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name p, #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name h6 {
                  font-size: 1.125em;
                  padding: 4px 10px; } }
              #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name p .zen, #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name h6 .zen {
                font-family: "Zen Old Mincho", serif; }
            #theday-top .theday-top-in .theday-contents ul.hito-1 li .theday__name h6 {
              margin: 10px 0 0 0; }

/*
---------------------------------------------------------------------------------------------------------------------
ディレクター × AD対談
---------------------------------------------------------------------------------------------------------------------
*/
.pickup-contents {
  padding: 80px 0 0; }
  @media (min-width: 768px) {
    .pickup-contents {
      padding: 160px 0 0; } }
  .pickup-contents__inner {
    margin: 0 auto; }
  .pickup-contents .pickup-talk-card {
    margin: 20px auto 40px; }
    @media (min-width: 768px) {
      .pickup-contents .pickup-talk-card {
        margin: 40px auto 80px; } }

/*
---------------------------------------------------------------------------------------------------------------------
社員インタビュー
---------------------------------------------------------------------------------------------------------------------
*/
.sod-interview {
  padding: 80px 0 60px; }
  @media (min-width: 768px) {
    .sod-interview {
      padding: 160px 0 160px; } }
  .sod-interview__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%; }
  .sod-interview__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .sod-interview__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px; } }
    @media (min-width: 1024px) {
      .sod-interview__list {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1200px) {
      .sod-interview__list {
        gap: 60px 40px;
        margin-top: 40px; } }
    .sod-interview__list li .interview-card__name span {
      color: #fff; }
