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

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



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

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

.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;
	font-size: 16px !important;
	line-height: 40px;
}

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


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

article {
	margin: 0 auto !important;
	padding: 0;
}
.wp-block-image {
  margin-bottom: 0;
}

.content-in {
	width: 100% !important;
}

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

/* コンテンツ */
main {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.content{
	margin: 0;
	padding: 0;
	min-height: calc(100vh - 310.94px);
}
#container {
	background-color: #fff;
	min-height: 100vh !important;
}
article {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.entry-content {
	margin: 0;
}
section {
	width: 100%;
	margin: 0px auto !important;
}

.section-wrapper {
	width: 70%;
	max-width: 1100px;
	margin: 0px auto !important;
	padding: 40px 30px 40px 30px;
	display: flex;
	flex-direction: column;
}
/* ヘッダー */
.header-container{
	height: 50px;
	z-index: 10;
}
.header-container-in{
	height: 50px;
}
header{
	display: flex;
	text-align: center;
	margin-left: 10px;
}
body {
	background-color: #000000;
}

.logo-header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.site-name {
	display: block;
}

.site-logo-image {
	transition: transform 0.3s ease;
	z-index: 3;
	height: 40px !important;
}

.site-name::after {
	content: "TOPページへ";
	opacity: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px #0000004D;
	margin: 3px 0 0 24px;
	width: 80%;
	height: 34px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	/* 親要素がrelativeでなくても絶対配置 */
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
	z-index: 4;
}

.logo-header:hover .site-logo-image {
	transform: scale(0);
}

.logo-header:hover .site-name::after {
	opacity: 1;
}
#navi{
	height: 50px;
}
#navi-in{
	height: 50px;
}
.navi-in a:hover {
    background-color: transparent !important;
}
#navi-in ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
	max-width: 840px;
	margin: auto 0 auto auto;
}
.header-container-in .navi-in li{
	height: 34px;
	width: 100px; 
	display: flex;
    align-items: center;
}
.header-container-in .navi-in li:nth-child(5){
	width: 120px !important;
}
.header-container-in .navi-in li a{
	width: 100px; 
	font-size: 14px;
	font-weight: bold;
	color: #333 !important;
}
.header-container-in .navi-in li:nth-child(5) a{
	width: 120px !important;
}
.header-container-in .navi-in li a div{
	width: 100px; 
	display: flex;
    align-items: center;
	justify-content: center;
	height: 34px;
}
.header-container-in .navi-in li:nth-child(5) a div{
	width: 120px !important;
}
.header-container-in .navi-in li:nth-child(5) a .item-label{
	transform: scaleX(0.9);
	overflow: visible;
}
.header-container-in .navi-in li a:hover .item-label{
  transform: rotate(-5deg); 
  transition: transform 0.3s; 
}
.navi-menu-first{
	background-color: #fff;
	border-radius: 20px;
	height: 34px;
	width: 570px; 
	box-shadow: 4px 4px 4px #0000004D;
	display: flex;
}
.navi-menu-first li{
	width: 90px !important;
}
.navi-menu-first li a{
	width: 90px !important;
}
.navi-menu-first li a div{
	width: 90px !important;
}
#menu-item-39 .item-label, #menu-item-38 .item-label {
  color: #fff;
}
#menu-item-39{
	background-color: #FF8C00;
	border-radius: 20px;
	box-shadow: 4px 4px 4px #0000004D;
}
#menu-item-38{
	background-color: #DB5120;
	border-radius: 20px;
	box-shadow: 4px 4px 4px #0000004D;
}
#menu-item-814{
	display: none;
}
#menu-item-41 a, /* 会社概要 */
#menu-item-44 a, /* 制作実績 */
#menu-item-40 a, /* スタッフ */
#menu-item-43 a, /* 業務提携 */
#menu-item-42 a /* トピック */ {
	height: 34px;
}

.widget{
	margin: 0 !important;
}
/*モバイルメニュー設定*/
li.logo-menu-button a img {
	height: 36px;
	margin-right: 0 !important;
	margin-left: 30px !important;
}

#navi-menu-close {
	background-color: transparent;
	top: 50px;
}

#navi-menu-content {
	width: 100% !important;
	max-width: 100% !important;
	background-color: #333333E6;
	top: 50px;
}
.logo-menu-button{
	padding: 0 !important;
}
.navi-menu-button{
	padding: 0 !important;
}
.menu-drawer {
	margin-top: 10px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.menu-drawer a {
	color: #ffffff;
}

.menu-drawer a:hover {
	background-color: transparent;
	color: #fff;
}
.menu-drawer .menu-item{
	display: inline-flex;
	justify-content: center;
	align-items: center !important;
	border: 1px solid #fff;
	border-radius: 40px;
	width: 280px;
	max-width: 280px;
	margin: 30px auto 0 auto;
	padding: 0 20px;
}
.menu-drawer .menu-item a{
	text-align: center;
	width: 240px;
	height: 40px;
	font-size: 20px;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start;
	margin: auto;
}
.menu-drawer .menu-item a::before {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 12px 12px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
	transition: transform 0.3s ease;
	transform: scale(1, 1);
	position: relative;
	left: 0;
	margin-right: 20px;
}
.menu-drawer .menu-item a:hover::before {
	transform: translateX(5px);
}
.navi-menu-close-button {
	display: none;
}

#navi-menu-open {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50px !important;
	height: 50px !important;
}
.navi-menu-icon>.fa-bars {
	display: none;
}
span.navi-menu-caption {
	display: none !important;
}
span.icon-solid {
	position: relative;
	display: flex !important;
	align-items: center !important;
}
span.icon-bars::after {
	content: '';
	display: flex;
	width: 50px;
	height: 50px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%2096C0%2078.3%2014.3%2064%2032%2064H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32C14.3%20128%200%20113.7%200%2096zM0%20256c0-17.7%2014.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32zM448%20416c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 30px 30px !important;
	background-repeat: no-repeat;
	background-position: center;
}

span.icon-xmark::after {
	content: '';
	display: flex;
	width: 50px;
	height: 50px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 40px 40px !important;
	background-repeat: no-repeat;
	background-position: center;
}

/* タイトル */
.wp-block-heading-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h1.wp-block-heading-h1 {
	font-size: 36px;
	color: #333;
	margin-bottom: 5px !important;
	font-weight: normal;
	text-align: center;
}
h2.wp-block-heading-h2 {
	font-size: 26px;
	color: #DB5120;
	margin-bottom: 5px !important;
	font-weight: bold;
	text-align: center;
}
h3.wp-block-heading-h3 {
align-items: center;
font-weight: bold;
font-size: 24px;
display: block;
padding-left: 20px !important;
position: relative;
}
h3.wp-block-heading-h3:before {
position: absolute;
display: inline-block;
content: '';
background-color: #FF8C00;
height: 100%;
width: 10px;
left: 0px;
top: 0;
}
/* 投稿ページ */
.post-template-default .entry-header {
    margin: 40px auto 0 auto;
    width: 94%;
    max-width: 1100px;
    border-bottom: solid 1px #333;
    position: relative;
}

.post-template-default .entry-header::after {
    content: "";
    position: absolute;
    bottom: -6px; /* 下線との間隔 */
    left: 0;
    width: 100%;
    height: 1px; /* 外側の線の太さ */
    border-bottom: solid 1px #333;
}

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

/* フッター */
footer{
	position: relative;
}
footer::before {
    content: '';
    display: block;
    position: absolute;
	width: 200px;
	height: 40px;
	top: -39px;
    left: 50px;
	background-image: url("http://dragon-ent.go-ma.site/wp-content/uploads/2024/09/Group-20-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.article-footer{
	display: none;
}
.navi-footer-in .menu-item a:hover {
  background-color: transparent !important; 
  color: #fff !important;
  text-decoration: none !important; 
}
.footer-widgets{
	margin: 10px 0 0 0;
}
.footer-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center; 
	flex-wrap: wrap;
}
.footer-center .widget-footer-center {
  margin: 0 10px;
}
.footer-logo-link img {
  width: 200px ;
  height: auto;
}
.footer-bottom{
	margin: 0;
}
.source-org{
	margin-top: 15px;
}
/*TOPへボタン*/
#go-to-top {
bottom: 30px ;
z-index: 3;
}
/* 雲css */
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

}

/* * {
	position: relative;
} */

.clouds svg {
	max-width: 100%;
	height: auto;
	display: block;
}

.clouds path {
	transform: scale(0.6);
}
/**
 * Clouds
 */
.clouds {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10;
	overflow: hidden;
	margin-bottom: 0;
}
.clouds1{
	top: 0;
}
.clouds2{
	top: 1900px;
}
.clouds3{
	top: 3800px;
}
.clouds4{
	top: 5700px;
}
.clouds5{
	top: 7600px;
}

.cloud {
	position: absolute;
	right: 0;
	opacity: 1;
	height: auto;
}
/*Cloud: Animation*/
.cloud1 {
	-webkit-animation-name: cloud-movement1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;

	-moz-animation-name: cloud-movement1;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: forwards;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 6s;

	animation-name: cloud-movement1;
	animation-timing-function: linear;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

.cloud2 {
	-webkit-animation-name: cloud-movement2;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 6s;

	-moz-animation-name: cloud-movement2;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: forwards;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 6s;

	animation-name: cloud-movement2;
	animation-timing-function: linear;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-duration: 6s;
}

.slow {
	-webkit-animation-duration: 7.2s;
	-moz-animation-duration: 7.2s;
	animation-duration: 7.2s;
	margin-top: 100px;
}

.super-slow {
	-webkit-animation-duration: 15.5s;
	-moz-animation-duration: 15.5s;
	animation-duration: 15.5s;
	margin-top: 800px;
}

.slower {
	-webkit-animation-duration: 25.2s;
	-moz-animation-duration: 25.2s;
	animation-duration: 25.2s;
}

.slowest {
	-webkit-animation-duration: 15.5s;
	-moz-animation-duration: 15.5s;
	animation-duration: 15.5s;
	margin-top: 400px;
}

.slowest2 {
	-webkit-animation-duration: 27.5s;
	-moz-animation-duration: 27.5s;
	animation-duration: 27.5s;
	margin-top: 400px;
}

.slowest3 {
	-webkit-animation-duration: 38.5s;
	-moz-animation-duration: 38.5s;
	animation-duration: 38.5s;
	margin-top: 400px;
}
@-webkit-keyframes cloud-movement1 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}

	3% {
		opacity: 0.15;
	}

	10% {
		opacity: 0.25;
	}

	50% {
		opacity: 0.40;
	}

	90% {
		opacity: 0.40;
	}

	99% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-700%);
		-moz-transform: translateX(-700%);
		transform: translateX(-700%);
	}
}

@-webkit-keyframes cloud-movement2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	3% {
		opacity: 0.15;
	}

	10% {
		opacity: 0.45;
	}

	30% {
		opacity: 0;
		-webkit-transform: translateX(-700%);
		-moz-transform: translateX(-700%);
		transform: translateX(-700%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}

	90% {
		opacity: 0.40;
	}

	99% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-700%);
		-moz-transform: translateX(-700%);
		transform: translateX(-700%);
	}
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*2100px以下*/
@media screen and (max-width: 2100px){
@-webkit-keyframes cloud-movement1 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}

	3% {
		opacity: 0.15;
	}

	10% {
		opacity: 0.25;
	}

	50% {
		opacity: 0.40;
	}

	90% {
		opacity: 0.40;
	}

	99% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-500%);
		-moz-transform: translateX(-500%);
		transform: translateX(-500%);
	}
}

@-webkit-keyframes cloud-movement2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	3% {
		opacity: 0.15;
	}

	10% {
		opacity: 0.45;
	}

	30% {
		opacity: 0;
		-webkit-transform: translateX(-500%);
		-moz-transform: translateX(-500%);
		transform: translateX(-500%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}

	90% {
		opacity: 0.40;
	}

	99% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-500%);
		-moz-transform: translateX(-500%);
		transform: translateX(-500%);
	}
}
}
/*1700px以下*/
@media screen and (max-width: 1700px){
@-webkit-keyframes cloud-movement1 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}

	3% {
		opacity: 0.15;
	}

	10% {
		opacity: 0.25;
	}

	50% {
		opacity: 0.40;
	}

	90% {
		opacity: 0.40;
	}

	99% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-250%);
		-moz-transform: translateX(-250%);
		transform: translateX(-250%);
	}
}

@-webkit-keyframes cloud-movement2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	3% {
		opacity: 0.15;
	}

	10% {
		opacity: 0.45;
	}

	30% {
		opacity: 0;
		-webkit-transform: translateX(-250%);
		-moz-transform: translateX(-250%);
		transform: translateX(-250%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}

	90% {
		opacity: 0.40;
	}

	99% {
		opacity: 0.25;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-250%);
		-moz-transform: translateX(-250%);
		transform: translateX(-250%);
	}
}
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/*ヘッダー*/
	.header-container{
		display: none !important;
	}
	.mobile-menu-buttons {
		background: #eac421;
		color: white;
		display: flex;
    align-items: center;
    justify-content: space-between;
	}
		.mobile-menu-buttons .logo-menu-button img{
		margin: 0 auto 0 30px;
	}
	.entry-content{
		margin-top: 50px;
	}
	
	/* コンテンツ */
	.content{
		min-height: calc(100vh - 300.94px);
	}
	
	/* 投稿ページ */
	.post-template-default .entry-content{
		margin: 80px auto 40px auto;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/* コンテンツ */
	.content{
		min-height: calc(100vh - 159.78px);
	}
	.section-wrapper {
		width: 84%;
		padding: 40px 1px;
	}	
	/* タイトル */
	h1.wp-block-heading-h1 {
	font-size: 32px;
	margin-bottom: 0px !important;
	}
	h2.wp-block-heading-h2 {
		font-size: 24px;
		margin-bottom: 0px !important;
	}
	/* フッター */
	footer::before {
		width: 160px;
		height: 32px;
		top: -31px;
		left: 20px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* コンテンツ */
	.content{
		min-height: calc(100vh - 218.17px);
	}
	.section-wrapper {
		width: 94%;
		padding: 30px 1px 20px 1px;
	}
	h1.wp-block-heading-h1 {
	font-size: 28px;
	}
	h2.wp-block-heading-h2 {
		font-size: 20px;
	}
		/* フッター */
	footer::before {
		width: 120px;
		height: 24px;
		top: -23px;
		left: 10px;
	}
}
