@charset 'UTF-8';/*  */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


/* ----------------------------------------------------------Base------------------------------------------------------------*/
html {
    font-size:10px;
}

body {
font-family: Font Awesome\ 5 Free;
  font-family:
    "minion-3-display", 'Noto Serif JP', serif ;
    font-size: 14px;
    line-height: 1.05;
    letter-spacing: .05rem;
    color: #000;
    text-align: left;
    text-decoration: none;
    
}
/* ----------------------------------------------font--------------------------------------------------------------------*/
.nomal{
  font-weight: 200;
}
.center{
 text-align: center;
}
.left{
 text-align: left;
}
.right{
  text-align: right;
}
.bold{
 font-weight: bold;
}
 a{
     font-size:3rem;
    text-decoration: none;
    
 }
p{
	 font-size: 1.75rem;
	}
 h6{
     font-size:1.5rem;
    }
  h1{
    font-size:6.5rem;
    font-weight:500;
    margin:0vw;
    
  }
  h2{
    font-size:3rem;
	 margin: 1rem 0rem;
  }

h4{
     font-size:2rem;
    }

@media screen and (min-width:600px) {
    h1{
      font-size: 7.5rem;
    }
    h2{
      font-size:3.5rem;
    }
     h3{
     font-size:3.2rem;
    }
    h4{
     font-size:3rem;
    }
    h5{
     font-size:2rem;
    }
    h6{
     font-size:2rem;
    }
    a{
     font-size:3rem;
    }
	p{
	 font-size: 2rem;
	}
}
@media only screen and (min-width:1080px) {
  h1{
    font-size: 7.5rem;
  }
  h2{
    font-size:3.5rem;
  }
   h3{
   font-size:3.2rem;
  }
  h4{
   font-size:3rem;
  }
  h5{
   font-size:2rem;
  }
  h6{
   font-size:2rem;
  }
  a{
   font-size:3rem;
  }
p{
 font-size: 2rem;
}
}
/* ----------------------------------------------------------------------------------------------------------------------*/
