@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

main {
    background-image: url(../img/concept/main_back.png);
    background-size: contain;
    background-position: center 38px;
    background-repeat: no-repeat;
}

.change_banner {
    border-radius: 100px;
    background: #9d2f3c;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 40px;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    width: 280px;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.change_banner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.change_banner:hover {
    background: #333;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    margin: 0 auto 40px;
    text-align: center;
}

h1 {
    font-size: 2.4rem;
    margin: 60px 0 50px;
    text-align: center;
}

h1 span {
    color: #9d9d9d;
}

.products_list_area {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto 100px;
}

#tabs > .panel > ul.products_list {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    border: none;
}

.panel > ul.products_list li {
    width: 14% !important;
    margin: 3%;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    background: none !important;
}

.panel > ul.products_list li a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    display: inherit !important;
    border: none !important;
}

.category_button > a > span {
    color: #aaa;
    display: block;
    font-size: 10px;
    margin-top: 2px;
    font-weight: normal;
}

.products_images {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.products_images img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

ul.products_list li h3 {
    font-size: 15px;
    font-weight: 300;
}

ul.products_list li h3 span {
    font-size: 10px;
    display: block;
    color: #999;
    font-weight: normal;
}

.color_growsive {
    color: #4f64ae;
}

.color_oathenam {
    color: #007fc5;
}

.color_moistcalm {
    color: #009792;
}

.color_agingspa {
    color: #0098b4;
}

.color_equial {
    color: #7F3186;
}

/*.color_oathenam {
	color: #CB647C;
}*/

.color_immurise {
    color: #9E354E;
}

.color_aginspa {
    color: #35759E;
}

/*.color_moistcalm {
	color: #86A366;
}*/

.color_timesurge {
    color: #84523C;
}

.color_innerbounce {
    color: #A37BB7;
}

.color_quench {
    color: #D9B3BB;
}

.color_fillmellow {
    color: #C60A36;
}

.color_aquaveer {
    color: #CC6519;
}

.color_smooth {
    color: #C2A934;
}

.color_nourish {
    color: #89A4A3;
}

.color_cleanse {
    color: #2E8380;
}

.color_daylight {
    color: #D6712C;
}

.color_winterdry {
    color: #0E5C8E;
}

.color_diorum,
.color_diorum .dio_tit {
    color: #865fa2;
    padding-bottom: 8px;
}

.color_fortice {
    color: #00888f;
}

.color_repairlity {
    color: #ed8a81;
}

.color_exshield {
    color: #669E31;
}

.color_inmmetry {
    color: #a67eb7;
}

.color_elmista {
    color: #91837b;
}
.color_elmista .sub_tit {
    padding-bottom: 8px;
    color: inherit;
}

.color_presedia {
    color: #01386d;
}
.color_presedia .sub_tit {
    padding-bottom: 8px;
    color: inherit;
}

.color_altiell {
    color: #c73024;
}
.color_altiell .sub_tit {
    padding-bottom: 8px;
    color: inherit;
}

/*///////////TAB//////////*/
#tabs {
    overflow: hidden;
    margin: 20px auto 0;
    width: 100%
}

#tabs ul {
    overflow: hidden;
    list-style: none;
    margin: 0 auto 20px;
    width: 1000px;
    letter-spacing: -0.4rem;
    text-align: center;
    border-bottom: 4px solid #000;
}

#tabs a {
    color: #888;
    font-weight: 500;
    text-decoration: none;
    z-index: 9999;
    width: 100%;
}

#tabs li {
    display: inline-block;
    border-radius: 100px;
    width: 16.66%;
    background: #eee;
}

.products_images img {
    transform: scale(1.0);
}

#tabs li:hover .products_images img {
    transform: scale(1.1);
}

#tabs a {
    background: #eee;
    padding: 14px;
    cursor: pointer;
    color: #222;
    display: inline-block;
    font-size: 12px;
}

#tabs .panel {
    padding: 20px 0;
    display: none;
    overflow: hidden;
}

#tabs li .active {
    background-color: #000;
    color: #fff;
}

/* .tab_area */
#tabs .tab_area {
    display: flex;
}
#tabs .tab_area li {
    width: calc(100% / 7);
}
#tabs .tab_area a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#tabs .tab_area span {
}

/**/
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {}