@charset "utf-8";
/* CSS Document */
#color-happybag{
	display:block;
	color:#484848;
	font-family:"Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	background-color:#ffffff;
	width:100%;
	max-width:640px;
	margin:0 auto 40px;
}
#color-happybag p,
#color-happybag a,
#color-happybag span,
#color-happybag div,
#color-happybag ul,
#color-happybag li{
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#color-happybag a{
	text-decoration:none;
}
#color-happybag a:hover {
  opacity: 1; 
}
#color-happybag img{
    vertical-align:middle;
}
#color-happybag .header_box{
	text-align: center;
}

#color-happybag .header_box{
	text-align: center;
}

/*メインコンテンツ*/
#color-happybag .concept_area{
	display: block;
	margin: 12% auto;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	position: relative;
}

#color-happybag .main_shita{
    margin: 0 auto 4%;
}

@media screen and (min-width: 960px) {
	#color-happybag .main_pt {
		font-size: 16px;
	}
	#color-happybag .area_subt {
		font-size: 16px;
	}
	#color-happybag .area_txt {
		font-size: 16px;
	}
	#color-happybag .about_menu {
		font-size: 16px;
	}
	#color-happybag .li_n {
		font-size: 16px;
	}
	#color-happybag .main_po img{
		width: 60%;
		margin: 0 auto;
	}
	#color-happybag .syousai_in h3 {
		font-size: 16px;
	}
	#color-happybag .futomoji {
		font-size: 16px;
	}
	#color-happybag .hosomoji {
		font-size: 16px;
	}
	#color-happybag .howto_li {
		font-size: 16px;
	}
	#color-happybag .howto_li2 {
		font-size: 16px;
	}
	#color-happybag .kabu_in h3{
		font-size: 16px;
	}
	#color-happybag .footer_li{
		font-size: 16px;
	}
}
#color-happybag .slide-container_wrapper {
	background: #fef2f9;
	margin: 7% auto 0;
	overflow: hidden;
	padding: 5% 0 10%;
	position: relative;
}
#color-happybag .slide-container_wrapper.adult {
	background: #f2f5fd;
}
#color-happybag .wear_img {
	background: url(../img/bg_pink_02.png) no-repeat 49% 112%;
	background-size: 26%;
	font-size: min(3.7vw, 18px);
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
}
#color-happybag .wear_img.adult {
	background: url(../img/bg_blue_02.png) no-repeat 49% 112%;
	background-size: 26%;
}
#color-happybag .slide-container {
	margin: 3% auto 0;
	position: relative;
	width: 90%;
}
#color-happybag .slide-container .slide {
	display: block;
	margin: 0 10px;
	width: auto;
}
#color-happybag .slide-container .slide img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#color-happybag .slide-wrapper .slick-arrow {
	appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 0;
	height: 45px;
	opacity: 0.8;
	position: absolute;
	width: 45px;
	z-index: 10;
}
#color-happybag .slick-arrow.prev-arrow {
	left: -3%;
	top: 33%;
}
#color-happybag .slick-arrow.next-arrow {
	right: -3%;
	top: 33%;
}
#color-happybag .prev-arrow,
#color-happybag .next-arrow {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	position: relative;
	transition: all 0.3s ease;
}
#color-happybag .prev-arrow {
	margin-right: 20px;
	transform: rotate(180deg);
}
#color-happybag .prev-arrow::before,
#color-happybag .next-arrow::before {
	border-right: 2px solid #7d7d7d;
	border-top: 2px solid #7d7d7d;
	bottom: 0;
	content: "";
	height: 7px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 2px;
	top: 0;
	transform: rotate(45deg);
	width: 7px;
}
#color-happybag .slick-dots {
	bottom: -37px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#color-happybag .slick-dots li button:before {
	color: #e2dade;
	opacity: 1;
}
#color-happybag .slick-dots li.slick-active button:before {
	color: #ababab;
	opacity: 1;
}
#color-happybag .slick-dots li button:before {
	font-size: 9px;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    /* color: white; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
#color-happybag .feature_area{
	background-color: #f466a0;
}

#color-happybag .f_abba{
	background-color: #e04c64 !important;
}

#color-happybag .f_bbba{
	background-color: #c052ab !important;
}

#color-happybag .c_bott{
    padding-bottom: 7%;
    background: #feebf7;
}

#color-happybag .feature_area .feature_slider_wrap {
	margin: 0 auto 0;
	padding: 0 3% 6%;
}

#color-happybag .feature_area .feature_slider .slick-arrow.slick-prev {
    top: 50%;
    left: 0%;
    z-index: 50;
    width: 8%;
    height: 8%;    
}

#color-happybag .feature_area .feature_slider .slick-arrow.slick-next {
	top: 50%;
	right: 0%;
    z-index: 50;    
    width: 8%;
    height: 8%;    
}

#color-happybag .feature_area .feature_slider {}

#color-happybag .feature_area .feature_item_ttl {
	margin-bottom: 5%;
	font-weight: 500;
	font-size: 14px;
	font-size: 4.4vw;
	line-height: 1.57143;
	letter-spacing: 0.1em;
	text-align: center;
}

#color-happybag .feature_area .feature_item_ttl.font_big {
	font-size: 16px;
	font-size: 5vw;
}

#color-happybag .feature_area .feature_item_ttl_num {
	display: block;
	margin-bottom: 0.3em;
	color: #9ebcd4;
	font-weight: 400;
	font-size: 16px;
	font-size: 5vw;
	line-height: 1;
	letter-spacing: 0.04em;
}

#color-happybag .feature_area .feature_item {
	width: auto;
	padding: 0 2%;
}

#color-happybag .feature_area .feature_item img {
	height: auto;
	width: 100%;
	transition: all 0.3s;
}

#color-happybag .feature_item:hover {
	opacity: 0.6;
}

#color-happybag .feature_area .feature_img {
	width: auto;
	margin: 0 auto;
}

#color-happybag .feature_area .feature_exp {
	display: block;
}

#color-happybag .feature_area .feature_exp_ttl {
	box-sizing: border-box;
	display: inline-block;
	margin: 8% 0 3%;
	padding: 0.6em 1em 0.5em;
	border: 1px solid #484848;
	border-radius: 100vh;
	font-weight: 400;
	font-size: 11px;
	font-size: 3.4vw;
	line-height: 1.2;
	letter-spacing: 0.08em;
}

#color-happybag .feature_area .feature_exp_ttl:nth-child(n+2) {
	margin-top: 5%;
}

#color-happybag .feature_area .feature_exp_ttl.size_full {
	width: 100%;
}

#color-happybag .feature_area .feature_exp_ttl span {
	zoom: 0.7;
	letter-spacing: 0.06em;
}

#color-happybag .feature_area .feature_exp_txt {
	font-weight: 400;
	font-size: 11px;
	font-size: 3.4vw;
	line-height: 1.90909;
	letter-spacing: 0.1em;
}

#color-happybag .feature_area .feature_exp_txt p+p {
	margin-top: 1em;
}

#color-happybag .an_abc {
    display: flex;
    margin: 5% auto 0;    
}