@charset "shift-JIS";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

/* 
.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
} */

.sc-container dl {
	font-size: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 902px;
    margin: 50px auto 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    color: #222222;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}
a:hover {
    color: #393939;
    opacity: 1;
}

#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;
}

.top_comment_ {
    margin-bottom: 50px;
}

/* ====================
btn-more
==================== */
.btn-more {
    display: block;
    width: 350px;
    height: 54px;
    margin: 32px auto 60px;
    border: solid 1px #b2bcbe;
    border-radius: 54px;
    box-sizing: border-box;
    background-color: #ffffff;
    line-height: 54px;
    text-align: center;
}

.btn-more:hover {
	opacity: 1;
    background-color: #b2bcbe;
}

.btn-more span {
	display: inline-block;
    position: relative;
    color: #000000;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/* ====================
section
==================== */

.sc-container .section {
    width: 100%;
    margin: 0 auto 0;
    background: url(/special/c_TT_seiko/img/bg_section_pc.png) left top repeat-y;
    background-size: cover;
}

.section-header {
    width: 822px;
    margin: 0 auto;
    padding-top: 40px;
}

.section-header-image {
    width: 100%;
    position: relative;
}

.section-header-image::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #222222;
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
}
.section-header-lead {
    font-size: 26px;
    line-height: calc(46 / 26);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 138px;
}

.section-body {
    width: 822px;
    margin: 0 auto;
    padding-top: 50px;
}
.product-info.item02 {
    margin-top: 120px;
}

.product-info01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-info01::after {
    content: "";
    display: block;
    width: 51px;
    height: 270px;
    background: url(/special/c_TT_seiko/img/bg_item_info_pc.png) left top no-repeat;
    background-size: cover;
    position: absolute;
    top: 49px;
    right: 82px;
}

.product-info01-image {
    width: 600px;
    position: relative;
    z-index: 1;
}
.product-info01-image::after {
    content: "";
    display: block;
    width: 620px;
    height: 418px;
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: -1;
}
.item01 .product-info01-image::after {
    background-color: #576d7f;
}
.item02 .product-info01-image::after {
    background-color: #7f7d57;
}

.product-info01-text-box {
    background-color: #5e5c5c;
    width: 370px;
    z-index: 2;
    margin-left: 412px;
    margin-top: -50px;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 20px;
    opacity: 0.97;
}
.product-info-text {
    font-size: 16px;
    line-height: calc(28 / 16);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.05em;
}
.item02 .product-info01-text-box {
    margin-top: -79px;
}

.product-info02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 60px;
}
.product-info02-image {
    width: 600px;
    position: relative;
    z-index: 1;
    margin-left: 222px;
}
.product-info02-image::after {
    content: "";
    display: block;
    width: 620px;
    height: 600px;
    position: absolute;
    top: 40px;
    left: -70px;
    z-index: -1;
}
.item01 .product-info02-image::after {
    background-color: #576d7f;
}
.item02 .product-info02-image::after {
    background-color: #7f7d57;
}

.product-info02-text-box {
    background-color: #5e5c5c;
    width: 400px;
    z-index: 2;
    margin-left: 40px;
    margin-top: -140px;
    padding-top: 25px;
    padding-bottom: 21px;
    padding-left: 30px;
    padding-right: 12px;
    opacity: 0.97;
}

.product-info-icon {
    margin-top: 16px;
}
.product-info-icon span {
    border: solid 1px #ffffff;
    font-size: 14px;
    line-height: calc(32 / 14);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.05em;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 12px;
}
.product-info-price {
    font-size: 16px;
    line-height: calc(32 / 16);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-top: 0;
}
.product-info-price span {
    font-size: 14px;
}

.product-info-button {
    width: 360px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
}
.product-info-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    color: #ffffff;
    font-size: 18px;
    line-height: calc(32 / 18);
    font-weight: 500;
    letter-spacing: 0.05em;
}
.product-info-button a:hover,
.product-info-button a:active {
	opacity: 0.7;
	text-decoration: none;
}

.section-body-lead {
    font-size: 26px;
    line-height: calc(46 / 26);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 69px;
    padding-bottom: 110px;
}


/* ====================
スクロール
==================== */
/* その場でふわっと */
.fadein {opacity: 0;}
.fadein.scrollin {opacity: 1;transition: .8s .2s ease;}