/**
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
*/

/*レスポンシブ改行調整*/
.unbr{display:inline-block!important;}
@media screen and (min-width:768px){.sp_br br{display:none!important;}.sp_nobr br{display:block!important;}}
@media screen and (max-width:767px){.sp_br br{display:block!important;}.sp_nobr br{display:none!important;}}

/*コンタクトフォーム調整*/
.mw_wp_form p{font-weight: 500;padding-bottom: 1.5rem;font-size: 13px;}
.mw_wp_form input{margin-top: 0.7rem;}
.mw_wp_form .inputBox {box-shadow: inset 0 0 0.2em #0005!important;}
.inputSubmit{padding:0.2em 2em;background-color: var(--color-primary-black);border-color: var(--color-primary-black);color: var(--color-primary-white);font-weight:600;}
.inputSubmit:hover{background-color: var(--color-primary-white);color: var(--color-primary-black);transition:0.2s;}
select {background-color: #f5f5f5!important;}
.mw_wp_form input {margin-top: 0.7rem; background-color: #1f2124!important;}

/*投稿ページコメント非表示*/
 .comments-area {border-top: 1px solid #eeeeee;margin-top: 2em;display: none!important;
}

/*=====アニメーション=====*/
/* 下からふわっと表示 */
.effect-fade {opacity :0;transform :translate(0, 150px);transition :all 1000ms;}
.effect-fade.effect-scroll {opacity :1;transform :translate(0, 0);}
/*下から0秒遅れてふわっと表示 */
.effect-fade-delay0 {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :0s;}
.effect-fade-delay0.effect-scroll {opacity :1;transform :translate(0, 0);}
/*下から0.5秒遅れてふわっと表示*/
.effect-fade-delay {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :0.5s;}
.effect-fade-delay.effect-scroll {opacity :1;transform :translate(0, 0);}
/*下から1秒遅れてふわっと表示*/
.effect-fade-delay2 {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :1s;}
.effect-fade-delay2.effect-scroll {opacity :1;transform :translate(0, 0);}
/*下から２.5秒遅れてふわっと表示 */
.effect-fade-delay3 {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :1.5s;}
.effect-fade-delay3.effect-scroll {opacity :1;transform :translate(0, 0);}

@media screen and (max-width:767px){
/*アニメーション：スマホ*/
/*下から1秒遅れてふわっと表示 */
.effect-fade-delay {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :0s!important;}
/*下から２秒遅れてふわっと表示 */
.effect-fade-delay2 {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :0s!important;}
/*下から２.5秒遅れてふわっと表示  */
.effect-fade-delay3 {opacity :0;transform :translate(0, 150px);transition :all 1000ms;transition-delay :0s!important;}
}
/*画像ワイプ 白 */
.img-wrap2 {opacity:1;}
.img-animation {animation:img-opacity 1s cubic-bezier(.4, 0, .2, 1);overflow:hidden;position:relative;}
.img-animation:before {animation:img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;background:#fff;bottom:0;content:'';left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1;}
@keyframes img-opacity{
100%{opacity:1;}
}
@keyframes img-animation{
100% {transform:translateX(-100%);}
}
/*ブログタイトル */
.pcp-wrapper-638 .sp-pcp-title a{font-size:80%!important;color:#777;}
#pcp_wrapper-638 .pcp-readmore-link {background: transparent;color: #fff;border-color: #888;}

/*txt調整 */
.txt_pink{color:#cc5c84;}
.txt_cya{color:#98805A;}
.txt70{font-size:70%;}
.txt50{font-size:50%;}

/*遅れて表示 */
.fade-in {  opacity: 0; animation: fadein 1s ease forwards;animation-delay: 3s!important;}
@keyframes fadein {
    100% {  opacity: 1;}}

/*スクロールダウンラインアニメーション全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/position:absolute;left:50%;bottom:10px;
    /*全体の高さ*/height:50px;}
/*Scrollテキストの描写*/
.scrolldown1 span{ position: absolute; left: -13px;top: -50px;color: #fff;font-size: 12px; letter-spacing: 0.05em;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;}
/* 線の描写 */
.scrolldown1::after{content: "";
    /*描画位置*/position: absolute;top: 0;
    /*線の形状*/width: 1px;height: 30px;background: #333;
    /*線の動き1.4秒かけて動く。永遠にループ*/animation: pathmove 1.4s ease-in-out infinite;opacity:0;}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{height:0;top:0;opacity: 0;}
	30%{height:30px;opacity: 1;}
	100%{height:0;top:50px;opacity: 0;}}
/*縦書き*/
.txt_tate {writing-mode: vertical-rl;}

/*縦書きpc*/
@media screen and (min-width:768px){.txt_tate-pc {writing-mode: vertical-rl;}}
/*ヘッダー固定*/
.header{position:fixed;width:100%;top:0%;}
/*スマホフッター固定*/
.sp-footer{position:fixed;width:100%;bottom: 0;}


/*テキスト背景白シャドウ*/
.txt_fti{text-shadow:  3px  3px 10px #FFF, 3px  0px 10px #FFF, 0px  3px 10px #FFF,  3px -3px 10px #FFF,  -3px  3px 10px #FFF, -3px -3px 10px #FFF, -3px -0px 10px #FFF, -0px -3px 10px #FFF;}
