@charset "UTF-8";
/* CSS Document */
.wrap {
	width:974px;
	margin:0 auto;
}
img {
	max-width:100%;
}
a { outline: none; }

/* head */
#head {
	border-bottom:solid 1px #000;
	margin-bottom:15px;
}
#utility{
	padding-top:10px;
	padding-bottom:10px;
}
#utility ul{
	float:right;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_fb{
	width:82px;
	overflow:hidden;
}
/* cont */
#breadcrumb {
	font-size:14px;
}
#breadcrumb a {
	color: #000;
}
#main-visual {
	width: 100%;
  margin-bottom: 90px;
	height: auto;
	text-align: center;
	z-index: 1;
}
#contents {
	width: 100%;
	padding: 60px 0 0;
	position: relative;
	background: url("../img/parts/bg.jpg")repeat center center;
	z-index: 2;
  color: #fff;
}
/* 「ブランドサイトはこちら」ボタン */
#brand-info a.brandBtn {
	background-color:#6b6b6b;
	color:#fff;
}
/* 「ブランドサイトはこちら」ボタン(hover) */
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
.lead-bloc {
	text-align:center;
	margin-bottom: 150px;
}
.lead-bloc > p {
	font-size: 14px;
	line-height: 2;
}
.lead-bloc .lead-btm {
  width: 740px;
	margin: 76px auto 0;
  padding: 17px;
  position: relative;
	font-size: 18px;
	line-height: 1.9;
  font-weight: bold;
}
.lead-bloc .lead-btm::before, 
.lead-bloc .lead-btm::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.lead-bloc .lead-btm::before {
  width: 968px;
  height: 178px;
  top: -61px;
  left: 0;
  background-image: url("../img/parts/lead_acc01.png");
}
.lead-bloc .lead-btm::after {
  width: 770px;
  height: 68px;
  bottom: -25px;
  right: 0;
  background-image: url("../img/parts/lead_acc02.png");
}
.lead-bloc .lead-btm em {
	font-size: 22px;
  font-weight: bold;
}
.lead-bloc .lead-btm span {
	color: #2e62ca;
}
#article-main {
  margin-bottom: 30px;
	padding: 0 60px;
}
#article-main .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #fff;
}
#article-main .item-ttl::after {
  content: "";
  display: block;
  width: 148px;
  height: 48px;
  position: absolute;
  right: 12px;
  bottom: 0;
  background: url("../img/parts/item_acc.png")no-repeat center center/contain;
}
#article-main .item-ttl em {
  display: block;
  width: 183px;
  height: 52px;
  margin-right: 40px;
  line-height: 52px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: url("../img/parts/item_bg.jpg")no-repeat center center/contain;
}
#article-main .item-ttl p {
  font-size: 18px;
  line-height: 1.5;
}
#article-main > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
	margin-bottom: 80px;
}
#article-main > section:nth-of-type(2n) {
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#article-main > section:nth-of-type(1) .pic-bloc span {
  position: absolute;
  left: -30px;
  bottom: -5px;
}
#article-main > section:nth-of-type(2) .pic-bloc span {
  position: absolute;
  right: -60px;
  top: -115px;
}
#article-main .pic-bloc {
  position: relative;
	width: 46.8%;
}
#article-main .txt-bloc {
	width: 46.8%;
  line-height: 1.5;
}
#article-main .txt-bloc > p {
	min-height: 274px;
  font-size: 14px;
}
#article-main .point-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#article-main .point-bloc .ph {
  width: 47.5%;
}
#article-main .point-bloc .ph p {
  padding-top: 1em;
  font-size: 10px;
}
#brand-info {
	background:#eee;
	padding:25px 0;
}
#brand-info .inner-wrap {
	display:table;
	background:#fff;
	width:760px;
  margin: 0 auto;
}
#brand-info .logo {
	display:table-cell;
	vertical-align:middle;
	width:280px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:35px;
}
#brand-info a.brandBtn {
	display:block;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	text-align:center;
	background-color:#6b6b6b;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
#brand-info .brand_right {
	display:table-cell;
	width:480px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#brand-info .brand_right p.title_txt {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
#brand-info .brand_right h4.title {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 20px;
}
#brand-info .brand_right p{
	line-height:2;
  font-size: 12px;
}
/*ページトップ*/
#pagetop {
	text-align: right;
	padding-right:90px;
	margin-bottom:10px;
}
#pagetop a {
	display:inline-block;
	text-align:center;
	color:#939393;
	text-decoration:none;
	padding-top:55px;
	background:url(../img/pagetop.png) no-repeat center top;
}
#pagetop a span {
	font-size:10px;
}
#pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*ボタン*/
.btnArea {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.btnArea:last-child {
  margin-bottom: 0;
  padding-bottom: 150px;
}
.btnArea .btn a {
	display: block;
	width: 300px;
	margin: 0 15px;
	position: relative;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
  border: 2px solid #fff;
}
.btnArea .btn a::before,
.btnArea .btn a::after {
	content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -2px;
  top: -2px;
  border-style: solid;
  border-width: 12px;
}
.btnArea .btn a::before {
	border-color: #fff #fff transparent transparent;
}
.btnArea .btn a::after {
	border-color: #000 #000 transparent transparent;
  right: -4px;
  top: -4px;
}
.btnArea .btn.white a {
  color: #2e62ca;
	background: #fff;
}
.btnArea .btn a:hover {
  opacity: 0.6;
}
@media all and (min-width: 640px) and (max-width: 996px) {
	.wrap {
		max-width:100%;
		padding:0 10px;
	}
}
@media only screen and (max-width:640px){
	.pc {
		display:none !important;
	}
	.smp {
		display:block;
	}
	img.smp {
		display:inline;
	}

	.wrap {
		width:auto;
	}
  #contents .ttl{
    text-align:center;
  }

/* cont */
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	#main-visual {
    margin-bottom: 50px;
    padding: 0 3%;
		position: relative;
		top: auto;
	}
	#contents {
		padding:20px 0 0;
	}
	.lead-bloc {
		padding: 0 3%;
		text-align: left;
		margin-bottom: 60px;
	}
	#article-main .lead-bloc {
		padding: 0 3%;
	}
	.lead-bloc > p {
		text-align:left;
		line-height: 1.6em;
	}
  .lead-bloc .lead-btm {
    width: 100%;
    margin: 40px auto 0;
    padding: 0;
    font-size: 14px;
  }
  .lead-bloc .lead-btm::before, 
  .lead-bloc .lead-btm::after {
    display: none;
  }
  .lead-bloc .lead-btm em {
    font-size: 18px;
  }
  #article-main {
    padding: 0;
  }
  #article-main .item-ttl {
    display: block;
    width: 94%;
    margin: 0 auto 30px; 
  }
  #article-main .item-ttl::after {
    width: 110px;
    height: 36px;
    bottom: auto;
    top: 8px;
    right: 0;
  }
  #article-main .item-ttl em {
    width: 160px;
    height: 44px;
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 44px;
  }
	#article-main > section {
    display: block;
		margin-bottom: 40px;
	}
	#article-main .pic-bloc {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	#article-main .pic-bloc img {
		width:94%;
	}
	#article-main .txt-bloc {
		width:auto;
    padding: 15px 3%;
    margin-left: 0;
	}
	#article-main .txt-bloc > p {
		min-height: auto;
    margin-bottom: 2em;
    font-size: 13px;
	}
  #article-main > section:nth-of-type(1) .pic-bloc span {
    left: 0;
  }
  #article-main > section:nth-of-type(2) .pic-bloc span {
    right: 0;
    top: -105px;
  }
	#brand-info {
		padding: 10px 0;
	}
	#brand-info .inner-wrap {
		display:block;
    width: 100%;
		padding:20px 20px;
	}
	#brand-info .logo {
		display:block;
		width:auto;
		text-align:center;
		margin-bottom:0;
	}
	#brand-info .logo em {
		display:block;
		width:auto;
		margin-bottom:0;
	}
	#brand-info .logo em img{
		width:40%;
	}
	#brand-info .brand_right {
		display:block;
		width:auto;
		font-size:100%;
	}
	#brand-info .brand_right p.title_txt,#brand-info .brand_right h4.title {
		text-align:center;
	}
	#brand-info .brand_right p {
		line-height:1.8;
		width:auto;
	}
	#brand-info p br {
		display:none;
	}

	#pagetop {
		padding-right:30px;
		position:relative;
		z-index:10;
	}
	#pagetop a {
		padding-top:0;
		width:45px;
		height:45px;
		background-image:url(../img/sp/pagetop.png);
		background-size:contain;
	}
	#pagetop a span {
		display:none;
	}
	/*ボタン*/
	.btnArea {
	  margin-bottom: 80px;
	  display: block;
	}
  .btnArea:last-child {
    padding-bottom: 80px;
  }
	.btnArea .btn{
		width: 90%;
		margin: 0 auto;
	  margin-bottom: 10px;
	}
	.btnArea .btn a{
		width: auto;
    font-size: 14px;
	}
}

@media only screen and (min-width:641px){
	.smp {
		display:none !important;
	}
	.pc {
		display:block;
	}
	img.pc {
		display:inline;
	}
}