@charset "utf-8";

.sns {
	top: 500px !important;
	background-color: rgba(255,255,255,0) !important;
}

.brSP {
	display: inline-block;
}

#TOP {
	margin-top: -84px;
	padding-top: 84px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
	#TOP {
		margin-top: -22.4vw;
		padding-top: 22.4vw;
	}
}


/*-----------------------------------------------
	タイトル
-----------------------------------------------*/
.Contenttitle {
	text-align: center;
	margin-top:110px;
	margin-bottom: 90px;
	margin-right: auto;
	margin-left: auto;
}

.Contenttitle{
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.Contenttitle p {
  text-transform:uppercase;
	    margin: -1%;
}
.Contenttitle span {
	display: block;
	font-size: 14px;
	padding-top: 0.5em;
}
	
@media screen and (min-width: 0) and (max-width: 768px) {
	.Contenttitle {
		margin-top:2em;
		margin-bottom: 2em;
	}

	.Contenttitle{
		font-size: 4vw;
		letter-spacing: 0.1em;
		font-weight: 400;
	}

	.Contenttitle span {
		display: block;
		font-size: 3vw;
		padding-top: 0.5em;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	}

}


/*-----------------------------------------------
	マガジン一覧
-----------------------------------------------*/
.archive_wrap{
margin-left: auto;
margin-right: auto;
}

.archive_wrap li{
	text-align: left;
}

.archive_wrap .single_date{
	color: #1a0c08;
	margin-top: 1em;
}

.archive_wrap .single_title{
    font-weight: normal;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
	letter-spacing: 0;
	line-height: 140%;
}

.archive_wrap .read_more{
	display: block;
	background-color: #1a0c08;
	color: #ffffff;
	text-align: center;
	position: relative;
	text-indent: -0.8em;
}

.archive_wrap .read_more::after {
    top: 0.7em;
    right: 1.2em;
    width: 4px;
    height: 4px;
}

.archive_wrap .read_more::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.archive_wrap > ul > li > a > span{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  position: relative;
}

.archive_wrap > ul > li > a > span > img,
.archive_wrap > ul > li > a > span .no_img{
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
  height: 100%;
}
.archive_wrap > ul > li > a > span > img{
  object-fit: cover;
}
.archive_wrap > ul > li > a > span .no_img{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #cccccc;
}

/*PC*/
@media screen and (min-width: 769px){
	.archive_wrap{
		width: 1038px;
    padding: 0 20px;
	}

	.archive_wrap li{
		float: left;
		width: calc((100% - 110px) / 3);
		margin-right: 55px;
		margin-bottom: 97px;

	}
	/*1ページ目だけ*/
	.archive_wrap .is-first-page li:nth-of-type(1){
		width: calc((100% - 54px) / 2);
		margin-right: 54px;
		margin-bottom: 115px;
	}

	.archive_wrap .is-first-page li:nth-of-type(2){
		width: calc((100% - 54px) / 2);
		margin-bottom: 115px;
	}
	
	.archive_wrap .is-first-page li:nth-of-type(3n+2){
		margin-right: 0;
	}
	
	.archive_wrap .is-first-page li:nth-of-type(3n){
		margin-right: 55px;
	}
	
	/*1ページ目だけ*/

	.archive_wrap li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.archive_wrap .read_more{
		width: 119px;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	
	.archive_wrap .single_date{
		font-size: 14px;
	}


	.archive_wrap .single_title{
		font-size: 18px;
	}
}

@media screen and (min-width: 0) and (max-width: 768px) {
	.archive_wrap{
		width: 100%;
		margin-bottom: 3vw;
	}
	
	.archive_wrap li img{
		width: 100%;
	}
	
	.archive_wrap li{
		width: 48%;
		margin-bottom:15vw;
		float: left;
	}
	
	.archive_wrap li:nth-of-type(2n){
		margin-left: 4%;
	}
		
	/*1ページ目だけ*/
	.archive_wrap .is-first-page li:nth-of-type(1),.archive_wrap .is-first-page li:nth-of-type(2){
		width: 100%;
		margin-left: 0;
		clear: both;
	}

	.archive_wrap .is-first-page li:nth-of-type(1) .single_title,.archive_wrap .is-first-page li:nth-of-type(2) .single_title{
		font-size: 4vw!important;
	}	
	/*1ページ目だけ*/	
	
		
	.archive_wrap .read_more{
		width: 30vw;
		font-size: 3.2vw;
		padding-top: 1vw;
		padding-bottom: 1vw;
	}	
	
	.archive_wrap .single_date{
		font-size: 3.2vw;
	}

	.archive_wrap .single_title{
		font-size: 3.5vw;
		margin-top: 0.5em;
	}
}



/*お知らせはございません。*/
.error.no-magazine{
	margin-bottom: 10em;
	margin-top: -2em;
	font-size: 110%;
}

@media screen and (min-width: 0) and (max-width: 768px) {
	.error.no-magazine{
		margin-top: 0em;
		margin-bottom: 5em;
	}
}



/*マガジン一覧エラー*/
.redirect-error{
	text-align: center;
	padding: 35px 33px;
}
.Magazine_List{
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #cccccc;
		width: 750px;
		margin-bottom: 150px;
		/*border-bottom: 1px solid #cccccc;*/
}
@media screen and (max-width: 768px) and (min-width: 0){
	.Magazine_List {
		width: 100%;
		margin-bottom: 6em;
	}
}