/* CSS Document */
h2{
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 1em;
}
h2,h3{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.sub{
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid ;
    margin-bottom: 60px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
}
.keyV h2{
    margin-top: -20px;
    font-family: bellmtitalic;
    font-size: 60px;
    font-size: 10vw;
    margin-bottom: .5em;
}
.keyV .sub{
    font-family: hannari,serif;
    font-size: 30px;
    font-size: 3vw;
    border-bottom: none;
}
.step{
    background-color: #F2F0F1;
    z-index: auto;
    counter-reset: number;
    overflow: hidden;
}
.step .flexbox{
    -webkit-align-items: center;
    align-items: center;
}
.step::after{
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    padding-top: 100%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg);
}
.step .inner1000{
    position: relative;
    z-index: 2;
}
.step figure{
    margin-bottom: 40px;
}
.step figure .photo{
    width: 45%;
}
.step figure figcaption{
    width: 50%;
    text-align: left;
}
.step ul li:nth-child(even) .flexbox{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.step .num{
    width: 50%;
    color: #5f515f;
    padding: 0px 10px;
    border: 1px solid ;
    border-radius: 5px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	-webkit-align-content: center;
			align-content: center;
}
.step .num::after{
    counter-increment: number;
    content: counter(number,decimal-leading-zero);
    font-size: 150%;
    order: 2;
}
.step .num::before{
    content: "";
    flex-grow: 1;
    border-top: 1px solid;
    order: 1;
    margin:0 1em;
}
.step h3{
    text-align: left;
    font-size: 30px;
    margin: 15px 0 30px;
}
.product{
    margin-bottom: 0;
    padding-bottom: 0;
}
.product .flexbox.clm3::after{
    content: none;
}
.product .flexbox.clm3 li{
    width: 33%;
    position: relative;
}
.product .flexbox.clm3 li::after{
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #F3F2F2;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: -1;
}
.product .flexbox{
    justify-content: center;
}
.product figcaption{
    margin-top: 30px;
}
.product .item{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.product .brand{
    color: #ccc;
}
.product h3{
    font-size: 30px;
    margin: 15px 0px;
    line-height: normal;
}
.product .frag{
    background-color: #8D838D;
    color: #fff;
    border-radius: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-bottom: 10px;
}
.archiveWrp{
    counter-reset: num;
}
.archiveWrp .flexbox img{
    border-radius: 50%;
}
.archiveWrp .flexbox li{
    position: relative;
}
.archiveWrp .flexbox li .num_box{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    background-color: #8D838D;
    padding:10px 5px;
    color: #fff;
}
.archiveWrp .flexbox li .num_box::before{
    content: "#";
}
.archiveWrp .flexbox li .num_box::after{
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    font-size: 30px;
}
.archiveWrp .flexbox h3{
    margin-top: 1em;
}
@media screen and (max-width:768px){
    .product .flexbox.clm3 li{
        width: 50%;
    }
}
@media screen and (max-width:480px){
    .keyV h2{
        margin-top: -10px;
        font-size: 45px;
    }
    .keyV .sub{
        font-size: 20px;
    }
    .step figure .photo{
        width: 100%;
        margin-bottom: 30px;
    }
    .step figure figcaption{
        width:100%;
        text-align: left;
    }
    .step::after{
        content: none;
    }
    .step figure{
        position: relative;
    }
    .step figure::after{
        content: "";
        display: block;
        background-color: #fff;
        width: 100%;
        padding-top: 100%;
        position:absolute;
        top:50%;
        left:50%;
        -webkit-transform:translate(-50%,-50%) rotate(45deg);
        transform:translate(-50%,0%) rotate(45deg);
        z-index: -1;
    }
    /*.step::before{
        content: "";
        display: block;
        background-color: #fff;
        width: 100%;
        padding-top: 100%;
        position:absolute;
        top:0;
        left:50%;
        -webkit-transform:translate(-50%,-50%) rotate(45deg);
        transform:translate(-50%,0%) rotate(45deg);
    }
    .step::after{
        content: "";
        display: block;
        background-color: #fff;
        width: 100%;
        padding-top: 100%;
        position:absolute;
        top:auto;
        bottom: 0;
        left:50%;
        -webkit-transform:translate(-50%,-50%) rotate(45deg);
        transform:translate(-50%,0%) rotate(45deg);
    }*/
    .product h3{
        font-size: 20px;
    }
    .product .flexbox.clm3 li{
        width: 100%;
    }
    .archiveWrp .flexbox.clm3 li{
        width: 48%;
    }
.archiveWrp .flexbox li .num_box{
    position: static;
    top: 0;
    left: 0;
    font-size: 16px;
    background-color: #8D838D;
    padding:5px;
    color: #fff;
    margin-bottom: 15px;
}
    .archiveWrp .flexbox li .num_box::after{
        font-size: 20px;
    }
}
