@charset "UTF-8";
/* CSS Document */
Theme Name: XrossRecords
Author: XrossRecords
Description: Xross_Records_Official_Site
Version: 1.0

/*/////全体共通/////*/


html { scroll-behavior: smooth;}

body {
	margin: 0;
	padding: 0;
	border: none;
	background: #F2F2F2;
	font-family: sans-serif;
}

/*PC アンカーリンクPadding設定*/
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
	
#contents {
	margin: 0 auto 100px;
	padding-top: 30px;
	}

#blog_contents{
	margin: 0 auto 100px;
	color: #000;
}

#blog_contents a {
	color: #F15A24;
}
#blog_contents a:hover {
	opacity: 0.7;
}
#blog_contents figcaption {
	text-align: center;
	color: #444;
}

#blog_contents p {
	margin-bottom: 10px;
}

ul.nav_hover li a:hover {
	color: #F15A24;
}

ul.nav_hover a:visited {
	color: #fff;
}



@media screen and (min-width:1024px) {
	#contents {
	width: 1200px;
	}
	#blog_contents{
	width: 1000px;
	padding-top: 100px;
	}
	
	
	#blog_contents img {
		display: block;
	}
	
	#blog_contents figcaption {
		font-size: 14px;
	}
	
}
/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	#contents {
	width: 100%;
	}
	#blog_contents{
	width: 100%;
	padding: 80px 10px 0px;
	}
	#blog_contents p{
		padding: 10px;
	}
	
	#blog_contents figcaption {
		font-size: 10px;
	}
}

/*スマホで2カラム表示*/
@media screen and (max-width: 1023px) {
.column-wrap{
        flex-direction: row !important;
}
}



/*/////-----リンク設定-----/////*/
#contents a,#blog_contents a,.news_contents a {
	text-decoration: none;
	color: #000;
}
#contents a,#blog_contents a,.news_contents a:visited {
	text-decoration: none;
	color: #000;
}

#contents a:hover {
	color: #F15A24;
	opacity: 0.7;
}

.footer_contents a,.header_contents ul a {
	color: #fff;
	text-decoration: none;
}

.footer_contents a:hover,.header_contents ul a:hover {
	color: #F15A24;
}

.footer_contents a:visited,.header_contents ul a:visited {
	color: #fff;
}

/*/////-----見出し-----/////*/
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	border: none;
}


/*　ハンバーガーボタン　*/

	#nav-content p a {
		color: #000;
		text-decoration: none;
	}

	#nav-content p a:hover {
		color: #000;
	}

	#nav-content p a:visited {
		color: #000;
	}

	#nav-drawer {
		position: relative;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
	  display: inline-block;
	  width: 30px;
	  height: 22px;
	  vertical-align: middle;
	}

	/*ハンバーガーの形をCSSで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 2px;/*線の太さ*/
	  width: 25px;/*長さ*/
	  border-radius: 1px;
	  background: #fff;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -8px;
	}
	#nav-open span:after {
	  bottom: -16px;
	}

	/*閉じる用の薄黒箇所*/
	#nav-close {
	  display: none;
	  position: fixed;
	  z-index: 99;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}

	/*メニューの中身*/
	#nav-content {
		padding: 30px;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 90%;
		max-width: 330px;/*最大幅（お好みで調整を）*/
		height: 100%;
		background: #F15A24;
		text-align: left;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	#nav-content p {
		font-size: 26px;
		font-family: 'Michroma', sans-serif;
		color: #000;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		width: 100%;
	}

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-close {
	  display: block;
	  opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.header-logo-menu {
		text-align: right;
	}

	p.drawer_link i {
		width: 40px;
	}



/*PC*/
@media screen and (min-width:1024px) {
	#nav-drawer {
		display: none;
	}
}

/*　ハンバーガーボタンここまで　*/


/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	h1{
		line-height: 34px;
		padding: 10px;
	}
}

/*PC*/
@media screen and (min-width:1024px) {
	h1{
		line-height: 34px;
	}
}



h1 {
	border-bottom: 3px #000 solid;
	font-size: 26px;
	margin-bottom: 40px;
}


h2 {
	font-family: 'Michroma', sans-serif;
	font-size: 40px;
}

span.blog_date {
	font-size: 12px;
	background: #000;
	padding: 3px 15px;
	color: #F15A24;
	display: inline-block;
	font-family: 'Michroma', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}

span.update {
	font-family: 'Michroma', sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
}

/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {	
	h2 {
		text-align: center;
		margin-bottom: 10px;
	}
}

h3{
	font-size: 12px;
}
/*/////-----クリア-----/////*/
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}


/*/////-----ヘッダー-----/////*/
.header {
	background: #000;
	position: fixed;
	z-index: 100;
	width: 100%;
}

.header_contents {
	margin: 0 auto;
}

.header ul li.sns_icon {
	padding-left: 10px;
}

@media screen and (min-width:1024px) {
	.header {
		height: 80px;
		border-bottom: 5px solid #F15A24;
	}
	
	.header_contents {
	width: 1200px;
	}

	.header ul {
	float: right;
	margin-top: 25px;
	}

	.header img {
	float: left;
	margin-top: 20px;
	}

	.header ul li {
	font-family: 'Michroma', sans-serif;
	font-weight: bold;
	color: #fff;
	list-style: none;
	float: left;
	padding-left: 40px;
	}
	
}

/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	.header {
		height: 60px;
		width: 100%;
		border-bottom: 3px solid #F15A24;
		
	}
	.header_contents {
		width: 100%;
		height: 60px;
		position: relative;
		padding: 18px;
	}
	.header ul {
		display: none;
	}
	
	.logo-area {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.logo-area img {
		width: auto;
		height: 30px;
	}
}



/*/////-----スライド-----/////*/
@media screen and (min-width:1024px) {
	.slider {
		background: url("img/slider_bg.jpg") no-repeat center;
		width: 100%;
		padding-top: 80px;
		text-align: center;
	}
	
	.mobile_slider {
		display: none!important;
	}
	
	.pc_slider {
		width: 1470px;
		margin: 0 auto;
		text-align: center;
	}
	li.mobile_img {
		display: none;
	}

}

/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	.slider img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.pc_slider {
		display: none!important;
	}
	
	.slider {
		padding-top: 60px;
	}
	
}


/*/////-----Newsー-----/////*/
@media screen and (min-width:1024px) {
	#news {
		width: 1200px;
		margin: 0 auto;
	}
}
/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	#news {
		width: 100%;
		margin: 0 auto;
	}
	
}


/* サムネイル - 横いっぱい */
ul#npcatch {	
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items:left;
	flex-wrap:wrap;
	line-height: 24px;
}

ul#npcatch li {
	list-style: none;
	background-color: #EAEAEA;
}

.npcatch::after {
display: block;
content:"";
width: 380px;
}


span.date {
	display: block;
	font-size: 12px;
	color: #F15A24;
	border-bottom: 1px solid #868686;
	padding-bottom: 10px;
	}

@media screen and (min-width:1024px) {
	ul#npcatch {
	width: 1200px;
	gap: 20px 20px; /* 余白 */
	}
	
	ul#npcatch .detail {
		width:380px;
		padding:15px;
	}
	
	ul#npcatch figure {
		height: 160px;
		width: 100%;
		overflow: hidden;
	}
	
	ul#npcatch li img {
		height: auto;
		overflow: hidden;
	}
	
	
	
}
/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	ul#npcatch {
		font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
		width: 100%;
	}
	
	ul#npcatch li img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	ul#npcatch .detail {
		font-size: 20px;
		width: 100%;
	}
	ul#npcatch figure {
		height: 200px;
		overflow: hidden;
		width: 100%;
		margin-bottom: 5px;
	}
	ul#npcatch li {
		padding: 5%;
		width: 100%;
	}
}


.news_contents {
	margin-bottom: 50px;
}

.news_contents a {
	font-size: 14px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.news_contents a:visited {
	color: #000;
	text-decoration: none;
}
.news_contents a:hover {
	color: #F15A24;
	text-decoration: none;
}

.top_contents img {
	width: 100%;
	height: auto;
}

.top_contents {
	display: flex;
	flex-wrap: wrap; /* 折返し指定 */
	justify-content: space-between;
	align-items: left;
	margin: 0 auto 50px;
}



@media screen and (min-width:1024px) {
	.top_contents {
		width: 1200px;
	}
	
	.top_contents p {
	width: 380px;
	height: auto;
	}
}

/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	.top_contents {
		width: 100%;
	}
	
	.top_contents p {
		width: 100%;
		height: auto;
		padding: 10px;
	}
}


/*/////-----フッター-----/////*/
#footer {
	background: #000;
	width: 100%;
	margin: 0 auto;
}
.footer_contents {
	margin: auto;
}
.footer_logo {
	background: #000;
}
#footer ul {
	font-family: 'Michroma', sans-serif;
	float: right;
	padding-top: 70px;
}
#footer ul li {
	list-style: none;
	display: inline;
	padding-left: 50px;
}
#footer ul li.sns_icon {
	padding-left: 10px;
}
div.copyright {
	font-family: 'Michroma', sans-serif;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 8px;
	padding-bottom: 10px;
	width: 100%;
}

#go_top {
	font-size: 26px;
	color: #B2B2B2;
	height: 50px;
	width: 100%;
	background: #444;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.go_top,a.go_top:hover,a.go_top:visited {
	text-decoration: none;
}


@media screen and (min-width:1024px) {
	#footer {
		height: 200px;
	}
	
	.footer_contents {
		width: 1200px;
	}
	.footer_logo {
		float: left;
		padding-top: 70px;
	}
}
/*スマートフォン用CSS*/
@media screen and (max-width: 1023px) {
	#footer {
		height: 200px;
	}
	
	.footer_contents {
		width: 100%;
	}
	.footer_logo {
		width: 100%;
		height: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer ul {
		display: none;
	}
}

