/* CSS Document */
p img {
    height: auto;
}
.sp_only{
	display: none;
}
.align_left{
	text-align: left!important;
}
.flexbox.clm2 li {
	text-align: left;
}
.keyV .grid-container{
	display: grid;
	grid-template-rows: 1.3fr 0.6fr 0.3fr;
	grid-template-columns: 0.3fr 1.1fr 0.2fr 1.1fr;
}
.keyV .txt {
	grid-row: 1 / span 1;
	grid-column: 1 / span 2;
}
.keyV .txt h2 {
    margin-bottom: 8%;
    text-align: center;
}
.keyV .txt .comm {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.keyV .pic {
	grid-row: 1 / span 2;
	grid-column: 3/ span 2;
}
.keyV .check {
	grid-row: 2 / span 2;
	grid-column: 2 / span 2;
    background-color: #FFFFFF;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-top: 3%;
    position: relative;
}
.keyV .check .txt {
    color: #686868;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding-left: 3%;
}
.keyV .check .subpic {
    position: absolute;
    top: 60%;
    right: -36%;
}
.keyV .check .ribbon  {
    display: inline-block;
    position: relative;
    right: 100px;
	top: 20px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 38px;
    padding-bottom: 0;
    font-size: 16px;
    background: #a0a0a0;
    color: #FFF;
    box-sizing: border-box;
}
.keyV .check .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.keyV .check .ribbon:after {
  top: 0;
  left: 0;
  border-width: 16px 0px 18px 15px;
  border-color: transparent transparent transparent #f0f0ec;
  border-style: solid;
}
.style  {
    border: 1px solid #000000;
    padding-bottom: 4%;
    margin-top: 20%;
}
.style h3 {
    text-align: center;
    position: relative;
    top: -35px;
    background-color: #F0F0EC;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.style .list  {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.style .list > li{
    margin-bottom: 10%;
}
.style .list .pic {
    width: 100%;
}
.style .list .pic .stylepic {
    width: 32%;
}
.style .list .pic .stylepic img{
    width: 100%;
    height: auto;
}
.style .list .stylist  {
    text-align: center;
    background-color: #FFFFFF;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
    position: relative;
    top: -51px;
}
.style .list .stylist .tit {
    background-image: url(../../img/contents/razorcut/stripe.svg);
    background-size: 90% 10px;
    background-repeat: no-repeat;
    padding-bottom: 7%;
    background-position: center bottom;
    margin-bottom: 4%;
    font-size: 24px;
}
.style .list .stylist .name {
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}
.style .list .stylist .name li {
    width: 25%;
}
.style .list .stylist .name li:after {
    content: "/";
    vertical-align: middle;
    padding-left: 10%;
    color: #a48e2a;
    /*padding-right: 31%;*/
}
.style .list .stylist .name li:last-child:after {
	content: none;
}
.style .list .point {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}
.style .list .point .item {
    width: 45%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}
.style .list .point .item.center {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.style .list .point .item .tit {
    /*width: 22%;*/
    text-align: center;
    font-size: 15px;
    letter-spacing: normal;
    margin-right: 8%;
}
.style .list .point .item.center .tit {
    margin-right: 4%;
}
.style .list .point .item .tit span {
    font-size: 38px;
    letter-spacing: 3px;
    font-style: italic;
    font-weight: bold;
}
.style .list .point .item .comm {
    width: 70%;
    line-height: 24px;
}
.style .check {
    margin-top: 3%;
    letter-spacing: normal;
}
.style .check .txt {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 34px;
    line-height: 34px;
    background-color: #FFFFFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.style .check .txt .ribbon  {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 38px;
    padding-bottom: 0;
    font-size: 16px;
    background: #a0a0a0;
    color: #FFF;
    box-sizing: border-box;
    position: relative;
    width: 130px;
}
.style .check .txt .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.style .check .txt .ribbon:after {
  top: 0;
  left: 0;
  border-width: 16px 0px 18px 15px;
  border-color: transparent transparent transparent #f0f0ec;
  border-style: solid;
}
.style .check .txt .comm {
    padding-left: 3%;
    color: #686868;
    line-height: normal;
}

@media screen and (max-width:768px){
.keyV .grid-container{
	grid-template-rows: 0.5fr 1fr 0.6fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.keyV .txt {
	grid-row: 1;
	grid-column: 1/ span 4;
}
.keyV .pic {
    grid-row: 2;
    grid-column: 1/ span 4;
    text-align: center;
    margin-top: 5%;
}
.keyV .check {
    grid-row: 3;
    grid-column: 1 / span 4;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
}
.keyV .check .txt{
    padding-left: 0%;
    margin-top: 10%;
}
.keyV .check .subpic {
    top: 81%;
    right: -5%;
}
.style {
	margin-top: 30%;
}
.style .list > li {
    margin-bottom: 18%;
}
.style .list .pic .stylepic,
.style .list .pic .stylist {
	width: 48%;
	margin-bottom: 3%;
}
.style .list .pic{
	-webkit-align-items: stretch;
			align-items: stretch;

}
.style .list .pic .stylist {
	position: static;
	margin-left: 0px;
    margin-right: 0px;
}
.style .list .stylist .tit {
    background-size: 60% 10px;
	padding-bottom: 13%;
    margin-bottom: 13%;
	padding-top: 25%;
	font-size: 3vw;
}
.style .list .stylist .name{
	width: 100%;
}
.style .list .point{
	margin-top: 5%;
}
.style .list .point .item {
    width: 100%;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
}
.style .check .txt {
	width: 100%;
    height: 50px;
    line-height: 50px
}
.style .check .txt .ribbon {
	width: 18%;
	padding-right: 12%;
    padding-left: 9%;
	font-size: 2vw;
    height: 50px;
    line-height: 50px;
}
.style .check .txt .ribbon:after {
    border-width: 25px 0px 25px 20px;
}

.style .check .txt .comm{
	font-size: 1.8vw;
}
}
@media screen and (max-width:480px){
.sp_only{
	display: block;
}
.keyV .check {
    width: 100%;
}
.keyV .check .ribbon{
    right: 30px;
}
.keyV .check .subpic {
    top: 90%;
    width: 50%;
}
.style {
    margin-top: 55%;
}
.style h3 {
    width: 250px;
}
.style .list .stylist .tit {
    font-size: 13px;
	font-weight: bold;
	padding-top: 15%;
}
.style .list .stylist .name li {
    width: 40%;
}
.style .list .stylist .name li:after {
    padding-right: 0%;	
}
.style .list .point {
    width: 100%;
}
.style .list .point .item {
    margin-top: 8%;
	margin-bottom: 0px;
}
.style .list .point .item.center {
    width: 100%;
}
.style .list .point .item .tit {
    width: 20%;
}
.style .check .txt .ribbon {
    padding-right: 15%;
    padding-left: 9%;
	font-size: 11px;
}
.style .check .txt .comm {
    font-size: 10px;
}
}
