@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: 50px;
	margin-bottom: 60px;
}
main img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		max-width: 1200px;
		margin-top: 4rem;
		margin-bottom: 4rem;
		margin-left: auto;
		margin-right: auto;
	}
	main img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 130px;
}

.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-small {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.item-wapper-mid 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;
}


.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 150px;
	}
	
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 100px;
	}

	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 120px;
	}

	.item-wapper-last {
		max-width: 500px;
		margin-bottom: 120px;
	}
    .item-contain {
       max-width: 600px;		
       padding: 0;
    }
}


/* ---------------------------------------------------------
	ヘッダーインフォ
----------------------------------------------------------*/
.hedinfo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #ee7d80;
	border-radius: 10px;
	padding: 2em 1em;
}

.hedinfo p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #ee7d80;
	padding: 2em 1.5em 2em;
}

h5 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ee7d80;
	font-family: 'Petit Formal Script', cursive;
	font-weight: 400;
	text-align: center;
	padding-top: 2rem;
} 

h5 span {
	padding-top: 0.25em;
	border-bottom: 2px solid #ee7d80;
}


.hedinfo img {
	max-width: 100%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.hedinfo {
		width: 100%;
		margin-bottom: 0px;
	}
	h5 {
		width: 60%;
	} 
	.hedinfo p {
		font-size: 1.8rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/

.info_box {
	border: 2px solid #ee7d80;
	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: #ee7d80;
	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 #e88c9b;
}

.info-style {
	text-align: left;
	line-height: 1.8;
	padding: 0 2rem 1rem;
}

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: 400;
	color: #696567;
}


.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: #e87487;
	font-size: 1.4rem;
}
.amend_txt {
	font-size: 1.1rem;
}

/* --- 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: #e88c9b;
		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 #666665;
	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: 30px;
	position: relative;
	padding: 0;
}

.item-mainbox img {
	max-width: 100%;
	height: auto;
}

	
@font-face {
	font-family: 'Petit Formal Script'; 
	src: url("https://niceclaup.itembox.design/item/event/2022/novelty_fair_autumn2022/font/PetitFormalScript-Regular.ttf") format('cursive');
}

.item-mainbox p {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.5em;
	padding-bottom: 1rem;
	color: #666665;
}

.init {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.5rem;
}
.sym {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	vertical-align: text-top;
}


.item-mainimg {
	display: block;
	width: 70%;
	position: relative;
	top: 0;
	left: 15%;
	margin-bottom: 100px;
}

.item-mainimg-left {
	display: block;
	width: 80%;
	position: relative;
	top: 0;
	left: 0%;
}

.subheading_styling {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	padding-bottom: 1rem;
	color: #666665;
}



/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.item-mainbox {
		width: 100%;
		margin-bottom: 5rem;
	}

	.item-mainbox p {
		font-size: 4rem;
	}
	
	.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%;
	}

	.subheading_styling {
		font-size: 2.5rem;
	}
}


/* ---------------------------------------------------------
	着用アイテム
----------------------------------------------------------*/
.flextwoimg {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;	
}
.flextwoimg img {
	max-width: 100%;
	height: auto;
}
.twocolimg {
	width: 48.5%;
}

.flextwoimg_sup {
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	line-height: 1.8;
	color: #999997;
	padding-top: 1.5rem;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.flextwoimg_sup {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	着用アイテム
----------------------------------------------------------*/
.styling__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding: 5%;
	background-color: #f2f2f2;
}

.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;
	color: #595958;
}

.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) {
	.styling__box {
		max-width: 500px;
	}
	.styling__items a {
		font-size: 1.5rem;
	}
	.item_price {
		font-size: 1.3rem;
	}
}






/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/

.morebtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.moreitem {
	display: inline-block;
	padding: 1.5em 5em;
	margin: 0 auto;
	background-color: #ee7d80;
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.3rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.moreitem a {
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.moreitem {
		font-size: 1.8rem;
		padding: 1em 6em;
	}
}