/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
body{
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Arial, sans-serif;
	color: #333;
}
/* 全体の余白なし */
.ast-container{
	max-width: 400px;
	padding: 0;
}
/* position-relative-absolute */
.top-fv,
.pos-rel{
	position: relative;
}
.fvcta-ab{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
}

.line-ab{
	position: absolute;
	top: 69%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	text-align: center;
	z-index: 10; /* 前面に表示 */
}
.fvcv-ab{
	position: absolute;
	bottom: 4.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
}
.voice-ab{
	position: absolute;
	bottom: 4.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;	
}
.profile{
	padding: 2em 0;
	background: #eee;
}
.prof-ttl{
	text-align: center;
	position: relative;
	margin-bottom: 2em;
}
.prof-ttl::after{
	position: absolute;
	content: "";
	background-color: #d82e2d;
	width: 50px;
	height: 2px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.profile-1,.profile-2{
	background: #fff;
	padding: 1.5em 0;
	margin: 1em;
	margin-bottom: 1.5em
}
.profile-2{
	margin-bottom: 0;
}
.profile-1 p,.profile-2 p{
	margin-bottom: 0;
}
.intro-prof{
	padding:1.3em;
	padding-bottom: 0;
}
.intro-prof p{
	margin-bottom: 0;
}
.intro-prof-small{
	font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
.intro-ttl{
	font-size: 20.5px;
	color: #d82e2d;
	padding-top: 1.5em;
    margin-bottom: 0.8em;
}
.prof-name{
	font-weight: 800;
    font-size: 22px;
	position: relative;
}
.prof-name::after{
	position: absolute;
	content: "";
	background-color: #ccc;
	width: 100%;
	height: 1px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.profile-cont{
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}
.pay-list::marker{
	color: #ad0002;
}
.cta-size{
	width: 300px;
}
.cta-btn{
	margin: 0 auto 3em auto;
}
.voice-bg{
	background: #FFF5F5;
	padding: 1.5em 0 2em 0;
}
.pointer{
	cursor: pointer;
}
/* cvエフェクト */
/* アニメーション効果を追加 */
.animated-button-link {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
/* キラッと光るエフェクト */
.animated-button-link:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
.animated-button-link-oval {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 80px;
    overflow: hidden;
}
/* キラッと光るエフェクト */
.animated-button-link-oval:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.animated-button-link img,.animated-button-link-oval img{
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    margin: 0;
	margin-top: 3px;
    scale: 1;
}
.animated-button-link img,.animated-button-link-oval img {
    border-radius: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* 光るだけのボタン */
.shiny-button-link {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.shiny-button-link:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 1.7s ease-in-out infinite;
    z-index: 1;
}
@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.shiny-button-link img {
    border-radius: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
/* 光るだけ終わり */

/* ふわふわアニメーション */
@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}
/* 通常のふわふわ動くアニメーション（他の場所用） */
.animated-button-link .wp-block-image {
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    scale: 1;
}

/* ふわふわのみ */
.animated-fuwafuwa{
    animation: fuwafuwa 2s linear infinite;
    border-radius: 15px;
    scale: 1;
}

/* cvエフェクト終わり */

.posi-rel{
	position: relative;
}
.cv-500ab{
	position: absolute;
	bottom: -11%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
}
/* faq */
.answer{
	font-size: 16px;
	margin: 20px 0;
	padding: 0 30px;
	text-align: justify;
}

/* アドバンス */
.flex-list-container{
	padding: 0 30px;
}
.flex-list{
	display: flex;
}
.flex-left{
	flex: 1;
}
.flex-right{
	flex: 1;
}
.pricing-section {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 10px;
}

.price-display {
  margin-bottom: 20px;
}

.current-price {
  font-size: 48px;
  font-weight: bold;
  color: #e74c3c;
}

.original-price {
  display: block;
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-top: 10px;
}

.countdown-message {
  margin: 30px 0;
}

#countdownMessage {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-value {
  font-size: 36px;
  font-weight: bold;
  color: #2c3e50;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 70px;
}

/* 1/100秒は少し小さく */
#centiseconds {
  font-size: 28px;
  min-width: 60px;
  padding: 12px 15px;
}

.time-label {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.cta-button {
  margin-top: 30px;
}

.btn-primary {
  display: inline-block;
  padding: 18px 40px;
  background: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #2980b9;
}

/* デバッグ情報のスタイル */
.debug-info {
  text-align: left;
}

.debug-info h4 {
  margin-top: 0;
  color: #856404;
}

.debug-info p {
  margin: 8px 0;
}

/* Q&A */
.qanda{
	padding: 1em;
	padding-bottom: 3em;
	background: #fdf7f7;
}
.qa-1 {
    max-width: 500px;
    margin-bottom: 7px;
/*     border: 1px solid #efefef; */
    border-radius: 5px;
	font-size: 18px;
}

.qa-1 summary {
	
    display: flex;
	background: #d82e2d;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 2.5em;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 0.7em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #fff;
    content: "Q";
}

.qa-1 summary::after {
/*     transform: translateY(-25%) rotate(45deg); */
    margin-left: 10px;
	font-family: "Font Awesome 6 Free";
	content: "\f078";
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(180deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
	text-align: justify;
    opacity: 0;
    margin: 0;
    padding: 1em 1em 1em 2.5em;
    color: #333;
	background-color: #fff;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.pos-rel {
    position: relative;
    width: 100%;
}

.mov-ab {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 0 16px;
}
.mt-24{
	margin-top: 24px;
}
.mb-32{
	margin-bottom: 32px;
}
.video-container {
/* 	background: #fbf8f6; */
    position: relative;
    width: 100%;
/*     height: 100%; */
    cursor: pointer;
}

.responsive-video {
    width: 90%;
	margin: 0 auto;
/* 	padding: 16px 0; */
/*     height: 100%; */
    object-fit: cover;
    display: block;
}

/* 音声オーバーレイ */
.sound-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10;
    pointer-events: none;
}

/* 音声オン後は非表示 */
.video-container.sound-on .sound-overlay {
    opacity: 0;
}

/* 音声ボタン */
.sound-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
    margin-bottom: 10px;
    pointer-events: auto;
    animation: pulse 2s infinite;
}

.sound-button:hover {
    transform: scale(1.1);
	background: transparent;
}

.sound-button svg {
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

/* 音声オン後はミュート線を非表示 */
.video-container.sound-on .mute-line {
    display: none;
}

/* テキスト */
.sound-text {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin: 0;
    background: rgba(0, 0, 0, 0);
    padding: 8px 16px;
    border-radius: 20px;
    pointer-events: auto;
}

/* パルスアニメーション */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .sound-button svg {
        width: 50px;
        height: 50px;
    }
    
    .sound-text {
        font-size: 12px;
        padding: 6px 12px;
    }
}
