@charset "utf-8";

.Content{
  padding-bottom: 120px;
  background: url(../images/scene/bg_instagram_pc.png) bottom center no-repeat;
  background-size: contain;
}

/* visual */
.kv{
  position: relative;
}
.kv .visual-wrap{
  display: flex;  
}
.kv .ttl{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.Scene .intro{
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
.Scene .tab-scene{
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.Scene .tab-scene .tab{
  width: 280px;
  margin: 0 6px;
  padding: 16px; 
  border: inset;
  border-width: 1px;
  border-bottom-style: solid;
  border-radius: 50rem;
  text-align: center;
  position: relative;
  transition: .4s;
  cursor: pointer;
}
.Scene .tab-scene .tab.current::after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.Scene .tab-scene .tab.work{
  border-color: #85807A;
  color: #85807A;
}
.Scene .tab-scene .tab.outdoor{
  border-color: #516B68;
  color: #516B68;
}
.Scene .tab-scene .tab.current{
  color: #fff;
  pointer-events: none;
}
.Scene .tab-scene .tab:hover{
  color: #fff;
  opacity: .7;
}
.Scene .tab-scene .tab.work.current,
.Scene .tab-scene .tab.work:hover{
  background-color: #85807A;
}
.Scene .tab-scene .tab.work.current::after{
  border-top-color: #85807A;
}
.Scene .tab-scene .tab.outdoor.current,
.Scene .tab-scene .tab.outdoor:hover{
  background-color: #516B68;
}
.Scene .tab-scene .tab.outdoor.current::after{
  border-top-color: #516B68;
}
.Scene .tab-scene .tab span{
  font-size: 2.2rem;
  line-height: 1;
}
.Scene .tab-scene .tab span small{
  display: inline-block;
  margin-left: 5px;
  font-size: 60%;
  font-weight: 400;
  opacity: .8;
}

.Scene .sec-scene{
  margin-top: 50px;
}
.Scene .sec-scene .cont-scene{
  display: none;
}
.Scene .sec-scene .cont-scene.show{
  display: block;
}
.Scene .sec-scene .cont-scene h3{
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
}
.Scene .sec-scene .cont-scene .scene-wrap{
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.Scene .sec-scene .cont-scene .scene-wrap .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.Scene .sec-scene .cont-scene .scene-wrap .comment{
  display: flex;
  font-size: min(1.4vw,24px);
  font-weight: 600;
  color: #fff;
  justify-content: center;
  align-items: center;
}

/* work */
.Scene .sec-scene .cont-scene.work .scene-wrap .comment{
  background: url(../images/scene/bg_comment_work_top.png) top left no-repeat, url(../images/scene/bg_comment_work_bottom.png) bottom right no-repeat, #85807A;
  background-size: 40% auto ,50% auto;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block01{
  width: 48.57%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block02{
  width: 30%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block02 .comment{
  width: 100%;
  height: 31.8%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block03{
  width: 21.43%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block04{
  width: 26.43%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block05{
  width: 22.14%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block06{
  width: 24.29%;
}
.Scene .sec-scene .cont-scene.work .scene-wrap .block07{
  width: 27.14%;
}

/* outdoor */
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .comment{
  background: url(../images/scene/bg_comment_outdoor_top.png) top left no-repeat, url(../images/scene/bg_comment_outdoor_bottom.png) bottom right no-repeat, #516B68;
  background-size: 40% auto ,50% auto;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block01{
  width: 48.57%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block02{
  width: 25.71%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block02 .comment{
  width: 100%;
  height: 40.9%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block03{
  width: 25.72%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block04{
  width: 30%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block05{
  width: 18.57%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block06{
  width: 20%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block07{
  width: 31.43%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block08{
  width: 30%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block09{
  width: 50%;
}
.Scene .sec-scene .cont-scene.outdoor .scene-wrap .block10{
  width: 20%;
}

.Scene .bnr.item{
  max-width: 760px;
  margin: 80px auto 0;
}

.bnr-column{
  max-width: 760px;
  margin: 40px auto 0;
}
.bnr-column .ttl {
  padding: 30px 50px 30px;
}
.bnr-column .ttl .btn{
  margin-top: 20px;
}

.Scene .box-sns{
  width: 90%;
  max-width: 760px;
  margin: 40px auto 0;
  padding: 20px 20px 40px;
  background: rgba(255,255,255,0.8);
  border: 2px solid #A6A6A5;
}
.Scene .box-sns .ttl{
  font-size: 4.0rem;
  line-height: 1;
  text-align: center;
}
.Scene .box-sns .ttl small{
  display: block;
  font-size: 1.2rem;
}
.Scene .box-sns .flexbox{
  display: flex;
  margin: 25px auto 0;
  justify-content: center;
}
.Scene .box-sns .cont-sns{
  width: 50%;
  padding: 0 20px;
  text-align: center;
}
.Scene .box-sns .cont-sns:nth-of-type(1){
  border-right: 1px solid #c1c1c1;
}
.Scene .box-sns .cont-sns .logo{
  margin: 0 auto;
}
.Scene .box-sns .cont-sns.instagram .logo{
  width: 90px;
}
.Scene .box-sns .cont-sns.youtube .logo{
  width: 120px;
  margin-top: 8px;
}
.Scene .box-sns .cont-sns .logo a img{
  width: 100%;
}
.Scene .box-sns .cont-sns .txt{
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 600;
}


@media screen and (max-width:768px) {
  
  .Content{
    padding-bottom: 60px;
    background: url(../images/scene/bg_instagram_sp.png) bottom center no-repeat;
    background-size: contain;
  }

  /* visual */
  .kv .visual-wrap{
    display: block;
  }
  .kv .ttl{
    width: 75%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .Scene .intro{
    font-size: 2.0rem;
  }
  .Scene .tab-scene{
    width: 90%;
    margin: 20px auto 0;
    justify-content: space-between;
  }
  .Scene .tab-scene .tab{
    width: 49%;
    margin: 0;
    padding: 12px; 
  }
  .Scene .tab-scene .tab.current::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Scene .tab-scene .tab span{
    font-size: 1.6rem;
  }
  .Scene .tab-scene .tab span small{
    font-size: 60%;
  }

  .Scene .sec-scene{
    margin-top: 40px;
  }
  .Scene .sec-scene .inner{
    width: 100%;
  }
  .Scene .sec-scene .cont-scene h3{
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .Scene .sec-scene .cont-scene .scene-wrap{
    margin-top: 40px;
  }
  .Scene .sec-scene .cont-scene .scene-wrap .comment{
    font-size: 1.2rem;
  }

  /* work */
  .Scene .sec-scene .cont-scene.work .scene-wrap .comment{
    background: url(../images/scene/bg_comment_work_top.png) top left no-repeat, url(../images/scene/bg_comment_work_bottom.png) bottom right no-repeat, #85807A;
    background-size: 40% auto ,50% auto;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block01{
    width: 100%;
    order: 1;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block02{
    width: 58.4%;
    order: 4;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block02 .comment{
    width: 100%;
    height: 31.8%;
    padding: 0 10px;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block03{
    width: 41.6%;
    order: 5;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block04{
    width: 53.71%;
    order: 2;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block05{
    width: 46.29%;
    order: 3;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block06{
    width: 47.12%;
    order: 6;
  }
  .Scene .sec-scene .cont-scene.work .scene-wrap .block07{
    width: 52.88%;
    order: 7;
  }

  /* outdoor */
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .comment{
    background: url(../images/scene/bg_comment_outdoor_top.png) top left no-repeat, url(../images/scene/bg_comment_outdoor_bottom.png) bottom right no-repeat, #516B68;
    background-size: 40% auto ,50% auto;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block01{
    width: 100%;
    order: 1;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block02{
    width: 58.4%;
    order: 4;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block02 .comment{
    width: 100%;
    height: 40.8%;
    padding: 0 10px;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block03{
    width: 41.6%;
    background: url(../images/scene/img_photo_outdoor03.jpg) center no-repeat;
    background-size: cover;
    order: 5;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block03 img{
    display: none;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block04{
    width: 53.71%;
    order: 2;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block05{
    width: 46.29%;
    order: 3;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block06{
    width: 38.8%;
    order: 6;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block07{
    width: 61.2%;
    order: 7;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block08{
    width: 59.88%;
    order: 8;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block09{
    width: 100%;
    order: 10;
  }
  .Scene .sec-scene .cont-scene.outdoor .scene-wrap .block10{
    width: 40.12%;
    order: 9;
  }

  .Scene .bnr.item{
    width: 90%;
    margin: 60px auto 0;
  }
  
  .bnr-column{
    width: 90%;
    margin: 40px auto 0;
    background: #fff;
  }
  .bnr-column .ttl{
    padding: 25px 5% 40px;
  }
  .Scene .box-sns{
    margin: 50px auto 0;
    padding: 20px 4% 20px;
    border: 2px solid #A6A6A5;
  }
  .Scene .box-sns .ttl{
    font-size: 3.6rem;
  }
  .Scene .box-sns .ttl small{
    font-size: 1.2rem;
  }
  .Scene .box-sns .flexbox{
    display: block;
    margin: 25px auto 0;
  }
  .Scene .box-sns .cont-sns{
    width: 100%;
    padding: 0;
  }
  .Scene .box-sns .cont-sns:nth-of-type(1){
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-right: none;
    position: relative;
  }
  .Scene .box-sns .cont-sns:nth-of-type(1)::after{
    content:"";
    display: block;
    width: 75%;
    height: 1px;
    background: #c1c1c1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .Scene .box-sns .cont-sns.instagram .logo{
    width: 75px;
  }
  .Scene .box-sns .cont-sns.youtube .logo{
    width: 105px;
    margin-top: 0;
  }
  .Scene .box-sns .cont-sns .txt{
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }


}
