
/*
Theme name: AcT WiTH Daichi Higo
Description:本名用のポートフォリオサイト
Author: Daichi Higo
*/

@charset "utf-8";
/* CSS Document */

body {
  background-color: #f5f5f5;
  color: #4e4e4e;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  color: #4e4e4e;
}


a:hover { 
  text-decoration: none;
}

img{
	width: 100%;
	height: auto;
}

/* =====================================
  全ページで使用
===================================== */
/* -------------------------
  headerナビ
------------------------- */
.navbar {
  background-color: rgba(0, 0, 0, .3);
}

.navbar-brand {
  font-size: 1.6rem;
  font-weight: bold;
}

.navbar-trans .navbar-nav a,
.navbar-white .navbar-nav a{
  font-size: 1.05rem;
  font-weight: 600;
  transition: all 800ms;
}

#headernav .collapse a{
  position: relative;
  padding-bottom: 3px;
}

#headernav .collapse a::after{
  position: absolute;
  content: '';
  left: 2px;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 500ms ease;
}

#headernav .collapse a::hover{
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link a,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}

.navbar-nav li{
  margin-right: 1vw;
}

.typed-cirsor{
  font-size: 3rem; 
}

.navbar-trans{
  background: transparent;
  transition: all 800ms;
}

.navbar-trans a{
  color: #fff;
}

.navbar-white{
  background: #ffffff;
  transition: all 800ms;
}

.navbar-white a{
  color: #66DBFB;
}

.navbar-white{
  background: #ffffff;
}

.nav_backcolor{
  background-color: #bfd3e6;
  height: 68px;
}

#headernav .nav-link{
  position: relative;
}

.navbar-trans .navbar-toggler-icon{
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-white .navbar-toggler-icon{
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 120, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#headernav .nav-link::before{
  position: absolute;
  content: '';
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}

#headernav .active::before{
  width: 55%;
}

.navbar-trans .active::before{
  background: #ffffff;
}

.navbar-white .active::before{
  background: #66DBFB;
}

.mt4rem{
  padding-top: 4rem;
}


/* -------------------------
  footer
------------------------- */
footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #BFD3E6;
}

footer a {
  color: #fff;
}

/*-------------------------
　ページ固定ボタン
------------------------*/

.back-to-top{
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0078ff;
  text-align: center;
  font-size: 18px;
  line-height: 2.5rem;
}


/* -------------------------
  装飾
------------------------- */
.mt4rem {
  margin-top: 4rem;
}

.big-h2 {
  font-weight: bold;
  font-size: 3rem;
}

.line-mf {
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin:2vw 0;
}

.line-md {
  width: 150px;
  height: 5px;
  background-color: #66CCCC;
  margin: 0 auto;
}

.line-left {
  width: 200px;
  height: 3px;
  background-color: #66dbfb;
  margin: 1.2rem 0;
}




/* -------------------------
  ブログカード
------------------------- */
.blog-card .card-title {
  font-size: 1.2rem;
}

.blog-card .avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.blog-card .card-body {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content:flex-end;
}

.blog-card .card-category-box {
  position: absolute;
  top: -16px;
  left: 15px;
  right: 15px;
  text-align: center;
}

.blog-card .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

/* =====================================
  サイトindexのみ使用
===================================== */
/* hero
------------------------- */
.hero {
  position: relative;
  background-image: url(img/topsigh3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: color-burn;
}


.hero::before {
  position: absolute;
  content: '';
  top:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(40%);
}



.SNS-icon{
  margin-top: 3px;
}

.SNS-icon img{
  width: 25%;
  height: auto;
}


.intro-title {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: .4vw;
  margin-top: 1vw;
}

.intro-title-s{
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin: 1.2vw 0;
}

.hero-back{
  z-index: 1;
  padding: 0;
}

.hero-back img{
  width: 60%;
  height: auto;
  margin-bottom: 1vw;
}

.introstyle-min{
  position: relative;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  height: max-content;
  padding: 2.4vw 0; 
  background-color: #91919121;
}

.intro-link{
  display: inline;
  padding: 30px 40px;
  border: 3px solid #FFF;
  border-radius: 15px;
}

.intro-link a{
  color: white;
  text-decoration: none;
}

.portfolio-body a{
  text-decoration: none;
}

.intro-line{
    background: #FFF;
    height: .2vw;
    width: 8vw;
    margin: 0 auto;
}


/* -------------------------
  About me
------------------------- */
.title-s {
  font-size: 1.1rem;
  font-weight: bold;
}




.backgraund-circle{
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
  background: #7fc3db;
  color: white;
  font-size: 16px;
  padding-top: 6px; 
}

.bg-accent{
  background: #66DBFB;
}

.title-slill p{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #4e4e4e;
}


.pro-ti{
  margin-top:3vw;
}

.pro-ti h2{
  font-size: 2.4rem;
  font-weight: bold;
}


.title-slill{
  display:flex;
  justify-content: center;
  align-items: center;
}


.myface{
  margin:1.6vw 0;
}

/* -------------------------
  SERVICES
------------------------- */
.service-box {
  padding: 2rem 1.3rem 1.3rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  height: max-content
}

.ico-circle img{
  width: 70%;
  height: auto;
  text-align: center;
}

.service{
  background-image: url("img/top-img03.png");
  background-size: 60%;
  background-position: top right;
  margin: 4vw 0 4vw 0; 
  background-repeat: no-repeat;
}

.service-text{
  margin: 1.2vw;
  text-align: justify;
}

.intro{
  text-align: right;
  margin: 5vw 0;
}

.service-skill{
  margin-top: .4vw;
}

.se-skiti{
  background-color: #7FC3DB;
  padding: 0.6vw 0 0.3vw 0;
  border-radius: .2rem;
}

.se-skiti h4{
  color: #fff;
  letter-spacing: .4vw;
  margin-bottom: 0;
  text-align: center;
}

.se-skimain{
  margin-top: 1vw;
}

.se-skimain ul{
  list-style:none;
  padding-left:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1.2vw;
}

.se-skimain ul li{
  font-size: 1.2rem;
  text-align: center;
  width: 50%;
  margin-top: .4vw;
}

/* -------------------------
  counter
------------------------- */
#counter {
  padding: 8rem 0;
  background-image: url(img/counters-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-box .ico-circle {
  height: 60px;
  width: 60px;
  padding-top: 15px;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter {
  display: block;
  font-size: 2rem;
}

/* -------------------------
  Portfolio(work)
------------------------- */

#work p{
  color: #fff;
}

.work-back{
  background-image: url("img/top-img01.png"),url("img/top-img02.png");
  background-size: 45%, 56%;
    background-position: bottom 20% left, top 0% right;
    background-repeat: no-repeat , no-repeat;
}


.w-title {
  font-size: 1.15rem;
}

.w-more {
  font-size: .85em;
}

.w-blue {
  color: #0078ff;
}


.card-imgbox img:hover{
  transform: scale(1.3,1.3);
}

.card-imgbox{
  width: 100%;
  overflow: hidden;
}

.card-resti{
  position: relative;
}

.card-imgbox img{
  width: 600px;
  height: auto;
  transition: all 800ms ease;
}

.card-ti{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #4b4b4b63;
  padding: .8em 1.2em;
  text-align: right;
}

.card-ti h5{
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}

.card-ti p{
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

.post-categories{
  margin-bottom: 0;
  color: #4E4E4E;
  text-decoration: none;
}

.post-categories li{
  list-style:none;
  padding-left:0;
  text-decoration: none;
}

.post-categories li a{
  color: #4E4E4E;
}


.vbox-content{
  margin: 9px 0 !important;
}

.work-btnarea{
  display: flex;
  justify-content: flex-end;
  margin-top: 1.6vw;
}

.work-btn:hover{
  color: #FFF;
}


.work-btn{
  right: 1vw;
  display: block;
  width: fit-content;
  text-align: center;
  padding: .8rem 2rem;
  border-radius: 5rem;
  background-color: #7FC3DB;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .2rem;
}


/* -------------------------
  testimonials
------------------------- */
.testimonials {
  min-height: 500px;
  height: 60vh;
  background-image: url(img/overlay-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.testimonial-text {
  max-width: 700px;
  margin: 1rem auto;
}

/* -------------------------
  contact
------------------------- */
#contact {
  position: relative;
  background-image: url(img/top-background.png);
  background-size: cover;
  background-attachment: fixed;
}


.button-rouded {
  border-radius: 5rem;
  background-color: #7FC3DB;
}

.wpcf7-spinner{
  display: none;
}

#contact ul {
  list-style: none;
}

#contact .ico-circle {
  height: 40px;
  width: 40px;
  padding-top: 9px;
  box-shadow: 0 0 0 3px #0078ff;
}

.form-group{
  margin-bottom:0;
}


/*ページネイション設定*/
.pagination .active{
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



/* =====================================
 BLOG共通
===================================== */
/* sidebar
---------------- */
.search h3::before,
.popularposts h3::before,
.recentposts h3::before,
.archives h3::before,
.tags h3::before, 
.categories h3::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-right: 7px;
}

.search h3::before {
  content: "\f002";
}

.blog-intro{
    background-image: url(img/top-background.png);
    background-size: cover;
    background-attachment: fixed;
    height: 30rem;
    background-repeat: no-repeat;
    background-position: center;
}

/*popularpostcss*/
.wpp-thumbnail{
  max-width: 100%;
  height: auto;
}

.popularposts h3::before {
  content: "\f521";
}

.recentposts h3::before {
  content: "\f133";
}

.archives h3::before {
  content: "\f187";
}

.tags h3::before { 
  content: "\f02c";
}

.blog-time{
  margin-right: 12px;
}

.big-h2 a{
  text-decoration:none; 
}

.blog-card a:hover{
  text-decoration:none; 
}

.categories h3::before {
  content: "\f07c";/*カテゴリーアイコン設定*/
}

.search .btn {
  border-radius: 0;
  background-color: #efefef;
}

#contact .btn input{
  background-color: transparent;
  border:none;
  color: #fff;
  padding: 0 2rem;
}


.popular-num {
  counter-reset: item;
}

.popular-num>li {
  position: relative;
}

.popular-num>li::after {
  position: absolute;
  counter-increment: item;
  content: counter(item);
  top: 0;
  left: 15px;
  /*bootstrap colのpadding-left*/
  height: 25px;
  width: 30px;
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, .3);
}

.taglist li {
  display: inline-block;
  background-color: #7fc3db;
  min-width: 20%;
  padding: .4rem 1.2rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  text-align: center;
  border-radius: 15px;
}

.taglist a {
  color: #FFF;
}

.post-img{
  background: blue;
}

.animated-hidden{
  opacity: 0;
}

.animated-view{
  opacity: 1;
  transition: all 1.1s ease-out; 
}

.blog-title{
  font-size: 6rem;
}

.blog-tag ul{
  list-style: none;
}

.post-categories{
  padding: 0px;
}

/* =========================
 indexのみ
========================= */
.blog-top {
  position: relative;
  background-image: url(img/overlay-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  height: 350px;
}

.overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #0078ff;
  opacity: .7;
}

.blog-top h1 {
  color: #FFF;
  font-weight: 600;
}

.breadcrumb {
  background-color: transparent;
  font-weight: normal;
}

.blog-top .breadcrumb a {
  color: #FFF;
}

.blog-top .breadcrumb-item.active,
.blog-top .breadcrumb-item::before {
  color: #cde1f8;
}

.cate-sub{
}

/* =======================
 single(.post)のみ
======================= */
article a {
  color: #0078ff;
}

.post .breadcrumb a {
  color: #666;
}

.breadcrumb-item.active,
.breadcrumb-item::before {
  color: #cde1f8;
}

.post-meta {
  font-size: .95em;
  border-left: 4px solid #bfd3e6;
  padding: .22vw 0 .1vw;
}

.snsicon img {
  width: 50px;
  height: 50px;
}

.card-title a {
  color: #4e4e4e;
}

.sns-icon{
   padding-left: 0px;
}

/* =======================================================================
/=========================================================================
/                  768以下（スマホ、小タブレット向け）の設定
/=========================================================================
/======================================================================= */
@media(max-width: 768px) {
  .navbar-dark .navbar-toggler {
    border: none;
  }

  .pagination{
  margin-bottom: 2rem;
  }

  #headernav .nav-item{
    margin-bottom: .75em;
  }

  .navbar-trans .navbar-nav{
    background: rgba(0,0,0,.75);
  }

  #headernav .callapse a::after{
    left: 0;
  }

  #headernav .callapse a:hover::after{
    width: 5em;
  }

  #headernav .nav-link::before{
    width: 1.6em;
  }






  /* =====================================
    サイトindexのみ使用
  ===================================== */
  .intro-title {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  }

  .break-keep {
    word-break: break-word;
    text-align: justify;
  }

  .hero-back img {
    width: 80%;
    height: auto;
    margin-bottom: 1vw;
  }

  .intro-line {
    height: .4vw;
    width: 40%;
    margin-top: 4vw;
  }

  .introstyle-min{
    padding: 12vw 0;
  }

.intro-title-s{
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  }

  .hero {
    background-position: center;
  }

  .myface{
    margin-top: 3rem;
  }

  .service-box{
    height: auto;
    padding: 1.6rem;
  }  

  .SNS-icon a{
  	width: 30%;
  }

  .service{
  background-size: 170%;
  background-position: top right;
  }

  .service-skill {
    margin-top: 3.4vw;
  }

  .se-skiti {
    background-color: #7FC3DB;
    padding: 2.6vw 0 1.3vw 0;
    border-radius: .2rem;
  }

  .se-skimain {
    margin-top: 4vw;
  }


  .work-back {
    background-image: url(img/top-img01.png), url(img/top-img02.png);
    background-size: 139%, 216%;
    background-position: bottom 1% left, top -5% right 51%;
    }


  .big-h2 {
      color: #ffffff;
  }

  .work-rest{
    color: #ffffff;
  }


  /* =====================================
    ブログページのみ使用
  ===================================== */
  .single-top {
    height: 250px;
  }

}