html {
  margin-top: 0 !important;
}

/**
  * 高さをもつ img 要素を非表示にする
  * img[src="https://b90.yahoo.co.jp/c?yahoo_ydn_conv_io=fTBhRCAOLDXJyR4hB_p0&yahoo_ydn_conv_label=OGK187Q8YK8T3PLRI0A564144&yahoo_ydn_conv_transaction_id=&yahoo_ydn_conv_value=0&r=1559912864.6329887"
  */
html > img,
head > img {
  display: none;
}

.mm-slideout{
  background-color: #fff; /* jquery.mmenu.all.cssの */
}

.outerWrap {
  max-width: 100%; /* common.css の上書き */
  min-width: 0; /* common.css の上書き */
}

.shadow {
  z-index: auto; /* .mv:before の z-index: -1 を効かせるために、z-index を初期化する */
  box-shadow: none;
}

span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000; /* fs_style.css の上書き */
}

section {
  padding: 0; /* component.css の上書き */
  width: 100%; /* component.css の上書き */
  max-width: 100%; /* component.css の上書き */
}

section p {
  opacity: 1; /* component.css の上書き */
}

.show-pc {}

@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none
}

@media screen and (max-width: 768px) {
  .show-sp {
    display: block
  }
}

.sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block
  }
}

.content {
  position: relative;
  padding-top: 76px; /* common.css の上書き */
  padding-bottom: 0; /* common.css の上書き */
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .content {
    padding-top: 0;
  }
}

#bread {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-bottom: 0; /* common.css と fs_style.css の上書き */
  padding: 28px 160px; /* common.css と fs_style.css の上書き */
  max-width: 100%; /* common.css と fs_style.css の上書き */
  background: #fff;/* common.css と fs_style.css の上書き */
}

@media screen and (max-width: 768px) {
  #bread {
    display: none;
  }
}

li.fordog p, .fordog span{
  color: rgb(226, 130, 28);
}

li.search p, .search span {
  color: #fff;
}

li.onlinestore p, .onlinestore span {
  color: #fff;
}

.mv {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 800px;
  width: 100%;
  max-width: 100%;
  background-image: url(/assets/img/airbuggy-kids/mv.jpg);
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .mv {
    top: 0;
    height: 378.5px; /* = 328.5px + 50px(height of header) */ /* 371.5px */
    background-image: url(/assets/img/airbuggy-kids/mv_sp.jpg);
  }
}

.main_content {
  position: relative;
  background: inherit;
  margin-top: 800px;
  padding-right: 65px;
  padding-left: 65px;
}

@media screen and (max-width: 768px) {
  .main_content {
    margin-top: 378.5px; /* = height of .mv */
    padding-right: 0;
    padding-left: 0;
  }
}

.main_content__sub div, .main_content__sub p, .main_content__sub span{
  font-family: 'Noto Sans JP', sans-serif;
}

.main_content__sub{
  max-width: 1280px;
  margin: 0 auto;
}

.mv__title {
  padding-top: 60px;
  margin-bottom: 70px;
  text-align: center;
  background-color: inherit;
}

@media screen and (max-width: 768px) {
  .mv__title {
    display: none;
  }
}

.mv__title > img {}

.a1 {
  position: absolute;
  top: -235px;
  right: 30px;
  height:290px;
  width: 290px;
}

@media screen and (max-width: 768px) {
  .a1 {
    position: static;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
  }
}

.a1__icon {
  width: 100%;
}

.a1__icon:hover{
  cursor: pointer;
  opacity: 0.8;
  filter: brightness(120%);
}

.a2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .a2 {
    margin-bottom: 69px;
  }
}

.a2__heading {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .a2__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.a2__heading br {
  display: none;
}

@media screen and (max-width: 768px) {
  .a2__heading br {
    display: block;
  }
}

.a2__text {
  max-width: 660px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .a2__text {
    margin: 0 auto;
    width: calc(600 / 750 * 100%);
    font-size: 13px;
    line-height: 25px;
  }
}

.linkBox {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .linkBox {
    margin-bottom: 50px;
  }
}

.linkBox__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1020px;
}

@media screen and (max-width: 768px) {
  .linkBox__list {
    display: block;
    width: calc(600 / 750 * 100%);
  }
}

.linkBox__list li {
  width: 316px;
}

@media screen and (max-width: 768px) {
  .linkBox__list li {
    width: 100%;
  }
}

.linkBox__list li + li {
  margin-left: 36px;
}

@media screen and (max-width: 768px) {
  .linkBox__list li + li {
    margin-left: 0;
  }
}

.linkBox__link {
  display: block;
  transition: opacity .5s ease-out;
}

@media screen and (max-width: 768px) {
  .linkBox__link {
    transition: none;
  }
}

.linkBox__link:hover,
.linkBox__link:focus {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .linkBox__link:hover,
  .linkBox__link:focus {
    opacity: 1;
  }
}

.linkBox__img {
  width: 100%;
}

.letsTalk {
  padding-top: 70px;
  padding-bottom: 160px;
  background-color: #fafbec;
}

@media screen and (max-width: 768px) {
  .letsTalk {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.letsTalk1 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .letsTalk1 {
    display: block;
    margin-bottom: 80px;
    padding-left: 0;
  }
}

.letsTalk1__textWrapper {
  margin-right: 50px;
  flex: 0 0 360px;
}

@media screen and (max-width: 768px) {
  .letsTalk1__textWrapper {
    margin-right: 0;
  }
}

.letsTalk1__heading {
  margin-bottom: 50px;
  width: 84px;
}

@media screen and (max-width: 768px) {
  .letsTalk1__heading {
    margin-bottom: 27px;
    margin-left: 37px;
    width: 69px;
  }
}

.letsTalk1__heading > img {
  width: 100%;
}

.letsTalk1__subHeading {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .letsTalk1__subHeading {
    margin: 0 auto 28.5px;
    width: calc(300 / 375 * 100%);
    line-height: 36px;
  }
}

.letsTalk1__text {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .letsTalk1__text {
    margin: 0 auto;
    width: calc(300 / 375 * 100%);
    font-size: 13px;
    line-height: 25px;
  }
}

.letsTalk1__imgWrapper {
  flex: 0 1 675px;
}

.letsTalk1__imgWrapper > img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .letsTalk1__imgWrapper {
    margin-bottom: 18px;
    width: calc(338 / 375 * 100%);
  }
}

.letsTalk2 {
  margin-bottom: 80px;
  margin-left: calc(320 / 1150 * 100%);
  width: calc(675 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk2 {
    margin-bottom: 18px;
    margin-left: auto;
    width: calc(338 / 375 * 100%);
  }
}

.letsTalk2 > img {
  width: 100%;
}

.letsTalk3 {
  margin-bottom: 120px;
  margin-left: calc(525 / 1150 * 100%);
  width: calc(472 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk3 {
    margin-bottom: 18px;
    margin-left: 0;
    width: calc(295 / 375 * 100%);
  }
}

.letsTalk3 > img {
  width: 100%;
}

.letsTalk4 {
  margin: 0 auto 70px;
  width: calc(750 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk4 {
    margin-bottom: 18px;
    width: 100%;
  }
}

.letsTalk4 > img {
  width: 100%;
}

.letsTalk5 {
  margin: 0 auto 70px;
  width: calc(600 / 1150 * 100%);
}


@media screen and (max-width: 768px) {
  .letsTalk5 {
    margin-bottom: 100px;
    width: calc(300 / 375 * 100%);
  }
}

.letsTalk5__heading {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .letsTalk5__heading {
    margin-bottom: 26px;
    font-size: 20px;
  }
}

.letsTalk5__text {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .letsTalk5__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.letsTalk6 {
  margin-bottom: 120px;
  margin-left: calc(410 / 1150 * 100%);
  width: calc(675 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk6 {
    margin: 0 0 32px;
    width: 100%;
  }
}

.letsTalk6 > img {
  width: 100%;
}

.letsTalk7 {
  margin: 0 auto 70px;
  width: calc(751 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk7 {
    margin-bottom: 32px;
    width: 100%;
  }
}

.letsTalk7 > img {
  width: 100%;
}

.letsTalk8 {
  margin: 0 auto 120px;
  width: calc(600 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk8 {
    margin-bottom: 100px;
    width: calc(300 / 375 * 100%);
  }
}

.letsTalk8__heading {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .letsTalk8__heading {
    margin-bottom: 26px;
    font-size: 20px;
  }
}

.letsTalk8__text {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .letsTalk8__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.letsTalk9 {
  display: flex;
  margin-bottom: 120px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .letsTalk9 {
    flex-direction: column;
    margin-bottom: 100px;
    padding-right: 0;
  }
}

.letsTalk9__imgWrapper {
  flex: 0 1 675px;
}

@media screen and (max-width: 768px) {
  .letsTalk9__imgWrapper {
    flex-basis: auto;
    margin-bottom: 30px;
    width: 337.5px;
  }
}

.letsTalk9__imgWrapper > img {
  max-width: 100%;
}

.letsTalk9__textWrapper {
  margin-top: 50px;
  margin-left: 50px;
  flex: 0 0 360px;
}

@media screen and (max-width: 768px) {
  .letsTalk9__textWrapper {
    flex-basis: auto;
    margin: 0 auto;
    width: calc(300 / 375 * 100%);
  }
}

.letsTalk9__heading {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .letsTalk9__heading {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.letsTalk9__text {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .letsTalk9__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.letsTalk10 {
  margin: 0 calc(-1 * ((50vw - 50%)));
}

@media screen and (max-width: 768px) {
  .letsTalk10 {
    margin: 0 0 31px;
  }
}

.letsTalk10 > img {
  width: 100%;
}

.letsTalk11 {
  position: relative;
 margin-top: -67px;
 background-color: #fefbec;
 padding-top: 67px;
}

@media screen and (max-width: 768px) {
  .letsTalk11 {
    margin-top: 0;
    padding-top: 0;
  }
}

.letsTalk11__inner{
  margin: 0 auto;
  width: calc(600 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .letsTalk11__inner {
  width: calc(300 / 375 * 100%);
  }
}

.letsTalk11__heading {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .letsTalk11__heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.letsTalk11__text {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .letsTalk11__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.letsTalk11__readmore {
  text-align: center;
}

.letsTalk11__readmore a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 23px; /* = height / 2 */
  width: 216px;
  height: 46px;
  font-size: 14px;
  font-weight: bold;
  transition: opacity .5s ease-out;
}

@media screen and (max-width: 768px) {
  .letsTalk11__readmore a {
    border-width: 1px;
    border-radius: 22.5px; /* = height / 2 */
    width: 215px;
    height: 45px;
    font-size: 13px;
  }
}

.letsTalk11__readmore a:hover,
.letsTalk11__readmore a:focus {
  opacity: .5;
}

.beforeAfter {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .beforeAfter {
    padding-top: 50px;
  }
}

.beforeAfter__heading {
  margin-bottom: 50px;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .beforeAfter__heading {
    margin-left: 32px;
    margin-bottom: 31px;
    width: 84px;
  }
}

.beforeAfter__heading > img {
  width: 100%;
}

.beforeAfter1 {
  display: flex;
  margin: 0 65px 30px;
}

@media screen and (max-width: 768px) {
  .beforeAfter1 {
    display: block;
    margin: 0 auto 50px;
  }
}

.beforeAfter1__textWrapper {
  flex: 0 1 383px;
}

@media screen and (max-width: 768px) {
  .beforeAfter1__textWrapper {
    margin: 0 auto 32px;
    width: calc(300 / 375 * 100%);
  }
}

.beforeAfter1__heading {
  margin-bottom: 50px;
  width: 115px;
}

@media screen and (max-width: 768px) {
  .beforeAfter1__heading {
    margin-bottom: 30px;
    width: 100%;
  }
}

.beforeAfter1__subHeading {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .beforeAfter1__subHeading {
    margin-bottom: 27px;
    line-height: 38px;
    font-size: 24px;
  }
}

.beforeAfter1__text {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .beforeAfter1__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.beforeAfter1__imgWrapper {
  flex: 0 0 429px;
  margin-top: 73px;
  margin-left: 127px;
}

@media screen and (max-width: 768px) {
  .beforeAfter1__imgWrapper {
    margin: 0 auto;
    width: calc(335 / 375 * 100%);
  }
}

.beforeAfter1__imgWrapper > img {
  width: 100%;
}

.beforeAfter2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .beforeAfter2 {
    display: block;
    margin: 0 auto 50px;
    width: calc(335 / 375 * 100%);
  }
}

.beforeAfter2 > img:nth-child(1) {
  width: 429px;
}

@media screen and (max-width: 768px) {
  .beforeAfter2 > img:nth-child(1) {
    margin-bottom: 50px;
    width: 100%;
  }
}

.beforeAfter2 > img:nth-child(2) {
  margin: 124px -92px 0 92px;
  width: 429px;
}

@media screen and (max-width: 768px) {
  .beforeAfter2 > img:nth-child(2) {
    margin: 0;
    width: 100%;
  }
}

.beforeAfter3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .beforeAfter3 {
    display: block;
    margin: 0 auto 50px;
    width: calc(335 / 375 * 100%);
  }
}

.beforeAfter3 > img:nth-child(1) {
  width: 429px;
}

@media screen and (max-width: 768px) {
  .beforeAfter3 > img:nth-child(1) {
    margin-bottom: 50px;
    width: 100%;
  }
}

.beforeAfter3 > img:nth-child(2) {
  margin: 124px 92px 0;
  width: 430px;
}

@media screen and (max-width: 768px) {
  .beforeAfter3 > img:nth-child(2) {
    margin: 0;
    width: 100%;
  }
}

.beforeAfter4 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 76px;
}

@media screen and (max-width: 768px) {
  .beforeAfter4 {
    display: block;
    margin: 0 auto 50px;
    width: calc(335 / 375 * 100%);
  }
}

.beforeAfter4 > img:nth-child(1) {
  width: 429px;
}

@media screen and (max-width: 768px) {
  .beforeAfter4 > img:nth-child(1) {
    margin-bottom: 50px;
    width: 100%;
  }
}

.beforeAfter4 > img:nth-child(2) {
  margin: 124px -92px 0 92px;
  width: 429px;
}

@media screen and (max-width: 768px) {
  .beforeAfter4 > img:nth-child(2) {
    margin: 0;
    width: 100%;
  }
}

.beforeAfter5 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .beforeAfter5 {
    margin-bottom: 100px;
  }
}

.beforeAfter5__imgWrapper {
  margin: 0 auto 50px;
  max-width: 750px;
}

@media screen and (max-width: 768px) {
  .beforeAfter5__imgWrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}

.beforeAfter5__img {
  width: 100%;
}

.beforeAfter5__textWrapper {
  margin: 0 auto;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .beforeAfter5__textWrapper {
    margin: 0 auto;
    width: calc(300 / 375 * 100%);
  }
}

.beforeAfter5__heading {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .beforeAfter5__heading {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.beforeAfter5__text {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .beforeAfter5__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.experience {
  background-color: #fafbec;
  padding: 70px 0 10px;
}

@media screen and (max-width: 768px) {
  .experience {
    padding: 70px 0 10px;
  }
}

.experience__heading {
  margin-bottom: 50px;
  margin-left: 70px;
}

@media screen and (max-width: 768px) {
  .experience__heading {
    margin: 0 auto 25px;
    width: calc(300 / 375 * 100%);
  }
}

.experience__heading > img {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .experience__heading > img {
    width: 75px;
  }
}

.a10 {
  margin: 0 auto 140px;
  width: calc(722 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .a10 {
    margin: 0 0 100px;
    width: 100%;
  }
}

.a10__img {}

.a10__img + .a10__img {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .a10__img + .a10__img {
    margin-top: 0;
  }
}

.a10__img {}

@media screen and (max-width: 768px) {
  .a10__img {
    margin: 0 auto;
    width: calc(335 / 375 * 100%);
  }
}

.a10__img > img {
  width: 100%;
}

.a10__textwrapper{
  margin: 0 auto;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .beforeAfter5__textWrapper {
    margin: 0 auto;
    width: calc(300 / 375 * 100%);
  }
}

.a10__heading {
  margin: 60px 0 20px 0;
  /* margin-bottom: 36px; */
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .a10__heading {
    margin: 0 auto 20px;
    width: calc(300 / 375 * 100%);
  }
}

.a10__text {
  margin-bottom: 70px;
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .a10__text {
    margin: 0 auto 30px;
    width: calc(300 / 375 * 100%);
    font-size: 13px;
    line-height: 25px;
  }
}

#banner__link{

}

.banner {
  margin:-76px auto 0;
  padding-top: 136px;
  padding-bottom: 140px;
  width: calc(722 / 1150 * 100%);
}

@media screen and (max-width: 768px) {
  .banner {
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 0;
    width: 100%;
  }
}

.banner:hover img.banner__icon{
  cursor: pointer;
  opacity: 0.8;
  filter: brightness(110%);
}

.banner__text {
  margin: 0 auto 36px;
  max-width: 600px;
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .banner__text {
    margin-bottom: 32px;
    width: calc(300 / 375 * 100%);
    font-size: 13px;
    line-height: 25px;
  }
}

.banner__img {}

.banner__img img {
  width: 100%;
  vertical-align : bottom;
}

footer {
  position: relative;
  background-color: #D4D6D7; /* body と同じ色 */
}
