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


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

copy

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

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

.copy h2{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
                letter-spacing: .1em;
                }
@media screen and (max-width: 768px) {
.copy h2{
	font-size: 1.2em;
                }
	}

.copy .me{
                display: block;
                width: 350px;
                height: auto;
                margin: auto;
                margin-top: 5rem;
                }
@media screen and (max-width: 768px) {
.copy .me{
                width: 250px;
                margin-top: 4rem;
                }
	}

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


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

watches

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

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

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

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



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

towel

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

.towel {
                margin-top: 5rem;
                padding-bottom: 5rem;
                position: relative;
                width:100%;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.towel {
                margin-top: 3rem;
                padding-bottom: 3rem;
	}
	}

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

.towel .inner{
                position: relative;
                width: 60%;
                max-width: 1200px;
                margin: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                flex-direction: column;
	}
@media screen and (max-width: 768px) {
.towel .inner{
                width: 90%;
                max-width: 90%;
	}
	}

.towel h3{
	font-size: 1.5em;
	line-height: 1em;
                text-align: center;
                padding-bottom: 2rem;
                }
@media screen and (max-width: 768px) {
.towel h3{
	font-size: 1.2em;
	line-height: 1em;
                text-align: center;
                }
	}

.towel .inner .photo_towel{
                position: relative;
                width: 58%;
                margin-top: 2rem;
                }
@media screen and (max-width: 768px) {
.towel .inner .photo_towel{
                width: 90%;
                margin-top: 1rem;
                }
	}

.towel .inner .photo_towel .present{
                position: absolute;
                width: 100px;
                height: auto;
                top: -2rem;
                right: -3rem;
                z-index: 1;
	}
@media screen and (max-width: 768px) {
.towel .inner .photo_towel .present{
                width: 80px;
                top: -1.5rem;
                right: -8%;
	}
	}

.towel .inner .photo_towel img{
                display: block;
                width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                }

.towel .inner .photo{
                position: relative;
                width: 83%;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
                flex-direction: row;
                margin-top: 3rem;
                }
@media screen and (max-width: 768px) {
.towel .inner .photo{
                width: 90%;
                margin-top: 1rem;
                flex-wrap: wrap;
                }
	}

.towel .inner .photo img{
                display: block;
                width: 32%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                }
@media screen and (max-width: 768px) {
.towel .inner .photo img{
                width: 48%;
                }
.towel .inner .photo img:nth-child(n+3){
                margin-top: 1rem;
                }
	}

.towel .texst{
                width: 100%;
                }
@media screen and (max-width: 768px) {
.towel .texst{
                width: 100%;
                }
	}

.towel .texst p.lead{
                margin-top: 3rem;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 2em;
                text-align: center;
                }
@media screen and (max-width: 768px) {
.towel .texst p.lead{
                margin: auto;
                margin-top: 2rem;
                width: 90%;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
                }
	}

.towel .texst p.ext{
                margin-top: 3rem;
                text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
                }

.towel #towel{
                position: absolute;
                top: -120px;
                height: 1px;
	}
@media screen and (max-width: 768px) {
.towel #towel{
                top: -80px;
	}
	}


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

archive

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

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


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

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

.archive 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) {
.archive h3{
	font-size: 1em;
                }
	}

.archive .year{
                position: relative;
                margin-top: 5rem;
                }
@media screen and (max-width: 768px) {
.archive .year{
                margin-top: 4rem;
                }
	}

.archive .year.last{
                padding-bottom: 5rem;
                border: 0;
                border-bottom: solid 1px;
                border-image: linear-gradient(to right, #fff 20%, #e3e3e3 50%, #fff 80%);
                border-image-slice: 1;
	}

.archive p.date{
                color: #FE68B2;
	font-size: 1.6em;
	line-height: 1em;
                }
@media screen and (max-width: 768px) {
.archive p.date{
	font-size: 1.4em;
                }
	}

.archive .photo{
                width: 50%;
                height: auto;
                margin: auto;
                margin-top: 3rem;
                overflow: hidden;
                max-width: 1200px;
                position: relative;
                }
@media screen and (max-width: 768px) {
.archive .photo{
                width: 80%;
                margin-top: 3rem;
                }
	}

.archive .photo img{
                width: 100%;
                height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                }

.archive .photo.sub{
                position: relative;
                margin-top: 2rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
                flex-direction: row;
                }
@media screen and (max-width: 768px) {
.archive .photo.sub{
                margin-top: 1rem;
                }
	}

.archive .photo.sub img{
                width: 47.5%;
                height: auto;
                display: block;
                }
.archive .photo.sub img:nth-child(n+3){
                margin-top: 2rem;
                }
@media screen and (max-width: 768px) {
.archive .photo.sub img{
                width: 47.5%;
                }
.archive .photo.sub img:nth-child(n+3){
                margin-top: 1rem;
                }
	}

.archive p.lead{
                width: 50%;
                margin: auto;
	margin-top: 3rem;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: normal;
	line-height: 2em;
                letter-spacing: .05em;
                font-size: 1.1em;
                }
@media screen and (max-width: 768px) {
.archive p.lead{
                width: 80%;
	margin-top: 3rem;
                font-size: 1em;
	line-height: 2em;
                letter-spacing: 0em;
	text-align: justify;
	text-justify: inter-ideograph;
                }
	}

.archive p.ext{
                margin-top: 2rem;
	line-height: 1.7em;
                text-decoration: underline;
                }

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