@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 1.8;
    color:#3e3a39;
    font-size:18px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

@media only screen and (max-width: 768px) {

body{
    font-size:15px;
	overflow-x: hidden;
}
    
}

@media only screen and (min-width: 767px) {
    
    body{
        width: 750px;
        margin: 0 auto;
    }
    
}

.en-min{
    font-family: "Times New Roman", Times, "serif";
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en-thin {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.min{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}



@media only screen and (max-width: 480px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 14px;
	max-width: 100%;
}


}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

.img-hover-big{
	display: block;
    overflow: hidden;
}

.img-hover-big img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover-big:hover img{
    transform: scale(1.2);
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#636464; text-decoration: none;}
a:hover{color:#000; text-decoration:underline;}

a.a-underline{
    text-decoration: underline !important;
}



.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px; }

.cb{clear:both;}


/*==================================================
page-top
================================================== */

#page-top{position:fixed; bottom:20px; right:14px; z-index: 50;}

#page-top a{
    display: flex;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    background-color: #eb5e00;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    line-height: 1.2;
    z-index: 99;
    text-decoration: none !important;
}

#page-top a:hover{
    
}

@media only screen and (min-width: 768px) {

#page-top{bottom:30px; right:30px; }

#page-top a{
    width: 120px;
    height: 120px;
    border: 3px solid #fff;
    font-size: 21px;
}
    
}





img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 480px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
    text-align: center;
	padding: 75px 0 35px;
}


.btn{
    display: block;
    width: 74%;
    background: #eb5e00;
    color: #fff !important;
    cursor: pointer;
    border:2px solid #eb5e00;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 25px 0;
}

.btn:hover{
    background: #fff;
    color: #eb5e00 !important;
}

@media only screen and (min-width: 768px) {


.btn{
    width: 60%;
}
    
}



/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 86%; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
    z-index: 1;
}

.sec{
    padding: 50px 0;
}


.contents{
    width: 100%;
	background:#ecc656;
}

@media only screen and (min-width: 768px) {
    
    body{
        background:#ee9d19;
    }

.contents{
    width: 640px;
    margin: 0 auto;
    border-left: 15px solid #ee9d19;
    border-right: 15px solid #ee9d19;
    box-sizing: border-box;
}
    
}


/*==================================================
タイトル
================================================== */

.title-img{
    display: block;
    margin-bottom: 50px;
}

.title-img img{
    vertical-align: bottom;
}

.title-about{
    width: 50%;
}


.title-basic{
    display: block;
    margin-bottom: 15px;
    font-size: 7vw;
    font-weight: normal;
    line-height: 1.5;
}

.title-basic small{
    display: block;
    font-size: 65%;
}

.catch-copy{
    display: block;
    margin-bottom: 15px;
    font-size: 4vw;
    font-weight: normal;
}

.title-line{
    display: block;
    border-bottom: 2px solid #f8b62d;
    position: relative;
    font-size: 3.2vw;
    margin-bottom: 25px;
    font-weight: normal;
    padding: 0 10px 8px 3px;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {

.title-img{
    margin-bottom: 35px;
}

.title-about{
    width: 36%;
}


.title-basic{
    font-size: 32px;
}

.title-basic small{
    font-size: 65%;
}

.catch-copy{
    font-size: 26px;
}

.title-line{
    font-size: 16px;
}
    
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 60px;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
}



/*==================================================
footer
================================================== */

footer{
	clear: both;
    background-color: #ee9d19;
    color: #fff !important;
    padding: 30px 0;
    text-align: center;
}

#footer-contact{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-top: 8px;
}

#footer-contact img{
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

#footer-contact a{
    color: #fff;
}

#footer-contact a:first-child{
    margin-right: 5px;
}



@media only screen and (max-width: 320px) {

#footer-contact{
    display: block;
}

#footer-contact a{
    display: block;
    text-align: center;
}
    
}


/*==================================================
固定円ボタン
================================================== */

#btn-buy{
    display: none;
}

a.fixed-btn{
    display: flex;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    background-color: #eb5e00;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    line-height: 1.2;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    text-decoration: none !important;
}

a.fixed-btn span{
    height: 100%;
}







