@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container,
.sc-container div, .sc-container dl, .sc-container dt, .sc-container dd,
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4, .sc-container h5, .sc-container h6,
.sc-container textarea, .sc-container p, .sc-container a, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sc-container img {
	border: 0;
}

.sc-container em,
.sc-container strong,
.sc-container th {
	font-style: normal;
	font-weight: normal;
}

.sc-container li {
	list-style: none;
}

.sc-container th {
	text-align: left;
}

.sc-container h1,
.sc-container h2,
.sc-container h3,
.sc-container h4,
.sc-container h5,
.sc-container h6 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container a {
	text-decoration: none;
}

.sc-container button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 100%;
	margin: 0 auto;
	padding: 64px 0 0;
	color: #000000;
	font-size: 14px;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1.5;
	font-weight: 600;
	overflow: hidden;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
keyv-wrap
==================== */
.sc-container .keyv-wrap {
	margin: 0 auto 76px;
}

.sc-container .keyv {
	margin: 0 auto 70px;
	text-align: center;
}

.sc-container .text-area {
	margin: 0 auto 53px;
}

.sc-container .text-area h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 40px 0.5em;
	position: relative;
}

.sc-container .text-area h1 span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0px 0 10px;
	transform: scale(0.8, 1);
	letter-spacing: 0.137em;
	width: 120%;
	left: -10%;
	position: relative;
}

.sc-container .text-area h1::before {
	content: "";
	display: block;
	position: absolute;
	width: 149px;
	height: 40px;
	background: url(../img/i_ladies_pc.png) no-repeat;
	background-size: contain;
	top: -36px;
	left: calc(50% - 74.5px);
}

.sc-container .text-area .txt {
	font-size: 17px;
	line-height: 1.78;
	text-align: center;
}

.sc-container .tit-area .title {
    display: flex;
    justify-content: space-between;
    width: 590px;
    border-bottom: 3px solid #000000;
    margin: 0 auto;
    padding: 0 0 12px 0;
}

.sc-container .tit-area .tit-num {
	width: 100px;
	height: 28px;
	border-radius: 14px;
	background: #000000;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: 0.3em;
	text-align: center;
}

.sc-container .tit-area .tit-brand {
    height: 22px;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
}


/* ====================
keyword-wrap
==================== */
.sc-container .keyword-wrap {
    width: 100%;
    margin: 0 0 280px;
    padding: 210px 0 0;
    background: #f7f3ee;
}

.sc-container .keyword-area {
	width: 1180px;
    border: 8px solid #000000;
    margin: 0 auto 85px;
    position: relative;
    box-sizing: border-box;
}

.sc-container .keyword-area::before {
	content: "";
	display: block;
	position: absolute;
	width: 110px;
	height: 117px;
	background-image: url(../img/i_vw_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: -161px;
	left: calc(50% - 55px);
}

.sc-container .keyword-tit {
	margin: 25px 0 33px;
	font-size: 22px;
	line-height: 1.59;
	text-align: center;
}

.sc-container .keyword-tit > span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0 0 6px;
	transform: scale(0.84, 1);
	letter-spacing: 0.07em;
	width: 590px;
	background: #f7f3ee;
	position: absolute;
	left: calc(50% - 295px);
	top: -0.64em;
}

.sc-container .keyword-tit > span > span {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: center;
	transform: scale(0.9, 1);
	position: relative;
}

/* keyword-list */
.sc-container .keyword-list {
	width: 747px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 99px;
}

.sc-container .keyword-list li {
	width: 207px;
	text-align: center;
	position: relative;
}

.sc-container .keyword-list li::after {
    width: 207px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 103.5px);
    background: url(../img/arrow_pc.png) no-repeat;
    background-size: contain;
}

.sc-container .keyword-list li button {
    font-size: 22px;
    line-height: 1.59;
    color: #000000;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
}

.sc-container .keyword-list li button:hover {
	opacity: 0.8;
}

.sc-container .keyword-btn-wrap {
	margin: 132px 0 100px;
}

.sc-container .keyword-btn-wrap.open {
	display: none;
}

.sc-container .keyword-btn {
    text-align: center;
    position: relative;
}

.sc-container .keyword-btn::before {
	display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: calc(50% - 161px);
    width: 32px;
    height: 32px;
    background: url(../img/icn_arrow.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .keyword-btn::after {
    display: block;
    position: absolute;
    bottom: -10px;
    right: calc(50% - 160px);
    width: 320px;
    height: 2px;
    background: #000000;
    content: "";
}

.sc-container .keyword-btn:hover {
	opacity: 0.8;
}

.sc-container .keyword-btn button {
    font-family: "Cardo", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    transform: scale(0.84, 1);
    letter-spacing: 0.2em;
}

/* AR[fBI */
.sc-container .accordion-box {
	display: none;
}

/* keyword-box */
.sc-container .keyword-box {
	width: 1040px;
	margin: 0 auto 104px;
	position: relative;
}

.sc-container .keyword-box img {
	width: auto;
    height: 100%;
}

.sc-container .keyword-desc {
	width: 460px;
	height: 460px;
	padding: 57px 0 0 40px;
	background: transparent;
	position: absolute;
}

.sc-container .keyword-desc-tit {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.sc-container .keyword-desc-tit .num {
	display: inline-block;
	width: 54px;
	height: 90px;
	margin-right: 9px;
}

.sc-container .keyword-desc-tit .hash {
	font-size: 25px;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	top: -2px;
}

.sc-container .keyword-desc-txt {
	font-size: 14px;
	line-height: 2.67;
}

.sc-container .keyword-desc-txt .note {
	display: block;
	font-size: 12px;
	line-height: 1.82;
	margin-top: 8px;
}

/* L[[hĘÝč */
.sc-container #kw01 .keyword-desc {
	top: 216px;
	right: -5px;
}

.sc-container #kw01 .keyword-img {
	width: 1040px;
	height: 671px;
}

.sc-container #kw01 .num {
	display: block;
	width: 46px;
	height: 87px;
}

.sc-container #kw02 .keyword-desc {
	top: 164px;
	left: 64px;
}

.sc-container #kw02 .keyword-img {
	width: 1040px;
	height: 855px;
}

.sc-container #kw02 .num {
	display: block;
	width: 52px;
	height: 87px;
}

.sc-container #kw03 .keyword-desc {
	top: 160px;
	right: -3px;
}

.sc-container #kw03 .keyword-img {
	width: 1040px;
	height: 680px;
}

.sc-container #kw03 .num {
	display: block;
	width: 54px;
	height: 90px;
}


/* ====================
btn-area
==================== */
.sc-container .btn-area {
    margin: 0 auto;
    padding: 0 0 86px;
    background: #f7f3ee;
}

.sc-container .btn {
	display: block;
	margin: 0 auto;
	width: 550px;
	height: 67px;
	text-align: center;
	font-size: 30px;
	line-height: 61px;
	letter-spacing: 0.1em;
	border: 2px solid #000000;
	border-radius: 65px;
	transition: 0.4s ease;
}

.sc-container .btn:hover {
	background: #000000;
	color: #ffffff;
	opacity: 1;
}


/* ====================
main-wrap
==================== */
.sc-container .main-wrap {
    width: 100%;
    padding: 87px 0 34px;
    background: #f2ebdc;
}


/* ====================
tit
==================== */
.sc-container .tit {
    font-size: 22px;
    line-height: 1.59;
    text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .tit span {
    display: block;
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 45px;
    font-family: "Cardo", serif;
    line-height: 1;
    text-align: center;
    transform: scale(0.84, 1);
    letter-spacing: 0.1em;
}

.sc-container .att-area .tit,
.sc-container .advantage-area .tit {
    padding-left: 50px;
}

.sc-container .part-area .tit span {
	letter-spacing: 0.125em;
}


/* ====================
att-area
==================== */
.sc-container .att-area {
    width: 1180px;
    margin: 0 auto 220px;
}

.sc-container .att-tit {
	margin: 0 0 56px;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.sc-container .att-list {
    margin: 52px 0 0;
}

.sc-container .att-list-item {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    position: relative;
    margin: 0 0 105px;
}

.sc-container .att-list-img {
	width: 579px;
	height: 380px;
}

.sc-container .att-list-img img {
	width: auto;
	height: 100%;
}

.sc-container .attention-img-wrap {
    position: absolute;
    top: -85px;
    right: 390px;
}

.sc-container .attention-img-tit {
    transform: rotate( -30deg );
	letter-spacing: -0.1em;
}

.sc-container .attention-img-tit span {
	font-size: 22px;
}

.sc-container .attention-img {
    margin: 0 0 0 90px;
}

.sc-container .att-list-desc {
    width: 543px;
}

.sc-container .att-list-icn {
    margin: -5px 0 18px 0;
    text-align: center;
}

.sc-container .att-list-tit {
    margin: 0 0 7px;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}

.sc-container .att-list-txt {
	font-size: 18px;
    line-height: 1.56;
}


/* ====================
part-area
==================== */
.sc-container .part-area {
	width: 1180px;
    margin: 0 auto 190px;
}

.sc-container .part-area img {
	width: auto;
	height: 100%;
}

.sc-container .part-img {
	width: 1180px;
    height: 540px;
    margin: 36px 0 70px;
}

.sc-container .part-box {
    padding: 50px 50px 45px;
    background: #ffffff;
    border-radius: 35px;
}

.sc-container .function-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 940px;
	height: 594px;
    margin: 0 auto 17px;
}

.sc-container .function-list-item {
    position: relative;
    width: 432px;
    margin: 0 0 18px;
    padding-left: 22px;
}

.sc-container .function-list-item::before {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: calc(100% - 10px);
    background: url(../img/bg_dotline_pc.png) repeat-y;
    background-size: contain;
    content: "";
}

.sc-container .function-list-tit {
    font-size: 26px;
	letter-spacing: 0.1em;
}

.sc-container .function-list-tit span {
    display: inline-block;
	margin-right: 5px;
    font-size: 26px;
    transform: scale(0.9, 1);
    letter-spacing: 0.1em;
}

.sc-container .function-list-txt {
    font-size: 15px;
    line-height: 1.47;
	font-weight: 700;
}

.sc-container .dirty-tit {
    margin: 0 0 20px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .dirty-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sc-container .dirty-list-img {
    margin: 0 0 10px;
}

.sc-container .dirty-list-tit {
    font-size: 26px;
    line-height: 1.154;
	text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .mainte-area {
    width: 1180px;
    margin: 0 auto 190px;
}

.sc-container .mainte-lead {
    margin: 32px 0 47px;
    text-align: center;
    font-size: 17px;
    line-height: 1.77;
}

.sc-container .caregoods-box {
    width: 850px;
    margin: 0 auto 96px;
    padding: 27px 21px 23px;
    background: #ffffff;
    border-radius: 35px;
}

.sc-container .caregoods-tit {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}

.sc-container .caregoods-list {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sc-container .caregoods-list-item {
    width: 180px;
}

.sc-container .caregoods-list-img {
    margin: 0 0 13px;
}

.sc-container .caregoods-list-tit {
    margin: 0 0 7px;
	font-size: 26px;
    text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .caregoods-list-txt {
    font-size: 15px;
    line-height: 1.47;
	font-weight: 700;
}

.sc-container .step-list {
    width: 850px;
    margin: 0 auto;
}

.sc-container .step-list img {
    width: auto;
    height: 100%;
}

.sc-container .step-list-item {
	margin: 0 0 115px;
}

.sc-container .step-img {
    width: 850px;
    height: 560px;
}

.sc-container .step-desc-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 840px;
    margin: 0 auto;
}

.sc-container .step-desc {
    width: 665px;
    margin: 26px 0 0;
}

.sc-container .step-desc-tit-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 0 15px;
}

.sc-container .step-desc-num {
    display: inline-block;
    margin-right: 30px;
}

.sc-container .step-desc-tit {
    display: inline-block;
    margin: 25px 0 0;
    font-size: 30px;
    line-height: 1.34;
    letter-spacing: 0.1em;
}

.sc-container .step-desc-txt {
    font-size: 18px;
    line-height: 1.56;
}

.sc-container .step-icn-wrap {
    margin: 24px 0 0;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.sc-container .step-icn-tit {
    position: relative;
    margin: 0 0 5px;
}

.sc-container .step-icn-tit::before,
.sc-container .step-icn-tit::after {
	display: block;
    position: absolute;
    bottom: -16px;
    width: 20px;
    height: 21px;
    background: url(../img/bg_slash_01_pc.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .step-icn-tit::before {
    left: -2px;
}

.sc-container .step-icn-tit::after {
    right: -2px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.sc-container .step-icn {
	width: 140px;
    height: 140px;
    margin: 0 0 10px;
}

.sc-container .dirty-box {
    margin: 42px 0 125px;
    padding: 27px 21px 23px;
    background: #ffffff;
    border-radius: 35px;
}

.sc-container .leatherbelt-box {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 72px 0 125px;
    padding: 47px 48px 47px;
    background: #ffffff;
    border-radius: 35px;
}

.sc-container .leatherbelt-desc {
    width: 267px;
    margin: 20px 0 0;
}

.sc-container .leatherbelt-tit {
    margin: 0 0 10px;
	font-size: 30px;
    line-height: 1.34;
    text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .leatherbelt-txt {
    font-size: 18px;
    line-height: 1.56;
}

.sc-container .leatherbelt-img {
    width: 460px;
    height: 304px;
}

/* ÂĘwč */
.sc-container .step-list-item:nth-child(1) .step-desc-num {
    width: 78px;
    height: 103px;
}

.sc-container .step-list-item:nth-child(2) .step-desc-num {
    width: 83px;
    height: 103px;
}

.sc-container .step-list-item:nth-child(3) .step-desc-num {
    width: 85px;
    height: 103px;
}


/* ====================
advantage-area
==================== */
.sc-container .advantage-area {
    position: relative;
    width: 1180px;
    margin: 0 auto 97px;
    padding-bottom: 1030px;
}

.sc-container .advantage-area img {
	width: auto;
    height: 100%;
}

.sc-container .point-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 138px;
    left: calc(50% - 605px);
    width: 1210px;
}

.sc-container .point-list-item {
	width: 543px;
}

.sc-container .point-img {
	width: 543px;
	height: 504px;
	margin: 0 0 30px;
}

.sc-container .point-desc-num {
    display: block;
    width: 93px;
    height: 104px;
    margin: 0 auto 20px;
}

.sc-container .point-desc-tit {
    display: block;
    margin: 0 0 13px;
    font-size: 30px;
    line-height: 1.34;
    text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .point-desc-txt {
    width: 513px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.56;
}


/* ====================
repair-area
==================== */
.sc-container .repair-area {
	width: 760px;
    margin: 0 auto 45px;
}

.sc-container .repair-tit {
    position: relative;
    margin: 0 0 55px;
    font-size: 30px;
    line-height: 1.34;
    text-align: center;
    letter-spacing: 0.1em;
}

.sc-container .repair-tit::before,
.sc-container .repair-tit::after {
    display: block;
    position: absolute;
    bottom: -15px;
    width: 63px;
    height: 63px;
    background: url(../img/bg_slash_02_pc.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .repair-tit::before {
    left: -2px;
}

.sc-container .repair-tit::after {
    right: -2px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.sc-container .repair-area .btn-area {
    padding: 0 0 48px;
}


/* ====================
intro-area
==================== */
.sc-container .intro-area {
    position: relative;
    margin: 0 0 54px;
    padding: 768px 0 0;
}

.sc-container .intro-img {
    position: absolute;
    width: 970px;
    height: 720px;
    top: 0;
    left: calc(50% - 453px);
}

.sc-container .intro-img img {
    width: auto;
    height: 100%;
}

.sc-container .intro-tit {
    margin: 0 0 27px;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
}

.sc-container .intro-txt {
	font-size: 17px;
	line-height: 1.77;
	text-align: center;
}


/* ====================
btn-area ( main-wrap )
==================== */
.sc-container .main-wrap .btn-area {
	background: #f2ebdc;
}


/* ====================
	nolink
==================== */
.sc-container .link-list #num04 .link-btn {
	display: none;
}


/* ====================
XN[
==================== */
.fadein{opacity:0;transform:translateY(40px)}
.fadein.scrollin{opacity:1;transition:.6s .2s ease;transform:none}

.fadein.keyword-list{opacity:1;transform:none}
.fadein.keyword-list li{opacity:0;transform:translateX(-40px)}
.fadein.scrollin.keyword-list li{opacity:1;transition:.6s .2s ease;transform:none}
.fadein.scrollin.keyword-list li:nth-child(2){opacity:1;transition:.6s .5s ease;transform:none}
.fadein.scrollin.keyword-list li:nth-child(3){opacity:1;transition:.6s .8s ease;transform:none}

.fadein.keyword-desc{opacity:1;transform:none}
.fadein.keyword-desc .keyword-desc-tit,.fadein.keyword-desc .keyword-desc-txt{opacity:0}
.fadein.scrollin.keyword-desc .keyword-desc-tit,.fadein.scrollin.keyword-desc .keyword-desc-txt{opacity:1;transition:.6s .2s ease}

.fadein.btn{opacity:0;transform:none}
.fadein.scrollin.btn{opacity:1;transition:.6s .2s ease}