@charset "utf-8";

.category_links {
  margin: 7rem 0 1.5rem;
  padding: 1.5rem 7rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: url(img/bg_shooting_small02.png) no-repeat left -3.3rem top -3rem,
    url(img/bg_shooting_small03.png) no-repeat right -3rem bottom -3rem;
  background-color: #e17a7a;
}
.lower-bottom-column3__image .imgarea.caption img {
    width: 100%;
    height: unset !important;
}
.lower-bottom.l-parts03 {
  margin-top: 4rem;
}

.l-parts04.wave.wave03 {
  margin: 0 auto;
}

.l-mv-box02 {
  position: relative;
  background: #fdf7f0;
}

.l-mv-box02_inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.l-mv__person-wrap {
  position: relative;
  right: inherit;
  bottom: inherit;
  margin: 0 1rem;
}

.l-main-area {
  margin: 0 auto;
}

iframe[class*="instagram-media"] {
  margin: 0 auto !important;
}

iframe[class*="instagram-media"]+script+.caption {
  text-align: center;
}

.btn-web--instagram a {
  background-color: #bf00a0;
  border: #bf00a0;
}

p.lower-bottom-column3__catch {
    font-size: 2.2rem;
    line-height: 1.5;
}
.lower-bottom-column3__box h4.title-voice {
    margin: 0rem 0 2.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e17a7a;
    position: relative;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .l-header-area,
  .l-contents-area,
  .l-footer-area {
    padding-left: 0;
  }
.lower-bottom-column3__list {min-height: 200px;}

.lower-bottom-column3__box iframe[class*="instagram-media"] {
    min-width: 100% !important;
}
.lower-bottom-column3__box .l-parts02-white__column3__box__wrapper {
    width: 100%;
}

}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .category_links {
    text-align: center;
    font-size: 2rem;
    background-size: 15px auto;
    padding: 1.4rem 2rem;
    margin: 5rem 0 2rem;
    background: url(img/bg_shooting_small02.png) no-repeat left -70px top -65px,
      url(img/bg_shooting_small03.png) no-repeat right -70px bottom -65px;
    background-color: #e17a7a;
  }

  .l-footer-area {
    padding: 2rem 0 0 0;
  }

  iframe[class*="instagram-media"]+script+.caption {
    text-align: center;
  }

  .instagram-media {
	min-width: unset !important;
  }
  .btn-accordion {
    margin: 0 auto 6rem;
  }

}
