@charset "UTF-8";
/* Scss Document */
.pc_show {
  display: block;
}

@media screen and (max-width: 812px) {
  .pc_show {
    display: none !important;
  }
}

.sp_show {
  display: none !important;
}

@media screen and (max-width: 812px) {
  .sp_show {
    display: block !important;
  }
}

/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/************************************************************
contents 
************************************************************/
/* works list */
.shuffle_wrap {
  padding-bottom: 150px;
}

.shuffle_wrap #btn {
  margin-bottom: 80px;
}

.shuffle_wrap #btn li {
  font-size: 20px;
  width: 20%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  cursor: pointer;
  border-right: 1px solid #ccc;
}

.shuffle_wrap #btn li:last-child {
  border: none;
}

.shuffle_wrap #btn li.active span, .shuffle_wrap #btn li:hover span {
  color: #00206a;
  border-bottom: 2px solid #00206a;
}

.shuffle_wrap #btn li span {
  border-bottom: 2px solid transparent;
  display: block;
}

.shuffle_wrap #btn li span a {
  display: block;
  padding: 10px 0;
}

.shuffle_wrap #btn li span a:hover {
  text-decoration: none;
}

@media screen and (max-width: 812px) {
  .shuffle_wrap #btn li span {
    margin: 0 5%;
  }
}

@media screen and (max-width: 1250px) {
  .shuffle_wrap #btn li {
    font-size: 16px;
  }
}

@media screen and (max-width: 812px) {
  .shuffle_wrap #btn li {
    width: 33.3%;
    font-size: 3.6vw;
    margin-bottom: 1.86667vw;
  }
  .shuffle_wrap #btn li:nth-child(3) {
    border-right: none;
  }
}

@media screen and (max-width: 812px) {
  .shuffle_wrap #btn {
    margin-bottom: 5.33333vw;
  }
}

.shuffle_wrap #animationList {
  overflow: hidden;
}

.shuffle_wrap #animationList li {
  width: 33.3%;
  padding: 1%;
  float: left;
  color: #fff;
}

.shuffle_wrap #animationList li span {
  display: block;
  width: 100%;
  position: relative;
  background: #00206a;
}

.shuffle_wrap #animationList li span img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}

.shuffle_wrap #animationList li span dl {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shuffle_wrap #animationList li span dl dt {
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
}

.shuffle_wrap #animationList li span dl dd {
  margin-top: 10px;
}

.shuffle_wrap #animationList li span dl dd ul li {
  margin: 0 1% 10px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  color: #00206a;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.2;
  width: auto;
}

.shuffle_wrap #animationList li span:hover img {
  opacity: 0.2;
}

.shuffle_wrap #animationList li span:hover dl {
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  .shuffle_wrap #animationList li {
    width: 50%;
  }
}

@media screen and (max-width: 812px) {
  .shuffle_wrap #animationList li {
    width: 100%;
    padding: 0 0 8vw;
  }
  .shuffle_wrap #animationList li span {
    background: none;
  }
  .shuffle_wrap #animationList li span img {
    -webkit-transition: none;
    transition: none;
  }
  .shuffle_wrap #animationList li span a:hover {
    text-decoration: none;
  }
  .shuffle_wrap #animationList li span a:hover img {
    opacity: 1;
  }
  .shuffle_wrap #animationList li span dl {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    margin-top: 1.86667vw;
  }
  .shuffle_wrap #animationList li span dl dt {
    color: #333;
    text-align: left;
    font-size: 4.8vw;
  }
  .shuffle_wrap #animationList li span dl dd {
    margin-top: 1.33333vw;
  }
  .shuffle_wrap #animationList li span dl dd ul {
    display: block;
  }
  .shuffle_wrap #animationList li span dl dd ul li {
    font-size: 3.2vw;
    display: inline-block;
    background: #00206a;
    color: #fff;
  }
}

/* works detail */
#works_detail_article .txt_caution {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 7px;
}

@media screen and (max-width: 812px) {
  #works_detail_article .txt_caution {
    padding-right: 0;
    font-size: 2.93333vw;
    margin-bottom: 1.86667vw;
  }
}

#works_detail_article .common_bt {
  margin-top: 70px;
}

@media screen and (max-width: 812px) {
  #works_detail_article .common_bt {
    margin-top: 10.66667vw;
  }
}

#works_detail_article .t1 {
  margin-bottom: 25px;
}

@media screen and (max-width: 812px) {
  #works_detail_article .t1 {
    margin-bottom: 2.66667vw;
  }
}

#works_detail_article #block1 {
  margin-bottom: 100px;
}

#works_detail_article #block1 .works_main_box {
  margin: 50px 0 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

#works_detail_article #block1 .works_main_box .box_l {
  width: 70%;
}

#works_detail_article #block1 .works_main_box .box_l h2 {
  font-size: 38px;
  letter-spacing: normal;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box .box_l h2 {
    font-size: 6.4vw;
    margin-bottom: 6.66667vw;
  }
}

#works_detail_article #block1 .works_main_box .box_l .cat_list {
  margin-bottom: 15px;
}

#works_detail_article #block1 .works_main_box .box_l .cat_list li {
  background: #00206a;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding: 7px 20px 6px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box .box_l .cat_list {
    margin-bottom: 2.66667vw;
  }
}

#works_detail_article #block1 .works_main_box .box_l .tag_list li {
  border: 1px solid #00206a;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding: 5px 10px 4px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box .box_l .tag_list li {
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box .box_l {
    width: 100%;
  }
}

#works_detail_article #block1 .works_main_box > ul {
  width: 25%;
  padding-top: 20px;
}

#works_detail_article #block1 .works_main_box > ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

#works_detail_article #block1 .works_main_box > ul li span {
  color: #00206a;
  font-weight: bold;
  padding-right: 15px;
  display: inline-block;
  width: 100px;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box > ul li {
    font-size: 3.46667vw;
    margin-bottom: 2.13333vw;
  }
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box > ul {
    width: 100%;
    padding-top: 8vw;
  }
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 .works_main_box {
    margin: 5.33333vw 0 2.66667vw;
    padding-bottom: 6.66667vw;
  }
}

#works_detail_article #block1 p {
  padding-top: 25px;
  line-height: 2;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 p {
    padding-top: 4vw;
  }
}

#works_detail_article #block1 .main_fig {
  max-width: 1000px;
  margin: 0 auto;
}

#works_detail_article #block1 .main_fig img {
  width: 100%;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block1 {
    margin-bottom: 13.33333vw;
  }
}

#works_detail_article .thumb_list ul li {
  width: 32.8%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}

#works_detail_article .thumb_list ul li figure img {
  width: 100%;
}

#works_detail_article .thumb_list ul li a {
  cursor: pointer;
}

@media screen and (max-width: 812px) {
  #works_detail_article .thumb_list ul li {
    width: 49.5%;
  }
}

#works_detail_article #block2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 812px) {
  #works_detail_article #block2 {
    margin-bottom: 13.33333vw;
  }
}

.works_list_box {
  margin-bottom: 100px;
}

.works_list_box ul li {
  width: 22%;
}

.works_list_box ul li img {
  width: 100%;
}

.works_list_box ul li p {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 812px) {
  .works_list_box ul li p {
    font-size: 3.73333vw;
  }
}

.works_list_box ul li a:hover {
  color: #00206a;
  text-decoration: none;
}

@media screen and (max-width: 812px) {
  .works_list_box ul li {
    width: 46%;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 812px) {
  .works_list_box {
    margin-bottom: 8vw;
  }
}

.remodal {
  padding: 0 !important;
}

.remodal-close {
  top: -40px !important;
  right: 0 !important;
}

.remodal-close:before {
  top: 0 !important;
  right: 0 !important;
  color: #fff !important;
  font-size: 50px !important;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400 !important;
}
/*# sourceMappingURL=contents.css.map */