/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
  Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

body {
  font-family: 'Noto Sans', 'Trebuchet MS', Arial, 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-family: 'Noto Sans', sans-serif;

  font-size: 1.2em!important;
}



/****************************************
          拡張CSS
*****************************************/

/* 目次  */

#toc_container{

}
#toc_container .toc_title {
font-size: 1rem!important;
}
#toc_container .toc_list > li{
margin: 0!important;
}
#toc_container .toc_list > li > a {
font-size: 1rem!important;
font-weight: normal!important;
}

/* 見出し  */

h2.p1 {
  color:#80807b;
  border-bottom: solid 3px #80807b;
  position: relative;
  background: none;
  margin: 2rem 0 2rem 0;
  padding: 0.5rem 0;
}

h2.p1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #69c7ac;
  bottom: -3px;
  width: 20%;
}

h3.p1{
  border: none!important;
  padding-left: 0.5rem;
  color:#80807b;
}




/*h2-01 */

h2.pa{
color:#80807b;
border-bottom: 2px solid #80807b;
background: #fff!important;
font-weight: 700;
padding:0 0 0 0.5rem;

}

/*h2-02 */

h2.pb {
	position: relative;
  background: #fff!important;
  font-weight: 600!important;
  color:#80807b;
  padding: 1rem 0 1.2rem 0.5rem;
}
h2.pb:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px solid #80807b;
  border-bottom: 1px solid #80807b;
}


/*h3-01 */

h3.pa{
  color: #80807b;
  border-bottom: 1px dashed #69c7ac;
  padding: 0;
}

/*h3-02 */

h3.pb{
  background: #f4f4f3!important;
  color: #80807b;
  border-bottom: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
}

/*h4-01 */

h4.pa{
  border-bottom: none!important;
  border-left: 3px solid #000!important;
  color: #80807b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/*h5-01 */

h5.pa{
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffff66 70%);
  padding: 0;
}




@media screen and (min-width: 450px) {
 
 
}


/*会話例 */
.kaiwa{
  border: 2px solid #69c7ac;
  position: relative;
  padding: 0m;
  margin-bottom: 2rem;
} 

.kaiwa audio{
  padding-left: 1.5rem;
} 

.kaiwa:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.kaiwa:after {
  position: absolute;
  content: "会話例";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 16px;
  left: 0px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.kaiwa dt{
  background: #f4f4f3;
  padding: 1rem 1rem 1rem 3.5rem;
  color: #56564f;
}

.kaiwa dd{
  border-bottom: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
  padding: 1rem 0.5rem 0 2rem;
}

.kaiwa dd:last-of-type{
  background-image:none!important;
}


.kaiwa dd p{
  line-height: 1.4rem;
}

/*構文 */

.kobun{
  border: 2px solid #69c7ac;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 1rem 1rem 1rem 2rem;
} 


.kobun:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.kobun:after {
  position: absolute;
  content: "構文";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 8px;
  left: 0;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}



/*例文2 */
.rei2{
  border: 2px solid #69c7ac;
  position: relative;
  padding: 0m;
  margin-bottom: 2rem;
} 

.rei2 audio{
  padding-left: 1.5rem;
} 

.rei2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.rei2:after {
  position: absolute;
  content: "例文";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 13px;
  left: 7px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.rei2 dt{
  background: #f4f4f3;
  padding: 1rem 1rem 1rem 3.5rem;
  color: #56564f;
}

.rei2 dd{
  border-bottom: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
  padding: 1rem 0.5rem 0 2rem;
}

.rei2 dd:last-of-type{
  background-image:none!important;
}


.rei2 dd p{
  line-height: 1.4rem;
}



/*レッスン */

.sprei{
  border: 2px solid #69c7ac;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
} 

.sprei audio{
  padding-left: 1.5rem;
} 

.sprei:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #69c7ac transparent transparent transparent;
}
.sprei:after {
  position: absolute;
  content: "lesson";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #fff;
  top: 13px;
  left: 2px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.sprei dt{
  background: #ffffea;
  padding: 1rem 1rem 1rem 4rem;
  color: #56564f;
}

.sprei dd{
  border-bottom: none!important;
  padding: 1rem 0.5rem 0 4rem;
}


.sprei dd p{
  line-height: 1.4rem;
  padding: 0rem 0rem 0.5rem 0;
}


/*今日の表現*/

.today{
  border: 2px solid #69c7ac;
  margin-bottom: 3rem;
}
.today p{
  color: #69c7ac;
  text-align: center;
  margin: 0.5rem auto 0rem;
  width: calc(100% - 10em);
  border-bottom: none!important;
  font-size: 1.3rem;
  font-weight: 700;
}
.today .inner{
  padding: .5em 1.5em;
  text-align: center;
}

/*見出し付きBOX1*/

.midashi_box1 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 4px;
}
.midashi_box1 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.midashi_box1 p {
  margin: 0; 
  padding: 0;
}
/*メモ１クリップ*/

.clip-box {
  position: relative;
  padding: 25px 35px 15px 25px;
  width: 100%; /* ボックス幅 */
  background-color: #fff; /* ボックス背景色 */
  color: #61615b; /* 文章色 */
  border: 2px solid #979790;
  margin-bottom: 2rem;
 }
 .clip-box::before {
  position: absolute;
  content: '';
  top: -15px;
  left: 20px;
  height: 55px;
  width: 17px;
  border: 3px solid #b2b2b2; /*クリップ色 */
  background-color: none;
  border-radius: 12px;
  transform: rotate(46deg);
  z-index: 1;
 }
 .clip-box::after {
  position: absolute;
  content: '';
  top: 0px;
  width: 3px; 
  left: 25px;
  border: solid 5px #fff; /*背景色と同じ色にする*/
  z-index: 2;
 }

/*メモ2クリップ*/

.memo2 {
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #61615b;
}
.memo2::before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

/*point*/

.point{
  position: relative;
  padding: 1rem 0 1rem 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #61615b;
}


.point:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  left: -60px;
  top: -60px;
width: 0;
height: 0;
border: 60px solid transparent;
border-right: 60px solid #ffff73;
border-radius: 100%;
}


.point:after {
  position: absolute;
  content: "point";
  transform: rotate(315deg);
  display: block;
  font-size: 1rem;
  white-space: pre;
  color: #6d6d54;
  top: 18px;
  left: 9px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

/*box1*/
.box1{
  border: 2px solid #979790;
  padding: 1rem;
  background: #ffffea;
  margin-bottom: 2rem;
}

/*box2*/

.box2 {
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #61615b;
  background:#f4f4f3;
}
.box2::before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

/*box3*/
.box3{
  border: 2px solid #69c7ac;
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
}

/*強調box1*/
.kbox1{
  border: 2px solid #ff6147;
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
}

/*強調box2*/
.kbox2{
  border: 2px solid #ff6147;
  padding: 1rem;
  background: #ffffea;
  margin-bottom: 2rem;
}

/*外部リンクカード*/
.gl-card{
  border: 2px solid #979790;
  padding: 1rem 1rem 0 1rem;
  display: -webkit-flex;
  display: flex;
margin-bottom: 2rem;
}
.gl-card p{
  margin: 0!important;
  padding: 0!important;
}
.gl-card-thumbnail{
  width: 15%;
margin-right: 1rem;
}
.gl-card-thumbnail img{
  width: 120px;
  height: 120px;
}
.gl-r{
  width: 85%;
}


.gl-card__title{
  color: #56564f;
  font-weight: bold;
}
.gl-card__text{
  color: #56564f;
  font-size: 0.9rem;
}
.gl-card__d{
  font-size: 0.9rem;
}


/*リストタグ*/

ul.lt1 {
	position: relative;
	padding: 0;
	list-style-type: none;
}
ul.lt1 li {
	padding: 0.5em 0.5em 0.3em 0.5em;
	margin-bottom: 0.5rem;
	line-height: 1rem;
  vertical-align: middle;
  color:#56564f;
}
ul.lt1 li::before {
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 1.1rem;
	width:0.65em;
	height: 0.65em;
	background: #69c7ac;
	border-radius: 50%;
}


 /* QA */

#qa{
  border: 2px solid #979790;
  padding: 1rem;
}
hr.dot{
  border: none!important;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px)!important;
  background-size: 5px 1px!important;
  background-position: bottom!important;
  background-repeat: repeat-x!important;
  height: 5px;
}
#qa p.setsu{
  color: #56564f;
  margin-top: 2rem;
}

#qa .hq{
  display: flex;
  padding-bottom: 2rem;
}
#qa .hq2{
  line-height: 1rem!important;
  padding: 0!important;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
#qa .hq3{

}
#qa .hq3.men{
  position:relative;
	line-height:50px;
  text-indent:50px;
  margin-left: 100px;
  padding-left: 20px;
}
#qa .hq3.men:before{
position:absolute;
left:0; 
content:"";
display:inline-block;
width:50px;
height:50px;
background:url(https://dominantmotion.com/design/wp-content/uploads/2023/08/men.png) no-repeat;
background-size:contain;
padding-right: 100px;
}


#qa .hq3.female{
  position:relative;
	line-height:50px;
  text-indent:50px;
  margin-left: 100px;
  padding-left: 20px;
}
#qa .hq3.female:before{
  position:absolute;
	left:0; 
  content:"";
  display:inline-block;
  width:50px;
  height:50px;
  background:url(https://dominantmotion.com/design/wp-content/uploads/2023/08/female.png) no-repeat;
  background-size:contain;
}

#qa .hq2 p{margin: 0!important; padding: 0!important; line-height: 10px;}
#qa .hq2 p.t1{
  padding-bottom: 0!important;
font-weight: 700;
margin: 0!important;
}
#qa .hq2 p.t2{
  padding-bottom: 0;
  font-size: 0.9rem;
  margin: 0;
}

#qa .circle-q, #qa .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
  margin-right: 1rem;
  line-height: 50px;

}
#qa .circle-q {
	background: #72c9b3;
	color: #ffffff;
}
#qa .circle-a {
	background: #ffffff;
	color: #72c9b3;
}

.voice .text.sc_balloon.gray{background: #dedcdc;border:0;color:#fff;}
.sc_balloon.gray:before{border-color: transparent #dedcdc transparent transparent;}
.sc_balloon.gray.right:before{border-color: transparent transparent transparent #dedcdc;}
.sc_balloon.gray:after {border: none;}
.voice .text {
  max-width: 87%;
}

@media screen and (max-width: 1241px){
  #qa .hq3.female,#qa .hq3.men{
    position:relative;
    line-height:50px;
    text-indent:50px;
    margin-left: 30px;
    padding-left: 10px;
  }
}/*END*/

@media screen and (max-width: 1040px){
  #qa .hq3.female,#qa .hq3.men{
    margin-left: 0px;
    padding-left: 5px;
  }
}/*END*/
@media screen and (max-width: 993px){
  #qa .hq3.female,#qa .hq3.men{
    margin-left: 0px;
    padding-left: 0px;
  }
  #qa .hq2{
    margin-right: 0rem;
  }
}/*END*/
@media screen and (max-width: 971px){
  #qa .hq2 p.t1{
    font-size: 0.9rem;
  }
}/*END*/


@media screen and (max-width: 768px){
  #qa .hq3.men{
    position:relative;
    line-height:50px;
    text-indent:50px;
    margin-left:0px;
    padding-left: 0px;
  }
  #qa .hq3.female{
    position:relative;
    line-height:50px;
    text-indent:50px;
    margin-left:0px;
    padding-left: 0px;
  }
  #qa .hq{
    display:block;
    padding-bottom: 2rem;
  }
  #qa .hq2{
    line-height: 1rem!important;
    padding: 0!important;
    margin: 1rem 1rem 1rem 0.5rem;
  }
  #qa .hq2 p{
    margin: 0!important; 
    padding: 0!important; 
    line-height: 20px;
  }
  #qa .hq2 p.t1{
    padding-bottom: 0!important;
  font-weight: 700;
  margin: 0!important;
  font-size: 1rem;
  }
  #qa .hq2 p.t2{
    padding-bottom: 0;
    font-size: 0.9rem;
    margin: 0;
  }
  .voice .text.sc_balloon.gray{
    clear: both;
  }

  .voice .text {
    max-width: 100%!important;
  }
  
  .sc_balloon{
      margin: 5px;
  }
  
  .sc_balloon.bottom {margin-bottom: 15px;}
  .sc_balloon.top {margin-top:15px; }
  .sc_balloon.left{margin-left: 5px;}
  .sc_balloon.right{margin-right: 5px;}


/*外部リンクカード*/
.gl-card{
  display: block;

}
.gl-card p{
  margin: 0!important;
  padding: 0!important;
}
.gl-card-thumbnail{
  width: 100%;
margin-right: 0;
text-align: center;
}
.gl-card-thumbnail img{
  width: 120px;
  height: 120px;

}
.gl-r{
  width: 100%;
}


}/*SP END*/


@media screen and ( max-width:480px ) {
  .voice .text {
    width: 100%!important;
  }

.voice .think_balloon.text{
  width: 60%;
}


}/*SP END*/





/*font-weight*/
.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*細い蛍光ペン*/
.na-pink{background: linear-gradient(transparent 70%, #fbd 0%);}/*ピンク*/
.na-blue {background: linear-gradient(transparent 70%, rgba(0, 255, 245, 0.5) 70%);}/* 青色 */
.na-orange{background: linear-gradient(transparent 70%, #f6b37f 70%);}/* オレンジ */
.na-yellow {background: linear-gradient(transparent 70%, #ffff66 70%);}/* 黄色 */
.na-green {background: linear-gradient(transparent 60%, #C7EE60 40%);}/* 緑色 */

/*font-color*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000ff!important; }/*青*/
.blue2{ color: #0f55a6!important; }/*青2*/
.skyblue{ color: #167FA6!important; }/*水色*/
.navy{ color: #1F26A9!important; }/*紺*/
.green{ color: #008000!important; }/*緑*/
.darkgreen{ color: #054d25!important; }/*深緑*/
.yellowishgreen{ color: #00ff00!important; }/*黄緑*/
.olive{ color: #808000!important; }/*オリーブ*/
.yellow{ color: #ffff00!important; }/*黄*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purplishred{ color: #f50057!important; }/*赤紫*/
.purple{ color: #660099!important; }/*紫*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.brown{ color: #6a3906!important; }/*茶色*/
.white{color: #fff!important; }

/*蛍光ペン*/

.hl-yellow{ padding:2px;background-color: #ff9!important; }/*黄色*/
.hl-blue{ padding:2px;background-color: #9ff!important; }/*水色*/
.hl-gray{ padding:2px;background-color: #eee!important; }/*灰色*/
.hl-red{ padding:2px;background-color: #fcc!important; }/*赤色*/
.hl-green{ padding:2px;background-color: #00ff00!important; }/*緑*/
.hl-olive{ padding:2px;background-color: #bdbd00!important; }/*オリーブ*/
.hl-orange{ padding:2px;background-color: #ff9147!important; }/*橙*/
.hl-pink{ padding:2px;background-color: #f78cf7!important; }/*ピンク*/
.hl-green2{ padding:2px 4px;background-color: #aef7e5!important; }/*強調用薄いグリーン*/

/*下線*/

.underline{ text-decoration: underline!important; }

/*打ち消し線*/
.through{ text-decoration: line-through ; }

.through_red{ 
	text-decoration: line-through ; 
	color: red;
}

/*下点線*/
.dashedline{display: inline!important;padding-bottom: 0.3em!important;border-bottom: 1px dashed #7070ba!important;line-height: 2.1em!important;}

/*下破線*/
.dottedline{display: inline!important;padding-bottom: 0.3em!important;border-bottom: 1px dotted #7070ba!important;line-height: 2.1em!important;}

/*font-size*/

.f07{ font-size: 0.7em!important; }
.f08{ font-size: 0.8em!important; }
.f09{ font-size: 0.9em!important; }
.f12{ font-size: 1.2em!important; }
.f15{ font-size: 1.5em!important; }
.f18{ font-size: 1.8em!important; }
.f20{ font-size: 2.0em!important; }

/*テキストの位置*/

.tac{text-align: center;}

/*マージン*/

.mt1{margin-top: 1rem;}
.mt2{margin-top: 2rem;}
.mt3{margin-top: 3rem;}


/*番号付きリストスタイル１*/

ol.no1{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #6d6d54;
  margin: 0 0.2em 3em!important;
}

ol.no1 li{
  position: relative;
  padding: 0.7em 0.5em 0.5em 40px;
  line-height: 1.2em;
}
ol.no1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #6d6d54;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/*〇*/

   .maru{
    padding: 0.65em 1em 0.5em 2em;
     position: relative;
     margin-top: 0.1em;
     font-size: 1.2rem;

     }

     .maru:before {
     font-family: "Font Awesome 5 Free";
     content: "\f111";
     position: absolute;
     left : 0em; /*左端からのアイコンまで*/
     color: #72c9b3; /*アイコン色*/
     }
 
 /*✕*/

  .batsu{
	padding: 0.65em 1em 0.5em 2em;
	 position: relative;
   font-size: 1.2rem;
	 font-weight:bold!important;
	 margin-top: 0.1em;

   }
   .batsu:before {
	 font-family: "Font Awesome 5 Free";
	 content: "\f00d";
	 position: absolute;
	 left : 0.2em; /*左端からのアイコンまで*/
	 color: #ff0000; /*アイコン色*/
   }


/*肌色赤枠BOX*/

.boxpr {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 20px;
    padding:10px 20px 10px 30px; 
  border:2px solid #ff0000; 
  border-radius:0; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #fff4c6!important;
}

/*薄目肌色背景BOX*/

.hada-light-box {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 25px; 
  padding:20px 20px 20px 30px; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #faf4d9!important;
}
/*薄目緑背景BOX*/

.green-light-box {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 25px; 
  padding:20px 20px 20px 30px; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #e5f7e8!important;
}
/*薄目グレー背景BOX*/

.gray-light-box {
  margin-left:0; 
  margin-right:0; 
  margin-bottom: 25px; 
  padding:20px 20px 20px 30px; 
  box-shadow:none;
  line-height: 2.0em;
  background-color: #eaeae0!important;
}

/****************************************
         固定ぺージ 
*****************************************/


h1.page_title {
  margin:10px 0;
  color: #81817a;
 font-size: 1.8rem;
 font-weight: 400;
 position: relative;
 padding: 1rem 0.2rem 1rem 0rem;
} 


h1.page_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}

@media screen and (max-width: 768px){
  h1.page_title {
    margin:10px 0.5rem;
   font-size: 1.5rem;
  } 
}/*SP END*/



/****************************************
          header
*****************************************/

/*ロゴと右側のアイコン*/

/*.header-logo {
ロゴの右側にアイコンを入れるならココ
}*/

#logo{
  width: 271px;
}

#logo img{
  max-width: 100%;
}


/*上部の帯*/

.header_small_menu {
  background-color: #56564f;
}
@media screen and (max-width: 768px){

#logo{
  width: 90%;
}

#logo img{
  max-width: 100%;
}



  .header_small_menu {
    background-color: #56564f;
    padding: 0.2rem;
  }
}/*SP END*/


/****************************************
          description
*****************************************/

.header_small_menu #description{
  display: none;
}

/****************************************
          Breadcrumb
*****************************************/
.green1{
  color:#69c7ac!important;
font-weight:bold;
}


#breadcrumb{
  font-size: 13px;
  padding: 10px 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li:not(:first-child):before {
  content: '/';
  color: #aaa;
  margin: 0 0.6rem;
  position: relative;
  top: 1px;
  font-family: 'FontAwesome';
}

#breadcrumb .breadcrumb-title {
  color: #999;
}

@media screen and (max-width: 768px){
#breadcrumb{
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
}

/****************************************
          MOREボタンメインカラム
*****************************************/

.more_wrap{margin: 0 auto;}
.more{
  font-family: 'Josefin Sans', sans-serif;
  width: 40%;
  font-size: 1rem;
  font-weight: normal!important;
  text-align: center;
  color: #81817a!important;
  border: 1px solid #81817a;
  margin: 3rem auto 4rem;
  padding: 1.1rem 0 0.8rem;
  letter-spacing: 0.4rem;
}
.more a{
  display: block;
  color: #81817a!important;
}

.more2{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal!important;
  text-align: center;
  color: #81817a!important;
  letter-spacing: 0.4rem;
}
.more2 a{
  color: #81817a!important;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 0px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-1::before{
  bottom:0.4rem;
  left: 95px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #81817a;
  border-right: 1px solid #81817a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more-2::before{
  bottom:0.4rem;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #81817a;
  border-right: 1px solid #81817a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/****************************************
          グローバルナビ
*****************************************/
nav#nav{  
  margin: 0!important;
  padding: 0!important;
}

nav#nav ul#mainnavul li a{
  margin-top: 0px!important;
  padding: 0.4rem 0.5rem!important;
  font-size: 0.9rem!important;
}

#onlynav{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

#onlynav ul li a{
  padding: 0 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  border-right: 1px solid #81817a;
  color: #81817a;
}

#onlynav ul li:last-child a{
  border-right: 1px solid #fff;
}


@media screen and (min-width: 769px){
  .pc{display: none; }
}/*PC END*/

@media screen and (max-width: 768px){
  .sp{display: none;}

}/*SP END*/


/****************************************
          scroll nav
*****************************************/

#scrollnav ul {
padding: 0.7rem 0;
}

#scrollnav ul li a{
  padding: 0 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  border-right: 1px solid #81817a;
  color: #81817a;
}


/****************************************
          header message
*****************************************/

.header_message a.header_message_wrap .header_message_text {
  font-size: 0.9rem!important;
  }
.header_message a.header_message_wrap .header_message_text .header_message_badge {
  border: 1px solid #81817a!important;
  border-radius: 0px;
  padding: 0.2rem 0.7rem;
  font-size: 0.8rem;
}


@media screen and (max-width:768px){

  .header_message a.header_message_wrap .header_message_text {
    line-height: 2rem;
    }
  .header_message a.header_message_wrap .header_message_text .header_message_badge {
      padding: 0rem 0.7rem;
    }
}/*SP END*/


/****************************************
          Layout list
*****************************************/


#main .wrap-post-title {
  color: #81817a;
  font-weight: normal;
  position: relative;
  padding: 1rem 0.2rem 1rem 0.2rem;
 border: 1px solid #fff;
 box-shadow: none;
}


#main .wrap-post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}

/****************************************
          pickup cat
*****************************************/

.pickup-cat{

}

.pickup-cat-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
overflow: visible;
}  

.pickup-cat-list{
  width: calc(50% - 10px);
  margin: 5px;
  line-height: 1.3;
  border: none;
  box-sizing:border-box;
}

.pickup-cat-list a{
padding:5px;
}

.pickup-cat-list .meta {
  padding: 5px 10px;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 15px;
}

.pickup-cat-img {
  position: relative;
  width: 120px;
  vertical-align: middle;
  background: #eee;
  overflow:hidden; 
  float: left;
}

.pickup-cat-img img {
  object-fit: cover;
  font-family: 'object-fit:cover;';
  width: 100%;
  height: 120px;
}

.pickup-cat-dt {
  font-size: 0.7em;
  color: #aaa;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.pickup-cat-excerpt{
font-size: .7em;
}

.pickup-cat-title {
  font-size: 0.9em;
  line-height: 1.5;
  padding:.2em 0; 
}

@media screen and (max-width: 768px){
  .pickup-cat{
    display: block;
  }
  
  .pickup-cat-wrap{
    display: block;
  } 
  .pickup-cat-list{
    width: 100%;
  }

.pickup-cat-excerpt{
  display: block;
}

.pickup-cat-title{
  font-size: .8em;
  font-weight: bold;
}

.pickup-cat-img{
  width: 90px;
}

.pickup-cat-img img{
  height: 90px
}
}

/****************************************
          sticky post
*****************************************/

.sticky-post-box{
  margin-bottom: 5px;
  display: table;
  width: 100%;
  cursor: pointer;
  transition: .4s;
}

.sticky-post-box:last-child{
margin-bottom: 10px;
}

.sticky-post-box .post_thumbnail{
  width: 35%;
  margin-right: 2%;
  height: 200px;
  float: left;
}

.sticky-post-box .post-meta-all{
padding:10px 20px;
}

.sticky-post-box .post-title {
  font-size: 1em;
  font-weight: bold;
  margin: 3px 0;
}
.sticky-post-box .post-title a{
  color: #56564f!important;
}

.sticky-post-box .post-date{
  font-size: 0.8em;
  padding: 0 .3em ;
}

.sticky-post-box .post-substr{
  font-size: 0.9em;
  margin-top: 10px;
}

.sticky-post-box .post-cat{
  font-size: 0.8em;
  padding:5px 3px;
  border-radius: 3px;
  margin-right: 5px;
}

.sticky-post-box .post-tag .post-cat{background-color: #69c7ac;}

.topix-time{
padding-top: 0.25rem;
}

.topix-tag{
  display: -webkit-flex;
  display: flex;
}


@media screen and (max-width:768px){
.sticky-post-box{
  display: block;
}

.sticky-post-box .post_thumbnail{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.sticky-post-box .post-meta-all{
    display: block;
    padding:10px 
}

.sticky-post-box .post-date{
  font-size: 0.8em;
}
}

/****************************************
          Layout list
*****************************************/

#main .page{
  overflow: hidden;
  margin-bottom: 59px;
  border-bottom: 1px solid transparent;
}

.wrap-post-title {
    padding: 10px 20px;
    font-size: 1.3em;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.widget .wrap-post-title {
    margin-top: 0px;
}

.wrap-post-title-inner {
    position: absolute;
    right: 20px;
    font-size: 0.7em;
    padding: 0.3em 0;
}

@media screen and (max-width:768px){
  .wrap-post-title{
    font-size: 1em;
  }
}/*SP END*/


.post-box{
  width:100%;
  position:relative;
  display: inline-block;
}

.post-box-contents {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: .4s;
}

.post-box .post-meta-all {
    overflow-y: hidden;
    padding:5px 15px;
    display: table-cell;
    vertical-align: top;
}


.post-box .post-title {
    font-weight: bold;
    font-size: 16px;
    padding:5px 0; 
    color: #56564f;
}

@media screen and (max-width:768px){
  .post-box .post-title {
    font-size: 0.9rem!important;
}
.post-box .post_thumbnail{
  width: 120px;
  height: 100px;
}

}/*SP END*/


.post-box  .topix-time {
  font-size: 1rem;
  padding-top: 0.25rem;
}


.post-box .post-substr {
    display: none;

}

.post-box-contents .post-author {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.post_thumbnail{
    width: 280px;
    height: 180px;
    position: relative;
    background: #eee;
    float: left;
}

.post_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    font-family: 'object-fit:cover;';
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.post-box .post-cat {
    background: #69c7ac;
    padding: 2px 0;
    font-size: 0.5em;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.post_thumbnail .post-cat,.grid_post_thumbnail .post-cat{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0;
}

.post-cat-sp {
    padding: 4px 5px;
    border-radius: 3px;
}

.post-box .post-tag {
    display: inline;
    font-size: 0.6em;
    vertical-align: middle;
}

.post-box .post-tag a{
    display: inline-block;
    background: #eee;
    color: #000;
    padding: 3px 8px;
    font-size: 10px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.post-box .post-tag i{
  font-family: fontAwesome;
    content:"\f02b";
    margin-right: 5px;
    vertical-align: middle;
}

.post-cat a,.post-cat-sp a{
  color:#fff;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}


.post-author li{
  display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.single-post-date.published{
  color: #999;
}

.single-post-date,.post-meta-bottom span{
    margin-right: 8px;
}

.post-meta-bottom .post_reading_time:before {
    content: "\f017";
    font-family: fontAwesome;
}

.post-meta-bottom .post_views:before {
    content: "\f06e";
    font-family: fontAwesome;
}

.post-meta-bottom .post_views:after {
    content: "views";
    font-size: .9em;
}

li.post-author-name {
    line-height: 30px;
    margin-left: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7em;
    white-space: nowrap;
}

li.post-author-name a{
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.post-author-thum img{
   -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
}


.comment-num{ white-space: nowrap; }

.more-link{
  float: right;
}

@media screen and (min-width:1201px){
/*    .post-1 .post-title{
        font-size: 25px;
    }

    .post-1 .post-substr{
        font-size: 15px;
    }

    .post-1 .post-author {
        position: absolute;
        bottom: 0;
    }

    .post-1 .post_thumbnail img {
        width: 450px;
        height: 300px;
    }

    .post-1 .post-meta-all{
        min-height:300px;
    }*/
}

@media screen and (max-width:768px){
    /*** post ***/

    .post_thumbnail{
        width: 180px;
        height:90px;
    }

    .post-title {
        font-weight: bold;
        font-size: 0.9em !important;
    }

    .sticky-post-box .post-title{
        font-size: 1em !important;
    }

    .post-box {
        width:100%;
    }

    .post-box .post-date{
      position: relative;
      bottom: 0;
      font-size: .6em;
    }

    .post-box .post-author,.post-meta .post-author,.grid_post-box .post-author{
        display: none;
    }

    .widgettitle{
        padding: 10px;
    }

    .post-box .post-cat{
      border-radius: 0;
      pointer-events: none;
    }

    .post-cat a, .post-cat-sp a{
      padding: 2px 5px;
      display: inline-block;
      pointer-events: none;
    }

}/*SP END*/

@media screen and (max-width:599px){
    .post-substr{
        display: none !important;
    }

    .post-box{
      display: initial;
    }

    .post-box-contents.clearfix {
      padding: 5px;
      margin-bottom: 1px;
  }

    .post-box .post-meta-all{
      padding:0 10px; 
    }

    .post-box .post-cat{
        padding: 0;
        text-align: center;
    }

    .post-box .post-tag a{
      padding: 1px 5px;
      position: relative;
    }

    .post-box .post-title{
      padding:0;
      font-size: 0.8em;
    }

    .post_thumbnail{
        width: 105px;
        height:100px;
    }

    .post-box .post-tag{
      display: none;
    }

    li.post-author-name{
      display: none;
    }

    .post-box-contents .post-meta-all{
      padding-bottom: 0 !important;
    }
  }/*SP END*/

/****************************************
          Layout Mini
*****************************************/

.wrap-mini-post-box{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-list-post-box {
  width: calc(50% - 10px);
  margin: 5px;
}

.mini-list-post-box .post_thumbnail {
  width: 120px;
  height: 100%;
}

.mini-list-post-box .post-box-contents.clearfix {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
}

.mini-list-post-box .post-meta-all {
  padding: 10px;
  flex: 1;
  position: relative;
}

.mini-list-post-box .post-title{
  color: #56564f!important;
  font-weight: bold;
  font-size: .9em;
  margin-top: 0.5rem;
  padding-bottom: 5px;
  max-height: calc(4.5em);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mini-list-post-box .post-title a{
  color: #56564f!important;
}

.mini-list-post-box .topix-time {
  font-size: 1rem;
  padding-top: 0.25rem;
}

.mini-list-post-box .post-cat{
  background: #69c7ac;
  font-size: 0.8em;
  padding:2px 3px;
  border-radius: 3px;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:768px){
.mini-list-post-box {
  width: 100%;
  margin: 2px 0;
}
}/*SP END*/

@media screen and (max-width:599px){
.mini-list-post-box .post-title{
  font-size: .8em;
}

.mini-list-post-box .post_thumbnail {
  width: 35%;
}
}/*SP END*/

/****************************************
          footer
*****************************************/

.footer{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  width: 100%;
  background: #56564f!important;
}

@media screen and (max-width:768px){
  .footer{padding-bottom: 100px;}
  }/*SP END*/

#bigfooter{
  width: 80%;
}
#footer {
  font-size: 13px;
  background: #56564f!important;
  width: 20%;
  text-align: center;
}

#footer .menu_desc{
display: none;
}

.footer_navi {
  display: inline-block;
}

.footer_content {
  margin: 0 auto;
  padding:15px 0;
}

#copyright{
  color:#aeaea7!important;
  margin: 13.5rem 3rem 0 0;
}

.footer_navi ul li {
  font-size: 13px;
  display: inline-block;
  padding: 0 5px;

}

.fcol1{
  width: 28%;
}
.fcol2{
  width:22%;
}
.fcol3{
  width: 40%;
}
fcol4{
  width: 20%;
}

.bigfooter_wrap .bigfooter_colomn .widget .textwidget{
font-size: 0.8rem;
color:#aeaea7!important;
}
.bigfooter_wrap .bigfooter_colomn #categories-3 .footer_title{
  font-size: 1rem;
  color:#aeaea7!important;
  }
.bigfooter_wrap .bigfooter_colomn #archives-3 .footer_title{
  font-size: 1rem;   
  color:#aeaea7!important;
  }
.bigfooter_wrap .bigfooter_colomn #recent-posts-2 ul li{
 border-bottom: 1px dashed #fff;
  }


@media screen and (max-width:768px){
  .footer{
    display: block;
  }
  #bigfooter{
    width: 100%;
  }
  #footer{
    width: 100%;
  }
  .footer_navi{
      width: 100%;
      text-align: center;
  }

  #copyright{
      text-align: center;
      padding: 10px 0;
      position: static;  
      margin:0;
  }
  .fcol1{
    width: 100%;
  }
  .fcol2{
    width: 100%;
  }
  .fcol3{
    width: 100%;
  }
  .fcol4{
    width: 100%;
  }
}/*spend*/

/****************************************
          Sidebar
*****************************************/
#sidebar .sidebar_content #custom_html-2{
  box-shadow: none!important;
  border: none;
}

/********プロフィール**********/

#sidebar .sidebar_content #custom_html-2{
  box-shadow: none!important;
  border: none;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);

/* 別の斜線パターン
  background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
  background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
  background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
  background-size: 4px 4px;*/

}

#sidebar .sidebar_content #custom_html-2 .custom-html-widget{
  background: -moz-linear-gradient(180deg,#fff 0%,#fff 70%,#f4f4f3 70%,#f4f4f3 100%);
  background: -webkit-linear-gradient(180deg,#fff 0%,#fff 70%,#f4f4f3 70%,#f4f4f3 100%);
  background: linear-gradient(180deg,#fff 0%,#fff 70%,#f4f4f3 70%,#f4f4f3 100%);
  padding: 15px;
  color: #81817a;
  font-size: 1rem;
}


/********sideMOREボタン*********/

#sidebar .sidebar_content #custom_html-2 .custom-html-widget .button{
  font-family: 'Josefin Sans', sans-serif;
  width: 96%;
  font-size: 1rem;
  font-weight: normal!important;
  text-align: center;
  background-color: #fff;
  color: #81817a!important;
  border: 1px solid #81817a;
  margin: 0rem auto 0rem;
  padding: 0.4rem 0 0.3rem;
  letter-spacing: 0.6rem;
}
.arrow2{
  position: relative;
  display: inline-block;
  padding: 0 0 0 0px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
}
.arrow2::before,
.arrow2::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-22::before{
  bottom:0.4rem;
  left: 70px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #81817a;
  border-right: 1px solid #81817a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*プロフ画像*/

.diver_widget_profile .coverimg{
  text-align: center;
  position: relative;
  padding: 0 1em;
}

.diver_widget_profile .coverimg  img{
width:200px;
height: 235px;
border-radius: 0%;
border:none;
overflow: auto;
object-fit: cover;
font-family: 'object-fit:cover;';
}

.diver_widget_profile .coverimg.on{
  background-size: 100% auto;
  height: 235px;
  margin-bottom: 60px;
}

@media screen and (max-width:959px){
.diver_widget_profile .coverimg.on{
    background-size: 100%;
}
}/*SP END*/

.diver_widget_profile .coverimg.on img{
position: relative;
top: 200px;
}

.diver_widget_profile .coverimg.no img{
border:none;
width:200px;
height: 235px;
}

#sidebar .sidebar_content #custom_html-2 .custom-html-widget .img_meta .name{margin-bottom: 1rem;}
.profile_sns li a{
    color: #fff !important;
    border-radius:0%;
    display: block;
    width: 50px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    text-decoration: none!important;
  }
  
.profile_sns .facebook{background-color:#f4f4f3;}
.fab.fa-facebook-square{color:#56564f; font-size: 1.5rem;}


.profile_sns .twitter{background-color:#f4f4f3;}
.fab.fa-twitter{color:#56564f; font-size: 1.5rem;}

.profile_sns .instagram{background-color:#f4f4f3;}
.fab.fa-instagram{color:#56564f; font-size: 1.5rem;}


.profile_sns .youtube{background-color: #f4f4f3;}
.fab.fa-youtube{color:#56564f; font-size: 1.5rem;}



.profile_sns .sns{
  background-color:#56564f;
}


/********プロフィールここまで**********/

/********人気記事*********/


#sidebar .sidebar_content .widget.popular-posts{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content .widget.popular-posts ul li{
  border: none;
  margin-bottom: 0.5rem!important;
  padding-bottom: 0!important;
}



/********人気記事ここまで*********/


#sidebar .sidebar_content #recent-posts-2{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content #recent-posts-2 ul li{
  border-bottom: 1px dashed #81817a;
}
#sidebar .sidebar_content #recent-comments-2{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content #recent-comments-2 ul li{
  border-bottom: 1px dashed #81817a;
}
#sidebar .sidebar_content #categories-2{
  box-shadow: none!important;
  border: none;
}
#sidebar .sidebar_content #categories-2 ul li{
  border-bottom: 1px dashed #81817a;
}

#sidebar .widgettitle{
  background-color: #fff;
  color: #81817a;
  box-shadow: none!important;
  border: none;
  padding: 1rem 0.2rem 1rem 0.2rem;
}
#sidebar .widgettitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}


.widget ul.d_tab_nav li a{
  box-shadow: none!important;
}

/****************************************
          個別ページ
*****************************************/

h1.single-post-title {
  margin:10px 5px;
  color: #81817a;
 font-size: 1.8rem;
 font-weight: 400;
 position: relative;
 padding: 1rem 0.2rem 1rem 0rem;
} 


h1.single-post-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}

@media screen and (max-width:768px){
  h1.single-post-title {
    margin:7px 5px;
   font-size: 1.5rem;
  } 
  
}/*SP END*/


#single-main .post-meta{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  margin: 0.5rem 0.2rem 0.5rem 0.2rem;
  padding: 0;
}

#single-main .post-meta .cat-tag .single-post-category{
  background: #69c7ac;
  font-size: 0.8em;
  padding:1px 6px;
  font-weight: normal;
}

.single-post-date{
  margin-right: 0;
}

#single-main .post-meta .post-meta-bottom time.single-post-date{
position: relative;
margin-left: 1rem;
vertical-align: middle;
top:0.25rem;
}


@media screen and (max-width:768px){
  #single-main .post-meta{
    margin: 0.5rem;
    padding: 0;
  }
  
}/*SP END*/



/****************************************
          この記事を書いた人
*****************************************/

.post_footer_author{
  box-shadow: none!important;
  border: none;
  background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}  

.post_footer_author-inner{
  background: #fff;
  margin:-0.3rem;
  padding: 0.8rem 1rem 0rem 1rem;
}

.post_footer_author_title {
  background: #fff;
  border: none;
  padding:0;
  margin-top:0.25rem;
}
.post_footer_author .post_author_user_meta .post-author a{
 color:#69c7ac!important;

}  

.post_author_user .post_thum {
  text-align: center;

}

.post_author_user .post_thum img{
border-radius: 50%;
border:1px solid #ccc;
margin: 0 auto;
vertical-align: middle;
margin-top: 0.7rem;
}


/****************************************
         タグエリア
*****************************************/

#single-main .tag_area .tag{
  background-color: #fff;
  border: 1px solid #56564f;
}

#single-main .tag_area .tag:before{
  content: "#";
  font-weight: bold;
  color: #56564f;
}

@media screen and (max-width:768px){
  #single-main .tag_area .tag{
    margin: 0.5rem;
  }
  
}/*SP END*/
/****************************************
          カテゴリ最新記事
*****************************************/

#single-main .single_title{
  margin-bottom: 20px;
	padding: 3px 0 3px 10px;
	width: 100%;
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
  border-left: 4px solid #56564f;
  border-bottom: none;
}

#single-main .single_title a{
	color: #333;
}
@media screen and (max-width:768px){

  #single-main .single_title{
    margin:0.5rem 0.5rem 2rem 0.5rem;

  }
  
}/*SP END*/

.newpost_list {
  padding: 5px 0;
}

.post_list_wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}


.post_list_wrap a{
padding: 5px;
}

.post_list_wrap figure {
  background: #eee;
  width: 120px;
  height:120px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.post_list_wrap img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  font-size: .8em;
}

.post_list_wrap .meta {
  overflow: hidden;
}

.post_list .post_list_wrap {
  float: left;
  width: 25%;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  min-height: 55px;
  position: relative;
}

.post_list .post_list_wrap+.post_list_wrap{
border-bottom: 1px solid #eee;
  border-top: 0;
}

.post_list .post_list_wrap li {
  display: inline-block;
}

.post_list_wrap .post_thumbnail img {
  width: 90px;
  height:55px !important;
}

.post_list_wrap .date {
  font-size: .7em;
}

.post_list_wrap .title {
  font-size: 14px;
  max-height: 85px;
  overflow: hidden;
}

@media screen and (max-width:768px){
.post_list_wrap {
  width: 100%;
}

.post_list_wrap figure,.post_list_wrap img{
    width: 100px;
    height: 70px;
}

.post_list_wrap .title {
  max-height: 60px;
}

}/*SP END*/

/****************************************
          recommend post
*****************************************/

.recommend-post-title {
  font-weight: bold;
  margin-top: 2rem;
}

.single-recommend {
width: 50%;
display: inline-block;
position: relative;
overflow: hidden;
letter-spacing: normal;
vertical-align: top;
}

.single-recommend a{
padding: 5px 10px;
}

.single-recommend img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  vertical-align: middle;
  background: #eee;
}

.recommend-post{
}

.recommend-meta {
  overflow: auto;
}

.recommend-desc{
font-size: .7em;
color: #999;
padding: 5px 0;
}

.recommend-title {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(3em + 16px);
}

.recommend-thumb {
  float: left;
  position: relative;
  margin-right:10px;
  background:#eee;
  width: 120px;
  height: 120px;
  font-size: .8em;
}

.recommend-cat {
  display: none;

}

@media screen and (max-width:768px){
  .recommend-thumb{
    width: 100px;
    height: 70px;
  }
  .recommend-thumb img {
      width: 100px;
      height: 70px;
      object-fit: cover;
      font-family: 'object-fit:cover;';
  }

  .single-recommend {
      width: 100%;
  }

  .single_title, #comment-area .comment_title{
    font-size: 1em;
    padding: 5px 10px;
  }

  .recommend-cat{
    font-size: .5em;
  }

  .recommend-desc{
    display: none;
  }
}/*SP END*/
/****************************************
          navigation
*****************************************/

.navigation{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
    margin:2rem 0.5rem;
    padding: 2rem 0;
    background: #fff;
    border: 1px solid #81817a;
        font-size: 0.9rem;
}

.navigation > li{
  width: 50%;
}




.navigation .left{
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  margin-right: 2em;

}
.navigation .left::after{
    position: absolute; /*--positionを追加--*/
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #81817a; /*--縦線の色--*/
}



.navigation .left a:before{
  font-family: fontAwesome;
  content:"\f053";
  margin-right: 10px;
    vertical-align: middle;
    color: #81817a; 
}

.navigation .right{
  flex-grow: 1; /*--幅を指定--*/
  text-align: right;
  border: none;

}



.navigation .right a:after{
  font-family: fontAwesome;
  content:"\f054";
  margin-left: 10px;
    vertical-align: middle;
    color: #81817a; 
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a:hover{
  background: #eef;
  color: #000;
}
.navigation
 .alignright a:hover{
  border-left: 1px solid #ddd;
}

@media screen and (max-width:768px){
  .navigation a{
    padding: 1em ;
    font-size: .6em;
  }
}/*SP END*/



/****************************************
          Category
*****************************************/

.catpage_content_wrap .catpage_tag{display: none;}
.catpage_content_wrap .post-box-contents .post-cat{
  border: 1px solid #ff0000;
}
.category-header-wrap{
  color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.category-header {
    margin: auto;
    width: 570px;
}

.category-title{
  display:inline-block;
  vertical-align: middle;
  text-align: center;
}

.category-title-name{
  font-size: 35px;
}

.category-title-horline{
  margin: 0 0 10px 0;
  width:50px;
  height:5px;
  display:inline-block;
  vertical-align: middle;
  border-radius: 10px;
}

.category-title-line{
  margin:0 20px;
  width:5px;
  height:60px;
  background:#fff;
  display:inline-block;
  vertical-align: middle;
  border-radius: 10px;
}
.category-title-desc {
    width: 300px;
    overflow: auto;
  display:inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.catpage_content_wrap {
    margin-bottom: 10px;
    margin-top:-10px;
    position: relative;
    background: transparent !important;
    overflow: hidden;
    filter:none!important;
    box-shadow: none!important;
}

.catpage_content_wrap .cover{
  background: none!important;
  filter:none!important;
  box-shadow: none!important;
}    

.catpage_description{
  font-size: 1.1em;
  margin-top: 10px;
}

.catpage_content_wrap .share{
  padding:0; 
}

.catpage_content_wrap  .innner {
    padding: 1em 0;
    width: 100%;
    margin: 0 auto;
}

.catpage_content_wrap .catpage_inner_content {
    width: 100%;
    float: left;
    padding: 1em;
    font-weight: bold;
}

.catpage_content_wrap .content {
    padding: 1em 40px;
    line-height: 1.5;
}
h1.catpage_title {
  position: relative;
  color:#979790;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 0 1rem 0.2rem;
}
h1.catpage_title:after{
    margin: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #8c8c8c, #8c8c8c 0.5px, #fff 1px, #fff 4px);
}


.cat-post-main .content{
  margin: 0;
}

.cat-post-main{
  border: 1px solid #979790;
  padding:1em 2em;
  margin:0 1rem 2rem; 
}

@media screen and (max-width:768px){
  .catpage_content_wrap .cover{
    background-size: auto 100%;
  }
  .catpage_content_wrap .catpage_inner_content {
    width: 100%;
  }

  .catpage_tag {
    display: none;
  }

  .catpage_content_wrap{
    margin-top: -5px;
  }

  .cat-post-main{
    padding: 1em;
  }
}/*SP END*/

/****************************************
          pagenation       
*****************************************/

.pagination{
  text-align: center;
  margin-top: 3rem;
  margin-bottom:10px;
  letter-spacing: -.4em;
}

a.page-numbers:hover {
  background: #eee;
}

a.page-numbers,
.pagination .current{
  padding: 12px 22px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 3px;
  border-radius: 3px;
  border: 1px solid #81817a;
}
a.page-numbers{
  color: #81817a!important;
  background-color: #fff!important;
}


.pagination .current{
  background: #69c7ac!important;
  color: #fff;
  font-weight: bold;
  border: 1px solid #69c7ac;
}

span.page-numbers.dots {
  letter-spacing: 0;
  padding: 8px .5em;
  vertical-align: middle;
}

.pagination a{
  letter-spacing: normal;
  background: #fff;
}

a.prev.page-numbers {
  margin-right: 3px;
}

a.prev.page-numbers:before{
font-family: fontAwesome;
content:"\f104";
}

a.next.page-numbers{
  margin-left: 3px;
}

a.next.page-numbers:before{
font-family: fontAwesome;
content:"\f105";
}

a.prev1.page-numbers {
  margin-right: 3px;
}

a.prev1.page-numbers:before{
font-family: fontAwesome;
content:"\f104";
}

a.next1.page-numbers{
  margin-left: 3px;
}

a.next1.page-numbers:before{
font-family: fontAwesome;
content:"\f105";
}

@media screen and (max-width:959px){
  .pagination{
      margin:15px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      justify-content: center;
  }

  a.page-numbers{
    padding: 8px 0;
    width: 15%;
  }

 .pagination .current{
    padding: 8px 0;
    width: 30%;
 }

}/*SP END*/
/****************************************
         Contact Form   
*****************************************/

.inquiry {
  width: 90%;
  margin: 0 auto;
   }

  .inquiry th{
   text-align:left;
   font-size:1rem;
   color:#56564f;
   padding-right:5px;
   width:40%;
   background:#f4f4f3;
   border:solid 1px #979790;
  }

  .inquiry td{
   font-size:0.9rempx;
   border:solid 1px #979790;
   background-color: #fff!important;	
  }

  .inquiry td input,.inquiry td textarea {
    background-color: #fff!important;	
    width: 100%;
   }
 

  /*横の行とテーブル全体*/
  .entry-content .inquiry tr,.entry-content table{
   border:solid 1px #979790;	
  }

  .haveto{
    float: right;
   font-size:0.9rem;
   padding:3px 8px;
   background:#69c7ac;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   position:relative;
   bottom:1px;
  }


  /*送信ボタンのデザイン変更*/
  #formbtn{
   display: block;
   padding:1em 0;
   margin-top:30px;
   width:50%;
   background:#fff;
   color:#81817a;
   font-size:18px;
   font-weight:400;	 
   border-radius:2px;
   border: 1px solid #81817a;
  }





  /*送信ボタンマウスホバー時*/
  #formbtn:hover{
   background:#fff;
   color:#ffaa56;
  }


  @media(max-width:768px){
    .inquiry th,.inquiry td {
     display:block!important;
     width:100%!important;
     border-top:none!important;
     -webkit-box-sizing:border-box!important;
     -moz-box-sizing:border-box!important;
     box-sizing:border-box!important;
    }
    .inquiry tr:first-child th{
     border-top:1px solid #d7d7d7!important;
    }
    /* 必須・任意のサイズ調整 */	
    .inquiry .haveto,.inquiry .any {	
    font-size:10px;
    }
    #formbtn{
      display: block;
      padding:1em 0;
      margin-top:30px;
      width:100%;
      font-size:0.8rem;
     }
  }


/******************************
  topに戻る
******************************/
#page-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  font-size: 77%;
  z-index: 1001;
}
#page-top a {
  background: #69c7ac!important;
  text-decoration: none;
  color: #fff;
  width: 70px;
    height: 70px!important;
  font-size: 25px;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width:768px){
#page-top{
  right: 10px;
}
#page-top a {
  width: 45px;
  line-height: 45px;
  padding:0; 
  font-size: 20px;
}
}/*SP END*/

/****************************************
          footer menu        
*****************************************/
#footer_sticky_menu {
  display: none;
}


#footerFloatingMenu {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 2px;
  z-index: 1000;
  text-align: center;
  padding: 0 auto;
}

#footerFloatingMenu img {
  max-width: 99%;
}



/****************************************
     囲み枠の修正のCSS
*****************************************/

.sc_frame_wrap.inline.green .sc_frame{
  border: 3px solid #69c7ac;
}

.sc_frame_wrap.inline.green .sc_frame_title{
  background: #69c7ac;
}

/****************************************
     記事のサンプルなど     
*****************************************/


/**【css】text-shadowで文字に影や光彩を装飾し縁取りをつける**/


.ds-sample1{
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:5px 5px 0 #ffff00;
}
.ds-sample2{
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:-5px -5px 0 #ffff00;
}
.ds-sample3{
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:3px 3px 0 #ffff00,-3px -3px 0 #ff0000;
}
.ds-kousai{
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:0 0 15px #ffff00;
}
.ds-outline{
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:1px 1px 0 #ffff00,-1px 1px 0 #ffff00,1px -1px 0 #ffff00,-1px -1px 0 #ffff00;
}
.ds-outline1{
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:1px 1px 0 #ff0000,-1px 1px 0 #ff0000,1px -1px 0 #ff0000,-1px -1px 0 #ff0000;
}
.ds-outline2{
    color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:2px 2px 0 #ff0000,-2px 2px 0 #ff0000,2px -2px 0 #ff0000,-2px -2px 0 #ff0000;
}
.ds-outline3{
    color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow:3px 3px 0 #ff0000,-3px 3px 0 #ff0000,3px -3px 0 #ff0000,-3px -3px 0 #ff0000;
}

.kasane{position: relative;text-align: center;}
.kasane img{max-width: 100%}
.kasane p.t-sonomama{
  position: absolute;
  font-size: 1.8rem;
  top:20%;
  left: 50%;
    transform: translate(-50%,-50%);
}

.kasane p.t-outline{
  position: absolute;
   font-size: 1.8rem;
   top:35%;
   left: 50%;
    transform: translate(-50%,-50%);
    text-shadow:1px 1px 0 #ffff00,-1px 1px 0 #ffff00,1px -1px 0 #ffff00,-1px -1px 0 #ffff00;
}



.kasane p.t-kage{
  position: absolute;
   font-size: 1.8rem;
   top:60%;
   left: 50%;
  transform: translate(-50%,-50%);
  text-shadow:2px 2px 0 #ffff00;
}


.kasane p.t-kousai{
  position: absolute;
   font-size: 1.8rem;
   top:75%;
   left: 50%;
    transform: translate(-50%,-50%);
    text-shadow:0 0 25px #ffff00;
}


/**【css】text-stokeで文字に縁取りをつける**/

.tsto-outline{
  color: #fff;
  font-size: 1.8rem;
  -webkit-text-stroke: 1px #ff0000;
  text-stroke: 1px #ff0000;
}

.tsto-outline-b{
    color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #ff0000;
  text-stroke: 1px #ff0000;
}

.tsto-outline-y{
  font-size: 1.8rem;
  -webkit-text-stroke: 1px #ffff00;
  text-stroke: 1px #ffff00;
}

.tsto-outline-b-y{
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #ffff00;
  text-stroke: 1px #ffff00;
}

.tshad-outline{
      color: #fff;
   font-size: 1.8rem;
    text-shadow:1px 1px 0 #ff0000,-1px 1px 0 #ff0000,1px -1px 0 #ff0000,-1px -1px 0 #ff0000;
}
.tshad-outline-b{
      color: #fff;
   font-size: 1.8rem;
   font-weight: bold;
    text-shadow:1px 1px 0 #ff0000,-1px 1px 0 #ff0000,1px -1px 0 #ff0000,-1px -1px 0 #ff0000;
}
.tshad-outline-y{
   font-size: 1.8rem;
    text-shadow:1px 1px 0 #ffff00,-1px 1px 0 #ffff00,1px -1px 0 #ffff00,-1px -1px 0 #ffff00;
}
.tshad-outline-b-y{
   font-size: 1.8rem;
   font-weight: bold;
    text-shadow:1px 1px 0 #ffff00,-1px 1px 0 #ffff00,1px -1px 0 #ffff00,-1px -1px 0 #ffff00;
}

/**【CSS】画像の上に文字やイラストを重ねる**/

.kasaneru{
position: relative;
text-align: center;
}
.kasaneru p{
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0!important;
  padding: 0!important;
}

@media screen and (max-width: 768px){
.kasaneru p{
  font-size: 1.5rem;
  width: 100%;
}
}/*SP END*/

.kasaneru1-2{
position: relative;
text-align: center;
}
.kasaneru1-2 p{
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #000;
  padding: 1rem ;
   margin: 0; /*余計な隙間を除く*/
}

@media screen and (max-width: 768px){
.kasaneru1-2 p{
  font-size: 1.5rem;
  width: 100%;
}
}/*SP END*/


.kasaneru1-tag{
position: relative;
}
.kasaneru1-tag p{
  position: absolute;
  color: #fff;
  font-size: 1.1rem;
  top:0;/*左上に配置*/
  left: 0;/*左上に配置*/
  background: #72c9b3;/*背景色*/
  padding: 0.3rem 0.5rem;/*文字の回りの余白*/
  margin: 0; /*余計な隙間を除く*/
}




.kasaneru1-3{
position: relative;
text-align: center;
}
.kasaneru1-3 p{
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}
.kasaneru1-3 p.tp{
  background: #000;
  opacity: 0.7;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.kasaneru1-3 p.tpgd{
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
  top:25%;
  left: 50%;
  transform: translate(-50%,-25%);
}
.kasaneru1-3 p.gd{
  color: #333;
  background-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(2px);
  bottom:15%;
  left: 50%;
  transform: translate(-50%,0%);
}

@media screen and (max-width: 768px){
.kasaneru1-3 p{
  font-size: 1.2rem;
  padding: 0.3rem;
}
.kasaneru1-3 p.tpgd{
  top:5%;
  left: 50%;
  transform: translate(-50%,-5%);
}
.kasaneru1-3 p.gd{
  bottom:5%;
  left: 50%;
  transform: translate(-50%,0%);
}

}/*SP END*/



.kasaneru2{
  text-align: center;
}
.kasaneru2 .kasaneru-dark{
  position: relative;
  text-align: center;
  display: inline-block;
}
.kasaneru2 .kasaneru-dark img{
 max-width: 100%;
   display: block;
}
.kasaneru2 .kasaneru-dark::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.kasaneru2 .kasaneru-dark p{
  margin: 0!important;
  padding: 0!important;

}
.kasaneru2 .kasaneru-dark p.setsu1{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
}
.kasaneru2 .kasaneru-dark p.setsu2{
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translate(-50%,-8%);
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 768px){
.kasaneru2 .kasaneru-dark p.setsu1{
  font-size: 1.5rem;
}
}/*SP END*/



.kasaneru3{
  text-align: center;
    margin-bottom: 2rem;
}
.kasaneru3 .kasaneru-dark{
  position: relative;
  background-color: #000; /*背景に黒を指定*/
  display: inline-block!important;
}
.kasaneru3 .kasaneru-dark img{
  opacity: 0.7;/*画像を透過させる*/
 display: block;
}

.kasaneru3 .kasaneru-dark p{
  margin: 0!important;
  padding: 0!important;
}
.kasaneru3 .kasaneru-dark p.setsu1{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
}

.kasaneru3 .kasaneru-dark p.setsu2{
  position: absolute;
  left: 50%;
  bottom: 8px;
    transform: translate(-50%,0%);
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 768px){
.kasaneru3 .kasaneru-dark p.setsu1{
  font-size: 1.5rem;
}
}/*SP END*/



.kasaneru4{
  text-align: center;
  margin-bottom: 2rem;
}
.kasaneru4 .kasaneru-dark{
  position: relative;
  background-color: #000; /*背景に黒を指定*/
  display: inline-block;
}
.kasaneru4 .kasaneru-dark img{
  opacity: 0.5;/*画像を透過させる*/
 display: block!important;
}
.kasaneru4 .kasaneru-dark p{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2.2rem;
margin: 0 auto;
}
@media screen and (max-width: 768px){
.kasaneru4 .kasaneru-dark p.setsu1{
  font-size: 1.5rem;
}
}/*SP END*/


.kasaneru5 {
  position: relative;
  width: 750px;
  height: 500px;
  margin: 2rem auto;
  background: url("https://dominantmotion.com/result/css/image-text/img/4.png") no-repeat 0 0/cover;
}

.kasaneru5 p {
  position: absolute;
  z-index: 1;
  font-size: 2.2rem;
  color: #FFF;
    top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.overtext::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px){
  .kasaneru5{
    width: 100%;
    height: 0;
    padding-top: 66.6666666667%;
  } 
  .kasaneru5 p {
  font-size: 1.6rem;
}
}/*SP END*/


.kasaneru6{
  position: relative;
  text-align: center;
}

.kasaneru6 img.imagup{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.kasaneru6 p.setsu{
  position: absolute;
  top:20%;
  left: 50%;
  transform: translate(-50%,0%);
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px){
.kasaneru6 img.imagup{
  width: 30%;
}

}/*SP END*/





.kasaneru7 {
  position: relative;
  width: 750px;
  height: 500px;
  margin: 2rem auto;
  background: url("https://dominantmotion.com/result/css/image-text/img/4.png") no-repeat center center/cover;
}

.kasaneru7 img.imagup {
  z-index: 1;
  position: absolute;
    top:60%;
  left: 50%;
  transform: translate(-50%,-50%);

}
  .kasaneru7 p.setsu {
    position: absolute;
  font-size: 1.5rem;
  color: #fff;
    top:20%;
  left: 50%;
  transform: translate(-50%,0%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px){
  .kasaneru7{
    width: 100%;
    height: 0;
    padding-top: 66.6666666667%;
  } 
.kasaneru7 img.imagup{
  width: 30%;
}
}/*SP END*/


.kasaneru8 {
  width: 750px;
  height: 500px;
  margin: 2rem auto;
  background: url("https://dominantmotion.com/result/css/image-text/img/4.png") no-repeat center center/cover;
}

.kasaneru8-2 img {
  z-index: 1;

}

@media screen and (max-width: 768px){
  .kasaneru8{
    width: 100%;
    height: 0;
    padding-top: 66.6666666667%;
  } 
.kasaneru8-2 img{
  width: 30%;
}
}/*SP END*/



.kasaneru8-3 {
  width: 750px;
  height: 500px;
  margin: 2rem auto;
  background: url("https://dominantmotion.com/result/css/image-text/img/4.png") no-repeat center center/cover;
}

.kasaneru8-4 {
  text-align: center;
}
.kasaneru8-4 img {
  margin-top: -150px;
}

@media screen and (max-width: 768px){
  .kasaneru8-3{
    width: 100%;
    height: 0;
    padding-top: 66.6666666667%;
  } 
.kasaneru8-4 img{
  width: 30%;
}
}/*SP END*/



.kasaneru9,.kasaneru9-2,.kasaneru9-3,.kasaneru9-4 {
  position: relative;
  width: 750px;
  height: 500px;
  margin: 2rem auto;
  background: url("https://dominantmotion.com/result/css/image-text/img/4.png") no-repeat center center/cover;
}


.kasaneru9 img.imagup,.kasaneru9-2 img.imagup,.kasaneru9-3 img.imagup,.kasaneru9-4 img.imagup {
  z-index: 4;
  position: absolute;
    top:60%;
  left: 50%;
  transform: translate(-50%,-50%);
}
  .kasaneru9 p.setsu,.kasaneru9-2 p.setsu,.kasaneru9-3 p.setsu,.kasaneru9-4 p.setsu {
    z-index: 3;
  position: absolute;
  font-size: 1.5rem;
  color: #fff;
    top:20%;
  left: 50%;
  transform: translate(-50%,0%);
  width: 100%;
  text-align: center;
}

.kasaneru9-2 p.setsu{
  padding: 0 0.3rem;
}


.overlay-kuro::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.1));
}
.overlay-ga::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://dominantmotion.com/result/css/image-text/img/dot-pink.png") repeat 0 0 / 30%;
}
.blur {
  overflow: hidden;
}
.blur::after {
  background: inherit;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  filter: blur(5px);
}
@media screen and (max-width: 768px){
  .kasaneru9,.kasaneru9-2,.kasaneru9-3,.kasaneru9-4{
    width: 100%;
    height: 0;
    padding-top: 66.6666666667%;
  } 
.kasaneru9 img,.kasaneru9-2 img,.kasaneru9-3 img,.kasaneru9-4 img{
  width: 30%;
}
.kasaneru9-2 p.setsu{
  font-size: 1.2rem;
   top:10%;
}


}/*SP END*/


/*backdrop-filter */

.bfbg{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.bfbg1{
  background:#000 url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter1.webp") no-repeat center center/cover;
  width: 281px;
  height: 375px;
  display: flex;
 flex-flow: column;
 justify-content:space-between;
   align-items: center;
}
.bfbg2{
  background: url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter2.webp") no-repeat center center/cover;
  width: 281px;
  height: 375px;
  display: flex;  
  flex-flow: column;
  justify-content:space-between;
    align-items: center;
}
  .bfbg1,.bfbg2{padding: 0.5rem}


.bfbg p{
padding-left: 0.3rem;
}
.bfbg1 .blur{
  -webkit-backdrop-filter: blur(5px); 
  backdrop-filter: blur(5px);
}
.bfbg1 .brightness{
  -webkit-backdrop-filter: brightness(1.2);
  backdrop-filter: brightness(1.2);
}
.bfbg1 .contrast{
  -webkit-backdrop-filter: contrast(.8);
  backdrop-filter: contrast(.8);
}

.bfbg1 .saturate{
  -webkit-backdrop-filter: saturate(3);
  backdrop-filter: saturate(3);
}
.bfbg2 .invert{
  -webkit-backdrop-filter: invert(60%);
  backdrop-filter: invert(.6);
}
.bfbg2 .grayscale{
  -webkit-backdrop-filter: grayscale(0.9);
  backdrop-filter: grayscale(0.9);
}
.bfbg2 .sepia{
  -webkit-backdrop-filter: sepia(.4);
  backdrop-filter: sepia(.4);
}
.bfbg2 .hue-rotate{
  -webkit-backdrop-filter: hue-rotate(120deg);
  backdrop-filter: hue-rotate(120deg);
}


.bfbg1 .saturate,
.bfbg1 .blur,
.bfbg1 .brightness,
.bfbg1 .contrast,
.bfbg2 .invert,
.bfbg2 .grayscale,
.bfbg2 .sepia,
.bfbg2 .hue-rotate{width: 90%}

.bfbg1 .blur,
.bfbg1 .contrast,
.bfbg2 .invert,
.bfbg2 .saturate,
.bfbg2 .hue-rotate{color: #fff;}



.bf-ds{
  position: relative;
  text-align: center;
  opacity: 0.999;
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.bf-ds .drop-shadow{
  position: absolute;
  top:40%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
 -webkit-backdrop-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 1));
  backdrop-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 1));
width: 320px;
height: 130px;
color: #fff;
border: 1px solid #72c9b3;
}




.bf-ds2{
  background: url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter3.webp") no-repeat center center/cover;
  width: 281px;
  height: 101px;
  opacity: 0.999;
  margin: 0 auto 2rem;
}
.bf-ds2 .drop-shadow{
  position: relative;
    top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
 -webkit-backdrop-filter: drop-shadow(3px 3px 5px rgba(255, 255, 0, 1));
  backdrop-filter: drop-shadow(3px 3px 5px rgba(255, 255, 0, 1));
width: 320px;
height: 110px;
color: #fff;
    text-align: center;
}


.bf-ds3{
  background: url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter3.webp") no-repeat center center/cover;
  width: 281px;
  height: 101px;
  margin: 0 auto 2rem;
}
.bf-ds3 .box-shadow{
  position: relative;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
box-shadow: 2px 2px 4px #333;
width: 230px;
height: 70px;
color: #fff;
    text-align: center;
}

.bf-ds .drop-shadow p{margin-top: 20px;}
.bf-ds2 .drop-shadow p{padding-top: 10px!important;border:}
.bf-ds2 .box-shadow p{padding-top: 10px!important;border:}


.bf-oc{
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
    opacity: 0.999;
}

.bf-oc .opacity{
  position: absolute;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
    -webkit- backdrop-filter: opacity(.3);
  backdrop-filter: opacity(.3);
width: 250px;
height: 110px;
color: #fff;
border: 1px solid #72c9b3;
}

.bf-oc2{
  background: url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter4.webp") no-repeat center center/cover;
    width: 281px;
  height: 155px;
  margin: 0 auto 2rem;
  background-color: #fff;
}

.bf-oc2 .opacity{
  position: relative;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
    border: 1px solid #72c9b3;
    -webkit- backdrop-filter: opacity(0.3);
  backdrop-filter: opacity(0.3);
  width: 250px;
  height: 110px;
  color: #fff;
  text-align: center;
}

.bf-oc3{
  background: #000;
  width: 281px;
  height: 155px;
  margin: 0 auto 2rem;
}

.bf-oc3 .opacity{
  position: relative;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
    -webkit- backdrop-filter: opacity(30%);
  backdrop-filter: opacity(30%);
width: 250px;
height: 110px;
color: #fff;
    text-align: center;
 border: 1px solid #72c9b3;
}

.bf-oc4{
  width: 281px;
  height: 155px;
  margin: 0 auto 2rem;
  position: relative;
}

.bf-oc4 .opacity{
  position: absolute;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px){
  /*.bfbg{flex-flow: column;}*/
  .bfbg1,.bfbg2{
    width: 100%;
  } 

}/*SP END*/


.bf-sample{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.bf-test1{
  background:#000 url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter-sample.webp") no-repeat center center/cover;
  width: 281px;
  height: 375px;
  display: flex;
 flex-flow: column;
 justify-content:space-between;
   align-items: center;
}
.bf-test2{
  background: url("https://dominantmotion.com/result/css/backdrop-filter/img/backdrop-filter-sample.webp") no-repeat center center/cover;
  width: 281px;
  height: 375px;
  display: flex;  
  flex-flow: column;
  justify-content:space-between;
    align-items: center;
}
  .bf-sample .bf-sample-child{width: 90%}


/*blur-sample*/

.bf-sample .bf-test1 .blur-test10{
  -webkit-backdrop-filter: blur(2px); 
  backdrop-filter: blur(2px);
}
.bf-sample .bf-test1 .blur-test20{
  -webkit-backdrop-filter: blur(3px); 
  backdrop-filter: blur(3px);
}
.bf-sample .bf-test1 .blur-test30{
  -webkit-backdrop-filter: blur(5px); 
  backdrop-filter: blur(5px);
}
.bf-sample .bf-test1 .blur-test40{
  -webkit-backdrop-filter: blur(7px); 
  backdrop-filter: blur(7px);
}
.bf-sample .bf-test1 .blur-test50{
  -webkit-backdrop-filter: blur(9px); 
  backdrop-filter: blur(9px);
}
.bf-sample .bf-test2 .blur-test60{
  -webkit-backdrop-filter: blur(11px); 
  backdrop-filter: blur(11px);
}
.bf-sample .bf-test2 .blur-test70{
  -webkit-backdrop-filter: blur(13px); 
  backdrop-filter: blur(13px);
}
.bf-sample .bf-test2 .blur-test80{
  -webkit-backdrop-filter: blur(15px); 
  backdrop-filter: blur(15px);
}
.bf-sample .bf-test2 .blur-test90{
  -webkit-backdrop-filter: blur(17px); 
  backdrop-filter: blur(17px);
}
.bf-sample .bf-test2 .blur-test100{
  -webkit-backdrop-filter: blur(20px); 
  backdrop-filter: blur(20px);
}


/*contrast-sample*/

.bf-sample .bf-test1 .contrast-test10{
  -webkit-backdrop-filter: contrast(.1);
  backdrop-filter: contrast(.1);
}

.bf-sample .bf-test1 .contrast-test20{
  -webkit-backdrop-filter: contrast(.3);
  backdrop-filter: contrast(.3);
}

.bf-sample .bf-test1 .contrast-test30{
  -webkit-backdrop-filter: contrast(.6);
  backdrop-filter: contrast(.6);
}

.bf-sample .bf-test1 .contrast-test40{
  -webkit-backdrop-filter: contrast(.8);
  backdrop-filter: contrast(.8);
}
.bf-sample .bf-test1 .contrast-test50{
  -webkit-backdrop-filter: contrast(1);
  backdrop-filter: contrast(1);
}

.bf-sample .bf-test2 .contrast-test60{
  -webkit-backdrop-filter: contrast(1.2);
  backdrop-filter: contrast(1.2);
}

.bf-sample .bf-test2 .contrast-test70{
  -webkit-backdrop-filter: contrast(1.4);
  backdrop-filter: contrast(1.4);
}

.bf-sample .bf-test2 .contrast-test80{
  -webkit-backdrop-filter: contrast(1.6);
  backdrop-filter: contrast(1.6);
}

.bf-sample .bf-test2 .contrast-test90{
  -webkit-backdrop-filter: contrast(1.8);
  backdrop-filter: contrast(1.8);
}
.bf-sample .bf-test2 .contrast-test100{
  -webkit-backdrop-filter: contrast(2);
  backdrop-filter: contrast(2);
}

/*brightness-sample*/


.bf-sample .bf-test1 .brightness-test10{
  -webkit-backdrop-filter: brightness(.1);
  backdrop-filter: brightness(.1);
}

.bf-sample .bf-test1 .brightness-test20{
  -webkit-backdrop-filter: brightness(.3);
  backdrop-filter: brightness(.3);
}

.bf-sample .bf-test1 .brightness-test30{
  -webkit-backdrop-filter: brightness(.6);
  backdrop-filter: brightness(.6);
}

.bf-sample .bf-test1 .brightness-test40{
  -webkit-backdrop-filter: brightness(.8);
  backdrop-filter: brightness(.8);
}
.bf-sample .bf-test1 .brightness-test50{
  -webkit-backdrop-filter: brightness(1);
  backdrop-filter: brightness(1);
}

.bf-sample .bf-test2 .brightness-test60{
  -webkit-backdrop-filter: brightness(1.2);
  backdrop-filter: brightness(1.2);
}

.bf-sample .bf-test2 .brightness-test70{
  -webkit-backdrop-filter: brightness(1.4);
  backdrop-filter: brightness(1.4);
}

.bf-sample .bf-test2 .brightness-test80{
  -webkit-backdrop-filter: brightness(1.6);
  backdrop-filter: brightness(1.6);
}

.bf-sample .bf-test2 .brightness-test90{
  -webkit-backdrop-filter: brightness(1.8);
  backdrop-filter: brightness(1.8);
}
.bf-sample .bf-test2 .brightness-test100{
  -webkit-backdrop-filter: brightness(2);
  backdrop-filter: brightness(2);
}

/*saturate-sample*/


.bf-sample .bf-test1 .saturate-test10{
  -webkit-backdrop-filter: saturate(.1);
  backdrop-filter: saturate(.1);
}

.bf-sample .bf-test1 .saturate-test20{
  -webkit-backdrop-filter: saturate(.3);
  backdrop-filter: saturate(.3);
}

.bf-sample .bf-test1 .saturate-test30{
  -webkit-backdrop-filter: saturate(.6);
  backdrop-filter: saturate(.6);
}

.bf-sample .bf-test1 .saturate-test40{
  -webkit-backdrop-filter: saturate(.8);
  backdrop-filter: saturate(.8);
}
.bf-sample .bf-test1 .saturate-test50{
  -webkit-backdrop-filter: saturate(1);
  backdrop-filter: saturate(1);
}

.bf-sample .bf-test2 .saturate-test60{
  -webkit-backdrop-filter: saturate(1.2);
  backdrop-filter: saturate(1.2);
}

.bf-sample .bf-test2 .saturate-test70{
  -webkit-backdrop-filter: saturate(1.5);
  backdrop-filter: saturate(1.5);
}

.bf-sample .bf-test2 .saturate-test80{
  -webkit-backdrop-filter: saturate(2);
  backdrop-filter: saturate(2);
}

.bf-sample .bf-test2 .saturate-test90{
  -webkit-backdrop-filter: saturate(2.5);
  backdrop-filter: saturate(2.5);
}
.bf-sample .bf-test2 .saturate-test100{
  -webkit-backdrop-filter: saturate(3);
  backdrop-filter: saturate(3);
}


/*grayscale-sample*/


.bf-sample .bf-test1 .grayscale-test10{
  -webkit-backdrop-filter: grayscale(.1);
  backdrop-filter: grayscale(.1);
}

.bf-sample .bf-test1 .grayscale-test20{
  -webkit-backdrop-filter: grayscale(.2);
  backdrop-filter: grayscale(.2);
}

.bf-sample .bf-test1 .grayscale-test30{
  -webkit-backdrop-filter: grayscale(.3);
  backdrop-filter: grayscale(.3);
}

.bf-sample .bf-test1 .grayscale-test40{
  -webkit-backdrop-filter: grayscale(.4);
  backdrop-filter: grayscale(.4);
}
.bf-sample .bf-test1 .grayscale-test50{
  -webkit-backdrop-filter: grayscale(.5);
  backdrop-filter: grayscale(.5);
}

.bf-sample .bf-test2 .grayscale-test60{
  -webkit-backdrop-filter: grayscale(.6);
  backdrop-filter: grayscale(.6);
}

.bf-sample .bf-test2 .grayscale-test70{
  -webkit-backdrop-filter: grayscale(0.7);
  backdrop-filter: grayscale(0.7);
}

.bf-sample .bf-test2 .grayscale-test80{
  -webkit-backdrop-filter: grayscale(.8);
  backdrop-filter: grayscale(.8);
}

.bf-sample .bf-test2 .grayscale-test90{
  -webkit-backdrop-filter: grayscale(.9);
  backdrop-filter: grayscale(.9);
}
.bf-sample .bf-test2 .grayscale-test100{
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
}


/*sepia-sample*/


.bf-sample .bf-test1 .sepia-test10{
  -webkit-backdrop-filter: sepia(.1);
  backdrop-filter: sepia(.1);
}

.bf-sample .bf-test1 .sepia-test20{
  -webkit-backdrop-filter: sepia(.2);
  backdrop-filter: sepia(.2);
}

.bf-sample .bf-test1 .sepia-test30{
  -webkit-backdrop-filter: sepia(.3);
  backdrop-filter: sepia(.3);
}

.bf-sample .bf-test1 .sepia-test40{
  -webkit-backdrop-filter: sepia(.4);
  backdrop-filter: sepia(.4);
}
.bf-sample .bf-test1 .sepia-test50{
  -webkit-backdrop-filter: sepia(.5);
  backdrop-filter: sepia(.5);
}

.bf-sample .bf-test2 .sepia-test60{
  -webkit-backdrop-filter: sepia(.6);
  backdrop-filter: sepia(.6);
}

.bf-sample .bf-test2 .sepia-test70{
  -webkit-backdrop-filter: sepia(0.7);
  backdrop-filter: sepia(0.7);
}

.bf-sample .bf-test2 .sepia-test80{
  -webkit-backdrop-filter: sepia(.8);
  backdrop-filter: sepia(.8);
}

.bf-sample .bf-test2 .sepia-test90{
  -webkit-backdrop-filter: sepia(.9);
  backdrop-filter: sepia(.9);
}
.bf-sample .bf-test2 .sepia-test100{
  -webkit-backdrop-filter: sepia(1);
  backdrop-filter: sepia(1);
}


/*hue-rotate-sample*/


.bf-sample .bf-test1 .hue-rotate-test10{
  -webkit-backdrop-filter: hue-rotate(30deg);
  backdrop-filter: hue-rotate(30deg);
}

.bf-sample .bf-test1 .hue-rotate-test20{
  -webkit-backdrop-filter: hue-rotate(60deg);
  backdrop-filter: hue-rotate(60deg);
}

.bf-sample .bf-test1 .hue-rotate-test30{
  -webkit-backdrop-filter: hue-rotate(90deg);
  backdrop-filter: hue-rotate(90deg);
}

.bf-sample .bf-test1 .hue-rotate-test40{
  -webkit-backdrop-filter: hue-rotate(120deg);
  backdrop-filter: hue-rotate(120deg);
}
.bf-sample .bf-test1 .hue-rotate-test50{
  -webkit-backdrop-filter: hue-rotate(180deg);
  backdrop-filter: hue-rotate(180deg);
}

.bf-sample .bf-test2 .hue-rotate-test60{
  -webkit-backdrop-filter: hue-rotate(210deg);
  backdrop-filter: hue-rotate(210deg);
}

.bf-sample .bf-test2 .hue-rotate-test70{
  -webkit-backdrop-filter: hue-rotate(240deg);
  backdrop-filter: hue-rotate(240deg);
}

.bf-sample .bf-test2 .hue-rotate-test80{
  -webkit-backdrop-filter: hue-rotate(270deg);
  backdrop-filter: hue-rotate(270deg);
}

.bf-sample .bf-test2 .hue-rotate-test90{
  -webkit-backdrop-filter: hue-rotate(300deg);
  backdrop-filter: hue-rotate(300deg);
}
.bf-sample .bf-test2 .hue-rotate-test100{
  -webkit-backdrop-filter: hue-rotate(330deg);
  backdrop-filter: hue-rotate(330deg);
}

/*invert-sample*/


.bf-sample .bf-test1 .invert-test10{
  -webkit-backdrop-filter: invert(.1);
  backdrop-filter: invert(.1);
}

.bf-sample .bf-test1 .invert-test20{
  -webkit-backdrop-filter: invert(.2);
  backdrop-filter: invert(.2);
}

.bf-sample .bf-test1 .invert-test30{
  -webkit-backdrop-filter: invert(.3);
  backdrop-filter: invert(.3);
}

.bf-sample .bf-test1 .invert-test40{
  -webkit-backdrop-filter: invert(.4);
  backdrop-filter: invert(.4);
}
.bf-sample .bf-test1 .invert-test50{
  -webkit-backdrop-filter: invert(.5);
  backdrop-filter: invert(.5);
}

.bf-sample .bf-test2 .invert-test60{
  -webkit-backdrop-filter: invert(.6);
  backdrop-filter: invert(.6);
}

.bf-sample .bf-test2 .invert-test70{
  -webkit-backdrop-filter: invert(0.7);
  backdrop-filter: invert(0.7);
}

.bf-sample .bf-test2 .invert-test80{
  -webkit-backdrop-filter: invert(.8);
  backdrop-filter: invert(.8);
}

.bf-sample .bf-test2 .invert-test90{
  -webkit-backdrop-filter: invert(.9);
  backdrop-filter: invert(.9);
}
.bf-sample .bf-test2 .invert-test100{
  -webkit-backdrop-filter: invert(1);
  backdrop-filter: invert(1);
}

.bf-sample p{padding-left: 0.3rem;}



/*filter */

.fbg{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.fbg1,.fbg2{
flex: 1;
}

.fbg1{margin-right: 0.2rem}
.fbg2{margin-left: 0.2rem}


.fbg1 img,.fbg2 img{
 width: 100%;
}

.fbg2 .sepia{filter: sepia(0.7);}
.fbg2 .blur{filter: blur(5px);}
.fbg2 .brightness{filter: brightness(1.5);}
.fbg2 .contrast{filter: contrast(1.8);}
.fbg2 .saturate{filter: saturate(.3);}
.fbg2 .invert{filter: invert(.7);}
.fbg2 .grayscale{filter: grayscale(0.9);}
.fbg2 .hue-rotate{filter: hue-rotate(120deg);}
.fbg2 .opacity{filter: opacity(0.7);}
.fbg2 .drop-shadow{filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 1));}
.fbg2 .blur-gray{filter: blur(2px) grayscale(.7);}