@charset "shift_jis";

/* 共通
---------------------------------------------*/
html,
body {
	width: 750px;
	margin:0 auto;
	background: #fff;
	color: #333;
	font-size: 26px;
	line-height: 1.8;
}
#contentsWrap {
	padding-top:125px;
}
body.android #contentsWrap *,
body.android .popupBox{
	max-height:999999px;
}
.inner {
	padding:0 30px;
}

/* -------------------------------------------
-------------------------------------------

  header

-------------------------------------------
---------------------------------------------*/
header {
	width: 100%;
	height:120px;
	border-bottom:5px solid #d6d5d4;
	background:url(/100th/sp/img/bg_header.gif);
	position:fixed;
	top:0;
	left: 0;
	z-index:999;
}
header .logo01 {
	position:absolute;
	top:15px;
	left:20px;
}
header .logo02 {
	width:127px;
	margin:12px auto 0;
}

header #menu {
	width:130px;
	height:120px;
	border-left: 2px solid #c5b78b;
	position:absolute;
	top:0;
	right:0;
	font-size:0;
	overflow:hidden;
	background:url(/100th/sp/img/img_menu.png) no-repeat center;
}
header #menu.close {
	background:url(/100th/sp/img/img_close.png) no-repeat center;
}

/* -------------------------------------------
-------------------------------------------

  nav

-------------------------------------------
---------------------------------------------*/
nav {
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	lef:0;
	z-index: 998;
	display: none;
	overflow: auto;
}
nav .navInner {
	padding-top: 125px;
	-webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.24);
	background:rgba(255,255,255,0.97);
}
nav li {
	line-height:1.6;
}
nav li a {
	padding: 30px 0;
	display: block;
	background:url(/100th/sp/img/arrow_under.png) 96% center no-repeat;
}
nav li b {
	font-size:28px;
}
nav li a b {
	color:#886f20;
}
nav li span {
	font-size:20px;
	display:block;
}
nav li + li {
	border-top:1px solid #c1bebe;
}
nav li.nav01 a {
	padding-left: 30px;
}
nav li.nav02 {
	padding: 20px 0 0 30px;
}
nav li.nav02 > ul {
	margin-top:20px;
	margin-left: 35px;
}
nav li.nav02 > ul li:first-child {
	border-top:1px solid #c1bebe;
}

/* -------------------------------------------
-------------------------------------------

  mv

-------------------------------------------
---------------------------------------------*/
#mv {
	height:602px;
	position:relative;
	background:#f6f5f3;
}
#mv .mvInner {
	width:100%;
	height:602px;
	position:absolute;
	top:0;
	left:0;
	background:url(/100th/sp/img/bg_mv.jpg) no-repeat center;
	z-index:1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	display:none;
}
#mv #logo {
	width:0;
	height:0;
	background:#e60012;
	border-radius:50%;
	position:absolute;
	top:297px;
	left:375px;
	z-index: 2;
}
#mv #logo h1 {
	position:absolute;
	top:57px;
	left: 110px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}
#mv #logo .txt {
	padding-top: 305px;
}
#mv #logo .txt p {
	margin:0 auto;
	line-height: 1;
}
#mv #logo .txt p span {
	display:block;
	float:left;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}
#mv #logo .txt p + p {
	margin-top: 18px;
}
#mv #logo .txt01 {
	width:300px;
}
#mv #logo .txt02 {
	width:324px;
}
#mv #logo .txt03 {
	width:158px;
}

/* -------------------------------------------
-------------------------------------------

  message

-------------------------------------------
---------------------------------------------*/
#message {
	background:#eff3f5;
	padding:80px 0 75px;
	position:relative;
}
#message h2 {
	text-align:center;
}
#message h3 {
	margin:90px 0 0 60px;
	position: relative;
	z-index: 2;
}
#message h3 + p {
	margin:93px 0 75px 108px;
}
#message figure {
	position:absolute;
	top:202px;
	right:0;
}
#message .txt {
	margin:0 30px;
}
#message .txt + .txt {
	margin-top:30px;
}


/* -------------------------------------------
-------------------------------------------

	history

-------------------------------------------
---------------------------------------------*/
#history {
	background:url(/100th/sp/img/bg_history.gif);
}
#history h2 {
	position:relative;
	z-index:5;
}
/* switch
---------------------------------------------*/
#history .switch {
	width: 625px;
	height: 88px;
	padding-top:40px;
	margin: 0 0 50px 80px;
}
#history .switch li {
	height: 88px;
	font-size:0;
	float: left;
	background-repeat:no-repeat;
	background-position:top left;
}
#history .switch li.active {
	background-position:bottom left;
}
#history .switch li.all {
	width: 207px;
	background-image:url(/100th/sp/img/btn01.png);
}
#history .switch li.development {
	width:154px;
	background-image:url(/100th/sp/img/btn02.png);
}
#history .switch li.product {
	width:264px;
	background-image:url(/100th/sp/img/btn03.png);
}
/*追従*/
#history .switch.fixed {
	position:fixed;
	top:125px;
	left:50%;
	margin-left: -295px;
	z-index: 99;
	padding-top: 10px;
}
#history .switch.fixed + div {
	padding-top: 168px!important;
}
#history .switch.fixed + div:before {
	top: 174px;
}

/* 共通
---------------------------------------------*/
#history .historyBox {
	position:relative;
	padding-bottom:50px;
}
#history .historyBox:after {
	content:"";
	width:4px;
	height: 100%;
	position:absolute;
	top:0;
	left:40px;
	background:#494845;
}
#history .historyBox .point{
	margin: 0 40px 0 51px;
	position:relative;
	z-index:2;
	opacity:0;
}
#history .historyBox .point + .point {
	margin-top:40px;
}
#history .historyBox .point:before {
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	left: -20px;
	top: 7px;
}
#history .historyBox .point.devPt:before {
	background-image:url(/100th/sp/img/img_circle01.png);
}
#history .historyBox .point.pdtPt:before {
	background-image:url(/100th/sp/img/img_circle02.png);
}
#history .historyBox .point.common:before {
	background-image:url(/100th/sp/img/img_circle03.png);
}
#history .historyBox .point.founding:before {
	width: 73px;
	background: url(/100th/sp/img/circle_founding.png)!important;
	height:73px;
	left:-37px;
	top: -19px;
}


#history .historyBox .point dt {
	margin-bottom:20px;
	line-height: 1;
}
#history .historyBox .point dd.txt {
	margin-left:50px;
	padding-left: 28px;
	background: url(/100th/sp/img/icon_txt.png) no-repeat left 6px;
	line-height: 1.3;
	position: relative;
	z-index: 2;
}
#history .historyBox .point .txt + .txt {
	margin-top:15px;
}

#history .historyBox .point dd.txt a {
	text-decoration:underline;
	display:inline-block;
	color:#007eca;
	padding-right:40px;
	background:url(/100th/sp/img/icon_blank.png) no-repeat right center;
}

#history .historyBox .point .img {
	position:absolute;
}
#history .historyBox h3 {
	margin: 0 0 60px 44px;
}
#history .historyBox .age {
	margin: 55px 0 55px 44px;
}
#history .historyBox .point dt .pdt
#history .historyBox .point dt .dev {
	opacity:0;
}
#history .historyBox .point.common {
	box-sizing:border-box;
	padding-top:45px;
}
#history .historyBox .point.common dt {
	position:absolute;
	top: 0;
	left:0;
}
#history .historyBox .point.common dt img {
	position:absolute;
	top: 0;
	left:0;
}


/* 個別設定
---------------------------------*/

/*term01*/
#history #term01 .point02 {
	height:385px;
}
#history #term01 .point02 .img01 {
	top: 67px;
	left:200px;
}
#history #term01 .point04 {
	margin-left: 100px;
}
#history #term01 .point04:before {
	top: -20px;
	left: -95px;
}

#history #term01 .point04 dd.txt {
	margin-left:0;
}

/*term02*/
#history #term02 .point02 {
	height:358px;
}
#history #term02 .point02 .img01 {
	top: 68px;
	left: 236px;
}
#history #term02 .age03 {
	margin-bottom:25px;
}
#history #term02 .point07 {
	padding-left: 50px;
}
#history #term02 .point07:before {
	top: 177px;
}
#history #term02 .point07:after {

	content:"";
	width:70px;
	height:2px;
	background:#007eca;
	position:absolute;
	top: 186px;
	left: 0;
}
#history #term02 .point08 {
	height: 495px;
}
#history #term02 .point08 .txt {
}
#history #term02 .point08 .img01 {
	top:108px;
	left: 49px;
}
#history #term02 .point10 {
	height:148px;
	padding-top:103px;
}
#history #term02 .point10:before {
	top:103px;
}
#history #term02 .point10 .img {
	top:0;
	left:358px;
}
#history #term02 .point11 {
	padding-left: 50px;
}
#history #term02 .point11:before {
	top: 177px;
}
#history #term02 .point11:after {
	content:"";
	width:70px;
	height:2px;
	background:#007eca;
	position:absolute;
	top: 186px;
	left: 0;
}
#history #term02 .point14 {
	padding-top: 83px;
	height:130px;
}
#history #term02 .point14:before {
	top:90px;
}
#history #term02 .point14 .img01 {
	top:0;
	left:340px;
}
#history #term02 .point14 .img02 {
	top:0;
	left:480px;
}
#history #term02 .point15 {
	padding-left: 50px;
}
#history #term02 .point15:before {
	top: 177px;
}
#history #term02 .point15:after {
	content:"";
	width:70px;
	height:2px;
	background:#007eca;
	position:absolute;
	top: 186px;
	left: 0;
}
#history #term02 .point16 {
	height:332px;
}
#history #term02 .point16 .img01 {
	top:193px;
	left:160px;
}
#history #term02 .point16 .img02 {
	top:125px;
	left:383px;
}

/*term03*/
#history #term03:after {
	height: calc(100% - 615px);
	height: -webkit-calc(100% - 615px);
}
#history #term03 .point01 {
	height:60px;
}
#history #term03 .point01 .img01 {
	top:-16px;
	left:530px;
}

#history #term03 .point02 {
	height:225px;
}
#history #term03 .point02 .img01{
	top:43px;
	left:218px;
}
#history #term03 .point02 .img02{
	top:43px;
	left:350px;
}

#history #term03 .point04 {
	height:253px;
}
#history #term03 .point04 .img01 {
	top:147px;
	left: 93px;
}

#history #term03 .point05 {
	padding-left: 50px;
	height:510px;
}
#history #term03 .point05:before {
	top: 177px;
}
#history #term03 .point05:after {
	content:"";
	width:70px;
	height:2px;
	background:#007eca;
	position:absolute;
	top: 186px;
	left: 0;
}
#history #term03 .point05 .img01 {
	top: 417px;
	left: 71px;
}

#history #term03 .point06 {
	padding-left: 50px;
	height:730px;
}
#history #term03 .point06:before {
	top: 177px;
}
#history #term03 .point06:after {
	content:"";
	width:70px;
	height:2px;
	background:#007eca;
	position:absolute;
	top: 186px;
	left: 0;
}
#history #term03 .point06 .img01 {
	top:517px;
	left:89px;
}
#history #term03 .point06 .img02 {
	top:437px;
	left:256px;
}

#history #term03 .point07 {
	height: 132px;
}
#history #term03 .point07 .img01 {
	top:-60px;
	left:503px;
}

#history #term03 .point08 {
	height:135px;
}
#history #term03 .point08 .img01 {
	top:-70px;
	left:320px;
}

#history #term03 .point10 {
	height:342px;
}
#history #term03 .point10 .img01 {
	top:160px;
	left:105px;
}

#history #term03 .point12 {
	height:342px;
}
#history #term03 .point12 .img01 {
	top:150px;
	left:83px;
}
#history #term03 .point12 .img02 {
	top:150px;
	left:175px;
}
#history #term03 .point12 .img03 {
	top:150px;
	left:338px;
}
#history #term03 .point12 .img04 {
	top:150px;
	left:342px;
}

#history #term03 .point13 {
	height:232px;
}
#history #term03 .point13 .img01 {
	top:118px;
	left:58px;
}

#history #term03 .point14 {
	height:222px;
}
#history #term03 .point14 .txt {
	width:330px;
}
#history #term03 .point14 .img01 {
	top:40px;
	left:476px;
}

#history #term03 .point16 {
	height:226px;
}
#history #term03 .point16 .txt {
	width:330px;
}
#history #term03 .point16 .img01 {
	top:60px;
	left:460px;
}
#history #term03 .point16 .img02 {
	top:60px;
	left:585px;
}

#history #term03 .point17 {
	height:407px;
}
#history #term03 .point17 .img01 {
	top:196px;
	left:216px;
}
#history #term03 .point17 .img02 {
	top: 189px;
	left:342px;
}

#history #term03 .point18 {
	height:270px;
}
#history #term03 .point18 .txt {
	width:375px;
}
#history #term03 .point18 .img01 {
	top:44px;
	left:533px;
}

#history #term03 .point19 {
	height:343px;
}
#history #term03 .point19 dt {
	top:-2px;
}
#history #term03 .point19 .img01 {
	top:197px;
	left:220px;
}

#history #term03 .point22 {
	height: 275px;
}
#history #term03 .point22 .img01 {
	top: 69px;
	left:146px;
}
#history #term03 .point22 .img02 {
	top:65px;
	left:248px;
}
#history #term03 .point22 .img03 {
	top: 69px;
	left:366px;
}
#history #term03 .point22 .img04 {
	top:81px;
	left: 504px;
}

#history #term03 .point23 {
	height:242px;
}
#history #term03 .point23 .img01 {
	top:60px;
	left:268px;
}
#history #term03 .point23 .img02 {
	top:60px;
	left:392px;
}
#history #term03 .point23 .img03 {
	top:47px;
	left:521px;
}


#history #term03 .point24 {
	height: 253px;
}
#history #term03 .point24 .txt {
	width:420px;
}
#history #term03 .point24 .img01 {
	top: 52px;
	left: 512px;
}

#history #term03 .point25 {
	height:589px;
}
#history #term03 .point25 dt img{
	position:absolute;
	top:0;
	left:0;
}

#history #term03 .point25:before {
	background-image:url(/100th/sp/img/img_circle04.png)
}
#history #term03 .point25 .img01 {
	top:70px;
	left:164px;
}
#history #term03 .point25 .img02 {
	top: 94px;
	left: 323px;
}
#history #term03 .lastTxt {
	position:absolute;
	top:287px;
	left:190px;
}


/* 切り替え設定
---------------------------------*/
#history.devSelect .historyBox  .point.devPt:before,
#history.devSelect .historyBox  .point.common:before {
	background-image: url(/100th/sp/img/img_circle01_on.png);
}
#history.pdtSelect .historyBox .point.pdtPt:before,
#history.pdtSelect .historyBox .point.common:before {
	background-image:url(/100th/sp/img/img_circle02_on.png)!important;
}

#history dl,
#history dd,
#history dt img {
	transition:all 0.5s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden
}

.minScreen #history dl,
.minScreen #history dd,
.minScreen #history dt img {
	transition:none!important;
}


/*沿革 選択時*/
#history.devSelect .point dl.pdt,
#history.devSelect .point dd.img,
#history.devSelect .point p.pdt,
#history.devSelect .point:after {
	opacity:0.3;
}
#history.devSelect .point p.pdt:before {
	background:#000
}
#history.devSelect .point .pdt a,
#history.devSelect .point .img a {
	pointer-events:none;
}
#history.devSelect .point dt img.pdt,
#history.devSelect .point dt img.common {
	opacity:0;
}
#history.devSelect .point dt img.dev {
	opacity:1;
}
#history.devSelect #term03 .point25:before {
	background-image: url(/100th/sp/img/img_circle01_on.png);
}

/*製品の歴史 選択時*/
#history.pdtSelect .point dl.dev dt,
#history.pdtSelect .point dd.txt {
	opacity:0.2;
}
#history.pdtSelect .point dl.dev a,
#history.pdtSelect .point dl.txt a {
	pointer-events:none;
}
#history.pdtSelect .point dt img.dev,
#history.devSelect .point dt img.common {
	opacity:0;
}
#history.pdtSelect .point dt img.pdt {
	opacity:1;
}
#history.pdtSelect #term03 .point25:before {
	background-image: url(/100th/sp/img/img_circle02_on.png);
}

/* bnr
---------------------------------------------*/
#bnr {
	padding: 40px 0 50px;
	background:url(/100th/sp/img/bg_bnr.gif) no-repeat top center #007eca;
	overflow: hidden;
}
#bnr h2 {
	text-align:center;
	font-size: 29px;
	letter-spacing:0.2em;
	margin-bottom:30px;
	color: #fff;
}
#bnr h2 span {
	position:relative;
}
#bnr h2 span:before {
	content:"";
	width:24px;
	height:44px;
	background:url(/100th/sp/img/obj_bnr01.png) no-repeat 0 0;
	position:absolute;
	left: -38px;
	top: -3px;
}
#bnr h2 span:after {
	content:"";
	width:24px;
	height:44px;
	background:url(/100th/sp/img/obj_bnr02.png) no-repeat 0 0;
	position:absolute;
	right:-36px;
	top: -3px;
}
#bnr ul {
	width:675px;
	margin:0 auto;
}
#bnr li {
	width:326px;
}
#bnr li:first-child {
	float:left;
}
#bnr li:first-child + li {
	float:right;
}

/* share
---------------------------------------------*/
#share {
	background:#fff;
	padding:50px 0;
}
#share ul {
	text-align:center;
}
#share ul li {
	width:98px;
	display:inline-block;
	margin:0 15px;
}
/* pageTop
---------------------------------------------*/
#pageTop {
	padding: 58px 0 27px;
	text-align:center;
	background: url(/100th/sp/img/arrow_top.png) no-repeat center 26px #f7f7f7;

	text-align:center;
	font-size:26px;
	font-weight:bold;
	cursor:pointer;
}

/* footer
---------------------------------------------*/
footer {
	border-top: 3px solid #0080cc;
	padding: 50px 0 30px;
}
footer ul li {
	width:345px;
	float:left;
}
footer ul li a {
	font-size:24px;
	display:block;
	padding:10px 0 10px 30px;
	background:url(/100th/sp/img/arrow_small.png) no-repeat left center;
}
footer p {
	margin-top:20px;
	text-align:center;
}
footer p small{
	font-size:24px;
	display:block;
	margin-top: 10px;
}

/*popup
---------------------------------------------*/
.popupWrap {
	display:none;
}
.popupBox {
	width:690px;
	margin: 0 auto;
}
#cboxLoadedContent::-webkit-scrollbar{
	width: 8px;
	background: #cecece;
}
#cboxLoadedContent::-webkit-scrollbar-thumb{
	background: #0b5e90;
}
#cboxLoadedContent::-webkit-scrollbar-track-piece:start,
#cboxLoadedContent::-webkit-scrollbar-track-piece:end{
	background: #cecece;
}
.boxInner {
	box-sizing:border-box;
	background:#fff;
	padding:18px;
}
.popupInner {
	background:url(/100th/sp/img/bg_modal.gif);
	border:1px solid #e3e3e3;
	padding: 40px 12px;
}
.popupBox .contents {
	border:3px solid #b39749;
	border-top:none;
	margin-bottom:30px;
}
.popupBox .contents h3 {
	background:rgba(117,117,117,0.05);
	border-bottom:6px double #b39749;
	padding: 45px 0 30px;
	text-align:center;
	color:#1180c2;
	font-size:35px;
	line-height:1.6;
	position: relative;
}
.popupBox .contents h3:before {
	content:"";
	width: 626px;
	height:44px;
	position:absolute;
	background:url(/100th/sp/img/ttl_modal.png) no-repeat 0 0;
	top: -17px;
	left: -2px;
}
.popupBox .contents h3 span {
	font-size:26px;
	font-weight:lighter;
	display:block;
}
.popupBox .contents .lead {
	padding: 70px 30px 50px;
}
.popupBox .contents .lead figure {
	text-align:center;
	margin-bottom: 70px;
}
.popupBox .contents .lead p {
	font-size:28px;
	line-height:1.6;
}
/*brand01*/
#brand01.popupBox .contents .lead {
	background: url(/100th/sp/img/bg_brand01.png) no-repeat center 350px;
}
/*brand02*/
#brand02.popupBox .contents .lead {
	background: url(/100th/sp/img/bg_brand02.png) no-repeat center 350px;
}
/*brand03*/
#brand03.popupBox .contents .lead {
	background: url(/100th/sp/img/bg_brand03.png) no-repeat center 350px;
}
#brand03.popupBox .btn + .btn a {
	padding-right:40px;
	background-position:95% center;
}
/*brand04*/
#brand04.popupBox .contents .lead {
	background: url(/100th/sp/img/bg_brand04.png) no-repeat center 340px;
}
/*brand05*/
#brand05.popupBox .contents .lead {
	background: url(/100th/sp/img/bg_brand05.png) no-repeat center 370px;
}
/*brand06*/
#brand06.popupBox .contents .lead {
	background: url(/100th/sp/img/bg_brand06.png) no-repeat center 350px;
}

.popupBox .contents .photo {
	background: rgba(168,190,203,0.15);
	padding:30px 26px;
}
.popupBox .contents .photo .box {
	margin-top:25px;
}
.popupBox .contents .photo > .box:first-child {
	margin-top:0;
}
.popupBox .contents .photo .box figure {
	margin-bottom:20px;
}
.popupBox .contents .photo .box p {
	font-size:24px;
}
.popupBox .contents .photo .boxMini {
	width:275px;
}
.popupBox .contents .photo .boxMini:first-child {
	float:left;
}
.popupBox .contents .photo .boxMini + .boxMini {
	float:right;
}
.popupBox .btn {
	width:630px;
	margin:0 auto;
}
.popupBox .btn + .btn {
	margin-top:30px;
}
.popupBox .btn a {
	display:block;
	padding:35px 0;
	line-height:1;
	text-align:center;
	background: url(/100th/sp/img/arrow_btn.png) 94% center #007eca no-repeat;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	font-size:26px;
}
.popupBox .contents .history {
	background: rgba(168,190,203,0.15);
	padding: 30px 26px 30px;
}
.popupBox .contents .history .hisInner {
	border:1px solid #d0dae1;
	background:#eef9ff;
}
.popupBox .contents .history section h4 {
	line-height:0;
}
.popupBox .contents .history section div {
	padding:30px 30px 0 115px;
	position:relative;
	box-sizing: border-box;
}
.popupBox .contents .history section .arrow {
	position:absolute;
	left:35px;
	top:0;
}
.popupBox .contents .history section figure {
	text-align:center;
	margin-bottom: 20px;
}
.popupBox .contents .history section figure + p {
	font-size: 22px;
	line-height: 1.3;
}
.popupBox .contents .history .his01 div {
	height:456px;
}
.popupBox .contents .history .his02 div {
	height:436px;
}
.popupBox .contents .history .his03 div {
	height:435px;
}
#brand05.popupBox .contents .photo .boxMini,
#brand06.popupBox .contents .photo .boxMini {
	margin-top:0;
}
