@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.line-btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.line-btn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 13px 47px 10px 0px;
  height: 39px;
  -webkit-transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.line-btn span:hover:before {
  -webkit-animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.line-btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.line-btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.line-btn span:hover:after {
  -webkit-animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 16px;
}

.line-btn:hover:after {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.index__hero__arrow {
  background-image: url("../img/common/right-arrow-b2.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  display: block;
  height: 6px;
  width: 100px;
  z-index: 2;
}

.arrow-link:hover .index__hero__arrow {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.line-btn.contact {
  color: #FFF;
  position: relative;
  font-size: 22px;
}
.line-btn.contact span {
  padding-left: 37px;
  padding-right: 60px;
  height: 49px;
}

.line-btn.contact:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 31px;
  height: 31px;
  display: block;
  background: url("../img/common/mail-f.png") 0 0 no-repeat;
  background-size: cover;
}

.line-btn.contact:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 23px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 21px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #DF1707;
    background: #DF1707;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #DF1707;
  }
  .mod-btn:hover a {
    color: #DF1707;
  }
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-list li {
  position: relative;
  overflow: hidden;
  width: 32%;
  margin-bottom: 30px;
}
  

/*
.works-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.works-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.works-list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.works-list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.works-list > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.works-list > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
  */
.works-list li {
  position: relative;
  overflow: visible;
}
.works-list li .caption {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.works-list li .caption dl {
  padding-top: 10px;
}
.works-list li .caption dl dt {
  color: #171717;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}
.works-list li .caption dl dd {
  font-size: 12px;
  color: #888888;
  line-height: 1.5em;
}
.works-list li:hover .caption {
  opacity: 1;
}
.works-list img {
  width: 100%;
  height: 100%;
}
.works-list li:hover img{
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  opacity: 0.6;
}

/*
.works-list li:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.works-list li:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.works-list li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.works-list li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.works-list li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.works-list li:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
.works-list li:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.works-list li:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.works-list li:nth-child(9) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}
.works-list li:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.works-list li:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.works-list li:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6/8;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.works-list li:nth-child(13) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6/8;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
.works-list li:nth-child(14) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.works-list li:nth-child(15) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.works-list li:nth-child(16) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.works-list li:nth-child(17) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
*/



.post-text-box {
  line-height: 1.7em;
  margin-bottom: 50px;
}

.back-btn {
  text-align: center;
}

.wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 100px;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.post-text-box ul li {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.post-text-box ul li dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.post-text-box .attention {
  font-size: 12px;
  padding-top: 10px;
}

.line-btn {
  font-size: 20px;
}
.line-btn span {
  height: 49px;
}

.line-btn:after {
  bottom: 25px;
}

.order-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
  z-index: 100;
  text-indent: -9999px;
  background: url("../img/works/order-btn.png") 0 0 no-repeat;
  background-size: contain;
}

.order-btn a{
  display: block;
  width: 100px;
  height: 100px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .works-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .works-list li {
    width: 48%;
    margin-bottom: 30px;
  }

.order-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  z-index: 100;
  text-indent: -9999px;
  background: url("../img/works/order-btn.png") 0 0 no-repeat;
  background-size: contain;
}
.order-btn a{
  display: block;
  width: 80px;
  height: 80px;
}
  .inner-s {
    width: 92%;
    margin: 0 auto;
  }
  .page-ttl-box .tag-list {
    margin-bottom: 24px;
  }
  .works-list {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*
    	dl{
    display:flex;flex-direction:column;
     justify-content:space-between;
    		dt{
    flex-grow:1;
    width: 100%;
    		}
    		dd{
    		width: 100%;
    		}
    	}
    	*/
  }
  .works-list li .caption {
    opacity: 1;
    position: initial;
    background: none;
  }
  .works-list li .caption dl {
    position: initial;
    padding-top: 16px;
  }
  .works-list li .caption dl dt {
    color: #171717;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .works-list li .caption dl dd {
    font-size: 10px;
    color: #888888;
    line-height: 1.5em;
  }
  .works-list img {
    width: 100%;
    height: auto;
  }
  .works-list li {
    display: block;
  }
  /*
  .works-list li:first-child {
    width: 100%;
  }
  .works-list li:nth-child(2) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(3) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(4) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(5) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(6) {
    width: 100%;
  }
  .works-list li:nth-child(7) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(8) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(9) {
    width: 100%;
  }
  .works-list li:nth-child(10) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(11) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(12) {
    width: 100%;
  }
  .works-list li:nth-child(13) {
    width: 100%;
  }
  .works-list li:nth-child(14) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(15) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(16) {
    width: 46%;
    height: auto;
  }
  .works-list li:nth-child(17) {
    width: 46%;
    height: auto;
  }*/
  .post-text-box .left-text {
    padding: 0 4.3%;
  }
  .img-list.col3 img {
    padding-bottom: 17px;
  }
  .back-btn {
    text-align: center;
    margin-top: 80px;
  }
  .wp-block-embed__wrapper {
    margin-bottom: 50px;
  }
  .post-text-box {
    font-size: 13px;
  }
  .post-text-box ul li dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .back-btn {
    margin-top: 50px;
  }
  .line-btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .inner-s {
    width: 1626px !important;
    margin: 0 auto !important;
  }
  .inner-b {
    width: 1766px !important;
    margin: 0 auto !important;
  }
}