@charset "UTF-8";

/*
Theme Name: Du_theme
Theme URI: 
Description: 株式会社ディレクターズ・ユニブ
Author: 株式会社ディレクターズ・ユニブ
*/
.grecaptcha-badge{
	    visibility: hidden !important;
}
.page-id-292 .grecaptcha-badge{
	    bottom: 120px !important;
	visibility: visible !important;
}
br {display:block;}
/* =ALIGNMENT
----------------------------------------------- */
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Bootstrap一部 */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/*オレンジ*/
.bg-warning {
background-color: #ffc107 !important;
}
/*赤*/
.bg-danger {
background-color: #dc3545 !important;
}
/*青*/
.bg-primary {
background-color: #007bff !important;
}
/*グレー*/
.bg-secondary {
    background-color: #6c757d !important;
}
/*明るいグレー*/
.bg-light {
    background-color: #f8f9fa !important;
}
/*緑*/
.bg-success {
    background-color: #28a745 !important;
}
.text-white {
    color: #fff !important;
}
/*ボタン*/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #fff !important;
    background-color: #e83828;
    border-color: #e83828;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #e838287a;
    border-color: #e838287a;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
/* Bootstrap一部 */

body{
	font-size:16px;
	color:#393939;
	padding-top:30px;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic,"Roboto", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" sans-serif;
}
strong{
	font-weight:700;
}
.container {
	padding-top:40px;
}
footer .container{
	padding-top:0;
}
footer .menu-main_nav-container{
	display:none;
}
.copyright{
	color:#393939;	
}
.copyright span{
	float:left;
	font-size:24px;

}
.copyright span a{
	color:#393939;
}
.hd-logo__txt{
	font-family: "Roboto", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
/*ナビゲーションメニュー*/
.menu-main_nav-container ul li{
	margin-bottom: 20px;
	color:#393939;
}
.menu-main_nav-container ul li a{
	color:#393939;
}
.menu-main_nav-container ul li a:hover {
    color: #e83828;
}
.menu-main_nav-container .sub-menu{
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	/*list-style-type:disc;*/
}
/*パンくず*/
.breadcrumbs{
	border:none;
	text-align:right;
	background:none;
	margin-bottom:25px;
	font-size:14px;
	padding:0;
}
/*トップページ*/
.pickup-txt{
	background:#f5f5f5;
}
.main_img{
	margin-bottom:40px;
}
.slick-prev{
	left:30px;
}
.slick-next{
	right:30px;
}
.slick-prev, .slick-next{
	top:60%;
}
.l_box, .r_box{
	width:50%;
	font-size:14px;
}

.l_box ul, .r_box ul{
	width:90%;
}
.l_box ul li, .r_box ul li{
	padding:8px 0;
	border-bottom:thin #666666 dotted;
}
.to_list{
	width:90%;
	text-align:right;
}
.pickup-txt__body{
	display:flex;
}
.l_box i, .r_box i{
	color: #999;
margin-right: 5px;
}
.artgaia_b{
	margin-bottom:30px;
}
/*下層ページ*/
.rp_cont{
	padding:0px 55px 55px 55px;
}
.rp_post{
	padding-top:20px;
}
.page .contents .rp_post a, .single-post .contents .rp_post a{
	color:#0066FF;
}
.page .contents .rp_post a:hover , .single-post .contents .rp_post a:hover {
    color: #e83828;
}
.page .contents h1, .category .contents h1, .single-post .contents h1{
	font-size:40px;
	color:#393939;
	margin-bottom: 45px;
}
.page .contents h2, .category .contents h2, .single-post .contents h2, .blog .contents h2{
	font-size:28px;
	padding-left:28px;
	padding-top:0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	color: #393939;
}
.page .contents h3, .category .contents h3, .single-post .contents h3{
	font-size:18px;
	clear: both;
	padding: 10px 0 10px 10px;
	border-left: solid 7px #393939;
	font-weight: normal;
	border-bottom: 2px solid #393939;
	line-height: 1;
}
.page .contents p {
	padding:0px 55px 55px 55px;
}
input[type="email"]{
	padding: 6px 6px;
border: 1px solid #cccccc;
border-radius: 3px;
background: #ffffff;
color: #666666;
font-size: 15px;
vertical-align: middle;
}
.page table {
	width:100%;
	border-collapse: separate;
}
.page table th, .page table td{
	padding:10px;
	border-bottom:thin #666666 dotted;
}
.page table th{
	white-space: nowrap;
}
.mw_wp_form table th{
	width:30%;
}
.mw_wp_form table td{
	width:70%;
}
.absolutely{
	color:red;
}
/*会社案内*/
.company .rp_post ul{
	list-style-type: disc;
	margin-left:15px;
}
.company .rp_post ul li{
	margin-bottom:10px;
}

/**アーカイブページ**/
.arc_list{
	display:flex;
	padding:0px 55px 55px 55px;
}
.thumb img{
	width:300px;
	max-width: initial; 
	padding-right:15px;
	height:auto;
}

/*作品応募ページ*/
.rp-kakuyaku{
	border:thin #666666 solid;
	background-color:#f0f0f0;
}
.rp-kakuyaku th, .rp-kakuyaku td{
		padding:10px;
}
/*応募時の注意点*/

.rp_tb{
	margin:30px auto;
	width:90%;
}
.rp_tb2{
	margin:30px auto;
	width:80%;
}
.rp_tb3{
	margin:30px auto;
	width:70%;
}
/*20191030赤追加*/
body{
	border-top:none;
	background: url(images/top_bg.png) repeat-x top scroll;
}
.go-top a{
	background: #e83828;
}
.go-top a:hover {
 background:#e838287a;
}
.menu-main_nav-container .sub-menu{
	list-style-image: url(images/list_line_03.png);
}
.menu-main_nav-container .menu-item-320{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	width:100%;
	}

.menu-main_nav-container .menu-item-320 a {
	display:inline-block;
	color:#fff;
	width:100%;
	background-color: #e83828;
	border-color: #e83828;
	padding: 0.5rem 0.75rem;
	border-radius: 0.25rem;
}
.menu-main_nav-container .menu-item-320 a:hover{
	 background:#e838287a;	
	color:#fff;
	text-decoration: none; 
}
.top-works h2.c-ttl-sub-s{
	margin-bottom:0;
	background-color: #e83828;
	color:#fff;
	text-align:center;
	border-bottom:0;
	padding:0.5rem;
	font-size: 22px;
}
/**APC**/
.aghpc{
	padding:0 55px;
}
.aghpc .mess{
	color:#2b5275;
	line-height:180%;
}
.page .contents .aghpc p{
	padding:15px 0;
}
.aghpc ol {
	padding:0 15px;
	margin:0 15px 0 20px;
}
.aghpc ol li{
	list-style-type: decimal !important;
	margin-bottom:30px;
}

.aghpc ul {
	padding:0 15px;
	margin:0 15px;
}
.aghpc ul li{
	list-style-type: square;
	margin-bottom:10px;
	font-size:80%;
}
.font80{
	font-size:80%;
}
.aghpc th{
	width:30%;
}
.aghpc td{
	width:70%;
}
.aghpc img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	margin:0 3px;
}
.aghpc h3 a{
	float:right;
	font-size:14px;
	display:block;
	color: #393939 !important;	
}

.aghpc h3 a i{
	font-size:20px;
}
.page .contents .aghpc .wp-caption p{
	padding:0;
}
.aghpc .wp-caption-text{
	text-align:center;
	font-size:80%;
}
.apc_me{
	border:dotted #ccc thin;
	padding:10px;
	margin:15px auto;
}
.apc_me img{
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.sp_br{
	display:none;
}
.mwform-radio-field {
	display: block;
	white-space: nowrap;
	float: left;
	margin-left:0 !important;
	margin-right:10px;
}
.cau_txt{
	width:95%;
	margin:30px auto;
}
.apc_ttl{
	display:none;
}
.breadcrumbs img{
	display:none;
}
.breadcrumbs .apc_ttl{
	display:inline;
}
.pad_txt{
	padding:0 0 15px 10px;
}
footer #my_sidebar_widget{
	display:none;
}
	header #my_sidebar_widget{
		display:block;
		width: 100%;
text-align: center;
}
.tokutei{
	font-size:14px;
}
.apc_pdf{
	display:none;
}
.post-template-page-1column header{
	display:none !important;
}
.pc_vi{
	display:block;
}
.pc_vi img {
    max-width: 100%;
    height: auto !important;
}

/**レスポンシブ**/
@media only screen and (max-width:768px) {
	.alignleft, .alignright{
	clear:both;
	}
		.rp_cont, .page .contents p{
	padding:0;
}
	.rp_tb, .rp_tb2, .rp_tb3{
		width:100%;
	} 
	
	.contents{
		width:100%;
			}
	.page .contents h2, .category .contents h2, .single-post .contents h2{
		padding-left:10px;
		}
	footer .menu-main_nav-container{
	display:block;
}
	.page table th, .page table td, .single table td{
	display:block;
		width:100%;
}

	.menu-main_nav-container ul li{
		margin-left:20px;
	}
	.l_box, .r_box{
	width:100%;
	padding:15px 8px;
	}
.l_box ul, .r_box ul{
	width:100%;
}

.pickup-txt__body{
	display:block;
}
	.arc_list{
	display:block;
	padding:15px 8px;
}
	.thumb img{
		width:100%;
		padding-right:0;
	}
.thumb, .arc_text{
	width:100%;
}
	#last{
		width:100% !important;
	}
	.menu-main_nav-container .menu-item-320{
	width:90%;
	}
	.aghpc{
		padding:0;
	}
	.aghpc th, .aghpc td{
	display:block;
	width:100%;
}
	.aghpc .wp-caption{
		max-width:100% !important;
		margin-bottom:15px;
	}
	.sp_br{
		display:block;
	}
	footer #my_sidebar_widget{
	display:inline-block;
		margin:0 auto 30px auto;
		width: 100%;
text-align: center;
}
	header #my_sidebar_widget{
	display:none;
}
	.aghpc h3 a{
		display:none;
	}
	.apc_pdf{
		display:inline-block;
	}
	.company .rp_box{
width:100%;
}
.company .rp_box::before {
  content: "";
  display: block;
  clear: both;
}
	.post-template-page-1column img {
    max-width: 100%;
    height: auto;
}
	.pc_vi{
	display:none;
}
	.sp_br table th{
		background-color: #eaeaec;
	}
	.sp_br table th, .sp_br table td{
		display:block;
		width:100%;
		padding: 10px;
		border: 1px solid #dddddd;
	}
	p.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
}
/*鎌倉オークション作品ページ*/
.tax-original .c-ttl-main a{
	pointer-events:none;
	color: #393939;
}
.item-list__img {
    margin-bottom: 5px;
	width:286px;
	height:190px;
    display: flex;
    justify-content: space-around;
    background-color: #c7c7c7;
}
.item-list__img img{
	width:auto;
	height:100%;
	object-fit: cover;
}
.item-list__item{
height: 300px;
}
.item-list__name a, .item-list__ttl a{
	    color: #393939;
}
.original_tt{
	text-align:center;
	margin-top:45px;
	border-bottom:solid #393939 thin;
	padding-bottom:5px;
}
.slider-nav .slick-slide{
	background-color: #c7c7c7;
	margin:0 5px;
	max-height:180px;
	min-height: 0;
}
.slider-nav .slick-slide img{
	max-height: 180px;
    width: auto;
	margin:auto;
}
.s_slider2.slick-initialized .slick-slide{
    background-color: #c7c7c7;
    height: 590px;
	display: flex;
}
.s_slider2 .slick-slide img{
    max-height: 590px;
    width: auto;
    margin: auto;
}
.detail-pager{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.is-middle{
	text-align:center;
	    width: 100%;
}
.koubo_b{
	margin:15px auto;
}
.auction_b{
	  width: 600px;
  height: 98px;
	overflow: hidden;
	position: relative;
	top: 3px;
}
.auction_b img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auction_b:hover img:nth-child(2){
  opacity: 0;
  transition: opacity 0.1s;
}
.auction_bsp{
	display:none;
}
@media only screen and (max-width:768px) {
	.item-list__item {
    height: auto;
}
	.item-list__img{
	width: 100%;
    height: auto;
	}
	.item-list__img img{
	width: 100%;
    height: auto;
	}
}
/******************************************
 * 2021/10/05トップページレイアウト変更
 ******************************************/
/*トップページ*/
.new_pickup{
	margin-top:30px;
}
.new_pickup .pickup-txt__body{
	display:block;
}
.new_pickup .r_box{
	width:100%;
}
.np_title{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.np_title .to_list{
	width:100%;
}
.topevent_list li{
	border-bottom:thin #666666 solid;
	margin-bottom:15px;
}
.topevent_list .arc_list{
	padding-bottom:25px;
}
.topevent_list .thumb{
	padding-right:15px;
}
.topevent_list .thumb img{
	padding-right:0;
}
.topevent_list .arc_text p{
	padding:0 !important;
}
.artgaia{
	width: 100%;
    border: solid #999 thin;
    padding: 10px;
	margin-bottom:40px;
}
.artgaia_l{
	display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.artgaia_l:hover{
	text-decoration:none;
	color: #999999;
}
#footer .new_pickup, .main_imgsp{
	display:none;
}
/*掲載記事*/
.top_list table{
margin:15px 0;
    border-collapse: separate;
	width:100%;
}
.top_list table th, .top_list table td {
    padding: 10px;
    border-bottom: thin #666666 dotted;
}
.sub_ttl{
	font-size:26px;
	font-weight:700;
}
a.mov_btn{
	color:#393939 !important;	
}
.mov_btn{
	border: thin #393939 solid;
	padding:15px;
	text-decoration:none;
	float:right;
}
.mov_btn:hover{
	background-color:#393939;
	color:#fff !important;
	text-decoration:none;
}
.mov_btn::after{
    content: "";
    display: block;
    clear: both;
}
.topl_box{
    border: thin #666666 solid;
	width: 85%;
    padding: 15px;
	margin:60px auto 30px auto;
}
.mt-30{
margin-top:30px;
}
.mt-15{
margin-top:15px;
}
.plr-15{
padding:0 15px;
}
.sakuhin_td{
	width: 45%;
	vertical-align: top;
}
.sakuhin_img{
	display:flex;
	padding-left:15px;
	justify-content: space-between;
}
.list_dl{
display: flex;
flex-wrap: wrap;
}
.list_dl dt{
	width:15%;
	padding:5px;
}
.list_dl dd{
	width:85%;
	padding:5px;
    line-height: 150%;
}
.cap_txt{
	padding:0 15px;
}
.sakuhin_img{margin: 30px auto;
    display: flex;
    justify-content: space-evenly;
}
.artg_btn{
	max-width:600px;
	width:100%;
	margin:60px auto;
	text-align:center;
	font-size:20px;
	background-color:#000;
	border:solid thin #000;
}
.artg_btn a{
	width:100%;	
	padding:15px;
	display:block;
	color:#fff !important;
}
.artg_btn :hover{
	background-color:#fff;
	color:#000 !important;
	text-decoration:none;
}
.sakuhin2btn{
	display:flex;
	justify-content: space-around;
}
.artg_btn2{
	max-width:250px;
	width:100%;
	height:auto;
	text-align:center;
	font-size:20px;
	background-color:#fff;
	border:solid thin #000;
}
.artg_btn2 a{
	width:100%;
	height:100%;
	padding:15px;
	display:block;
	color:#000 !important;
	display: flex;
    align-items: center;
	justify-content: center;
}
.artg_btn2 :hover{
	background-color:#000;
	color:#fff !important;
	text-decoration:none;
}
.btn_gl{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	margin-top:15px;
}
.single_pagen{
	width:100%;
	margin-top:30px;
}
.single_pagen td{
	width:50%;
	vertical-align:top;
}
.single_pagen td:last-child {
	text-align:right;
}
.eveinfo_list{
	width:100%;
	text-align:right;
	margin-bottom:30px;
}
/**タイトルカラー変更**/
.contents h2 a, .category .contents h2 a{
	color: #393939 ;
}
.topevent_list li{
	margin-bottom:30px;
}
@media only screen and (max-width:768px) {
.top_list iframe{
max-width:100% !important;
}
	#header .new_pickup{
		display:none;
	}
	#footer .new_pickup{
		margin-bottom:60px;
		display:block;
	}
	.top_list img{
		width:100%;
		height:auto !important;
	}
}
@media only screen and (max-width:500px) {
	.artgaia_text{
		display:none;
	}
	.sakuhin_td{
		width:100%;
	}
	.sakuhin_img{
			display:flex !important;
		flex-direction: column;
}
	.sakuhin_img img{
		margin-bottom:15px;
	}
	.list_dl dt{
	width:100%;
}
.list_dl dd{
	width:100%;
}
	.main_img{
		display:none;
	}
	.main_imgsp{
		display:block;
		margin-bottom:30px;
	}
	.btn_gl{		
    flex-direction: column;
	}
	.sakuhin2btn {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
	.artg_btn2{
		margin-top:30px;
	}
	.topevent_list .arc_list{
		
	}
	.page .contents h2, .category .contents h2, .single-post .contents h2, .blog .contents h2{
		padding-left:0;
	}
	.topevent_list .arc_list {
padding-bottom: 15px;
    padding-top: 0px;
}
	.topevent_list li{
		margin-bottom:50px;
	}
	.auction_b{
		display:none !important;
	}
	.auction_bsp{
		display:block;
		margin:15px auto;
	}
}
h1.text-center{
	display:none;
}
/*20220908*/
.single .rp_post p{
	margin-bottom:15px;
}