@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #hd-contents .fv {
    height: auto;
    padding-bottom: 20px;
		    background: url(/lp/img/fv-bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
.btn02__link {
    display: block;
    font-size: 15px;
    text-align: center;
	vertical-align:middle;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.2em 0.5em;
    color: #fff;
    background: linear-gradient(to top, #b22418 0%, #e83c2e 30%, #ff7063 70%, #ff9c94 100%);
    border-radius: 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* 立体感をさらに強化 */
    box-shadow: 0 8px 14px rgba(232, 60, 46, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    position: relative;
    transform: translateY(0);
    border: none;
    cursor: pointer;
  }
  
  /* 下部の境界線を擬似要素として追加 */
  .btn02__link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0 0 40px 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* 右矢印を追加 */
  .btn02__link::after {
    content: "➜";
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    transition: transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  
  /* ホバー時の矢印のアニメーション */
  .btn02__link:hover::after {
    transform: translateX(5px);
  }
  
  /* ホバー時のエフェクト強化 */
  .btn02__link:hover {
    box-shadow: 0 6px 12px rgba(232, 60, 46, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(2px);
    background: linear-gradient(to top, #991f14 0%, #d33628 30%, #ff6058 70%, #ffb1a8 100%);
	color:#fff;
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn02__link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn02__link:active {
    box-shadow: 0 3px 6px rgba(232, 60, 46, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(4px);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
	color:#fff;
  }
  
  /* クリック時の下部ボーダー */
  .btn02__link:active::before {
    height: 0;
    bottom: 0;
  }
.btn02__link2 {
    display: block;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: .9em 0.5em!important;
    color: #fff;
    background: linear-gradient(to top, #b22418 0%, #e83c2e 30%, #ff7063 70%, #ff9c94 100%)!important;
    border-radius: 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* 立体感をさらに強化 */
    box-shadow: 0 8px 14px rgba(232, 60, 46, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    position: relative;
    transform: translateY(0);
    border: none;
    cursor: pointer;
  }
  
  /* 下部の境界線を擬似要素として追加 */
  .btn02__link2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0 0 40px 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* 右矢印を追加 */
  .btn02__link2::after {
    content: "➜";
    display: inline-block;
    margin-left: 4px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    transition: transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  
  /* ホバー時の矢印のアニメーション */
  .btn02__link2:hover::after {
    transform: translateX(5px);
  }
  
  /* ホバー時のエフェクト強化 */
  .btn02__link2:hover {
    box-shadow: 0 6px 12px rgba(232, 60, 46, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(2px);
    background: linear-gradient(to top, #991f14 0%, #d33628 30%, #ff6058 70%, #ffb1a8 100%);
  }
  
  /* ホバー時の下部ボーダーの変更 */
  .btn02__link2:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  .btn02__link2:active {
    box-shadow: 0 3px 6px rgba(232, 60, 46, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(4px);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* クリック時の下部ボーダー */
  .btn02__link2:active::before {
    height: 0;
    bottom: 0;
  }
a.btn06__link {
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.2em 0.5em;
    color: #fff;
    background: linear-gradient(to top, #b22418 0%, #e83c2e 30%, #ff7063 70%, #ff9c94 100%);
    border-radius: 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    /* 立体感をさらに強化 */
    box-shadow: 0 8px 14px rgba(232, 60, 46, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    position: relative;
    transform: translateY(0);
    border: none;
    cursor: pointer;
  }
  
  /* 下部の境界線を擬似要素として追加 */
  a.btn06__link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 0 0 40px 40px;
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* 右矢印を追加 */
  a.btn06__link::after {
    content: "➜";
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    transition: transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  
  /* ホバー時の矢印のアニメーション */
  a.btn06__link:hover::after {
    transform: translateX(5px);
  }
  
  /* ホバー時のエフェクト強化 */
  a.btn06__link:hover {
    box-shadow: 0 6px 12px rgba(232, 60, 46, 0.4), 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(2px);
    background: linear-gradient(to top, #991f14 0%, #d33628 30%, #ff6058 70%, #ffb1a8 100%);
	color:#fff;
  }
  
  /* ホバー時の下部ボーダーの変更 */
  a.btn06__link:hover::before {
    height: 3px;
    bottom: -3px;
  }
  
  /* クリック時のエフェクト強化 */
  a.btn06__link:active {
    box-shadow: 0 3px 6px rgba(232, 60, 46, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(4px);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* クリック時の下部ボーダー */
  a.btn06__link:active::before {
    height: 0;
    bottom: 0;
  }