@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;
}

/* layout */
body {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}

body::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

body {
  background: #FFFCF2;
}
/* 
header {
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 999;
  left: calc(50% - 375px);
  top: 0;
  padding: 3.5rem 4rem;
  background: #fff;
  height: 10rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
header p {
  width: 41.33%;
  max-width: 310px;
  display: block;
}
 */

#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){
  /* 
  header {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    height: 50px;
  }
  header p {
    width: 41.33%;
    max-width: 165px;
    padding: 17px 0 17px 17px;
  }
   */
}

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


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

#baby_oshiri p {
 margin: 0;
}

#baby_oshiri #sec01 .cvbtn {
  bottom: 80px;
}

#baby_oshiri .step_ttl {
  position: relative;
}

#baby_oshiri .step_ttl .cvbtn {
  width: 84%;
  position: absolute;
  bottom: 56px;
  left: calc(50% + 9px);
  transform: translateX(-50%);
  z-index: 10;
}

#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;
}


#baby_oshiri .cv_item {
  position: relative;
}

#baby_oshiri .cv_item .cvbtn {
  width: 84%;
  position: absolute;
  bottom: 30px;
  left: calc(50% + 9px);
  transform: translateX(-50%);
  z-index: 10;
}

#baby_oshiri .cv_item_wrap .cv_item:last-child .cvbtn {
  bottom: 100px;
}

#baby_oshiri .cv_item.cv_beginner .cvbtn {
  bottom: 120px;
}


@media screen and (max-width: 767px) {
  #baby_oshiri #sec01 .cvbtn {
    bottom: 10.666vw;
  }
  #baby_oshiri .step_ttl .cvbtn {
    bottom: 7.466vw;
    left: calc(50% + 1.2vw);
  }

  #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;
  }

  #baby_oshiri .cv_item .cvbtn {
    bottom: 4vw;
    left: calc(50% + 1.2vw);
  }

  #baby_oshiri .cv_item_wrap .cv_item:last-child .cvbtn {
    bottom: 13.333vw;
  }

  #baby_oshiri .cv_item.cv_beginner .cvbtn {
    bottom: 16vw;
  }

}