@charset "utf-8";
/*==============================================================

	header_footer.css

================================================================*/
/*	header
------------------------------------------------------------*/
#top-head {
	top: 0;
	position: fixed;
    width: 100%;
    
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
	width: 100%;
	padding: 0;
}
#top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}

body.stopSc{
	overflow-y: hidden !important;
}
#top-head .inner #global-nav{
	position: fixed;
	height: 100%;
}

 
/* Fixed */
#top-head.fixed {
    top: 0;
    position: fixed;
    height: 70px;
    background: #fff;
    background: rgba(255,255,255,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    margin-top: 0;
	padding-top: 0;
/*	background: transparent;*/
}
#top-head.open #mobile-head{
    /*background: #141414;*/
    transition: top 0.65s ease-out;
    -webkit-transition: top 0.65s ease-out;
    -moz-transition: top 0.65s ease-out;
}

#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 30px;
	top: 25px;
    margin-bottom: 0;
}
#top-head .logo a{
    display: block;
	text-indent: -10000px;
	background: url("../images/logo_bc_wht_pc.svg") no-repeat;
	background-size: contain;
    width: 425px;
    height: 22px;
}
#top-head.fixed .logo a{
	background: url("../images/logo_bc_blk_pc.svg") no-repeat;
}
#top-head.open .logo{
	/*opacity: 0;*/
    transition: top 0.65s ease-out;
    -webkit-transition: top 0.65s ease-out;
    -moz-transition: top 0.65s ease-out;
}
#top-head.open .logo a{
	background: url("../images/logo_bc_wht_pc.svg") no-repeat;
}
#top-head.open #mobile-head {
	background: none;
}

/* 最初から白背景のヘッダー時 */
.gnaviWht #top-head #mobile-head {
	background: #fff;
}
.gnaviWht #top-head .logo a{
	background: url("../images/logo_bc_blk_pc.svg") no-repeat;
}
.gnaviWht #top-head.open #mobile-head {
	background: none;
}



/* Toggle Button */
#nav-toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 101;
	padding: 20px 17px;
	background: #000;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 4px;
}
#nav-toggle span:nth-child(2) {
    top: 16px;
}
#nav-toggle span:nth-child(3) {
    top: 28px;
}

/* Fixed reset */
#mobile-head {
	/*background: #fff;*/
	width: 100%;
	height: 70px;
	z-index: 999;
	position: relative;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -993px;
/*    background: rgba(0,0,0,0.52);*/
	width: 100%;
	text-align: center;
	padding: 83px 0 50px 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(993px);
	-webkit-transform: translateY(993px);
	transform: translateY(993px);
    background: rgba(0,0,0,0.92);
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media only screen and (min-width:1366px) and (orientation: landscape){
	#global-nav {
	/* 開いてないときは画面外に配置 */
		top: -1093px;
	}
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(1093px);
		-webkit-transform: translateY(1093px);
		transform: translateY(1093px);
	}

}



#global-nav #global-nav-inner,
#global-nav .entryArea{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
/*    border: 1px dashed #f00;*/
}
#global-nav #global-nav-inner::after{
	content:"";
	display: block;
	width:30%;
}
#global-nav #global-nav-inner ul.mSet,
#global-nav .entryArea dl{
    width: 30%;
}
#global-nav #global-nav-inner ul.mSet a:hover,
#global-nav .entryArea dl a:hover{
    color: #d0121b;
}
#global-nav #global-nav-inner ul.mSet{
    border-left: 1px solid #666;
    padding: 8px 0 20px 24px;
    margin: 0 0 30px 0;
    line-height: 2;
}
#global-nav #global-nav-inner ul.mSet li{
    font-size: 26px;
	font-family: 'Noto Serif JP', serif;
    margin: 0;
    letter-spacing: 1px;
	line-height: 1.2;
}
#global-nav #global-nav-inner ul.mSet li span{
    display: block;
    color: #666;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
	margin-bottom: 1.7em;
}
#global-nav #global-nav-inner ul.mSet ul.mSetInn{
	margin-top: 0.8em;
}
#global-nav #global-nav-inner ul.mSet ul.mSetInn li{
    margin: 0;
    font-size: 14px;
	line-height: 2;
    letter-spacing: 1px;
}

/* 未公開 */
#global-nav #global-nav-inner ul.mSet.unpub{
    border-left: 1px solid rgba(51,51,51,0.3);
}
#global-nav #global-nav-inner ul.mSet li span{
    color: #8a8a8a;
}
#global-nav #global-nav-inner ul.mSet ul.mSetInn li{
    font-family: 'Noto Sans JP', sans-serif;
}
#global-nav #global-nav-inner ul.mSet.unpub a{
	pointer-events:none;
	opacity: 0.4;
}


/* entryArea */
#global-nav .entryArea{
	padding-top: 30px;
}
#global-nav .entryArea dl{
	width: 31%;
}
#global-nav .entryArea dl:nth-of-type(2){
	margin-left: 3.5%;
	margin-right: 3.5%;
}
#global-nav .entryArea dl dt{
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	color: #bebebe;
	padding-bottom: 20px;
}

#global-nav .entryArea dl dd{
	display: block !important;
    /*display: inline-block;*/
	border-bottom: 1px solid #333;
    position: relative;
	margin: 0 0 10px 0;
}
#global-nav .entryArea dl dd::after {
    background: #d0121b;
    bottom: -1px;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    transition: .3s all;
    width: 50px;
}
#global-nav .entryArea dl dd:hover::after {
    width: 100%;
}
#global-nav .entryArea dl dd a{
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 50px 13px 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
	font-weight: 300;
}
#global-nav .entryArea dl dd a:hover{
    color: #d0121b;
}
#global-nav .entryArea dl dd a::before,
#global-nav .entryArea dl dd a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#global-nav .entryArea dl dd a::before{
    right: 18px;
    width: 16px;
    height: 1px;
    background: #d0121b;
}
#global-nav .entryArea dl dd a::after{
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #d0121b;
    border-right: 1px solid #d0121b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*	footer
======================================================================*/
/* pageTop
-------------------------------------------------------*/
#pageTop{
    width: 1000px;
	margin: 0 auto !important;
}
#pageTop a{
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
/*    bottom: 140px;
    right: calc((100% - 1200px) / 2);*/
    width: 63px;
    height: 63px;
    z-index: 1000;
    text-indent: -9999px;
    background:#000;
    text-decoration: none;
    opacity: .75;
    z-index: 998;
}
#pageTop a span{
    position: relative;
    display: block;
    width: 63px;
    height: 63px;
}
#pageTop a span::before,
#pageTop a span::after{
    position: absolute;
    top: 16px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#pageTop a span::before{
    top: 0px;
    left: 0;
    height: 25px;
    width: 1px;
    background: #fff;
}
#pageTop a span::after {
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid #fff 1px;
    border-right: solid #fff 1px;
    transform: rotate(-45deg);
    top: -12px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}
/* hover */
#pageTop a:hover span::before{
    background: #d0121b;
}
#pageTop a:hover span::after{
    border-top: solid #d0121b 1px;
    border-right: solid #d0121b 1px;
}


/* #footerArea
-------------------------------------------------------*/
section#footerArea{
	width: 100%;
	background: #000;
	color: #fff;
    position: relative;
}
section#footerArea a:link,
section#footerArea a:hover,
section#footerArea a:visited{
	color: #fff;
}

section#footerArea .entryArea{
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 120px 0;
}
section#footerArea .entryArea .inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin-bottom: 90px;
}
section#footerArea h2{
	font-size: 65px;
    font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: 5px;
}
section#footerArea .entryArea dl{
	width: 31%;
}
section#footerArea .entryArea dl:nth-of-type(2){
	margin-left: 3.5%;
	margin-right: 3.5%;
}
section#footerArea .entryArea dl dt{
	font-size: 20px;
	color: #bebebe;
	padding-bottom: 35px;
}

section#footerArea .entryArea dl dd{
	display: block !important;
    /*display: inline-block;*/
	border-bottom: 1px solid #333;
    position: relative;
	margin: 0 0 10px 0;
}
section#footerArea .entryArea dl dd::after {
    background: #d0121b;
    bottom: -1px;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    transition: .3s all;
    width: 50px;
}
section#footerArea .entryArea dl dd:hover::after {
    width: 100%;
}
section#footerArea .entryArea dl dd a{
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 50px 13px 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
	font-weight: 300;
}
section#footerArea .entryArea dl dd a:hover{
    color: #d0121b;
}
section#footerArea .entryArea dl dd a::before,
section#footerArea .entryArea dl dd a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

section#footerArea .entryArea dl dd a::before{
    right: 18px;
    width: 16px;
    height: 1px;
    background: #d0121b;
}
section#footerArea .entryArea dl dd a::after{
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #d0121b;
    border-right: 1px solid #d0121b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*  */
section#footerArea .entryArea ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    list-style: none;
    padding: 0;
}
section#footerArea .entryArea ul li{
	width: 32%;
}
section#footerArea .entryArea ul::after{/*3つ（BC Design追加）になったら消す*/
    content: "";
    display: block;
	width: 32%;
    height: 0;
}
section#footerArea .entryArea ul li:nth-of-type(1) a,
section#footerArea .entryArea ul li:nth-of-type(3) a{
    text-indent: -10000px;
}
section#footerArea .entryArea ul li:nth-of-type(2) a{
    padding: 25px 25px 25px 0;
	text-decoration: none;
}
section#footerArea .entryArea ul li:nth-of-type(2){
	margin-left: 2%;
	margin-right: 2%;
}

section#footerArea .entryArea ul li a{
    display: block;
    text-align: left;
    position: relative;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
    border: 1px solid #666;
	font-weight: 300;
}
section#footerArea .entryArea ul li a span{
	padding: 25px;
}
section#footerArea .entryArea ul li a:hover {
    color: #000;
    text-decoration: none;
}

section#footerArea .entryArea ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate3d(-100%, 0, 0);
    transition: .3s;
}
section#footerArea .entryArea ul li a:hover::before {
    transform: translate3d(0, 0, 0);
}
section#footerArea .entryArea ul li a::after{
    position: absolute;
    top: 44%;
    right: 20px;
    content: '';
    background: url("/shared/images/icon_window.svg");
    width: 12px;
    height: 12px;
    z-index: 1;
}

section#footerArea .entryArea ul li:nth-of-type(1) a span{
    display: block;
    background: url("../images/logo_wantedry_wht.svg") no-repeat;
    background-size: 156px 25px;
    background-position: 20px center;
}
section#footerArea .entryArea ul li:nth-of-type(1) a span:hover{
    background: url("../images/logo_wantedry_gry.svg") no-repeat;
    background-size: 156px 25px;
    background-position: 20px center;

}
section#footerArea .entryArea ul li:nth-of-type(3) a span{
    display: block;
    background: url("../images/logo_designsite.svg") no-repeat;
    background-size: 223px 21px;
    background-position: 25px center;
}
section#footerArea .entryArea ul li:nth-of-type(3) a span:hover{
    background: url("../images/logo_designsite_gry.svg") no-repeat;
    background-size: 223px 21px;
    background-position: 25px center;

}






section#footerArea footer{
	width: 100%;
	border-top: 1px solid #333;
	padding: 20px 20px 25px 20px;
}
section#footerArea footer div{
	/*width: 50%;*/
}
section#footerArea footer a img:hover{
    opacity: 0.6;
}
section#footerArea footer p{
    margin: 0;
}
section#footerArea footer #footerLogo{
	float: left;
	margin: 1.5em 0 0 0;
}
section#footerArea footer #footerLogo a{
	display: block;
}
section#footerArea footer #footerLogo img{
	width: 224px;
    height: 26px;
}
section#footerArea footer #footerCopy{
	float: right;
	text-align: right;
}
section#footerArea footer #footerCopy dl{
	float: right;
	height: 39px;
	text-align: right;
	margin: 0 0 0.5em 0;
}
section#footerArea footer #footerCopy dl dt{
	display: none;
	float: left;
	width: 4em;
	margin: 1em 0 0 0;

}
section#footerArea footer #footerCopy dl dd,
section#footerArea footer #footerCopy dl dd ul li{
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    text-align: right;
    font-size: 10px;
}
section#footerArea footer #footerCopy dl dd ul{
    list-style: none;
	padding: 0 !important;
	height: 39px;
}
section#footerArea footer #footerCopy dl dd ul li{
	margin: 0 1px;
}
section#footerArea footer #footerCopy dl dd ul li a{
	display: block;
}
section#footerArea footer #footerCopy dl dd ul li a img{
	width: 39px;
    height: 39px;
    
}
section#footerArea footer #footerCopy p{
	display: block !important;
	clear: both;
	font-size: 12px;
    margin: 0.5em 0 0 0;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1224px){
	#global-nav {
		/* 開いてないときは画面外に配置 */
		top: -1370px;
	}
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(1370px);
		-webkit-transform: translateY(1370px);
		transform: translateY(1370px);
	}
	.open #global-nav #global-nav-wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
	.open #global-nav #global-nav-wrap .entryArea{
	}

	/*	footer
	======================================================================*/
	section#footerArea .entryArea{
		width: 100%;
		padding: 60px 20px 40px 20px;
	}


}

@media only screen and (max-width:1023px){
	/*	globalnavi
	===================================================================*/
	#global-nav #global-nav-inner ul.mSet li{
	    font-size: 24px;
	}
	
	/*	footer
	======================================================================*/
	/* pageTop
	-------------------------------------------------------*/
    #pageTop a{
        bottom: 140px;
        right: 10px;
        width: 63px;
        height: 63px;
    }
}





/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (max-width:767px){

	body.stopSc{
        height: 100vh;
		overflow-y: hidden !important;
	}
    
  

/*	globalnavi
------------------------------------------------------------*/
	#top-head .inner #global-nav{
		position: fixed;
		height: 100%;
	}
	#top-head .inner #global-nav #global-nav-wrap{
		height: 100%;
		overflow-y: scroll;
 		-webkit-overflow-scrolling: touch;
	}
	#top-head.fixed {
	    height: 50px;
	}
	#top-head.fixed .logo,
	#top-head .logo {
	    position: absolute;
	    left: 20px;
	    top: 10px;
        width: 56%;
		max-height: 47px;
    }
    #top-head .logo a{
        display: block;
        width: auto;
        height: auto;
	    background: url("../images/logo_bc_wht_sp.svg") no-repeat;
        background-size: 100%;
    }
    #top-head.fixed .logo a{
        background: url("../images/logo_bc_blk_sp.svg") no-repeat;
    }
    #top-head.open .logo a{
        background: url("../images/logo_bc_wht_sp.svg") no-repeat;
    }

    /* 最初から白背景のヘッダー時 */
    .gnaviWht #top-head .logo a{
        background: url("../images/logo_bc_blk_sp.svg") no-repeat;
    }
	
	#mobile-head {
		height: 50px;
	}
	/* Toggle Button */
	#nav-toggle {
	    width: 50px;
		height: 50px;
		padding: 15px 12px;
	}
	#nav-toggle span:nth-child(1) {
    	top: 0px;
	}
	#nav-toggle span:nth-child(2) {
		top: 9px;
	}
	#nav-toggle span:nth-child(3) {
		top: 18px;
	}

	#global-nav {
		/* 開いてないときは画面外に配置 */
		top: -1233px;
		width: 100%;
		padding: 83px 0 30px 0;
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(1233px);
		-webkit-transform: translateY(1233px);
		transform: translateY(1233px);
	}


	#global-nav #global-nav-inner ul.mSet{
        width: 100%;
        padding: 5px 0 5px 14px;
        margin: 0 0 20px 0;
        line-height: 1.5;
    }
	#global-nav #global-nav-inner ul.mSet li{
	    font-size: 22px;
		padding: 0;
	}
	#global-nav #global-nav-inner ul.mSet li span{
	    font-size: 7px;
	}
	#global-nav #global-nav-inner ul.mSet ul.mSetInn li{
	    font-size: 13.5px;
	}	

	/* .entryArea
	---------------------------------------------------*/
	#global-nav .entryArea{
		width: 100%;
/*		padding: 60px 20px 40px 20px;*/
	}
	#global-nav .entryArea dl{
        width: 100%;
		text-align: left;
    }
    #global-nav .entryArea dl:nth-of-type(2){
        margin: 1em 0;
    }
	#global-nav .entryArea dl dt{
        width: 100%;
    	font-size: 18px;
    	padding-bottom: 10px;
    }
    #global-nav .entryArea dl dd{
        float: left;
        width: 48%;
    	font-size: 14px;
    }
    #global-nav .entryArea dl dd:nth-of-type(2){
        margin-left: 4%;
    }
    /*  */
    #global-nav .entryArea ul{
	    width: 100%;
	    display: block;
        padding: 3em 0;
    }
    #global-nav .entryArea ul li{
	    width: 100%;
    }
    #global-nav .entryArea ul li:nth-of-type(2){
	    margin: 1em 0;
    }






/*	footer
======================================================================*/
/* pageTop
-------------------------------------------------------*/
    #pageTop a{
        bottom: 60px;
        right: 10px;
        width: 53px;
        height: 53px;
    }
	#pageTop a span{
	    width: 53px;
	    height: 53px;
	}
	#pageTop a span::before,
	#pageTop a span::after{
    	position: absolute;
    	top: 11px;
        bottom: 0;
        right: 0;
	}
	#pageTop a span::before{
	    top: 1px;
        left: 1px;
    	height: 21px;
	}
    #pageTop a span::after {
        width: 10px;
        height: 9px;
        top: -9px;
        bottom:  0;
        left:  0;
        right:  0;
    }
    
    /* hover */
    #pageTop a:hover span::before{background: #fff;}
    #pageTop a:hover span::after{border-color: #fff;}

/*	footer
------------------------------------------------------------*/
	section#footerArea .entryArea .inner{
		width: 100%;
		display: block;
	}
	section#footerArea h2{
		font-size: 54px;
	}
	section#footerArea .entryArea dl{
        width: 100%;
		text-align: left;
    }
    section#footerArea .entryArea dl:nth-of-type(2){
        margin: 5em 0;
    }
	section#footerArea .entryArea dl dt{
        width: 100%;
    	font-size: 18px;
    	padding-bottom: 15px;
    }
    section#footerArea .entryArea dl dd{
        float: left;
        width: 48%;
    	font-size: 14px;
    }
    section#footerArea .entryArea dl dd:nth-of-type(2){
        margin-left: 4%;
    }
    /*  */
    section#footerArea .entryArea ul{
	    width: 100%;
	    display: block;
        padding: 3em 0;
    }
    section#footerArea .entryArea ul li{
	    width: 100%;
    }
    section#footerArea .entryArea ul li:nth-of-type(2){
	    margin: 1em 0;
    }
    section#footerArea footer{
		display: block;
		text-align: center;
	}

	/* footer */
	section#footerArea footer{
		display: block;
	}
	section#footerArea footer #footerLogo{
		float: none;
		margin: 0;
	}
	section#footerArea footer #footerCopy{
		float: none;
		display: block;
		text-align: center;
	}
	section#footerArea footer #footerCopy dl{
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center !important;
		margin: 2.5em 0 0.5em 0;
	}
	section#footerArea footer #footerCopy dl dt,
	section#footerArea footer #footerCopy dl dd{
		float: left;
		display: block;		
	}



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (landscape)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*スマホ 横のみ*/
/*@media screen and (max-width: 767px) and (orientation: landscape){
    #top-head.fixed .logo,
    #top-head .logo {
    	left: 20px;
        top: 15px;
        line-height: 1.0;
    }
    #top-head .logo a{
        display: block;
        width: auto;
        height: auto;
	    background: url("../images/logo_bc_wht_pc.svg") no-repeat;
        background-size: 100%;
    }
    #top-head.fixed .logo a{
        background: url("../images/logo_bc_blk_pc.svg") no-repeat;
    }
}*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){


	
	
	
	
	
}