/*bon*/

html,body{
	font-family:"Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, sans-serif;
	color:#666666;
	line-height:1.7;
	width:100%;
}

/*************font size**************/

.fs200p{
	font-size:2rem!important;
}
.fs150p{
	font-size:1.5rem!important;
}
.fs120p{
	font-size:1.2rem!important;
}
.fs100p{
	font-size:1rem!important;
}
.fs90p{
	font-size:0.9rem!important;
}
.fs80p{
	font-size:0.8rem!important;
}
.fs70p{
	font-size:0.7rem!important;
}
.fs60p{
	font-size:0.6rem!important;
}


/*************link**************/

a { 
	color:#c63733;
    transition: 0.3s ease-in-out;
	text-decoration: underline;
}

a:hover { 
	opacity: .6;
	}

a:focus { 
	outline:none;
	}

/*************margin**************/

.mb_01{
	margin-bottom:1rem;
}
.mb_02{
	margin-bottom:2rem;
}
.mb_03{
	margin-bottom:3rem;
}
.mb_04{
	margin-bottom:4rem;
}
.mb_05{
	margin-bottom:5rem;
}
.mb_06{
	margin-bottom:6rem;
}
.mb_07{
	margin-bottom:7rem;
}
.mb_08{
	margin-bottom:8rem;
}
.mb_09{
	margin-bottom:9rem;
}
.mb_10{
	margin-bottom:10rem;
}
.mb_20{
	margin-bottom:20rem;
}


.mt_01{
	margin-top:1rem;
}
.mt_02{
	margin-top:2rem;
}
.mt_03{
	margin-top:3rem;
}
.mt_04{
	margin-top:4rem;
}
.mt_05{
	margin-top:5rem;
}
.mt_06{
	margin-top:6rem;
}
.mt_07{
	margin-top:7rem;
}
.mt_08{
	margin-top:8rem;
}
.mt_09{
	margin-top:9rem;
}
.mt_10{
	margin-top:10rem;
}
.mt_20{
	margin-top:20rem;
}


/*************text選択**************/

::selection {
    background: #28263f;
    color: #fff;
}

::-moz-selection {
    background: #28263f;
    color: #fff;
}

/*************text hight**************/

.lh_1{
line-height: 1rem;
}
.lh_1-3{
line-height: 1.3rem;
}
.lh_1-5{
line-height: 1.5rem;
}
.lh_1-8{
line-height: 1.8rem;
}
.lh_2{
line-height: 2rem;
}

/************* google font_serif **************/
.font_serif_200{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
}

.font_serif_300{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}

.font_serif_400{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}



/*************button**************/
.b_button {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.b_button::before,
.b_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.b_button,
.b_button::before,
.b_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.b_button {
  color: #c63733;
}
.b_button:hover {
  letter-spacing: 5px;
  color: #c63733;
}



/*************foat**************/

.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{
	clear:both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/************* fontawesome 45 **************/


.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
