@charset "utf-8";

@font-face {
	font-family: "SourceHanSans";
	font-style: normal;
	font-weight: 400;
	src: url(/fmv/special/concept/assets/font/SourceHanSans-Regular.woff) format('woff');
	src: url(/fmv/special/concept/assets/font/SourceHanSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: "SourceHanSans";
	font-style: normal;
	font-weight: 700;
	src: url(/fmv/special/concept/assets/font/SourceHanSans-Medium.woff) format('woff');
	src: url(/fmv/special/concept/assets/font/SourceHanSans-Medium.ttf) format('truetype');
}


/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/

/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, ins, em, img, hr, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter !important;
	letter-spacing: 1px;
}
.SourceHanSans {
	font-family: "SourceHanSans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
ul, ol {
	list-style: none;
}
table, th, td {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: left;
}
caption {
	text-align: left;
}
strong {
	font-weight: normal;
}
em {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: top;
}
dt {
	font-weight: normal;
}
fieldset {
	border: 0 none;
}
legend {
	display: none;
}
textarea {
	font-size: 1em;
}
.borderBtmNone {
	border-bottom: none!important;
}
.borderBtm01 {
	border-bottom: 1px solid #bfb4b4!important;
}
.mb00 {
	margin-bottom: 0!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pl00 {
	padding-left: 0!important;
}
.pb00 {
	padding-bottom: 0!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pt30 {
	padding-top: 30px!important;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
body {
	background: #fff;
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold !important;
	color: #444444;
}
a, a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
}

sup {
	vertical-align: top;
}
sub {
	vertical-align: baseline;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 1.68;
}



.fade {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	zoom: 1
}

.inner a:hover img,
.footer-banner a:hover img{
	opacity: 0.7;
}

.inner .box:hover p,
.inner .box:hover h3{
	opacity: 0.7;
}


.pc_none{
	display: none;
}

.sp_none{
	display: inherit;
}


@media screen and (max-width:768px) {
body {
	word-break: break-all;
}
.pc_none{
	display: inherit;
}
.sp_none{
	display: none;
}
}
/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
	zoom: 1;
}

.inner {
    max-width: 980px;
    width: 100%;
    margin: 0px auto;
}



.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------
	header
--------------------------------------------------*/

#header{
	height: 55px;
	width: 100%;
	position: relative;

/*	background-image: url(/fmv/special/concept/assets/images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 230px auto;
*/
		-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}


#header .headerInner{
	overflow: hidden;
	zoom: 1;
}


#header:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.header-left{
	float: left;
}
.header-left .brand-logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.header a {
    color: #000;
	display: block;
}

#header .header-center {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin: auto;
	width: 230px;
	margin-top: 12px;
}

.header-right{
	float: right;
	padding: 20px 20px 0px 0px;
	display: block;
	height: 35px;
	width: 500px;
}
.header-right .sub-nav {
	float: left;
    display: block;
	height: 100%;
    vertical-align: middle;
}
.header-right .sub-nav > li {
    display: block;
	height: 100%;
    margin-left: 9px;
    font-weight: 700;
}

.header-right .sub-nav > li > span {
	padding-left: 169px;
  height: 100%;
  display: block;
}

.header-right .sub-nav > li span span {
  display: block;
  height: 100%;

  padding: 0 10px 0 20px;

  box-sizing: border-box;

  background-image: url(/fmv/special/concept/assets/images/arrow_menu_down.png);
  background-repeat: no-repeat;
  background-position: left 8px;
}

.header-right .sub-nav > li span span:hover {
  cursor: pointer;
  border-bottom: 3px solid #e60012;
}

.header-right .sub-nav > li span span.active {
  background-image: url(/fmv/special/concept/assets/images/arrow_menu_up.png);
  border-bottom: 3px solid #e60012;
}

.header-right .sns-header{
  float: left;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border-left: solid 1px #000;
  padding-left: 10px;
}

.header-right .sns-header div{
  display: inline-block;
}




#menuContents {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 10000;
	background: #fff;
	width: 100%;
	border-top: 1px solid #d5d5d5;
	box-sizing: border-box;
	padding: 0 20px;
}


#menuContents .inner {
	width: 100%;
	max-width: 950px;
}

#menuContents .menuContentsTop {
	border-bottom: 1px solid #bfb4b4;
	padding: 20px 0 6px 0;
}

#menuContents .menuContentsTop ul li a {
	display: inline-block;
	padding-left: 30px;
	font-size: 114.2%;
	margin-bottom: 14px;
	font-weight: normal;

	background-image: url(/fmv/special/concept/assets/images/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: left center;
}

#menuContents .menuContentsTop ul li a:hover {
	opacity: 0.5;
}




#menuContents .menuContentsBtm {
	padding: 40px 0 20px;
	display: table;
	width: 100%;
}

#menuContents .menuContentsBtm .txt {
	display: table-cell;
	vertical-align: middle;
	width: 31%;
	font-size: 114.2%;
}

#menuContents .menuContentsBtm .btnBox {
	display: table-cell;
}

#menuContents .menuContentsBtm .btnBox ul {
	overflow: hidden;
	zoom: 0;
}

#menuContents .menuContentsBtm .btnBox ul li {
	float: left;
	width: 50%;
	padding-bottom: 20px;
	position: relative;
}

#menuContents .menuContentsBtm .btnBox ul li:hover {
	opacity: 0.7;
}

#menuContents .menuContentsBtm .btnBox ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#menuContents .menuContentsBtm .btnBox ul li .table {
	width: 100%;
	display: table;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img {
	display: table-cell;
	width: 18%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img img {
	width: 100%;
	height: auto;
	max-width: 119px;
}


#menuContents .menuContentsBtm .btnBox ul li .table .txt {
	display: table-cell;
	padding-left: 10px;
	font-size: 100%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .txt p {
	background-image: url(/fmv/special/concept/assets/images/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: left 2px;

	padding-left: 30px;
	font-weight: normal;
}







@media screen and (max-width:768px) {

#headerSp{
	position: relative;
	height: 45px;
	width: 100%;
/*
	overflow: hidden;
	zoom: 1;

	background-image: url(/fmv/special/concept/assets/images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 154px auto;
*/
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);

	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#headerSp .header-center img{
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin: auto;
	width: 154px;
	/*margin-top: 10px;*/

}

#headerSp .header-left img{
	height: auto;
	width: 73px;
}





#headerSp .header-right {
	padding: 0;
	width: auto;
}


















#menuContentsSp {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 10000;
	background: #fff;
	width: 100%;

	overflow-y: scroll;
}









#menuContentsSp .topList {
	width: 100%;
}

#menuContentsSp .topList ul li {
	border-top: 1px solid #bfb4b4;
	box-sizing: border-box;

	background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 94% center;
}

#menuContentsSp .topList ul li:first-child {
	border-top: none;
}

#menuContentsSp .topList ul li a {
	display: block;
	padding: 20px 10px;
	font-size: 92.8%;
}

#menuContentsSp .ttl {
	border: 1px solid #bfb4b4;
	border-right: none;
	border-left: none;

	font-size: 71.4%;

	padding: 10px;
	background: #faf8f4;
}





#menuContentsSp .btmList {
	width: 100%;
}

#menuContentsSp .btmList ul li {
	border-bottom: 1px solid #bfb4b4;
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 10px;
	position: relative;

	background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 94% center;
}

#menuContentsSp .btmList ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#menuContentsSp .btmList ul li .img {
	display: table-cell;
	width: 21.9%;
}

#menuContentsSp .btmList ul li .img img {
	width: 100%;
}

#menuContentsSp .btmList ul li .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
	font-size: 78.5%;
}


#menuContentsSp .sns-header {
	text-align: center;
	float: none;
	display: block;
	margin: 0;
	padding: 33px 0;
}

#menuContentsSp .sns-header .twitter-btn,
#menuContentsSp .sns-header .facebook-btn {
	display: inline-block;
}






.menuBtn {
	text-align: center;
}

.menuBtn p {
	display: none;
	font-size: 71.4%;
}

.menuBtn .nameMenu.on {
	display: block;
	padding: 24px 10px 0 0;
}

.menuBtn .nameClose.on {
	display: block;
	padding: 24px 12px 0 0;
}



.menu_icon {
	position:absolute;
	right:16px;
	top:7px;
	width:25px;
	height:14px;
	display: block;
	margin: 0 auto;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;  -moz-transition: all 0.2s ease-in;  -o-transition: all 0.2s ease-in;  transition: all 0.2s ease-in;  text-align:center;}

.menu_icon span {  display: block;  width: 25px;  height: 2px;  background: #333;  margin-bottom: 4px;  -webkit-transition: all 0.4s ease-out;  -moz-transition: all 0.4s ease-out;  -o-transition: all 0.4s ease-out;  transition: all 0.4s ease-out;}

.menu_icon.active {  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);}

.menu_icon.active .bar1 {  -webkit-transform: rotate(0deg) translateY(6px);  -moz-transform: rotate(0deg) translateY(6px);  -ms-transform: rotate(0deg) translateY(6px);  -o-transform: rotate(0deg) translateY(6px);  transform: rotate(0deg) translateY(6px);}

.menu_icon.active .bar2 {  opacity: 0;}

.menu_icon.active .bar3 {  -webkit-transform: rotate(-90deg) translateX(6px);  -moz-transform: rotate(-90deg) translateX(6px);  -ms-transform: rotate(-90deg) translateX(6px);  -o-transform: rotate(-90deg) translateX(6px);  transform: rotate(-90deg) translateX(6px);}






}


/*--------------------------------------------------
	.mainVisual
--------------------------------------------------*/

.mainVisual {
	position: relative;
}

.mainVisual .slider {
	position: relative;
	overflow: hidden;
}







.mainVisualSecondPage {
  /*background: ;*/
  position: relative;
}
.mainVisualSecondPage .bg{
  width: 100%;
  height: auto;
}
.mainVisualSecondPage .container {
    width: 100%;
    /*max-width: 600px;*/
    max-width: 43.9%;
    height: 100%;
    max-height: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;


}
.mainVisualSecondPage .intro{
  opacity:0;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  /*text-align: center;*/
  /*top: 0;*/
  margin: auto;
  max-height: 40px;
  /*width: 100%;*/
  /*max-width: 16.105%;*/
  max-width: 30.6%;
  /*max-width: none;*/
}

.mainVisualSecondPage .intro img{
  width: auto;
  max-width: 100%;
  /*max-width: none;*/
}
.mainVisualSecondPage .head{
  position: absolute;
  left: 50%;
  top: 12.978%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  margin: auto;
  /*width: 31.112%;*/
  width: 70.8%;
  max-width: 425px;
  /*opacity:0;*/
  display: none;
  /*max-width: none;*/
}
.mainVisualSecondPage .head img{
  width: 100%;
  max-width: 425px;
  /*max-width: none;*/
}




@media screen and (max-width:768px) {

.mainVisual .mainVisualFooter {
	padding: 20px;
	position: relative;
	background: #fff;
}

.mainVisual .mainVisualFooter .inner p {
	font-size: 71.4%;
	padding-right: 0;
}

.mainVisual .mainVisualFooter .inner .thumb {
	width: 36%;
}

.mainVisual .mainVisualFooter .inner .thumb img {
	width: 100%;
}






/* .mainVisualSecondPageSp */

.mainVisualSecondPageSp {
	position: relative;
}

.mainVisualSecondPageSp img {
	width: 100%;
}

.mainVisualSecondPageSp .img {
	position: relative;
}




.mainVisualSecondPageSp .accordion {
	position: relative;
}

.mainVisualSecondPageSp .accordion .txtImg {
	position: absolute;
	width: 100%;
}

.mainVisualSecondPageSp .accordion .txtImg img {
	width: 100%;
}

.mainVisualSecondPageSp .accordion .txtImg.open {
	position: relative;
}









.mainVisualSecondPageSp .accordion .btn {
	position: relative;
	display: block;
	padding: 160px 0 0;
}

.mainVisualSecondPageSp .accordion .btn .inner {
	padding: 20px 0;

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );



}

.mainVisualSecondPageSp .accordion .btn p {
	margin-top: 160px;
	display: block;
	width: 128px;
	height: 26px;

	margin: 0 auto;

	overflow: hidden;
    text-indent: 800px;
    white-space: nowrap;

	background-image: url(/fmv/special/concept/assets/images/fmv-promo-concept/btn_accordion_open.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.mainVisualSecondPageSp .accordion .btn.active {
	padding: 0;
}

.mainVisualSecondPageSp .accordion .btn.active p {
	background-image: url(/fmv/special/concept/assets/images/fmv-promo-concept/btn_accordion_close.png);
}












}


/*--------------------------------------------------
	.section00_5
--------------------------------------------------*/

.section00_5 {
	display: none;
}

@media screen and (max-width:768px) {

.section00_5 {
	display: block;
	padding: 10px;
}

.section00_5 img {
	width: 100%;
}

}



/*--------------------------------------------------
	.section01
--------------------------------------------------*/

.section01 {
	background-color: #faf8f4;
	padding: 10px 0 0;
	position: relative;
	z-index: 2;
}

.section01 ul {
	width: 84%;
	height: 271px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #bfb4b4;
	padding-bottom: 40px;
}

.section01 ul li {
	float: left;
	width: 32%;
	height: 100%;
	max-height: 271px;
	margin-right: 2%;

	text-align: center;


}

.section01 ul li:last-child {
	margin-right: 0;
}

.section01 ul li div {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	position: relative;
}




.section01 ul li span {
	display: block;
}

.section01 ul li .ttl {
	padding-top: 6%;
	font-size: 185.7%;
	letter-spacing: 0.08em;
}

.section01 ul li.green .ttl {
	color: #4c7f3a;
}

.section01 ul li.blue .ttl {
	color: #5f6e8d;
}

.section01 ul li.orange .ttl {
	color: #b78888;
}

.section01 ul li .txt {
	padding-top: 78px;
	min-height: 130px;
	margin-top: 10px;

	vertical-align: middle;

	color: #383838;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.section01 ul li.green .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_green.png);
}

.section01 ul li.blue .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_blue.png);
}

.section01 ul li.orange .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_orange.png);
}




/* secondPage */

.section01 ul li div a {
    position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.section01.secondPage ul li .txt {
	padding-top: 70px;
	min-height: 138px;

	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		19px auto,
		contain;
	background-position:
		center bottom 26px,
		center center;
}


.section01.secondPage ul li.green .txt {
	background-image:
		url(/fmv/special/concept/assets/images/arrow_down_green.png),
		url(/fmv/special/concept/assets/images/bg_circle_green.png);
}

.section01.secondPage ul li.blue .txt {
	background-image:
		url(/fmv/special/concept/assets/images/arrow_down_blue.png),
		url(/fmv/special/concept/assets/images/bg_circle_blue.png);
}

.section01.secondPage ul li.orange .txt {
	background-image:
		url(/fmv/special/concept/assets/images/arrow_down_orange.png),
		url(/fmv/special/concept/assets/images/bg_circle_orange.png);
}



.section01.secondPage ul li.green.type02 .txt {
	background-image:
		url(/fmv/special/concept/assets/images/arrow_right_green.png),
		url(/fmv/special/concept/assets/images/bg_circle_green.png);
}

.section01.secondPage ul li.blue.type02 .txt {
	background-image:
		url(/fmv/special/concept/assets/images/arrow_right_blue.png),
		url(/fmv/special/concept/assets/images/bg_circle_blue.png);
}

.section01.secondPage ul li.orange.type02 .txt {
	background-image:
		url(/fmv/special/concept/assets/images/arrow_right_orange.png),
		url(/fmv/special/concept/assets/images/bg_circle_orange.png);
}






.section01.secondPage ul li .icon {
	display: none;
}



@media screen and (max-width:768px) {

.section01 {
	background: #faf8f4;
	padding: 10px;
}

.section01 .inner {
	border-bottom: 1px solid #bfb4b4;
}

.section01 .inner ul {
	width: 100%;
	height: auto;
	padding: 20px 0;
	border: none;
}

.section01 .inner ul li {
	box-sizing: border-box;
	background: none;
}


.section01 ul li .ttl {
	padding-top: 0;
	font-size: 100%;
}





.section01 .inner ul li .txt {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	min-height: 110px;
	padding-top: 29px;
	font-size: 71.1%;
	margin-top: 3%;

	box-sizing: border-box;
}

.section01 ul li.green .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_green_sp.png);
}

.section01 ul li.blue .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_blue_sp.png);
}

.section01 ul li.orange .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_orange_sp.png);
}




/* secondPage */

.section01.secondPage ul li .txt {
	padding-top: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


.section01.secondPage ul li.green .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_green.png);
}

.section01.secondPage ul li.blue .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_blue.png);
}

.section01.secondPage ul li.orange .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_orange.png);
}





.section01.secondPage ul li.green.type02 .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_green.png);
}

.section01.secondPage ul li.blue.type02 .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_blue.png);
}

.section01.secondPage ul li.orange.type02 .txt {
	background-image: url(/fmv/special/concept/assets/images/bg_circle_orange.png);
}





.section01.secondPage ul li .icon {
	display: block;
	margin-top: 4px;
}

.section01.secondPage ul li.type02 .icon img {
	max-width: 19px;
}



}



/*--------------------------------------------------
	.section02
--------------------------------------------------*/

.section02 {
	padding: 50px 0 80px;
	background: #faf8f4;
}

.section02 h2 {
	text-align: center;
    font-size: 250%;
    padding-bottom: 25px;
}


.section02 .item {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}

.section02 .img {
	width: 100%;
	height: auto;
}

.section02 .img img {
	width: 100%;
	height: auto;
}

.section02 .itemOdd .img {
	float: left;
}

.section02 .itemEven .img {
	float: right;
}





.section02 .item .txt {
	position: absolute;
	width: 34.69%;
	height: auto;
	box-sizing: border-box;
	background: #fff;
	max-width: 474px;

		-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section02 .item .txt:hover .txtImg img {
	opacity: 0.7;
}



.section02 .itemOdd .txt {
	/*top: 9.47%;*/
	left: 47%;
}

.section02 .itemEven .txt {
	/*top: 9.47%;*/
	right: 47%;
}





.section02 .item .txt .txtImg {
	display: block;
}

.section02 .item .txt .txtImg img {
	width: 100%;
	height: auto;
	max-width: 474px;
}



.section02 .item .txt p {
	display: none;
}


.section02 .item .txt a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	max-width: 474px;
}





.js-delay .item{
  opacity: 0;
}
.js-delay .item .txt,
.js-delay .item .img{
  opacity: 0;
}



.section02 .item .txt a:after{
  content: '';
  position: absolute;
  right: 30px;
  top:  50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px auto;
}

.section02 .item .txt:hover a:after{
	opacity: 0.7;
}


@media screen and (max-width:768px) {

.section02 {
	padding: 25px 0;
	background: #faf8f4;
}

.section02 h2 {
    font-size: 142.8%;
    padding-bottom: 25px;
}



.section02 .item {
	margin-bottom: 10px;
}


.section02 .img {
	width: 100%;
	height: auto;
}


.section02 .item .txt {
	position: absolute;
	width: 50%;
	height: 70%;

	background: #fff;

	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.section02 .itemOdd .txt {
	/*top: 15%;*/
	left: 45%;
}

.section02 .itemEven .txt {
	/*top: 15%;*/
	left: 5%;
}








.section02 .item .txt .txtImg {
	display: none;
}
















.section02 .item .txt p {
	display: block;
	background: none;

	box-sizing: border-box;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  font-size: 78.5%;
  padding-left: 0;
  margin-left: 8%;
}

.section02 .item .txt a:after{
  content: '';
  position: absolute;
  right: 10px;
  top:  50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px auto;
  transition: all .2s;
}

.section02 .item .txt a:hover:after{
  right: 5px;
}


}









/*--------------------------------------------------
	.section03
--------------------------------------------------*/

.pc {
	display: inherit;
}

.sp {
	display: none;
}

.section03 {
	position: relative;
	z-index: 10;
	text-align: center;

	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.section03:hover {
	opacity: 0.7!important;
}

.section03 .bg {
	width: 100%;
	height: auto;
}

.section03 .img {
	position: absolute;
	top: 50%;
	left: 23.3%;

	width: 14.86%;
	height: auto;

	max-width: 203px;

	    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section03 a{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}




@media screen and (max-width:768px) {

.pc {
	display: none;
}

.sp {
	display: inherit;
}


.section03 a{
	position: relative;
}


}





/*--------------------------------------------------
	.section04
--------------------------------------------------*/

.section04{
	padding-top: 60px;

}

.section04 h2{
	text-align: center;
	font-size: 214.2%;
	padding-bottom: 40px;
}

.banner01{
	margin-bottom: 30px;
}

.banner01 li{
	float: left;
	margin-right: 1.1%;
	margin-bottom: 30px;
	width: 32.6%;
}

.banner01 li:nth-child(3n){
	margin-right: 0;
}

.banner01:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}


@media screen and (max-width:768px) {
.section04{
	padding-top: 35px;
}

.section04 h2{
	font-size: 135.71%;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.banner01{
	margin-bottom: 25px;
	padding: 0 9%;
	box-sizing: border-box;
	width: 100%;
}

.banner01 li{
	float: none;
	margin-right: 0%;
	margin-bottom: 10px;
	width: 100%;
}

.banner01 li img{
	width: 100%;
	height: auto;
}


}





/*--------------------------------------------------
	.section05
--------------------------------------------------*/

.section05 {
	background: #f6f6f6;
	padding: 70px 0;
}

.section05 h2 {
	text-align: center;
	font-size: 250%;
	padding-bottom: 30px;
}

.section05 pc {
	display: block;
}

.section05 sp {
	display: none;
}


.section05 .recommendBlock {
	text-align: center;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 70px;
}

.section05 .recommendBlock li {
	display: inline-block;
	width: 31%;
	margin-right: 2.8%;
	position: relative;
	vertical-align: top;
}




.section05 .recommendBlock.type02 {
	max-width: 780px;
}





.section05 .recommendBlock li:hover {
	opacity: 0.7!important;
}


.section05 .recommendBlock li:last-child {
	margin-right: 0;
}

.section05 .recommendBlock li h3 {
	padding-top: 14px;
}

.section05 .recommendBlock li h3 span {
	display: inline-block;
	padding-left: 30px;
	font-weight: bold;
}

.section05 .recommendBlock li .txt {
	padding-top: 4px;
}

.section05 .recommendBlock li .btn {
	padding-top: 10px;
}

.section05 .recommendBlock li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}






@media screen and (max-width:768px) {

.section05 {
	padding: 35px 0 25px;
}

.section05 h2 {
    font-size: 142.8%;
    padding-bottom: 35px;
}



.section05 .recommendBlock {
	text-align: left;
	width: 100%;
	max-width: auto;
	overflow: hidden;
	zoom: 1;
}

.section05 .recommendBlock li {
	display:inline-block;
	width: 36%;
	margin: 0 7%;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.section05 .recommendBlock li:nth-child(odd) {
	clear: both;
}

.section05 .recommendBlock li h3 {
	text-align: center;
}

.section05 .recommendBlock li h3 span {
	font-size: 85.7%;
	padding-left: 22px;

	background-size: 15px auto;
}

.section05 .recommendBlock li p {
	font-size: 85.7%;
	text-align: center;
	letter-spacing: -1px;
}

.section05 .recommendBlock li .btn {
	text-align: center;
}





}







/*--------------------------------------------------
	.section06
--------------------------------------------------*/

.pc {
	display: inherit;
}

.sp {
	display: none;
}

.section06 {
	position: relative;

}

.section06:hover {
	opacity: 0.7!important;
}

.section06 .bg {
	width: 100%;
	height: auto;
}

.section06 .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;

	width: 48%;
	height: auto;
	margin: auto;
	max-width: 665px;
}

.section06 a{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}




@media screen and (max-width:768px) {

.pc {
	display: none;
}

.sp {
	display: inherit;
}

.section06 a{
	position: relative;
}

.section06 img{
	width: 100%;
}



}












/*--------------------------------------------------
	.section07
--------------------------------------------------*/

.section07{
	padding: 0 0 40px;
}

.banner02Block {
	padding: 60px 0;
	background-color: #011f43;
	margin-bottom: 40px;
}

.banner02{
	width: 66.6%;
	max-width: 910px;
	margin: 0 auto;
}

.banner02:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.banner02 li {
	width: 48%;
}

.banner02 li:hover {
	opacity: 0.7!important;
}

.banner02 li img {
	width: 100%;
	height: auto;
}

.banner02 li:nth-child(odd){
	float: left;
}

.banner02 li:nth-child(even){
	float: right;
}





@media screen and (max-width:768px) {
.section07{
	padding: 0;
}
.section07 .inner{
	padding: 0px !important;
}

.section07 .inner img{
	width: 100%;
}


.banner02Block {
	padding: 35px 0;
	margin-bottom: 0;
}

.banner02{
	margin-bottom: 0px;
	padding: 0px 3%;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.banner02 li:nth-child(odd){
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.banner02 li:nth-child(even){
	float: none;
	width: 100%;
}

.banner03{
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}





.banner04{
	margin-bottom: 20px;
	padding: 0 9%;
	box-sizing: border-box;
	width: 100%;
}

.banner04 li{
	float: none;
	margin-right: 0%;
	margin-bottom: 10px!important;
	width: 100%;
}

.banner04 li img{
	width: 100%;
	height: auto;
}




}






/*--------------------------------------------------
	.section08
--------------------------------------------------*/

.section08 img {
	width: 100%;
}









/*--------------------------------------------------
	.section09
--------------------------------------------------*/


.section09 {
	text-align: center;
	padding: 40px 0px;
}

.section09 .snsBlock {
	padding-top: 40px;
}

.section09 .snsBlock div {
	display: inline-block;
}




.section09 .intel {
	padding-top: 40px;
}

.section09 .intel .ttl {
	font-size: 142.8%;
}

.section09 .intel .img {
	padding-top: 20px;
}

.section09 .intel .img img {
	max-width: 580px;
}

.section09 .intel .txt {
	padding-top: 10px;
	font-size: 92.8%;
}



@media screen and (max-width:768px) {

.section09 {
	padding: 10px 10px 60px;
}

.section09 .snsBlock {
	padding-top: 20px;
}

.section09 .snsBlock span {
	vertical-align: bottom !important;
}






.section09 .intel {
	padding-top: 20px;
}

.section09 .intel .ttl {
	font-size: 92.8%;
}

.section09 .intel .img {
	padding-top: 15px;
}

.section09 .intel .img img {
	max-width: 300px;
}

.section09 .intel .txt {
	padding-top: 10px;
	font-size: 71.5%;
}




}





/*--------------------------------------------------
	.section10
--------------------------------------------------*/


.section10 {
	background: #f9f8f4;
	padding-top: 60px;
	position: relative;
}

.section10 .inner {
	border-bottom: 1px solid #bfb4b4;
	padding-bottom: 60px;
}

.section10 h2 {
	text-align: center;
	font-size: 250%;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}

.section10 .lead {
	text-align: center;
	font-size: 157.1%;
	padding-bottom: 50px;
}

.section10 ul {
	text-align: center;
	width: 100%;
	letter-spacing: -.40em;
}

.section10 ul li {
	box-sizing: border-box;
	display: inline-block;
	width: 24.25%;
	margin-right: 1%;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
}

.section10 ul li:hover {
	opacity: 0.7!important;
}

.section10 ul li:nth-child(4n) {
	margin-right: 0;
}

.section10 ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.section10 ul li p {
	font-size: 100%;
}

.section10 ul li .txtBox {
	box-sizing: border-box;
	text-align: left;
	background: #fff;
	width: 87%;
	margin: -12% auto 0;
	position: relative;
	z-index: 5;
	padding: 20px;

	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.section10 ul li .txtBox .ttl {
	padding: 0 0 4px 30px;
	font-weight: bold;
	position: relative;
}







.section10 ul li .txtBox .ttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	display: block;
	background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px auto;
}


.section10 ul li .txtBox .txt {
	padding-left: 30px;
	font-size: 85.7%;
}



#anc01 h2 {
	color: #4c7f3a;
}

#anc02 h2 {
	color: #61759e;
}


#anc03 h2 {
	color: #c98b8b;
}




@media screen and (max-width:768px) {

.section10 {
	background: #f9f8f4;
	padding: 35px 10px 0;
}

.section10 .inner {
	padding-bottom: 35px;
}

.section10 h2 {
	font-size: 157.1%;
}

.section10 .lead {
	font-size: 107.1%;
	padding-bottom: 20px;
}

.section10 ul {
	text-align: left;

}

.section10 ul li {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
}

.section10 ul li .img {
	width: 56%;
}

.section10 ul li .img img {
	width: 100%;
}


.section10 ul li .txtBox {
	width: 50%;
	height: 86%;
	position: absolute;
	top: 7%;
	right: 0;

	z-index: 5;
	padding: 10px;
	margin: 0;

	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.section10 ul li .txtBox.type02 {
	height: 90%;
}

.section10 ul li .txtBox .ttl {
	height: auto!important;
	padding: 0;
	font-size: 100%;
	line-height: 1.3;
	min-height: 15px;

	background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	background-size: 15px auto;
}


.section10 ul li .txtBox .ttl::before,
.section10 ul li .txtBox .ttl::after {
	display: none;
}












.section10 ul li .txtBox .txt {
	height: auto!important;
	padding: 4px 0 0;
	line-height: 1.4;
}





.section10 ul li .txtBox > div {

}

.section10 ul li .txtBox > div .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
}







}











/*--------------------------------------------------
	.section11
--------------------------------------------------*/

.section11 {
	padding: 60px 0 50px;
}

.section11 h2 {
	text-align: center;
	font-size: 250%;
	padding-bottom: 30px;
}

.section11 ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.section11 ul li {
	position: relative;
	width: 48.8%;
	margin-bottom: 20px;
}

.section11 ul li:hover {
	opacity: 0.7!important;
}

.section11 ul li:nth-child(odd) {
	float: left;
}

.section11 ul li:nth-child(even) {
	float: right;
}

.section11 ul li .img img {
	width: 100%;
}

.section11 ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

















@media screen and (max-width:768px) {

.section11 {
	padding: 35px 10px 25px;
}

.section11 h2 {
	font-size: 135.7%;
	padding-bottom: 15px;
}

.section11 ul li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}



}












/*--------------------------------------------------
	.section12
--------------------------------------------------*/

.section12 {
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.section12 img {
	width: 100%;
	height: auto;
}

.section12 a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.section12 .columnL,
.section12 .columnC,
.section12 .columnR {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
}


.section12 .columnL {
	width: 56.5%;
}

.section12 .columnL .btm {
	width: 100%;
	display: table;
}

.section12 .columnL .btm .left,
.section12 .columnL .btm .right {
	display: table-cell;
	position: relative;
}


.section12 .columnC {
	width: 24.3%;
	position: relative;
}



.section12 .columnR {
	width: 19.2%;
}








.section12.type02 .columnL {
	width: 19.2%;
}

.section12.type02 .columnC {
	width: 24.3%;
	position: relative;
}

.section12.type02 .columnR {
	width: 56.5%;
}

.section12.type02 .columnR .btm {
	width: 100%;
	display: table;
}

.section12.type02 .columnR .btm .left,
.section12.type02 .columnR .btm .right {
	display: table-cell;
	position: relative;
}





.section12.type03 .topContents {
	width: 100%;
  display: table;
}

.section12.type03 .topContents .columnL {
	width: 19%;
}

.section12.type03 .topContents .columnC {
	width: 23.9%;
}

.section12.type03 .topContents .columnR {
	width: 56.5%;
}

.section12.type03 .btmContents {
	width: 100%;
  display: table;
}

.section12.type03 .btmContents .columnL {
	width: 43.1%;
}

.section12.type03 .btmContents .columnC {
	width: 37.1%;
}

.section12.type03 .btmContents .columnR {
	width: 19.8%;
}










.section12 .anc01:hover,
.section12 .anc02:hover {
	opacity: 0.7!important;
}














@media screen and (max-width:768px) {

.section12 {
	display: none;
}

.section12Sp .img {
	position: relative;
}

.section12Sp .img img {
	width: 100%;
}

.section12Sp ul li {
	position: relative;
}

.section12Sp ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}




}













/*--------------------------------------------------
	.section13
--------------------------------------------------*/

.section13 {
	background: #faf8f4;
	padding: 70px 0;
}

.section13 h2 {
	text-align: center;
	font-size: 250%;
	padding-bottom: 30px;
}

.section13 .recommendBlock {
	text-align: center;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.section13 .recommendBlock li {
	display: inline-block;
	width: 31%;
	margin-right: 2.8%;
	position: relative;
	vertical-align: top;
}

.section13 .recommendBlock li:hover {
	opacity: 0.7!important;
}

.section13 .recommendBlock li:last-child {
	margin-right: 0;
}

.section13 .recommendBlock li h3 {
	padding-top: 14px;
}

.section13 .recommendBlock li h3 span {
	display: inline-block;
	padding-left: 30px;
	font-weight: bold;
}

.section13 .recommendBlock li .txt {
	padding-top: 4px;
	letter-spacing: -0.1em;
}

.section13 .recommendBlock li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}






.section13 .recommendBlock.type02 {
	max-width: 930px;
}

.section13 .recommendBlock.type02 li {
	width: 22.6%;
	margin-right: 1.9%;
	vertical-align: top;
}



.section13 .recommendBlock.type03 li {
	margin-right: 1.8%;
}





.section13 .btnBlock {
	width: 100%;
	max-width: 840px;
	margin: 40px auto 0;
	overflow: hidden;
	zoom: 1;
}

.section13 .btnBlock li {
	width: 47.4%;
}

.section13 .btnBlock li:nth-child(odd) {
	float: left;
}

.section13 .btnBlock li:nth-child(even) {
	float: right;
}

.section13 .btnBlock li img {
	width: 100%;
}




.js-random .js-random-item {
    opacity:0;
}
.js-random .js-random-item-first {
  opacity:0;
}
.section13 .recommendBlock li h3 span {
  position: relative;
}










.section13 .recommendBlock li h3 span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	display: block;
	background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px auto;
}



@media screen and (max-width:768px) {

.section13 {
	padding: 35px 0 25px;
}

.section13 h2 {
    font-size: 142.8%;
    padding-bottom: 35px;
}

.section13 .recommendBlock {
	text-align: left;
	width: 100%;
	max-width: auto;
}

.section13 .recommendBlock li {
	display:inline-block;
	width: 36%;
	margin: 0 7%;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.section13 .recommendBlock li:nth-child(odd) {
	clear: both;
}

.section13 .recommendBlock li h3 {
	text-align: center;
}

.section13 .recommendBlock li h3 span {
	font-size: 85.7%;
	padding-left: 22px;

	background-size: 15px auto;
}

.section13 .recommendBlock li p {
	font-size: 85.7%;
	text-align: center;
	letter-spacing: -1px;
}








.section13 .recommendBlock.type02 {
	max-width: auto;
}

.section13 .recommendBlock.type02 li {
	width: 36%;
	margin: 0 7% 30px;
}






.section13 .btnBlock {
	margin: 0;
}

.section13 .btnBlock li {
	width: 93.75%;
	float: none!important;
	margin: 0 auto 10px;
}

.section13 .btnBlock li:last-child {
	margin-bottom: 0;
}




.section13 .recommendBlock li h3 span {
  padding-left: 25px;
  background-image: url(/fmv/special/concept/assets/images/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
}



.section13 .recommendBlock li h3 span::before,
.section13 .recommendBlock li h3 span::after {
	display: none;
}


.section13 .pt30,
.section13 .pt40 {
	padding-top: 0!important;
}



}


/*--------------------------------------------------
	.section14
--------------------------------------------------*/

.section14 {
	padding: 70px 0;
}

.section14 h2 {
	text-align: center;
	font-size: 250%;
	padding-bottom: 30px;
}

.section14 ul li {
	position: relative;
	height: 100%;
}

.section14 ul li.odd .img {
	text-align: right;
}

.section14 ul li.even .img {
	text-align: left;
}

.section14 ul li .img img {
	width: 50%;
	height: auto;
}



.section14 ul li .txtBlock {
	position: absolute;
	top: 10%;
	height: 80%;
	width: 57.8%;

	padding: 3%;

	background: #fff;
	box-sizing: border-box;
}

.section14 ul li.odd .txtBlock {
	left: 0;
}

.section14 ul li.even .txtBlock {
	right: 0;
}



.section14 ul li .txtBlock .ttl {
	font-size: 135.7%;
	font-weight: bold;
}

.section14 ul li .txtBlock .name {
	font-size: 92.8%;
	padding-top: 4px;
}

.section14 ul li .txtBlock .txt {
	padding-top: 10px;
}

.section14 ul li .txtBlock .model {
	position: absolute;
	bottom: -10%;
	right: 20%;
}




@media screen and (max-width:768px) {

.section14 {
	padding: 35px 0 0;
}

.section14 h2 {
    font-size: 142.8%;
    padding-bottom: 20px;
}

.section14 ul {
	box-sizing: border-box;
    padding: 0 10px;
}

.section14 ul li {
	margin-bottom: 15px;
}

.section14 ul li .img img {
	width: 100%;
}

.section14 ul li .txtBlock {
	box-sizing: border-box;
	position: relative;
	width: 90.6%;
	margin: -20px auto 0;
	padding: 20px;
}

.section14 ul li .txtBlock .ttl {
	font-size: 114.2%;
}

.section14 ul li .txtBlock .txt {
	font-size: 92.8%;
}

.section14 ul li .txtBlock .model {
	position: relative;
	bottom: 0;
	right: 0;
	padding-top: 20px;
}

.section14 ul li .txtBlock .model img {
	width: 100%;
}










}




/*--------------------------------------------------
	.section15
--------------------------------------------------*/

.section15 {
	padding: 70px 0;
	background: #e7d0ca;
}

.section15.performance {
	background: #c4cbdc;
}

.section15.pcLife {
	background:-webkit-gradient(linear, left top, left bottom, from(#c9e5d7), to(#e8f3bf));
    background:-webkit-linear-gradient(top, #c9e5d7, #e8f3bf);
    background:-moz-linear-gradient(top, #c9e5d7, #e8f3bf);
    background:-o-linear-gradient(top, #c9e5d7, #e8f3bf);
    background:linear-gradient(to bottom, #c9e5d7, #e8f3bf);
}

.section15.memories {
	background: #c6dce2;
}


.section15 h2 {
	text-align: center;
	font-size: 250%;
	padding-bottom: 30px;
}

.section15 ul {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;

	overflow: hidden;
	zoom: 1;
}

.section15 ul li {
	width: 49.2%;
	margin-bottom: 1.6%;
}

.section15 ul li:nth-child(odd) {
	float: left;
}

.section15 ul li:nth-child(even) {
	float: right;
}

.section15 ul li img {
	width: 100%;
}











.section15.type02 ul {
	max-width: 980px;
}

.section15.type02 ul li {
	width: 32.6%;
	float: left!important;
	margin-right: 0.73%;
}



@media screen and (max-width:768px) {

.section15 {
	padding: 35px 0 25px;
}

.section15 h2 {
    font-size: 142.8%;
    padding-bottom: 20px;
}

.section15 ul li {
	float: none!important;
	width: 81.25%;
	margin: 0 auto 10px;
}





.section15.type02 ul li {
	width: 81.25%;
	float: none!important;
	margin: 0 auto 10px;
}













}


/*--------------------------------------------------
	.section16
--------------------------------------------------*/

.section16 img {
	width: 100%;
}







/*--------------------------------------------------
	.section17
--------------------------------------------------*/

.section17 {
	background: #000;
	padding: 70px 0;
}

.section17 h2 {
	text-align: center;
	font-size: 250%;
	color: #fff;
	padding-bottom: 30px;
}

.section17 ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.section17 ul li {
	width: 47.9%;
	max-width: 470px;
}


.section17 ul li:nth-child(odd) {
	float: left;
}

.section17 ul li:nth-child(even) {
	float: right;
}

.section17 ul li img {
	width: 100%;
}


/*--------------------------------------------------
	.IST section
--------------------------------------------------*/

.s-ngtvlts {
	letter-spacing:-0.08rem;
}
.s-ngtvlts-002 {
	letter-spacing:-0.03rem;
}


.section18 {
	margin: 0 auto;
	background: #fff;
	padding: 60px 0px;
	width: 910px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section18 .moviewrap {
	padding: 35px 0px;
}

.section18 > h2 {
	font-size:35px;
	text-align: center;
	color:#000;
}
.section18 > .two-column > .two-column__container > .viewcontent > .ttl {
	color:#63a0c2;
	font-size: 21px;
	text-align: left;
}

.section18 > .two-column > .two-column__container > .inner_glay {
	background: #f7f7f7;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

.section18 > .two-column > .two-column__container  > .inner_glay > .txtbox {
}

.section18 > .two-column > .two-column__container  > .inner_glay > .txtbox > h4 {
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.section18 > .two-column > .two-column__container > .inner_glay > .txtbox > p {
	font-size: 11px;
	line-height: 17px;
}
.section18 > .two-column > .two-column__container >  .inner_glay > .txtbox > p a{
	text-decoration:underline;
}



.section18 > .two-column > .two-column__container >  .inner_glay > .imgbox {
	width: 175px;
	float: right;
	margin-left:10px;
}

.section18 > .inner_blue {
	border:2px solid #c9e1ed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.section18 > .inner_blue > .heading{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.section18 > .inner_blue > .ttlArea {
	position: relative;
	background: #edf5f9;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}

.section18 > .inner_blue > .ttlArea > h4 {
	font-size: 19px;
	color: #383838;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.section18 > .inner_blue > .ttlArea > p {
	font-size: 14px;
	color: #383838;
	text-align: center;
}

.section18 > .inner_blue > .pictArea , .section18 > .inner_blue > .pictArea02{
	margin-top: -25px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
}

.section18 > .two-column {
	font-size: 0px;
	clear:both;
	margin-bottom: 40px;
}

.section18 > .two-column > .two-column__container {
	width: 454px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section18 > .two-column  > .right{
	width: 280px;
}
.section18 > .two-column  > .left {
	float:right;
	width: 690px;
}

.section18 > .two-column > .two-column__container > .viewcontent > p{
	font-size: 13px;
	text-align: left;
	margin:5px 0px;
	line-height:21px;
}

.section18 > .two-column > .two-column__container > .viewcontent > .subimage{
	margin: -5px 0px 20px 0px;
	text-align: right;
}

.s-pcnone {
	display:none !important;
}
.section18link {
	text-align: right;
	margin-bottom: 10px;
}

.section18link span{
	display:inline-block;
	vertical-align:top;
	margin-right: 10px;
}

/*.section18link a {
	text-decoration: underline;
}*/

@media screen and (max-width:768px) {

	.section18 {
		margin: 0 auto;
		background: #fff;
		/*padding: 4.6875% 1.5625%;*/
		padding:7.6875% 3.125% 4.6875% 3.125% ;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.section18 .moviewrap {
		padding: 5.625% 0;
		position: relative;
		padding-top: 56.25%;

	}

	.section18 .moviewrap > iframe{
		position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
		}


	.section18 > h2 {
		font-size:136%;
		text-align: center;
		color:#000;
		margin-bottom: 3.75%;
	}
	.section18 > .two-column > .two-column__container > .viewcontent > .ttl {
		color:#63a0c2;
		font-size: 124%;
		text-align: center;
		margin: 7.59375% 0 6.34375% 0;
	}


	.section18 > .two-column > .two-column__container > .inner_glay {
		background: #f7f7f7;
		padding: 5.356% 4.375%;
		margin-top: 8%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		clear: both;
	}

	.section18 > .two-column > .two-column__container > .inner_glay > .txtbox {
	}

	.section18 > .two-column > .two-column__container > .inner_glay > .txtbox > .toremono {
		width: 100%;
		text-align: center;
		margin: 5.625% 0 1.625% 0;
	}

	.section18 > .two-column > .two-column__container > .inner_glay > .txtbox > .toremono a img {
		width:51.35%;
	}

	.section18 > .two-column > .two-column__container > .inner_glay > .txtbox > h4 {
		font-weight:bold;
		font-size: 12px;
		margin-bottom: 1.625%
	}

	.section18 > .two-column > .two-column__container > .inner_glay > .txtbox > p {
		font-size: 12px;
		letter-spacing: -0.008rem;
	}


	.section18 > .two-column > .two-column__container > .inner_glay > .imgbox {
		width: 45%;
		float: right;
		margin-left:4%;
	}

	.section18 > .inner_blue {
		border:2px solid #c9e1ed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3.125% 3.125% 7.125% 3.125%;
	}

	.section18 > .inner_blue > .heading{
		margin: 0 -3.125% 4.25% -3.125%;
	}
	.section18 > .inner_blue > .ttlArea {
		position: relative;
		background: #edf5f9;
		padding:5.625% 5.625% 7.625% 5.625%;
		position: relative;
		z-index: 1;
	}

	.section18 > .inner_blue > .ttlArea > h4 {
		font-size: 108%;
		color: #383838;
		text-align: center;
		font-weight: bold;
		margin-bottom: 3.125%;
	}
	.section18 > .inner_blue > .ttlArea > p {
		font-size: 86%;
		color: #383838;
		text-align: left;
	}

	.section18 > .inner_blue > .pictArea {
		margin-top: -6.90625%;
		text-align: center;
		position: relative;
		z-index: 2;
		margin-bottom: 8.42625%;
	}
	.section18 > .inner_blue > .pictArea02 {
		margin-top: -3.90625%;
		text-align: center;
		position: relative;
		z-index: 2;
		margin-bottom: 8.42625%;
	}

	.section18 > .inner_blue > .pictArea > img{
		width: 100%;
	}


	.section18 > .two-column {
		font-size: 0px;
		margin-bottom: 3.125%;
	}

	.section18 > .two-column > .two-column__container {
		width: 100%;
		display:block;
		padding: 1.5625% 0%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size:14px;
	}

.section18 > .two-column > .two-column__container > .viewcontent > .subimage {
	margin:3.125% 0% 0% 0%;
}
	.section18 > .two-column > .two-column__container > .viewcontent > .subimage img{
		width: 56%;
	}

	.section18 > .two-column  > .right{
		margin-bottom: 8.42625%;
	}

	.section18 > .two-column  > .left {
		float:none;
	}


	.section18 > .two-column > .two-column__container .viewcontent > img{
		width: 100%;
}

	.section18 > .two-column > .two-column__container .viewcontent > p {
		text-align: left;
		font-size:100%;
	}

	.s-spnone {
		display:none !important;
	}

	.s-pcnone {
		display:block !important;
	}

	.section18link {
		width: 100%;
		text-align: center;
		margin: 3.625% 0;
	}

	.section18link a img{
		width:51.35%;
	}
	.s-pictwidth {
		margin-bottom:7.125% !important
	}
	.viewcontent {
		width: 90.666666667%;
		margin: 0 auto;
	}

}


/*--------------------------------------------------
	.IST section user Voice
--------------------------------------------------*/

/*@keyframes tipmove {
	0% {transform: translateY(-2px);}
	50% {transform: translateY(7px);}
	100% {transform: translateY(-2px);}
}

@keyframes tipmove02 {
	0% {transform: translateY(0px);}
	50% {transform: translateY(-8px);}
	100% {transform: translateY(0px);}
}

@keyframes tipmove03 {
	0% {transform: translateY(0px);}
	50% {transform: translateY(9px);}
	100% {transform: translateY(0px);}
}*/


.tips_001 img,.tips_002 img,.tips_003 img,.tips_004 img,.tips_005 img,
.tips_001_text img,.tips_002_text img,.tips_003_text img,.tips_004_text img,.tips_005_text img{
	max-width:none;
	height: auto;
}


.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.section19__container {
	width: 100%;
	margin: 40px 0px 140px 0px;
	padding: 90px 0px;
	height: 680px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section19__container--photo {
	background: url(/fmv/special/concept/assets/images/1_6-photo-video/img_uservoice_bg.png) top left repeat;
}

.section19__container--easy {
	background: url(/fmv/special/concept/assets/images/7-use-easy/img_uservoice_bg.png) top left repeat;
}

.section19__container--safety {
	background: url(/fmv/special/concept/assets/images/2-use-safety/img_uservoice_bg.png) top left repeat;
}

.section19__container--performance {
	background: url(/fmv/special/concept/assets/images/5-performance/img_uservoice_bg.png) top left repeat;
}

.section19__inner {
	margin: 0 auto;
	width: 910px;
	height: 485px;
	position: relative;
}

.section19__inner--photo {
	background: url(/fmv/special/concept/assets/images/1_6-photo-video/img_uservoiceInner_bg.png) top left repeat;
}

.section19__inner--easy {
	background: url(/fmv/special/concept/assets/images/7-use-easy/img_uservoiceInner_bg.png) top left repeat;
}

.section19__inner--safety {
	background: url(/fmv/special/concept/assets/images/2-use-safety/img_uservoiceInner_bg.png) top left repeat;
}

.section19__inner--performance {
	background: url(/fmv/special/concept/assets/images/5-performance/img_uservoiceInner_bg.png) top left repeat;
}




.section19__inner > .tips_001 {
	position: absolute;
	left: -2px;
  top: -154px;
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}

.tips_001_text {
	position: absolute;
	left: -2px;
	top: -154px;
	z-index: 9;
	-moz-transition-delay:250ms;
	-webkit-transition-delay:250ms;
	-o-transition-delay:250ms;
	-ms-transition-delay:250ms;
}

.section19__inner > .tips_002{
	position: absolute;
	top:2px;
	right: -100px;
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}

.tips_002_text {
	position: absolute;
	top:2px;
	right: -100px;
	z-index: 9;
	-moz-transition-delay:350ms;
	-webkit-transition-delay:350ms;
	-o-transition-delay:350ms;
	-ms-transition-delay:350ms;
}

.section19__inner > .tips_003{
	position: absolute;
	left:-160px;
	bottom:50px;
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

.tips_003_text {
	position: absolute;
	left:-160px;
	bottom:50px;
	z-index: 9;
	-moz-transition-delay:450ms;
	-webkit-transition-delay:450ms;
	-o-transition-delay:450ms;
	-ms-transition-delay:450ms;
}


.section19__inner > .tips_004{
	position: absolute;
	bottom:-186px;
	left:120px;
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}

.tips_004_text {
	position: absolute;
	bottom:-186px;
	left:120px;
	z-index: 9;
	-moz-transition-delay:550ms;
	-webkit-transition-delay:550ms;
	-o-transition-delay:550ms;
	-ms-transition-delay:550ms;
}

.section19__inner > .tips_005{
	position: absolute;
	bottom:-150px;
	right:-85px;
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}

.tips_005_text {
	position: absolute;
	bottom:-150px;
	right:-85px;
	z-index: 9;
	-moz-transition-delay:650ms;
	-webkit-transition-delay:650ms;
	-o-transition-delay:650ms;
	-ms-transition-delay:650ms;
}

.easytips_001 , .safetytips_001{left:-60px !important;top:-160px !important;}
.safetytips_002{right:-124px !important;top:-80px !important;}.easytips_002 {right: -124px !important;top: 25px !important;}
.easytips_003 , .safetytips_003{left:-102px !important;bottom:-80px !important;}
.easytips_005 , .safetytips_004{right:-5px !important;bottom:-200px !important;}
.safetytips_005 {bottom:-180px !important}
.performancetips_001 {left:-45px !important;}
.performancetips_002 {top:140px !important;left: -100px !important;}
.performancetips_003 {left: 620px !important; bottom: 190px !important;}
.performancetips_004 {bottom: -146px!important;left: 30px !important;}
.performancetips_005 {bottom:-180px !important; right:-80px !important;}


@media screen and (max-width:768px) {

	.tips_001 img , .tips_002 img , .tips_003 img , .tips_004 img , .tips_005 img {
		max-width:100%;
		height: auto;
	}


	.section19__container {
		width: 100%;
		margin: 9.375% 0%;
		padding:9.375% 0%;
		height: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section19__container--photo {
		background: url(/fmv/special/concept/assets/images/1_6-photo-video/img_uservoice_bg.png) top left repeat;
	}

	.section19__container--easy {
		background: url(/fmv/special/concept/assets/images/7-use-easy/img_uservoice_bg.png) top left repeat;
	}

	.section19__container--safety {
		background: url(/fmv/special/concept/assets/images/2-use-safety/img_uservoice_bg.png) top left repeat;
	}

	.section19__container--performance {
		background: url(/fmv/special/concept/assets/images/5-performance/img_uservoice_bg.png) top left repeat;
	}



	.section19__inner {
		margin: 0 auto;
		width: 85%;
		border:10px solid #fff;
		height: auto;
		position: relative;
	}
	.section19__inner--photo {
		background: #d1dfe8;
	}

	.section19__inner--easy {
		background: #e3cec7;
	}

	.section19__inner--safety {
		background: #bae0d0;
	}

	.section19__inner--performance {
		background: #d4dae8;
	}

	.section19__inner > .tips_001 , .section19__inner > .tips_002 , .section19__inner > .tips_003 , .section19__inner > .tips_004 , .section19__inner > .tips_005 {
		position:static;
		width: 110.29%;
		margin-left: -5.14%;
		animation:none;
		height: auto;
    left:0 !important;
    top: 0 !important;
		bottom:0 !important;
		right: 0 !important;
	}
	.section19__inner > .tips_002{margin-top: 3.43%;}
	.section19__inner > .tips_003{margin-top: -6.43%;}
	.section19__inner > .tips_004{margin-top: 3.43%;}
	.section19__inner > .tips_005{margin-top: -1%;}

	.easytips_001 , .safetytips_001{margin-top: -6%!important;}
	.easytips_002 , .safetytips_002{margin-top: 3.43%!important;}
	.easytips_003 , .safetytips_003{margin-top: -2.43%!important;}
	.easytips_005 , .safetytips_004{margin-top: 0.43%!important;}

	.performancetips_001 {margin-top: -6%!important;}
	.performancetips_002 {margin-top: -4.43%!important;}
	.performancetips_003 {margin-top: 2.43%!important;}
	.performancetips_004 {margin-top: -3.43%!important;}
	.performancetips_005 {margin-top: 0.43%!important;}
}




.modale-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 3;
}
.modale-overlay .modale-wrapper {
  display: table;
  max-width: 980px;
  width: 100%;
  margin: auto;
  top: 0;
  position: absolute;
}
.modale-overlay .modale-wrapper .modale-inner {
  display: table-cell;
}
.modale-close-btn {
  position: absolute;
  top: -65px;
  right: 0;
}
.youtube-holder {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.youtube-holder iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





@media screen and (max-width:768px) {

.section17 {
	padding: 35px 0 15px;
}

.section17 h2 {
    font-size: 142.8%;
    padding-bottom: 20px;
}

.section17 ul li {
	float: none!important;
	width: 85%;
	margin: 0 auto 20px;
}



}


/*--------------------------------------------------
	footer
--------------------------------------------------*/

.copy{
	height: 60px;
	width: 100%;
	background: #606060;
}

.copy p{
	padding-top: 10px;
	text-align: right;
	color: #fff;
}

.page-top {
	position: fixed;
	bottom: 90px;
	right: 20px;
	opacity: 0;
	z-index: 100;
}

.page-top:hover img{
	opacity: 0.7;
}

.fixedBnr {
	position: absolute;
	/*top: 480px;*/
	bottom: 10px;
	right: 0;
	z-index: 100;
}

.fixedBnr:hover img{
	opacity: 0.7;
}

@media screen and (max-width:768px){

.copy{
	height: 20px;
	width: 100%;
	background: #606060;
	padding: 0 10px;
	box-sizing: border-box;
}

.copy p{
	padding-top: 0px;
	line-height: 20px;
	font-size: 50%;
}

.page-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	opacity: 0;
	display:block;
	width: 25px;
}

.fixedBnr {
	display: none;
}

}





/*--------------------------------------------------
	.header.secondPage
--------------------------------------------------*/

.header.secondPage {
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}







/*--------------------------------------------------
	.mainVisualSecond
--------------------------------------------------*/

.breadcrumbs ul {
	overflow: hidden;
	zoom: 1;
	padding: 10px 20px;
}

.breadcrumbs ul li {
	float: left;
	color: #a1a1a1;
}

.breadcrumbs ul li:after {
	content: '>';
	display: inline-block;
	margin: 0 10px;
}

.breadcrumbs ul li:last-child:after {
	content: '';
}

.breadcrumbs ul li a {
	color: #c3c3c3;
	text-decoration: underline;
}

.breadcrumbs ul li a:hover {
	text-decoration: none;
}


@media screen and (max-width:768px){

.breadcrumbs {
	overflow: scroll;
}


.breadcrumbs ul {
	padding: 0;
	height: 30px;
	display: table;
	width: 100%;
}

.breadcrumbs ul li {
	position: relative;
	height: 30px;

	font-size: 71.4%;
	line-height: 30px;

	box-sizing: border-box;

	float: none;
	display: table-cell;

	white-space: nowrap;
}

.breadcrumbs ul li:first-child {
	background-image: url(/fmv/special/concept/assets/images/bg_breadcrumbs_01_sp.gif);
	background-repeat: repeat-x;
	background-size: contain;
	width: 22%;
	text-align: center;
	padding: 0 27px 0 15px;
}


.breadcrumbs ul li:first-child:after {
	content: "";


	position: absolute;
	top: 0;
	right: 0;

	width: 12px;
	height: 30px;

	margin: 0;

	background-image: url(/fmv/special/concept/assets/images/img_breadcrumbs_01_sp.gif);
	background-repeat: no-repeat;
	background-size: auto 30px;
}

.breadcrumbs ul li a {
	display: block;
}





.breadcrumbs ul li:last-child {
	background-image: url(/fmv/special/concept/assets/images/bg_breadcrumbs_02_sp.gif);
	background-repeat: repeat-x;
	background-size: contain;
	width: 78%;
	padding: 0 27px 0 15px;
}



.breadcrumbs ul li:last-child:after {
	content: "";


	position: absolute;
	top: 0;
	right: 0;

	width: 12px;
	height: 30px;

	margin: 0;

	background-image: url(/fmv/special/concept/assets/images/img_breadcrumbs_02_sp.gif);
	background-repeat: no-repeat;
	background-size: auto 30px;


}






}



/*--------------------------------------------------
	.mainVisualSecondPage
--------------------------------------------------*/

.mainVisualSecondPage img {
	width: 100%;
}







/*--------------------------------------------------
	.infographic
--------------------------------------------------*/

/* 共通 */

.infographic {
	padding: 60px 0;
}

.infographic > .ttl {
	font-size: 250%;
	text-align: center;
	font-family: "SourceHanSans", sans-serif;
}

.infographic > .ttl span {
	font-family: "SourceHanSans", sans-serif;
}

.infographic .item {
	padding-top: 60px;
}

.infographic .item > .ttl {
	font-size: 250%;
	text-align: center;
	font-family: "SourceHanSans", sans-serif;
  color: #666;
  letter-spacing: 2px;
	position: relative;
	z-index: 2;
}

.infographic .item > .ttl span {
	font-weight: bold;
	font-family: "SourceHanSans", sans-serif;
}

.infographic .item .visual {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 60px;
}

.infographic .item .visual .img img {
	margin-top: -33px;
}



.infographic .item .txtBox {
	padding: 30px 0;
  min-height: 155px;
  box-sizing: border-box;
}

.infographic .item .txtBox .inner {
	display: table;
	width: 100%;
	min-height: 87px;
}

.infographic .item .txtBox .columnL,
.infographic .item .txtBox .columnR {
	display: table-cell;
}

.infographic .item .txtBox .columnL {
	width: 290px;

	position: relative;
	min-height: 87px;

}

.infographic .item .txtBox .columnL p {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	font-size: 357.1%;
	text-align: center;
	font-family: "SourceHanSans", sans-serif;
	line-height: 1.4;
  letter-spacing: 2px;
	word-break: keep-all;
}

.infographic .item .txtBox .columnL p span {
	display: block;
	font-size: 36%;
  padding: 1px 10px;
}


.infographic .item .txtBox .columnR {
	vertical-align: middle;
}

.infographic .item .txtBox .columnR p {
	padding-top: 4px;
  color: #383838;
}

.infographic .item .txtBox .columnR p:first-child {
	padding-top: 0;
}

.infographic .item .txtBox .columnR .txt01 {
	font-weight: bold;
	font-size: 107.1%;
}

.infographic .item .txtBox .columnR .txt03 {
	font-size: 78.5%;
}




@media screen and (max-width:768px) {

	.infographic {
		padding: 30px 0;
	}

	.infographic > .ttl {
		font-size: 142.8%;
	}

	.infographic .item {
		padding-top: 40px;
	}

	.infographic .item > .ttl {
		font-size: 142.8%;
	}

	.infographic .item .visual {
		box-sizing: border-box;
		margin-top: 15px;
		padding: 0 10px 20px;
	}

	.infographic .item .visual .img img {
		margin-top: -12px;
	}


	.infographic .item .txtBox {
		padding: 15px 0;
	}

	.infographic .item .txtBox .inner {
		box-sizing: border-box;
		display: block;
		min-height: 0;
		padding: 0 10px;
	}

	.infographic .item .txtBox .columnL,
	.infographic .item .txtBox .columnR {
		display: inline-block;
	}



	.infographic .item .txtBox .columnL {
		width: 100%;
		position: relative;
		min-height: 0;
	}

	.infographic .item .txtBox .columnL p {
		display: inline-block;
		position: relative;
		left: 50%;
		top: 0;
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);

		font-size: 214.2%;
		line-height: 1.5;
	}

	.infographic .item .txtBox .columnL p span {
		display: block;
		font-size: 36%;
	}



	.infographic .item .txtBox .columnR {
		padding-top: 10px;
	}

	.infographic .item .txtBox .columnR p {
		padding-top: 4px;
	}

	.infographic .item .txtBox .columnR p:first-child {
		padding-top: 0;
	}

	.infographic .item .txtBox .columnR .txt01 {
		font-size: 100%;
	}

	.infographic .item .txtBox .columnR .txt02 {
		font-size: 92.8%;
	}


}





/* 1_6-photo-video */

/* cl1_01 */

.infographic .cl1_01 > .ttl span {
  color: #63a0c2;
}

.infographic .cl1_01 .visual {
  background: #faf8f4;
}

.infographic .cl1_01 .visual .img img {
  margin-top: -58px;
}

.infographic .cl1_01 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#eceeed), to(#f0f5f2));
  background:-webkit-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-moz-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-o-linear-gradient(left top, #eceeed, #f0f5f2);
  background:linear-gradient(to right bottom, #eceeed, #f0f5f2);
}

.infographic .cl1_01 .txtBox .columnL p {
  color: #5f6e8e;
}

.infographic .cl1_01 .txtBox .columnL p span {
  background: #dce2e3;
}


/* cl1_02 */

.infographic .cl1_02 > .ttl span {
  color: #63a0c2;
}

.infographic .cl1_02 .visual {
  background: #faf8f4;
}

.infographic .cl1_02 .visual .img img {
  margin-top: -39px;
}

.infographic .cl1_02 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#eceeed), to(#f0f5f2));
  background:-webkit-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-moz-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-o-linear-gradient(left top, #eceeed, #f0f5f2);
  background:linear-gradient(to right bottom, #eceeed, #f0f5f2);
}

.infographic .cl1_02 .txtBox .columnL p {
  color: #5f6e8e;
}

.infographic .cl1_02 .txtBox .columnL p span {
  background: #dce2e3;
}


/* cl1_03 */

.infographic .cl1_03 > .ttl span {
  color: #63a0c2;
}

.infographic .cl1_03 .visual {
  background: #faf8f4;
}

.infographic .cl1_03 .visual .img img {
  margin-top: -1px;
}

.infographic .cl1_03 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#f5ece8), to(#f9f4ea));
  background:-webkit-linear-gradient(left top, #f5ece8, #f9f4ea);
  background:-moz-linear-gradient(left top, #f5ece8, #f9f4ea);
  background:-o-linear-gradient(left top, #f5ece8, #f9f4ea);
  background:linear-gradient(to right bottom, #f5ece8, #f9f4ea);
}

.infographic .cl1_03 .txtBox .columnL p {
  color: #b78888;
}

.infographic .cl1_03 .txtBox .columnL p span {
  background: #f2ded6;
}








/* 2-use-safety */

/* cl2_01 */

.infographic .cl2_01 > .ttl span {
  color: #6ba67b;
}

.infographic .cl2_01 .visual {
  background: #faf8f4;
}

.infographic .cl2_01 .visual .img img {
  margin-top: -57px;
}

.infographic .cl2_01 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#f5ece8), to(#f9f4ea));
  background:-webkit-linear-gradient(left top, #f5ece8, #f9f4ea);
  background:-moz-linear-gradient(left top, #f5ece8, #f9f4ea);
  background:-o-linear-gradient(left top, #f5ece8, #f9f4ea);
  background:linear-gradient(to right bottom, #f5ece8, #f9f4ea);
}

.infographic .cl2_01 .txtBox .columnL p {
  color: #b78888;
}

.infographic .cl2_01 .txtBox .columnL p span {
  background: #f2ded6;
}


/* cl2_02 */

.infographic .cl2_02 > .ttl span {
  color: #6ba67b;
}

.infographic .cl2_02 .visual {
  background: #faf8f4;
	margin-top: 60px;
}

.infographic .cl2_02 .visual .img img {
  margin-top: -58px;
}

.infographic .cl2_02 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#f0f3ea), to(#f8f7e6));
  background:-webkit-linear-gradient(left top, #f0f3ea, #f8f7e6);
  background:-moz-linear-gradient(left top, #f0f3ea, #f8f7e6);
  background:-o-linear-gradient(left top, #f0f3ea, #f8f7e6);
  background:linear-gradient(to right bottom, #f0f3ea, #f8f7e6);
}

.infographic .cl2_02 .txtBox .columnL p {
  color: #4a8036;
}

.infographic .cl2_02 .txtBox .columnL p span {
  background: #dfe9cc;
}


/* cl2_03 */

.infographic .cl2_03 > .ttl span {
  color: #6ba67b;
}

.infographic .cl2_03 .visual {
  background: #faf8f4;
}

.infographic .cl2_03 .visual .img img {
  margin-top: -58px;
}

.infographic .cl2_03 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#eceeed), to(#f0f5f2));
  background:-webkit-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-moz-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-o-linear-gradient(left top, #eceeed, #f0f5f2);
  background:linear-gradient(to right bottom, #eceeed, #f0f5f2);
}

.infographic .cl2_03 .txtBox .columnL p {
  color: #5f6e8e;
}

.infographic .cl2_03 .txtBox .columnL p span {
  background: #dce2e3;
}















/* 5-performance */

/* cl5_01 */

.infographic .cl5_01 > .ttl span {
  color: #686fb1;
}

.infographic .cl5_01 .visual {
  background: #faf8f4;
}

.infographic .cl5_01 .visual .img img {
  margin-top: -58px;
}

.infographic .cl5_01 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#eceeed), to(#f0f5f2));
  background:-webkit-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-moz-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-o-linear-gradient(left top, #eceeed, #f0f5f2);
  background:linear-gradient(to right bottom, #eceeed, #f0f5f2);
}

.infographic .cl5_01 .txtBox .columnL p {
  color: #5f6e8e;
}

.infographic .cl5_01 .txtBox .columnL p span {
  background: #dce2e3;
}


/* cl5_02 */

.infographic .cl5_02 > .ttl span {
  color: #686fb1;
}

.infographic .cl5_02 .visual {
  background: #faf8f4;
}

.infographic .cl5_02 .visual .img img {
  margin-top: -58px;
}

.infographic .cl5_02 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#f0f3ea), to(#f8f7e6));
  background:-webkit-linear-gradient(left top, #f0f3ea, #f8f7e6);
  background:-moz-linear-gradient(left top, #f0f3ea, #f8f7e6);
  background:-o-linear-gradient(left top, #f0f3ea, #f8f7e6);
  background:linear-gradient(to right bottom, #f0f3ea, #f8f7e6);
}

.infographic .cl5_02 .txtBox .columnL p {
  color: #4a8036;
}

.infographic .cl5_02 .txtBox .columnL p span {
  background: #dfe9cc;
}


/* cl5_03 */

.infographic .cl5_03 > .ttl span {
  color: #686fb1;
}

.infographic .cl5_03 .visual {
  background: #faf8f4;
	margin-top: 80px;
}

.infographic .cl5_03 .visual .img img {
	margin-top: -58px;
}

.infographic .cl5_03 .txtBox {
  background:-webkit-gradient(linear, left top, right bottom, from(#eceeed), to(#f0f5f2));
  background:-webkit-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-moz-linear-gradient(left top, #eceeed, #f0f5f2);
  background:-o-linear-gradient(left top, #eceeed, #f0f5f2);
  background:linear-gradient(to right bottom, #eceeed, #f0f5f2);
}

.infographic .cl5_03 .txtBox .columnL p {
  color: #5f6e8e;
}

.infographic .cl5_03 .txtBox .columnL p span {
  background: #dce2e3;
}

















/* 7-use-easy */

/* cl7_01 */

.infographic .cl7_01 > .ttl span {
	color: #cf8d78;
}

.infographic .cl7_01 .visual {
	background: #faf8f4;
}

.infographic .cl7_01 .visual .img img {
	margin-top: -57px;
}

.infographic .cl7_01 .txtBox {
	background:-webkit-gradient(linear, left top, right bottom, from(#f0f3ea), to(#f8f7e6));
	background:-webkit-linear-gradient(left top, #f0f3ea, #f8f7e6);
	background:-moz-linear-gradient(left top, #f0f3ea, #f8f7e6);
	background:-o-linear-gradient(left top, #f0f3ea, #f8f7e6);
	background:linear-gradient(to right bottom, #f0f3ea, #f8f7e6);
}

.infographic .cl7_01 .txtBox .columnL p {
	color: #4a8036;
}

.infographic .cl7_01 .txtBox .columnL p span {
	background: #dfe9cc;
}


/* cl7_02 */

.infographic .cl7_02 > .ttl span {
	color: #cf8d78;
}

.infographic .cl7_02 .visual {
	background: #faf8f4;
}

.infographic .cl7_02 .visual .img img {
	margin-top: -58px;
}

.infographic .cl7_02 .txtBox {
	background:-webkit-gradient(linear, left top, right bottom, from(#eceeed), to(#f0f5f2));
	background:-webkit-linear-gradient(left top, #eceeed, #f0f5f2);
	background:-moz-linear-gradient(left top, #eceeed, #f0f5f2);
	background:-o-linear-gradient(left top, #eceeed, #f0f5f2);
	background:linear-gradient(to right bottom, #eceeed, #f0f5f2);
}

.infographic .cl7_02 .txtBox .columnL p {
	color: #5f6e8e;
}

.infographic .cl7_02 .txtBox .columnL p span {
	background: #dce2e3;
}


/* cl7_03 */

.infographic .cl7_03 > .ttl span {
	color: #cf8d78;
}

.infographic .cl7_03 .visual {
	background: #faf8f4;
}

.infographic .cl7_03 .visual .img img {
	margin-top: -58px;
}

.infographic .cl7_03 .txtBox {
	background:-webkit-gradient(linear, left top, right bottom, from(#f5ece8), to(#f9f4ea));
	background:-webkit-linear-gradient(left top, #f5ece8, #f9f4ea);
	background:-moz-linear-gradient(left top, #f5ece8, #f9f4ea);
	background:-o-linear-gradient(left top, #f5ece8, #f9f4ea);
	background:linear-gradient(to right bottom, #f5ece8, #f9f4ea);
}

.infographic .cl7_03 .txtBox .columnL p {
	color: #b78888;
}

.infographic .cl7_03 .txtBox .columnL p span {
	background: #f2ded6;
}



@media screen and (max-width:768px) {

	.infographic .cl1_01 .visual .img img {
		margin-top: -5.6%;
	}

	.infographic .cl1_02 .visual .img img {
		margin-top: -4.6%;
	}

	.infographic .cl1_03 .visual .img img {
		margin-top: 0;
	}




	.infographic .cl2_01 .visual .img img {
		margin-top: -7.5%;
	}

	.infographic .cl2_02 .visual{
		margin-top: 30px;
	}
	.infographic .cl2_02 .visual .img img {
		margin-top: -8.5%;
	}

	.infographic .cl2_03 .visual .img img {
		margin-top: -5.6%;
	}




	.infographic .cl5_01 .visual .img img {
		margin-top: -5.6%;
	}

	.infographic .cl5_02 .visual .img img {
		margin-top: -6.6%;
	}

	.infographic .cl5_03 .visual{
		margin-top: 40px;
	}
	.infographic .cl5_03 .visual .img img {
		margin-top: -9%;
	}



	.infographic .cl7_01 .visual .img img {
		margin-top: -5%;
	}

	.infographic .cl7_02 .visual .img img {
		margin-top: -5.6%;
	}

	.infographic .cl7_03 .visual .img img {
		margin-top: -6.4%;
	}

}
