@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;
}
img{	  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

/*body{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}*/

png{	  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.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;
}
#cat {
	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: #000;
	color: #fff;
}
#cat img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}



#cat p {
	font-size: 0.95em!important;
	margin-top: 0!important;
}
#cat h1, #cat h2, #cat h3, #cat h4 #cat h5 {
	color: #fff;
	text-align: center;
	font-weight: 400;
	background: none;
	border: none;
	letter-spacing: normal;
}
#cat h1 {
    font-size: 4em;
    line-height: 100%;
    font-weight: bold;
	font-family: "collector-comic", sans-serif;
font-style: italic;
}
#cat h1 span {
	font-size: 0.4em!important;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1rem;
}
#cat h2 {
	font-size: 3.5em;
	line-height: 100%;
	font-weight: bold;
	font-family: "solano-gothic-pro-mvb", sans-serif;
}

#cat h2 span {
	font-size: 0.35em;
	font-family: 'Noto Sans JP', sans-serif;
}

#cat h2.headline {
  color: #fff;/*文字色*/
	border-radius: 15px!important;
	font-family: "solano-gothic-pro-mvb", sans-serif;
	font-style: normal;
	font-size: 4em;
	line-height: 80%;
	font-weight: bold;
	text-align: center;
	margin: 90px auto 20px ;
	
}

#cat h2.headline span {
	font-size: 0.2em;
	margin: auto 0;
	font-family: 'Noto Sans JP', sans-serif;
}

#cat h3 img{
	max-width: 35%;
	height: auto;
	border: none;
	margin: 65px auto 0;
}

#cat h3 {
    font-size: 2.5em;
    margin: 0px auto 10px!important;
    text-align: center;
    width: 90%;
    font-weight: bold;
	line-height: 100%;
}
#cat h3 span{
    font-size: 0.45em;
}

#cat h4 {
    font-size: 1.2em;
    margin: 10px auto!important;
    text-align: center;
    width: 90%;
    font-weight: normal;
}


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

#cat .cat_wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 15px;
}

#cat .categorylist,
#cat .categorylist02{
	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 #ecba21;*/
	border-radius: 10px;
}

#cat .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
    padding: 0%;  
}
#cat .categorylist02 div{
	flex-basis: calc(100% / 2 - 1%);
    padding: 0%;  
}

	.box26 {
    position: relative;
    margin: 30px auto !important;
    padding: 1em 1em;
    border: solid 2px white;
    border-radius: 8px;
	width:50%;
	margin: auto;
	font-size:0.85em;	
	font-style: italic;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #000;
    color: #ecba21;
    font-weight: normal;
}
.box26 p {
    margin: 0; 
    padding: 0;
	text-align: left;
	}

.boxmi3 {
  border: solid 2px #ecba21;
  padding: 0.7em;
  color: #fff;
  width:90%;
  line-height: 2.5;
  margin: 2em auto;
  font-weight: normal;
  text-align: left;
  border-radius: 10px;
}
.under3 {
  border-bottom: dashed 1px #ecba21;
}

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


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

#cat .main_text2 {
	margin: 10px auto 20px!important;
	text-align: center;
	line-height: 190%;
	display: block!important;
	width: 90%;
	max-width: 800px;
}

#cat .main_text3 {
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 90%;
	max-width: 800px;
	font-size: 0.8em!important;
}

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


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

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

#cat 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;
}

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

#cat p.itemname {
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}
#cat p.price {
	font-size: 1.2em!important;
	margin: 10px auto!important;
}
#cat section.stylebox {
	width: 100%;
	margin: 100px auto;
}
#cat section.stylebox .style {
	width: 100%;
	margin: 50px auto;
}
#cat section.stylebox .style .mainimage {
	width: 100%;
}
#cat .mainimage .flex div {
	flex-basis: 50%;
}
#cat .style .textaria {
	margin: 20px auto;
	width: 100%;
}
#cat .style .textaria p.model {
	margin: 10px auto 0!important;
	font-size: 0.8em!important;
	text-align: center;
}
#cat .slide {
	margin: 20px auto 50px;
}
#cat .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#cat .slide ul li img {
	width: 100%;
}
#cat .item p.itemname {
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
	line-height: 185%;
}
#cat .item p.price {
	margin: 0 auto 10px !important;
	font-size: 1.2em!important;
	display: block;
}

#cat .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;
	justify-content: center;
}
#cat .itemlist div {
	flex-basis: calc(100% / 2);
	padding: 2%;
	margin-bottom: 10px;
}
#cat .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: 0.9em!important;
}




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

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

#cat .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#cat .Banner4 h3 {
	font-size: 25px !important;
	margin: 50px auto !important;
	padding: 20px 0;
	border-top: double #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
}
#cat .Banner4 ul {
	display: inline;
}
#cat .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;
	}
	#cat .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;
	}
	#cat p, #cat div {
		font-size: 2.8vw!important;
		line-height: 180%;
	}
	
	#cat .cat_wrap {
	width: 95%;
	padding: 7px;
}
	
	#cat h1 {
		font-size: 7vw;
		line-height: 100%;
	}
	#cat h1 span{
		font-size: 3.5vw!important;
	}
	
	#cat h3 img{
	max-width: 50%;
	margin: 60px auto 0;
}
	
	#cat .main_text {
		margin: 7.125vw auto!important;
		text-align: left;
		line-height: 180%;
	}
	
		#cat .main_text2 {
		margin: 2vw auto 7vw!important;
		text-align: left;
		line-height: 180%;
	}
	
	#cat section.item {
		margin: 2vw auto 0;
	}
	#cat section.stylebox {
		width: 100%;
		margin: 0.875vw auto 10vw;
	}
	
	#cat h2 span {
	font-size: 3.5vw;
	
}
	#cat h2{
	font-size: 9vw;
	
}
	
	#cat h4{
		font-size: 3vw;
	}
	

	#cat p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}
	#cat 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;
		
	}
	
		#cat p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fd6c9e;
	color: #fd6c9e;
}
	#cat 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;	
	}
	
	

.box26 {
    position: relative;
    margin: 2em 2em;
    padding: 1em;
    border: solid 2px white;
    border-radius: 8px;
	width:90%;
	margin: auto;
	font-size:2.5vw;
	font-style: italic;
}


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

.box26 p {
   text-align: left;
	}	
	
	
#cat .main_text3	{
  font-size:0.65em!important;
}
	
#cat .item p.itemname	{
  font-size:0.8em!important;
  
}

#cat .item p.price{
  font-size:1em!important;
}	
	
#cat .buy, .itemlist a.buy{
  max-width: 100px!important;
}		

#cat .categorylist div {
  flex-basis: calc(100% /2  - 1%);
  padding: 0%;
}
	
#cat .itemlist p.itemname {
	margin: 5px auto 20px!important;
}	
	
	
	
#cat h2.headline span {
	font-size: 3vw;
	margin-bottom: 0px;
}	
	
#cat h2.headline{
	font-size: 7.5vw;
	line-height: 100%;
	margin: 30px auto 20px ;
}	
		
#cat h3 {
    font-size: 4.5vw;
	line-height: 85%;
   
}
#cat h3 span{
    font-size: 2vw;
 
}	
	

	#cat .itemlist p.itemname {
		height: 43px;
	}
	#cat .itemlist div {
		flex-basis: calc(100% / 2);
		padding: 2%;
		margin-bottom: 10px;
	}
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#cat .Banner4 {
		text-align: center;
		width: 100%;
	}
	#cat .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#cat .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#cat .header {
		position: relative;
		height: 105vw;
	}
	#cat .header .fv1 {
		position: absolute;
		width: 95%;
		top: 0vw;
		left: 3vw;
	}
}