/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	background-color:#fff;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 640px) {
	body {
		width: 100%;
	}
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


.pc {
	display: block;
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.sp {
		display: block;
	}
}

.clear {
	*zoom: 1;
}
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}

ul {
	list-style: none;
}

.note {
	margin: 0 0 30px 20px;
}
.note span {
	margin-left: -20px;
}

.center {
	text-align: center;
}

a:hover img{
	opacity: .7;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #1A1E38;
	height: 1px;
}
sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}


/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/

.mainvisual {
	height: 100vh;
	margin: 0;
	overflow: hidden;
}

.main {
	text-align: center;
	top:10%;
}
.main img {
	max-height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 640px) {
.main img {
	max-width: 100%;
	}
}


.closetoyou_logo {
	text-align: center;
}
.closetoyou_logo img {
	width: 750px;
	padding: 200px 0 0;
}
.closetoyou_logo p {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding-bottom: 200px;
}

@media screen and (max-width: 640px) {
.closetoyou_logo img {
	max-width: 100%;
	}
}


/*-------------------------------------------------------
	contents
-------------------------------------------------------*/

.message {
	padding: 50px 0;
}

.inner {
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.inner {
		width: 100%;
		padding: 0;
	}
}


.inner .midashi_title {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
}

.inner .midashi_lead {
	font-size: 28px;
	line-height: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin: 50px 0 20px;
}
@media screen and (max-width: 640px) {
	.inner .midashi_lead {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.kugiri {
		display: none;
	}
}
.midashi_txt {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.midashi_txt {
		text-align: left;
		padding: 0 20px;
	}
	.inner .sptxtleft {
		text-align: left;
		padding: 0 20px;
	}
}


.closetoyou_tshirt {
	width: 100%;
	margin: 20px 0 20px;
}
.closetoyou_tshirt img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.closetoyou_tshirt{
		margin: 0;
	}
}

.closetoyou_img {
	width: 100%;
	margin: 50px 0 50px;
}
.closetoyou_img .inner ul{
	letter-spacing:-1em;
	font-size:0;
}
.closetoyou_img .inner li{
	width: 25%;
	display: inline-block;
	letter-spacing:normal;
}
.closetoyou_img .inner li img{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.closetoyou_img .inner li{
		width: 50%;
	}
}


.about {
	background-color: #CC3366;
	padding: 20px 0 100px;
}
.about .inner .midashi_lead {
	color: #fff;
	padding-top: 10px;
}
.about p {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.about ul.about_list {
	width: 700px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 10px;
}
.about ul.about_list a {
	color: #fff;
}
.about li p.col1{
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.about li p.col2{
    display: inline-block;
    width: 530px;
    vertical-align: top;
}
.about ul.service {
	width: 700px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 10px;
}
.service li {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	list-style: disc;
	margin-left: 20px;
}
@media screen and (max-width: 640px) {
	.about ul.about_list {
		width: 100%;
	}
	.about li p.col1{
    width: 30%;
    padding-left: 20px;
	}
	.about li p.col2{
    width: 70%;
	}
	.about ul.service {
		width: 100%;
		padding: 20px 20px;
	}
	.service li {
		padding: 0 20px;
	}
}

.profile {
	width: 700px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 10px;
}
.profile p {
	margin: 10px 0;
}
@media screen and (max-width: 640px) {
	.profile {
		width: 100%;
	}
}



.foot {
	text-align: center;
	padding: 30px 0;
}
.btn a{
	width:200px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:10px;
	color:#000;
	background-color:#ffcc00;
	border-radius:35px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.btn a {
			width:80%;
	}
}

.foot .btn a{
	margin-bottom: 20px;
}

.foot .btn a:hover {
	opacity: 0.7;
}

.foot_copy{
	font-size: 12px;
}


.top-scroll__link{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000;
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 0.6;
  visibility: visible;
}

.top-scroll__link img {
  width: 16px;
  margin-left: auto;
  margin-right: auto;
}

.top-scroll__link:hover {
  opacity: 0.8;
}


