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


/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
}
.addInner {
	width: 1100px;
	margin: 0 auto;
}
#contents span {
	border-bottom: none;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
	margin: 0 auto;
}
#visArea .mainArea {
	background: url("img/mv_pic_pc.png") center top no-repeat;
	background-size: cover;
	height: 500px;
	display: flex;
	align-items: center;
	position: relative;
}
#visArea .mainArea::before{
	width: 51px;
	height: 413px;
	background: url(img/mv_bg01.png) no-repeat right center;
	background-size: 51px auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	position: absolute;
}
#visArea .mainArea::after{
	width: 140px;
	height: 170px;
	background: url(img/slash_mv.png) no-repeat right bottom;
	background-size: 140px auto;
	right: 90px;
	bottom: -60px;
	content: '';
	position: absolute;
}
#visArea .mainArea .mainAreaInner {
    width: 1280px;
    margin: 0 auto;
}
#visArea .mainArea .logo{
	width: 250px;
	margin: 0 0 10px;
}

#visArea .mainArea .siteName {
	font-size: 3rem;
	line-height: 1.3;
	padding: 0 1rem 0.5rem;
	margin: 1.5rem 0 0;
	color: #fff;
	display: inline-block;
	background: #7f0319;
	font-weight: bold;
	width: 500px;
}

#visArea .mainArea .mainTxtBox {
	width: 420px;
	color: #fff;
}

#visArea .mainArea .catchArea .catch {
	font-size: 4rem;
	line-height: 1.3;
	margin: 0 0 20px;
	width: 500px;
}
#visArea .mainArea .catchArea .catch span{
	font-size: 3rem;
}
/*--------------------------------------
　footer
---------------------------------------*/
footer .areaInner .logo a {
	pointer-events: none;
}

/*--------------------------------------
　float img
---------------------------------------*/

.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;
}

/*--------------------------------------
オリジナル
---------------------------------------*/

/***** addParts02 *****/
.addParts02 {
	width: 100%;
	background: linear-gradient(0deg, #65676d 0%, #191c26 100%);
	padding: 120px 0;
	position: relative;
}
.addParts02::before {
	content: "";
	width: 692px;
	height: 106px;
	background: url("img/parts02_bg01.png") no-repeat right 0;
	background-size: auto;
	position: absolute;
	top: -5rem;
	right: 5%;
	pointer-events: none;
}

.addParts02 .addInner {
	width: 1100px;
	margin: 0 auto;

}
.addParts02 p {
	margin: 0;
}

/*addTopArea*/
.addParts02 .addTopArea {
	padding: 0 150px;
	margin: 0 auto 50px;
}

/*sttl*/
#index .addParts02 .sttl {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
	color: #fff;
}
#index .addParts02 .sttl span{
	font-size: 3rem;
	color: #BA0018;
}
/*block*/
.addParts02 .block {
	background-color: #fff;
	padding: 60px 0 0px;
	margin: 0 0 60px;
	position: relative;
}
.addParts02 .block::before {
	content: "";
	width: 124px;
	height: 168px;
	background: url("img/slash_shosai.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -30px;
	right: 40px;
}
.addParts02 .block:last-child {
	margin: 0;
}
.addParts02 .blockTitArea {
	text-align: center;
	padding: 0 150px;
	margin: 0 0 40px;
}
.addParts02 .blockTitSub {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0 0 10px;
}
#index .addParts02 .blockTit {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	padding: 2rem 0;
	position: relative;
	color: #7f0319;
}
#index .addParts02 .blockTit::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #2f2e2d;
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0;
	top: inherit;
	right: inherit;
	z-index:auto;
}
#index .addParts02 .infoTit{
	font-size: 2.8rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.addParts02 .caption {
	margin: 10px 0;
}
.addParts02 .caption a{
	display: inline-block;
	color: #999;
	text-decoration: underline;
}
.addParts02 .priceIcoArea{
	height: 100%;
	overflow: hidden;
	padding: 60px 0 0;
	width: calc(100% - 80px);
	position: relative;
	margin: 0 auto;
}
.addParts02 .priceIcoArea::before,
.addParts02 .infoArea::before {
	content: "";
	background: #ddd;
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 40px;
}
.addParts02 .priceIcoArea .icoArea {
	display: flex;
}

.addParts02 .priceIcoArea .icoArea ul {
	width: 100%;
}
.addParts02 .priceIcoArea .icoArea li {
	width: calc((100% - 6rem)/2);
	margin: 0 30px 40px 0;
	float: left;
}

.addParts02 .priceIcoArea .icoArea li .icoSet {
	margin: 0 0 25px;
	background: #2f4a7c;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 1rem 2rem 1rem;
	position: relative;
}
.addParts02 .priceIcoArea .icoArea li .icoSet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #bebebe transparent transparent transparent;
}

.addParts02 .priceIcoArea .icoArea li .icoTxt span{
    text-decoration: underline;
    text-decoration-thickness: 0.35em;
    text-underline-offset: -0.1em;
    text-decoration-color: rgba(255, 228, 80, 1);
    text-decoration-skip-ink: none;
    font-weight: bold;
}

.addParts02 .infoArea {
	clear: both;
	width: 100%;
	padding: 60px 40px;
	margin: 0;
	position: relative;
}
#contents .addParts02 .infoArea .infoTit {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}

#contents .addParts02 .infoArea .infoBox table {
	margin: 0;
}
#contents .addParts02 .infoArea .infoBox table th {
	width: 25%;
	font-weight: bold;
}

/***** addParts03 *****/
.addParts03 {
	width: 100%;
	margin: 0;
	background: url(img/parts03_bg01.png) right 0 center no-repeat #e6e6e6;
	background-size: auto;
}
.addParts03 .addInner {
	width: 1100px;
	margin: 0 auto;
	padding: 120px 0 80px;
}
#index .addParts03 h2{
	z-index: 10;
}
#index .addParts03 h2::after {
	background: rgba(255, 255, 255, .95);
}
#index .addParts03 h2::before {
	background: url(img/h2_bg.jpg) center no-repeat;
	background-size: cover;
}

.addParts03 .addInner h2 a {
	background: url(img/arrow_black.png) right 0 center no-repeat;
	background-size: 10px auto;
}

.addParts03 .addTxt {
   padding: 0 50px;
}

/***** addParts06 *****/
.addParts06 {
	width: 100%;
	margin: 0;
	background: url(img/parts06_bg01.png) left 0 center no-repeat #ffffff;
	background-size: auto;
}
.addParts06 .addInner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 50px;
}

.addParts06 .addInner h2 a {
	background: url(img/arrow_black.png) right 0 center no-repeat;
	background-size: 10px auto;
}


/***** addParts07 *****/
.addParts07 {
	width: 100%;
	padding: 6rem 0 12rem 0;
	background: url(img/parts07_bg01.png) left 0 center no-repeat;
	background-size: auto;
}
.addParts07 .addInner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.addParts07 .summaryArea {
	width: 100%;
	background: #7f0319;
	padding: 5rem 0;
	margin: 0;
	position: relative;
}
.addParts07 .summaryArea::before {
	content: '';
	display: block;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	border: solid 1px #201f1e;
	position: absolute;
	left: -5px;
	bottom: 5px;
	pointer-events: none;
}
.addParts07 .summaryArea::after{
	width: 124px;
	height: 168px;
	right: 40px;
	top: -50px;
	background: url(img/slash_pr.png) no-repeat right top;
	content: '';
	position: absolute;
}
#contents .addParts07 .summaryArea .summaryTit {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin: 0 0 30px -5px;
	position: relative;
	background: #000;
	padding: 0px 10px 15px 50px;
	width: 70%;
	padding: 0;
}
#contents .addParts07 .summaryArea .summaryTit a {
   color: #fff;
   display: block;
   background: url(img/arrow_white.png) right 20px center no-repeat;
   background-size: 12px auto;
   padding-right: 10px;
   padding: 0px 10px 15px 50px;
}
#contents .addParts07 .summaryArea .summaryTit::before,
#contents .addParts07 .summaryArea .summaryTit::after {
	content: none;
}
#contents .addParts07 .summaryArea .summaryTit .pr {
	font-size: 2.6rem;
}
#contents .addParts07 .summaryArea .summaryTit .fc-yellow{
	color: #ffe450;
}
.addParts07 .summaryArea .txtArea {
	width: calc(100% - 10rem);
	background-color: rgba(255,255,255,1);
	padding: 1px 40px;
	margin: auto;
}
#contents .addParts07 .summaryArea .btn-internal{
	margin:30px auto 60px;
}

.addParts01 .block:nth-of-type(2) {
    margin: 40px 22px;
}

.addParts01 .block_inner.cf::after {
	content: "";
}


#contents .addParts03 .frame-wrap .type-b .frame-head {
	padding: 0;
}
#contents .addParts03 .frame-wrap .type-b .frame-head a {
	padding: 30px;
	background: url(img/arrow_black.png) right 30px center no-repeat;
	background-size: 10px auto;
}

#index .addParts06 h2 {
	padding: 0;
}
#index .addParts06 h2 a {
	padding: 33px 60px 33px 60px;
	background: url(img/arrow_black.png) right 30px center no-repeat;
	background-size: 10px auto;
	width: 97%;
	margin: 0 0 0 40px;
}


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

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

#contents {
	width: 100%;
	padding: 0;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
	margin: 0 auto;
}
#visArea .mainArea {
	background: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	border-bottom: none;
}
#visArea .mainArea::before,
#visArea .mainArea::after{
	content: none;
}

#visArea .mainArea .mainAreaInner{
	width: 100%;
}
#visArea .mainArea .logo{
	/* width: 230px; */
	/* background: #191c26; */
	/* padding: 5px; */
	display: none;
}
#visArea .mainArea .siteNameArea {
	display: flex;
	background: url("img/mv_pic_sp.jpg") no-repeat;
	background-size: cover;
	height: 18rem;
	width: 100%;
	margin:  0 auto;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}
#visArea .mainArea .siteNameArea::before{
	width: 20px;
    height: 16rem;
    background: url(img/mv_bg01.png) no-repeat right center;
    background-size: 20px auto;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
}
#visArea .mainArea .siteNameArea::after{
	width: 56px;
	height: 68px;
	background: url(img/slash_mv.png) no-repeat right bottom;
	background-size: 100% auto;
	bottom: -30px;
	right: 10px;
	content: '';
	position: absolute;
}
#visArea .mainArea .siteName {
        font-size: 1.8rem;
        text-align: left;
        margin: 0;
        padding: 1rem;
        width: 100%;
}

#visArea .mainArea .mainTxtBox {
	width: 100%;
	margin: 0 0 4rem;
	color: #000;
}

#visArea .mainArea .catchArea .catch {
        font-size: 2.8rem;
        text-align: center;
        margin: 0 0 1.0rem;
        width: 100%;
        padding: 1.4rem;
}
#visArea .mainArea .catchArea .catch span{
	font-size: 2.4rem;
}
#visArea .mainArea .txtArea p{
        margin: 0 auto;
        width: 98%;
        padding: 0 1.4rem;
}

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

/*type-b*/
#contents .frame-wrap .type-b .frame-head {
	padding: 1.8rem 2rem 1.5rem;
}

/*--------------------------------------
オリジナル
---------------------------------------*/

/***** addParts02 *****/

.addParts02 {
	width: 100%;
	padding: 4rem 0 7.0rem;
	position: relative;
}
.addParts02::before {
	content: "";
	width: 32rem;
	height: 4rem;
	background: none;
	background-size: 31rem auto;
	position: absolute;
	top: -1.5rem;
	right: 0;
	pointer-events: none;
}

.addParts02 .addInner {
	width: 92%;
	margin: 0 auto;
}
.addParts02 p {
	margin: 0;
}

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

/*sttl*/
#index .addParts02 .sttl {
	font-size: 3rem;
	padding: 0;
	margin: 0 auto 2.0rem;
	letter-spacing: 0;
}
#index .addParts02 .sttl span{
	font-size: 2.4rem;
}
/*block*/
.addParts02 .block {
	background-color: #fff;
	padding: 3.0rem 0 2.0rem;
	margin: 0 0 5.0rem;
	position: relative;
}
.addParts02 .block::before {
	width: 49px;
	height: 67px;
	top: -40px;
	right: 18px;
}

.addParts02 .block:last-child {
	margin: 0;
}
.addParts02 .blockTitArea {
	text-align: center;
	padding: 0 2rem;
	margin: 0 0 2rem;
}
.addParts02 .blockTitSub {
	font-size: 2.4rem;
	margin: 0 0 0.5rem;
}
#index .addParts02 .blockTit {
	font-size: 2rem;
	padding: 0 0 1.5rem;
}
#index .addParts02 .blockTit::after {
	content: "";
	width: 30px;
	height: 2px;
	left: calc(50% - 15px);
}
#contents .addParts02 .float-wrap{
	margin: 0;
}
#index .addParts02 .infoTit{
	font-size: 2.2rem;
	margin: 0 auto 2rem;
}
.addParts02 .priceIcoArea {
	width: 92%;
	padding: 30px 0 0;
	margin: 0 auto;
}
.addParts02 .priceIcoArea .icoArea{
	display: block;
}
.addParts02 .priceIcoArea::before,
.addParts02 .infoArea::before {
	content: "";
	width: 100%;
	left: 0;
}

.addParts02 .priceIcoArea .icoArea ul {
	width: 100%;
	float: none;
}
.addParts02 .priceIcoArea .icoArea li {
	width: 100%;
	margin: 0 0 3.0rem;
	float: none;
}

.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: block;
	vertical-align: middle;
	/* text-align: center; */
	font-size: 1.8rem;
	margin: 0 0 10px;
}

.addParts02 .priceIcoArea .icoArea li > .icoTxt {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 95px);
	padding: 1rem;
}

.addParts02 .infoArea {
	width: 92%;
	padding: 30px 0 0;
	margin: 3rem auto 0;
}
#contents .addParts02 .infoArea .infoTit {
	font-size: 2rem;
	margin: 0 auto 2rem;
}
#contents .addParts02 .infoArea .infoBox table {
	display: table;
	width: 100%;
	margin: 0;
	float: none;
}
#contents .addParts02 .infoArea .infoBox table th {
	display: table-cell;
	width: 40%;
	border-right: 1px solid #999999;
	padding: 1.0rem;
}
#contents .addParts02 .infoArea .infoBox table td {
	display: table-cell;
	padding: 1.0rem;
}

/***** addParts03 *****/
.addParts03 {
	background: #e6e6e6;
}
.addParts03 .addTxt{
	padding: 0;
}
.addParts03 .addInner {
	width: 92%;
	margin: 0 auto;
	padding: 6rem 0 4rem;
}
.addParts03 .addInner h2 a {
	background: url(img/arrow_black.png) right 0 center no-repeat;
	background-size: 7px auto;
	display: block;
	padding: 0 10px 0 0;
	font-size: 2.3rem;
}

/***** addParts06 *****/
.addParts06 {
	margin: 3rem auto;
	background: #fff;
}
.addParts06 .addInner {
	width: 92%;
	margin: 0 auto;
	padding: 2rem 0;
}
.addParts06 .addInner h2 a {
	background: url(img/arrow_black.png) right 0 center no-repeat;
	background-size: 7px auto;
	display: block;
	padding: 0 10px 0 0;
	font-size: 2.3rem;
}
.addParts06 .addTxt {
	padding: 0 2rem;
}
.addParts06 .float-wrap{
	margin: 30px 0;
}
/***** addParts07 *****/
.addParts07 {
	padding: 7rem 0 6rem;
}

.addParts07 .addInner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.addParts07 .summaryArea {
	width: 100%;
	padding: 3rem 0;
}
.addParts07 .summaryArea::after{
	background-size: 100% auto;
	width: 50px;
	height: 67px;
	right: 10px;
	top: -40px;
}
#contents .addParts07 .summaryArea .summaryTit {
	font-size: 2.3rem;
	position: relative;
	width: 97%;
	padding: 0px;
}
#contents .addParts07 .summaryArea .summaryTit a{
	background: url(img/arrow_white.png) right 10px center no-repeat;
	background-size: 7px auto;
	padding: 10px;
	padding-right: 20px;
}
#contents .addParts07 .summaryArea .summaryTit .pr{
	font-size: 2rem;
}
.addParts07 .summaryArea .txtArea {
	width: 90%;
	padding: 2rem;
}
#contents .addParts07 .float-wrap{
	margin: 0 auto;
}
#contents .addParts07 .float-wrap .flame{
	width: 100%;
}
#contents .addParts07 .summaryArea .btn-internal{
	margin: 20px auto;
}
.addParts01 .block:nth-of-type(2) {
    margin: 0 auto 3.5rem;
}

#contents .addParts03 .frame-wrap .type-b .frame-head {
	padding: 0;
}
#contents .addParts03 .frame-wrap .type-b .frame-head a {
	background: url(img/arrow_black.png) right 25px center no-repeat;
	padding: 1.7rem 2rem;
	background-size: 8px auto;
}


#index .addParts06 h2 {
	padding: 0;
}
#index .addParts06 h2 a {
	background: url(img/arrow_black.png) right 20px center no-repeat;
	background-size: 7px auto;
	width: unset;
	margin: 0 0 0 15px;
	padding: 2rem 2rem 2rem 0.5rem;
}

}
