<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


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

main

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

.mainvisual {
	position: relative;
	width: 100%;
	min-width: 1100px !important;
	height: auto;
                /*border: 0;
                border-bottom: solid 1px;
                border-image: linear-gradient(to right, #fff 20%, #e3e3e3 50%, #fff 80%);
                border-image-slice: 1;*/
	}
@media screen and (max-width: 768px) {
.mainvisual {
	min-width: 100% !important;
	}
	}

.mainvisual:after {
                position: absolute;
                top: 0;
                left: -10%;
	content: "";
	display: block;
                width: 120%;
                height: 100%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}
@media screen and (max-width: 768px) {
.mainvisual:after {
                top: 0;
                left: -40%;
	content: "";
	display: block;
                width: 180%;
                height: 100%;
                box-shadow: 0 0 .6rem .6rem hsl(0 0% 0% / 5%);
	}
	}

.mainvisual:before {
	content:"";
	display: block;
	padding-top: 55.55%;
	}
.mainvisual #content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}
@media screen and (max-width: 768px) {
.mainvisual:before {
	padding-top: 128.57%;
	}
	}

.mainvisual #animation_container_pc {
	position: absolute;
	margin: auto;
	left: 0;
                right: 0;
	width: 100% !important;
	height: auto !important;
	min-width: 1100px !important;
                }
@media screen and (max-width: 768px) {
.mainvisual #animation_container_sp {
	position: absolute;
	margin: auto;
	left: 0;
                right: 0;
	width: 100%;
	min-width: 100% !important;
                }
	}

.mainvisual #animation_container_pc #canvas_pc{
	min-width: 1100px !important;
	width: 100% !important;
	height: auto !important;
                }
@media screen and (max-width: 768px) {
.mainvisual #animation_container_sp #canvas_sp{
	min-width: 100% !important;
	height: auto !important;
                }
	}




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

catchcopy

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

.catchcopy {
                position: relative;
	text-align: center;
	font-size: 1.1em;
	line-height: 2.2em;
	letter-spacing: .2em;
                padding: 5em 0;
	}
@media screen and (max-width: 768px) {
.catchcopy {
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0;
                padding: 4em 0;
	}
	}


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

about

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

.about {
                position: relative;
	text-align: center;
                padding: 5em 0;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.about {
                padding: 4em 0;
	}
	}

.about:after {
                position: absolute;
                top: 0;
                left: -10%;
	content: "";
	display: block;
                width: 120%;
                height: 100%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}
@media screen and (max-width: 768px) {
.about:after {
                top: 0;
                left: -50%;
	content: "";
	display: block;
                width: 200%;
                height: 100%;
                box-shadow: 0 0 .6rem .6rem hsl(0 0% 0% / 5%);
	}
	}

.about h2{
	width: auto;
	height: 3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/about.svg);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
                }
@media screen and (max-width: 768px) {
.about h2{
	height: 2.6em;
                }
	}

.about h3{
                margin-top: 1.5rem;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
                letter-spacing: .1em;
                color: #FE68B2;
                }
@media screen and (max-width: 768px) {
.about h3{
	font-size: 1em;
                }
	}

.about p.lead{
	font-weight: normal;
	line-height: 2.2em;
                letter-spacing: .05em;
	padding-top: 4em;
                font-size: 1.1em;
                }
@media screen and (max-width: 768px) {
.about p.lead{
                font-size: 1em;
	line-height: 2em;
                letter-spacing: 0em;
                }
	}

.about .watchesimage{
                position: relative;
                width: 100%;
                height: auto;
                margin: auto;
                margin-top: 3em;
                padding: 2em 0;
                background-image: url(../images/wachesbg1.jpg), url(../images/wachesbg2.jpg);
                background-position: left -20% top -50%, right -10% bottom -50%;
                background-repeat: no-repeat, no-repeat;
                background-size: 50%, 50%;
                }
@media screen and (max-width: 768px) {
.about .watchesimage{
                width: 100%;
                height: auto;
                padding: 2em 0 0;
                background-image: url(../images/wachesbg1.jpg), url(../images/wachesbg2.jpg);
                background-position: left  top, right bottom -10px;
                background-repeat: no-repeat, no-repeat;
                background-size: 50%, 10px;
                }
	}

.about .watchesimage img{
                margin: auto;
                width: 50%;
                height: auto;
                }
@media screen and (max-width: 768px) {
.about .watchesimage img{
                width: 120%;
                margin-left: -10%;
                }
	}

.about p.date{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	padding-top: 2em;
                }
@media screen and (max-width: 768px) {
.about p.date{
	font-size: 1.1em;
                }
	}

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

watches

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

.watches {
                position: relative;
	text-align: center;
                padding: 5em 0;
	}
@media screen and (max-width: 768px) {
.watches {
                padding: 4em 0;
	}
	}

.watches h2{
	width: auto;
	height: 3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/watches_g.svg);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
                }
@media screen and (max-width: 768px) {
.watches h2{
	height: 2.6em;
                }
	}

.watches h3{
                margin-top: 1.5rem;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
                color: #6CAC59;
                }
@media screen and (max-width: 768px) {
.watches h3{
	font-size: 1em;
                }
	}

.watches .watchimage{
                position: relative;
                display: block;
                width: 60%;
                max-width: 1200px;
                height: auto;
                margin: auto;
                margin-top: 5em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                }
@media screen and (max-width: 768px) {
.watches .watchimage{
                width: 90%;
                margin-top: 4em;
                }
	}

.watches .watchimage img{,
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                width: 100%;
                height: auto;
                }
@media screen and (max-width: 768px) {
.watches .watchimage img{
                }
	}

.watches .watchimage:after {
                position: absolute;
                top: 50%;
                left: 5%;
	content: "";
	display: block;
                width: 90%;
                height: 50%;
	border-radius: 50%;
                box-shadow: 0 2rem 2rem 0 hsl(0 0% 0% / 7%);
                z-index: -1;
                background-color: #fff;
	}

.watches .xcL{
                position: relative;
                display: block;
                width: 60%;
                max-width: 1200px;
                height: auto;
                margin: auto;
                padding-top: 3rem;
                }
@media screen and (max-width: 768px) {
.watches .xcL{
                width: 90%;
                }
	}

.watches .xcL img{
                width: 200px;
                height: auto;
                }
@media screen and (max-width: 768px) {
.watches .xcL img{
                width: 180px;
                }
	}

.watches .xcL img.top_key{
                width: 15%;
                height: auto;
                position: absolute;
                top: 0;
                right: 0;
                }
@media screen and (max-width: 768px) {
.watches .xcL img.top_key{
                width: 20%;
                }
	}

.watches h4{
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
                margin-top: 3rem;
                }
@media screen and (max-width: 768px) {
.watches h4{
                letter-spacing: 0;
                margin-top: 2rem;
                }
	}

.watches p.lead{
                margin-top: 2rem;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 2.2em;
                letter-spacing: .05em;
                }
@media screen and (max-width: 768px) {
.watches p.lead{
	font-size: 1em;
	line-height: 2em;
                letter-spacing: 0;
                }
	}


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

action

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

.actions {
                position: relative;
	text-align: center;
                padding: 3rem 0 5rem 0;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.actions {
                padding: 2rem 0 4rem;
	}
	}

.actions:after {
                position: absolute;
                top: 0;
                left: -50%;
	content: "";
	display: block;
                width: 200%;
                height: 100%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
                background-color: #ccc;
	}
@media screen and (max-width: 768px) {
.actions:after {
                left: -100%;
                width: 300%;
                box-shadow: 0 0 .6rem .6rem hsl(0 0% 0% / 5%);
	}
	}

.actions .hs{
                position: absolute;
                top: 5rem;
                left: 0;
                width: 100%;
                z-index: 1;
                }
@media screen and (max-width: 768px) {
.actions .hs{
                top: 3rem;
                }
	}

.actions .hs h2{
	width: auto;
	height: 3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/action2.svg);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
                }
@media screen and (max-width: 768px) {
.actions .hs h2{
	height: 2.6em;
                }
	}

.actions .hs h3{
                margin-top: 1.5em;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
                color: #F0B900;
                }
@media screen and (max-width: 768px) {
.actions .hs h3{
	font-size: 1em;
                }
	}

.actions .actionimage{
                display: block;
                width: 70%;
                max-width: 1200px;
                height: auto;
                margin: auto;
                margin-top: 3em;
                }
@media screen and (max-width: 768px) {
.actions .actionimage{
                width: 116%;
                margin-left: -8%;
                }
	}

.actions .actionimage img{
                width: 100%;
                height: auto;
                }

.actions p.lead{
	font-weight: normal;
	font-size: 1.1em;
	line-height: 2.2em;
                letter-spacing: .05em;
	padding-top: 4rem;
                }
@media screen and (max-width: 768px) {
.actions p.lead{
	font-size: 1em;
	line-height: 2em;
	padding-top: 3rem;
                }
	}

.actions .slider{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 4.5em;
	}
@media screen and (max-width: 768px) {
.actions .slider{
	padding-top: 3em;
	}
	}

.actions .slider .item{
                display: block;
	background-color: #fff;
	margin: 0 2.5vw;
	}
@media screen and (max-width: 768px) {
.actions .slider .item{
	margin: 0 5vw;
	}

	}

.actions .slider .item a{
                color: #444;
	}
.actions .slider .item a:hover{
                color: #444;
	}

.actions .slider .item .inner{
                position: relative;
	width: 100%;
	height: 100%;
                padding-bottom: 2em;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
                overflow-x: hidden;
	}

.actions .slider .item .inner img.photo{
                display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                box-shadow: 0 1.5rem 3rem -2.5rem hsl(0 0% 0% / 30%);
	}
@media screen and (max-width: 768px) {
.actions .slider .item .inner img.photo{
                box-shadow: 0 1.5rem 3rem -2.5rem hsl(0 0% 0% / 50%);
	}
	}

.actions .slider .item p.title{
                margin-top: .5em;
                padding: 0 1em;
	font-size: 1em;
	line-height: 1.5em;
                height: 4.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
                color: #FE68B2;
	}
@media screen and (max-width: 768px) {
.actions .slider .item p.title{
	font-size: 1em;
	}
	}

.actions .slider .item a:hover .inner p.title{
                text-decoration: underline;
	}

.actions .slider .item p.name{
	font-size: .9em;
	font-weight: normal;
	line-height: 1.6em;
	}


</pre></body></html>