@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/old-english-five');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: unset;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner a:not([class]){
	text-decoration: none;
	font-weight: normal;
}

.blog_inner h2 {
 border-bottom: none;
}
.blog_inner h3{
 border-left: none;
}

.blog_inner ul{
margin-bottom: 0;
margin-left: 0;
}

.slick-dots {
bottom: -10px;
}

#sharestyling {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	background: #FFF;
	color: #000;
}
#sharestyling img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#sharestyling p {
	font-size: 0.95em!important;
	margin-top: 0!important;
	line-height: 180%;
}

 #sharestyling h4, #sharestyling h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
}

 #sharestyling h2 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	 font-size: 3em;
	line-height: 150%;
	margin: 40px auto 30px;
}

#sharestyling h2 span{
	font-size: 0.5em;
	font-weight: bold;
}


 #sharestyling h4{
	font-size:8em;
	 font-weight: normal;
	 font-family: "Oooh Baby", cursive;
	 margin: 60px auto 40px;
}

#sharestyling h1 {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 160%;
	font-style: normal;
	margin: 40px auto 0;
}

#sharestyling h3{
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 30px auto;
}

#sharestyling h1 img{
	max-width: 90%;
	height: auto;
	border: none;
	vertical-align: bottom;
	margin: 0 auto;
}


#sharestyling h1 span{
	font-size: 0.8em;
}


#sharestyling .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}


#sharestyling .categorylist{
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	/*border: solid 2px #177245;*/
	border-radius: 10px;
}
#sharestyling section.category {
  margin: 20px auto;
  width: 100%;
}
#sharestyling .categorylist div {
  flex-basis: calc(100% / 3 );
}

#sharestyling p.main_text {
	width: 100%!important;
	margin: 50px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#sharestyling p.stylingtext {
	width: 100%!important;
	margin: 0px auto 50px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

 
#sharestyling p.main_text2{
	width: 95%!important;
	margin: 20px auto 20px!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-style: normal;
}

#sharestyling p.main_text2 span.bigdate03 {
font-size: 1.2em;
font-weight: bold;
color: #000;
}


#sharestyling p.main_text2 a:hover {
  color: #a9a9a9;
}

#sharestyling p.main_text2 a:active {
  color: #555555;
}

#sharestyling p.main_text2 a {
  color: black;
}



#sharestyling .slide {
	margin: 20px auto 50px;
}
#sharestyling .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#sharestyling .slide ul li img {
	width: 100%;
}

#sharestyling section {
	width: 100%;
	max-width: 800px;
}
#sharestyling section.main{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 30px auto 0;
}

#sharestyling section.main img{
	margin: 0px auto 20px;
}

#sharestyling section.style {
	margin:0 auto 65px;
}

#sharestyling p.itemname {
	width: 100%;
	line-height: 200%;
}
#sharestyling p.price {
	width: 100%;
	display: block;
	font-size: 1.5em!important;
	text-align: center!important;
	margin-bottom: 10px;
}
#sharestyling p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#sharestyling .itemlist p.price {
  margin: 0 auto !important;
  font-size: 1.3em !important;
  display: block;
	text-align: left!important;
}
#sharestyling p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}

#sharestyling section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#sharestyling section.main.itembox p {
	text-align: center;
}
#sharestyling section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#sharestyling section.main p.itemname {
	font-size: 1.3em!important;
	margin:20px auto 0!important;
}

#sharestyling section.item3{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}
#sharestyling section.item3 img{
	width: 100%;
}
#sharestyling section.item3 .flex div {
	flex-basis: 33.33%;
	padding: 1%;
}

#sharestyling p.itemname3 {
	font-size: 1em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}

#sharestyling p.price3 {
	font-size: 1.3em!important;
	margin: 10px auto!important;
}

#sharestyling section.item2{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}


#sharestyling section.item2 img{
	width: 100%;
}
#sharestyling section.item2 .flex div {
	flex-basis: 50%;
	padding: 2%;
}

#sharestyling p.itemname2 {
	font-size: 1.3em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
	text-align: center!important;
}

#sharestyling p.price2 {
	font-size: 1.3em!important;
	margin: 10px auto!important;
	text-align: center!important;
}

#sharestyling .main_text span.big{
	font-size: 2.3em!important;
	color: #e25822!important;
	font-weight:bold!important;
	line-height: 120%!important;
	}


#sharestyling .box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
#sharestyling section.main .doubleimage,
#sharestyling section.main .tripleimage{
	width: 100%;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
}
#sharestyling .style .slide {
	margin: 0 auto;
}
#sharestyling .style .slide ul {
	width: 100%;
	max-width: 800px;
}
#sharestyling .style .slide ul li img {
	width: 100%;
	max-width: 800px;
}
#sharestyling section.main .doubleimage div {
	flex-basis: 50%;
	padding: 0%;
}
#sharestyling section.main .tripleimage div {
	flex-basis: 33.33%;
	margin-bottom: -20px;
}






/*
#sharestyling section.mesh .other_image .flex div{
	flex-basis: 50%;
	padding: 1%;
}

#sharestyling section.mesh .other_image .other_image1 div:first-child{
	margin-top: 5%;
}

#sharestyling section.mesh .other_image .other_image1 div:last-child{
	margin-top: 32%;
	padding: 1%;
}
*/


/* 購入ボタン */
#sharestyling .itemlist a,
#sharestyling .buy a,
#sharestyling .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
	border-radius: 8px;
	text-decoration: none;
}

#sharestyling .itemlist a:hover,
#sharestyling .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}


#sharestyling .buy2 {
	display: block;
	width: 100%;
	max-width: 115px;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
	margin-bottom: 70px;
}
#sharestyling .buy2:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#sharestyling p.other a {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: black;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 60px auto;
}

#sharestyling p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}

#sharestyling .styling{
	width: 90%!important;
	margin: 40px auto;
}

#sharestyling /*.style*/ .textaria {
  margin: 50px auto;
  width: 100%;
}
#sharestyling /*.style*/ .textaria p.text {
  text-align: left;
  margin: 0 auto 20px !important;
}


#sharestyling .itemlist {
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: auto;
 padding: 10px 0;
}
#sharestyling .itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
#sharestyling .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0%;
}

/* profile */

#sharestyling section.instagram {
	width: 90%;
	max-width: 700px;
	margin: 50px auto;
}
#sharestyling .profile {
	/*width: 85%;*/
	max-width: 400px;
	margin: 0px auto;
}
#sharestyling .profile div:first-child {
	flex-basis: 30%;
}
#sharestyling .profile div:last-child {
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}
#sharestyling .profile p.modelname {
	font-weight: 500;
	font-size: 1.3em!important;
	/*font-family: 'DIN-Condensed', sans-serif;*/
	color: #e25822;
	line-height: 100%;
}
#sharestyling .profile p.proftext {
	font-size: 0.8em!important;
}
#sharestyling .profile div:last-child div {
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}
#sharestyling .profile div:last-child p.icon {
	/*margin: 0!important;*/
	margin: 10px 0px 0px -30px!important;
	font-size: 0.95em!important;
	flex-basis: 50%;
	text-align: left;
}
#sharestyling .profile a {
	text-decoration: underline;
	color: #e25822;
}
#sharestyling .profile div:last-child p.icon img {
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}
.itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
.itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 25px;
  background: #000;
  border-radius: 5px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 10px solid #000;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


/* 回遊リンク */

#sharestyling .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#sharestyling .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#sharestyling .Banner4 ul {
	display: inline;
}
#sharestyling .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#sharestyling h1 {
		font-size: 5vw;
		line-height: 130%;
		margin: 5vw auto 0;
	}
			
	#sharestyling h1 span {
		font-size: 4vw;
	}
	#sharestyling h2 {
		font-size: 6vw;
		text-align: center;
	}
	#sharestyling h3 {
		font-size: 3.8vw;
		color: black;
	}
	#sharestyling p, #sharestyling div {
		font-size: 2.8vw!important;
		line-height: 180%;
	}
	#sharestyling p.main_text2 span.bigdate03{
		font-size: 3.5vw!important;
	}
	
	#sharestyling p.main_text {
		display: block!important;
		margin: 3.5vw auto 3.5vw!important;
		text-align: center;
	}
		#sharestyling p.main_text2 {
		display: block!important;
		margin: 2.5vw auto!important;
		text-align: left;
	}
	#sharestyling p.stylingtext {
		margin: 0vw auto 7.25vw!important;
		text-align: center;
	}
	#sharestyling section {
		margin: 8.375vw auto;
	}
	
	#sharestyling section.item2
	 {
		margin: 0vw auto 10.125vw;
	}
	
	#sharestyling section.main p.itemname {
	font-size: 3vw!important;
	margin:10px auto 0!important;
}
	
	
	
	#sharestyling section.main,
	#sharestyling section.member{
		margin: 5vw auto 0;
	}
	#sharestyling section.style {
	margin:0 auto 7vw;
}
#sharestyling .itemlist {
	width: 95%;
}
#sharestyling .itemlist div {
		font-size: 3.2vw!important;
		line-height: 150%!important;
	}
	#sharestyling p.price {
		font-size: 4.5vw!important;
		line-height: 180%;
		margin-bottom: 0;
	}
	#sharestyling .itemlist div:first-child {
		width: 82%;
		padding: 1vw 1% 1vw 0;
	}
	#sharestyling .itemlist div:last-child {
		width: 18%;
	}
	#sharestyling .styling {
        margin: 5.375vw auto;
    }
	#sharestyling section.recommend p.small {
		font-size: 2.6vw!important;
	}
	#sharestyling .back {
		height: 45vw;
	}
	#sharestyling section.member .team {
        margin: 0vw auto;
    }
	
	#sharestyling .buy2{
        padding: 5px 0;
		max-width: 100px;
    }
	

	#sharestyling .categorylist div {
  flex-basis: calc(100% / 2 );
}
	

#sharestyling .buy2 {
margin-bottom: 7vw;	
}	
	
	
	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#sharestyling .Banner4 {
		text-align: center;
		width: 100%;
	}
	#sharestyling .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#sharestyling .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	
	.box26 {
    position: relative;
    margin: 3em 2em;
    padding: 1em;
    border: solid 2px black;
    border-radius: 8px;
}


.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 3.5vw;
    background: #FFF;
    color: black;
    font-weight: bold;
}

.box26 p {
   text-align: left;
	}	
	

	
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#sharestyling .header {
		position: relative;
		height: 110vw;
	}
	#sharestyling .header .fv1 {
		position: absolute;
		top: 40vw;
		left: 0vw;
		right: 0vw;
		width: 100%;
		margin: auto;
	}
	
}