@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: 28px 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: 1.875;
    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;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

.sc-container a[href] img, .sc-container a[href] {
    -webkit-transition: .4s;
    transition: .4s;
}

#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 .text {
	display: block;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    width: 1180px;
    margin: 0 auto 135px;
    text-align: center;
}

.sc-container .keyv {
    margin: 0 auto 52px;
}

.sc-container .text-area {
    margin: 0 auto 82px;
}

.sc-container .keyv-title {
    margin: 0 0 35px;
    padding-right: 12px;
}

.sc-container .keyv-text {
    padding-left: 10px;
    letter-spacing: 0.1em;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
    margin: 0 auto 186px;
    padding: 54px 0 37px;
    background: #c9d2c3;
    text-align: center;
}

.sc-container .nav-title {
    position: relative;
    margin: 0 0 45px;
    padding: 115px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sc-container .nav-title::before {
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 45px);
    width: 90px;
    height: 90px;
    background: url(../img/icon_logo.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .nav-title span {
    display: block;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}

.sc-container .nav-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
	width: 940px;
    margin: 0 auto;
}

.sc-container .nav-item {
    width: 260px;
    margin: 0 0 40px 80px;
}

.sc-container .nav-item:nth-child(3n+1) {
	margin: 0 0 40px 0;
}

.sc-container .nav-item-image {
	display: block;
    position: relative;
    width: 260px;
    margin: 0 0 18px;
}

.sc-container .nav-item-image span {
	display: block;
    position: relative;
    padding: 10px;
}

.sc-container .nav-item-image span::before {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../img/image_nav_frame.png) no-repeat;
    background-size: contain;
    content: "";
	-webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item-name {
    display: block;
    margin: 0 0 12px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sc-container .nav-item-name span {
    display: block;
    margin: 0 0 12px;
    color: #231815;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Jost', sans-serif;
    letter-spacing: -0.01em;
}

.sc-container .nav-item-name .ruby {
    margin: -3px 0 8px;
    font-size: 25px;
}

.sc-container .nav-item-text {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
	text-align: left;
}

/* ÂĘÝč */
.sc-container .nav-1984chronograph .nav-item-image:hover span::before {
    background: url(../img/image_nav_1984chronograph_frame.png) no-repeat;
    background-size: contain;
}

.sc-container .nav-tsunochrono .nav-item-image:hover span::before {
    background: url(../img/image_nav_tsunochrono_frame.png) no-repeat;
    background-size: contain;
}

.sc-container .nav-citizen .nav-item-image:hover span::before {
    background: url(../img/image_nav_citizen_frame.png) no-repeat;
    background-size: contain;
}

.sc-container .nav-thermo .nav-item-image:hover span::before {
    background: url(../img/image_nav_thermo_frame.png) no-repeat;
    background-size: contain;
}

.sc-container .nav-ana-digi-02 .nav-item-image:hover span::before {
    background: url(../img/image_nav_ana-digi_02_frame.png) no-repeat;
    background-size: contain;
}

.sc-container .nav-standard .nav-item-image:hover span::before {
    background: url(../img/image_nav_standard_frame.png) no-repeat;
    background-size: contain;
}

.sc-container .nav-1984chronograph .nav-item-name span,
.sc-container .nav-thermo .nav-item-name span {
    letter-spacing: -0.04em;
}


/* ====================
section
==================== */
.sc-container .section {
    width: 100%;
    margin: 0 0 115px;
    padding: 20px 0 115px;
    background: linear-gradient(180deg,#ffffff 0%,#ffffff 135px,#deddd9 135px,#deddd9 100%);
    text-align: center;
}

.sc-container .section ~ .section {
	margin: 190px 0 115px;
}

.sc-container .intro-area {
    width: 900px;
    margin: 0 auto 70px;
}

.sc-container .intro-image {
    position: relative;
    margin: 0 0 66px;
}

.sc-container .intro-image::before {
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border: solid 7px #000000;
    background: transparent;
    content: "";
}

.sc-container .intro-title {
    position: relative;
    margin: 0 0 28px;
    padding: 115px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sc-container .intro-title::before {
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 45px);
    width: 90px;
    height: 90px;
    background: url(../img/icon_logo.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .intro-title span {
    display: block;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}

.sc-container .intro-title .bracket-l,
.sc-container .intro-title .bracket-r {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sc-container .intro-title .bracket-l {
	margin: 0 4px 0 4px;
}

.sc-container .intro-title .bracket-r {
	margin: 0 0 0 4px;
}

.sc-container .intro-title .ruby {
    margin: -7px 0 20px;
	font-size: 30px;
}

.sc-container .intro-title .ruby span {
    display: inline-block;
    font-size: 30px;
    margin: 0 18px;
}

.sc-container .intro-text {
    letter-spacing: 0.1em;
}

/* ÂĘÝč */
.sc-container #ana-digi-02 .intro-title {
	margin: 0 0 20px;
}

.sc-container #cd {
    padding: 73px 0 185px;
    background: #d4dbe0;
}

.sc-container #display {
    padding: 73px 0 185px;
	margin-top: 198px;
    background: #d4dbe0;
}

.sc-container #cd .intro-title,
.sc-container #display .intro-title,
.sc-container #case .intro-title {
    margin: 0 0 33px;
}

.sc-container #case .intro-title span {
    letter-spacing: 0.015em;
}


/* ====================
sc-itemlist-area
==================== */
.sc-container .sc-itemlist-area {
    width: 940px;
    margin: 0 auto 70px;
}

.sc-container .sc-itemlist-area:last-of-type {
    margin: 0 auto 8px;
}

.sc-container .sc-itemlist {
	display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
	margin-top: -100px;
}

.sc-container .list {
    width: 250px;
    margin: 100px 0 0 95px;
    text-align: left;
}

.sc-container .list:nth-child(3n+1) {
    margin: 100px 0 0;
}

.sc-container .itemimage {
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 13px;
}

.sc-container .itemimage:hover img {
	-webkit-transform: scale(1.06, 1.06) rotate(0.001deg);
	transform: scale(1.06, 1.06) rotate(0.001deg);
}

.sc-container .item-brand-ruby {
    display: block;
    margin: 0 0 13px;
    color: #000000;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.3em;
    line-height: 1;
}

.sc-container .item-brand {
    display: block;
    margin: 0 0 6px;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sc-container .item-name {
    display: block;
    margin: 0 0 12px;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sc-container .item-price {
    display: block;
    margin: 0 0 8px;
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
    line-height: 1;
}

.sc-container .item-btn {
	display: block;
    height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: calc(30px - 2px);
    text-align: center;
	-webkit-transition: .4s;
    transition: .4s;
}

.sc-container .btn {
	display: block;
    position: relative;
    width: 470px;
    height: 55px;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 55px;
    text-align: center;
    padding: 0;
}

.sc-container .btn::after {
	display: block;
    position: absolute;
    top: calc(50% - 11.5px);
    right: 25px;
    width: 23px;
    height: 23px;
    background: url(../img/icon_arrow.png) no-repeat;
    background-size: contain;
    content: "";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sc-container .btn:hover::after {
	-webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* ÂĘÝč */
.sc-container #chronograph1984 .item-btn {
    background: #b85a11;
}

.sc-container #tsunochrono .item-btn {
    background: #906c44;
}

.sc-container #citizen .item-btn {
    background: #5a694b;
}

.sc-container #thermo .item-btn {
    background: #bf8c00;
}

.sc-container #ana-digi-02 .item-btn {
    background: #8b8787;
}

.sc-container #standard .item-btn {
    background: #1b4367;
}

.sc-container #chronograph1984 .item-btn:hover,
.sc-container #tsunochrono .item-btn:hover,
.sc-container #citizen .item-btn:hover,
.sc-container #thermo .item-btn:hover,
.sc-container #ana-digi-02 .item-btn:hover,
.sc-container #standard .item-btn:hover {
	background: #000000;
}


/* ====================
photo-area
==================== */
.sc-container .photo-area {
    position: relative;
    width: 850px;
	background: #ffffff;
}

.sc-container .photo-box {
	position: absolute;
	z-index: 1;
}

.sc-container .photo-desc-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;
    text-align: left;
}

.sc-container .photo-desc-item span {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}

/* ÂĘÝč */
.sc-container #cd .photo-area {
	height: 850px;
    margin: 154px auto 0;
}

.sc-container #cd .photo-box:nth-of-type(1) {
    top: -65px;
    left: 130px;
}

.sc-container #cd .photo-box:nth-of-type(2) {
    top: 117px;
    right: 32px;
}

.sc-container #cd .photo-box:nth-of-type(3) {
	top: 290px;
    left: -78px;
}

.sc-container #cd .photo-box:nth-of-type(4) {
	top: 290px;
    left: 260px;
}

.sc-container #cd .photo-box:nth-of-type(5) {
    top: 418px;
    right: -74px;
}

.sc-container #cd .photo-box:nth-of-type(6) {
    bottom: -19px;
    left: 235px;
}

.sc-container #cd .photo-box:nth-of-type(7) {
    bottom: -32px;
    right: -208px;
}

.sc-container #display .photo-area {
    height: 558px;
    margin: 112px auto 0;
}

.sc-container #display .photo-box:nth-of-type(1) {
    top: -55px;
    right: 70px;
}

.sc-container #display .photo-box:nth-of-type(2) {
    top: 81px;
    left: -31px;
}

.sc-container #display .photo-box:nth-of-type(3) {
    bottom: 55px;
    left: 397px;
}

.sc-container #display .photo-box:nth-of-type(4) {
    bottom: 55px;
    left: -32px;
}


/* ====================
prof-area
==================== */
.sc-container .prof-btn-item ~ .prof-btn-item {
    margin: 45px 0 0;
}

/* ====================
banner-area
==================== */
.sc-container .banner-area {
	width: 1180px;
    margin: -25px auto 135px;
    text-align: center;
}

.sc-container .banner-area-title {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 20px;
}

.sc-container .banner-area-image a[href] img {
	transition: .4s;
}
.sc-container .banner-area-image a:hover {
	opacity: 0.6;
}
.sc-container .banner-area-note {
	padding-top: 10px;
}


/* ====================
XN[
==================== */
/* ťĚę */
.sc-container .intro-image.fadein span,
.sc-container .itemimage.fadein,
.sc-container #cd .photo-box:nth-of-type(4) .fadein.photo-image {opacity:0;transform:none}

/* şŠç */
.sc-container .nav-item-image.fadein span,
.sc-container #cd .photo-box:nth-of-type(1) .fadein.photo-image,
.sc-container #cd .photo-box:nth-of-type(6) .fadein.photo-image,
.sc-container #display .photo-box:nth-of-type(3) .fadein.photo-image {opacity:0;transform:translateY(40px)}

/* EŠç */
.sc-container #cd .photo-box:nth-of-type(2) .fadein.photo-image,
.sc-container #cd .photo-box:nth-of-type(5) .fadein.photo-image,
.sc-container #display .photo-box:nth-of-type(1) .fadein.photo-image,
.sc-container #display .photo-box:nth-of-type(4) .fadein.photo-image {opacity:0;transform:translateX(40px)}

/* śŠç */
.sc-container #cd .photo-box:nth-of-type(3) .fadein.photo-image,
.sc-container #display .photo-box:nth-of-type(2) .fadein.photo-image {opacity:0;transform:translateX(-40px)}

.sc-container .nav-item-image.fadein.scrollin span,
.sc-container .intro-image.fadein.scrollin span,
.sc-container .itemimage.fadein.scrollin,
.sc-container #cd .photo-box:nth-of-type(1) .fadein.scrollin.photo-image,
.sc-container #cd .photo-box:nth-of-type(2) .fadein.scrollin.photo-image,
.sc-container #cd .photo-box:nth-of-type(3) .fadein.scrollin.photo-image,
.sc-container #cd .photo-box:nth-of-type(4) .fadein.scrollin.photo-image,
.sc-container #cd .photo-box:nth-of-type(5) .fadein.scrollin.photo-image,
.sc-container #cd .photo-box:nth-of-type(6) .fadein.scrollin.photo-image,
.sc-container #display .photo-box:nth-of-type(1) .fadein.scrollin.photo-image,
.sc-container #display .photo-box:nth-of-type(2) .fadein.scrollin.photo-image,
.sc-container #display .photo-box:nth-of-type(3) .fadein.scrollin.photo-image,
.sc-container #display .photo-box:nth-of-type(4) .fadein.scrollin.photo-image {opacity:1;transition:.6s .2s ease;transform:none}