/* CSS Document */
@import url("../info/style.css");
.viewall{
    background: #fff;
}
.inner1280{
    width: 90%;
    margin: auto;
}
.study .inner1280{
    width: 100%;
}
.search_salon .search_salon_box{
    background:#fff;
    margin: 3em 0;
}
.topImg{
    margin-bottom: 3em;
}
.topImg img{
    width: 100%;
}
.title_text img{
    /*width: 250px;*/
}
.title_text{
    transform: translateY(-50%);
    margin-bottom: -6em;
}
.inner_wrap{
    background: #EEECEA;
    padding-bottom: 5em;
    text-align: center;
}
.main p:not(:last-of-type){
    margin-bottom: 1em;
}
.main h3{
    text-align: center;
    margin: 1em 0;
}
.main h3 span{
    display: block;
}
.concept h3{
    margin-bottom: 3em;
}
.concept .concept_wrap{
    background: #EEECEA;
    padding-bottom: 5em;
    text-align: center;
}
.concept .concept_wrap .inner{
    position: relative;
}
.concept .concept_wrap p:not(:last-of-type){
    margin-bottom: 1em;
}
.concept .concept_wrap .title_text img{
    /*width: 250px;*/
}
.concept .concept_wrap .title_text{
    transform: translateY(-50%);
    margin-bottom: -3em;
}
.concept .concept_nav.flex{
    width: 100%;
    text-align: center;
    margin-top: 3em;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.concept .concept_nav a{
    display: inline-block;
}
.concept .concept_nav li .jp{
    /*display: none*/
}
.concept .concept_nav li .jp span{
    display: block;
}
.concept .concept_nav li{
    width: calc(100%/2);
    padding: 1em 0;
}
.concept .concept_nav li:not(:last-child){
}
/*.concept .concept_nav li{
    width: 33%;
}*/
/*.concept .concept_nav li:nth-child(2){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}*/
.concept .concept_nav .layer{
    position: relative;
    display: inline-block;
    width: 80%;
}
.concept .concept_nav .layer::before {
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.concept .concept_nav a:hover .layer::before {
    opacity: .6;
    width: 100%;
    height: 100%;
}
.concept .concept_nav figcaption{
    margin-top: 1em;
    line-height: 1.5;
}
.custom h3{
    text-align: left;
}
.custom .cycle{
    text-align: center;
    margin-bottom: 3em;
}
.custom .cycle img{
    /*width: 80%;*/
}
.series .products_box{
    margin: 3em 0;
}
.series .products_box h4{
    /*transform: translateY(50%);*/
    position: relative;
    z-index: 11;
    letter-spacing: 3px;
}
.series .products_box .products_img{
    margin-bottom: 1em;
}
.series .products_box .products_caption .viewall_wrap{
    margin-top: 2em;
}
.salon .products_caption{
    text-align: left;
}
.theory .theory_wrap.flex{
    margin-top: 3em;
}
.theory .theory_wrap em{
    font-weight: bold;
}
.theory .theory_wrap .theory_caption{
    margin-bottom: 3em;
}
.theory .theory_wrap .theory_caption dt{
    font-weight: bold;
    margin-top: 1em;
}
.theory table th  {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: hsla(0,100%,8%,0.20);
}
.theory table td  {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
    vertical-align: middle;
}
.theory table td.inner  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_line {
	border-right: 1px solid hsla(0,0%,100%,0.50);
}
.bottom_line {
	border-bottom: 1px solid hsla(0,0%,100%,0.50);
}
.other{
    text-align: center;
}
.other .banner_wrap{
    margin-top: 2em;
}
.other .banner_wrap a{
    margin-bottom: 1em;
    display: block;
}
.series .products_box{
    text-align: left;
    margin: 3em 0;
}
.study.info .info_list{
    margin-top: 3em;
    text-align: left;
}
.salon .products_box{
    margin-top: 3em;
}
@media screen and (min-width:768px){
    .title_text{
        text-align: left;
    }
    .concept .concept_nav li .jp span{
        display: inline;
    }
    .concept .concept_nav li{
        width: calc(100%/4);
    }
    .concept .concept_nav li:not(:last-child){
        border-right: 1px solid #ccc;
    }
    .concept .concept_nav li .jp{
        display: block;
        }
    .concept .concept_nav .layer{
        width: 100%;
    }
    .series .inner{
        max-width: 1280px;
    }
    .series .products_box{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50px auto;
        grid-column-gap: 3em;
        grid-row-gap: 3em;
        margin: 6em 0;
    }
    .series .products_box h4{
        grid-row: 1/2;
        grid-column: 1/2;
    }
    .series .products_box .products_caption{
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }
    .series .products_box .products_img{
        grid-row: 1/3;
        grid-column: 2/3;
        margin-bottom: 0;
    }
    .series .products_box .products_caption .viewall_wrap{
        text-align: left;
    }
    .custom .products_box,
    .salon .products_box{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-column-gap: 3em;
        grid-row-gap: 1em;
        margin-top: 3em;
        text-align: left;
    }
    .custom .products_box .products_img{
        grid-row: 1/3;
        grid-column: 2/3;
        margin-bottom: 0;
    }
    .study.info .info_item .info_box{
        grid-template-columns:1fr 1fr;
        grid-template-rows: 200px;
        overflow: hidden;
    }
    .salon .products_box .products_img{
        grid-row: 1/3;
        grid-column: 2/3;
        margin-bottom: 0;
        transform: translateY(-50%);
    }
    .salon .products_box .products_caption{
        /*grid-row: 2/4;
        align-self: flex-end;*/
    }
    .salon .products_box{
        /*transform:translateY(-50%);*/
    }
    .theory .theory_wrap.flex{
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .theory .theory_wrap .theory_caption{
        width: 48%;
    }
    .theory .theory_wrap .theory_table{
        width: 50%;
    }
}