@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0 0;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 2.125;
    overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
	color: #000000;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/btn_pagetop.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

.sc-container .txt {
	display: block;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    width: 1180px;
    margin: 0 auto 112px;
    text-align: center;
}

.sc-container .keyv {
    position: relative;
    margin: 0 0 60px;
}

.sc-container .keyv::before {
	display: block;
    padding-top: 600px;
    content: "";
}

.sc-container .keyv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sc-container .text-area {
    width: 87%;
    margin: 0 auto 47px;
}

.sc-container .keyv-tit {
    margin: 0 auto 20px;
}

.sc-container .keyv-tit-sub {
    display: block;
    margin: 0 0 19px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.sc-container .keyv-tit-num {
	display: block;
    width: 234px;
    height: 49px;
    margin: 0 auto 30px;
    background: url(../img/bg_ribbon_pc.gif) no-repeat;
    background-size: contain;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: calc(49px - 18px);
    letter-spacing: 0.08em;
}

.sc-container .keyv-tit-main {
    display: block;
    position: relative;
    width: 470px;
    margin: 0 auto;
    padding: 11px 0 14px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

.sc-container .keyv-tit-main::before,
.sc-container .keyv-tit-main::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
}

.sc-container .keyv-tit-main::before {
	top: 0;
    left: 0;
    border-top: 4px solid #000000;
    border-left: 4px solid #000000
}

.sc-container .keyv-tit-main::after {
	bottom: 0;
	right: 0;
	border-bottom: 4px solid #000000;
	border-right: 4px solid #000000;
}

.sc-container .keyv-tit-main span {
    display: block;
    opacity: 0;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.53;
    text-indent: 1em;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
	width: 900px;
    margin: 0 auto 107px;
}

.sc-container .nav-tit {
	position: relative;
    margin: 0 0 30px;
    padding: 131px 0 11px;
    text-align: center;
}

.sc-container .nav-tit::before,
.sc-container .nav-tit::after {
	display: block;
    position: absolute;
    content: "";
}

.sc-container .nav-tit::before {
    top: 0;
    right: calc(50% - 43px);
    width: 80px;
    height: 93px;
    background: url(../img/icn_watch.gif) no-repeat;
    background-size: contain;
}

.sc-container .nav-tit::after {
    bottom: 0;
    right: calc(50% - 132px);
    width: 264px;
    height: 3px;
    background: #000000;
}

.sc-container .nav-tit span {
	display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.sc-container .nav-txt {
	text-align: center;
}

.sc-container .nav-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 32px 0 48px;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
}

.sc-container .nav-item {
    position: relative;
    width: calc(100% / 4);
    padding: 14px 8px 9px;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.sc-container .nav-item-name-wrap {
	display: block;
    margin: 0 0 20px;
    line-height: 1;
}

.sc-container .nav-item-name {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
}

.sc-container .nav-item-num {
    display: inline-block;
    padding: 0 6px;
    vertical-align: bottom;
}

.sc-container .nav-item-img {
    display: block;
    margin: 0 0 22px 24px;
}

.sc-container .nav-item-btn {
    display: block;
    position: relative;
    height: 22px;
    padding-right: 20px;
    background: #efefef;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: 'Jost', sans-serif;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item-btn::after {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: calc(50% - 32px);
    width: 8px;
    height: 8px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    content: "";
    -webkit-transform: rotate( 135deg );
    transform: rotate( 135deg );
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item:hover .nav-item-btn {
	color: #ffffff;
    background: #000000;
}

.sc-container .nav-item:hover .nav-item-btn::after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}


/* ====================
section
==================== */
.sc-container .section {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 900px;
    margin: 0 auto 75px;
}

.sc-container #sec12.section {
    margin: 0 auto 100px;
}

.sc-container .decs-area {
    width: 360px;
}

.sc-container .decs-tit {
    margin: 0 0 7px;
}

.sc-container .decs-num {
    display: inline-block;
    margin: 5px 0 0;
    padding-right: 6px;
    vertical-align: baseline;
}

.sc-container .decs-name {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: inherit;
}

.sc-container .image-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 510px;
}

.sc-container .hand {
	position: relative;
    width: 290px;
    margin: 15px 0 0;
    border: solid 4px #efefef;
    border-radius: 10px;
}

.sc-container .hand-tit {
    position: absolute;
    top: -13px;
    width: 164px;
    height: 24px;
    right: calc(50% - 82px);
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    line-height: calc(24px - 2px);
    text-align: center;
    letter-spacing: 0.16em;
}

.sc-container .hand-tit::after {
    display: block;
    position: absolute;
    bottom: -16px;
    right: calc(50% - 8px);
    border-top: 16px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
}

.sc-container .hand-img {
    width: 244px;
    margin: 55px auto 0;
}

.sc-container .item {
    width: 200px;
    margin: 5px 0 0;
}

.sc-container .item-img {
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-img:hover {
	opacity: 0.8;
}

.sc-container .item-btn {
    display: block;
	margin: 10px 0 0;
}

.sc-container .item-btn span {
    display: block;
    position: relative;
    width: 170px;
    height: 40px;
    margin: 0 0 0 10px;
    background: #efefef;
    font-size: 16px;
    line-height: calc(40px - 2px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-btn span::after {
    display: block;
    position: absolute;
    top: calc(50% - 6.5px);
    right: -20px;
    width: 41px;
    height: 13px;
    background: url(../img/icn_arrow_pc.png) no-repeat;
    background-size: contain;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-btn span:hover {
    background: #000000;
	color: #ffffff;
}

.sc-container .item-btn span:hover::after {
    background: url(../img/icn_arrow_o_pc.png) no-repeat;
    background-size: contain;
}


/* ====================
repair-area
==================== */
.sc-container .repair-area {
	width: 500px;
    margin: 90px auto 95px;
    background: #f5f5f5;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .repair-area:hover {
	opacity: 0.8;
}

.sc-container .repair-area a {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.sc-container .repair-img {
    width: 120px;
}

.sc-container .repair-detail {
	width: 330px;
    margin: 32px 0 0;
}

.sc-container .repair-detail-tit {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 0 7px;
    border-bottom: solid 1px #000000;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 18px;
}

.sc-container .repair-detail-txt {
    display: block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.sc-container .repair-detail-txt::after {
	display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: 240px;
    width: 16px;
    height: 16px;
    background: url(../img/icn_repair_arrow_pc.png) no-repeat;
    background-size: contain;
    content: "";
}


/* ====================
last-area
==================== */
.sc-container .last-area {
    width: 900px;
    margin: 110px auto 0;
    text-align: center;
}


/* ====================
スクロール
==================== */
/* 下から */
.keyv-tit-main.fadein span,
.nav-tit.fadein span {opacity:0;transform:translateY(40px)}

/* 左から */
.decs-name.fadein,
.item-btn.fadein {opacity:0;transform:translateX(-40px)}

.keyv-tit-main.fadein.scrollin span,
.nav-tit.fadein.scrollin span,
.decs-name.fadein.scrollin,
.item-btn.fadein.scrollin {opacity:1;transition:.6s .2s ease;transform:none}