@charset "UTF-8";
/*#########################################################
要素関連
#########################################################*/
@keyframes animSlideInLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animSlideInRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animSlideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animSlideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 50, works.scss */
.slideInLeft {
  animation: animSlideInLeft .4s ease;
}

/* line 53, works.scss */
.slideInRight {
  animation: animSlideInRight .4s ease;
}

/* line 58, works.scss */
.slideInUp {
  animation: animSlideInUp .4s ease;
}

/* line 61, works.scss */
.slideInDown {
  animation: animSlideInDown .4s ease;
}

/*#########################################################

レイアウト

#########################################################*/
/* line 138, works.scss */
.text--mincho {
  font-family: Ryumin Medium KL,"リュウミン M-KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* line 148, works.scss */
  .mainArea--index .section--works {
    padding: 90px 0 60px 0;
    background: #fafafa;
  }
  /* line 151, works.scss */
  .mainArea--index .section--works .frameFix {
    width: auto;
  }
  /* line 154, works.scss */
  .mainArea--index .section--works .section__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.15em;
  }
  /* line 163, works.scss */
  .mainArea--index .section--works .parts--noResult {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    padding: 200px 0;
  }
  /* line 169, works.scss */
  .mainArea--index .section--works .parts--worksList {
    margin-bottom: 40px;
  }
  /* line 173, works.scss */
  .mainArea--index .section--works .parts--worksItem {
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    width: 16.6667%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    color: #FFF;
  }
  /* line 182, works.scss */
  .mainArea--index .section--works .parts--worksItem:first-child, .mainArea--index .section--works .parts--worksItem:nth-child(18n+1) {
    width: 33.33%;
    clear: both;
  }
  /* line 187, works.scss */
  .mainArea--index .section--works .parts--worksItem:nth-child(18n-8) {
    clear: both;
  }
  /* line 190, works.scss */
  .mainArea--index .section--works .parts--worksItem:nth-child(18n-4) {
    width: 33.33%;
    float: right;
  }
  /* line 194, works.scss */
  .mainArea--index .section--works .parts--worksItem:nth-child(18n-5) {
    floar: right;
  }
  /* line 197, works.scss */
  .mainArea--index .section--works .parts--worksItem:before {
    content: "";
    display: block;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
  }
  /* line 205, works.scss */
  .mainArea--index .section--works .parts--worksItem .paramBox {
    visibility: hidden;
    position: absolute;
  }
  /* line 210, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    					/*
                        background: url("./images/works/bg_works_shadow.png") center center no-repeat;
                        background-size: cover;
                        */
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 223, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    padding: 0 12px;
    z-index: 10;
  }
  /* line 230, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article .detailBox__title {
    font-size: 1.6rem;
    margin: 6px 0;
    line-height: 2.1rem;
  }
  /* line 235, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article .detailBox__category {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  /* line 239, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article .detailBox__info {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  /* line 245, works.scss */
  .mainArea--index .section--works .parts--worksItem .linkBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 255, works.scss */
  .mainArea--index .section--works .parts--worksItem .imageBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    background: no-repeat center center;
    background-size: 110% 110%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* line 267, works.scss */
  .mainArea--index .section--works .parts--worksItem .parts__block {
    color: #FFF;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  }

  /* WORKSVIEW --------------------------------------------------- */
  /* line 280, works.scss */
  .page-worksSingle {
    padding-bottom: 70px;
  }
  /* line 282, works.scss */
  .page-worksSingle .worksSingle__information {
    text-align: center;
    padding: 90px 0 50px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
  }
  /* line 290, works.scss */
  .page-worksSingle .worksSingle__information .worksSingle__title {
    font-size: 3.1rem;
    font-family: "Noto Sans Japanese";
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    line-height: 160%;
    letter-spacing: 0.3rem;
    margin-bottom: 18px;
  }
  /* line 297, works.scss */
  .page-worksSingle .worksSingle__information .worksSingle__detail {
    font-size: 1.2rem;
    margin-bottom: 18px;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    letter-spacing: 0.2rem;
  }
  /* line 303, works.scss */
  .page-worksSingle .worksSingle__information .worksSingle__category {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  /* line 307, works.scss */
  .page-worksSingle .worksSingle__detail {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 309, works.scss */
  .page-worksSingle .worksSingle__detail .worksSingle__spec {
    width: 300px;
    margin: 0 0 0 auto;
    letter-spacing: -.40em;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  /* line 314, works.scss */
  .page-worksSingle .worksSingle__detail .worksSingle__spec dt {
    float: left;
    clear: both;
    width: 8rem;
    letter-spacing: 0.2rem;
  }
  /* line 315, works.scss */
  .page-worksSingle .worksSingle__detail .worksSingle__spec dd {
    margin-left: 10rem;
    letter-spacing: 0.2rem;
  }
  /* line 321, works.scss */
  .page-worksSingle .entry {
    text-align: center;
    padding: 0 30px;
  }
  /* line 323, works.scss */
  .page-worksSingle .entry img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    width: auto !important;
  }
  /* line 334, works.scss */
  .page-worksSingle .btn__back--works {
    padding-top: 40px;
  }
  /* line 336, works.scss */
  .page-worksSingle .btn__back--works a {
    width: 206px;
    height: 38px;
    margin: 0 auto 0 auto;
    display: block;
    background: url("./images/works/btn_back.png") center center no-repeat;
  }

  /* WORKS --------------------------------------------------- */
  /* line 343, works.scss */
  .page-works {
    padding: 90px 0 60px 0;
  }
  /* line 345, works.scss */
  .page-works .parts--noResult {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    padding: 200px 0;
  }
  /* line 355, works.scss */
  .page-works .contents__titleGroup .contents__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
    font-family: Roboto;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  /* line 363, works.scss */
  .page-works .contents__titleGroup .contents__caption {
    font-size: 13px;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    margin-bottom: 52px;
  }
  /* line 373, works.scss */
  .page-works .frameFix {
    width: auto;
  }
  /* line 374, works.scss */
  .page-works .section__title {
    height: 24px;
    width: 136px;
    margin: 0 auto 38px auto;
    position: relative;
    background: url("./images/title_works.png") center center no-repeat;
  }
  /* line 381, works.scss */
  .page-works .toolBlock {
    min-width: 980px;
    margin: 0 auto;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
  }
  /* line 383, works.scss */
  .page-works .toolBlock .toolBlock__areaList,
  .page-works .toolBlock .toolBlock__yearList {
    display: none !important;
  }
  /* line 387, works.scss */
  .page-works .toolBlock__cagtegory {
    display: block !important;
  }
  /* line 389, works.scss */
  .page-works .toolBlock__selectBox {
    float: left;
    width: 750px;
    padding: 25px 0 40px 0;
    position: static !important;
  }
  /* line 395, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList {
    margin-left: 45px;
    letter-spacing: -.40em;
  }
  /* line 398, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryItem {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    padding: 0 20px 20px 0;
    letter-spacing: normal;
    color: #333;
    vertical-align: middle;
  }
  /* line 407, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryItem input[type="checkbox"] {
    position: absolute;
    top: 0;
    opacity: 0;
    /*
    width: 100%;
    height: 100%;
    */
    cursor: pointer;
  }
  /* line 419, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryItem input[type="checkbox"] + span {
    display: inline-block;
    background-image: url(./images/works/icon_check.png);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    vertical-align: middle;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  /* line 429, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryItem input[type="checkbox"] + span {
    min-height: 18px;
    background-position: left top;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 769px) {
  /* line 436, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryItem input[type="checkbox"]:checked + span {
    background-image: url(./images/works/icon_checked.png);
  }
  /* line 440, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryItem.inactive {
    color: #CCC;
  }
  /* line 442, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__cagtegoryClose,
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__yearSelect,
  .page-works .toolBlock__selectBox .toolBlock__cagtegoryList .toolBlock__areaSelect {
    display: none;
  }
  /* line 449, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__selector {
    float: left;
    padding-left: 45px;
  }
  /* line 453, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__selector select {
    /*　矢印を消す　*/
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    /* Firefox用 */
    text-overflow: "";
    /* Firefox用 */
    appearance: none;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    /*　背景画像の指定　*/
    background-color: #FFF;
    background-image: url(./images/works/icon_select.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    /*背景画像のサイズ*/
    background-position: right center;
    cursor: pointer;
    padding: 4px 30px 4px 4px;
    border: solid 1px #e5e5e5;
  }
  /* line 471, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__selector select option {
    font-family: "Noto Sans Japanese";
    font-weight: 200;
  }
  /* line 474, works.scss */
  .page-works .toolBlock__selectBox .toolBlock__selector select::-ms-expand {
    display: none;
  }
  /* line 481, works.scss */
  .page-works .toolBlock__subBox {
    float: right;
    width: 210px;
    padding: 25px 0 40px 0;
  }
  /* line 485, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search {
    padding-right: 45px;
    text-align: right;
  }
  /* line 488, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search .searchValue_s {
    text-align: left;
    background: url(./images/works/icon_glass.png) no-repeat #f8f8f8 4px center;
    padding: 4px 2px 4px 30px;
    border: solid 1px #e5e5e5;
    margin-left: auto;
  }
  /* line 498, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module {
    padding-right: 45px;
    padding-top: 50px;
    text-align: right;
  }
  /* line 502, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__counter {
    display: inline;
  }
  /* line 504, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__counter .toolBlock__counterValue {
    display: inline;
    font-family: "Roboto";
    font-weight: normal;
    font-style: italic;
    font-size: 1.3rem;
  }
  /* line 513, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__reset {
    display: inline;
  }
  /* line 514, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__resetBtn {
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    width: 88px;
    height: 27px;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(./images/works/btn_reset.png) no-repeat 0 0;
  }
  /* line 524, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__resetBtn:hover {
    opacity: 0.7;
  }
  /* line 534, works.scss */
  .page-works .parts--worksList {
    background: #fafafa;
  }
  /* line 535, works.scss */
  .page-works .parts--worksItem {
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    width: 16.6667%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    color: #FFF;
  }
  /* line 544, works.scss */
  .page-works .parts--worksItem:first-child, .page-works .parts--worksItem:nth-child(18n+1) {
    width: 33.33%;
    clear: both;
  }
  /* line 547, works.scss */
  .page-works .parts--worksItem:nth-child(18n-8) {
    clear: both;
  }
  /* line 550, works.scss */
  .page-works .parts--worksItem:nth-child(18n-4) {
    width: 33.33%;
    float: right;
  }
  /* line 551, works.scss */
  .page-works .parts--worksItem:nth-child(18n-5) {
    floar: right;
  }
  /* line 553, works.scss */
  .page-works .parts--worksItem:before {
    content: "";
    display: block;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
  }
  /* line 558, works.scss */
  .page-works .parts--worksItem .paramBox {
    visibility: hidden;
    position: absolute;
  }
  /* line 560, works.scss */
  .page-works .parts--worksItem .detailBox {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /*
    background: url("./images/works/bg_works_shadow.png") center center no-repeat;
    background-size: cover;
    */
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 569, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    padding: 0 12px;
    z-index: 10;
  }
  /* line 576, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article .detailBox__title {
    font-size: 1.6rem;
    margin: 6px 0;
    line-height: 2.1rem;
  }
  /* line 581, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article .detailBox__category {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  /* line 585, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article .detailBox__info {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  /* line 591, works.scss */
  .page-works .parts--worksItem .linkBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 601, works.scss */
  .page-works .parts--worksItem .imageBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    background: no-repeat center center;
    background-size: 110% 110%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* line 612, works.scss */
  .page-works .parts--worksItem .parts__block {
    color: #FFF;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  }
}
/*SP MIXIN */
/*---------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* line 699, works.scss */
  .mainArea--index .section--works {
    background: #fafafa;
    padding-top: 8%;
  }
  /* line 702, works.scss */
  .mainArea--index .section--works .section__title {
    font-size: 2.4rem;
    font-size: 5vw;
    letter-spacing: 0.1em;
    letter-spacing: 0.6vw;
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 4%;
  }
  /* line 716, works.scss */
  .mainArea--index .section--works .parts--worksItem {
    width: 50%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    color: #FFF;
  }
  /* line 724, works.scss */
  .mainArea--index .section--works .parts--worksItem:nth-child(7n-6) {
    width: 100%;
  }
  /* line 725, works.scss */
  .mainArea--index .section--works .parts--worksItem:nth-child(n + 8) {
    display: none;
  }
  /* line 726, works.scss */
  .mainArea--index .section--works .parts--worksItem:before {
    content: "";
    display: block;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
  }
  /* line 734, works.scss */
  .mainArea--index .section--works .parts--worksItem .paramBox {
    visibility: hidden;
    position: absolute;
  }
  /* line 736, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox {
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("./images_sp/works/bg_works_shadow.png") center center no-repeat;
    background-size: cover;
  }
  /* line 749, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article {
    position: absolute;
    bottom: 5%;
    padding: 0 12px;
    z-index: 10;
  }
  /* line 754, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article .detailBox__title {
    font-size: 1.6rem;
    font-size: 3.75vw;
    line-height: 140%;
    margin: 2% 0;
  }
  /* line 760, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article .detailBox__category {
    font-size: 1.3rem;
    font-size: 2.5vw;
    line-height: 140%;
  }
  /* line 765, works.scss */
  .mainArea--index .section--works .parts--worksItem .detailBox .detailBox__article .detailBox__info {
    font-size: 1.6rem;
    font-size: 2.5vw;
    line-height: 140%;
  }
  /* line 772, works.scss */
  .mainArea--index .section--works .parts--worksItem .linkBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 782, works.scss */
  .mainArea--index .section--works .parts--worksItem .imageBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    background: no-repeat center center;
    background-size: 110% 110%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* line 793, works.scss */
  .mainArea--index .section--works .parts--worksItem .parts__block {
    color: #FFF;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  }
  /* line 802, works.scss */
  .mainArea--index .section--works .parts__btn--more {
    padding: 6% 6%;
  }
  /* line 804, works.scss */
  .mainArea--index .section--works .parts__btn--more a {
    display: block;
    background: url("./images_sp/btn_more.png") no-repeat center top;
    background-size: 100%;
    width: 100%;
    padding: 10.1% 0 0;
  }

  /* WORKSVIEW --------------------------------------------------- */
  /* line 817, works.scss */
  .page-worksSingle .worksSingle__information {
    padding: 12% 6% 8% 6%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 4.5%;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
  }
  /* line 826, works.scss */
  .page-worksSingle .worksSingle__information .worksSingle__title {
    font-size: 3.1rem;
    font-size: 5.78vw;
    line-height: 130%;
    font-family: "Noto Sans Japanese";
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-bottom: 4%;
  }
  /* line 836, works.scss */
  .page-worksSingle .worksSingle__information .worksSingle__detail {
    font-size: 1.2rem;
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-bottom: 4%;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    letter-spacing: 0.2rem;
  }
  /* line 845, works.scss */
  .page-worksSingle .worksSingle__information .worksSingle__category {
    font-size: 2.5vw;
    line-height: 130%;
    letter-spacing: 0.1em;
  }
  /* line 851, works.scss */
  .page-worksSingle .worksSingle__detail {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4.5%;
  }
  /* line 856, works.scss */
  .page-worksSingle .worksSingle__detail .worksSingle__spec {
    margin: 0 0 0 auto;
  }
  /* line 860, works.scss */
  .page-worksSingle .worksSingle__detail .worksSingle__spec dt {
    float: left;
    clear: both;
    font-size: 1.2rem;
    font-size: 2.5vw;
    line-height: 140%;
    width: 8em;
    letter-spacing: 0.1em;
    padding: 0;
  }
  /* line 870, works.scss */
  .page-worksSingle .worksSingle__detail .worksSingle__spec dd {
    font-size: 1.2rem;
    font-size: 2.5vw;
    line-height: 140%;
    margin-left: 10em;
    margin-bottom: 2vw;
    padding: 0;
    letter-spacing: 0.1em;
  }
  /* line 882, works.scss */
  .page-worksSingle .entry {
    text-align: center;
    padding: 0 5%;
  }
  /* line 886, works.scss */
  .page-worksSingle .entry img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 4%;
    width: auto !important;
  }
  /* line 895, works.scss */
  .page-worksSingle .btn__back--works {
    padding: 12% 22% 12% 22%;
  }
  /* line 897, works.scss */
  .page-worksSingle .btn__back--works a {
    display: block;
    background: url("./images_sp/works/btn_back.png") no-repeat left top;
    background-size: 100%;
    width: 100%;
    padding: 12.4% 0 0;
  }

  /* Works -------------------------------------------------- */
  /* line 908, works.scss */
  .page-works {
    /*------------------------------------------------------*/
  }
  /* line 910, works.scss */
  .page-works .section--works {
    position: relative;
  }
  /* line 912, works.scss */
  .page-works .section--works:after {
    content: "";
    display: block;
    height: 100%;
    padding: 10.2% 0 0;
  }
  /* line 921, works.scss */
  .page-works .parts--noResult {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-size: 2.5vw;
    line-height: 140%;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    padding: 60vw 0;
  }
  /* line 632, works.scss */
  .page-works .contents__titleGroup {
    padding: 8% 2% 7% 2%;
  }
  /* line 635, works.scss */
  .page-works .contents__titleGroup .contents__title {
    font-size: 3.2rem;
    font-size: 5vw;
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2%;
  }
  /* line 645, works.scss */
  .page-works .contents__titleGroup .contents__caption {
    font-size: 13px;
    font-size: 2.8vw;
    line-height: 140%;
    font-family: "Noto Sans Japanese";
    font-weight: 200;
    text-align: center;
  }
  /* line 936, works.scss */
  .page-works .toolBlock__showBtn--type {
    float: left;
    width: 26.4%;
    position: relative;
    overflow: hidden;
  }
  /* line 942, works.scss */
  .page-works .toolBlock__showBtn--type:after {
    content: "";
    display: block;
    background: url("./images_sp/works/btn_option-type.png") no-repeat left top;
    background-size: 100%;
    width: 100%;
    padding: 28% 0 0;
  }
  /* line 950, works.scss */
  .page-works .toolBlock__subBox {
    padding: 0 2% 2% 2%;
  }
  /* line 953, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search {
    float: left;
    width: 73%;
    position: relative;
  }
  /* line 957, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search:before {
    content: "";
    display: block;
    height: 100%;
    padding: 10.2% 0 0;
  }
  /* line 964, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search .toolBlock__searchParts {
    position: relative;
  }
  /* line 967, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search .toolBlock__searchParts:before {
    content: "";
    display: block;
    height: 100%;
    padding: 10.2% 0 0;
  }
  /* line 973, works.scss */
  .page-works .toolBlock__subBox .toolBlock__search .toolBlock__searchParts .searchValue_s {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    text-align: left;
    background: url(./images_sp/works/icon_glass.png) no-repeat #f8f8f8 right center;
    background-size: auto 100%;
    padding: 0 10% 0 5%;
    border: solid 1px #e5e5e5;
    margin-left: auto;
    width: 85%;
    height: 100%;
  }
  /* line 990, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module {
    float: right;
    width: 24%;
    text-align: right;
  }
  /* line 995, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__counter {
    position: relative;
  }
  /* line 997, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__counter .toolBlock__counterValue {
    position: absolute;
    font-size: 1.6rem;
    font-size: 3.125vw;
    font-family: "Roboto";
    font-style: italic;
    bottom: 30%;
    right: 3%;
  }
  /* line 1007, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__counter:before {
    content: "";
    display: block;
    height: 100%;
    padding: 30% 0 0;
  }
  /* line 1014, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__resetBtn {
    cursor: pointer;
    display: inline-block;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url("./images_sp/works/btn_reset.png") no-repeat center top;
    background-size: 100%;
    font-size: 0;
    height: 100%;
    width: 100%;
    padding: 34.9% 0 0;
  }
  /* line 1027, works.scss */
  .page-works .toolBlock__subBox .toolBlock__module .toolBlock__resetBtn:hover {
    opacity: 0.7;
  }
  /* line 1033, works.scss */
  .page-works .toolBlock--interface label {
    position: relative;
    display: block;
    padding: 11% 2% 11% 7.125vw;
  }
  /* line 1037, works.scss */
  .page-works .toolBlock--interface label input[type="radio"],
  .page-works .toolBlock--interface label input[type="checkbox"] {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2vw;
    margin: auto;
    height: 3.125vw;
    width: 3.125vw;
    border: #ccc solid 1px;
  }
  /* line 1051, works.scss */
  .page-works .toolBlock--interface label input[type="checkbox"] {
    border-radius: 0;
  }
  /* line 1054, works.scss */
  .page-works .toolBlock--interface label input[type="radio"] {
    border-radius: 20vw;
  }
  /* line 1057, works.scss */
  .page-works .toolBlock--interface label input[type="radio"]:checked {
    background: #CCC;
  }
  /* line 1060, works.scss */
  .page-works .toolBlock--interface label input[type="checkbox"]:checked {
    background: url("./images_sp/works/check.png") no-repeat center top #CCC !important;
    background-size: 100%;
    opacity: 1;
  }
  /* line 1066, works.scss */
  .page-works .toolBlock--interface label:nth-child(odd) {
    border-right: solid 1px #d6d6d6;
  }
  /* line 1070, works.scss */
  .page-works .toolBlock--interface .dummyItem {
    display: block;
    padding: 11% 2% 11% 7.125vw;
  }
  /* line 1075, works.scss */
  .page-works .toolBlock__cagtegory {
    display: none;
    background: #f5f5f5;
  }
  /* line 1076, works.scss */
  .page-works .toolBlock__cagtegoryList {
    width: 100%;
  }
  /* line 1080, works.scss */
  .page-works .toolBlock__cagtegoryList .toolBlock__cagtegoryItem {
    font-size: 1.4rem;
    font-size: 2.9vw;
    border-bottom: solid 1px #d6d6d6;
    width: 50%;
    float: left;
  }
  /* line 1089, works.scss */
  .page-works .toolBlock__area {
    display: none;
    background: #f5f5f5;
  }
  /* line 1090, works.scss */
  .page-works .toolBlock__areaList {
    border-bottom: solid 1px #d6d6d6;
  }
  /* line 1094, works.scss */
  .page-works .toolBlock__areaList .toolBlock__areaItem {
    font-size: 1.4rem;
    font-size: 2.9vw;
    border-bottom: solid 1px #d6d6d6;
    width: 50%;
    float: left;
  }
  /* line 1104, works.scss */
  .page-works .toolBlock__year {
    display: none;
    background: #f5f5f5;
  }
  /* line 1105, works.scss */
  .page-works .toolBlock__yearList {
    border-bottom: solid 1px #d6d6d6;
    width: 100%;
  }
  /* line 1110, works.scss */
  .page-works .toolBlock__yearList .toolBlock__yearItem {
    font-size: 1.4rem;
    font-size: 2.9vw;
    border-bottom: solid 1px #d6d6d6;
    width: 50%;
    float: left;
  }
  /* line 1118, works.scss */
  .page-works .toolBlock__cagtegoryClose {
    padding: 4% 20% 4% 20%;
    background: #f5f5f5;
    clear: both;
  }
  /* line 1122, works.scss */
  .page-works .toolBlock__cagtegoryClose:before {
    content: "";
    display: block;
    background: url("./images_sp/works/btn_close.png") no-repeat center top;
    background-size: 100%;
    height: 100%;
    padding: 11.7% 0 0;
  }
  /* line 1132, works.scss */
  .page-works .toolBlock__selectBox {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #c6c8c9;
    width: 100%;
    padding: 0;
  }
  /* line 1140, works.scss */
  .page-works .toolBlock__other {
    padding: 2% 2% 1.5% 2%;
  }
  /* line 1144, works.scss */
  .page-works .toolBlock__showBtn--year {
    display: none;
    /*
    background: url("./images_sp/works/btn_option-year.png") no-repeat center top;
    background-size: 100%;
    height: 100%;
    padding: 25.2% 0 0;
    */
  }
  /* line 1153, works.scss */
  .page-works .toolBlock__selector--year {
    float: left;
    width: 30%;
    position: relative;
    			/*
    			&:before{
    				content:"";
    				display:block;
    
    				width: 100%;
    				background: url("./images_sp/works/btn_option-year.png") no-repeat center top ;
    				background-size: 100%;
    				font-size:0;
    				border: 0 none;
    				padding: 25.2% 0 0;
    
    			}
    			*/
  }
  /* line 1172, works.scss */
  .page-works .toolBlock__selector--year .toolBlock__yearSelect {
    content: "";
    display: block;
    width: 100%;
    background: url("./images_sp/works/btn_option-year.png") no-repeat center top;
    background-size: 100%;
    font-size: 0;
    border: 0 none;
    padding: 25.2% 0 0;
  }
  /* line 1184, works.scss */
  .page-works .toolBlock__selector--year .yearValue_s {
    display: none;
    /*display:block*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    opacity: 0;
    background: #FFF;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
  }
  /* line 1201, works.scss */
  .page-works .toolBlock__selector--year .yearValue_s::-ms-expand {
    display: none;
  }
  /* line 1206, works.scss */
  .page-works .toolBlock__showBtn--place {
    display: none;
    /*
    background: url("./images_sp/works/btn_option-place.png") no-repeat center top;
    background-size: 100%;
    height: 100%;
    padding: 25.2% 0 0;
    */
  }
  /* line 1215, works.scss */
  .page-works .toolBlock__selector--place {
    float: left;
    width: 30%;
    position: relative;
    			/*
    			&:before{
    				content:"";
    				display:block;
    
    				width: 100%;
    				background: url("./images_sp/works/btn_option-place.png") no-repeat center top ;
    				background-size: 100%;
    				font-size:0;
    				border: 0 none;
    				padding: 25.2% 0 0;
    
    			}
    			*/
  }
  /* line 1235, works.scss */
  .page-works .toolBlock__selector--place .toolBlock__areaSelect {
    content: "";
    display: block;
    width: 100%;
    background: url("./images_sp/works/btn_option-place.png") no-repeat center top;
    background-size: 100%;
    font-size: 0;
    border: 0 none;
    padding: 25.2% 0 0;
  }
  /* line 1247, works.scss */
  .page-works .toolBlock__selector--place .toolBlock__areaList {
    display: none;
  }
  /* line 1251, works.scss */
  .page-works .toolBlock__selector--place .areaValue_s {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    opacity: 0;
    background: FFF;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
  }
  /* line 1267, works.scss */
  .page-works .toolBlock__selector--place .areaValue_s::-ms-expand {
    display: none;
  }
  /* line 1272, works.scss */
  .page-works .toolBlock__showBtn--search {
    float: left;
    width: 10%;
  }
  /* line 1276, works.scss */
  .page-works .toolBlock__showBtn--search a {
    display: block;
    background: url("./images_sp/works/btn_option-search.png") no-repeat left top;
    background-size: 100%;
    width: 100%;
    padding: 74.7% 0 0;
  }
  /* line 1286, works.scss */
  .page-works .parts--worksItem {
    width: 50%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    color: #FFF;
  }
  /* line 1294, works.scss */
  .page-works .parts--worksItem:nth-child(7n-6) {
    width: 100%;
  }
  /* line 1295, works.scss */
  .page-works .parts--worksItem:before {
    content: "";
    display: block;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
  }
  /* line 1300, works.scss */
  .page-works .parts--worksItem .paramBox {
    visibility: hidden;
    position: absolute;
  }
  /* line 1302, works.scss */
  .page-works .parts--worksItem .detailBox {
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("./images_sp/works/bg_works_shadow.png") center center no-repeat;
    background-size: cover;
  }
  /* line 1315, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article {
    position: absolute;
    bottom: 5%;
    padding: 0 12px;
    z-index: 10;
  }
  /* line 1320, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article .detailBox__title {
    font-size: 1.6rem;
    font-size: 3.75vw;
    line-height: 160%;
    margin: 6px 0;
  }
  /* line 1326, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article .detailBox__category {
    font-size: 1.3rem;
    font-size: 2.8125vw;
    line-height: 160%;
  }
  /* line 1331, works.scss */
  .page-works .parts--worksItem .detailBox .detailBox__article .detailBox__info {
    font-size: 1.3rem;
    font-size: 2.8125vw;
    line-height: 160%;
  }
  /* line 1338, works.scss */
  .page-works .parts--worksItem .linkBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  /* line 1348, works.scss */
  .page-works .parts--worksItem .imageBox {
    height: 100%;
    width: 100%;
    display: block;
    color: #FFF;
    position: absolute;
    background: no-repeat center center;
    background-size: 110% 110%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* line 1359, works.scss */
  .page-works .parts--worksItem .parts__block {
    color: #FFF;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  }
}
