@charset "UTF-8";

/*------------------------
common.css上書き
------------------------*/

h2{
	font-size: 24px;
	line-height: 1;
	/* display: inline;
	position: relative; */
}



/*------------------------------
テキストの下に下線を引く
h2::after {
	content: '';
	position: absolute;
	bottom: -2px; 
	left: 0;
	width: calc(100% + 40px);
	height: 2px;
	background-color: #333;
	content: '';
  }

------------------------------*/

.ttl-wrap{
	margin-bottom: 24px;
	position:relative;
	padding-left: 18px;
}
.ttl-wrap::before{
	content: "";
	display:inline-block;
	width:6px;
	height:34px;
	background-color:crimson;
	position:absolute;
	top:-3px;
	left:0px;
}
/*------------------------
ファーストビュー
------------------------*/
#topimg {
	background: #fff url(/pc/img/index/main_bg.jpg) no-repeat center;
	background-size: cover;
}
#topimg .inner{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 160px 140px;
}
#topimg .inner .text-bg{
	background: rgba(0, 0, 0, 0.5) no-repeat center 20px;
	background-size: 760px 280px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 100px;
}

#topimg .inner h1{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	height: 114px;
	margin: -1px auto 32px;
	line-height: 1.65;

}
#topimg .inner h1 span{
	font-size: 48px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 900;
	margin: -10px auto 0;
	display: inline-block;
	background: linear-gradient(90deg, #0CB4EA, #08914A);
	background: -webkit-linear-gradient(0deg, #0CB4EA, #08914A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.5px #eeeeee;
}

#topimg .inner p{
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	line-height: 1.4;
}

/*------------------------
サーチボックス
------------------------*/

.top-searchbox-container {
    display: flex;
    justify-content: center;
}

.top-searchbox {
    width: 600px;
    height: 50px;
}

.top-searchbox form {
    display: flex;
    align-items: center;
}

.top-searchbox input[type="text"] {
    width: 415px;
	height: 50px;
	margin: 0;
}

.top-searchbox select {
    width: 123px;
	height: 50px;
	padding:  10px 0 10px 10px;
}

.top-searchbox button {
    width: 63px;
	height: 50px;
	padding: 0;
    color: #eee;
    background-color: #333333;
	font-weight: 300;
	font-size: 16px;
}

/*------------------------
セクション共通
------------------------*/
section .inner{
	width: 1080px;
	margin: 0 auto;
}

/*------------------------
素材ページ選択
------------------------*/
.post-wrapper {
	text-align: center;
	position: relative;
    top: -60px;
	margin-bottom: 40px;
  }
  
  .post-content {
	width: 1080px;
	margin: 0 auto;
  }
  
  .post-inner {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
  }
  
  .post-inner li {
	width: 120px;
	height: 120px;
	border: 1px solid black;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ffffff;
	margin-right: 100px;
}

  .post-inner li:last-child {
	margin-right: 0; /* 最後のliにはマージンを適用しない */
  }

  .post-inner a {
	display: block;
	text-decoration: none;
	color: inherit;
  }
  
  .post-inner img {
	width: auto;
	padding: 20px 30px 0;
  }
  
  .post-inner span {
	display: block;
	text-align: center;
	line-height: 1.4;
  }

  /*---------------------
  カテゴリ選択
  -----------------------*/
.left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }


  /*--------------------
  最新写真素材
   ----------------------*/
  #photo-news {
	margin-bottom: 40px;
  }
 

  #photo-news .news-inner{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }

  #photo-news .news-inner li {
	width: 180px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #333;
  }
  #photo-news .news-inner li.none {
	width: auto;
    background-color: transparent;
}

  #photo-news .news-inner li{
	margin-right: 10px;
  }
  /* 記事の4つ目と8つ目のmargin-rightをなくす */
#photo-news .news-inner li:nth-child(4n){
  margin-right: 0;
}

  /* カテゴリアイテム内の画像とキャプション */
  #photo-news .news-inner a {
	display: block;
	position: relative;
	text-decoration: none;
	height: 100%;
  }
  
  #photo-news .news-inner img {
    width: 180px;
    height: 180px;
    display: block;
    object-fit: contain;
  }
  
  #photo-news .news-inner span {
	display: block;
	width: 100%;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	position: absolute;
    left: 0;
    bottom: 0;
  }

  .photo-archive a{
	display: inline;
	font-size: 16px;
	border-radius: 5px;
	}

  .photo-archive a::before{
	content: '';
	display: inline-block;
	vertical-align: inherit;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right: 6px;
}
#photo-news::after{
	content: '';
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #333;
}


  /*--------------------
  最新動画素材
   ----------------------*/
   #video-news {
	margin-bottom: 40px;
  }

  
  #video-news .news-inner{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }

  #video-news .news-inner li {
/*	width: 240px;
	height: 135px; */
	margin-bottom: 10px; /* 各アイテムの下に10pxのマージン */
	box-sizing: border-box;
	background-color: #333;
  }
  #video-news .news-inner li.none {
	width: auto;
    background-color: transparent;
}

  #video-news .news-inner li{
	margin-right: 10px;
  }
  /* 記事の4つ目と8つ目のmargin-rightをなくす */
#video-news .news-inner li:nth-child(3n){
  margin-right: 0;
}


  /* カテゴリアイテム内の画像とキャプション */
  #video-news .news-inner a {
	display: block;
/*	position: relative; */
/*	text-decoration: none;*/
	height: 100%;
  }

  #video-news .news-inner img {
/*	width: 100%;
	height: 100%; */

	width: 240px;
	height: 135px;

	display: block;
  }
  
  #video-news .news-inner span {
	display: block;
	width: 100%;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
/*	position: absolute;
    left: 0;
    bottom: 0;*/
  }

  #video-news .news-inner a video{
	display: none;
  }


  .video-archive a{
	display: inline;
	font-size: 16px;
	border-radius: 5px;
	}

  .video-archive a::before{
	content: '';
	display: inline-block;
	vertical-align: inherit;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right: 6px;
}
	#video-news::after{
	content: '';
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #333;
}

  /*--------------------
  最新音楽素材
   ----------------------*/
   #music-news {
	margin-bottom: 40px;
  }
 

  #music-news .news-music-inner{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }

  #music-news .news-music-inner .container {
	width: 100%;
	box-sizing: border-box;
	/* border: 1px solid #666; */
	padding: 20px;
	margin-bottom: 14px;
	box-shadow: 1px 3px 5px 1px #ccc;
	/* border-radius: 10px; */
  }

  #music-news .news-inner li.none {
    border: 0px;
}

  .news-music-warpper{
	width: 100%;
	display: flex;
	padding-bottom: 6px;
	box-sizing: border-box;
  }
	


  .music-contorl-box{
	display: flex;
	flex-direction: column;
	width: 90%;
	padding-left: 20px;
  }

    #music-news .news-music-inner img {
	width: 90px;
	height: 90px;
	display: block;
  }
  
  .music-contorl-box span a {
	color: #1e1e1e;
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
    font-weight: 500;
  }

  .music-contorl-box audio {
	width: auto;
  }

.music-start-info{
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.music-item-category p {
	padding-bottom: 8px;
}

  .music-archive a{
	display: inline;
	font-size: 16px;
	border-radius: 5px;
	}

  .music-archive a::before{
	content: '';
	display: inline-block;
	vertical-align: inherit;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right: 6px;
}
#music-news::after{
	content: '';
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #333;
}

/*------------------------
お知らせ
------------------------*/

#news {
	margin-bottom: 80px;
}



#news ul{
	width: 750px;
	margin: 0 auto 20px;
}
#news li{
	margin-bottom: 10px;
	display: flex;
}

#news ul li a{
	display: flex;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 500;
}
#news ul li .day{
	margin-right: 30px;
	display: block;
}
#news .news a{
	display: inline;
	font-size: 16px;
	border-radius: 5px;
}
#news .news a::before{
	content: '';
	display: inline-block;
	vertical-align: inherit;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right: 6px;
}


.news-inner .none{
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: none;
}

