/*
Theme Name: HAKU Child
Theme URI: https://tcd-theme.com/tcd080
Template: haku_tcd080
Author: TCD
Author URI: https://tcd-theme.com/
Description: "HAKU" is the 80th theme from TCD. It is a WordPress theme for sake brand, and it is ideal for any sites with Japanese feel. You can use it as a user flows from the product page to the online store.
Version: 2.7.1.1754656266
Updated: 2025-08-08 21:31:06

*/


/* 親要素に相対位置を設定 */
.index_design_content1 {
    position: relative;
  }
  
  /* CTAボタンの配置 */
  .hero-cta-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
  }
  
  /* ボタンデザイン */
  .hero-cta-button {
    display: inline-block;
    padding: 14px 28px;
    background-color: #ff7a59;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  
  .hero-cta-button:hover {
    background-color: #e65c3c;
  }
  

