@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
}
#index {
	width: 100%;
	margin: 0 auto 9rem;
	padding: 0;
}
.addInner {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}




/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
	margin: 0 auto;
}
#visArea .mainArea {
	background: url("img/mv_pic_pc.jpg") center top no-repeat;
	background-size: cover;
	min-height: 500px;
	display: block;
	padding: 3.7rem 0 2.5rem;
}
#visArea .mainArea .mainAreaInner {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#visArea .mainArea .siteNameArea {
	margin: 0 0 1.5rem;
}
#visArea .mainArea .siteName {
	margin: 0 auto 0 55px;
}
#visArea .mainArea .siteName img {
	margin: 0 auto;
}
#visArea .mainArea .mainTxtBox {
	width: 450px;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 3rem;
	margin: 0 auto 0 0;
	border-radius: 0 25px;
}
#visArea .mainArea .catchArea {
	margin: 0 auto 2.2rem;
}
#visArea .mainArea .catchArea .catch {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.458333333;
	color: #ea616f;
	margin: 0 auto;
}
#visArea .mainArea .txtArea p {
	margin: 0 auto;
	color: #555757;
	font-size: 1.4rem;
	line-height: 2;
}
#visArea .mainArea .txtArea p + p {
	margin-top: 1rem;
}

#visArea .mainArea .txtArea p.caption {
    text-align: left;
    font-size: 1rem;
}


/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
width: 400px;
margin: 0 40px 10px 0;
text-align: center;
}
.float-wrap .fr {
width: 400px;
margin: 0 0 10px 40px;
}
.float-wrap .ct {
width: 600px;
}


/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame {
	width: 350px;
	margin: 0 0 0 25px;
}
#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 25px;
}

#contents .frame .frame-body {
	padding: 0 30px 35px;
}

/*type-a*/
#contents .frame-wrap .type-a .frame-catch {
	padding: 20px 40px 20px;
}
#contents .frame-wrap .type-a .frame-head {
	padding: 20px 30px 20px;
}
#contents .frame-wrap .type-a .thumb {
	width: 250px;
}
#contents .frame-wrap .type-a ul.icoArea {
	width: 288px;
}
#contents .frame-wrap .type-a ul.icoArea li {
	width: 88px;
	margin: 0 0 0 12px;
}
#contents .frame-wrap .type-a ul.icoArea li:first-child {
	margin: 0	0	0	0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
	margin: 0	0	0	0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
  margin-top: 18px;
}

/*type-b*/
#contents .frame-wrap .type-b .frame-head {
	padding: 20px 30px 20px;
}
#contents .frame-wrap .type-b .thumb {
	width: 250px;
}

/*type-c*/
#contents .frame-wrap .type-c .frame-head {
	padding: 20px 30px 20px;
}
#contents .frame-wrap .type-c .thumb {
	width: 180px;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
	width: 88%;
}



/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts02 *****/
.addParts02,
.addParts--recommended {
	width: 100%;
	padding: 7rem 0;
	position: relative;
	margin: 0 auto;
}

.addParts02 .addInner {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
.addParts02 p {
	margin: 0;
}
.addParts02 .catch-text {
	display: table;
	width: 80%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: .03em;
	margin: 0 auto;
}

/*addTopArea*/
.addParts02 .addTopArea {
	padding: 0;
	margin: 0 auto 7.5rem;
}

/*sttl*/
#index .addParts02 .sttl {
	display: block;
	text-align: center;
	margin: 0 auto 3rem;
	position: relative;
}
.sttl--recommended .sttl__small {
	margin: 0 auto 3rem;
}
#index .addParts02 .sttl a {
	color: inherit;
	display: block;
	text-align: center;
	position: relative;
	padding: 0;
	background: none;
}
#index .addParts02 .sttl a::after {
    content: '';
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: contain;
    width: 8px;
    height: 12px;
    position: absolute;
    margin: 1.7rem 0 0 2.2rem;
}

/*block*/
.addParts02 .block {
	background: #fff;
	padding: 6.5rem 0 6.8rem;
	margin: 7.5rem auto 10rem;
	position: relative;
	border-radius: 25px 0;
	display: block;
}
.addParts02 .block:last-child {
	margin: 0;
}
.addParts02 .blockTitArea {
	text-align: center;
	padding: 0 4rem;
	margin: 0 auto 3rem;
}
.addParts02 .blockTitSub {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .03em;
	margin: 0;
	color: #5b5b5b;
	position: absolute;
	top: -2.5rem;
	background: #fbf084;
	padding: 1.2rem 6.5rem 1.2rem;
	border-radius: 6px;
	z-index: 1;
	max-width: calc(100% - 8rem);
	left: 4rem;
}
#index .addParts02 .blockTit {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 0 0 2.8rem;
	position: relative;
	color: #222;
}
#index .addParts02 .blockTit::after {
	content: "";
	width: 50px;
	height: 3px;
	background: #daa51b;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	z-index:auto;
}

.addParts02 .slick-slide:focus {
	outline: none;
}
.addParts02 .sliderArea .slider .slick-prev,
.addParts02 .sliderArea .slider .slick-next {
	width: 29px;
	height: 29px;
	top: 220px;
}
.addParts02 .sliderArea .slider .slick-prev {
	background: url(img/low_slide_prev.png) no-repeat;
	background-size: contain;
	left: 160px;
}
.addParts02 .sliderArea .slider .slick-next {
	background: url(img/low_slide_next.png) no-repeat;
	background-size: contain;
	right: 160px;
}
.addParts02 .sliderArea .slider .slidePic {
	height: auto;
	margin: 0 auto;
}

#index .sliderArea .slider li img {
    max-width: 100%;
    width: auto;
}

/*slideTxtArea*/
.addParts02 .slideTxtArea {
	width: calc(100% - 30px);
	padding: 45px 0 0 45px;
	margin: -30px auto 0;
	position: relative;
	z-index: 2;
}

.addParts02 .caption {
	text-align: center;
	margin: 0 0 3.2rem;
}
.addParts02 .slideTit {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 1.5rem;
	color: #222;
}
.addParts02 .slideTxt {
	line-height: 1.6;
	font-size: 1.5rem;
	color: #222;
	margin-bottom: 0;
}
.addParts02 .slideTxt + .slideTxt {
	margin-top: 1.2rem;
}
/*テキスト動き*/
.addParts02 .slideTxtArea {
  opacity: 0;
  transition: all 1.0s 0s ease;
	transition-delay: 300ms;
}
.addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
  opacity: 1;
}
.addParts02 .slideTxtInner {
	opacity: 0;
  margin-left: -15px;
  transition: all 0.5s 0s ease;
	transition-delay: 600ms;
}
.addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
	opacity: 1;
  margin-left: 0;
}
.addParts02 .slideCatch {
	background: url(img/block_heart_ico.png) no-repeat left 1px center;
	background-size: 24px auto;
	padding: 0.2rem 0 0.2rem 3.5rem;
	margin: 0 auto 1.2rem;
}
.addParts02 .slideCatch .slideCatch__big,
.addParts02 .slideCatch .slideCatch__bold {
	display: inline-block;
	font-weight: 700;
	color: #222;
	font-size: inherit;
}
.addParts02 .slideCatch .slideCatch__big {
	font-size: 1.8rem;
}
.addParts02 .sliderArea {
	margin: 0 auto;
}

.addParts02 .priceIcoArea {
	width: calc(100% - 80px);
	height: 100%;
	padding: .5rem 0 0;
	margin: 0 auto 5rem;
	position: relative;
}
.addParts02 .priceIcoArea .priceArea {
	width: 100%;
	background: url(img/block_check_bg.png) repeat;
	background-size: 8px auto;
	padding: 1.8rem 1.9rem 2rem;
	display: flex;
	position: relative;
	border-radius: 6px;
	align-items: center;
}
.addParts02 .priceIcoArea .priceArea::before {
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	background: url(img/block_check_ico.png) no-repeat;
	background-size: contain;
	top: -3px;
	left: 1px;
}
.addParts02 .priceAreaInner {
	padding: 2rem 3.5rem 2rem 9.5rem;
	border-radius: 6px;
	margin: 0 4rem 0 0;
	flex-shrink: 0;
	width: 376px;
	max-width: 100%;
	min-height: inherit;
}
#contents .addParts02 .priceIcoArea .priceArea .priceTit {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #222;
	max-width:inherit;
	padding: 0;
	margin: 0 auto 1.5rem;
}
.addParts02 .priceIcoArea .priceArea .price {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .03em;
	padding: 0;
	margin: 0;
	color: #5b5b5b;
}
.addParts02 .priceIcoArea .priceArea .price span {
	font-size: 1.8rem;
	padding: 0;
	font-weight: inherit;
	border-bottom: none;
}
.addParts02 .priceIcoArea .priceArea .price .price__middle {
	font-size: 3rem;
	color: #d57580;
}
#index .addParts02 .priceIcoArea .priceArea .priceIcoArea__list {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: .03em;
	color: #5b5b5b;
	margin: 0 auto;
}
#contents .addParts02 .priceIcoArea .priceArea ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#contents .addParts02 .priceIcoArea .priceArea ul li {
	line-height: 1.5;
	padding: 0 0 0 1.6rem;
	position: relative;
	width: calc((100% - 2rem)/2);
	color: #222;
}
#contents .addParts02 .priceIcoArea .priceArea ul li:nth-of-type(1) {
	order: 1;
}
#contents .addParts02 .priceIcoArea .priceArea ul li:nth-of-type(2) {
	order: 3;
	margin-top: 0.5rem;
}
#contents .addParts02 .priceIcoArea .priceArea ul li:nth-of-type(3) {
	order: 2;
}
#contents .addParts02 .priceIcoArea .priceArea ul li::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #ada07e;
	border-radius: 50%;
}
#contents .addParts02 .priceIcoArea .priceArea ul .priceIcoArea__list__big {
	font-size: 2.1rem;
}
#contents .addParts02 .priceIcoArea .priceArea ul .priceIcoArea__list__middle {
	font-size: 1.6rem;
}
.addParts02 .priceIcoArea .icoArea {
	width: 640px;
	float: right;
}
.addParts02 .priceIcoArea .icoArea li {
	width: 192px;
	margin: 0 0 0 32px;
	float: left;
}
.addParts02 .priceIcoArea .icoArea li:first-child {
	margin: 0	0	0	0;
}
.addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
	margin: 0	0	0	0;
}
.addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
  margin-top: 40px;
}
.addParts02 .priceIcoArea .icoArea li .icoSet {
	text-align: center;
	margin: 0 0 25px;
}
.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
	width: 80px;
	margin: 0 auto;
}
#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 20px 0 10px;
	position: relative;
	letter-spacing: normal;
}
.addParts02 .priceIcoArea .caption {
	margin: 1rem auto 0;
}
.addParts02 .block__item {
	margin: 5rem auto 0;
	width: calc(100% - 8rem);
}
.addParts02 .block__item--feature {
	margin-top: 5.5rem;
}
.addParts02 .block__item--viral {
	margin-bottom: 5rem;
}
#index .addParts02 .block__item__title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	color: #222;
}
#index .addParts02 .frame-wrap--feature,
#index .addParts02 .frame-wrap--viral {
	display: flex;
	margin: 4rem auto 0;
	justify-content: space-between;
}
#index .addParts02 .pointArea {
	position: relative;
	width: calc(100% - 8rem);
	background: #fffed7;
	padding: 30px 20px;
	margin: 5rem auto 5rem;
}
#index .addParts02 .pointArea__label {
	display: table;
	background: #61c1be;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 8px 50px;
	margin: -50px auto 20px;
}
#index .addParts02 .pointArea li.pointArea__list {
	position: relative;
	color: #5b5b5b;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 45px;
	margin-bottom: 15px;
}
#index .addParts02 .pointArea li.pointArea__list:last-child {
	margin-bottom: 0;
}
#index .addParts02 .pointArea li.pointArea__list::before {
	content: "";
	position: absolute;
	background: url(img/list_icon_check.png) no-repeat;
	width: 34px;
	height: 21px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#index .addParts02 .pointArea li.pointArea__list span {
	color: #d57580;
}
#index .addParts02 .heading__title {
	color: #5b5b5b;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-align: center;
	margin: 0 auto 2rem;
}
#index .addParts02 .featureArea {
	position: relative;
	width: calc(100% - 8rem);
	background: #f5f2eb;
	padding: 40px 30px 70px;
	margin: 0 auto 5rem;
}
#index .addParts02 .featureArea::after {
	content: "";
	position: absolute;
	background: url(img/ico_featurearea.png) no-repeat;
	bottom: 5px;
	right: 4rem;
	width: 125px;
	height: 85px;
}
#index .addParts02 .featureArea__title {
	color: #3da8a5;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.304347826;
	letter-spacing: .075em;
	text-align: center;
	border-bottom: 2px dotted #abadac;
	padding: 0 0 2rem;
	margin-bottom: 2rem;
}
#index .addParts02 .featureArea__text {
	color: #5b5b5b;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: .03em;
}
#index .addParts02 .reviewArea {
	background: #fff;
	padding: 0 0 40px;
	border-radius: 25px 0 25px 0;
	display: flex;
	justify-content: space-between;
}
#index .addParts02 .reviewArea__content {
	width: 50%;
	padding: 0 40px;
}
#index .addParts02 .reviewArea__content.left {
	border-right: 1px solid #dddddd;
}
#index .addParts02 .reviewArea__content__title {
	position: relative;
	color: #3da8a5;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.698888889;
	letter-spacing: .03em;
	padding: 20px 0 20px 88px;
	margin-bottom: 10px;
}
#index .addParts02 .reviewArea__content__title::before {
	content: "";
	position: absolute;
	background: url(img/ico_reviewarea.png) no-repeat;
	width: 64px;
	height: 64px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#index .addParts02 .reviewArea__content__text {
	color: #5b5b5b;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .03em;
}
#index .addParts02 .tagArea {
	width: calc(100% - 8rem);
	margin: 0 auto 7rem;
}
#index .addParts02 .tagArea__tags {
	display: flex;
	flex-wrap: wrap;
}
#index .addParts02 .tagArea__tag {
	background: #e5f7f9;
	color: #27717d;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 4px 12px;
	margin-right: 2.5rem;
	margin-bottom: 2.5rem;
}
#index .addParts02 .possibleArea {
	width: calc(100% - 8rem);
	margin: 2rem auto;
}
#index .addParts02 .possibleArea__list {
	padding: 0 0 0 25px;
	line-height: 2.142857143;
	position: relative;
}
#index .addParts02 .possibleArea__list::before {
	content: '';
	display: block;
	background: #61c1be;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
#index .addParts02 .btn-web {
	margin-bottom: 8rem;
}
#index .addParts02 .btn-web.no-mb {
	margin-bottom: 3rem;
}
.lower-bottom .btn-web {
	max-width: 75%;
	margin: 0 auto 0.6rem;
}
.lower-bottom .btn-web a {
	font-size: 1.9rem;
	background-position: right 12px center;
	padding: 2rem 2.5rem 2rem 2rem;
}
.frame--feature {
	width: calc((100% - 6rem)/3);
	position: relative;
	background: #edece6 url(img/frame_feature_bg.png) no-repeat right 2.1rem bottom;
	padding: 3rem;
}
.frame-catch--feature {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: url(img/frame_catch_bg.png) repeat;
	background-size: 25px auto;
	width: 180px;
	line-height: 30px;
	padding: 0 1rem;
	border-radius: 6px;
	font-size: 1.6rem;
	color: #222;
	font-weight: 700;
}
.frame-head--feature {
	font-size: 1.8rem;
	font-weight: 700;
	color: #222;
	line-height: 1.66;
	padding-bottom: 2rem;
	margin: 0 auto 2.5rem;
	border-bottom: 2px dotted #333;
	display: flex;
	align-items: center;
	width: 100%;
}
#index .frame-body--feature {}
#index .frame-body--feature p {
	color: #222;
	font-size: 1.5rem;
	margin: 0 auto;
}
#index .frame-body--feature p + p {
	margin-top: 1.5rem;
}
.frame--viral {
	flex-grow: 1;
}
.frame--viral:nth-of-type(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 2.5rem;
	margin: 0 2.5rem;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
  .frame--viral {
  	width: 306px;
  	flex-shrink: 0;
  }
  .frame--viral:nth-of-type(2) {
  	width: 358px;
  }
}
.frame-head--viral {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 2rem;
}
.frame__img-wrap--viral {
	width: 63px;
	flex-shrink: 0;
	text-align: center;
	margin-right: 2.2rem;
}
#contents .frame__title--viral {
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.66;
	width: 100%;
}
.frame-body--viral {
	margin: 0 0 0 1rem;
}
.frame-body--viral p {
	font-size: 1.5rem;
}

.addParts02 .infoArea {
	width: 100%;
	padding: 0 40px;
	margin: 7.5rem auto 0;
}
#contents .addParts02 .infoArea .infoTit {
}
.addParts02 .infoArea .infoBox {
	margin: 3.5rem auto 7rem;
}
.addParts02 .infoArea .infoBox .mapArea {
	width: 380px;
	float: left;
}
.addParts02 .infoArea .infoBox .mapArea .map {
}
.addParts02 .infoArea .infoBox .mapArea .map iframe {
}
#contents .addParts02 .infoArea .infoBox table {
	width: 100%;
	margin: 0;
}
#contents .addParts02 .infoArea .infoBox table th {
	width: 30%;
	font-size: 1.5rem;
}
#contents .addParts02 .infoArea .infoBox table td {
	font-size: 1.5rem;
	padding: 1.5rem 2.2rem;
}



/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 100px auto;
}
#contents .frame-wrap .inner {
	margin: 0 auto;
}
#contents .frame {
	display: block;
	box-sizing: border-box;
	margin: 0 0 0 25px;
}
#contents .frame-wrap .frame:first-child {
	margin: 0;
}
#contents .frame-wrap .frame:nth-child(3n+1) {
	margin: 0;
}
#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 2.5rem;
}
#contents .frame-wrap .frame a {
	display: block;
	text-decoration: none;
}

/*frame-head*/
#index .frame .frame-head, #category .frame .frame-head, #page .frame .frame-head {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.5;
}
#index .frame .frame-head a, #category .frame .frame-head a, #page .frame .frame-head a {
	width: auto;
	font-size: 100%;
	text-decoration: none;
}
#index .frame .frame-head a:hover, #category .frame .frame-head a:hover, #page .frame .frame-head a:hover {
	opacity: 0.6;
}
#contents .frame .frame-head p {
	margin: 0;
}
#contents .frame .frame-body {
	padding: 0;
}
#contents .frame .frame-body .frame-catch {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	margin: 0 0 15px;
}
#contents .frame .frame-body p {
	margin: 0;
}
#contents .frame .thumb {
}
#contents .frame p.caption {
	margin: 10px 15px 0;
}

/*type-a*/
#contents .frame-wrap .type-a {
	background: url(img/check_frame_bk.png) repeat;
	background-size: 8px auto;
	padding: 3rem 3.4rem 3.3rem;
	position: relative;
}
#contents .frame-wrap .type-a:nth-child(n+4) {
	margin-top: 4.5rem;
}
#contents .frame-wrap .type-a::before {
	content: '';
	width: 36px;
	height: 27px;
	position: absolute;
	background: url(img/check_frame_ico.png) no-repeat;
	background-size: contain;
	top: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#contents .frame-wrap .type-a .frame-head {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	padding: 0 0 2.3rem;
	border-bottom: 2px dotted #333;
	margin: 0 auto 2rem;
	display: flex;
	align-items: center;
	max-width: 100%;
	font-feature-settings: "palt";
}
#contents .frame-wrap .type-a .frame-head a {
	display: flex;
	width: 100%;
	background: url(img/arrow_black.png) right center no-repeat;
	background-size: 8px auto;
	padding: 0 3rem 0 0;
	position: relative;
	height: 100%;
	align-items: center;
}
#contents .frame-wrap .type-a .frame-head a:hover {
	opacity: 0.6;
}
#contents .frame-wrap .type-a .frame-body p {
	margin: 0 auto;
	font-size: 1.5rem;
}
#contents .frame-wrap .type-a .frame-body p + p {
	margin-top: 1.5rem;
}
/*type-b*/
#contents .frame-wrap .type-b {
	background: #f6f5f1;
	padding: 0 0 3.5rem;
}
#contents .frame-wrap .type-b .frame-head {
	color: #3da8a5;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .03em;
	padding: 3.2rem 4rem 2.7rem 8.5rem;
	margin: 0 auto 2rem;
	position: relative;
	background: url(img/frame_head_b_ico.png) no-repeat left 3rem center;
	background-size: 42px auto;
	display: flex;
	align-items: center;
}
@media all and (-ms-high-contrast:none) {
  /* IE対策 */
    .addParts__title--company .sttl__small::before,
    .addParts__title--company .sttl__small::after {
    	width: 40rem;
    }
	#contents .frame-wrap .type-a .frame-head,
	#contents .frame-wrap .type-b .frame-head {
		display: table;
		vertical-align: middle;
		table-layout: fixed;
		width: 100%;
		max-width: 100%;
	}
}
@supports (-ms-ime-align: auto) {
	/* Edge対策 */
	#contents .frame-wrap .type-a .frame-head,
	#contents .frame-wrap .type-b .frame-head {
		display: table;
		vertical-align: middle;
		table-layout: fixed;
		width: 100%;
		max-width: 100%;
	}
}

#contents .frame-wrap .type-b .frame-head::after {
	content: '';
	border-bottom: 2px dotted #333;
	width: calc(100% - 7rem);
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	right: 1rem;
	z-index: inherit;
	transform: none;
	margin: 0 auto;
}
#contents .frame-wrap .type-b .frame-head a {
	width: calc(100% + 0.9rem);
	background: url("img/arrow_green.png") right center no-repeat;
	background-size: 8px auto;
	padding: 0 2.8rem 0 0;
	position: relative;
	margin: 0 -0.9rem 0 0;
	height: 100%;
	display: flex;
	align-items: center;
}
#contents .frame-wrap .type-b .frame-head a:hover {
	opacity: 0.6;
}
#contents .frame-wrap .type-b .thumb {
	width: 200px;
	margin: 0 auto;
}
#contents .frame-wrap .type-b .caption {
	text-align: left;
	padding: 0;
	word-break: break-all;
}
#contents .frame-wrap .type-b .frame-body {
	margin: 0 auto 4.2rem;
	padding: 0 3rem;
}
#contents .frame-wrap .type-b .frame-body p {
	font-size: 1.5rem;
	line-height: 1.866666667;
}
#contents .frame-wrap .type-b .frame-body p + p {
	margin-top: 1.5rem;
}
#contents .frame-wrap .type-b table {
	box-sizing: border-box;
	width: calc(100% - 6.2rem);
	letter-spacing: 0;
	margin: 0 auto;
}
#contents .frame-wrap .type-b table th {
	width: 28%;
	font-size: 1.4rem;
	padding: 1.1rem 1rem;
}
#contents .frame-wrap .type-b table td {
	font-size: 1.4rem;
	padding: 1.1rem 1.5rem;
}
#contents .frame-wrap .type-b table:last-of-type {
	margin-bottom: 0;
}

/*type-c*/
#contents .frame-wrap .type-c {
	background: #fff;
	padding: 3.5rem 3rem 4.5rem;
	border-radius: 0 25px;
}
#contents .frame-wrap .type-c .eng {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
  text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
  -1px 1px 0 #333, 1px -1px 0 #333,
  0px 1px 0 #333,  0-1px 0 #333,
  -1px 0 0 #333, 1px 0 0 #333;
	margin: -10px 0 0;
}
#contents .frame-wrap .type-c .frame-head {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 700;
	padding: 6.5rem 0 0;
	margin: 0 auto 2rem;
	position: relative;
	max-width: 100%;
}
#contents .frame-wrap .type-c .frame-head a {
	display: block;
	width: 100%;
	background: url("img/arrow_black.png") right center no-repeat;
	background-size: 8px auto;
	padding: 0 20px 0 0;
	position: relative;
	letter-spacing: normal;
}
#contents .frame-wrap .type-c .frame-head a:hover {
	opacity: 0.6;
}
#contents .frame-wrap .type-c .thumb {
	width: 160px;
	margin: 0 auto 25px;
}
#contents .frame-wrap .type-c .thumb img {
	border-radius: 100px;
}
/*btn-web*/
#contents .frame .frame-body .btn-web {
	width: 85%;
	margin: 25px auto 0;
}

/* addParts--point */
.addParts--point {
	margin: 0 auto;
	padding: 6rem 0 8rem;
	background: url(img/addparts_point_bg.png) repeat;
}
#index .pickup__box {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#index .pickup__box__img {
	width: 473px;
	max-width: 100%;
	margin-right: 4rem;
}
#index .pickup__box__img img {
	border-radius: 0 25px 0 25px;
}
#index .pickup__box__content {
	width: calc(100% - 473px - 40px);
}
#index .pickup__box__content__title {
	color: #5b5b5b;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: .03em;
	margin-bottom: 3rem;
}
#index .pickup__box__content__text {
	color: #5b5b5b;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .03em;
}
#index .pickup__box__content__text span.underline {
	background: linear-gradient(transparent 80%, #fff571 80%);
}
#contents .pickup__box .btn-internal {
	margin: 3rem 0 0;
}


#index h2::before,
#index h2::after {
	content: none;
}
#index .addParts__title--point {
	font-size: 3.4rem;
	font-weight: 700;
	max-width: 100%;
	color: #281209;
	background: none;
	border-radius: 0;
	margin: 0 auto 4.5rem;
	padding: 0;
}
#index .addParts__title--point a {
	color: inherit;
	display: inline-block;
}
#index .frame-wrap--point {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#index .frame-wrap--point .frame:first-of-type .frame-head {
	background: url(img/point01_ico.png) no-repeat top left;
	background-size: 126px auto;
}
#index .frame-wrap--point .frame:nth-of-type(2) .frame-head {
	background: url(img/point02_ico.png) no-repeat top left;
	background-size: 140px auto;
}
#index .frame-wrap--point .frame:nth-of-type(3) .frame-head {
	background: url(img/point03_ico.png) no-repeat top left;
	background-size: 140px auto;
}
#index .frame-wrap--point .frame-body p {
	font-size: 1.6rem;
	line-height: 1.75;
}
#index .frame-wrap--point .frame-body p + p {
	margin-top: 1.5rem;
}

/* addParts--check */
.addParts--check {
	margin: 9rem auto 6rem;
}
.addTopArea--check {
	margin: 0 auto 4rem;
}
.addTopArea--check .caption {
	line-height: 1.4;
	margin-top: 15px;
}
.addTopArea__img-wrap--check {
	float: right;
	margin: 0 0 1.5rem 6.5rem;
}
#index .addParts__title--check {
	padding: 4.5rem 1.5rem 0 1.5rem;
	width: 453px;
	max-width: 100%;
	float: left;
	margin: 0 auto 4rem;
	background: url(img/addparts_check_title_deco.png) repeat-x top left;
	background-size: 453px auto;
	text-align: left;
	color: #5b5b5b;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .03em;
}
#index .addParts--check.second .addParts__title--check {
	padding: 4.5rem 1.5rem 0;
	font-size: 2.8rem;
}
#index .addParts--check.second .addParts__title--check a {
	background: url(img/arrow_green.png) no-repeat right center;
	background-size: 8px auto;
}
@-moz-document url-prefix(){
    /* Firefox対策 */
    #index .addParts__title--check {
			padding: 4.5rem 0.5rem 0 5rem;
			font-feature-settings: "palt";
    }
}
#index .addParts__title--check a {
	background: url(img/arrow_green.png) no-repeat right center;
	background-size: 8px auto;
	color: inherit;
	padding-right: 1.5rem;
}
.addTxt--check {
	margin: 0;
	width: 100%;
	max-width: 100%;
	line-height: 1.75;
}
#index .addParts--check.second .addTxt--check p {
	line-height: 1.75;
	padding-left: 1.5rem;
}
.addTxt--check + .addTxt--check {
	margin-top: 1.5rem;
}
#index .frame-wrap--check {
	margin: 0 auto;
	padding: 1.3rem 0 0;
	display: flex;
	flex-wrap: wrap;
}

/* addParts--knowledge */
.addParts--knowledge {
	background: url(img/recommended_bg.png) repeat;
	background-size: 180px auto;
	padding: 8rem 0 12.5rem;
}
#index .addParts__title--knowledge {
	display: block;
	padding: 4.5rem 0 0;
	background: url(img/knowledge_tit_ico.png) no-repeat top center;
	background-size: 220px auto;
	font-size: 3.4rem;
	font-weight: 700;
	color: #333;
	margin: 0 auto 6.5rem;
}
#index .addParts__title--knowledge a {
	display: inline-block;
	color: inherit;
	padding-right: 4.5rem;
	background-size: 8px auto;
}

/* addParts--company */
.addParts--company {
	padding: 8rem 0 0;
	margin: 0 auto;
}
#index .addParts--company ul {
	margin-bottom: 6rem;
}
#index .addParts--company .sttl {
	display: block;
	text-align: center;
	margin: 0 auto 5rem;
	position: relative;
	padding: 5.5rem 0 0;
	background: url(img/studio-list_tit_ico.png) no-repeat top center;
	background-size: 135px auto;
	font-size: 3.4rem;
	font-weight: 700;
	color: #5b5b5b;
	max-width: 100%;
	letter-spacing: .03em;
}
.addParts__title--company .sttl__small {
	font-size: 2.3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto 4.5rem;
}
.addParts__title--company .sttl__small::before,
.addParts__title--company .sttl__small::after {
	content: '';
	border-top: 2px solid;
	flex-grow: 1;
	min-width: 10rem;
	max-width: 40rem;
	color: #a7aaac;
}
.addParts__title--company .sttl__small::before {
	margin-right: 3.5rem;
}
.addParts__title--company .sttl__small::after {
	margin-left: 3.5rem;
}
#index .addParts--company .sttl a {
	color: inherit;
	display: block;
	text-align: center;
	position: relative;
	padding: 0;
	background: none;
}
#index .addParts--company .sttl a::after {
	content: '';
	background: url(img/arrow_black.png) no-repeat right center;
	background-size: contain;
	width: 8px;
	height: 12px;
	position: absolute;
	margin: 1.7rem 0 0 2.2rem;
}
.addParts__box--company {
	margin: 0 auto;
}
.addParts__box--company + .addParts__box--company {
	margin-top: 6.8rem;
}
#index .addParts__box__title--company {
	margin: 0 auto;
	background: url(img/h3_bg.png) repeat;
	background-size: 64px auto;
	border-radius: 5px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 1.5rem 3.5rem 1.5rem 6rem;
	line-height: 1.4;
	letter-spacing: .03em;
	max-width: 100%;
}
#index .addParts__box__title--company a {
	color: inherit;
	background-size: 8px auto;
}
#index .frame-wrap--company,
#index .frame-wrap__accordion--company {
	display: flex;
	flex-wrap: wrap;
	margin: 4.5rem auto;
}
#index .frame-wrap__accordion--company {
	margin-top: 0;
}
#index .btn-accordion--company {
	width: 383px;
	z-index: 0;
	max-width: 90%;
	background: #fff url(img/arrow_plus.png) no-repeat right 1.7rem center;
	background-size: 17px auto;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1.2rem 3.5rem;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid;
	line-height: 1.7;
	position: relative;
	transition: 0.2s;
	margin: 5rem auto;
}

#index .btn-accordion--company span{
    background: none;
    font-weight: bold;
}

#index .btn-accordion--company span.close_text{
	display:none;
}


#index .btn-accordion--company.is-open span.close_text{
	display:block;
}

#index .btn-accordion--company.is-open span.open_text{
	display:none;
}


#index .btn-accordion--company.is-open {
	background-image: url(img/arrow_minus.png);
	background-repeat: no-repeat;
}
#index .btn-accordion--company::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: -1;
}
#index .btn-accordion--company:hover {
	cursor: pointer;
	opacity: 0.6;
}
#index .btn-accordion--company + .addParts__accordion--company {
	display: none;
	width: 100%;
	margin: 6rem auto 2rem;
}

.frame__item--company {
	background: #fff;
	border-radius: 6px;
	margin: 0 3.1rem 3.1rem;
	padding: 2rem 2rem 2.2rem;
}
.frame__item__head--company {
	display: flex;
	margin: 0 0 1.8rem -0.3rem;
	align-items: center;
	justify-content: space-between;
}
.frame__item__img-wrap--company {
	flex-shrink: 0;
	width: 54px;
	text-align: center;
	margin: 0 1.8rem 0 0;
}
#index .frame__item__title--company {
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.625;
	width: 100%;
}
#index .frame__item--company p:not(.frame__item__title--company) {
	font-size: 1.5rem;
	margin: 0 auto;
}
#index .frame__item--company p:not(.frame__item__title--company) + p:not(.frame__item__title--company) {
	margin-top: 1.5rem;
}



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

	/*------------
	Index
	------------*/

	#contents {
		width: 100%;
	}
	#index {
		margin: 0 auto 6rem;
	}

	/*--------------------------------------
	 visArea
	---------------------------------------*/
	#visArea {
		margin: 0 auto 2rem;
		background: none;
	}
	#visArea .mainArea {
		background: none;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		min-height: auto;
	}
	#visArea .mainArea .siteNameArea {
		display: block;
		background: url(img/mv_pic_sp.jpg) center bottom no-repeat;
		background-size: cover;
		height: 147px;
		width: 100%;
		margin:  0 auto;
		padding: 0.8rem 10%;
	}
	#visArea .mainArea .siteNameAreaInner {
		display: block;
		margin-top: 31px;
		padding-left: 5rem;
	}
	#visArea .mainArea .siteName {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#visArea .mainArea .mainTxtBox {
		width: 90%;
		background: none;
		padding: 0;
		margin: 2rem auto 0;
	}
	#visArea .mainArea .catchArea {
		margin: 0 auto 1.2rem;
	}
	#visArea .mainArea .catchArea .catch {
		font-size: 1.8rem;
		line-height: 1.4;
		text-align: left;
	}
	#visArea .mainArea .txtArea p {
		font-size: 1.4rem;
		line-height: 1.7;
	}



	/*--------------------------------------
	 footer
	---------------------------------------*/
	footer .areaInner .logo a {
		/*pointer-events: none;*/
	}


	/*--------------------------------------
	 frame-wrap
	---------------------------------------*/
	#contents .frame {
		width: 100%;
		margin: 0 0 2.0rem;
	}
	#contents .frame-wrap .frame:nth-child(n+4) {
	  margin-top: 0;
	}

	#contents .frame .frame-body {
		padding: 0;
	}

	/*type-a*/
	#contents .frame-wrap .type-a .frame-catch {
		padding: 1.5rem 2.5rem;
	}
	#contents .frame-wrap .type-a .frame-head {
		padding: 1.8rem 1.5rem;
	}
	#contents .frame-wrap .type-a .thumb {
		width: 80%;
	}
	#contents .frame-wrap .type-a ul.icoArea {
		width: 100%;
	}
	#contents .frame-wrap .type-a ul.icoArea li {
		width: calc(100% / 3);
		margin: 0 0 0 0;
	}
	#contents .frame-wrap .type-a ul.icoArea li:first-child {
		margin: 0	0	0	0;
	}
	#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
		margin: 0	0	0	0;
	}
	#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
	  margin-top: 1.6rem;
	}

	/*type-b*/
	#contents .frame-wrap .type-b .frame-head {
		padding: 1.8rem 1.5rem;
	}
	#contents .frame-wrap .type-b .thumb {
		width: 80%;
	}

	/*type-c*/
	#contents .frame-wrap .type-c .frame-head {
		padding: 0.5rem 1.8rem 2.0rem;
	}
	#contents .frame-wrap .type-c .thumb {
		width: 60%;
	}

	/*btn-web*/
	#contents .frame .frame-body .btn-web {
		width: 85%;
	}



	/*--------------------------------------
	オリジナル
	---------------------------------------*/
	/***** addParts02 *****/
	.addParts02 {
		padding: 3rem 0 6rem;
	}
	.addParts02 .addInner {
		width: 92%;
		margin: 0 auto;
	}
	.addParts02 p {
		margin: 0;
	}

	/*addTopArea*/
	.addParts02 .addTopArea {
		padding: 0 0;
		margin: -9rem auto 3.0rem;
		padding-top: 5rem;
	}

	/*sttl*/
	#index .addParts02 .sttl {
		margin: 0 auto 1.5rem;
		padding: 3.5rem 0 0;
		background-size: auto 25px;
		font-size: 2.2rem;
		line-height: 1.5;
		max-width: 100%;
	}

	/*block*/
	.addParts02 .block {
		padding: 6.8rem 0 4rem;
		margin: 5rem auto;
	}
	.addParts02 .block:last-child {
		margin: 0;
	}
	.addParts02 .blockTitArea {
		padding: 0 5%;
		margin: 0 auto 1.5rem;
	}
	.addParts02 .blockTitSub {
		font-size: 1.6rem;
		min-width: auto;
		max-width: 90%;
		left: 5%;
		background-position: left 1rem center, center;
		background-size: 20px auto, 100px auto;
		padding: 1rem 5% 1rem 4rem;
		line-height: 1.42;
		top: -1.5rem;
	}
	#index .addParts02 .blockTit {
		font-size: 2rem;
		padding: 0 0 1.5rem;
		max-width: 100%;
		line-height: 1.7;
	}

	/*slideTxtArea*/
	.addParts02 .slideTxtArea {
		width: calc(100% - 30px);
		padding: 3rem 0 1.5rem 1.5rem;
		margin: -1.5rem auto 0;
	}
	.addParts02 .slideTxtArea::before {
		width: 15px;
	}
	.addParts02 .caption {
		margin: 0 0 1.2rem;
	}
	.addParts02 .slideTit {
		font-size: 1.6rem;
		margin: 0 auto 1rem;
	}
	.addParts02 .slideTxt {
		font-size: 1.4rem;
	}
	/*テキスト動き*/
	.addParts02 .slideTxtArea {
	  opacity: 0;
	  transition: all 1.0s 0s ease;
		transition-delay: 300ms;
	}
	.addParts02 .slick-slide.slick-current .slideTxtArea,
	.addParts02 .slick-slide.is-active-next .slideTxtArea {
	  opacity: 1;
	}
	.addParts02 .slideTxtInner {
		opacity: 0;
	  margin-left: -15px;
	  transition: all 0.5s 0s ease;
		transition-delay: 600ms;
	}

	.addParts02 .priceIcoArea {
		width: 92%;
		padding: 1rem 0 0;
		margin: 0 auto 4rem;
		position: relative;
	}
	.addParts02 .priceIcoArea .priceArea {
		width: 100%;
		padding: 1.5rem;
		margin: 0 auto;
		display: block;
	}

	.addParts02 .priceIcoArea .icoArea {
		width: 100%;
		float: none;
	}
	.addParts02 .priceIcoArea .icoArea li {
		width: 100%;
		margin: 0 0 3.0rem;
		float: none;
	}
	.addParts02 .priceIcoArea .icoArea li:first-child {
		margin: 0 0 3.0rem;
	}
	.addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
		margin: 0 0 3.0rem;
	}
	.addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
	  margin: 0 0 3.0rem;
	}
	.addParts02 .priceIcoArea .icoArea li:last-child {
		margin: 0 0 0;
	}
	.addParts02 .priceIcoArea .icoArea li .icoSet {
		display: table-cell;
		vertical-align: middle;
		width: 85px;
		text-align: center;
		margin: 0 0 0;
	}
	.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
		width: 45px;
		margin: 0 auto;
	}
	#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
		display: inline-block;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		padding: 1.0rem 0 0.6rem;
		position: relative;
	}
	.addParts02 .priceIcoArea .icoArea li > .icoTxt {
		display: table-cell;
		vertical-align: middle;
		width: calc(100% - 95px);
	}

	.addParts02 .infoArea {
		width: 92%;
		padding: 0;
		margin: 4.5rem auto 0;
	}
	#contents .addParts02 .infoArea .infoTit {
		width: 100%;
	}
	.addParts02 .infoArea .infoBox .mapArea {
		width: 100%;
		overflow: hidden;
		margin: 0 0 2.5rem;
		float: none;
	}
	#contents .addParts02 .infoArea .infoBox table {
		display: table;
		width: 100%;
		margin: 0;
		float: none;
	}
	#contents .addParts02 .infoArea .infoBox table th {
		display: table-cell;
		width: 35%;
		border-right: 1px solid #898989;
		padding: 1rem 2%;
		font-size: 1.4rem;
	}
	#contents .addParts02 .infoArea .infoBox table td {
		display: table-cell;
		padding: 1.0rem;
		font-size: 1.4rem;
	}

	.sttl--recommended .sttl__small {
		margin: 0 auto 0.5rem;
	}

	/*block*/
	.addParts02 .slick-slide:focus {
		outline: none;
	}
	.addParts02 .sliderArea .slider .slick-prev,
	.addParts02 .sliderArea .slider .slick-next {
		width: 24px;
		height: 24px;
		top: 135px;
	}
	.addParts02 .sliderArea .slider .slick-prev {
		left: 0px;
	}
	.addParts02 .sliderArea .slider .slick-next {
		right: 0;
	}
	.addParts02 .sliderArea .slider .slidePic {
		height: 260px;
		width: auto;
		background-color: #fff;
	}

	.addParts02 .slideCatch {
		background-size: 18px auto;
		padding: 0 0 0 2.6rem;
		margin: 0 auto 1.2rem;
	}
	.addParts02 .slideCatch .slideCatch__big,
	.addParts02 .slideCatch .slideCatch__bold {
		font-size: inherit;
	}
	.addParts02 .slideCatch .slideCatch__big {
		font-size: 1.8rem;
	}
	.addParts02 .sliderArea {
		margin: 0 auto;
	}

	.addParts02 .priceIcoArea .priceArea::before {
		width: 55px;
		height: 55px;
		top: -3px;
		left: -8px;
	}
	.addParts02 .priceAreaInner {
		padding: 1.5rem 12.5%;
		margin: 0 auto 1.5rem;
		width: 100%;
		max-width: 100%;
	}
	#contents .addParts02 .priceIcoArea .priceArea .priceTit {
		max-width:inherit;
		margin: 0 auto 1rem;
	}
	.addParts02 .priceIcoArea .priceArea .price {
		font-size: 1.6rem;
		padding: 0 0 0 2.5rem;
		background-size: 18px auto;
		margin: 0 -1rem;
	}
	.addParts02 .priceIcoArea .priceArea .price span {
		font-size: 1.6rem;
	}
	.addParts02 .priceIcoArea .priceArea .price .price__small {
		font-size: 1.4rem;
	}
	#contents .addParts02 .priceIcoArea .priceArea ul {
		width: 100%;
		display: block;
	}
	#contents .addParts02 .priceIcoArea .priceArea ul li {
		padding: 0 0 0 2.5rem;
		width: 100%;
	}
	#contents .addParts02 .priceIcoArea .priceArea ul li:nth-of-type(2),
	#contents .addParts02 .priceIcoArea .priceArea ul li + li {
		margin-top: 0.5rem;
	}
	#contents .addParts02 .priceIcoArea .priceArea ul li::before {
		left: 10px;
	}
	#contents .addParts02 .priceIcoArea .priceArea ul .priceIcoArea__list__big {
		font-size: 2rem;
	}
	#contents .addParts02 .priceIcoArea .priceArea ul .priceIcoArea__list__middle {
		font-size: 1.6rem;
	}
	.addParts02 .priceIcoArea .icoArea {
		width: 640px;
		float: right;
	}
	.addParts02 .priceIcoArea .icoArea li {
		width: 192px;
		margin: 0 0 0 32px;
		float: left;
	}
	.addParts02 .priceIcoArea .icoArea li:first-child {
		margin: 0	0	0	0;
	}
	.addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
		margin: 0	0	0	0;
	}
	.addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
	  margin-top: 40px;
	}
	.addParts02 .priceIcoArea .icoArea li .icoSet {
		text-align: center;
		margin: 0 0 25px;
	}
	.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
		width: 80px;
		margin: 0 auto;
	}
	#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
		display: inline-block;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		padding: 20px 0 10px;
		position: relative;
		letter-spacing: normal;
	}
	.addParts02 .block__item {
		margin: 4.5rem auto 0;
		width: 92%;
	}
	.addParts02 .block__item--feature {
		margin-top: 4.5rem;
	}
	.addParts02 .block__item--viral {
		margin-bottom: 4rem;
	}
	#index .addParts02 .block__item__title {
		font-size: 1.9rem;
		max-width: 100%;
	}
	#index .addParts02 .frame-wrap--feature,
	#index .addParts02 .frame-wrap--viral {
		display: block;
		margin: 3rem auto 0;
		width: 100%;
		max-width: 100%;
	}
	#index .frame-wrap--viral {
		margin-top: 2rem;
	}
	.frame--feature {
		width: 100%;
		background-size: 70px auto;
		background-position: right 1rem bottom;
		padding: 3rem 8% 2.5rem;
	}
	.frame--feature + .frame--feature {
		margin-top: 3.5rem;
	}
	.frame-catch--feature {
		top: -13px;
		font-size: 1.5rem;
		line-height: 26px;
		background-size: 12px auto;
	}
	.frame-head--feature {
		font-size: 1.7rem;
		padding-bottom: 1.5rem;
		margin: 0 auto 2rem;
	}
	#index .frame-body--feature {}
	#index .frame-body--feature p {
		font-size: 1.5rem;
	}
	.frame--viral {
		width: 100%;
	}
	.frame--viral:nth-of-type(2) {
		border: none;
		padding: 0;
		margin: 0 auto;
	}
	.frame--viral + .frame--viral {
		border-top: 1px solid #ddd;
		padding-top: 2rem;
		margin-top: 2.5rem;
	}
	.frame-head--viral {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 1.5rem;
	}
	.frame__img-wrap--viral {
		width: 50px;
		margin-right: 1.2rem;
	}
	#index .frame__title--viral {
		font-size: 1.7rem;
	}
	.frame-body--viral {
		margin: 0 3%;
	}
	#index .frame-body--viral p {
		font-size: 1.4rem;
		margin: 0 auto 1.5rem;
	}
	#index .frame-body--viral p + p {
		margin-top: 1.5rem;
	}

	.addParts02 .infoArea .infoBox {
		margin: 1.5rem auto 3rem;
	}
	.addParts02 .infoArea .infoBox .mapArea {
		width: 380px;
		float: left;
	}
	.addParts02 .infoArea .infoBox .mapArea .map {
	}
	.addParts02 .infoArea .infoBox .mapArea .map iframe {
	}
	#contents .addParts02 .infoArea .infoBox table {
		width: 100%;
		margin: 0;
	}



	/*--------------------------------------
	　frame-wrap
	---------------------------------------*/
	#contents .frame-wrap {
		width: 100%;
		margin: 6.0rem auto;
	}
	#contents .frame-wrap .inner {
		margin: 0 auto;
	}
	#contents .frame {
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 2.0rem;
		background-color: #fff;
		float: none;
	}
	#contents .frame-wrap .frame:first-child {
		margin: 0	0	2.0rem;
	}
	#contents .frame-wrap .frame:nth-child(3n+1) {
		margin: 0	0	2.0rem;
	}
	#contents .frame-wrap .frame:nth-child(n+4) {
		margin-top: 0;
	}
	#contents .frame-wrap .frame:last-child {
		margin: 0	0	0;
	}
	#contents .frame-wrap .frame a {
		display: block;
		text-decoration: none;
	}

	/*frame-head*/
	#index .frame .frame-head, #category .frame .frame-head, #page .frame .frame-head {
		display: block;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.4;
	}
	#index .frame .frame-head a, #category .frame .frame-head a, #page .frame .frame-head a {
		width: auto;
		font-size: 100%;
		text-decoration: none;
	}
	#index .frame .frame-head a:hover, #category .frame .frame-head a:hover, #page .frame .frame-head a:hover {
		opacity: 1;
	}
	#contents .frame .frame-head p {
		margin: 0;
	}
	#contents .frame .frame-body .frame-catch {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.5;
		color: #000;
		margin: 0 0 1.5rem;
	}
	#contents .frame .frame-body p {
		margin: 0;
	}
	#contents .frame .thumb {
	}
	#contents .frame p.caption {
		margin: 1.0rem 1.0rem 0;
	}

	/*type-a*/
	#contents .frame-wrap .type-a {
		padding: 2.5rem 6%;
	}
	#contents .frame-wrap .type-a + .type-a {
		margin-top: 3rem;
	} 
	#contents .frame-wrap .type-a .frame-catch {
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: center;
		color: #8c8200;
		border-top: 5px solid #e6dc14;
		padding: 1.5rem 2.5rem;
		position: relative;
	}
	#contents .frame-wrap .type-a .frame-catch::before {
		content: "";
		background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
		background-size:6px 1px;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#contents .frame-wrap .type-a .frame-catch::after {
		content: "";
		width: 19px;
		height: 11px;
		background:url("img/frame-wrap_baloon.png") no-repeat;
		background-size:100% auto;
		position: absolute;
		left: calc(50% - 10px);
		bottom: -10px;
	}
	#contents .frame-wrap .type-a .frame-head {
		font-size: 1.7rem;
		padding: 0 0 2rem;
		margin: 0 auto 1.8rem;
	}
	#contents .frame-wrap .type-a .frame-head a {
		padding: 0 2rem 0 0;
		background-size: 6px auto;
	}
	#contents .frame-wrap .type-a .frame-head a:hover {
		opacity: 1;
	}
	#contents .frame-wrap .type-a .frame-body p {
		font-size: 1.4rem;
	}
	#contents .frame-wrap .type-a .thumb {
		width: 80%;
		margin: 0 auto;
	}
	#contents .frame-wrap .type-a .caption {
		text-align: center;
		padding: 0 20px;
	}
	#contents .frame-wrap .type-a ul.icoArea {
		width: 100%;
		text-align: center;
		padding: 0 1.5rem;
		margin: 2.0rem auto;
	}
	#contents .frame-wrap .type-a ul.icoArea li {
		width: calc(100% / 3);
		padding: 0 0.6rem;
		margin: 0 0 0 0;
		float: left;
	}
	#contents .frame-wrap .type-a ul.icoArea li:first-child {
		margin: 0	0	0	0;
	}
	#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
		margin: 0	0	0	0;
	}
	#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
		margin-top: 1.6rem;
	}
	#contents .frame-wrap .type-a ul.icoArea .ico {
		width: 57px;
		margin: 0 auto;
	}
	#contents .frame-wrap .type-a ul.icoArea .icoTxt {
		display: inline-block;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		padding: 10px 0 8px;
		position: relative;
	}
	/*type-b*/
	#contents .frame-wrap .type-b {
		padding: 0 0 2.5rem;
	}
	#contents .frame-wrap .type-b .frame-head {
		font-size: 1.7rem;
		padding: 2.5rem 5% 2rem 15%;
		margin: 0 auto 1.5rem;
		position: relative;
		max-width: 100%;
		background-size: 18px auto;
		background-position: left 5% center;
	}
	#contents .frame-wrap .type-b .frame-head::after {
		width: 90%;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#contents .frame-wrap .type-b .frame-head a {
		margin: 0 auto;
		width: 100%;
		background-size: 6px auto;
		padding: 0 2rem 0 0;
	}
	#contents .frame-wrap .type-b .frame-head a:hover {
		opacity: 1;
	}
	#contents .frame-wrap .type-b .thumb {
		width: 80%;
		margin: 0 auto;
	}
	#contents .frame-wrap .type-b .caption {
	}
	#contents .frame-wrap .type-b .frame-body {
		margin: 0 auto 2rem;
		padding: 0 5%;
	}
	#contents .frame-wrap .type-b .frame-body p {
		font-size: 1.4rem;
	}
	#contents .frame-wrap .type-b table {
		width: 90%;
	}
	#contents .frame-wrap .type-b table th {
		display: table-cell;
		width: 40%;
		font-size: 1.3rem;
		border-right: 1px solid #333;
		padding: 1.0rem 1.0rem;
	}
	#contents .frame-wrap .type-b table td {
		display: table-cell;
		font-size: 1.3rem;
		padding: 1rem;
	}

	/*type-c*/
	#contents .frame-wrap .type-c {
		padding: 2rem 5% 3rem;
	}
	#contents .frame-wrap .type-c .eng {
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.06em;
		text-align: center;
		color: #fff;
		text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
		-1px 1px 0 #333, 1px -1px 0 #333,
		0px 1px 0 #333,  0-1px 0 #333,
		-1px 0 0 #333, 1px 0 0 #333;
		margin: 3.0rem 0 0;
		position: relative;
		top: -1.0rem;
	}
	#contents .frame-wrap .type-c .frame-head {
		font-size: 1.8rem;
		padding: 4rem 0 0;
		margin: 0 0 1.5rem;
	}
	#contents .frame-wrap .type-c .frame-head a {
		display: block;
		width: 100%;
		background: url("img/arrow_black.png") right center no-repeat;
		background-size: 8px auto;
		padding: 0 2.0rem 0 0;
		position: relative;
	}
	#contents .frame-wrap .type-c .frame-head a:hover {
		opacity: 1;
	}
	#contents .frame-wrap .type-c .thumb {
		width: 60%;
		margin: 0 auto 2.0rem;
	}
	#contents .frame-wrap .type-c .thumb img {
		border-radius: 100px;
	}
	/*btn-web*/
	#contents .frame .frame-body .btn-web {
		width: 85%;
		margin: 25px auto 0;
	}


	/* addParts--point */
	.addParts--point {
		margin: 0 auto;
		padding: 4.5rem 4%;
		background-position: center;
	}

	#index h2::before,
	#index h2::after {
		content: none;
	}
	#index .addParts__title--point {
		font-size: 2.2rem;
		margin: 0 auto 2.5rem;
	}
	#index .frame-wrap--point {
		margin: 0 auto;
		display: block;
		max-width: 100%;
		width: 100%;
	}
	#index .frame-wrap--point .frame:first-of-type .frame-head,
	#index .frame-wrap--point .frame:nth-of-type(2) .frame-head,
	#index .frame-wrap--point .frame:nth-of-type(3) .frame-head {
		background-size: auto 2.5rem;
	}
	#index .frame-wrap--point .frame-body p {
		font-size: 1.4rem;
	}

	/* addParts--check */
	.addParts--check {
		margin: 5rem auto 5rem;
		width: 92%;
	}
	.addTopArea--check {
		margin: 0 auto 3rem;
		min-height: auto;
	}
	.addTopArea--check::before,
	.addTopArea--check::after {
		content: none;
	}
	.addTopArea__img-wrap--check {
		float: none;
		margin: 0 auto 3rem;
		text-align: center;
	}
	#index .addParts__title--check {
		padding: 8vw 5% 0;
		width: 100%;
		float: none;
		margin: 0 auto 1.5rem;
		background-size: contain;
		font-size: 2.2rem;
	}
	#index .addParts__title--check a {
		padding-right: 3rem;
		background-size: 6px auto;
	}
	#index .frame-wrap--check {
		width: 100%;
		max-width: 100%;
		padding: 1.3rem 0 0;
		display: block;
		margin: 0 auto;
	}


	/* addParts--knowledge */
	.addParts--knowledge {
		padding: 5rem 4% 4rem;
		background-size: 100px auto;
	}
	#index .addParts__title--knowledge {
		margin: 0 -3% 1.5rem;
		padding: 2.5rem 0 0;
		background-size: 160px auto;
		font-size: 2.2rem;
		max-width: 106%;
		font-feature-settings: "palt";
	}
	#index .addParts__title--knowledge a {
		display: inline;
		padding-right: 1.5rem;
		background-size: 6px auto;
	}
	#index .box-wrap--knowledge {
		margin: 3rem auto 0;
	}

	/* addParts--company */
	.addParts--company {
		margin: 4rem auto 0;
		padding: 0 4%;
	}
	#index .addParts--company .sttl {
		padding: 2.8rem 0 0;
		background-size: 85px auto;
		font-size: 2.2rem;
		line-height: 1.5;
		max-width: 100%;
	}
	.addParts__title--company .sttl__small {
		margin: 0 auto 0.5rem;
		font-size: 1.6rem;
	}
	.addParts__title--company .sttl__small::before,
	.addParts__title--company .sttl__small::after {
		min-width: 10%;
	}
	.addParts__title--company .sttl__small::before {
		margin-right: 1rem;
	}
	.addParts__title--company .sttl__small::after {
		margin-left: 1rem;
	}
	#index .addParts--company .sttl a::after {
		width: 6px;
		height: 9px;
		margin: 1.1rem 0 0 1rem;
	}
	.addParts__box--company {
		margin: 3rem auto 0;
	}
	.addParts__box--company + .addParts__box--company {
		margin-top: 5rem;
	}
	#index .addParts__box__title--company {
		font-size: 1.9rem;
		padding: 1.2rem 5%;
		line-height: 1.3;
		background-size: 12px auto;
		margin-top: 6rem;
	}
	#index .addParts__box__title--company a {
		background-size: 6px auto;
	}
	#index .frame-wrap--company,
	#index .frame-wrap__accordion--company {
		display: block;
		margin: 2.5rem auto 0;
		width: 100%;
		max-width: 100%;
	}
	#index .frame-wrap__accordion--company {
		margin-top: 0;
	}
	#index .btn-accordion--company {
		width: 85%;
		background-size: 9px auto;
		font-size: 1.4rem;
		padding: 1.5rem 2.5rem;
		line-height: 1.4;
		margin: 2.5rem auto 0;
		background-position: right 1rem center;
	}
	#index .btn-accordion--company.is-open {
		background-image: url(img/arrow_minus.png);
		background-repeat: no-repeat;
	}
	#index .btn-accordion--company:hover {
		opacity: 1;
	}
	#index .btn-accordion--company + .addParts__accordion--company {
		margin: 3rem auto 0;
	}
	.frame__item--company {
		margin: 0 5% 2.5rem;
		padding: 1.5rem 5% 1.7rem;
	}
	.frame__item__head--company {
		margin: 0 0 1rem -0.3rem;
	}
	.frame__item__img-wrap--company {
		width: 50px;
		margin: 0 1rem 0 0;
	}
	#index .frame__item__title--company {
		font-size: 1.5rem;
	}
	#index .frame__item--company p:not(.frame__item__title--company) {
		font-size: 1.4rem;
	}
	#index .frame__item--company p:not(.frame__item__title--company) + p:not(.frame__item__title--company) {
		margin-top: 1rem;
	}

	.lower-bottom .btn-web a {
		font-size: 1.4rem;
		padding: 1.8rem 2.5rem;
	}

	.addParts02, .addParts--recommended {
		padding: 3rem 0 5rem;
	}

	.addParts02 .catch-text {
		width: 100%;
		font-size: 1.4rem;
	}

	#index .addParts02 .priceIcoArea .priceArea .priceIcoArea__list {
		font-size: 2.2rem;
		text-align: center;
		letter-spacing: 0;
		max-width: 100%;
	}

	.addParts02 .priceIcoArea .priceArea .price .price__middle {
		font-size: 2rem;
	}

	#index .addParts02 .pointArea {
		width: 90%;
		padding: 20px 10px;
		margin: 50px auto 30px;
	}
	#index .addParts02 .pointArea__label {
		font-size: 1.4rem;
		margin: -40px auto 15px;
	}
	#index .addParts02 .pointArea li.pointArea__list {
		font-size: 1.4rem;
		padding-left: 32px;
	}
	#index .addParts02 .pointArea li.pointArea__list::before {
		background-size: 24px auto;
		width: 24px;
		height: 15px;
		top: 15px;
	}

	#index .addParts02 .heading__title {
		font-size: 1.8rem;
		margin-top: 5rem;
	}

	#index .addParts02 .featureArea {
		width: 90%;
		padding: 20px 15px 50px;
	}
	#index .addParts02 .featureArea::after {
		background-size: 60px auto;
		width: 60px;
		height: 45px;
	}
	#index .addParts02 .featureArea__title {
		font-size: 1.8rem;
		padding: 0 0 1.5rem;
    margin-bottom: 1.5rem;
		max-width: 100%;
	}

	#index .addParts02 .reviewArea {
		display: block;
		padding-bottom: 0;
	}
	#index .addParts02 .reviewArea__content {
		width: 100%;
		padding: 0 20px;
	}

#index .addParts02 .reviewArea__content.left{
	border-right:0;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 0 0 3rem;
	width: 90%;
	margin: 0 auto;
}

#index .addParts02 .reviewArea__content.right{
padding-top:3rem;	
}

	#index .addParts02 .reviewArea__content__title {
		font-size: 1.6rem;
		padding: 10px 0 10px 60px;
		margin-bottom: 0;
	}
	#index .addParts02 .reviewArea__content__title::before {
		background-size: 48px auto;
		width: 48px;
		height: 48px;
	}

	#index .addParts02 .btn-web {
		margin-bottom: 2rem;
	}

	#index .addParts02 .tagArea {
		width: 90%;
		margin-bottom: 5rem;
	}
	#index .addParts02 .tagArea__tag {
		margin: 0 5px 5px 0;
	}

	#index .addParts02 .possibleArea {
		width: 90%;
	}

	#index .btn-accordion--company {
		width: 80%;
	}

	#index .addParts--check.second .addParts__title--check {
		font-size: 2rem;
	}
	#index .addParts--check.second .addTxt--check p {
		padding-left: 0;
	}

	#index .pickup__box {
		display: block;
	}
	#index .pickup__box__img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	#index .pickup__box__content {
		width: 100%;
	}
	#index .pickup__box__content__title {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	#contents .pickup__box .btn-internal {
		margin: 2rem auto 0;
	}
}