@charset "utf-8";
/*------------------------
全体
------------------------*/

main{
	width: 1080px;
	margin: 0 auto;
	margin-bottom: 90px;
}

/* メインカラム */

#main {
	padding-bottom: 40px;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;

}

#main .main-column{
	display: flex;
	justify-content: space-between;
}

/* メインカラム - left - */

#main .main-column .left{
	width: 750px;
}

.main-content{
	border: 1px solid #ccc;
	width: 750px;
}

.title-field{
	margin-bottom: 20px;
	padding: 40px 40px 0;
}

.main-content h1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	position:relative;
	padding-left: 18px;
}

.main-content h1::before{
	content: "";
	display:inline-block;
	width:6px;
	height:34px;
	background-color: var(--line);
	position:absolute;
	top:-3px;
	left:0px;
}

.main-content img{
	object-fit: contain;
	display: block;
	margin: 0 auto;	
}

.popup {
	display: none;
	height: 100vh;
	width: 100%;
	background: black;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
  }
  .content {
	background: #fff;
	padding: 30px;
	width: 50%;
  }
  .show {
	display: flex;
	justify-content: center;
	align-items: center;
  }


#main .main-column .right{
	width: 300px;
}

.tag-list {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: relative;
	padding-left: 40px;
}

.tag-list p{
	margin-right: 12px;
}

.tag-list::before{
	content: "";
	display: inline-block;
	background-image: url(/pc/img/photo/category_folder_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 8px;
	left: 0px;
}

.tag-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tag-list ul li{
	padding: 6px 12px;
	border: 1px solid var(--line);
	border-radius: 6px;
	margin-right: 8px;
}
.tag-list ul li:last-child {
	margin-right: 0;
  }

  /*　下のカテゴリ */
.tags-list {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: relative;
}

.tags-list p{
	margin-right: 12px;
}


.tags-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tags-list ul li{
	padding: 6px 12px;
	border: 1px solid var(--line);
	border-radius: 6px;
	margin-right: 8px;
}
.tags-list ul li:last-child {
	margin-right: 0;
  }

.main-img{
	display: flex;
	margin-bottom: 20px;
	padding: 0 40px;
    align-items: center;
}



#main .btn a{
    font-size: 18px;
    padding: 20px 50px;
	flex-direction: column;
	border-radius: 20px;
	background: none;
}

.dl-content{
	padding: 20px 40px 40px;
}



/* 利用規約aタグ */
.dl-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}

.dl-text .dl-t {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-left: 36px;
	position: relative;
	margin-bottom: 6px;
}
.dl-text .dl-t::before{
	content: "";
	display: inline-block;
	background-image: url(/pc/img/photo/dl_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.dl-text a{
	display: inline-block;
	color: rgb(185, 0, 0);
	border-bottom: 1px solid rgb(185, 0, 0);
	padding-bottom: 2px;
}

/* ダウンロード用ボタン */

.dlul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#main .btn .l a{
	background-color: #16af56;
	color: #fff;
	border-bottom: 5px solid #10813f;
}

#main .btn .l a:hover{
	margin-top: 3px;
	color: #fff;
	background: #15ad55;
	border-bottom: 2px solid #10813f;
	opacity: 1;
}
a.btn--shadow{
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


#main .btn a::after{
	content: none;
}

/* FV */
.ttl-wrap::before {
    content: none;
}

#topimg {
	background: #ddd;
	margin: 0 auto;
	padding: 4px 0;
	margin-bottom: 40px;
}

/* メインカラム- right - */
.information-field{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
}
.information-field p{
	margin-bottom: 20px;
}
.information-field .info-colimn{
	padding: 14px 0;
	border-top: 1px solid #ccc;
}
.information-field .info-colimn:last-child{
	border-bottom: 1px solid #ccc;
}
.information-field .info-colimn ul{
	display: flex;
	align-items: center;
}
.information-field .info-colimn ul .date{
	width: 60px;
}
.information-field .info-colimn ul .colon{
	margin-right: 20px;
}
/* カラム */
.column {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.column .left{
	width: 750px;
}
.column .right{
	width: 300px;
}
.column .left section{
	width: 750px;
}
.column .left section .inner{
	width: 750px;
}
#photo-news {
	margin-bottom: 40px;
  }
 

/* 写真一覧 */

.left h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	position:relative;
	padding-left: 18px;
}

.left h2::before{
	content: "";
	display:inline-block;
	width:6px;
	height:34px;
	background-color: var(--line);
	position:absolute;
	top:-3px;
	left:0px;
}

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

  #photo-list .photo-inner li {
	width: 180px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #333;
  }
  #photo-list .photo-inner li{
	margin-right: 10px;
  }
    /* 記事の4つ目と8つ目のmargin-rightをなくす */
	#photo-list .photo-inner li:nth-child(4n) {
  	margin-right: 0;
	}



  /* カテゴリアイテム内の画像とキャプション */
  #photo-list .photo-inner a {
	display: block;
	position: relative;
	text-decoration: none;
	height: 100%;
  }
  
  #photo-list .photo-inner img {
    width: 180px;
    height: 180px;
    display: block;
    object-fit: contain;
  }
  
  #photo-list .photo-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-list::after{
	content: '';
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #333;
}

#photo-list::after {
    content: none;
}

  /*--------------------
  最新音楽素材
   ----------------------*/
   #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;
}

.img-left{
	width: 20%;
}

.user img{
	margin-bottom: 10px;
}
.user{
	display: flex;
	align-items: center;
    flex-direction: column;
}
.user p{
	margin-bottom:0;
}

.main-img video{
	width: 100%;
}