@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*グレイスリーカラー*/
/*font*/
/*layout*/
/*-------------------------------------
	insta
-------------------------------------*/
/*slick*/
/*.slick-list,.slick-track{
	height: 100% !important;
}
.slick-vertical .slick-slide{
	border: 0px !important;
	height: 100% !important;
}*/
#instafeed {
  width: 950px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#instafeed > div {
  flex-basis: 25%;
  max-width: 25%;
}

#instafeed > div#insta01, #instafeed > div#insta02 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

#instafeed > div.title {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

#instafeed > div.title h3 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: normal;
}

#instafeed > div.title p {
  font-size: 18px;
  color: #766d5e;
  font-family: "Times New Roman", "Georgia", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#instafeed > div.follow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  text-align: center;
}

#instafeed > div.follow p {
  font-size: 14px;
  color: #766d5e;
  line-height: 2.142857;
  font-family: "Times New Roman", "Georgia", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#instafeed > div.follow p.user {
  word-break: break-all;
  line-height: 1.2;
  font-size: 20px;
  line-height: 1.2;
  color: #766d5e;
}

#instafeed > div.insta.slick-initialized {
  display: block;
}

#instafeed > div.insta .insta-item {
  width: 100%;
  position: relative;
  overflow: hidden; /*&.video a:after {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 35px 0 35px 60.6px;
border-color: transparent transparent transparent rgba(245, 245, 245, 0.7);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 2; }*/
}

#instafeed > div.insta .insta-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#instafeed > div.insta .insta-item p {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  color: #FFF;
  padding: 30px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 3;
}

#instafeed > div.insta .insta-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  top: 0;
  left: 0;
  z-index: 1;
}

#instafeed > div.insta .insta-item:hover { /*img {
opacity: 1;
filter: alpha(opacity = 100); }*/ }

#instafeed > div.insta .insta-item:hover p {
  opacity: 1;
}

#instafeed.gracery > div.title h3 {
  color: #FFF;
}

#instafeed.gracery > div.title p {
  color: #c8a54f;
}

#instafeed.gracery > div.follow p {
  color: #c8a54f;
}

#instafeed.gracery > div.follow p.user {
  color: #c8a54f;
}

/*# sourceMappingURL=insta.css.map */