@charset "UTF-8";
/* フォントの定義 */
@font-face {
  font-family: 'Kinto Sans';
  src: url("fonts/KintoSans-Regular.woff2") format("woff2"), url("fonts/KintoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* フォント読み込み中もテキストを表示させる設定 */ }

/* 太字用（Boldデータがある場合） */
@font-face {
  font-family: 'Kinto Sans';
  src: url("fonts/KintoSans-Bold.woff2") format("woff2"), url("fonts/KintoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 14px; }

/* SCSS */
body {
  background: #F4F4F4;
  color: black;
  font-family: 'Inter', 'Kinto Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  font-size: 0.85714rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1rem; } }

::-moz-selection, ::-moz-selection {
  background: black;
  color: #fff; }

::selection, ::-moz-selection {
  background: black;
  color: #fff; }

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -o-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95); }
  a:hover {
    color: #70AA25;
    text-decoration: none; }

a img {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -o-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  a img:hover {
    opacity: 0.57; }

h1 {
  line-height: 1.3; }

p {
  line-height: 1.4; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

.clearfix {
  zoom: 100%; }

.bt {
  text-align: center;
  margin: 32px auto 0; }

.bt a {
  background: rgba(0, 0, 0, 0);
  border: solid 1px rgba(0, 0, 0, 0.54);
  display: inline-block;
  text-align: center;
  padding: 8px 24px; }
  .bt a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.54); }

.centering {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media screen and (max-width: 767px) {
  .sp-br {
    display: block; } }

@media screen and (min-width: 768px) {
  .pc-br {
    display: block; } }

img {
  width: 100%;
  height: auto; }

ul {
  list-style: none; }

h1, h2, h3, h4 {
  font-weight: normal; }

.round {
  border-radius: 16px;
  overflow: hidden; }
  @media screen and (min-width: 920px) {
    .round {
      border-radius: 24px; } }

.clear {
  clear: both; }

.sidespace {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .sidespace {
      padding-left: 48px;
      padding-right: 48px; } }
  @media screen and (min-width: 920px) {
    .sidespace {
      padding-left: 64px;
      padding-right: 64px; } }

.switch {
  -o-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-transform: translate(0, 40px) rotate(-1deg);
  -ms-transform: translate(0, 40px) rotate(-1deg);
  transform: translate(0, 40px) rotate(-1deg);
  opacity: 0; }
  .switch.on {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; }

.switch-delay {
  -o-transition: all 0.3s linear 0.6s;
  transition: all 0.3s linear 0.6s;
  -moz-transition: all 0.3s linear 0.6s;
  -webkit-transition: all 0.3s linear 0.6s;
  opacity: 0; }
  .switch-delay.on {
    opacity: 1; }

.switch2 {
  -o-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 1.85) 0.4s;
  transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 1.85) 0.4s;
  -moz-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 1.85) 0.4s;
  -webkit-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 1.85) 0.4s;
  -webkit-transform: translate(0, 40px) rotate(-1deg);
  -ms-transform: translate(0, 40px) rotate(-1deg);
  transform: translate(0, 40px) rotate(-1deg);
  opacity: 0; }
  .switch2.on {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; }

a.textlink:hover {
  text-decoration: underline; }

.bt_all {
  font-size: 20px;
  font-size: 1.42857rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .bt_all {
      font-size: 25px;
      font-size: 1.78571rem; } }
  .bt_all a {
    padding-left: 32px; }
    @media screen and (min-width: 920px) {
      .bt_all a {
        padding-left: 48px; } }
    .bt_all a:hover {
      padding-left: 40px; }
  .bt_all:before {
    position: absolute;
    bottom: 8px;
    left: 4px;
    display: block;
    content: '';
    background: url(../img/arrow-trans.svg) no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    z-index: 99; }
    @media screen and (min-width: 920px) {
      .bt_all:before {
        bottom: 8px;
        left: 6px;
        width: 17px;
        height: 17px; } }

/* ////////////////////////////////////////
Layout
//////////////////////////////////////// */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

#load-text {
  color: #ef4a98;
  z-index: 2;
  height: 100px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  width: 100%; }

#bar {
  height: 200px;
  width: 200px; }

#bar span {
  display: block;
  width: 0%;
  height: 200px;
  background: #ef4a98;
  z-index: 1; }

/*---------------------------
header
---------------------------*/
header {
  position: relative;
  width: 100%;
  padding-top: 16px; }
  header #site_name {
    font-size: 12px;
    font-size: 0.85714rem;
    float: left;
    line-height: 40px; }
    @media screen and (min-width: 768px) {
      header #site_name {
        font-size: 14px;
        font-size: 1rem; } }
    @media screen and (min-width: 920px) {
      header #site_name {
        line-height: 48px; } }
  header #glnav {
    position: fixed;
    right: -8px;
    z-index: 99; }
  header #glnav ul {
    float: right;
    line-height: 24px;
    padding: 0 12px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: brightness(120%) saturate(180%) blur(20px);
    -webkit-backdrop-filter: brightness(120%) saturate(180%) blur(20px); }
    @media screen and (min-width: 920px) {
      header #glnav ul {
        padding: 0 24px;
        line-height: 32px; } }
    header #glnav ul li {
      float: left; }
      header #glnav ul li a {
        display: block;
        padding: 8px; }
        @media screen and (min-width: 920px) {
          header #glnav ul li a {
            padding: 8px 12px; } }

/*---------------------------
footer
---------------------------*/
footer {
  clear: both; }
  footer section {
    padding: 32px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    footer section p {
      text-align: justify;
      line-height: 1.5; }
    @media screen and (min-width: 768px) {
      footer section {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (min-width: 920px) {
      footer section {
        float: left;
        padding-top: 56px;
        padding-bottom: 56px;
        margin-bottom: 64px; }
        footer section.profile {
          width: 64%;
          margin-right: 40px; }
          footer section.profile h2 {
            font-size: 19px; }
          footer section.profile p {
            max-width: 64%; }
        footer section.contact {
          width: calc(100% - 64% - 40px); }
          footer section.contact h2 {
            font-size: 14px; } }
    @media screen and (min-width: 768px) {
      footer section {
        padding-left: 48px;
        padding-right: 48px; } }
    @media screen and (min-width: 920px) {
      footer section {
        padding-left: 64px;
        padding-right: 64px; } }
    footer section h2 {
      font-size: 13px;
      margin-bottom: 4em; }
      footer section h2 span {
        display: inline-block;
        float: right;
        font-size: 11px; }
  footer .profile {
    background: #B3EA6C; }
  footer .contact {
    color: #E2DAD2;
    background: #34312D; }

/*---------------------------
content
---------------------------*/
main {
  width: 100%;
  margin: 80px auto;
  overflow: hidden; }
  @media screen and (min-width: 920px) {
    main {
      margin: 180px auto 160px; } }
  main .page_ttl {
    font-size: 20px;
    margin: 0 auto 40px; }
    main .page_ttl .ttl, main .page_ttl .subttl {
      letter-spacing: 0.2rem; }
      @media screen and (min-width: 920px) {
        main .page_ttl .ttl, main .page_ttl .subttl {
          font-size: 25px; } }
    @media screen and (min-width: 920px) {
      main .page_ttl {
        margin: 0 auto 64px; } }

/*----work_single-----*/
main#work_single {
  overflow: visible; }
  @media screen and (min-width: 920px) {
    main#work_single .fv_area {
      overflow: visible;
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 20px;
      padding-right: 20px;
      height: 37.4vw; } }
  @media screen and (min-width: 920px) and (min-width: 768px) {
    main#work_single .fv_area {
      padding-left: 48px;
      padding-right: 48px; } }
  @media screen and (min-width: 920px) and (min-width: 920px) {
    main#work_single .fv_area {
      padding-left: 64px;
      padding-right: 64px; } }
  @media screen and (min-width: 920px) {
    main#work_single .column_l {
      float: left;
      width: 30%;
      margin-right: 64px; } }
  @media screen and (max-width: 768px) {
    main#work_single .column_l .work_desc {
      width: 66%;
      float: left; } }
  main#work_single .column_r .thumbnail {
    position: relative;
    line-height: 0; }
    main#work_single .column_r .thumbnail .arrow-circle {
      display: none; }
      @media screen and (min-width: 920px) {
        main#work_single .column_r .thumbnail .arrow-circle {
          position: absolute;
          bottom: 0;
          right: 32px;
          display: block;
          content: '';
          background: url(../img/arrow-circle.svg?2) no-repeat;
          width: 164px;
          height: 75px;
          z-index: 99; } }
  @media screen and (max-width: 768px) {
    main#work_single .column_r {
      clear: both; } }
  @media screen and (min-width: 920px) {
    main#work_single .column_r {
      float: right;
      width: calc( 70% - 64px);
      max-width: calc( 70% - 64px); } }
  main#work_single .ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      main#work_single .ttl {
        font-size: 25px;
        font-size: 1.78571rem; } }
    main#work_single .ttl span {
      margin-top: 0.8rem;
      display: block;
      font-size: 14px;
      font-size: 1rem;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        main#work_single .ttl span {
          font-size: 16px;
          font-size: 1.14286rem; } }
    @media screen and (max-width: 768px) {
      main#work_single .ttl {
        width: 68%;
        float: left;
        min-height: 128px;
        padding-bottom: 64px; } }
  main#work_single .work_info {
    font-size: 12px;
    font-size: 0.85714rem; }
    @media screen and (min-width: 768px) {
      main#work_single .work_info {
        font-size: 13px;
        font-size: 0.92857rem; } }
    @media screen and (max-width: 768px) {
      main#work_single .work_info {
        clear: both;
        float: right;
        width: 30%;
        text-align: right; } }
    @media screen and (min-width: 920px) {
      main#work_single .work_info {
        margin-top: 20vh; } }
    main#work_single .work_info dt {
      color: rgba(0, 0, 0, 0.54);
      margin-bottom: 6px; }
      @media screen and (min-width: 920px) {
        main#work_single .work_info dt {
          float: left;
          width: calc(50% - 15px); } }
    main#work_single .work_info dd {
      margin-bottom: 24px; }
  main#work_single .img_wrapp {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media screen and (min-width: 920px) {
      main#work_single .img_wrapp {
        margin: 120px 0;
        margin-top: 100vh; } }
    @media screen and (min-width: 768px) {
      main#work_single .img_wrapp.vertical .work_single_img {
        height: 97vh;
        max-height: 970px;
        aspect-ratio: 9 / 16;
        margin-left: auto;
        margin-right: auto; } }
  main#work_single .work_single_img {
    overflow: hidden;
    line-height: 0;
    margin-top: 40px; }
    @media screen and (min-width: 920px) {
      main#work_single .work_single_img {
        margin: 0 auto 120px;
        max-width: 970px; } }

.video_bg {
  background: #312F2D;
  padding: 24px; }
  @media screen and (min-width: 920px) {
    .video_bg {
      padding: 64px; } }

.video_wrapp {
  width: 100%;
  clear: both; }
  @media screen and (max-width: 767px) {
    .video_wrapp {
      margin-left: -20px;
      margin-right: -20px;
      width: auto;
      padding: 0 16px; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .video_wrapp {
      margin-left: -48px;
      margin-right: -48px; } }
  @media screen and (max-width: 767px) and (min-width: 920px) {
    .video_wrapp {
      margin-left: -64px;
      margin-right: -64px; } }
  .video_wrapp .video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden; }
    .video_wrapp .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.credits_wrapp {
  margin-top: 40px; }
  .credits_wrapp .list_credits {
    display: inline-block;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-size: 0.85714rem;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .credits_wrapp .list_credits {
        padding-left: 48px;
        padding-right: 48px; } }
    @media screen and (min-width: 920px) {
      .credits_wrapp .list_credits {
        padding-left: 64px;
        padding-right: 64px; } }
    @media screen and (min-width: 768px) {
      .credits_wrapp .list_credits {
        font-size: 13px;
        font-size: 0.92857rem; } }

/*----work_archive-----*/
@media screen and (min-width: 920px) {
  main#work_archive {
    margin-top: 13vw; } }

main#work_archive .page_ttl span {
  display: block; }

@media screen and (min-width: 920px) {
  main#work_archive .page_ttl span {
    display: inline-block; } }

main#work_archive .page_ttl .ttl {
  float: left;
  width: 80px; }
  @media screen and (min-width: 920px) {
    main#work_archive .page_ttl .ttl {
      width: 200px; } }

main#work_archive .page_ttl .subttl {
  font-size: 20px;
  margin-bottom: 8px; }
  @media screen and (min-width: 920px) {
    main#work_archive .page_ttl .subttl {
      font-size: 25px; } }

main#work_archive .page_ttl .desc {
  font-size: 10px;
  margin-left: 80px; }
  @media screen and (min-width: 920px) {
    main#work_archive .page_ttl .desc {
      font-size: 14px;
      margin-left: 16px;
      vertical-align: bottom; }
      main#work_archive .page_ttl .desc p {
        line-height: 0.4; } }

main#work_archive .aside_work_tag {
  margin-left: 72px;
  margin-bottom: 40px;
  line-height: 1.8; }
  @media screen and (min-width: 920px) {
    main#work_archive .aside_work_tag {
      float: left;
      background: #fff;
      font-size: 13px;
      margin-left: -20px;
      margin-right: -20px;
      max-width: 220px;
      padding-top: 40px;
      padding-bottom: 40px;
      border-radius: 0 24px 24px 0; } }
  @media screen and (min-width: 920px) and (min-width: 768px) {
    main#work_archive .aside_work_tag {
      margin-left: -48px;
      margin-right: -48px; } }
  @media screen and (min-width: 920px) and (min-width: 920px) {
    main#work_archive .aside_work_tag {
      margin-left: -64px;
      margin-right: -64px; } }
  main#work_archive .aside_work_tag li {
    display: inline-block;
    padding-left: 8px; }
    @media screen and (min-width: 920px) {
      main#work_archive .aside_work_tag li {
        position: relative;
        display: block;
        line-height: 1;
        padding-left: 20px;
        padding-right: 20px;
        padding-right: 50px !important;
        margin-top: 24px; } }
  @media screen and (min-width: 920px) and (min-width: 768px) {
    main#work_archive .aside_work_tag li {
      padding-left: 48px;
      padding-right: 48px; } }
  @media screen and (min-width: 920px) and (min-width: 920px) {
    main#work_archive .aside_work_tag li {
      padding-left: 64px;
      padding-right: 64px; } }
    @media screen and (min-width: 920px) {
        main#work_archive .aside_work_tag li:first-of-type {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      main#work_archive .aside_work_tag li.current a {
        color: #70AA25; } }
    @media screen and (min-width: 920px) {
      main#work_archive .aside_work_tag li.current:before {
        content: '';
        display: block;
        position: absolute;
        left: 48px;
        top: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #B3EA6C; } }

@media screen and (min-width: 920px) {
  main#work_archive .list_work_archive {
    float: right;
    width: calc(100% - 200px); } }

.list_work_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_work_archive li {
    margin-bottom: 64px; }
    @media screen and (min-width: 920px) {
      .list_work_archive li {
        width: 30%;
        float: left;
        margin-right: 5%; }
        .list_work_archive li:nth-of-type(3n) {
          margin-right: 0; } }
    .list_work_archive li .thumbnail {
      margin-bottom: 16px;
      line-height: 0;
      aspect-ratio: 16 / 9; }
      .list_work_archive li .thumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .list_work_archive li p {
      padding: 0 4px; }
      .list_work_archive li p span {
        display: block; }
      .list_work_archive li p .ttl {
        font-size: 15px;
        padding-right: 8px;
        margin-bottom: 4px; }
      .list_work_archive li p .subttl {
        opacity: .54;
        font-size: 10px; }
        .list_work_archive li p .subttl br {
          display: none; }

.list_work_top.list_work_archive {
  margin-bottom: 40px; }
  @media screen and (min-width: 920px) {
    .list_work_top.list_work_archive {
      display: block;
      overflow: visible;
      margin-left: -8px;
      margin-right: -8px;
      /* 1fr を minmax(0, 1fr) に変更 */ } }
  .list_work_top.list_work_archive li {
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .list_work_top.list_work_archive li:nth-child(2), .list_work_top.list_work_archive li:nth-child(3) {
        width: calc(50% - 24px); }
      .list_work_top.list_work_archive li:nth-child(3) {
        margin-top: 80px; }
      .list_work_top.list_work_archive li:nth-child(2) {
        margin-right: 48px; }
      .list_work_top.list_work_archive li:nth-child(5), .list_work_top.list_work_archive li:nth-child(6) {
        width: calc(50% - 8px); }
      .list_work_top.list_work_archive li:nth-child(5) {
        margin-right: 16px; } }
    .list_work_top.list_work_archive li .thumbnail {
      aspect-ratio: inherit; }
    @media screen and (min-width: 920px) {
      .list_work_top.list_work_archive li {
        width: auto;
        float: right;
        padding-top: 8px;
        margin-right: 24px; }
        .list_work_top.list_work_archive li:nth-child(1), .list_work_top.list_work_archive li:nth-child(5) {
          margin-right: 0; }
        .list_work_top.list_work_archive li:nth-child(3) {
          clear: both; }
        .list_work_top.list_work_archive li:nth-child(3), .list_work_top.list_work_archive li:nth-child(4) {
          float: left; }
        .list_work_top.list_work_archive li a {
          display: block;
          position: relative;
          right: 0;
          top: 0;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          padding: 12px;
          background: #F4F4F4;
          -webkit-box-shadow: 0px 0px 0px 0px rgba(56, 95, 5, 0.2);
          box-shadow: 0px 0px 0px 0px rgba(56, 95, 5, 0.2);
          -o-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
          transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
          -moz-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95);
          -webkit-transition: all 0.2s cubic-bezier(0.57, 0.06, 0.05, 0.95); }
          .list_work_top.list_work_archive li a:after {
            position: absolute;
            bottom: 12px;
            right: 12px;
            display: block;
            content: '';
            background: url(../img/arrow.svg?3) no-repeat;
            width: 90px;
            height: 91px;
            z-index: 99; }
          .list_work_top.list_work_archive li a .thumbnail {
            position: relative;
            height: 28vw;
            width: auto;
            margin-bottom: 0; }
            .list_work_top.list_work_archive li a .thumbnail:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              /* グラデーションをかけたい範囲（高さ）を指定 */
              /* 例: 上半分だけにかけるなら 50% */
              height: 34%;
              /* 上から下へのグラデーション */
              /* rgba(0, 0, 0, 0.7) = 黒の透明度70% */
              /* transparent = 透明 */
              background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
              background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
              background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
              background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
              /* (任意) グラデーションの下の画像をクリックできるようにする */
              pointer-events: none; }
          .list_work_top.list_work_archive li a p {
            position: absolute;
            top: 32px;
            left: 28px;
            z-index: 9;
            color: #fff;
            vertical-align: top; }
            .list_work_top.list_work_archive li a p .ttl {
              font-size: 22px; }
            .list_work_top.list_work_archive li a p .subttl {
              opacity: 1;
              font-size: 11px; }
          .list_work_top.list_work_archive li a:hover {
            top: -12px;
            -webkit-box-shadow: 0px 32px 40px 0px rgba(56, 95, 5, 0.2);
            box-shadow: 0px 32px 40px 0px rgba(56, 95, 5, 0.2); }
            .list_work_top.list_work_archive li a:hover img {
              opacity: 1; }
        .list_work_top.list_work_archive li:nth-child(5) {
          width: calc(40% - 24px); }
          .list_work_top.list_work_archive li:nth-child(5) .thumbnail {
            height: auto;
            width: 100%; }
        .list_work_top.list_work_archive li:nth-child(6) {
          width: 60%; } }

.top_work_tag_nav {
  margin: 40px 0; }

.top_work_tag li {
  margin-bottom: 8px; }
  @media screen and (min-width: 920px) {
    .top_work_tag li {
      display: inline-block;
      margin: 0 4px 0 0; } }
  .top_work_tag li a {
    display: inline-block;
    border: solid 1px #212121;
    line-height: 2.6;
    padding: 0 16px; }
    .top_work_tag li a:hover {
      border: solid 1px #70AA25;
      color: #70AA25; }

@media screen and (min-width: 768px) {
  header ul {
    display: block; } }
