@charset "utf-8";

.header-img {
  height: calc(100vh - 70px);
  background-image: url(../images/top_page/top_header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.header-pic-logo {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
  max-width: 240px;
}

.header-catch {
  margin-bottom: 50px;
}

.header-catch p{
  color: rgb(255, 255, 255);
  text-shadow: 3px 3px 4px #1d1101;
  text-align: center;
  font-size: 30px;
  margin-top: 8px;
}

.header-catch .big {
  font-size: 45px;
  text-shadow: 3px 3px 4px #1b0e02;
}

.header-catch .green {
  font-size: 50px;
  color: #10fa4b;
}

.header-catch .red {
  color: #ff1b1b;
}
/*cath copy デザインここから*/

.catch {
  margin-top: 120px;
}

.headline {
  font-size: clamp(20px, 1.8vw, 60px);
  text-align: center;
  text-shadow: 1px 1px 3px #363636;
}

.headline-flap{
  display: none;
}

.catch-img-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;

}

.catch-img {
  width: 35%;
  min-width: 350px;
  margin-top: 40px;
}

.catch-lead {
  margin-left: 5%;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

.catch-lead-flap{
  display: none;
}

.catch-lead h2 {
  font-size: clamp(28px, 1.8vw, 50px);
}

.catch-h2-marker-border {
  background:linear-gradient(transparent 80%, #946638 100%);
  border-radius: 10px;
}

.catch-lead p {
  font-size: clamp(18px, 1.8vw, 30px);
}

.link-button-area {
  margin-top: 60px;
}

.link-button {
  background-color: rgb(10, 129, 16);
  color: #ffffff;
  display: inline-block;
  min-width: 150px;
  line-height: 38px;
  border-radius: 20px;
}

.link-button:hover {
  background-color:  rgb(2, 43, 4);
  transition: .7s;/*ゆっくり変化*/
}
/*catch copyデザインここまで*/


/*newinfoデザインここから*/
.newinfo {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fce1c6;
}

.newinfo-img-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: bold;
}

.newinfo-img-lead-mobile {
  display: none;
}




/*newinfoデザインここまで*/


/*snslinkここから*/
.sns-link{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fce1c6;
}
/*インスタリンクボタン ここから*/
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #0f69bd;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#94a9d1;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/
  

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

.sns-link p {
  font-size: 16px;
}



/*モバイル用CSSここから------------------------------------------*/
@media (max-width: 800px) {
  .header-img {
      padding-top: 50px;
      height: 100vh;
      display: flex;
      align-items: center;
    }
  
    .header-pic-logo {
      max-width: 200px;
      padding-top: 20%;
      padding-left: 0;
  
    }

    .header-catch p{
      font-size: 14px;
      margin-top: 8px;
    }
    
    .header-catch .big {
      
      text-shadow: 3px 3px 4px #1b0e02;
    }
    
    .header-catch .green {
      font-size: 22px;
      color: #10fa4b;
    }
    
    .header-catch .red {
      font-size: 20px;
      color: #ff1b1b;
    }

    .catch {
      margin-top: 30px;
    }
  
    .catch-img-lead {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse;
    }

    .headline {
      font-size: clamp(16px, 1.8vw, 30px);
    }

    .headline-flap{
      display: block;
      content: "";
      margin-bottom: 20px;
    }

    .catch-img {
      width: 80%;
      min-width:0px;
      margin-top: 30px;
    }

    .catch-lead h2 {
      font-size: clamp(20px, 1.8vw, 30px);
      margin-top: 15px;
    }
    
    .catch-h2-marker-border {
      background:linear-gradient(transparent 80%, #946638 100%);
      border-radius: 8px;
    }
    
    .catch-lead p {
      margin-top: 30px;
      font-size: clamp(16px, 1.8vw, 30px);
    }

    .catch-lead-flap{
      display: block;
    }

    .link-button {
      font-size: 14px;
      background-color: rgb(10, 129, 16);
      color: #ffffff;
      display: inline-block;
      min-width: 120px;
      line-height: 30px;
      border-radius: 20px;
    }

    .newinfo {
      background-color: #ffffff;
    }

    .newinfo-img-lead {
      display: none;
      margin-top: 20px;
    }

    .newinfo-img-lead-mobile {
      display: block;
    }

    .sns-link{
      background-color: #ffffff;
    } 
}