@charset "UTF-8";
/*共通*/
*{
    margin:0;
    padding:0;
    color:#231815;
}
html{
    width:100%;
    margin:0;
    max-width:395px;
}
img {
    pointer-events: none;
  }
body{
    width:100%;
    max-width:395px;
    height:auto;
    font-size:16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
} 
ul li{
    list-style:none;
}
.fi{
	z-index: 5;
}
.re{
    position: relative;
}
.ab{
    position: absolute;
}
.br-pc{
    display:none;
}
.pc{
    display:none;
}
.del{
    display: none;
}
/*header*/
header{
    width:100%;
    height:90px;
    position:fixed;
    background-color:#ffffff;
}
.header01{
    top:30px;
    left:10px;
    width:378px;
    height:40px;
}
.header-logo{
    width:250px;
    height:90px;
}
.header-logo-img{
    width:116px;
    height:40px;
}
.header02{
    top:15px;
    left:10px;
    width:250px;
    height:20px;
    color:#231815;
}
.header-logo-line{
    display: none;
}
.header-logo-txt{
    font-size:8px;
    letter-spacing: 1px;
}
.header-underline{
    top:85px;
    left:0px;
    width:100%;
    height:5px;
    background-color: #dcdcdc;
}
.menu{
    position:absolute;
    right:0px;
    top:90px;
    width:270px;
}
.menu a {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.5s;
    color:#666666;
}
.menu li {
    width:70%;
    padding: 15px 42px;
    padding-left:40px;
    opacity: 0;
    display: none;
    transition: 0.5s;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
    opacity: 1;
    display: block;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
  .menu-btn:checked ~ .menu li{
    background-color: rgba(255, 255, 255, 0.8);
}
.menu-btn {
    display: none;
}
.menu-icon {
    display: inline-block;
    position: absolute;
    top:20px;
    right:10px;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
    background: #888888;
    display: block;
    height: 3px;
    width: 45px;
    position: relative;
    right:0px;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 3px;
    width: 45px;
    position: absolute;
    right:0px;
    background: #888888;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
} 
.navicon:before {
    top: 9px;
}
.navicon:after {
    bottom: 9px;
}
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
/* Hamburger Menu Animation End */

/*footer*/
.footer-wrap{
    width:100%;
    height:500px;
	z-index: 1;
    color:#666666;
	background: rgba(255,255,255,0.7);
}
.footer-left{
    position:relative;
    width:358px;
    height:200px;
    top:200px;
}
.footer-left-top{
    width:100%;
    height:205px;
}
.footer-left-top-txt{
    font-size:12px;
    margin-top:10px;
	margin-bottom: 5px;
}
.footer-logo-img{
    width:116px;
    margin-top:0;
	margin-left: 5px;
}
.footer-logo-line{
    top:35px;
    left:130px;
    width:2px;
    height:48px;
    background-color:#888888;
}
.footer-address{
    font-size:12px;
    top:32px;
    right:80px;
    margin-left:11px;
}
.footer-left-under{
    display:flex;
    top:125px;
    gap:36px;
    margin:auto;
}
.footer-menu{
    font-size:12px;
	white-space: nowrap;
    margin-left:10px;
    color:#666666;
}
.footer-left-under li ul li{
    margin-top:2px;
}
.footer-left-under li ul li a{
    font-size:10px;
	white-space: nowrap;
    margin-left:10px;
    color:#666666;
}
.footer-menu-line1{
    top:0px;
    left:2px;
    width:3px;
    height:123px;
    background-color: #b8b8b8;
}
.footer-menu-line2{
    top:0px;
    left:108px;
    width:3px;
    height:150px;
    background-color: #b8b8b8;
}
.footer-menu-line3{
    top:0px;
    left:236px;
    width:3px;
    height:68px;
    background-color: #b8b8b8;
}
.footer-menu-arrow{
    text-decoration:none;
}

.footer-right{
    width:358px;
    height:300px;
    top:0px;
    z-index:0;
}
.footer-right-top-txt{
    top:20px;
    font-size:18px;
}
.footer-btn{
    top:10px;
    width:358px;
    height:100px;
    z-index:1;
    display:flex;
}
.footer-btn-left{
    width:160px;
    height:80px;
    top:50px;
    left:0px;
    border:solid 2px #da391b;
    background-color:#fff;
    font-size:16px;
    font-weight:bold;
    color:#da391b;
    z-index:2;
}
.footer-btn-left-txt{
    width:160px;
    height:80px;
    display: block grid;
    place-items: center;
    text-decoration: none;
    color:#da391b;
}
.footer-btn-left-txt:hover{
    background-color:#da391b;
    color:#fff;
    transition: all .5s;
}
.footer-btn-right{
    width:160px;
    height:80px;
    top:50px;
    left:170px;
    border:solid 2px #da391b;
    background-color:#fff;
    font-size:16px;
    font-weight:bold;
    color:#da391b;
    z-index:2;
}
.footer-btn-right-txt{
    width:160px;
    height:80px;
    display: block grid;
    place-items: center;
    text-decoration:none;
    color:#da391b;
}
.footer-btn-right-txt:hover{
    background-color:#da391b;
    color:#fff;
    transition: all .5s;
}
.footer-right-under-txt{
    top:150px;
    font-size:11px;
    width:100%;
    height:100px;
	margin-top: 5px;
    color:#666666;
    line-height:15px;
}
.footer-tel{
    font-size:14px;
    color:#666666;
}
.footer-number{
    font-size:16px;
    color:#666666;
}
.business-domain{
    width:100%;
    height:35px;
    font-size:8px;
    background-color:#888888;
    color:#fff;
    display: block grid;
    place-items: center;
}
