.img-responsive {
  width: 100% !important;
}

.visible_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .visible_pc{
      display: none;
    }
    .visible_sp {
      display: block;
    }
}

/* - overview ---- */

/* main title */
#d1759592 {
  margin-bottom: 40px;
}

#d1759592 h3,
#d1759592 p:nth-of-type(1) {
  font-size: 40px;
  font-family: Oswald,'Lucida Grande',sans-serif;
  line-height: 1.1;
}
#d1759592 p:nth-of-type(1){
  margin-bottom: 0.3em;
}

#d1759592 h3,
#d1759592 p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #d1759592 {
    margin-bottom: 24px;
  }

  #d1759592 h3,
  #d1759592 p:nth-of-type(1) {
    font-size: 22px;
  }
}

.movie-full-width {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .movie-full-width {
    margin-bottom: 50px;
  }
}

/* 2col wave */
.make_waves_gc.layer_img {
  padding-top: 15px;
}

.make_waves_gc .layer_img_link {
  margin: 0;
}

.make_waves_gc.layer_img h3 {
  font-size: 27px !important;
  line-height: 1.4;
}

.make_waves_gc p:nth-of-type(2) {
  font-size: 27px !important;
  line-height: 1.4;
  font-family: Oswald,'Lucida Grande',sans-serif;
  margin-top: 2em;
}

.make_waves_gc.layer_img_r .col_img_b .wave_image {
  padding: 0 5% 5% 0;
}
.make_waves_gc.layer_img_l .col_img_b .wave_image {
  padding: 0 0 5% 5%;
}

.make_waves_gc.layer_img_r .col_img_b .wave_bg_image {
  padding: 15% 0 0 5%
}
.make_waves_gc.layer_img_l .col_img_b .wave_bg_image {
  padding: 15% 5% 0 0;
}
.make_waves_gc.layer_img .col_text,
.make_waves_gc.layer_img .col_img {
  width: 50%;
}

.make_waves_gc .col_text p {
  color: #333;
}
@media screen and (max-width: 767px) {
  .make_waves_gc {
    margin-bottom: 25px;
  }
  .make_waves_gc.layer_img h3,
  .make_waves_gc p:nth-of-type(2) {
    font-size: 22px !important;
  }
  .make_waves_gc .col_text p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .make_waves_gc.layer_img .col_text,
  .make_waves_gc.layer_img .col_img {
    width: 100%;
  }
  .make_waves_gc .col_text {
    padding: 2rem 0 4.5rem;
    order: 2;
  }
  .make_waves_gc .col_img {
    order: 1;
    padding:0;
  }
}

/* feat wave head */
.heading-h2 {
  text-align: center;
  font-size: 27px;
  border-bottom: 1px solid #BCBCBC;
}
.heading-h2 h2 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .heading-h2 {
    font-size: 22px;
  }
  .heading-h2 h2 {
    padding-top: 0;
  }
}

/* feat wave main */
.feature_sideimg .scroll-fade-row {
  display: flex;
}
.feature_heading {
  display: none;
}
.feature_sideimg_text {
  flex:0 0 70%;
  float: none;
}
.feature_sideimg_image {
  flex: 0 0 30%;
  float: none;
}

.feature_sideimg h3 {
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.feature_heading {
  display: none;
}
.feature_sideimg.feature_sideimg_r .feature_sideimg_image figure {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .feature_sideimg {
    padding: 20px 0;
  }
  .feature_sideimg .feature_1col_img {
    height: auto;
    padding: 0;
  }
  .feature_sideimg .scroll-fade-row {
    display: block;
  }
  .feature_sideimg h3 {
    font-size: 16px;
  }
  .feature_sideimg .feature_1col {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .feature_sideimg.feature_sideimg_r .feature_sideimg_text {
    margin-bottom: 10px;
  }
  .feature_sideimg.feature_sideimg_r .feature_sideimg_image {
    margin-top: 0;
  }
}

/* wave bar */
#d1746560 .media-box,
#d1754840 .media-box {
  margin: 0;
}
#d1746560 .container-fluid,
#d1754840 .container-fluid {
  max-width: 100%;
  padding: 0;
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  #d1746560 .container-fluid,
  #d1754840 .container-fluid {
    padding: 0;
    margin: 50px 0;
  }
}
/* modal */

.modal-header {
  padding: 50px 15px 15px
}

.gc-modal .heading {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal-body .description {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .modal-header {
    padding-top: 25px;
  }
}

.modal-content .media-box.pull-right,
.modal-content .media-box.pull-left {
  max-width: 500px;
  width: 50%;
}
#d1759475-modal .media-box {
  max-width: 450px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .modal-content .media-box.pull-right,
  .modal-content .media-box.pull-left {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

/* common */
.img-responsive {
  width: 100% !important;
}

.visible_sp {
display: none;
}
@media screen and (max-width: 767px) {
  .visible_pc {
  display: none;
  }

  .visible_sp {
  display: block;
  }
}

.links.list-unstyled{
    margin-bottom: 0;
}

.media-box img {
  padding: 0;
  margin: 0;
}
