/* ___________________________________

  タイトル
____________________________________ */

.ttlarea ul.outer {
	max-width: 1200px;
}
h1.ttl {
	padding: 1em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
h1.ttl span.en {
	color: #ebbf53;
	font-size: 20px;
	font-style: italic;
	font-family: 'Sorts Mill Goudy', serif;
	display: block;
}
h1.ttl span.jp {
	color: #ebbf53;
	font-size: 20px;
	font-style: italic;
	font-family: 'Sawarabi Mincho', serif;
	display: block;
}

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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 80px;
	background: #001011;
}
.container_subpage {
	padding: 0;
}
.archive_ul {
	margin-bottom: 7%;
}
.archive_ul li.outer-li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
}
.archive_ul {
	align-items: flex-start;
}
.archive_ul li.outer-li:nth-child(3n) {
	margin-right: 0;
}
.archive_ul ul.inner li.photo {
	width: 100%;
	position: relative;
}


/* 優待・専用タグ
--------------------------- */

/* 会員優待 */
.archive_ul ul.inner li.photo span.preferential {
	padding: 0 0.5em;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,16,17,.5);
}
/* 会員専用 */
.archive_ul ul.inner li.photo span.exclusive {
	padding: 0 0.5em;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,16,17,.5);
}




/* ページネーション
--------------------------- */
.pagination {
	width: 1200px;
    margin: 5% 0;
}
.pagination:after, .pagination ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagination ul {
    margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.pagination li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}


.pagination li.active {
	width: 46px;
	height: 46px;
    color: #fff;
	text-align: center;
	line-height: 46px;
    cursor: not-allowed;
	border-radius: 50%;	
    background: #0072BB;
	display: inline-block;
}

/* 次のページ */
.pagination li a.next-page {
	width: 46px;
	height: 46px;
    color: #fff;
	text-align: center;
	line-height: 46px;
    cursor: not-allowed;
	border-radius: 50%;	
    background: #aaa;
	display: inline-block;
}
.pagination li a.next-page:hover {
    color: #fff;
	text-decoration: none;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
    background: #0387db;
	cursor: pointer;
}

/* Prev */
.pagination li.prev {
    margin-left: 0;
	padding-right: 0.5em;
}
.pagination li.prev a:hover {
    color: #aaa;
	text-decoration: none;
}

/* Next */
.pagination li.next {
	padding-left: 0.5em;
}
.pagination li.next a:hover {
    color: #aaa;
	text-decoration: none;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	padding: 0 0 0.5em;
	font-size: 40px;
	text-align: left;
	border-bottom: none;
}
.container_subpage h2 span {
	font-size: 16px;
}


/**
 * レスポンシブ: PC用 ウィンドウ幅1200px以下共通
 */
@media screen and ( max-width:1200px) {	

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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 54px;
}

/* ページネーション
--------------------------- */
.pagination {
	width: 100%;
    margin: 5% 0;
}	

/* ___________________________________

  タイトル
____________________________________ */

.ttlarea ul.outer {
	max-width: 94%;
}
}


/**
 * レスポンシブ: PC用 ウィンドウ幅811px以上、1200px以下
 */
@media screen and (min-width:811px) and ( max-width:1200px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 38px;
}
h1.ttl span.en {
	font-size: 18px;
}
h1.ttl span.jp {
	font-size: 18px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 38px;
}
.container_subpage h2 span {
	font-size: 15px;
}	

}



/**
 * レスポンシブ: TB用 ウィンドウ幅810px以下共通
 */
@media screen and ( max-width:810px) {


/* ___________________________________

  共通セレクタ
____________________________________ */

.archive .container_subpage_inner {
	width: 94%;
	max-width: 94%;
}

/* ___________________________________

  レイアウト
____________________________________ */

.archive_ul li.outer-li {
	flex: 0 0 49%;
	margin: 0 2% 2% 0;
}
.archive_ul li.outer-li:nth-child(4n) {
	margin-right: 0;
}		
.archive_ul li.outer-li:nth-child(3n) {
	margin-right: 2%;
}
.archive_ul li.outer-li:nth-child(2n) {
	margin-right: 0;
}	
}



/**
 * レスポンシブ: TB用 ウィンドウ幅641px以上、810px以下
 */
@media screen and (min-width:641px) and ( max-width:810px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}
h1.ttl span.en {
	font-size: 17px;
}
h1.ttl span.jp {
	font-size: 17px;
}
	
/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 36px;
}
.container_subpage h2 span {
	font-size: 14px;
}	
}




/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 34px;
}
h1.ttl span.en {
	font-size: 15px;
}
h1.ttl span.jp {
	font-size: 15px;
}	

/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 34px;
}
.container_subpage h2 span {
	font-size: 14px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅480px以下
 */
@media screen and ( max-width:480px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 32px;
}
h1.ttl span.en {
	font-size: 14px;
}
h1.ttl span.jp {
	font-size: 14px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 32px;
}

/* ___________________________________

  レイアウト
____________________________________ */

.archive_ul li.outer-li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 4% 0;
}	
.archive_ul li.outer-li:nth-child(3n) {
	margin-right: 0;
}	
}


/**
 * レスポンシブ: SP用 ウィンドウ幅428px以下
 */
@media screen and ( max-width:428px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 30px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 30px;
}
.container_subpage h2 span {
	display: block;
}
}



/**
 * レスポンシブ: SP用 ウィンドウ幅414px以下
 */
@media screen and ( max-width:414px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 28px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 28px;
}
}


/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and ( max-width:375px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 26px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 28px;
}
}

/**
 * レスポンシブ: SP用 ウィンドウ幅374px以下
 */
@media screen and ( max-width:374px) {

}


/**
 * レスポンシブ: SP用 ウィンドウ幅360px以下
 */
@media screen and ( max-width:360px) {

}


/**
 * レスポンシブ: SP用 ウィンドウ幅340px以下
 */
@media screen and ( max-width:340px) {

	
}





/**
 * レスポンシブ: SP用 ウィンドウ幅320px以下
 */
@media screen and ( max-width:320px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 24px;
}
h1.ttl span.en {
	font-size: 13px;
}
h1.ttl span.jp {
	font-size: 13px;
}	


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 24px;
}
.container_subpage h2 span {
	font-size: 13px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅280px以下
 */
@media screen and ( max-width:280px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 22px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}
}