@charset "utf-8";
/*
====================================================
■ FUNCTION
====================================================
*/
/*
====================================================
■ ModBtn
====================================================
*/
/*
====================================================
■ MIXIN
====================================================
*/
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*
====================================================
■ EASING
====================================================
*/
/*
====================================================
■ Projects
====================================================
*/
/*
----------------------------------------------------
PC
----------------------------------------------------
*/
@media screen and (min-width: 769px), print {
  #Projects .ModCategoryLink ul li {
    width: 300px;
    margin-left: 30px;
  }
  #Projects .ModCategoryLink ul li:first-child {
    margin-left: 0;
  }
  #ProjectList {
    overflow: hidden;
  }
  #ProjectList .masonry {
    opacity: 0;
  }
  #ProjectList .masonry .grid-wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    padding-right: 30px;
  }
  #ProjectList .masonry .item {
    margin-bottom: 30px;
  }
  #ProjectList .masonry .item .item-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
  #ProjectList .masonry .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  #ProjectList .masonry .item .txt {
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #ProjectList .masonry .item.small {
    position: absolute;
    width: 300px;
    height: 250px;
    margin-right: 30px;
  }
  #ProjectList .masonry .item.small .item-content {
    height: 250px;
  }
  #ProjectList .masonry .item.small .phbox {
    width: 300px;
    height: 200px;
  }
  #ProjectList .masonry .item.large {
    position: absolute;
    width: 630px;
    height: 530px;
    margin-right: 30px;
  }
  #ProjectList .masonry .item.large .item {
    height: 530px;
  }
  #ProjectList .masonry .item.large .phbox {
    width: 630px;
    height: 480px;
  }
}
/*
----------------------------------------------------
SP
----------------------------------------------------
*/
@media screen and (max-width: 768px) {
  #ProjectList .masonry {
    opacity: 0;
  }
  #ProjectList .masonry .grid-wrapper {
    width: 99.66666667vw;
  }
  #ProjectList .masonry .item {
    position: absolute;
  }
  #ProjectList .masonry .item .item-content {
    width: 100%;
    position: relative;
    display: block;
  }
  #ProjectList .masonry .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 9.33333333vw;
    background-color: #FFF;
  }
  #ProjectList .masonry .item .txt {
    width: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 3.2vw;
    padding-left: 2.66666667vw;
    padding-right: 2.66666667vw;
    line-height: 1.3;
  }
  #ProjectList .masonry .item.small {
    width: 40vw;
    height: 45.33333333vw;
    margin-right: 6.5vw;
  }
  #ProjectList .masonry .item.small .item-content {
    height: 40vw;
  }
  #ProjectList .masonry .item.small .phbox {
    width: 40vw;
    height: 26.66666667vw;
  }
  #ProjectList .masonry .item.small .inner {
    height: 13.33333333vw;
  }
  #ProjectList .masonry .item.large {
    width: 86.66666667vw;
    height: 82.66666667vw;
  }
  #ProjectList .masonry .item.large .item-content {
    height: 73.33333333vw;
  }
  #ProjectList .masonry .item.large .phbox {
    width: 86.66666667vw;
    height: 64vw;
  }
  #ProjectList .masonry .item.large .inner {
    height: 13.33333333vw;
  }
}
