@charset "UTF-8";

*{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color:inherit;
  box-sizing:border-box;
  font-feature-settings: "palt";
}
address{ font-style: normal;}
figure{ margin:0; }
img{ width: 100%; }

a{
  color: inherit;
  text-decoration: none;
  transition: .3s all;
}
@media screen and (max-width: 767px){
  .pc{
    display: none;
  }
}
@media screen and (min-width: 768px){
  a:hover{
    opacity: .8;
  }
  .sp{
    display: none;
  }
}
/* PC tel */
@media screen and (min-width: 768px){
  a[href^="tel"] {
    pointer-events: none;
    cursor: default;
  }
}
sup,
sub{
  display: inline-block;
}
sup{
  transform: translateY(.15em);
}
sub{
  transform: translateY(-.3em);
}

#wrap{
  overflow: hidden;
}
.container{
  /*width: 93.75%;*/
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}


/*---------------------------------

 header

---------------------------------*/
header{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  position: relative;
  z-index: 100;
  top:0;
  background:#fff;
  line-height: 0;
}
header .b-ttls,
header .b-ttls a,
header .b-logos{
  width: 100%;
}
/**/

header .b-logos{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
header .b-logos .e-logoCompany{
  width: 50vw;
  max-width: 200px;
  margin-left: 15px;
  display: none;
}
header .b-logos .e-logoKinki{
  display: block;
  width: 50vw;
  max-width: 170px;
  margin-left: 10px;
}
@media screen and (min-width: 768px){
  header .b-logos{
    height: 70px;
  }
  header .b-logos .e-logoCompany{
    width: 245px;
    max-width: 245px;
    margin-left: 20px;
  }
  header .b-logos .e-logoKinki{
    width: 235px;
    order: 2;
    margin-left: 28px;
  }
}

/**/
header .b-ttls{
  order: 1;
}
header .b-ttls a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 30px;
}
header .b-ttls h1{
  margin: auto;
}
header .b-ttls .back{
  width: 18px;
  height:18px;
  background: url(../../assets/img/back.png) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%)
}
@media screen and (max-width: 767px){
/*  header .b-ttls h1{
    transform: translateX(10px);
  } */
}
@media screen and (min-width: 768px){
  header .b-ttls .back{
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

/*---------------------------------

 LP navigation

---------------------------------*/

.b-nv{
  display: none;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
}
.b-nv *{
  font-weight: 500;
  pointer-events: auto;
}
.b-nv li{
  display: block;
}
.b-nv li a{
  display: block;
  line-height:1.4;
  color: #222;
}
.b-nv li p{
  margin-left: 0;
  margin-right:auto;
}
.b-nv li span{
  display: block;
  font-size:.8em;
  line-height: 1.2;
}



@media screen and (max-width: 767px){
  .b-nv{
    width:100vw;
  }
  .b-nv .b-inner{
    height:100dvh;
  }
  .b-nv .scroll{
    padding:5vw 0 3vw;
    height:100%;
    overflow-y: scroll;
  }
  .b-nv ul{
    margin:0 4vw 10px;
  }
  .b-nv a{
    padding:.7em .5em .73em;
  }
  .b-nv a,
  .b-nv p{
    font-size:4.5vw;
  }
  .b-nv li .e-chance{
    width:16%;
    min-width:16%;
    margin-bottom: .3em;
  }
}
@media screen and (min-width: 768px){
  .b-nv{
    padding:20px 0 0 22px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
  }
  .b-nv .b-inner{
    display: flex;
    padding-right: 22px;
    padding-bottom: 25px;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .b-nv .scroll{
    height:100%;
  }
  .b-nv .e-chance{
    width: 70px;
    min-width: 70px;
    margin-top: .2em;
  }
  .b-nv a{
    padding:.8em 1.5em .83em .6em;
  }
  .b-nv a,
  .b-nv p{
    font-size: 20px;
  }
  .b-nv li p{
    margin-left: .5em;
  }
}

/*---------------------------------

 MENU & pageTop

---------------------------------*/
#MENU{
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 200;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: auto;
  transition: .3s all;
}
#MENU .inner,
.b-pageTop a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#MENU span{
  width: 35.6%;
  display: block;
  transform-origin: center center;
  position: absolute;
  transition: .3s all;
}
#MENU span:nth-child(1){
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%) rotate(0) scale(1,1);
}
#MENU span:nth-child(3){
  left: 50%;
  bottom: 32.5%;
  transform: translate(-50%,50%) rotate(0) scale(1,1);
}
#MENU span:nth-child(2){
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(1,1);
}

/* menu close */
#MENU.close span:nth-child(1){
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg) scale(1.7,1.1);
}
#MENU.close span:nth-child(3){
  bottom: 50%;
  transform: translate(-50%,50%) rotate(-45deg) scale(1.7,1.1);
}
#MENU.close span:nth-child(2){
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,1);
}
header.hS #MENU{
  position: fixed;
}
/* pageTop */
.b-pageTop{
  position: fixed;
  z-index: 5;
}
.b-pageTop a:hover{
  opacity: 1;
}
.b-pageTop a::before{
  content: "";
  display: block;
  width: 33%;
  height: 33%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-30%) rotate(-45deg)
}
@media screen and (max-width: 767px){
  #MENU,
  .b-pageTop{
    width:32px;
    height:32px;
    right:10px;
    border-radius: 6px;
  }
  #MENU span{
    height: 1.5px;
  }
  .b-pageTop{
    bottom: 10px;
  }
  .b-pageTop a{
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px){
  #MENU,
  .b-pageTop{
    width:45px;
    height:45px;
    cursor: pointer;
    right:20px;
    border-radius: 6px;
  }
  #MENU{
    top: 13px;
  }
  #MENU span{
    height: 2px;
  }
  .b-pageTop{
    bottom: 30px;
  }
  .b-pageTop a{
    border-radius: 6px;
  }
}

/*---------------------------------

 footer

---------------------------------*/
footer{
  text-align: center;
}
footer *{
  line-height:1;
}
footer .e-logoKinki{
  display:block;
  margin:auto;
}
footer .b-footerLnks a{
  font-weight: 400;
}
footer .b-footerLnks a::before{
  content:"■";
}
footer .e-tel{
  font-weight: 500;
  letter-spacing: -.03em;
  font-size: 20px;
}
footer .b-816{
  line-height: 1.5;
}
footer .e-logoKinki{
  width: 235px;
  margin: 30px auto 10px;
}
footer .e-copy{
  display: block;
  margin-top: 1.5em;
}
footer .b-firstLnks a span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  right: .4em;
  transform: translateY(-50%);
}
footer .b-firstLnks a span::before{
  content: "";
  display: block;
  width: 33%;
  height: 33%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center center;
  transform: translateX(-20%) rotate(45deg);
}
footer .b-firstLnks a{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 2px solid;
  border-radius: 100px;
  position: relative;
  text-indent: -.5em;
}
@media screen and (max-width: 767px){
  footer{
    padding: 30px 0 50px;
  }
  footer .e-logoKinki{
    width: 200px;
    margin: 35px auto 10px;
  }
  footer .b-firstLnks a{
    max-width: 400px;
    margin: 15px auto;
    padding: .6em 1em .7em;
    font-size: min(4.3vw,16px);
  }
  footer .b-firstLnks a span{
    width: 1.35em;
    height: 1.35em;
  }
  footer .b-footerLnks li,
  footer .e-copy{
    padding: 0 1em;
    margin-top: 1.5em;
    font-size: min(4vw,15px);
  }
}
@media screen and (min-width: 768px){
  footer{
    padding: 60px 0 50px;
    line-height: 1.5em;
  }
  footer .container{
    max-width: 95%;
  }
  footer .e-logoKinki{
    width: 240px;
    margin: 55px auto 10px;
  }
  footer .b-firstLnks{
    display: flex;
    justify-content: center;
  }
  footer .b-firstLnks a{
    width: 360px;
    margin: 8px;
    padding: .4em 1em .55em;
    font-size: 18px;
  }
  footer .b-firstLnks a span{
    width: 1.15em;
    height: 1.15em;
  }
  footer .b-footerLnks li,
  footer .e-copy{
    margin-top: 1.5em;
    font-size: 14px;
  }
  footer .b-footerLnks li+li{
    margin-left: 2em;
  }
  footer .b-footerLnks a:hover{
    text-decoration: underline;
  }
}