.pageTtl {
  margin: 22px auto 70px;
}
@media screen and (min-width: 768px) {
  .pageTtl {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------
  archive
-------------------------------------------------------*/
.search_nav > .inner {
  width: 100%;
  padding: 52px 20px;
  background-color: #000;
  color: #fff;
}
.search_nav table {
  width: 100%;
}
.search_nav th {
  padding-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
.search_nav td {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  display: block;
}
.search_nav td ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.search_nav td li.dis label {
  opacity: 0.5;
}
.search_nav td label {
  padding: 2px 20px 4px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}
.search_nav td input[type=radio]:checked + label {
  background-color: #A1C800;
  color: #fff;
}
.search_nav tr:last-child th, .search_nav tr:last-child td {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .search_nav > .inner {
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin-left: auto;
    border-radius: 10px;
  }
  .search_nav table {
    max-width: 990px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
  }
  .search_nav th {
    width: 120px;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    display: table-cell;
  }
  .search_nav td {
    padding: 30px 0;
  }
}

#resultSec {
  padding: 70px 0;
}
#resultSec .ttl {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
#resultSec .ttl .en {
  color: #A1C800;
  font-size: 24px;
  flex-shrink: 0;
}
#resultSec .ttl .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}
#resultSec .txt {
  margin-bottom: 54px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #resultSec {
    padding: 90px 0 180px;
  }
  #resultSec .ttl {
    margin-bottom: 36px;
    grid-gap: 54px;
  }
  #resultSec .ttl .en {
    font-size: 40px;
  }
  #resultSec .txt {
    margin-bottom: 50px;
  }
}

.col3-wrap {
  position: relative;
}
.col3-wrap-inner {
  max-width: 400px;
  min-height: 200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.col3-wrap .list-item .img-wrap {
  width: 100%;
  padding-top: 54.286%;
  margin-bottom: 15px;
  position: relative;
}
.col3-wrap .list-item .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.col3-wrap .list-item .ttl {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0625;
}
.col3-wrap .list-item .cat-tag {
  margin-bottom: 10px;
}
.col3-wrap .list-item .cat-tag span {
  padding: 1px 14px 2px;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4167;
  display: inline-block;
}
.col3-wrap .list-item .tags {
  color: #A1C800;
  font-size: 12px;
  font-weight: 500;
}
.col3-wrap .list-item .tags ul {
  display: flex;
  grid-gap: 17px;
}
@media screen and (min-width: 768px) {
  .col3-wrap-inner {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
  }
  .col3-wrap .list-item:nth-child(3n+2) {
    transition-delay: 0.1s;
  }
  .col3-wrap .list-item:nth-child(3n+3) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 992px) {
  .col3-wrap-inner {
    grid-gap: 50px 24px;
  }
  .col3-wrap .list-item .thumbnail {
    margin-bottom: 15px;
  }
  .col3-wrap .list-item .ttl {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 1;
  }
  .col3-wrap .list-item .cat-tag {
    margin-bottom: 16px;
  }
  .col3-wrap .list-item .cat-tag span {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 1.4286;
  }
  .col3-wrap .tags {
    font-size: 14px;
  }
  .col3-wrap .tags ul {
    grid-gap: 20px;
  }
}

#loading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
}
#loading p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/ajax-loader.gif) left top no-repeat;
}

#nocol {
  display: none;
}

/*------------------------------------------------------
  single
-------------------------------------------------------*/
#mainSec {
  margin-bottom: 80px;
}
#mainSec .statusWrap {
  margin-bottom: 7px;
}
#mainSec .statusWrap .list {
  color: #A1C800;
  font-size: 12px;
  line-height: 1.6667;
  display: flex;
  grid-gap: 10px;
}
#mainSec .statusWrap .list li {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
#mainSec .statusWrap .list li .icon {
  width: 13px;
  display: block;
}
#mainSec .main_ttl {
  padding: 9px 0;
  margin-bottom: 20px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
#mainSec .info_table {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
#mainSec .info_table .group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 10px 0;
}
#mainSec .info_table dt {
  width: 90px;
  padding: 2px 10px 4px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4286;
  text-align: center;
}
#mainSec .info_table dd {
  width: calc(100% - 90px);
  padding-left: 20px;
  line-height: 1.5;
}
#mainSec #visual-col {
  width: 100%;
  padding-bottom: 113px;
  position: relative;
}
#mainSec #visual-col .slick-slider {
  /*height: 500px;*/
}
#mainSec #visual-col .slick-list, #mainSec #visual-col .slick-track {
  height: 100%;
}
#mainSec #visual-col .slick-dots {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  grid-gap: 18px;
}
#mainSec #visual-col .slick-dots li {
  width: 70px;
  height: 93px;
}
#mainSec #visual-col .slick-dots li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec #visual-col img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainSec .btn-main {
  width: 300px;
  height: 54px;
  padding-left: 5px;
  margin-top: 40px;
  background-position: right 30px center;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 767px){
	#mainSec #visual-col img{
		height: auto;
		object-fit: contain;
		aspect-ratio: auto;
	}
}
@media screen and (min-width: 768px) {
  #mainSec {
    padding-top: 70px;
    margin-bottom: 126px;
  }
  #mainSec .statusWrap .list {
    font-size: 14px;
  }
  #mainSec .main_ttl {
    margin-bottom: 25px;
    font-size: 48px;
  }
  #mainSec .info_table {
    margin-bottom: 20px;
    flex-direction: row;
    align-items: flex-start;
  }
  #mainSec .info_table .group {
    width: 50%;
  }
  #mainSec #visual-col {
    width: calc(100% - 40px);
    max-width: 1200px;
    padding-bottom: 175px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainSec #visual-col .slick-slider {
    height: 650px;
  }
  #mainSec #visual-col .slick-dots {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
  }
  #mainSec #visual-col .slick-dots li {
    width: calc((100% - 60px) / 4);
    padding-top: calc((100% - 60px) / 4 * 0.54);
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #mainSec #visual-col .slick-dots li img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainSec .btn-main {
    width: 370px;
    margin-top: 75px;
  }
}

.secTtl {
  width: 100%;
  margin: 0 0 20px;
  color: #A1C800;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.secTtl .en {
  width: 100%;
  margin-bottom: -4px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-align: left;
  position: relative;
  order: -1;
}
@media screen and (min-width: 768px) {
  .secTtl {
    padding-top: 68px;
    margin-bottom: 60px;
    font-size: 23px;
  }
  .secTtl .en {
    margin-bottom: -8px;
    font-size: 72px;
  }
}

#voiceSec {
  padding: 40px 0 63px;
  background-color: #EBEBEB;
}
#voiceSec .voiceWrap {
  display: grid;
  grid-gap: 20px;
}
#voiceSec .voiceBlk {
  width: 100%;
  background-color: #fff;
}
#voiceSec .voiceBlk .imgWrap {
  width: 100%;
}
#voiceSec .voiceBlk .img {
  width: 100%;
  padding-top: 66.666%;
  position: relative;
}
#voiceSec .voiceBlk .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#voiceSec .voiceBlk .txtWrap {
  width: 100%;
  padding: 20px 11px 18px;
  font-size: 14px;
  line-height: 1.4286;
}
@media screen and (min-width: 768px) {
  #voiceSec {
    padding: 60px 0 100px;
  }
  #voiceSec .voiceWrap {
    grid-gap: 40px;
  }
  #voiceSec .voiceBlk {
    height: 23.125vw;
    display: flex;
  }
  #voiceSec .voiceBlk .imgWrap {
    width: 50%;
    padding-right: min(8.3%, 100px);
    align-self: stretch;
  }
  #voiceSec .voiceBlk .img {
    width: 100%;
    height: 100%;
  }
  #voiceSec .voiceBlk .txtWrap {
    width: 50%;
    padding: 66px 34px 0 0;
  }
}

#movieSec {
  padding: 40px 0;
}
#movieSec .videoWrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
#movieSec .videoWrap .youtube {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#movieSec .videoWrap .youtube img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  #movieSec .videoWrap {
    width: 860px;
    height: 483.75px;
    padding-top: 0;
    margin: 0 auto;
  }
}

#worksSec {
  padding-bottom: 70px;
}
#worksSec .txt {
  padding-left: 12px;
  margin-bottom: 40px;
  border-left: 3px solid #A1C800;
  font-size: 14px;
  line-height: 1.4286;
}
#worksSec .col3-wrap {
  margin-bottom: 40px;
}
#worksSec .btn-main {
  width: 300px;
  height: 54px;
  padding: 0 0 0 20px;
  margin-top: 40px;
  background: #F19900;
  font-weight: 700;
  justify-content: center;
  position: relative;
}
#worksSec .btn-main::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon_arrow-wh.svg) right 30px center/33px no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #worksSec {
    padding-bottom: 215px;
  }
  #worksSec .txt {
    padding-left: 0;
    border-left: 0;
  }
  #worksSec .btn-main {
    width: 370px;
    padding: 0 50px 0 0px;
    margin-top: 100px;
    justify-content: flex-end;
  }
}