@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	font-size: 62.5%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #19190a;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #19190a;
  text-decoration: none;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp_2 {
  opacity: 0;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transition: 1.0s; }

.fadeInUp_2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.fuwa_fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
  .pcline-break { display:block; }
  .spline-break { display:none; }
}
@media screen and (max-width: 767px){   
  .pcline-break { display:none; }
  .spline-break { display:block; }
}




/* ---------------------------------------------------------
  main
----------------------------------------------------------*/
main {
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin-top: 40px;
	margin-bottom: 60px;
}
main img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	main {
		margin-top: 60px;
		margin-bottom: 100px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		max-width: 1200px;
		margin-top: 4rem;
		margin-bottom: 100px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
}
.item-wapper-small {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}
.item-wapper-xs {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;	
}
.item-wapper-xs img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}
.video-wapper {
	position: relative;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.video-wapper img {
	max-width: 100%;
	height: auto;
}


.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 300px;
	}	
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 160px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 250px;
	}
	.item-wapper-last {
		max-width: 500px;
		margin-bottom: 120px;
	}
	.video-wapper {
		max-width: 500px;
		margin-bottom: 120px;
	}
    .item-contain {
       max-width: 500px;		
       padding: 0;
    }
}


/* ---------------------------------------------------------
	ヘッダーインフォ
----------------------------------------------------------*/
.hedinfo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/*border: 1px solid #ee7d80;
	border-radius: 10px;
	padding: 2em 1em;*/
}
.hedinfo img {
	max-width: 100%;
}

.hedinfo_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	color: #999999;
}
.hedinfo_txt::first-letter {
    margin-right: 0.1em;
    line-height: 1;
    font-size: 3.5em;
	font-weight: 500;
    float: left;
	
}

h5 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
} 

.hedinfo::after {
  content: '';
  width: 15%;
  height: 1px;
  display: inline-block;
  background-color: #ef8c99;
  position: absolute;
  bottom: -3rem;
  left: 42.5%;	
} 

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.hedinfo {
		width: 90%;
		margin-bottom: 0px;
	}
	h5 {
		width: 60%;
	} 
	.hedinfo p {
		font-size: 1.8rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/
.info_box {
	border: 1px solid #ef8c99;
	border-radius: 10px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 2em;
}

h4 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.05rem;
	color: #ef8c99;
	font-family: 'Petit Formal Script', cursive;
	font-weight: 400;
	margin-bottom: 1.5rem;
	padding-top: 2rem;
} 

h4 span {
	padding-top: 0.25em;
	border-bottom: 2px solid #ef8c99;
}

.info-style {
	text-align: left;
	line-height: 1.8;
	padding: 0 2rem 2rem;
}

ul {
	list-style-type: none;
}

.info-style li {
	padding-top: 1em;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #808080;
}


.info_box img {
	max-width: 100%;
}

.novcir__img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.novcir__cap {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}


/*--- span ---*/
.mark_pink {
	color: #ef8c99;
	font-size: 1.4rem;
}
.amend_txt {
	font-size: 1.1rem;
}

.clipping_noveimg {
	position: absolute;
	width: 18%;
	top: 87%;
	right: 2%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* --- PC --- */
@media screen and (min-width: 768px) {
	.info_box {
	  padding: 50px;
	  width: 100%;
	}
	h4 {
		font-size: 3rem;
	  }
	.info-style li {
		font-size: 1.5rem;
	}
	.novcir__img {
		width: 70%;
		margin-bottom: 1em;
	}

	.info-style li {
		font-size: 1.5rem;
	}

	/*--- span ---*/
	.mark_pink {
		color: #ef8c99;
		font-size: 1.65rem;
	}
	.amend_txt {
		font-size: 1.2rem;
	}
}




/* ---------------------------------------------------------
	リード
----------------------------------------------------------*/
.lead__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.lead__box ul {
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

.lead__box li:first-child {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 0.5rem;
}

.lead__box li:last-child {
	border-bottom: 1px solid #999999;
	padding-bottom: 3rem;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.lead__box {
		max-width: 600px;
	}
	.lead__box ul {
		font-size: 1.7rem;
	}
	.lead__box li:first-child {
		font-size: 3rem;
	}
	.lead__box li:last-child {
		padding-bottom: 1rem;
	}
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 0;
}
.item-mainbox img {
	max-width: 100%;
	height: auto;
}

.item-mainimg {
	display: block;
	width: 70%;
	position: relative;
	top: 0;
	left: 15%;
}

.item-mainimg-left {
	display: block;
	width: 70%;
	position: absolute;
	top: 0;
	left: 0%;
}

.video__area {
	display: block;
	width: 60%;
	position: relative;
	top: 0;
	left: 10%;
}
.subheading_novetote {
	position: absolute;
	width: 7%;
	top: 50%;
	right: 8%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.item-mainbox {
		max-width: 500px;
		margin-bottom: 60px;
	}	
	.item-mainimg {
		display: block;
		width: 70%;
		position: relative;
		top: 0;
		left: 15%;
	}
	
	.item-mainimg-left {
		display: block;
		width: 65%;
		position: relative;
		top: 0;
		left: 10%;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.gentlyslide {
	width: 100%;
	padding: 0;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ---------------------------------------------------------
	着用アイテム
----------------------------------------------------------*/
.subheading_num{
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.3em;
	padding-bottom: 1.5rem;
	color: #999999;
}
.subheading_num span {
	letter-spacing: 0.05em;
}

.subheading_novenum {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.nove__memo {
	text-align: center;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #999999;
	margin-top: 1rem;
}

.subheading_styling {
	text-align: center;
	font-family: 'Oooh Baby', cursive;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	padding-bottom: 1rem;
	color: #999999;
}
.subheading_stylingitems {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.styling__box {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding: 5%;
	background-color: #f2f0f0;
}

.styling__items {
	width: 48.5%;
	list-style: none;
	display: flex;
}

.styling__items img {
	max-width: 100%;
	height: auto;
}

.styling__items a {
	text-decoration: underline;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #808080;
}

.item_price {
	font-size: 1.0rem;
}

.styling__items li:nth-child(1) {
	padding-right: 1rem;
	flex-basis: 40%;
}

.styling__items li:nth-child(2) {
	flex-basis: 60%;
}

.styling__items:nth-child(n + 3) {
	margin-top: 30px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.nove__memo {
		font-size: 1.3rem;
	}
	.subheading_styling {
		font-size: 3.5rem;
	}
	.styling__box {
		max-width: 500px;
	}
	.styling__items a {
		font-size: 1.5rem;
	}
	.item_price {
		font-size: 1.3rem;
	}
}



/* ---------------------------------------------------------
	店舗情報
----------------------------------------------------------*/
.shopinfo__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.subhdg_shopinfo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.shopinfo__txt {
	padding-top: 1.5rem;
	text-align: center;
	font-size: 1.15rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #808080;	
}

.nove_clrall_ara {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.nove_color_all {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
.nove_color_all img {
	margin-bottom: 2rem;
}
.nove_allclr_txt {
	/*padding-top: 1.5rem;*/
	text-align: center;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #808080;	
	border: 1px solid #808080;
	border-radius: 100px;
}

.nove_color_area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.color__box {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}
.color__sidearea {
	width: 100%;
}
.color__sidearea:nth-child(2) {
	padding-top: 1rem;
}

.color__sidearea figcaption {
	padding-top: 1.2rem;
	text-align: center;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #808080;	
}

.store__byclr {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.store__byclr li {
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #808080;
}
.store__byclr li:first-child {
	text-align: center;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #808080;
	border: 1px solid #808080;
	border-radius: 100px;
	/*background-color: #808080;*/
}
.store__byclr li:nth-child(2) {
	padding-top: 1rem;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {

}

/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/
.morebtn__wap {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	
}

.morebtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.moreitem {
	width: 100%;
	display: inline-block;
	padding: 1.5em 0em;
	margin: 0 auto;
	background-color: #ef8c99;
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.5rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.15em;
}

.moreitem a {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.morebtn__wap {
		width: 80%;

	}
	.moreitem {
		font-size: 2rem;
		padding: 1em 0em;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */
.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}


/* ---------------------------------------------------------
	順番に現れるappear in order
----------------------------------------------------------*/

/*==================================================
動かしたい動き（今回は” ふわっ”）
===================================*/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime　{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}