body{
  width: 100vw;
  font-family: "Noto Sans JP","Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
span.line1{
  position: absolute;
  width: 5px;
  height: 100%;
  left: 48px;
  z-index: 1;
  background-color: #FFFFFF;
}
span.line2{
  position: absolute;
  width: 5px;
  height: 100%;
  right: 48px;
  z-index: 1;
  background-color: #FFFFFF;
}
a {
  text-decoration: none;
  color: #050000;
}
/* ヘッダー ---------------------------------------------------------------------*/
header{
  width: 100vw;
  height: 120px;
  background: #FFFFFFD9 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000001A;
  position: fixed;
  display: flex;
  z-index: 10;
}
header>div{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-between;
  margin-left: 160px;
  margin-right: 160px;
}
header p{
  font-size: 56px;
  width: 168px;
  height: 81px;
  margin-top: 27px;
  font: normal normal normal 56px/81px DotGothic16;
}
header p a{
  color: #BD1800;
}
header ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
header li{
  display: flex;
  justify-content: center;
  font-size: 32px;
  width: 154px;
  height: 51px;
  margin-top: 50px;
  color: #050000;
  font: normal normal normal 32px/46px Noto Sans CJK JP;
}
span.nav_line{
  content: "";
  height: 51px;
  width: 1px;
  margin-top: 50px;
  background-color: #707070;
}
.hamburger_menu{
  display: none;
  width: 60px;
  height: 40px;
  margin-top: 48px;
  cursor: pointer;

}
/* contact main ---------------------------------------------------------------------*/
.contact{
  width: 100%;
  height: 1402px;
  background: #050000 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact h2{
  color: #FFFFFF;
  margin-top: 160px;
  margin-bottom: 80px;
  font: normal normal bold 80px/116px Noto Sans CJK JP;
  border: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact h2::after, .contact h2::before{
  content: "";
  display: block;
  width: 308px;
  height: 2px;
  background-color: #FFFFFF;
}
.contact>div{
  width: 83%;
  height: 960px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
}
form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
form>div{
  display: flex;
  flex-direction: column;
  width: 45%;
  margin-top: 54px;
}
form>div:first-child{
  margin-top: 62px;
}
label{
  font: normal normal bold 24px/35px Noto Sans CJK JP;
  color: #050000;
  margin-bottom: 4px;
}
input{
  width: 100%;
  height: 64px;
  background: #0500000D 0% 0% no-repeat padding-box;
  border: 1px solid #050000CC;
  border-radius: 10px;
  padding-left: 20px;
}
input::placeholder{
  font: normal normal bold 16px/24px Noto Sans CJK JP;
  color: #050000;
  opacity: 0.5;
}
textarea{
  width: 100%;
  height: 216px;
  background: #0500000D 0% 0% no-repeat padding-box;
  border: 1px solid #050000B3;
  border-radius: 10px;
  padding-left: 20px;
  padding-top: 14px;
}
textarea::placeholder{
  font: normal normal bold 16px/24px Noto Sans CJK JP;
  color: #050000;
  opacity: 0.5;
}
.contact button{
  border: none;
  background: transparent;
  display: flex;
  margin-top: 120px;
  width: 45%;
}
.contact button>div{
  width: 100%;
  height: 120px;
  background: #050000 0% 0% no-repeat padding-box;
  box-shadow: 5px 10px 10px #00000029;
  text-align: center;
  font: normal normal bold 32px/48px Noto Sans CJK JP;
  letter-spacing: 1.02px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact button>div>div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 88px;
  border: 5px solid #FFFFFF;
  z-index: 1;
}
/* send main ---------------------------------------------------------------------*/
.send{
  width: 100%;
  height: 1080px;
  background: #050000 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.send h2{
  color: #FFFFFF;
  margin-top: 160px;
  margin-bottom: 160px;
  font: normal normal bold 80px/116px Noto Sans CJK JP;
  border: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.send h2::after, .send h2::before{
  content: "";
  display: block;
  width: 308px;
  height: 2px;
  background-color: #FFFFFF;
}
.send>div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.send div div{
  position: relative;
}
.send>div>div p{
  font: normal normal bold 32px/48px Noto Sans CJK JP;
  letter-spacing: 1.02px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.send img{
  position: absolute;
  left: -63px;
  top: 50%;
  transform: translate(0,-50%);
  width: 48px;
  height: 32px;
}
.send>div>p{
  text-align: center;
  font: normal normal normal 24px/48px Noto Sans CJK JP;
  letter-spacing: 0.77px;
  color: #FFFFFF;
  margin-top: 32px;
  margin-bottom: 32px;
}
.send a{
  font: normal normal 900 40px/48px Noto Sans CJK JP;
  letter-spacing: 1.28px;
  color: #BD1800;
  text-shadow:1px 1px 0 #ffffff60, -1px -1px 0 #FFFFFF60,
              -1px 1px 0 #FFFFFF60, 1px -1px 0 #FFFFFF60,
              0px 1px 0 #FFFFFF60,  0 -1px 0 #FFFFFF60,
              -1px 0 0 #FFFFFF60, 1px 0 0 #FFFFFF60;
}
.send a:hover{
  transform: translate(0,10px);
  transition-duration: 0.3s;
}

/* footer ---------------------------------------------------------------------*/
footer{
  height: 360px;
  background-color: #BD1800;
}
footer>div{
  margin-left: 160px;
  margin-right: 160px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer>div>div{
  display: flex;
  justify-content: space-between;
}
footer>div>div p{
  font: normal normal normal 56px/81px DotGothic16;
  letter-spacing: 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
footer>div>div p a{
  color: #FFFFFF;
}
footer ul{
  list-style: none;
  height: 280px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer li{
  text-align: left;
  font: normal normal bold 32px/46px Noto Sans CJK JP;
  letter-spacing: 0px;
  opacity: 1;
}
footer li a{
  color: #FFFFFF;
}
footer>div>p{
  font: normal normal normal 16px/24px Noto Sans CJK JP;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 16px;
  text-align: center;
}

/* モーダル ---------------------------------------------------------------------*/
.modal-body{
  position: relative;
}
.cross_i{
  width: 42.4px;
  height: 42.4px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;

}
.modal_menu{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal_menu p{
  margin-top: 40px;
  margin-bottom: 76px;

}
.modal_menu p a{
  font: normal normal normal 56px/81px DotGothic16;
  letter-spacing: 0px;
  color: #BD1800;
  opacity: 1;
}
.modal_menu ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.modal_menu li{
  list-style: none;
  margin-bottom: 24px;
}
.modal_menu li a{
  font: normal normal normal 32px/46px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #050000;
  opacity: 1;
}