@charset "UTF-8";

/* sliderKv
--------------------------------------------------------- */
#sliderKv {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.rn-slick__Top.slick-slider {
/*	margin: 0;*/
	margin-top: 0;
	margin-bottom: 0;
    padding: 0;
}
.rn-slick__Top .slick-slide {
    min-height: 420px;
    outline: none;
}
.rn-slick__Top li {
    position: relative;
}
.rn-slick__Top li img {
    width: 100%;
}
.rn-slick__Top .slick-dots {
    bottom: 38px;
    left: 90px;
    text-align: left;
}
.rn-slick__Top .slick-dots li {
    width: 8px;
    height: 8px;
    line-height: 1;
}
.rn-slick__Top .slick-dots li button {
    width: 8px;
    height: 8px;
}
.rn-slick__Top .slick-dots li button:before {
    font-family: "";
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    content: "" !important;
    text-align: center;
    opacity: 1;
    background: url(/assets/new_cmn/img/slick/icon_dots.png) no-repeat 50% 50%;
    -webkit-background-size: 8px;
            background-size: 8px;
}
.rn-slick__Top .slick-dots li.slick-active button:before {
    opacity: 1;
    background: url(/assets/new_cmn/img/slick/icon_dots_active.png) no-repeat 50% 50%;
    -webkit-background-size: 8px;
            background-size: 8px;
}

.rn-slick__Top .slick-prev ,
.rn-slick__Top .slick-next {
    width: 30px;
    height: 30px;
    z-index: 30;
    background: rgba(0,0,0,0.8);
}
.rn-slick__Top .slick-prev {
    top: 50%;
    left: 0;
}
.rn-slick__Top .slick-prev:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/assets/new_cmn/img/slick/icon_slick_prev.png) no-repeat;
    -webkit-background-size: 8px 14px;
            background-size: 8px 14px;
}
.rn-slick__Top .slick-next {
    top: 50%;
    right: 0;
}
.rn-slick__Top .slick-next:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(/assets/new_cmn/img/slick/icon_slick_next.png) no-repeat;
    -webkit-background-size: 8px 14px;
            background-size: 8px 14px;
}
.rn-slick__Top .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    opacity: .8;
    background: rgba(0,0,0,0.8);
}

/*-- smartPhone --*/
@media screen and (max-width: 767px) {
.rn-slick__Top .slick-slide {
    min-height: 350px;
    background: #071322;
}
.rn-slick__Top .slick-dots {
    bottom: 23px;
    left: 0;
    text-align: center;
    line-height: 1;
}
}/*-- //smartPhone --*/


.sliderKv-Txt .title .main {
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.6;
}
.sliderKv-Txt .title .sub {
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.sliderKv-Txt .supplement-Category dt {
    color: #ff8200;
}
.sliderKv-Txt .supplement-Category dd {
    margin: 0;
    padding: 0;
    color: #ffffff;
}
/*-- pc --*/
@media print, screen and (min-width: 768px) {
.sliderKv-Inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    height: 100%;
    overflow: hidden;
}

.sliderKv-Txt {
    position: relative;
    width: 100%;
    height: 100%;
}
.sliderKv-Txt_inner {
    position: absolute;
    top: 14%;
    right: 20%;
    width: 70%;
}
.sliderKv-Txt * {
    z-index: 10;
}
.sliderKv-Txt_inner .title .main {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: normal;
}
.sliderKv-Txt_inner .title .sub {
    position: relative;
    padding-top: 10px;
    color: #ffffff;
    font-size: 1.25rem;
    border-top: 1px solid #ff8200;
}
.supplement-Category {
    margin: 18px 0 0;
}
.supplement-Category dt {
    position: relative;
    color: #ff8200;
    font-size: 1.625rem;
}
.supplement-Category dd {
    position: relative;
    color: #ffffff;
    font-size: 0.625rem;
}
.supplement-Btn {
    position: absolute;
    bottom: 90px;
    right: 20%;
    width: 70%;
}
.supplement-Btn span {
    min-width: 180px;
    text-align: center;
}
.supplement-Btn05 {
    position: absolute;
    bottom: 30%;
    right: -4%;
    width: 70%;
}
}
/*-- //pc --*/

/*-- smartPhone --*/
@media screen and (max-width: 767px) {
.sliderKv-Inner {
    position: relative;
    min-height: 150px;
    background: #071322;
}
.sliderKv-Txt_inner {
	padding: 10px 0 10px 15px;
	background: url(/assets/new_top/img/bg_kv_symbol.png) 0 0 no-repeat;
	-webkit-background-size: 156px 128px;
			background-size: 156px 128px;
}
.sliderKv-Txt_inner .title .main {
    font-size: 1.625rem;
    line-height: 1.3;
}
.sliderKv-Txt_inner .title .sub {
    font-size: 0.9375rem;
}
.supplement-Category {
    margin: 8px 0;
    text-align: left;
    vertical-align: top;
}
.supplement-Category dt {
    font-size: 1rem;
    line-height: 1.4;
}
.supplement-Category dd {
    font-size: 0.5625rem;
}
.supplement-Btn {
    position: absolute;
    top: 50%;
    right: 0;
    vertical-align: top;
}
.supplement-Btn .rn-btn {
    width: 90px;
}
.supplement-Btn .rn-btn span {
    padding: 8px 10px 9px;
    text-align: center;
    font-size: 0.5625rem;
}
.supplement-Btn .rn-btn span:after {
    margin-top: -1px;
}
.supplement-Btn .rn-btn.rn-btn__Arrow.rn-btn__Color02 span:after {
     margin-left: 8px;
     position: absolute;
     top: 50%;
     right: 10px;
     margin-top: -5px;
     width: 5px;
     height: 10px;
    -webkit-background-size: 5px 10px;
            background-size: 5px 10px;
}
.supplement-Btn .rn-btn.rn-btn__Color05 {
    width: 130px;
}
.supplement-Btn .rn-btn.rn-btn__Arrow.rn-btn__Color05 span:after {
     margin-left: 8px;
     position: absolute;
     top: 50%;
     right: 10px;
     margin-top: -5px;
     width: 5px;
     height: 10px;
    -webkit-background-size: 5px 10px;
            background-size: 5px 10px;
}
}/*-- //smartPhone --*/


/* area-category
--------------------------------------------------------- */
#area-category {
	margin: 0 auto;
	padding-right: 0;
}
#area-category .area-category-Li {
	padding-right: 1px;
}
#area-category .area-category-Li:nth-last-of-type(1) {
	padding-right: 0;
}

/*-- smartPhone --*/
@media screen and (max-width: 767px) {
#area-category .area-category-Li {
	margin: 0 0 2px 0;
	padding-right: 0;
}
#area-category .area-category-Li:nth-last-of-type(1) {
	margin: 0;
	padding: 0;
}
}/*-- //smartPhone --*/