@charset "utf-8";


/*================================

intro

================================*/

.intro {
	margin-top: 120px;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.intro {
	margin-top: 100px;
	}
	}

.intro p.catch{
	font-size: 1.6em;
	line-height: 1.5em;
	letter-spacing: .1em;
	margin-top: 1.5em;
	color: #ff6c6c;
	}
@media screen and (max-width: 640px) {
.intro p.catch{
	font-size: 1.4em;
	}
	}

.intro h2{
	margin-top: .8em;
	font-size: 3em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: .1em;
	font-weight: 300;
	color: #ff6c6c;
	}
@media screen and (max-width: 640px) {
.intro h2{
	font-size: 2.2em;
	}
	}

.intro h3{
	margin-top: .8em;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: .1em;
	color: #ff6c6c;
	}
@media screen and (max-width: 640px) {
.intro h3{
	font-size: 1.1em;
	}
	}

/*================================

watchvisual

================================*/


.watchvisual {
	position: relative;
	width: 100%;
	height: 550px;
	margin-top: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/watch-bg.jpg);
	background-size: cover;
	}
@media screen and (max-width: 640px) {
.watchvisual {
	height: 400px;
	background-image: url(../images/watch-bg-sp.jpg);
	}
	}

.watchvisual .group{
	position: relative;
	padding: 160px 0;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.watchvisual .group{
	padding: 100px 0 100px 0;
	}
	}

.watchvisual .group h2{
	font-size: 3.5em;
	line-height: 1em;
	font-weight: 100;
	letter-spacing: .2em;
	color: #fff;
	}
@media screen and (max-width: 640px) {
.watchvisual .group h2{
	font-size: 2.5em;
	line-height: 1.4em;
	}
	}

.watchvisual .group p.lead{
	margin-top: 3em;
	line-height: 2.2em;
	font-size: 1.3em;
	letter-spacing: .2em;
	color: #fff;
	}
@media screen and (max-width: 640px) {
.watchvisual .group p.lead{
	line-height: 2.3em;
	font-size: 1.2em;
	}
	}


/*================================

lead

================================*/

.lead {
	margin-top: 40px;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.lead {
	}
	}

.lead p{
	font-size: 1em;
	line-height: 2em;
	letter-spacing: .1em;
	}



/*================================

watches

================================*/

.watches {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	}
.watches:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.watches .pack{
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: auto;
	}
.watches .pack:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.watches .pack{
	width: 86%;
	}
	}

.watches .pack .inner{
	width: 50%;
	height: auto;
	float: left;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner{
	width: 100%;
	float: none;
	padding: 0 0;
	}
.watches .pack .inner:nth-child(2) {
	margin-top: 50px;
	}
	}

.watches .pack .inner .photos{
	width: 100%;
	height: auto;
	}

.watches .pack .inner .photos img{
	width: 100%;
	height: auto;
	}

.watches .pack .inner .photos img.logo{
	width: 80%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner .photos img.logo{
	width: 100%;
	}
	}

.watches .pack .inner p.name{
	margin-top: 1.5em;
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: .05em;
	color: #ff6c6c;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner p.name{
	font-size: 1.2em;
	}
	}

.watches .pack .inner p.catch{
	margin-top: 1em;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: .05em;
	}

.watches .pack .inner p.word{
	margin-top: 1.5em;
	font-size: .9em;
	line-height: 2.2em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner p.word{
	text-align: left;
	margin-top: 1.5em;
	font-size: .9em;
	line-height: 2.2em;
	letter-spacing: 0;
	text-align: center;
	}
	}

.watches .pack .inner p.more{
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	line-height: 3.5em;
	width: 260px;
	height: auto;
	}

.watches .pack .inner p.more a{
	display: block;
	font-weight: 300;
	line-height: 3.5em;
	letter-spacing: .1em;
	color: #fff;
	width: 260px;
	height: auto;
	background-color: #ff6c6c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border: 1px solid #ff6c6c;
	}

.watches .pack .inner p.more a:hover{
	color: #ff6c6c;
	background-color: #fff;
	}

.watches .pack .inner .link{
	margin-top: 2em;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner .link{
	margin-top: 2em;
	text-align: center;
	font-size: 1.1em;
	}
	}

.watches .pack .inner .link a{
	color: #ff6c6c;
	border-bottom: 1px solid #ff6c6c;
	}

.watches .pack .inner .box{
	width: 85%;
	height: auto;
	display: table;
	margin: 0 auto;
	margin-top: 1.5em;
	padding: 0;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner .box{
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 1.5em;
	border: none;
	}
.watches .pack .inner .box.under{
	margin-top: 0;
	}
	}

.watches .pack .inner .box .image{
	width: 35%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner .box .image{
	width: 100%;
	height: auto;
	display: block;
	}
	}

.watches .pack .inner .box .image img{
	width: 100%;
	height: auto;
	}

.watches .pack .inner .box .spec{
	width: 60%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: .8em;
	line-height: 1.8em;
	}
@media screen and (max-width: 640px) {
.watches .pack .inner .box .spec{
	width: 100%;
	display: block;
	text-align: left;
	font-size: .9em;
	padding-left: 0;
	}
	}


/*================================

shops

================================*/

.shops {
	width: 1100px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
.shops {
	width: 86%;
	}
	}

.shops p.text{
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.shops p.text{
	line-height: 2em;
	letter-spacing: 0;
	}
	}

.shops .link{
	margin-top: 2em;
	}
@media screen and (max-width: 640px) {
.shops .link{
	text-align: center;
	font-size: 1.1em;
	}
	}

.shops .link a{
	color: #ff6c6c;
	border-bottom: 1px solid #ff6c6c;
	}

.shops p.ctn{
	margin-top: 2em;
	line-height: 2em;
	letter-spacing: .05em;
	color: #ff6c6c;
	}