/* =========================================================
Home
========================================================= */
.home .siteid {
    padding-top: 60px;
    letter-spacing: -0.05em;
    text-align: center;
}
.site-logo {
    padding-bottom: 20px;
}
.site-title {
    line-height: 1em;
}
.site-title .en {
    line-height: 1.0;
    font-size: 70px;
}
.site-title .jp-title {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
#hero {
	position: relative;
	width: 100%;
	height: 90vh;
	background: url("../images/home/hero.jpg")no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

.baroon {
    position: absolute;
    bottom: -50px;
    right: 50px;
	width: 180px;
}
.sec-title {
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
}
.btn a {
    width: 340px;
    display: block;
        color: #fff;
    background: #0db1cd;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px auto;
    letter-spacing: 0.05em;
	transition: all .3s ease;
}
.btn.mail a {
    background: #333;
}
.btn.catlog a {
    background: #333;
}
.btn a:hover {
   background: #000;
	color: #fff;
	transition: all .3s ease;
}
.sec-title-ico {
    width: 280px;
    margin: 0 auto 60px;
}
.vr-link {
    padding: 60px 0;
}
.vr-link .summary {
    text-align: center;
    text-decoration: underline;
    padding-top: 15px;
}
#home-point {
    padding-top: 80px;
    background: #eeece7;
}
.col-4-1 {
    width: calc(25% - 25px);
}
#home-point .item {
    background: #fff;
    padding: 26px;
	position: relative;
}

#home-point .item:before {
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
}
#home-point .item:after {
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    content: "";
    border-bottom: solid 30px rgb(215, 209, 195);
    border-right: solid 30px #eeece7;
    top: 0;
}
#home-point .item-title {
    font-size: 18px;
    text-align: center;
}
#home-point .item .summary {
    line-height: 1.9em;
    padding-bottom: 0px;
}
#home-point .txt {
    text-align: center;
}

.line100 {
	height: 2px;
	width: 100px;
	margin: 20px auto;
	background: #333;
}
#home-contact {
	position: relative;
	width: 100%;
	height: 80vh;
	background: url("../images/home/contact-pic")no-repeat;
	background-size: cover;
	margin-bottom: 100px;
	    padding-top: 80px;
	    color: #fff;
}
#home-contact .txt {
    text-align: center;
	color: #fff;
	line-height: 2;
}

#home-contact .container-lg {

}
#home-contact::before {
	    width: 100%;
    height: 100%;
z-index: 0;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.6);
}



#foot-nav ul {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.copyright {
    font-size: 13px;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
		#hero {
    position: relative;
    width: 100%;
    height: 70vh;
    background: url(../images/home/hero-sp.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
	.home .siteid {
    padding-top: 200px;
}
	.site-title .en {
    font-size: 90px;
}
	.site-title .jp-title {
    font-size: 20px;
}
	#home-contact {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(../images/home/contact-pic)center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding-top: 80px;
    color: #fff;
}
	
}
@media screen and (max-width: 768px) {
	.container-xs {
    width: 70%;
}
	.container-md {
    width: 85%;
}
	.col-4-1 {
    width: calc(50% - 14px);
}
	#home-point .item {
    margin-bottom: 28px;
}
	#home-contact {
    height: 60vh;
}
.home .siteid {
    padding-top: 150px;
}
	.site-title .en {
    font-size: 70px;
}
}

@media screen and (max-width: 600px) {
	#hero {
    position: relative;
    width: 100%;
    height: 65vh;
    background: url(../images/home/hero-sp.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}
	.home .siteid {
    padding-top: 100px;
}
	.site-logo {
    padding-bottom: 10px;
}
	.site-title .en {
    font-size: 50px;
}
	.site-title .jp-title {
    font-size: 14px;
    font-weight: 600;
}
	.baroon {
    position: absolute;
    bottom: -50px;
    right: 20px;
    width: 120px;
}
	.sec-title {
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
}
	.container-xs {
    width: 78%;
}
	.btn a {
    width: 100%;
    
	}
	.txt {
    font-size: 0.9em;
        line-height: 1.9em;
    padding-bottom: 24px;
}
	.col-2-1 {
    width: 100%;
}
	.l-sec {
    padding-bottom: 80px;
}
	.sec-title-ico {
    width: 240px;
    margin: 0 auto 40px;
}
	.sec-title {
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 24px;
       letter-spacing: 0.02em;
}
	.col-4-1 {
    width: 100%;
}
	#home-contact {
    position: relative;
    width: 100%;
    height: 70vh;
    background: url(../images/home/contact-pic)center no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    padding-top: 80px;
    color: #fff;
}
	.container-lg {
    width: 84%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}
	.copyright {
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
	.vr-link {
    padding: 60px 0 0;
}
	.l-nav-side li a {
    position: relative;
    display: inline-block;
    color: #191919;
    text-decoration: none;
    padding-bottom: 12px;
		font-size: 14px;
}
	input[type="submit"] {
-webkit-appearance: none;

}
}

@media screen and (max-width: 375px) {
	.home .siteid {
    padding-top: 70px;
}
	.site-logo {
    padding-bottom: 10px;
    width: 100px;
    margin: 0 auto;
    padding-right: 12px;
}
	.sec-title {
    font-size: 1.1em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}
	.txt {
    font-size: 0.8em;
    line-height: 1.9em;
    padding-bottom: 24px;
}
	.btn a {
    width: 100%;
    font-size: 14px;
}
	
	
	
}