@charset "UTF-8";
/*!===========================
このcssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@media (max-width: 767px) {
  html {
    font-size: 2.34375vw;
  }
  /* class
  ============================== */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img.sp,
span.sp {
    display: inline;
  }
  table.sp {
    display: table;
  }
  .alignleft,
.alignright {
    float: none;
    max-width: 100% !important;
    margin-bottom: 0;
  }
  .alignleft {
    margin-right: 0;
  }
  .alignright {
    margin-left: 0;
  }
  .col:not(table) {
    display: block;
  }
  .col:not(table) > * {
    width: auto !important;
    margin-left: 0 !important;
  }
  .col:not(table) > *:nth-child(n+2) {
    margin-top: 4rem !important;
  }
  .col:not(table) > table {
    width: 100% !important;
  }
  .slider {
    padding: 0;
  }
  .scroll {
    overflow-x: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 0.5rem;
  }
  .scroll::-webkit-scrollbar-track, .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
  }
  .scroll::-webkit-scrollbar-track {
    background: #ccc;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .scroll table {
    white-space: nowrap;
  }
  /* form
  ============================== */
  .form .form-table,
.form .form-table tbody,
.form .form-table tr,
.form .form-table th,
.form .form-table td {
    display: block;
  }
  .form .form-table th {
    width: auto;
    padding-top: 2rem;
  }
  .form .form-table td {
    padding-top: 0;
  }
  /* ==================================================
  header
  ================================================== */
  header {
    padding-left: 2rem;
  }
  header > div {
    height: 6.8rem;
  }
  #hlogo {
    position: relative;
    z-index: 2;
    margin-bottom: -4.5rem;
  }
  #hlogo img {
    width: 20rem;
  }
  #hnav li:not(.search) {
    display: none;
  }
  #hnav li.search a {
    font-size: 1rem;
    text-align: center;
  }
  #hnav li.search a span {
    padding: 0;
  }
  #hnav li.search a span::before {
    display: block;
    position: static;
    font-size: 2.1rem;
  }
  .drawer-hamburger {
    width: 6.8rem;
  }
  /* ==================================================
  footer
  ================================================== */
  footer address {
    display: block;
    text-align: center;
  }
  #fnav02 > .col > div {
    border-top: 1px solid;
  }
  #fnav02 > .col > div:first-child {
    border-top: 0;
  }
  #fnav02 div.no01 ul {
    display: block;
    margin-top: 2rem;
  }
  #fnav02 div.no01 ul li {
    width: auto;
    margin-top: 1rem;
  }
  #flogo {
    margin-bottom: 3rem;
  }
  #fnav {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.6rem;
  }
  #fnav li {
    margin: 1rem 1.5rem 0 !important;
  }
  /* ==================================================
  main
  ================================================== */
  #pttl {
    padding-top: 26rem;
  }
  #pttl::before {
    height: 26rem;
    background-image: url("../img/pttl-img01-sp.jpg");
    background-position: center 45%;
  }
  #pttl .col .ttl::before {
    content: normal;
  }
  #pttl .col .ttl > * {
    text-align: center;
    border-top: 0;
  }
  #top #pttl {
    padding-top: 106.4vw;
  }
  #top #pttl::before {
    height: 106.4vw;
  }
  /* top
  ============================== */
  #archivement-nav01 ul, #top-sec02 ul {
    display: block;
  }
  #archivement-nav01 ul li, #top-sec02 ul li {
    width: auto;
    margin: 3rem 0 0;
  }
  #top-sec02 .fdp {
    padding: 4rem 2rem;
  }
  #top-sec02 .fdp h3 {
    font-size: 2.4rem;
  }
  #top-sec02 .fdp h3 span {
    font-size: 1.6rem;
  }
  #top-sec02 .fdp p:first-of-type {
    text-align: left;
  }
  #top-sec02 .fdp ol {
    flex-direction: column;
  }
  #top-sec02 .fdp li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 1em;
    font-size: 1.6rem;
  }
  #top-sec02 .fdp li:before {
    margin-bottom: 0;
    margin-right: 0.4em;
  }
  #top-sec02 .fdp dl {
    font-size: 1.8rem;
  }
  #top-sec02 .fdp dt {
    float: none;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    border-bottom: 1px solid #000;
  }
  #top-sec02 .fdp dd {
    padding: 0;
    margin: 0 0 1em;
    border-bottom: 0px;
    padding-left: 0;
  }
  #top-sec03 ul li a {
    display: block;
  }
  #top-sec03 ul li a > * {
    width: auto !important;
  }
  #top-nav01 .col > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  #top-nav01 .col > * > * {
    width: 100%;
  }
  #top-nav01 .col > * i {
    width: auto;
  }
  #top-nav01 .col > * .ttl {
    width: auto;
    text-align: left;
    margin: 0 0 0 1em;
  }
  #search {
    padding-left: 0;
    padding-right: 0;
  }
  #search form {
    padding: 2rem;
  }
  #search form > * {
    width: 100% !important;
  }
  #search .creator {
    order: 1;
    margin-top: 2rem;
  }
  #search .cate dt {
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #search .cate ul {
    justify-content: space-between;
  }
  #search .cate ul li {
    width: 48.5%;
    margin: 1rem 0 0;
    padding: 1em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5rem;
    font-size: 1.2rem;
  }
  #search .cate ul li:nth-child(n+9) {
    display: none;
  }
  #search .cate ul + .more {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #707070;
  }
  #search .cate ul + .more::before {
    content: "もっと見る ";
  }
  #search .cate ul + .more::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
  }
  #search .cate ul.on li {
    display: block !important;
  }
  #search .cate ul.on + .more::before {
    content: "表示を減らす ";
  }
  #search .cate ul.on + .more::after {
    content: "\f077";
  }
  /* creator
  ============================== */
  #creator-sec01 ul li a {
    display: block;
    position: relative;
  }
  #creator-sec01 ul li a > figure {
    width: 16rem;
  }
  #creator-sec01 ul li a > div {
    width: auto;
  }
  #creator-sec01 ul li .name-wrap {
    display: block;
    position: absolute;
    top: 8rem;
    left: 18rem;
  }
  #creator-detail-sec01 > .col dl, #creator-sec01 ul li dl {
    display: block;
  }
  #creator-detail-sec01 > .col dl dt,
#creator-detail-sec01 > .col dl dd, #creator-sec01 ul li dl dt,
#creator-sec01 ul li dl dd {
    width: auto;
  }
  #creator-detail-sec01 > .col dl dt, #creator-sec01 ul li dl dt {
    padding: 0 !important;
  }
  #creator-detail-sec01 > .col dl dd, #creator-sec01 ul li dl dd {
    margin-top: 1rem !important;
  }
  #creator-sec01 ul li .company {
    margin: 1rem 0 0;
  }
  #creator-detail-sec01 > .col > div:first-child {
    display: flex;
    flex-direction: column;
  }
  #creator-detail-sec01 > .col > div:last-child {
    margin-top: 4rem !important;
  }
  #creator-detail-sec01 > .col figure {
    order: 1;
    margin-top: 2rem !important;
  }
  #creator-detail-sec01 > .col .name {
    margin-top: 0;
  }
  #creator-sec01-01 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  /* archivement
  ============================== */
  #archivement-nav01 ul li {
    margin-bottom: 4em !important;
  }
}