@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}


#hair{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 3%;
	color:#222;
	background: #fffef3;

 font-family: 'YuseiMagic', sans-serif !important;
font-weight: 700;


}
#hair .pc_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 h2,#hair h3,#hair h4,#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  3px, transparent 4px),
    radial-gradient(#f8e076 3px, transparent 4px),
    linear-gradient(#fffef3 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #f8e076 75px, #f8e076 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #f8e076 76px, #f8e076 77px, transparent 78px, transparent 109px),
    #fffef3;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;


   /* background: #fffef3; */
   /* padding-top: 3%;
   max-width:900px;
    margin-inline: auto; */

}
 #hair .pickup #navi{   padding-top: 3%;
   max-width:900px;
    margin-inline: auto;}

/* #hair .pickup > .inner{
    display: grid;
    gap: 30px;
} */

#hair .inner{
    max-width:900px;
    margin-inline: auto;
    margin-bottom: 2%;
}
#hair section{
   /* margin:1% 0;   */

}
/*
#hair section:nth-of-type(odd) {
    background: #fffef3;
}
*/
#hair .bg{
    /* background:#faf4d9; */
    /* background:#fffef3; */

        background-image: url('/IMAGE/hair/parts_particle.svg');
    /* background-position: top; */
    background-position:center 160px;

    background-repeat: no-repeat;
}

/* #hair .parts
 width: 5%;
    position: absolute;
    left: 3%;
    z-index: 100;
} */

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#hair h1{background:#ecc202; width: 100%;}
#hair h1 img{max-width: 1200px; margin: auto;}
#hair h2{
    background:#ecc202;
    padding: 2%;
    font-size: 3em;
    color: #564944;
    margin-bottom:3vw;
}
/* #hair .mimi{text-align: center;} */
#hair .mimi img{width: 100px; margin: 0 auto;}
#hair h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6em;
	text-align: center;
    color: #564944;
    margin: 4% 0 2%;
}

#hair h3::before,
#hair h3::after {
    content: '';
    width: 10%;
    height: 4px;
    background-color: #e3bf00;
    margin: 2%;
}


#hair .sub-title{
    font-size: 20px;
    color: #6e6e6e;
    margin-bottom: 30px;
}
/* #hair h4{
    font-size: 23px;
    color: #fff;
    margin-bottom:20px;
    position: relative;
    background:#80a3c4;
    padding: 7px 0;
} */
#hair h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    text-align: center;
    margin:3% 0;
    font-size: 2em;
  }
  #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: 10px; */
}

/* #hair #navi ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    background: #5cb1b2;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    border-radius: 5px;
    flex-direction: row;
}
#hair #navi ul .name{
    flex-grow: 1;
    line-height: 1.1em;
    padding: 0;
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
}
#hair #navi ul li img{
    width:auto;
    border-radius:4px;
}
#hair #navi ul .name::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 24%;
    bottom:5%;
    transition: 0.3s all;
} */
/*hover*/
#hair #navi ul li a:hover{
    color:#222 !important;
}
#hair #navi ul a:hover .name::after{
    bottom: 2%;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
/*共通*/
#hair .item-list {
 display: flex;
flex-wrap: wrap;
justify-content: center;
}
/*枠*/
#hair .item-list li{
    background: #fff;
        width: calc(98% / 2);
    margin: 0.5%;
}

#hair .item-list li img{
  min-width: 393px;
}
/* #hair .item-list li:nth-child(2n+1){
    background: #fff;
    width: calc(98% / 2);
    margin: 0 auto;
} */
#hair .item-list li .price{margin: 0;}

#hair .item-list li a{
    display: block;
    padding:24px;
    transition: 0.3s all;
}
#hair .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    text-align: center;
}
/*販促アイコン*/
#hair .coupon-icon{
    background:#ed7255db;
    color: #fff89b;
    line-height: 0.8em;
    font-size: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
}
#hair .coupon-icon span.big{
    font-size: 33px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 1em;
}
#hair .coupon-icon span.small{
    font-size: 15px;
    display: block;
    line-height: 1em;
    color: #fff;
    
}
/*商品名*/
#hair dd.item-list-txt{
    font-size:19px;
    line-height: 1.3em;
    color: #564944;
    border-bottom: 1px dashed #ecc202;
    padding: 0 0 7px 0;
    width: 100%;
    height: 57px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; 
}
/*商品説明文*/
#hair dd.item-list-comment{
    font-size:14px;
    line-height: 1.4em;
    color: #383838;
    font-weight: 300;
}
/*アイコン*/
#hair dd.item-list-icon  ul {
    display: flex;
}
#hair dd.item-list-icon  ul li{
    color: #fff;
    font-size: 13px;
    padding:3px 8px;
    width: auto;
    margin-right: 4px;
    background: #6e6e6e;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hair dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
/*ご購入はこちら*/
#hair .item-list-btn {
   background: #ecc202;
   color: #fff;
   border: 2px solid #ecc202;
   padding:6px 0 8px 0;
   border-radius: 50px;
   line-height: 1.3em;
   position: relative;
   font-size:15px;
   width: 70%;
   margin-bottom: 6px;
   transition: 0.3s all;
}
#hair .item-list-btn::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 7px;
    transition: 0.3s all;
}
/*hover*/
#hair .item-list li a:hover{
    box-shadow: 0px 0px 10px #ffed99;
}
#hair a:hover .item-list-btn{
   color: #ecc202 !important;
   background: #fff;
   border: 2px solid #ecc202;
}
#hair a:hover .item-list-btn::after {
    right: 5px;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#hair .scene__price,
#hair li.price{
	color:#222 !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:30px;
	padding:0;
}
/*打消し*/
#hair li.motoprice,
#hair span.spesicalprice,
#hair li.intax {
	display: none;
}
/*-----------------------------------------------*/
/*販促ボタン*/
/*-----------------------------------------------*/
#hair .coupon-btn a{
	background:#ef7a5e;
    color: #fff89b;
    font-size: 21px;
    padding:14px 0;
    border-radius: 50px;
    border: 2px solid #ef7a5e;
}
#hair .coupon-btn a span.white{
    color: #fff;
}
#hair .coupon-btn a span.big{
    font-size: 28px;
    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: 15px;
    bottom:13px;
    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: 10px;
    color: inherit !important;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#hair ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:30px auto 50px auto;
}
#hair ul[class^="cate-link_"] li a{
	font-size: 18px;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 15px;
    background:#76d1bd;
    border: 2px solid #76d1bd; 
}
#hair ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#hair .cate-link_1 > li {/*1カラム*/
	 width: 55%;
}
#hair .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /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.5em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:20%;
    right:5%;
    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:3%;
    color:#76d1bd;
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#hair .feature-box{
    display: grid;
    gap: 30px;
    max-width:900px;
    margin:0 auto;
}
#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: 20px;
    right: 20px;
	z-index: 9999;
}

 #hair .pagetop a ::before {
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #fff;
     } 

#hair .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	/* font-size: 30px;
	font-weight: 700; */
	background-color: #564944; 
	border-radius: 80px; 
	width:70px;
	height:70px;
    /* line-height: 1.3em;
    transition: 0.3s all; */
}
#hair .pagetop a:hover{
	/* background-color: #564944; */
	color: #fff !important; 
	transform: translateY(-2px);
}



/**********************************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 400px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/* 画面下余白削除 */
article#contents {
    padding-bottom: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

