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

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

/* 基本設定＜始まり＞*/

body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #1E1E1E;
}

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.article h2 {
	background: none;
	padding: 0;
	font-weight: normal;
}

.article h3 {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	font-weight: normal;
}

.article h4 {
	border-top: none;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h5 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h6 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article p {
	border-bottom: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.entry-title {
	display: none;
}

.entry-card .cat-label {
	display: none;
}

article {
	margin: 0 auto !important;
	padding: 0;
}
main{
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
}
.entry-header{
	display: none;
}
.wp-block-image {
  margin-bottom: 0;
}
.content{
	margin: 0;
}
.content-in {
	width: 100% !important;
	min-height: calc(100vh - 140px);
}

.container {
	width: 100% !important;
	
}
.entry-content{
	margin: 0;
}
.footer {
	margin-top: 0;
	padding: 0px !important;
}
/* 基本設定＜終わり＞*/

/* ヘッダー */

.header-container{
	display: flex;
    align-items: center;
	height: 90px;
}
header{
	display: flex;
    align-items: center;
	height: 60px;
}
#header-in{
	height: 60px;
}
.logo-header{
	height: 60px;
}
.header-container-in{
	min-width: 100% !important;
}
.header-container-in.hlt-top-menu .logo-header{
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header-container{
	background-color: #ffffff;
}
#header-container .navi {
background-color: transparent;
}
.header-site-logo-image{
	width: 200px !important;
}
#navi-in .menu-header {
    display: flex;
    justify-content: flex-end;
}
.navi-in>ul.menu-header>li{
	width: auto;
	height: 40px;
	margin: 10px 30px 3px 30px;
}
.navi-in>ul.menu-header>li a{
	font-size: 20px;
	color: #1E1E1E;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0%;
	width: 100%;
	height: 2px;
	background: #1E1E1E;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}

.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label:hover::after {
	transform: scale(1, 1);
}
.navi-in>ul.menu-header>.menu-item a:hover {
	background-color: transparent !important;

}
	.logo-menu-button img{
		max-height: 30px;
	}

/* =========================
   SNS アイコン用スタイル一式
   ========================= */

/* ▼ すべての要素でパディングを内包するように */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ▼ SNS全体の横並び ---------------- */
.sns-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;   /* ← 右寄せ */
  align-items: center;
  gap: 12px;                    /* アイコン間の隙間 */
  padding-right: 30px;
}

/* ▼ 各アイコンの共通スタイル -------- */
.sns-row a {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px; 
  color: #1E1E1E;
  transition: opacity 0.25s ease;
  overflow: hidden; 
	background-color: transparent !important;
	text-decoration: none;
}

.sns-row a i{
font-size: 24px;
	background-color: transparent;
}

.sns-row a:hover {
  transform: scale(1.05);   /* 15%拡大 */
}

/* ▼ 個別の背景付きアイコン ----------- */
/* TikTok：黒丸に白アイコン */
.sns-row a.tiktok {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

/* YouTube：角丸のダークグレー背景 */
.sns-row a.youtube {
  background-color: transparent;
  color: #1E1E1E;
  border-radius: 6px;
}

/* フッター */
.content-bottom{
	margin: 0;
	padding: 0;
}
#custom_html-2{
	margin: 0 10px 10px 0;
	padding: 0;
}

.sns-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.sns-links a {
    text-decoration: none;
    color: #fff;
	 position: relative;
}
/* ホバーアニメーション */
.sns-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

/* ホバー時に中央から横に広がる */
.sns-links a:hover::after {
    width: 100%;
    left: 0;
}
footer{
	padding-left: 0;
	padding-right: 0;
}
.navi-footer-in > .menu-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}
.navi-footer-in > .menu-footer a:hover {
	background-color: #fff !important;
}
#menu-item-46{
	width: 250px;
}

.navi-footer-in > .menu-footer li {
	border: none;
}

.navi-footer-in > .menu-footer li:last-child {
	border: none;
}

.navi-footer-in > .menu-footer > li:first-child {
    margin-right: auto; /* 左端に寄せる */
}

.navi-footer-in > .menu-footer > li:not(:first-child) {
    margin-left: 0; /* 右端に寄せる */
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
}

#menu-item-46 a:first-child{
	display: none;
}

.footer-bottom{
	margin: 0;
}

/* -------お知らせ------- */
.post-template-default{
	background-color: #fff;
}
.post-template-default .article-footer{
	display: none;
}
.post-template-default .entry-content {
	margin-top: 50x;
}
.post-template-default .entry-title {
	display: block !important;
}
.post-template-default .entry-header{
	display: block;
}
.post-template-default .entry-title {
	display: block !;
}
.post-template-default .mobile-header-menu-buttons{
	background-color: #fff;
	color: #333;
	border-bottom: solid 1px #333;
	box-shadow: none;
}

.post-template-default .header-container{
	border-bottom: solid 1px #333;
}

.post-template-default .container{
	background-color: #fff;
}

.post-template-default .mobile-header-menu-buttons{
	border-bottom: solid 1px #333;
}

.post-template-default .entry-content{
	background-color: #fff;
	color: #333;
}

.post-template-default .entry-header {
    margin: 80px auto 0 auto;
    width: 94%;
    max-width: 1100px;
    border-bottom: solid 1px #333;
    position: relative;
}



.post-template-default .entry-content{
	margin: 20px auto 40px auto;
	width: 94%;
	max-width: 1100px;
}

.post-template-default footer{
	border-top: solid 1px #333;
}

/* -------モバイルメニュー------- */
.menu-drawer li a{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
	transition: transform 0.3s ease; 
	font-size: 56px;
}

.menu-drawer li a:hover{
	background-color: #fff;
	transform: rotate(5deg);
}

/* コンテンツ */
.entry-content {
    background-color: #1E1E1E;
	color: #fff;
}
section{
	margin: 20px 0 30px 0 !important;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.section-title{
	margin-top: 50px;
	width: 94%;
	max-width: 1300px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.section-title p{
	margin: 0;
	font-size: 20px;
	line-height: 16px;
	font-style: normal;
	font-weight: 500;
}

.section-title h2{
	margin: 0;
	font-size: 76px;
}

.section-content{
	width: calc( 94% - 60px );
	max-width: 1300px;
	margin: 20px auto !important;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　ボタンカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/
/* 基本スタイル */
a.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px !important;
	color: #1E1E1E;
	background: #E4E4E4;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 10px auto !important;
	border: 1.5px solid #E4E4E4 !important;
	cursor: pointer;
	height: 50px !important;
	text-decoration: none;
min-width: 250px;
text-align:center
}

.button-block{
	text-align: center;
	height: 50px !important;
	margin: 0;
}
/* hover時のアフタースタイル */
a.btn:after {
	content: " ";
	width: 0%;
	height: 100%;
	background: #1E1E1E;
	position: absolute;
	transition: all 0.3s ease-in-out;
	right: 0;
	border-radius: 3px !important;
margin: 0;
}

/* hover効果 */
a.btn:hover {
	opacity: 1.0;
}

a.btn:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

/* ボタン内のテキストスタイル */
a.btn span {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1E1E1E;
	letter-spacing: 1px;
	z-index: 20 !important;
	transition: all 0.1s ease-in-out;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
	position: relative;
	margin-right: 20px;
}

/* hover時のテキストスタイル */
a.btn:hover span {
	color: #E4E4E4 !important;
}

.btn {
	text-align: center;
	margin-top: 10px;
}


/* アイコンのスタイル */
a.btn span::after {
	position: absolute;
	content: '';
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231E1E1E"%3E%3Cpath d="M8 5v14l11-7z"/%3E%3C/svg%3E');
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background-size: 30px 30px !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.6s ease;
}

/* hover時のアイコンスタイル */
a.btn:hover span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23E4E4E4"%3E%3Cpath d="M8 5v14l11-7z"/%3E%3C/svg%3E');
	transform: translate(5px, -50%);
}

/* スマホ非表示 */
.sp{
	display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.header-container{
		display: none;
	}
	.mobile-menu-buttons {
		background-color: #ffffff;
		color: #1E1E1E;
	}
	.mobile-menu-buttons .menu-button{
		justify-content: flex-start;
	}
	.mobile-menu-buttons .menu-button a{
		margin-left: 10px;
	}
	.navi-footer-in > .menu-footer > li:not(:last-child) {
    	display: none;
	}
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.navi-footer-in > .menu-footer #menu-item-42,
.navi-footer-in > .menu-footer #menu-item-43,
.navi-footer-in > .menu-footer #menu-item-44,
.navi-footer-in > .menu-footer #menu-item-45 {
    display: none !important;
}
	.navi-footer-in > .menu-footer #menu-item-46 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navi-footer-in > .menu-footer #menu-item-46 a{
		width: 250px !important;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
.section-title h2{
	font-size: 64px;
}
.section-title p{
	font-size: 20px;
}
}

/*360px以下*/
@media screen and (max-width: 360px){
  /*必要ならばここにコードを書く*/
	.menu-drawer li a{
		font-size: 52px;
	}
	
}
	
	
/*ーーーーーーーーーーーーーーーー*/
/*　　ボタンカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/
/* 基本スタイル */
a.btn {
	margin: 10px auto !important;
	height: 40px !important;
min-width: 230px;
}

.button-block{
	height: 40px !important;
}
/* ボタン内のテキストスタイル */
a.btn span {
	font-size: 16px;
}
	.section-title h2{
	font-size: 48px;
}
.section-title p{
	font-size: 16px;
}
}

/*ーーーーーーーーーーーーーーーーー*/
/*　　VIEMOREボタンカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーーー*/

.viewmore-button-wrapper{
	width: 100%;
	 display: flex;
  justify-content: flex-end;
}

.view-more-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  color: white;
	font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
	margin-left: auto;
	margin-right: 0px;
}

.view-more-button .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid white;
	margin-left: 30px;
	transition: transform 0.3s ease;
}

.view-more-button:hover {
	 color: #fff;
}

.view-more-button:hover .arrow {
	 transform: translatex(5px)
}

/*---------各ページメインビジュアル--------*/
.wp-block-cover__inner-container p#page-mainvisual-title{
	font-size: 44px !important;
	font-family: "Roboto", sans-serif;
  font-style: italic;
	font-weight: 400;
}