@charset "utf-8";

/*レスポンシブPC用*/

html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  height: auto;
  margin:  0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化*/
  -webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化*/
	padding: 10px 0 50px 0;
  color: #c099a0;
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

p{
  margin-top: 0;
}

img{
  vertical-align: bottom;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #c099a0;
}
a:hover {
  cursor: crosshair;
  color: #c099a0;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	float: left;
	list-style: none;
	margin: 0 5px 10px 5px;
}

figure{
	float: left;
	margin: 0;
}

h1{
  line-height: 0;
}

::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}

.clearfix{
	content: "";
	display: block;
	clear: both;
}

.text-box .text-box-news{
  margin: 0px 5%;
  padding: 30px;
}

.unote-icon{
	width: 200px;
	height: auto;
	margin-right: 2.5%;
	float: left;
}

.title{
	text-decoration: underline;
}

.unote-name{
	font-size: 110%;
	font-weight: bold;
}

img.top-logo{
	width: 125px;
	margin-right: 15px;
}

img.sns-icon{
	width: auto;
  height: 35px;
	padding: 0 10 0 0px;
  border-radius: 6px;
	vertical-align: middle;
}


/*nowloading*/
#loading {
	transition: all 1s; /* ロード完了時にふんわりと画面遷移させる */
	background-color: #ffffff; /* ローディング画面の背景色 */
	position: fixed; /* 位置を固定 */
	z-index: 999; /* ローディング画面を一番上に表示 */
	inset: 0; /* 画面全体に要素を広げる */
	display: grid; /* 子要素をグリッドで配置 */
	place-items: center; /* 子要素を中央へ */
}
#loading img{
	width: 10%;
	height: auto;
	animation: rotation 3s linear infinite;
}
@keyframes rotation { /* 画像を3秒で一回転させる */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadEnd {
	opacity: 0; /* 透明度を0に */
	visibility: hidden; /* 要素を不可視に */
}

/*body*/
#wrap{
  width: 1000px;
	margin: 0 auto;
	clear: both;
}

.content{
	margin-bottom: 30px;
}

.icon{
	display: flex;
	justify-content: center;
}

img.twi{
	width: auto;
  height: 29px;
	padding: 0 0 5px 10px;
  border-radius: 6px;
}


/*index*/
.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

.index-text{
  font-size: 110%;
  background-color: rgba(255,255,255,0.8);
  margin: 0px 850px 0px 80px;
  padding: 30px;
	position: fixed;
}

.paragraph{
	padding: 0 10px;
	background-color: #c099a0;
	color: white;
	font-size: 110%;
	font-weight: bold;
}

.news{
	padding: 0 0 60px 10px ;
}

.news-box{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px 0 50px;
}

.news .line{
	text-decoration: underline;
}

.index-top-text{
	display: block;
	text-align: center;
	font-weight: bold;
}

/*lookbook*/

#artworks #wrap{
	margin-top: -30px;
}

.lookbook li{
	float: left;
	list-style: none;
	margin: 0 5px 10px 5px;
}

.lookbook-center{
	display: block;
	justify-content: space-evenly;
}

img.pict2a, .pict2b{
	width:490px;
	}

img.pict3{
	width:323px;
	}

img.pict4{
	width:239.5px;
	}

.lookbook-pic :hover :not(.lookbook-text){
  filter: blur(5px);
	opacity: 0.45;
  transition-duration: 0.25s;
}
.lookbook-text{
	position: relative;
}

.lookbook-text p{
	width: 75%;
	height: auto;
	opacity: 0;
	transition: 0.25s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	text-align: center;
	line-height: 1.5em;
	color: #665256;
}
.lookbook a::before {
  opacity: 0;
  transition: 0.25s;
  content: "";
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.lookbook a:hover:before {
  opacity: 1;
  visibility: visible;
}
.lookbook a:hover p {
  opacity: 1;
  visibility: visible;
}
.lookbookpage-pic{
	width: 50%;
	display: block;
}
.lookbookpage-pic img{
	max-width: 480px;
}
.lookbookpage-textbox{
	width: 43%;
	height: auto;
	padding: 0 15px 100px;
	line-height: 1.75em;
	text-align: justify;
}
.lookbookpage-textbox2{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0px 150px 0px;
	line-height: 1.75em;
	text-align: justify;
}
.lookbookpage-textbox h3, .lookbookpage-textbox2 h3 {
	margin-top: -2px;
	line-height: 1.5em;
}

.lookbookpage-textbox a{
	text-decoration: underline;
}
.lookbookpage-textbox .small, .lookbookpage-textbox2 .small{
	font-size: 0.85em;
}
.lookbookpage-instagram{
	width: 43%;
	padding: 0 4% 0 4%;
}
.instagram-media{
	width: 100%;
	aspect-ratio: 16 / 9;
}


/*contact*/
#contact #wrap{
	padding-top: 50px;
}
#contact .text-box{
	width: 80%;
	margin: -25px auto 150px;
}

#contact .form dl dd{
	margin-left: 0px;
	margin-bottom: 15px;
}

#contact section h1{
	margin-bottom: 20px;
	padding-left: -150px;
}



#contact .form .name, .form .email, .form .subtitle{
	width: 100%;
	height: 18px;
	border: solid 1px #c099a0;
	border-radius: 0.4em;
}

#contact .form .message{
	width: 100%;
	height: 500px;
	border: solid 1px #c099a0;
	border-radius: 0.4em;
}

#contact .button{
	background-color: #c099a0;
	color: #ffffff;
	width: 48px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 0.4em;
}

#contact .button:hover{
	background-color: #c099a0;
	text-align: center;
}

#contact button.btn-check{
	background-color: #c099a0;
	color: #ffffff;
	width: 50px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 0.4em;
	margin-top: 20px;
}

#contact button.btn-check:hover{
	background-color: #c099a0;
	text-align: center;
}


#contact .buttons{
	margin: 50px 0 100px 0;
}

#contact .formTable{
	width: 80%;
	margin: auto;
}

#formWrap{
	width: 80%;
	padding-top: 20px;
	padding-bottom: 150px;
}


/*header*/
header{
  width: 85%;
	height: auto;
  margin: 0 auto 10px;
	padding-top: 10px;
  background-color: rgba(255,255,255,0.7);
	position: relative;
	vertical-align: middle;

  /* ロゴとメニューを横並びにする */
  display: flex; 
  justify-content:space-between;
	
}
header br{
	display: none;
}
.header-text{
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 20px;
}

/*footer*/
footer{
  width: auto;
  height: 29px;
  margin: 0 auto;
  padding: 1px 15px;
  line-height: 2.3;
}

.fwrapper{
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  bottom: 0;
  position: fixed;
  text-align: center;
}



/*タブレット用*/
@media only screen and (max-width: 896px) and (min-width: 480px) {
  body{
    max-width: 896px;
    min-width: 480px;
    height: auto;
  }
	#wrap{
		width: 100%;
		overflow: hidden;
	}
	#contact .text-box{
	width: 70%;
	display: inline-block;
	margin: 0 auto 80px;
	padding-left: 15%;
	}
}
#about-unote #wrap{
	padding-top: 20px;
}


/*スマホ用*/
@media only screen and (max-width: 480px) {
  body{
    max-width: 480px;
		min-width: 100vw;
		width: 100%;
		height: 100vh;
		font-size: 3.5vw;
		display: block;
	}
	#wrap{
		width: 85%;
		overflow: hidden;
	}
  img{
    width: 90%;
    height: auto;
  }
  header{
    width: 85%;
		margin: 0 auto;
    height: 110px;
		display: flex;
  }
	header br{
		display: block;
	}
	.header-text{
		font-size: 120%;
		text-align: right;
		line-height: 1.5em;
		margin-right: -50px;
		z-index: 10;
	}
	.twi{
		float: right;
		margin: 5px;
	}
	img.twi{
		width: auto;
		height: 25px;
	}
	img.top-logo{
		position: absolute;
		width: 100px;
		z-index: 20;
	}
	
	footer{
	  height: 30px;
	}
	.unote-icon{
	width: 100px;
	float: none;
	}

/*lookbook*/
	
.lookbook{
	width: 100%;
	margin: 0 auto;
}
.lookbookpage-textbox2 h3{
	width: 95%;
	max-width: 480px;
	line-height: 1.5em;
	margin: -5px 0 5px 0;
}
.lookbookpage-textbox, .lookbookpage-textbox2{
	width: 95%;
	max-width: 480px;
	height: auto;
	text-align: left;
	padding: 10px 0 0 0;
}
.lookbookpage-textbox{
	padding-bottom: 10px;
}
.lookbookpage-textbox2{
	padding-bottom: 100px;
}
.lookbookpage-pic{
	width: 95%;
	display: block;
}
.lookbookpage-pic img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.lookbookpage-instagram{
	width: 95%;
	text-align: center;
}
.instagram-media{
  min-width: 100% !important;
  margin: 0 0 0 -10px !important;
}
	
/*nowloading*/	
#loading img{
	width: 20%;
	height: auto;
}
	
/*index*/
#index{
  width:100%;
  height:100vh;
	overflow: scroll;
}
.index-text{
  position:absolute;
	margin: 15px;
	padding: 20px;
}


/*artworks*/
#artworks ul{
	width: 100%;
	height: auto;
	text-align: center;
}
img.pict2a, img.pict2b{
	width: 100%;
	padding: 0;
	margin: 0;
}
img.pict3, img.pict4{
	width: 149px;
}

	
/*contact*/
#contact{
	width: 100%;
}
#contact #wrap{
	margin-top: -50px;
}
#contact .text-box{
	width: 90%;
	display: inline-block;
	margin: 0 auto 80px;
	padding-left: 10px;
}

#contact .form dl dt{
	margin: 0;
	padding: 0;
}

#contact .form dd{
	margin: 0;
	padding: 0;
}

#formWrap{
	padding-top: 20px;
	padding-bottom: 150px;
}

input[type="submit"], input[type="button"]{
  -webkit-appearance: none;
	border-radius: 0;
}

	
}