@charset "UTF-8";

/*!
Theme Name: D-BONDS
Template:   cocoon-master
*/

/*1023px以下*/
@media screen and (max-width: 1023px){
}
/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
}

/*loading animation config*/
#loader_wrap {
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #000000;
    pointer-events: none;
    transition: all 0.7s;
}

/*animation config*/
.loader {
    width: 12%;
    height: 100vh;
    background: url("https://d-bonds.jp/wp-content/uploads/d-bonds_white.png") ;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    opacity: 1;
    animation: blinkAnime 3s infinite linear;
}

/*appealaeria image size*/
#appeal {
    height: calc(100vw * calc(800 / 1600));
}

/*global menu fontsize*/
.navi-in .menu-header .item-label{
	font-size: 12px;
	font-weight: lighter;
}

#navi .navi-in a:hover {
    background-color: #000000;
} 

.caption-wrap:hover {
    font-weight: bold;
    color: #696969;
	transition: all 0.2s ease;
}

@keyframes blinkAnime {
	0% {opacity: 0;}
	50% {opacity: 1; }
	100% {opacity: 1; }
}

@media screen and (max-width:768px) { 
	.loader {
		width: 30%;
	}
}

/*hide tittle*/
.entry-title {
display: none;
}

/*remove title space*/
.content {
  margin-top: 0;
}
.article h1 {
  margin-top: 0;
  padding-top: 0;
}

/*page background color*/
body.page-id-3 {
    background-color: #ffffff;
}

body.page-id-185 {
    background-color: #ffffff;
}

body.page-id-186 {
    background-color: #ffffff;
}

body.page-id-178 {
    background-color: #1a1a1a;
}

body.page-id-183 {
    background-color: #1a1a1a;
}

body.page-id-1419 {
    background-color: #1a1a1a;
}

body.page-id-1519 {
    background-color: #ffffff;
}

.page-id-178 .appeal {
	max-height: 750px;
}

.page-id-185 .appeal {
  background-image: url("https://d-bonds.jp/wp-content/uploads/company.jpg");
	max-height: 600px;
}

.page-id-186 .appeal {
  background-image: url("https://d-bonds.jp/wp-content/uploads/contactus.jpg");
	max-height: 600px;
}

.page-id-183 .appeal {
  background-image: url("https://d-bonds.jp/wp-content/uploads/about3.jpg");
	max-height: 600px;
}

.page-id-1419 .appeal {
  background-image: url("https://d-bonds.jp/wp-content/uploads/marine.jpg");
	max-height: 600px;
}

.page-id-1519 .appeal {
  background-image: url("https://d-bonds.jp/wp-content/uploads/font-established-e1749641731735.jpg");
	max-height: 200px;
}

/*mobile menu color*/
.mobile-menu-buttons {
background: black;
color: white;
}

.mobile-menu-buttons .menu-button > a {
color: white;
}

/*background color*/
html, body {
	overflow-x: hidden;
}
.top1 {
	overflow: hidden;
    background: #ffffff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

.top2 {
	overflow: hidden;
    background: #ffffff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

/*Google reCAPTCHA c3 hidden*/
.grecaptcha-badge { visibility: hidden; }

/*mobile appeal area*/
@media (max-width: 767px){
#appeal {
height: 75vw; 
}

/*mobile menu color*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #1a1a1a;
	transform: translateX(101%);
}

.menu-drawer a{
	color: #ffffff;
}

/*mobile menu shadow remove*/	
@media screen and (max-width: 1023px){
    .mobile-header-menu-buttons {
        box-shadow:none;
    }
}

/*SE date remove*/	
.home.page .post-date{
display: none;
}

.home.page .post-update{
display: none;
}
	
#post-178 .date-tags,#post-178 .date-tags,#post-178 .date-tags {
display: none;
}