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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

html, body, ul, li, p, a, div, img, h1, h3 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}
*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}
#long_sleeve_s {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: white;
	color: #333;
}
#long_sleeve_s img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

#long_sleeve_s img.sample {
	max-width: 100%;
	height: auto;
	margin: 40px auto 0;
}

#long_sleeve_s p {
	font-size: 1.1em!important;
	margin-top: 0!important;
}
#long_sleeve_s h1, #long_sleeve_s h2, #long_sleeve_s h3, #long_sleeve_s h4 #long_sleeve_s h5 {
	color: #333;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: normal;
}
#long_sleeve_s h1 {
padding-top: 1em;
    font-size: 3em;
    line-height: 150%;
    color:#242124;
    
}

#long_sleeve_s h3 {
margin-bottom: -20px;
}

#long_sleeve_s h1 span {
	font-size: 0.3em!important;
}


#long_sleeve_s h2.headline {
  color: #333;/*文字色*/
	
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-size: 2.5em;
	background-color: none;
	line-height: 50%;

	text-align: center;
	margin: 120px auto 40px;
	
}



#long_sleeve_s .multiple { padding: 0;}
#long_sleeve_s .multiple img { width: 100%; margin-top: 10px;}
#long_sleeve_s .multiple div { margin: 0 5px;}

#long_sleeve_s .long_sleeve_s_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

#long_sleeve_s .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%;
  border-radius: 5px;
justify-content: center;
}
#long_sleeve_s section.category {
  margin: 30px auto 0;
  width: 95%;
  max-width: 870px;
}
#long_sleeve_s .categorylist div {
  flex-basis: calc(100% / 4 - 0.5%);
  padding: 0.5%;
}
#long_sleeve_s .categorylist div.box {
  font-weight: 400;
}
#long_sleeve_s .categorylist div a {
  color: #fff;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1em;
  background-color: #242124;
  text-decoration: none;
   border-radius: 5px;
}
#long_sleeve_s .categorylist div a:hover {
  color: #242124;
  display: block;
  background-color: #fff;
   border: 1px solid #242124;
   border-radius: 5px;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#long_sleeve_s p {
	font-size: 1.1em!important;
	line-height: 180%;
}
#long_sleeve_s .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}
#long_sleeve_s .main_text {
	margin: 50px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}


#long_sleeve_s .main_text span {
	color: #C52F32;
	font-weight: bold;
}
#long_sleeve_s section{
	margin: 50px auto;
}
#long_sleeve_s section.back{
	background: #ffffe0;
	padding: 2% 0%;
}
#long_sleeve_s section.item{
	width: 100%;
	max-width: 800px;
	margin: 30px auto 50px;
	text-align: center;
}
#long_sleeve_s section.item img{
	width: 100%;
	max-width: 500px;
}
#long_sleeve_s section.item .flex div{
	flex-basis: 50%;
	padding: 2%;
}


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

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

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

#long_sleeve_s p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}


.flexbox {
	display: flex;
	margin: 0px auto;
}
.box1 {
	width: 50%;
	margin: auto;
}
.box2 {
	width: 50%;
	margin: auto .5rem;
}
.box2 .box_text {
	width: 90%;
	text-align: left;
	margin: 0px auto;
}
#long_sleeve_s p.itemname {
	font-size: 1em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#long_sleeve_s p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}
#long_sleeve_s section.stylebox {
	width: 100%;
	margin: 100px auto;
}
#long_sleeve_s section.stylebox .style {
	width: 100%;
	margin: 50px auto;
}
#long_sleeve_s section.stylebox .style .mainimage {
	width: 100%;
}
#long_sleeve_s .mainimage .flex div {
	flex-basis: 50%;
}
#long_sleeve_s .style .textaria {
	margin: 20px auto;
	width: 100%;
}
#long_sleeve_s .style .textaria p.model {
	margin: 10px auto 0!important;
	font-size: 0.8em!important;
	text-align: center;
}
#long_sleeve_s .slide {
	margin: 20px auto 50px;
}
#long_sleeve_s .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#long_sleeve_s .slide ul li img {
	width: 100%;
}
#long_sleeve_s .item p.itemname {
	margin: 20px auto 5px!important;
	font-size: 1em!important;
}
#long_sleeve_s .item p.price {
	margin: 0 auto 10px !important;
	font-size: 1.2em!important;
	display: block;
}
#long_sleeve_s .subimage1 {
	width: 100%;
	position: relative;
	margin: 50px auto;
}
#long_sleeve_s .subimage1 .flex div {
	flex-basis: 50%;
}
#long_sleeve_s .subimage2 {
	width: 100%;
}
#long_sleeve_s .subimage2 .flex div {
	flex-basis: 50%;
}
#long_sleeve_s .subimage2 .subimage1-1 {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 25px;
}
#long_sleeve_s .subimage2 .subimage1-2 {
	width: 80%;
	margin: auto;
}
#long_sleeve_s .subimage2 .subimage1-3 {
    width: 90%!important;
    margin-top: 20%;
    margin-left: 3%;
}
#long_sleeve_s .itemlist {
	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%;
	max-width: 900px;
}
#long_sleeve_s .itemlist div {
	flex-basis: calc(100% / 3);
	padding: 1%;
	margin-bottom: 10px;
}
#long_sleeve_s .itemlist p.itemname {
	text-align: center;
	margin: 5px auto 3px!important;
	line-height: 180%;
	overflow: visible;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 1em!important;
}




#long_sleeve_s .itemlist p.itemname span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#long_sleeve_s .itemlist p.price {
    margin: 0 auto 5px!important;
    text-align: center;
}
#long_sleeve_s .itemlist p.price span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}
/* 購入ボタン */

#long_sleeve_s .buy, .itemlist a.buy {
	display: block;
	width: 100%;
	max-width: 140px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #19191B;
	background: #19191B;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 5px;
}
#long_sleeve_s .buy:hover, .itemlist a.buy:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #333;
	color: #333;
}
/* 回遊リンク */

#long_sleeve_s .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#long_sleeve_s .Banner4 h3 {
	font-size: 25px !important;
	margin: 50px auto !important;
	padding: 20px 0;
	border-top: double #333;
	border-bottom: 1px solid #333;
	color: #333;
	text-align: center;
}
#long_sleeve_s .Banner4 ul {
	display: inline;
}
#long_sleeve_s .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;
	}
	#long_sleeve_s .left {
		flex-direction: row-reverse;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content {
		background: #ffffff;
	}
	#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;
	}
	#long_sleeve_s p, #long_sleeve_s div {
		font-size: 3.125vw!important;
		line-height: 180%;
	}
	#long_sleeve_s h1 {
  padding-top: 0.5em;
		font-size: 6.5vw;
		line-height: 130%;
	}
	
	#long_sleeve_s h1 span {
	font-size: 3vw!important;
}
	
	#long_sleeve_s .main_text {
		margin: 7.125vw auto!important;
		text-align: left;
		line-height: 180%;
	}
	
		
	#long_sleeve_s section.item {
		margin: 2vw auto 0;
	}
	#long_sleeve_s section.stylebox {
		width: 100%;
		margin: 0.875vw auto 10vw;
	}
	
	#long_sleeve_s .itemlist p.price span {
	color: #C52F32;
	font-size: 1em!important;
	font-weight: bold;
}
	
	
	#long_sleeve_s p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid #19191B;
	color: #19191B;
}
	#long_sleeve_s p.other a {
		display: block;
		width: 100%;
		max-width: 300px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
		background: #19191B;
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 10px auto;
		
	}
	
		#long_sleeve_s p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}
	#long_sleeve_s p.other2 a {
		display: block;
		width: 100%;
		max-width: 210px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
		background: #fd6c9e;
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 40px auto;	
	}
	
	
	#long_sleeve_s .categorylist div a {
  font-size: 1em;
}
#long_sleeve_s .categorylist div {
  flex-basis: calc(100% /2  - 1%);
  padding: 1%;
}
	
#long_sleeve_s .itemlist p.itemname {
	margin: 5px auto 20px!important;
}	
	
	

#long_sleeve_s h2.headline{
	font-size: 7vw;
  	margin: 80px auto 20px;

}	
	

	
#long_sleeve_s h3 {
    font-size: 3.5vw;
   margin: auto 0;
}

	#long_sleeve_s .buy, .itemlist a.buy{
   padding: 7px 0;
   max-width: 120px;
 
}	


	
	.flexbox {
		display: block;
	}
	.flexbox .box1 {
		width: 100%;
		margin: 0 auto;
	}
	.flexbox .box2 {
		width: 100%;
		margin: 5.56vw auto;
	}
	#long_sleeve_s .textaria {
		width: 90%;
		margin: 0 auto;
	}
	#long_sleeve_s .itemlist p.itemname {
    font-size: 0.95em;
		height: 45px;
    line-height: 140%;
	}
	#long_sleeve_s .itemlist div {
		flex-basis: calc(100% / 2);
		padding: 2%;
		margin-bottom: 10px;
	}
  
  #long_sleeve_s .itemlist p.price {
   font-size: 0.95em;
   
}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#long_sleeve_s .Banner4 {
		text-align: center;
		width: 100%;
	}
	#long_sleeve_s .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#long_sleeve_s .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#long_sleeve_s .header {
		position: relative;
		height: 105vw;
	}
	#long_sleeve_s .header .fv1 {
		position: absolute;
		width: 95%;
		top: 0vw;
		left: 3vw;
	}
}