@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** 段落の空白を調整
************************************/
.content p {
margin-bottom: 1.4em;
}>




/*固定ページの著者情報を消す場合*/
.page .author-info {
    display: none;
}

/*投稿ページの著者情報を消す場合*/
.post .author-info {
    display: none;
}


/************************************
** サイトタイトル非表示
************************************/

.page .entry-title{
	display: none;
}



















a {
	color: #000000;/*リンク文字色*/
}
a:hover,
a:active {
	color: #ff3399;/*マウスオーバー時のリンク文字色*/
}




/** 投稿者名非表示 **/
.author-info {
display: none;
}

.cat-label {
 display:none;
}
.new{
 position:absolute;
}

.slicknav_menu {
  background: #000000;
  padding: 5px;
}





/*ヘッダーの色と高さ、アイコンの位置を調整*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #FFFFFF;
	color: #000000;
	height: 55px;
	padding-top: 8px;
	
}



/*768px以下でロゴの大きさ変更*/
@media screen and (max-width: 768px){
img.site-logo-image{
	width: 140px;
	margin: 2px auto 0;
}
}






/*スライドインメニューをカスタマイズ*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(255, 56, 129, 0.5);
	transform: translateX(101%);
}

.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	color: #fff;/*文字の色*/
	height:3em;/*行の高さ*/
}

.menu-drawer a:hover{
	color: rgba();
	background-color: rgba(255, 56, 129, 0.5);
}




.entry-card-title {
 font-size: 15px;
} 






//tablet and above devices
@media (min-width: 768px) { 
  .contact-wrap{
    width: 60%;
    margin: 1.4em;
  }
}




//////////////////////////
  /*----page styles---*/
//////////////////////////
body{
  @include background-image(linear-gradient(to right, $primary-color, #DD2476));
  font-family: 'Roboto', sans-serif;
}
.contact-wrap{
  padding: 15px;
}

h1{
  background-color: white;
  color: lighten($primary-color, 10%);
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  small{
    font-size: 18px;
    display: block;
    text-transform: none;
    font-weight: 300;
    margin-top: 10px;
    color: lighten($primary-color, 10%);
  }
}



//follow me template
.made-with-love{
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
  i{
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  a{
    color: #fff;
    text-decoration: none;
    &:hover{
      text-decoration: underline;
    }
  }
}




/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #ffe6e8;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 400px;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 15px;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #ffb3b9;
}
/* 任意タグ */
.label_option {
    background-color: #ffccd0 ;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.8rem;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
}
/* ボタン */
.btnArea {
    text-align: center;
}
input[type="submit"]{
    background: #ffb3b9;
    border: 2px solid #ffb3b9;
    width: 280px;
    color: #000000;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1.4rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    color: #ffb3b9;
    background-color: #ffffff;
    border-color: #ffb3b9;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 300px) {
    .contact_item {
        margin-bottom: 1.6rem;
    }
    .label {
        font-size: 1rem;
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 0.68rem;
    }
    input[type="text"],input[type="email"] {
        padding: .4rem;
        font-size: 1rem;
    }
    textarea {
        padding: .4rem;
        font-size: 1.5rem;
    }
    input[type="submit"]{
        font-size: 1.5rem;
    }
}






.sidebar h3 {
    background: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28%; /*ラインの長さ*/
    border-top: 3px solid #444d53; /*ラインの色*/
}
.sidebar h3::before {
    left: 0;
}
.sidebar h3::after {
    right: 0;
}

.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}









/************************************
** SNS ボタンをまとめてシンプルにする
************************************/

/*シェア・フォローボタンの枠組み*/
.sns-share.ss-top .sns-share-buttons,
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: center; /*中央に寄せる*/
	flex-wrap: wrap; /*折り返す*/
}

/*シェア・フォローボタンのリンク*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border: none; /*線*/
}

/*フォローボタン（プロフィール）のリンク*/
.sns-follow.sf-profile .sns-buttons a {
	border: none; /*線*/
}

/*シェアボタンのアイコン*/
.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 20px; /*アイコンの大きさ*/
}

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 25px; /*アイコンの大きさ*/
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
	right: 0; /*右側からの距離*/
	bottom: -10px; /*下側からの距離*/
	left: 0; /*左側からの距離*/
	font-size: 10px; /*文字の大きさ*/
	color: #333; /*文字の色*/
}

/*シェア・フォローボタンの各アイコンをまとめて指定*/
[class*="sns-share"][class*="ss-"] [class*="-button"],
[class*="sns-follow"][class*="sf-"] [class*="-button"] {
	background-color: inherit; /*背景の色*/
}

/*ボタンカラーがモノクロ時のアイコンをまとめて指定*/
[class*="sns-"][class*="bc-monochrome"] [class*="icon-"]:before {
	color: #333; /*アイコンの色*/
}


/* シェアボタンの各アイコン
-----------------------------------*/

/*Twitterアイコン*/
.icon-twitter:before {
	color: #999999; /*アイコンの色*/
}


/*youtube*/
.icon-youtube:before {
	color: #999999; /*アイコンの色*/
}


/*instagram*/
.icon-instagram:before {
	color: #999999; /*アイコンの色*/
}

/*tiktokアイコン*/
.icon-tiktok:before {
	color: #999999; /*アイコンの色*/
}




/* フォローボタンの各アイコン
-----------------------------------*/

/*ウェブサイトアイコン*/
.sns-follow.sf-bottom .icon-home-logo:before,
.sns-follow.sf-widget .icon-home-logo:before {
	color: #000000;/*アイコンの色*/
}

/*Twitterアイコン*/
.sns-follow.sf-bottom .icon-twitter-logo:before,
.sns-follow.sf-widget .icon-twitter-logo:before {
	color: #000000; /*アイコンの色*/
}


/*Instagramアイコン*/
.sns-follow.sf-bottom .icon-instagram-logo:before,
.sns-follow.sf-widget .icon-instagram-logo:before {
	color: #000000; /*アイコンの色*/
}

/*YouTubeアイコン*/
.sns-follow.sf-bottom .icon-youtube-logo:before,
.sns-follow.sf-widget .icon-youtube-logo:before {
	color: #000000; /*アイコンの色*/
}


/*tiktokアイコン*/
.sns-follow.sf-bottom .icon-tiktok-logo:before,
.sns-follow.sf-widget .icon-tiktok-logo:before {
	color: #000000; /*アイコンの色*/
}



/* ①ヘッダーロゴ */
.header-site-logo-image {
	transition:0.5s;
}

/* ②ヘッダーロゴ(hover時) */
@media screen and (min-width: 980px) {
	.header-site-logo-image:hover {
		opacity:0.8;
	}
}

/*③グローバルナビの下線*/
#navi .navi-in a:after{
	position: absolute;
	content: "";
	left: 0px;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background: #ff8093;
	transform: scale(0,1);
	transition: 0.5s;
}

/*④グローバルナビの下線(hover)*/
@media screen and (min-width: 980px) {
	#navi .navi-in a:hover:after{
		transform: scale(1);
	}
}

/*⑤メニュー項目の間隔*/
#navi .navi-in>ul>li>a{
	padding: 0 2.0em;
}

/*⑥選択中メニューに下線*/
.current-menu-item:after{
	position: absolute;
	content: "";
	left: 0px;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background: #ff8093;
}




@media screen and (max-width: 1023px)
  .no-mobile-header-logo .header .header-in{
    display: none;
  }
}


.new-entry-card-title {
	color: #F78DA7;
}

.widget-entry-card-title {
	color: #F78DA7;
}


/*ヘッダーモバイルボタンの文字色と背景色を変更*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background: #8174a0;
	color: #ffffff;
}

.logo-menu-button.menu-button{
	background: #8174a0;
}

.mobile-menu-buttons{
	background: #8174a0;
}




/* アピールエリアカスタマイズ---------------------------------------------- */

/* ヘッダー（トップページのみ固定）---------------------------------------------- */
.front-top-page .header-container {
	 position: fixed; /* ヘッダーを固定する */
	 z-index: 9; /* ヘッダーを最前面に配置 */
	 width: 100%; /* ヘッダー幅を画面いっぱいに設定 */
}

.front-top-page .header-container,
.front-top-page .navi,
.front-top-page .navi-in a:hover {
	background-color: initial; /* ヘッダーの背景色をリセット */
}


/* アピールエリア---------------------------------------------- */
.appeal {
	height: 100svh; /* アピールエリアを画面全体の高さに調整 */
	background-size: cover; /* 背景画像をエリアにフィットさせる */
}

.appeal-in {
	height: 100%; /* アピールエリア内の高さを全体に設定 */
	width: 100%; /* アピールエリア内の幅を全体に設定 */
}

/* コンテンツエリア */
.appeal-content {
	background-color: initial; /* コンテンツエリアの背景色をリセット */
}





/* 親要素の背景画像を読み込み時に5秒かけて縮小 */
.appeal {
    animation: zoomOut 5s ease forwards; /* 縮小アニメーション */
}

/* 背景画像縮小アニメーション（デフォルト） */
@keyframes zoomOut {
    from {
        background-size: 120%; /* 初期サイズ（拡大された状態） */
    }
    to {
        background-size: 100%; /* 元のサイズ */
    }
}

/* レスポンシブ対応: 1240px以下の場合 */
@media screen and (max-width: 1240px) {
    /* 背景画像縮小アニメーション（小画面用） */
    @keyframes zoomOut {
        from {
            background-size: auto 120svh; /* 初期サイズ（拡大された状態） */
        }
        to {
            background-size: auto 100svh; /* 元のサイズ */
        }
    }
}

/* 矢印の配置（スクロールダウン）---------------------- */
.scrolldown{
	--arrow-color:#ffffff;/*矢印の色はここで指定*/
	position:absolute;/*矢印の配置*/
	left: 50%;/*適宜調整*/
	/*矢印の動き2秒かけて永遠にループ*/
	animation: arrow-moving 2s ease-in-out infinite;
}

/*全体が下→上→下に動くアニメーション*/
@keyframes arrow-moving{
	0%{bottom:1%;}
	50%{bottom:3%;}
	100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:65px;/*適宜調整*/
    /*テキストの形状*/
	color:var(--arrow-color);
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before,
.scrolldown:after{
	content: "";
	position: absolute;/*描画位置*/
	bottom: 50px;/*適宜調整*/
	width: 1px;/*矢印の形状*/
	background:var(--arrow-color);/*矢印の色*/
}

.scrolldown:before {
	right: -6px; /*適宜調整*/
	height: 20px; /*矢印の形状*/
	transform: skewX(-31deg);/*X軸の傾斜角度*/
}

.scrolldown:after{
	right:0; /*適宜調整*/
	height: 50px;/*矢印の高さ*/
}




/*834px以下*/
@media screen and (max-width: 834px) {
  .appeal {
    background-position: center; /* 左端からの位置を指定 */
  }
}



/*ヘッダーモバイルボタン*/
@media screen and (max-width: 1023px) {
	.mblt-header-mobile-buttons {
		margin-top: 0;/*上部の余白46pxを消す*/
	}
	.front-top-page .mobile-header-menu-buttons {
		background-color: initial;/*背景を初期化して透明に*/
		box-shadow: none;/*影を消す*/
	}
}

.archive.category #archive-title .fa-folder-open::before {
  content: none;
}




/************************************
** アピールエリア（メインビジュアル）のカスタマイズ
************************************/
/*アピールエリアの白枠の透明化とフォントサイズ変更とタイトル色変更　*/
.appeal-content {
    color: #fff;
font-size: 40px;
    background-color: transparent;
}




/* 通知エリアの流れるテキスト */
.notice-area {
	overflow: hidden; /* はみ出た部分を隠す */
	white-space: nowrap; /* 文字を折り返さず1行で表示 */
}

/* 通知メッセージのスタイル */
.notice-area-message {
	display: inline-block;
	padding-left: 100%; /* 初期位置を画面の右端に設定 */
	animation: slideMessage 12s linear infinite; /* アニメーション適用 */
}

/* スライドアニメーションの定義 */
@keyframes slideMessage {
	to {
		transform: translateX(-100%); /* 左へ移動 */
	}
}

/* 1023px以上（PC） */
@media screen and (min-width: 1023px) {
	.notice-area-message {
		animation-duration: 24s; /* PCでのスライド速度 */
	}
}


.new-entry-card-date {
  display: block;
}

/*固定ページの更新日を非表示にする*/
.page .post-update {
    display: none;
}


