
/*----------------------------
 SeleryブランドサイトTOP
-----------------------------*/

#top {
	background: url(../img/top/bg_top_26ss.jpg) center top;
  background-size: auto;
  min-height: 100%;
  overflow: hidden;
}
#header_inner h1 {
width: 46%;
margin: 0 auto 25px ;
}
#header_inner h1 img {
width: 100%;
}

.anchor {
  height: 50px;
}

.contact_link{
	position: fixed;
	left: 0px;
	top: 60px;
	height: 250px;
	width: 50px;
	z-index: 99;
}

.catalog_link{
	position: fixed;
	left: 0px;
	top: 80px;
	height: 180px;
	width: 50px;
	z-index: 99;
}

.bg_gr {
  background-color:#ededed;
}
.bg_gr2 {
  background-color: #e7ebed;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb100 {
	margin-bottom:100px !important;
}


/*===== ■ KV =====*/

#kv_box {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto 70px;
}

#kv_box > div {
  width: 50%;
  float: left;
  position: relative;
  height: auto;
  min-height: 500px;
  overflow: hidden;
}

.kv,
.kv2{
  z-index: 99;
  height: 500px;
}

#kv_box > div li {
  overflow: hidden;
  height: 500px;
}

.kv img,
.kv2 img{
  width: 100%;
  max-width: 100%;
  height: auto;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-delay: 0.1s;
}

.kv img:hover,
.kv2 img:hover{
  opacity: .5;
}

#kv_box > div ul + p img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  z-index: 100;
}

#kv_box > div:first-child ul + p img {
  width: 202px;
}

#kv_box > div:last-child ul + p img {
  width: 411px;
}



@media screen and (min-width: 1130px) and (max-width: 2000px) {
	
#kv_box {
  height: auto;
  max-width: 100%;
  min-height: 500px;
}

#kv_box > div {
  height: 500px;
}
	
}


@media screen and (min-width:2001px) {
	
#kv_box {
  background: #ccc;
  max-width: 2000px;
  margin: 0 auto;
  min-height: 500px;
}

#kv_box > div {
  height: 500px;
}

}

@media screen and (max-width:1129px) {
	
#kv_box > div ul + p img {
  top: -40px;
}

}


.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
  outline: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none;
}

.slick-loading .slick-list {
  background: #fff url(../img/top/ajax-loader.gif) center center no-repeat;
}





/*===== ■ ABOUT =====*/

@media screen and (min-width: 1130px) and (max-width: 1180px) {
	
#about_wrap {
  margin-top: 0px;
}
	
}

@media screen and (max-width:1129px) {

#about_wrap {
  margin-top: 0px;
}
	
}


#about_wrap {
  width: 100%;
  position: relative;
}

#about_wrap figure {
  position: absolute;
  top: 250px;
  right: 0px;
}

#about {
  margin-bottom: 150px;
  margin-top:150px;
}

#about h2 {
  text-align: center;
  margin-bottom: 50px;
}
#about h2 {
  margin-bottom: 42px;
}
#about h2 + p {
  margin-bottom: 32px;
}
#about > p {
  text-align: center;
  line-height: 2.2;
}
/*
#about dl {
  width: 705px;
  display: table;
  margin: 50px auto 0;
  position: relative;
  padding-top: 40px;
}

#about dl::before {
  background-color: #000;
  top: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 14%;
  left: 43%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#about dl dt,
#about dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#about dl dt {
  width: 185px;
  padding-left: 15px;
}
#about dl dt.logodesign img {
  position: absolute;
  top: 18px;
  left: -18px;
  max-width: initial;
  width: 249px;
  z-index: 1;
}
#about dl dd p {
  text-align: left;
  position: relative;
  line-height: 1.6;
  font-size: 12px;
}

#about dl dd img {
  display: block;
  position: relative;
  top: -3px;
  z-index: 10;
}

#about dl dd {
  vertical-align: bottom;
}
#about dl dt.logodesign + dd {
  padding-top: 25px;
}
#about .sp_link {
  margin: 15px 0 -5px;
}
*/

#about .list {
  margin-top: 35px;
  padding-top: 35px;
  position: relative;
  width: 960px;
  letter-spacing: -.4em;
  text-align: center;
}
#about .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 1px;
  background-color: #000;
}
#about .list dl {
  display: inline-block;
  width: 67%;
  letter-spacing: normal;
}
#about .list dt {
  display: inline-block;
	width: 245px;
}
#about .list dd {
  font-size: 12px;
  line-height: 1.8;
	width: 57%;
	padding: 10px 0 0 10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#about.sign .list dl {
	vertical-align: top;
}
#about .list dd p:not(.sp_link) {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: -.03em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#about .sp_link a {
  font-size: 12px;
  color: #34a4e1;
  text-decoration: underline;
}

/*===== ■ NEWS & TOPICS =====*/

#news_list {
  background: #f2f2f2;
  padding: 50px 25px 20px;
  margin-bottom: 100px;
}

#news_list h2 {
  text-align: center;
  margin-bottom: 25px;
}
/*
#news_list dl {
  width: auto;
  margin: 0 130px;
  display: table;
}

#news_list dl dt,
#news_list dl dd {
  font-size: 12px;
  display: table-cell;
}

#news_list dl dt {
  color: #666;
  padding-right: 25px;
}

#news_list dl dd {
  font-weight: bold;
}

#news_list dl dd span {
  color: #FE8CBF;
  font-size: 11px;
}

#news_list dl dd em {
  font-size: 11px;
}

#news_list dl dd a {
  color: #000;
  font-size: 12px;
}
*/

#news_list dl {
	margin: -5px auto 0;
  width: 645px;
}
#news_list dt {
	clear: both;
	float: left;
  padding-left: 15px;
	width: 85px;
	font-size: 12px;
	color: #666;
	line-height: 1.9;
}
#news_list dd {
	margin-left: 85px;
	padding-left: 40px;
	width: 750px;
	font-size: 14px;
	color: #333;
	line-height: 1.9;
}
#news_list dd a {
  text-decoration: none;
}
#news_list dd.new {
	background: url(../img/top/ic_new.png) 10px 5px no-repeat;
}
#news_list p {
  text-align: right;
}

#news_list .news_box{
  height: 200px;
  overflow-y: scroll;
  width: 880px;
}
#news_list .news_box dl{
  width: 720px;
  margin-top: 2px;
}
#news_list .news_box dd{
  width: 700px;
}


/*===== ■ KNIT =====*/

#knit,
#uniform {
  width: 100%;
  position: relative;
  /* background: url(../img/top/ph_knit.jpg) no-repeat right top;*/
  min-height: 500px; 
}
#knit {
  margin-bottom: 40px;
}
#uniform {
  margin-bottom: 10px;
}
#img_knit{
  position: absolute;
  right: 0;
	max-height: 500px; 
  z-index: 8;
}
#img_knit img,
#uniform img {
	max-width:915px;
	max-height: 500px;
}

#knit .section_inner,
#uniform .section_inner {
  z-index: 9;
}

#knit h2{
  margin-bottom: 20px;
  padding-top: 35px;
}

#knit figure {
  position: absolute;
  bottom: -90px !important;
  left: 0px;
  z-index: 10;
}


#img_uniform {
  position: absolute;
  left: 0;
  height: 500px;
  z-index: 8;
}
#uniform h2 {
  margin-bottom: 20px;
  text-align:right;
  padding-top: 40px;
}
#uniform p {
	text-align:right;
}
#uniform figure {
  position: absolute;
  bottom: -190px !important;
  right: -30px;
  z-index: 10;
}

/*===== ■ CONTENTS =====*/

#contents_ttl {
	text-align:center;
	margin-top:100px;
	margin-bottom:56px;
}
#contents_list h2,
#contents_list_02 h2 {
  text-align: center;
  margin-bottom: 40px;
}

#contents_list ul,
#contents_list_02 ul {
  overflow: hidden;
}

#contents_list ul li {
  width: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
#contents_list ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
#contents_list_02 ul li {
  float: left;
  margin-right: 19px;
/*  margin-bottom: 30px;*/
}
#contents_list_03  ul#contents_top_03 li {
  margin-bottom: 20px;
}

#contents_list ul li:nth-child(3n),
#contents_list_02 ul li:nth-child(3n) {
  margin-right: 0;
}

#contents_list ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .12em;
  text-align: center;
  border-radius: 4px;
  padding: 20px;
}
#contents_list ul li span{
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.2em;
}
#contents_list_02 ul li a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
#contents_top {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#contents_top_04::before {
  background-color: #000;
  bottom: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 11%;
  left: 44.5%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#contents_list_02 {
  padding-top: 25px;
  padding-bottom: 40px;
}
#contents_list_02 p {
	text-align: right;
}
#contents_list_02 p.more_link {
	margin-bottom: 30px;
}

#contents_top li a {
  background: #333;
}

#contents_list #contents_bottom li a,
#contents_list_02 #contents_bottom li a {
  padding: 0;
}
#contents_bottom {
  margin: 40px 0 35px;
}
#contents_list2 {
    max-width: 960px;
    margin: 0 auto;
}
#contents_list2 ul {
display: flex;
justify-content: space-between;
}
#contents_list2 ul li {
width: 48%;
margin-bottom: 40px;
box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
#contents_list2 ul li img {
width: 100%;
}



#movie {
  height: 637px;
  overflow: hidden;
}
#movie video {
  width: 100%;
  height: auto;
}
#lineup_wrap {
  padding: 60px 0 75px;
}
#lineup_wrap h2 {
  text-align: center;
  margin-bottom: 45px;
}
#lineup_wrap ul {
  letter-spacing: -.4em;
  text-align: center;
}
#lineup_wrap li {
  display: inline-block;
  position: relative;
  width: 467px;
  z-index: 1;
}
#lineup_wrap li + li {
  margin-left: 24px;
}
#lineup_wrap li a {
  display: block;
  height: 452px;
  width: 467px;
}
#lineup_wrap li img,
#lineup_wrap li a {
  -webkit-transition: .4s;
  transition: .4s;
}
#lineup_wrap a:hover {
  box-shadow: 0 0 0 28px rgba(240,205,214,.7) inset;
}
#lineup_wrap li img {
  position: relative;
  z-index: -1;
}

.slider_box .bx-viewport {
   max-width: 1320px ;
   margin-left: auto;
   margin-right: auto;
}

/* slider */
.slider_box .bxslider li {
   position: relative;
   max-width: 1320px ;
			max-height: 678px;
   width: 100% ;
			height: 678px;
  /*overflow: hidden;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size:contain;
  white-space: nowrap;
  text-indent: 100%;
}
.slider_box .bxslider img {
	position: absolute;
  left: 50%;
}
.slider_box .bx-wrapper .bx-has-pager{
	margin-left: auto;
	margin-right: auto;
width: 1320px ;
}
.slider_box .bx-wrapper .bx-pager{
	max-width: 1320px ;
}
.slider_box .bxslider li:nth-child(1) {
  background-image: url(../img/top/img_slider_jane-pacer_01_24-25aw.jpg);
}
.slider_box .bxslider li:nth-child(2) {
  background-image: url(../img/top/img_slider_jane-pacer_02_24-25aw.jpg);
}
.slider_box .bxslider li:nth-child(3) {
  background-image: url(../img/top/img_slider_jane-pacer_03_24-25aw.jpg);
}
.slider_box .bxslider li:nth-child(4) {
  background-image: url(../img/top/img_slider_jane-pacer_04_24-25aw.jpg);
}
.slider_box .bxslider li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -230px;
}

#tiotio {
  margin-top:0px;
}
#tiotio .list {
  margin-top: 35px;
  padding-top: 35px;
  position: relative;
  width: 960px;
  letter-spacing: -.4em;
  text-align: center;
}
#tiotio .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 1px;
  background-color: #000;
}
#tiotio .list dl {
  display: inline-block;
  width: 67%;
  letter-spacing: normal;
}
#tiotio .list dt {
  display: inline-block;
	width: 245px;
}
#tiotio .list dd {
  font-size: 12px;
  line-height: 1.8;
	width: 57%;
	padding: 10px 0 0 10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
#tiotio .sign .list dl {
	vertical-align: top;
}
#tiotio .sp_link a {
  font-size: 12px;
  color: #34a4e1;
  text-decoration: underline;
}

.meclib_22ss {
	position: relative;
	max-width: 962px;
	margin: 0 auto 48px;
}

.meclib_22ss .btn_google_play {
	position: absolute;
	bottom: 14%;
	right: 20.5%;
	max-width: 135px;
}

.meclib_22ss .btn_app_store {
	position: absolute;
	bottom: 14%;
	right: 4.7%;
	max-width: 109px;
}


/* 2025ss */

header .header_ic{
z-index: 5;
width: 15%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 15px;
	top: 15px;
}

#contents {
  margin-bottom:60px;
}
#collection_btn {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
#collection_btn p {
    margin-bottom: 50px;
}
.ic_company:after {
	content: url(../img/ic_company.png);
	margin-left: 5px;
}





/* season-catalog */
#season-catalog {
  padding: 90px 0 65px;
		background-color: #e6e6e6;
}
#season-catalog h2  {
font-size: 1.6em;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
#season-catalog h2::after {
content: '';
position: absolute;
height: 1px;
width: 10%;
left: 45%;
bottom: -20px;
background: #000;
}
.season-catalog_box01 {
display: flex;
justify-content: flex-start;
align-items: flex-end;
margin-bottom: 10%;
}
.season-catalog_box02 {
display: flex;
justify-content: flex-end;
align-items: flex-end;
margin-bottom: 10%;
}
.season-catalog_box01 li {
width: 33%;
margin-right: 25px;
}
.season-catalog_box02 li {
width: 33%;
margin-left: 25px;
}
.season-catalog_box01 li img,
.season-catalog_box02 li img {
width: 100%;
}
.season-catalog_box01 .catalog_box-02 {
width: 25%;
margin-right: 10px;
}
.season-catalog_box01 .catalog_box-03 {
width: 28%;
}
.season-catalog_box02 .catalog_box-02 {
width: 25%;
margin-left: 10px;
}
.season-catalog_box02 .catalog_box-03 {
width: 28%;
}
.season-catalog_box01 h3,
.season-catalog_box02 h3{
font-size: 1.9em;
font-weight: 600;
line-height: 1.2;
margin: 0 0 5% 0;
}
.season-catalog_box01 h3 span,
.season-catalog_box02 h3 span {
display: block;
font-size: 0.7em;
}
.season-catalog_box01 p,
.season-catalog_box02 p {
font-size: 1.2em;
font-weight: 600;
margin: 0 0 10% 0;
}
.season-catalog_box01 .atalog-btn,
.season-catalog_box02 .atalog-btn {
display: block;
font-size: 1.1em;
border-radius: 5px;
font-weight: 500;
color: #fff !important;
background-color: #333333;
text-align: center;
padding: 5%;
width: 100%;
}
.season-catalog_box01 .atalog-btn:hover,
.season-catalog_box02 .atalog-btn:hover {
opacity: 0.7;
}



/* collection */
#collection_wrap {
  padding: 90px 0 65px;
}
#collection_wrap h2  {
font-size: 1.6em;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
#collection_wrap h2::after {
content: '';
position: absolute;
height: 1px;
width: 10%;
left: 45%;
bottom: -20px;
background: #000;
}
#collection_wrap ul {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-wrap: wrap;
}
#collection_wrap li {
width: 23%;
text-align: left;
margin-bottom: 2%;
}
#collection_wrap li img {
width: 100%;
}
#collection_wrap li span {
margin-top: 5%;
font-size: 1.1em;
font-weight: bold;
display: block;
}

/* user-report */
.user-report {
background-color: #7f7f7d;
padding: 90px 0 ;
}
.user-report_title {
color: #fff;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
.user-report_title::after {
content: '';
position: absolute;
height: 1px;
width: 10%;
left: 45%;
bottom: -20px;
background: #fff;
}
.user-report ul {
display: flex;
align-items: stretch;
justify-content: space-between;
}
.user-report ul li {
width: 32%;
}
.user-report ul li img {
width: 100%;
}
.user-report h3 {
font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", serif;
color: #fff;
font-size: 2.6em;
margin: 5% 0 0;
}
.user-report h3 span {
display: block;
font-weight: 500;
font-size: 0.5em;
}
.user-report p {
color: #fff;
letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
.user-report {
padding: 60px 0 20px;
}
.user-report ul {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
.user-report ul li {
width: 100%;
margin-bottom: 10%;
}
.user-report_title {
font-size: 2rem;
line-height: 1.35;
margin: 0 auto 20%;
}
.user-report_title::after {
width: 18%;
left: 40%;
bottom: -14px;
}
}




/* contents_btnbox */
 .contents_btnbox {
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0;
    width: 830px;
  }
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  height: 70px;
  font-size: 1.2rem;
		border-radius: 5px;
  font-weight: 500;
		color: #fff !important;
		background-color: #6eb4dc;
  transition: 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.c-btn::after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn.-contact::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2026%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2222%22%20height%3D%2216%22%2F%3E%3Cpolyline%20class%3D%22a%22%20points%3D%2222.5%209.5%2029.5%209.5%2029.5%2025.5%207.5%2025.5%207.5%2017.5%22%2F%3E%3C%2Fsvg%3E");
		filter: invert(100%) brightness(10);
}
.c-btn.-catalog::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2021.6%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23333%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M26.5%2C21.1c-1.9-3.4-9.5-3.4-13%2C0-3-3-9.3-4.3-13%2C0V2.9c1.9-3%2C9.7-3.3%2C13%2C0C17-.7%2C24.6.3%2C26.5%2C2.9Z%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2213.5%22%20y1%3D%221.6%22%20x2%3D%2213.5%22%20y2%3D%2220.6%22%2F%3E%3C%2Fsvg%3E");
		filter: invert(100%) brightness(10);
}

@media screen and (max-width: 767px) {
 .contents_btnbox {
    margin: 35px auto 0;
    width: 66.66vw;
    max-width: 400px;
  }
  .c-btn {
    width: 100%;
    height: 12vw;
    max-height: 90px;
    font-size: min(3.73vw, 2rem);
  }
  .c-btn::after {
    content: "";
    display: inline-block;
    margin: -2px 0 0 6px;
    width: 20px;
    height: 20px;
  }
}




