@charset "utf-8";

/*
TOP Design
=========================================*/
html{
    font-size: 100%;
    /*--スムーズスクロール--*/
    scroll-behavior: smooth;
}
body {
    color: var(--grey);
    font-family:Arial, Helvetica, sans-serif;
}

/*

========================================= */
p {
    line-height: 1.7;
}
img {
    max-width:  100%;
    max-height: 100%;
}

h1{
    font-size: 4.5rem;
    text-align: center;
    font-weight: bold;
    padding-top: 16rem;
    mix-blend-mode: overlay;
}

h2{
    font-size: 3rem;
    margin-top: 4rem;
    margin-bottom:  2rem;
    
}

/*
header
==================================*/
header{
    background: #333;
    padding: 1rem 0;

    /* ↓固定表示のための記述　↓ */
    position: fixed;
    left:0;
    right:0;
    top: 0;
    z-index: 10000;
    height: 60px;
    }

    header .wrapper {
        display: flex;
        justify-content: space-between;
    }

    header a{
        color: #fff;
        font-size:  1.5rem;
        margin-left: 3rem;
    }

    /*-----スライドメニュー-------------------*/
.btn-menu{
    position: absolute;
    top:12px;
    right: 5rem;
    width: 30px;
    border: 1px solid rgba(255,255,255,.5);
    color:  #fff;
    padding: .5rem 1rem;
}
.main-nav{
    background-color: rgba(19, 17, 14, 0.51);
    width: 0;
    position: absolute;
    z-index: 2;
    top: 58px;
    right: 0;
    overflow: hidden;
    transition: .5s;
}
.main-nav li{
    text-align: center;
    margin: 2rem 0;
}
.main-nav a{
    display: block;
}

.main-nav li a :hover{
    color: #ffa500;
}


.main-nav.open-menu {
    width: 100%;
}


/*------------------------*/


#top{
    /*-----円形デザイン-------------------*/
    /*background-image: linear-grdient(90deg,rgb(85, 78, 78),rgb(21, 19, 19));*/
    background-image: url('../images/top/top-7.jpeg');
    padding: 6rem 1rem 2rem;
    /*-webkit-clip-path: ellipse(80% 100% at 50% 0);
    clip-path: ellipse(80% 100% at 50% 0);*/
    font-family: sans-serif;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30px 80px;
    height:100vh;
   
}

#top img {
    height: 80%;
    object-fit: cover;

}
   /*------------------------*/

    /*-----長方形デザイン-------------------*/
    /*webkit-clip-path:polygon(0 0,100% 0,100% 90%, 0 100%);
    clip-path: polygon(0 0,100% 0,100% 90%, 0 100%);*/
    /*------------------------*/

    /*-----通常コード-------------------*/
    /*background-color: #eaeff1;
    background-image: url('../images/top.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: screen;
    height: 100vh;
    display: flex;
    align-items: center;*/
    /*---------------------*/
/*#top:hover{
    background-image:linear-gradient(90deg,rgba(233,233,233,1),rgba(172,172,172,1));
    transition: .5s;
}*/


/*.transition-1s{
    background: #0bd;
    padding:1rem;
    margin: 1rem;
    width:100%;
    height:400px;
}*/

#top h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

/*
ABOUT
======================================== */
/*#about{
    width:80%;
    padding: 4rem 1rem;
    margin: 0 auto;
}
#about img {
    width: 300px;
}
.introduce-list {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 5rem 8rem;
}

#about h2 {
    background: linear-gradient(90deg,rgba(233,233,233,1),rgb(65, 65, 58));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:  transparent;
    text-fill-color: transparent;
    margin-top: 5rem;
}

#about p {
    margin: 2rem 0;
    padding: 3.5rem;
    
}
#about a {
    margin-left: 15rem;
}
#about a:hover {
    color: coral;
}


.about-date {
    text-align: center;
    border-top: 3px solid var(--grey);
    border-bottom: 3px solid var(--grey);
    padding: .5rem 0;
    font-size:  1.5rem;
    margin-bottom: 1.5rem;
}*/


/*
ABOUT
================================== */

#about {
    /*background-image: linear-gradient(90deg,rgba(233,233,233,1),rgb(128, 122, 37));*/
    padding: 2rem 0;
   
}

#about h2 {
    background: linear-gradient(90deg,rgba(233,233,233,1),rgb(82, 82, 66));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:  transparent;
    text-fill-color: transparent;
   
}
.wrap {
    margin: 5rem 0;
}

  .about-img{
    margin: 30px auto 0;
    width:400px;
    height: 400px;
  }

  .about-date{
    margin-top: 20px;
  }

  #about a{
    margin-top: 30px;

  }

  #about a:hover {
    color: coral;
}
.more {
     padding: 30px;
}





/*
BLOG 
================================== */

#blog {
    /*background-image: linear-gradient(90deg,rgba(233,233,233,1),rgb(128, 122, 37));*/
    padding: 2rem 0;
   
}

#blog h2 {
    background: linear-gradient(90deg,rgba(233,233,233,1),rgb(82, 82, 66));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:  transparent;
    text-fill-color: transparent;
}
.wrap {
    margin: 5rem 0;
}

.slider {
    margin: 30px auto 0;
    max-width: 500px;
    width: 80%;
  }
  .slick-img img {
    height: auto;
    width: 100%;
  }

  .about-img{
    width:400px;
    height: 400px;
  }

/*
CONTACT
============================== */
#contact {
    /*background-image: linear-gradient(90deg,rgba(233,233,233,1),rgb(128, 122, 37));
    padding: 6rem 1rem 2rem;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);*/
}
#contact h2 {
    background: linear-gradient(90deg,rgb(87, 80, 71),rgb(233, 233, 228));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:  transparent;
    text-fill-color: transparent;
}
.contact-form {
    max-width: 480px;
    margin: 0 auto 5rem;
}

.contact-form label {
    color: var(--white);
    display: block;
    margin-bottom: .5rem;
}
.contact-field {
    background: rgba(255,255,255,.5);
    padding: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
}
.contact-btn {
    background: var(--grey);
    color: var(--black);
    display: block;
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
}

/*
FOOTER
======================================== */
.footer {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 2rem;
    text-align: center;
    font-size: .875rem;
    color: var(--white);
}

.footer a {
    text-decoration: underline;
}




/* fadeIn */
.fadeIn{
    animation-name: fadeInAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }
    
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    
    .fadeInTrigger{
        opacity: 0;
    }
    
    /*========= レイアウトのためのCSS ===============*/
    
    body{
      text-align:center;
    }
    
    .box{
      padding: 20px;
      margin:20px;
      background: #666;
      color: #fff;
      box-sizing:border-box;
    }
    
    /*==================================================
　ハンバーガーメニュー　5-2-5 MENUが☓に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn5{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background:#666;
    cursor: pointer;
      width: 50px;
      height:50px;
    border-radius: 5px;
  }
  
  /*ボタン内側*/
  .openbtn5 span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
    }
  
  .openbtn5 span:nth-of-type(1),
  .openbtn5 span:nth-of-type(3) {
      height: 2px;
    background: #fff;
      width: 62%;
      left: 10px;
   }
  
  .openbtn5 span:nth-of-type(1) {
    top:13px; 
  }
  
  .openbtn5 span:nth-of-type(2) {
    top:19px;
    left:11px;
    font-size:0.6rem;
    text-transform: uppercase;
    color: #fff;
  }
  
  .openbtn5 span:nth-of-type(3) {
    top:36px;
  }
  
  /*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
  .openbtn5.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  
  .openbtn5.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .openbtn5.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
  /*========= レイアウトのためのCSS ===============*/
  
  body{
    background:#f3f3f3;
      padding:20px;
  }
  
  
  a{
    color: #333;
    text-decoration: none;
  }
  
  .lead{
    margin:20px 0 0 0;
  }
  
  .btn-block{
    width:200px;  
    padding: 30px;
  }

  /*レスポンシブ開始
----------------------------*/
@media (max-width: 600px){

    .introduce-list {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        margin: 5rem 8rem;
    }
}

 
  
  
  

    




