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

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

#admin-panel, #wpadminbar {
	display: none;
}

.page .entry-title,
.page .date-tags,
.page .author-info,
#breadcrumb {
	display: none;	
}
#header .logo {
	display: none;
}

.home .main {
	padding: 0;
	height: 100vh;
}
.home h2 {
	font-size: 50px;
	color: #FFF;
	text-align: center;
}
#toc {
	display: none;
}
.no-sidebar .content .main {
	width: 80%;
	margin: 0 auto;
}
.wrap {
	width: 100% !important;
}
.home .default-content {
	text-align: center;
	margin-top: 50px;
}
.home .default-content img {
	width: 800px;
	margin: 0 auto;
}
.single-talent,
.single-talent .main,
.page-id-10,
.page-id-10 .main,
.page-id-12,
.page-id-12 .main {
	background-color: #000 !important;
}

/* グローバルナビ */
.search-menu-button {
	display: none !important;
}
.mobile-header-menu-buttons {
	background-color: #000;
	color: #FFF;
}
.mobile-header-menu-buttons .navi-menu-content {
	background-color: #000;
}
.mobile-header-menu-buttons .navi-menu-content a {
	color: #FFF;
}
.mobile-header-menu-buttons img {
	width: 80%;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #FFF;
	height: auto;
}
.home .header,
.page-id-10 .header, 
.page-id-12 .header,
.single-talent .header {
	background: none;
}
.page-id-8 .header {
	background-color: #000;
}
#navi {
	display: none;
}
.global-navi ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.global-navi ul li {
}
.global-navi ul li a {
	font-size: 15px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.global-navi ul li a:hover {　
	opacity: 0.7;
}
.global-navi ul li a img {
	width: 200px;
}
.global-navi ul li.ray a {
	display: inline-block;
  padding: 2px 10px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
  background: linear-gradient(to bottom, #FFEE00, #FFAA00);
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid #FF0000;
  text-align: center;
  transition: transform 0.2s;
  position: relative;
}
.global-navi ul li.ray a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* aboutページ */
.page-id-8 .header {
	background-color: transparent;
}
.page-id-8 .content {
	margin-top: 0;
}
.page-id-8 .main {
	padding-top: 0;
}
.page-id-8 h2 {
	font-size: 50px;
	padding-top: 60px;
}
.page-id-8 h2.white-h2 {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #000;
}
.page-id-8 h2.white-h2 span {
		width: 80%;
	margin: 0 auto;
	padding: 0 36px;
	display: block;
}
.page-id-8 .about-box {
	height: 80vh;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #000;
}
.page-id-8 .about-box h2,
.page-id-8 .about-box > div {
	width: 80%;
	margin: 0 auto;
	padding: 0 36px;
}
.page-id-8 .about-box > div {
	padding-top: 4%;
}
.page-id-8 .about-box h2 {
	padding-top: 15%;
}
.page-id-8 .about-box p {
	font-size: 24px;
}
.page-id-8 .profile-box,
.page-id-8 .company-box {
	margin-bottom: 150px;
}
.page-id-8 .about-box img {
	width: 300px;
	height: auto;
}
.page-id-8 .profile-box {
	border: none;
	padding-top: 50px;
}
.page-id-8 .company-box h2 {
	margin-bottom: 20px !important;
}
.page-id-8 .company-box table tr {
	background: none;
}
.page-id-8 .company-box table tr th {
	border: none;
	vertical-align: top;
}
.page-id-8 .company-box table tr td {
	border: none;
	vertical-align: top;
}
.page-id-8 .company-box table tr td:first-child {
	width: 150px;
}
.page-id-8 .partner-box h2 {
	margin-bottom: 20px !important;
}
.page-id-8 .partner-box > div > div {
	background-color: #F7F7F7;
	width: 100%;
	height: 200px;
	text-align: center;
	display: flex;
    align-items: center;
}
.page-id-8 .partner-box > div > div figure {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
}
.page-id-8 .partner-box > div > div figure img {
	width: 100%;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
}
.is-style-profile-box::before, .profile-box::before {
	display: none;
}

/* Ray of Lightページ */
.page-id-14 form {
	width: 60%;
	margin: 0 auto;
}
.page-id-14 .wpcf7-form p {
	margin-bottom: 15px;
}
.page-id-14 .wpcf7-form hr {
	margin: 30px 0;
}

/* タレントページ */
.page-id-10 h2 {
	font-size: 50px;
}
.page-id-10 .main {
	min-height: 100vh;
}
.page-id-10 .search-icon {
	cursor: pointer;
	position: absolute;
    right: 40px;
    width: 40px;
	margin-top: 5px;
}
.page-id-10 .talent-search {
	text-align: center;
	margin-bottom: 40px;
}
.page-id-10 .talent-search .select-flex {
	display: flex;
	margin: 15px 0;
	gap: 15px;
}
.page-id-10 .talent-search #talent-search-btn {
	font-size: 20px;
	padding: 5px 10px;
	background-color: #FFF;
	cursor: pointer;
}
.page-id-10 .talent-list {
	display: flex;
	gap: 1%;
	flex-wrap: wrap;
}
.page-id-10 .talent-list .talent-item {
	width: 24%;
	margin-bottom: 24px;
}
.page-id-10 .talent-list .talent-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.page-id-10 .talent-list .talent-item a {
	text-decoration: none;
}
.page-id-10 .talent-list .talent-item h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
}
#talent-search-keyword {
	background: none;
	border: none;
	border-bottom: 1px solid #CCC;
	color: #FFF;
}
.talent-search select {
	color: #FFF;
	background-color: #000;
}
.talent-search option {
	background-color: #000;
}
#talent-search-btn {
	color: #000;
	margin: 0;
}
.page-id-10 p {
	color: #FFF;
}
.page-id-10 .fa-search {
	color: #FFF;
}

/* タレント詳細 */
.single-talent .flex {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.single-talent .under-entry-content {
	display: none;
}
.single-talent .flex.profile {
	margin-bottom: 100px;
}
.single-talent .flex.profile div.talent-image {
	width: 25%;
}
.single-talent .flex.profile div.talent-body {
	width: 45%;
}
.single-talent .flex.profile div.talent-socials {
	width: 25%;
}
.single-talent .flex.profile div.talent-socials h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
.single-talent .flex.profile div.talent-socials ul {
	list-style: none;
	padding: 0;
}
.single-talent .flex.profile div.talent-socials ul li {
	margin-bottom: 15px;
}
.single-talent .flex.profile div.talent-socials ul li a {
	text-decoration: none;
}
.single-talent .flex.profile div.talent-socials ul li img {
	width: 40px;
}

.single-talent .flex.media {
	margin-bottom: 100px;
	justify-content: space-between;
}
.single-talent .flex.media ul {
	list-style: none;
	padding: 0;
}
.single-talent .flex.media h3 {
	width: 15%;
}
.single-talent .flex.media .media-thumbnails {
	width: 25%;
}
.single-talent .flex.media .media-thumbnails canvas {
	width: 100%;
}
.single-talent .flex.media .media-player {
	width: 60%;
}

.single-talent .flex.talent-info h3 {
	width: 15%;
	margin-right: 30px;
}
.single-talent .main h2, .single-talent .main p, .single-talent .main h3, .single-talent .main li, .single-talent .main a {
	color: #FFF;
}

.single-talent .search-results {
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
}

/* NEWS */
.page-id-12 .news-date, .page-id-12 .news-modal-date {
	font-size: 10px;
}
.page-id-12 h2 {
	font-size: 50px;
	margin-bottom: 30px;
}
.page-id-12 h3, .page-id-12 p {
	color: #FFF;
}
.page-id-12 .news-modal-image {
	margin-bottom: 15px;
}
.page-id-12 .news-modal-body {
	display: flex;
	justify-content: space-between;
}
.page-id-12 .news-modal-body > div {
	width: 48%;
}
.page-id-12 .news-modal-image {
	width: 50%;
}


/* Ray of Light */
.page-id-14 .wpcf7-text, .page-id-16 .wpcf7-text, .page-id-16 textarea {
	background-color: #EEE;
}
.page-id-16 textarea {
	margin-bottom: 30px;
}
.page-id-14 .wpcf7-submit, .page-id-16 .wpcf7-submit {
	width: 300px;
	margin: 0 auto;
	display: block;
  padding: 7px 10px;
  font-weight: bold;
  color: #FFF;
	background-color: skyblue;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  position: relative;
	font-size: 18px;
	border: none;
}
.page-id-14 .wpcf7-submit:hover, .page-id-16 .wpcf7-submit:hover {
	opacity: 0.7;
}
.page-id-16 h2 {
	font-size: 50px;
	
}
.page-id-16 form {
	width: 60%;
	margin: 0 auto;
}
.page-id-16 form input {
	margin-bottom: 20px;
}
/* フッター */
#footer {
	padding-left: 10%;
	padding-right: 10%;
}
.footer-right {
	height: 30px;
	padding: 0;
}
.footer-right aside {
	margin: 0 !important;
}
.footer-bottom {
	margin-top: 0;
}
.footer-widgets {
	margin-bottom: -40px;
}
	.footer-sns {
		list-style: none;
		display: flex;
		gap: 15px;
		justify-content: flex-end;
		padding: 0;
	}
	.footer-sns img {
		width: 30px;
	}
.menu-footer {
	justify-content: start !important;
}
.copyright {
	text-align: left;
}

/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
		.global-navi {
	display: none !important;
}
	.page-id-8 .header {
		background-color: #FFF !important;
		
	}
	.header {
		z-index: -1;
	}
.menu-drawer .menu-item-33 a {
	display: inline-block;
  padding: 2px 10px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
  background: linear-gradient(to bottom, #FFEE00, #FFAA00);
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid #FF0000;
  text-align: center;
  transition: transform 0.2s;
  position: relative;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.no-sidebar .content .main {
		width: 90%;
		padding: 0;
	}
	.home h2 {
		font-size: 25px;
	}
	.home .default-content {
		padding-top: 30%;
	}
	.page-id-8 .about-box {
    min-height: 100vh;
    height: auto;
    padding-bottom: 50px;
	}
	.page-id-8 h2.white-h2 {
		padding-top: 10px;
	}
	.page-id-8 h2.white-h2 span {
		width: 90%;
		padding: 0;
	}
	.page-id-8 .about-box > div {
		width: 90%;
		padding: 0;
		padding-top: 60px;
	}
	.page-id-8 .profile-box, .page-id-8 .company-box {
		margin-bottom: 80px;
	}
	.page-id-10 .talent-search .select-flex {
		display: block;
	}
	.talent-search select {
		margin-bottom: 10px;
	}
	.talent-list {
		flex-wrap: wrap;
	}
	.page-id-10 .talent-list .talent-item {
		width: 100%;
	}
	.single-talent .flex {
		flex-wrap: wrap;
	}
	.single-talent .flex.profile div.talent-image {
		width: 100%;
	}
	.single-talent .flex.profile div.talent-body {
		width: 100%;
	}
	.single-talent .flex.profile div.talent-socials {
		width: 100%;
	}
	.single-talent .flex.media h3 {
		width: 100%;
	}
	.single-talent .flex.media .media-thumbnails {
		width: 100%;
	}
	.single-talent .flex.media .media-player {
		width: 100%;
	}
	.single-talent .flex.media .media-thumbnails canvas {
		width: 30%;
		margin-right: 5px;
	}
	.single-talent .flex.talent-info h3 {
		width: 100%;
	}
	.page-id-10 .talent-list .talent-item img {
		height: 400px;
	}
	.page-id-14 form, .page-id-16 form {
	width: 100%;
}
	.page-id-12 .news-modal-body {
		display: block;
	}
	.page-id-12 .news-modal-body > div {
		width: 100%;
	}
	.news-modal-close {
		top: -50px !important;
		right: -10px !important;
	}
	#footer {
		z-index: -1;
    position: relative;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
 