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

html{
  font-size: 10px;
}

body {
  /* width: 100%; */
  padding-top: 97px;
  min-width: 1120px;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul,li{
  padding-left: 0px;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

a,.title_text,footer,header{
  text-decoration: none;
  color: #696969;
}
a:hover,#recruit .arrow:hover,#recruit .sample:hover{
  opacity: 0.5;
}


header{
  z-index: 999;
  border-bottom: solid 1px #999;
  position: fixed; /* ウィンドウを基準に画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

header .cont_h{
  max-width: 1000px;
  padding: 22px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; /* 中の要素を上下中央に並べる */
}

header .cont_h img,#shop img{
  width: 250px;
}

header ul{
  display: flex;
  gap: 0 30px;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}


#brand,#company,#recruit{
  padding-top: 100px;
  margin-top:-100px;
}
#shop{
  padding-top: 60px;
  margin-top:-60px;
}

section,footer{
  margin: 0 auto 120px;
}



.title_text{
  margin: 0px auto 50px;
  text-align: center;
  line-height: 1.3;
}
.title_e{
  font-size: 4.2rem;
  letter-spacing: 0.7rem;
}
.title_j{
  font-size: 2rem;
  letter-spacing: 0.3rem;
}

.bla_w_frame{
  display: flex;
}
.bla_w,.bla_w::before{
  width: 11px;
  height: 13px;
  border: solid 1px #848484;
  background-color: #fff;
}
.bla_w{
  position: relative;
  margin: 6px 0 0 6.5px;
}
.bla_w::before{
  content: "";
  position: absolute;
  top:3px;
  left:-4.5px;
}


#slide .slider,#slide .slider img{
  width: 1120px;
  margin: auto;
}


#brand ul{
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
#brand ul img{
height: 60px;
}


#company .cont{
  display: flex;
  justify-content: center;
  background-color: #f2ebeb;
}
#company .info{
  width: 50%;
  max-width: 500px;
  height:auto;
  padding: 20px;
}
#company .info dl{
  font-size: 1.4rem;
}
#company .info dt{
  float: left;
  font-weight: bold;
}
#company .info dd{
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-left: 90px;
}
#company .info dd:last-child{
  padding-bottom: 0;
}
 #company iframe{
  width:50%; 
  max-width: 500px;
  height:auto; 
}


#recruit{
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
#recruit a{
  color: #333 !important;
}
#recruit .arrow{
  margin: 40px 0 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.8rem;
}
#recruit .arrow::before,#recruit .arrow::after{
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#recruit .sample::before{
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 3px solid #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#recruit .sample::after{
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#shop{
  text-align: center;
}
#shop .bgc{
  background-color: #f2ebeb;
  padding: 40px 0;
}


footer{
  max-width: 900px;
  text-align: center;
}
footer ul{
  display: flex;
  gap: 0 40px;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 30px;
  letter-spacing: 0.08rem;
}
footer .copy{
font-size: 1.5rem;
}


#page_top{
  background-color: #9F9F9F;
  width: 63px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  opacity: 0.8;
}
#page_top .arrow{
  margin: auto;
  width: 15px;
  height: 15px;
  border: solid 2px #fff ;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); 
}
#page_top p{
  font-size: 1rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.2;
}


@media (max-width: 599px) {
  body {
    padding-top: 91px;
  }

  body,header {
    min-width: 330px;
  }
  

header .cont_h{
  padding: 15px 10px;
  display: block;
  text-align: center;
}

  header .cont_h img,#shop img{
    width: 180px;
  }

header ul{
  margin: 5px auto 0.02rem 0;
  gap: 0 8px;
  font-size: 1.1rem;
  letter-spacing: -0.02rem;
  justify-content: center;
}

#brand,#company,#recruit{
  padding-top: 100px;
  margin-top:-100px;
}
#shop{
  padding-top: 85px;
  margin-top:-85px;
}





  section,footer{
    margin: 0 auto 50px;
  }

  .title_text{
    margin: 0px auto 20px;
    line-height: 1.2;
  }
  .title_e{
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
  }
  .title_j{
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
  }

  .cont_h,footer{
    font-weight:600;
  }


.bla_w,.bla_w::before{
  width: 7px;
  height: 9px;
  border: solid 0.7px #848484;
}
.bla_w{
  margin: 2.5px 0 0 4px;
}
.bla_w::before{
  content: "";
  top:1.5px;
  left:-3px;
}

  #slide .slider,#slide .slider img{
    width: 100%;
  }


  #brand ul{
    display: block;
    text-align: center;
  }
  #brand ul img{
    height: 40px;
  }
  #brand .ws{
    margin-top: -4px;
  }
  #brand .ac{
    margin-top: 6px;
  }


  #company .cont{
    display: block;
    background-color: transparent;
  }
  #company .info{
    background-color: #f2ebeb;
    width: 100%;
    max-width: 599px;
    padding: 0;
  }
  #company .info dl{
    font-size: 1rem;
    padding: 20px;
    width: 285px;
    margin: auto;
    }
  #company .info dd{
    line-height: 1.1;
    padding-bottom: 0.8rem;
    margin-left: 50px;
  }
   #company iframe{
    width:100%; 
    height: 200px;
    max-width: 599px;
  }


  #recruit{
    letter-spacing: 0.06rem;
  }
  #recruit .recruit_text{
    font-size: 1rem;
    max-width: 97%;
    margin: auto;
  }
  
  #recruit .arrow{
    margin: 20px 0 0;
    padding: 0 0 0 6px;
    font-size: 1.3rem;
  }
  #recruit .sample::before{
    width: 20px;
    height: 20px;
    border: 2.5px solid #333;
  }
  #recruit .sample::after{
    left: 5px;
    width: 5px;
    height: 5px;
    border-top: 2.5px solid #333;
    border-right: 2.5px solid #333;
  }


  #shop .bgc{
    background-color: #f2ebeb;
    padding: 20px 0;
  }
  #shop img{
    width: 140px;
  }

  footer{
    width: 100%;
    text-align: center;
  }
    footer ul{
    line-height: 1.6;
    font-size: 1.25rem;
    display: inline-block;
  }
  footer .copy{
    font-size: 1rem;
  }

}
