.bridal-top #content01 {
  background: url("https://ichi.itembox.design/item/bridal/bridal-content01_bg--pc.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .bridal-top #content01 {
    background: url("https://ichi.itembox.design/item/bridal/bridal-content01_bg--sp.jpg") center center no-repeat;
  }
}
.bridal-top #content02 {
  background: url("https://ichi.itembox.design/item/bridal/bridal-content02_2_bg--pc.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .bridal-top #content02 {
    background: url("https://ichi.itembox.design/item/bridal/bridal-content02_2_bg--sp.jpg") center center no-repeat;
  }
}
.bridal-top #content03 {
  background: url("https://ichi.itembox.design/item/bridal/bridal-content03_bg--pc.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .bridal-top #content03 {
    background: url("https://ichi.itembox.design/item/bridal/bridal-content03_bg--sp.jpg") center center no-repeat;
  }
}
.bridal-top #content04 {
  background: url("https://ichi.itembox.design/item/bridal/bridal-content04_bg--pc.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .bridal-top  #content04 {
    background: url("https://ichi.itembox.design/item/bridal/bridal-content04_bg--sp.jpg") center center no-repeat;
  }
}
.bridal-top #content05 {
  background: url("https://ichi.itembox.design/item/bridal/bridal-content05_2_bg--pc.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .bridal-top #content05 {
    background: url("https://ichi.itembox.design/item/bridal/bridal-content05_2_bg--sp.jpg") center center no-repeat;
  }
}
.bridalContent {
  height: 100vh;
  min-height: 700px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bridalContent {
    min-height: 500px;
    height: auto;
    padding: 40px 0;
  }
}
.bridalContent p {
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .bridalContent p {
    font-size: 11px;
  }
}
.bridalContent p:not(:last-child) {
  margin-bottom: 40px;
}
h2.topH2 {
  text-align: center;
}
.page-bridaltop #hdr {
  padding-top: 0px;
  width: 100%;
  z-index: 998;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.page-bridaltop #hdr.fixed2 {
  background: rgba(0, 0, 0, 0.9);
}
.page-bridaltop  #hdr:not(.fixed2) {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .page-bridaltop #hdr:not(.fixed2) {
    padding-top: 30px;
  }
}
.page-bridaltop .h_box {
  height: 0 !important;
}

body.page-bridaltop #hdr.fixed2 .logo_w {display: inline-block;}
body.page-bridaltop #hdr.fixed2 .logo_b {display: none;}
body.page-bridaltop #hdr.fixed2 {color: #fff;}
body.page-bridaltop #hdr.fixed2 a {color: #fff;}
body.page-bridaltop #hdr.fixed2 i {color: #fff;}
body.page-bridaltop #hdr.fixed2 #menu-icon span {background-color: #fff;}
body.page-bridaltop #hdr.fixed2 #menu-icon svg path {fill: #fff;}
