/* ___________________________________

  タイトル
____________________________________ */

.page-template-page-system .ttlarea {
	background: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlarea ul.outer {
	max-width: 1200px;
}
h1.ttl {
	padding: 5em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	filter: drop-shadow(1px 1px 1px #000);	
}
h1.ttl span {
	margin-top: 1em;
	color: #fff;
	font-size: 30px;
	display: block;
}


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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 80px;
	background: #292b2b;
}
#system {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container_subpage {
	padding: 0;
}
#wrapper_system {
	padding: 0;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	padding: 0 0 1em;
  	color: #fff;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
.container_subpage h2 span {
  	padding: 0 0 1em;
  	color: #ccc;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
	display: block;
}

/* パンくず
--------------------------- */
.breadcrumbs {
	color: #fff;
	background: #292b2b;
}
.breadcrumbs span, .breadcrumbs span a {
	color: #eee;
}


/* ___________________________________

  DETAIL
____________________________________ */

#detail {
	width: 100%;
	margin: 0 auto;
	padding: 8% 0 10%;
}

/* レイアウト
--------------------------- */
#detail li.outer-li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1% 0;
}
#detail li.photo {
	position: relative;
}
#detail li.photo img.pc_only {
	display: block;
}
#detail li.photo img.sp_only {
	display: none !important;
}



/* レイアウト（イラスト）
--------------------------- */
#detail .wrapper_ul {
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;	
}
#detail ul.outer2 {
	justify-content: center;
	align-items: flex-end;
}
#detail li.outer2-li {
	flex: 0 0 auto;
	width: 80%;
	max-width: 80%;
}
#detail li.outer2-li img {
	width: 100%;
	height: auto;
}



/* 06 */
#detail #outer-li_06 .wrapper_ul {
	width: 96%;
	top: 8%;
	left: 4%;
}
#detail #outer-li_06 li.outer2-li img {
	width: 90%;
}
/* 07 */
#detail #outer-li_07 .wrapper_ul {
	width: 84%;	
	top: 8%;
	left: 16%;	
}
#detail #outer-li_07 li.outer2-li img {
	width: 60%;
}
/* 08 */
#detail #outer-li_08 .wrapper_ul {
	top: 8%;	
}


/* ___________________________________

  MOVIE
____________________________________ */

/* 動画
--------------------------- */
#movie li.movie {
	margin: 5% auto;
	position: relative;
}
#movie li.movie .video {
	width: 100%;
	display: block;
}

/* 1列 */
#movie li.movie.movie1 {
	width: 80%;
}





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

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

   共通セレクタ

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

/* ___________________________________

  タイトル
____________________________________ */

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


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

/* ___________________________________

  タイトル
____________________________________ */

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



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	padding: 4em 0;
}

/* ___________________________________

  共通セレクタ
____________________________________ */

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


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 4vw;
}
.container_subpage h2 span {
  	font-size: 2vw;
}	



/* ___________________________________

  IDEA
____________________________________ */
	
#idea li.photo .wrapper_txt {
	top: 15%;
}
#idea li.photo h3 {
	font-size: 4vw;	
}
#idea li.photo .sub-ttl {
	font-size: 2.5vw;
}
#idea li.photo h3 span {
	font-size: 2vw;
}
#idea li.photo h3 span.note {
	font-size: 3vw;
}


/* ___________________________________

  MOVIE
____________________________________ */

/* 1列 */
#movie li.movie.movie1 {
	width: 100%;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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



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


}



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

  タイトル
____________________________________ */

h1.ttl {
	font-size: 34px;
}
h1.ttl span {
	font-size: 24px;
}

/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 5vw;
}
.container_subpage h2 span {
  	font-size: 2.5vw;
}


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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
	width: 90%;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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



/* ___________________________________

  IDEA
____________________________________ */
	
#idea {
	padding: 15% 0 18%;
}		

/* レイアウト
--------------------------- */
#idea li.outer-li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	margin: 0 0 2% 0;
}
#idea li.photo img {
	height: 100vh;
	object-fit: cover;
}
#idea li.photo img.sp_only {
	display: block !important;
}
#idea li.photo img.pc_only {
	display: none !important;
}
#idea li.photo .wrapper_txt {
    top: 20%;
}	
#idea li.photo h3 {
	font-size: 6vw;	
}
#idea li.photo .sub-ttl {
	font-size: 5vw;
}
#idea li.photo h3 span {
	font-size: 5vw;
}
#idea li.photo h3 span.small {
	font-size: 4.6vw;
}	
#idea li.photo h3 span.note {
	font-size: 4vw;
}
	
/* レスポンシブ */	
#idea li.photo h3 br.u820_only {
	display: none;
}	

	
	
	

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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
	width: 100%;
}	
}


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

/* ___________________________________

  タイトル
____________________________________ */

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 6vw;
}
.container_subpage h2 span {
  	font-size: 3vw;
}


/* ___________________________________

  IDEA
____________________________________ */

/* レイアウト
--------------------------- */
#idea li.photo .wrapper_txt {
    top: 25%;
}	
#idea li.photo h3 {
	font-size: 7vw;	
}
#idea li.photo .sub-ttl {
	font-size: 5vw;
}
#idea li.photo h3 span {
	font-size: 5vw;
}
#idea li.photo h3 span.small {
	font-size: 4.6vw;
}	
#idea li.photo h3 span.note {
	font-size: 6vw;
}	
#detail .wrapper_ul {
  	top: 5%;
}
#detail li.outer2-li {
	width: 90%;
	max-width: 90%;
}	
#detail li.photo img.pc_only {
	display: none;
}
#detail li.photo img.sp_only {
	display: block !important;
}


/* 02 */
#detail #outer-li_02 .wrapper_ul {
	top: 10%;
}
/* 06 */
#detail #outer-li_06 .wrapper_ul {
	width: 100%;
	top: 8%;
	left: 0;
}
#detail #outer-li_06 li.outer2-li img {
	width: 100%;
}
/* 07 */
#detail #outer-li_07 .wrapper_ul {
	width: 86%;	
	top: 8%;
	left: 14%;	
}
#detail #outer-li_07 li.outer2-li img {
	width: 80%;
}
/* 08 */
#detail #outer-li_08 .wrapper_ul {
	top: 8%;	
}
/* 09 */
#detail #outer-li_09 .wrapper_ul {
	width: 90%;	
	top: 8%;
	left: 10%;	
}
#detail #outer-li_09 li.outer2-li img {
	width: 90%;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

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


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

/* ___________________________________

  タイトル
____________________________________ */

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 7vw;
}
.container_subpage h2 span {
  	font-size: 3.5vw;
}




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

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 17px;
}	
}





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

/* ___________________________________

  IDEA
____________________________________ */	

#ideas h3 span::after {
	top: 35%;
	width: 80px;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 24px;
}
h1.ttl span {
	font-size: 14px;
}	


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

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 16px;
}	
}



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

  タイトル
____________________________________ */

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 8vw;
}
.container_subpage h2 span {
  	font-size: 4vw;
}



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

   その他のコンテンツ

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

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 15px;
}	
}