@charset "utf-8";

/*common*/

#highperformance-machine h1{
    height: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#highperformance-machine{
/*font-size: 62.5%;*/
}

body #highperformance-machine{
font-size: 16px;
}

#highperformance-machine .sp {display: none;}


#highperformance-machine #contact{
    position: absolute;
    background: #2a4457;
    z-index: 100;
    color: #FFF;
    right: 0;
    bottom: -55px;
    height: 110px;
    width: 290px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
    
    -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

#highperformance-machine #contact:hover{
    background:#25343e;
}
    
#highperformance-machine #contact.js_fixed{
    position: fixed;
    bottom:50px;
}

#highperformance-machine #contact span{
     line-height: 1.5em;
     font-size: 24px;    
}

#highperformance-machine #contact p{   
    margin-bottom:0;
    font-size: 15px;
}

#highperformance-machine #contact span:before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 20px;
    background-image:url(../img/icon_mail.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right:5px;
    margin-bottom: 3px;
}

/*--------------------

A:BEFORE

--------------------*/

#highperformance-machine .arrow:before,

#highperformance-machine .blank:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: baseline;
}

#highperformance-machine .blank:before {
	/**/
	content: "\f35d";
	padding-right: 5px;
}

#highperformance-machine .arrow:before {
	/**/
	content: "\f105";
	padding-right: 5px;
}


#highperformance-machine{
    font-size:16px;
}

#highperformance-machine .sec {
  padding: 70px 0;
  overflow: hidden;
}

#highperformance-machine .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

#highperformance-machine .narrow {
  max-width: 900px;
  margin: 0 auto;
}

#highperformance-machine p {
    margin-bottom: 1.2em;
    line-height: 1.5em;
}

#highperformance-machine img {
	max-width: 100%;
    /*margin-bottom: 25px;*/
}



#highperformance-machine #eyecatch {
    /*margin-bottom: 30px;*/
    position: relative;
}
#highperformance-machine #eyecatch img {
    width: 100%;
}
#highperformance-machine .check-box{
    background:#c78b9a;
    border-radius: 8px;
    padding:20px;
}
#highperformance-machine #chapter01 ul{
    color:#FFF;
    line-height:1.8em;
    column-count: 2; 
    
}
#highperformance-machine #chapter01 ul li{
    list-style:none;
}

#highperformance-machine #chapter01 ul li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
margin-right: 5px;    
}

#highperformance-machine #chapter01 h3{
    color:#c07285;
    font-size: 18px;
    margin-bottom:0.5rem;
}

#highperformance-machine #chapter01 img {
    border-radius: 8px;
}

/* chapter common */

#highperformance-machine .chapter-box{
 text-align: center;
}
#highperformance-machine .chapter-text{
position:relative;
    background-color: #e2e8eb;
    color: #2a4457;    
font-size:20px;
font-weight:bold;
padding:12px 20px 12px 12px;
margin:10px 0px;
line-height: 1;
    display: inline-block;
    min-width:135px ;
    border-left:4px solid #2a4457;
    font-family: 'Cardo', serif;
        letter-spacing: 1px;
}

#highperformance-machine .chapter-text:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top:0;
    right: 0;
    border-top: 22px solid #fff;
    border-right: none;
    border-left: 22px solid transparent;
    border-bottom:22px solid #fff;
}

#highperformance-machine #chapter02 .chapter-text{
    background-color: #FFF;
    border-left:4px solid #2a4457;
}
#highperformance-machine #chapter02 .chapter-text:before{
    border-top: 22px solid  #e2e8eb;
    border-left: 22px solid transparent;
    border-bottom:22px solid  #e2e8eb;
}
#highperformance-machine .chapter-number {
    display: inline-block;
    font-size:4rem;
    vertical-align: middle;
    font-family: 'Cardo', serif;
    font-weight: bold;
}

#highperformance-machine h2{
    text-align:center;
    color: #1f3648;
    margin-bottom: 2rem;
	font-family :"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
    /*font-size: 2.5rem;*/
    line-height: 1.2em;
}

/*
#highperformance-machine strong{
    font-size: 2.8rem;
}
*/


#highperformance-machine h3 {
    text-align: center;
    margin-bottom: 2.5rem;
}

#highperformance-machine  .merit-box {
    background: #FFF;
    border-radius: 10px;
    padding: 40px 30px 30px 30px;
    position: relative;
    margin-bottom:15px;
}

#highperformance-machine  .merit-box img {
    margin-bottom:15px;
}

#highperformance-machine .merit-box p{
    margin-bottom:0;
}

#highperformance-machine strong{
    color: #c07285;
}


/* chaper02 */

#highperformance-machine #chapter02{
        background: #e2e8eb;
}

#highperformance-machine #chapter02 h3{
    margin-bottom:1.8rem;
    font-family: 'Cardo', serif;
    color:#2a4457;
}

#highperformance-machine #chapter02 h3 span {
    font-size: 3.5rem;
    margin-left: 10px;
}

#highperformance-machine #chapter02 h4 {
    position: absolute;
    text-align: center;
    background: #2a4457;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    color: #FFF;
    z-index: 9999;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /*min-width: 280px;*/
    white-space: nowrap;
}

/* chaper03 */

#highperformance-machine #chapter03 h2 span {
    display: block;
    font-size: 2rem;
    font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#highperformance-machine #chapter03 h2 .type {
    background: #c07285;
    color: #FFF;
    display: inline-block;
    font-size: 1.6rem;
    padding: 3px 4px;
    vertical-align: text-top;
    margin-right: 8px;
    font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6em;
}

#highperformance-machine #chapter03 .fukugou h4,
#highperformance-machine #chapter03 .ittentoppa h4{
    display: table;
    text-align: center;
    padding: 2px 10px;
    border-radius: 30px;
    color: #FFF;
    z-index: 9999;
    /* min-width: 280px; */
    margin: 0 auto 10px;
}


#highperformance-machine #chapter03 ul{
    /*color:#FFF;*/
    line-height:1.8em;
    margin-bottom: 15px;
    font-weight:bold;
    font-size:14px;
}

#highperformance-machine #chapter03 img{
    margin-bottom:15px;
}

#highperformance-machine #chapter03 ul li{
    list-style: none;
    text-indent: -0.8em;
    padding-left: 0.8em;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#highperformance-machine #chapter03 ul li::before {
  content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 3px;
    font-size: 3px;
    vertical-align: top;  
}

#highperformance-machine #chapter03 .fukugou  li::before {
  color:#c07285;
}

#highperformance-machine #chapter03 .ittentoppa  li::before {
  color: #e39e6f;
}

#highperformance-machine #chapter03 .fukugou h4{
    background: #c07285;  
}

#highperformance-machine #chapter03 .ittentoppa h4{
    background: #e39e6f;  
}


#highperformance-machine #chapter03 .explanation-box{
        padding: 20px 30px;
        border-radius:  0 0 8px 8px; 
}
#highperformance-machine #chapter03 .fukugou .explanation-box{
        background: #f9f3f5;
}
#highperformance-machine #chapter03 .ittentoppa .explanation-box {
         background: #f4ebe4;
}


#highperformance-machine #chapter03 .fukugou h3,
#highperformance-machine #chapter03 .ittentoppa h3{ 
    color:#FFF;
    line-height: 1.2em;
    padding:10px;
    margin-bottom:0;
    border-radius: 8px 8px 0 0; 
}

#highperformance-machine #chapter03 .fukugou h3{
    background: #c07285;
}
#highperformance-machine #chapter03 .ittentoppa h3{
    background: #e39e6f;
}


#highperformance-machine #chapter03 h3 span {
    font-size: 2rem;
}

/* chapter04 */

#highperformance-machine #chapter04 .chapter-text{
    background-color: #FFF;
    border-left:4px solid #2a4457;
}
#highperformance-machine #chapter04 .chapter-text:before{
    border-top: 22px solid  #72bea6;
    border-left: 22px solid transparent;
    border-bottom:22px solid  #72bea6;
}
#highperformance-machine #chapter04 .chapter-number{
    color:#FFF;
}

#highperformance-machine #chapter04 .product-catch,
#highperformance-machine #chapter04 .productname{
    color:#000;
}

#highperformance-machine #chapter04 .product-box a:hover{
    text-decoration: none;
}
    
#highperformance-machine #chapter04 .product-catch{
    font-weight:bold;
    font-size:16px;
    margin-bottom: 15px;
}
#highperformance-machine #chapter04 .product-catch span{
    font-size:80%;
}

#highperformance-machine #chapter04 .productname{
    font-weight:bold;
    margin-bottom: 10px;
    text-align: left;
        font-size: 14px;
}

#highperformance-machine #chapter04 .sec.facial .product-box a{
    color:#72bea6;
    font-weight:bold;
}
#highperformance-machine #chapter04 .sec.body .product-box a{
    color:#82aebe; 
    font-weight:bold;    
}
#highperformance-machine #chapter04 .sec.hair-removal .product-box a{
    color:#ad9d6f; 
    font-weight:bold;     
}


#highperformance-machine #chapter04 .product-box img{
	width:80%;
}

#highperformance-machine #chapter04 a.btn{
    border: 2px solid #FFF;
    padding: 1em 2em;
    position: relative;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
    /* margin: 20px auto; */
    background: #FFF;
}

#highperformance-machine #chapter04 a.btn:hover{
    color:#FFF;
    background:none;
}

#highperformance-machine #chapter04 .sec.facial a.btn {
    color: #72bea6;
}
#highperformance-machine #chapter04 .sec.body a.btn {
    color: #82aebe;
}
#highperformance-machine #chapter04 .sec.hair-removal a.btn {
    color: #ad9d6f;
}

#highperformance-machine #chapter04 a.btn:hover{
    background:rgba(0,0,0,0.2);
    color:#FFF !important;
}

#highperformance-machine #chapter04 .sec.facial{
    background:#72bea6;
    text-align: center;
}

#highperformance-machine #chapter04 .sec.body{
    background:#82aebe;
    text-align: center;
}

#highperformance-machine #chapter04 .hair-removal{
    background:#c8bea0;
    text-align: center;
}

#highperformance-machine #chapter04 h2{
    border-bottom:2px solid;
    display: inline-block;
}

#highperformance-machine #chapter04 h2,
#highperformance-machine #chapter04 h3{
    color:#FFF;
}
#highperformance-machine #chapter04 .product-box{ 
    background-color: #FFF;
    padding: 20px;
    height: 100%;
     border-radius: 8px;
    cursor: pointer;
    display: block;
}
#highperformance-machine #chapter04 .product-box:hover{
    background-color: #eee;
}


#highperformance-machine .purchasemerit-box{
    background:#f9eff2;
    border-radius:8px;
    padding:30px;
}

#highperformance-machine .purchasemerit-box .flex2 > div{
    position: relative;
    background: #fff;
    padding: 25px 20px 0px;
}
#highperformance-machine .purchasemerit-box h2{
    font-size: 25px;
    margin-bottom: 30px;
}
#highperformance-machine .purchasemerit-box h3 span{
    font-size: 30px;
}

#highperformance-machine .purchasemerit-box h3{
    color:#c07285;
    font-size: 22px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    min-width: 280px;
    text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
    font-family: 'Cardo', serif;
}

#highperformance-machine .purchasemerit-box p span{
    color:#c07285;
}

#highperformance-machine .purchasemerit-box p{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#highperformance-machine #bn{
    background: #c07285;
}

#highperformance-machine #bn img{
    text-align: center;
}

#highperformance-machine #bn a:hover{
    opacity: 0.7;
}

#highperformance-machine #bn ul li:first-child {
	margin-bottom:25px;   
}

#highperformance-machine #bn ul li{ 
    text-align: center;
}

/*GRID*/

#highperformance-machine .grid,
#highperformance-machine .flex2,
#highperformance-machine .flex2-2,
#highperformance-machine .flex3,
#highperformance-machine .flex4,
#highperformance-machine .flex5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;

	/*   Safari etc. */
	-ms-align-items: stretch;

	/*  IE10        */
	align-items: stretch;
	-webkit-flex-wrap: wrap;

	/* Safari6.1以降 */
	-ms-flex-wrap: wrap;

	/*IE10*/
	flex-wrap: wrap;
}



/* 最終行の間隔調整 */

#highperformance-machine .flex4:before,
#highperformance-machine .flex5:before {
	content: "";
	display: block;
	order: 1;
}

#highperformance-machine .flex3:after,
#highperformance-machine .flex4:after,
#highperformance-machine .flex5:after {

	content: "";

	display: block;

}

#highperformance-machine .grid3-2 {
	width: 55%;
}

#highperformance-machine .grid4-3 {
	width: 74.25%;
}

#highperformance-machine .grid4-2,
#highperformance-machine .flex2>*,
#highperformance-machine .flex2-2>* {
	width: 48.5%;
}

#highperformance-machine .grid3-1{
    width:42%;
}

#highperformance-machine .flex3>*,
#highperformance-machine .flex3:after {
	width: 31.333%;

}

#highperformance-machine .grid4-1,
#highperformance-machine .flex4>*,
#highperformance-machine .flex4:before,
#highperformance-machine .flex4:after {
	width: 22.75%;
}

#highperformance-machine .flex5>*,
#highperformance-machine .flex5:before,
#highperformance-machine .flex5:after {
	width: 17.6%;
}

#highperformance-machine .grid>*,
#highperformance-machine .flex2>*,
#highperformance-machine .flex2-2>*,
#highperformance-machine .flex3>*,
#highperformance-machine .flex4>*,
#highperformance-machine .flex5>* {
	margin-bottom: 30px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
#highperformance-machine .scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
#highperformance-machine .scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
#highperformance-machine .scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
#highperformance-machine .scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
#highperformance-machine .scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
#highperformance-machine .scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}
	
@media screen and (max-width: 1024px){
}

@media (max-width: 767px){
    
#highperformance-machine .sec {
    padding: 40px 0;
}
    
    
#highperformance-machine #contact.js_fixed{
    bottom:0px;
}
    
#highperformance-machine #contact{
    position: relative;
    width: 100%;
    border-radius:0;
    bottom:0 !important;
    height: 70px;
}
#highperformance-machine #contact span{
    margin-left: 10px;
    font-size: 20px;
}
#highperformance-machine #contact span,
#highperformance-machine #contact p   {
     display: inline-block;
}
    
    
#highperformance-machine .pc {display: none; }
#highperformance-machine .sp {display: block; }
    
#highperformance-machine .narrow{
    width:90%;    
}    

	#highperformance-machine .grid3-1,
	#highperformance-machine .grid3-2,
	#highperformance-machine .grid4-1,
	#highperformance-machine .grid4-2,
	#highperformance-machine .grid4-3,
	#highperformance-machine .flex2>*,
	#highperformance-machine .flex3>*,
	#highperformance-machine .flex3:after {
		width: 100%;
	}

	#highperformance-machine .flex2-2>*,
	#highperformance-machine .flex4>*,
	#highperformance-machine .flex4:before,
	#highperformance-machine .flex4:after,
	#highperformance-machine .flex5>*,
	#highperformance-machine .flex5:before,
	#highperformance-machine .flex5:after {
		width: 47%;
	}

#highperformance-machine .flex4>*,
#highperformance-machine .flex4:before,
#highperformance-machine .flex4:after {
    width: 100%;

}
}

