/*!
Theme Name: cb_01
Theme URI: http://underscores.me/
Author: ICDL
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cb_01
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cb_01 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html{
  background: #000;
}
body{
  line-height: 1.6;
  letter-spacing: 2px;
  font-family: 'Noto Sans Japanese','Roboto', sans-serif;
background-image:linear-gradient(-45deg, #2b2b2b 50%, #000 50%)/*,url(../images/logo_02.svg)*/; /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(-45deg, #2b2b2b 50%, #000 50%)/*,url(../images/logo_02.svg)*/;
background-image:-moz-linear-gradient(-45deg, #2b2b2b 50%, #000 50%)/*,url(../images/logo_02.svg)*/;
background-image:-ms-linear-gradient(-45deg, #2b2b2b 50%, #000 50%)/*,url(../images/logo_02.svg)*/;
word-wrap: break-word;
box-sizing: border-box;
background-size: cover;
}
.mail_sti{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
}
.mail_sti a{
  width: 100%;
  display: block;
}
.mail_sti a img{
  width: 100%;
  vertical-align: bottom;
}
.main_v{
  position: relative;
}
h1{
  position: absolute;
  width: 80%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
h1 img{
  width: 100%;
  vertical-align: bottom;
}
#ri-grid li a{
  opacity: .4;
}
.sec_ttl {
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 30px auto;
    letter-spacing: 5px;
    font-weight: 400;
}
.works_inner{
  padding: 20px 0 60px;
}
.fil_btn{
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
.filter{
  display: inline-block;
  width: 30%;
  font-size: 12px;
  color: #fff;
  padding: 15px 0;
  border-radius: 50px;
  background: #000;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-decoration: none;
  letter-spacing: 4px;
  margin: 10px;
  max-width: 230px;
}
.fil_btn li.active{
  display: inline-block;
   width: 30%;
  font-size: 12px;
  color: #000;
  padding: 15px 0;
  border-radius: 50px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #000;
  text-decoration: none;
  letter-spacing: 4px;
  margin: 10px;
  max-width: 230px;
  transition: 1s;
}
 #works{
}
.container {
  padding:60px 2% 40px;
  text-align:justify;
}

.container .mix,
.container .gap {
  display:inline-block;
  width: 23%;
  margin: 1%;
}

#Container .mix {
  display:none;
}
.list{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
}
.list__item{
  width: 23%;
  margin: 1%;
  position: relative;
}
.under_cap{
  box-sizing: border-box;
  padding: 8px 4px 14px;
  width: 100%;
  text-align: left;
}
.under_cap h2{
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.under_cap p{
  font-size: 10px;
  color: #ccc;
  margin-top: 3px;
}
footer{
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  background: #000;
  color: #fff;
}
figure.snip1141 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1141 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1141 img {
  width: 100%;
  position: relative;
  opacity: 0.9;
  vertical-align: bottom;
  -webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
}

figure.snip1141 .circle {
  position: relative;
  height: 55px;
  width: 55px;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  text-align: center;
}

figure.snip1141 .circle:before,
figure.snip1141 .circle:after {
  border: 2px solid white;
  border-right-color: transparent;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1141 .circle:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

figure.snip1141 .circle:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

figure.snip1141 figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
}

figure.snip1141 h2 {
  position: absolute;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 55px;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  color: #fff;
}

figure.snip1141 .icon {
  overflow: hidden;
  width: 100%;
  position: absolute;
}

figure.snip1141 i {
  color: white;
  font-size: 20px;
  line-height: 55px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1141 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1141:hover .circle,
figure.snip1141.hover .circle {
  background-color: rgba(0, 0, 0, 0);
}

figure.snip1141:hover .circle:before,
figure.snip1141.hover .circle:before,
figure.snip1141:hover .circle:after,
figure.snip1141.hover .circle:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1141:hover h2,
figure.snip1141.hover h2 {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-size: 14px;
}

figure.snip1141:hover img,
figure.snip1141.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}

figure.snip1141:hover i,
figure.snip1141.hover i {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}










.ri-grid{
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
  content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px; 
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.ri-grid ul li a{
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
  width: 55%;
}
.ri-grid-size-2{
  width: 100%;
}
.ri-grid-size-3{
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ri-shadow:after{
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
  display: none;
}

.ri-loading-image{
  display: none;
}

.ri-grid-loading .ri-loading-image{
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 999;
}

.preloader.finish {-webkit-animation: loadBk .8s linear forwards;animation: loadBk .8s linear forwards;transform-origin: right bottom;}
@keyframes loadBk {
  30% { width: 100%; left: -30%; -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
  60% { width: 30%; -webkit-transform: skewX(5deg); transform: skewX(5deg); }
  100% { width: 0; }
}
.show01, .show02, .show03, .show04, .show05, .show06, .show07, .show08, .show09, .show10, .show11, .show12, .show13{
    position: relative;
    overflow: hidden;
}
.show01::before, .show02::before, .show03::before, .show04::before, .show05::before, .show06::before, .show07::before, .show08::before, .show09::before, .show10::before, .show11::before, .show12::before, .show13::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: -50%;
    width: 0;
    height: 100%;
    background-color: #000;
    transform: skewX(19deg);
    transform-origin: 0 50% 0;
}

.is-show::before {
    transition: width .7s cubic-bezier(.21, 1.06, .93, .96), left .7s cubic-bezier(.18, .85, .85, .94) .5s;
    left: 300%;
    width: 200%;
   
}
.is-show{
  -webkit-animation: from;
  animation-duration: 3s;
}
       @keyframes from {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@media screen and (max-width:768px) { 
.mail_sti{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
}
.mail_sti a{
  width: 100%;
  display: block;
}
.mail_sti a img{
  width: 100%;
  vertical-align: bottom;
}
.sec_ttl {
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 5px auto;
    letter-spacing: 5px;
    opacity: 1;
    font-weight: 400;
}
.fil_btn li.active {
    display: block;
    width: 80%;
    font-size: 12px;
    color: #000;
    padding: 7px 0;
    border-radius: 50px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #000;
    text-decoration: none;
    letter-spacing: 4px;
    margin: 20px auto;
    max-width: 230px;
    transition: 1s;
}
.fil_btn li{
     padding: 7px 0;
     margin: 20px auto;
}
.filter {
    display: block;
    width: 80%;
    font-size: 12px;
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
    background: #000;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-decoration: none;
    letter-spacing: 4px;
    margin: 10px auto;
    max-width: 230px;
}
.container {
    padding: 30px 2% 30px;
    text-align: justify;
}
.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}
.container .mix, .container .gap {
    display: inline-block;
    width: 48%;
    margin: 1%;
}
figure.snip1141 figcaption{
  display: none;
}
.under_cap h2 {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.under_cap p {
    font-size: 10px;
    color: #ccc;
    margin-top: 3px;
}
body{
  line-height: 1.6;
  letter-spacing: 2px;
  font-family: 'Noto Sans Japanese','Roboto', sans-serif;
background-image:linear-gradient(-45deg, #000 50%, #000 50%); /* -45deg で45度マイナス回転するので斜めになる */
background-image:-webkit-linear-gradient(-45deg, #000 50%, #000 50%);
background-image:-moz-linear-gradient(-45deg, #000 50%, #000 50%);
background-image:-ms-linear-gradient(-45deg, #000 50%, #000 50%);
word-wrap: break-word;
box-sizing: border-box;
background-size: auto 1900px;
background-repeat: repeat;
}
}