@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Serif+JP&display=swap");
.ENG {
  font-family: "Cinzel", serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: 14rem;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin-top: 16rem;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Ryumin Regular KL", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #231815;
  font-feature-settings: "palt";
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6.4rem 0 2rem;
  z-index: 9999;
  background-color: #fff;
}
header .header {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header .logo {
  width: 30%;
  max-width: 30rem;
}
header .header nav {
  width: 50%;
}
header .header nav .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .header nav .nav li {
  border-right: 1px solid #4C4948;
  width: calc((100% - 16rem - 4px) / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .header nav .nav li:first-of-type {
  width: 16rem;
  border-left: 1px solid #4C4948;
}
header .header nav .nav li a {
  display: block;
  width: 100%;
  color: #231815;
  font-size: 1.4rem;
}
header .header nav .nav li a p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  header {
    padding: 2rem 0;
  }
  header .header {
    width: 100%;
  }
  header .header .logo {
    width: 50%;
    max-width: 50rem;
    margin-left: 2rem;
  }
  header .header nav {
    width: 100%;
    margin-top: 4rem;
  }
  header .header nav .nav li {
    width: 20%;
  }
  header .header nav .nav li:first-of-type {
    width: 35%;
  }
  header .header nav .nav li a p {
    font-size: 2.4rem;
  }
}
.footer_note {
  padding-bottom: 40px;
}
.footer_note p {
  line-height: 1.5;
}

.f_link_wrap {
  width: 100%;
  background-color: #DEDEE7;
  padding: 6rem 0;
}
.f_link_wrap a {
  width: 100%;
  display: block;
  position: relative;
}
.f_link_wrap a p {
  font-size: 3.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(5%, -50%);
}
.f_link_wrap a p .f_bnrlink_icon {
  width: 3.2rem;
  margin-left: 1rem;
}

footer {
  border-top: 16px solid #00002E;
  padding: 3.6rem 0 3rem;
}
footer .f_logo {
  width: 200px;
  margin: 0 auto;
}
footer small {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0 10px;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 3.6rem 0 2rem;
  }
  footer .f_logo {
    width: 150px;
  }
  footer small {
    font-size: 10px;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}

.com-sec-note {
  background: #dddddd;
  padding: 12rem 0 6.6rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
  .com-sec-note {
    padding: 12rem 0 9.6rem;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-content {
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 68rem;
  }
}
.com-ttl_wrap {
  margin: 15rem 0 0;
  padding: 0 0 3rem;
}
.com-ttl_wrap .com-ttl_box {
  background-color: rgba(0, 50, 108, 0.5);
  padding: 5rem 0 4rem;
}
.com-ttl_wrap .com-ttl {
  font-family: "Cinzel", serif;
  font-size: 12.2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1.6rem;
}
.com-ttl_wrap .com-lead {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.com-ttl_wrap figcaption {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .com-ttl_wrap {
    margin: 10rem 0 0;
    padding: 0 0 9rem;
  }
  .com-ttl_wrap .com-ttl {
    font-size: 10.2rem;
  }
  .com-ttl_wrap .com-lead {
    font-size: 3.2rem;
  }
}
.com-btn {
  display: block;
  width: 70%;
  margin: 6.5rem auto 2rem;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  padding: 2rem 0 2.2rem;
  background-color: #00002e;
  border-radius: 4px;
  -ms-box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 750px) {
  .com-btn {
    width: 100%;
    font-size: 4.2rem;
    padding: 3rem 0 3.2rem;
  }
}
.anker_top {
  position: fixed;
  width: 14px;
  height: 82px;
  display: block;
  bottom: 20px;
  right: 10px;
}

.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #eff2f4;
  opacity: 1;
}
.com-loadwrap::after {
  content: "";
  position: absolute;
  z-index: 999999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
  height: 200vw;
  border-radius: 150vw;
  background: #fff;
}
.com-loadwrap.no_active {
  animation-name: loadAnime;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
.com-loadwrap.no_active::after {
  animation-name: loadAnime2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes loadAnime2 {
  0% {
    width: 150vw;
    height: 150vw;
  }
  90% {
    z-index: 99999;
    width: 0;
    height: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}

/*動き*/
.m_left {
  transition: all 1.5s;
  opacity: 0;
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  transform: translate(0, 0);
}

.m_right {
  transition: all 1.5s;
  opacity: 0;
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  transform: translate(0, 0);
}

.m_op {
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  transition: all 1.3s;
  transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  transform: translateY(0px);
  opacity: 1;
}

.m_up {
  transition: all 1s;
  transform: translateY(-100px);
  opacity: 0;
}
.m_up _on {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    transition-delay: 0.1s;
  }
  .m_op_d2 {
    transition-delay: 0.3s;
  }
  .m_op_d3 {
    transition-delay: 0.5s;
  }
  .m_op_d4 {
    transition-delay: 0.7s;
  }
  .m_op_d5 {
    transition-delay: 0.9s;
  }
  .m_op_d6 {
    transition-delay: 1.1s;
  }
  .m_op_d7 {
    transition-delay: 1.3s;
  }
  .m_op_d8 {
    transition-delay: 1.5s;
  }
  .m_op_d9 {
    transition-delay: 1.7s;
  }
}
#shibaura figure {
  position: relative;
}
#shibaura .main_wrap {
  position: relative;
}
#shibaura .main_wrap .view_box {
  position: relative;
  overflow: hidden;
}
#shibaura .main_wrap .prot {
  position: absolute;
  top: 0;
  left: 0;
}
#shibaura .main_wrap .main_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#shibaura .main_wrap .appear_box {
  position: relative;
  padding: 5rem 0;
}
#shibaura .main_wrap .appear_box .lead {
  text-align: center;
}
#shibaura .main_wrap .appear_box .lead span {
  display: inline-block;
  font-size: clamp(10px, 9rem, 112px);
  padding: 0 1rem;
}
#shibaura .main_wrap .appear_box .lead2 span:nth-of-type(6) {
  width: 4rem;
}
#shibaura .main_wrap .appear_box .sub_lead {
  font-size: 3rem;
  text-align: center;
  margin-top: 2rem;
}
#shibaura .main_wrap .appear_box .appera_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
#shibaura .main_wrap .appear_box .appera_img .cap1 {
  position: relative;
  right: 5px;
  bottom: 15px;
  font-size: 1rem;
  letter-spacing: 0;
  text-align: right;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
}
#shibaura .main_wrap .appear_box .appera_img .cap2 {
  font-size: 1rem;
}
#shibaura .main_wrap .img_wrap {
  position: relative;
}
#shibaura .main_wrap .img_wrap .bg_map {
  position: absolute;
  width: 29%;
  top: -8rem;
  left: 0;
  z-index: 0;
}
#shibaura .main_wrap .img_wrap .img_box {
  width: 50%;
  margin: 2rem auto 4.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#shibaura .main_wrap .img_wrap .img_box figure {
  width: 32%;
}
#shibaura .main_wrap .img_wrap .dis_box {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#shibaura .main_wrap .img_wrap .dis_box figure {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #shibaura .main_wrap .appear_box .lead span {
    font-size: 9.2rem;
  }
  #shibaura .main_wrap .appear_box .sub_lead {
    font-size: 4rem;
    margin-top: 10rem;
  }
  #shibaura .main_wrap .appear_box .appera_img {
    position: relative;
    width: 50%;
    margin-left: 50%;
    z-index: 1;
  }
  #shibaura .main_wrap .appear_box .appera_img .cap1 {
    font-size: 2rem;
  }
  #shibaura .main_wrap .appear_box .appera_img .cap2 {
    font-size: 2rem;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    bottom: -1rem;
    right: 30%;
  }
  #shibaura .main_wrap .appear_box .bg_map {
    width: 73%;
    position: absolute;
    bottom: 13rem;
    left: 0;
  }
  #shibaura .main_wrap .img_wrap .img_box {
    width: 90%;
  }
  #shibaura .main_wrap .img_wrap .dis_box {
    width: 90%;
  }
}
#shibaura .location-cap {
  bottom: -1.5rem;
}
#shibaura .lacation_wrap .loca_lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1.4;
  margin-top: 6rem;
}
#shibaura .lacation_wrap .loca_txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #shibaura .location-cap {
    bottom: -8.5rem;
  }
  #shibaura .lacation_wrap .loca_lead {
    font-size: 3.8rem;
  }
  #shibaura .lacation_wrap .loca_txt {
    font-size: 2.6rem;
  }
}
#shibaura .access_wrap .train_map {
  width: 80%;
  margin: 0 auto;
}
#shibaura .access_wrap .txt {
  font-size: 1.4rem;
  margin: 3rem 0;
  line-height: 1.4;
}
#shibaura .access_wrap .station_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 2rem;
}
#shibaura .access_wrap .station_box li {
  width: 19%;
}
#shibaura .access_wrap .station_box li figure {
  position: relative;
}
#shibaura .access_wrap .station_box li .desc {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}
#shibaura .access_wrap .lifeinfo_wrap .life_ttl {
  font-size: 2rem;
  font-family: "Cinzel", serif;
  color: #fff;
  background-color: #70748a;
  padding: 1rem 0;
  text-align: center;
  margin: 5rem 0 4rem;
}
#shibaura .access_wrap .lifeinfo_wrap .lifeimg_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shibaura .access_wrap .lifeinfo_wrap .lifeimg_box figure {
  position: relative;
  width: 32.3333333333%;
}
#shibaura .access_wrap .lifeinfo_wrap .lifeimg_box figure:nth-of-type(1), #shibaura .access_wrap .lifeinfo_wrap .lifeimg_box figure:nth-of-type(2) {
  width: 49%;
  margin-bottom: 1%;
}
#shibaura .access_wrap .lifeinfo_wrap .lifeimg_box .map_info {
  width: 40%;
  margin-top: 6rem;
}
#shibaura .access_wrap .lifeinfo_wrap .lifeimg_box .map {
  width: 56%;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  #shibaura .access_wrap .train_map {
    width: 100%;
  }
  #shibaura .access_wrap .txt {
    font-size: 2.6rem;
  }
  #shibaura .access_wrap .station_box li {
    width: 48%;
    margin-bottom: 4rem;
  }
  #shibaura .access_wrap .station_box li .desc {
    font-size: 2rem;
  }
  #shibaura .access_wrap .lifeinfo_wrap .life_ttl {
    font-size: 4rem;
    padding: 1.5rem 0 1rem;
  }
  #shibaura .access_wrap .lifeinfo_wrap .lifeimg_box .map_info {
    width: 100%;
    order: 2;
  }
  #shibaura .access_wrap .lifeinfo_wrap .lifeimg_box .map {
    width: 100%;
  }
}
#shibaura .design-cap {
  bottom: -1.5rem;
  position: absolute;
  font-size: 1rem;
  right: 0;
}
#shibaura .design_wrap {
  padding: 0 0 5rem;
}
#shibaura .design_wrap .plan_img {
  margin: 10rem auto 8rem;
}
#shibaura .design_wrap .security_wrap .security_ttl {
  width: 100%;
  border-bottom: 1px solid #231815;
  border-left: 1px solid #231815;
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
}
#shibaura .design_wrap .security_wrap .security_ttl::before {
  content: "SECURITY";
  font-size: 2.1rem;
  font-family: "Cinzel", serif;
  position: absolute;
  left: 1rem;
}
#shibaura .design_wrap .security_wrap .security_ttl p {
  font-size: 1.7rem;
  text-align: center;
}
#shibaura .design_wrap .security_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shibaura .design_wrap .security_box li {
  width: 16%;
}
#shibaura .design_wrap .security_box li:first-of-type {
  width: 48%;
}
#shibaura .design_wrap .security_box li figure {
  position: relative;
}
#shibaura .design_wrap .security_box li img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
#shibaura .design_wrap .security_box li .name {
  font-size: 1.4rem;
  margin: 1rem 0;
}
#shibaura .design_wrap .security_box li .desc {
  font-size: 1rem;
  line-height: 1.2;
}
#shibaura .design_wrap .security_box .sec01 .com-cap {
  bottom: auto;
  top: 0;
}
#shibaura .design_wrap .security_box .sec01 img {
  -o-object-fit: contain;
     object-fit: contain;
}
#shibaura .design_wrap .security_box .sec02 img {
  -o-object-fit: contain;
     object-fit: contain;
}
#shibaura .design_wrap .security_box .sec03 .com-cap {
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 750px) {
  #shibaura .design-cap {
    bottom: -6.5rem;
    font-size: 2rem;
  }
  #shibaura .design_wrap .plan_img {
    margin: 10rem auto 10rem;
  }
  #shibaura .design_wrap .security_wrap .security_ttl::before {
    font-size: 3.1rem;
    top: -4rem;
  }
  #shibaura .design_wrap .security_wrap .security_ttl p {
    font-size: 2.8rem;
    text-align: left;
    padding-left: 1rem;
  }
  #shibaura .design_wrap .security_box li {
    width: 30%;
  }
  #shibaura .design_wrap .security_box li:first-of-type {
    width: 100%;
    margin-bottom: 4rem;
  }
  #shibaura .design_wrap .security_box li img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #shibaura .design_wrap .security_box li .name {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
  #shibaura .design_wrap .security_box li .desc {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */