@charset "UTF-8";
.case_index .mv_area {
  width: 100%;
  height: 100vh;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding-top: 120px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .case_index .mv_area {
      padding: 40px 0 170px;
      height: auto; } }
  .case_index .mv_area .inr {
    text-align: center; }
    .case_index .mv_area .inr h2 {
      font-size: 2.4em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .case_index .mv_area .inr h2 {
          font-size: 1.8em;
          line-height: 1.2; } }
      .case_index .mv_area .inr h2::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .case_index .mv_area .inr h2 span {
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .case_index .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .5em; } }
    .case_index .mv_area .inr p {
      color: #fff;
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .case_index .mv_area .inr p {
          margin-top: 40px;
          font-size: .9em; } }
    .case_index .mv_area .inr dl {
      color: #fff;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .case_index .mv_area .inr dl {
          margin-top: 20px;
          font-size: .9em; } }
      .case_index .mv_area .inr dl dt {
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: .2em; }
      .case_index .mv_area .inr dl dd {
        margin-top: 10px;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .case_index .mv_area .inr dl dd {
            margin-top: 5px;
            font-size: .9em; } }

.case_index .results {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .case_index .results {
      padding-top: 40px; } }
  .case_index .results .inr .tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .case_index .results .inr .tab_list li {
      width: 49%;
      cursor: pointer;
      background-color: #B5B5B6; }
      .case_index .results .inr .tab_list li:hover {
        opacity: .7; }
      @media only screen and (max-width: 767px) {
        .case_index .results .inr .tab_list li {
          width: 100%;
          margin-top: 5px; } }
      .case_index .results .inr .tab_list li .txt {
        width: 95%;
        margin: 0 auto;
        padding: 60px 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .case_index .results .inr .tab_list li .txt {
            padding: 10px 0; } }
        .case_index .results .inr .tab_list li .txt h3 {
          position: relative;
          max-width: 90%;
          font-size: 1.15em;
          text-align: center;
          letter-spacing: .3em;
          color: #fff;
          font-weight: bold;
          padding-right: 60px;
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            .case_index .results .inr .tab_list li .txt h3 {
              display: block;
              padding-right: 0;
              font-size: 1.05em; } }
          .case_index .results .inr .tab_list li .txt h3::before {
            content: '';
            display: inline-block;
            width: 67px;
            height: 68px;
            background-image: url(../img/nav_icon.png);
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            right: -30px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media only screen and (max-width: 767px) {
              .case_index .results .inr .tab_list li .txt h3::before {
                width: 34px;
                height: 34px;
                right: 10px; } }
      .case_index .results .inr .tab_list li.current {
        background-color: #005BAC; }
        .case_index .results .inr .tab_list li.current h3::before {
          background-image: url(../img/nav_icon_current.png); }
  .case_index .results .inr .tab_box {
    display: none; }
    .case_index .results .inr .tab_box ul {
      margin-right: -1%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media only screen and (max-width: 767px) {
        .case_index .results .inr .tab_box ul {
          margin-top: 10px; } }
      .case_index .results .inr .tab_box ul li {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        width: 19%;
        margin-right: 1%;
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          .case_index .results .inr .tab_box ul li {
            height: 180px;
            width: 49%;
            margin-top: 5px; } }
        .case_index .results .inr .tab_box ul li a {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          background-color: rgba(0, 0, 0, 0.7);
          overflow: hidden; }
          .case_index .results .inr .tab_box ul li a:hover {
            background-color: rgba(0, 0, 0, 0.3); }
            .case_index .results .inr .tab_box ul li a:hover .more span::before {
              left: -140px; }
          .case_index .results .inr .tab_box ul li a img {
            width: 100%; }
          .case_index .results .inr .tab_box ul li a p {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            color: #fff;
            font-weight: bold;
            font-size: .9em;
            width: 95%;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              .case_index .results .inr .tab_box ul li a p {
                font-size: .75em; } }
          .case_index .results .inr .tab_box ul li a .more {
            position: absolute;
            bottom: 0;
            right: 0;
            left: inherit;
            top: inherit;
            display: inline-block;
            width: auto;
            text-align: right; }
            .case_index .results .inr .tab_box ul li a .more span {
              display: block;
              position: relative;
              font-family: "EB Garamond", serif;
              font-style: italic;
              font-weight: bold;
              color: #fff; }
              .case_index .results .inr .tab_box ul li a .more span::before {
                content: '';
                display: inline-block;
                width: 160px;
                height: 15px;
                background-image: url(../../img/arrow_white.png);
                background-size: contain;
                background-repeat: no-repeat;
                vertical-align: middle;
                position: absolute;
                bottom: 8px;
                left: -90px;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-transition: .5s;
                -o-transition: .5s;
                transition: .5s; }
    .case_index .results .inr .tab_box.active {
      display: block; }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(1) {
      background-image: url(../img/service01.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(2) {
      background-image: url(../img/service02.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(3) {
      background-image: url(../img/service03.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(4) {
      background-image: url(../img/service04.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(5) {
      background-image: url(../img/service05.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(6) {
      background-image: url(../img/service06.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(7) {
      background-image: url(../img/service07.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(8) {
      background-image: url(../img/service08.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(9) {
      background-image: url(../img/service09.jpg); }
    .case_index .results .inr .tab_box.purpose ul li:nth-child(10) {
      background-image: url(../img/service10.jpg); }
    .case_index .results .inr .tab_box.area ul li {
      background-color: #005BAC; }

.genre .mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .genre .mv_area {
      padding: 40px 0; } }
  .genre .mv_area .inr {
    text-align: center; }
    .genre .mv_area .inr h2 {
      font-size: 2.4em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .genre .mv_area .inr h2 {
          font-size: 1.8em;
          line-height: 1.2; } }
      .genre .mv_area .inr h2::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .genre .mv_area .inr h2 span {
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .genre .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .5em; } }
    .genre .mv_area .inr p {
      color: #fff;
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .genre .mv_area .inr p {
          margin-top: 40px;
          font-size: .9em; } }
    .genre .mv_area .inr dl {
      color: #fff;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .genre .mv_area .inr dl {
          margin-top: 20px;
          font-size: .9em; } }
      .genre .mv_area .inr dl dt {
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: .2em; }
      .genre .mv_area .inr dl dd {
        margin-top: 10px;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .genre .mv_area .inr dl dd {
            margin-top: 5px;
            font-size: .9em; } }

.genre .results {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .genre .results {
      padding-top: 40px; } }
  .genre .results .inr h4 {
    font-size: 1.6em;
    font-family: "EB Garamond", serif;
    letter-spacing: .1em;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .genre .results .inr h4 {
        font-size: 1.4em; } }
    .genre .results .inr h4::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #231815;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .genre .results .inr h4::after {
          bottom: -10px; } }
  .genre .results .inr .case_type {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .genre .results .inr .case_type {
        margin-top: 30px; } }
    .genre .results .inr .case_type p {
      text-align: center;
      font-weight: bold;
      letter-spacing: .2em; }
      @media only screen and (max-width: 767px) {
        .genre .results .inr .case_type p {
          font-size: .9em; } }
  .genre .results .inr .performance_list .tab_list02 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .genre .results .inr .performance_list .tab_list02 {
        margin-top: 20px; } }
    .genre .results .inr .performance_list .tab_list02 li {
      width: 32%;
      text-align: center;
      background-color: #B5B5B6;
      font-size: 1.1em;
      letter-spacing: .2em;
      padding: 20px 0;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .genre .results .inr .performance_list .tab_list02 li {
          font-size: .9em;
          padding: 10px 0; } }
      .genre .results .inr .performance_list .tab_list02 li.current {
        background-color: #005BAC;
        color: #fff; }
      .genre .results .inr .performance_list .tab_list02 li:hover {
        opacity: .7; }
      .genre .results .inr .performance_list .tab_list02 li .txt {
        font-weight: bold; }
  .genre .results .inr .performance_list .tab_box02 {
    display: none; }
    .genre .results .inr .performance_list .tab_box02.active {
      display: block; }
    .genre .results .inr .performance_list .tab_box02 ul li {
      padding: 20px 0; }
      @media only screen and (max-width: 767px) {
        .genre .results .inr .performance_list .tab_box02 ul li {
          padding: 10px 5px; } }
      .genre .results .inr .performance_list .tab_box02 ul li:nth-child(even) {
        background-color: rgba(0, 91, 172, 0.1); }
      .genre .results .inr .performance_list .tab_box02 ul li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .genre .results .inr .performance_list .tab_box02 ul li dl {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .genre .results .inr .performance_list .tab_box02 ul li dl dt {
          min-width: 216px;
          padding-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .genre .results .inr .performance_list .tab_box02 ul li dl dt {
              width: auto;
              display: inline-block;
              border-bottom: 1px solid #999;
              padding-left: 0;
              min-width: inherit; } }
          .genre .results .inr .performance_list .tab_box02 ul li dl dt::after {
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            border-top: 4px dotted #231815;
            display: block;
            margin-left: .4em; }
            @media only screen and (max-width: 767px) {
              .genre .results .inr .performance_list .tab_box02 ul li dl dt::after {
                display: none; } }
        .genre .results .inr .performance_list .tab_box02 ul li dl dd {
          width: calc(100% - 226px);
          padding-right: 20px; }
          @media only screen and (max-width: 767px) {
            .genre .results .inr .performance_list .tab_box02 ul li dl dd {
              width: 100%;
              margin-top: 5px;
              font-size: .9em; } }
          .genre .results .inr .performance_list .tab_box02 ul li dl dd a {
            font-weight: 600; }
            .genre .results .inr .performance_list .tab_box02 ul li dl dd a.top_img {
              color: #005BAC;
              position: relative; }
              .genre .results .inr .performance_list .tab_box02 ul li dl dd a.top_img::after {
                content: '';
                display: inline-block;
                width: 26px;
                height: 21px;
                background-image: url(../img/camera_icon.png);
                background-size: contain;
                vertical-align: middle;
                margin-left: 5px;
                margin-top: -.25em; }
                @media only screen and (max-width: 767px) {
                  .genre .results .inr .performance_list .tab_box02 ul li dl dd a.top_img::after {
                    width: 18px;
                    height: 15px; } }

.area .mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .area .mv_area {
      padding: 40px 0; } }
  .area .mv_area .inr {
    text-align: center; }
    .area .mv_area .inr h2 {
      font-size: 2.4em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .area .mv_area .inr h2 {
          font-size: 1.8em;
          line-height: 1.2; } }
      .area .mv_area .inr h2::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .area .mv_area .inr h2 span {
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .area .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .5em; } }
    .area .mv_area .inr p {
      color: #fff;
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .area .mv_area .inr p {
          margin-top: 40px;
          font-size: .9em; } }
    .area .mv_area .inr dl {
      color: #fff;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .area .mv_area .inr dl {
          margin-top: 20px;
          font-size: .9em; } }
      .area .mv_area .inr dl dt {
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: .2em; }
      .area .mv_area .inr dl dd {
        margin-top: 10px;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .area .mv_area .inr dl dd {
            margin-top: 5px;
            font-size: .9em; } }

.area .results {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .area .results {
      padding-top: 40px; } }
  .area .results .inr .performance .tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .area .results .inr .performance .tab_list li {
      width: 49%;
      cursor: pointer;
      background-color: #B5B5B6; }
      .area .results .inr .performance .tab_list li:hover {
        opacity: .7; }
      @media only screen and (max-width: 767px) {
        .area .results .inr .performance .tab_list li {
          width: 100%;
          margin-top: 5px; } }
      .area .results .inr .performance .tab_list li .txt {
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .area .results .inr .performance .tab_list li .txt {
            padding: 10px 0; } }
        .area .results .inr .performance .tab_list li .txt h3 {
          position: relative;
          font-size: 1.15em;
          text-align: center;
          letter-spacing: .1em;
          color: #fff;
          font-weight: bold;
          display: inline-block; }
      .area .results .inr .performance .tab_list li.current {
        background-color: #005BAC; }
  .area .results .inr .performance .tab_box {
    margin-top: 20px;
    display: none; }
    .area .results .inr .performance .tab_box .pic {
      width: 100%; }
      .area .results .inr .performance .tab_box .pic img {
        width: 100%; }
    .area .results .inr .performance .tab_box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .area .results .inr .performance .tab_box ul li {
        width: 49%;
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          .area .results .inr .performance .tab_box ul li {
            width: 100%;
            margin-top: 10px; } }
        .area .results .inr .performance .tab_box ul li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .area .results .inr .performance .tab_box ul li dl dt {
            width: 30%;
            padding-left: 10px;
            border-bottom: 2px solid #005BAC;
            color: #005BAC;
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 5px; }
            @media only screen and (max-width: 767px) {
              .area .results .inr .performance .tab_box ul li dl dt {
                padding-top: 0; } }
          .area .results .inr .performance .tab_box ul li dl dd {
            width: 70%;
            padding-left: 10px;
            border-bottom: 1px solid #999;
            padding-top: 5px;
            padding-bottom: 5px; }
            @media only screen and (max-width: 767px) {
              .area .results .inr .performance .tab_box ul li dl dd {
                padding-top: 0; } }
    .area .results .inr .performance .tab_box.active {
      display: block; }
  .area .results .inr h4 {
    margin-top: 120px;
    font-size: 1.8em;
    font-family: "EB Garamond", serif;
    letter-spacing: .2em;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .area .results .inr h4 {
        font-size: 1.4em;
        margin-top: 60px; } }
    .area .results .inr h4::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #231815;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .area .results .inr h4::after {
          bottom: -10px; } }
  .area .results .inr .case_type {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .area .results .inr .case_type {
        margin-top: 30px; } }
    .area .results .inr .case_type p {
      text-align: center;
      font-weight: bold;
      letter-spacing: .2em; }
      @media only screen and (max-width: 767px) {
        .area .results .inr .case_type p {
          font-size: .9em; } }
  .area .results .inr .performance_list .tab_list02 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .area .results .inr .performance_list .tab_list02 {
        margin-top: 20px; } }
    .area .results .inr .performance_list .tab_list02 li {
      width: 32%;
      text-align: center;
      background-color: #B5B5B6;
      font-size: 1.1em;
      letter-spacing: .2em;
      padding: 20px 0;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .area .results .inr .performance_list .tab_list02 li {
          font-size: .9em;
          padding: 10px 0; } }
      .area .results .inr .performance_list .tab_list02 li.current {
        background-color: #005BAC;
        color: #fff; }
      .area .results .inr .performance_list .tab_list02 li:hover {
        opacity: .7; }
      .area .results .inr .performance_list .tab_list02 li .txt {
        font-weight: bold; }
  .area .results .inr .performance_list .tab_box02 {
    display: none; }
    .area .results .inr .performance_list .tab_box02.active {
      display: block; }
    .area .results .inr .performance_list .tab_box02 ul li {
      padding: 20px 0; }
      @media only screen and (max-width: 767px) {
        .area .results .inr .performance_list .tab_box02 ul li {
          padding: 10px 5px; } }
      .area .results .inr .performance_list .tab_box02 ul li:nth-child(even) {
        background-color: rgba(0, 91, 172, 0.1); }
      .area .results .inr .performance_list .tab_box02 ul li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .area .results .inr .performance_list .tab_box02 ul li dl {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .area .results .inr .performance_list .tab_box02 ul li dl dt {
          min-width: 216px;
          padding-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .area .results .inr .performance_list .tab_box02 ul li dl dt {
              width: auto;
              display: inline-block;
              border-bottom: 1px solid #999;
              padding-left: 0; } }
          .area .results .inr .performance_list .tab_box02 ul li dl dt::after {
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            border-top: 4px dotted #231815;
            display: block;
            margin-left: .4em; }
            @media only screen and (max-width: 767px) {
              .area .results .inr .performance_list .tab_box02 ul li dl dt::after {
                display: none; } }
        .area .results .inr .performance_list .tab_box02 ul li dl dd {
          width: calc(100% - 226px);
          padding-right: 20px; }
          @media only screen and (max-width: 767px) {
            .area .results .inr .performance_list .tab_box02 ul li dl dd {
              width: 100%;
              margin-top: 5px;
              font-size: .9em;
              padding-right: 0; } }
          .area .results .inr .performance_list .tab_box02 ul li dl dd span {
            width: 100%;
            display: block;
            font-weight: bold;
            font-size: .9em; }
          .area .results .inr .performance_list .tab_box02 ul li dl dd a {
            font-weight: 600; }
            .area .results .inr .performance_list .tab_box02 ul li dl dd a.top_img {
              color: #005BAC;
              position: relative; }
              .area .results .inr .performance_list .tab_box02 ul li dl dd a.top_img::after {
                content: '';
                display: inline-block;
                width: 26px;
                height: 21px;
                background-image: url(../img/camera_icon.png);
                background-size: contain;
                vertical-align: middle;
                margin-left: 5px;
                margin-top: -.25em; }
                @media only screen and (max-width: 767px) {
                  .area .results .inr .performance_list .tab_box02 ul li dl dd a.top_img::after {
                    width: 18px;
                    height: 15px; } }

.area_menu {
  padding-top: 120px; }
  .area_menu .inr h4 {
    font-size: 1.8em;
    font-family: "EB Garamond", serif;
    letter-spacing: .2em;
    position: relative;
    text-align: center; }
    .area_menu .inr h4::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #231815;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .area_menu .inr ul {
    margin-right: -1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px; }
    .area_menu .inr ul li {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 200px;
      width: 19%;
      margin-right: 1%;
      margin-top: 20px;
      background-color: #005BAC; }
      @media only screen and (max-width: 767px) {
        .area_menu .inr ul li {
          height: 180px;
          width: 49%;
          margin-top: 5px; } }
      .area_menu .inr ul li a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: hidden; }
        .area_menu .inr ul li a:hover {
          background-color: rgba(0, 0, 0, 0.3); }
          .area_menu .inr ul li a:hover .more span::before {
            left: -140px; }
        .area_menu .inr ul li a img {
          width: 100%; }
        .area_menu .inr ul li a p {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          color: #fff;
          font-weight: bold;
          font-size: .9em;
          width: 95%;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .area_menu .inr ul li a p {
              font-size: .75em; } }
        .area_menu .inr ul li a .more {
          position: absolute;
          bottom: 0;
          right: 0;
          left: inherit;
          top: inherit;
          display: inline-block;
          width: auto;
          text-align: right; }
          .area_menu .inr ul li a .more span {
            display: block;
            position: relative;
            font-family: "EB Garamond", serif;
            font-style: italic;
            font-weight: bold;
            color: #fff; }
            .area_menu .inr ul li a .more span::before {
              content: '';
              display: inline-block;
              width: 160px;
              height: 15px;
              background-image: url(../../img/arrow_white.png);
              background-size: contain;
              background-repeat: no-repeat;
              vertical-align: middle;
              position: absolute;
              bottom: 8px;
              left: -90px;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s; }

.genre_menu {
  padding-top: 120px; }
  .genre_menu .inr h4 {
    font-size: 1.8em;
    font-family: "EB Garamond", serif;
    letter-spacing: .2em;
    position: relative;
    text-align: center; }
    .genre_menu .inr h4::after {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #231815;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .genre_menu .inr ul {
    margin-right: -1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px; }
    .genre_menu .inr ul li {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 200px;
      width: 19%;
      margin-right: 1%;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .genre_menu .inr ul li {
          height: 180px;
          width: 49%;
          margin-top: 5px; } }
      .genre_menu .inr ul li:nth-child(1) {
        background-image: url(../img/service01.jpg); }
      .genre_menu .inr ul li:nth-child(2) {
        background-image: url(../img/service02.jpg); }
      .genre_menu .inr ul li:nth-child(3) {
        background-image: url(../img/service03.jpg); }
      .genre_menu .inr ul li:nth-child(4) {
        background-image: url(../img/service04.jpg); }
      .genre_menu .inr ul li:nth-child(5) {
        background-image: url(../img/service05.jpg); }
      .genre_menu .inr ul li:nth-child(6) {
        background-image: url(../img/service06.jpg); }
      .genre_menu .inr ul li:nth-child(7) {
        background-image: url(../img/service07.jpg); }
      .genre_menu .inr ul li:nth-child(8) {
        background-image: url(../img/service08.jpg); }
      .genre_menu .inr ul li:nth-child(9) {
        background-image: url(../img/service09.jpg); }
      .genre_menu .inr ul li:nth-child(10) {
        background-image: url(../img/service10.jpg); }
      .genre_menu .inr ul li a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: hidden; }
        .genre_menu .inr ul li a:hover {
          background-color: rgba(0, 0, 0, 0.3); }
          .genre_menu .inr ul li a:hover .more span::before {
            left: -140px; }
        .genre_menu .inr ul li a img {
          width: 100%; }
        .genre_menu .inr ul li a p {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          color: #fff;
          font-weight: bold;
          font-size: .9em;
          width: 95%;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .genre_menu .inr ul li a p {
              font-size: .75em; } }
        .genre_menu .inr ul li a .more {
          position: absolute;
          bottom: 0;
          right: 0;
          left: inherit;
          top: inherit;
          display: inline-block;
          width: auto;
          text-align: right; }
          .genre_menu .inr ul li a .more span {
            display: block;
            position: relative;
            font-family: "EB Garamond", serif;
            font-style: italic;
            font-weight: bold;
            color: #fff; }
            .genre_menu .inr ul li a .more span::before {
              content: '';
              display: inline-block;
              width: 160px;
              height: 15px;
              background-image: url(../../img/arrow_white.png);
              background-size: contain;
              background-repeat: no-repeat;
              vertical-align: middle;
              position: absolute;
              bottom: 8px;
              left: -90px;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s; }
  .genre_menu .inr.area ul li {
    background-color: #005BAC; }
