@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');

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 ul{
	margin-bottom: 0px;
	margin-left:0;
}

.blog_inner h2{
	margin-top: 0px;
	padding-bottom: 0;
}

#container, .container{
	padding-right: 5px;
	padding-left: 5px;
}

#bias {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#bias img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#bias p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#bias h1,
#bias h2,
#bias h3,
#bias h4,
#bias h5{
	color: #000;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#bias h1{
	font-size: 2.8em;
	line-height: 100%;
	letter-spacing: 1px;
	margin: 50px auto 20px;
    font-weight: bold;
}

#bias h1 span{
	font-size: 0.4em;
	font-weight: normal;
    letter-spacing: 0;
}

#bias h2{
	font-size: 1.8em;
	line-height: 70%;
	margin-bottom: 0px;
}

#bias h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#bias h2.headline {
	font-size: 1.7em;
	line-height: 175%;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 0;
	
}

#bias h2.headline span {
	font-size: 0.55em;
	margin: 0px auto 10px;
	font-weight: normal;
	color:black;
}

#bias h2.headline2 {
  padding: 1.5em;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: center;
	font-size: 1.3em;
	background-color: #f8f8ff;
	font-weight: bold;
	margin-bottom: 0px;
}

#bias h2.headline3 {
  padding: 1.5em;/*文字周りの余白*/
  color: #000;/*文字色*/
 text-align: center;
	font-size: 1.3em;
	background-color: #f8f8ff;
	font-weight: bold;
	margin-bottom: 0px;
}

#bias h3{
	font-size: 1.3em;
	line-height: 180%;
	margin: 0px auto 0;
	color: black;
	font-weight: bold;
}

#bias h3 img{
	width:40%;
	margin:0 auto;
}

#bias h4{
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	margin: 30px auto 10px;
}

#bias .bias_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}


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



#bias .hacobune-unimedia {
	display: inline-flex !important;
   /* flex: 0 0 calc(50% - 15px) !important;*/
    max-width: calc(100% - 2px) !important;
    /*margin-right: 20px;*/
    padding: 0px;
	margin: auto;
}

#bias .hacobune-app-container{
width:100%;
padding:0;
}

#bias .hacobune-unimedia02{
	display: inline-flex !important;
    max-width: calc(100%) !important;
    padding: 0px;
	margin: auto;
}

#bias .hacobune-unimedia02 .hacobune-unit-media-description{
font-size:0.3em!important;
letter-spacing:none!important;
	line-height: normal!important;
}

#bias .hacobune-unit-media-title,
#bias .hacobune-unimedia .hacobune-unit-media-shopname,
#bias .hacobune-unimedia .hacobune-unit-media-staffname,
#bias .hacobune-unimedia .hacobune-unit-media-description,
#bias .hacobune-unimedia .hacobune-unit-media-caption,
#bias .hacobune-unimedia02 .hacobune-unit-media-shopname,
#bias .hacobune-unimedia02 .hacobune-unit-media-staffname{
display: none;
}

/*#bias .hacobune-unit-media-caption{
   display: none;
}*/




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


#bias section.item_2 .flex div {
	flex-basis: 50%;
	/*margin-bottom: 25px;*/
	margin-bottom: 0px;
}

#bias section.item_3 .flex div {
	flex-basis: 33.33%;
	/*margin-bottom: 25px;*/
	margin-bottom: 0px;
}

#bias .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#bias p.main_text{
	margin: 20px auto!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	font-size:0.9em!important;
}

#bias p.main_text span{
font-size: 1.1em;
font-weight: bold;
color: #000;
background: linear-gradient(transparent 60%, #ffa313 150%);
}

#bias p.main_text2{
	margin: 20px auto 20px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:0.95em!important;
}



#bias section{
	width: 100%;
	/*margin: 100px auto;*/
	margin: auto 0;
}

#bias section.style{
	margin: 30px auto 40px;
}

#bias p.itemname{
	width: 100%;
	margin: 0 auto!important;
    text-align: center;
}

#bias p.price{
	width: 100%;
	margin: 0 auto!important;
	text-align: center;
   font-size: 1.3em!important;
}

#bias p.price span{
	color: #C52F32;
	font-size: 1.4em!important;
	font-weight: bold;
}



#bias section.style3 .itembox{
    width: 100%;
	margin-bottom: 40px;
    
}


#bias section.style3 .itembox div{
    flex-basis: 50%;
    padding: 1%;
}


#bias section.style3 .itembox p{
    text-align: center;
    line-height: 180%;
    font-size: 0.9em!important;
}

#bias section.style3 .itembox p.price{
    font-size: 1.2em!important;
}

#bias .box h3 {
	margin: 0 auto;
	padding: 12px 20px;
	background: #ededed;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	border-bottom: solid 1px #000;
  position: relative;
}




#bias .style .slide ul {
	width: 100%;
	max-width: 510px;
}
#bias .style .slide ul li img {
	width: 100%;
	max-width: 510px;
}


/* 購入ボタン */

#bias .itemlist a,
#bias .itemlist span,
#bias .buy,
#bias section.style .otheritem,
.itemlist a,
.itemlist .coming{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #555555;
	background: #555555;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}

#bias section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 3px;
	margin:10px auto;
}

#bias .buy{
	padding: 10px 0;
	margin: 10px auto 0;
    width: 70%;
}
#bias .itemlist span{
	background: #FFF;
	color: #000;
}

#bias .buy:hover,
#bias .itemlist a:hover,
#bias section.style .otheritem:hover,
.itemlist a:hover,
.itemlist .coming{
	background: #FFF;
	text-align: center;
	border: 1px solid #555555;
	color: #555555;
}

#bias .online31-inner{
	width: 100%;
	max-width: 700px;
}

#bias .online31-inner img{
	width: 100%;
}

#bias section.style .textaria{
	margin: 20px auto 35px;
	width: 100%;
}

#bias .itemlist,
.itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px auto;
}

#bias .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#bias .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

/* profile */

#bias section.instagram{
    width: 90%;
    max-width: 700px;
    margin: 100px auto;
}

#bias .profile{
	/*width: 85%;*/
	max-width: 400px;
	margin: 0 0 50px;
}

#bias .profile div:first-child{
	flex-basis: 30%;
}

#bias .profile div:last-child{
	flex-basis: 70%;
	padding-left: 5%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#bias .profile p.modelname#bias .profile p.modelname{
	font-weight: 500;
	font-size: 1.3em!important;
	/*font-family: 'DIN-Condensed', sans-serif;*/
	color: #443001;
	line-height: 100%;
}

#bias .profile p.proftext{
	font-size: 0.8em!important;
}

#bias .profile div:last-child div{
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}

#bias .profile div:last-child p.icon{
	margin: 0!important;
	font-size: 0.75em!important;
	flex-basis: 50%;
	text-align: left;
}

#bias .profile a{
	 text-decoration: underline;
	 color: #443001;
}

#bias .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
}

.featherlight-content p{
	font-size: 1em!important;
    color: #666;
}

.featherlight-content p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}


.featherlight-content p.colorname{
    width: 100%;
    border-bottom: 1px solid #666666;
   text-align: left;
    font-size: 1.3em!important;
    color: #555555;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!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%;
}


/* 回遊リンク */

#bias .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#bias .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#bias .Banner4 ul {
	display:inline;
}

#bias .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;
}

#bias .right{
	flex-direction:row-reverse;
}

#bias .right .flex_box:last-child{
	padding-left: 0;
	padding-right: 5%;
}

#bias section.instagram .flex .profile{
    flex-basis: calc(100% / 2 - 10px);
    margin-right: 10px;
}

/* ヘッダー・フッターの崩れを直す */

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

#bias h1{
	font-size: 6.5vw;
	line-height: 90%;
    margin:10vw auto 0;
}

#bias h1 span{
	font-size: 3.5vw;
}

#bias h2{
	font-size: 9.25vw;
}

#bias h2 span{
	font-size: 3.5vw;
}


#bias p.main_text{
	display: block!important;
	width: 95%;
    text-align: left;
	font-size: 3vw;
}
	
#bias p.main_text2{
	display: block!important;
	width: 95%;
    text-align: center;
	font-size: 3vw;
}	
	
#bias h2.headline {
	font-size: 4vw;
	line-height: 145%;
	font-weight: bold;
	text-align: center;
	
}

#bias h2.headline2,
#bias h2.headline3	
	{
	font-size: 3.5vw;
}

	
#bias h2.headline span {
	font-size: 2.8vw;
	
}	

#bias .hacobune-unimedia02 .hacobune-unit-media-description{
font-size:2.5vw!important;
}	

#bias section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 0.85em;
	 padding: 5px 5px;
	margin:20px auto;
	width:80%;
}	
		
#bias h3{
	font-size: 3vw;
	margin:0 auto -7vw;
}	
	
#bias h3 img{
	margin-top:0;
	width:55%;
}		
	
#bias h4{
	font-size: 3.5vw;
	margin: 5vw auto 2vw;
}			
	
#bias p,
#bias div,
#bias .other_text,
.featherlight-content p{
	font-size: 3.5vw!important;
	line-height: 180%;
}
	
#bias section.category {
	margin: 0px auto;
	width: 95%;
}	
	
#bias section{
	margin: 0vw auto;
}

#bias section.style{
	margin: 0vw auto;
}

#bias section.style .textbox p{
    text-align: left;
}

#bias section.style2 .textbox,
#bias section.style3 .textbox{
    margin: 5.5vw auto;
}

#bias section.style .textaria{
	margin: 1vw auto 5vw;
}

#bias section.style .textaria p{
	font-size: 2.7vw!important;
    line-height: 150%;
}

#bias .itemlist div{
	font-size: 2.8vw!important;
	line-height: 150%!important;
}

#bias .Info dd span{
	font-size: 2.2vw;
}	
	
#bias .itemlist div:first-child{
	width: 77%;
}

#bias .itemlist div:last-child{
	width: 23%;
}

#bias .itemlist span{
	font-size: 2.5vw;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 4.5vw!important;
}

p.price{
	font-size: 4.5vw!important;
	line-height: 110%;
}

#bias section.style3 .itembox{
    padding: 3vw 0;
	margin-bottom: 20px;
}
	
#bias .categorylist{
	margin-bottom: 20px;  
}	
	

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#bias .Banner4 {
	text-align: center;
	width: 100%;
}

#bias .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#bias .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

#bias section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#bias .header{
	position: relative;
	/*height: 109vw;*/
}

#bias .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}