@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
sup {
  font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

#nav,
#footerWrap {
  background-color: #FFF;
}

#baby_oshiri img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

#baby_oshiri a img {
  transition: opacity ease 0.3s;
}

#baby_oshiri .ma {
  margin-left: auto;
  margin-right: auto;
}

#baby_oshiri .pr {
  position: relative;
}

#baby_oshiri .pa {
  position: absolute;
}

#baby_oshiri .pf {
  position: fixed;
}

#baby_oshiri .db {
  display: block;
}

#baby_oshiri .di {
  display: inline;
}

#baby_oshiri .dib {
  display: inline-block;
}

#baby_oshiri .dn {
  display: none;
}

#baby_oshiri .df {
  display: flex;
}

#baby_oshiri .fww {
  flex-wrap: wrap;
}

#baby_oshiri .fwnw {
  flex-wrap: nowrap;
}

#baby_oshiri .jcc {
  justify-content: center;
}

#baby_oshiri .jcsb {
  justify-content: space-between;
}

#baby_oshiri .jcfs {
  justify-content: flex-start;
}

#baby_oshiri .jcfe {
  justify-content: flex-end;
}

#baby_oshiri .aic {
  align-items: center;
}

#baby_oshiri .aifs {
  align-items: flex-start;
}

#baby_oshiri .aife {
  align-items: flex-end;
}

#baby_oshiri .oxh {
  overflow-x: hidden;
}

#baby_oshiri .tl {
  text-align: left;
}

#baby_oshiri .tc {
  text-align: center;
}

#baby_oshiri .tr {
  text-align: right;
}

#baby_oshiri .tj {
  text-align: justify;
}

#baby_oshiri .hac {
  left: 50%;
  transform: translateX(-50%);
}

#baby_oshiri .vam {
  top: 50%;
  transform: translateY(-50%);
}
#baby_oshiri .mb00 {
  margin-bottom: 0;
}

.marugo {
  font-family: dnp-shuei-mgothic-std, "Shuei MaruGo", sans-serif !important;
  font-weight: 400;
}

.bold,
.bold * {
  font-weight: 600 !important;
}

.orange {
  color: #ff8701;
}

#baby_oshiri main {
  /* margin-top: 10rem; */
  margin-top: 0;
  font-family: dnp-shuei-mgothic-std, 'Shuei MaruGo', sans-serif !important;
  color: #595757;
}
#baby_oshiri main .product {
  font-family: dnp-shuei-mgothic-std, 'Shuei MaruGo', sans-serif !important;
}
#baby_oshiri main .point {
  margin: auto;
}

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

#baby_oshiri {
  max-width: 750px;
  background: #fff;
  /* box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3); */
  overflow-x: hidden;
  margin: auto;
}
#baby_oshiri>main{
  position: relative;
}

/* ----------------------------------
    details
---------------------------------- */
#baby_oshiri h1,
#baby_oshiri h2 {
  margin: 0;
}

#baby_oshiri p {
 margin: 0;
}

#baby_oshiri .step_ttl {
  position: relative;
  overflow: hidden;
}
#baby_oshiri .step_ttl img {
  margin-bottom: -190px;
}

#baby_oshiri .bg_lightblue {
  background-color: #ecfaff;
  padding-bottom: 80px;
}

#baby_oshiri .bnr_wrap {
  width: 81%;
  margin: 0 auto;
}

#baby_oshiri .video {
  width: 92%;
  position: relative;
  padding-bottom: 51.7%;
  height: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2);
  line-height: 1;
  margin: 0 auto 77px;
}
#baby_oshiri .video iframe {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  box-sizing: initial;
  border: none;
}


#baby_oshiri .accordion_box {
  margin: auto;
}
#baby_oshiri .accordion_box_ttl {
  cursor: pointer;
  position: relative;
}
#baby_oshiri .accordion_box_ttl::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #005bac;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
}
#baby_oshiri .accordion_box_ttl::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #005bac;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%) rotate(90deg);
  transition: .3s;
}
#baby_oshiri .accordion_box_ttl.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#baby_oshiri .accordion_box dd {
  display: none;
  margin: 0 auto;
}


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

  #baby_oshiri .bg_lightblue {
    padding-bottom: 10.666vw;
  }

  #baby_oshiri .video {
    margin: 0 auto 10.266vw;
    border-radius: 2.666vw;
    box-shadow: 1.6vw 1.6vw 1.6vw rgba(0, 0, 0, 0.2);
  }

  #baby_oshiri .accordion_box_ttl::before,
  #baby_oshiri .accordion_box_ttl::after {
    width: 5.333vw;
    height: 0.533vw;
    right: 7.333vw;
  }

}

.hacobune-app-container[data-v-ad5aa956]{
  padding: 0 !important;
}

@media(max-width: 719px){
  .hacobune-app-container[data-v-ad5aa956]{
    width: 100% !important;
  }
}
@media(max-width: 720px){
  .hacobune-unit-video[data-v-253249c8]{
    margin: 0 !important;
  }
}