@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: unset;
}
.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;
}
#jacket {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: #fff;
	color: #333;
}
#jacket img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

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

#jacket p {
	font-size: 1em!important;
	margin-top: 0!important;
}
#jacket h1, #jacket h2, #jacket h3, #jacket h4 #jacket h5 {
	color: #151515;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: 3px;

}
#jacket h1 {
    font-size: 4em;
    line-height: 120%;
    font-weight:normal;
		margin:1em auto 0.5em;
	font-family: "ab-shiguma", sans-serif;
}
#jacket h1 span {
	font-size: 0.55em!important;
}


#jacket h2 {
    font-size: 2.5em;
    margin: 20px auto !important;
    text-align: center;
    width: 100%;
	background: black;
	padding: 3%;
    font-weight: normal;
	font-family: "ab-shiguma", sans-serif;
}

#jacket h2.blue {
color:#00a3ff;
}

#jacket h2.pink {
color:#f148fb;
}

#jacket h2.green {
color:#00ffd5;
}

#jacket h2.purple {
color:#8844fc;
}


#jacket h3 {
    font-size: 1.4em;
    margin: 10px auto 10px!important;
    text-align: center;
    width: 100%;
    font-weight: bold;
	line-height: 180%;
}
#jacket h3 span{
    font-size: 0.55em;
 
}

#jacket h4 {
    font-size: 1.2em;
    margin: 10px auto 0px!important;
    text-align: center;
    width: 100%;
    font-weight: bold;
}




#jacket .jacket_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}


#jacket .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;
	font-family: "ab-shiguma", sans-serif;
	font-weight: normal;
}
#jacket section.category {
  margin: 30px auto 0;
  width: 100%;
  max-width: 700px;
}
#jacket .categorylist div {
  flex-basis: calc(100% / 2 - 1%);
  padding: 1%;
}
#jacket .categorylist div.box {
  font-weight: 500;
}
#jacket .categorylist div a {
  color: #00a3ff;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1.2em;
  background-color: #000;
  text-decoration: none;
}
#jacket .categorylist div a:hover {
  color: #00a3ff;
  display: block;
  background-color: #fff;
   border: 1px solid #00a3ff;
}

#jacket .categorylist div.pink a {
  color: #f148fb;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1.2em;
  background-color: #000;
  text-decoration: none;
}
#jacket .categorylist div.pink a:hover {
  color: #f148fb;
  display: block;
  background-color: #fff;
   border: 1px solid #f148fb;
}

#jacket .categorylist div.green a{
  color: #00ffd5;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1.2em;
  background-color: #000;
  text-decoration: none;
}
#jacket .categorylist div.green a:hover {
  color: #00ffd5;
  display: block;
  background-color: #fff;
   border: 1px solid #00ffd5;
}

#jacket .categorylist div.purple a{
  color: #8844fc;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1.2em;
  background-color: #000;
  text-decoration: none;
}
#jacket .categorylist div.purple a:hover {
  color: #8844fc;
  display: block;
  background-color: #fff;
   border: 1px solid #8844fc;
}


.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);	
}


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


#jacket .main_text span {
	color: #C52F32;
	font-weight: bold;
}
#jacket section{
	margin: 0px auto;
}

#jacket section.item{
	width: 100%;
	max-width: 800px;
	margin: 30px auto 10px;
	text-align: center;
}
#jacket section.item img{
	width: 100%;
/*	max-width: 500px;*/
}
#jacket section.item .flex div{
	flex-basis: 50%;
	padding: 2%;
}


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

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


.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;
}
#jacket p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#jacket p.price {
	font-size: 0.95em!important;
	margin: 10px auto!important;
}

#jacket .slide {
	margin: 20px auto 50px;
}
#jacket .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#jacket .slide ul li img {
	width: 100%;
}
#jacket .item p.itemname {
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}
#jacket .item p.price {
	margin: 0 auto 10px !important;
	font-size: 1.2em!important;
	display: block;
}

#jacket .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: 800px;
}
#jacket .itemlist div {
	flex-basis: calc(100% / 3);
	padding: 2%;
	margin-bottom: 10px;
}
#jacket .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: 5;
	font-size: 0.9em!important;
}

#jacket .itemlist p.itemname span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#jacket .itemlist p.price {
    margin: 10px auto!important;
    text-align: center;
	line-height: 200%;
}
#jacket .itemlist p.price span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#jacket p.price span.percentage {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}

/* 購入ボタン */

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

#jacket .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#jacket .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;
}
#jacket .Banner4 ul {
	display: inline;
}
#jacket .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;
	}
	#jacket .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;
	}
	#jacket p, #jacket div {
		font-size: 3.8vw!important;
		line-height: 180%;
	}
	#jacket h1 {
		font-size: 9vw;
		
	}
	#jacket h2 {
    font-size: 5.7vw;
}
	#jacket .main_text {
		margin: 7.125vw auto!important;
		line-height: 180%;
	}
	
	
		#jacket .itemlist p.price {
    margin: -15px auto 5px!important;
    text-align: center;
}
	
	#jacket section.item {
		margin: 2vw auto 0;
	}
	
	#jacket p.other a:hover{
	background: white;
	text-align: center;
/*	border: 1px solid black;*/
	/*color: black;*/
}
	#jacket p.other a {
		display: block;
		width: 100%;
		max-width: 300px;
		padding: 10px 0;
		text-align: center;
		border: 1px solid white;
		color: white;
/*		background: black;*/
		/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
		transition: 0.6s;
		margin: 40px auto;
		
	}
		

#jacket .categorylist div {
  flex-basis: calc(100% /2  - 1%);
  padding: 1%;
}
	
#jacket .itemlist p.itemname {
	margin: 5px auto 20px!important;
}	
	
	
#jacket h3 {
    font-size: 3.8vw;
   
}
#jacket h3 span{
    font-size: 2vw;
 
}	
	
#jacket h4{
    font-size: 4vw;
   
}	

	
	#jacket .categorylist div a,
	#jacket .categorylist div.green a,
	#jacket .categorylist div.pink a,
	#jacket .categorylist div.purple a{
		font-size:3.3vw!important;
	}	

#jacket .buy, .itemlist a.buy {
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;

	border-radius: 6px;
}
	
	
	.flexbox {
		display: block;
	}
	.flexbox .box1 {
		width: 100%;
		margin: 0 auto;
	}
	.flexbox .box2 {
		width: 100%;
		margin: 5.56vw auto;
	}
	#jacket .textaria {
		width: 90%;
		margin: 0 auto;
	}
	
	
	#jacket .itemlist p.itemname {
		line-height: 180%;
		font-size:3vw!important;
	}
	#jacket .itemlist div {
		flex-basis: calc(100% / 2);
		padding: 1em 0.5em;
		margin-bottom: 10px;
	}

	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#jacket .Banner4 {
		text-align: center;
		width: 100%;
	}
	#jacket .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#jacket .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#jacket .header {
		position: relative;
		height: 105vw;
	}
	#jacket .header .fv1 {
		position: absolute;
		width: 95%;
		top: 0vw;
		left: 3vw;
	}
}