@charset "UTF-8";

html {
  font-size: 62.5%;
  font-family: serif;
  color: #fff;
}

body {
  background-color: #000;
  background: url(../image/bg_pc.svg) center center / cover no-repeat;
  background-attachment: fixed;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 6px;
  margin-bottom: 30px;
  color: #001139;
}

.text {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  color: #595757;
  margin-bottom: 40px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 img {
  width: 260px;
  padding: 20px 0 20px 35px;
}

header p {
  color: #fff;
  font: 1.3rem serif;
  letter-spacing: 7px;
  padding-right: 25px
}

.main_visual {
  width: 100%;
  height: 93vh;
  background: url(../image/main_visual.jpg) center center / cover no-repeat;
  position: relative;
  margin-bottom: 70px;
}

.main_visual img {
  position: absolute;
  width: 350px;
  left: 10%;
  top: 150px;
}

.central_tokyo {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.central_tokyo img {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
.central_tokyo h2 {
  text-align: center;
  color: #fff;
}

.central_tokyo p {
  color: #fff;
}

.minato-ku_map img {
  width: 100%;
}

.bg_white {
  background-color: #fff;
  width: 100%;
}

.area_wrapper {
  margin-bottom: 100px;
}

.azabujuban {
  width: 1000px;
  margin: 0  auto;
  position: relative;
  padding-top: 80px;
  margin-bottom: 100px;
}

.azabujuban img {
  width: 700px;
  position: absolute;
  right: 0;
}

.azabujuban h2 {
  padding-top: 40px;
  text-align: left;
  color: #001139;
  position: relative;
}

.azabujuban p {
  color: #595757;
}

.azabu_pride {
  background: url(../image/bg_azabu_proud.jpg) center center / cover no-repeat;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.azabu_pride img {
  width: 700px;
  margin-bottom: 40px;
}

.azabu_pride p {
  font-size: 2.5rem;
  text-align: center;
  width: 90%;
  line-height: 1.6;
  letter-spacing: 3px;
}

.area_innner_wrapper {
  width: 1000px;
  margin: 0 auto;
}

.area_city {
  position: relative;
}

.area_city .city_name {
  position: absolute;
  right: 0;
}

.area_city h2 {
  text-align: left;
  padding-top: 50px;
  position: relative;
}

.area_city h2 + img {
  width: 100%;
  margin-bottom: 25px;
}

.develop_map {
  width: 100%;
  margin-bottom: 100px;
}

.h_roppongi {
  width: 550px;
  padding-top: 20px
}

.h_azabu {
  width: 400px;
  padding-top: 10px
}

.h_toranomon {
  width: 600px;
  padding-top: 10px;
}

#contact {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

#contact img {
  width: 20%;
  max-width: 170px;
}

#contact img:hover {
  opacity: 0.9;
}

#contact a:nth-child(2) {
  padding: 0 3%;
}

#footer_info {
  width: 60%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}

.pc {
  display: block!important;
}
.sp {
  display: none !important;
}

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

  h2 {
    font-size: 2.5rem
  }
  .main_visual img {
    left: 7%;
  }
  .central_tokyo {
    width:  800px;
  }
  .central_tokyo img {
    width: 800px;
  }
  .azabujuban {
    width: 800px;
  }
  .area_innner_wrapper {
    width: 800px;
  }
  
}

@media screen and (max-width:768px) {
  
  .pc {
    display: none!important;
  }
  .sp {
    display: block !important;
  }
  body{
  position: relative;
  width:100%;
  z-index: 0;
}
  body::before{
  content: '';
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
  background:url('../image/bg_sp.png');
  background-position:  center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size:cover;
}
  h2 {
    font-size: 2.2rem;
  }
  .central_tokyo img {
    width: 700px;
  }
  .central_tokyo {
    width: 700px;
  }
  .azabu_pride p {
    font-size: 2.2rem;
  }
  .azabujuban {
    width: 700px;
    padding-top: 50px;
    margin-bottom: 0px;
  }
  .azabujuban img {
    width: 600px;
  }
  .area_innner_wrapper {
    width: 700px;
  }
  .develop_map {
    margin-bottom: 70px;
  }
  #contact {
    width: 90%;
  }
  .h_roppongi {
    width: 500px;
  }
}


@media screen and (max-width:560px){
  h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .text {
    font-size: 1.3rem;
    letter-spacing: 1.7px;
    margin-bottom: 13px;
  }
  header h1 img {
    width: 55%;
    padding: 18px 0 18px 25px;
  }
  .main_visual {
    margin-bottom: 35px;
  }
  .main_visual img {
    width: 180px;
    top: 8%;
  }
  .central_tokyo {
    width: 92%;
    margin-bottom: 0px;
  }
  .central_tokyo img {
    width: 100%;
  }
  .area_wrapper {
    margin-bottom: 50px;
  }
  
  .area_innner_wrapper {
    width: 92%;
  }
  .azabujuban {
    width: 92%;
    padding-top: 35px;
  }
  .azabujuban img {
    width: 300px;
  }
  .azabu_pride {
    height: 200px;
    margin-bottom: 18px;
  }
  .azabu_pride img {
    width: 80%;
    margin-bottom: 15px;
  }
  .azabu_pride p {
    font-size: 1.3rem;
  }
  .h_roppongi {
    width: 70%;
    padding-top: 10px;
  }
  .area_city h2 + img {
    margin-bottom: 15px;
  }
  .h_azabu {
    width: 50%;
  }
  .h_toranomon {
    width: 82%;
  }
  .develop_map {
    margin-bottom: 40px;
  }
  #contact {
    width: 98%;
    margin-bottom: 32px;
  }
  #contact img {
    width: 25%;
  }
  #footer_info {
    width: 80%;
    margin-bottom: 55px;
  }
}




