@charset "shift_jis";

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#hair{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	color:#222;
    /*background:#fffef3;*/
    background:#fffef3;
}
#hair .smp_none{
    display: none !important;
}
#hair img{
    width: 100%;display:block;
}
#hair a{
    display: block;
    position: relative;
}  
#hair a:hover{
    opacity: 0.9;
    color:#222 !important;
} 
#hair h1,#hair h2,#hair h3,#hair h5,#hair h6,#hair ul,#hair ol,#hair dl,#hair li,#hair dt,#hair dd,#hair p,#hair div,#hair span,#hair img,#hair a,#hair table,#hair tr,#hair th,#hair td{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/

#hair .pickup{
  	background:
    radial-gradient(#f8e076  1.5px, transparent 2px),
    radial-gradient(#f8e076 1.5px, transparent 2px),
    linear-gradient(#fffef3 2px, transparent 0),
    linear-gradient(45deg, transparent 37px, transparent 37.5px, #f8e076 37.5px, #f8e076 38px, transparent 38.5px, transparent 54.5px),
    linear-gradient(-45deg, transparent 37.5px, transparent 38px, #f8e076 38px, #f8e076 38.5px, transparent 39px, transparent 54.5px),
    #fffef3;
    background-size: 54.5px 54.5px, 54.5px 54.5px,100% 6px, 54.5px 54.5px, 54.5px 54.5px;
    background-position: 27px 27.5px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;

/* background: #fffef3;*/
   padding:2vw 0 0 0; 
}
#hair .pickup > .inner{
    display: grid;
    gap: 3vw;
}
/*#hair section{
   padding:2vw 0;
}*/

#hair .inner{
    padding:0 2vw 4vw;
    margin-inline: auto;
    }
    
#hair .bg{
    background:#fffef3;
    /*background:#fff;*/
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#hair h2{
    background:#ecc202;
    padding: 3.2vw;
    font-size: 5vw;
    color: #564944;
    margin-bottom:3vw;
}
/* #hair .mimi{text-align: center;} */
#hair .mimi img{width: 80px; margin: 0 auto; }
/*#hair h2{
    font-size:6vw;
    padding:0;
    color: #5cb1b2;
    margin-bottom:3vw;
    position: relative;
    display: flex;
    position: relative;
    align-items: center;
}
#hair h2::before,
#hair h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #5cb1b2;
}
#hair h2::before{
    margin-right: 1rem;
}
#hair h2::after{
    margin-left: 1rem;
}
    */
#hair .sub-title{
    font-size: 3.3vw;
    color: #6e6e6e;
    margin-bottom: 3vw;
    line-height: 1.4em;
}
/* #hair h3{
    font-size: 4vw;
    color: #564944;
    margin: 4vw;
    padding: 0 0 1.8vw 0;
    border-bottom: 4px dotted #ecc202;
} */

#hair h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5vw;
	text-align: center;
    color: #564944;
    margin: 4vw 0;
}

#hair h3::before,
#hair h3::after {
    content: '';
    width: 10vw;
    height: 1vw;
    background-color: #e3bf00;
    margin: 4vw;
}


/*#hair h5{
    font-size:4vw;
    color: #5cb1b2;
    margin:2vw 0;
    position: relative;
}*/
#hair h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    text-align: center;
    margin-bottom: 3vw;
  }
  #hair h5::before,
  #hair h5::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #e3bf00;
  }
  #hair h5::before {
    margin-right: 30px;
    transform: rotate(-35deg)
  }
  #hair h5::after {
    margin-left: 30px;
    transform: rotate(35deg)
  }
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#hair #navi ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*gap:1vw;*/
}

/*
#hair #navi ul li a{
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    background: #383838;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    border-radius: 5px;
    justify-content: center;
    flex-direction: column;
}

#hair #navi ul .name{
    padding:0.5vw 0.5vw 1vw 0.5vw;
    color: #fff;
    font-size: 2.6vw;
}
#hair #navi ul li img{
    border-radius: 3px 3px 0 0;
}
#hair #navi ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.5vw solid transparent;
    border-right: 1.4vw solid transparent;
    border-top: 1.7vw solid #ffffff;
    margin: 0 0 1vw;
    
    bottom: -3.1vw;
    
    transition: 0.3s all;
}*/
/*hover*/
#hair #navi ul li a:hover{
    color:#fff !important;
}
#hair #navi ul li a:hover::after {
    bottom:-2.5vw;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
/*共通*/
#hair .item-list {
    display: flex;flex-wrap: wrap;
}
/*枠*/
#hair .item-list li{
    background: #fff;
    width: calc(98% / 2);
    /* margin: 0.5%; */
}
#hair .item-list li a{
    display: block;
    padding:1vw;
    transition: 0.3s all;
}
#hair .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1.5vw;
    text-align: center;
}

/*共通 one*/
#hair div.one ul.item-list {
    display: flex;flex-wrap: wrap;
}
/*枠 one*/
#hair div.one ul.item-list li{
    background: #fff;
}
#hair div.one ul.item-list li:nth-child(1) {width:100%;padding: 2vw;}
#hair div.one ul.item-list li:nth-child(2) {width:calc(98%/2)}
#hair div.one ul.item-list li:nth-child(3) {width:calc(98%/2)}
#hair div.one ul.item-list li:nth-child(4) {width:calc(98%/2)}

#hair div.one ul.item-list li a{
    display: block;
    padding:1vw;
    transition: 0.3s all;
}
#hair div.one ul.item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1.5vw;
    text-align: center;
}


/*販促アイコン*/
#hair .coupon-icon{
    background:#ed7255db;
    color: #fff89b;
    line-height: 0.8em;
    font-size: 2.5vw;
    position: absolute;
    top: 1vw;
    right: 1vw;
    padding:1vw;
}
#hair .coupon-icon span.big{
    font-size: 4vw;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 1em;
}
#hair .coupon-icon span.small{
    font-size:2.2vw;
    display: block;
    line-height: 1em;
    color: #fff;
}
/*商品名*/
#hair dd.item-list-txt{
    font-size:3vw;
    line-height: 1.2em;
    color: #564944;
    border-bottom: 1px dashed #ecc202;
    padding: 0.8vw 0 2vw;
    width: 90%;  
    /*height: 8vw;*/
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*商品説明文*/
#hair .item-list-comment{
    font-size:3vw;
    line-height: 1.4em;
    color: #383838;
    font-weight: 300;
}
/*アイコン*/
#hair .item-list-icon ul {
    display: flex;
}
#hair .item-list-icon ul li{
    color: #fff;
    font-size: 2.5vw;
    padding:1vw 1.5vw 1.2vw 1.5vw;
    width: auto;
    margin-right: 3px;
    background: #6e6e6e;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hair .item-list-icon ul li:last-child{
    margin-right: 0;
}

/*アイコン one*/
#hair div.one dd.item-list-icon ul {
    display: flex;
}
#hair div.one dd.item-list-icon ul li{
    color: #fff;
    font-size: 2.5vw;
    padding:1vw 1.5vw 1.2vw 1.5vw !important;
    width: auto !important;
    margin:0 3px 0 0 !important;
    background: #6e6e6e;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hair div.one dd.item-list-icon ul li:last-child{
    margin-right: 0;
}


/*ご購入はこちら*/
#hair .item-list-btn {
   background: #ecc202;
   color: #fff;
   border: 2px solid #ecc202;
   padding:0.6vw 0 1.3vw 0;
   margin-bottom:1vw;
   border-radius: 50px;
   line-height: 1.3em;
   position: relative;
   font-size:3vw;
   width: 80%;
   transition: 0.3s all;
}
#hair .item-list-btn::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 1vw;
    bottom:0.8vw;
    transition: 0.3s all;
}
/*hover*/

#hair a:hover .item-list-btn{
   color: #ecc202 !important;
   background: #fff;
   border: 2px solid #ecc202;
}
#hair a:hover .item-list-btn::after {
    right: 0;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#hair .scene__price,
#hair li.price{
	color:#222 !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:4vw;
	padding:0;
}
/*打消し*/
#hair li.motoprice,
#hair span.spesicalprice,
#hair li.intax {
	display: none !important;
}
/*-----------------------------------------------*/
/*販促ボタン*/
/*-----------------------------------------------*/
#hair .coupon-btn a{
	background: #ed7255db;
    color: #fff89b;
    font-size: 4vw;
    padding:1.3vw 0;
    border-radius: 50px;
    border: 2px solid #ed7255db;
}
#hair .coupon-btn a span.white{
    color: #fff;
}
#hair .coupon-btn a span.big{
    font-size: 6vw;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 1em;
}
#hair .coupon-btn a:hover{
    color: #fff !important;
}
#hair .coupon-btn a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.4rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 1vw;
    bottom:1.5vw;
    transition: 0.3s all;
}
/*hover*/
#hair .coupon-btn a:hover{
	background: #fff;
    border: 2px solid #ed7255db;
    color:#ed7255db !important;
}
#hair .coupon-btn a:hover span.white{
    color:#ed7255db !important;
}
#hair .coupon-btn a:hover::after {
    right: 0;
    color: inherit !important;
}

/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#hair ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:3vw auto 4vw auto;
}
#hair ul[class^="cate-link_"] li a{
	font-size:4vw;
    display: block;
    padding: 2.5vw 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 auto;
    background: #76d1bd;
    border: 2px solid #76d1bd; 
}
#hair ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#hair .cate-link_1 > li {/*1カラム*/
	 width: 85%;
}
#hair .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 4%) /2);
}
#hair .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#hair ul[class^="cate-link_"] li a:after{
	font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:2.5vw;
    right:-1vw;
    color: #fff;
    transition: 0.3s all;
}
#hair ul[class^="cate-link_"] li a:hover{
    color:#76d1bd !important;
    background: #fff;
}
#hair ul[class^="cate-link_"] li a:hover:after{
    right:-2vw;
    color:#76d1bd;
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#hair .feature-box{
    display: grid;
    gap: 2vw;
}
#hair .feature-box.col_1{
   grid-template-columns:repeat(1, 1fr);
}
#hair .feature-box.col_2{
   grid-template-columns:repeat(2, 1fr);
}
#hair .feature-box.col_3{
   grid-template-columns:repeat(3, 1fr);
}
#hair .feature-box.col_4{
   grid-template-columns:repeat(4, 1fr);
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#hair .pagetop {
    position: fixed;
    bottom: 17vw;
    right: 4vw;
	z-index: 9999;
}

 #hair .pagetop a ::before {
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
     } 

#hair .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 3vw;
	font-weight: 700;
	background-color: #564944;
	border-radius: 80px;
	width: 12vw;
	height:12vw;
    /* line-height: 1.3em;
    transition: 0.3s all;*/
} 


/* 画面下余白削除 */
article#contents {
    padding-bottom: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

