@charset "utf-8";
@font-face {
  font-family: Brandon_bld;
  src: url('../../font/Brandon_bld.otf') format("opentype");
}
#pageBase p, #pageBase h1, #pageBase h2, #pageBase h3 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#pageBase p {
  font-size: 16px;
  line-height: 1.8;
}
#pageBase {
  width: 100%;
}
.top-btn {
  display: block;
  width: 250px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 40px;
  background-image: url("../../img/babydan/top_new/arrow.png");
  background-repeat: no-repeat;
  background-size: 26px 10px;
  background-position: right 7% bottom 50%;
}
.top-btn:hover {
  background-position: right 6% bottom 50%;
  transition: 0.2s;
}
.top-btn__up {
  background-image: url("../../img/babydan/top_new/arrow_up.png");
  background-size: 10px 26px;
  background-position: right 12% bottom 50%;
  margin-bottom: 100px;
}
.top-btn__up:hover {
  background-position: right 12% bottom 60%;
}
.main-img {
  width: 100%;
  height: 560px;
  background-image: url("../../img/babydan/top_new/top.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #dedede;
}
.main-img__headline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 180px 0 0 40px;
}
.main-icon {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  margin-top: -100px;
}
.main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.main__title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.main__txt {
  width: 600px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.8 !important;
}
.main__gif {
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.main__gif img {
  width: 100%;
  height: auto;
}
.main-content-wrap {
  width: 1000px;
  display: flex;
  margin: 0 auto;
}
.main-content {
  width: 33%;
}
.main-content__title {
  font-size: 20px;
  letter-spacing: 4px;
  padding-left: 80px;
}
.main-content__subtitle {
  padding-left: 80px;
}
.main-content__txt {
  margin: 20px 0;
  padding-left: 30px;
}
.content-title {
  margin-left: -50px;
  padding-top: 50px;
  height: 113px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.content-title__1 {
  background-image: url("../../img/babydan/top_new/title1.png");
}
.content-title__2 {
  background-image: url("../../img/babydan/top_new/title2.png");
}
.content-title__3 {
  background-image: url("../../img/babydan/top_new/title3.png");
}
.secondary {
  width: 100%;
  display: flex;
}
.secondary__img {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.seccondary__img-mom {
  background-image: url("../../img/babydan/top_new/03.jpg");
  background-position: top 0 left 30%;
}
.seccondary__img-dad {
  background-image: url("../../img/babydan/top_new/04.jpg");
  background-position: center;
}
.secondary-content {
  width: 50%;
  padding: 100px 50px;
}
.secondary-content__pink {
  background-image: url("../../img/babydan/top_new/bg_pink.jpg")
}
.secondary-content__beige {
  background-image: url("../../img/babydan/top_new/bg_beige.jpg")
}
.secondary-content__title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
.secondary-content__txt {
  margin-bottom: 30px;
}
.news {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  background-image: url("../../img/babydan/top_new/bg_blue.jpg")
}
.news__title {
  font-size: 32px;
  font-family: Brandon_bld;
  src: url('../../font/Brandon_bld.otf') format("opentype");
  margin-bottom: 50px;
}
.news-line {
  background-color: white;
  width: 600px;
  height: auto;
  margin: 10px auto;
  padding: 7px 10px;
  background-image: url("../../img/babydan/top_new/arrow.png");
  background-repeat: no-repeat;
  background-size: 26px 10px;
  background-position: right 2.5% bottom 50%;
  display: flex;
}
.news-line:hover {
  opacity: 70%;
  background-position: right 1.5% bottom 50%;
  transition: 0.3s;
}
.news-line__date {
  padding-right: 20px;
}
.instagram {
  margin: 50px auto 0;
}
.instagram__title {
  font-size: 16px;
}
.instagram__list {
  display: flex;
  width: 600px;
  margin: 20px auto 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.instagram__list-item {
  width: 200px;
  height: 200px;
  padding: 5px;
}
.instagram__list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onbox {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px 0;
  display: flex;
}
.onbox-img {
  width: 35%;
  height: auto;
  margin-top: -100px;
}
.onbox-img img {
  width: 100%;
  height: auto;
}
.onbox-content {
  width: 65%;
  height: auto;
  padding: 100px 0 0 50px;
}
.onbox-content__title {
  font-size: 24px;
  margin-bottom: 30px;
  width: 100%;
}
.onbox-contentx__txt {
  width: 100%;
  height: auto;
}
.onbox-content__app {
  padding-top: 30px;
  width: 100%;
  height: auto;
}
.onbox-content__app img {
  width: 50%;
  display: inline;
  float: left;
}
.extension {
  width: 800px;
  margin: 0 auto 100px;
  padding: 50px 40px;
  display: flex;
  clear: both;
  border: 2px solid #ebbcd5;
}
.extension-content {
  width: 50%;
  height: auto;
}
.extension-content__title {
  font-size: 24px;
  margin-bottom: 20px;
  background-image: url("../../img/babydan/top_new/exclamation.png");
  background-repeat: no-repeat;
  height: 30px;
  padding: 3px 0 0 40px;
}
.extension__img {
  width: 50%;
  height: auto;
}
.extension__img img {
  width: 100%;
  height: auto;
}
.about {
  width: 100%;
  margin: 0 auto 70px;
  display: flex;
  background: #ebebeb;
}
.about-content {
  width: 50%;
  height: auto;
  padding: 70px 0 70px 100px;
}
.about-content__txt {
  margin-right: 20px;
}
.about-content__lead {
  margin: 0 20px 20px 0;
}
.about-content__lead img {
  width: 100%;
  max-width: 602px;
  height: auto;
}
.about__img {
  width: 50%;
  background-image: url("../../img/babydan/top_new/about_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cam-banner {
	margin: 0 auto 50px;
	text-align: center;
}
.cam-banner img {
	max-width: 673px;
	width: 90%;
	height: auto;
	text-align: center;
}
/*  1000px */
@media screen and (max-width:1000px) {
  .main-content-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .about {
    display: block;
  }
  .about-content {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0px;
  }
  .about-content__lead {
    text-align: center;
  }
  .about-content__txt {
    margin: 0;
  }
  .about__img {
    width: 100%;
    height: 500px;
    background-position: top center;
  }
  .onbox {
    width: 90%;
  }
  .extension {
    width: 80%;
    margin: 0 auto 100px;

  }
}
@media screen and (max-width: 800px) {
  .main__txt {
    width: 90%;
  }
  .main-content-wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .main-content {
    width: 100%;
  }
  .main-content__title {
    font-size: 20px;
    letter-spacing: 4px;
    padding-left: 50px;
  }
  .main-content__subtitle {
    padding-left: 50px;
  }
  .main-content__txt {
    margin: 20px 0;
    padding-left: 0px;
  }
  .content-title {
    margin-left: -50px;
    padding-top: 50px;
    height: 113px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  .secondary {
    display: block;
  }
  .secondary__img {
    width: 100%;
    height: 500px;
  }
  .secondary-content {
    width: 100%;
    padding: 80px 20px;
  }
  .seccondary__img-mom {
    background-position: top 0 left 30%;
  }
  .news-line {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 20px;
  }
  .onbox {
    display: block;
  }
  .onbox-img {
    width: 50%;
    margin: -100px auto 0;
  }
  .onbox-content {
    width: 100%;
    height: auto;
    padding: 50px 0 30px 0;
  }
  .onbox-content__app {
    width: 90%;
  }
  .extension {
    display: block;
    padding: 30px 20px;
  }
  .extension-content {
    width: 100%;
    height: auto;
  }
  .extension-content__title {
    font-size: 20px;
  }
  .extension__img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .main-img {
    background-position: top 0% right 10%;
    background-size: cover;
    height: 350px;
  }
  .main-img__headline {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 100px 40px;
  }
  .main-img__headline img {
    width: 75%;
  }
  .main-icon img {
    height: 150px;
    width: auto;
  }
  .main__title {
    font-size: 18px;
  }
  .secondary-content__title {
    font-size: 18px;
  }
  .news-line__date {
    padding-right: 30px;
  }
  .news-line__title {
    padding-right: 30px;
  }
  .instagram__list {
    width: 95%;
  }
  .instagram__list-item {
    width: 30vw;
    height: 30vw;
  }
  .onbox-content__title {
    font-size: 18px;
  }
  .extension-content__title {
    font-size: 18px;
  }
}