@charset "UTF-8";
/* Scss Document */
/**************/
#cy_header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	padding: 10px 0 0;
	z-index: 99910;
}
#h_right {
	position: absolute;
	right: 0;
	top: 0;
}
#cy_nav {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#cy_nav li {
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	line-height: 1.6em;
}
#cy_nav a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	transition: 0.3s ease-in-out;
}
#cy_nav a:hover {
	color: #0054a5;
}
#cy_nav span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#h_contact {
	display: inline-block;
	vertical-align: middle;
}
#h_contact a {
	color: #FFF;
	display: block;
	text-decoration: none;
	background-color: #0054a5;
	border: 1px solid #0054a5;
	text-align: center;
	width: 180px;
	padding: 21px 0;
}
#h_contact span {
	display: block;
}
#h_contact .far {
	font-size: 34px;
}
/*******/
#main {
	margin-top: 96px;
}
/*******/
.padding100 {
	padding: 100px 0;
}
.midashi {
	font-size: 18px;
}
.midashi .font3 {
	font-weight: bold;
	color: #0054a5;
	font-size: 46px;
	display: block;
	padding-bottom: 10px;
}
#facebook {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
	padding: 10px;
}
.n_left {
	width: 34%;
}
.n_right {
	width: 62%;
}
.news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 25px;
	transition: 0.3s ease-in-out;
}
.news a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
.news li {
	width: 48%;
	margin: 0 0 40px;
}
.n_time {
	color: #0054a5;
	margin: 15px 0 0;
}
.n_title {
	min-height: 120px;
}
.more {
	width: 100%;
	max-width: 320px;
	text-align: center;
	position: relative;
}
.more.a_center {
	margin-left: auto;
	margin-right: auto;
}
.more a {
	display: block;
	padding: 15px 40px 15px 10px;
	border: 1px solid #0054a5;
	color: #0054a5;
	text-decoration: none;
	position: relative;
	z-index: 500;
	transition: 0.3s ease-in-out;
	transition-delay: 0.3s;
}
.more .fas {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}
.more:after {
	background-color: #000;
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	transition: transform .3s;
	transform-origin: right top;
}
.more:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.more:hover a {
	color: #FFF;
}
/**********/
.top_af_bg {
	position: relative;
}
.top_af_bg:after {
	content: "";
	background: linear-gradient(to right, #0054a5, #014a91);
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	max-width: 1440px;
	height: 70%;
}
.white_m {
	color: #FFF;
}
.white_m .font3 {
	color: #FFF;
}
.top_banar {
	display: flex;
	justify-content: space-between;
}
.top_banar li {
	width: 33.33%;
}
.top_banar a {
	color: #000;
	text-decoration: none;
	display: block;
}
.top_banar a:hover .banar_midashi:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.banar_midashi {
	background-color: #151726;
	color: #FFF;
	width: 80%;
	position: relative;
	z-index: 100;
	padding: 15px 20px;
	font-weight: bold;
	font-size: 22px;
	margin-top: -37px;
}
.banar_midashi span {
	position: relative;
	z-index: 500;
	display: block;
}
.banar_midashi .fas {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}
.banar_midashi:after {
	background-color: #0054a5;
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	transition: transform .3s;
	transform-origin: right top;
}
.banar_text {
	padding: 20px 40px 0 0;
}
/***************/
.top_left_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 48%;
}
.right_border_box {
	width: 48%;
	margin: 0 0 0 auto;
	margin-top: 200px;
	padding: 150px 40px;
	position: relative;
}
.right_border_box:after {
	content: "";
	border: 5px solid #0054a5;
	width: calc(100% + 560px);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.text_box {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}
/*******/
.top_margin {
	margin-top: 150px;
}
.top_right_img {
	width: 48%;
	margin: -540px 0 0 auto;
}
.left_border_box {
	width: 48%;
	padding: 150px 40px 150px;
	position: relative;
}
.left_border_box:after {
	content: "";
	border: 5px solid #0054a5;
	width: calc(100% + 560px);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.img_shadow img {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
}
/***************/
.bg_gray {
	background-color: #f9f9f9;
}
.topmt-130 {
	margin-top: 130px;
}
.mt-130 {
	margin-top: 130px;
}
.padding130 {
	padding: 130px 0;
}
.slider {
	width: calc(100% + 200px);
	position: relative;
	left: -100px;
}
.slider li {
	text-align: center;
	float: left;
	position: relative;
	z-index: 200;
	margin: 0 10px;
}
.slider img {
	width: 100%;
	height: auto;
}
/**********/
.under_banar {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.under_banar li {
	width: 23%;
	margin: 1% 0;
}
.under_banar img {
	width: 100%;
	height: auto;
}
/************/
.bg_gra {
	background: linear-gradient(to right, #0054a5, #013f7b);
	color: #FFF;
}
.center {
	text-align: center;
}
.c_flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.c_left {
	width: 48%;
}
.c_right {
	width: 48%;
}
.c_tel {
	font-size: 32px;
	line-height: 1em;
}
.c_tel .fas {
	transform: scale(-1, 1);
	font-size: 24px;
	position: relative;
	top: -2px;
}
.c_more a {
	color: #FFF;
	border-color: #FFF;
}
.c_more .far {
	font-size: 24px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
/******************/
#cy_footer {
	margin-top: 130px;
}
.f_bg1 {
	background-color: #151726;
	padding: 40px 0;
	text-align: right;
}
#f_nav {
	display: inline-block;
	vertical-align: middle;
}
#f_nav li {
	display: inline-block;
	padding-right: 30px;
}
#f_nav a {
	color: #FFF;
	text-decoration: none;
}
#youtube {
	display: inline-block;
	vertical-align: middle;
}
.f_bg2 {
	background-color: #0054a5;
	color: #FFF;
	padding: 80px 0;
}
/*******************************************************

	タレント一覧

*******************************************************/
.first_top {
	margin: 200px auto 100px;
}
.first_top span {
	letter-spacing: 0.2em;
}
.talent_bg {
	position: relative;
	padding-bottom: 80px;
}
.talent_bg:after {
	content: "";
	background-color: #f9f9f9;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
}
.talent_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.talent_list li {
	width: 30.33%;
	margin: 60px 1.5%;
}
.talent_list img {
	width: 100%;
	height: auto;
}

.talent_list3 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.talent_list3 li {
	width: 45%;
	margin: 0 1.5% 50px 1.5%;
}
.talent_list3 img {
	width: 100%;
	height: auto;
}


.color {
	color: #0054a5;
}
.t_name {
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
}
.t_name span {
	font-size: 24px;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.t_name .t_eng {
	font-size: 14px;
}
/******************************
	かみむらしんや
********************************/
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_50 {
	width: 50%;
}
.flex_46 {
	width: 46%;
}
.midashi26 {
	font-size: 26px;
	line-height: 1em;
}
.bb_blue {
	border-bottom: 3px solid #0054a5;
	padding-bottom: 20px;
}
.talent_data li {
	display: table;
	width: 100%;
	background-color: #FFF;
}
.talent_data li:nth-child(2n) {
	background-color: #f9f9f9;
}
.talent_data .t_cell1 {
	display: table-cell;
	width: 150px;
	padding: 20px 30px;
	vertical-align: top;
	color: #0054a5;
	font-weight: bold;
}
.talent_data .t_cell2 {
	display: table-cell;
	padding: 20px 30px;
	vertical-align: top;
}
/*****************/
.switch {
	background-color: #0054a5;
	color: #FFF;
	padding: 20px 40px;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.pulse2 {
	position: absolute;
	right: 40px;
	top: 20px;
}
.contentWrap {
	display: none;
	padding: 40px;
}
.contentWrap.firstOpen {
	display: block;
}
.indent_list li {
	text-indent: -1em;
	padding: 2px 0 2px 14px;
}
.list_flex {
	display: flex;
	flex-wrap: wrap;
}
.list_flex li {
	width: 33.33%;
}
.more.a_orange a {
	background-color: #f95c06;
	color: #FFF;
	border-color: #f95c06;
}
/*******************************************************

	番組情報

*******************************************************/
.flex_48 {
	width: 48%;
}
.pro_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.pro_list li {
	width: 48%;
}
.pro_list .more {
	max-width: 100% !important;
}
.pro_flex {
	display: flex;
	justify-content: space-between;
}
.pro_left {
	width: 46%;
}
.pro_right {
	width: 50%;
	padding-left: 40px;
	border-left: 3px solid #0054a5;
}
.flex_ver {
	display: flex;
	flex-wrap: wrap;
}
.top_ver {
	align-self: flex-start;
	width: 100%;
}
.bottom_ver {
	align-self: flex-end;
	width: 100%;
}
.pro_table {
	width: 100%;
}
.pro_table th {
	width: 120px;
}
/*****/
.pro_bg {
	position: relative;
	padding-bottom: 130px;
}
.pro_bg:after {
	content: "";
	background-color: #f9f9f9;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
}
/***************************************************
	ゴルフ天狗
***************************************************/
.tv_flex {
	display: flex;
	justify-content: space-between;
}
.tv_left {
	width: 55%;
}
.tv_right {
	width: 40%;
	padding-left: 40px;
	border-left: 3px solid #0054a5;
}
.margin130 {
	margin: 130px 0;
}
.price {
	font-weight: bold;
	font-size: 18px;
}
.price span {
	font-size: 34px;
	padding-left: 40px;
}
/****/
.tv_tel {
	display: flex;
	justify-content: space-between;
}
.tv_tel li {
	width: 48%;
}
.tv_tel a {
	display: block;
	border: 1px solid #0054a5;
	padding: 10px;
	text-align: center;
	color: #0054a5;
	text-decoration: none;
	font-size: 20px;
}
.tv_tel a .fa-phone {
	font-size: 16px;
	position: relative;
	top: -1px;
}
.tv_tel li:nth-child(1) a {
	pointer-events: none;
}
.tv_tel li:nth-child(2) a {
	background-color: #0054a5;
	color: #FFF;
	font-size: 16px;
}
.fa-phone {
	transform: scale(-1, 1);
}
/*******************************************************

	スタッフ募集

*******************************************************/
.midashi24 {
	font-size: 24px;
}
.staff_table {
	border-top: 1px solid #0054a5;
}
.staff_table li {
	display: table;
	width: 100%;
}
.st_cell1 {
	display: table-cell;
	width: 250px;
	padding: 40px 20px;
	vertical-align: top;
	border-bottom: 1px solid #0054a5;
	font-weight: bold;
}
.st_cell2 {
	display: table-cell;
	padding: 40px 20px;
	vertical-align: top;
	border-bottom: 1px solid #0054a5;
}
.mb-130 {
	margin-bottom: 130px;
}
/*******************************************************

	出演依頼

*******************************************************/
.bg_blue {
	background-color: #0054a5;
	color: #FFF;
}
.plr14 {
	padding-left: 14px;
	padding-right: 14px;
}
.ev_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.ev_list li {
	width: 19%;
}
/******/
.ev_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.ev_left {
	width: 48%;
	position: relative;
}
.ev_left .img100 {
	width: calc(100% + 250px);
	position: relative;
	left: -250px;
}
.ev_right {
	width: 48%;
	padding-bottom: 40px;
}
.ev_right2 {
	width: 48%;
	position: relative;
}
.ev_right2 .img100 {
	width: calc(100% + 250px);
	position: relative;
}
.ev_left2 {
	width: 48%;
	padding-bottom: 40px;
}
/*******/
.ev_list2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.ev_list2 li {
	border-top: 1px solid #0054a5;
	border-bottom: 1px solid #0054a5;
	padding: 40px 0;
	text-align: center;
	width: 48%;
}
.ev_price {
	font-size: 28px;
	margin-top: 5px;
}
.ev_price span {
	font-size: 48px;
}
.talent_list2 {
	display: flex;
	justify-content: space-between;
}
.talent_list2 li {
	width: 23%;
}
/*******************************************************

	会社概要

*******************************************************/
.border_midashi {
	border: 2px solid #0054a5;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: #0054a5;
}
.access {
	position: relative;
}
.access li {
	position: relative;
	color: #0054a5;
	margin: 15px 0;
	padding-left: 40px;
}
.access li:before {
	content: "";
	background-color: #0054a5;
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}
.access:after {
	content: "";
	border-left: 1px solid #0054a5;
	position: absolute;
	left: 7px;
	top: 5px;
	height: calc(100% - 11px);
}
.map iframe {
	width: 100%;
	height: 450px;
}
.more.a_blue a {
	background-color: #0054a5;
	color: #FFF;
}
.a_minus {
	margin-top: -35px;
}
/*******************************************************

	映像制作

*******************************************************/
.w_midashi {
	font-weight: bold;
	font-size: 22px;
	color: #0054a5;
}
.w_midashi .w_eng {
	font-size: 16px;
	color: #4e5b68;
	padding-left: 15px;
}

.h3--title{
  width: 100%;
  background: #0054a5;
  padding: 1em;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.rule--list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.rule--list li{
  width: 50%;
  margin-bottom: 30px;
}

.rule--list li span{
  display: block;
  border-bottom: 1px solid #0054a5;
  padding-bottom: 15px;
  margin-right: 30px;
}

.rule--list li:nth-child(even) span{
  margin-right: 0;
}

.blue_box {
	background-color: #d3dfea;
}
.padding40 {
	padding: 40px;
}
.w_bt {
	border-top: 1px solid #b5b5b5;
	padding-top: 80px;
	margin-top: 80px;
}
.w_flow_box {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.w_flow_box li {
	width: 18%;
	position: relative;
	z-index: 500;
}
.w_flow_box img {
	width: 100%;
	height: auto;
}
.w_flow_box:after {
	content: "";
	border-bottom: 1px solid #0054a5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.padding20 {
	padding: 20px;
}
/*******************************************************

	お問い合わせ

*******************************************************/
.border_box {
	border: 1px solid #0054a5;
}
.c_tel_box {
	color: #0054a5;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.c_tel_box li {
	display: inline-block;
	vertical-align: top;
	line-height: 1.3em;
}
.c_tel_box li:last-child:before {
	content: "/";
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.c_tel_box .c_eng {
	font-size: 42px;
}
.mini_p {
	display: block;
	font-size: 14px;
}
.contact_box {
	background-color: #f6f6fb;
}
.radio_list .radiob{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.radio_list .wpcf7-list-item {
	font-weight: normal;
	width: 30.33%;
	margin: 10px 0;
}
.radio_style label{
	cursor:pointer;
}
.radio_list2 label {
	display: inline-block;
	margin-right: 20px;
}
.area {
	background-color: #f6f6fb;
	width: 100%;
	height: 250px;
	padding: 10px;
	border: 0;
}
.size {
	background-color: #f6f6fb;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 0;
}
/*****/
input[type=radio] {
	position: relative;
	left: -20px;
}
input[type=checkbox] {
	position: relative;
	left: -20px;
}
.radio_style label {
	padding-left: 20px;
	position: relative;
}
.radio_style input:checked:before {
	opacity: 1;
}
.radio_style input:after {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	width: 25px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid #aaa;
	border-radius: 50%;
}
.radio_style input:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 10px;
	height: 10px;
	background-color: #0054a5;
	border-radius: 50%;
	z-index: 500;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
/**********/
.privacy {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.privacy a {
	color: #0054a5;
	text-decoration: none;
	border-bottom: 1px solid #0054a5;
}
.sub {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	position: relative;
}
.sub input {
	display: block;
	padding: 15px;
	background-color: #0054a5;
	text-align: center;
	color: #FFF;
	width: 100%;
	border: 0;
}
.sub:after {
	display:none;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
}
/*******************************************************

	プライバシーポリシー

*******************************************************/
.pri_midashi {
	color: #0054a5;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #0054a5;
	padding-bottom: 10px;
}
.more.cy_container {
	width: 94%;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
/**************/
#cy_nav {
	margin-right: 20px;
}
#cy_nav li {
	padding: 0 10px;
}
#cy_nav a {
	font-size: 12px;
}
#cy_nav span {
	font-size: 16px;
}
#h_contact a {
	width: 120px;
	padding: 25px 0;
}
#main {
	margin-top: 105px;
}
/***************/
.right_border_box {
	margin-top: 40px;
	padding: 100px 40px;
}
}

@media only screen and (max-width: 1200px) {
/**************/
#cy_logo img {
	width: 180px;
	height: auto;
}
#cy_nav {
	margin-right: 10px;
}
#cy_nav li {
	padding: 0 5px;
}
#cy_nav a {
	font-size: 12px;
}
#cy_nav span {
	font-size: 14px;
}
#h_contact a {
	width: 120px;
	padding: 17px 0;
}
#h_contact span {
	display: block;
}
#h_contact .far {
	font-size: 34px;
}
#main {
	margin-top: 90px;
}
}

@media only screen and (max-width: 1024px) {
/**************/
#cy_logo img {
	width: 180px;
	height: auto;
}
#cy_nav {
	display: none;
}
#h_contact {
	position: fixed;
	top: 0;
	right: 90px;
}
#h_contact a {
	width: 90px;
	padding: 17px 0;
}
#h_contact span {
	display: block;
}
#h_contact .far {
	font-size: 34px;
}
#main {
	margin-top: 90px;
}
/*******/
.padding100 {
	padding: 60px 0;
}
.midashi {
	font-size: 16px;
}
.midashi .font3 {
	font-size: 40px;
	padding-bottom: 10px;
}
.news a {
	padding: 0;
	transition: 0s ease-in-out;
}
.news a:hover {
	box-shadow: 0 0 0 transparent;
}
.n_title {
	min-height: 80px;
}
/**********/
.top_af_bg {
	position: relative;
}
.top_af_bg:after {
	width: 100%;
	height: 100%;
}
.top_banar {
	display: flex;
	justify-content: space-between;
}
.top_banar li {
	width: 33.33%;
}
.top_banar a {
	color: #FFF;
}
.banar_midashi {
	width: 80%;
	padding: 15px 10px;
	font-size: 16px;
	margin-top: -30px;
}
.banar_midashi .fas {
	right: 0;
	font-size: 22px;
}
/***************/
.top_left_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 48%;
	margin: 60px 0 0 auto;
}
.top_left_img img {
	width: 74%;
	height: auto;
	display: block;
	margin: 0 0 0 auto;
}
.right_border_box {
	width: 48%;
	margin: 0 0 0 auto;
	margin-top: 0;
	padding: 80px 40px;
}
.right_border_box:after {
	content: "";
	border: 5px solid #0054a5;
	width: calc(100% + 110%);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
/*******/
.top_margin {
	margin-top: 60px;
}
.top_right_img {
	width: 48%;
	margin: -450px 0 0 auto;
}
.top_right_img img {
	width: 74%;
	height: auto;
	display: block;
	margin: 0 auto 0 0;
}
.left_border_box {
	width: 48%;
	padding: 80px 40px;
	position: relative;
}
.left_border_box:after {
	content: "";
	border: 5px solid #0054a5;
	width: calc(100% + 110%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
/***************/
.topmt-130 {
	margin-top: 260px;
}
.padding130 {
	padding: 80px 0;
}
/*******************************************************

	タレント一覧

*******************************************************/
.first_top {
	margin: 150px auto 50px;
}
.first_top span {
	letter-spacing: 0.15em;
}
.t_name {
	font-size: 14px;
}
.t_name span {
	font-size: 20px;
}
.list_flex {
	display: block;
}
.list_flex li {
	width: 100%;
}
/*******************************************************

	番組情報

*******************************************************/
.mt-130 {
	margin-top: 80px;
}
.flex_48 {
	width: 48%;
}
/*******************************************************

	スタッフ募集

*******************************************************/
.midashi24 {
	font-size: 18px;
}
.staff_table {
	border-top: 1px solid #0054a5;
}
.staff_table li {
	display: table;
	width: 100%;
}
.st_cell1 {
	display: table-cell;
	width: 150px;
	padding: 40px 20px;
	vertical-align: top;
	border-bottom: 1px solid #0054a5;
	font-weight: bold;
}
.st_cell2 {
	display: table-cell;
	padding: 40px 20px;
	vertical-align: top;
	border-bottom: 1px solid #0054a5;
}
.mb-130 {
	margin-bottom: 80px;
}
.plr14 {
	padding-left: 14px;
	padding-right: 14px;
}
/*******************************************************

	お問い合わせ

*******************************************************/
.border_box {
	border: 1px solid #0054a5;
}
.c_tel_box {
	color: #0054a5;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.c_tel_box li {
	display: block;
	line-height: 1.3em;
	margin: 20px 0;
}
.c_tel_box li:last-child:before {
	display: none;
}
.c_tel_box .c_eng {
	font-size: 42px;
}
.mini_p {
	display: block;
	font-size: 14px;
}
.contact_box {
	background-color: #f6f6fb;
}
.radio_list {
	display: block;
}
.radio_list .radiob{
	display: block;
}
.radio_list .wpcf7-list-item {
	width: 100%;
	margin: 10px 0;
}

.radio_list2 label {
	display: inline-block;
	margin-right: 20px;
}
}

@media only screen and (max-width: 740px) {
/**************/
#cy_logo img {
	width: 130px;
	height: auto;
}
#cy_nav {
	display: none;
}
#h_contact {
	position: fixed;
	top: 0;
	right: 60px;
}
#h_contact a {
	width: 80px;
	padding: 6px 0;
}
#h_contact span {
	display: block;
}
#h_contact .far {
	font-size: 28px;
}
#main {
	margin-top: 60px;
}
/*******/
.padding100 {
	padding: 60px 0;
}
.midashi {
	font-size: 14px;
}
.midashi .font3 {
	font-size: 30px;
	padding-bottom: 5px;
}
#facebook {
	height: 340px;
	overflow: scroll;
}
.n_left {
	width: 100%;
	margin-top: 60px;
}
.n_right {
	width: 100%;
}
.news {
	justify-content: space-between;
}
.news a {
	padding: 0;
	transition: 0s ease-in-out;
}
.news a:hover {
	box-shadow: 0 0 0 transparent;
}
.news li {
	width: 48%;
	margin: 0 0 40px;
}
.nth3_none li:nth-child(3) {
	display: none;
}
.n_time {
	color: #0054a5;
	margin: 15px 0 0;
}
.n_title {
	min-height: 0;
}
.more {
	padding-right: 0;
}
.more a {
	padding: 10px 10px 10px 20px;
	transition: 0s ease-in-out;
	transition-delay: 0s;
}
.more .fas {
	position: relative;
	right: 0;
	top: 3px;
	transform: translateY(0);
	display: inline-block;
	padding-left: 15px;
}
/**********/
.top_af_bg {
	position: relative;
}
.top_af_bg:after {
	width: 100%;
	height: 100%;
}
.top_banar {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_banar li {
	width: 100%;
	margin-top: 40px;
}
.top_banar a {
	color: #FFF;
}
.banar_midashi {
	width: 100%;
	padding: 10px 10px;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.banar_midashi .fas {
	display: none;
}
.banar_midashi:after {
	background-color: #0054a5;
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	transition: transform .3s;
	transform-origin: right top;
}
.banar_text {
	padding: 10px 0 0 0;
}
/***************/
.top_left_img {
	position: static;
	width: 94%;
	margin: 20px auto 0;
}
.top_left_img img {
	width: 100%;
}
.right_border_box {
	width: 100%;
	padding: 30px;
	border: 5px solid #0054a5;
}
.right_border_box:after {
	display: none;
}
.text_box {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
/*******/
.top_margin {
	margin-top: 60px;
}
.top_right_img {
	width: 94%;
	margin: 20px auto 0;
}
.top_right_img img {
	width: 100%;
	margin: 0 auto 0 0;
}
.left_border_box {
	width: 100%;
	padding: 30px;
	border: 5px solid #0054a5;
}
.left_border_box:after {
	display: none;
}
/***************/
.topmt-130 {
	margin-top: 60px;
}
.padding130 {
	padding: 60px 0;
}
.slider {
	width: 100%;
	position: relative;
	left: 0;
}
.slider li {
	text-align: center;
	float: left;
	position: relative;
	z-index: 200;
	margin: 0 5px;
}
.slider img {
	width: 100%;
	height: auto;
}
/**********/
.under_banar {
	display: flex;
}
.under_banar li {
	width: 48%;
	margin: 2% 0;
}
/************/
.c_flex {
	display: block;
}
.c_left {
	width: 100%;
}
.c_right {
	width: 100%;
	margin-top: 20px;
}
.c_tel {
	font-size: 26px;
}
.c_tel .fas {
	font-size: 20px;
	top: -1px;
}
.c_more {
	padding: 0 14px;
}
.c_more .far {
	font-size: 20px;
	top: 2px;
}
/******************/
#cy_footer {
	margin-top: 60px;
}
.f_bg1 {
	padding: 40px 0;
	text-align: center;
}
#f_nav {
	display: block;
}
#f_nav li {
	display: inline-block;
	padding: 5px 5px;
}
#f_nav a {
	color: #FFF;
	text-decoration: none;
}
#youtube {
	display: block;
	margin-top: 20px;
}
.f_bg2 {
	padding: 40px 0;
}
#f_logo img {
	width: 220px;
	height: auto;
}
/*******************************************************

	タレント一覧

*******************************************************/
.first_top {
	margin: 140px auto 50px;
}
.first_top span {
	letter-spacing: 0.15em;
}
.talent_bg {
	padding-bottom: 60px;
}
.talent_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.talent_list li {
	width: 48%;
	margin: 20px 0;
}
  
.talent_list3 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.talent_list3 li {
	width: 100%;
	margin: 0 0 20px 0;
}
  
.t_name {
	padding: 20px 0;
	font-size: 10px;
}
.t_name span {
	font-size: 14px;
	padding-bottom: 5px;
}
.t_name .t_eng {
	font-size: 14px;
}
/******************************
	かみむらしんや
********************************/
.flex_box {
	display: block;
}
.flex_50 {
	width: 100%;
}
.flex_46 {
	width: 100%;
}
.midashi26 {
	font-size: 18px;
	line-height: 1em;
}
.bb_blue {
	border-bottom: 2px solid #0054a5;
	padding-bottom: 20px;
}
.talent_data li {
	display: table;
}
.talent_data .t_cell1 {
	width: 100px;
	padding: 15px 10px;
	vertical-align: top;
	color: #0054a5;
	font-weight: bold;
}
.talent_data .t_cell2 {
	padding: 15px 10px;
}
/*****************/
.switch {
	padding: 10px 20px;
	font-size: 16px;
}
.pulse2 {
	position: absolute;
	right: 20px;
	top: 10px;
}
.contentWrap {
	padding: 20px;
}
/*******************************************************

	番組情報

*******************************************************/
.mt-130 {
	margin-top: 60px;
}
.flex_48 {
	width: 100%;
}
.pro_list {
	display: flex;
}
.pro_list li {
	width: 49%;
	font-size: 12px;
}
.pro_list .more a {
	padding: 10px 0px;
}
.pro_flex {
	display: block;
}
.pro_left {
	width: 100%;
}
.pro_right {
	width: 100%;
	padding-left: 0;
	border-left: 0;
	margin-top: 20px;
}
.flex_ver {
	display: block;
}
.bottom_ver {
	margin-top: 20px;
}
.pro_table {
	width: 100%;
}
.pro_table th {
	width: 120px;
}
/*****/
.pro_bg {
	position: relative;
	padding-bottom: 60px;
}
.pro_bg:after {
	height: calc(100% - 30px);
}
/***************************************************
	ゴルフ天狗
***************************************************/
.tv_flex {
	display: block;
}
.tv_left {
	width: 100%;
}
.tv_right {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
	border-left: 0;
	border-top: 2px solid #0054a5;
	padding-top: 20px;
}
.margin130 {
	margin: 60px 0;
}
.price {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.price span {
	font-size: 28px;
	padding-left: 0;
	display: block;
	padding: 10px 0 5px;
}
/****/
.tv_tel {
	display: block;
}
.tv_tel li {
	width: 100%;
	margin: 10px 0;
}
/*******************************************************

	スタッフ募集

*******************************************************/
.midashi24 {
	font-size: 18px;
}
.staff_table {
	border-top: 1px solid #0054a5;
}
.staff_table li {
	display: block;
	width: 100%;
}
.st_cell1 {
	display: block;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #0054a5;
	background-color: #F0F0F0;
}
.st_cell2 {
	display: block;
	padding: 20px 20px;
	vertical-align: top;
	border-bottom: 1px solid #0054a5;
}
.mb-130 {
	margin-bottom: 60px;
}
/*******************************************************

	出演依頼

*******************************************************/
.plr14 {
	padding-left: 14px;
	padding-right: 14px;
}
.ev_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ev_list li {
	width: 48%;
	margin: 1%;
}
.ev_list li:last-child {
	width: 100%;
	background-color: #FFF;
}
.ev_list li:last-child img {
	width: 48%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/******/
.ev_flex {
	display: block;
}
.ev_left {
	width: 100%;
	margin-top: 20px;
}
.ev_left .img100 {
	width: 100%;
	position: relative;
	left: 0;
}
.ev_right {
	width: 100%;
	padding-bottom: 0;
}
.ev_right2 {
	width: 100%;
	margin-top: 20px;
}
.ev_right2 .img100 {
	width: 100%;
}
.ev_left2 {
	width: 100%;
	padding-bottom: 0;
}
/*******/
.ev_list2 {
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.ev_list2 li {
	padding: 20px 0;
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
.ev_price {
	font-size: 18px;
	margin-top: 5px;
}
.ev_price span {
	font-size: 32px;
}
.talent_list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.talent_list2 li {
	width: 48%;
	margin: 20px 0;
}
/*******************************************************

	会社概要

*******************************************************/
.border_midashi {
	padding: 10px;
}
.map iframe {
	height: 250px;
}
.a_minus {
	margin-top: 20px;
}
/*******************************************************

	映像制作

*******************************************************/
.w_midashi {
	font-size: 16px;
}
.w_midashi .w_eng {
	font-size: 12px;
	padding-left: 15px;
	display: inline-block;
}
  
.h3--title{
  width: 100%;
  background: #0054a5;
  padding: 1em .5em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.rule--list{
  width: 100%;
}

.rule--list li{
  width: 100%;
  margin-bottom: 20px;
}

.rule--list li span{
  display: block;
  border-bottom: 1px solid #0054a5;
  padding-bottom: 10px;
}

.rule--list li:nth-child(even) span{
}
  
.padding40 {
	padding: 20px;
}
.w_bt {
	border-top: 1px solid #b5b5b5;
	padding-top: 80px;
	margin-top: 80px;
}
.w_flow_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.w_flow_box li {
	width: 48%;
	margin: 1% 1%;
}
.w_flow_box img {
	width: 100%;
	height: auto;
}
.w_flow_box:after {
	display: none;
}
.padding20 {
	padding: 20px;
}
/*******************************************************

	お問い合わせ

*******************************************************/
.c_tel_box {
	font-size: 18px;
}
.c_tel_box li {
	display: block;
	line-height: 1.3em;
	margin: 20px 0;
}
.c_tel_box li:last-child:before {
	display: none;
}
.c_tel_box .c_eng {
	font-size: 24px;
}
.mini_p {
	display: block;
	font-size: 12px;
}
.area {
	height: 200px;
}
/**********/
.privacy {
	font-size: 14px;
}
.privacy a {
	color: #0054a5;
	text-decoration: none;
	border-bottom: 1px solid #0054a5;
}
/*******************************************************

	プライバシーポリシー

*******************************************************/
.pri_midashi {
	font-size: 16px;
	border-bottom: 2px solid #0054a5;
	padding-bottom: 10px;
}
}

/* スマートフォン 縦(ポートレート) */


@media only screen and (max-width: 740px) {
  .top-mv{
    margin-top: 59px;
  }
  .top-mv img{
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 741px) {
  .top-mv{
    margin-top: 97px;
  }
}

.font-weight-bold{
  font-weight: bold;
}

.top-image img {
  width: 100%;
  height: auto;
  display: block;
  60vh;
}
/* スマホサイズ用の高さ制限 */
@media screen and (max-width: 768px) {
  .top-img img {
    max-height: 500px; /* お好みで調整 */
    object-fit: cover;
  }
}